body{
    color:#e03f44;
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%;
    margin:0;
    padding:0;
    font-family:'Roboto',sans-serif;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
    font-family:'Roboto',sans-serif;
}
ul,ol,li,dl,dt,dd{
    margin:0;
    padding:0;
    font-family:'Roboto',sans-serif
}

.logo{
	display:inline-block;
	float:left;	
}
.logo img{
	width:275px;	
	padding: 9px 4px 8px 12px;
	margin-right: 12px;
}
.logo a{
	color:#000 !important;	
	font-family:'Roboto',sans-serif;
	font-weight: 300;
	font-size: 30px;
	display: block;
}
.logo a:hover{
	color:#333 !important;
	text-decoration:none;
	outline:none;	
}
.logo a:focus{
	color:#333 !important;
	text-decoration:none;
	outline:none;	
}
.navbar{
	margin:0px;	
}
.navbar-nav > li {
    font-size: 18px;
    line-height: 54px;
    position: relative;
    cursor: pointer;
    font-family: 'Roboto',sans-serif;
    padding: 16px 15px;
    font-weight: 600;
}
.navbar-toggle{
	margin-top:16px;	
}
.navbar-default .navbar-nav > li > a {
    color: #333;
    display: block;
    padding: 10px 0px;
    font-family: 'Roboto',sans-serif;
    border-bottom: 8px solid #fff;
}
.navbar-default{
	background:#fff;	
	padding:0px 0px;
	border-bottom:1px solid rgba(204,204,204,1);
	position: fixed;
	width: 100%;
	z-index: 9999;
}
.navbar_main ul{
	list-style:none;	
}
.navbar_main li{
	 float:left;	
}
.navbar_main a{
	color:#fff;	
}
.navbar_main a:hover{
	color:#0c5ba5;
	text-decoration:none;	
}

.navbar_main li:hover > ul {
	display:block;
}
.navbar_main ul ul {
    font-size: 14px;
    display: none;
    position: absolute;
    z-index: 100;
}


.navigation {
	min-height:40px;
	border-radius:20px 0 0 20px;
	display: inline-block;
	float: right;
	margin-top:0px;
}
.navigation ul{
	list-style:none;
	margin:0px;	
}

.navigation li {
	font-size:18px;
	line-height:54px;
	position:relative;
	cursor:pointer;
	font-family:'Roboto',sans-serif;
	padding:0px 15px;
	font-weight: 600;
}
.navigation li a {
	color:#333;
	display:block;
	padding: 10px 0px;
	font-family:'Roboto',sans-serif;
	border-bottom:8px solid #fff;
}
.navigation li a:hover{
	color:#949494;	
}
.navigation li a:focus{
	color:#333;
	text-decoration:none;
	outline:none;	
}

.navigation .last{
	border-right:1px solid #fff;	
}
.navigation li span {
	display:none;	
}
.navigation ul ul li{
	padding:0px;	
}
.navigation ul ul li a{
	color:#29abe2;
	background:#fff;
}
.navigation ul ul li a:hover{
	color:#fff;
	background:#0c5ba5;
}
.navigation ul ul li a:focus{
	outline:none;
}
/*.navigation li a.active {
	border-color:#b9844d;	
}*/
.navigation li:hover > ul {
	display:block;
}
.navigation ul ul {
	font-size:14px;
	display:none;
	position:absolute;
	z-index:100;
}
.navigation ul ul li {
	width:230px;
	line-height:40px;
	top:0;
	font-size:18px;
}
.navigation ul ul li a{
	background:#ebebeb;
	padding: 0px 10px 0px 10px;
	border-bottom: 1px solid #0c5ba5;
	color:#000;
	transition:none;
	text-align:left;
}
.navigation ul ul li a:hover{
	background:#0c5ba5;
	color:#fff;
	border-bottom: 1px solid #ccc;
	transition:none;
}

