@font-face {
    font-family: 'Tarif-Trial';
    src: url(../webfonts/Tarif-Trial.ttf);
}

@font-face {
    font-family: 'Tarif-Trial';
    src: url(../webfonts/Tarif-Trial.ttf);
}


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;
}



/***************** logo **********************/

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
    position: absolute;
    display: block;
    z-index: 99999;
    left: 0;
    right: 0;
}

.main-header .header-top{
/* position: absolute; */
    background-color: #d03794;
    /* left: 0; */
    /* right: 0;*/
}

.main-header .header-top.style-two{
	background-color:#3a3d72;
}

/* Top Right*/

.main-header .header-top .top-left{
	position: relative;
	float: left;
	padding:14px 0px;
/*    width: 54%;*/
    display: flex;
    justify-content: space-around;
}

.main-header .header-top .top-left .list{
	position:relative;
}

.main-header .header-top .top-left .list li{
	position:relative;
	margin-left:25px;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
	padding-right:25px;
	display:inline-block;
}

.main-header .header-top .top-left .list li a{
	position:relative;
	color:#ffffff;
	font-weight:600;
    font-size: 25px;
}

.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;
    width: 35%;
    display: flex;
    justify-content: space-around;
	padding:14px 0px;
}

.main-header .header-top .top-right .social-icons{
	position:relative;
}

.main-header .header-top .top-right .social-icons li{
	position:relative;
	margin-left:18px;
	display:inline-block;
}

.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:#ffffff;
	-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-header .header-top .top-right .social-icons li a:hover{
	color:#000000;
}

/*=== Header Upper ===*/

.main-header .header-upper{
position: absolute;
    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;
    left: 0;
    right: 0;
    background: transparent;
}
.main-header .header-upper .auto-container {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.main-header .header-upper .logo-outer{
	position:relative;
	float: right;
	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;
        justify-content: center;
    display: flex;
/*    width: 30%;*/
/*    background: #fff;*/
}

.main-header .logo-outer .logo img{
    width: auto;
    height: 85px;
}

.main-header .header-upper .nav-outer{
	float: left;
	position:static;
/*    width: 70%;*/
    justify-content: center;
    display: flex;
}

/*=== 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:0px;	
}

.main-menu .navigation{
	position:static;
	margin:8px 0px;
}

.main-menu .navigation > li{
position: relative;
    float: right;
    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:#222222;
	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: #d03794;
}

.main-menu .navigation > li > ul{
	position:absolute;
	right: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:16px;
	text-align:right;
	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;
	left:0;
	bottom:-1px;
	width:0px;
	border-bottom:1px solid #d03794;
	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: #d03794;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
content: "\f104";
	position:absolute;
left: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;
	right:100%;
	top: 0px;
	width:240px;
	z-index:100;
	opacity: 1;
	padding: 10px 0px 20px;
        border-radius: 15px;
    border-bottom: 1px solid #6d447d;
	background:#ffffff;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateX(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:right;
	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 #a864a9;
	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: #a864a9;
}

.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 #d03794;
}

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

.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: #d03794;
}
.main-header .btn-style-one:hover, .btn-style-one {
    background-color: #d03794
}
.main-header a:hover {
    color: #d03794;
    text-decoration: underline;
}


.main-header .outer-box .option-box .cart-box .cart-panel .btns-boxed li a:hover{
	color: #d03794;
	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: #ffffff;
    border-bottom: 2px solid #d03794;
    -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: 14px 0px;
    color: #d03794;
}
.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 .pull-right{
    float: left;
    display: flex;
    justify-content: center;
/*        width: 70%;*/
}
.fixed-header .sticky-header .pull-left{
    float: right;
}
.fixed-header .sticky-header .logo{
	    padding: 5px;
/*        width: 30%;*/
    display: flex;
    justify-content: center;
}
.fixed-header .sticky-header .logo img {
    width: auto;
    height: 80px;
}
.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:#222222;
	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: #d03794;
}

/*** 

====================================================================
		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:23px 0px;
	color:#d03794;
}

.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-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-visible .mobile-menu .menu-box .nav-logo img {
    width: auto;
    height: 80px;
}
.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;
	left: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;
	right: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;
}

/************ slider *******************/

/*** 

====================================================================
	Main Slider
====================================================================

***/

.main-slider{
    position: relative;
}
.main-slider .swiper-slide:before {
/*    background-color: rgba(0, 0, 0, .3);*/
    transition-delay: .7s;
}

.swiper-slide:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    transition: .6s;
    transition-delay: .7s;
}
.main-slider .swiper-slide img {
    height: calc(80vh);
    width: 100%;
        object-fit: cover;
}
/*
.main-slider:before{
	position: absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:90px;
	z-index:10;
	background:url(../images/pattern-1.png) repeat-x;
}

.main-slider:after{
	position: absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:93px;
	z-index:10;
	background:url(../images/dotted-line.png) repeat-x;
}
*/

.main-slider .auto-container {
    position: absolute;
    /* max-width: 1210px; */
    top: 0;
    padding: 0px 20px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.main-slider .slide{
	position:relative;
/*
	padding:225px 0px 225px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
*/
}

.main-slider .content{
	position:relative;
	z-index:10;
}

.main-slider .content .title{
	position:relative;
	font-size:18px;
        text-align: center;
	color:#ffffff;
	font-weight:700;
	line-height:1em;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	-ms-transform: translateX(80px);
	-o-transform: translateX(80px);
	transform: translateX(80px);
}

.main-slider .swiper-slide-active .content .title{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 600ms;
}

.main-slider .content h2{
	position:relative;
	font-size:35px;
	color:#ffffff;
	font-weight:700;
	line-height:1em;
	opacity: 0;
	margin-top:25px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	-ms-transform: translateX(80px);
	-o-transform: translateX(80px);
	transform: translateX(80px);
    text-align: center;
        margin-bottom: 25px;

}

.main-slider .swiper-slide-active .content h2{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1200ms;
}

.main-slider .content .text{
	position:relative;
	font-size:16px;
	color:#777777;
	font-weight:400;
	line-height:1.8em;
	max-width:600px;
	margin-top:25px;
	margin-bottom:30px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	-ms-transform: translateX(-80px);
	-o-transform: translateX(-80px);
	transform: translateX(-80px);
}

.main-slider .swiper-slide-active .content .text{
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 1000ms;
}

.main-slider .btn-box{
	position:relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
text-align: center;
}
.main-slider .btn-box .theme-btn{
/*	float:left;*/
/*	margin:0px 30px 15px 0px;*/
}

.main-slider .swiper-slide-active .btn-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1500ms;
}

.main-slider .swiper-button-next{
	left:40px;
	width:50px;
	height:50px;
	font-size:16px;
	line-height:49px;
	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;
	border:1px solid #d03794 ;
}

