@font-face {
    font-family: 'Tarif-Trial';
    src: url(../webfonts/Tarif-Trial.woff);
}

@font-face {
    font-family: 'Tarif-Trial';
    src: url(../webfonts/Tarif-Trial.woff);
}


body {
    color: #5f656d;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    background: #ffffff;
    letter-spacing: normal;
    font-style: normal;
        overflow-x: hidden;
    margin: 0;
    font-family: 'Tarif-Trial';

    /*    font-family: 'Karla',sans-serif;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Tarif-Trial';
    font-size: 25px;
        color: #000;
}

ul,
li {
    font-family: 'Tarif-Trial';
}

p {
        font-size: 16px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none !important;
}

a,
button,
input[type="submit"] {
    transition: .3s linear;
    cursor: pointer;
}
* {
    padding: 0;
    margin: 0;
    outline: none;
}

/*=============== Start side_socials =================*/
.side_socials {
    position: fixed;
    right: 0;
    top: 60vh;
    z-index: 1111111111111111
}
.side_socials ul {
    padding-right: 0;
}
.side_socials li a i {
    background-color: #fff;
    color: #222222;
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 20px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 0 10px 1px #ddd;
    transition: all .2s ease-in-out
}
.side_socials li a i:hover {
    background-color: #39a35c;
    color: #fff
}


/***************************/

/**** Team CSS ****/

#team{
  background:#fff;
}
#team .section-header {
    margin-bottom: 20px;
}
.our-team {
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 2px;
  height: 405px;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 0.5s;
  box-shadow: 0px 0px 8px 0px #ccc;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  background-color: #dddddd82;
}
.our-team:hover{
  border: 1px solid #39a35c;
}
.our-team img{
  /* max-width: 400px; */
  width: 200px;
  height: 200px;
  margin: 10px auto;
  border-radius: 50%;
}
.member-des{
  display: block;
  overflow: hidden;
  padding-bottom: 0;
}
.member-des h3{
  color: #555;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.member-des h4 {
  color: #444;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 0;
  text-transform: uppercase;
}
.member-des p{
  margin-bottom: 20px;
}
ul.team-social{
  list-style: none;
  width: 185px;
  display: block;
  height: 40px;
  padding-left: 0;
  margin: 0 auto;
}
ul.team-social li{
  float: left;
}
ul.team-social li a{
  background: #d3d3d3;
  padding: 10px;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  line-height: 18px;
  display: block;
  color: #fff;
  border-radius: 50px;
}
ul.team-social li a:hover{
  background-image: -moz-linear-gradient(-29deg, #983C80 0px, #87509c 100%);
  background-image: -moz-linear-gradient(-29deg, #983C80 0, #87509C 100%);
  background-image: -webkit-linear-gradient(-29deg, #983C80 0, #87509C 100%);
  background-image: -ms-linear-gradient(-29deg, #983C80 0, #87509C 100%);
}

/***************** logo **********************/
.services {
    padding: 40px 0;
    position: relative;
}
.services .image-layer {
/*    background-image: url(../images/wave-pink.svg);*/
}
.services .image-layer {
position: absolute;
    right: 0;
    left: 0;
     top: 0px; 
    width: 100%;
    height: 670px;
}

.services .sec-title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    padding-bottom: 25px;
    text-transform: capitalize;
}

.services .sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
}

.services .centered {
    text-align: center !important;
}
.services .sec-title.centered .separator {
    margin: 0 auto;
}

.services .sec-title .separator {
    position: relative;
    width: 100px;
}
.services .sec-title .separator:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background-color: #39a35c;
}
.services .sec-title .separator:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -15px;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    border: 10px solid #d7e1ea;
    background-color: #39a35c;
    border-radius: 50%;
}
@media (min-width: 1200px) {
    .category-banner-inner {
/*    padding: 35px 30px 30px;*/
/*    height: 195px;*/
}
}


.category-banner-inner {
    position: relative;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
/*    padding: 5px;*/
    margin-bottom: 25px;
    z-index: 1;
    text-align: center;
    height: 210px;
}
.category-banner-inner img {
     width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: -2;
}

