body {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  background: transparent;
  line-height: 26px;
  font-weight: 400;
  color: rgba(39, 39, 39, 0.7);
}

img {
  max-width: 100%;
}

a {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

a:focus,
a:hover {
  color: #333;
}

/* ## Global Class ## */

p {
  font-weight: 400;
  line-height: 25px;
  font-size: 15px;
  color: rgba(39, 39, 39, 0.7);
}

h1 {
  font-size: 40px;
  line-height: 45px;
}

h5,
h6 {
  line-height: 24px;
}

h2 {
  font-size: 33px;
  line-height: 32px;
}

h3 {
  font-size: 40px;
  line-height: 28px;
  font-family: 'Cormorant Unicase', serif;
}

h4 {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Cormorant Unicase', serif;
}

h5 {
  font-size: 18px;
  font-family: 'Cormorant Unicase', serif;
}

h6 {
  font-size: 13px;
  font-family: 'Cormorant Unicase', serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}

a,
a:hover,
a:focus,
.btn:focus {
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
  outline: none;
}

a {
  color: #000;
}



.btn.focus,
.btn:focus,
.btn:hover {
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
}

.btn {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 22px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  min-width: 150px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #fff;
  font-weight:700;
}
.hvr-shutter-in-horizontal {
    background: #fff;
    border: transparent;
}
section{
	background:#fff
}
#preloader {
	position: fixed; 
	left: 0; 
	top: 0; 
	z-index: 9999999; 
	width: 100%; 
	height: 100%; 
	overflow: visible; 
	background:#fff url("../images/pre_loader.gif") no-repeat center center; 
	color:#000;
}
/*----------------------------------------------------
  2. Header Section
------------------------------------------------------*/
.navbar {
  text-transform: uppercase;
}
.logo {
    margin-top:-11px;
}
.navbar .navbar-nav {
  letter-spacing: 0px;
  margin-left: 15px;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
  font-size: 14px;
  font-family: 'Cormorant Unicase', serif;
  font-weight: 700;
}
.navbar-nav > li > a.current {
  text-decoration: line-through;	
}
.top-nav-collapse .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:hover, .top-nav-collapse .navbar-nav > li > a.current:focus {
  text-decoration: line-through;	
}
.navbar-custom .nav li a {
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  -ms-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}



.nav > li > a {
  padding: 14px 0px;
  margin: 0 17px;
  letter-spacing: 2px;
}

.navbar {
  padding: 20px 0px;
  border-bottom: 0px none;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 1);
  -webkit-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
  -moz-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
  -ms-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
  -o-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
  transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
  -webkit-transform: translateX(0px) translateY(10px) translateZ(0px) rotate(0deg) scale(0.95);
  -moz-transform: translateX(0px) translateY(10px) translateZ(0px) rotate(0deg) scale(0.95);
  -ms-transform: translateX(0px) translateY(10px) translateZ(0px) rotate(0deg) scale(0.95);
  -o-transform: translateX(0px) translateY(10px) translateZ(0px) rotate(0deg) scale(0.95);
  transform: translateX(0px) translateY(10px) translateZ(0px) rotate(0deg) scale(0.95);
}

.top-nav-collapse {
  padding: 20px 0px;
  background-color: #fff;
  -webkit-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
  -moz-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
  -ms-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
  -o-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
  transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  top: 0;
}

.top-nav-collapse .navbar-nav > li > a {
  color: #000;
  font-size: 13px;
  font-family: 'Cormorant Unicase', serif;
  font-weight: 700;
}

.top-nav-collapse .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:focus {
  color: #000;
}

.header-right ul li {
  float: left;
  margin-left: 20px;
  color: #000;
}
.header-right ul li a:hover {
    border-top: none;
}
header {
  position: relative;
  color: #fff;
  background-color: rgba(198, 227, 221, 0.39);
  height: 700px;
}

header h1{ }


.video-lp-bg {
  background-color:rgba(245, 240, 238, 0.79) !important;
}

#headerbackground {
  background-image: url("../images/slider/lp_slider.jpg");
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0px;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -ms-opacity: 0.75;
  -o-opacity: 0.75;
  opacity: 0.75;
}
#header-marketing {
  background-image: url("../images/slider/m_slide.jpg");
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0px;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -ms-opacity: 0.75;
  -o-opacity: 0.75;
  opacity: 0.75;
}

header .container {
  padding-top: 15px;
  padding-bottom: 10px;
  position: relative;
  z-index: 10;

}

.ban1_txt {
  margin-top: 40px;
  text-align: left;
}

.ban1_txt h3 {
  text-transform: capitalize;
  line-height: 0.8;
  margin: 0px;
  letter-spacing: 5px;
  font-size: 20px;
  font-weight: 600;
}

.ban1_txt h2 {
  font-size: 40px;
  color: #000;
  line-height: 60px;
  margin: 0px;
  letter-spacing: 5px;
  font-weight: 700;
  text-transform: uppercase;
}

.ban1_txt p {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 300;
  color: rgba(39, 39, 39, 0.7);
  padding-right: 135px;
  margin-top: 5px;
}
.ban1_txt a {
  margin-top: 25px;
  font-size: 14px;
}
.ban1_txt .btn-chos:active,
.btn-chos:focus,.btn-chos:hover {
  color: #FFF;
}
.btn-cus_1 {
    margin-right: 15px;
    color: #FFF !important;
}

.btn-cus_1:hover {
  background:transparent;
}

/*  Slider Area Styling */
 
.slidernav .navbar {
  padding: 20px 0px;
  border-bottom: 0px none;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
  -moz-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
  -ms-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
  -o-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
  transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
  -webkit-transform: translateX(0px) translateY(3px) translateZ(0px) rotate(0deg) scale(0.95);
  -moz-transform: translateX(0px) translateY(3px) translateZ(0px) rotate(0deg) scale(0.95);
  -ms-transform: translateX(0px) translateY(3px) translateZ(0px) rotate(0deg) scale(0.95);
  -o-transform: translateX(0px) translateY(3px) translateZ(0px) rotate(0deg) scale(0.95);
  transform: translateX(0px) translateY(3px) translateZ(0px) rotate(0deg) scale(0.95);
}

.slidernav .top-nav-collapse {
  padding: 20px 0px;
  background-color: #fff;
  -webkit-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
  -moz-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
  -ms-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
  -o-transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
  transition: -moz-transform 0.4s ease 0s, background-color 0.4s ease 0s;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  top: 0;
}
.slider-area {

}
.slider-progress {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
}
.slider-area .big-title {
  color: #000;
  font-size: 72px;
  text-align: left;
  text-transform: capitalize;
  font-weight: 700;
  font-family: 'Cormorant Unicase', serif;
  letter-spacing:3px;
}
.slider-area .big-title span.title-builder {
  color: #000;
  line-height: 90px;
}
.slide-tit {
    font-family: "Roboto",sans-serif;
    font-weight: 300;
    font-size: 48px;
    color: #ef6b4c;
}

.slider-area .small-content {
    padding: 15px 5px;
    text-align: left;
    margin-bottom: 30px;
}
.slider-area .small-content {
    letter-spacing: 15px;
    font-weight: initial;
    color: #414141;
}
 
.slider-area .button {
    left: 21px;
    position: absolute;
    right: 0;
    top: 63%;
	text-align:left;
}
 
.slider-area .down {
  text-align: left;
}
.slider-area .down li {
  display: inline-block;
}
.slider-area .down li img {
  position: inherit;
}
.slider-area .btn-cus_1:hover {
  background:transparent;
}
.slider-area .btn-chos{
  background:transparent;
  border: 1px solid #ef6b4c;
  color: #ef6b4c;
}

.slid_man img {
    left: -376px !important;
    top: 104px !important;
}


.preview-2 .nivoSlider .nivo-directionNav a.nivo-prevNav {
    left: 50px;
}
.preview-2 .nivoSlider .nivo-directionNav a.nivo-nextNav {
    right: 100px;
}
.preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-prevNav {
    left: 50px;
}
.preview-2 .nivoSlider:hover .nivo-directionNav a.nivo-nextNav {
    right: 100px;
}
.preview-2 .nivo-directionNav a.nivo-nextNav:hover::before {
    width: 70px !important;
    border-radius: 0% !important;
}
.preview-2 .nivo-directionNav a.nivo-prevNav:hover::before {
    width: 70px !important;
    border-radius: 0% !important;
}

.slider-area .preview-2 .nivo-directionNav a.nivo-prevNav::before {
    background: rgba(248, 235, 235, 0.6);
    font-size: 23px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: rgba(11, 10, 10, 0.21);
}

.slider-area .preview-2 .nivo-directionNav a.nivo-nextNav::before {
    background: rgba(248, 235, 235, 0.6);
    font-size: 23px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: rgba(11, 10, 10, 0.21);
}
 

/*  Portfolio Slide Text
----------------------------*/
.port-titl-sml{
	font-size: 25px;
    letter-spacing: 9px;
}
.port-titl-big{
    font-size: 119px;
    font-family: "Cormorant Unicase",serif;
    letter-spacing: 10px;
    line-height: 45px;
}
/*  Creative Slide Text
----------------------------*/
.creatv-titl .tp-caption {
    text-align: center;
    font-weight: 900;
}
.creatv-titl .slide-tit {
    display: block;
    font-size: 15px;
    letter-spacing: 10px;
    line-height: 50px;
}
.creatv-titl .title-builder {
    letter-spacing: 10px;
    font-size: 100px;
}
 
/*  Contractor Search Form
----------------------------*/
.constr-slidr .nivo-caption {
    top: -50px;
}
.constr-slidr .small-content {
    padding: 30px 5px;
}
.constr-slidr .big-title span.title-builder {
    color: #000;
    line-height: 98px;
}
.search-wrap {
    display: inline-block;
    position: relative;
    float: right;
    position: relative;
}

.search-wrap input[type="text"] {
    height: 61px;
    font-size: 13px;
    display: inline-block;
    font-weight: 100;
    border: none;
    outline: none;
    color: #555;
    padding: 3px;
    padding-right: 60px;
    width: 0px;
    position: absolute;
    top: 6px;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
    letter-spacing: 2px;
    text-transform: capitalize;
    padding-bottom: 0px;
}

.search-wrap input[type="text"]:focus:hover {
  border-bottom: 1px solid #BBB;
}

.search-wrap input[type="text"]:focus {
    width: 190px;
    z-index: 1;
    border-bottom: 1px solid #BBB;
    cursor: text;
}
.search-wrap input[type="submit"] {
  height: 67px;
  width: 63px;
  display: inline-block;
  color:red;
  float: right;
  background: url("../images/search.png") no-repeat 50% 50%;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
 
}

.search-wrap input[type="submit"]:hover {
  opacity: 0.8;
}

