@charset "utf-8";
/* CSS Document */
*{

    margin: 0px;
    padding: 0px;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    outline: none;

}
body {
	/*background-image: url(../images/body.jpg);*/
	/*border-top: 5px solid rgb(242, 108, 79);*/
	color: #424242;
	font-family: Open Sans,sans-serif;
    font-size: 13px;
    font-weight: 100;
	position:relative;
	line-height: 1.15;

}
body::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
}

.no-padding{ padding:0px;}

/*a{ text-decoration:none !important; box-shadow:none !important; color:#3d2e73; /*#2120be;}*/

a {
	box-shadow: none !important;
	color: #af7d63;
	cursor: pointer;
	text-decoration: none !important;
}
a:hover {
	color: #a52a2a;
}
.entry-content a {
	color: #af7d63;
}
.entry-content a:hover {
	color: #0d910d;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
	
}

.h3, h3 {
	font-size: 26px;
}
.h4, h4 {
	font-size: 24px;
}
a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .featured-link {
	transition: all 0.1s ease-in-out 0s;
}
.sectionCvr {
	padding: 2em 0px 3em;
}
.sub_heading { font-family:'Satisfy', cursive;}

a.theme_btn, input[type="submit"].theme_btn  {
    display: inline-block;
    width: auto;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: normal;
    background-color: #0d910d;
    text-align: center;
	text-transform: capitalize;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    padding:8px 18px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

a.theme_btn:hover, input[type="submit"].theme_btn:hover {
    color: #ffffff;
    background: #985936;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/**** Header ****/

.hdr_cvr .hdrtop {
	    background: #fff;
    padding-left: 10%;
    padding-right: 10%;

}
.hdr_cvr .hdrmenu
{
	border-top: 1px solid rgba(0,0,0,.2);
    padding: 0 10%;
    background: #fff;
    text-align: center;
}
.hdr_cvr.clearfix.navbar-fixed-top {
    /*background: rgba(255,255,255,0.6);*/
}
.hdr_cvr.navbar-fixed-top.fix {
	background: rgba(255, 255, 255, 0.87) none repeat scroll 0 0;
	box-shadow: 0 -3px 9px 0;
}
.hdr_cvr.fix .hdrtop .navbar.navbar-default { margin-top:10px;}
.headerlogo.fixlogo{ display:none;}
.hdr_cvr.navbar-fixed-top.fix .headerlogo.fixlogo{ display:block;} 
.hdr_cvr.navbar-fixed-top.fix .headerlogo, .hdr_cvr.navbar-fixed-top.fix .topContactCvr{ display:none;} 
.hdr_cvr.navbar-fixed-top.fix .headerlogo img {
	width: 46%;
}
.hdr_cvr.navbar-fixed-top.fix .hdr_nav {
	/*margin-top: 6px;*/
}
.hdr_cvr.clearfix.fix {
    position: fixed;
    width: 100%;
    z-index: 2;
    background: #fff;
	-webkit-box-shadow: 0 -5px 30px -7px #000;
    box-shadow: 0 -5px 30px -7px #000;
	
}
.hdr_cvr
{
	box-shadow: 0 -5px 30px -7px #000;
}
.hdr_nav {
	clear:right;
}
.hdr_cvr .hdrtop .navbar.navbar-default {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	box-shadow: none;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}
.hdr_cvr .hdrtop .navbar.navbar-default .navbar-header .custom-logo-link {
	display: inline-block;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform:capitalize;
}
.navbar-default .navbar-nav > li > a:hover, .hdr_cvr.navbar-fixed-top.fix .navbar-default .navbar-nav > li > a:hover { color: #0d910d;}
.hdr_cvr.navbar-fixed-top.fix .navbar-default .navbar-nav > li > a {
	color: rgb(0,0,0);
}
.hdr_cvr .hdr_nav .navbarcvr .main-navigation .menu-header-menu-container ul.primary-menu li a:hover {
	background: rgb(239, 239, 239) none repeat scroll 0 0;
	color: #333;
}
.hdr_cvr .hdr_nav .navbarcvr .main-navigation .menu-header-menu-container ul.primary-menu li ul.sub-menu a {
	background: rgb(239, 239, 239) none repeat scroll 0 0;
	margin-left: 0px;
	color: #333;
}
.hdr_cvr .hdr_nav .navbarcvr .main-navigation .menu-header-menu-container ul.primary-menu li ul.sub-menu a:hover {
	background: rgb(242, 108, 79) none repeat scroll 0 0;
	color: rgb(255, 255, 255);
}
.main-navigation li:hover > ul, .main-navigation li.focus > ul {
	left: auto;
	right: 0;
	top: 2.3em;
}
.hdr_cvr .hdr_nav .navbarcvr .main-navigation .menu-header-menu-container ul.primary-menu li {
	position: relative;
	margin-top: 25px;
}
.hdr_cvr .hdr_nav .navbarcvr .main-navigation .menu-header-menu-container ul.primary-menu li ul.sub-menu li {
	margin-top: 0px;
}
.headerlogo > img {
	height: 65px;
    padding-top: 5px;
}
.topContactCvr {
    float: right;
	text-align: right;
}
.topContactCvr a
{
	text-transform: uppercase;
    display: block;
    margin: 12px 0;
    margin-left: 15px;
    font-weight: 400;
    color: #000;
    padding-right: 10px;
    position: relative;
    font-size: 13px;
	text-decoration: underline !important;
}
.topContactCvr a i
{
	color: brown;
    font-size: 14px;
    margin-left: 3px;
}

.topContactCvr .topsocial, .topContactCvr .topcontact {
    list-style: none;
    display: table;
    float: right;
	margin:0 0 2px;
	padding:0px;
}
.topContactCvr .topsocial, .topContactCvr .topcontact{list-style:none;}

.topContactCvr .topsocial li, .topContactCvr .topcontact li {
    padding: 0 10px;
	float:left;
}

.topContactCvr .topsocial li a, .topContactCvr .topcontact li a{
    color:#fff;
}
.navbar-nav
{
	width: 100%;
    text-align: center;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
	color: brown;
    background-color: #fff;
}
.navbar-nav li
{
	padding: 0 12px;
	float: none;
    display: inline-block;
}
.navbar-nav li a
{
	text-transform: uppercase;
    color: #000;
    font-weight: 400;
    font-size: 13px;
    padding: 10px;
}

/*** Home Slider ***/
.homebannerSlider .carousel-inner .item{
    min-height: 100vh;
    color: #fff;
    background-position: 100% 100%;
    background-size: cover;
    background-size: cover;
    /*-webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/
}
.homebannerSlider .carousel-inner .item img {
	width: 100%;
}
.homebannerSlider .carousel-inner .item .carousel-caption {
	bottom: 5em;
	color: inherit;
	left: 10%;
	padding: 0;
	position: absolute;
	right: 10%;
	text-align: center;
	text-shadow: none;
	top: 40%;
	z-index: 10;
}

.homebannerSlider .carousel-inner .item .carousel-caption.banner-one-caption{text-align: left; top: 36%;left: 10%; right:0px; }
.homebannerSlider .carousel-inner .item .carousel-caption.banner-one-caption .carousel-title{color:#000; } 
.homebannerSlider .carousel-inner .item .carousel-caption.banner-one-caption .carousel-title h4 span {
    font-size: 1.2em;
    text-transform: uppercase;
}
.homebannerSlider .carousel-inner .item .carousel-caption.banner-one-caption .carousel-title h4{font-size:0.7em; text-transform:uppercase;margin-bottom: 18px; }

.homebannerSlider .carousel-inner .item .carousel-caption .carousel-title {
	color: #fff;
	font-size: 5rem;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1.2em;
	margin-bottom: 26px;
	text-transform: none;
	text-transform: capitalize;
}
.homebannerSlider .carousel-inner .item .carousel-caption p {
    color: #444343;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 26px;
    font-family: Function;
}
.homebannerSlider .carousel-inner .item .carousel-caption {
	bottom: 5em;
	color: inherit;
	left: 10%;
	padding: 0;
	position: absolute;
	right: 10%;
	text-align: center;
	text-shadow: none;
	top: 40%;
	z-index: 10;
}

.homebannerSlider .carousel-inner .item .carousel-caption.banner-one-caption{text-align: left; top: 36%;left: 10%; right:0px; }

.homebannerSlider .carousel-inner .item .carousel-caption.banner-one-caption .carousel-title{color:#fff; } 
.homebannerSlider .carousel-inner .item .carousel-caption.banner-one-caption .carousel-title h4 span {
    font-size: 1.2em;
    text-transform: uppercase;
}
.homebannerSlider .carousel-inner .item .carousel-caption.banner-one-caption .carousel-title h4{font-size:0.7em; text-transform:uppercase;margin-bottom: 18px; color:#fff; }

.homebannerSlider .carousel-inner .item .carousel-caption.banner-two-caption{text-align: right; top: 36%;right: 10%; left:0px; }
.homebannerSlider .carousel-inner .item .carousel-caption.banner-two-caption .carousel-title{color:#fff; } 
.homebannerSlider .carousel-inner .item .carousel-caption.banner-two-caption .carousel-title h4 span {
    font-size: 1.2em;
    text-transform: uppercase;
}
.homebannerSlider .carousel-inner .item .carousel-caption.banner-two-caption .carousel-title h4{font-size:0.7em; text-transform:uppercase;margin-bottom: 18px;color: #fff; }

.homebannerSlider .carousel-inner .item .carousel-caption .carousel-title {
	color: #fff;
	font-size: 5rem;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 1.2em;
	margin-bottom: 26px;
	text-transform: none;
	text-transform: capitalize;
}
.homebannerSlider .carousel-inner .item .carousel-caption p {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 26px;
    font-family: Calibri;
}

.homebannerSlider .carousel-inner .item  .carousel-caption .carousel-title a.theme_btn {
    line-height: initial;
    padding: 10px 24px;
}

.carousel-inner .item::before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
}


/*** About ***/
/*.aboutarea {
    background: #f8f7f6;
}*/
.aboutarea {
background: rgba(237,237,237,1);
background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
}
/*.about-img {
    margin-top: -7em;
}*/
.about-img img {
    padding: 4em 1em 3em;
    /*background-color: #f8f7f6;*/
    width: 100%;
}

.aboutDesc {
    padding: 4em 1em 3em;
    margin-right: 1em;
	position:relative;
	z-index:1;
} 
.aboutDesc .sub_heading { font-size:24px; color:#af7d63;}

.aboutDesc::after {
    background-image: url(../images/about-logo.png);
    content: "";
    position: absolute;
    width: 100%;
    top: 36px;
    display: inline-block;
    bottom: 0px;
    right: -40px;
    left: auto;
    background-repeat: no-repeat;
    background-position: right top;
    z-index: -1;
}

ul.aboutList {
    list-style: none;
    padding: 0px;
	margin:2em 0;
}
.aboutList li {
    line-height: 2.8em;
    margin-bottom: 14px;
}
.aboutList li::before {
    content: "\f101";
    margin-right: 14px;
    background: #985936;
    padding: 12px 16px;
    color: #fff;
    font: normal normal normal 22px/1 FontAwesome;
}
/*
.separator-area::before {
    content: "";
    position: absolute;
    width: 55%;
    height: 518px;
    right: 0;
    top: 0;
    z-index: 0;
    margin-right: -50px;
    background: rgba(13, 145, 13, 0.7);
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.separator-area::after {
    content: "";
    position: absolute;
    width: 52%;
    height: 518px;
    left: 0;
    top: 0;
    z-index: 0;
    margin-left: -43px;
    background: rgba(255, 255, 255, 0.9);
    -ms-transform: skew(170deg);
    -webkit-transform: skew(170deg);
    transform: skew(170deg);
}
.separator-area {
	background: url(../images/1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 55px 0;
	position: relative;
	overflow: hidden;
}

.separator-col {
	position: relative;
	z-index: 99;
}

.separator-col.leftside{ text-align:left;}
.separator-col.rightside{ text-align:right; padding:4em 0;} 

.separator-col .sub_heading{ color:#fff; font-size:24px;}
.separator-col h2 { color:#2d2d2d; text-transform:capitalize; font-weight:700; }
.separator-col.leftside .sub_heading{ color:#985936;}
.separator-col.leftside h4 { color:#985936; }

.separator-col.leftside h3 { color:  rgb(13, 145, 13); text-transform: capitalize; }
.separator-col.rightside h3 { color: #fff; text-transform: capitalize; }
.separator-col h4 {
	color: #ffffff;
	font-size: 22px;
	line-height: 32px;
	text-transform: lowercase;
	margin-bottom: 10px;
	
}
.separator-col .mt-30 {
	margin-top: 30px;
}
.separator-col h4 span {
	text-transform: capitalize;
}
*/

.locationCvr h2 {
    font-size: 22px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
	font-weight: 600;
}
.locationCvr h3 { color:#000; }

.locationCvr .timeinfo i { color:#af7d63;  }

.locationCvr h4 {  font-size: 18px;  }

.locationCvr p.location {
    display: flex;
}

.locationCvr p.location i {
    color: #af7d63;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 18px;
}

.locationinfo {
    padding: 22px;
    box-shadow: 5px 7px 13px 0px rgba(199, 199, 199, 0.32);
    margin-bottom: 2em;
}

.ourservicearea.sectionCvr { padding:5em 0px 6em;}
.blocktitle .sub_heading{
font-size: 24px;
    color: #af7d63;
}
/*  ourservice tab */
div.ourservice-tab-container{
  margin: 23px auto;
}
div.ourservice-tab-menu{
  /*padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;*/
}
div.ourservice-tab-menu div.list-group{
  margin-bottom: 0;
}
div.ourservice-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.ourservice-tab-menu div.list-group>a .glyphicon,
div.ourservice-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.ourservice-tab-menu div.list-group>a:first-child{
  border-radius: 0;
  -moz-border-radius: 0;
}
div.ourservice-tab-menu div.list-group>a:last-child{
 border-radius: 0;
  -moz-border-radius: 0;
}
div.ourservice-tab-menu div.list-group>a.active,
div.ourservice-tab-menu div.list-group>a.active .glyphicon,
div.ourservice-tab-menu div.list-group>a.active .fa{
background-color: transparent;
    color: #ffffff;
    background-image: none;
    border-color: #189618;
}
div.ourservice-tab-menu div.list-group>a.active:after {
    content: '';
    position: absolute;
    /* left: 100%; */
    top: 100%;
    margin-bottom: -13px;
    border-left: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-top: 14px solid #189618;
    border-right: 16px solid transparent;
    /* bottom: 0; */
    left: 38%;
    /* right: 57%; */
}

div.ourservice-tab-content{
  padding: 24px;
}

div.ourservice-tab div.ourservice-tab-content:not(.active){
  display: none;
}

.list-group-item img {
    width: 100%;
}

a.list-group-item.text-center {
    float: left;
    width: 120px;
    margin: 0 2em;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    border: 1px solid #0d910d;
	background:none;
}

.serviceblock {
    /*padding: 2em 0;*/
	display: flex;
	box-shadow: 18px 22px 42px 0px rgba(134, 134, 134, 0.52);
    margin-top: 2em;
}
.serviceblock .serviceImg img {
    width: 100%;
	min-height: 321px;
}

.serviceblock .service-descvr {
    background: rgba(44, 159, 44, 0.81);
	color:#fff;
}
.serviceblock .service-descvr .serviceDesc{ padding:20px;}
.serviceblock .serviceDesc h3 {
	color:#fff;
    margin-top: 2px;
    text-transform: capitalize;
    border-bottom: 1px solid #7a3f1f;
    padding-bottom: 12px;
}

.appointmentarea {
	/*background-image:url('../images/appointment-banner.jpg');*/
	background: url(../images/appointment-banner.png);
	background-position: right top;
    background-repeat: no-repeat;
	background-color:#fff;
    position: relative;
    padding: 95px 0px 95px;
   
}

/*Default Form*/

.default-form{
	position:relative;
}

.default-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.default-form .form-group input{
	position:relative;
	display:block;
	width:100%;
	line-height:33px;
	padding:10px 0px;
	height:55px;
	color:#000000;
	background:none;
	font-size:14px;
	font-weight:600;
	border-bottom:2px solid #dadada;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
	font-family: 'Libre Baskerville', sans-serif;
}

.default-form .form-group textarea::-webkit-input-placeholder,
.default-form .form-group input::-webkit-input-placeholder{
	color:#000000;
	font-weight:600;
}

.default-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:30px;
	padding:10px 0px;
	color:#000000;
	height:150px;
	resize:none;
	overflow:hidden;
	background:none;
	font-size:14px;
	font-weight:600;
	font-family: 'Libre Baskerville', sans-serif;
	border-bottom:2px solid #dadada;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;	
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus{
	border-color:#0d910d;
}

.default-form .form-group button{
	margin-top:5px;
}


/*Team Start*/
.mt-min-55 {
    margin-top: -55px;
}
.thumb, figure {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
	transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
	margin: 0px;
}
.team-thumb{
    float: left;
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
}
.team-thumb .text{
    position: relative;
    padding: 28px 30px 27px;
}
.team-thumb .text *{
    position: relative;
}
.team-thumb [class*="mt-min"].text{
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    /*vertical-align: bottom;*/
    width: calc(100% - 25px);
    position: relative;
	margin-bottom: 3em;
}
.team-thumb [class*="mt-min"].text::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: #fff;
    transform: skewY(3deg);    
    -o-transform: skewY(3deg);    
    -ms-transform: skewY(3deg);    
    -moz-transform: skewY(3deg);    
    -webkit-transform: skewY(3deg);    
    box-shadow: 0 14px 28px 0 rgba(190,190,190,0.2);
}
.team-thumb .title{
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 12px;
}
.team-thumb .designation{
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}
.team-thumb figure::before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    position: absolute;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: color 300ms 0ms, opacity 300ms 0ms, -webkit-transform 300ms 300ms;
    -moz-transition: color 300ms 0ms, opacity 300ms 0ms, -moz-transform 300ms 300ms;
    -o-transition: color 300ms 0ms, opacity 300ms 0ms, -o-transform 300ms 300ms;
    transition: color 300ms 0ms, opacity 300ms 0ms, transform 300ms 300ms;
}
.team-thumb:hover figure::before{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
	background:rgba(230, 151, 108, 0.81) !important;
}
.team-thumb figure img{
    -webkit-transition: -webkit-transform 800ms, opacity 700ms;
    -moz-transition: -moz-transform 800ms, opacity 700ms;
    -o-transition: -o-transform 800ms, opacity 700ms;
    transition: transform 800ms, opacity 700ms;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
	width: 100%;
}
.team-thumb:hover figure img{
    opacity: 0.2;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.team-thumb:hover .title a{
transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;}
.team-thumb:hover .title a{ color:#0d910d !important;}
/*Info Column*/

.appointment-section .info-column{
	position:relative;
}

.appointment-section .info-column .inner-box{
	position:relative;
	top:7px;
	border-radius:5px;
	padding:45px 45px 40px;
	background-color:#edca9a;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
}

.appointment-section .info-column .inner-box .title.sub_heading{
	position:relative;
	color:#0d910d; /*#090913;*/
	font-size:22px;
	font-weight:700;
	margin-bottom:15px;
}

.appointment-section .info-column .inner-box h2{
	position:relative;
	color:#242424;
	font-size:32px;
	font-weight:700;
	line-height:1.4em;
	padding-bottom:20px;
	margin-bottom:35px;
}

.appointment-section .info-column .inner-box h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:70px;
	height:3px;
	background-color:#000000;
}

.appointment-section .info-column .inner-box h3{
	position:relative;
	font-size:24px;
	font-weight:600;
	margin-bottom:22px;
	color:rgba(0,0,0,0.60);
}

.appointment-section .info-column .inner-box .number{
	position:relative;
	color:#242424;
	font-size:34px;
	font-weight:700;
	font-family: 'Libre Baskerville', sans-serif;
}

.btn-style-one {

    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    /*font-weight: 600;
    background: #a85426; */
        background-color: #a85426;
    display: inline-block;
    padding: 11px 21px;
    border-radius: 50px;
    text-transform: capitalize;
    font-family: 'Libre Baskerville', sans-serif;

}


.btn-style-one:hover{ background-color:#0d910d;}

/* Quick Consultancy Form
------------------------------------------- */
.quick-consultancy {
    padding: 35px;
    position: relative;
    box-shadow: 0 -20px 38px rgba(0, 0, 0, 0.2);
}

.quick-consultancy::before,
.quick-consultancy::after {
    content: "";
    height: 8px;
    position: absolute;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.quick-consultancy::before {
    width: calc(100% - 22px);
    background-color: #f1f0f0;
    left: 10px;
    top: -8px;
    border: 1px solid #e8e8e8;
    z-index: 20;
}
.quick-consultancy::after {
    width: calc(100% - 40px);
    background-color: #eaeaea;
    left: 18px;
    top: -15px;
    z-index: 10;
}


.quick-consultancy h3 {
	font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.quick-consultancy p {
    line-height: 20px;
    margin-bottom: 30px;
}

.quick-consultancy .btn.submit-btn {
    color: #fff;
    background-color: #26547c;
    border-color: #26547c;
    border-radius: 0;
}
/*
.quick-consultancy .submit-btn-wrapper {
    text-align: center;
}
.quick-consultancy + div.wpcf7-response-output {
    margin: -40px 0 0 !important;
}*/
.calltoactionarea {
    background: url('../images/reqcall-banner.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
.calltoactionarea .calltoactionCvr .blocktitle h2{ color:#fff; }
.requestcallback {
    padding: 20px 0 8px;
}

.reqcallbtn {
    background: #a85426;
	border-color:#a85426;
    color: #fff;
    font-size: 17px;
    display: block;
    padding: 5px 32px;
    width: 100%;
}
.reqcallbtn:hover { background-color:#0d910d; border-color:#0d910d;}
.specialistwrap {padding: 16px 0;}
.specialistarea.sectionCvr { padding:4em 0 3em; background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );}
.specialistlblock { display: flex;padding: 16px 0;}
.specialiImg {text-align: left; margin-right: 21px;}
.specialiImg img {width: 260px;}
.specialiDesc{text-align:left;}
.specialiDesc h3 { margin-top: 0px; text-transform:capitalize;color:#a85426;}

.event-section img {
    width: 100%;
}

.galleryarea.sectionCvr { padding:4em 0 3em}


.galleryarea.sectionCvr .blocktitle{ margin-bottom:2em;}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;
	margin-right:10px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}


.top-strip{background:#fafafa;padding:30px 0;font-size:20px}.footer-call i:before{color:#324c73;font-size:26px;text-align:right;margin-right:15px;vertical-align:middle}.footer-call .media-left{padding-right:0}.open-time,.question{font-size:20px;font-weight:500;line-height:28px;letter-spacing:1px}.open-time i.media-left:before,.question i:before{width:auto;display:table-cell!important;font-size:26px}.icon-bordered{width:50px;height:50px;line-height:50px;border:3px solid #7DC855;font-size:30px;margin-right:15px;text-align:center;color:#082C46}.top-strip h3{line-height:32px;font-weight:400;margin:0;color:#c5c5c5}@media (max-width:991px){.top-strip .media-body{width:100%;text-align:left;} }
/*** Footer ***/
.ftrtop {
    background: #000;
    padding: 3em 0px 1em;
}
.footer-logo {
    margin-bottom: 16px;
}
.ftr-location {
    padding: 4px 0;
}
.ftr-location p {
    margin: 0px auto;
    color: #c9c9c9;
    font-size: 20px;
}
.ftr-socialCvr {
    padding: 14px 0px;
}
ul.ftr-social {
    list-style: none;
    display: table;
    margin: 0 auto;
}
.ftr-social li {
    float: left;
    padding: 10px;
}

.ftr-social li a i {
    background: #985936;
    padding: 0;
    height: 40px;
    width: 40px;
    line-height: 2.4;
    color: #fff;
    border-radius: 50%;
}

.ftr-social li a:hover i {
    background: #0d910d;
}
.ftr-copyright {
    border-top: 1px solid #232323;
    padding-top: 12px;
}

.ftr-copyright p { font-size:14px;}

.aboutCvr
{
	height: calc(100vh - 96px);
    background: url(../images/heroHome.47f85c73.jpg);
    background-size: cover;
    background-position: bottom;
    position: relative;
}
.about-banner-title
{
	color: #fff;
    font-size: 50px;
    text-align: right;
    line-height: 70px;
    position: absolute;
    right: 15%;
    top: 35%;
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%);
    font-weight: 100;
    font-family: Roboto Slab,serif;
}
.about-banner-title span {
    font-weight: 400;
}
.content_cvr
{
	/*min-height: calc(100vh - 135px + 63px);*/
}
.welcomeCvr
{
	background: #fff;
    text-align: center;
    padding-bottom: 0;
}
.welcomeCvr h1
{
	font-size: 30px;
	font-weight: 100;
	margin: .67em 0;
}
.welcomeCvr p
{
	font-size: 16px;
	line-height: 25px;
    color: #555;
    font-weight: 100;
}
.welcomeCvr .welcome-image
{
	display: inline-block;
    position: relative;
    margin: 10px 15px;
    width: 100%;
    max-width: 800px;
    overflow: hidden;
}
.welcomeCvr .welcome-image img
{
	max-width: 100%;
    width: 100%;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.welcomeCvr .welcome-image .welcome-image-text
{
	position: absolute;
    font-size: 30px;
    text-align: left;
    top: 7%;
    left: 22%;
    font-family: Roboto Slab,serif;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 40px;
}
.welcomeCvr .welcome-image .welcome-image-text span
{
	font-weight: 400;
}
.welcomeCvr .welcome-image .welcome-image-text1
{
	position: absolute;
    font-size: 30px;
    text-align: right;
    right: 5%;
    font-family: Roboto Slab,serif;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
	bottom: 10%;
}
.welcomeCvr .welcome-image .welcome-image-text1 span
{
	font-weight: 400;
}
.welcomeCvr .welcome-image .welcome-image-text2
{
	position: absolute;
    font-size: 30px;
    text-align: right;
    right: 5%;
    font-family: Roboto Slab,serif;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
	top: 10%;
}
.welcomeCvr .welcome-image .welcome-image-text2 span
{
	font-weight: 400;
}
.servicesCvr
{
	display: flex;
}
.servicesCvr .service-div
{
	flex: 1 1;
    padding: 0 15px;
    overflow: hidden;
}
.servicesCvr .service-div .service-div-div
{
	width: 100%;
    height: 280px;
    background-size: cover;
    background-position: 50%;
}
img.service-img12 {
    width: 458px;
    height: 343px;
}
.servicesCvr .service-div h3
{
	font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    text-transform: uppercase;
}
.servicesCvr .service-div p
{
	font-size: 16px;
    line-height: 20px;
    color: #555;
    font-weight: 100;
	margin-top: 10px;
}
.servicesCvr .service-div .service-image1 {
    /*background: url(../images/4.4879a25a.jpg);*/
	    background-size: cover;
}
/*.servicesCvr .service-div .service-image2 {
    background: url(../images/SOCIAL-RESPONSIBILITY.jpg);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}*/
/*.servicesCvr .service-div .service-image3 {
    background: url(../images/6.52d5a25f.jpg);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
		
}	*/
.videoCvr video {
    width: 100%;
    max-height: 500px;
}
.footerCvr
{
	text-align: center;
    padding: 15px 45px;
    border-top: 1px solid #ddd;
    color: #777;
}
.footerCvr .footer-social
{
	width: 200px;
    margin: 10px auto;
	/*display: flex;*/
	align-items: center;
	justify-content: space-between;
}
.footerCvr .footer-social img {
    height: 20px;
}

section {
    padding: 45px;
}
.product-char
{
	height: 60vh;
    min-height: 600px;
    /*background: url(../images/careHero.58991bf4.jpg);*/
    background-size: cover;
    background-position: top;
    position: relative;
}
.product-char .product-char-inner
{
	background: none;
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(70,20,0,.3);
}
.product-char-content
{
	max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.product-char-content h1
{
	text-align: center;
	font-size: 30px;
	font-weight: 100;
}
.product-char-content h2
{
	text-align: center;
	font-size: 30px;
	font-weight: 100;
}
.product-char-content p
{
	text-align: center;
	font-size: 16px;
	line-height: 25px;
    color: #555;
    font-weight: 100;
}
.product-char-type
{
	display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
}
.product-char-type .product-type-div
{
	flex: 1 1;
    padding: 15px;
}
.product-char-type .product-type-div h2
{
	font-size: 18px;
    font-weight: 400;
}
.product-char-type .product-type-div h1
{
	font-size: 18px;
    font-weight: 400;
}
.product-char-type .product-type-div img
{
	width: 100%;
    height: 350px;
    background: #eee;
    margin-bottom: 10px;
}
.product-char-type .product-type-div p
{
	font-size: 16px;
    line-height: 22px;
    color: #555;
    margin: 0;
    margin-bottom: 7px;
}
.product-char-type1
{
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
}
.product-char-type1 .product-type-inner-div
{
	margin-top: 30px;
	display: flex;
    margin: 60px 0;
}
.product-char-type1 .product-type-inner-div .product-type-image-left
{
	width: 60%;
    padding: 15px;
    background: #eee;
    -webkit-box-shadow: inset 0 0 10px -5px;
    box-shadow: inset 0 0 10px -5px;
}
.product-char-type1 .product-type-inner-div .product-type-image-left img
{
	width: 100%;
    height: 100%;
    background: #eee;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 1px 12px -4px #000;
    box-shadow: 0 1px 12px -4px #000;
}
.product-char-type1 .product-type-inner-div .product-type-content-right
{
	padding-left: 30px !important;
	flex: 1 1;
    padding: 15px;
}
.product-char-type1 .product-type-inner-div .product-type-content-right h3
{
	font-weight: 100;
	font-size: 30px;
}
.product-char-type1 .product-type-inner-div .product-type-content-right p
{
	font-size: 18px;
    line-height: 28px;
    border-top: 1px solid #999;
    padding-top: 15px;
}
.product-type-content-text-align-right
{
	text-align: right;
	padding-right: 30px !important;
}
.construction-cover
{
	
}
.construction-cover h2
{
	text-align: center;
	font-size: 30px;
	font-weight: 100;
}
.construction-cover .construction-divs
{
	display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
.construction-cover .construction-divs .construction-div
{
	flex: 1 1;
    width: 100%;
    min-width: 25%;
    padding: 15px;
}
.construction-cover .construction-divs .construction-div .construction-div-inner
{
    background: #eee;
    height: 200px;
}
.construction-cover .construction-divs .construction-div h2
{
    font-weight: 400;
    text-align: center;
	font-size: 16px;
	line-height: 25px;
}
.about-back
{
	height: 700px;
    min-height: 600px;
    /*background: url(../images/aboutUs.67609443.jpg);*/
    background-size: cover;
    background-position: top;
    position: relative;
	padding: 0;
}
.home-textiles
{
	height: 60vh;
    min-height: 600px;
    /*background: url(../images/textilesHero.d0a376e1.jpg);*/
    background-size: cover;
    background-position: top;
    position: relative;
	padding: 0;
}
.explore-textile
{
	text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}
.explore-textile h2
{
	font-size: 30px;
	font-weight: 100;
}
.explore-textile .explore-textile-div
{
	display: inline-block;
    width: 240px;
    height: 173px;
    background: #eee;
    margin: 15px;
}
.explore-textile .explore-textile-div img
{
    width: 100%;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    cursor: pointer;
}
.explore-textile .explore-textile-div img:hover
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.contact-cvr
{
	display: flex;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}
.contact-cvr .contact-location
{
	flex: 1 1;
	padding-right: 30px;
}
.contact-cvr .contact-location h1
{
	font-size: 30px;
	font-weight: 100;
}
.contact-cvr .contact-location h2
{
	font-size: 16px;
	line-height: 25px;
    color: #555;
    font-weight: 100;
}
.contact-cvr .contact-location p
{
	font-weight: 100;
	font-size: 16px;
    line-height: 18px;
    color: #555;
    margin: 0;
    margin-bottom: 7px;
}
.contact-cvr .contact-map
{
	flex: 1 1;
	margin-top: 10px;
}
.contact-cvr .contact-map .contact-map-inner
{
	display: inline-block;
    width: calc(50% - 22px);
    margin: 10px;
    background: #eee;
}
.contact-cvr .contact-map .contact-map-inner .contact-map-title
{
	padding: 10px 0;
    background: #fff;
    line-height: 20px;
    font-weight: 400;
    color: #555;
}
.contact-cvr .contact-map .contact-map-inner iframe
{
	width: 100%;
    height: 100%;
}
.product-explore-cvr h1
{
	text-align: center;
	font-size: 30px;
	font-weight: 100;
}
.product-explore-cvr .product-explore-divs
{
	display: flex;
    /*flex-direction: column;*/
	flex-direction: row;
    flex-wrap: wrap;
    /*height: 100vw;*/
    font-size: 0;
}
.product-explore-cvr .product-explore-divs .product-explore-div
{
	width: calc(33.3% - 20px);
    padding: 10px;
    margin: 8px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #eee;
    -webkit-box-shadow: inset 0 0 8px -5px;
    box-shadow: inset 0 0 8px -5px;
	height: 100%;
}
.product-explore-cvr .product-explore-divs .product-explore-div img
{
    width: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 1px 10px -4px #000;
    box-shadow: 0 1px 10px -4px #000;
    -webkit-filter: sepia(.3);
    filter: sepia(.3);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.product-explore-cvr .product-explore-divs .product-explore-div .product-title
{
    position: relative;
    bottom: 0px;
    left: 0px;
    font-weight: 400;
    right: 0px;
    padding: 15px;
    font-size: 18px;
	color: #000;
    background: hsla(0,0%,100%,.6);
    opacity: 1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.product-explore-cvr .product-explore-divs .product-explore-div:hover .product-title {
    opacity: 1;
}
.login-section
{
	padding-top: 80px;
    padding-bottom: 80px;
	max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
}
.login-section .login-heading
{
	text-align: center;
}
.login-section .login-heading h1
{
	text-align: center;
    font-size: 30px;
    font-weight: 100;
	margin-bottom: 30px;
}
.login-form {
    padding: 15px 50px;
    
}
.login-form h1 {
        text-align: center;
    font-size: 33px;
    font-weight: 100;
    color: #000;
    
}
.login-form h4
{
	    font-size: 19px;
		    font-weight: 100;
}
.login-form hr
{
	    margin-bottom: 24px;
    background: #000;
    height: 5px;
}
.login-form .form-group {
    margin-bottom: 20px;
}
.login-form .form-group .form-control
{
	height: 45px;
    font-size: 16px;
    border-bottom: 1px solid #adaaaa;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    border-radius: unset;
}
.login-form .btn-primary
{
	color: #fff;
    background-color: #000;
    border-color: #000;
	margin-top: 30px;
}
.login-form .signup-link a
{
	font-size: 22px;
    font-weight: 100;
    color: #000;
}
.reg-img
{
	overflow: hidden;
}
.reg-img img
{
	width: 100%;
}
.login-form.fg-pass
{
	padding-top: 100px !important;
    padding-bottom: 100px !important;
}

@media only screen and (max-width: 479px){
.product-detail-content table {
font-size: 16px !important;}

.topContactCvr a{
	display: inline-block;
	margin-left:0px;
	text-decoration:none !important;
}
.videoCvr {
    height: 240px !important;
}	
.hdr_cvr .hdrtop {
    background: #fff;
    padding-left: 2%;
    padding-right: 2%;
}

.headerlogo > img {
    height: 50px;
    padding-top: 5px;
    float: left;
}
.hdr_cvr .hdrtop .navbar.navbar-default
{
	margin-bottom: 4px;
    margin-top: 15px;
}
.navbar-toggle
{
	margin-right: 5px;
}
.navbar-nav li
{
	padding: 0 8px;
	display: block;
}
.hdr_cvr .hdrmenu
{
	padding: 0 0%;
}
.topContactCvr {
    float: right;
    text-align: center;
}
.aboutCvr {
    height: calc(76vh - 100px);
}
.about-banner-title
{
	line-height: 34px;
	font-size: 25px;
	top: 48%;
	right: 10%;
	
}
section {
    padding: 15px;
}
.welcomeCvr h1 {
    font-size: 22px;
    font-weight: 400;
    margin: .67em 0;
}
.welcomeCvr .welcome-image
{
	margin: 10px 0px;
    width: 95%;
}
.welcomeCvr .welcome-image .welcome-image-text
{
	font-size: 16px;
	top: 7%;
    left: 21%;
	font-weight: 400;
	line-height: 22px;
}	
.welcomeCvr .welcome-image .welcome-image-text1
{
	font-weight: 400;
	font-size: 16px;
}
.welcomeCvr .welcome-image .welcome-image-text2
{
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
}
.servicesCvr {
    display: block;
}
.servicesCvr .service-div .service-div-div
{
	width: 100%;
    height: 245px;
    background-size: cover !important;
}
.servicesCvr .service-div h3
{
	margin-top: 13px;
}
.servicesCvr .service-div p
{
	margin-top: 5px;
}
.servicesCvr .service-div
{
	margin-bottom: 20px;
}
.product-char
{
	height: 12vh;
    min-height: 135px;
}
.product-char-content h1
{
	font-size: 24px;
    font-weight: 400;
}
.product-char-content h2
{
	font-size: 24px;
    font-weight: 400;
}
.product-char-type
{
	display: block;
}
.product-char-type .product-type-div img
{
	height: 215px;
}
.product-char-type1 .product-type-inner-div
{
	margin-top: 10px;
    display: block;
    margin: 20px 0;
}
.product-char-type1 .product-type-inner-div .product-type-image-left
{
	width: 100%;
}
.product-type-content-text-align-right
{
	    text-align: left;
}
.construction-cover h1
{
	font-size: 22px;
}
.construction-cover .construction-divs
{
	display: block;
}
.construction-cover .construction-divs .construction-div h2
{
	font-size: 20px;
}
.about-back
{
	height: 205px;
    min-height: 205px;
}
.product-explore-cvr h1
{
	font-size: 22px;
}
.product-explore-cvr .product-explore-divs
{
	display: block;
	height: unset;
}
.product-explore-cvr .product-explore-divs .product-explore-div
{
	width: 100%;
	margin: 20px 0px;
}
.home-textiles
{
	height: 24vh;
    min-height: 175px;
}
.explore-textile h2
{
	font-size: 20px;
}
.contact-cvr
{
	display: block;
}
.contact-cvr .contact-map
{
	margin-top: 36px;
}
.contact-cvr .contact-map .contact-map-inner
{
	display: block;
    width: 100%;
    margin: 16px 0px;
}
.fix .topContactCvr
{
	display: none;
}
.login-section
{
	padding-top: 30px;
    padding-bottom: 30px;
}

.small-img {
    width: 280px !important;
    height: 70px;
    margin-top: 10px;
    position: relative;
    left: 0px !important;
}
.small-container {
    width: 240px !important;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.login-form.fg-pass
{
	padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.construction-cover .construction-divs .construction-div .construction-div-inner {
    background: #eee;
    height: 210px !important;
}
}

.error_required
{
	color: red;
}

.product-detail-content h1
{
	font-weight: 100;
    font-size: 30px;
}
.product-detail-content p
{
	font-size: 18px;
    line-height: 28px;
    border-top: 1px solid #999;
    padding-top: 15px;
}
.product-detail-img img
{
	width: 100%;
}
.product-detail-img
{
	width: calc(100% - 20px);
	padding-top: 25px;
}
.product-detail-content table
{
	    font-size: 18px;
    line-height: 28px;
}
.product-detail-content .table-responsive
{
	padding-top: 15px;
}
.product-detail-content table td
{
	    padding: 15px 8px !important;
}
.product-detail-content table td b
{
	    font-weight: 400 !important;
}
.show{
  /*width: 400px;
  height: 400px;*/
  width: 100%;
  /*height: 500px;*/
}
#show-img { width: 400px; height: 400px; }
.small-img{
  width: 450px;
  height: 70px;
  margin-top: 10px;
  position: relative;
  left: 80px;
}
.small-img .icon-left, .small-img .icon-right{
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.small-img .icon-left{
  transform: rotate(180deg)
}
.small-img .icon-right{
  right: 0;
}
.small-img .icon-left:hover, .small-img .icon-right:hover{
  opacity: .5;
}
.small-container{
  width: 410px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.small-container div{
  width: 800%;
  position: relative;
}

.small-container .show-small-img{
  width: 70px;
  height: 70px;
  margin-right: 6px;
  cursor: pointer;
  float: left;
}
.small-container .show-small-img:last-of-type{
  margin-right: 0;
}

@media (min-width: 1250px) and (max-width: 1449px) {
	navbar-nav li a {
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    font-size: 13px;
    padding: 10px;
}	
}
@media (min-width: 1754px) and (max-width: 1920px) {
	.servicesCvr .service-div .service-div-div {
    width: 100%;
    height: 400px;
}
}
@media (min-width: 1601px) and (max-width: 1920px) {
.navbar-nav li a {
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    padding: 10px;
}	
.servicesCvr .service-div .service-div-div {
    width: 100%;
    height: 365px;
}
.navbar-nav li
{
	padding: 0 45px;
	float: none;
    display: inline-block;
}
}
@media (min-width: 1525px) and (max-width: 1558px) {
	.servicesCvr .service-div .service-div-div {
    width: 100%;
    height: 353px;}
}
@media (min-width: 1441px) and (max-width: 1600px) {
    .navbar-nav li {
    padding: 0px 6px;
	}
}
@media (min-width: 1335px) and (max-width: 1400px) {
	.servicesCvr .service-div .service-div-div {
    width: 100%;
    height: 298px;
}
}
@media (min-width: 1128px) and (max-width: 1400px) {
    .servicesCvr .service-div .service-div-div {
    width: 100%;
    height: 246px;}
}
@media (min-width: 1025px) and (max-width: 1077px) {
    .navbar-nav li {
    padding: 0px 20px;
	}
}
@media (min-width: 1360px) and (max-width: 1427px) {
    .servicesCvr .service-div .service-div-div {
    width: 100%;
    height: 317px;
   
}
}
@media (min-width: 990px) and (max-width: 1024px) {
    .navbar-nav li {
    padding: 6px 24px;
	}
}



@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-nav li {
    padding: 0px !important;
	    float: left;
   
}
.servicesCvr .service-div .service-div-div {
    width: 100%;
    height: 152px;
    margin-bottom: 28px;
}
.contact-cvr .contact-map .contact-map-inner {

    vertical-align: top;
}
.product-explore-cvr .product-explore-divs .product-explore-div {
    width: calc(50.3% - 20px);
    padding: 10px;
    margin: 8px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #eee;
    -webkit-box-shadow: inset 0 0 8px -5px;
    box-shadow: inset 0 0 8px -5px;
    height: 100%;
}
.navbar-nav li a {
    font-size: 11px;
    padding: 6px;
}
.show{
	width:93%;
}
}



.videoCvr
{
	height:800px;
}

.service-div-info iframe {
    height: 412px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 1920px) and (min-width: 1760px)  { 	
.service-div-info iframe {
    height: 380px;
    margin-bottom: 10px;
}
}

@media only screen and (max-width: 1600px) and (min-width: 1567px)  {
	.servicesCvr .service-div .service-div-div {
    width: 100%;
    height: 364px;
	}
	

}
@media only screen and (max-width: 1524px) and (min-width: 1424px)  {
.servicesCvr .service-div .service-div-div {
    width: 100%;
    height: 324px;
   
}
}
@media only screen and (max-width: 1124px) and (min-width: 1024px)  {
	.servicesCvr .service-div .service-div-div {
    width: 100%;
    height: 216px !important;
    margin-bottom: 15px;
}

	
}
@media only screen and (max-width: 900px) and (min-width: 767px)  {
	.servicesCvr .service-div .service-div-div {
    width: 100%;
    height: 472px;
  
}
}
@media (min-width: 480px) and (max-width: 765px) {
	.navbar-nav li {
    padding: 0 86px;
	}
}


.service-div-info img {
    width: 100%;
    margin-bottom: 12px;
}
.service-divCvr p {
    font-size: 20px;
}