.category-banner-inner:before {
    content: '';
    background: #fafafa;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.category-banner-inner:hover::before {
    background-color: #201b71;
}
.category-banner-inner .content-inner {
    padding: 0 10px;
    width: 100%;
    max-height: 100%;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


.category-banner-inner.style2:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    background: linear-gradient(to right, #82b440, #b06ab3);
    background: -webkit-linear-gradient(to right, #82b440, #b06ab3);
    background: -ms-linear-gradient(to right, #82b440, #b06ab3);
}
.category-banner-inner.style2:before {
    background: #05041c;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.category-banner-inner.style2::after, .employer-grid-v1 .open-job::before, .btn-gradient-theme .btn::before, .btn-gradient-theme {
    background: linear-gradient(to right, #201b71, #3f3c70);
    background: -webkit-linear-gradient(to right, #201b71, #3f3c70);
    background: -ms-linear-gradient(to right, #201b71, #3f3c70);
    background: -o-linear-gradient(to right, #201b71, #3f3c70);
}
.category-banner-inner.style2 .category-icon {
    -webkit-transform: translateY(-80%) rotateX(60deg);
    -moz-transform: translateY(-80%) rotateX(60deg);
    -ms-transform: translateY(-80%) rotateX(60deg);
    -o-transform: translateY(-80%) rotateX(60deg);
    transform: translateY(-80%) rotateX(60deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: auto;
    opacity: 0;
    filter: alpha(opacity=0);
}
.category-banner-inner.style2 .category-icon {
    color: #fff;
}
.category-banner-inner .category-icon {
    color: #201b71;
}


.category-banner-inner .category-icon {
    font-size: 30px;
    line-height: 1;
    height: 30px;
    margin-bottom: 15px;
    color: #82b440;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
@media (min-width: 1200px) {
    .category-banner-inner .category-icon {
    font-size: 50px;
    height: 50px;
    font-size: 50px;
    margin-bottom: 25px;
        width: 50px;
}
}
@media (min-width: 1200px) {
    .category-banner-inner.style2 .inner {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
}

.category-banner-inner.style2 .title, .category-banner-inner.style2 .category-icon, .category-banner-inner.style2 .number {
    color: #fff;
}

@media (min-width: 1200px) {
    .category-banner-inner .title {
    font-size: 16px;
}
}

.category-banner-inner .title {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
/*    font-family: "Roboto",Helvetica,Arial,sans-serif;*/
    margin: 0 0 3px;
}
.category-banner-inner.style2 .inner {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.category-banner-inner.style2:hover:before {
    opacity: 1;
    filter: alpha(opacity=0);
}

.category-banner-inner:hover:before, .category-banner-inner:focus:before {
    background: #071838d9;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.category-banner-inner.style2:hover .category-icon {
    -webkit-transform: translateY(0) rotateX(0deg);
    -moz-transform: translateY(0) rotateX(0deg);
    -ms-transform: translateY(0) rotateX(0deg);
    -o-transform: translateY(0) rotateX(0deg);
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
    filter: alpha(opacity=100);
    margin: auto;
}
.category-banner-inner:hover .category-icon {
    color: #fff;
}
@media (min-width: 1200px) {
    .category-banner-inner.style2:hover .inner {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
}



/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{position: absolute;display: block;z-index: 99999;left: 0;right: 0;}

.main-header .header-top{
	position: relative;
	background-color: #00000038;

}

.main-header .header-top.style-two{
	background-color:#3a3d72;
}

/* Top Right*/

.main-header .header-top .top-left{
	position: relative;
	float: left;
	width: 50%;
	padding:14px 0px;
}

.main-header .header-top .top-left .list:first-child{
	position:relative;
        padding-right: 30px;
    border-right: 2px solid rgba(255, 255, 255, 0.15);
}
.main-header .header-top .top-left .list:last-of-type{
	position:relative;
        padding-right: 30px;
    border-right: unset;
}

.main-header .header-top .top-left .list li{
	position:relative;
	margin-left:25px;
	color: #fbfbfb;
	font-size:14px;
	font-weight:400;
	padding-right:25px;
	display: block;
}

.main-header .header-top .top-left .list li a{
	position:relative;
	color: #fbfbfb;
	font-size:14px;
	font-weight:600;
}

.main-header .header-top .top-left .list li .icon{
	position:absolute;
	right:0px;
	top:4px;
}

.main-header .header-top .top-right{
	position: relative;
	float: right;
	padding:14px 0px;
	width: 33.33333%;
}

.main-header .header-top .top-right .social-icons{
        position: relative;
        /* margin-right: 40px; */
        /*    margin-left: 60px;*/
        /* padding: 10px 0; */
        padding-left: 30px;
        /* border-left: 2px solid rgb(58, 172, 187); */
}

.main-header .header-top .top-right .social-icons li{
	position:relative;
	margin-left:10px;
	display:inline-block;
	width: 40px;
	height: 40px;
	background: #ffffff;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-radius: 50%;
}

.main-header .header-top .top-right .social-icons li.share{
	color:#ffffff;
	font-weight:600;
}

.main-header .header-top .top-right .social-icons li a{
	position:relative;
	color: #39a35c;
	-webkit-transition:all 300ms ease;
	top: 10px;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	/*    background-color: #2a215b*/
}

.main-header .header-top .top-right .social-icons li a:hover{
	color:#ef7e00;
}

/*=== Header Upper ===*/

.main-header .header-upper{
	position:relative;
	z-index:5;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
	    background-color: #00000038;
}
.main-header .header-upper .auto-container {
    border-top: 2px solid rgba(255, 255, 255, 0.15);
}
.main-header .header-upper .logo-outer{
	position:relative;
	float: left;
	z-index:25;
	padding: 5px;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.main-header .logo-outer .logo img{
position: relative;
    display: inline-block;
    width: auto;
    height: 55px;
    top: 15px;
	/* border-radius: 50%; */
}

.main-header .header-upper .nav-outer{
	float: right;
	position:static;
}

/*=== Header Lower ===*/

.main-header .header-lower{
	position: relative;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.main-menu{
	position:static;
	float: left;
}

.main-menu .navbar-collapse{
padding-top: 10px;
}

.main-menu .navigation{
	position:static;
	margin:0px;
}

.main-menu .navigation > li{
position: relative;
    float: left;
    padding: 20px 0px;
    margin-left: 30px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	font-size:16px;
	line-height:35px;
	font-weight:bold;
	opacity:1;
	color: #fbfbfb;
	padding: 0px;
	text-transform:none;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	/*	font-family: 'Lora', serif;*/
}

.main-menu .navigation > li > a:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height:2px;
	width:0px;
	background-color:#222222;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before{
	width:100%;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color: #39a35c;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:225px;
	z-index:100;
	opacity: 1;
	padding: 10px 0px 20px;
	background:#ffffff;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	box-shadow:0px 0px 15px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	padding:0 25px;
}

.main-menu .navigation > li > ul > li:last-child a::after{
	display:none;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 0px;
	line-height:19px;
	/*	font-weight:600;*/
	font-size: 14px;
	text-align:left;
	color:#222222;
	border-bottom: 1px solid #d8d8d8;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
	/*	font-family: 'Lora', serif;*/
}

.main-menu .navigation > li > ul > li > a:after{
	content:'';
	position:absolute;
	right:0;
	bottom:-1px;
	width:0px;
	border-bottom: 1px solid #ddd;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a:after{
	width:100%;
}

.main-menu .navigation > li > ul > li:last-child > a{
	border-bottom:none;
	padding-bottom:0px;
}

.main-menu .navigation > li > ul > li:hover > a{
	color: #081a1e;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:0px;
	top:12px;
	width:10px;
	display:block;
	line-height:19px;
	font-size:16px;
	font-weight:800;
	text-align:center;
	z-index:5;	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top: 0px;
	width:240px;
	z-index:100;
	opacity: 1;
	padding: 10px 0px 20px;
	background:#ffffff;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	transition:all 200ms linear;
	box-shadow:0px 0px 15px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	padding:0 25px;
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:12px 0px;
	line-height:19px;
	font-weight:600;
	font-size:15px;
	text-align:left;
	color:#222222;
	border-bottom: 1px solid #d8d8d8;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Lora', serif;
}

.main-menu .navigation > li > ul > li  > ul > li > a:after{
	content:'';
	position:absolute;
	right:0;
	bottom:-1px;
	width:0px;
	border-bottom:1px solid #004cda;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a:after{
	
}

.main-menu .navigation > li > ul > li > ul > li:hover > a:after{
	width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
	border-bottom:none;
	padding-bottom:0px;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
	color: #004cda;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;	
	top: 100%;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
    border-radius: 10px;
    border-bottom: 2px solid #39a35c;
}

.main-menu .navigation > li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;	
	top: 0px;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.main-menu .navigation > li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:18px;
	font-weight:700;
	line-height:28px;
	background:#ffffff;
	color:#004cda;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .outer-box{
	position: relative;
	float: right;
	padding: 12px 0px 0;
	margin-left:30px;
}

.fixed-header .outer-box{
	padding:0px;
}

.main-header .outer-box .search-box-btn{
	position:relative;
	float:left;
	cursor:pointer;
	margin:13px 0px;
}

.main-header .outer-box .search-box-btn .icon{
	position:relative;
	font-size:24px;
	color:#004cda;
}

.main-header .outer-box .btn-box{
	position: relative;
	float: right;
	margin-left: 30px;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease;
}

.main-header .outer-box .btn-box .theme-btn{
	position: relative;
	float: right;
}

.header-style-two{
	position: relative;
}

.main-header .header-upper .upper-right .info-outer{
	position:relative;
	padding-bottom:30px;
}

.main-header .info-box{
	position:relative;
	float:left;
	margin-right:60px;
	font-size:14px;
	color:#98b2c4;
	text-align:left;
	text-transform:uppercase;
	padding:0px 0px 0px 50px;
}

.main-header .info-box:last-child{
	margin:0px;
	padding:0px;
	float:right;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:8px;
	color:#004cda;
	font-size:34px;
	line-height:1em;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .info-box li{
	position:relative;
	color:#777777;
	font-size:15px;
	font-weight:400;
	line-height:1.9em;
	text-transform:capitalize;
}

.main-header .info-box li span{
	font-weight:700;
	font-size:18px;
}

.main-header .info-box li a{
	color:#222222;
	font-size:20px;
	font-weight:700;
	font-family: 'Lora', serif;
}


.main-header.header-style-two .header-lower{
	background-color:#004cda;
}

.main-header.header-style-two .nav-outer{
	width:100%;
}

.main-header.header-style-two .header-upper .logo-box{
	padding:30px 0px;
	margin:0px;
}

.main-header.header-style-two .outer-box{
	padding:0px;
}

.main-header.header-style-two .header-lower .search-box-outer{
	margin-top:23px;
	margin-right:20px;
}

.main-header.header-style-two .header-upper .upper-right{
	padding-left:0px;
	padding-top:38px;
}

 .option-box{
	position: relative;
	float: left;
	margin-top: 0px;
	margin-left: 25px;
}

.main-header .outer-box .option-box > li{
	position: relative;
	margin-left: 20px;
	display: inline-block;
}

.main-header .outer-box .option-box .cart-box{
	position:relative;
	float:left;
	color:#ffffff;
	font-size:16px;
	background:none;
	margin-top:18px;
	display:inline-block;
	margin-right: 25px;
}

.main-header .outer-box .option-box .cart-box .cart-box-btn{
	background:none;
	color:#ffffff;
	cursor: pointer;
	font-size: 20px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-header .outer-box .option-box .cart-box .cart-box-btn:after{
	display:none;
}

.main-header .outer-box .option-box .cart-box .cart-box-btn .total-cart{
	position:absolute;
	right: -8px;
	top: -8px;
	width:18px;
	height:18px;
	color:#ffffff;
	font-weight:700;
	font-size:12px;
	border-radius:50%;
	text-align:center;
	line-height:18px;
	background-color:#222222;
}

.main-header .outer-box .option-box .cart-box .cart-box-btn:hover{
	color:#222222;
}

.main-header .outer-box .option-box .cart-product{
	position:relative;
	margin-bottom:18px;
	min-height:90px;
	border-bottom:1px solid #e4e4e4;
}

.main-header .outer-box .option-box .cart-product .inner{
	position:relative;
	padding-left:90px;
	min-height:70px;
}

.main-header .outer-box .option-box .cart-product .inner .cross-icon{
	position:absolute;
	right:0px;
	top:-2px;
	z-index:1;
	color:#263120;
	font-size:16px;
	cursor:pointer;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .outer-box .option-box .cart-product .inner .cross-icon:hover{
	color:#0056b3;
}

.main-header .outer-box .option-box .cart-product .inner .image{
	position:absolute;
	width:70px;
	height:70px;
	left:0px;
	top:0px;
}

.main-header .outer-box .option-box .cart-product .inner h3{
	position:relative;
	font-weight:600;
	font-size:15px;
	margin:0px;
	letter-spacing: 1px;
	text-transform:capitalize;
}

.main-header .outer-box .option-box .cart-product .inner h3 a{
	color:#222222;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.main-header .outer-box .option-box .cart-product .inner h3 a:hover{
	color:#004cda;
}

.main-header .outer-box .option-box .cart-product .inner .quantity-text{
	position:relative;
	font-weight:300;
	color:#666666;
	font-size: 13px;
	margin-bottom: 0px;
}

.main-header .outer-box .option-box .cart-product .inner .price{
	position:relative;
	font-weight:700;
	font-size:16px;
	margin:0px;
	color:#222222;
}

.main-header .outer-box .option-box .cart-box .cart-panel{
	left: auto !important;
	right: 0px !important;
	border-radius:0px;
	padding:20px 20px;
	min-width:300px;
	margin-top:34px;
	z-index: -1;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.15);
	border:3px solid #004cda;
	-webkit-transform: translate3d(0px, 0px, 0px) !important;
	transform: translate3d(0px, 0px, 0px) !important;
}

.main-header .outer-box .option-box .cart-box .cart-panel .cart-total{
	color:#000000;
	font-size:15px;
	font-weight:400;
	text-align:center;
	text-transform:capitalize;
}

.main-header .outer-box .option-box .cart-box .cart-panel .cart-total span{
	font-weight:800;
	font-size:18px;
}

.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed{
	position:relative;
	text-align:center;
	margin-top:20px;
}

.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed li{
	position:relative;
	margin:0px 5px;
	display:inline-block;
}

.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed li a{
	position:relative;
	color:#ffffff;
	font-weight:500;
	font-size:12px;
	padding:10px 20px 8px;
	border-radius: 2px;
	display:inline-block;
	background-color:#004cda;
	border:1px solid #004cda;
	text-transform:uppercase;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}
.main-header .outer-box .btn-box .theme-btn {
    position: relative;
    float: right;
}
.main-header .btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #222222;
    padding: 9px 32px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50px;
    overflow: hidden;
    background: none;
    border: 1px solid #aaaaaa;
    text-transform: capitalize;

}

.main-header .theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-header a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}
.main-header .btn-style-one:hover {
    color: #ffffff;
    border-color: #f19c37;
}
.main-header .btn-style-one:hover, .btn-style-one {
    background-color: #f19c37
}
.main-header a:hover {
    color: #f19c37;
    text-decoration: underline;
}


.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed li a:hover{
	color: #f19c37;
	background:none;
}

.main-header .outer-box .option-box .cart-box .icon a{
	color:#999999;
}

.header-style-two .outer-box .search-box-btn{
	position:relative;
	margin:0px;
	padding:13px 15px;
	background-color:#ffffff;
}

.header-style-two .outer-box .search-box-btn .icon{
	position:relative;
	color:#000000;
	font-size:20px;
}

.header-style-two .outer-box .nav-box{
	position:relative;
	float:left;
	color:#ffffff;
	font-size:28px;
	cursor:pointer;
	margin:14px 0px 14px 20px;
}

.header-style-two .main-menu .navigation > li{
	padding:8px 20px;
	margin-right:1px;
}

.header-style-two .main-menu .navigation > li > a{
	font-size:16px;
	color:#ffffff;
}

.header-style-two .main-menu .navigation > li > a:before{
	display:none;
}

.header-style-two .main-menu .navigation > li.current,
.header-style-two .main-menu .navigation > li:hover{
	background-color:#000000;
}

.header-style-two.fixed-header .main-menu .navigation > li.current,
.header-style-two.fixed-header .main-menu .navigation > li:hover{
	background:none;
}

.header-style-three.fixed-header .main-menu .navigation > li.current a,
.header-style-three.fixed-header .main-menu .navigation > li:hover a{
	background:none;
}

.header-style-two.fixed-header .main-menu .navigation > li.current a,
.header-style-two.fixed-header .main-menu .navigation > li:hover a,
.header-style-three.fixed-header .main-menu .navigation > li.current a,
.header-style-three.fixed-header .main-menu .navigation > li:hover a{
	color:#222222 !important;
}

.header-style-two .main-menu .navigation > li:hover > a,
.header-style-two .main-menu .navigation > li.current > a{
	color:#ffffff !important;
}

.header-style-two .header-lower .outer-box .social-box{
	position:relative;
	float:left;
	margin-top:16px;
	margin-right:15px;
}

.header-style-two .header-lower .outer-box .social-box li{
	position:relative;
	margin:0px 7px;
	display:inline-block;
}

.header-style-two .header-lower .outer-box .social-box li a{
	position:relative;
	color:#ffffff;
	font-size:14px;
}

.header-style-three{
	position:absolute;
	left:0px;
	width:100%;
}

.header-style-three .inner-container{
	padding:0px 70px;
}

.header-style-three .header-upper .nav-outer{
	padding-left:60px;
}

.header-style-three .main-menu .navigation > li > a:before{
	display:none;
}

.header-style-three .main-menu .navigation > li{
	margin-right:2px;
}

.header-style-three .main-menu .navigation > li > a{
	color:#ffffff;
	padding:0px 10px;
	border-radius:4px;
}

.header-style-three .main-menu .navigation > li.current > a,
.header-style-three .main-menu .navigation > li:hover > a{
	background-color:#222222;
}

.header-style-three .main-menu .navigation > li:hover > a,
.header-style-three .main-menu .navigation > li.current > a{
	color:#ffffff !important;
}

.header-style-three .outer-box .nav-box{
	position:relative;
	float:left;
	color:#ffffff;
	font-size:26px;
	margin:10px 0px;
	cursor:pointer;
}

.header-style-three .social-box{
	position:relative;
	float:left;
	margin-left:15px;
	margin-right:10px;
}

.header-style-three .social-box li{
	position:relative;
	float:left;
	margin:0px 4px;
}

.header-style-three .social-box li a{
	position:relative;
	width:40px;
	height:40px;
	color:#004cd9;
	font-size:14px;
	line-height:40px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color:#ebebeb;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-style-three .social-box li a:hover{
	background-color:#ffffff;
}

.header-style-three .outer-box .search-box-btn{
	margin:0px;
	width:40px;
	height:40px;
	cursor:pointer;
	line-height:38px;
	text-align:center;
	border-radius:50%;
	background-color:#ffffff;
}

.header-style-three .outer-box .search-box-btn .icon{
	color:#004cd9;
	font-size:18px;
}

.close-side-widget{
	color:#ffffff;
}

/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
background: linear-gradient(to right, #222, #222);
    border-bottom: 2px solid #39a35c;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}
.sticky-header .mobile-nav-toggler{
		display: block;
		float:right;
    display: none
	}
.sticky-header .mobile-nav-toggler .icon {
    display: block;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    padding: 20px 0px;
    color: #39a35c;
}
.sticky-header .logo-outer{
		width:100%;
		text-align:center;
		padding-bottom:15px;
	}
.fixed-header .sticky-header{
	opacity:1;
	z-index: 99999;
	visibility:visible;
}

.fixed-header .sticky-header .logo{
	padding: 20px 0;
}
.fixed-header .sticky-header .pull-right{
    float: right;
}
.fixed-header .sticky-header .pull-left{
    float: left;
}
.fixed-header .sticky-header .logo img{
    width: auto;
    height: 50px;
    /*    border-radius: 50%;*/
}
.sticky-header .main-menu .navigation > li{
	margin-left: 32px;
	padding: 0px;
	margin-right: 0px;
	background-color: transparent;
}

.sticky-header .main-menu .navigation > li > a:before,
.sticky-header .main-menu .navigation > li:after{
	display: none !important;
}

.sticky-header .main-menu .navigation > li > a{
	padding:23px 0px !important;
	line-height:30px;
	font-size:16px;
	font-weight:600;
	color: #fff;
	text-transform:capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
	color: #39a35c;
}

/*** 

====================================================================
		Mobile Menu Style 
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	display: none;
}

.nav-outer .mobile-nav-toggler .icon{
	display: block;
	font-size: 30px;
	line-height: 40px;
	cursor: pointer;
	padding:14px 0px;
	color:#39a35c;
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 80%;
	padding-left:30px;
	max-width:100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .nav-logo{
	position:relative;
	padding:20px 20px;
	text-align:left;	
}
.mobile-menu .nav-logo img{
    width: auto;
    height: 50px;
}
.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.57);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 8px;
	top: 3px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 32px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 15px;
	color: #404040;
	text-transform: capitalize;
}

.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover{
	color:#004cda;	
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right: 0px;
	top:0px;
	width:44px;
	height:44px;
	text-align:center;
	font-size:16px;
	line-height:44px;
	color:#404040;
	cursor:pointer;
	z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after{
	content:'';
	position:absolute;
	left: 0px;
	top:10px;
	width:1px;
	height:24px;
	border-left:1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

/*** 

====================================================================
		Hero Slider 
====================================================================

***/

.hero-slider-area {
    position: relative;
    z-index: 1;
}
.hero-slider-area .owl-theme .owl-nav {
     margin-top: 0px; 
}
.hero-slider-area .hero-slider-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: #000000;*/
    opacity: 0.5;
    z-index: -1;
}
.hero-slider-area .hero-slider-item {
    width: 100%;
    height: 100vh;
    z-index: 1;
}
.hero-slider-area .owl-carousel .owl-item img {
   display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: -2;
}

.hero-slider-area .d-table {
    width: 100%;
    height: 100%;
}
.hero-slider-area .d-table-cell {
    vertical-align: middle;
}
.hero-slider-area .hero-slider-item .hero-slider-text {
    max-width: 700px;
        display: none;
}
.hero-slider-area .hero-slider-item .hero-slider-text span {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
/*    font-family: "Poppins", sans-serif;*/
    font-weight: 600;
    color: #fff;
}
.hero-slider-area .hero-slider-item .hero-slider-text h1 {
    font-size: 60px;
    color: #012068;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}
.hero-slider-area .hero-slider-item .hero-slider-text h1 span {
    font-size: 60px;
    color: #3aae36;
    font-weight: 700;
    color: #ffffff;
}
.hero-slider-area .hero-slider-item .hero-slider-text p {
    font-size: 14px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #ffffff;
}
.hero-slider-area .default-btn {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    background: linear-gradient(to left, #ee8400, #2f2059);
    padding: 12px 25px;
    line-height: 1;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    background: linear-gradient(to right, #39a35c, #37777d);
}
.hero-slider-area .default-btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
  background-color: #2f2059;
    z-index: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 4px;
    opacity: 0.5;
}

.hero-slider-area .default-btn:hover {
    color: #ffffff;
}
.hero-slider-area .default-btn:hover::before {
    width: 100%;
}
.hero-slider-area .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 47%;
    left: 30px;
    width: 50px;
    height: 50px;
    border: 2px solid #39a35c !important;
    border-radius: 0 10px;
    background-color: #39a35c;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    outline: none;
}
.hero-slider-area .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 47%;
    right: 30px;
    width: 50px;
    height: 50px;
    border: 1px solid #39a35c !important;
    border-radius: 0 10px;
    background-color: #39a35c;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0;
    outline: none;
}
.hero-slider-area .owl-theme .owl-nav .owl-next span {
    color: #fff;
    font-size: 25px;
}
.hero-slider-area .owl-theme .owl-nav .owl-prev span {
    color: #fff;
    font-size: 25px;
}
.hero-slider-area .owl-theme .owl-nav .owl-prev:hover {
    border: 2px solid #39a35c !important;
    background-color: transparent;
}
.hero-slider-area .owl-theme .owl-nav .owl-next:hover {
    border: 2px solid #39a35c !important;
    background-color: transparent;
}

/*** 

====================================================================
		About Section 
====================================================================

***/

.about-section-two{
	position: relative;
	padding: 40px 0;
    overflow: hidden;
}

.about-section-two .image-layer {
/*    background-image: url(../images/wave-pink.svg);*/
}
.about-section-two .image-layer {
position: absolute;
    right: 0;
    left: 0;
     top: 0px; 
    width: 100%;
    height: 550px;
}
.about-section-two .about-title {
        margin-top: 0;
    padding-top: 60px;
}
.about-section-two .about-title h2 {
    font-size: 38px;
    margin-bottom: 30px;
}
.about-section-two .about-title p {
    font-size: 15px;
    margin-bottom: 15px;
}
.about-section-two .about-title ul {
    margin-bottom: 40px;
}
.about-section-two .about-title ul li {
    margin-bottom: 10px;
/*    color: "Poppins", sans-serif;*/
    color: #301f5b;
    font-weight: 600;
    font-size: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.about-section-two .about-title ul li i {
    padding-left: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.about-section-two .about-title ul li:hover i {
    margin-left: 5px;
}
.about-section-two .about-title span {
/*    font-family: "Poppins", sans-serif;*/
    font-size: 15px;
    font-weight: 600;
    color: #37afbf;
    display: inline-block;
    margin-bottom: 10px;
}
.about-section-two .icon-shape-3{
	left: -490px;
	bottom: -30px;
	opacity: .06;
}

/*
.icon-shape-3{
	width: 986px;
	height: 911px;
	background-image: url(../images/icons/shape-3.png);
}
*/

.about-section-two .content-column{
	position: relative;
	margin-bottom: 50px;
}

.about-section-two .content-column .inner-column{
	position: relative;
	padding-top: 25px;
	padding-left: 40px;
}

.beautypress-3d-project-card {
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
}
.beautypress-3d-project-card img {
    width: 100%;
}

.accordion {width: 100%;border-top: 5px solid #39a35c;background-color: #fff;box-shadow: -3px 7px 10px #ddd;margin-bottom: 20px;}
.accordion li {
  border-bottom: 1px solid #d9e5e8;
  position: relative;
}
.accordion li p {
    display: none;
    padding: 10px 25px 30px;
    color: #222;
    font-weight: bold;
    height: 275px;
    font-size: 16px;
    text-align: justify;
    line-height: 1.7;
    overflow: hidden;
}
.accordion a {
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  line-height: 3;
 font-size: 18px;
  text-indent: 15px;
  user-select: none;
}
.accordion a:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  position: absolute;
  left: 10px;
  content: " ";
  top: 17px;
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
  padding: 10px;
}

a.active:after {
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*********************************/

.feature-block-two{
	position: relative;
	margin-bottom: 60px;
}

.feature-block-two .inner-box{
	position: relative;
}

.feature-block-two .icon{
	display: inline-block;
	font-size: 60px;
	line-height: 1em;
	color: #222222;
	background: rgb(255,138,1);
	background: -moz-linear-gradient(45deg, rgba(255,138,1,1) 0%, rgba(225,19,123,1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(255,138,1,1) 0%,rgba(225,19,123,1) 100%);
	background: linear-gradient(45deg, rgba(255,138,1,1) 0%,rgba(225,19,123,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a01', endColorstr='#e1137b',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	margin-bottom: 20px;
}

.feature-block-two h4{
	font-size: 20px;
	line-height: 1.2em;
	color: #394963;
	font-weight: 700;
	margin-bottom: 15px;
}

.feature-block-two h4 a{
	color: #394963;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-two h4 a:hover{
	color: #e1137b;
}

.feature-block-two .text{
	font-size: 16px;
	line-height: 26px;
	padding-right: 30px;
}

.video-box-one{
	position: relative;
    margin-bottom: 25px;
}

.video-box-one:before{
	position: absolute;
	left: -60px;
	top: -60px;
	width: 180px;
	height: 155px;
	content: "";
	background-image: url(../images/icons/icon-dots-2.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: .60;
	display: none;
}

.video-box-one .image{
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 10px;
	-webkit-box-shadow: 0 20px 30px rgba(14,16,48,.14);
	-ms-box-shadow: 0 20px 30px rgba(14,16,48,.14);
	box-shadow: 0 20px 30px rgba(14,16,48,.14);
}

.video-box-one .image img{
display: block;
    width: 100%;
    height: 410px;
    border-radius: 10px;
    object-fit: cover;
}

.video-box-one .btn-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(14,16,48,.50);
	border-radius: 10px;
}

.video-box-one .btn-box .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 80px;
	width: 80px;
	background-color: #ffffff;
	border-radius: 50%;
	line-height: 80px;
	text-align: center;
	font-size: 20px;
	padding-left: 5px;
	color: #39a35c;
	margin-top: -40px;
	margin-left: -40px;
	text-shadow: 0 10px 14px rgba(188,17,103,.40);
	z-index: 8;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.video-box-one .btn-box:hover .icon{
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.video-box-one .btn-box:after,
.video-box-one .btn-box:before{
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	border: 1px solid rgba(255,255,255,.10);
	content: "";
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.video-box-one .btn-box:after{
	height: 300px;
	width: 300px;
}

.video-box-one .btn-box:hover:after,
.video-box-one .btn-box:hover:before{
	border: 1px solid rgba(255,255,255,1);
	height: 0;
	width: 0;
}

.about-section-two .video-column{
	position: relative;
	/* margin-bottom: 50px; */
}
/****************search area****************/

/*** 

====================================================================
		features Area 
====================================================================

***/


.box-area {
/*    margin-top: -100px;*/
}
.box-area .single-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #39a35c;
    opacity: 1;
    z-index: -1;
    border-radius: 0 30px 0 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.box-area .single-box {
    text-align: center;
    padding: 30px;
    border-radius: 0 30px 0 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.box-area .single-box .box-img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.box-area .single-box .box-img img{
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease-out;
}

.box-area .single-box h3 {
    color: #ffffff;
    margin-bottom: 12px;
}
.single-box p {
    color: #222;
    margin-bottom: -6px;
    font-weight: bold;
    font-size: 14px;
}
.box-area .single-box.bg-2 {
    background-image: url(../img/box/2.jpg);
}
.single-box i::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-image: -webkit-gradient(linear, left top, right top, from(#8fd913), to(#39ae38));
    background-image: linear-gradient(to right, #8fd913, #39ae38);
    border-radius: 50%;
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.box-area .single-box i {
    font-size: 25px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    color: #333;
    border-radius: 50%;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}


.box-area .single-box:hover::before {
    opacity: 0.5;
    border-radius: 0;
}
.box-area .single-box:hover img {
    opacity: .7;
}
/*** 

====================================================================
		service Area 
====================================================================

***/
.service-area {
    padding: 40px 0;
    position: relative;
    background-color: #d7e1ea;
}
.service-area .services-title-content {
    margin-bottom: 20px;
} 
.service-area .services-title-content .sub-title {
    display: block;
    text-transform: uppercase;
    color: #39a35c;
    margin-bottom: 8px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 25px;
}
.service-area .services-title-content h2 {
    margin-bottom: 14px;
    line-height: 1.3;
    font-size: 42px;
    font-weight: 400;
    color: #333;
}
.service-area p {
    color: #6d7a8c;
    line-height: 1.8;
    margin-bottom: 12px;
    font-size: 16.5px;
}
.service-area .services-title-content .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 0;
}
.service-area .services-title-content .features-list li {
    position: relative;
    margin-bottom: 20px;
    color: #222222;
    font-weight: 500;
    padding-left: 40px;
}
.service-area .p-0 {
    padding: 0!important;
}
.service-area .services-title-content .features-list li i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 50%;
    color: #39a35c;
    text-align: center;
    font-size: 13px;
    background-color: #222222;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.service-area .single-services-box {
    background-color: #e9ecef;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 30px;
    height: 100%;
    text-align: center;
}
.service-area .single-services-box img {
    width: 75px;
    height: 75px;
}
.service-area .row .col-lg-6:nth-child(1) .single-services-box {
    border-left: 1px solid #f99b3e;
    border-bottom: 1px solid #f99b3e;
}
.service-area .row .col-lg-6:nth-child(2) .single-services-box {
    border-bottom: 1px solid #f99b3e;
}
.service-area .row .col-lg-6:nth-child(3) .single-services-box {
    border-left: 1px solid #f99b3e;
}
.service-area .single-services-box h3 {
    position: relative;
    /*    padding-left: 65px;*/
    color: #333;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 700;
    /*    font-family: "Muli", sans-serif;*/
}
.service-area .single-services-box h3 i {
    color: #fe235b;
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 45px;
    top: 3px;
    z-index: 1;
}

.service-area .single-services-box p {
    margin-top: 15px;
}
.service-area .single-services-box:hover {
    background-color: #ffffff;
    border-color: #ffffff !important;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 1;
}
.service-area .btn-primary {
    color: #fff;
    background-color: #39a35c;
    border-color: #39a35c;
}
.service-area .choose-bg-area {
    width: 100%;
    margin-right: auto;
}
.service-area .choose-bg-area .single-box {
    border-radius: 0;
    margin-bottom: 0;
/*    border: 1px solid #f19c37;*/
    text-align: center;
    position: relative;
    z-index: 1;
    height: 200px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
padding: 28px 30px;
}
.service-area .choose-bg-area .single-box img {
    width: 75px;
    height: 75px;
}
.service-area .choose-bg-area .single-box::before {
    border-radius: 0;
}
.service-area .choose-bg-area .single-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e9ecef;
    opacity: 1;
    z-index: -1;
/*    border-radius: 0 30px 0 30px;*/
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.service-area .choose-bg-area .single-box h3 {
    color: #333333;
    margin-bottom: 12px;
    margin-top: 15px;
}
.service-area .choose-bg-area .choose-1 {
    border-right: 1px solid #39a35c;
    border-bottom: 1px solid #39a35c;
}
.service-area .choose-bg-area .choose-2 {
        border-left: 1px solid #39a35c;
        border-bottom: 1px solid #39a35c;
}
.service-area .choose-bg-area .choose-3 {
         border-right: 1px solid #39a35c;
         border-top: 1px solid #39a35c;
}
.service-area .choose-bg-area .choose-4 {
         border-left: 1px solid #39a35c;
         border-top: 1px solid #39a35c;
}
.service-area .choose-bg-area:hover .choose-1 {
    margin-right: 15px;                                     
    margin-bottom: 15px;
}
.service-area .choose-bg-area:hover .choose-2 {
    margin-left: 15px;
    margin-bottom: 15px;
}
.service-area .choose-bg-area:hover .choose-3 {
    margin-top: 15px;
    margin-right: 15px;
}
.service-area .choose-bg-area:hover .choose-4 {
    margin-top: 15px;
    margin-left: 15px;
}


/*** 

====================================================================
		map Area 
====================================================================

***/

.map .contact-form-wrapper {
    width: 100%;
    display: inline-block;
}
.map .contact-form-wrapper .contact-form-content.left{
        float: left;
    width: 100%;
}

.map .contact-form-wrapper .contact-form-content.right {
    padding: 78px 100px 75px 15px;
    background-color: #777777;
    text-align: right;
    color: #ffffff;
    float: right;
    width: 50%;
    position: relative;
}
.map .contact-form-wrapper .contact-form-content.right:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  background-color: #0f77ad;
}
.map .contact-form-wrapper .contact-form-inner {
  border: 0;
  padding: 0;
/*  font-family: 'Montserrat', sans-serif;*/
}
.map .contact-form-wrapper .contact-form-inner .working-hours-inner {
  font-weight: bold;
}
.map .contact-form-wrapper .contact-form-inner .working-hours-inner + .working-hours-inner {
  border-top: 2px solid #ddd;
  padding-top: 8px;
  margin-top: 8px;
}
.map .contact-form-wrapper .contact-form-inner .date-working {
  float: right;
  text-transform: uppercase;
  color: #c9d6dd;
}
.map .contact-form-wrapper .contact-form-inner .time-working {
  margin-right: 210px;
}
.map .contact-form-wrapper .contact-form-inner .contact-form-title {
  font-weight: bold;
  margin: 0 0 23px;
    color: #fff;
}
.map .contact-form-wrapper .contact-form-inner .contact-information-inner {
  font-weight: bold;
/*  font-family: 'Montserrat', sans-serif;*/
}
.map .contact-form-wrapper .contact-form-inner .contact-information-inner .info-left {
    float: right;
    text-transform: uppercase;
    color: #c9d6dd;
}
.map .contact-form-wrapper .contact-form-inner .contact-information-inner .info-left i {
    display: inline-block;
    margin-left: 17px;
    color: #ffffff;
}
.map .contact-form-wrapper .contact-form-inner .contact-information-inner .info-right {
  margin-right: 170px;
}
.map .contact-form-wrapper .contact-form-inner .contact-information-inner .info-right a {
  color: #ffffff;
}
.map .contact-form-wrapper .contact-form-inner .contact-information-inner + .contact-information-inner {
  margin-top: 14px;
}
.map .contact-form-inner + .contact-form-inner {
  margin-top: 30px;
}
.map .new-footer-map {
  background-color: transparent;
}
.map .new-footer-map .contact-form-wrapper .contact-form-content.right {
  position: relative;
  padding: 0;
  text-align: center;
  background-color: #FFF;
  z-index: 1;
}
.map .new-footer-map .contact-form-wrapper .contact-form-content .img-wrapper {
  height: 104.3%;
  position: absolute;
  top: -23px;
  right: -145px;
  z-index: 1;
  overflow: hidden;
}
.map .new-footer-map .contact-form-wrapper .contact-form-inner {
  padding: 23px 30px 40px;
  border: 2px solid #d9e7ee;
}

/*** 

====================================================================
		footer Area 
====================================================================

***/

footer {
    padding-top: 80px;
    background: linear-gradient(to right, #222222, #222222);
    position: relative;
}

footer::before {
background-image: url(../images/waves.png) !important;
}


footer::before{
    content: "";
    z-index: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    zoom: 1;
    filter: alpha(opacity=25);
    -webkit-opacity: 0.25;
    -moz-opacity: 0.25;
    opacity: 0.25;
}
.footer ul li a {
    color: #fff;
}

.footer h4 {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #c5c5c5;
    text-transform: uppercase;
}

.footer .footer-item {
    margin-bottom: 60px;
}

.footer .footer-inner .links li {
    margin-bottom: 6px;
    font-size: 17px;
    font-weight: 500;
    list-style: none;
}

.footer .footer-inner .links li:last-child {
    margin-bottom: 0;
}

.footer .footer-inner .links li a:hover {
    color: #fff;
}

.footer a {
    color: #7c7e83;
}

.footer .footer-inner p {
    font-size: 12px;
    color: #ffffff;
}

.footer .footer-inner p a {
    color: #7c7e83;
}

.footer .recent-posts .listing-post-meta {
    color: #7c7e83;
    font-size: 13px;
}

.footer .recent-posts .listing-post-meta a {
    color: #7c7e83;
}

.footer .recent-posts .media h5 a {
    font-weight: 600;
    font-size: 15px;
}

.footer .recent-posts .media h5 a:hover {
    color: #fff;
}

.footer .footer-inner .contact-info li {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    list-style: none;
    color: #fff;
    position: relative;
    padding-left: 25px;
}

.footer .footer-item ul.contact-info {
    padding: 0;
}

.footer .footer-item ul.links {
    padding: 0;
}

.footer .footer-inner .contact-info li i {
    left: 0;
    position: absolute;
    line-height: 22px;
}

.footer .footer-inner .social-list-2 {
    margin-top: 25px;
}

.footer .footer-inner .social-list-2 li {
    display: inline-block;
    font-size: 16px;
}

.footer .footer-inner .social-list-2 li a {
    margin: 0 3px 0 0;
    font-size: 14px;
    width: 40px;
    /* align-items: center; */
    height: 40px;
    background-color: #39a35c;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.footer .f-logo {
    margin-bottom: 20px;
    height: 35px;
    width: auto;
}

.sub-footer {
    padding: 20px 0;
    border-top: solid 1px #292929;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
}

.footer .footer-inner form .form-control {
    width: 80%;
    height: 40px;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 13px;
    outline: 0;
    border: transparent;
}

.footer .form-inline .btn {
    width: 20%;
    border-radius: 0;
    padding: 11px 13px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    background-color: #39a35c;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer .recent-posts .media h5 a {
    color: #7c7e83;
    font-weight: 600;
}

/** Recent posts start **/
.recent-posts .media img {
    width: 60px;
    border-radius: 2px;
    height: 60px;
}

.recent-posts .media h5 {
    margin-bottom: 7px;
    font-weight: 600;
}

.recent-posts .media h5 a {
    font-size: 15px;
    color: #535353;
}

.recent-posts .media h5 a:hover {
    color: #2d2d2d;
}

.recent-posts .listing-post-meta {
    font-size: 13px;
    font-weight: 500;
    color: #757474;
}

.recent-posts .listing-post-meta a {
    color: #757474;
}

/*** 

====================================================================
		Services Area 
====================================================================

***/

.services-area {
    position: relative;
    padding: 50px 0
}
.services-area .sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
}

.services-area .centered {
    text-align: center !important;
}
.services-area .sec-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #222222;
/*    font-weight: 700;*/
    padding-bottom: 25px;
    text-transform: capitalize;
}

.services-area .sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
}

.services-area .centered {
    text-align: center !important;
}
.services-area .sec-title.centered .separator {
    margin: 0 auto;
}

.services-area .sec-title .separator {
    position: relative;
    width: 100px;
}
.services-area .sec-title .separator:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}
.services-area .sec-title .separator:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -15px;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    border: 10px solid #f19c37;
    background-color: #ffffff;
    border-radius: 50%;
}
.services-area .team-karen {
    position: relative;
    text-align: center;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    border-radius: 15px;
    box-shadow: -15px 11px 10px #ddd;
    margin-bottom: 40px;
}
.services-area .team-karen .team-karen-header {
    position: relative;
    padding: 0 7.58% 7.58%;
}
.services-area .team-karen .team-karen-figure {
    display: block;
    padding: 0 5.719% 5.719%;
}
.services-area .team-karen .team-karen-figure img {
    width: 100%;
    border-radius: 12px;
    transition: all .3s ease;
        height: auto;
}
@media (min-width: 992px){
    .services-area .team-karen:hover .team-karen-figure img {
    transform: translate3d(0, -14px, 0);
} 
}

.services-area .team-karen html:not(.ie-10):not(.ie-11):not(.ie-edge) .team-karen-header svg {
    height: auto;
}

.services-area .team-karen .team-karen-header svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    fill: #f5f5f5;
    transition: all .3s ease;
    z-index: -1;
}
.services-area .team-karen .team-karen-body {
    position: relative;
    padding: 0 7.58% 20px;
}

@media (min-width: 992px){
 
.desktop .team-karen-body {
    padding-bottom: 10px;
}
}
@media (min-width: 768px){
    .team-karen-body {
    padding-top: 2px;
    padding-bottom: 40px;
}
}
.services-area .team-karen .team-karen-body::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f5f5f5;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom: 5px solid #f19c37;
    transition: all .3s ease;
    z-index: -1;
}
@media (min-width: 992px){
    

.services-area .team-karen:hover .team-karen-body::before {
    bottom: -30px;
}
    }
.services-area .team-karen .team-karen-name {
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    font-size: 18px;
}
.services-area .team-karen .team-karen-name a {
    color: #333
}
.services-area .team-karen html .list-inline-md {
    transform: translate3d(0, -10px, 0);
    margin-bottom: -10px;
    margin-left: -8px;
    margin-right: -8px;
}
@media (min-width: 768px)
* + .team-karen-list-social {
    margin-top: 14px;
}
.services-area .team-karen .list-inline > li {
    display: inline-block;
}
.services-area .team-karen html .list-inline-md > * {
    margin-top: 10px;
    padding-left: 8px;
    padding-right: 8px;
}

@media (min-width: 992px){
    

.services-area .team-karen .desktop .team-karen-list-social > li {
    opacity: 0;
    visibility: hidden;
    transform: rotateY(90deg);
}
}
.services-area .team-karen .team-karen-list-social > li {
    will-change: transform;
    transition: all .25s ease;
}
/*** 

====================================================================
		Service_details 
====================================================================

***/

.service_details {
    padding: 70px 0;
}
.service_details .section_title {
    margin-bottom: 30px;
}
.service_details .service_details_wraper .text-p{
margin-bottom: 10px;
    padding: 20px;
    border-radius: 10px 0;
    font-size: 16px;
    background-color: #090803;
    /* font-style: italic; */
    /* font-weight: 600; */
    border: 3px solid #ddd;
    width: max-content;
    text-align: justify;
    line-height: 1.8;
    /* box-shadow: 0px 0px 21px 9px rgba(0, 0, 0, 0.05); */
    color: #ffffff;
    /* border-bottom: 2px solid #d03794; */
    border: 3px solid #39a35c;
}
.service_details .service_details_wraper p{
    margin: 0;
    padding: 20px;
    border-radius: 10px;
    font-size: 16px;
    /* font-style: italic; */
    /* font-weight: 600; */
    background-color: #39a35c;
    text-align: justify;
    line-height: 1.8;
    /* box-shadow: 0px 0px 21px 9px rgba(0, 0, 0, 0.05); */
    color: #ffffff;
    /* border-bottom: 2px solid #d03794; */
}

.service_details .form-column .inner-column {
    position: relative;
    padding: 15px 35px 10px;
    background-color: #ffffff;
    box-shadow: 0px 20px 40px rgba(0,0,0,0.10);
        margin-bottom: 20px;
}
.service_details .form-column h3 {
    position: relative;
    color: #002222;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
    padding-bottom: 14px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}
.service_details .calender-form {
    position: relative;
}

.service_details .calender-form .form-group {
    position: relative;
    margin-bottom: 25px;
}
.service_details .calender-form .form-group label {
    position: relative;
    color: #222222;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}
.service_details .calender-form .form-group label .icon {
 position: relative;
    margin-left: 8px;
    color: #d03794;
    font-weight: 400;
}
.service_details .calender-form .form-group input[type="text"],
.service_details .calender-form .form-group input[type="tel"],
.service_details .calender-form .form-group input[type="email"],
.service_details .calender-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 33px;
    padding: 10px 28px;
    color: rgba(0,0,0,0.60);
    height: 45px;
    font-size: 14px;
    background: none;
    border: 2px solid #ddd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 10px;
}
.service_details .image-box{
    box-shadow: 0px 20px 40px #6c757d;
    border-radius: 50px;
    width: 100%;
    height: auto;
}
.service_details .image-box img{
        width: 100%;
    border-radius: 20px;
    height: 100%;
}
.service_details textarea {
    height: 120px;
    padding-top: 10px;
    resize: none;
        width: 100%;
    margin-bottom: 0px;
    background: #F5F5F5;
    border: 1px solid transparent;
    text-indent: 15px;
    transition: .3s linear;
}

.service_details .service_details_wraper img {margin-bottom: 30px;width: 100%;box-shadow: 0 0 24px 0px;border-radius: 30px;/* object-fit: cover; */height: 350px;}

.service_details .service_details_wraper h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    font-style: italic;
    margin-bottom: 10px;
}

.service_details .service_quote {
    text-align: center;
    background: #F8F8F8;
    padding: 23px 2px;
}

.service_details .service_quote strong {
    font-weight: 400;
}

.service_details .service_quote i {
    font-size: 25px;
    color: #44a6f0;
}

.service_details .service_list_items li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}

.service_details .service_list_items li>i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px;
    color: #44a6f0;
}

.service_details .more_service_area a.single_service {
        
        display: inline-block;
    text-align: center;
    margin-bottom: 30px;
    color: #565656;
    padding: 20px 0 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
}


.service_details .more_service_area .service_icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    transition: .3s cubic-bezier(0.32, 0.89, 1, 1.47);
    margin-bottom: 5px;
}

.service_details .more_service_area .single_service:hover .service_icon {
    transform: translatex(5px);
}

..service_details .more_service_area .single_service h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}
.service_details .more_service_area {
    margin-top: 60px;
}


.service_details .more_service_area h1 {
    margin-bottom: 30px;
}

.service_details a.single_service {
    width: 100%;
}
.service_details .custom_btn {
    color: #fff;
    background: #d03794;
    padding: 15px 30px;
    transition: .3s linear;
    position: relative;
    z-index: 1;
    border: none;
    overflow: hidden;
    text-align: center;
    min-width: 180px;
}
.service_details .sidebar {
    width: 120%;
    background: linear-gradient(to right, #222222, #090702);
    position: sticky;
    height: max-content;
    top: 100px;
    box-shadow: 0 0 24px 0px;
    padding: 10px;
    border: 3px solid #39a35c;
    margin: 20px 0;
    border-radius: 10px;
}
.service_details .sidebar h5.title {
    color: #fff;
    margin-top: 10px;
}
.service_details .sidebar ul.menu {
    padding: 10px;
}
.service_details .sidebar ul li {
        margin-bottom: 10px;
    font-size: 14px;
        border-bottom: 1px solid #ddd;
}
.service_details .sidebar ul li a {
    color: #ecd9e6;
    line-height: 2.9;
    
}
/*** 

====================================================================
		Facts Area 
====================================================================

***/

.facts-main-block {
    position: relative;
}
.facts-main-block .parallax {
    background-attachment: fixed;
    position: relative;
}
.facts-main-block .parallax {
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.facts-main-block .overlay-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*    background: rgba(0,0,0,.5);*/
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px 0 solid #39a35c;
    border-top: 2px solid #39a35c;
    border-top: 2px solid #39a35c;
}
.facts-main-block .overlay-bg {
/*    background-color: rgba(0,0,0,.8);*/
}
.facts-main-block .facts-block {
    padding: 78px 0 112px;
    text-align: center;
}
.facts-main-block .facts-icon {
    font-size: 50px;
    line-height: 1.52;
    color: #FFF;
}
.facts-main-block .facts-icon i {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    display: inline-block;
}
.facts-main-block .facts-number {
    font-size: 36px;
    font-weight: 800;
    line-height: .72;
    color: #39a35c;
}
.facts-main-block .facts-text {
    font-size: 14px;
    color: #d7e1ea;
    text-transform: uppercase;
    float: right;
    margin-top: -50px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
/*** 

====================================================================
		Facts Area 
====================================================================

***/

.featured-box {
    background: #f6f6f6;
    padding-top: 70px;
    padding-bottom: 70px;
}

.featured-box h3 {
    margin-top: 6px;
    margin-bottom: 30px;
    line-height: 22px;
    text-align: center;
}
.featured-box h3 .title {
    font-size: 22px;
    color: #222;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
}
.featured-box h3 .title:before {
    left: -118px;
}
.featured-box h3 .title:after {
    right: -118px;
}
.featured-box h3 .title:after, .featured-box h3 .title:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    top: 50%;
    background: #f19c37;
}
.featured-box .icon {
    color: #2a2a2a;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
.featured-box .icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #f19c37;
    color: #fff;
    font-size: 24px;
}
.featured-box .text {
        text-align: center;
    margin: 0;
    padding: 40px;
    border-radius: 40px;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    height: 230px;
    line-height: 1.8;
    box-shadow: 0px 0px 21px 9px rgba(0, 0, 0, 0.05);
    color: #555555;
    overflow: hidden;
}
.featured-box .text h2 {
/*    font-family: 'montserrat_semibold';*/
	text-transform: capitalize;
    color: #323f52;
    font-size: 22px;
    margin-bottom: 15px;
}
.featured-box .text p {
/*    font-family: 'montserrat_regular';*/
    color: #464646;
    font-size: 14px;
    font-weight: 400;
}
.featured-box .text p:last-child {
    margin-bottom: 0;
}

/*********bread-roumb***************/
.breadvroumb_area {
/*background-image: url(../images/bg-section-2.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 25px;
    padding-bottom: 0px;
    height: 270px;
    position: relative;
}
.breadvroumb_area::before {
    background: linear-gradient(to right, #39a35c, #37777d);
    background-position: center top;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: -1;
}
.breadvroumb_area .text-center {
        position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.breadvroumb_area h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff;
}

.breadcroumb_link,
.breadcroumb_link a {
    color: #d8d8d8;
    font-size: 19px;
    margin-bottom: 20px;
}

.breadcroumb_link a {
    margin-right: 5px;
    color: #fff;
}

.breadvroumb_area .beautypress-inner-welcome-footer-content {
    position: absolute;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="369.781" height="48" viewBox="0 0 369.781 48"><path fill="%23FFFFFF"  d="M1145,740s-4-33-30-33H985s-23.5-2.5-25-15v48h185Zm-369.782,0s4-33,29.973-33h129.84S958.5,704.5,960,692v48H775.218Z" transform="translate(-775.219 -692)"/></svg>');
    bottom: -2px;
    backface-visibility: hidden;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 87px;
    width: 369.781px;
    background-repeat: no-repeat;
    background-position: bottom center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.breadvroumb_area .beautypress-breadcrumb li {
    display: inline-block;
    padding: 0 12px 0 0px;
    position: relative;
}

.breadvroumb_area .beautypress-breadcrumb li:before {
    position: absolute;
    content: "/";
    right: 0;
    top: 0;
    color: #B9B9B9;
}

.breadvroumb_area .beautypress-breadcrumb li:last-child:before {
    display: none;
}

.breadvroumb_area .beautypress-breadcrumb li:last-child {
    padding: 0;
}

.breadvroumb_area .beautypress-breadcrumb li a {
    color: #B9B9B9;
    display: block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-transform: capitalize;
}

.breadvroumb_area .beautypress-breadcrumb li:last-child a {
    color: var(--color-purple);
    pointer-events: none;
}
/**************news***************/
.recent-news {
    padding: 40px 0;
    position: relative;
    direction: ltr
}

.recent-news h3 .title {
    margin-top: 5px;
    margin-bottom: 50px;
    line-height: 22px;
    text-align: center;
}
.recent-news h3 .title {
    font-size: 22px;
    color: #222;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
}
.recent-news h3 .title:before {
    left: -118px;
}
.recent-news h3 .title:after {
    right: -118px;
}
.recent-news h3 .title:after, .recent-news h3 .title:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    top: 50%;
    background: #f19c37;
}

.recent-news-item {
    margin: 30px 15px;
    padding: 0;
    display: inline-flex;
    width: 100%;
    
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.recent-news-item .recent-news-image {
    
    float: left;
 
        width: 35%;
}
.recent-news-item .recent-news-image img{

    width: 100%;
    height: 140px;
    object-fit: cover;
}
.recent-news-item .recent-news-content {
width: 65%;
    text-align: right;
    padding: 2px 30px;
    border-top: 2px solid #d9e7ee;
    border-right: 2px solid #d9e7ee;
    border-bottom: 2px solid #d9e7ee;
    position: relative;
    z-index: 1;
    transition: border-color 0.3s ease-in;
    -webkit-transition: border-color 0.3s ease-in;
    -moz-transition: border-color 0.3s ease-in;
    -o-transition: border-color 0.3s ease-in;
}
.recent-news-item:hover .recent-news-content:before, .recent-news-item:hover .recent-news-content:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.recent-news-item .recent-news-content:before, .recent-news-item .recent-news-content:after {
    content: '';
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: 0;
    right: -2px;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    border-top: 2px solid #f09524;
    border-bottom: 2px solid #f09524;
    z-index: -1;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    -webkit-transition: transform 0.3s ease-in;
    -moz-transition: transform 0.3s ease-in;
    -o-transition: transform 0.3s ease-in;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.recent-news-item .recent-news-content:after {
    border-top: 0;
    border-bottom: 0;
    border-right: 2px solid #f09524;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}


.recent-news .recent-news-item .recent-news-content .post-date {
    position: absolute;
    top: -15px;
    left: 50%;
    min-width: 180px;
    background-color: #fff;
    margin-left: -90px;
    text-align: center;
    padding-right: 25px;
}
.recent-news .recent-news-item .post-date {
    display: inline-block;
/*    font-family: 'Montserrat', sans-serif;*/
    font-weight: normal;
    font-size: 14px;
    color: #51616b;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    left: -50px;
    margin-right: -13px;
}
.recent-news .recent-news-item .recent-news-content .post-date span.date {
    right: 0;
}
.recent-news .post-date .date {
    font-size: 43.66px;
    color: #cdd9e1;
    font-weight: bold;
    position: relative;
    top: 10px;
    /* left: 20px; */
    float: right;
    z-index: -1;
    line-height: 0;
}
.recent-news .recent-news-item .recent-news-content .recent-news-title {
    margin-top: 10px;
    font-size: 17px;
    direction: rtl;
    color: #f19c37;
    font-weight: bold;
}
.recent-news .recent-news-item .recent-news-content .recent-news-title a {
/*    font-family: 'Montserrat';*/
    font-size: 16px;
    font-weight: bold;
    color: #f09a36;
}
.recent-news .recent-news-item .recent-news-content .recent-news-title a:hover {
    color: #f09524;
}
.recent-news .recent-news-item .recent-news-content .recent-news-description {
    margin-bottom: 10px;
        height: 72px;
    overflow: hidden;
    text-align: justify;
    color: #333;
}
.recent-news .list-meta {
    font-size: 12px;
    margin-left: 0;
    margin-bottom: -9px;
}

.recent-news .list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

/**************blog-page**********/

.blog_area {
    padding: 70px 0;
}
.blog_area .blog_img img {
    width: 100%;
    margin-bottom: 30px;
}
.blog_area p{
    height: 65px;
    overflow: hidden;
}
.blog_area .blog_content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    height: 45px;
    overflow: hidden;
    color: #333;
}
.blog_area .blog_full_content {
    margin: 0;
    padding: 40px;
    border-radius: 40px;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    text-align: justify;
    line-height: 1.8;
    box-shadow: 0px 0px 21px 9px rgba(0, 0, 0, 0.05);
    color: #555555;
    border-bottom: 2px solid #1b353b;
    margin-bottom: 20px;
}
.blog_area .blog_full_content img {
    margin-bottom: 25px;
        width: 100%;
        height: 500px;
}
.blog_area .blog_full_content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.blog_area .blog_full_content .blog_meta {
    margin-bottom: 30px;
}
.blog_area .blog_full_content .blog_meta a {
    color: #565656;
    margin-left: 35px;
}
.blog_area .blog_full_content .blog_quote {
    background: #EDF7FF;
    padding: 25px 70px 20px 60px;
    position: relative;
}
.blog_area .tag_and_social_bar {
    padding: 70px 0;
}
.blog_area .comment_area h4 {
    margin-bottom: 70px;
    font-size: 20px;
    font-weight: 700;
}
.blog_area .comment_area .comment_wraper {
    margin-bottom: 105px;
}
.blog_area .comment_area .comment_wraper .comment_content {
    position: relative;
    padding-right: 135px;
    margin-bottom: 60px;
}
.blog_area .comment_area .comment_wraper .single_comment .user_photo {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    /* z-index: 2; */
}
.blog_area .comment_area .comment_wraper .single_comment>.single_comment {
    margin-right: 70px;
}
.blog_area .comment_area .comment_wraper .user_details {
    margin-bottom: 15px;
}
.blog_area .comment_area h4 {
    margin-bottom: 70px;
    font-size: 20px;
    font-weight: 700;
}
.blog_area .contact_form input {
    height: 58px;
}

.blog_area .contact_form input, .contact_form textarea {
    width: 100%;
    margin-bottom: 30px;
    background: #F5F5F5;
    border: 1px solid transparent;
    text-indent: 15px;
    transition: .3s linear;
}
.blog_area .custom_btn {
    color: #fff;
    background: #44A6F0;
    padding: 15px 30px;
    transition: .3s linear;
    position: relative;
    z-index: 1;
    border: none;
    overflow: hidden;
    text-align: center;
    min-width: 180px;
}
.blog_area form.widget_search_bar {
    width: 100%;
    height: 56px;
    position: relative;
    margin-bottom: 60px;
}
.blog_area .widget_search_bar input {
    width: 100%;
    height: 100%;
    border: none;
    font-weight: bold;
    background: #DFF1FF;
    text-indent: 15px;
}
.blog_area .widget_search_bar button {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: transparent;
    border: none;
    padding: 0 20px;
}
.blog_area .recent_post {
    margin-bottom: 30px;
}
.blog_area .recent_post>ul {
    border: none;
    margin-bottom: 30px;
    border-bottom: 1px solid #F4F4F4;
}
.blog_area .nav-tabs .nav-item {
    margin-bottom: -1px;
/*    position: relative;*/
}
.blog_area .recent_post .nav-tabs .nav-link {
/*    font-family: 'Unna', serif;*/
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.blog_area .recent_post>ul>li>a {
    padding: 0 5px 15px 0;
    color: #565656!important;
    font-size: 20px;
    font-weight: 700;
    border: none!important;
    margin-right: 21px;
    position: relative;
}
.blog_area .recent_post>ul>li>a:hover:after,.blog_area .recent_post>ul>li>a.active:after {
    visibility: visible;
    opacity: 1;
}

.blog_area .recent_post>ul>li>a:after {
    position: absolute;
    content: "";
    background: #6FBAF3;
    width: 100%;
    height: 5px;
    border-radius: 2.5px;
    right: 0;
    transition: .3s linear;
    bottom: -2px;
    visibility: hidden;
    opacity: 0;
}

.blog_area a.single_recent_post {
    position: relative;
    margin-bottom: 30px;
    padding-right: 114px;
    color: #565656;
padding: 15px 114px 15px 0px;
    display: inline-block;
}

.blog_area .single_recent_post .rp_img {
    width: 100px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.blog_area .single_recent_post h4 {
    font-size: 18px;
    font-weight: bold;
    transition: .3s linear;
    margin-bottom: 10px;
}
.blog_area .single_recent_post span {
    display: inline-block;
}
.blog_area .widget_menu_bar {
    margin-bottom: 50px;
}
.blog_area .widget_menu_bar>h4, .widget_tag>h4, .filter_slider h5, .recent_post h5 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #F4F4F4;
    display: block;
}
.blog_area .widget_menu_bar>h4:after, .widget_tag>h4:after, .filter_slider h5:after, .recent_post h5:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 5px;
    background: #6FBAF3;
    bottom: -3px;
    right: 0;
    border-radius: 5px;
}
.blog_area .widget_menu a {
    color: #565656;
    transition: .3s linear;
    margin-bottom: 10px;
    color: #565656;
    cursor: pointer
}
.blog_area .widget_menu_bar .widget_menu i {
    padding-left: 10px;
}
.blog_area .widget_menu_bar>h4:after, .widget_tag>h4:after, .filter_slider h5:after, .recent_post h5:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 5px;
    background: #6FBAF3;
    bottom: -3px;
    right: 0;
    border-radius: 5px;
}
.blog_area .widget_tag ul.tag_list {
    margin: 0 -5px;
}
.blog_area .widget_tag li {
    display: inline-block;
}
.blog_area .widget_tag a {
    color: #565656;
/*    padding: 0 10px;*/
    margin-bottom: 15px;
    border: 1px solid #CACACA;
    line-height: 50px;
    margin: 0 5px 15px;
    padding: 10px;
}
/**************about-page main***************/

/*** 

====================================================================
	projects Page
====================================================================

***/
.projects {
/*    background-color: #f6f7fa;*/
/*    background-color: #222f3eb8;*/
    position: relative;
    padding: 40px 0;
}
.projects .section-disc {
    background-color: rgb(57, 163, 92);
    padding: 16px 22px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 12px 12px;
    background-image: url(../images/shape-7.png);
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 20px;
}
.projects .section-disc p {
    color: #fff;
    line-height: 1.8;
    font-size: 16px;
    text-align: center;
}
.projects .main-project-img {
    margin-top: 35px;
}
.projects .main-project-img img {
        width: 100%;
    height: 310px;
    /*object-fit: cover;*/

}
.projects .p-s {
    padding: 62px 0;
/*    background-color: #6c757d*/
}
.projects .p-s .img-wrapper {
    padding: 0px;
    /* margin-top: 90px; */
    align-self: center;
    box-shadow: 0 18px 22px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
/*    background-color: #fff;*/
    margin-bottom: 30px;
}

.projects .p-s .section-text {
    padding: 25px;
    margin-top: 40px;
    align-self: center;
    box-shadow: 0 18px 22px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    background-color: #fff;
    margin-bottom: 20px;
    height: 200px;
    border: 3px solid #39a35c;
    overflow: hidden;
}
.projects .p-s .img-wrapper .img-div {
    display: grid;
    justify-items: center;
}
.projects .p-s .img-wrapper .img-div img {
    width: 100%;
    height: 273px;
}
.projects .p-s .img-wrapper .text-p p {
  
        color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    margin-top: 10px;
    text-transform: uppercase;
}

/*** 

====================================================================
	careers Page
====================================================================

***/
.careers {
    padding: 40px 0;
    position: relative;
}
.careers .beautypress-contact-wraper {
    background-color: #fff;
box-shadow: 0px 8px 21px 0px rgba(0,0,0,0.1);
    position: relative;
    z-index: 99;
    padding: 0 0px 0 40px;
}

.careers .beautypress-contact-details {
    height: 100%;
    padding: 45px 40px 55px;
    background-color: #2f1f5a;
    color: #fff;
}

.careers .beautypress-separetor-sub-heading.beautypress-version-2 h2 {
    color: var(--color-white);
    font-weight: 500;
    letter-spacing: -2px;
    font-size: 1.857em;
}

.careers .beautypress-separetor-sub-heading.beautypress-version-2:before {
    background-color: rgb(87, 9, 135);
    width: 200px;
    height: 1px;
}

.careers .beautypress-icon-with-text li {
    display: -ms-grid;
    display: grid;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-grid-columns: 60px calc(100% - 60px);
    grid-template-columns: 60px calc(100% - 60px);
    color: var(--color-white);
    margin: 0 0 20px;
}

.careers .beautypress-icon-with-text li:last-child {
    margin: 0;
}

.careers .beautypress-icon-with-text li i {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: 2px solid #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.143em;
}

.careers .beautypress-contact-us-section .beautypress-contact-form {
    height: 100%;
}

.careers .beautypress-contact-us-section .beautypress-contact-form form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.careers .beautypress-contact-form input:not([type="submit"]),
.careers .beautypress-contact-form textarea {
    width: 100%;
    display: block;
    height: 50px;
    background-color: var(--color-white);
    border: 2px solid #dee2e6;
    padding: 0 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.careers .beautypress-contact-form #cvFileUpload {
    display: none;
}
.careers .beautypress-contact-form textarea {
    padding: 20px;
    height: 90px;
    resize: none;
    border-radius: unset;
}

.careers .beautypress-contact-form input[type="submit"] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #39a35c;
    padding: 0 46px;
    box-shadow: var(--hover-shadow);
    border: 0;
    height: 50px;
    border-radius: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
}

.careers .beautypress-contact-form .input-group {
    margin: 0 0 15px;
    position: relative;
    padding: 0;
    display: block;
}
.careers .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.careers .beautypress-contact-form .input-group-addon {
    position: absolute;
    left: 20px;
    top: 15px;
    height: 100%;
    padding: 0;
    background-color: transparent;
    border: 0;
    color: #BFBFBF;
    pointer-events: none;
}

.careers .beautypress-contact-form .beautypress-spilit-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.careers .beautypress-contact-form input::-webkit-input-placeholder,
.careers .beautypress-contact-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #BFBFBF;
}

.careers .beautypress-contact-form input::-moz-placeholder,
.careers .beautypress-contact-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #BFBFBF;
}

.careers .beautypress-contact-form input:-ms-input-placeholder,
.careers .beautypress-contact-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #BFBFBF;
}

.careers .beautypress-contact-form input:-moz-placeholder,
.careers .beautypress-contact-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #BFBFBF;
}

.careers .c_error_massage {
    /*position: absolute;*/
    /*top: -23px;*/
    /*left: 0;*/
    margin: 0 !important;
    font-size: 1em !important;
    text-transform: capitalize;
}
.careers .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.careers .button, .button:hover, .button:focus {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: .5rem 3rem;
    background: var(--primary-color);
}
.careers .button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    width: 100%;
    font-family: inherit;
    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #39a35c;
    color: #fefefe;
}
.careers .text-box h3 {
    font-size: 1.5625rem;
    font-weight: bold;
    color: #1f1f1f;
    margin-bottom: 20px;
}
/*************************/
#gallery {
    padding: 50px 0;
    direction: rtl;
    text-align: right;
}
#gallery h1 {
    text-align: center;
}
#gallery .gallery .img-gallery {
    border: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 20px;
    width: 100%;
    box-shadow: -20px -15px 10px 2px #dee2e6;
    box-shadow: -20px -15px 10px 2px #dee2e6;
}
#gallery .gallery a {
    text-decoration: none;
}
#gallery .gallery a img {
    float: left;
    width: 100%;
    height: 300px;
    border: 0px solid #fff;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .3s ease-in-out;
    position: relative;
    border-radius: 15px;
}
#gallery .thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: unset;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

/* line 46, ../sass/demo.scss */
#gallery .gallery a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 0;
}
.page-gallery .thumb {
    margin-top: 15px;
    margin-bottom: 15px;
}
.page-gallery .thumb .thumbnail img {
    width: 100%;
    height: 260px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
box-shadow: -2px 0px 3px 0px #ddd;
    
}
#gallery h1 {
    text-align: center;
}
.page-gallery .thumb h1 {
    text-align: center;
    width: 100%;
    height: 45px;
    overflow: hidden;
    background: #39a35c;
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    padding-top: 7px;
    line-height: 28px;
}
/* line 65, ../sass/demo.scss */
#gallery .align-center {
    text-align: center;
    margin-bottom: 30px;
    color: #6c757d;
    text-transform: capitalize;
    font-size: 40px;
    text-shadow: 2px 2px 5px #6c757d;
}
#gallery .clear {
    clear: both;
    float: none;
    width: 100%;
}
/*** 

====================================================================
		Services Article 
====================================================================

***/
.service-main-section {
	width: 100%;
	position: relative;
}