/* Slide Text (index-trainer )
----------------------------------*/
.trainer-slid .widget_mailchimp {
    margin-top: 60px;
}
.trainer-slid .widget_mailchimp .email {
    padding-left: 20px;
}
.trainer-slid .nivo-caption {
    top: -53px;
}
 

/*   Video
--------------*/
header.video-header {
    background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.04) 0%, rgba(255, 255, 255, 0.92) 100%);
    background-color: rgba(107, 104, 104, 0.07) !important;
}
.videonav .navbar {
    background: rgba(255, 255, 255, 0.59);
}
.videonav .top-nav-collapse { 
	background:#fff;
}

.video-header .ban1_txt {
    text-align: center;
}
.video-header .btn-chos:hover {
    border: 1px solid #fff;
    color: #fff;
}
.video-header h2 {
    color: #fff;
}
.video-header p {
    color: rgba(255, 255, 255, 0.77); 
	padding-right: 0px;
}
.video-header .btn-cus_1 {
    border: 1px solid #fff;
    color: #fff;
}

 
/* Mega Menu
----------------------*/
.manimenu.top-nav-collapse {
    padding: 0px 0px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.manimenu {
    padding: 15px 0; z-index:9999;
}
.manimenu .navbar-brand:hover {
    border-top: none;
}
.manimenu .navbar-brand > img {
    margin-top: -40px; width:200px;
}
.manimenu .navbar-header {
    background: transparent url("../images/logo-border.png") no-repeat scroll right center;
    top: 14px;
    position: relative;
}
.manimenu ul {
    list-style:none;
    margin:0;
    padding:0;
    background:transparent;
	margin-left:20px !important;
}
.manimenu ul:before,.manimenu ul:after {
    content:"";
    display:table;
}
.manimenu ul:after {
    clear:both;
}
.manimenu ul > li {
    float:left;
    position:relative;
}
.manimenu a {
    display:block;
    padding:40px 15px;
    color:#000;
}
.manimenu ul li a {
	text-transform:uppercase;
	font-family: 'Poppins', serif;
}
.manimenu ul li ul li a {

}
.manimenu a:hover {
    text-decoration:none;
    color: #322D2D;
}
.manimenu li ul {
    background: #F6F6F6;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.14);
}
.manimenu li ul li {
    width:280px;
}
.manimenu li ul a {
    border:none;
	padding: 10px 20px;
}
.manimenu ul > li ul li:hover a {
	background: #fff;
}	
.manimenu li ul {
    position:absolute;
    left:0;
    top:84px;
    z-index:1;
}

.manimenu ul > li:hover ul li {
    height:46px;
}
	
.manimenu .header-right a {
    padding: 30px 0px;
}






/*
   Top Navbar 
------------------*/
.navbar-top {
    border-bottom: 1px solid #f8f1f1;
    color: #8c8c8c;
    font-size: 13px;
    letter-spacing: 0.25px;
    line-height: 50px;
}
.top-contact li:first-child {
    padding-left: 0;
}
.top-contact li::before {
    content: '';
    background: #e4e4e4;
    width: 1px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    right: -10px;
    position: absolute;
}
.top-contact .icon {
    display: inline-block;
    margin-right: 5px;
}
.top-contact li {
    padding-left: 20px;
    position: relative;
    float: left;
    list-style: none;
    margin-top: -7px;
}
.top-contact li a{
    color: #8c8c8c;
}
.top-right {
    font-size: 13px;
    text-transform: uppercase;
}
.top-right a {
    color: #8c8c8c;
    margin-left: 5px;
    top: 5px;
    position: relative;
}
.top-right .icon {
    font-size: 9px;
}

.ecommerce-navbar {
    padding: 0px 0px !important;
    margin-top: -3px;
}
.ecommerce-navbar {
    -webkit-transition: -moz-transform 0.4s ease 0s, background-color 1s ease 0s;
    -moz-transition: -moz-transform 0.4s ease 0s, background-color 1s ease 0s;
    -ms-transition: -moz-transform 0.4s ease 0s, background-color 1s ease 0s;
    -o-transition: -moz-transform 0.4s ease 0s, background-color 1s ease 0s;
    transition: -moz-transform 1s ease 0s, background-color 1s ease 0s;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}
.ecommerce-navbar.top-nav-collapse {
   top:0px;
   transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
   -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
   -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
   -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
   -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}
/*----------------------------------------------------
  Service Section
------------------------------------------------------*/
.service-ssection {
padding-top: 90px;
padding-bottom: 90px;
  background: #fff url("../images/background/service-1.jpg") center top no-repeat;
}
 
.service-ssection .base-header h3 {
    color: #fff;
	padding: 0px;
	text-align: left;
}
.service-ssection .base-header h3 small {
    color:#fff;
}
.service-ssection .base-header p {
    color: #d9e7e6;
    padding-right: 20px;
}
.service-ssection .btn-one{
    margin-bottom: 37px;
    font-size: 14px;
    font-weight: 700;
}
.service-ssection .btn-one {
    margin-top: 8px;
}
.hvr-shutter-in-horizontal::before {
	transition-timing-function: ease-out;
   -webkit-transform-origin: 16%;
    transform-origin: 16%;
}
.service-ssection .hvr-shutter-in-horizontal::before {
	background: #333;
	    transition-timing-function: ease-out;
		-webkit-transform-origin: 16%;
transform-origin: 16%;
}
.hvr-shutter-in-horizontal:hover::before {
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
 
 
.service-item {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 1px;
}
.timeline_posts .col-lg-6 {
    border: 1px solid rgba(101, 100, 100, 0.2);
    padding: 20px 20px 0px;
}
.service-ssection .icon-fea {
  float: left;
}

.fea-left {
  display: block;
  margin: 23px 0px 0px;
  padding-left: 65px;
  font-size: 18px;
  letter-spacing: 2px;
  letter-spacing: 2px;
  margin-top: 8px;
  text-transform: capitalize;
  font-weight: 700;
  color: #fff;
}

.service-ssection .icon-fea {
  float: left;
  height: 51px;
  margin: -9px  0px -5px 0px;
  color: #fff;
}

.service-ssection .icon-fea::before {
  text-align: center;
  font-size: 40px;
  display: block;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.fea-about-info {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.78);
}

.service-ssection .row .service-item:hover .icon-fea::before {
  color: #fff;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.service-ssection .row .service-item:hover .fea-left{
  color: #fff;
}

.feat-learn {
  color: #373737;
  letter-spacing: 2px;
  cursor: pointer;
}

.feat-learn i {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  top: 7px;
}


/*
  Creative ( Service Section )
----------------------------------------*/
.creative-service-ssection {
    background: #191B1B;
	padding-top: 100px;
    padding-bottom: 100px;
}

/*
  Medical ( Service Section )
----------------------------------------*/
.medical-service {
    background:#F9F4F4;
}
.medical-service .base-header h3 {
    color: #333;
}
.medical-service .base-header p {
    color: rgba(39, 39, 39, 0.7);
}
.medical-service .fea-left {
    color: #333;
	padding-left: 60px;
}
.medical-service .fea-about-info {
    color:#333;
}
.medical-service .icon-fea {
    color: #333;
}
.medical-service .timeline_posts .col-lg-6 {
    border: 1px solid #F9F4F4;
    padding: 20px 31px 0px;
    background: #fff;
    box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.02);
}
.medical-service .row .service-item:hover .fea-left {
    color: #333;
}
.medical-service .row .service-item:hover .icon-fea::before {
    color: #333;
}
.medical-service .timeline_posts .col-lg-6:hover {
    border: 1px solid #F9F4F4;
    background: #F9F4F4;
}


/*----------------------------------------------------
  Contractor ( Service Section )
------------------------------------------------------*/

.servs-section {
    padding-top: 60px;
    padding-bottom: 50px;
    background: #F8F8F8;
}
.servs-section .servs-box {
    position: relative;
    display: inline-block;
}
.servs-box {
    margin-bottom: 50px;
}
.servs-section .servs-box .servs-img::before {
    background-color: rgba(51,44,37,0.75);
    content: "";
    display: inline-block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.servs-img {
    position: relative;
}
.servs-section .servs-box .servs-content {
    position: absolute;
    bottom: 0px;
    background: RGBA(71, 48, 48, 0.87);
    display: block;
    width: 100%;
    top: 171px;
    overflow: hidden;
	-webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    padding-top: 5px;
}
.servs-section .servs-box:hover .servs-content{
    top:0px;
}
.servs-section .servs-box .servs-content h3 {
    color: #fff;
    font-size: 20px;
    position: relative;
    padding-top: 7px;
    text-transform: capitalize;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    letter-spacing: 2px;
    padding-right: 13px;
    float: right;
	text-align: right;
}
.servs-section .servs-box .servs-content h3::before {
    content: "";
    position: absolute;
    right: 17px;
    top: 0;
    height: 2px;
    width: 40px;
    border-top: 3px solid #eae3e3;
}
.servs-section .servs-box .servs-content p {
    font-size: 14px;
    color: #fff;
    padding: 17px;
    float: right;
    margin-top: -20px;
    text-align: right;
}

.servs-section .servs-box:hover .servs-content a.incredible {
	border: none;
	color: #746455;
	width: 100%;
}
 


/*----------------------------------------------------
    About Section
------------------------------------------------------*/
.base-header h3 {
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
}
.base-header small {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 300;
    display: block;
    line-height: 0.8;
    letter-spacing: 8px;
    margin-top: 20px;
}
.header-sign {
    font-size: 20px;
    position: relative;
    top: -2px;
    left: 10px;
}
.header-sign2 {
    font-size: 20px;
    position: relative;
    top: 6px;
    left: -10px;
}
.about-section {
  padding-bottom: 200px;
  padding-top: 60px;
  background: #fff;
}
.marketing-page-about {
  padding-bottom: 250px;
}

/* about-list
--------------*/

.about-list {
  position: relative;
 
}

.about-list .about-img {
  width: 100%;
}

.about-list .about-img img {
  width: 100%;
  height: auto;
}

 
.about-list .about-info {
    position: absolute;
    bottom:-100px;
    padding: 0px 20px;
    width: 90%;
    left: 5%;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  background: #fff;
  transition: all 0.4s ease-out 0s;
  box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.12);
  text-align: left;
  border-bottom: 2px solid rgb(239, 224, 224);
}

.about-list .about-info .social {
  position: absolute;
  width: 100%;
  top: auto;
  opacity: 0;
  transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
  margin-top: -28px;
}
.about-img {
    position: relative;
}
.about-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    background: RGBA(62, 62, 62, 0.43);
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.about-list:hover .about-mask {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
 
}
.about-list:hover .about-info {
    border-bottom: 2px solid rgb(68, 65, 65);
}
.about-list:hover .about-mask a {
    right: 0%;
	  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.about-mask a {
    color: #fff;
    letter-spacing: 2px;
    cursor: pointer;
	position:relative;
    top: 45%;
	right: 30%;
	  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.about-mask i {
    font-size: 26px;
    font-weight: bold;
    position: relative;
    top: 7px;
}
.about-list .about-info h6 {
    border: none;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    margin: 20px 0px 0px;
	padding-left: 10px;
	position: relative;
}
.about-list .about-info h6::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 23px;
    left: 0px;
    top: 1px;
    background: #534C4C;
}

/*
   Marketing Page ( About Section ) 
===========================================*/
.marketing-page-about .about-list .about-info {
    bottom: -151px;
    width: 100%;
    left: 0%;
}
/*
   Portfolio Page ( About Section ) 
===========================================*/
.portfolio-page-about{
    padding-bottom: 100px ;
}
.portfolio-page-about .about-list .about-info h6 {
    letter-spacing: 3px;
    font-size: 22px;
	padding-left: 18px;
}
.portfolio-page-about .about-list .about-info h6::before {
    height: 45px;
}
.portfolio-page-about .about-list .about-info {
    padding:0px 26px 5px 30px;
    width: 50%;
    transition: all 0.4s ease-out 0s;
    text-align: left;
    float: right;
    position: relative;
    bottom: -13px;
    left: -4%;
}
.portfolio-page-about .about-list .about-img {
    width: 50%;
    overflow: hidden;
    float: left;
}



/*  Contractor ( About Section ) 
===========================================*/
.about_process {
    padding-top: 80px;
}
.abt-left h4 {
    font-size: 60px;
    letter-spacing: 4px;
    line-height: 53px;
    position: relative;
    z-index: 99;
    margin-top: 46px;
}
.abt-nmbr {
    position: absolute;
    top: -95px;
    font-size: 154px;
    left: 60px;
    color: rgba(221, 221, 221, 0.45);
    z-index: 9;
    font-weight: 900;
}
.abt-pra {
    border-left: 2px solid rgba(39, 39, 39, 0.7);
    padding-left: 25px;
}

.abt-rght{
    margin-bottom: 93px;
}
 
.about_process .col-lg-3 {
    background: #f9f4f4;
    padding-left: 0px;
    padding-right: 0px;
}
.about_process .proces {
    text-align: center;
    border-right: 1px solid #fff;
    padding: 60px 40px 40px 40px;
}

.about_process .proces h4 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 24px;
    font-weight: 700;
    margin-top: 0px;
    position: relative;
    z-index: 99;
}
.about_process .proces p {
    margin: 23px 0;
    text-transform: capitalize;
}
.about_process .proces p.number {
    margin: 0;
    color: rgba(239, 107, 76, 0.1);
    font-size: 73px;
    font-weight: 700;
    font-family: 'Philosopher';
    position: absolute;
    top: 54px;
    left: 113px;
    z-index: 9;
}
.about_process .proces:hover .number {
    color: #323131;
}
.about_process .proces:hover p {
    color: #f5e7e7;
}
.about_process .proces:hover h4 {
    color:#fff;
}
.abouttwo-section .about_process {
    padding-bottom:0px;
}
/* ==========================
    22. Pricing Page 
*==========================*/
.pricing-page {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 100px;
}
.trainer-pricing-page{
    background:#F9F6F6;
}

.pricing {
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
	margin-top: -20px;
}
.pricing:first-child{
    border-bottom:3px double #000;
	
}		
.pricing .name {
    font-size: 20px !important;
    text-transform: uppercase;
    padding: 20px 0 !important;
    margin-bottom: 0px;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    background: #ef6b4c;
    font-family: 'Cormorant Unicase', serif;
    letter-spacing: 2px;
}
.pricing .price {
    font-size: 60px !important;
    color: #333;
    padding: 30px 0px !important;
    margin: 0;
    font-weight: bold;
    width: 100%;
    background: #fff url("../images/background/pricing_back.png") center top no-repeat;
    font-family: 'Cormorant Unicase', serif;
}
.pricing2 {
    padding-top: 50px;
    border-top: 3px double #F9F1F1;
}
.pricing span.p-small {
    font-size: 15px !important;
    color: #666;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
}
 
.pricing .signup:hover {
    background-color: #ef6b4c;
}

.pricing ul {
    padding-left: 0px;
	margin: 0px;
 
}
.pricing ul li {
    font-size: 14px;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    border-left: 1px solid #f2f2f2;
    color: #484A4A;
    border-right: 1px solid #f2f2f2;
}
.pricing ul li:last-child{
    padding-bottom: 20px;
}
.pricing ul li:first-child{
    padding-top: 20px;
}
.signup {
    background: #f2f2f2;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    letter-spacing: 2px;
    font-weight:900;
}
.bestprice .name {
    color: #fff;
}
.bestprice .price {
    color: #B89841;
}
.pricing .bestprice .signup {
    color: #fff;
    background:#EF6B4C;
}
.pricing .signup:hover{
	color: #fff;
}

/*----------------------------------------------------
    8. Team Section
------------------------------------------------------*/

.team-section {
  padding-bottom: 150px;
  padding-top: 60px;
  background: #fff;
}
.team-medical{
  background: #f9f6f6;
}
 

/* Team Member
--------------*/

.member {
  position: relative;
  padding: 0px 10px;
}

.member .img {
  width: 100%;
}

.member .img img {
  width: 100%;
  height: auto;
  padding: 20px;
  border: 1px solid #EAEAEA;
}

.member .info {
    position: absolute;
    bottom: -50px;
    padding: 0px 25px;
    width: 94.7%;
    text-align: left;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    -webkit-box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.12);
    padding-bottom: 10px;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 6px solid #fff;
}

