@charset "utf-8";





a:focus, a:hover {
	outline: 0;
	text-decoration: none
}
#scroll-to-top.fade.in:hover, .banner-btn {
	cursor: pointer
}
.banner-btn, .banner-btn:hover, .logo a:hover, a:focus, a:hover {
	text-decoration: none
}

*{
	font-weight:400;
	margin:0;
	padding:0;	
}
body {
	margin: 1px 0 0;
	padding: 0;
	font-size: 18px;
	overflow-x: hidden;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
}
.nav>li>a, p {
	font-size: 16px
}
p {
	font-weight: 400;
	line-height: 26px;
	font-size: 14px;
	text-align: justify;
	color:#888;
}
a:focus {
	color: inherit
}
.max-width {
	max-width: 100%
}
header {
	left: 0;
	right: 0;
	background-color:#0d0d0d;
	z-index: 99999;
}
.menu-bg {
	background-color: rgba(47, 47, 47, 0.5);
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 999;
}
.menu-main {
	z-index: 99;
}
.menu-fix {background-color:#0d0d0d;
	margin-top: 0!important;
	position: fixed;
	top: 0;
	visibility: visible!important;
	width: 100%;
	z-index: 9999;
	border-bottom: 1px solid #000;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all
}
.menu-fix .active a{
	color:#fdba13 !important;	
}
.logo, .nav>li>a {
	position: relative
}

.logo img {
	transition: all 0.3s ease 0s;
	width: 80%;
}

.marbtm {
	margin-bottom: 2%
}
.img-responsive {
	display: inline-block;
	max-width: 100%;
	height: auto
}
.carousel-caption h1:first-child {
	animation-delay: 1s
}
.carousel-caption h2 {
	animation-delay: 1.5s
}

.carousel-caption a, .carousel-caption h1:nth-child(2) {
	animation-delay: 2s
}
.logo {
	z-index: 9
}

.navbar-default {
	margin-top: 0;
	background-color: transparent;
	border-color: transparent
}
.nav li a {
	display: block;
	font-weight: normal;
	padding: 20px 15px;
	text-transform: capitalize;
	transition: all 0.3s ease-out 0s;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #fdba13;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    padding: 20px 20px;
	position:relative;
}

.navbar-nav > li {
    float: none;
    display: inline-block;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	background-color: transparent;
	color: #fdba13;
	-webkit-transition: .3s all;
	transition: .3s all;
}

.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	font-size: 30px;
	height: 30px;
	width: 30px;
	display: inline-block;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	z-index: 5
}
.navbar-nav {
    float: none;
    margin: 0;
    text-align: center;
}
.dropdown-menu {
	background-color: rgba(0, 0, 0, 0.9);
	padding: 0;
	min-width: 200px;
}
.dropdown-menu.mega-dropdown {
	width: 550px;
}
.dropdown-menu.mega-dropdown li {
	float: left;
	width: 33%;
}
.dropdown-menu > li > a {
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-ms-transition: 0.4s all;
	-o-transition: 0.4s all;
	transition: 0.4s all;
	border-bottom: 1px solid #1A1A1A;
}
.dropdown-menu > li > a:hover::after {
	width: 100%;
}
.dropdown-menu > li > a:hover::before {
	width: 100%;
}
.dropdown-menu > li > a:last-child {
	border: 0px solid;
}
.dropdown-menu > li > a:hover {
	background: none repeat scroll 0 0;
	color: #e11c1f;
}
.dropdown-menu > li > a:after {
	background: #e11c1f none repeat scroll 0 0;
	content: "";
	height: 1px;
	position: absolute;
	left: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.4s ease 0s;
	width: 0;
}
.dropdown-menu > li > a:before {
	background: #e11c1f none repeat scroll 0 0;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.4s ease 0s;
	width: 0;
	
}