.services-sc figure,.services-sc figure a,.services-sc figure a img {
width: 100%;
    height: 350px;
    margin-bottom: 20px;
        object-fit: cover;
}
.services-sc> ul > li {
    list-style: none;
    margin: 0px 0px 30px;
        overflow: hidden;

}
.services-sc figure {
    margin: 0px;
    text-align: center;
    overflow: hidden;
        position: relative;
}

.services-sc figure figcaption {
position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    padding: 20px 27px 0px;
    border-bottom: 5px solid #222;
    max-height: 74px;
}
.services-sc figure figcaption {
    
-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.services-sc .moverspackers-bgcolor {
    background-color: #39a35c;
}
.services-sc ul li:hover figure figcaption {
    max-height: 100%;
    padding: 90px 27px 0px;
}

.services-sc figure figcaption:after {
    content: '';
    position: absolute;
    left: 50%;
    top: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid;
    margin: 0px 0px 0px -14px;
    border-bottom-color: #39a35c;
}
.services-sc figure figcaption:after {
        -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.services-sc figure figcaption h6 {
    margin: 0px 0px 2px;
    line-height: 0.8;
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
}
.services-sc ul li:hover figure figcaption h6 { font-size: 18px;}
.services-sc figure figcaption h6 a,
.services-sc figure figcaption p,
.services-sc figure figcaption span { color: #ffffff;}
.services-sc figure figcaption p {
    font-weight: 500;
    margin: 0px 0px 30px;
    letter-spacing: 0.7px;
    line-height: 26px;
    font-size: 15px;
}
.services-sc figure figcaption span {
    font-size: 11px;
    margin: 0px 0px 30px;
    font-weight: 500;
    display: block;
    line-height: 1;
    letter-spacing: 0.4px;
}
/**************about-page main***************/

.main_info {
    padding: 10px 0;
    /*    background: url(../images/old_wall.png)*/
}




.main_info .head_info h3 hr {
    display : none;
}
.main_info .head_info p {
    color: #333;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 1.8;
/*    width: 80%;*/
    text-align: justify;
}

/*** 
=============================================
    appointment Area 
=============================================
***/
.appointment-section {
    position: relative;
    padding: 50px 0px;
}
.appointment-section .image-layer {
/*    background-image: url(../images/wave-pink.svg);*/
}
.appointment-section .image-layer {
position: absolute;
    right: 0;
    left: 0;
     top: 0px; 
    width: 100%;
    height: 595px;
}


.appointment-section .sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
}

.appointment-section .centered {
    text-align: center !important;
}
.appointment-section .sec-title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    padding-bottom: 25px;
    text-transform: capitalize;
}

.appointment-section .sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
}