.member .info .social {
  position: absolute;
  width: 100%;
  top: auto;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
  margin-top: -100px;
}

.member .info p {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  font-family: inherit;
  color: #fff;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.member:hover .info p {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  margin-top: -28px;
  margin-bottom: 24px;
  letter-spacing: 2px;
}

.member:hover .social {
  bottom: 0px;
}

.member:hover .info .social i {
  color: #333;
}

.member:hover .info {
  padding: 0px 33px 51px;
  width: 75%;
  left: 12.5%;
  background: #fff;
}

.member:hover .social {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
}

.member .info h6 small {
  display: block;
  color: #373737;
  margin-top: 10px;
}

.member .info h6 {
  border: none;
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.member:hover .info h6,
.member:hover .info h6 small,
.member:hover .info p {
  color: #333;
}

.member .info i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 2.65em;
  font-size: 24px;
  text-align: left;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.social li {
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  margin-right: 10px;
  font-size: 17px;
}

.member .info .social i {
  color: #fff;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.member .info .social i:hover {
  color: #333;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}



/*----------------------------------------------------
  3. About Section
------------------------------------------------------*/
.skill {
    padding-top: 60px;
    padding-bottom: 100px;
}
.skill p{
    text-align: center;
    margin-top: -30px;
}
.skill .base-header a {
    display: block;
    width: 0%;
    margin: 0 auto;
    position: relative;
    top: 15px;
}
.skill .hvr-shutter-in-horizontal {
    background: #333;
    border: transparent;
	color:#fff;
}
/*      Skill
====================== */
 
.skills_area  {
    margin-top: 90px;
}
 
.skillbar {
    position: relative;
    display: block;
    margin-bottom: 56px;
    width: 100%;
    background: #eee;
    height: 6px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}

.skillbar-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 51px;
    font-weight: bold;
    font-size: 13px;
    color: #ffffff;
    background: #474747;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    height: 6px;
}

.skillbar-title span {
    display: block;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: -27px;
    margin-left: 0px;
    letter-spacing: 2px;
}

.skillbar-bar {
    height: 6px;
    width: 0px;
    background: #474747;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.skill-bar-percent {
    position: absolute;
    top: -35px;
    left: inherit;
    right: 12px;
    font-size: 10px;
    color: #fff;
    padding: 0px 5px;
}
.skill-bar-percent {
    background: #ef6b4c;
}
.skill-bar-percent::before {
    background: #ef6b4c;
}

.skill-bar-percent::before {
    width: 6px;
    height: 6px;
    content: "";
    top: 23px;
    position: absolute;
    left: 11px;
    transform: rotate(42deg);
}
.skill-bar-percent-one{
    right: 154px;
}
.skill-bar-percent-two{
    right: 109px;
}
.skill-bar-percent-three{
    right: 49px;
}


/*----------------------------------------------------
   7.Get In Touch section
------------------------------------------------------*/
.get-touch-section {
  background: #000 url("../images/background/get_tuch.jpg");
  padding: 40px 0px;
}

.get-touch-warper {
  padding: 0px 20px;
  position: relative;
  text-align: center;
}
 

.get-touch-section h3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 3px;
margin-bottom:-15px;
  margin-top: 60px;
  position: relative;
}
.get-touch-section h3::before {
    position: absolute;
    content: '“';
    left:-50px;
    top: 34px;
    width: 40px;
    height: 40px;
    background: transparent;
    line-height: 61px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.get-touch-section h3:after {
	position: absolute;
	content: '”';
	right:-50px;
	top: 34px;
     width: 40px;
    height: 40px;
    background: transparent;
    line-height: 61px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.get-touch-section h4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 30px;
}
.get-touch-section p {
    color: rgba(255, 255, 255, 0.64);
    margin-top: -15px;
    padding: 0px 70px;
}
.get-touch-button {
    margin-left: 0px;
    padding-bottom: 60px;
	margin-top: 25px;
}

.get-touch-button a {
  letter-spacing: 3px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 20px;
  font-size: 14px;
  border: 3px solid rgba(255, 255, 255, 0.95);
  background-color: transparent;
  -webkit-transition: color .3s ease 0s,background .3s ease 0s;
  -moz-transition: color .3s ease 0s,background .3s ease 0s;
  -ms-transition: color .3s ease 0s,background .3s ease 0s;
  -o-transition: color .3s ease 0s,background .3s ease 0s;
  transition: color .3s ease 0s,background .3s ease 0s;
}

.get-touch-button a:hover {
  border: 3px solid #fff;
  background-color: #fff;
  color: #333;
} 

/*----------------------------------------------------
   4. Services Section
------------------------------------------------------*/
.chooseus-section {
  background: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.chooseus-section .base-header h3 {
    text-align: left;
}
 
.chooseus-warper {
    margin-top: 60px;
}
 
.chooseus-item {
    margin-bottom: 10px;
    box-shadow: -3px 0px 7px 0px rgba(174, 174, 174, 0.5);
}
.chooseus-item .chooseus-icon {
    float: left;
    width: 11%;
    text-align: center;
    position: relative;
    left:-45px;
}

.chooseus-icon {
  width: 100%;
  position: relative;
}

.chooseus-item .chooseus-icon i {
    border: 3px solid RGBA(0, 0, 0, 0.76);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
    font-size: 30px;
    padding: 12px 0;
    margin-top: 30px;
    background: #fff;
	box-shadow: -3px 0px 7px 0px rgba(174, 174, 174, 0.5);
}

.chooseus-item .chooseus-icon i {
  font-size: 30px;
}

.chooseus-item .chooseus-content {
  float: left;
  width: 80%;
  padding-bottom: 10px;
  text-align: left;
}

.chooseus-item:hover.chooseus-item .chooseus-icon  i {
  border: 1px solid #000;
  background: #fff;
}

.chooseus-item:last-child .chooseus-content {
  border-bottom: 1px solid transparent;
}
.chooseus-item .chooseus-content h5 {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: -10px;
}

.chooseus-item .chooseus-content h5 a {
  color: #373737;
}
.chooseus-item .chooseus-content p {
    margin-bottom: 11px;
}
/*----------------------------------------------------
  8. Video Section 
------------------------------------------------------*/

#video {
  background: transparent url("../images/background/video_bg.jpg") repeat fixed 0% 0% / 100% auto;
  position: relative;
}
.video-section .base-header{
   color: #fff;
}
#video .base-header h2, #video .base-header p{
   color: #fff;
}
#video .main-head,
.separator {
  color: #fff;
}

