@font-face {
    font-family: 'rubikblack';
    src: url('../fonts/rubik-black-webfont.woff2') format('woff2'),
         url('../fonts/rubik-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'rubikblack_italic';
    src: url('../fonts/rubik-blackitalic-webfont.woff2') format('woff2'),
         url('../fonts/rubik-blackitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'rubikbold';
    src: url('../fonts/rubik-bold-webfont.woff2') format('woff2'),
         url('../fonts/rubik-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'rubikbold_italic';
    src: url('../fonts/rubik-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/rubik-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'rubikitalic';
    src: url('../fonts/rubik-italic-webfont.woff2') format('woff2'),
         url('../fonts/rubik-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'rubiklight';
    src: url('../fonts/rubik-light-webfont.woff2') format('woff2'),
         url('../fonts/rubik-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'rubiklight_italic';
    src: url('../fonts/rubik-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/rubik-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'rubikmedium';
    src: url('../fonts/rubik-medium-webfont.woff2') format('woff2'),
         url('../fonts/rubik-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'rubikmedium_italic';
    src: url('../fonts/rubik-mediumitalic-webfont.woff2') format('woff2'),
         url('../fonts/rubik-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'rubikregular';
    src: url('../fonts/rubik-regular-webfont.woff2') format('woff2'),
         url('../fonts/rubik-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 6, 2017 */



@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
         url('../fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.header{
	width: 100%;
	background: url("../images/banner.png") no-repeat top center;
	background-size: cover;
}
.header1{
    background: rgba(0,0,0,0.7) top center;
   
}
#myCarousel{
	    padding-bottom: 10%;
}
.navbar{
	transition: 0.6s !important;
}
.navbar-inverse{
	background-color: transparent !important;
    border-color: transparent !important;
}
.active a{
	background-color: transparent !important; 
}
.nav{
    margin-top: 20px;
    transition: 0.6s !important;
}
.navbar-nav>li a {
	display: inline-block !important;
	font-family: 'rubikmedium' !important;
	font-size: 14px !important;
	color: #ffffff !important;
	padding: 22px !important;
	text-align: center !important;
	transition: 0.5s !important;
}
.navbar-nav>li a:hover {
	color: #dec78e !important;
	background: url(../images/hover.png) no-repeat center center !important;
	cursor: pointer !important;
}
.nacc1{
	font-family: 'rubikmedium';
	font-size: 50px;
	color: #ffffff;
	margin-top: 140px;
}
.nacc1 span{
	color: #dec78e;
}
.nacc2{
	font-family: 'poppinsmedium';
	font-size: 16px;
	color: #ffffff;
	margin: 10px 160px 50px 160px;
}
.read a{
	display: block;
	width: 155px;	
	border: 2px solid #d9ca85;
	font-family: 'rubikmedium';
	font-size: 15px;
	text-align: center;
	color: #d9ca85;
	padding: 13px;
    margin: auto;
	color: #d9ca85;
	text-decoration: none;
	transition: 0.5s;
}
.read a:hover{
	background-color: none;
	border: 2px solid #fff;
	text-decoration: none;
	color: #fff;
}

.carousel-indicators li{
	border-radius: inherit !important;
}
.carousel-indicators .active{
	background: #d9ca85 !important;

}
.middle{
	padding-top: 8%;
    background: url(../images/middle.jpg) no-repeat -20%;
    width: 100%;
    padding-bottom: 8%;
  
    }
.middle1{
	width: 80%;
	background: url(../images/new.png);
	padding: 9%;
}
.about_c>ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}
.about_c>ul>li:first-child{
	font-family: 'rubikmedium';
	font-size: 15px;
	color: #d9ca85;	
}
.about_c>ul>li:nth-child(2){
	width: 100px;
	border-bottom: 2px solid #d9ca85;
	margin: 9px;	
}
.about_c>ul>h2{
	font-family: 'rubikregular';
	font-size: 40px;
	color: #373737;
	margin: 15px 0px 20px 0px;
}
.about_c>ul>p{
	font-family: 'rubiklight';
	font-size: 16px;
	color: #484848;
	margin-bottom: 25px;
	line-height: 25px;
}

.about_c>ul>li:last-child a{
	display: block;
	text-decoration: none;
	width: 153px;
	height: 49px;
	background-color: #d9ca85;	
	font-family: 'rubikmedium';
	font-size: 15px;
	color: #ffffff;
    padding-top: 13px;
	border: 2px solid #d9ca85;
	transition: 0.5s;
}
.about_c>ul>li:last-child a:hover{
	text-decoration: none;
	background: #fff;
	color: #d9ca85;
}
.middle2{
	width: 100%;
	background-color: #faf8f5;
	padding-bottom: 50px;
}
.service{
	font-family: 'rubikmedium';
	font-size: 15px;
	color: #d9ca85;
	margin: 70px 0px 5px 0px;
	letter-spacing: 3px;
}
.what{
	font-family: 'rubikregular';
	font-size: 40px;
	color: #373737;
	margin: 0px 0px 15px 0px;
}
.whatc{
	font-family: 'rubiklight';
	font-size: 16px;
	color: #484848;
	margin: 0px 0px 50px 0px;
}
.what1{
	margin-bottom: 30px;
}
.what11{
	padding: 0px !important;
	position: relative;
}
.what11 img{
	position: relative;
	width: 100% !important;
}
.what_outer{
	width: 100%;
	height: 100%;
	position: absolute;
	margin: auto;
	top: 0px;
	background: rgba(0,0,0,0.5);
}
.what_outer1{
	width: 100%;
	height: 100%;
	position: absolute;
	margin: auto;
	top: 0px;
	background: rgba(0,0,0,0.5);
}
.what111{
	width: 95%;
	height: 95%;
}
.what_outer p a{
	display: block;
    font-family: 'rubikmedium';
    font-size: 12px;
    color: #ffffff;
    border: 2px solid #1b1b1b;
    background-color: #1b1b1b;
    width: 100px;
    margin-top: 95px !important ;
    margin: auto;
    text-align: center;
    text-decoration: none;
    padding: 7px 10px;
    border-radius: 15px;
}
.what_outer p a:hover{
	border: 2px solid #d9ca85; 
	color: #d9ca85;
	text-decoration: none;
	background-color: #ffffff;
}
.img12{
	height: 190px !important;
}
.what_outer h2{
	font-family: 'rubikmedium';
	font-size: 22px;
	color: #ffffff;
	margin-bottom: 40px;
	text-align: center;
}
.whatb a{
	display: block;
	width: 243px;
	height: 55px;
	background-color: #d9ca85;.
	font-family: 'rubikmedium';
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 3px;
	color: #ffffff;
	padding-top: 15px;
	margin: auto;
	border: 2px solid #d9ca85;
	transition: 0.5s;
	margin-top: 40px;
}
.whatb a:hover{
	background: #fff;
	color: #d9ca85;
	text-decoration: none;
}
.testi{
    width: 98px;
    height: 97px;
    border-radius: 100px;
    border: 2px solid #ddd197;
    margin:5px auto;
    position: relative;
}
.testi img{
   border-radius: 100px;
}
.testi1{
	position: absolute ;
	top: -5px;
	left: 75px;
}
.what1 p{
	font-family: 'rubiklight';
	font-size: 16px;
	color: #484848;
	margin-top: 20px;
	padding: 0% 8%;
}
.testicl{
    font-family: 'rubikmedium';
    font-size: 16px;
    color: #373737;
    margin-top: 25px;
}
.right , .carousel-control{
	background: none !important;
}
.outer_img1 {
	width: 100%;
    height: 451px !important;
}
.outer_img {
	width: 100%;
    height: 205px !important;
}
.pro_outer{
	margin-bottom: 25px;
	position: relative;
	text-align: center;

}
.pro_hover{
	width: 96%;
	height: 95%;
	/*transform: scale(0,0);*/
	opacity: 0;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 0px;
	margin: auto;
	margin-top: 2%;
	margin-left: 2%;
	transition: 0.5s;
}
.pro{
	height: 93% !important;
}
.pro_outer:hover .pro_hover {
	/*transform: scale(1,1);*/
	opacity: 1;
}
.pro_hover_c>ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.pro_hover_c  p{
	margin-top: 15%;
	font-family: 'rubikmedium';
	font-size: 15px;
	color: #d9ca85;

}
.propadding{
	padding-left: 15px !important;
	padding-bottom: 15px !important;
}

.pro_outer1{
	margin-bottom: 25px;
	position: relative;
	text-align: center;

}
.pro_hover1{
	width: 96%;
	height: 90%;
	/*transform: scale(0,0);*/
	opacity: 0;
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 0px;
	margin: auto;
	margin-top: 2%;
	margin-left: 2%;
	transition: 0.5s;
}

.pro_outer1:hover .pro_hover1 {
	/*transform: scale(1,1);*/
	opacity: 1;
}
.pro_hover_c1  p{
	margin-top: 15%;
	font-family: 'rubikmedium';
	font-size: 15px;
	color: #d9ca85;
}
.pro_hover_c11  p{
	margin-top: 5%;
	font-family: 'rubikmedium';
	font-size: 15px;
	color: #d9ca85;
}
.pro_hover_c h4{
	font-family: 'rubikregular';
	font-size: 25px;
	color: #ffffff;
    margin-bottom: 5%;
}
.pro_hover_c li{
	display: inline-block;
	
}
.imgg2{
	margin: auto;
}
.pro_hover_c li a{
	display: block;
	border: 2px solid #ffffff;
	padding: 10px 30px;
	margin-right: 15px;
	font-family: 'rubikmedium';
	text-decoration: none;
	font-size: 13px;
	color: #ffffff;
	transition: 0.5s;
}
.pro_hover li a:hover ,.pro_hover_c li a:hover{
	border: 2px solid #d9ca85; 
	color: #d9ca85;
	text-decoration: none;
}
.pro_hover_c1  p{
	margin-top: 145px;
	font-family: 'rubikmedium';
	font-size: 15px;
	color: #d9ca85;
}
.pro_hover_c1 h4{
	font-family: 'rubikregular';
	font-size: 25px;
	color: #ffffff;
    margin-bottom: 40px;
}
.back{
	background-color: #1b1b24;
	padding-top: 75px;
	padding-bottom: 30px;
}
.about1 p{
	font-family: 'rubiklight';
	font-size: 15px;
	font-weight: bold;
	color: #c6c6c6;
	line-height: 25px;
}
.about1 img{
    margin-bottom: 25px;
}
.quick1{
	padding-left: 45px !important;
}
.quick1 h4{
	font-family: 'rubikmedium';
	font-size: 22px;
	color: #dedede;
}
.quick  h4{
	font-family: 'rubikmedium';
	font-size: 22px;
	color: #dedede;
	padding-left: 7px;
}
.quick ul{
	margin: 32px;
	margin-right: 0px !important;
	padding: 0px;
	color: #dfca8f;
	font-size: 20px;
}
.quick ul li a{
	display: block;
	text-decoration: none;
	cursor: pointer;
	margin: 9px 3px;
	font-family: 'rubiklight';
	font-size: 15px;
	color: #c6c6c6;
}
.quick ul li a:hover{
	text-decoration: none;
	cursor: pointer;
	color: #d9ca85;
}
.quick1 ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.quick1 ul li{
	margin: 0px 5px 28px 5px;
	font-family: 'rubiklight';
	font-size: 15px;
	color: #c6c6c6;
}
.infotry{
	padding-top: 30px;
}
.quick1 li a{
	display: block;
    line-height: 25px;
	font-family: 'rubiklight';
	font-size: 15px;
	color: #c6c6c6;
	text-decoration: none;
	transition: 0.5s;
}
.quick1 li a:hover{
	color: #d9ca85;
	text-decoration: none;
	cursor: pointer;
}
.quick1 i{
    color: #d9ca85;
    font-size: 20px;
    padding-right: 20px; 
    float: left;
}
.infotry i{
	height: 51px !important;
}
.services{
	margin-left: 20px;
	margin-right: 10px;
}
.footer{
	background-color: #22222e;
	width: 100%;
	padding: 30px 0px;
}
.footer_c{
	font-family: 'rubiklight';
	font-size: 14px;
	color: #c6c6c6;	
}
.footer_c a {
	font-family: 'rubiklight';
	font-size: 14px;
	text-decoration: none;
	color: #c6c6c6;
	transition: 0.5s;
}
.footer_c a:hover{
	text-decoration: none;
	color: #d9ca85;
}
.footer_c :hover{
	text-decoration: none;
	color: #d9ca85;
}
.img_pro{
	height: 220px !important;
    width: 100% !important;
}
.img_pro11{
	height: 205px !important;
    width: 100% !important;
}
.glyphicon ,.glyphicon-chevron-right{
	color: #aaa9a7 !important; 
}
.logologo{
	display: none;
}
.logo1{
	display: none;
}
.logo1c{
	display: none;
}
.size span{
	font-size: 14px !important;
}
.padding1{
	padding-bottom: 60px;
}
.gap{
	padding-bottom: 20px !important;
	transition: 0.6s;
	
}
.gap img{
	transition: 0.6s;
}
.gap_scroll {
	padding-bottom: 0px !important;
	transition: 0.6s;
}
.gap_scroll img{
	width: 50%;
	padding: 10px 0px;
}
.about{
    padding: 20px 0px ;
}
.about h3{
	font-size: 45px;
	font-family: 'poppinsbold';
}
.about p{
	text-align: justify;
	font-size: 14px;
	line-height: 22px;
	font-family: 'rubiklight';
}
.paddingc{
	padding-bottom: 50px !important	;
	
}
.about img{
	padding-bottom: 20px;
}
.service11{
	width: 70px;
	height: 70px;
	border-radius: 4px;
	border: 2px solid #dfca8f;
	margin: auto;
	margin-top: 25px;
}
.service11_inner{
    width: 66px;
    height: 66px;
    background-color: #dfca8f;
    border: 3px solid #ffffff; 
    border-radius: 5px;
}
.service11_inner i{
	font-size: 30px;
    color: #ffffff;
    padding: 15px 20px;
}
.service11_inner:hover{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border: 3px solid #ffffff; 
    color: #dfca8f;
    cursor: pointer;
}
.service11_inner i:hover{
    color: #dfca8f;
}
.service1{
	padding-bottom: 40px;
}
.service1 h4{
	font-family: 'rubikregular';
    font-size: 18px;
    color: #404040;
    text-align: center;
    padding: 10px 0px 5px 0px;
}
.service1 p{
	font-family: 'rubiklight';
    font-size: 16px;
    color: #484848;
    text-align: center;
}
.service11_inner222 i{
    padding: 13px 15px !important;
}
.bttn input{
	display: block;
	transition: 0.5s;
	width: 150px;
	font-family: 'poppinssemibold';
	font-size: 15px;
	color: #ffffff;
	padding: 10px;
	border: 2px solid #dfca8f;
	text-align: center;
	background-color: #dfca8f;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 50px;
}
.bttn input:hover{
	color: #dfca8f;
	border: 2px solid #dfca8f;
	background-color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.input-group-addon{
	font-size: 16px !important;
	color: #dfca8f !important;
	background-color: #ffffff !important;
	border: 1px solid #dfca8f !important;
	border-right: none !important;
	border-radius: 0px !important;
}

.input11{
	font-size: 19px !important;
	color: #dfca8f !important;	
}
.apni textarea{
	height: 80px !important;
	border: 1px solid #dfca8f !important;
	border-radius: none !important;
}
.form-group{
	margin-bottom: 20px !important;
}
.height{
	height: 40px !important;
	border: 1px solid #dfca8f !important;
}
.glyphicon, .glyphicon-chevron-right{
	color: #dfca8f !important;
	font-size: 14px !important;
}
.classpadding{
	padding-left: 0px !important;
}
.thumbnail{
	background-color: transparent !important;
    border-radius: 0px !important;
}
/*.headerfix{
	transition: 0.5s;
	background: rgba(0,0,0,0.7) top center !important;
}
.headerfix_scroll{

	position: fixed !important;
	width: 100%;
	background: rgba(0,0,0,0.7) top center !important;
	z-index: 9999;
}
.gap_scroll img{
	width: 50% !important;

}
*/
.main_header, .headerone{
	transition: 0.5s;
}

.headerone1{
	    background: rgba(0,0,0,0.7) top center;
	    transition: 0.6s;

}
.headerone1_scroll{
	  background: rgba(0,0,0,0.7) top center;
}
.main_header1{
	
	width: 100%;
	   background: url(../images/banner.png) no-repeat top center;
    background-size: cover;
}
.main_header_scroll{
	
	width: 100%;
	   background: rgba(0,0,0,0.7) top center;
}
.headerone_scroll{
	  width: 100%;
	  background: url(../images/banner.png) no-repeat center center;
    background-size: cover;
	   position: fixed;
	width: 100%;
	z-index: 999;
}
.main_header1_scroll{
	 width: 100%;
	  background: url(../images/banner.png) no-repeat center center;
    background-size: cover;
	   position: fixed;
	width: 100%;
	z-index: 999;

}
.nav_scroll{
	margin-top: 0px !important;
}
.navbar_scroll{
	margin-bottom: 0px !important;
	padding-top: 9px;
}