.main-slider .swiper-button-next:before{
	position:absolute;
	content: "\f17d";
    transform: rotate(180deg);
left: 5px;
    top: 5px;
	width:50px;
	color:#d03794 ;
	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:50px;
	height:50px;
	font-size:16px;
	border-radius:50%;
	text-align:center;
	line-height:49px;
	-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 #d03794 ;
}

.main-slider .swiper-button-prev:before{
	position:absolute;
	content: "\f17d";
left: 5px;
    top: 5px;
	width:50px;
	height:50px;
	color:#d03794 ;
	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-next:hover,
.main-slider .swiper-button-prev:hover{
	background-color:#d03794 ;
    box-shadow: 1px 0px 10px #f7f7f7;
}

.main-slider .swiper-button-next:hover::before,
.main-slider .swiper-button-prev:hover::before{
	color:#ffffff;
}

.main-slider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background:#5a94da;
}
.main-slider .phone-btn {
    position: relative;
    border-radius: 50px;
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    padding: 18px 30px 18px 90px;
    border: 1px solid #222222;
}

.main-slider .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-slider .btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 20px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fe7080;
    text-transform: capitalize;
/*    font-family: 'Lato', sans-serif;*/
}
.main-slider .btn-style-two .txt {
    position: relative;
    z-index: 1;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.main-slider .btn-style-two:hover {
    color: #ffffff;
}
.main-slider .btn-style-two:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);

}

.main-slider .btn-style-two:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #222222;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);

}
.main-slider .auto-container-1 {
    position: absolute;
    /* max-width: 1210px; */
    top: 0;
    padding: 0px 20px;
    margin: 0 auto;
    top: 50%;
    left: 30%;
    transform: translate(-50%,-50%);

}
.main-slider .bg-sldier {
background: #ffffffc7;
    padding: 50px;
    border-radius: 10px;
 
    
}
.main-slider .slider-content {
    opacity: 1;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.main-slider .slider-content h2{
    font-size: 22px;
}
.main-slider .slider-content .mb-30 {
    margin-bottom: 30px;
}
.main-slider .slider-content .small-title {
    font-size: 16px;
    font-weight: 400;
    color: #1396e2;
        margin-bottom: 20px;
    display: inline-block;
}

.main-slider .slider-content .small-title .flaticon-location:before {
    content: "\f10e";
    font-family: Flaticon;
    font-style: normal;
}
.main-slider .slider-content .flaticon-steering-wheel:before {
    content: "\f11d";
    font-family: Flaticon;
    font-style: normal;
}
.main-slider .slider-content .ul-li>ul>li {
    float: left;
    list-style: none;
    display: inline-block;
}
.main-slider .slider-content .room-info>ul>li {
    margin-left: 50px;
}
.main-slider .slider-content .room-info>ul>li .item-icon {
    float: left;
    line-height: 1;
    margin-top: 6px;
    font-size: 36px;
    margin-right: 20px;
    color: #1396e2;
}
.main-slider .slider-content .room-info>ul>li .item-content {
    display: table;
}
.main-slider .slider-content .room-info>ul>li .item-content .number-text {
    width: 100%;
    display: block;
    font-size: 24px;
    color: #062a4d;
}
.main-slider .slider-content .room-info>ul>li .item-content .title-text {
    font-size: 14px;
}

.main-slider .slider-content .btn-box{
	position:relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
text-align: center;
}

.main-slider .slider-content .theme-btn{
/*	float:left;*/
/*	margin:0px 30px 15px 0px;*/
}

.main-slider .slider-content .btn-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1500ms;
}

.main-slider .slider-content .btn-style-two:hover {
    color: #ffffff;
}
.main-slider .slider-content .btn-style-two:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);

}

.main-slider .slider-content .btn-style-two:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #222222;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);

}

/************ slider *******************/



/*-------------------------testimonials start----------------------*/
.section-ptb-80 {
    padding: 40px 0;
}
.section-ptb-80 .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;
}

.section-ptb-80 .sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
}

.section-ptb-80 .centered {
    text-align: center !important;
}
.section-ptb-80 .sec-title.centered .separator {
    margin: 0 auto;
}

.section-ptb-80 .sec-title .separator {
    position: relative;
    width: 100px;
}
.section-ptb-80 .sec-title .separator:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}
.section-ptb-80 .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%;
}
.testimonials {
    position: relative;
    background: #ffffff;
    padding: 85px 50px 45px 70px;
    margin: 0 0px 4px 0;
    margin-top: 20px;
    color: #898989;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
}

.testimonials-avatar {
    position: absolute;
    left: 50%;
    margin-left: -40px;
        top: 0px;
    width: 70px;
    height: 70px;
}
.testimonials-avatar img {
    border: 0px solid #f05697;
    max-width: 100%;
    border-radius: 50%;
}
.testimonials-info {
    position: relative;
}
.testimonials-info:before {
    position: absolute;
    top: 0px;
    left: -35px;
    color: #f05697;
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 7.142rem;
}
.author-info {
    font-size: 1.142rem;
    color: #323232;
    margin-top: 20px;
    position: relative;
}
.author-info strong {
    font-weight: 500;
}
.author-info span {
    font-weight: normal;
    color: #f05697;
    text-transform: none;
}
.bg-theme .author-info {
  color: #fff;
}
/* Light */
.testimonials.light {
    background: #fff;
}

/* Text White */
.text-white .testimonials,
.testimonials.text-white {
    color: #fff;
}
.text-white .testimonials .author-info {
    color: #fff;
}

/* Clean */
.testimonials.clean {
    background: none;
    box-shadow: none;
    padding-bottom: 0;
    padding: 0 50px 25px 50px;
    margin-top: 0;
}
.testimonials.clean .testimonials-avatar {
    position: relative;
    top: 0;
    margin-bottom: 20px;
}
.testimonials.clean .testimonials-avatar {
    
}
.testimonials.text-white.clean .author-info {
    color: #f05697;
}
.bg-theme .testimonials.clean {
    padding-bottom: 10px;
    margin-bottom: 0;
}
.bg-theme .testimonials.clean .author-info {
    color: #323232;
}
.bg-theme .testimonials.clean .testimonials-avatar img {
    border-color: #ffffff;
}
.testimonials.text-white.clean .testimonials-info:before,
.testimonials.text-white.clean .author-info span {
    color: #ffffff;
}
.testimonials.text-white.clean .author-info:before {
    background: #ffffff;
}

/* Left Position */
.testimonials.left_pos {
    margin-left: 40px;
    padding: 60px 40px 40px 100px;
    text-align: left;
}
.testimonials.left_pos .testimonials-avatar {
    left: 0;
    margin-top: -50px;
    top: 50%;
}
.testimonials.left_pos .author-info:before {
    margin-left: 0;
    left: 0;
}