#video .separator,#video .separator2{
  background-color: #fff;
}

#video .section-subheading {
  margin-top: -15px;
  font-size: 15px;
  text-align: center;
  margin-bottom: 45px;
}

#video .overlay {
  width: 100%;
  height: 100%;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-opacity: 0.9;
  -o-opacity: 0.9;
  opacity: 0.9;
  position: absolute;
  top: 0px;
  background: #1C1F23;
}

.video-container {
  position: relative;
}

.video-container a {
  display: block;
  cursor: pointer;
  width: 630px;
  margin: auto;
}

.video-container img {
  margin: auto;
  display: block;
}

.play-video {
    position: absolute;
    left: 49%;
    margin-left: -38px;
    margin-top: 116px;
    width: 76px;
    height: 76px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #fff;
}

.play-video .fa-play {
  width: 22px;
  height: 26px;
  color: #FFF;
  font-size: 28px;
  font-weight: 400;
  position: absolute;
  top: 25px;
  left: 30px;
}

.video-modal iframe {
  border: 5px solid rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25), 0px 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25), 0px 10px 10px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25), 0px 10px 10px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25), 0px 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25), 0px 10px 10px rgba(0, 0, 0, 0.22);
}

.video-modal .modal-content {
  padding: 0px;
  border: 0px none;
  position: fixed;
  width: 712px;
  left: 50%;
  margin-top: -200px;
  top: 50%;
  margin-left: -356px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: transparent none repeat scroll 0% 0%;
}

.video-content {
    position: relative;
    margin: 227px auto auto;
    width: auto;
    text-align: center;
}
.video-content a {
    margin-top: 10px;
}
.video-content h2 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
}
.video-content p {
    color: #fff;
    margin-top: -13px;
}
/*----------------------------------------------------
	6. Work  Section
------------------------------------------------------*/

.work-section {
  padding-top: 60px;
  padding-bottom: 100px;
  background: transparent url("../images/background/work.jpg") repeat 0% 0% / 100% auto;
}
 
.work-section .project-list .col-lg-3 {
  padding: 0px 5px;
}
.work-section .base-header  {
    margin-bottom: 50px;
}
.work-section .base-header h3 {
    text-align: left;
}
.work-section .base-header p {
    margin-top: -40px;
}
.work-section .hvr-shutter-in-horizontal {
    background: #353232;
	color: #fff !important;
}
/* Work items
------------------*/

.project-list .mix {
  display: none;
}

.project-filter {
    margin-top: 201px;
    background: #FFF;
	width: auto;
    height: auto;
    overflow:auto;
    margin-left: 110px;
    box-shadow: 0px 7px 65px 0px rgba(212, 208, 208, 0.21);
	padding-top:20px

}

.project_menu .hvr-underline-from-center::before {
  bottom: 0px;
  height: 2px;
}

.project-filter ul li.hvr-underline-from-center.active:before {
  background: transparent;
}


.project_menu .hvr-underline-from-center::before {
  background: #009f9c;
}

.project-filter ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  background: #000;
}

.project-filter ul li {
    padding-bottom: 3px;
    color: #555;
    cursor: pointer;
    margin-bottom: 17px;
    margin-left: 16px;
    float: left;
}

.project-filter ul li.active {
  display: inline-block;
}
.project-filter ul li.active {
    color: #009f9c;
    border-bottom: 2px solid #009f9c;
}
.project-filter ul li:hover {
  color: #009f9c;
}
.project_menu .hvr-underline-from-center::before {
    background: #009f9c;
}
.mask2 p {
    color: #009f9c;
}
.mask2 i {
    color: #009f9c;
}
.project-filter ul li i {
  margin-right: 4px;
}

.work-item {
  position: relative;
  margin-top: 10px;
}

.item {
  -webkit-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.mask2 {
  position: absolute;
  width: 100%;
  height: 73px;
  bottom: 0px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  background: #212121;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  transform: perspective(600px) rotateX(90deg);
  transform-origin: 50% 100% 0;
  transform-style: preserve-3d;
}

.work-item:hover .mask2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  height: 68%;
  width: 100%;
  transform: perspective(600px) rotateX(0deg);
  opacity: 1;
  visibility: visible;
}

.work-item:hover .mask2 h4 {
  margin-left: 0px;
}

.work-item:hover .mask2 p {
  margin-right: 0px;
}

.work-item:hover .mask2 {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.work-item:hover .items img {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.items img {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.items {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  overflow: hidden;
}

.mask2 h4 {
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -ms-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}

.mask-big  h4 {
  margin-top: 99px;
}

.mask2 p {
  margin-top: -16px;
  -webkit-transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -ms-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}

.mask2 i {
  font-size: 25px;
}

/* medical-guide-section
------------------------------------------------------*/

.medical-guide-section  {
    padding-top: 60px;
    padding-bottom: 100px;
}
.medical-guide-section .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    padding: 14px 20px;
	color: #565656;
}
.medical-guide-section .nav-tabs > li a {
    padding: 14px 20px;
    text-transform: capitalize;
    letter-spacing: 3px;
	color: #333;
}
.medical-guide-section .nav-tabs > li > a:hover {
    border-bottom: 1px solid #fff;
    background: transparent;
    cursor: pointer;
}
.guide-item h3 {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    letter-spacing: 3px;
	margin-top: 80px;
}
.guide-item {
    margin-top: 60px;
}
.guide-item-img {
    margin-left: -15px;
}
.guide-item .description {
    font-family: 'Abel';
    font-size: 18px;
    margin-top: -5px;
    padding-right: 0;
}
.guide-list {
    padding-top: 1px;
    padding-left: 0px;
    padding-bottom: 15px;
}
.guide-list li {
    padding-left: 30px;
    position: relative;
	list-style:none;
}
.guide-list li::before {
    content: "\3d";
    color: #a6a6a6;
    font-family: 'ElegantIcons';
    font-size: 16px;
    left: 0;
    top: 0px;
    position: absolute;
}
.medical-guide-section  .hvr-shutter-in-horizontal{
    background: #333;
	color:#fff;
}

/*----------------------------------------------------
   10. Blog Section
------------------------------------------------------*/

.blog-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
 
.blog-section .base-header h3{
    margin-top: 0px;
}
.blog-section .col-lg-6 .row  .col-lg-12 {
  margin-bottom: 20px;
}

.blog-post img {
  width: 100%;
  -webkit-transition: .6s transform;
  -moz-transition: .6s transform;
  -ms-transition: .6s transform;
  -o-transition: .6s transform;
  transition: .6s transform;
}

.blog-thumb-img {
  display: block;
  overflow: hidden;
}

.blog-thumb_1:hover .blog-thumb-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .6s transform;
  -moz-transition: .6s transform;
  -ms-transition: .6s transform;
  -o-transition: .6s transform;
  transition: .6s transform;
}

.blog-section .col-lg-6 .row .col-lg-12:hover .blog-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: .6s transform;
  -moz-transition: .6s transform;
  -ms-transition: .6s transform;
  -o-transition: .6s transform;
  transition: .6s transform;
}

.single-post-left {
  bottom: 0px;
  padding: 20px;
  background: #f8f8f8;
  height:100px;
}
.single-post-left a{
   margin-top: 20px;
}

.blog-section .hvr-shutter-in-horizontal {
    background: #353232;
	color: #fff;
}

.blog-foot {
    margin-bottom: 6px;
    font-family: 'Cormorant Unicase', serif;
    letter-spacing: 2px;
}

.single-post-left_1 a {
  color: #333;
  font-family: 'Cormorant Unicase', serif;
    letter-spacing: 2px;
}
 
.single-post-left_1 a i {
  margin-left: 5px;
  font-size: 13px;
}

 

.blog-content_1 a {
  margin: 0;
  font-weight: 700;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
  font-size: 19px;
  margin-top: 10px;
  font-family: 'Josefin Sans', sans-serif;
}


.single-post {
  width: 55%;
  float: left;
  background: #F9F6F6;
  padding: 15px 0;
}

.single-post-warper {
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  position: relative;
  left: 15px;
  padding: 40px 60px;
  box-shadow: 0px 7px 65px 0px rgba(215, 213, 213, 0.31);
}

.date-sty {
  font-size: 30px;
  font-weight: 700;
}

.blog-content a {
  font-size: 19px;
  margin: 0;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 700;
  color: #333;
}

.blog-thumb {
  width: 45%;
  float: right;
  height: 203px;
  overflow: hidden;
}

.blog-thumb img {
  background: #fff url("../images/blog/blog-1.jpg") no-repeat;
  height: 100%;
}

/*----------------------------------------------------
   9.Testimonial Section 
------------------------------------------------------*/

.pricing-section {
  background: url("../images/background/pt.jpg") no-repeat 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
 
}

.pricing-section {
  padding-bottom: 100px;
  padding-top: 100px;
}

.pricing-section .base-header {
  width: 425px;
  margin-bottom: 50px;
}
.pricing-section .hvr-shutter-in-horizontal {
    color: #fff !important;
    border: transparent;
}
.pricing-section .hvr-shutter-in-horizontal::before {
    background: #353232 !important;
}
.pricing-box {
  border: 1px solid #EAEAEA;
  position: relative;
  text-align: center;
  background: #F6F6F6;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  -webkit-box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.12);
}

.pricing-box h3 {
  font-size: 36px;
  letter-spacing: 3px;
  margin: 0;
  padding: 35px 0;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
  text-transform: capitalize;
  font-weight: 700;
}

.pricing-features {
  padding: 0;
  margin: 20px 0;
  list-style-type: none;
}

.pricing-features li {
  float: none;
  letter-spacing: 2px;
  padding: 6px 15px;
  text-transform: uppercase;
  color: #2e2e2e;
  font-size: 14px;
}

