* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%;
	width: 100%;
}
body {
	font-size:15px;
	color:#000;
	line-height:24px;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, table, caption, tbody, tfoot, thead, tr, th, td, figure {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
img, fieldset, abbr, acronym {
	border: 0;
}
article, aside, figure, figcaption, hgroup, footer, header, nav, section, video, object {
	display: block;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	font-family:'Lato', Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}
ul li, ol li {
	list-style: none;
}
img {
	border: none;
	display: block;
	max-width:100%;
}
a, a:link {
	color: #11afbf;
	text-decoration: none;
	outline: none;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #000;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

@font-face {
 font-family: 'FontAwesome';
 src: url('../fonts/fontawesome-webfont.eot?v=4.6.1');
 src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
*, ::after, ::before {
box-sizing: border-box;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fa-twitter:before {
	content: "\f099";
}
.fa-linkedin:before {
	content: "\f0e1";
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a";
}
.fa-pinterest:before {
	content: "\f0d2";
}
.fa-pinterest-square:before {
	content: "\f0d3";
}
.fa-google-plus-square:before {
	content: "\f0d4";
}
.fa-google-plus:before {
	content: "\f0d5";
}
.fa-youtube-square:before {
	content: "\f166";
}
.fa-youtube:before {
	content: "\f167";
}
.fa-caret-down:before {
	content: "\f0d7";
}
.fa-caret-right:before {
	content: "\f0da";
}.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-right:before {
	content: "\f105";
}
.container-area-1
{
	max-width:1180px;
	width:100%;
	margin:0 auto;
}
.container-area {
	max-width:1180px;
	width:100%;
	margin:0 auto;
	padding: 20px 0;
}
.container-area3 {
	max-width:700px;
	width:100%;
	margin:0 auto;
}
.container-area1 {
	max-width:940px;
	width:100%;
	margin:0 auto;
}
.clear {
	clear:both;
}
.logo-area {
	float:left;
	padding:8px 0px 12px 0;
}
.logo-area img {
	max-width: 350px;
	height: auto;
	object-fit: cover;
}
.top-right {
	max-width:800px;
	width:100%;
	float:right;
}
.top-wrapper {
	text-align:right;
	padding-top:26px
}
.top-wrapper img {
	display:inline-block;
	padding-right:5px;
	vertical-align:middle
}
.redbt {
	background:#b42a25;
	padding:7px 25px;
	border-radius:22px;
	margin-left:15px;
	color:#fff !important
}
.redbt:hover {
	background:#79ae96
}
.nav-area {
	float:right;
}
#mobopen .fa {
	position:relative;
	top:2px !important;
	font-size:18px;
}
nav { padding-top:12px;}
nav ul {
	list-style:none;
}
nav li:first-child {
	background:none;
}
nav li {
	position:relative;
	float:left;
	display:block;
	margin:0 0px
}
nav li a {
	font-size:15px;
	color:#000 !important;
	padding:30px 15px;
	text-transform:capitalize;
	display:block;
	font-weight:600;
}
nav li a:hover {
	color:#b3474a !important;
}
nav li a.act {
	color:#b3474a !important;
}
nav ul li:hover a {
	color:#b3474a;
}
nav li:hover a {
	color:#b3474a;
}
nav li:hover > .lavel {
	display:block;
}
.lavel ul {
	list-style:none;
}
.lavel li {
	float:none;
	position:relative;
	text-align:left;
	background:none;
	border-bottom:1px solid rgba(53, 34, 34, 0.2);
	display:inline-block;
	width:45%;
	margin-left:3%;
	vertical-align:top;
}
.lavel li a:last-child {
	border-bottom:none;
}
.lavel li a {
	border-radius:0px;
	font-size:16px;
	color:#fff!important;
	padding:9px 0;
	text-transform:capitalize;
	display:block;
	line-height:22px;
	padding-left:10px;
}
.lavel li a:hover {
	border-radius:0;
	color:#f2b602!important;
}
nav li:hover > .lavel1 {
	display:block;
}
.lavel1 {
	display:none; border-top:solid 5px #b3474a;
	width:315px;
	background:#fff;
	position:absolute;
	z-index:999;
	top:75%;
	left:0;
	padding:0px 0px 0px 0px;
}
.lavel1 ul {
	list-style:none;
}
.lavel1 li {
	float:none;
	position:relative;
	text-align:left;
	background:none;
	display:inline-block;
	vertical-align:top;
}
.lavel1 li a {
	width:315px;
	font-weight:400;
	border-radius:0px;
	font-size:14px;
	color:#000!important;
	padding:9px 20px;
	text-transform:capitalize;
	display:block;
	line-height:22px;
	border-bottom:1px solid rgba(0, 0, 0, 0.2);
}
.lavel1 li a:hover { 
	border-radius:0;
	color:#fff!important;
	background:none;
}
.lavel1 li a:hover {
	background:#a9b728;
}
.act a {
	color:#b3474a !important;
}
.mobnav {
	display:none;
	padding:0px 0;
	font-size:16px;
	text-align:right;
	float:right;
	font-weight:bold;
	color:#000
}
.mobnav:before {
	font-size:30px;
	cursor:pointer;
	color:#000;
	float:right;
	margin:15px 15px 0 0
}
.mobnav2 {
	display:none;
	float:right;
	margin-top:-43px;
	padding:5px;
	cursor:pointer;
}
.mobnav2:before {
	font-family: 'FontAwesome';
	content:"\f103";
	font-size:30px;
	cursor:pointer;
	color:#fff;
	float:right;
	margin:0 0 0 30px
}
.bar1, .bar2, .bar3 {
	cursor:pointer;
	width: 35px;
	height: 5px;
	background-color: #333;
	margin: 4px 0;
	transition: 0.4s;
}
.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
}
.change .bar2 {
	opacity: 0;
}
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}
.top-wrapper a {
	color:#000;
	font-size:17px;
	margin-left:2%
}
.top-wrapper a:hover {
	color:#b42a25
}
.bdbottom {
	border-bottom:0 !important;
}
.banner-txt {
	width:100%;
	position: absolute;
	height:100%;
	left:0px;
	top:0px;
	z-index:888;
}
.btext { display:table; height:100%; width:100%;}
.btext-w { display: table-cell; height:100%; width:100%; vertical-align:middle;}
.b-text { margin:0 auto; width:100%; max-width:1180px;}
.b-text-t {
	display:inline-block;
	background:#FFFFFF;
	padding:40px 50px 50px 50px;
	max-width:550px;
}
.b-text-t h2 {
	font-family:Playfair Display;
	color:#000;
	font-size:31px;
	font-weight:600;
	margin:0px;
	padding:0px;
	line-height:48px;
}

.container-area2 {
	max-width:812px;
	width:100%;
	margin:0 auto;
	position:relative;
}
.banner {
	max-width:2000px;
	margin:0 auto;
	width:100%;
	position:relative
}
.banner .next, .banner .prev {
	width:24px;
	height:40px;
	font-size:0
}
.rslides_nav {
	position:absolute;
	top:50%;
	z-index:9;
	margin-top:-20px;
}
.banner .prev {
	left:3%;
	background:url(../images/left-a.png) left top no-repeat
}
.banner .prev:hover {
	background:url(../images/left-a-h.png) left top no-repeat
}
.banner .next {
	right:3%;
	background:url(../images/right-a1.png) left top no-repeat
}
.banner .next:hover {
	background:url(../images/right-a1-h.png) left top no-repeat
}
.banner-bot { background:#cbda94; padding:25px 0px 25px 0px;}
.banner-bot ul { overflow:hidden;}
.banner-bot ul li { float:left; width:25%; padding:0 3%; text-align:center; border-right:solid 1px #acba33}
.banner-bot ul li:last-child { margin-right:0px;  border-right:0}
.banner-bot h2 {
	color:#000;
	font-size:35px;
	line-height:30px;
	font-weight:700;
	margin-bottom:15px;
}.banner-bot h2 span{ font-weight:700; }
.banner-bot h3 {
	color:#000;
	font-size:20px;
	line-height:30px;
	font-weight:600;
	font-family:Playfair Display;
}
.banner-bot p {
	color:#000;
	font-size:14px;
	line-height:23px;
	font-weight:400;
	margin-bottom:20px;
}
.services-area {
	padding:40px 0 30px 0;
	background:#f1f1f1c7;
}
.services-area h2 {
	color:#000;
	text-align: center;
	font-size:44px;
	line-height:52px;
	font-weight:600;
	margin-bottom:15px;
	font-family:Playfair Display; }
.services-area ul { overflow:hidden; padding-right:30px; padding-top:30px !important;}
.services-area ul li { background:#FFFFFF; float:left; width:28%; margin:30px 2.5%}
.services-area ul li:last-child { margin-right:0px;} .services-area ul li img{ width:100%; max-height:270px;}
.services-area ul li .stxt { padding:24px 27px 25px 27px;}
.services-area ul li a.simg { display:block; position:relative; right:-30px; margin-top:-30px;}
.services-area h3 a {
	color:#000;
	font-size:24px;
	line-height:32px;
	font-weight:600;
	margin-bottom:20px;
	font-family:Playfair Display; display:inline-block;
}.services-area ul li .stxt h3{ min-height:74px;}
.services-area h3 a:hover { color:#a9b728;}
.services-area ul li p { font-size:15px; line-height:22px; color:#000; margin-bottom:18px;}
a.r-more { display:inline-block; font-family:Playfair Display;background:#b3474a;; 
 color:#fff; padding:12px 35px; border-radius:25px; font-weight:600; font-size:20px;}
a.r-more:hover {color:#000 !important; background:#a9b728; }

a.r-more1 { display:inline-block; font-family:Playfair Display; background:#b3474a; color:#fff; padding:12px 35px; border-radius:25px; font-weight:600; font-size:20px;}
a.r-more1:hover {color:#fff; background:#000;
}
a.r-more2 { display:inline-block; font-family:Playfair Display; background:#b3474a; color:#fff; padding:12px 35px; border-radius:25px; font-weight:600; font-size:20px;}
a.r-more2:hover {color:#fff; background:#000;}

.submitbt { display:inline-block; font-family:Playfair Display; background:#b3474a; color:#fff; padding:10px 35px; border:0; border-radius:25px; font-weight:600; font-size:20px;}
.submitbt:hover {color:#fff; background:#a9b728;
 cursor:pointer}

a.r-more.spl:hover {color:#fff; background:#a9b728;}
.services-area ul.slick-dots li { margin:0px 3px !important;  padding:0px !important; background:transparent !important;}

.blog-area { background:#f1f1f1c7; padding:40px 0px 55px 0px;}
.blog-area ul { overflow:hidden;}
.blog-area ul li { overflow:hidden;}
.blog-area h2 {
	color:#000;
	text-align: center;
	font-size:45px;
	line-height:62px;
	font-weight:600;
	margin-bottom:40px;
	font-family:Playfair Display; }

.blog-area ul li { display:flex; margin-bottom:60px;}
.blog-area ul li:last-child { margin-bottom:0px;}

.blog-area ul li .bimg { width:50%; padding-top:7px;}
.blog-area ul li .bimg img { width:100%;}
.blog-area ul li .bimg-txt { width:50%; display:table-cell; vertical-align:middle;}
.bimg-txt-area { height:100%; display:table; vertical-align:middle;}
.bimg-txt-area-txt { height:100%; display:table-cell; vertical-align:middle;}
.blog-area ul li:nth-child(odd) .bimg-txt-area-txt { padding-left:55px;}
.blog-area ul li:nth-child(even) .bimg-txt-area-txt { padding-right:55px;}
.bimg-txt-area-txt h3 a {
	color:#000;
	font-size:31px;
	line-height:43px;
	font-weight:600;
	margin-bottom:15px;
	display:block;
	font-family:Playfair Display; }
.bimg-txt-area-txt h3 a:hover { color:#b3474a;
}
.bimg-txt-area-txt p { font-size:16px; line-height:27px; color:#000; margin-bottom:22px;}
.footer-area {
	padding:60px 0 60px 0;
}
.flogo { float:left; width:28%; margin-right:2%; padding-top:70px;}
.fmid { float:left; width:70%; overflow:hidden;}
.fright { float:left; width:15%; padding-top:35px;}
.fmid ul { }
.fmid ul:last-child {margin-right:0%;}
.fmid p { font-size:14px; line-height:21px; margin-bottom:12px; color:#000; font-weight:500;opacity:0.9}.fmid p a{ font-size:18px; color:#000; font-weight:600;opacity:0.9}.fmid p a:hover{ color:#b3474a}
.fmid .fcol { float:left; width:31%; margin-right:8%;}
.fmid .fcol-1 { float:left; width:26%; margin-right:8%;}
.fmid .fcol-2 { float:left; width:26%; }
.fmid .fcol:last-child {margin-right:0%; width:49%;}
.fmid  h2 { font-size:15px; font-weight:500; text-transform:uppercase; color:#000; border-bottom:1px solid #354463; padding-bottom:4px; margin-bottom:15px;}
.fright h3 { font-size:25px; line-height:35px; text-align:center; font-weight:600; color:#000; font-style:italic; font-family:Playfair Display; }
.fmid ul li a {  color:#000; font-weight:500;opacity:0.9; font-size:14px;}
.fmid ul li a:hover {color:#b3474a}
.footer-bar { padding:10px 0px 10px 0px; background:#b3474a;}
.fbarl { float:left;}
.fbarr { float:right;}
.footer-bar .fbarl p, .footer-bar .fbarr p { font-size:14px;margin-bottom:0px; color:#fff}

.profile-area { padding:60px 0px 45px 0; background:url(../images/profile-bg.png) right center no-repeat;}
.profile-area .dr-img { float:right; width:47.5%; padding-top:7px;}
.profile-area .dr-img img { width:100%;}
.profile-area .dr-txt { float:left; width:47.5%;}

.profile-area h2 { font-size:51px; line-height:58px; font-family:Playfair Display; color:#000; margin-bottom:5px;}
.profile-area h3 { font-size:22px; line-height:26px; font-family:Playfair Display; color:#000; margin-bottom:20px;}

.profile-area p { font-size:16px; line-height:25px; color:#364564; margin-bottom:25px;}

.sptxt{ color:#000; text-align:center; font-size:20px; padding-bottom:20px; line-height:30px;}
.testi-area {
background: url(../images/testi-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding:40px 0px;
}

.testi-area h2 {
	color:#fff;
	text-align: center;
	font-size:44px;
	line-height:52px;
	font-weight:600;
	margin-bottom:50px;
	font-family:Playfair Display; }
	.center { text-align:center;}
.testi-area ul { overflow:hidden; vertical-align:top;}
.testi-area ul li { display:inline-block; vertical-align:top; width:48%; margin-right:3%; margin-bottom:35px;}
.testi-area ul li:nth-child(even) { margin-right:0%;}
.testi-area ul li .textiss { background:#FFFFFF; padding:30px; -webkit-box-shadow: -1px 1px 13px 0px rgba(0,0,0,0.25);
-moz-box-shadow: -1px 1px 13px 0px rgba(0,0,0,0.25);
box-shadow: -1px 1px 13px 0px rgba(0,0,0,0.25);}


.testi-area ul li h3 {
	color:#000;
	font-size:35px;
	line-height:41px;
	font-weight:600;
	margin-bottom:15px;
	font-family:Playfair Display; }
.testi-area ul li p { margin-bottom:15px;}
.tname { font-size:22px; font-weight:600; color:#b3474a; padding-left:30px;}

.quots {
background-image: url(../images/qs1.png), url(../images/qe1.png);
  background-position: right bottom, left top;
  background-repeat: no-repeat, no-repeat;
  padding-left:40px;
  padding-right:25px;
	
}

.stories-area {
	padding:50px 0px 60px 0px;
	overflow:hidden;
}
.st-txt { float:left; width:50%;}
.st-img { float:right; width:50%; position:relative;}

.st-img img { width:100%;}
.st-text { background:#b3474a; padding:40px 55px 25px 52px; position:relative; margin-right:-11px; bottom:-70px;}

.st-text p { color:#FFFFFF; font-size:20px; line-height:30px; margin-bottom:16px !important;}
.tname1 { font-size:14px; text-transform:uppercase; color:#dbdee5;}
.st-title { display:inline-block; background:#b3474a; color:#FFFFFF; font-size:14px; text-transform:uppercase; padding:5px 25px; margin-left:50px; position:relative; bottom:-15px;}

/* Only for mega-dropdown */
ul.lavel1.mega-dropdown {
  display: none;
  position: absolute;
  left: -310px;
  width: 750px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  z-index: 99;
  flex-wrap: wrap;
  column-gap: 30px;
}

/* 2-column layout */
ul.lavel1.mega-dropdown li {
  width: 45%;
  padding: 0 20px;
}

ul.lavel1.mega-dropdown li a {
   width: 340px;
	 padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* ul.lavel1.mega-dropdown li a:hover {
	background:#354463;
	
} */
/* Desktop hover effect only for mega-dropdown */
nav li:hover > ul.lavel1.mega-dropdown {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* Mobile override */
@media (max-width: 768px) {
  ul.lavel1.mega-dropdown {
    position: static;
    width: 100%;
    box-shadow: none;
    flex-direction: column;
    display: none;
  }

  ul.lavel1.mega-dropdown.active {
    display: block;
  }

  ul.lavel1.mega-dropdown li {
    width: 100%;
  }
}

@media (max-width:1024px) {
.masonry {
column-count:3;
}
.container-area {
width:96%
}
.specialized-area .leftbox h3 {
font-size:29px;
}
.specialized-area .leftbox {
width:23%
}
.graybox2 {
width:27%
}
.graybox3 {
width:43%
}
.graybox3 ul {
width:100%;
margin-right:0
}
.latest-news .box01 h3 {
font-size:32px;
line-height:36px;
}

#mobopen .fa {
display:none;
}
.nav-area {
width:96%;
position:absolute;
right:2%;
top:52px;
}
nav li a.act {
color:#fff !important;
}
.mobnav {
display:block;
margin:0 0 32px 0;
}
nav {
width:100%;
float:none;
margin:0
}
nav li {
float:none;
background:none;
padding:0
}
nav li a {
color:#fff !important;
border-bottom:1px solid #ddd;
border-radius:0;
float:none;
line-height:40px;
text-align:left;
padding:2px 10px;
display:block;
}
nav li a:hover {
background:#cbda94;
}
nav .act {
color:#ed1971;
background:none;
border-radius:0;
}
.lavel li {
margin:0;
float:none;
width:100%
}
.lavel li a {
border:none;
color:#fff;
}
.lavel1 {
position:inherit;
width:100%;
left:0;
top:0;
padding:0 3%;
background:#b3474a;
}
ul.lavel1.mega-dropdown
{
	background:#b3474a;
}
.lavel1 li {
margin:0;
width:100%;
}
.lavel1 li a { color:#fff !important;
border:none
}
#mobopen {
clear:both;
display:none;
background:#acba33;
padding:0px 0 0 0;
position:relative;
z-index:999;
}
#mobopen2 {
display:none;
}
.mobnav2 {
display:block;
}
.logo-area {
float:none;
max-width:250px
}
.top-wrapper {
padding-top:0;
padding-bottom:20px;
text-align:center
}
.top-right {
max-width:none;
clear:both;
float:none;
text-align:center
}
nav { top:0px; padding-top:0px; margin-top:-15px;}
.act a {
	color:#000!important;
}
}

@media (max-width:768px) {
.banner-txt { display:none}.b-text-t{ padding:20px 20px 30px 20px;} .b-text-t h2{ font-size:24px; line-height:40px;}

.banner-bot {
    padding:20px 0px 15px 0px;
}
.banner-bot ul li { border-right:0; margin-bottom:20px; margin-top:10px;
    width:50%;
    margin-right:0%;
}.banner-bot h3 { font-size:18px; line-height:24px;}

.services-area ul li a.simg {

    right:0px;
    margin-top:0px;
}
.services-area ul li {
    margin-right:0px !important;
}
.services-area {
    padding: 15px 0 20px 0;
   
}
.testi-area ul li .textiss {
    background: #FFFFFF;
    padding: 15px;}
.services-area h2 {
    margin-bottom:10px;
		font-size: 35px;
    line-height: 52px;
}
.profile-area .dr-img {
    width:100%;
	margin-bottom:8px;
}
.profile-area .dr-txt {
    width:100%; padding-top:10px;
}
.profile-area {
    padding:0px 0px;
    background-image:none;
}
.testi-area ul li {
    width:100%;
    margin-right:0%;
    margin-bottom:20px;
}
.sptxt{
	padding-bottom: 0;
}
.testi-area{
	padding: 10px 0;
}
.testi-area h2 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 30px;
    
}
.blog-area h2 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    
}
.bimg-txt-area-txt h3 a {
    
    font-size: 31px;
    line-height: 35px;
    padding-top: 15px;  
    
}

.stories-area {
    padding:20px 0px 20px 0px;
}
.st-txt {
    width:100%;
}
.st-img {
    width:100%;
}
.st-text {
    padding:20px 20px 20px 20px;
    position: relative;
    margin-right:0px;
    bottom:0px;
}

.blog-area ul li {
    display: block;
    margin-bottom:20px;
}
.blog-area ul li .bimg {
    width:100%;
}
.blog-area ul li .bimg-txt {
    width:100%;
}
.blog-area {
    padding:20px 0px 20px 0px;
}
.blog-area ul li:nth-child(odd) .bimg-txt-area-txt {
    padding-left:8px;
	padding-right:8px;
}
.blog-area ul li:nth-child(even) .bimg-txt-area-txt {
    padding-left:8px;
	padding-right:8px;
}
.blog-area ul li .bimg {
    margin-top: 20px;
}
.flogo {
	text-align:center;
    width:100%;
    margin-right:0%;
	margin-bottom:20px;
}
.fright {
	text-align:center;
    width:100%;
    margin-right:0%;
}
.fmid {
	text-align:center;
    width:100%;
    margin-right:0%;
}
.footer-area {
    padding:25px 0 15px 0;
}
.fmid .fcol {
    width:100%;
    margin-right:0%;
	margin-bottom:20px;
}
.fmid .fcol:last-child {
    width:100%;
}
.footer-bar {
    padding:8px 0px 5px 0px;
}
.fbarl, .fbarr { width:100%; text-align:center;}
.banner .next, .banner .prev { display:none !important;}
}

.rslides img{height:600px; object-fit:none;  object-position: 50% 50%;}
.bottom-action-area{ background:#cbda94;
 padding:25px 0 30px 0;}
.acttionleft{ float:left; width:70%}
.acttionleft h3{ color:#000; font-size:25px; line-height:38px; font-weight:700; font-family:Playfair Display}.acttionleft h3 a{ color:#b3474a; font-weight:bold  }.acttionleft h3 a:hover{ color:#000 }
.acttionright{ float:right; width:25%; padding-top:15px;}
.innerbanner{  min-height:360px;}
.innerbanner img{ float:right}
.innerbanner h1{ font-size:41px; color:#000; font-family:Playfair Display; font-weight:700; margin-top:273px; display:inline-block; padding:18px 30px 25px 30px; background:rgba(255, 255, 255, 0.9); }
.breadcrumb {
    display: inline-block;padding: 5px 0px;
list-style: none;

}.breadcrumb > li {
    display: inline-block;
}.breadcrumb li a {
    color: black;
}.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}.breadcrumb li:last-child {
    color: #a9b728;
}.breadcrumb > li + li::before {
    color: black;
}.breadcrumb li a:hover {  color: #a9b728;}
.innercontent{ padding:0px 0 60px 0;}
.innercontent p{ margin-bottom:20px;}
.whyusleft{ float:left; width:47.5%}
.whyusright{ float:right; width:47.5%}
.whychoose{ border-top:solid 1px #e6e9e7; padding-top:55px; margin-top:50px;}.whychoose h4{ font-size:19px; text-align:center; padding-bottom:12px; font-weight:300 }
.whychoose h2{ font-size:32px; color:#000; font-family:Playfair Display; font-weight:700; text-align:center; padding-bottom:35px;}
.why-box{ float:left; width:22%; margin:0 1.5%; text-align:center; margin-top:20px;}.why-box h3{ padding-bottom:10px;  font-size:22px; color:#000; font-family:Playfair Display; font-weight:700;}.why-box img{ margin:0 auto; padding-bottom:25px;}
.meettheexpert h2{font-size:35px; color:#fff; font-family:Playfair Display; font-weight:700; padding-bottom:18px;}
.meettheexpert h4{ color:#cbda94;
 font-size:18px; line-height:28px; padding-bottom:16px;}.meettheexpert p{  font-size:16px; line-height:28px; font-family: 'Open Sans', sans-serif; font-weight:400;}
.font16{ font-size:16px; line-height:30px;}

.somediv {
  width:100%; padding:0px 0 30px 0;
  position: relative;
}

.somediv:after, .somediv:before {
  content:' ';
  position: absolute;
  width:50%;
  height:100%;
  z-index: -1; top:0;
}
.somediv h3{ color:#354366; font-size:25px; line-height:38px; font-weight:700; font-family:Playfair Display}
.somediv:after {left: 0px;  }
.somediv:before {right: 0px; }
.ddetailleft{ float:left; width:48%; text-align:center}
.ddetailright{ float:right; width:46%; text-align:center}
.liststyle{ margin-bottom:20px; }

.liststyle li{ padding-left:18px; margin-top:6px; margin-bottom:6px; position:relative;  background:url(../images/arrow.png) left 6px no-repeat;}

.liststyle2{ margin-bottom:20px; }

.liststyle2 li{ padding-left:22px; margin-top:5px; padding-bottom:4px;  position:relative; 
    line-height: 26px;}

.liststyle2 li::before {
    content: '';
    position: absolute;
    top: .47em;
    left: 0;
    width: 0.933em;
    height: 0.933em;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.056em;background-color: #b3474a;

border-color: #354463;
box-shadow: inset 0 0 0 0.167em #FFFFFF;
}

.liststyle1{ margin-bottom:20px; }
.liststyle1 li::before {
    position: absolute;
    left: 0; top: 0;  font-size: 14px;
    line-height: 26px;
    color: #77a892;
    }
.liststyle1 li{ margin-top:5px; position:relative}

.liststyle01{ margin-bottom:20px; margin-left:30px;  }

.liststyle01 li{ margin-top:5px; position:relative;list-style:circle}

.text-center{ text-align:center}
.gpr{ display: inline-block; vertical-align:top; margin-left:25px; margin-top:-24px;}.gpr img{ }
.textleft{ text-align:left !important;}
.innertratment{ width:100%; padding:0px 0 45px 0}
.innertratment .leftboxt{ float:left; width:30%}
.tlefttop{ background:#eae6e6;
  padding:20px}
.rightboxt h1{padding-bottom:25px;  font-size:35px; color:#000; font-family:Playfair Display; font-weight:700;}
.rightboxt h2{padding-bottom:12px; padding-top:10px;  font-size:26px; color:#000; font-family:Playfair Display; font-weight:700;}
.rightboxt h3{padding-bottom:12px;   font-size:21px; color:#000; font-family:Playfair Display; font-weight:700;}
.list50 li{ float:left; width:50% }
.tlefttop h4{padding-bottom:20px; line-height:35px;  font-size:30px; color:#000; font-family:Playfair Display; font-weight:700; }
.tlefttop ul li{ margin-bottom:7px; border-top:solid 1px #c5c5c5; padding-top:7px;display: flex; }.tlefttop ul li a{ color:#000; background:url(../images/arrow1.png) left 7px no-repeat; padding-left:15px;} .tlefttop ul li a:hover{ color:#a9b728}
.innertratment .rightboxt{ float:right; width:66%; background:#fff; }.innertratment .rightboxt p{ margin-bottom:20px;}
.rightboxt img{
	margin-bottom: 60px;
}
.innertbox{ background:#cbda94; padding:20px 20px 35px 20px; margin-top:25px; color:#000; text-align:center}
.innertbox h4{padding-bottom:20px;  font-size:28px; color:#000; font-family:Playfair Display; font-weight:700; padding-top:12px;}
.innertbox .tname{  padding-top:12px; font-size:17px; color:#b3474a;
 padding-left:0}
 .innertbox a.r-more:hover { background-color: #FFFFFF;}
 .surgery-section{
    margin-bottom: 20px;
    overflow: hidden;
  }
  .img-righht{
    width: 320px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .img-left{
    width: 320px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
.treatmentbredcrumb{ padding-bottom:20px;}
.treatmentbredcrumb .breadcrumb {
    display: inline-block;padding: 5px 0px;
list-style: none;}.treatmentbredcrumb  .breadcrumb > li {
    display: inline-block;}.treatmentbredcrumb  .breadcrumb li a {
    color: #354463;}.treatmentbredcrumb .breadcrumb > li + li::before {
    padding: 0 5px;  color: #ccc;
    content: "/\00a0";}.treatmentbredcrumb .breadcrumb li:last-child {
    color: #a9b728;}.treatmentbredcrumb .breadcrumb > li + li::before {
    color: #354463;}.treatmentbredcrumb .breadcrumb li a:hover {  color: #a9b728;}
.contact-top{ background:#cbda94;
 padding:21px 0; margin-top:-10px}
.contact-top .box01{ float:left; width:33.33%}
.contact-top .box01 .fa{ padding-right:15px; color:#000; font-size:74px; margin-top:-7px; float:left;}
.contact-top .box01 h3{ font-size:27px;color:#000;  font-family:Playfair Display; font-weight:700; padding-bottom:17px;}
.contact-top .box01 p {color:#000; font-size:14px; line-height:21px}
.contact-top .box01 p a{ color:#000; font-size:20px; font-weight:600;}
.contact-top .box01 p a:hover{ color:#fff}
.contact-top .box01 .fabox{ float:left; width:10%}
.fa-mobile-phone:before,
.fa-mobile:before{content:"\f10b";}.fa-map-marker:before{content:"\f041";}.fa-envelope:before{content:"\f0e0";}
.fa-paper-plane:before{content:"\f1d8";}
.fa-comment-o:before{content:"\f0e5";}
.fa-comments-o:before{content:"\f0e6";}
.cform{ max-width:940px; width:100%; margin:0 auto; padding:0px 0 10px 0}
.cform h2{padding-bottom:20px;  font-size:47px; color:#000; font-family:Playfair Display; font-weight:700; }
.form-group {
    margin-bottom: 20px;
}.form-control {
    border: solid 1px #ddd;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    width:100%;
    padding: 12px 4%;
    font-size: 15px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}.ctxt{ font-size:14px !Important; font-style:italic; line-height:22px !important}
.form-control:hover{ background:#f5fbf7}
.formleft {
    float: left;
    width: 48%;
}.formright {
    float: right;
    width: 48%;
}


.ptinner ul li { float:left; vertical-align:top; width:47%; margin:5px 3% 35px 0;}

.ptinner ul li .textiss { background:#FFFFFF; padding:30px; -webkit-box-shadow: -1px 1px 18px 0px rgba(0,0,0,0.15);
-moz-box-shadow: -1px 1px 18px 0px rgba(0,0,0,0.15);
box-shadow: -1px 1px 18px 0px rgba(0,0,0,0.15);}
.starimg{ padding:15px 0 0 30px;}
.ptinner ul li .textiss:hover{ background:#f4fbf6}

.portfolio_filter li {
    display: inline-block;
}
.portfolio_filter li a {
	border-bottom: 1px solid transparent;
	padding: 5px 25px;
    display: block;
	font-size: 16px;
    text-transform: capitalize;
}
.portfolio_filter li a.current,
.portfolio_filter li a:hover {
	border-color: #0e93d8;
	color: #0e93d8;
}
.filter_tab1 li a {
    border: 1px solid #888888;
    color: #888888;
    border-radius: 40px;
}
.filter_tab1 li a.current,
.filter_tab1 li a:hover {
	background-color: #0e93d8;
	border-color: #0e93d8;
	color: #fff;
}
.filter_tab2 li a {
    border: 1px solid #888888;
    color: #888888;
}
.filter_tab3,
.filter_tab4 {
	font-size: 0;
}
.filter_tab3 li a,
.filter_tab4 li a {
    border: 1px solid #888888;
    color: #888888;
	margin-left: -1px;
}
.filter_tab3 li:first-child a {
    border-radius: 40px 0 0 40px;
}
.filter_tab3 li:last-child a {
    border-radius: 0px 40px 40px 0px;
}
.filter_tab3 li a.current,
.filter_tab3 li a:hover,
.filter_tab4 li a.current,
.filter_tab4 li a:hover {
	background-color: #0e93d8;
	border-color: #0e93d8;
	color: #fff;
}
.filter_tab2 li a.current,
.filter_tab2 li a:hover {
	background-color: #0e93d8;
	border-color: #0e93d8;
	color: #fff;
}
.filter_tab5 li a {
	border: 0;
	background-color: #F4F4F4;
	color: #7F8096;
	border-radius: 4px;
}
.filter_tab5 li a.current, .filter_tab5 li a:hover {
	background-color: #0e93d8;
	color: #fff;
}
.filter_tab6 li a {
	border: 1px solid #888888;
	color: #7F8096;
	border-radius: 4px;
}
.filter_tab6 li a.current, .filter_tab6 li a:hover {
	background-color: #0e93d8;
	border-color: #0e93d8;
	color: #fff;
}
.portfolio_container,
.portfolio_gallery,
.blog_container,
.shop_container {
	list-style: none;
}
.gutter_small {
    margin: 0 -7.5px -15px -7.5px;
}

.work_col2 > li {
	width: 50%;
	float: left;
}
.work_col3 > li {
	width: 31%;
	float: left;
}
.work_col4 > li {
    width: 25%;
	float: left;
}
.work_col5 > li {
    width: 20%;
	float: left;
}
.portfolio_item img,
.portfolio-item img {
    width: 100%;
	transition: all 0.5s ease-in-out;
}
.portfolio_hide {
	opacity: 0;
    visibility: hidden;
    height: 0;
	padding-top:0 !important;
	padding-bottom:0 !important
}
.gutter_small > li {
    padding: 0 7.5px 15px 7.5px;
}
.gutter_medium > li {
    padding: 0px 1% 22px 1%;
}
.portfolio_content {
    padding: 15px;
}
.portfolio_item {
    overflow: hidden;
    position: relative;
}
.portfolio_item a {
	display: block;
	overflow: hidden;
}
.portfolio_style1 .portfolio_content {
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: absolute;
    top: 60px;
	opacity: 0;
	visibility: hidden;
    right: 0;
    left: 0;
    text-align: center;
	transition: all 0.5s ease-in-out;
	z-index: 3;
}
.portfolio_style1 .portfolio_item::before {
    background-color: rgba(14,147,216,0.80);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
	opacity: 0;
	visibility: hidden;
    top: 0;
    bottom: 0;
	transition: all 0.5s ease-in-out;
	z-index: 2;
}
.portfolio_style1 .portfolio_item:hover .portfolio_content {
	top: 0;
	opacity: 1;
	visibility: visible;
}
.portfolio_style2 .portfolio_content {
	background-color: rgba(14,147,216,0.80);
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: absolute;
    top: 0px;
	opacity: 0;
	visibility: hidden;
    right: 0;
    left: 0;
    text-align: center;
	transition: all 0.5s ease-in-out;
}
.portfolio_style1 .portfolio_item:hover:before,
.portfolio_style2 .portfolio_item:hover .portfolio_content,
.portfolio_style3 .portfolio_item:hover .portfolio_content {
	opacity: 1;
	visibility: visible;
}
.portfolio_style2 .portfolio_item:hover img,
.portfolio_style4 .portfolio_item:hover img {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.portfolio_style3 .portfolio_content {
	background-color: rgba(14,147,216,0.80);
    bottom: 10px;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: absolute;
    top: 10px;
	opacity: 0;
	visibility: hidden;
    right: 10px;
    left: 10px;
    text-align: center;
	transition: all 0.5s ease-in-out;
}
.portfolio_style4 .portfolio_item .image_link {
    display: block;
    overflow: hidden;
}
.portfolio_style4 .portfolio_content {
	background-color: #0e93d8;
	transition: all 0.5s ease-in-out;
}
.portfolio_style5 .portfolio_content {
	background-color: rgba(14,147,216,0.80);
    bottom: 10px;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: absolute;
    top: 10px;
	opacity: 0;
	visibility: hidden;
    right: 10px;
    left: 10px;
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	transition: all 0.5s ease-in-out;
}
.portfolio_style5 .portfolio_item:hover .portfolio_content {
	opacity: 1;
	visibility: visible;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.link_container a {
	background-color: #fff;
	border: 2px solid #fff;
    color: #0e93d8;
    font-size: 22px;
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 100%;
    line-height: 45px;
	margin: 0 2px;
	text-align: center;
}
.link_container a .ion-ios-play {
    position: relative;
    left: 2px;
}
.link_container a:hover {
	background-color: transparent;
	color: #fff;
}
.link_container {
    margin-bottom: 10px;
}
.portfolio_content h5 a,
.portfolio_content p {
	color: #fff;
}
.portfolio_content p {
    margin: 0;
    min-height: 50px;
    overflow: hidden;
    max-height: 50px;
}
.work_col5.portfolio_style3 .portfolio_content,
.work_col5.portfolio_style5 .portfolio_content {
    padding: 5px;
	bottom: 5px;
	top: 5px;
	right: 5px;
	left: 5px;
}
.work_col5.portfolio_style3 .link_container a,
.work_col5.portfolio_style5 .link_container a {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.work_col5.portfolio_style3 .portfolio_content p,
.work_col5.portfolio_style5 .portfolio_content p {
    min-height: 40px;
    max-height: 40px;
    font-size: 14px;
}

.portfolio_slider.owl-carousel.owl-theme .owl-dots,
.blog_post .owl-carousel.owl-theme .owl-dots {
    margin: 0 !important;
    position: absolute;
    top: 10px;
	right: 10px;
	z-index: 9;
}
.portfolio_slider.owl-carousel.owl-theme .owl-dots span,
.blog_post .owl-carousel.owl-theme .owl-dots span {
	margin: 5px 2px;
}
.portfolio_slider.owl-carousel {
    z-index: inherit;
}
.portfolio_slider.owl-carousel.owl-drag .owl-item {
	overflow: hidden;
}
.single_post .owl-carousel.owl-theme .owl-dots {
	margin: 0 !important;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
.portfolio-item .owl-carousel {
	display: block;
}
.portfolio-item .owl-carousel a:nth-child(1n+2) {
	display: none;
}
.loading {
	background: url(../images/loading40fe.gif?hg) center center no-repeat;
	font-size: 0 !important;
	background-color: #000 !important;
	border: 0;
	height: 48px;
	width: 50px;
}
#load-more {
	transition: none;
}.image_gallery_item {
	position: relative;
}
.gallary_hover_box {
	background-color: rgba(0,0,0,0.80);
    bottom: 0px;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: absolute;
    top: 0px;
	opacity: 0;
	visibility: hidden;
    right: 0px;
    left: 0px;
	text-align: center;
	transition: all 0.5s ease-in-out;
}
.gallary_hover_box i { width:60px; height:43px; padding-top:17px; margin:0 auto; border-radius:100%;
	color: #fff;
	font-size: 25px;
}
.image_gallery_item:hover .gallary_hover_box {
	opacity: 1;
	visibility: visible;
}
.gallery_img img {
	transition: all 0.5s ease;
}
.gallery_hover_style1 .image_gallery_item,
.gallery_hover_style2 .image_gallery_item {
	overflow: hidden;
}
.gallery_hover_style1 .image_gallery_item:hover .gallery_img img {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.gallery_hover_style2 .gallary_hover_box {
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
}
.gallery_hover_style2 .image_gallery_item:hover .gallery_img img {
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-filter: blur(5px); 
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
     filter: blur(5px);
}
.gallery_hover_style3 .gallary_hover_box::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0px;
    border: 2px solid rgba(255,255,255,0.5);
    margin: 10px;
}.ti-zoom-in::before {
    content: "\e611";
}@font-face {
	font-family: 'themify';
	src:url('../fonts/themify9f24.eot?-fvbane');
	src:url('../fonts/themifyd41d.eot?#iefix-fvbane') format('embedded-opentype'),
		url('../fonts/themify9f24.woff?-fvbane') format('woff'),
		url('../fonts/themify9f24.ttf?-fvbane') format('truetype'),
		url('../fonts/themify9f24.svg?-fvbane#themify') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="ti-"], [class*=" ti-"] {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.innertbox .fa{ font-size:23px;}.fa-quote-right{ display:inline-block; vertical-align:middle}
.vgallery{ float:left; width:31%; margin-right:3.5%}
.mright0{ margin-right:0 !important}
.img-right{ float:right; padding-left:20px;}
@media (max-width:1024px) {.acttionleft{ width:100%; text-align:center;}.acttionright{ width:100%; text-align:center; margin-top:10px;}
.rslides img{height:500px; object-fit:none;  object-position: 50% 50%;}}
@media (max-width:900px) {.whyusleft{ width:100%}.whyusright{ width:100%; padding-top:25px;}.why-box{ width:43%; margin:0 3.5%}.innertratment .leftboxt{ display:none;}.innertratment .rightboxt{ width:100%}.formleft{ width:100%}.cform{ width:96%; padding-top:30px;}.formright{ width:100%}.contact-top .box01{ width:100%; margin:15px 0}}
@media (max-width:800px) {.ptinner ul li{ width:100%; margin-right:0}
.rslides img{height:400px; object-fit:none;  object-position: 50% 50%;}}
@media (max-width:768px) {
	.img-righht,.img-left {
    width: 100%;
    float: none;
    margin-left: 0px;
    margin-bottom: 20px !important;
}.fmid .fcol-1{ width:100%; margin-right:0;}.innercontent {
	
    padding: 0px 0 0px 0;
}.whychoose {
    padding-top: 30px;
    margin-top: 25px;
}
.somediv {
    padding: 0px 0 0px 0;
    position: relative;
}
 .fmid .fcol-2{ width:100%; margin-right:0; margin-top:25px;}.flogo img{ margin:0 auto}.ddetailleft{ width:100%}.ddetailright{ width:100%}.list50 li{ width:100%}.work_col3 > li{ width:50%}}
 .efont{ font-size:57px !important; position:relative; top:10px;}
 .stxt a.r-more{ padding:6px 25px; font-size:16px;}
@media (max-width:500px) {.gpr{ display:none; margin-left:0; margin-top:20px;}.why-box{ width:93%}
.rslides img{height:310px; object-fit:cover;  object-position: 70% 50%;}.profile-area h2{ font-size:31px; line-height: 35px;}.innerbanner h1{ font-size:30px;}.work_col3 > li{ width:100%}.vgallery{ width:100%; margin-right:0;}.rightboxt h1{ font-family:31px; line-height:35px;}.img-right{ float:none; padding-left:0; padding-bottom:20px}.services-area ul li{ width:100%; margin:15px 2.5%}.services-area ul li .stxt h3{ min-height:inherit}.flogo{ padding-top:0} ..container-area{ width:94% } .dr-txt br{ display:none}}