.dropdown-menu > .active > a:after{
	
}
.dropdown-menu > .active > a:before{
	
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: transparent;
	border-color: transparent;
}
.top-banner img {
	width: 100%;
}
.dropdown-menu > li {
	position: relative;
}
.carousel-control .fa-chevron-right, .carousel-control .icon-next {
	margin-right: -10px;
	right: 50%
}
.carousel-caption {
	right: 0;
	text-align: center;
	top: 25%;
}
.carousel-caption h1 {
	font-size: 60px;
	font-weight: 600;
	margin: 0
}
.carousel-caption h2 {
	font-size: 48px;
	font-weight: 300
}
.navbar {
	border: none;
	margin-bottom: 0
}
#scroll-to-top {
	bottom: 10px;
	color: #fff;
	display: block;
	height: 40px;
	line-height: 33px;
	position: fixed;
	right: 5px;
	text-align: center;
	transition: opacity .3s ease 0s, border-color .3s ease 0s, background-color .3s ease 0s;
	width: 40px;
	z-index: 999;
	background-color: #000;
}
#scroll-to-top:hover {
	background-color: #fdba13;
}
.banner-btn, .btn-1 {
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease
}
.carousel-control.left, .carousel-control.right {
	background-image: none
}
.logo {
    padding: 5px 0 0;
    text-align: left;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
.menu-fix .logo img {
    width: 140px;
}

.carousel-caption {
    left: 0;
    padding-bottom: 30px;
    right: 0;
    text-align: left;
    top: auto;
    z-index: 999;
    width: 600px;
    bottom: 240px;
}
.carousel-caption h1 {
    color: #fff;
    font-size: 35px;
    margin: 25px 0 35px;
    text-align: left;
    line-height: 45px;
}
.carousel-caption p {
    font-size: 30px;
    text-align: center;
    font-weight: 400;
	margin:45px 0;
	color: #fff;
}

.carousel-caption a {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight:400;
	margin-top: 22px;
	margin-right:15px;
	padding: 10px;
	text-align: center;
	width: 200px;
	background-color: #fdba13;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}
.carousel-caption a:hover {
	background-color: #0d0d0d;
	color: #fff;
}
.carousel-control {
    top: 45%;
    font-size: 44px;
	color:#fdba13;
	width:50px;
	height:50px;
	z-index:999;
}
.carousel-caption h1 span {
    font-weight: 600;
}
.carousel-control.left{
	left:25px;	
}

.carousel-control.right{
	right:25px;	
}

.tp-contact-info i {
    font-size: 18px;
    margin-right: 8px;
    vertical-align: middle;
}

.tp-contact-info p {
    display: inline-block;
    color: #fff;
    margin-right: 15px;
    font-size: 15px;
    margin-bottom: 0;
}


.tp-head {
    padding: 25px 0;
}
.logo-block img {
    width: 190px;
}
.img-responsive{
	display:inline-block;
}

.logo-block {
    text-align: center;
}

.tp-contact-info {
    padding-top: 25px;
}
.tp-social {
    text-align: right;
    padding-top: 25px;
}

.tp-social li {
    display: inline-block;
    padding-left: 25px;
}

.tp-social a {
    color: #fff;
    font-size: 22px;
	-webkit-transition:0.3s all;
	transition:0.3s all;
}

.tp-social a:hover{
	color:#fdba13;	
}

.menu-main {
    border-top: 2px solid #fdba13;
    border-bottom: 2px solid #fdba13;
}
.banner-block-main img {
    width: 100%;
}

.golden-txt{
	color:#fdba13;
}

.pos-rel{
	position:relative;
}

.service-desc p {
    text-align: left;
    font-size: 13px;
    color: #000;
    line-height: 22px;
}


.service-text h2 {
    font-size: 16px;
    color: #c6961f;
    font-weight: 600;}
.service-single{
	overflow:hidden;	
}

.service-single:hover .service-thumb {
	height:200px;	
}
.service-thumb, .service-thumb img{
	-webkit-transition:0.4s all;
	transition:0.4s all;	
}
.service-single:hover .service-thumb img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transform-origin: 50% 0 0;
    transform-origin: 50% 0 0;
}

.service-thumb{
	-webkit-transition:  all 0.5s;
	transition:  all 0.5s;
	height:130px;
}

.service-single {
    overflow: hidden;
    height: 260px;
}

.service-single:hover .service-desc p{
	transform:translateY(50px);
	opacity:0;	
}
.service-desc p{
	opacity:1;	
	-webkit-transition:0.5s all;
	transition:0.5s all;
}
.service-section{
	padding:65px 0;	
}
.we-provide-bg {
    background-image: url(../images/Light-bg.jpg);
    background-color: #dde2e6;
    padding: 35px 0 55px;
    background-repeat: no-repeat;
    background-position: 80% top;
    background-size: 730px;
}

.we-provide-desc h3 {
    margin: 10px 0 25px;
    font-size: 22px;
    font-weight: 600;
}
.we-provide-desc h4 {
    font-style: italic;
    font-weight: 600;
    margin: 0;
}
.we-provide-desc {
    padding: 45px 0 0;
}

.we-provide-desc p {
    color: #000;
    text-align: left;
}
.feature-icon img {
    width: 90px;
	
}
.feature-icon {
    text-align: center;
}

.feature-desc h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
	margin:25px 0;
}

.feature-desc p {
    text-align: center;
    font-size: 14px;
    color: #000;
}
.feature-block{
	padding:75px 0;
}	
.gallery-main{
	background-image:url(../images/3d.jpg);
	background-size:100% auto;
	background-position:center center;
		
}
.heading h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px;
}
.gallery-block{
	margin:95px 0;	
}

.owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    font-size: 0;
}
.owl-prev::before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #fff;
}