.pricing-box p {
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.pricing-box a span {
  font-size: 16px;
  position: relative;
  top: -8px;
  padding-right: 3px;
  font-weight: 700;
}

.pricing-box a sub {
  font-size: 16px;
}

.pricing-box p {
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.pricing-box a {
  margin-bottom: 37px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif;
}

.pricing-box h3:before,
.pricing-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

.pricing-box .btn-chos:active,
.blog-post .btn-chos:focus {
  color: #000 !important;
}

.clientCont {
  padding-left: 391px;
  margin-top: -43px;
  z-index: 99;
  position: relative;
}

.clientCont a {
  border: 1px solid #fff;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 20px;
  padding: 7px 15px;
  margin-right: -3px;
}

.clientCont .next {
  border: 1px solid #fff;
  color: #fff;
  background: #333;
  margin-top: 16px;
  position: relative;
  top: 5px;
  padding: 2px 14px;
}

.client-say {
  padding-right: 0px;
  padding-left: 0px;
}
 

.pricing-section .col-lg-offset-2 {
    margin-left: 26%;
}
 
.testimonial-content {
  border: 5px solid #FFF;
  padding: 70px 30px;
  margin-top: -10px;
}

.testimonial-content  h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  font-size: 35px;
}

.testimonial-content p {
  color: #E6D6D6;
  text-align: justify;
}

.pricing-section .owl-theme .owl-controls .owl-page.active span {
  height: 4px;
}

.pricing-section .owl-theme .owl-controls .owl-page span {
  width: 45px;
  height: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #333;
  display: inline-block;
}
.testimonial-box {
    text-align: center;
    padding: 40px 72px;
    margin-top: 50px;
    color: #fff;
    background: #333;
}
.testimonial-box img,
.cus-title {
  margin-top: 70px;
}

.testimonial-box p {
  color: #EDEDED;
}

.testimonial-box p::before {
  content: "“";
  position: relative;
  font-size: 55px;
  top: 20px;
  left: -15px;
}

.testimonial-box span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.cus-title {
  text-align: left;
}

.testimonial-box .tes-degree {
  font-size: 13px;
  color: #333;
}







/*----------------------------------------------------
  10. Testimonial Section (Marketing Page)
------------------------------------------------------*/

.testimonials-section {
    background: #F7F8F6;
    padding: 100px 0px;
    background: url("../images/background/m_testimonial.jpg") no-repeat 50% 50%;
}

.user-rev-col {
  color: #848282;
  display: inline-block;
  padding: 35px 24px;
  position: relative;
  width: 100%;
}

.testimonials-section .testimonial_cursl {
  background: #fff;
  box-shadow: 0 7px 33px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 7px 33px 0 rgba(0, 0, 0, 0.12);
-webkit-box-shadow: 0 7px 33px 0 rgba(0, 0, 0, 0.12);
-o-box-shadow: 0 7px 33px 0 rgba(0, 0, 0, 0.12);
 
}
.single_testimonial_item {
    padding: 0px 40px;
	padding-left: 85px;
}
.single_testimonial_item .t_client_image {
    width: 130px;
    height: 130px;
    padding: 10px;
	background: rgba(134, 127, 127, 0.22);
}
.single_testimonial_item .t_client_image img {
    box-shadow: 0 0px 32px 0 rgba(0, 0, 0, 0.12);
    border: 4px solid #f8f3f3;
}
.testimonials-section .owl-carousel .owl-wrapper-outer {
    z-index: 1;
    top: -42px;
}
.single_testimonial_item .client_info h3 {
    color: #3c3a3a;
    font-size: 18px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 700;
	letter-spacing:2px;
}
.single_testimonial_item .client_info h4 {
    text-transform: capitalize;
    margin-top: -15px;
    font-weight: 700;
    color: #747474;
    font-size: 13px;
}
.t_client_logo {
    padding-bottom: 20px;
}
.single_testimonial_item .testimonial_text {
    padding-top: 100px;
    padding-right: 55px;
}
.single_testimonial_item .testimonial_text p {
    color: rgba(55, 55, 55, 0.7);
    font-size: 16px;
    line-height: 30px;
}
.single_testimonial_item .testimonial_quote {
    padding-top: 87px;
}
.testimonials-section .owl-theme .owl-controls {
    margin-top:-36px;
    text-align: center;
}
.testimonials-section .testimonial_cursl.owl-theme .owl-controls .owl-page span {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
  width: 12px;
  height: 2px;
  margin: 5px 2px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-top: -35px;
  background: #C3C3C3 ;
}

.testimonials-section .testimonial_cursl.owl-theme .owl-controls .owl-page.active span {
  width: 20px;
  background: #333;
}
 
 /*   client
---------------------------*/

.right-contant a {
  display: inline-block;
  padding: 35px  74px;
  margin-top: 20px;
}

.right-contant img {
  max-width: 170px !important;
  margin: auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
.right-contant img:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
/*----------------------------------------------------
    10. Client Section 
------------------------------------------------------*/

.client-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f7f7f7;
}

.client-box {
  width: 100%;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0);
  -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,0);
  -ms-box-shadow: inset 0 0 0 1px rgba(0,0,0,0);
  -o-box-shadow: inset 0 0 0 1px rgba(0,0,0,0);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0);
  min-height: 120px;
  max-height: 120px;
  line-height: 120px;
}
 

.client-box,
.client-box img,
.client-box:hover,
.client-box:hover img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.client-section .owl-theme .owl-controls {
  margin-top: 38px;
}

.client-section .owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}

.client-box img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-opacity: .5;
  -moz-opacity: .5;
  -ms-opacity: .5;
  -o-opacity: .5;
  opacity: .5;
}

.client-box:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

.client-section .owl-theme .owl-controls .owl-page.active span {
  background: #000;
}

.client-section .owl-theme .owl-controls .owl-page span {
  width: 20px;
  height: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #c3c3c3;
  display: inline-block;
}
/*----------------------------------------------------
   11. Contact  Section
------------------------------------------------------*/
.map-container {
    top: -197px;
    position: relative;
}
  .map-container iframe {
    width: 100%;
    border: none; 
	height: 450px; 
}

.map-info-box {
  width: 300px;
  font-size: 1.2em;
  line-height: 1.8;
}
 
.contact-section .inner-contact {
    z-index: 9;
    position: relative;
    top: 100px;
}

.contact-info {
    position: relative;
    top: 10px;
}
.contact-info h3.small {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px;
}

.contact-info p {
  margin: 0px;
  font-size: 13px;
  color: #000;
}
.contact-form .base-header h3 {
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 0px;
    margin-top: -5px;
}
.contact-form .base-header small {
    font-size: 13px;
    letter-spacing: 3px;
    margin-bottom: 4px;
    margin-top: 6px;
}
.contact-form .header-sign {
    font-size: 19px;
    left: 3px;
}
.contact-form .header-sign2 {
    font-size: 19px;
    left: -3px;
}
@media screen and (max-width: 767px) {
  .contact-info .col-sm-4 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .contact-info .col-sm-4:last-child {
    margin-bottom: 0;
  }
}

.contact-warper {
    background: #fff;
    box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.12);
    padding: 30px;
}
.form-control {
    color: #555;
    background-color: #edf6f6;
    background-image: none;
    border: 1px solid #edf6f6;
    border-radius: 1px;
    box-shadow: none;
}
.form-control:focus {
    border-color: #e3e6e6;
    box-shadow: none;
}
.submit-button:hover {
    color: #E5E5E5;
}
.submit-button {
   margin-top: 20px;
}

/*----------------------------------------------------
   12. Footer Section
------------------------------------------------------*/
.footer-section {
    margin-top: -205px;
	float: left;
	width: 100%;
	padding: 66px 0 0 0;
	color: #bababa;
	background: transparent url("../images/footer_bg.jpg") repeat 0% 0% / 100% auto;
}
.footer-indx {
    margin-top: 0px;
}
.footer-section .widget {
    padding-bottom: 15px;
}
.footer-section .widget h5 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.footer-section .widget p {
    color: #bababa;
    padding-right: 44px;
    margin-top: 20px;
}
.footer-section .widget img {
    margin-top: 34px;
}

.recent-post {
    margin: 0;
    padding: 0;
}
.recent-post li {
    border-bottom: 1px dashed transparent;
    list-style: none;
    margin: 0 0 -11px 0;
    position: relative;
    border-color: #454545;
    padding: 0 0 0px 50px;
}
.recent-post li:last-child{
	border-bottom: transparent;
}