/* Bottom Position */
.testimonials.bottom_pos {
    padding: 60px 40px 40px 60px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 70px;
}
.testimonials.bottom_pos .testimonials-avatar {
    bottom: -50px;
    top: inherit;
    left: 0px;
    margin-left: 50px;
}
.testimonials.bottom_pos .author-info {
    margin-left: 125px;
}
.testimonials.bottom_pos .author-info:before {
    margin-left: 0;
    left: 0;
}
/* theme bg */
.testimonials.bg-theme {
    background: #f05697;
    color: #ffffff;
}
.testimonials.bg-theme .testimonials-info:before,
.testimonials.bg-theme .author-info span {
    color: #ffffff;
}
.testimonials.bg-theme .testimonials-avatar img {
    border-color: #ffffff;
    color: #ffffff;
}
.testimonials.bg-theme .author-info:before {
    background: #ffffff;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background: #f05697;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s cubic-bezier(0.67, 0.36, 0.34, 0.65);
    border-radius: 2px;
}
.testimonials .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #f05697
}
/*------------------------- testimonialss end ----------------------*/


/** Footer start **/
footer {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
footer::after {
  position: absolute;
  content: "";
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: 0;
  z-index: -1;
 background-image: linear-gradient(90deg, #607D8B 0%, #D1DADF 100%, rgb(31, 125, 203) 100%);;
}
footer .shape-style span {
  width: 120px;
  height: 120px;
  border-radius: 100px 130px 100px 315px;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
}
footer .shape-style span:nth-child(1) {
  bottom: auto;
  left: -3%;
  top: -20px;
  width: 150px;
  height: 150px;
}
footer .shape-style span:nth-child(2) {
  width: 50px;
  height: 50px;
  top: 15%;
  right: 10%;
}
footer .shape-style span:nth-child(3) {
  width: 75px;
  height: 75px;
  top: 320px;
  right: 7%;
  background: rgba(255, 255, 255, 0.15);
}
footer .shape-style span:nth-child(4) {
  width: 100px;
  height: 100px;
  top: 38%;
  right: auto;
  left: 1%;
  background: rgba(255, 255, 255, 0.05);
}
footer .shape-style span:nth-child(5) {
  width: 50px;
  height: 50px;
  right: 40%;
  bottom: 45%;
  background: rgba(255, 255, 255, 0.04);
}
footer .shape-style span:nth-child(6) {
  width: 100px;
  height: 100px;
  right: 6%;
    top: 0;
  bottom: 100px;
  background: rgba(255, 255, 255, 0.2);
}
footer .shape-style span:nth-child(7) {
  width: 50px;
  height: 50px;
  right: 5%;
  bottom: 12%;
}
footer .shape-style span:nth-child(8) {
  width: 100px;
  height: 100px;
  right: auto;
  bottom: 11%;
  left: 15%;
  background: rgba(255, 255, 255, 0.05);
}

footer .wave-img {
  transform: rotateX(180deg);
}
footer .footer-top h2 {
  position: relative;
  color: #ffffff;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 30px;
}
footer .footer-top h2 span {
  font-weight: 300;
}
footer .footer-top .download-app-button {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 0.3s ease-in;
}
footer .footer-top .download-app-button .download-btn {
  border: 1px solid #fff;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  color: #fff;
  align-items: center;
  float: left;
  padding: 5px 20px;
  border-radius: 4px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all 0.3s;
}
footer .footer-top .download-app-button .download-btn:hover, footer .footer-top .download-app-button .download-btn.active {
  background-color: #fff;
}
footer .footer-top .download-app-button .download-btn:hover p, footer .footer-top .download-app-button .download-btn.active p {
  color: #281483;
}
footer .footer-top .download-app-button .download-btn:hover i, footer .footer-top .download-app-button .download-btn.active i {
  background: linear-gradient(to bottom, #281483 15%, #8f6ed5 70%, #d782d9 94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer .footer-top .download-app-button .download-btn i {
  font-size: 28px;
  line-height: 28px;
  margin-right: 10px;
  color: #fff;
}
footer .footer-top .download-app-button .download-btn p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
footer .footer-top .download-app-button .download-btn p small {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}
footer .footer-top .inner-column h2 {
  position: relative;
  color: #ffffff;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 30px;
  text-align: right;
}
footer .footer-top .inner-column h2 span {
  font-weight: 300;
}
footer .footer-top .inner-column .subscribe-form form {
  position: relative;
}
footer .footer-top .inner-column .subscribe-form form input {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 14px;
  padding: 14px 40px;
  border-radius: 50px;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  outline: 0;
  border: none;
}
footer .footer-top .inner-column .subscribe-form form button {
  position: absolute;
  right: 2px;
  top: 2px;
  outline: 0;
  height: 56px;
  color: #00004f;
  font-weight: 600;
  border: none;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  background: #ffcc00;
  border-radius: 50px;
  padding: 15px 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
footer .widgets-section {
  padding-top: 60px;
  padding-bottom: 25px;
}
footer .widgets-section .footer-widget h2 {
  position: relative;
  color: #b51779;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 22px;
  letter-spacing: 1px;
}
footer .widgets-section .footer-widget .logo img {
 width: auto;
    margin-bottom: 20px;
       height: 190px;
/*    background: #fff;*/
}
footer .widgets-section .footer-widget p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.7em;
  margin-bottom: 20px;
}
footer .widgets-section .footer-widget .footer-info {
  list-style-type: none;
  padding-left: 0;
}
footer .widgets-section .footer-widget .footer-info li {
  position: relative;
  padding-right: 25px;
  font-size: 15px;
  margin-bottom: 12px;
  line-height: 1.8em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95);
}
footer .widgets-section .footer-widget .footer-info li i {
  position: absolute;
  content: "";
  right: 0px;
  top: 7px;
  color: #fe6d7d;
  font-size: 14px;
}
footer .widgets-section .footer-widget .list {
  list-style-type: none;
  padding-right: 0;
}
footer .widgets-section .footer-widget .list li a {
position: relative;
    font-size: 16px;
    padding-right: 25px;
    color: rgb(77, 18, 102);
    transition: all 0.3s ease;
    text-decoration: none;
}
footer .widgets-section .footer-widget .list li a:hover {
  color: #fe6d7d;
}
footer .widgets-section .footer-widget .list li a::before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  line-height: 1em;
  font-family: "FontAwesome";
    transform: rotate(180deg);
}
footer .widgets-section .footer-widget.twitter-widget .tweet-block {
  position: relative;
  margin-bottom: 20px;
}
footer .widgets-section .footer-widget.twitter-widget .tweet-block p {
  position: relative;
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.95);
}
footer .widgets-section .footer-widget.twitter-widget .tweet-block p i {
  color: #0397ff;
  font-size: 20px;
  margin-left: 8px;
}
footer .widgets-section .footer-widget.twitter-widget .tweet-block .author-name {
  position: relative;
  color: #ffcc00;
  font-size: 14px;
  font-style: italic;
}
footer .footer-bottom .inner-content {
  padding: 22px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
footer .footer-bottom .inner-content p {
    position: relative;
    color: #4f2760;
    font-size: 17px;
}
footer .footer-bottom .inner-content p span {
  color: #fe6d7d;
}
footer .footer-bottom .inner-content .social-icon {
  list-style-type: none;
  text-align: right;
}
footer .footer-bottom .inner-content .social-icon li {
  position: relative;
  margin-left: 18px;
  display: inline-block;
}
footer .footer-bottom .inner-content .social-icon li a {
  position: relative;
  font-size: 15px;
  color: rgb(79, 39, 96);
  transition: all 0.3s ease;
}
footer .footer-bottom .inner-content .social-icon li a:hover {
  color: #ffcc00;
}

@media only screen and (max-width: 991px) {
  footer .footer-top h2 {
    text-align: left !important;
    font-size: 35px !important;
  }
  footer .footer-top .download-app-button {
    margin-bottom: 1.5rem;
  }
  footer .footer-top .inner-column h2 {
    text-align: left !important;
    font-size: 35px !important;
  }
}


/*****************************************
service section
************************************/
#about {
padding: 40px 0;
        position: relative;

}

