/*
@font-face {font-family: "Serendipity One Regular";
  src: url("../fonts/646b67569c4a0b5cae7666a5521e9686.eot"); /* IE9*****
  src: url("../fonts/646b67569c4a0b5cae7666a5521e9686.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 ****
  url("../fonts/646b67569c4a0b5cae7666a5521e9686.woff2") format("woff2"), /* chrome、firefox ****
  url("../fonts/646b67569c4a0b5cae7666a5521e9686.woff") format("woff"), /* chrome、firefox ****
  url("../fonts/646b67569c4a0b5cae7666a5521e9686.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+****
  url("../fonts/646b67569c4a0b5cae7666a5521e9686.svg#Serendipity One Regular") format("svg"); /* iOS 4.1- ****
}

@font-face {
    font-family: 'Sweet Sans Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Sweet Sans Pro Regular'),  url('../fonts/SweetSansProRegular.woff') format('woff');
    }
    
    @font-face {
    font-family: 'Sweet Sans Pro Thin';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SweetSansProThin.woff') format('woff');
    }

    @font-face {
    font-family: 'Sweet Sans Pro Extra Light';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SweetSansProExLight.woff') format('woff');
    }
    
    @font-face {
    font-family: 'Sweet Sans Pro Light';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SweetSansProLight.woff') format('woff');
    }
    
    @font-face {
    font-family: 'Sweet Sans Pro Medium';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SweetSansProMedium.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sweet Sans Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SweetSansProBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Sweet Sans Pro Heavy';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/SweetSansProHeavy.woff') format('woff');
    }
    */


html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	/*font-family: 'Vesper Libre', serif;
	font-family:'Sweet Sans Pro Medium';
	*/
	font-family: 'Montserrat', sans-serif;
	line-height:1.5;
	font-size:17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight:bold !important;
    /*font-family: 'Vesper Libre', serif;
    font-style: italic;*/
}

h1 {
	font-size: 50px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 17px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 13px;
}

p {
	font-size: 17px;
	color: #051912;
	line-height: 1.5;
	margin: 0 0 15px 0;
	text-align:justify;
	/* font-family: 'Josefin Sans', sans-serif;
	font-family:'Sweet Sans Pro Medium'; */
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #ffffff;
}

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


.mkellp, .mkells {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mkells{
	-webkit-line-clamp: 2;
}


/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 45px;
}

.section-title.center-title {
	text-align: center;
}

.section-title span {
	color: #f3bd00;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	margin-bottom: 6px;
}

.section-title h2 {
	color: #111111;
	font-style: normal;
	text-transform: uppercase;
	font-size:50px;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.hero.set-bg::after {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.4;
	z-index:-1;
    background-color: #0000007a !important;
}

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

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 14px 15px;
	color: #ffffff;
	background: #f3bd00;
	letter-spacing: 1px;
}

.primary-btn.second-bg {
	background: #0c2b4b;
}

.site-btn {
	font-size: 14px;
	color: #ffffff;
	background: #0c2b4b;
	font-weight: 700;
	letter-spacing: 1px;
	border: none;
	text-transform: uppercase;
	display: inline-block;
	padding: 14px 30px;
}

.site-btn.second-bg {
	background: #f3bd00;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}

.spacial-controls .search-switch {
	display: block;
	height: 100%;
	padding-top: 30px;
	background: #323232;
	text-align: center;
	cursor: pointer;
}



/*---------------------
  Header
-----------------------*/

.header {
	background: #00000040; /*#051912;*/
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index:9999;
	overflow-x:clip;
	overflow-y:unset;
}

.header.header--normal {
	
}

.header__logo {
	padding: 13px 0 13px;
	position: relative;
	z-index: 1;
}

/*.header__logo::before {
	position: absolute;
	left: -400px;
	top: 0;
	width: 590px;
	height: 100%;
	background: #FF91A4;
	content: "";
	z-index: -1;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 0% 100%);
}*/

.header__logo a {
	display: inline-block;
}
.header__logo a img{
		width:50%; /*75%;*/
	}

.header__menu {
	padding: 36px 0px;
}

.header__menu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 25px;
	position: relative;
}

.header__menu ul li.active a:after {
	opacity: 1;
}

.header__menu ul li:hover a:after {
	opacity: 1;
}

.header__menu ul li:hover .dropdown {
	top: 33px;
	opacity: 1;
	visibility: visible;
}

.header__menu ul li:last-child {
	margin-right: 0;
}

.header__menu ul li .dropdown {
	position: absolute;
	left: 0;
	top: 56px;
	min-width: 300px;
	background: #051912;
	text-align: left;
	padding: 2px 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.header__menu ul li .dropdown li {
	display: block;
	margin-right: 0;
}

.header__menu ul li .dropdown li a {
	font-size: 15px;
	color: #ffffff;
	padding: 8px 20px;
	text-transform: capitalize;
}

.header__menu ul li .dropdown li a:after {
	display: none;
}

.header__menu ul li a {
	font-size: 14.5px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 6px 0;
    position: relative;
    letter-spacing: 1px;
	/*font-family: 'Josefin Sans', sans-serif;
	font-family:'Sweet Sans Pro Medium';*/
}

.header__menu ul li .dropdown a:hover{
	background:#fff;
	color:#FF91A4;
}
.header__menu ul li a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #FF91A4;
	content: "";
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
	opacity: 0;
}

.header__right {
	text-align: right;
    position: absolute;
    left: auto;
    width: auto;
    right: 5%;
    top: 5%;
}

.header__right__search {
	display: inline-block;
	padding-right: 15px;
	position: relative;
	margin-right: 15px;
}

.header__right__search:after {
	position: absolute;
	right: 0;
	top: 5px;
	width: 1px;
	height: 15px;
	background: rgba(255, 255, 255, 0.3);
	content: "";
}