.appointment-section .centered {
    text-align: center !important;
}
.appointment-section .sec-title.centered .separator {
    margin: 0 auto;
}

.appointment-section .sec-title .separator {
    position: relative;
    width: 100px;
}

.appointment-section .sec-title .separator:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background-color: #39a35c;
}
.appointment-section .sec-title .separator:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -15px;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    border: 10px solid #d7e1ea;
    background-color: #39a35c;
    border-radius: 50%;
}
.appointment-section .form-column .inner-column {
    position: relative;
    padding: 15px 35px 10px;
    background-color: #ffffff;
    box-shadow: 0px 20px 40px rgba(0,0,0,0.10);
        margin-bottom: 20px;
}
.appointment-section .form-column h3 {
    position: relative;
    color: #002222;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
    padding-bottom: 14px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}
.appointment-section .calender-form {
    position: relative;
}

.appointment-section .calender-form .form-group {
    position: relative;
    margin-bottom: 25px;
}
.appointment-section .calender-form .form-group label {
    position: relative;
    color: #222222;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}
.appointment-section .calender-form .form-group label .icon {
 position: relative;
    margin-left: 8px;
    color: #f19c37;
    font-weight: 400;
}
.appointment-section .calender-form .form-group input[type="text"],
.appointment-section .calender-form .form-group input[type="tel"],
.appointment-section .calender-form .form-group input[type="email"],
.appointment-section .calender-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 33px;
    padding: 10px 28px;
    color: rgba(0,0,0,0.60);
    height: 45px;
    font-size: 14px;
    background: none;
    border: 2px solid #ddd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 10px;
}
.appointment-section .image-box{
    box-shadow: 0px 20px 40px #6c757d;
    border-radius: 50px;
    width: 100%;
    height: auto;
}
.appointment-section .image-box img{
        width: 100%;
    border-radius: 20px;
    height: 100%;
}
.appointment-section textarea {
    height: 120px;
    padding-top: 10px;
    resize: none;
    width: 100%;
    margin-bottom: 0px;
    background: #ffffff;
    border: 2px solid #ddd;
    text-indent: 15px;
    transition: .3s linear;
    border-radius: 15px;
}
.appointment-section .custom_btn {
    color: #fff;
    background: #f19c37;
    padding: 15px 30px;
    transition: .3s linear;
    position: relative;
    z-index: 1;
    border: none;
    overflow: hidden;
    text-align: center;
    width: 180px;
}
/*************************/