.footer-section .recent-post li a {
    color: #bababa;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}
.footer-section .recent-post li a:hover {
    color: #bababa;
	text-decoration: underline;
 
}
.footer-section .recent-post-date {
    position: absolute;
    width: 37px;
    height: auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    padding: 8px;
    border-radius: 2px;
    left: 0;
    top: 5px;
    color: #fff;
}
 
.widget_mailchimp .email {
    display: block;
    outline: 0px none;
    margin: 0px 0px 10px;
    text-align: left;
    vertical-align: top;
    height: 40px;
    max-width: ;
    width: 100%;
    padding: 0px 20px;
    line-height: 50px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(224, 224, 224);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05) inset;
    color: rgb(153, 153, 153);
    font-size: 14px;
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 300ms;
    transition: all 300ms ease 0s;
	padding-left: 55px;
}
.mailchimp-subtitle {
    line-height: 24px;
}
.widget_mailchimp form {
    margin-bottom: 0;
    position: relative;
    text-align: center;
    margin-top: 13px;
}
.widget_mailchimp form > .icon {
    position: absolute;
    top: 8px;
    z-index: 55;
    font-size: 18px;
    left: 20px;
    color: #D1D1D1;
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
.icon-mail6::before {
    content: "\e010";
}
.widget_mailchimp .mc-embedded-subscribe {
    width: 100%;
    padding: 10px 24px;
    border: transparent;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.widget_mailchimp .mc-embedded-subscribe:hover {
    box-shadow: 0px 20px 42px -10px rgba(0, 0, 0, 0.92);
    color: #f0e7e7;
}
.footer-social-links ul {
	margin-left: -39px;
}
 
.footer-social-links ul li {
    display: inline-block;
    position: relative;
    margin: 10px 5px 0;
    font-family: "Josefin Sans";
    line-height: 1em;
    vertical-align: top;
}
.footer-social-links ul li a {
    display: inline-block;
    text-align: center;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 21px;
    border: 1px solid #bababa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #bababa;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.contact_info ul {
    padding: 0;
}
.contact_info ul li {
    position: relative;
    padding-left: 30px;
	list-style:none;
}
.footer-section .widget.contact_info ul li  p{
    margin-top: 16px;
}
.contact_info ul li i {
    position: absolute;
    top: 2px;
    left: 0;
    color: #bababa;
    font-size: 20px;
}
 


.subfooter {
    float: left;
    width: 100%;
    background: #181818;
    text-align: center;
    margin-top: 20px;
    padding: 30px 100px 10px 100px;
    color: #bababa;
}
.subfooter p {
    color:rgba(255, 255, 255, 0.58);
    float: left;
    margin-left: -12px;
	font-size: 13px
}
.subfooter p a{
    color:rgba(255, 255, 255, 0.70);
}
.scrollup {
    display: inline-block;
    text-align: center;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #cfcfcf;
    color: #cfcfcf;
    float: right;
}

.scrollup span {
    font-size: 32px;
    line-height: 41px;
}
.scrollup:hover {
    color:rgba(255, 255, 255, 0.90);
}

/*
   Marketing Footer Section
---------------------------------------*/
.footer-marketing{
	margin-top: 0px;
}

/*
   Marketing Footer Section
---------------------------------------*/
.creatiive-footer{
	margin-top: 0px;
}

/*
   landingpage Footer Section
---------------------------------------*/
.landing-footer {
    background-color: #FBF4F4;
    color: #5F5F5F;
    padding-top: 70px;
}
.landing-footer .social_footer {
    margin-top: 15px;
    margin-bottom: 63px;
}
.landing-footer .social_footer a {
    margin: 0px 12px;
    font-size: 18px;
    color: #ef6b4c;
}

.landing-footer .copyright {
    padding:30px 5px;
	background-color: #f7f7f7;
	font-size: 14px;
}

/*======================================
     15. Blog Page
======================================*/
 
header.blog-banner {

 
    background-attachment: fixed;
    box-sizing: border-box;
    height: 170px;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
}
.page-footer {
    margin-top: 0px;
}
.blog-header{
    padding-left: 30px;
}
.blog-header h3 {
    color: #000;
    text-transform: capitalize;
    font-size: 45px;
    letter-spacing: 3px;
    padding-bottom: 8px;
    font-weight: 900;
	text-align: left;
}
.blog-header h3::before {
    content: "";
    display: block;
    top: 50px;
    left: 3px;
    width: 61px;
    height: 4px;
    position: relative;
}
.blog-header h4 {
    color: #5F5F5F;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 5px;
    display: block;
    margin-bottom: -25px;
	text-align: left;
}
.blog-area {
    padding-top: 50px;
    padding-right: 70px;
}
.blog-post-list {
  margin-bottom: 50px;
}

.blog-post-list:last-of-type {
  margin-bottom: 0px;
}
.page-content .hvr-shutter-in-horizontal {
    background: #353232;
    color: #fff !important;
}
/* - Comming Soon Page 
============================*/ 
.comming-sn-nav {
    background: transparent;
}
header.comming-sn {
    background: transparent url("../images/slider/comming.jpg");
    height:auto;
}
.countdown {
    margin-top: -50px;
}
.countdays{
    font-size: 30px;
    color: #000;
	font-family: 'Cormorant Unicase', serif;
	letter-spacing: 4px;
}
.counthour{
    font-size: 30px;
    color: #000;
	font-family: 'Cormorant Unicase', serif;
	letter-spacing: 4px;
}
.count-title {
    font-size: 70px;
    line-height: 70px;
    color: #ef6b4c;
    letter-spacing: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.comming-sn #em_txt {
    background: transparent;
    color: #000;
}
.comming-sn h4 {
    text-align: center;
    margin-top: 73px;
}
/* - Not Found Page 
============================*/ 
header.not-fud {
    background: transparent url("../images/slider/404.jpg");
    height:700px;
}

.not-fud .blog-header h4 {
    font-size: 170px;
    letter-spacing: 13px;
    margin-top: 62px;
	color: #262525;
}
.not-fud .blog-header h5 {
    font-size: 40px;
    text-align: left;
    margin-top: 117px;
}
.not-fud .blog-header h6 {
    font-size: 18px;
    text-align: left;
    margin-top: -45px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.not-fud .hvr-shutter-in-horizontal {
    float: left;
    color: #ddd;
    background: #262525;
    border-radius: 28px;
}
.not-fud .hvr-shutter-in-horizontal::before {
    background: #5F5F5F;
    border-radius: 28px;
}
.not-fud .hvr-shutter-in-horizontal:hover::before, .not-fud .hvr-shutter-in-horizontal:focus::before, .not-fud .hvr-shutter-in-horizontal:active::before {
    background: #fff;
}

/* - Entry Cover */

.blog-post-list .entry-cover {
  margin-bottom: 30px;
  overflow: hidden;
}
.blog-post-list .entry-cover img {
	transition: all 0.4s ease 0s;
	display:block;
	width: 100%;
}
.blog-post-list .entry-cover :hover img {
    transform: scale(1.05);
    transition: all 0.4s ease 0s;
	opacity:.7
}
/* - Post Meta */

.blog-post-list .post-meta {
  position: absolute;
  border-right: 1px solid #ececec;
  text-align: center;
}

.blog-post-list .post-meta [class*="post-"] {
  border-bottom: 1px solid #ececec;
  padding-bottom: 16px;
}

.blog-post-list .post-meta [class*="post-"]:last-of-type {
  border-bottom: none;
}

.blog-post-list .post-meta a {
  display: inline-block;
  width: 100%;
  padding-top: 16px;
  padding-right: 15px;
  padding-left: 15px;
}
 .entry-meta a, .entry-date a{
    color: RGBA(51, 51, 51, 0.73);
	font-size: 13px;
}
.entry-date a {
    letter-spacing: 2px;
}
.blog-post-list .post-meta i {
  display: inline-block;
  font-size: 17px;
  transform: translateZ(0px);
  transition: all 0.4s ease-out 0s;
}
.blog-post-list .post-meta .post-share:hover  i , .blog-post-list .post-meta .post-comment:hover  i, .blog-post-list .post-meta .post-like:hover  i{
    transform: translateY(-5px);
}
.blog-post-list .post-meta span {
  font-family: 'Philosopher', sans-serif;
  font-size: 12px;
}


/* - Entry Meta */

.blog-post-list .entry-meta {
    color: #232c3b;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: inline-block;
}
 
.blog-post-list .entry-meta span {
    margin-left:20px;
    color: RGBA(51, 51, 51, 0.89);
    text-transform: capitalize;
	letter-spacing: 1px;
	font-size: 13px;
}

.blog-post-list .entry-meta a {
    color: RGBA(51, 51, 51, 0.73);
    text-transform: capitalize;
    text-decoration: none;
	font-size: 13px;
}


/* - Entry Title */

.blog-area .single-post .entry-title, .blog-area .blog-post-list .entry-title > a {
    text-decoration: none;
    color: #333;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: capitalize;
    position: relative;
    top: -22px;
}
.blog-post-list .entry-title > a:hover {
  text-decoration:underline;
  color:#000
}

.blog-post-list .entry-content p {
  padding-right: 30px;
  font-weight: 400;
  color: #000;
  line-height: 1.6em;
  font-size: 16px;
  position: relative;     font-family: "Poppins", Sans-serif;
 
}


.blog-post-list .entry-content li {
  padding-right: 30px;
  font-weight: 400;
  color: #000;
  line-height: 1.6em;
  font-size: 16px;
  position: relative;     font-family: "Poppins", Sans-serif; margin-bottom:20px;
 
}


.blog-post-list .entry-content a:hover {
  color: #000;
}
.blog-post-list .entry-content a {
  color: #fff;
  margin-top: -46px;
}
.blog-post-list .entry-content a.hvr-bounce-to-left::before {
    background: #424242;
}
 

/* - Pagination */

.blog-area .pagination {
  width: 100%;
  margin-bottom: 100px;
  margin-top: 13px;
}

.blog-area .pagination .pager {
    text-align: left;
    display: inline-block;
    margin: 10px 40px;
    position: relative;
    top: 8px;
}

.blog-area .pager li {
  position: relative;
  padding: 0 2px;
}
 
.blog-area .pager .pagi-big a{
	color: #333;
	font-size: 23px;
	font-weight: 700;
	color: #333;
}
.blog-area .pager li a {
    border: none;
    border-radius: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0;
    color: #8B8B8B;
    font-weight: 700;
}
.blog-area .pager-icon {
    font-size: 16px;
    left: 0px;
    position: relative;
    top: 6px;
	font-family: 'Cormorant Unicase', serif;
}
.blog-area .pager-icon:hover {
	color:#8B8B8B;
}
 

.blog-area .pagination  .pager li > a:focus,
.blog-area .pagination  .pager li > a:hover {
  background-color: transparent;
  color: #222;
}



/* -- Widget Area */

.widget-area {
  text-align: center;
  padding-top: 50px;
}

/* - Widget */

.widget {
  display: inline-block;
  margin-bottom: 40px;
  width: 100%;
}

/* - Widget Search */
.widget {
    margin-bottom: 40px;
}
.widget-search {
    border-bottom: 1px solid #C3C3C3;
    display: block;
}
.widget-search .input-group {
    padding-bottom: 16px;
}
.widget-search .input-group input {
    background: transparent none repeat scroll 0% 0%;
    border: 0px none;
    border-radius: 0px;
    transition: none 0s ease 0s;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
    height: auto;

}
.widget-search .input-group button {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border: medium none;
    font-size: 14px;
	color: #8D8D8D;
	padding: 0px 12px;
}
.input-group-btn {
    left: 0px;
}
 
/* - Widget Title */

.widget .widget-title {
    padding: 0px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    text-align: left;
    letter-spacing: 2px;
    margin: 0px 0px 25px;
	position: relative;
}
.widget .widget-title::before {
    content: "";
    display: block;
    font-size: 55px;
    top: 34px;
    left: 1px;
    width: 46px;
    height: 2px;
    background: #ef6b4c;
    position: relative;
}
 
 
/* - Categories Type */

.categories-type li {
  border-bottom: 1px solid #f0f0f0;
  padding: 11px 0;
  letter-spacing: 0.5px;
  list-style: circle;
}

.widget-post-categories .categories-type {
    text-align: left;
    display: inline-block;
    margin-top: -10px;
    width: 100%;
    margin-left: -53px;
}
.categories-type li a {
	color:rgb(141, 141, 141);
}
.categories-type li:hover a {
  color: #000;
}

.categories-type li span {
  float: right;
  clear: both;
}

/* - Recent Post */

.wiget-recent-post {
  margin-bottom: 22px;
}

.wiget-recent-post .widget-title {
  margin-top: 10px;
}

.recent-post-box {
  display: inline-block;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 13px;
  margin-top: 10px;
  width: 100%;
  position: relative;
}

.recent-post-box:last-of-type {
  border-bottom: none;
}

.recent-title {
  text-align: left;
  padding-right: 100px;
}

.recent-title > a {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333;
}
.recent-title > a:hover{
	text-decoration:underline;
	color:#333
}

.recent-title > p {
  font-size: 13px;
  color: #8B8B8B;
}

.recent-img {
  position: absolute;
  right: 0;
  top: 5px;
}

/* - Widget Instagram */
.instagram-photo-list {
    padding: 0px;
    margin: 0px;
    list-style: outside none none;
}
.instagram-photo-list li {
    padding: 4px;
    width: 50%;
    float: left;
}
.instagram-photo-list li img {
    transition: all 0.2s ease 0s;
}
.instagram-photo-list li:hover img {
    transition: all 0.2s ease 0s;
    opacity: 0.5;
}
.widget-instagram  img {
    width: 300px;
}


/* - Widget Tags */

.widget-tags {
  text-align: left;
  width: 100%;
}

.widget-tags .widget-title {
  display: inline-block;
  width: 100%;
}

.widget-tags > a {
  color: #8D8D8D;
  text-decoration: none;
  border: 1px solid #C3C3C3;
  padding:6px 13px;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
}

.widget-tags > a:hover {
  color: #000;
  transition: all 1s ease 0s;
  border-color: #000;
}


/* -- Single Blog */

.single-post .entry-content p {
  letter-spacing: 1px;
}

.single-post .entry-content blockquote {
  background-color: #fafafa;
  padding: 40px;
  border-left: none;
  color: #7e7e7e;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single-post .entry-content blockquote p {
  padding-right: 0;
}

.entry-bullet {
  display: inline-block;
  padding: 0 42px;
}

.entry-bullet ul li {
  display: inline-block;
  font-size: 18px;
  color: #777;
  margin-bottom: 20px;
  position: relative;
  padding-left: 21px;
}

.entry-bullet ul li::before {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  background-color: #3f51b5;
  top: 10px;
  left: 0;
}


/* - Single Share */

.single-share {
  display: inline-block;
  width: 100%;
  padding: 25px 0 15px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.single-share > ul {
  display: inline-block;
}

.single-share li {
  list-style: none;
  display: inline;
  color: #232c3b;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.single-share img {
  display: inline-block;
  margin-right: 20px;
}

.single-share ul li > a {
  color: #666;
  text-decoration: none;
  margin-right: 20px;
  position: relative;
}

.single-share ul li:first-child {
  padding-left: 15px;
}

.single-share ul li:nth-child(2) {
  margin-right: 5px;
  padding-right: 18px;
}

.single-share ul li:nth-child(2)::before {
  position: absolute;
  content: ":";
  font-size: 16px;
  right: 0;
  top: -7px;
}

.single-share ul li:hover a {
  color: #e91e63;
}

.blog-area .single-share .pagination {
  width: auto;
  float: right;
  margin-top: 10px;
  margin-bottom: 0;
}

.single-share .pagination ul li:first-child {
  padding: 0;
}

.single-share .pagination li:nth-child(2)::before {
  content: "";
  font-size: 15px;
}



/* - Comment Section */

.comment-section {
  display: inline-block;
  margin-top: 80px;
  margin-bottom: 45px;
}

.section-heading {
  font-size: 20px;
  color: #232c3b;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.comment-section .media-heading {
  margin-bottom: 20px;
}

.comment-section .media-left {
  float: left;
  clear: both;
}

.comment-section .media-left > img {
	/*position: absolute;*/;
}

.comment-section .media-list {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 15px;
}

.comment-section .media-content {
  border: 1px solid #ececec;
  padding: 25px 25px 40px 25px;
  margin-left: 25px;
  position: relative;
  display: inline-block;
}

.comment-section .media-content::after,

.comment-section .media-content::before {
  border: medium solid transparent;
  content: " ";
  height: 0;
  position: absolute;
  right: 100%;
  top: 20%;
  width: 0;
}

.comment-section .media-content::after {
  border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-width: 10px;
  margin-top: -11px;
}

.comment-section .media-content::before {
  border-color: rgba(194, 225, 245, 0) #f2f2f2 rgba(194, 225, 245, 0) rgba(194, 225, 245, 0);
  border-width: 12px;
  margin-top: -13px;
}

.comment-section .media-heading span:first-child {
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  display: inline-block;
  margin-right: 15px;
}

.comment-section .media-heading > span {
  color: #3f51b5;
  font-size: 10px;
  text-transform: uppercase;
}

.comment-section .media-content p {
  font-size: 15px;
  color: #999;
  line-height: 24px;
}

.comment-section .media-reply {
  float: right;
  clear: both;
}

.comment-section .media-reply  span {
  font-size: 11px;
  color: #333;
  text-transform: uppercase;
  position: relative;
  padding-right: 10px;
}

.comment-section .media-reply  span::after {
  position: absolute;
  content: "|";
  font-weight: 700;
  top: -2px;
  right: 0;
}

.comment-section .media-reply  a {
  font-size: 11px;
  color: #333;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 5px;
}

.comment-section .media-left .media-reply {
  display: inline-block;
  margin-top: 10px;
}



/* -- Leave Comment */

.leave-comment {
  display: inline-block;
  margin-bottom: 60px;
  width: 100%;
}

.leave-comment .section-heading {
  display: inline-block;
  margin-bottom: 30px;
}

.comment-form label {
  color: #333;
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.comment-form .form-control {
  border-radius: 0;
  box-shadow: none;
  min-height: 38px;
  border-color: #f1f1f1;
}

.comment-form textarea {
  display: inline-block;
  height: 139px;
}

.comment-form  input[type="submit"] {
  background-color: #3f51b5;
  color: #fff;
  box-shadow: none;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  width: 100%;
  font-size: 12px;
  padding: 10px 0;
  border: 1px solid transparent;
}

.comment-form  input[type="submit"]:hover {
  background-color: #fff;
  border-color: #3f51b5;
  color: #3f51b5;
  transition: all 1s ease 0s;
}
.contact-warper.blog-contact {
    box-shadow:none;
}
.blog-contact .form-control {
    color: #555;
    background-color: #edf6f6;
    background-image: none;
    border: 1px solid #edf6f6;
    border-radius: 1px;
    box-shadow: none;
}
.blog-contact .form-control:focus {
    border-color: #e3e6e6;
    box-shadow: none;
}
.blog-contact .submit-button:hover {
    color: #E5E5E5;
}
.blog-contact .submit-button {
   margin-top: 20px;
}
.blog-contact #Message{
    height: 90px;
}
/*  Sigle Blog Page 
======================= */
.three-column .blog-area {
    padding-right:10px;
}
.three-column .blog-area .pagination .pager {
    text-align: center;
}
 
.three-column .blog-area .prev {
    padding-left: 0px;
    text-align: left;
}
.three-column .blog-area .nxt {
    text-align: right;
    margin-left: -15px;
}

/*===================================================
   16. Sigle Blog Page 
====================================================== */
.author-data {
    border: 1px solid #F2F2F2;
    padding: 10px;
    display: block;
}
.mb50 {
    margin-bottom: 50px !important;
}
.author-data .author-img {
    float: left;
    width: 100px;
    height: 100px;
}
.author-data .author-img img {
    width: 100%;
    height: 100%;
}
.author-data strong.author-title {
    margin-left: 30px;
    text-transform: uppercase;
    font-weight: 300;
    color: #000;
    line-height: 25px;
    font-size: 13px;
    letter-spacing: 2px;
}
 
.author-data p {
    margin-left: 131px;
	font-weight: 300;
	color: #8B8B8B;
	font-size: 14px;
}

/*   Single Comment
---------------------------- */
.mb70 {
    margin-bottom: 70px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.section-title h3, .section-title h2 {
    margin-top: 0px;
    font-size: 16px;
    position: relative;
    margin-bottom: 70px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}
.section-title h3:before, .section-title h2:before {
	content: "";
	display: block;
	font-size: 55px;
	top: 34px;
	left: 1px;
	width: 46px;
	height: 2px;
	background: #ef6b4c;
	position: relative;
}
 
.comments {
    padding: 0px;
    margin: 0px;
}
.comments li {
    list-style: outside none none;
}
.comments li .comment {
    border: 1px solid #F2F2F2;
    padding: 8px 8px 10px;
    position: relative;
    overflow: hidden;
    margin-bottom:40px;
}
.comments li .comment img.comment-avatar {
    float: left;
    margin-right: 10px;
	border-radius: 50%;
}
.comments li .comment strong.commenter-title {
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
	color:#8B8B8B;
	letter-spacing:2px;
	margin-left: 85px;
}
.comments li .comment strong.commenter-title a {
    color: #000;
}
.comments li .comment span.comment-date {
    display: block;
    font-size: 11px;
    margin-bottom: 16px;
    color: #8B8B8B;
    margin-left: 85px;
    margin-top: 0px;
    text-transform: uppercase;
}
.comments li .comment span.comment-reply {
    right: 16px;
}
.comments li .comment span.comment-reply a {
    color: rgba(39, 39, 39, 0.67);
    background: #FFF;
    transition: all 0.5s ease 0s;
    border: 2px solid rgba(39, 39, 39, 0.42);
    font-size: 11px;
    padding: 2px 14px;
    text-transform: uppercase;
}
.comments li .comment span.comment-reply a:hover {
    background: rgba(39, 39, 39, 0.64);
    color: #fff;
}
.comments li .comment span.comment-reply a i {
    font-size: 11px;
}
.comments li .comment p:last-child {
    margin-bottom: 0px;
	font-weight: 300;
	color: #8B8B8B;
}
.comments li > ul {
    padding-bottom: 7px;
}
.comments li .comment p {
    margin-top: 7px;
	font-size: 14px;
}
.blog-contact .btn-chos {
    border: 1px solid #ef6b4c;
    background: #ef6b4c;
}
.blog-contact .btn-chos:hover {
    background: #424242 ;
	color:#fff ;
	border: 1px solid transparent;
}
.blog-contact {
    padding:0px;
    margin-bottom: 100px;
	margin-top: 0px;
}
.blog-contact .form-group{
    padding-right: 10px;
    padding-left:0px;
}

/*
   Single blog fullPage 
========================= */ 
.blogfullPage .blog-area {
    padding-right:15px;
}

/*
   Blog Post 2nd
--------------------*/

.single-post-right{
    float: right;
}
.single-post-right .blog-foot a {
    text-align: left;
    margin-left: 92px;
}
.single-post-right .blog-foot a:hover {
    color:#000;
}
.single-post-warper-right {
    left: 0px;
	z-index: 9;
}
.single-post-warper-right .blog-content a {
    text-align: left;
}
.single-post-warper-right .blog-content .entry-parag  {
    text-align: left;
}
.blog-thumb-left {
    float: left;
    position: relative;
    left: 35px;
}
.blog-content .entry-author {
    font-size: 12px;
    color: rgb(150, 148, 148);
    text-transform: capitalize;
    letter-spacing: 2px;
}
 /*
   Blog List Page
--------------------*/
.blog-list-page .single-post {
    padding:15px ;
}
.blog-list-page .single-post {
    width: 50%;
    float: left;
    background: #fff;
    padding: 15px 12px;
}
.blog-list-page .single-post-warper {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    position: relative;
    left: 0px;
    padding: 20px 30px;
    box-shadow: 0px 7px 65px 0px rgba(210, 192, 192, 0.3);
}
.single-post-warper-right .blog-content .entry-title {
    text-align: left;
	display:block;
	letter-spacing: 3px;
	font-family: 'Cormorant Unicase', serif;
}
.single-post-warper-right .blog-content .entry-title:hover {
    text-decoration:underline;
}
.blog-list-page .single-post-warper-right .blog-content .entry-author {
	display:inline-block;
	letter-spacing: 1px;
}
.blog-list-page .blog-foot {
	display:inline-block;
}
.blog-list-page .single-post-right .blog-foot a {
    margin-left: 10px;
    font-size: 12px;
    color: rgb(150, 148, 148);
	letter-spacing: 0px;
}
.blog-list-page .blog-foot .date-sty {
    font-size: 18px;
}
.blog-list-page .hvr-shutter-in-horizontal,.blog-full-widthh .hvr-shutter-in-horizontal {
    display: block;
    width: 0%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: 30px;
}
.blog-list-page .hvr-shutter-in-horizontal:hover,.blog-full-widthh .hvr-shutter-in-horizontal:hover {
    color: #fff;
}
 /*
   Blog Full Width
--------------------*/
.blog-full-widthh .single-post-warper {
    background: #fff;
	position: relative;
	left: 35px;
	padding: 28px 43px;
	box-shadow: -5px 13px 42px 0px rgba(215, 212, 212, 0.81);
	top: 0px;
	transition: all 0.4s ease-out 0s;
}
.blog-full-widthh .single-post-warper-right {
    left: 0px;
    z-index: 9;
}
.blog-full-widthh .single-post {
    background: transparent;
	margin-bottom:50px;
}
.blog-full-widthh .entry-title {
	text-align: left;
	display: block;
	letter-spacing: 3px;
	font-family: 'Cormorant Unicase', serif;
}
.blog-full-widthh .blog-foot {
	display:inline-block;
}
.blog-full-widthh .blog-foot a {
    margin-right: 20px;
    font-size: 12px;
    color: rgb(150, 148, 148);
    letter-spacing: 0px;
}
.blog-full-widthh .date-sty {
    font-size: 20px;
}
.blog-full-widthh .single-post-right .blog-foot a {
    text-align: left;
    margin-left: 0px;
}
.blog-full-widthh .blog-foot a:hover {
    color: rgb(110, 107, 107);
}
.blog-full-widthh .blog-content .entry-title:hover {
    text-decoration: underline;
}
.blog-full-widthh .blog-content p{
	margin-bottom: 5px;
	margin-top: 5px;
   
}
.blog-full-widthh .blog-thumb {
    height: 100%;
}

.three-column  .pagination {
    padding-left: 15px;
}
/*===================================================
   17. Work Page 
====================================================== */

.work-page .project-filter {
    margin-top: -20px;
}
.work-page .project-filter ul li {
    float: left;
}

.work-section-page{
	padding:100px 0;
}
 

.workfooter {
    margin-top:0px;
}
/*==================================================== 
  18. Single Work page
*======================================================*/

/* ## portfolioitem ## */
.portfolioitem {
    padding-top: 100px;
    padding-bottom: 70px;
}
.portfolioitem img {
	width:100%;
	transition: all 0.4s ease 0s;
	opacity: 0.9;
}
.portfolioitem img:hover {
    opacity:1;
}
.defaultProjectDetails {
    color: #333;
    font-size: 16px;
}
.defaultProjectDetails span:nth-child(1) {
    font-size: 17px;
}
.defaultProjectDetails h6 {
    color: #8D8D8D;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 37px;
    padding: 0px 28px;
    margin-top: 12px;
	font-family: 'Roboto', sans-serif;
}
 
.contectSec p {
    color: #8D8D8D;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 48px;
}
.defaultProjectDetails a{
    color: #8D8D8D;
} 
.defaultProjectDetails a:hover {
    color: #000;
    text-decoration: underline;
}

/* ## otherWorks ## */

.otherWorks {
    margin-bottom: 68px;
    margin-top: -24px;
}
.otherWorks .container {
	padding: 24px 0px;
	cursor: pointer;
	transition: all 0.4s ease-out 0s;
}
.otherWorks a:hover{
    
}
 
.otherWorks .hvr-shutter-in-horizontal {
    background: #333;
    color: #fff;
}

/* Work Page Two
*========================*/
.work-two {
    padding-top: 60px;
    padding-bottom: 100px;
    background:transparent;
}
.work-two .project-filter ul li {
    margin-right: 16px;
    margin-left: 0px;
}
.work-two .project-filter ul li.active {
    background:transparent;
    border-radius: 3px;
	color:#000;
}
.work-two .work-item {
    margin-top: 30px;
}
.work-two .work-two-warper {
    padding: 40px;
    padding-bottom: 80px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 51px 0px rgba(0, 0, 0, 0.14);
}
.work-two .base-header p {
    width: 57%;
    margin: -36px auto 40px;
    margin-top: -36px;
    margin-bottom: 40px;
}
.work-two .project-filter {
    margin-bottom: 0px;
    margin-top: -12px;
    background: transparent;
    margin-left: 0px;
}
.work-two .items img {
    width: 100%;
}
.work-two .btn-chos {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 1%;
    overflow: hidden;
    top: 40px;
}

/* single-work-full-width
*============================*/
.related-portfolio {
    padding-bottom: 100px;
}
.portfoliodesc {
    margin-top: -40px;
    margin-bottom: 80px;
}
.portfoliodesc .project-details p {
    margin-top: 0px;
}
.portfoliodesc .about-text-left {
    margin-bottom: 18px;
}
.portfoliodesc .social_footer{
    text-align: center;
}
.portfoliodesc .social_footer {
    margin-top: 15px;
    margin-bottom: 63px;
}
.portfoliodesc .social_footer a {
    margin: 0px 12px;
    font-size: 18px;
    color: #ef6b4c;
}

/* About Page
*========================*/
.about-contact {
    padding-top: 0px !important;
	margin-top: -100px;
}
.about-left {
    font-size: 18px;
 
	text-align: center;
}
.about-left h3 {
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.about-left small {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    line-height: 0.8;
    letter-spacing: 8px;
    margin-bottom: 22px;
	color: #ef6b4c;
}
.about-right img {
    -webkit-box-shadow: 5px 8.7px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 8.7px 20px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 5px 8.7px 20px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 5px 8.7px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 8.7px 20px rgba(0, 0, 0, 0.2);
    margin-left: -10px;
}
.about-section .about-left .hvr-shutter-in-horizontal {
    background: #353232;
    color: #fff !important;
	margin-top: 15px;
}
/* About Page Two
*========================*/
.about-two .about-right img {
    width: 100%;
}
/* 
    Subcribe Form
*==========================*/	
.nwsletter {
    margin-top: -100px;
}
.nwsletter .base-header p{
    margin-top: -25px;
    margin-bottom: 50px;
	font-size:13px;
	color: #9F9F9F;
	font-weight:bold;
}
#em_sub {
    padding-bottom: 100px;
}
#em_txt {
    border: transparent;
    border-bottom: 1px solid #000;
    width: 75%;
	text-align: center;
	padding: 10px;
	font-size: 13px;
}
#em_txt:focus {
    border: transparent;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
    border-bottom: 1px solid #ddd;
}
#em_subbut{
    background: rgb(51, 51, 51) none repeat scroll 0% 0%;
    border: medium none transparent;
    padding: 9px 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin: 20px auto 0px;
    margin-top: 20px;
    color: rgb(255, 255, 255);
}
	


/*==================================================== 
  20. Contact Page  
*======================================================*/
.contact-page .achieve-header {
    padding-top: 100px;
    padding-bottom: 50px;
}
.contact-page .form-control:focus {
    border-color:rgba(10, 11, 10, 0.14);
}
.contact-page .form-control {
    border-color:rgba(10, 11, 10, 0.14);
}

/* Contact Page Two
*========================*/
.contact-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.contact-two .base-header h3 {
    text-align: center;
}
.contact-two .contact-addrs{
    text-align: center;
}
/* Contact Page three
*========================*/
 
.contact-three {
    padding: 100px 0px;
}
.contact-three .contact-addrs  {
    margin-top: -30px;
}
.contact-three .submit-button,.contact-two .submit-button {
    margin-left:15px;
}

/*==================================================== 
  21. Service Page One
*======================================================*/	
.service-page-two {
    background:#F9F9F9;
}
.service-page-two .base-header h3 {
    color: #000;
}
.service-page-two .base-header p {
    color: #3b3b3b;
}
 
.service-page-two .icon-fea {
    color: #000;
}
.service-page-two .fea-left {
    color: #000;
}
.service-page-two .fea-about-info {
    color: #000;
}
.service-page-two .timeline_posts .col-lg-6 {
    border: 1px solid #f3eded;
}
.service-page-two .row .service-item:hover .fea-left {
    color: #000;
}
.service-page-two .row .service-item:hover .icon-fea::before {
    color: #000;
}
.service-page-two .hvr-shutter-in-horizontal {
    background: #333;
	color:#fff;
}
.service-pagetwo-nwsletter {
    margin-top: 50px;
}
.service-page-nwsletter {
    margin-top:0px;
}

/*==================================================== 
  Single Service Page
*======================================================*/
.single-service-page {
    padding-bottom:100px;
}

.service-page-title {
    margin-bottom: -88px;
    margin-top: 60px;
}


.contact-section .submit-button {
    background: #000;
    border: 1px solid #000;
}



.container2 {
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
  margin: 20px 0;
}

.question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

.question.active + .answercont {
}

@media screen and (max-width: 790px){
  html {
    font-size: 14px;
  }
  .wrapper {
  width: 80%;
}
}


.breadcrumb {
  font-family: "Poppins",sans-serif;
  font-size: 14px;
  color: #555;
  margin: 15px 0;
}

.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb a {
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.breadcrumb .separator {
  margin: 0 6px;
  color: #aaa;
  user-select: none;
}


.byz1 h2{ color:#69b2b1; font-weight:600; font-size:20px; font-family: "Cinzel", serif;}
.byz1 p{ font-size:18px; color:#000;   font-family: "Cormorant Garamond", serif;  }


.ysl1 h2{ color:#000; font-weight:600; font-size:20px; font-family: "Cinzel", serif;}
.ysl1 p{ font-size:18px; color:#fff;   font-family: "Cormorant Garamond", serif; }

.ysl1 ul li{ font-size:18px; color:#000;   font-family: "Cormorant Garamond", serif; font-weight:700; margin-bottom:20px }


.ysl2 h2{ color:#000; font-weight:600; font-size:20px; font-family: "Cinzel", serif;}
.ysl2 p{ font-size:18px; color:#000;   font-family: "Cormorant Garamond", serif; font-weight:800; }

.bolum{font-size:17px; text-transform:uppercase; font-family: "Cinzel", serif; font-weight:600;}