#about .ser-box{
background-color: #fffaf7;
    padding: 40px 30px;
    border-radius: 5px;
    height: 280px;
    box-shadow: -3px 7px 10px #ddd;
}
#about .no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
    background-image: url(../images/about/about-section.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#about .mb-20 {
    margin-bottom: 20px !important;
}
#about .ser-box.bx2{
	background-color: #fbebe1;
}
#about .ser-box .feature-icon img{
	width: 90px;
}
#about .ser-box .feature-info h4 {
    color: #222222;
}
#about .ser-box .feature-info p{
    color: #666666;
}
#about .py-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
}
#about .px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
}
#about .section-heading {
    margin-bottom: 0px;
    position: relative;
    text-align: right;
}
#about .section-heading .sub-heading {
    font-weight: 300;
    margin-bottom: 50px;
    font-size: 1.5rem;
}
#about .section-heading .heading {
    font-weight: 600;
}
#about .section-heading .heading .theme-color {
    color: #f05697 !important;
}
#about .mt-30 {
    margin-top: 30px !important;
    text-align: right;
}
#about .fs-40 {
    font-size: 2.857rem !important;
}
#about .section-heading .heading span {
        font-size: 1.857rem !important;

}
#about .cs-button.medium {
    padding: 12px 20px;
    font-size: 1rem;
}

#about .cs-button {
    background: #f05697;
    padding: 8px 30px;
    font-size: 0.928rem;
    letter-spacing: 1px;
    border: 0;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #f05697;
    cursor: pointer;
}
#about .cs-button:hover, .cs-button:focus {
    background: #353535;
    color: #fff;
    border-color: #353535;
}
/*****************************************
Departments section
************************************/
.departments {
    position: relative;
    padding: 40px 0;
}
.departments .sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
}

.departments .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;
}


.departments .centered {
    text-align: center !important;
}
.departments .sec-title.centered .separator {
    margin: 0 auto;
}

.departments .sec-title .separator {
    position: relative;
    width: 100px;
}
.departments .sec-title .separator:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}
.departments .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%;
}
.departments .depart-box {
/*    float: left;*/
    width: 100%;
        box-shadow: 0 0 0 2px #e97195;
    -moz-box-shadow: 0 0 0 2px #e97195;
    -webkit-box-shadow: 0 0 0 2px #e97195;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    position: relative;
    line-height: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
        padding-left: 0;
        padding-right: 0;
    z-index: 1;
    margin-bottom: 30px;
}
.departments .depart-box * {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.departments .depart-box.pink {
    box-shadow: 0 0 0 2px #d52b833d;
    -moz-box-shadow: 0 0 0 2px #d52b833d;
    -webkit-box-shadow: 0 0 0 2px #d52b833d;
}

.departments .depart-box img {
    max-width: 100%;
    height: auto;
    display: inherit;
        border-radius: inherit;
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit;
}
.departments .depart-box > img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.departments .depart-box:hover > img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    z-index: -1;
}
.departments .depart-box .depart-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    /* overflow: hidden; */
    text-align: center;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
.departments .depart-box .depart-content .icon-image {
    position: absolute;
    opacity: 0;
    top: -100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    line-height: 70px;
    z-index: 1;
}
.departments .depart-box.pink .depart-content .icon-image {
    background-color: #d52b83;
}

.departments .depart-box:hover .depart-content .icon-image {
    top: 0%;
    opacity: 1;
}
.departments .depart-content .depart-title:before {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.departments .depart-content .depart-title:before {
    content: "";
    background: url(../images/services/trans.png) center top no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 30%;
    display: inline-block;
    z-index: 0;
    border-radius: 0% 0px 30px 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.depart-box:hover .depart-content .depart-title:before {
    height: 50%;
}
.departments .depart-box .depart-title h3 a{
    color: #000;
}
.departments .depart-box .depart-title h3 {
    position: absolute;
bottom: 15px;
    left: 0;
    right: 0;
    line-height: normal;
    font-size: 22px;
}
.depart-box:hover .depart-title h3 {
    bottom: 40px;
}

/**************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: 40px 0;
    font-size: 16px;
    background-color: #4f0a6f;
    /* font-style: italic; */
    /* font-weight: 600; */
    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: 1px solid #ddd;
}
.service_details .service_details_wraper p{
    margin: 0;
    padding: 20px;
    border-radius: 10px;
    font-size: 16px;
    /* font-style: italic; */
    /* font-weight: 600; */
    background-color: #efe4eb;
    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 #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: 500px;
}

.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: 100%;
    background-color: #d03794;
    position: sticky;
    height: max-content;
    top: 100px;
        box-shadow: 0 0 24px 0px;
    padding: 10px;
    border-radius: 5px;
}
.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: 15px;
        border-bottom: 1px solid #ddd;
}
.service_details .sidebar ul li a {
    color: #ecd9e6;
    line-height: 2.9;
    
}
/*********bread-roumb***************/
.breadvroumb_area {
    padding: 155px 0 35px;
    background-image: url(../images/about/about-section.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 81%, 0% 100%);
}
.breadvroumb_area .waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 0;
}
.breadvroumb_area::before {
    background: linear-gradient(to right, rgb(77, 77, 77) 0%, #8d06582e 100%);
    background-position: center top;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.breadvroumb_area .text-center {
    position: relative;
    /* left: 0; */
    /* right: 0; */
    z-index: 10;
}

.breadvroumb_area h1 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.breadcroumb_link,
.breadcroumb_link a {
    color: #d8d8d8;
    font-size: 19px;
        margin-bottom: 0px;
}

.breadcroumb_link a {
    margin-right: 5px;
    color: #fff;
}
/********properties-list********/
.about-page .image-box {
        margin-bottom: 30px;
}
.about-page img {
        width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: -12px 10px 10px #ddd;
}
#page-name-bar-heading{
/*
  position: absolute;
  margin-top: 110px;
  width: 1000px;
*/
}

#p-n-b-h{
  color: rgb(51, 51, 51);
/*  margin-left: -20px;*/
/*  margin-top: 50px;*/
  text-align: center;
  color: rgb(51, 51, 51);
  font-size: 40px;
  font-weight: 600;
/*  font-family: 'Montserrat', sans-serif;*/
  letter-spacing: -1px;
  
}