.appointment-section .beautypress-contact-wraper {
    background-color: transparent;
    box-shadow: 0px 8px 21px 0px rgba(0,0,0,0.1);
    position: relative;
    z-index: 99;
    background-image: url(../images/bg-section.jpg);
    padding: 0 40px 0 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.appointment-section .beautypress-contact-details {
  height: 100%;
  padding: 45px 40px 55px;
  background-color: #d7e1ea;
  color: #fff;
  /* background-image: url(../images/bg-section.jpg); */
  border-right: 5px solid #39a35c;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.appointment-section .beautypress-separetor-sub-heading.beautypress-version-2 h2 {
    color: #222;
    font-weight: 500;
    letter-spacing: -2px;
    font-size: 1.857em;
}

.appointment-section .beautypress-separetor-sub-heading.beautypress-version-2:before {
    background-color: rgb(87, 9, 135);
    width: 200px;
    height: 1px;
}

.appointment-section .beautypress-icon-with-text li {
    display: -ms-grid;
    display: grid;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-grid-columns: 60px calc(100% - 60px);
    grid-template-columns: 60px calc(100% - 60px);
    color: #222;
    margin: 0 0 20px;
    font-weight: 600;
}

.appointment-section .beautypress-icon-with-text li:last-child {
    margin: 0;
}

.appointment-section .beautypress-icon-with-text li i {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: 2px solid #39a35c;
    display: -webkit-inline-box;
    background-color: #d7e1ea;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    color: #39a35c;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.143em;
    border-style: dashed;
}

.appointment-section .beautypress-contact-us-section .beautypress-contact-form {
    height: 100%;
}

.appointment-section .beautypress-contact-us-section .beautypress-contact-form form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.appointment-section .beautypress-contact-form input:not([type="submit"]),
.appointment-section .beautypress-contact-form textarea {
    width: 100%;
    display: block;
    height: 50px;
    background-color: #e8f0fe;
    border: 2px solid #dee2e6;
    padding: 0 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.appointment-section .beautypress-contact-form textarea {
    padding: 20px;
    height: 90px;
    resize: none;
    border-radius: unset;
}

.appointment-section .beautypress-contact-form input[type="submit"] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #39a35c;
    padding: 0 46px;
    box-shadow: var(--hover-shadow);
    border: 2px solid #d7e1ea;
    height: 50px;
    border-radius: 25px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    border-style: dashed;
}

.appointment-section .beautypress-contact-form .input-group {
    margin: 0 0 20px;
    position: relative;
    padding: 0;
    display: block;
}

.appointment-section .beautypress-contact-form .input-group-addon {
    position: absolute;
    right:20px;
    top: 15px;
    height: 100%;
    padding: 0;
    background-color: transparent;
    border: 0;
    color: #BFBFBF;
    pointer-events: none;
}

.appointment-section .beautypress-contact-form .beautypress-spilit-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.appointment-section .beautypress-contact-form input::-webkit-input-placeholder,
.appointment-section .beautypress-contact-form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #BFBFBF;
}