.header__right__search i {
	font-size: 15px;
	color: #ffffff;
	cursor: pointer;
}

.header__right__social {
	display: inline-block;
}

.header__right__social a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	margin-right: 20px;
}

.header__right__social a:last-child {
	margin-right: 0;
}

.header__right__btn {
	display: inline-block;
}

.offcanvas-menu-wrapper {
	display: none;
}

.canvas__open {
	display: none;
}


/*---------------------
  Hero
-----------------------*/

.hero {
	position:relative;
	top:15.3%;
	height: 85vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index:999;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slide .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  background-image: linear-gradient(to top, #fff 0%, #fff 10%, transparent 50%, transparent);
  z-index: -1;
}

.hero__text h5 {
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.hero__text h2 {
	font-size: 42px;
	text-transform: uppercase;
	font-style: italic;
	color: #ffffff;
	margin-bottom: 30px;
}

.hero__text .second-bg {
	margin-left: 15px;
}

.bg-slider{
    height:90vh;
    position:relative;
}

.bg-slider.bgwht::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    opacity: 0.7;
    background-color: #00000052 !important;
}

.bn-slider-in{
    height:100%;
}

.sng-slider{
    opacity: 1; 
    width: 100%;
    height:100%;
    transform: translate3d(0, 0, 0);
}

.pginf{
    position: absolute;
    z-index: 999;
    height: 100%;
    width: 90%;
    margin:0 auto;
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 5rem;
    align-items: center;
    text-shadow: 5px 2px 3px #f8c4d4;
    color: #051912;
}

.slider-bg{
    width: 100%; 
    position: relative; 
    left: 0px; 
    top: 0px; 
    z-index: 998; 
    opacity: 1; 
    transition: opacity 1500ms ease 0s;
    height:100%;
    background-position: top center;
    background-size: cover;
}

.slider-bg .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to top, #fff 0%, #fff 10%, transparent 50%, transparent);
    z-index: -1;
    opacity: 0.7;
}

.slider-cut{
    z-index: 999;
    position: relative;
}

.slider-cut .cut-shape{
    color: #ffffff;
    left: 0px; 
    bottom: -1px; 
    right: 0;
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    line-height: 0;
}

.slider-cut .cut-shape svg{
    height: 100px;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
}

/*******/
.mainslider{
	position:relative;
	height: 60vh;
	width:100%;
	overflow:hidden;
}

.mainslider .slideshow {
	position: relative;
	overflow: hidden;
	width: 100vw;
	height:100%;
}

.mainslider .slideshow .overlay{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to top, #fff 0%, #fff 10%, transparent 50%, transparent);
    opacity: 0.7;
}

.mainslider .holder {
	position: relative;
	top: 0;
	left: 0;
	width: 10000vw;
	height: 100vh;
	transition: left 1s;
}

.mainslider .holder div.slidbg {
	float: left;
	width: 100vw;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 30px;
}

.mainslider .steps {
	display:none;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.mainslider a.slidebtn {
	color: white;
    position: absolute;
    bottom: 0;
    text-decoration: none;
    z-index: 1;
    top: 50%;
    background: #000000;
    height: 55px;
    line-height: 45px;
    font-size: 40px;
   
}

.mainslider .prev {
   left: 0;
   padding: 5px 10px 5px 0px;
    border-radius: 0 25px 25px 0;
}

.mainslider .next {
   right: 0;
   padding: 5px 0 5px 10px;
    border-radius: 25px 0 0 25px;
}


.mainslider .slider-shape .cut-shape{
    color: #ffffff;
    left: 0px; 
    bottom: -1px; 
    right: 0;
    position: absolute;
    overflow: hidden;
    pointer-events: none;
    line-height: 0;
}


.mainslider .slider-shape .cut-shape svg{
    height: 70px; /*100px*/
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
}
/********/


.breadcrumb-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 350px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: 44%;
}

.breadcrumb-area::after {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.7;
    z-index: -1;
    background-color: #00000052 !important;
}

.breadcrumb-area .breadcrumb-content h2 {
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    display: block;
	/*font-family: 'Josefin Sans', sans-serif;*/
}

.breadcrumb-area .breadcrumb-content .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}
.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item.active {
    font-size: 16px;
    font-weight: 400;
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item::before {
    color: #ffffff;
}

.menu_social_item
{
	display: inline-block;
	margin-right: 10px;
}
.menu_social_item a{
	padding: 14px 16px;
	display:block;
	font-size: 17px;
}

.menu_social_item a i
{
	color: #fff;
}
.menu_social_item a i:hover
{
	color: #ffb606;
}


.about-video {
	position: relative;
	z-index: 1;
}

.about__video__bg {
	height: 390px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-position-y: 20%;
}

.about__video__bg .play-btn {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	height: 50px;
	width: 50px;
	background: #f3bd00;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
}

.about__video__text {
	border: 1px solid #e1e1e1;
	padding: 30px 50px 30px 65px;
	height: auto; /*390px;*/
	background: #ffffff;
}

.about__video__text .section-title {
	margin-bottom: 20px;
}

.about__video__text p {
	margin-bottom: 26px;
}

.mk-pol {
    background: #ff91a48c;
    -webkit-clip-path: polygon(50% 0, 100% 21%, 100% 100%, 50% 100%, 0 100%, 0% 21%);
    clip-path: polygon(50% 0, 100% 21%, 100% 100%, 50% 100%, 0 100%, 0% 21%);
    padding-top: 290px;
    margin-top: -190px;
    padding-bottom: 70px;
}

.bgh_me{
	flex-direction: column;
	min-height: 100%;
	display: flex;
}

.nwbg-xt h2{
    font-size: 3rem;
    letter-spacing: 3px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
    padding:0;
    color: #ff9d00;
    word-wrap: break-word;
    position: relative;
}


.bgh_me .insbg{
	border: 0px solid transparent;
	min-height: 610px;
	flex: 60 0 100%;
	background-color: transparent !important;
	opacity: 1;
	position: relative;
	display: flex;
	background-clip: padding-box;
	background-origin: padding-box;
	max-width: 100%;
}


.bgh_me .insbg .nw-inbg {
    padding: 20px 0;
    position: relative;
    flex: 1;
    max-width: 100%;
}

.nw-inbg .nwinbg{
    width: 454px;
    height: 514px;
    background-image: none;
    margin: 56px 0 0 auto;
	border:16px solid #ff91a4;
	position: relative;
}

.bgh_me .insbg::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.nw-inbg img {
	position:relative;
    width: 495px;
    height: 503px;
    margin: -570px auto 0 0;
	overflow: hidden;
	object-fit: cover;
	display: block;
	vertical-align: middle;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	object-position: top right;
}

.service_center {
    overflow: hidden;
    display: block;
    position: relative;
    clear: both;
    color: #999;
}

.serve_image {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
	overflow:hidden;
}

.service_main_cont{
    max-width: 100%;
    margin: 0 auto;
    text-align:justify;
}
.service_center .container-fluid {
    padding-top: 20px;
    padding-bottom: 20px;
}

.single-service-area {
    position: relative;
    z-index: 1;
}

.single-service-area .serv-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
    line-height: 60px;
    color: #ffffff;
    font-size: 30px;
}