#p-n-b-h2{
  position: absolute;
  margin-top: 45px;
  font-size: 18px;
  margin-left: 345px;
  font-weight: 600;
/*  font-transform: uppercase;*/
/*  font-family: 'Montserrat', sans-serif;*/
  color: rgb(77, 77, 77);
  padding-bottom: 10px;
}

#p-n-b-h3{
    /* position: absolute; */
    /* margin-top: 375px; */
    font-size: 18px;
    /* margin-left: 337px; */
    font-weight: 600;
/*    font-transform: uppercase;*/
    /* font-family: 'Montserrat', sans-serif; */
    color: rgb(77, 77, 77);
    padding-bottom: 10px;
}



/* _wrapper.css */
.wrapper {
  z-index: 2;
/*
  padding-left: 18px;
  padding-right: 18px;
  max-width: 1236px;
  margin-left: auto;
  margin-right: auto;
*/
}


/* _timeline.css */
.timeline {
    position: relative;
padding: 100px 0;

}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 4px;
  height: 100%;
  background-color: rgb(77, 77, 77);
}
@media (min-width: 800px){
  .timeline::before{
    left: 50%;
    margin-left: -2px;
  }
}
.timeline__item {
  margin-bottom: 100px;
  position: relative;
}
.timeline__item::after{
  content: "";
  clear: both;
  display: table;
}
.timeline__item:nth-child(2n) .timeline__item__content {
  float: right;
}
.timeline__item:nth-child(2n) .timeline__item__content::before {
  content: '';
  right: 40%;
}
@media (min-width: 800px){
  .timeline__item:nth-child(2n) .timeline__item__content::before{
    left: inherit;
  }
}
.timeline__item:nth-child(2n) .timeline__item__content__date {
  background-color: rgb(208, 55, 148);
}
.timeline__item:nth-child(2n) .timeline__item__content__description {
  color: rgb(77, 77, 77);
}
.timeline__item:last-child {
  margin-bottom: 0;
}
.timeline__item-bg {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  color: rgb(77, 77, 77);
}
.timeline__item-bg:nth-child(2n) .timeline__item__station {
  background-color: rgb(77, 77, 77);
}
.timeline__item-bg:nth-child(2n) .timeline__item__content {
  background-color: rgb(208, 55, 148);
}
.timeline__item-bg:nth-child(2n) .timeline__item__content::before {
  background-color: rgb(77, 77, 77);
}
.timeline__item-bg:nth-child(2n) .timeline__item__content__description {
  color: #fff;
}
.timeline__item-bg .timeline__item__station {
  background-color:  rgb(77, 77, 77);
}
.timeline__item-bg .timeline__item__content {
  background-color: rgb(208, 55, 148);
}
.timeline__item-bg .timeline__item__content::before {
  background-color: rgb(77, 77, 77);
}
.timeline__item-bg .timeline__item__content__description {
  color: #fff;
}
.timeline__item__station {
  background-color: rgb(208, 55, 148);
  width: 40px;
  height: 40px;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  top: -60px;
  left: 10%;
  margin-left: -33px;
  border: 4px solid rgb(77, 77, 77);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
@media (min-width: 800px){
  .timeline__item__station{
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    padding: 15px;
    border-width: 6px;
  }
}
.timeline__item__content {
  width: 80%;
  background: #fff;
  border: 4px solid rgb(77, 77, 77);
  padding: 20px 30px;
  border-radius: 6px;
    box-shadow: -12px 10px 10px #ddd;
  float: right;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
@media (min-width: 800px){
  .timeline__item__content{
/*    width: 40%;*/
    float: inherit;
    padding: 30px 40px;
    margin: auto;
  }
}
.timeline__item__content::before {
  content: '';
  position: absolute;
  left: 10%;
  background: rgb(77, 77, 77);
  top: 20px;
  width: 10%;
  height: 4px;
  z-index: -1;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
@media (min-width: 800px){
  .timeline__item__content::before{
    left: 40%;
    top: 30px;
    height: 4px;
    margin-top: -2px;
  }
}
.timeline__item__content__date {
  margin: 0;
  padding: 8px 12px;
  font-size: 18px;
  margin-bottom: 10px;
  background-color: rgb(208, 55, 148);
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  border: 2px solid rgb(77, 77, 77);
}
.timeline__item__content__description {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: rgb(77, 77, 77);
}
@media (min-width: 800px){
  .timeline__item__content__description{
    font-size: 19px;
    line-height: 28px;
  }
}

#about-us-text{
color: #495057;
/*    margin-top: 340px;*/
    /* margin-left: 135px; */
    font-size: 16px;
    letter-spacing: 1px;
    /* width: 700px; */
    text-align: center;
    font-weight: 600;
    line-height: 31px;
        margin-bottom: 20px;
    z-index: 3;
        text-align: right;
    direction: rtl;
    /* position: absolute;*/
}
/**************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: 100%;
}
.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;
}
 
/**************blog-page**********/

.blog_area {
    padding: 40px 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 #5c2b62;*/
    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***************/
.about-page {
    position: relative;
    padding: 40px 0;
    direction: ltr
}
.about-page {
    background: #d4bacb none repeat scroll 0 0;
    position: relative;
    z-index: 1;
}

.about-page::before {
    background: #fbebe1 none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 52%;
}


.about-page::after {
    background: rgba(0, 0, 0, 0) url("../images/about/shape.png") no-repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 48%;
    margin-left: -23px;
    position: absolute;
    top: 10px;
    width: 53px;
    z-index: 4;
}
.about-page .text-box {
    position: relative;
}
.about-page .text-box h2 {
    margin-bottom: 30px;
}
.about-page .text-box ul li {
        padding-right: 20px;
        font-weight: bold;
        margin-bottom: 10px;
}
.about-page .text-box ul li i {
    position: absolute;
    right: 0;
    line-height: 1.5;
}
/*** 
=============================================
    appointment Area 
=============================================
***/
.appointment-section {
    position: relative;
    padding: 40px 0px;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    background-image: url(../images/appointment-style1-bg.png);
}
.appointment-section .form-column {
/*        background-color: #fff;*/
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 100%;
        box-shadow: 1px 3px 10px #212529b0;
background-color: #0d0000;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 400'%3E%3Cdefs%3E%3CradialGradient id='a' cx='396' cy='281' r='514' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23730947'/%3E%3Cstop offset='1' stop-color='%230d0000'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='400' y1='148' x2='400' y2='333'%3E%3Cstop offset='0' stop-color='%23ff78d9' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23ff78d9' stop-opacity='0.5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Cg fill-opacity='0.4'%3E%3Ccircle fill='url(%23b)' cx='267.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='532.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='400' cy='30' r='300'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
}
.appointment-section .image-layer {
/*    background-image: url(../images/cover-3.png);*/
}

.appointment-section .image-layer {
    position: absolute;
    right: 0;
    left: 0;
    top: -20px;
    width: 100%;
    height: 670px;
}


.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: #222;
    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: #cccccc;
}

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

.appointment-section .form-column .inner-column {
     position: relative;
    padding: 15px 35px 10px;
    /* color: #ffffff; */
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.10);
    margin-bottom: 20px;
    background-color: #efe4eb;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.appointment-section .form-column h3 {
position: relative;
    color: #d52b83;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    /* 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;
        padding: 20px;
}

.appointment-section .calender-form .form-group {
    position: relative;
    margin-bottom: 25px;
}

.appointment-section .calender-form .form-group label {
      position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.appointment-section .calender-form .form-group label .icon {
    position: relative;
    margin-left: 8px;
    color: #d03794;
    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: 80px;
    padding-top: 10px;
    resize: none;
    width: 100%;
    margin-bottom: 0px;
    background-color: transparent;
    border: 2px solid #ddd;
    text-indent: 15px;
    transition: .3s linear;
    border-radius: 15px;
}

.appointment-section .custom_btn {
color: #d52b83;
    background: #fdf9f8;
    padding: 15px 30px;
    transition: .3s linear;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    border: none;
    overflow: hidden;
    text-align: center;
    width: 100%
}
.appointment-section .about-content {
    padding: 15px 35px 10px;
    background: #f3f4f5;
    box-shadow: 0px 7px 14px #d03794;
        margin-bottom: 30px;
    border-right: 2px solid #d03794;
}
.appointment-section .about-content .section-title {
    margin-bottom: 20px;
}
.appointment-section .about-content .section-title h3 {
    margin-bottom: 20px;
}
.appointment-section .about-content .who-we-are-text {
        margin-bottom: 30px;
}
.appointment-section .box-icon {
        position: relative;
    height: 165px;

}
.appointment-section .box-icon .icon {
    color: #d03794;
        font-size: 29px;
    position: absolute;
    left: 0
}
.appointment-section .box-icon .icon i {
    
}
.appointment-section .box-icon h4 {
margin-bottom: 20px;
    padding-left: 30px;
    text-align: right;
    font-size: 18px;
}
.appointment-section .box-icon hr {
    width: 100%;
    border: 2px solid #ddd;
}
.appointment-section .box-icon p {
    text-align: justify;
        font-size: 17px;
}

.appointment-right-style1{
    position: relative;
    display: block;
    padding: 42px 38px 41px;
    max-width: 370px;
    border: 2px solid #d03794;
    border-radius: 20px;
    margin-top: 130px;
/*    margin-left: 100px;*/
    box-shadow: 1px 3px 10px #212529b0;
}
.appointment-right-style1 .top {
    position: relative;
    overflow: hidden;
    display: block;
    padding-right: 0px;
    border-bottom: 1px solid #d03794;
    padding-bottom: 24px;
    margin-bottom: 20px;
}
.appointment-right-style1 .top .icon{
    position: absolute;
    top: 6px;
    right: 0;
}
.appointment-right-style1 .top .icon span:before{
    color: #2bb4e6;
    font-size: 50px;
    line-height: 50px;
}
.appointment-right-style1 .top .title{
    display: block;
}
.appointment-right-style1 .top .title h2{
    font-size: 24px;
    color: #d03794;
    margin: 0 0 10px;
}
.appointment-right-style1 .top .title span{
    color: #222;
    font-weight: 700
}
.appointment-right-style1 .text{
    overflow: hidden;
    display: block;
}
.appointment-right-style1 .text h1{
    color: #d03794;
    font-size: 30px;
    display: block;
    margin: 0 0 13px;
}
.appointment-right-style1 .text p{
    color: #222;
    margin: 0;
    font-weight: bold;
}
.appointment-right-style1 .button{
    display: block;
    overflow: hidden;
    margin-top: 26px;
}
/**************contact page***********/

.contact-page-section{
	position: relative;
	padding: 40px 0;
}

.contact-page-section .outer-box{
position: relative;
    padding: 70px 0 0px;
  
}

.contact-page-section .outer-box:before{
	position: absolute;
	left: 100px;
        border-radius: 15px;
	top: 0;
	right: 0;
	height: 100%;
	/*box-shadow: 0 0 21px rgba(0,0,0,0.18);*/
	content: "";
        width: 100%;
}

.contact-page-section .contact-column{
	position: relative;
}
.contact-page-section .contact-column img {
width: 100%;
    box-shadow: 8px 7px 10px #ddd;
    border-radius: 10px;
    height: 320px;
    object-fit: cover;
    border-radius: 50%;
    margin: 89px auto;
}
.contact-page-section .contact-column .inner-column{
	position: relative;
	background-color: #6d4279;
	padding: 45px 35px;
	margin-right: -30px;
        border-radius: 10px;
}

.contact-page-section .contact-column h2{
	position: relative;
	display: block;
	font-size: 25px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 50px;
}

.contact-page-section .contact-info {
	position: relative;
}

.contact-page-section .contact-info li{
	position: relative;
	padding-left: 45px;
	margin-bottom: 35px;
}

.contact-page-section .contact-info li p{
	font-size: 18px;
	line-height: 36px;
	color: #ffffff;
	font-weight: 400;
}

.contact-page-section .contact-info li p a{
	color: #ffffff;
}

.contact-page-section .contact-info li p a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.contact-page-section .contact-info li .icon{
	position: absolute;
	left: 0;
	top: 0px;
	font-size: 18px;
	line-height: 36px;
	color: #ffffff;
}

.contact-page-section .contact-info li a{
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-page-section .contact-info li a:hover{
	color: #222222;
}

.contact-page-section .form-column{
	position: relative;
}

.contact-page-section .form-column .inner-column{
     position: relative;
   padding: 0 26px 0 50px;
}

.contact-page-section .form-column .title{
	position: relative;
	margin-bottom: 50px;
}

.contact-page-section .form-column .title h2{
	position: relative;
	display: block;
	font-size: 25px;
	line-height: 1em;
	color: #d52b83;
	font-weight: 700;
	margin-bottom: 10px;
}	

.contact-page-section .form-column .title .text{
	font-size: 20px;
	line-height: 1.2em;
	color: #777777;
	font-weight: 600;
}

.contact-page-section .contact-form{
	position: relative;
}

.contact-page-section .contact-form .row{
	margin: 0 -10px;
}

.contact-page-section .contact-form .form-group{
	position:relative;
	padding: 0 10px;
	margin-bottom:20px;	
        text-align: center;
}

.contact-page-section .contact-form .form-group input[type="text"],
.contact-page-section .contact-form .form-group input[type="email"],
.contact-page-section .contact-form .form-group input[type="url"],
.contact-page-section .contact-form .form-group textarea,
.contact-page-section .contact-form .form-group select{
	position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #777777;
    line-height: 28px;
    padding: 15px 20px;
    border: 1px solid transparent;
    background-color: #f5f5f5;
    font-weight: 400;
        border-radius: 30px;
    height: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-page-section .contact-form .form-group input:focus,
.contact-page-section .contact-form .form-group select:focus,
.contact-page-section .contact-form .form-group textarea:focus{
	box-shadow: 0 0 10px rgba(0,0,0,0.10);
}

.contact-page-section .contact-form .form-group textarea{
	height: 185px;
	resize: none;
}

.contact-page-section .contact-form .form-group button{
	margin-top: 10px;
	text-transform: capitalize;
	font-size: 18px;
}

.contact-page-section .contact-form input.error:focus,
.contact-page-section .contact-form select.error:focus,
.contact-page-section .contact-form textarea.error:focus{
	border-color:#ff0000;	
}

.contact-page-section .contact-form label.error{
	display:block;
	font-weight:500;
	font-size:13px;
	text-transform:capitalize;
	line-height:24px;
	color:#ff0000;
	padding-top:7px;
}

.contact-page-section .social-icon-four{
	position: relative;
}

.contact-page-section .social-icon-four li{
	position: relative;
	display: inline-block;
	margin-right: 15px;
}

.contact-page-section .social-icon-four li:first-child{
	margin-left: 0;
}

.contact-page-section .social-icon-four li.title{
	position: relative;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	margin-right: 20px;
}

.contact-page-section .social-icon-four li a{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-page-section .social-icon-four li a:hover{
	color: #6d4279;
}

.contact-page-section .btn-box{
	position:relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
text-align: center;
}
.contact-page-section .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;
}
.contact-page-section .btn-style-two {
     position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #5c2b62;
    padding: 10px 75px;
    font-weight: 700;
    overflow: hidden;
    border: 1px solid #5c2b62;
    border-radius: 5px;
    text-transform: capitalize;
}
.contact-page-section .btn-style-two .txt {
    position: relative;
    z-index: 1;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.contact-page-section .btn-style-two:hover {
    color: #ffffff;
}
.contact-page-section .btn-style-two:hover::before {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);

}

.contact-page-section .btn-style-two:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #5c2b62;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);

}

/***************blog-page-area**************/

.blog_area {
    padding: 70px 0;
}
.blog_area .blog_img img {
    width: 100%;
    margin-bottom: 30px;
}
.blog_area p{

    height: auto;
    overflow: hidden;
    background-color: #fff;
    padding: 5px 10px;
    border-right: 2px solid #5c2b62;
        box-shadow: 0px 0px 21px 9px rgba(0, 0, 0, 0.05);
        font-size: 15px;
}
.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;
}
/*********blog-details*********/
.blog_area .blog_full_content img {
    margin-bottom: 25px;
        width: 100%;
        height: auto;
    border-radius: 15px;
}
.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: #5c2b62;
    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: 20px;
    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: 115px;
    /*border-bottom: 2px solid #5c2b62;*/
}
.blog_area .widget_raper h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.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;
}
/*************gallery-page***************/

	.blog_area .share-post {
float: left;
    width: 100%;
    margin: 8px 40px 0 0;
    margin: 0;
    padding: 25px;
    border-radius: 40px;
    font-size: 18px;
            margin-bottom: 15px;
    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);
}


	.blog_area .share-post ul {
		border: 1px solid #e1e1e1;
		-webkit-border-radius: 3px;
		   -moz-border-radius: 3px;
			 -o-border-radius: 3px;
				border-radius: 3px;
	}

	.blog_area .share-post ul li {
		line-height: 40px;
		border-top: 1px solid #e1e1e1;
		padding-right: 43px;
        text-align: center;
	}

	.blog_area .share-post ul li a {
		position: relative;
	}

	.blog_area .share-post ul li a:before {
		position: absolute;
		right: -28px;
		top: -10px;
		font-family: "FontAwesome";
		font-size: 16px;
		color: #5c2b62;
	    -webkit-transition: all 0.3s ease-in-out;
	       -moz-transition: all 0.3s ease-in-out;
	        -ms-transition: all 0.3s ease-in-out;
	         -o-transition: all 0.3s ease-in-out;
	            transition: all 0.3s ease-in-out;
	}


	.blog_area .share-post ul li.email a:before {
		content: "\f0e0";
	}

	.blog_area .share-post ul li.facebook a:before {
		content: "\f09a";
	}

	.blog_area .share-post ul li.twitter a:before {
		content: "\f099";
	}

	.blog_area .share-post ul li.instgram a:before {
		content: "\f075";
	}

	.blog_area .share-post ul li a:hover,
	.blog_area .share-post ul li a:hover:before {
		color: #ad66ac;
		text-decoration: none;
	}

	.blog_area .share-post ul li:first-child {
		border-top: none;
	}

	.blog_area .share-post ul li.count-share {
		text-align: center;
		font-size: 18px;
		padding: 29px 0 8px;
	}

	.blog_area .share-post ul li.count-share .numb {
		font-size: 48px;
		line-height: 36px;
		font-weight: 700;
	}

	.blog_area .share-post ul li a {
		font-size: 14px;
		color: #573764;
	}

	.blog_area .share-post ul span {
		display: block;
	}