.appointment-section .beautypress-contact-form input::-moz-placeholder,
.appointment-section .beautypress-contact-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #BFBFBF;
}

.appointment-section .beautypress-contact-form input:-ms-input-placeholder,
.appointment-section .beautypress-contact-form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #BFBFBF;
}

.appointment-section .beautypress-contact-form input:-moz-placeholder,
.appointment-section .beautypress-contact-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #BFBFBF;
}

.appointment-section .c_error_massage {
    /*position: absolute;*/
    /*top: -23px;*/
    /*left: 0;*/
    margin: 0 !important;
    font-size: 1em !important;
    text-transform: capitalize;
}


/*** 
=============================================
    contact-info Page 
=============================================
***/
.contact-info-area {
    position: relative;
    z-index: 1;
    padding: 50px 0;   
/*    background-color: #222f3eb8;*/
    
}
.contact-info-box {
    background: linear-gradient(to right, #222, #111111);
    height: 200px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s;
    box-shadow: 0 18px 22px rgba(0, 0, 0, 0.15);
    transition: 0.5s;
    z-index: 1;
    border-radius: 5px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    padding-left: 90px;
    padding-right: 20px;
    }
.contact-info-box .icon {
    position: absolute;
    left: 20px;
    top: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background-color: #39a35c;
    font-size: 25px;
    margin-bottom: 22px;
}

.contact-info-box h3 {
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
}
.contact-info-box span {
    display: block;
    color: #ffffff;
}
.contact-info-area .form-column {
        background-color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 20px;
    height: 100%;
    margin-top: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}
.contact-info-area .form-column h3 {
    position: relative;
    padding: 25px 35px 10px;
    color: #01b0aa;
    box-shadow: 0px 20px 40px #01b0aa2b;
    margin-bottom: 20px;
    /* background: #01b0aa; */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
}

.contact-info-area .calender-form {
    position: relative;
        padding: 20px;
}

.contact-info-area .calender-form .form-group {
    position: relative;
    margin-bottom: 25px;
}

.contact-info-area .calender-form .form-group label {
    position: relative;
    color: #222222;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-info-area .calender-form .form-group label .icon {
    position: relative;
    margin-right: 8px;
    color: #01b0aa;
    font-weight: 400;
}

.contact-info-area.contact-info-area .calender-form .form-group input[type="text"],
.contact-info-area.contact-info-area .calender-form .form-group input[type="tel"],
.contact-info-area.contact-info-area .calender-form .form-group input[type="email"],
.contact-info-area.contact-info-area .calender-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 33px;
    padding: 10px 28px;
    color: rgba(0, 0, 0, 0.60);
    height: 45px;
    font-size: 14px;
    background: none;
    border: 2px solid #ddd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 10px;
}


.contact-info-area textarea {
height: 80px;
    padding-top: 10px;
    resize: none;
    width: 100%;
    margin-bottom: 0px;
    background: #ffffff;
    border: 2px solid #ddd;
    text-indent: 15px;
    transition: .3s linear;
    border-radius: 15px;
}

.contact-info-area .custom_btn {
color: #fff;
    background: #01b0aa;
    padding: 15px 30px;
    transition: .3s linear;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    border: none;
    overflow: hidden;
    text-align: center;
    width: 180px;
}
.contact-info-area .map {
    margin-top: 50px;
}

/***************blog-page-area**************/

.blog_area {
    padding: 70px 0;
}
.blog_area .blog_img img {
    width: 100%;
    margin-bottom: 30px;
}
.blog_area p{
    height: 85px;
    overflow: hidden;
}
.blog_area .blog_content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    height: 45px;
    overflow: hidden;
    color: #333;
}

.blog_area .blog_box .date {
    background: #E5F3FF;
    display: inline-block;
    padding: 10px;
    text-align: center;
    width: 70px;
    padding: 6px 0;
    margin-bottom: 5px;
}

.blog_area .blog_box .date h2 {
    font-weight: 700;
    font-size: 30px;
    border-bottom: 1px solid #fff;
}

.blog_area .blog_box .date span {
    font-size: 16px;
}

.blog_area .blog_box .comment_box {
    width: 70px;
    height: 40px;
    border: 1px solid #E2E2E2;
    text-align: center;
    line-height: 40px;
    display: block;
}

.blog_area .blog_content {
    position: relative;
    padding-left: 90px;
    padding-right: 15px;
}
.blog_area .blog_content p{
        height: 70px;
    overflow: hidden;
   color:  #6c757d
}
.blog_area .blog_content .blog_meta {
    position: absolute;
    left: 12px;
    top: 0;
}

.blog_area a.date,
.blog_area a.comment_box {
    color: #565656
}

.blog_area .blog_box {
        margin-bottom: 45px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.13);
}

.blog_area .paginations_menu li {
    display: inline-block;
}

.blog_area .paginations_menu a {
    padding: 0 6px;
    color: #565656;
    transition: .3s linear;
    font-size: 15px;
}

.blog_area .paginations_menu a:hover {
    color: #44A6F0;
}

.blog_area .paginations_menu .nav a {
    width: 30px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.blog_area .paginations_menu .prev a:hover {
    border-right-color: #44A6F0;
}

.paginations_menu .prev a {
    border-left: 1px solid;
}

.blog_area .paginations_menu .next a {
    border-right: 1px solid;
}

.blog_area .paginations_bar {
    margin-top: 20px;
}
 /* 4.11 Recent News Block */
    .news {padding: 40px 0}
    .news h4 {text-align:left;margin-bottom: 54px;}
    .news .news_item {padding: 0 15px;}
.news  .box-news img {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
.news  .box-news img:hover {
-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.news h3 .title {
    font-size: 22px;
    color: #222;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 50px;
}
.news h3 .title:before {
    left: -118px;
}
.news h3 .title:after {
    right: -118px;
}
.news h3 .title:after, .news h3 .title:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    top: 50%;
    background: #346f77;
}

    .news .news_item_vn {box-shadow: 0 2px 8px 0 #999;
    border-radius: 4px;
    background: white;
            margin-bottom: 20px;
    overflow: hidden;border-radius: 4px; background: white;overflow: hidden;}
.news .news_item_vn .radius_niz {
    border-radius: 0 0 100% 100%;
    display: block;
    overflow: hidden;
    margin: 0 -80px;
    padding: 0 80px;
    transform: translateZ(0);
    text-align: center;
}
    .news .news_item_content {padding: 10px;}
    .news .news_item_image {position: relative;display: block;}

    .news .news_item_image img {border-radius: 4px;} 
.news .news_item_content h3 {
    font-size: 19px;
    color: #1a3339;
    font-weight: bold;
    padding-top: 15px;
}

.news .news_item_vn img {width: 100%; height: 260px;}
    .news .news_item_content_title {color: #201E20;font-size: 20px;margin-bottom: 13px;display: block;line-height: 30px;}
    .news .news_item_content_date {margin-bottom: 13px;color: #CCCBCB;font-size: 12px;}
.news .news_item_vn a img {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}
.news .news_item_vn a img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.news .news_item_vn a img:hover {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
    .news .news_item_content_desk {margin-bottom: 29px;color: #656565;font-size: 16px;height: 123px;
    overflow: hidden;
    text-align: justify;}
    
/*********blog-details*********/
.blog_area .blog_full_content img {
    margin-bottom: 25px;
    width: 100%;
    height: 635px;
    border-radius: 15px;
    object-fit: cover;
}
.blog_area .blog_full_content h4 {
    margin: 0;
    padding: 20px 35px;
    border-radius: 40px;
    font-size: 22px;
    font-style: italic;
    margin-bottom: 10px;
    height: 65px;
    font-weight: 600;
    box-shadow: 0px 0px 21px 9px rgba(0, 0, 0, 0.05);
    color: #39a35c;
}
.blog_area .blog_full_content .blog_meta {
    margin-bottom: 30px;
}
.blog_area .blog_full_content .blog_meta a {
    color: #565656;
    margin-left: 35px;
}
.blog_area .blog_full_content .blog_quote {
    background: #EDF7FF;
    padding: 25px 70px 20px 60px;
    position: relative;
}
.blog_area .tag_and_social_bar {
    padding: 70px 0;
}
.blog_area .comment_area h4 {
    margin-bottom: 70px;
    font-size: 20px;
    font-weight: 700;
}
.blog_area .comment_area .comment_wraper {
    margin-bottom: 105px;
}
.blog_area .comment_area .comment_wraper .comment_content {
    position: relative;
    padding-right: 135px;
    margin-bottom: 60px;
}
.blog_area .comment_area .comment_wraper .single_comment .user_photo {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    /* z-index: 2; */
}
.blog_area .comment_area .comment_wraper .single_comment>.single_comment {
    margin-right: 70px;
}
.blog_area .comment_area .comment_wraper .user_details {
    margin-bottom: 15px;
}
.blog_area .comment_area h4 {
    margin-bottom: 70px;
    font-size: 20px;
    font-weight: 700;
}
.blog_area .contact_form input {
    height: 58px;
}

.blog_area .contact_form input, .contact_form textarea {
    width: 100%;
    margin-bottom: 30px;
    background: #F5F5F5;
    border: 1px solid transparent;
    text-indent: 15px;
    transition: .3s linear;
}
.blog_area .custom_btn {
    color: #fff;
    background: #44A6F0;
    padding: 15px 30px;
    transition: .3s linear;
    position: relative;
    z-index: 1;
    border: none;
    overflow: hidden;
    text-align: center;
    min-width: 180px;
}
.blog_area form.widget_search_bar {
    width: 100%;
    height: 56px;
    position: relative;
    margin-bottom: 60px;
}
.blog_area .widget_search_bar input {
    width: 100%;
    height: 100%;
    border: none;
    font-weight: bold;
    background: #DFF1FF;
    text-indent: 15px;
}
.blog_area .widget_search_bar button {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: transparent;
    border: none;
    padding: 0 20px;
}
.blog_area .recent_post {
    margin-bottom: 30px;
}
.blog_area .recent_post>ul {
    border: none;
    margin-bottom: 30px;
    border-bottom: 1px solid #F4F4F4;
}
.blog_area .nav-tabs .nav-item {
    margin-bottom: -1px;
/*    position: relative;*/
}
.blog_area .recent_post .nav-tabs .nav-link {
/*    font-family: 'Unna', serif;*/
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.blog_area .recent_post>ul>li>a {
    padding: 0 5px 15px 0;
    color: #565656!important;
    font-size: 20px;
    font-weight: 700;
    border: none!important;
    margin-right: 21px;
    position: relative;
}
.blog_area .recent_post>ul>li>a:hover:after,.blog_area .recent_post>ul>li>a.active:after {
    visibility: visible;
    opacity: 1;
}

.blog_area .recent_post>ul>li>a:after {
    position: absolute;
    content: "";
    background: #6FBAF3;
    width: 100%;
    height: 5px;
    border-radius: 2.5px;
    right: 0;
    transition: .3s linear;
    bottom: -2px;
    visibility: hidden;
    opacity: 0;
}

.blog_area a.single_recent_post {
    position: relative;
    margin-bottom: 30px;
    padding-right: 114px;
    color: #565656;
    padding: 15px 114px 15px 0px;
    display: inline-block;
    box-shadow: 0px 0px 21px 9px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    width: 100%;
    height: 100px;
    border-bottom: 2px solid #1b353b;
}

.blog_area .single_recent_post .rp_img {
    width: 100px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.blog_area .single_recent_post h4 {
    font-size: 15px;
    font-weight: bold;
    transition: .3s linear;
    margin-bottom: 10px;
}
.blog_area .single_recent_post span {
    display: inline-block;
}
.blog_area .widget_menu_bar {
    margin-bottom: 50px;
}
.blog_area .widget_menu_bar>h4, .widget_tag>h4, .filter_slider h5, .recent_post h5 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #F4F4F4;
    display: block;
}
.blog_area .widget_menu_bar>h4:after, .widget_tag>h4:after, .filter_slider h5:after, .recent_post h5:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 5px;
    background: #6FBAF3;
    bottom: -3px;
    right: 0;
    border-radius: 5px;
}
.blog_area .widget_menu a {
    color: #565656;
    transition: .3s linear;
    margin-bottom: 10px;
    color: #565656;
    cursor: pointer
}
.blog_area .widget_menu_bar .widget_menu i {
    padding-left: 10px;
}
.blog_area .widget_menu_bar>h4:after, .widget_tag>h4:after, .filter_slider h5:after, .recent_post h5:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 5px;
    background: #6FBAF3;
    bottom: -3px;
    right: 0;
    border-radius: 5px;
}
.blog_area .widget_tag ul.tag_list {
    margin: 0 -5px;
}
.blog_area .widget_tag li {
    display: inline-block;
}
.blog_area .widget_tag a {
    color: #565656;
/*    padding: 0 10px;*/
    margin-bottom: 15px;
    border: 1px solid #CACACA;
    line-height: 50px;
    margin: 0 5px 15px;
    padding: 10px;
}/**************news***************/
.news {
    padding: 40px 0;
    position: relative;
}
.news .sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
}

.news .centered {
    text-align: center !important;
}
.news .sec-title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    padding-bottom: 25px;
    text-transform: capitalize;
}

.news .sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
}

.news .centered {
    text-align: center !important;
}
.news .sec-title.centered .separator {
    margin: 0 auto;
}

.news .sec-title .separator {
    position: relative;
    width: 100px;
}
.news .sec-title .separator:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}
.news .sec-title .separator:after {
    position: absolute;
    content: '';
    left: 50%;
    top: -15px;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    border: 10px solid #d03794;
    background-color: #ffffff;
    border-radius: 50%;
}
.news .card {
	 float: left;
/*	 padding: 0 1.7rem;*/
        border-radius: 10px;
	 width: 100%;
    margin-bottom: 20px;
}
.news .card .menu-content {
	 margin: 0;
	 padding: 0;
	 list-style-type: none;
}
.news .card .menu-content li {
	 display: inline-block;
}
.news  .card .menu-content a {
	 color: #fff;
}
.news .card .menu-content span {
	 position: absolute;
	 left: 50%;
	 top: 0;
	 font-size: 10px;
	 font-weight: 700;
	 font-family: 'Open Sans';
	 transform: translate(-50%, 0);
}
.news .card .wrapper {
	 background-color: #fff;
	 position: relative;
	 overflow: hidden;
    min-height: 285px;
	 box-shadow: 0 19px 38px #6c757d, 0 15px 12px #fff;
}
.news .card .wrapper:hover .data {
	 transform: translateY(0);
}
.news .card .data {
	 position: absolute;
	 bottom: 0;
	 width: 100%;
	 transform: translateY(calc(70px + 1em));
	 transition: transform 0.3s;
}
.news  .card .data .content {
	 padding: 1em;
	 position: relative;
	 z-index: 1;
}
.news .card .author {
	 font-size: 12px;
}
.news .card .title {
	 margin-top: 10px;
}
.news .card .text {
	 height: 75px;
	 margin: 0;
}
.news .card h1.title {
height: 30px;
    overflow: hidden;}