.single-service-area .serv-icon i{
	line-height:60px;
}


.single-service-area .serv-icon img{
	
}

.single-service-area .serv-text h5 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 18px;
}


.course__details__feature ul li{
	line-height:1.7;
	margin-bottom:7px;
}

.brnset {
	position:relative;
	background-image: url(img/Picture1.png);
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
	width: 100%;
    height: 100%;
}

.brnset::before {
    background: #f3bd0078 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.brnset .brnset__item {
	z-index:9;
}

.brnset .brnset__item ul li {
	color: #fff;
}

.brnset .brnset__item__title span {
	color: #444444;
}

.brnset .brnset__item__title h5 {
	color: #111111;
}

.brnset .section-title h2 {
	color: #ffffff;
}

.brnset__item {
	background: rgba(12, 43, 75, 0.3);
	text-align: center;
	padding: 40px 15px 15px;
	margin-bottom: 40px;
	-webkit-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
	background: #0c2b4b;
}

.brnset__item__title {
	border-bottom: 1px solid rgba(225, 225, 225, 0.1);
}


.brnset__item .brnset__item__title {
	border-bottom: 1px solid rgb(225 225 225 / 60%);
	padding-bottom: 0;
	margin-bottom: 25px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.brnset__item .brnset__item__title span {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.brnset__item .brnset__item__title h2 {
	font-size: 30px;
	color: #f3bd00;
	margin-top: 4px;
	margin-bottom: 7px;
}

.brnset__item .brnset__item__title h5 {
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.brnset__item ul {
	margin-bottom: 35px;
}

.brnset__item ul li {
	list-style: none;
	font-size: 14px;
	color: #ffffff;
	line-height: 36px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
    letter-spacing: 12px;
}


.serviceWrap{
	position:relative; 
	overflow:hidden; 
	background:#000; 
	margin:0 auto; 
	width:100%; 
}
.serviceWrap img{
	-webkit-transition:all .4s ease-in-out; 
	transition:all .4s ease-in-out; 
	opacity:1;
	margin:0 auto; 
	width:100%;
} 
.serviceWrap:before, .serviceWrap:after{
	position:absolute; 
	content:''; 
	height:0px; 
	width:0px; 
	background-color:transparent; 
	-webkit-transition:all .25s ease-in-out; 
	transition:all .3s ease-in-out; 
	opacity:0;
}
.serviceWrap:before{
	border-left:1px solid #fff; 
	border-top:1px solid #fff; 
	top:20px; 
	left:20px; 
	z-index:1;
}

.serviceWrap:after{
	border-right:1px solid #fff; 
	border-bottom:1px solid #fff; 
	bottom:20px;
	right:20px;
}
.serviceWrap:hover:before, .serviceWrap:hover:after{
	height:40px; 
	width:40px; 
	opacity:1;
}

.serviceWrap .link-wrap a{
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	background-color: rgba(0, 0, 0, 0.56);
	text-align: center;
	color: #fff;
	font-size: 14px;
	opacity: 0;
	border-radius: 50%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.serviceWrap .link-wrap a:first-child {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	margin-right: 5px;
}
.serviceWrap .link-wrap a:last-child {
	-webkit-transform: translateY(-60px);
	transform: translateY(-60px);
}
.serviceWrap:hover .link-wrap a {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
.serviceWrap .link-wrap a:hover {
	background-color: rgba(0, 0, 0, 0.76);
}

.single-product-item{
	background:#fbfbfb; 
	margin-bottom:30px; 
	transition:all 0.7s ease;
}
.single-product-item .serviceWrap{
	background:#fff;
	height: 250px;
    overflow: hidden;
    position: relative;
	}
.single-product-item .serviceWrap .link-wrap{
	position:absolute; 
	top:calc(65% - 25px); 
	right:50%; 
	transform:translateX(50%) translateY(-50%); 
	z-index:10;
}
.single-product-item .serviceWrap .overlay-shop{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    align-items: center;
}
.single-product-item  .serviceWrap:hover img{
	-webkit-transform:scale(1.2); 
	transform:scale(1.2); 
	filter:blur(2px);
	max-width:100%;
}
.single-product-item .serviceWrap:hover .overlay-shop{
	background:#000;
}
.single-product-item .title-holder{
	padding:13px 15px 15px; 
	background:#fafafa; 
	text-align:center; 
	border-top:1px solid #ccc;
}
.single-product-item .title-holder .product-title a h5{
	color:#F3DCD4; 
	font-size:16px; 
	font-weight:700; 
	margin:4px 0 5px 0; 
	text-transform:capitalize; 
	transition:all 500ms ease;
}

.prd_rate{
	color:#cbab29; 
	font-size:16px; 
	font-weight:700;
	display:inline-block;
}

h3.prd_rate{
	font-size:18px;
}

.prd_rate.discount{
	margin-left:10px;
	text-decoration:line-through;
	color:#222222;
	font-weight:400;
}

.menuFloat {
	width: 40px;
	height: 40px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 996;
	transition: all 0.4s;
}

.menuFloat .cezz {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  background-color: #cbab29;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  line-height: 45px;
}

.cezz i {
  font-size: 22px;
  color: #fff;
      line-height: 40px;
}



.btnpds {
    outline: none;
    border: none;
    background: transparent;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
    color: #051912;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin: 5px 15px 5px 0;
    padding: 5px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    border-radius: 5px 5px 0 0;
}

.btnpds.how-active1 {
    border-color: #051912;
    background: #f8c4d4;
}



.blog-item{
	background:#EEF9FF;
	overflow:hidden;
	border-radius:5px;
}

.blog-img{
	position:relative;
	overflow:hidden;
	height:225px;
}

.blog-img img{
	transition: .5s;
	width:100%;
	height:100%;
	object-fit:cover;
}

.blog-item:hover .blog-img img {
    transform: scale(1.15);
}

.blog-item h4{
	font-weight:bold;
	margin-bottom:6px;
}

.blog-item a{
	text-transform:uppercase;
	font-weight:bold;
	font-size: .9rem;
}




.footer {
	padding-top: 70px;
	background: #0c2b4b;
}

.footer__widget {
	margin-bottom: 30px;
}

.footer__widget h5 {
	color: #fff;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.footer__widget ul li {
	list-style: none;
}

.footer__widget ul li i {
	color:#cbab29;
}

.footer__widget ul li a {
	color: #fff;
    line-height: 30px;
}

.footer__about {
	margin-bottom: 30px;
}

.footer__about p {
	color: #fff;
	margin-bottom: 10px;
}

.footer__about ul li {
	list-style: none;
	color: #fff;
	line-height: 30px;
}

.footer__logo {
	margin-bottom: 30px;
}

.footer__logo a {
	display: inline-block;
}

.footer__copyright__text {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0;
	margin-top: 20px;
}

.footer__copyright__text p {
	color: #c4c4c4;
	margin-bottom: 0;
}

.footer__copyright__text a {
	color: #c4c4c4;
	text-decoration: underline;
}

.footer__copyright__text a:hover {
	color: #f3bd00;
}

.footer__copyright__text i {
	color: #c11;
}


.about-hero {
	padding-top: 170px;
	padding-bottom: 130px;
	margin-top: -48px;
	height: 560px;
}

.about__hero__text .section-title {
	margin-bottom: 24px;
}

.about__hero__text .section-title h2 {
	color: #ffffff;
}

.about__hero__text p {
	color: #ffffff;
	margin-bottom: 30px;
}

.about__hero__text .play-btn {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	height: 50px;
	width: 50px;
	background: #f3bd00;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
}


.testimonial__content {
	padding: 90px 70px 90px;
	background-position: center;
    background-position-y: 30%;
	position: relative;
}

.testimonial__content::before {
    background: #0c2b4b3d  none repeat scroll 0 0;/*f3bd0073*/
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.testimonial__content .section-title {
	margin-bottom: 36px;
}

.testimonial__content .section-title h2 {
	color: #ffffff;
}

.testimonial__slider {
	max-width: 585px;
}

.testimonial__slider.owl-carousel .owl-dots {
	margin-top: 12px;
	text-align:center;
}

.testimonial__slider.owl-carousel .owl-dots button {
	padding: 3px !important;
    height: 8px;
    border: 6px double #051912;
    width: 10px;
    display: inline-block;
    border-radius: 50%;
    background: rgb(5 25 18);
    margin-right: 10px;
}

.testimonial__slider.owl-carousel .owl-dots button.active {
	background: white;
}

.testimonial__slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}

.testimonial__item .quote-icon i {
	font-size: 24px;
	color: #0c2b4b;
}

.testimonial__item p {
	font-size: 16px;
	color: #ffffff;
	line-height: 27px;
	font-style: italic;
	margin-bottom: 20px;
	margin-top: 6px;
}

.testimonial__item h6 {
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.testimonial__item .rating i {
	font-size: 12px;
	color: #f3bd00;
	margin-right: -4px;
}


.services .icon-box {
    text-align: center;
    padding: 13px 20px;
    transition: all ease-in-out 0.3s;
    width: 100%;
    border: 2px solid #fff;
    margin: 17px auto;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  border: 3px solid #fff ;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.services .icon-box .icon i {
  font-size: 33px;
  color:#fff;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #051912;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: #051912;
}

/*
.services .icon-box:hover {
  border-color: #051912;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.services .icon-box:hover h4 a {
  color: #FF91A4;
}

.services .icon-box:hover .icon {
  color: #051912;
  background: #FF91A4;
}
*/


/*---------------------
  Feature
-----------------------*/

.feature {
	padding-bottom: 70px;
}

.feature.feature--about .section-title span {
	color: #0071e4;
}

.feature.feature--about .feature__item {
	background: #f5f5f5;
}

.feature.feature--about .feature__item h5 {
	color: #111111;
}

.feature__text {
	padding-top: 80px;
}

.feature__text .section-title {
	margin-bottom: 20px;
}

.feature__text p {
	margin-bottom: 26px;
}

.feature__item {
	background: #0c2b4b;
	text-align: center;
	padding: 40px 10px 35px;
	margin-bottom: 30px;
}

.feature__item.right-column {
	margin-top: 120px;
}

.feature__item h3 {
	text-transform: uppercase;
	color: #ffffff;
}



.faq {
	padding-top: 70px;
}

.faq__accordion .section-title {
	margin-bottom: 34px;
}

.faq__accordion .section-title h2 {
	font-size: 32px;
}

.faq__accordion .card {
	border: none;
	border-radius: 0;
	margin-bottom: 36px;
}

.faq__accordion .card:last-child {
	margin-bottom: 0;
}

.faq__accordion .card-heading {
	cursor: pointer;
}

.faq__accordion .card-heading a {
	font-size: 18px;
	color: #111111;
	font-weight: 700;
	line-height: 24px;
	display: block;
	padding-left: 30px;
}

.faq__accordion .card:last-child .card-heading {
	border-bottom: none;
}

.faq__accordion .card .card-body {
	padding: 0;
	padding-left: 30px;
	padding-top: 14px;
}

.faq__accordion .card .card-body p {
	font-size: 14px;
	color: #444444;
	line-height: 24px;
	margin-bottom: 0;
}

.faq__accordion .card-heading a:after,
.faq__accordion .card-heading>a.active[aria-expanded=false]:after {
	content: "+";
	font-size: 24px;
	color: #f3bd00;
	position: absolute;
	left: 0;
	top: -1px;
}

.faq__accordion .card-heading.active a:after {
	content: "-";
	font-size: 24px;
	color: #f3bd00;
	position: absolute;
	left: 0;
	top: -3px;
}

.faq__accordion .card-heading a[aria-expanded=true]:after,
.faq__accordion .card-heading>a.active:after {
	content: "-";
	font-size: 32px;
	font-weight: 400;
	color: #f3bd00;
	position: absolute;
	right: 0;
	top: -3px;
}

.faq__form .section-title {
	margin-bottom: 34px;
}

.faq__form .section-title h2 {
	font-size: 32px;
}

.faq__form form input {
	width: 100%;
	height: 50px;
	border: 1px solid #e1e1e1;
	background: #ffffff;
	font-size: 14px;
	color: #444444;
	padding-left: 20px;
	margin-bottom: 20px;
}

.faq__form form input::-webkit-input-placeholder {
	color: #444444;
}

.faq__form form input::-moz-placeholder {
	color: #444444;
}

.faq__form form input:-ms-input-placeholder {
	color: #444444;
}

.faq__form form input::-ms-input-placeholder {
	color: #444444;
}

.faq__form form input::placeholder {
	color: #444444;
}

.faq__form form textarea {
	width: 100%;
	height: 110px;
	border: 1px solid #e1e1e1;
	background: #ffffff;
	font-size: 14px;
	color: #444444;
	padding-top: 12px;
	padding-left: 20px;
	margin-bottom: 14px;
	resize: none;
}

.faq__form form textarea::-webkit-input-placeholder {
	color: #444444;
}

.faq__form form textarea::-moz-placeholder {
	color: #444444;
}

.faq__form form textarea:-ms-input-placeholder {
	color: #444444;
}

.faq__form form textarea::-ms-input-placeholder {
	color: #444444;
}

.faq__form form textarea::placeholder {
	color: #444444;
}

.faq__form form button {
	width: 100%;
}



.posts-con article {
	border-bottom: 1px solid #d8dbe1;
	padding-bottom: 20px;
	margin-bottom: 31px;
}


.posts-con article.last {
	border-bottom: none;
}


.posts-con .current-date p{
	line-height:1.3;
	margin:0 !important;
}

.posts-con h3 {
	font-weight: bold;
	font-size: 16px;
	padding-top: 4px;
	margin-bottom: 6px;
}

.posts-con .info {
	overflow: hidden;
}

.posts-con .info-line {
	font-size: 16px;
	line-height: 20px;
	padding-bottom: 20px;
}

.posts-con .info-line span i{
	margin-right:5px;
}

.current-date {
    width:110px;
	float: left;
	border-radius: 4px;
	background-color: #ff91a4;
	margin-right: 15px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 3px;
	line-height: 20px;
}

.current-date p{
    line-height:17px;
}

.current-date .date {
	background:#fff;
	color: #051912 !important;
	font-size: 40px;
	border-radius: 4px;
	line-height: 1;
	margin-top: 3px;
	padding: 0px 5px 7px;
	margin-bottom: 0px;
	font-weight: bold;
}


.clndd{
	border: 3px solid #051912;
	text-align: center;
	font-size: 25px;
	color: #fff;
	border-radius: 15px 0 0 15px;
	font-weight: bold;
	overflow: hidden;
	line-height: 1.2;
	background:#051912;
}



.clndhd{
	background: #FF91A4;
	border-bottom: 2px solid #051912;
}
.clndct{
	font-size: 20px;
	font-weight: normal;
}
.clndct strong{
	display:block;
	font-size:40px;
}
.clndbt{
	color: #FF91A4;
	border-top: 2px solid #051912;
}
.clndbtn{
	border: 1px solid #FF91A4;
	padding: 5px 20px;
	margin-top: 12px;
	display: inline-block;
	border-radius: 10px;
	background: #051912;
	color: #FF91A4;
	font-size: 15px;
}
	
.blog {
	padding-top: 70px;
}

.blog__large {
	margin-bottom: 45px;
	overflow: hidden;
	background: #f5f5f5; 
}

.blog__large__pic {
	float: left;
	margin-right: 50px;
}

.blog__large__text {
	overflow: hidden;
	padding-top: 60px;
	padding-right: 50px;
}

.blog__large__text span {
	font-size: 13px;
	font-style: italic;
	color: #f3bd00;
	text-transform: uppercase;
}

.blog__large__text h4 {
	color: #111111;
	font-weight: 700;
	line-height: 31px;
	margin-top: 5px;
	margin-bottom: 6px;
}

.blog__large__text ul {
	margin-bottom: 12px;
}

.blog__large__text ul li {
	list-style: none;
	font-size: 13px;
	color: #888888;
	font-style: italic;
	margin-right: 20px;
	position: relative;
	display: inline-block;
}

.blog__large__text ul li:after {
	position: absolute;
	right: -15px;
	top: 0;
	content: "/";
}

.blog__large__text ul li:last-child {
	margin-right: 0;
}

.blog__large__text ul li:last-child:after {
	display: none;
}

.blog__large__text p {
	font-size: 14px;
	color: #111111;
	margin-bottom: 10px;
}

.blog__large__text a {
	display: inline-block;
	font-size: 14px;
	color: #111111;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	padding: 0 0 6px;
	letter-spacing: 1px;
	border-bottom: 2px solid #f3bd00;
}

.blog__item {
	margin-bottom: 35px;
}

.blog__item__pic{
	height:280px;
	overflow:hidden;
	position:relative;
}

.blog__item__pic .blog__item_in{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
    align-items: center;
}

.blog__item_in img {
	max-width: 100%;
}

.blog__item__text {
	background:#f5f5f5;
	padding: 25px 15px 0 15px;
}

.blog__item__text span {
	font-size: 13px;
	font-style: italic;
	color: #f3bd00;
	text-transform: uppercase;
}

.blog__item__text h5 {
	margin-bottom: 4px;
	margin-top: 6px;
}

.blog__item__text h5 a {
	font-size: 20px;
	color: #F3DCD4;
	font-weight: 700;
	line-height: 27px;
}

.blog__item__text h5 a:hover {
	//text-decoration: underline;
}

.blog__item__text ul {
	margin-bottom: 10px;
}

.blog__item__text ul li {
	list-style: none;
	font-size: 13px;
	color: #888888;
	font-style: italic;
	margin-right: 20px;
	position: relative;
	display: inline-block;
}

.blog__item__text ul li:after {
	position: absolute;
	right: -15px;
	top: 0;
	content: "/";
}

.blog__item__text ul li:last-child {
	margin-right: 0;
}

.blog__item__text ul li:last-child:after {
	display: none;
}

.blog__item__text p {
	font-size: 14px;
	color: #444444;
	margin-bottom: 0;
	text-align:justify;
}

.pagination__option {
	text-align: center;
}

.pagination__option a,.pagination__option span {
	display: inline-block;
	font-size: 14px;
	color: #111111;
	font-weight: 600;
	background: #f2f2f2;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 14px 22px;
	-webkit-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	margin-right: 10px;
}

.pagination__option a:last-child {
	margin-right: 0;
}

.pagination__option a i{
	font-size: 20px;
    font-weight: bold;
    position: relative;
    top: 1.5px;
}

.pagination__option a:hover {
	background: #F3DCD4;
	color: #ffffff;
}

.details__title h3 {
    color: #111111;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.blog-details {
	padding-top: 60px;
}

.blog__details__text {
	margin-bottom: 20px;
}

.blog__details__text p {
	color: #444444;
	margin-bottom: 20px;
}

.blog__details__text p:last-child {
	margin-bottom: 0;
}

.blog__details__quote {
	padding-left: 55px;
	position: relative;
	margin-bottom: 25px;
}

.blog__details__quote i {
	font-size: 30px;
	color: #f3bd00;
	position: absolute;
	left: 0;
	top: 5px;
}

.blog__details__quote p {
	font-size: 17px;
	color: #111111;
	line-height: 30px;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 10px;
}

.blog__details__quote span {
	display: block;
	font-size: 15px;
	color: #f3bd00;
}

.blog__details__desc {
	margin-bottom: 35px;
}

.blog__details__desc p {
	color: #444444;
	margin-bottom: 20px;
}

.blog__details__desc p:last-child {
	margin-bottom: 0;
}

.blog__details__widget {
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 24px;
}

.blog__details__widget p {
	font-size: 15px;
	color: #111111;
	margin-bottom: 0;
	line-height: 40px;
}

.blog__details__widget__social {
	text-align: right;
}

.blog__details__widget__social span {
	font-size: 15px;
	color: #111111;
	display: inline-block;
	margin-right: 15px;
}

.blog__details__widget__social a {
	display: inline-block;
	font-size: 16px;
	color: #111111;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid #e1e1e1;
	line-height: 40px;
	text-align: center;
	margin-right: 10px;
}

.blog__details__widget__social a:last-child {
	margin-right: 0;
}

.blog__option__btn__item {
	overflow: hidden;
	margin-bottom: 30px;
}

.blog__option__btn__prev {
	display: block;
}

.blog__option__btn__prev .option__btn__name {
	font-size: 15px;
	color: #111111;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.blog__option__btn__prev .option__btn__name i {
	font-size: 15px;
	font-weight: 700;
	position: relative;
	top: -1px;
	margin-right: 6px;
}

.blog__option__btn__prev .blog__option__btn__pic {
	float: left;
	margin-right: 25px;
	width:105px;
}

.blog__option__btn__prev .blog__option__btn__text {
	overflow: hidden;
}

.blog__option__btn__prev .blog__option__btn__text h6 {
	color: #111111;
	font-weight: 700;
	line-height: 22px;
}

.blog__option__btn__prev .blog__option__btn__text ul li {
	list-style: none;
	font-size: 13px;
	color: #888888;
	font-style: italic;
	margin-right: 20px;
	position: relative;
	display: inline-block;
}

.blog__option__btn__prev .blog__option__btn__text ul li:after {
	position: absolute;
	right: -15px;
	top: 0;
	content: "/";
}

.blog__option__btn__prev .blog__option__btn__text ul li:last-child {
	margin-right: 0;
}

.blog__option__btn__prev .blog__option__btn__text ul li:last-child:after {
	display: none;
}

.blog__option__btn__next {
	display: block;
	overflow: hidden;
	text-align: right;
}

.blog__option__btn__next .option__btn__name {
	font-size: 15px;
	color: #111111;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.blog__option__btn__next .option__btn__name i {
	font-size: 15px;
	font-weight: 700;
	position: relative;
	top: -1px;
	margin-left: 6px;
}

.blog__option__btn__next .blog__option__btn__pic {
	float: right;
	margin-left: 25px;
	width:105px;
}

.blog__option__btn__next .blog__option__btn__text {
	overflow: hidden;
}

.blog__option__btn__next .blog__option__btn__text h6 {
	color: #111111;
	font-weight: 700;
	line-height: 22px;
	/*
	line-height: 1.3 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	*/
}

.blog__option__btn__next .blog__option__btn__text ul li {
	list-style: none;
	font-size: 13px;
	color: #888888;
	font-style: italic;
	margin-right: 20px;
	position: relative;
	display: inline-block;
}

.blog__option__btn__next .blog__option__btn__text ul li:after {
	position: absolute;
	right: -15px;
	top: 0;
	content: "/";
}

.blog__option__btn__next .blog__option__btn__text ul li:last-child {
	margin-right: 0;
}

.blog__option__btn__next .blog__option__btn__text ul li:last-child:after {
	display: none;
}

/*---------------------
  Recent Blog
-----------------------*/

.recent-blog {
	padding-top: 30px;
	padding-bottom: 55px;
}

.recent-blog .section-title h2 {
	font-size: 24px;
}

.recent-blog .blog__item .blog__item__text ul {
	margin-bottom: 0;
}

/*---------------------
  Map
-----------------------*/

.map {
	height: 400px;
	margin-top: 60px;
}

.map iframe {
	width: 100%;
}

/*---------------------
  Contact
-----------------------*/

.contact__address h4 {
	color: #111111;
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.contact__address ul li {
	overflow: hidden;
	list-style: none;
	margin-bottom: 40px;
}

.contact__address ul li:last-child {
	margin-bottom: 0;
}

.contact__address ul li .icon {
	font-size: 30px;
	color: #fff;
	height: 50px;
	width: 50px;
	background: #051912 ;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	float: left;
	margin-right: 20px;
}

.contact__address ul li .icon i{
	line-height:50px;
}

.contact__address ul li p {
	overflow: hidden;
	margin-bottom: 0;
	color: #111111;
}

.contact__address ul li p span {
	display: block;
}

.contact__form h4 {
	color: #111111;
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.contact__form form input {
	width: 100%;
	height: 50px;
	border: 1px solid #e1e1e1;
	background: #ffffff;
	font-size: 14px;
	color: #444444;
	padding-left: 20px;
	margin-bottom: 30px;
}

.contact__form form input::-webkit-input-placeholder {
	color: #444444;
}

.contact__form form input::-moz-placeholder {
	color: #444444;
}

.contact__form form input:-ms-input-placeholder {
	color: #444444;
}

.contact__form form input::-ms-input-placeholder {
	color: #444444;
}

.contact__form form input::placeholder {
	color: #444444;
}

.contact__form form textarea {
	width: 100%;
	height: 110px;
	border: 1px solid #e1e1e1;
	background: #ffffff;
	font-size: 14px;
	color: #444444;
	padding-top: 12px;
	padding-left: 20px;
	margin-bottom: 24px;
	resize: none;
}

.contact__form form textarea::-webkit-input-placeholder {
	color: #444444;
}

.contact__form form textarea::-moz-placeholder {
	color: #444444;
}

.contact__form form textarea:-ms-input-placeholder {
	color: #444444;
}

.contact__form form textarea::-ms-input-placeholder {
	color: #444444;
}

.contact__form form textarea::placeholder {
	color: #444444;
}

.contact__form form button {
	width: 100%;
}




.mainrev span{
    font-size: 12px;
    display: block;
    line-height: 15px;
}

.rimga{
    width: 74px;
    height: 75px;
    overflow: hidden;
    position: absolute;
    top: -30px;
    border-radius: 100%;
    left: 50%;
    transform: translate(-50%, -5%);
    box-shadow: 0 0.5rem 1rem 3px rgba(0,0,0,0.15);
}


.comment_area {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 50px; }
  .comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51px;
    flex: 0 0 51px;
    min-width: 51px;
    margin-right: 30px;
    height: 51px;
    border-radius: 50%; }
    @media only screen and (max-width: 767px) {
      .comment_area .comment-content .comment-author {
        margin-right: 15px; } }
    .comment_area .comment-content .comment-author img {
      border-radius: 50%; }
  .comment_area .comment-content .comment-meta {
    margin-bottom: 30px; }
    .comment_area .comment-content .comment-meta .post-author,
    .comment_area .comment-content .comment-meta .post-date,
    .comment_area .comment-content .comment-meta .reply {
      position: relative;
      z-index: 1;
      margin-bottom: 5px;
      display: inline-block;
      font-size: 14px;
      color: #212121;
      margin-right: 30px; }
      @media only screen and (max-width: 767px) {
        .comment_area .comment-content .comment-meta .post-author,
        .comment_area .comment-content .comment-meta .post-date,
        .comment_area .comment-content .comment-meta .reply {
          font-size: 12px;
          margin-right: 15px; } }
      .comment_area .comment-content .comment-meta .post-author::after,
      .comment_area .comment-content .comment-meta .post-date::after,
      .comment_area .comment-content .comment-meta .reply::after {
        position: absolute;
        top: 0;
        right: -16px;
        content: '|';
        z-index: 1; }
        @media only screen and (max-width: 767px) {
          .comment_area .comment-content .comment-meta .post-author::after,
          .comment_area .comment-content .comment-meta .post-date::after,
          .comment_area .comment-content .comment-meta .reply::after {
            right: -8px; } }
      .comment_area .comment-content .comment-meta .post-author:hover,
      .comment_area .comment-content .comment-meta .post-date:hover,
      .comment_area .comment-content .comment-meta .reply:hover {
        color: #003679; }
    .comment_area .comment-content .comment-meta .reply {
      margin-right: 0; }
      .comment_area .comment-content .comment-meta .reply::after {
        display: none; }
    .comment_area .comment-content .comment-meta p {
      margin-bottom: 15px;
      font-size: 14px;
      line-height: 2;
      font-weight: 500; }
  .comment_area .single_comment_area {
    margin-bottom: 30px; }
    .comment_area .single_comment_area:last-of-type {
      margin-bottom: 0; }
  .comment_area .children .single_comment_area {
    margin-left: 50px;
    margin-top: 30px; }


.contact-form-area .form-control {
  position: relative;
  z-index: 2;
  height: 54px;
  width: 100%;
  background-color: #f1f7f9;
  font-size: 12px;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  padding: 15px 30px;
  font-weight: 500;
  color: #aeaeae;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .contact-form-area .form-control:focus {
    box-shadow: none; }
.contact-form-area textarea.form-control {
  height: 250px; }
  
  
 
.crtdo{
	display: inline-block;
    float: right;
    background: #ff91a4;
    font-size: 24px;
    position: relative;
    padding: 5px 10px;
	border-radius:5px;
} 

.crtdo i{
	color: #051912;
}

.crtdo b{
	position: absolute;
    top: -2px;
    right: 3px;
    font-weight: normal;
    font-size: 15px;
	color: #051912;
}

.crtbtn{
	border-top: 1px solid #eeeded;
    text-align: center;
}

.crtbtn a{
	display: block;
    font-size: 16px;
    padding: 7px 0;
}


.table-content table {
	background: #fff none repeat scroll 0 0;
	border-color: #ebebeb;
	border-radius: 0;
	border-style: solid;
	border-width: 1px 0 0 1px;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
}
.table-content table th,
.table-content table td {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}
.table-content table th {
	border-top: medium none;
	font-size: 15px;
	text-transform: capitalize;
	padding: 20px 10px;
	text-align: center;
	font-weight: 500;
	vertical-align: middle;
	white-space: nowrap;
}
.table-content table td {
	border-top: medium none;
	padding: 20px 10px;
	vertical-align: middle;
	font-size: 13px;
}
.table-content table td.li-product-remove {
	font-size: 20px;
}
.li-product-remove > a > i {
	font-size: 24px;
	font-weight: normal;
	color: #051912;
	transition: all 0.3s ease-in-out;
}
.table-content table td.li-product-name {
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}
.table-content table td.li-product-price {
	font-size: 16px;
	font-weight: 700;
}
.table-content table td.li-product-stock-status span.in-stock,
.table-content table td.li-product-stock-status span.out-stock {
	color: #fed700;
	font-size: 12px;
	text-transform: capitalize;
}
.table-content table td.li-product-stock-status span.out-stock {
	color: #EB3E32;
}
.table-content table td.li-product-add-cart a {
	font-size: 14px;
	text-transform: uppercase;
	background: #242424;
	color: #fff;
	padding: 10px 20px;
	font-weight: 700;
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	.table-content table td.li-product-add-cart a {
		font-size: 10px;
		padding: 7px 7px;
	}
}
.table-content table td.li-product-add-cart a:hover {
	background: #fed700 none repeat scroll 0 0;
	color: #fff;
}

.table-content table td .cart-plus-minus {
    float: none;
    margin: 0 auto;
}

.cart-plus-minus {
  position: relative;
  width: 76px;
  text-align: left;
}
.cart-plus-minus .cart-plus-minus-box {
	border: 1px solid #e1e1e1;
	color: #242424;
	height: 46px;
	text-align: center;
	width: 48px;
	width: 48px;
	width: 3rem;
	background: #fff;
}
.cart-plus-minus .dec.qtybutton, .cart-plus-minus .inc.qtybutton {
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  color: #333333;
  cursor: pointer;
  height: 23px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 28px;
}
.cart-plus-minus .dec.qtybutton:hover, .cart-plus-minus .inc.qtybutton:hover {
  background: #ddd;
}
.cart-plus-minus .dec.qtybutton {
  bottom: 0;
  right: 0;
}
.cart-plus-minus .inc.qtybutton {
  border-bottom: none;
  top: 0;
  right: 0;
}

.cart-page-total {
	padding-top: 30px;
}
.cart-page-total>h2 {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.cart-page-total>ul {
	border: 1px solid #ddd;
}
.cart-page-total>ul>li {
	list-style: none;
	font-size: 15px;
	color: #252525;
	padding: 10px 30px;
	border-bottom: 1px solid #ebebeb;
	font-weight: 700;
}
.cart-page-total ul>li>span {
	float: right;
}
.cart-page-total li:last-child {
	border-bottom: 0;
}
.cart-page-total>a {
	background-color: #333;
	border: 1px solid #333;
	color: #fff;
	display: inline-block;
	margin-top: 30px;
	padding: 10px 20px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.ftwhat a{
    bottom: 83px;
    right: 30px;
    position: fixed;
    z-index: 1000;
    border: 0px;
    width: 50px;
    height: 50px;
    font-size: 37px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    background: green;
    color:#fff;
    border-radius: 50%;
}