.owl-next::before {
    content: "";
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #fff;
}
.owl-next, .owl-prev {
    display: inline-block;
    border: 1px solid #fff;
    padding: 2px 20px;
    margin: 0 5px;
}
.footer-bg{
	background-color:#0d0d0d;
	padding:75px 0;		
}


.footer-logo img {
    width: 130px;
}

.footer-logo {
    margin-top: 45px;
}


.footer-head h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 35px;
    margin-top: 0;
	font-weight:600;
}

.footer-links li {
    margin-bottom: 15px;
    list-style-type: none;
    float: left;
    width: 50%;
}
.footer-links a {
    color: #fff;
    font-size: 14px;
	font-weight:600;
	-webkit-transition:0.3s all;
	transition:0.3s all;
}
.footer-links a:hover{
	color:#ffc10d;	
}
.footer-address span {
    font-weight: 300;
    color: #cbcbcb;
}
.footer-address p {
    font-weight: 600;
    color: #fff;
}
.copyright-bg p {
    color: #fff;
    text-align: center;
}
.copyright-bg {
    background-color: #000;
    padding: 25px;
    text-align: center;
}
.copyright-bg a{
	color:#ffc10d;	
}
.inner-tp-bg {
    background-color: #282828;
    text-align: center;
    padding: 25px 0;
	margin-bottom:35px;
}
.inner-page-head h1 {
    color: #fff;
    font-weight: 600;
    margin:0px 0 15px;
}
.breadcrumb {
    padding:0;
    background-color: transparent;
	margin:0;
}
.breadcrumb p{
    text-align:center;
	color:#fff;
	margin:0;
}

.breadcrumb a{
	color:#ffc10d;	
}

.form-control {
    border-radius: 0;
    height: 45px;
    border: 1px solid #aeaeae;
}

.btn-main {
    display: inline-block;
    padding: 10px 35px;
    font-size: 16px;
    min-width: 150px;
    background-color: #ffc10d;
    border: none;
    color: #fff;
	-webkit-transition:0.3s all;
	transition:0.3s all;
}
.btn-main:hover{
	background-color:#0d0d0d;	
}
.form-group{
	margin-bottom:25px;	
}

.map-block {
    margin-top: 25px;
}

.min-max{
	min-width:100%;
	max-width:100%;	
}

.inner-head {
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0;
}

.address-desc p {
    color: #333;
    font-weight: 600;
}
.address-desc {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.address-icon {
    background-color: #0d0d0d;
    display: inline-block;
    color: #ffcc44;
    padding: 7px 12px;
    font-size: 23px;
    margin-bottom: 15px;
}










@media(max-width:1024px){
.carousel-caption {
    left: 10%;
    width: 100%;
    bottom: 60px;
}

.tp-contact-info p {
    margin-right: 5px;
    font-size: 13px;
}

.navbar-default .navbar-nav > li > a {
    padding: 20px 12px;
}
.carousel-caption h1 {
    font-size: 30px;
    margin: 0;
    line-height: 40px;
}


.service-thumb {
    height: 112px;
}
.service-single:hover .service-thumb {
    height: 160px;
}

.we-provide-bg {
    background-position: 100% bottom;
    background-size: 60%;
}

.gallery-main {
    background-size: cover;
}
	
}

@media(max-width:990px){


.navbar-header {
    float: none;
}
.navbar-default .navbar-toggle {
    border-color: #fdba13;
    display: block;
    float: right;
    text-align: right;
    background-color: transparent;
    color: #fff;
}

#js-bootstrap-offcanvas {
    background-color: #0d0d0d;
    z-index: 9999;
}
.navbar-nav {
    text-align: left;
}
.navbar-nav > li {
    display: block;
}
.navbar-default .navbar-nav > li > a {
    padding: 13px 12px;
    border-bottom: 1px solid #fdba13;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.service-thumb {
    height: auto;
}

.service-single:hover .service-thumb {
    height: auto;
}

.service-single:hover .service-thumb img {
    -webkit-transform: none;
    transform: none;
}


.service-single:hover .service-desc p {
      -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.we-provide-bg {
    padding: 5px 0 25px;
}

}

@media(max-width:767px){
.tp-contact-info {
    padding-top: 0;
    padding-bottom: 20px;
    text-align: center;
}
.tp-social li {
    padding: 0 10px;
}
.tp-social {
    text-align: center;
}
.carousel-caption h1 {
    font-size: 18px;
    line-height: 27px;
}
.carousel-caption {
    left: 0;
    width: 100%;
    bottom: 80px;
    right: 0;
    margin: 0 auto;
    padding: 0 15px;
}
.carousel-control{
	display:none;	
}


.footer-logo {
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
}
.footer-bg {
    padding: 35px 0;
}







}