.news .card p.text {
height: 70px;
    overflow: hidden;}
.news .card input[type='checkbox'] {
	 display: none;
}
.news .card input[type='checkbox']:checked + .menu-content {
	 transform: translateY(-60px);
}
.news .example-1 .wrapper {
	border-radius: 10px;
}
.news .example-1 .wrapper img {
    width: 100%;
    height: 300px;

}
.news .example-1 .date {
	    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    color: #fff;
    padding: 0.8em;
}
.news .example-1 .date span {
	 display: block;
	 text-align: center;
}
 .news .example-1 .date .day {
	 font-weight: 700;
	 font-size: 24px;
	 text-shadow: 2px 3px 2px rgba(255, 255, 255, 0.18);
}
.news .example-1 .date .month {
	 text-transform: uppercase;
}
.news .example-1 .date .month, .example-1 .date .year {
	 font-size: 12px;
}
.news .example-1 .content {
	 background-color: #fff;
	 box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}
.news .example-1 .title a {
	 color: #cb2876;
}
.news .example-1 .menu-button {
	 position: absolute;
	 z-index: 999;
	 top: 16px;
	 right: 16px;
	 width: 25px;
	 text-align: center;
	 cursor: pointer;
}
.news .example-1 .menu-button span {
	 width: 5px;
	 height: 5px;
	 background-color: #808080;
	 color: #808080;
	 position: relative;
	 display: inline-block;
	 border-radius: 50%;
}
.news .example-1 .menu-button span::after, .example-1 .menu-button span::before {
	 content: '';
	 display: block;
	 width: 5px;
	 height: 5px;
	 background-color: currentColor;
	 position: absolute;
	 border-radius: 50%;
}
.news .example-1 .menu-button span::before {
	 left: -10px;
}
.news .example-1 .menu-button span::after {
	 right: -10px;
}
.news .example-1 .menu-content {
	 text-align: center;
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 z-index: -1;
	 transition: transform 0.3s;
	 transform: translateY(0);
}
.news .example-1 .menu-content li {
	 width: 33.333333%;
	 float: left;
	 background-color: #000;
	 height: 60px;
	 position: relative;
}
.news .example-1 .menu-content a {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 font-size: 24px;
}
.news .example-1 .menu-content span {
	 top: -10px;
}
 
/*************gallery-page***************/

/************gallery section*************/

.gallery-section{
	position: relative;
	padding: 40px 0;
}

.gallery-section .filters{
	position: relative;
	margin-bottom: 60px;
}

.gallery-section .filters .filter-tabs{
	position:relative;
	text-align: center;
}

.gallery-section .filters li{
	position:relative;
	display: inline-block;
	line-height:30px;
	font-size:14px;
	color:#333333;
	cursor:pointer;
	font-weight:600;
	margin-left: 30px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.gallery-section .filters li:first-child{
	margin-left: 0;
}

.gallery-section .filters li.active,
.gallery-section .filters li:hover{
	color: #00c0ff;
	text-decoration: underline;
}

.gallery-section .gallery-item{
	position: relative;
	margin-bottom: 30px;
}

.gallery-section .gallery-item .image-box{
	position: relative;
}

.gallery-section .gallery-item .image-box .image{
	position: relative;	
	margin-bottom: 0;
}

.gallery-section .gallery-item .image-box img{
display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.5);
}

.gallery-section .gallery-item .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
    border-radius: 15px;
	background-color: rgba(34,34,34,0.70);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.gallery-section .gallery-item .overlay-box .inner{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gallery-section .gallery-item .overlay-box .inner span {
    color: #39a35c !important;
    font-size: 30px;
}
.gallery-section .gallery-item .overlay-box .link{
	position: relative;
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: #00c0ff;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 25px;
}

.gallery-section .gallery-item .image-box:hover .overlay-box{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.gallery-section .gallery-item .overlay-box h5{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 20px;
}

.gallery-section .gallery-item .overlay-box .tag{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
}

.gallery-section .styled-pagination{
	margin-top: 70px;
}

.gallery-section .styled-pagination{
	position:relative;
	display: block;
	width: 100%;
}

.gallery-section .styled-pagination ul{
	position:relative;
	width: 100%;
}

.gallery-section .styled-pagination li{
	position:relative;
	display: inline-block;
	margin: 0 0 8px;
	margin-right: 12px;
}

.gallery-section .styled-pagination li:last-child{
	margin-right: 0;
}

.gallery-section .styled-pagination li a{
	position:relative;
	display: block;
	height:40px;
	width: 40px;
	text-align: center;
	line-height:38px;
	font-weight:400;
	font-size:14px;
	color:#666666;
	border-radius: 50%;
	border:1px solid #cccccc;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.gallery-section .styled-pagination li a:hover,
.gallery-section .styled-pagination li.active a{
	color:#ffffff;	
border-color: #f19c37;
    background: #f19c37;
}

.gallery-section .styled-pagination li.next-post a,
.gallery-section .styled-pagination li.prev-post a{
	width: auto;
	padding: 0 20px;
	background-color: #dddddd;
	color: #222222;
	border-radius: 30px 0px 0px 30px;
}

.gallery-section .styled-pagination li.prev-post a{
	border-radius: 0 30px 30px 0px;
}

.gallery-section .styled-pagination li.next-post a:hover,
.gallery-section .styled-pagination li.prev-post a:hover{
	background-color: #f19c37;
	color: #ffffff;
}

.shop-pagination {
padding: 10px;
    margin-top: 20px;
    direction: rtl;
    /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); */
    margin-bottom: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.shop-pagination>li {
	display: inline-block;
	margin-right: 3px
}

.shop-pagination>li:last-child {
	margin-right: 0
}

.shop-pagination>li>a {
	border: 1px solid #eee;
	color: #999;
	display: block;
/*	font-family: roboto;*/
	font-size: 13px;
	font-weight: 400;
	height: 30px;
	line-height: 28px;
	text-align: center;
	width: 30px
}

.shop-pagination>li>a i {
	line-height: 28px
}

.shop-pagination>li.active a,
.shop-pagination>li:hover a {
	border-color: #f19c37;
	color: #f19c37
}

/***********************************/
.home-section {
    padding: 40px 0;
    position: relative;
    background-color: #fff;
}

.home-section h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 700;
    padding-bottom: 25px;
    
    text-transform: capitalize;
}

.home-section .sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
}

.home-section .centered {
    width: 100%;
    text-align: center !important;
}

.home-section .sec-title.centered .separator {
    margin: 0 auto;
}

.home-section .sec-title .separator {
    position: relative;
    width: 100px;
}

.home-section .sec-title .separator:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}

section.home-section .img-fluid {
    max-width: 100%;
/*    border: 3px solid #01b0aa;*/
    padding: 10px;
    background-color: #FFF;
    border-radius: 10% 0;
    width: auto;
    height: 110px;
    margin: auto;

}

section.home-section .img-fluid + h5 {
    margin-top: 20px;
    font-size: 18px;
    color: #666
}

section.home-section h3 {
    text-align: center;
    font-size: 20px;
    margin-top: 30px;
    color: #000
}

section.home-section .line {
    width: 80px;
    height: 1px;
    background-color: #2059a8;
    margin-bottom: 80px;
}

.home-section .owl-theme .owl-dots .owl-dot {
    margin-top: 30px
}

.home-section .owl-theme .owl-dots .owl-dot span {
    width: 25px;
    border: 1px solid #CCC;
    background-color: transparent;
    border-radius: 0px;
}

.home-section .owl-theme .owl-dots .owl-dot.active span,
.home-section .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #01b0aa
}

.home-section .owl-carousel.owl-loaded {
    display: block
}

.home-section .owl-theme .owl-nav .owl-prev {
    color: #FFF !important;
    font-size: 15px !important;
    background: #01b0aa !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 30%;
    width: 15px;
    height: 29px;
    line-height: 25px !important;
}

.home-section .owl-theme .owl-nav .owl-next {
    color: #FFF !important;
    font-size: 15px !important;
    background: #01b0aa !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    position: absolute;
    right: 0;
    top: 30%;
    width: 15px;
    height: 29px;
    line-height: 25px !important;
}

@media (max-width: 767px) {
   .home-section .owl-theme .owl-dots {
        display: none;
    }
}
/*=============== Start up =================*/

/*-- bottom-to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}
#toTopHover {
    width: 40px;
    height: 47px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
#toTop:hover{
  transform: scale(1.1);
}
/****************************/
@media only screen and (min-width: 0px) and (max-width: 768px) {
    .main-header .header-top .top-left li{
        margin-left: 14px;
    }
    .service-area .choose-bg-area .single-box h3 {
    color: #333333;
    margin-bottom: 12px;
    margin-top: 15px;
    font-size: 18px;
}
    .header_area ul.main_menu > li > a {
    color: #565656;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 5px;
    transition: .3s linear;
}
    .appointment-section .image-layer {
        display: none;
    }
    .hero-slider-area .hero-slider-item {
    width: 100%;
    height: 440px;
    z-index: 1;
}
    .appointment-section .beautypress-contact-details {
    height: 100%;
    padding: 15px;
    }
    .service_details .service_details_wraper img {
        height: 250px;
    }
    .gallery-section .gallery-item .image-box img {
        height: 250px;
    }
    
    .hero-slider-area .hero-slider-item .hero-slider-text {
        text-align: center;
    }
    .hero-slider-area .hero-slider-item .hero-slider-text h1 {
        font-size: 40px;
    }
    .hero-slider-area .hero-slider-item .hero-slider-text h1 span {
        display: none;
    }
.swiper-container .swiper-slide img {
    height: calc(45vh);
    width: 100%;
}
.swiper-slide .slider-text-1 h2 {
    font-size: 19px;
}
    .main-slider .bg-sldier {
    background: #ffffffc7;
    padding: 15px;
    border-radius: 10px;
}
    h3 .title:after, h3 .title:before {
        display: none;
    }
    .about-area .about-item {
 
    width: 100%;
    }
    .about-area .about-item .item-msf {
    width: 100%;
    height: 350px;
}
    .about-area .about-item .triangle-img-warp img {
    width: 170%;
    }
    .about-area .about-item .triangle-img-warp {
    width: 256px;
    height: 220px;
    overflow: hidden;
    position: absolute;
    top: 95px;
    right: 5px;
}
    .slider-content h1 {
    font-size: 45px;
    line-height: 22px;
    margin: 0 0 30px;
    font-weight: bold;
        text-align: center;
}
    .tg-imglayer img {
    width: 100%;
    height: calc(50vh);
    display: block;
}
    .home-slider .swiper-slide figure img {
display: block;
    /* margin: 0 auto; */
    width: auto;
    position: absolute;
    right: 0;
    left: 0;
    height: 260px;
    top: 0;
}
    .slider-content {
    top: 25%;
    left: 0;
    width: 100%;
    margin: -84px 0 0;
    position: absolute;
}
    .emergency .right-part .part .icon{
        display: none;
    }
    .emergency .right-part .part .text {
    float: right;
    width: 100%;
    height: auto;
    }
    .recent-news-item .recent-news-image{
        display: none;
    }
    .recent-news-item .recent-news-content{
        width: 100%;
    }
    .map .contact-form-wrapper .contact-form-content.right {
        padding: 40px;}
    .emergency .left-part .part .icon {

    display: none;
}
    .emergency .img img {
    width: auto;
    height: 250px;
    }
    .emergency .left-part .part .text {
    float: left;
    width: 100%;
    height: auto;
    padding-left: 15px;
}
    .home-slider .tg-btn-next span:first-child, .home-slider .tg-btn-prev span:first-child {
    padding: 10px;
    margin: 0;
    border-bottom: 2px solid;
}
    .slider-content .tg-btnbox {
    text-align: center;
    margin-left: 0;
}
    .tg-btn {
    padding: 0 14px;
    background: #f19c37;
    border: 1px solid;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    font: 700 12px/30px 'Tarif-Trial';
}
    .blog-area .blog-list-type-4-content {
    text-align: center;
    padding: 25px;
}
    .main-slider .slider-content .room-info>ul>li {
    margin-left: 40px;
}
    .main-slider .slider-content .room-info>ul>li .item-icon{
        font-size: 25px;
    }
    .about-area .proberty-members {
    -webkit-transform: rotate(-45deg);
    transform: rotate(0deg);
    }
    .about-section .content-column .inner-column {
    position: relative;
     padding-left: 0px; 
}
    .about-section .content-column .text-box {
    position: relative;
    margin-bottom: 30px;
}
    .about-section .feature-column .inner-column{
        margin-right: 0
    }
    .about-section .about-block .inner {
    position: relative;
    padding-top: 85px;
    padding-right: 0px;
    padding-left: 0px;
}
    .main-header .header-top .top-right-info{
        display: none;
    }

.features-area .single_box a, .features-area a.read_btn, .features-area .read_btn {
    margin-top: 10px;
    font-size: 14px;
}
    .contact-page-section .form-column .inner-column {
    position: relative;
    padding: 0px 0 0 30px;
}
    .nav-outer .mobile-nav-toggler {
    position: relative;
    display: block;
}
    .main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
/*    width: 100%;*/
    height: 38px;
    top: 5px;
    /* border-radius: 50%; */
}
    .sticky-header .mobile-nav-toggler {
    display: block;
    float: right;
    display: block;
}
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .main-header {
    position: relative;
    display: block;
    z-index: 99999;
    left: 0;
    right: 0;
}
    .contact-info-box {padding-bottom: 30px;margin-bottom: 20px;padding-left: 76px;padding-right: 20px;}
    .nav-outer .mobile-nav-toggler .icon {
    display: block;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    padding: 14px 0px;
    color: #ffffff;
}
    .main-header .header-top {
    position: relative;
        display: none;
    background-color: #222222;
}
    .main-header .header-upper {
    position: relative;
    z-index: 5;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    background-color: #333;
}
     .header_top_area .icons,.header_top_area .wlc {
            text-align: center;
        }
    .slider-content {
    left: 0;
    width: 100%;
    margin: -50px 0 0 0;
    position: absolute;
}
    .main_info .img-box {
    overflow: hidden;
     margin-right: 0; 
     margin-left: 0px; 
     transform: skewX(0deg); 
    height: 100%;
    width: 100%;
}
    .main_info .img-box img {
    box-shadow: -20px -15px 10px 2px #dee2e6;
    border-radius: 13px;
    height: 100%;
     transform: skewX(0deg); 
}
    .about-area .about-box .heading {
    position: relative;
    display: block;
    margin: 45px 0 16px;
    padding-right: 30px;
    border-bottom: 2px dashed #fff;
        border-left: none;
}
    .slider-content .tg-btnbox .tg-btn {
    z-index: 3;
    margin: 0 0 0 10px;
    position: relative;
}
    .emergency {
    padding: 70px 0px 0;
}
    .home-slider .swiper-slide figure{
        display: none;
    }
        .gallery_area {
    padding: 25px 0;
}
    .info-footer {

    margin-bottom: 50px;
}
    .info-footer .footer-description {
    color: #d0e7f3;
    text-transform: uppercase;
    font-size: 15px;
}

    .map{
        margin-bottom: 50px;
    }
    .appointment-section {
    position: relative;
    padding: 50px 0px 0;
}
    .info-footer .title-footer {
    font-size: 22px;

}
    .why-choose-section .why-point li h3 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
    .about-area .about-box .heading h3.header span {
    color: #f19c37;
    font-size: 17px;
    display: block;
}
    .about-area .about-box .heading h3.header{
        font-size: 17px;
    }
    .footer-content {
 
    padding:0;
}
    .map .contact-form-wrapper .contact-form-content.right {
    padding: 20px;
    background-color: #f19c37;
    text-align: right;
    color: #ffffff;
    float: right;
    width: 100%;
    position: relative;
}
    .map .contact-form-wrapper .contact-form-inner .working-hours-inner {
    font-weight: bold;
    font-size: 15px;
}
    .map .contact-form-wrapper .contact-form-inner .contact-information-inner .info-right {
    margin-right: 150px;
        font-size: 10px
}
    .map .contact-form-wrapper .contact-form-inner .contact-form-title {
    font-weight: bold;
    margin: 0 0 23px;
    color: #fff;
    font-size: 18px;
}
    .map .contact-form-wrapper .contact-form-content.left {
    float: left;
    width: 100%;
}
    .map .contact-form-wrapper .contact-form-inner .contact-information-inner {
    font-weight: bold;
    font-size: 13px;
    /* font-family: 'Montserrat', sans-serif; */
}
    .map .contact-form-wrapper .contact-form-inner .time-working {
    margin-right: 155px;
}
    .emergency .img{
        display: none;
    }
    .about-area .about-content {
    margin: 0;
    padding: 10px;
    border-radius: 40px;
    font-size: 14px;
    }
    .sticky-header .mobile-nav-toggler {
    display: block;
    float: right;
}
    .sticky-header .mobile-nav-toggler .icon {
    display: block;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    padding: 14px 0px;
    color: #ffffff;
}
    .fixed-header .sticky-header .logo img{
width: auto;
    height: 30px;
    }  
    .main-slider .auto-container {
    position: absolute;
    /* max-width: 1210px; */
    top: 0;
    padding: 0;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
    .recent-news-item {
    margin: 0 0 40px;
    }
    .recent-news-item .recent-news-content {
        width: 100%
    }
    .recent-news .recent-news-item .recent-news-content .recent-news-title a {
    /* font-family: 'Montserrat'; */
    font-size: 14px;
    }
    .testimonials-area{
        padding: 0 0 40px;
    }
    .recent-news-item .recent-news-image {
    float: left;
    width: 35%;
    display: none;
}
    .main-slider .content .title{
        display: none;
    }
    .main-slider:before{
        display: none;
    }
    .main-slider:after{
        display: none;
    }
    .main-slider .btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    color: #ffffff;
    padding: 5px 15px;
    }
    .main-slider .content h2{
position: relative;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1em;
    opacity: 0;
    margin-top: 10px;
    }
    .main-slider .content .title {
    position: relative;
    font-size: 13px;
    }
    .gallery_area button{
        margin-bottom: 15px;
    }
    .swiper-slide .slider-text-1 {
   
    display: none;
    }
    .main_info .head_info {
    margin: 25px 0 0 0;
    padding: 15px;
    border-radius: 40px;
        margin-bottom: 25px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.8;
    box-shadow: 0px 0px 21px 9px rgba(0, 0, 0, 0.05);
    color: #555555;
}
    .main_info .head_info p {
   width: 100%;
            font-size: 15px;
}
    .about-area .image-layer{
            display: none;

    }
    .about-section .content-column .inner-column {
    position: relative;
     padding-left: 0px; 
}
    .about-section .about-block .inner {
    position: relative;
    padding-top: 85px;
    padding-right: 0;
    padding-left: 0;
}
    .main_info .head_info h3 {
    color: #f19c37;
    text-transform: capitalize;
    font-size: 19px;
    position: relative;
    display: inline-block;
}

