.hm-about a {
    color: #771228;
}

p{color:#555; line-height:25px; font-family:Arial, Helvetica, sans-serif; font-size:14px;}

body{font-family: 'Lato', sans-serif; font-size:14px;}


#home{width:100%; height:100vh; position:relative;}

#home:after{content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(rgb(11, 28, 58) 29%, transparent 100%);
    width: 100%;
    height: 250px;
    z-index: 2;}

.navbar-default{border:0; background:#fff;}
.navbar .navbar-right{    margin-top: 8px;}
.navbar-default{
    background: transparent;}

.navbar-default .navbar-nav>li>a:hover{    background: #baa46a; color:#fff;}

.navbar-default .navbar-nav>li>a{color:#fff; padding-top: 8px;
    padding-bottom: 9px;}
.navbar-default .navbar-brand{padding:0;}

#logo-web{
    transition: 0.5s;
    max-width: 100%;
    padding-left: 15px;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    }

.navbar-fixed-top.navbar-default #logo-web{width: 81%; transition:0.5s;     padding-top: 4px;}
.navbar-fixed-top .nav>li>a{    padding-left:20px; padding-right:20px;}
.navbar-fixed-top.navbar-default{    padding: 9px 0;
    background: rgba(34,34,34,0.95);
    transition: 0.5s;
    border-bottom: 0;
    /* padding-bottom: 0; */
    box-shadow: 0;
    position: fixed;
    top: 0; z-index:999;}

/*banner*/

img{max-width:100%;}

.top-nav{background: #127761;color: #c7c7c7;overflow: hidden;}
.top-nav a{color:#fff; text-decoration:none;}
.top-nav-lft ul{list-style:none; padding-left:0;     margin-bottom: 0;}
.top-nav-lft ul li{display:inline-block; margin-right:20px; color:#fff;font-size: 14px;}
.top-nav-lft ul li .fa{
    margin-right:5px;
    color:#fff;
    font-size: 16px;
    text-align: center;
    background: #771228;
    padding: 14px 15px;
    }

.top-nav-rht ul{list-style:none; padding-left:0; text-align:right;     margin-bottom: 0;}
.top-nav-rht ul li{display:inline-block;margin-left:-1px;position:relative;background: #771228;}
.top-nav-rht ul li .fa{text-align: center;
    padding: 12px 15px; transition:0.5s; z-index:9; position:relative}
	
.top-nav-rht ul li:before{position:absolute;top:50px;left:0;background: #bf2f4f;width:100%;height:100%;transition:0.5s;content:"";}
	
.top-nav-rht ul li:hover:before{background: #127761; transition:0.5s; top:0;}
.top-nav-rht ul li:hover .fa{color:#5f375a;}

.four-col{    margin-top: -64px;
    z-index: 9;
    position: relative;}
.four-col-inner{float:left; width:25%; text-align:center; background:#010101; padding: 18px 0 0;}
.four-col-inner:nth-child(2){background:#292929;}
.four-col-inner:nth-child(3){background:#010101;}
.four-col-inner:nth-child(4){background:#292929;}
.four-col-inner .fa{ font-size: 34px;
    color: #465210;
    width: 80%;
    height: 45px;
    border: 1px solid #bcbcbc;
    line-height: 42px; transition:0.5s;
}
.four-col-inner:hover .fa{transition:0.5s; border-radius:45px; background:#ccc; color:#fff;}
.four-col-inner h3{    font-weight: bold;
    color: #fdfff6;
    font-size: 23px;
    margin-top: 10px;}
.four-col-inner p{text-align:center;}
.four-col-inner p a{color:#bfc0b9;}

/*-- Slider --*/
#slider {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0,0,0,.25);
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}
.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: rgba(255,255,255,.1);
	color: #fff;
	font-weight: bold;
}
.events {
	list-style: none;
}
.callbacks_container {
    position: relative;
    float: none;
    text-align: center;
    width: 100%;
    height: 100%;
    /* height: 638px; */
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	left: 0;
	top: 0;
}
.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 50px;
    height: 50px;
    background: transparent url(../image/arrows.png) no-repeat left top;
}
.callbacks_nav.next {
  left: auto;
    background-position: right top;
  right: 22px;
 }
 .callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left:22px;
}
.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks2_nav:active {
	opacity: 1.0;
}

#slider-pager a {
	display: inline-block;
}

#slider-pager span {
	float: left;
}
#slider-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}
#slider-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}
#slider-pager a {
	padding: 0;
}
#slider-pager li {
	display: inline-block;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;     height: 100%;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 0%;
	top: 0;
	width: 100%;
}
.rslides li {
	position: relative;
	display: block;
	float: none; height:100%;
}
.rslides img {
	height: auto;
	border: 0;
}
.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 66.5%;
	z-index: 999;
	left: 45%;
	padding: 0em 0.6em 1em 0.3em;
	margin: 0; display:none;
}
.callbacks_tabs li {
	display: inline-block;
	margin: 0.5em;
}
.callbacks_tabs a {
	visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	width:12px;
	height: 12px;
	display: inline-block;
	background: #fff;
	border: none;
	border-radius: 50%;
}
.callbacks_here a:after {
	background: #168eea;
}
.slider-info {
    position: absolute;
    top: 45%;
    z-index: 999;
    left: 0;
    width: 48%;
    height: auto;
    right: 0;
    margin: 0 auto;
    background: rgba(0,0,0,0.8); padding:15px 0;
}
.ban-logo{
    width: 105px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.arrow-dn{    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px double #fff;
    line-height: 50px;
    margin: 0 auto;
    background: #8abf00;
    margin-top: 40px;}
	
.slider-img{height: 100%;}

.slider-img img {
    height: 100%;
    width: 100%;
}

.slider-info h3 {
    font-size: 45px;
    font-weight: 900;
    color: #FFF;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 2px 0px 10px;
}

.slider-info p {
    font-size: 18px;
    font-weight: 100;
    color: #fff; text-align:center;
    margin: 0 auto;
    line-height: 35px;
    letter-spacing: 1px;
}
.slider-info h4 {
    font-size: 45px;
    color: #baa46a;
	letter-spacing: 3px;
	text-transform:uppercase; 
	margin-top: 7px;
}
h6 {
	margin:0 auto;
	z-index:999;
}
h6 a{
	cursor:pointer;
	font-size:15px;
	text-transform:uppercase;
}
.slider-top span{
font-weight:600;
}
.callbacks_tabs li{
       display: inline-block;
    margin: 0 7px;
}
/*-- //Slider --*/
/*banner*/


.head-main{
    color: #127761;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 30px;
	line-height:35px;
    padding-bottom: 10px;
    margin-bottom: 30px; text-align:
    center;
    }
	
.head-main span span{
    color: #127761;
    font-weight: bold;
    font-size: 34px; position:
    relative;
    }
	
.copyrht-lft, .copyrht-rht.text-right {
  color: #fff;
}
.head-main span{}
.head-main span span:after{
	    content: "";
	    position: absolute;
	    left: 0;
	    width: 50%;
	    height: 1px;
	    background: #771228;
	    bottom: -10px;
	    margin: 0 auto;
	    right: 0;
}

.head-main span span:before{
	    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eee;
    bottom: -10px;
    margin: 0 auto;
    right: 0;
}

.hm-about{text-align:center; margin-top:20px;margin-bottom: 20px;}
.hm-about-inner{margin-top:0px; transition:0.5s; position:relative; overflow:hidden; margin-top:19px;}
.hm-about-cnt{border: 1px solid #ccc; }
.hm-about-inner h3{margin-top: 50px;}
.hm-about-inner a{    /*! color: #a7779f; */
    font-size: 15px;
    color: #771228;
    font-style: italic;
    text-decoration: none;
    }
	.hm-about-inner a:hover{    color: #fff;
	text-decoration:none;
	
	}
h4.box-imgs{    margin-bottom: -40px; z-index:9; position:relative;}
	
h4.box-imgs .imgs{
    width: 75px;
    height: 75px;
    background: #127761;
    color: #fff;
    border-radius: 50%;
    font-size: 63px;
    line-height: 60px;
    border: 5px solid #fff;
    box-shadow: 0px -1px 2px #ccc;
    font-weight: inherit;
    }

.hm-about-inner:after{
    content: "";
    left: -100%;
    top: 45px;
    width: 50%;
    height: 100%;
    background: #127761;
    transition: 0.5s;
    position: absolute;
    }	
	
.hm-about-inner:before{
    content: "";
    right: -100%;
    top: 45px;
    width: 51%;
    height: 100%;
    background: #127761;
    transition: 0.5s;
    position: absolute;
    }	
	
.hm-about-inner:hover{transition:0.5s; color:#fff;}
.hm-about-inner:hover:after{opacity:1; left: 0%; transition: 0.4s;}
.hm-about-inner:hover:before{opacity:1; right: 0%; transition: 0.4s;}
.hm-about-cnt{position:relative; z-index:1;}
.hm-about-inner:hover p{color:#fff; transition: 0.4s;}


/*Service*/
.hm-service{/*! background:url(../image/ser-bg.jpg); */ background-attachment:fixed; background-size:cover; position:relative; padding: 40px 0 60px; margin-top:40px;     overflow: hidden;background-color: #0384fc;}
.hm-service .head-main span, .hm-service .head-main{color:#fff;}
.hm-service .head-main span span:after{background: #771228;}
.hm-service:before{background: #127761;content: '';position: absolute; left:0; top:0; width:100%; height:100%;}
.hm-service-inner{position:relative; width:100%; overflow:hidden;     margin: 15px 0;     height: 250px;}
.hm-service-img{height:100%;}
.hm-service-inner img{width:100%; min-height:100%;}
.hm-service-cnt{position:absolute; top:0; height:100%; left:0; width:100%; color:#fff;background: rgba(119, 18, 40, 0.85); transition:0.5s; text-align:center; opacity:0;}
.hm-service-inner:hover .hm-service-cnt{opacity:1;}
.hm-service-cnt p{color:#fff;}

.hm-service-cnt:before{    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 12px;
    background: url(../image/top-img.png);
    opacity: 0;
    visibility: hidden; 
	    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; z-index:1}
	
.hm-service-cnt:after{    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0%;
    height: 12px;
    background: url(../image/bottom-img.png);
    opacity: 0;
    visibility: hidden; 
	    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; z-index:1}
	
.hm-service-inner:before{    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width:12px;
    height: 0;
    background: url(../image/left-img.png);
    opacity: 0;
    visibility: hidden; 
	    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; z-index:1}
	
.hm-service-inner:after{    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 12px;
    height: 0;
    background: url(../image/right-img.png);
    opacity: 0;
    visibility: hidden; 
	    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; z-index:1}
	
.hm-service-inner:hover .hm-service-cnt:before{    opacity: 1;
    visibility: visible;
    width: 100%;
	    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;}
	
.hm-service-inner:hover .hm-service-cnt:after{    opacity: 1;
    visibility: visible;
    width: 100%;
	    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;}
	
.hm-service-inner:hover:before{    opacity: 1;
    visibility: visible;
    height: 100%;
	    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;}
	
.hm-service-inner:hover:after{    opacity: 1;
    visibility: visible;
    height: 100%;
	    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;}
	
.hm-service-inner:hover .hm-service-cnt h3{    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);}
	
.hm-service-cnt h3{    -webkit-transform: translateY(-130px);
    -moz-transform: translateY(-130px);
    -ms-transform: translateY(-130px);
    -o-transform: translateY(-130px);
    transform: translateY(-130px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;     margin-top: 48px; font-weight: bold;
padding-left: 10px;
padding-right: 10px;
}
	
.p-bx{    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; padding:15px;}
	
.hm-service-inner:hover .p-bx{-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);}
	
.hm-service-cnt .rd-mr a{
    padding: 3px 10px;
    color: #fff;
    text-decoration: none;
    background: #771228;
    border: #127761;
    font-size: 13px;
    box-shadow: 0px 0px 1px #fff;
    }
	
.hm-service-cnt .rd-mr a:hover{background: #127761;}

.top-ser-lft{    position: absolute;
    left: -20px;
    width: 175px;
    height: 50px;
    top: 0;
    background: #fff;
    transform: skew(-30deg);
    max-width: 25%;}
	
.top-ser-rht{    position: absolute;
    right: -20px;
    width: 175px;
    height: 50px;
    top: 0;
    background: #fff;
    transform: skew(30deg);
    max-width: 25%;}
	
.bot-ser-lft{    position: absolute;
    left: -20px;
    width: 175px;
    height: 50px;
    bottom: 0;
    background: #fff;
    transform: skew(30deg);
    max-width: 25%; background: url(../image/dis-bg.jpg);}
	
.bot-ser-rht{    position: absolute;
    right: -20px;
    width: 175px;
    height: 50px;
    bottom: 0;
    background: #fff;
    transform: skew(-30deg);
    max-width: 25%; background: url(../image/dis-bg.jpg);}
	
	
.client-say-bx{padding: 40px 0 60px;
    background: url(../image/dis-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.client-say-inner .nav-tabs{float:left; width:27%;     background: #f7f2e9;
    border: 0;     border:1px solid #ddd;}
.client-say-inner .nav-tabs>li{float:initial; display:block;}
.client-say-inner .nav-tabs h4{    float: left;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;}
.client-say-inner .nav-tabs h4 img{width:100%; height:100%;}
.client-say-inner .nav-tabs h5{    float: left;
    font-size: 16px;
    font-weight: bold; line-height: 18px;
    margin-top: 25px;}
.client-say-inner .nav-tabs h5 span{    font-style: italic;
    font-weight: normal;
    display: block;
    font-size: 12px;
    color: #999;}
.client-say-inner .nav-tabs>li a{border:0; margin-right:0; border-radius:0; border-bottom:1px solid #ccc; color:#333;}
.client-say-inner .nav-tabs>li.active a, .client-say-inner .nav-tabs>li.active a:hover{    background: #60355c;
    color: #fff;
    border-radius: 0;
    border: 0; margin-right:0; border-bottom:1px solid #60355c;}
.client-say-inner .nav-tabs>li a:hover{background:transparent; color:#333; border-bottom:1px solid #ccc; }
.client-say-inner .nav-tabs>li.active{position:relative;}
.client-say-inner .nav-tabs>li.active:after{    content: "";
    right: -10px;
    background: #60355c;
    width: 30px;
    height: 30px;
    top: 34%;
    position: absolute;
    transform: rotate(45deg);}
	
.client-say-inner .tab-content{    float: left;
    width: 73%;
    background: #fcf9f6;
    border: 1px solid #ddd; border-left:0;}
.client-say-inner .tab-content>.tab-pane{    padding: 40px 40px;
    text-align: center;     min-height: 420px; }
.line-bx img{    opacity: 0.2;}
.line-bx{    margin-bottom: 30px;}

.client-say-inner .tab-content p{     color: rgba(45, 45, 45, 0.6);
    font-size: 19px;
    line-height: 33px;}
	
.client-say-inner .tab-content h3{    color: #60355c;
    font-weight: bold;
    font-size: 17px;     margin-bottom: 30px;     margin-bottom: 40px;}
	
	
.qyery-hm {
    background: url(../image/query-bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 15px 0 50px;
    background-attachment: fixed;
	position: relative; overflow: hidden;
}

.overlay-bg {
    background: #771228;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.qyery-hm .container-middle {position:relative; z-index:1;}

.qyery-hm:before{    /*! background: url(../image/two-sided.png); */
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    height: 35px; z-index:1}
	
.qyery-hm:after{    /*! background: url(../image/two-sided.png); */
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 35px; z-index:1}

.qyery-hm h4 {
    margin-bottom: 0;
    font-size: 31px;
    font-weight: normal;
    font-family: cursive;
    color: #ccc;
    text-align: center;
}

.qyery-hm h4 strong {
    font-family: sans-serif;
    font-size: 44px;
    color: #127761;
}

.qyery-hm h4 span {
    font-family: sans-serif;
    background: #127761;
    color: #fff;
    font-size: 18px;
    padding: 8px 17px;
    vertical-align: super;
    margin-top: 10px;
    top: 31px;
    border-radius: 45px;
    margin-left: 30px;
    border: 2px solid rgba(0,0,0,0.5);
    transition: 0.5s;
}
.qyery-hm h4 span a {
    COLOR: #FFF; text-decoration:none; text-transform:uppercase;
}
.qyery-hm h4 span:hover {
    background: #333;
    transition: 0.5s;
}


.team-col-main{padding-top: 25px;
    padding-bottom: 35px; background: url(../image/dis-bg.jpg); background-attachment:fixed; background-size:cover;}
.team-col{    margin-top: 15px;}
	
.team-img{    float: left;
    width: 25%;
    max-height: 300px;
    overflow: hidden;
    border: 5px solid rgba(95,55,90,0.5);
    box-shadow: 5px 6px 5px #ccc;}
	
.team-img img{width:100%; transition:0.5s;}

.team-col:hover .team-img img{transition:0.5s; transform:scale(1.1);}

.team-cnt{float: right;
    width: 72%;
text-align: justify;
}
	
.team-cnt h3{color: #3a4145;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0px;}
	
.team-cnt h4{font-weight: normal;
    font-style: italic;
    color: #888888;
    margin-bottom: 10px; text-transform: none;}
	
.info-btn a{
    font-weight: bold;
    color: #771228;
    text-transform: uppercase;
    font-size: 13px;
    }
	
.team-hm{padding: 40px 0 50px;}


footer{
    background: #127761;
    position: relative;
    border-top: 10px solid #771228;
    box-shadow: -5px -2px 5px #999;
    }
.cont-ft:after{
    content: "";
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    top: 0;
    background: #127761;
    }

.cont-ft{
    background: #771228;
    color: #fff; position:
    relative; z-index:1;
    padding-top: 30px;
    padding-bottom: 10px;
    }
	
.links-use{padding-top: 32px;}
	
.cont-ft ul{padding-left:0; list-style:none;     margin-top: 16px;     margin-bottom: 0;}
.cont-ft ul li{background: #127761; margin-bottom:10px; position:relative;padding: 5px 0;padding-left: 44px;}
.cont-ft ul li .fa{
    position: absolute;
    left: 0;
    width: 35px;
    text-align: center;
    height: 100%;
    line-height: 29px;
    font-size: 17px;
    background: #0b6652;
    top: 0;
    }
	
.cont-ft ul li:first-child .fa{line-height: 50px;}
.ft-head{    color: #fff;
    border-bottom: 1px dashed #666;
    margin-top: 0;
    margin-bottom: 18px;
    padding-bottom: 8px;}
	
.links-use ul{    padding-left: 25px;     font-weight: 300; margin-bottom: 0;}
.links-use ul li a{color:#ccc;}
.links-use ul li{margin-bottom:11px; transition:0.5s;}
.links-use ul li:hover{padding-left:10px; color:#fff; transition:0.5s;}
.links-use ul li:hover a{color:#fff;}

.copyrht{
    background: #771228;
    color: #fff;
    font-size: 13px;
    padding: 8px 0;
    }
	
.copyrht a{color:#ccc; text-decoration:none;}
.copyrht a:hover{color:#fff; text-decoration:none;}



.top{ position: fixed;
    right: 18px;
    bottom: 30px;
    text-align: center;
    color: #fff;
    background: #5f375a;
    padding: 10px 10px;
    z-index: 99;
    border-radius: 50%;
    border: 2px solid #fff; cursor:pointer; opacity:0; transition:ease-in 0.5s;}
	
.top.scll-top{opacity:1; transition:ease-in 0.5s; bottom: 50px;}
	
.top .fa{display:block !important;}


.btn-dis{text-align:center; margin-top:20px;}
.btn-dis a{
    background: #127761;
    color: #fff;
    padding: 8px 20px;
    text-decoration: none; transition:0.5s;
    }
	
.btn-dis a:hover{background: #771228; color:#fff; text-decoration:none; transition:0.5s; border-radius:10px;}

@media(max-width:1024px){
.nav>li>a{    padding: 10px 10px;}	
.hm-service-cnt h3{    margin-top: 36px;}
	}
	
@media(max-width:769px){
.navbar-right{ margin-right: 0px;     width: 100%;}	
.navbar-default .navbar-collapse, .navbar-default .navbar-form{padding:0;}
.navbar .navbar-right {
    margin-top: 25px;
}
.nav>li>a{    padding: 10px 18px;}	
.team-img{max-height:inherit;}
.cont-ft ul li:first-child .fa {
    line-height: 30px;
}
	}
	
@media(max-width:736px){
.top-nav-lft{float:left; width:70%;}	
.top-nav-rht{float:left; width:30%;}
.navbar-brand{height:inherit;}
.navbar-default{margin-bottom:0;}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    border-color: #5f375a; background-color: #5f375a;     margin-top: 27px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{border-top:0;}
.navbar .navbar-right {
    margin-top: 0;
}
.navbar-nav {
    margin:0;
}
.nav>li{background: #263240;}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 6px 20px;
}
.team-cnt h3{font-size: 24px;}
	}
	
@media(max-width:667px){
	
	}
	
@media(max-width:568px){
.top-nav-lft{width:100%;}	
.top-nav-rht{display:none;}
#demo-1{height: 270px !important;}
.head-main span span{font-size: 26px;}
	}
	
@media(max-width:480px){
.qyery-hm h4{font-size: 24px;}	
.qyery-hm h4 strong{font-size: 32px;}
.qyery-hm h4 span{margin-left: 0px;}
.copyrht-lft{text-align:center; width:100%; margin-bottom:5px;}
.copyrht-rht{text-align:center; width:100%;}
	}
	
@media(max-width:414px){
.team-img {
    height: 250px; width:100%;
}
.team-img img{height:100%;}	
.team-cnt{width:100%; margin-top:10px;}
.navbar-default .navbar-brand{padding-left: 10px;
    padding-right: 0;}
	}
	
@media(max-width:375px){
.top-nav{display:none;}
.head-main span span {
    font-size: 21px;
}
.head-main{font-size: 18px;}
.copyrht-lft, .copyrht-rht{font-size: 11px;}
	}
	.properties-table {
			width: 100%;
			padding: 0;
			border-spacing: 0;
			margin-top: 2em;
			font-size: .85em;
			background-color: #eee;
		}
		.properties-table th, .properties-table td {
			text-align: left;
			padding: 10px;
		}
		.properties-table th {
			border-bottom: 1px solid #333;
			line-height: 2;
		}
		/* End Basic styling */

		
		#demo-1 {
			position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
			overflow: hidden; /* to bound the empty top space created by inner element's top margin */
			width: 100%;
			height: 550px;
			background-color: #999;
		}
		.demo-inner-content {
			position: relative;
			z-index: 2;
			margin: 130px auto;
			padding: 40px;
			max-width: 700px;
			color: #fff;
			text-align: center;
			font-size: 1.5em;
		}
		.demo-inner-content h1 {
			font-size: 2.5em;
			margin: 0; font-family: Calibri; font-weight:bold;
		}
		
		
		.left-cont{margin-top: 10px;
padding-left:5px;
    text-align: justify;}
.bx-rht-cont{ margin-top: 10px;}

.bx-rht-cont h2{ text-align: left;
    font-size: 25px;
    font-weight: bold;
    line-height: 29px;
    margin-top: 23px;
    margin-bottom: 8px; color: #181c1f;}
	
.left-cont h2{ text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin-top: 20px;
    margin-bottom: 8px; color: #123e6b;}
	
.bx-rht-cont p{margin-bottom:0;}
.brn-off{width:31%; padding:1%; float:left;     padding-bottom: 0;}
.cont-page h3{ margin: 0; font-size: 16px; text-transform:uppercase;}
.cont-page p{font-size:14px;  text-align: left;    line-height: 28px !important;font-family: arial;}

.cont-page h2 span{    display: block;
    font-size: 20px;
    color: #666464;
    font-weight: 500;
    margin-bottom: 10px;}
	
.head-bx{float: left;
    width: 50%;}
	

.brn-bx h2{text-align:center;}

#widgetsControl, #widgetsControl_C{height:100% !important;}

#widgetsControl table, #widgetsControl td{height:100% !important;}





.body-fx #logo-web{/* margin-top: 6px; */}

.body-fx #MenuControl_C{height: 68px !important;}



.body-fx #MenuControl {
    height: 90px;
    float: Right;
    position: fixed;
    right: 0;
    width: 70%;
    padding: 0;
    padding-right: 0;
    background:rgba(11,28,51,0.95);
    transition: 0.5s;
    top: 0;
    height: 68px !important;
}




@media(max-width:1024px){
.animatedParent{overflow:hidden;}
.nav>li>a{    padding: 9px 3px;}	
.three-cl-inner{height: auto;}
.navbar-fixed-top .nav>li>a{padding-left: 10px;
    padding-right: 10px;}
footer{bottom: -292px;}
.navbar-default .navbar-nav>li>a{font-size: 14px;}
.cprht-img{margin-left: 88px;     display: none;}

#home{height: 100%;}

}

	
@media(max-width:769px){
.three-cl h3{font-size: 23px;}	
.copyright-rht ul li{padding-left: 10px; margin-left: 10px;}

.navbar .navbar-right{    width: 100%;
    margin: 0;
    margin-top: 10px;
}
.nav>li>a {
    padding: 9px 15px;
}
#logo-web{height: 100%;}
footer {
    bottom: -100%;
}
.body-fx footer:hover{bottom:0;}
.sec-about-lft p{text-align:center;}
.sec-about-lft img{    width: 60%;
    margin: 0 auto;}
.sec-about-rht .tab-content{min-height:inherit;}

.ser-cl-inner {
    position: initial;
    float: left;
    width: 47%;
    text-align: center;
    margin: 0 1.5%;
    border: 1px solid #eee;
    margin-top: 70px;
    padding-bottom: 20px;
}

.ser-main-cl{    margin-top: 30px;
    margin-bottom: 0;}
	
.fl-ser, 
.fl-ser.fr-ser
{float:inherit; text-align:center; padding:0 15px; border:1px solid #ccc;     padding-top: 75px;}
.sh-img{display:none;}
.fl-ser p,
.cl4 .fl-ser p, .cl4 .fl-ser h3, .cl5 .fl-ser p, .cl5 .fl-ser h3, .cl6 .fl-ser p, .cl6 .fl-ser h3
{text-align:center;}
.dn-img{display:block;}

.ser-cl-inner img,
.cl4.ser-cl-inner img, .cl5.ser-cl-inner img, .cl6.ser-cl-inner img {
    float: initial;
    left: 0;
    right: 0;
    margin: 0 auto; margin-top: -50px;
}
.hm-serv{padding-bottom:60px;}

.contact_map_content{width:100%;}
.left_style_contact{width:100%; margin-left:0;}

.navbar-default .navbar-nav>li>a {
    font-size: 12px;
}
.nav>li>a {
    padding: 9px 1px;
}

.cprht-img{display:none;}
footer {
    position: relative;
}
.hm-serv {
    padding-bottom: 30px;
}
.top-nav-lft ul{padding-left: 15px;}
.top-nav-rht ul{padding-right: 15px;}
	}
	
@media(max-width:736px){
.slider-info h4{    font-size: 35px;}	
.slider-info h3{font-size: 30px;}
.rslides{    height: 300px;}
.ban-logo{width: 75px;}
.slider-info{top: 59px;}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{border-color: #6c773b;     background-color: #6c773b;}
.navbar-default .navbar-toggle{border-color: #6c773b;}
.navbar-toggle{background-color: #6c773b; border-color: #6c773b;     margin-top: 22px;}
.navbar-default .navbar-toggle .icon-bar{    background-color: #fff;}
.cont-rht ul, .copyright-lft, .copyright-rht{font-size: 13px;}

#bs-example-navbar-collapse-1{    margin: 0;  padding: 0; border-top: 0;
}
.navbar-default .navbar-nav>li>a{
   color: #fff;
   padding: 5px 10px;
   background: #771228;
   border-bottom: 1px solid #771228;
   }
	
	
.ft-cont p, .ft-cont p a{line-height: 18px;}
.cprht-img{display:none;}
.cprht-rht li .fa{    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 22px;}
.us-lk ul li{margin-bottom: 2px;}
footer h2{font-size: 20px;}

footer{position:relative;}
.hm-serv {
    padding-bottom: 30px;
}
#HeaderControl, center #form1 #HeaderControl{width: 45%;     z-index: 999999999;}
.navbar{    margin-right: 0 !important;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{    margin: 0;
    width: 100%; border:0;}
	
#MenuControl, #MenuControl_C{height:inherit !important; width: 100%;}
.navbar-nav>li>a {
    line-height: 30px;
}
.navbar-default .navbar-nav>li>a {
    font-size: 14px;
}

.four-col-inner h3{font-size: 18px;}

.navbar-default .navbar-nav .open .dropdown-menu>li>a{    background: #60355c;
    border-bottom: 1px solid #505b1f; color: #fff;}
	
.body-fx .navbar-default .navbar-toggle:focus, .body-fx .navbar-default .navbar-toggle:hover {
    border-color: #baa46a;
    background-color: #baa46a;
}

.body-fx .navbar-default .navbar-toggle {
    border-color: #baa46a;
}

.body-fx #MenuControl{height: inherit !important;     width: 100%;}
.body-fx #HeaderControl{z-index: 999999999;     top: -2px;}
.body-fx #HeaderControl{width: 45%;}
.body-fx #MenuControl_C{height: inherit !important; }
.body-fx #MenuControl_C #navbar-collapse-1{height: 278px !important;
    overflow-y: auto;}
.navbar-nav{margin-bottom:0;}
.copyright{right: 15px;}
footer{    z-index: 9;}

center #HeaderControl{    padding: 5.5px 0;}
center .navbar-default .navbar-toggle:focus, center .navbar-default .navbar-toggle:hover{border-color: #baa46a;}
center .navbar-default .navbar-toggle {
    border-color: #baa46a;
}
.body-fx center #HeaderControl{height: 67px !important;}

center #form1 #HomepagecontentControl{padding-top: 75px;}
	}
	
@media(max-width:667px){
.three-cl h3 {
    font-size: 17px;
}
.four-col-inner h3{    font-size: 17px;}
.four-col-inner p{font-size:12px;}
.four-col-inner .fa{font-size: 28px; height: 40px;     line-height:31px;}
.four-col-inner p{    margin-bottom: 9px;}
.sec-about-rht .nav-tabs>li a{font-size: 16px;}
.hm-serv h2{font-size: 30px;}
	}
	
@media(max-width:568px){
.cont-rht{    padding-bottom: 15px;     width: 100%;}
.cont-lft{    width: 100%;
    margin-right: 0;}	
.copyright-lft, .copyright-rht{width:100%; text-align:center;}
.copyright-rht ul{    text-align: center;
    margin-top: 10px;
    font-size: 13px;}
.copyright-rht ul li{font-size: 12px;}
.four-col-inner{margin: .5%; width: 49%;     padding-bottom: 0;}
.animatedParent{    margin-top: 3px;}
.sec-about{padding-top: 30px;}
.sec-about-lft img{    width: 100%;}
.sec-about-rht .hm-head{font-size:20px;}
p{font-size: 14px; line-height: 20px;}

.ser-bg{width:70%; margin:0 auto;}
.ser-cl-inner img{top: -4px;     width: 100px;
    height: 100px;}
.fl-ser, .fl-ser.fr-ser{padding-top: 60px;}
.ser-cl-inner h3{font-size:16px;}
.ser-cl-inner p{    font-size: 13px;}
.fl-ser{min-height: 190px;}

#home:after{     height: 140px;     background: linear-gradient(rgb(0, 0, 0) 20%, transparent 100%);}
.top-nav-rht{display:none;}
.top-nav-lft{width:100%;}

#widgetsControl table, #widgetsControl td {
    height: initial !important;
}
#Wslider li{    height: 250px;}

.body-fx #MenuControl_C #navbar-collapse-1{height: 225px !important;}
.navbar-nav>li>a {
    line-height: 24px;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 2px 15px 2px 25px;
}
	}
	
@media(max-width:480px){
.ban-logo {
    width: 60px;
}
.slider-info h4 {
    font-size: 22px;
}
.slider-info h3 {
    font-size: 16px;
}
.slider-info p{    font-size: 14px;    line-height: 5px;}
.arrow-dn{display:none;}
.callbacks_nav{
    background-size: 198% 100%;
    width: 40px;
    height: 40px;
    /* top:50%; */
    }
	
.hm-serv-bx-img{    width: 40%;}
.hm-head{      margin-bottom: 0;
    font-size: 32px;}
.container{font-size: 14px;}
.hm-about p{line-height: 21px;}
.three-cl .col-md-4{width:100%;}
.three-cl-inner{margin-bottom: 10px;}

.rslides {
    height: 320px;
}
.top-nav{display:none;}
.navbar-default{padding: 8px 0; top: 0;}
.cprht-lft{text-align:center; width:100%;}
.cprht-rht{text-align:center; width:100%;}
.copyrht{    padding: 0px 0 6px;}

#HeaderControl, #MenuControl{    top: 0;}
#logo-web{height:inherit;}
#HeaderControl, .body-fx #HeaderControl, center #form1 #HeaderControl{       width: initial;
    /*! max-width: 70%; */}
.navbar-toggle{    margin-top: 12px;}
center #HeaderControl {
    padding: 8.5px 0;
}

center #form1 #HomepagecontentControl {
    padding-top: 45px;
}
	}
	
@media(max-width:414px){
.hm-serv-bx-img{display:none;}	
.hm-serv-bx-cnt{padding: 0 20px 0 20px;}

.ser-cl-inner{    width: 100%;
    margin: 0;
    margin-top: 50px;}
.fl-ser {
    min-height: initial;
}
.ser-bg{width:100%;}
	}
	
@media(max-width:375px){
.hm-serv-bx-cnt h3{font-size: 20px;}	
.two-cl .hm-head{    font-size: 24px;}
.callbacks_nav.next{right: 6px;}
.callbacks_nav.prev{LEFT: 6px;}
.rslides {
    height: 210px;
}
.callbacks_nav{    top: 86px;}
.slider-info {
    top: 35px;
}
.hm-about .carousel{height: 170px;}
.sec-about-rht .nav-tabs>li a {
    font-size: 12px;
}

footer .col-xs-7, footer .col-xs-5{width:100%;}
.four-col-inner {
    margin: 1%;
    width: 48%;
}
.copyrht p{font-size:12px;}
	}
	
@media(max-width:360px){
.body-fx #MenuControl_C #navbar-collapse-1 {
    height: initial !important;
    max-height: 380px;
}
	}

@media(max-width:736px){
.top-nav-lft{float:left; width:70%;}	
.top-nav-rht{float:left; width:30%;}
.navbar-brand{height:inherit;}
.navbar-default{margin-bottom:0;}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    border-color: #2f9620; background-color: #60355c;  
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{border-top:0;}
.navbar .navbar-right {
    margin-top: 0;
}
.navbar-nav {
    margin:0;
}
.nav>li{background: #771228;border-bottom: 1px solid #fff;}
#MenuControl_C .navbar-nav{margin-bottom:0;}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    padding: 6px 20px;
}
.team-cnt h3{font-size: 24px;}

.ser-hm-lft-img{    height: 260px;
    margin-bottom: 35px;}
	
.ser-hm-lft img{
    width: 100%;
    height: 100%;
}

.top-nav-rht{display:none;}
.top-nav-lft{width:100%;     text-align: center;}

.navbar-default .navbar-toggle{    float: initial;}
.navbar.navbar-header{    text-align: center;}
.navbar-default .navbar-toggle {
    border-color: #ddd;
    float: initial;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color:#034367;
}
#MenuControl_C #navbar-collapse-1 {
    height: 100% !important;
    margin-left: 0;
    margin-right: 0;
}
.navbar-nav>li{    display: block;
    text-align: left;
    padding: 5px 8px;}
#MenuControl_C .navbar-default .navbar-nav>li>a {
    font-size: 14px !important;     color: #f4f4f4 !important;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff !important;     padding-top: 2px;
    padding-bottom: 2px;
}
.navbar-nav>li:hover .dropdown-menu li:hover .dropdown-menu li a {
    color: #fff !important;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{background-color:#034367 !important;}

.map-cont{width:100%; margin-bottom:10px;}
.bx-rht-cont{width:100%; margin:0;}


	}
	
	
	/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #ececec;
  padding: 70px 0 60px;
}



.counts .count-box {
  padding: 62px 30px 10px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
  min-height: 202px;
}

.counts .count-box i {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  background: #771228;
  padding: 12px;
  color: #fff;
  border-radius: 37px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #127761;
  padding-top: 10px;
}

.counts .count-box p {
  padding: 10px;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
    font-weight: bold;
}