.navigation .menu {
	background:url(../images/bg_menu.png) no-repeat left top;
	width:27px;
	height:19px;
	float:left;
	margin:10px 0 0 10px;
	text-indent:-9999px;
	display:none;
}
.navigation .menu:hover{
	background:url(../images/bg_menu.png) no-repeat left top;
}
.navigation .menu:focus{
	background:url(../images/bg_menu.png) no-repeat left top;
	outline:none;	
}
.navbar_main.fixed{
	position:fixed;
	z-index: 999;
	width: 100%;
	top:0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.carousel-indicators {
    margin: 0px auto;
    z-index: 999999;
    display: block;
	width: 18%;
	left: 40% !important;
}
/*.carousel-indicators .active{
	background: #b9844d !important;
}*/
.carousel-indicators li{
	border: 1px solid #b9844d;
}
.top_bg{
    background: url(../images/banner.jpg) no-repeat;
        background-attachment: scroll;
        background-size: auto;
    background-attachment: fixed;
    background-size: cover;
    min-height: 300px;
    padding-bottom: 100px;
}
.banner-content h2 {
	color: #FFF;
	text-align: center;
	font-size: 55px;
	line-height: 68px;
	text-transform: uppercase;
	margin-top:40px ;
	font-family:'Roboto',sans-serif;
	font-weight: bold;
}
.top-height{
	height:83px;	
}
.banner-content {
	padding:90px 0px;	
}
.banner-content p{
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin: 15px 0px;
}
.banner-content a{
    background: #b9844d;
    width: 150px;
    height: 42px;
    line-height: 42px;
    display: block;
    text-align: center;
    margin: 0px auto;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
}
.banner-content a:hover,.banner-content a:focus{
	text-decoration:none;
	outline:none;	
}

.about-left{
	padding:85px 10% 0px 10%;	
}
.about-left h1{
	font-weight:bold;
	margin:0px;
	padding:0px;
	font-family:'Roboto',sans-serif;
	font-size:46px;
	color:#b9844d;	
	text-align:center;
}
.about-left hr{
	width:10%;
	border-bottom:2px solid #ccc;		
}
.about-left p {
    margin: 0px;
    padding: 0px 0px 25px 0px;
    color: #777;
    font-size: 15px;
    line-height: 27px;
    text-align: justify;
}
.about-right {
	width:100%;	
}
.about-right img{
	width:100%;	
}
.our-services{
	background:#f6f6f6;	
	padding:80px 0px;
}
.top-heading{
	text-align:center;	
}
.top-heading h1{
	font-weight:bold;
	margin:0px;
	padding:0px 0px 22px 0px;
	font-family:'Roboto',sans-serif;
	font-size:46px;
	color:#b9844d;	
}
.top-heading hr{
	width:10%;
	border-bottom:2px solid #ccc;
	margin:0px auto;		
}


.service-txt{
	padding:30px 0px 0px 0px;	
}
.service-txt h2{
	font-weight:bold;
	margin:0px;
	padding:0px 0px 22px 0px;
	font-family:'Roboto',sans-serif;
	color:#b9844d;	
}

.service-txt h3{
	font-weight:bold;
	margin:0px;
	padding:0px 0px 22px 0px;
	font-family:'Roboto',sans-serif;
	color:#000;	
	font-weight:400;
}
.footer_form .form-control {
    height: 49px;
    font-family:'Roboto',sans-serif;
	background:#fff;
	margin-bottom:17px;
	color:#000;
}
.footer_form .input1 {
    width: 100%;
    padding: 8px;
    margin: 8px 0;
    border-radius: 5px;
    border: none;
   font-family:'Roboto',sans-serif;
    border: 1px solid #ccc;
    border-radius: 4px;
	background:#fff;
	color:#000;
	margin-bottom:10px;
    -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-
}
.contact_for .gold_btn{
	width:100%;
	background:#b9844d;
	color:#fff !important;
	height:49px;	
}
.footer{
	 padding:30px 0px 0px 0px;	
}
.footer p{
	margin:0px;
	padding:0px;
	color:#000;	
}
.footer ul{
	list-style:none;	
}
.footer li{
	padding-bottom:8px;
	padding-left:8px;	
}
.footer .fa{
    position: absolute;
    padding: 3px 0px 0px 0px;
}
.footer h3{
	margin:0px;
	padding:36px 0px 20px 0px;
	font-weight:600;
	font-family:'Roboto',sans-serif;	
	color:#b9844d;
	text-transform:uppercase;
}
.footer a{
    display: block;
    border-bottom: none;
    color: #777;
	text-decoration:none;
	outline:none;
	padding: 0px 0px 0px 25px;
}
blockquote .small::before, blockquote footer::before, blockquote small::before {
	display:none !important;
}

.footer_bottom{
	background:#161616;
	padding: 30px 0px;	
}

.footer_right {}
.footer_right p{
	color:#fff;
	font-family:'Roboto',sans-serif;
	padding: 0px;
	margin:0px;
}
.footer_right a{
	color:#fff;
	text-decoration:none;
	outline:none;
}
.footer_right a:hover{
	color:#fff;
	text-decoration:none;
	outline:none;
}
.footer_right a:focus{
	color:#fff;
	text-decoration:none;
	outline:none;
}
.ft-right{
	text-align:right;	
}
blockquote {
    border-left-color: transparent !important;
}
.textemonial blockquote p {
    font-family:'Roboto',sans-serif;
    color: #000;
}
.textemonial blockquote small {
    color: #b9844d;
    font-style: italic;
    font-family:'Roboto',sans-serif;
}
.textemonial {
    margin: 25px 0px 0px 0px;
    display: block;
    padding: 0px 0px 50px 0px;
}
.gallery-imag img{
	width:100%;	
}
#service .owl-next, #service .owl-prev {
    background-color: transparent !important;
    border: 2px solid #b9844d;
    color: #343791;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 100%;
    padding: 5px;
    height: 13px;
}
.clients_main{
	margin-top:30px;	
}
#service .owl-next:hover, #service .owl-prev:hover {
    background-color: #b9844d !important;
    border: 2px solid #b9844d;
    color: #fff;
}
.service_block img{
	width:100%;	
}
#service .owl-controls {
    text-align: center;
    margin-bottom: 0px;
    padding: 8px 10px 8px 0px;
    position: absolute;
    bottom: -65px;
    width: 100%;
}
.service_box{
    background: #b9844d;
    text-align: center;
	position:relative;
}
.service_box h4 {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: -50px;
}
.service_box span {
    background: #b9844d;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    border-radius: 100%;
    width: 100px;
    display: inline-block;
    height: 100px;
    padding: 27px 0px 0px 0px;
    line-height: 18px;
}
.service-txt p {
    margin: 0px;
    padding: 50px 0px 35px 0px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
/*testemonial*/
h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 44px;
    right: 20px;
    display:none;
	background: #b9844d;
	padding: 10px 10px 10px 10px;
	color: #fff;
}
.back-to-top:hover{
	color:#fff;	
}
.back-to-top:focus{
	color:#fff;
	text-decoration:none;
	outline:none;	
}
/*///////////////////////////////////////////////////////
					Responsive Phone
//////////////////////////////////////////////////////*/

@media only screen and (min-width:290px) and (max-width:766px){

.logo img {
    width: 210px;
    padding: 9px 4px 8px 12px;
}
.banner-content h2{
	font-size: 24px;
	line-height: 33px;
	margin-top: 0px;	
}
.about-left hr{
	width:100%;	
}
.about-left p{
	text-align:justify;
	font-size:15px;	
}
.about-right img {
    width: 100%;
}
.service_box{
	margin-bottom:70px;
	width:100%;	
}
.gallery-imag{
    border: 1px solid #333;
    margin: 10px auto;
}
blockquote{
	padding:0px;	
}
.carousel-indicators {
    width: 30%;
    left: 39% !important;
}
.owl-wrapper{
	width:100% !important;
}
.about-left {
    padding: 80px 5% 0px 5%;
}
.footer > p  > strong{
	margin-top:15px;
}	
.top-height{
	height:62px;	
}
.navbar-nav > li{
	padding:0px 15px;	
}


}