.about-area h3 {
    margin-top: 6px;
    margin-bottom: 10px;
    line-height: 22px;
    text-align: center;
}
    .featured-box .text{
        margin-bottom: 20px;
    }
    .service_details .form-column .inner-column {
    position: relative;
    padding: 15px 18px 10px;
    }
    .blog_area .blog_full_content img {
    margin-bottom: 25px;
    width: 100%;
    height: auto;
}
    .about-area h3 .title {
    font-size: 22px;
    color: #222;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 20px;
}
    .main-header .elementskit-dropdown {
    background-color: #ffffff;
    border-radius: 10px;
    border: none;
}
    
    .appointment-section .beautypress-icon-with-text li {
    display: -ms-grid;
    display: grid;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-grid-columns: 60px calc(100% - 60px);
    grid-template-columns: 30px calc(100% - 60px);
    color: var(--color-white);
    margin: 0 0 20px;
}
    .appointment-section .beautypress-icon-with-text li i {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    border: unset;
    }
    .appointment-section .image-layer {
    position: absolute;
    right: 0;
    left: 0;
    top: 0px;
    width: 100%;
    display: none;
    height: 595px;
}
    .hero-slider-area .default-btn {
        bottom: -59px;
    }
    .appointment-section .beautypress-contact-form input[type="submit"] {

    color: #fff;
width: 100%;
    height: 39px;
    border-radius: 5px;
    }
    .main-header .elementskit-navbar-nav > li:last-child {
     margin-right: 0px; 
}
    .main-header .elementskit-navbar-nav > li i {
    position: absolute;
    left: 15px;
    top: 10px;
        right: unset;
}
    .main-slider .bg-sldier {
    background: #ffffffc7;
    padding: 50px;
    border-radius: 10px;
    display: none;
}
    .content-tabs {
    position: relative;
    /* top: -44px; */
    /* padding: 40px 0; */
    /* background: #ebf1f5; */
    margin-top: 20px;
}
    .about-area .about-content {
    margin-top: 40px;
            margin-bottom: 25px;
}
    .about-area .who-we-are-text p {
    margin-bottom: 20px;
    font-size: 14px;
}
    .appointment-section .beautypress-contact-form .beautypress-spilit-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: auto;
    grid-gap: 20px;
}
    .appointment-section .beautypress-contact-wraper {
        padding: 0px;
    }
    .main-header .header-top .top-right .social-icons {
        padding-left: 0;
    }
    .facts-main-block .facts-block {
    padding: 78px 0 0;
    text-align: center;
        margin-bottom: 20px;
}
    .appointment-section .beautypress-contact-details {
    height: 100%;
    padding: 10px;
    background-color: #222;
    color: #fff;
}
    .about-area .btn-style-two {

    padding: 5px 25px 5px;

}
    .features-area .feature-box .description h3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #073855;
    font-weight: normal;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 16px;
}
    .about-area{
        padding: 0;
    }
    .about-area .sec-title h2{
        font-size: 20px;
    }
    .about-area .text{
        margin-bottom: 0;
    }
    .about-area .content-box{
        padding: 40px 15px 15px 15px;
    }
    .department-section .sec-title h2{
        font-size: 20px;
    }
    .department-section{
        padding: 0
    }
    .main-slider .swiper-slide img {
    height: calc(30vh);
    width: 100%;
}
    .contact-page-section .contact-column .inner-column {

    padding: 23px 16px;
    margin-right: -30px;
}
    .blog_area .blog_full_content {
    margin: 0;
    padding: 15px;
        margin-bottom: 20px;
    }
    .service_details .service_details_wraper p {
    margin: 0;
    padding: 15px;
    border-radius: 40px;
    font-size: 15px;
    }
    .blog_area p {
    height: 85px;
    overflow: hidden;
    font-size: 13px;
}
    .blog_area .blog_full_content h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}
    .contact-page-section .contact-info li p {
    font-size: 15px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 400;
}
    .contact-page-section .contact-column .inner-column{
        margin-right: 0
    }
    .contact-page-section .form-column .inner-column {
    position: relative;
    padding: 15px;
}
    .property-gallery .property-gallery-pager a img {
    position: relative;
    z-index: -1;
    width: 100%;
    height: 50px;
}
    .about-area .proberty-members {
    -webkit-transform: rotate(-45deg);
    transform: rotate(0deg);
    }
    .about-area .proberty-members li > div {
    float: left;
    width: 50%;
}
    .about-area .proberty-members li:nth-child(2) > div:first-child {
    margin-left: 0;
}
    .about-area .proberty-members .member-details img {
    -webkit-transform: rotate(45deg) translate(0, 15px) scale(1.2);
    transform: rotate(0deg) translate(0, 15px) scale(1.2);
    width: 100%;
    height: 140px;
}
    .testimonial .item blockquote img {
    margin-bottom: 10px;
    width: 100px;
    border-radius: 50%;
}
    .about-area .proberty-members li:last-child > div:first-child {
    margin-left: 0%;
}
    .main-slider .auto-container {
    position: absolute;
    /* max-width: 1210px; */
    top: 0;
    padding: 0;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
    .appointment-section .form-column .inner-column {
    position: relative;
    padding: 15px 15px 10px;
    background-color: #ffffff;
    box-shadow: 0px 20px 40px rgba(0,0,0,0.10);
    margin-bottom: 20px;
}
    .appointment-section .custom_btn {
    color: #fff;
    background: #f19c37;
    padding: 10px 15px;
    transition: .3s linear;
    position: relative;
    z-index: 1;
    border: none;
    overflow: hidden;
    text-align: center !important;
    width: 105px;
        margin-right: 20px;
}
    .main-slider .swiper-button-next {
    left: 10px;
    width: 25px;
    height: 25px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    background-image: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-right: 0;
    padding: 20px;
    border: 1px solid #f19c37;
}
    .main-slider .swiper-button-next:before {
    position: absolute;
    content: "\f17d";
    transform: rotate(180deg);
    left: 5px;
    top: 5px;
    width: 35px;
    color: #f19c37;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: "Flaticon";
}
    .main-slider .swiper-button-prev {
    left: 40px;
    width: 25px;
    height: 25px;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    margin-right: 0;
    line-height: 30px;
    padding: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: none;
    border: 1px solid #f19c37;
}
    .main-slider .swiper-button-prev:before {
    position: absolute;
    content: "\f17d";
    left: 5px;
    top: 5px;
    width: 30px;
    height: 50px;
    color: #f19c37;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: "Flaticon";
}
    .main-slider .content .title{
        display: none;
    }
    .main-slider:before{
        display: none;
    }
    .main-slider:after{
        display: none;
    }
    .main-slider .btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    color: #ffffff;
    min-width: 145px;
    padding: 5px 15px;
    }
    .main-slider .content h2{
position: relative;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1em;
    opacity: 0;
    margin-top: 10px;
    }
    .main-slider .content .title {
    position: relative;
    font-size: 13px;
    }
    .department-section .department-box .inner-box .lower-content h3 a{
                font-size: 18px;

    }
    .appointment-section .sec-title h2{
        font-size: 20px;
}
    .service-area .services-title-content h2 {
    margin-bottom: 14px;
    line-height: 1.3;
    font-size: 22px;
    font-weight: 400;
    color: #333;
}
.service_details .service_details_wraper img {
    width: 100%;
    height: auto;
}
    .about .about_content h1 {
    font-size: 18px;
    }
    .depertment_area {
    padding: 15px 0;
}
    .doctor_area {
    padding: 15px 0;
    }
    .news_area {
    padding: 33px 0;
}
    .features-area {
    padding: 0;
}
    .about .working_box {
   
    height: 370px;
    
    padding: 60px 17px 19px 20px;
  
}

    .testimonial-area .module-header h1{
        font-size: 20px;
    }
   
    .about .owl-carousel .owl-item img{
        height: auto;
    }
    .gallery_area button {
 
    width: 100%;
    display: block;
    }
    .main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    width: auto;
    height: 30px;
    top: 0;
    left: 0;
}
    .shop-section .single-pro-color-rating {
    background: #f7f7f7;
    border-right: 2px solid #f19c37;
    padding-right: 10px;
    padding-top: 10px;
    padding-left: 15px;
    height: 377px;
    border-radius: 10px;
    text-align: justify;
    box-shadow: 12px 12px 2px #e9ecef;
    overflow: hidden;
}
    .about .about_content{
        margin-bottom: 30px;
    }
    .header_top_area a.icons_single_contact {
        border: none;
        padding: 10px;
    }
    .service_details .service_details_wraper .service-box{
        padding: 0
    }
    .single-product-info {
    background: #f7f7f7;
    border-right: 2px solid #f19c37;
    padding-right: 10px;
    padding-top: 10px;
    padding-left: 15px;
    height: 395px;
    border-radius: 10px;
    text-align: justify;
    box-shadow: 12px 12px 2px #e9ecef;
    overflow: hidden;
    margin-bottom: 20px;
}
       .header_top_area .icons {
            text-align: center;
        }

       .header_top_area .icons,
       .header_top_area .icons a,
       .header_top_area .icons_language>li a {
            font-size: 10px;
        }

        a.htr_single_contact {
            border: none;
        }
    
        .header_area .main_menu {
            display: none;
        }
       .header_area nav.menu_bar {
            padding-right: 0;
        }
    .about_page .single_about_box {
        margin-bottom: 20px;
    }
    .hero-slider-area .hero-slider-item .hero-slider-text h1 {
    display: none;
    }
    .hero-slider-area .hero-slider-item {
    width: 100%;
    height: 220px;
    z-index: 1;
}
    .news_area .text-content p {
    height: 50px;
    overflow: hidden;
    font-size: 13px;
}
    .hero-slider-area .hero-slider-item .hero-slider-text {
        text-align: center;
    }
    .news_area .single_latest_news h5 {
    font-size: 14px;
    }
.news_area .box-img img {
 width: 125px;
    height: 125px;
}
    .news_area .section_title {
    padding-left: 55px;
    margin-top: 30px;
}
        .header_area .slicknav_menu {
            background: transparent;
            display: block;
            position: absolute;
            top: -4px;
            left: 0;
            z-index: 6;
        }

       .header_area ul.slicknav_nav {
            background: #44A6F0;
            width: 290px;
            text-align: right;
            top: 12px;
            position: relative;
        }

        .header_area .slicknav_btn {
            background: transparent;
        }
    .about-area .about-box .heading {
        padding: 0
    }
    .why-choose-section .why-point li .widget-icon {
        display: none;
    }
       .header_area .slicknav_menu .slicknav_icon-bar {
            background: #222;
            width: 27px;
            margin-bottom: 5px;
            height: 2px;
        }

       .header_area .slicknav_nav .slicknav_row:hover,
       .header_area .slicknav_nav a:hover {
            background: #f1f1f1;
            color: #222;
            border-radius: 0;
        }
       .header_area form.search_form {
            top: 3px;
            right: 54px;
            z-index: 12;
        }

       .header_area .search_form input {
            position: absolute;
            border: 1px solid #ddd;
            right: 0;
            top: 37px;
            text-indent: 10px;
            -webkit-transition: .3s linear;
            -o-transition: .3s linear;
            transition: .3s linear;
            width: 180px;
            visibility: hidden;
            opacity: 0;
            background:  #fff;
        }
.header_area .search_form button {
    position: absolute;
    top: -10px;
    }
    .header_area form.search_form {
            top: 3px;
            right: 54px;
            z-index: 12;
        }
.video iframe {
    width: 100%;
}
       .header_area .search_form input {
            position: absolute;
            border: 1px solid #ddd;
            right: 0;
            top: 37px;
            text-indent: 10px;
            -webkit-transition: .3s linear;
            -o-transition: .3s linear;
            transition: .3s linear;
            width: 180px;
            visibility: hidden;
            opacity: 0;
            background:  #fff;
        }

       .header_area .search_form.activw input {
            visibility: visible;
            opacity: 1;
        }

       .header_area form.search_form.active input {
            visibility: visible;
            opacity: 1;
        }
     .header_area form.search_form {
            top: 3px;
            right: 54px;
            z-index: 12;
        }

       .header_area .search_form input {
            position: absolute;
            border: 1px solid #ddd;
            right: 0;
            top: 37px;
            text-indent: 10px;
            -webkit-transition: .3s linear;
            -o-transition: .3s linear;
            transition: .3s linear;
            width: 180px;
            visibility: hidden;
            opacity: 0;
           height: 45px;
            background:  #fff;
        }

       .header_area .search_form.activw input {
            visibility: visible;
            opacity: 1;
        }

       .header_area form .search_form.active input {
            visibility: visible;
            opacity: 1;
        }
    .swiper-container .swiper-slide img{
        width: 100%;
/*        height: auto;*/
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        display: none;
    }
   .depertment_area .custom_col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
    .about-section-two .about-title h2 {
    font-size: 22px;
    margin-bottom: 15px;
}
    h1 {
    font-size: 1.5rem;
}
    .about-section-two .about-title {
    margin-top: 0;
    padding-top: 0;
}
.department-details .dept_fee_area {
    padding-top: 0;
}
.about_page .about_content h1 {
    margin-bottom: 20px;
    margin-top: 25px;
}
.breadvroumb_area h1 {
    font-size: 23px;
}
.breadvroumb_area {
        height: 100px;
    padding: 0;
        overflow: hidden;
}
}