/************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: 280px;
    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 .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: #5c2b62;
    background: #5c2b62;
}

.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: #5c2b62;
	color: #ffffff;
}

/*=============== 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;
    }
    .sticky-header .mobile-nav-toggler .icon {
            padding: 23px 0px;
    }
    .header_area ul.main_menu > li > a {
    color: #565656;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 5px;
    transition: .3s linear;
}
    .sticky-header .mobile-nav-toggler {
    float: left;
    display: block;
}
    .nav-outer .mobile-nav-toggler {
    position: relative;
    display: block;
}
    .main-menu {
    position: static;
    float: left;
    display: none;
}
    .main-header .logo-outer .logo img {
    width: auto;
    height: 80px;
}
.swiper-container .swiper-slide img {
    height: calc(45vh);
    width: 100%;
}
.swiper-slide .slider-text-1 h2 {
    font-size: 19px;
}
    .breadvroumb_area {
    padding: 205px 0 35px;
    }
    .main-slider .bg-sldier {
    background: #ffffffc7;
    padding: 15px;
    border-radius: 10px;
}
    .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;
}
#about .py-140 {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

#about .px-100 {
    padding-left: 0 !important;
    padding-right: 0!important;
}
#about .ser-box {
    background-color: #fffaf7;
    padding: 40px 0;
    border-radius: 5px;
    height: 210px;
    box-shadow: -3px 7px 10px #ddd;
}
.news .card .wrapper {

    min-height: 275px;
}
.main-header {
    position: relative;
    display: block;
    z-index: 99999;
    left: 0;
    right: 0;
}
.main-slider .swiper-button-prev:before {
    position: absolute;
    content: "\f17d";
    left: 5px;
    top: 15px;
}
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    
     .header_top_area .icons,.header_top_area .wlc {
            text-align: center;
        }
    .appointment-section .sec-title h2 {
        color: #d03794;
    }
    .main-header {
    position: relative;
    display: block;
    z-index: 99999;
    left: 0;
    right: 0;
}
#about .px-100 {
    padding-left: 0 !important;
    padding-right: 0!important;
}

#about .py-140 {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
    #services .py-140 {
                    padding: 5px !important;
    }
        #services .py-100 {
                    padding: 5px !important;

    }
    #services .no-gutter > [class*='col-'] {
     padding-right: 25px; 
     padding-left: 25px;
    }
    #services .fs-40 {
    font-size: 1.857rem !important;
}
    .services-area {
    position: relative;
    padding: 0px 0;
    overflow: hidden;
}
    .main-header .header-top {
    /* position: absolute; */
    background-color: #d03794;
    /* left: 0; */
    /* right: 0; */
}
    .main-header .header-upper {
    position: relative;
    }
    .kkkkkk {
        display: none;
    }
        .gallery_area {
    padding: 25px 0;
}
    .sticky-header .mobile-nav-toggler {
    display: block;
    float: left;
}
    
    .main-slider .auto-container {
    position: absolute;
    /* max-width: 1210px; */
    top: 0;
    padding: 0;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
    .contact-page-section .contact-column img {
 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;
    }
    
	.testimonials .testi-big {
		width: 100%;
		display: block;
		padding: 35px;
		text-align: center;
	}
	.testimonials .testi-big::before {
		width: 100%;
	}
	.testimonials .testi-img {
		display: block;
		width: 120px;
		height: 120px;
		margin: 0 auto;
		margin-bottom: 13px;
	}
	.testimonials .testi-content {
		display: block;
		padding-left: 0;
	}
	.testimonials .testi-content blockquote {
		margin-bottom: 0;
	}
    .main_info .head_info {
    margin: 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-header .elementskit-dropdown {
    background-color: #ffffff;
    border-radius: 10px;
    border: none;
}
    .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;
}
    .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;
}
    .fixed-header .sticky-header .logo img {
    width: auto;
    height: 70px;
}
    .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: 255px;
    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%);
}
    .service_details {
    padding: 25px 0;
}
    .appointment-section {

    background-image: unset;
}
    .appointment-right-style1 .text p {
    color: #333;
    margin: 0;
    font-weight: bold;
}
    .appointment-right-style1 .top .title span {
    color: #d03794;
    font-weight: 700;
}
    .appointment-section .form-column .inner-column {
 position: relative;
    padding: 15px 15px 10px;
    background-color: #d03794;
    box-shadow: 0px 20px 40px rgba(0,0,0,0.10);
    margin-bottom: 20px;
}
    .appointment-right-style1 {
    position: relative;
    display: block;
    padding: 42px 38px 41px;
    width: unset;
    border: 2px solid #d03794;
    border-radius: 20px;
     margin-top: unset; 
    margin-bottom: 30px;
    margin-left: 0;
    box-shadow: 1px 3px 10px #212529b0;
}
    .appointment-section .custom_btn {
    color: #fff;
    background: #d03794;
    padding: 10px 15px;
    transition: .3s linear;
    position: relative;
    z-index: 1;
    border: none;
    overflow: hidden;
    text-align: center !important;
        margin-right: 20px;
}
    .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;
    }
    .department-section .department-box .inner-box .lower-content h3 a{
                font-size: 18px;

    }
    .appointment-section .sec-title h2{
        font-size: 20px;
}
.service_details .service_details_wraper img {
    width: 100%;
    height: auto;
}
    .about-page .img-with-bg img {
    height: auto;
    width: 100%;
    }
    .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: 90px;
    top: 0;
}
    .main-slider .swiper-button-next {
    left: 15px;
    width: 25px;
        line-height: 30px;
    height: 25px;
    }
    .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 90px;
    height: 80px;
    margin-top: -22px;
    z-index: 10;
    padding: 20px;
    /* border-radius: 50%; */
    background: rgba(0,0,0,0.25);
    /* border: 1px solid #222; */
    cursor: pointer;
    background-size: 27px 45px;
    background-position: center;
    background-repeat: no-repeat;
}
    .main-slider .swiper-button-prev:before {
    position: absolute;
    content: "\f17d";
    left: -3px;
    }
    .main-slider .swiper-button-next:before {
    position: absolute;
    content: "\f17d";
    transform: rotate(180deg);
    left: -3px;
    }
    .about .about_content{
        margin-bottom: 30px;
    }
    .header_top_area a.icons_single_contact {
        border: none;
        padding: 10px;
    }
       .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;
    }
    .news_area .text-content p {
    height: 50px;
    overflow: hidden;
    font-size: 13px;
}
    .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;
        }

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

       .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%;
}
    h1 {
    font-size: 1.5rem;
}
.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 {
    padding: 15px;
}
    .about-page .about-history ul {
        position: relative;
     left: inherit;
    top: inherit;
    margin-bottom: 7px;
            margin-top: 15px;
}
    .about-page .about-history .about-tab li{
        display: inline-block;
    }
    .about-page .about-tab li::before {
        display: none;
    }
    .about-page .about-tab li.active .butn {
    color: #ffffff;
    margin-left: 0;
    box-shadow: 8px 7px 10px #ddd;
    border-radius: 25px;
}
    .about-page .about-tab li .butn {
    background-color: #ffffff;
    color: #333;
    /* font-family: 'Barlow', sans-serif; */
    font-size: 13px;
    width: 160px;
    padding: 13px 0px;
    text-align: center;
    text-transform: uppercase;
}
    .recent-news-item .recent-news-content {
    width: 100%;
    }
    .recent-news-item .recent-news-image {
    float: left;
    width: 35%;
    display: none;
}
    .recent-news-item {
    margin: 30px 0;
    }
}


/*kkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk*/
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
/*    background-image: linear-gradient(to top, #86377b 20%, #27273c 80%);*/
}
.bgTop {
    z-index: 3;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}
.feature-item {
    border-bottom: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
}   