﻿*{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;
}
body::-webkit-scrollbar {
	width: 0.75em;
	background-color: rgba(0,0,0,1);
}
 
body::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
	background-color: #f47c5a;
	outline: 1px solid slategrey;
}

/****************************************
IMPORTING FONT AWESOME FONTS
****************************************/

@font-face {
	font-family: "myfont";
	src: url("fonts/fontawesome-webfont.woff") format("woff");
}
/****************************************
CLEAR FLOAT CSS
****************************************/
.clearfix:after {
    content: " ";
    /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

/****************************************
COMMON CSS
****************************************/
.head01{
	font-family: 'Bree Serif', serif;
	margin: 0;
	padding: 0;
	font-size: 42px;
	font-weight: 900;
	line-height: 40px;
	letter-spacing: 0.015em;
}
.head02{
	font-family: 'Bree Serif', serif;
	margin: 0;
	padding: 0;
	font-size: 23px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0.001em;
}
.para01{
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0.005em;
}
/****************************************
COMMON NAVBAR
****************************************/
#nav-001{
	background: rgba(255,255,255,1);
	border-bottom: 1px solid rgba(0,0,0,0.05);
	z-index: 100;
}
#nav-001 > .container-fluid{
	padding: 0;
}
.nav-001-cbar{
	background: rgba(36,38,41,1);
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav-001 > .container-fluid > .nav-001-cbar > .container{
	padding-top: 0;
	padding-bottom: 0;
}
.nav-001-cbar-cont{
	width: 100%;
}
.nav-001-cbar-cont-2{
	width: 100%;
}
.nav-001-cbar-cont-2-rea{
	float: right;
	width: 50%;
}
.nav-001-cbar-cont-2-rea ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: right;
}
.nav-001-cbar-cont-2-rea ul li{
	display: inline;
	margin-right: 10px;
	line-height: 25px;
}
.nav-001-cbar-cont-2-rea ul li:last-child{
	margin-right: 0;
}
.nav-001-cbar-cont-2-rea ul li a{
	color: rgba(255,255,255,1);
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}
.nav-001-cbar-cont-2-rea ul li a i{
	width: 25px;
	height: 25px;
	border-radius: 13px;
	background: rgba(255,64,64,1);
	padding: 10px 10px;
	margin-right: 5px;
	font-size: 12px;
}
.nav-001-cbar-cont-2-rea ul li a i.fa-whatsapp{
	padding: 6px 7px;
}
.nav-001-cbar-cont-2-rea ul li a i.fa-envelope{
	padding: 6px 6px;
}
.nav-001-cbar-cont-2-rea ul li a i.fa-phone{
	padding: 7px 7px;
}

.navbar-brand img{
	width: 300px;
	margin: -10px 0 0 0;
}
#nav-001 > .container-fluid > .container > .navbar-header > button.navbar-toggle{
	
}
#nav-001 > .container-fluid > .container > .navbar-header > button.navbar-toggle > i{
	background: rgba(36,38,41,1);
	font-size: 16px;
	width: 30px;
	height: 30px;
	color: rgba(255,64,64,1);
	padding: 6px 6px;
	border: 1px solid rgba(255,64,64,1);
}

#navbar-menu-001{
}
#navbar-menu-001 > ul.navbar-nav{
	margin-top: 20px;
	margin-bottom: 20px;
}
#navbar-menu-001 > ul.navbar-nav > li{
	margin-right: 10px;
}
#navbar-menu-001 > ul.navbar-nav > li:last-child{
	margin-right: 0;
}
#navbar-menu-001 > ul.navbar-nav > li > a{
	color: rgba(0,0,0,1);
	font-size: 15px;
	letter-spacing: 0.005em;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 15px 15px;
}
#navbar-menu-001 > ul.navbar-nav > li > a:hover{
	background: rgba(255,64,64,1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	color: rgba(255,255,255,1);
}
#navbar-menu-001 > ul.navbar-nav > li.dropdown{
	
}
#navbar-menu-001 > ul.navbar-nav > li.dropdown > a{
	
}
#navbar-menu-001 > ul.navbar-nav > li.dropdown > ul.dropdown-menu{
	
}
#navbar-menu-001 > ul.navbar-nav > li.dropdown > ul.dropdown-menu > li{
	
}
#navbar-menu-001 > ul.navbar-nav > li.dropdown > ul.dropdown-menu > li > a{
	color: rgba(0,0,0,1);
	font-size: 15px;
	letter-spacing: 0.005em;
}
#navbar-menu-001 > ul.navbar-nav > li.dropdown > ul.dropdown-menu > li > a:hover{
	background: rgba(255,247,214,1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	color: rgba(0,0,0,1);
}
/****************************************
HOME PAGE - SLIDER SECTION
****************************************/
#home-sli-001{
	
}
#home-sli-001 > .carousel-indicators{
	
}
#home-sli-001 > .carousel-indicators > li{
	width: 20px;
	height: 5px;
	margin: 0;
	padding: 0;
	border-radius: 0;
}
#home-sli-001 > .carousel-indicators > li.active{
	width: 20px;
	height: 5px;
	margin: 0;
	padding: 0;
}
#home-sli-001 > .carousel-inner{
	
}
#home-sli-001 > .carousel-inner > .item{
	
}
#home-sli-001 > .carousel-inner > .item > .item-img{
	position: relative;
	width: 100%;
}
#home-sli-001 > .carousel-inner > .item > .item-img img{
	width: 100%;
}
#home-sli-001 > .carousel-inner > .item > .item-img > .item-img-txt{
	position: absolute;
	top: 40%;
	left: 0;
	width: 100%;
	transition: opacity 2s ease-in-out;
	-moz-transition: opacity 2s ease-in-out;
	-webkit-transition: opacity 2s ease-in-out;
}
.item.next .item-img-txt {
    opacity: 0;
}
#home-sli-001 > .carousel-inner > .item > .item-img > .item-img-txt > .container{
	
}
#home-sli-001 > .carousel-inner > .item > .item-img > .item-img-txt > .container > .item-img-txt-card{
	
}
#home-sli-001 > .carousel-inner > .item > .item-img > .item-img-txt > .container > .item-img-txt-card h3{
	font-size: 32px;
	color: rgba(255,255,255,1);
}
#home-sli-001 > .carousel-inner > .item > .item-img > .item-img-txt > .container > .item-img-txt-card > .item-img-txt-card-lk{
	margin: 15px 0 0 0;
 } 
#home-sli-001 > .carousel-inner > .item > .item-img > .item-img-txt > .container > .item-img-txt-card > .item-img-txt-card-lk > .item-img-txt-card-lk-btn{
	width: 100px;
}
#home-sli-001 > .carousel-inner > .item > .item-img > .item-img-txt > .container > .item-img-txt-card > .item-img-txt-card-lk > .item-img-txt-card-lk-btn a{
	display: block;
    width: 100%;
	height: 40px;
    text-align: center;
    border: 3px solid rgba(255,255,255,0.5);
    border-radius: 25px;
    color: rgba(255,255,255,1);
    padding-top: 10px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
#home-sli-001 > .carousel-control{
	background-image: none;
}
#home-sli-001 > .left{
	width: 0;
	opacity: 1;
	left: 10px;
}
#home-sli-001 > .right{
	width: 0;
	opacity: 1;
	right: 10px;
}
#home-sli-001 > .carousel-control > .glyphicon{
	
}
#home-sli-001 > .carousel-control > .glyphicon-chevron-left{
	background: rgba(255,64,64,1);
	width: 40px;
	height: 40px;
	font-size: 20px;
	padding: 8px 10px;
	border-radius: 0 25px 25px 0;
	color: rgba(255,255,255,1);
	border: 3px solid rgba(255,255,255,1);
	border-left: 0;
}
#home-sli-001 > .carousel-control > .glyphicon-chevron-right{
	background: rgba(255,64,64,1);
	width: 40px;
	height: 40px;
	font-size: 20px;
	padding: 8px 10px;
	border-radius: 25px 0 0 25px;
	color: rgba(255,255,255,1);
	border: 3px solid rgba(255,255,255,1);
	border-right: 0;
}
/****************************************
HOME PAGE - SERVICES SECTION
****************************************/
#home-ser-001{
	padding: 75px 0;
	background: rgba(255,64,64,0.05);
}
#home-ser-001 > .container-fluid{
	padding: 0;
}
.home-ser-001-head{
	width: 100%;
}
.home-ser-001-head h2{
	text-align: center;
	color: rgba(36,38,41,1);
	background: url('../images/underline-002.png') no-repeat bottom center;
	padding-bottom: 25px;
}
.home-ser-001-body{
	width: 100%;
	margin: 50px 0 0 0;
}
.home-ser-001-body-list{
	width: 100%;
}
.home-ser-001-body-list > .container{
	
}
.home-ser-001-body-list-cont{
	width: 100%;
}
.home-ser-001-body-list-cont-rw{
	width: 100%;
	margin-bottom: 30px;
}
.home-ser-001-body-list-cont-rw:last-child{
	margin-bottom: 0;
}
.home-ser-001-body-list-cont-rw-in{
	width: 100%;
}
.home-ser-001-body-list-cont-rw-in-card{
	float: left;
	width: 31.5%;
	margin-right: 2.75%;
	padding: 8px;
	border: 1px solid rgba(255,64,64,0.05);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(255,64,64,0.15);
	-moz-box-shadow: 0px 0px 5px 1px rgba(255,64,64,0.15);
	box-shadow: 0px 0px 5px 1px rgba(255,64,64,0.15);
	margin-top: 30px;
	border-bottom: 3px solid rgba(255,64,64,1);
	background: rgba(255,255,255,1);
}
.home-ser-001-body-list-cont-rw-in-card:nth-child(3n+3){
	margin-right: 0;
}
.home-ser-001-body-list-cont-rw-in-card:nth-child(1),.home-ser-001-body-list-cont-rw-in-card:nth-child(2),.home-ser-001-body-list-cont-rw-in-card:nth-child(3){
	margin-top: 0;
}
.home-ser-001-body-list-cont-rw-in-card:hover{
	background: rgba(255,64,64,1);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	border-bottom: 3px solid rgba(36,38,41,1);
}
.home-ser-001-body-list-cont-rw-in-card-img{
	width: 100%;
	position: relative;
}
.home-ser-001-body-list-cont-rw-in-card-img img{
	width: 100%;
	border-radius: 0 25px 0 25px;
}
.home-ser-001-body-list-cont-rw-in-card:hover .home-ser-001-body-list-cont-rw-in-card-img img{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.75;
}
.home-ser-001-body-list-cont-rw-in-card-img-icon{
	position: absolute;
	width: 100%;
	bottom: -35px
}
.home-ser-001-body-list-cont-rw-in-card-img-icon-in{
	width: 70px;
	height: 70px;
	border-radius: 35px;
	background: rgba(255,64,64,1);
	border: 3px solid rgba(255,255,255,1);
	margin: 0 auto;
}
.home-ser-001-body-list-cont-rw-in-card:hover .home-ser-001-body-list-cont-rw-in-card-img-icon-in{
	border: 3px solid rgba(36,38,41,1);
	background: rgba(36,38,41,1);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.home-ser-001-body-list-cont-rw-in-card-img-icon-in i{
	font-size: 30px;
	color: rgba(255,255,255,1);
}
.home-ser-001-body-list-cont-rw-in-card:hover .home-ser-001-body-list-cont-rw-in-card-img-icon-in i{
	color: rgba(255,255,255,1);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.home-ser-001-body-list-cont-rw-in-card-img-icon-in i.fa-file-video-o{
	padding: 18px 20px;
}
.home-ser-001-body-list-cont-rw-in-card-txt{
	width: 100%;
	padding: 55px 10px 20px 10px;
}
.home-ser-001-body-list-cont-rw-in-card-txt h3{
	text-align: center;
}
.home-ser-001-body-list-cont-rw-in-card:hover .home-ser-001-body-list-cont-rw-in-card-txt h3{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	color: rgba(255,255,255,1);
}
.home-ser-001-body-list-cont-rw-in-card-txt-lk{
	width: 100%;
	margin: 10px 0 0 0;
}
.home-ser-001-body-list-cont-rw-in-card-txt-lk-btn{
	width: 100px;
	margin: 0 auto;
}
.home-ser-001-body-list-cont-rw-in-card-txt-lk-btn a{
	width: 100%;
	display: block;
	width: 100px;
	height: 40px;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 25px;
	color: rgba(0,0,0,1);
	padding-top: 10px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
}
.home-ser-001-body-list-cont-rw-in-card:hover .home-ser-001-body-list-cont-rw-in-card-txt-lk-btn a{
	border: 1px solid rgba(36,38,41,1);
	background: rgba(36,38,41,1);
	color: rgba(255,255,255,1);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.home-ser-001-body-list-cont-rw-in-card-txt-lk-btn a:hover{
	border: 1px solid rgba(36,38,41,1);
	background: rgba(36,38,41,1);
	color: rgba(255,255,255,1);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
/****************************************
HOME PAGE - ABOUT US SECTION
****************************************/
#home-abt-001{
	background: rgba(255,255,255,1);
}
#home-abt-001 > .container-fluid{
	padding: 0;
}
.home-abt-001-info{
	background: url('../images/home-abt-001-back.jpg') fixed no-repeat center center;
	background-size: cover;
}
.home-abt-001-info > .container{
	
}
.home-abt-001-info-cont{
	width: 100%;
	padding: 100px 0 150px 0;
}
.home-abt-001-info-cont-2{
	width: 100%;
}
.home-abt-001-info-cont-2-txt{
	float: right;
	width: 50%;
	background: rgba(36,38,41,1);
	padding: 30px 15px;
	position: relative;
	height: 400px;
	border: 0;
}
.home-abt-001-info-cont-2-txt:before{
	content:'';
	position: absolute;
	top: 0;
	left: -100px;
	width: 0; 
	height: 100%; 
	border-top: 400px solid transparent;
	border-bottom: 0 solid transparent;
	border-right: 110px solid rgba(36,38,41,1);
	z-index: 100;
}
.home-abt-001-info-cont-2-txt:after{
	content:'';
	position: absolute;
	top: 0;
	left: -100px;
	width: 0; 
	height: 100%; 
	border-top: 400px solid transparent;
	border-bottom: 0 solid transparent;
	border-right: 100px solid rgba(255,64,64,1);
	z-index: 10;
}
.home-abt-001-info-cont-2-txt h2{
	color: rgba(255,255,255,1);
	background: url(../images/underline-002.png) no-repeat bottom center;
    padding-bottom: 25px;
	text-align: center;
}
.home-abt-001-info-cont-2-txt p{
	color: rgba(255,255,255,0.95);
	text-align: center;
	margin: 15px 0 0 0;
}
.home-abt-001-info-cont-2-txt-lk{
	width: 100%;
	margin: 15px 0 0 0;
}
.home-abt-001-info-cont-2-txt-lk-btn{
	width: 120px;
	margin: 0 auto;
}
.home-abt-001-info-cont-2-txt-lk-btn a{
	width: 100%;
	display: block;
	width: 120px;
	height: 40px;
	text-align: center;
	border: 2px solid rgba(255,64,64,1);
	border-radius: 25px;
	color: rgba(255,64,64,1);
	padding-top: 10px;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.1em;
}
.home-abt-001-info-cont-2-txt-lk-btn a:hover{
	background: rgba(255,64,64,1);
	color: rgba(36,38,41,1);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.home-abt-001-why{
	width: 100%;
	padding: 0 0 75px 0;
	background: rgba(36,38,41,1);
}
.home-abt-001-why > .container{
	
}
.home-abt-001-why-cont{
	width: 100%;
}
.home-abt-001-why-cont-in{
	width: 100%;
}
.home-abt-001-why-cont-in-card{
	float: left;
	width: 24%;
	margin-right: 1.33333%;
	margin-top: 30px;
}
.home-abt-001-why-cont-in-card:last-child{
	margin-right: 0;
}
.home-abt-001-why-cont-in-card:nth-child(1),.home-abt-001-why-cont-in-card:nth-child(2),.home-abt-001-why-cont-in-card:nth-child(3),.home-abt-001-why-cont-in-card:nth-child(4){
	margin-top: 0;
}
.home-abt-001-why-cont-in-card-icon{
	width: 100px;
	height: 100px;
	background: url('../images/icon-back-shape-001.png') no-repeat center center;
	margin-top: -50px;
	margin-left: auto;
	margin-right: auto;
}
.home-abt-001-why-cont-in-card-icon i{
	font-size: 40px;
	color: rgba(255,255,255,1);
}
.home-abt-001-why-cont-in-card-icon i.fa-id-badge{
	padding: 30px 33px;
}
.home-abt-001-why-cont-in-card-icon i.fa-smile-o{
	padding: 30px 33px;
}
.home-abt-001-why-cont-in-card-icon i.fa-clock-o{
	padding: 30px 33px;
}
.home-abt-001-why-cont-in-card-icon i.fa-arrows-alt{
	padding: 30px 33px;
}
.home-abt-001-why-cont-in-card-icon i.fa-list{
	padding: 30px 30px;
}
.home-abt-001-why-cont-in-card-icon i.fa-thumbs-o-up{
	padding: 30px 33px;
}
.home-abt-001-why-cont-in-card h3{
	margin: 15px 0 0 0;
	color: rgba(255,255,255,1);
	text-align: center;
}
/***************************
HOME PAGE - ENQUIRE SECTION
***************************/
#home-enq-001{
	padding: 75px 0;
}
#home-enq-001 > .container-fluid{
}
.home-enq-001-title{
	width: 100%;
}
.home-enq-001-title h3{
	text-align: center;
	color: rgba(36,38,41,1);
    background: url(../images/underline-002.png) no-repeat bottom center;
    padding-bottom: 25px;
}
.home-enq-001-body{
	width: 100%;
	margin: 50px 0 0 0;
}
.home-enq-001-body > .container{
}
.home-enq-001-body-form{
	width: 100%;
}
.home-enq-001-body-form-in{
	width: 100%;
}
.home-enq-001-body-form-in-rw{
	width: 100%;
	margin-bottom: 25px;
}
.home-enq-001-body-form-in-rw:last-child{
	margin-bottom: 0;
}
.home-enq-001-body-form-in-rw-1{
	width: 100%;
}
.home-enq-001-body-form-in-rw-3{
	width: 100%;
}
.home-enq-001-body-form-in-rw-3 > .home-enq-001-body-form-in-rw-card{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-top: 25px;
}
.home-enq-001-body-form-in-rw-3 > .home-enq-001-body-form-in-rw-card:nth-child(3n+3){
	margin-right: 0;
}
.home-enq-001-body-form-in-rw-3 > .home-enq-001-body-form-in-rw-card:nth-child(1),.home-enq-001-body-form-in-rw-3 > .home-enq-001-body-form-in-rw-card:nth-child(2),.home-enq-001-body-form-in-rw-3 > .home-enq-001-body-form-in-rw-card:nth-child(3){
	margin-top: 0;
}
.home-enq-001-body-form-in-rw label{
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0.005em;
	color: rgba(0,0,0,1);
}
.home-enq-001-body-form-in-rw input{
	width: 100%;
	height: 50px;
	background: rgba(36,38,41,0.05);
	border: 1px solid rgba(36,38,41,0.1);
	padding-top: 5px;
	padding-left: 10px;
}
.home-enq-001-body-form-in-rw textarea{
	width: 100%;
	height: 100px;
	background: rgba(36,38,41,0.05);
	border: 1px solid rgba(36,38,41,0.1);
	padding-top: 5px;
	padding-left: 10px;
}
.home-enq-001-body-form-in-rw-card-sub{
	width: 150px;
	margin: 0 auto;
}
.home-enq-001-body-form-in-rw-card-sub input{
	border-radius: 25px;
	border: 2px solid rgba(36,38,41,1);
	color: rgba(36,38,41,1);
	font-weight: bold;
	padding-top: 2px;
}
.home-enq-001-body-form-in-rw-card-sub input:hover{
	background: rgba(36,38,41,1);
	color: rgba(255,255,255,1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
/****************************************
HOME PAGE - REVIEW PAGE
****************************************/
#home-rev-001{
	padding: 75px 0;
	background: rgba(255,64,64,0.05);
}
#home-rev-001 > .container-fluid{
}
.home-rev-001-head{
	width: 100%;
}
.home-rev-001-head h2{
	text-align: center;
    color: rgba(36,38,41,1);
    background: url(../images/underline-002.png) no-repeat bottom center;
    padding-bottom: 25px;
}
.home-rev-001-body{
	width: 100%;
	margin: 50px 0 0 0;
}
.home-rev-001-body > .container{
}
.home-rev-001-body-cont{
	width: 100%;
}

.testimonial1{
    background: rgba(0,0,0,0);
    text-align: center;
    margin: 0 15px;
}
.testimonial1 .description1{
    padding: 40px 30px;
    margin-bottom: 50px;
    border-top: 1px solid rgba(36,38,41,1);
    border-left: 1px solid rgba(36,38,41,1);
    color: rgba(0,0,0,1);
    text-align: left;
    position: relative;
}
.testimonial1 .description1:before{
    content: "\f10e";
    font-family: 'FontAwesome';
    font-weight: 900;
    display: inline-block;
    float: left;
    padding: 0 15px 5px 0;
    font-size: 30px;
    color: rgba(255,64,64,1);
    text-align: center;
    position: relative;
    top: 8px;
    left: 0;
}
.testimonial1 .description1:after{
    content: "";
    width: 50%;
    height: 1px;
    background: rgba(36,38,41,1);
    position: absolute;
    bottom: 0;
    left: 0;
}
.testimonial1 .testimonial-content1{ position: relative; }
.testimonial1 .testimonial-content1:before{
    content: "";
    width: 1px;
    height: 20px;
    background: rgba(36,38,41,1);
    position: absolute;
    top: -50px;
    left: 50%;
}
.testimonial1 .testimonial-content1:after{
    content: "";
    width: 2px;
    height: 40px;
    background: rgba(36,38,41,1);
    position: absolute;
    top: -70px;
    left: 50%;
    transform: skewX(-45deg);
    transform-origin: 100% 100% 0;
}
.testimonial-content1 h3 span{
	font-weight: normal;
	font-size: 16px;
	text-align: right;
	color: rgba(0,0,0,0.9);
}
.testimonial1 .pic1{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 7px;
	
}
.testimonial1 .pic1 img{
    width: 100%;
    height: auto;
    border-radius: 50%;
	margin-top: -30px;
}
.testimonial1 .title1{
    display: inline-block;
    font-weight: 700;
    color: rgba(36,38,41,1);
    text-transform: capitalize;
	text-align: right;
	font-size: 18px;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    width: 15px;
    height: 10px;
    border-radius: 0;
    background: #ff5a5f;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 35px;
    background: rgba(36,38,41,1);;
}
/********************************
COMMON FOOTER
*******************************/
#home-foo-001{
	
}
#home-foo-001 > .container-fluid{
	
}
.home-foo-01-mn{
	width: 100%;
	padding: 75px 0;
	background: rgba(36,38,41,1);
}
.home-foo-01-mn > .container{
}
.home-foo-01-mn-cont{
	width: 100%;
}
.home-foo-01-mn-cont-4{
	width: 100%;
}
.home-foo-01-mn-cont-4-card{
	float: left;
	width: 23%;
	margin-right: 2.3333%;
}
.home-foo-01-mn-cont-4-card:last-child{
	margin-right: 0;
}
.home-foo-01-mn-cont-4-card img{
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	background: #ffffff;
	padding: 5px;
}
.home-foo-01-mn-cont-4-card h4{
	color: rgba(255,255,255,1);
}
.home-foo-01-mn-cont-4-card hr{
	width: 40px;
	border-top: 2px solid rgba(255,64,64,1);
	margin: 10px 0 0 0;
}
.home-foo-01-mn-cont-4-card ul{
	list-style-type: none;
	margin: 10px 0 0 0;
}
.home-foo-01-mn-cont-4-card > ul > li{
	margin-bottom: 3px;
	position: relative;
	padding-left: 20px;
}
.home-foo-01-mn-cont-4-card > ul > li:last-child{
	margin-bottom: 0;
}
.home-foo-01-mn-cont-4-card > ul > li:before{
	position: absolute;
    font-family: 'FontAwesome';
    top: 4px;
    left: 0;
    font-size: 14px;
	content: "\f054";
	color: rgba(255,255,255,0.9);
}
.home-foo-01-mn-cont-4-card > ul > li > a{
	color: rgba(255,255,255,0.9);
	font-size: 13px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0.005em;
}
.home-foo-01-mn-cont-4-card > ul.social-futr1{
	list-style-type: none;
}
.home-foo-01-mn-cont-4-card > ul.social-futr1 > li{
	display: inline;
	padding: 0;
	position: static;
	margin-right: 0px;
}
.home-foo-01-mn-cont-4-card > ul.social-futr1 > li:before{
	display: none;
}
.home-foo-01-mn-cont-4-card > ul.social-futr1 > li > a{
	padding: 0;
	margin: 0;
}
.home-foo-01-mn-cont-4-card > ul.social-futr1 > li > a > i{
	width: 40px;
	height: 40px;
	color: rgba(255,255,255,1);
	font-size: 18px;
	border: 2px solid rgba(255,255,255,1);
	padding: 10px 10px;
	margin-bottom: 5px;
}
.home-foo-01-mn-cont-4-card > ul.social-futr1 > li > a > i.fa-facebook{
	padding: 10px 13px;
	background: #3b5998;
}
.home-foo-01-mn-cont-4-card > ul.social-futr1 > li > a > i.fa-twitter{
	padding: 10px 10px;
	background: #00acee;
}
.home-foo-01-mn-cont-4-card > ul.social-futr1 > li > a > i.fa-linkedin{
	padding: 10px 10px;
	background: #0072b1;
}
.home-foo-01-mn-cont-4-card > ul.social-futr1 > li > a > i.fa-youtube{
	padding: 10px 10px;
	background: #c4302b;
}
.home-foo-01-mn-cont-4-card > ul.social-futr1 > li > a > i.fa-whatsapp{
	padding: 10px 10px;
	background: #25D366;
}
.home-foo-01-mn-cont-4-card > ul.social-futr1 > li > a > i.fa-instagram{
	padding: 10px 10px;
	background: #C13584;
}
.home-foo-01-mn-cont-4-card > ul.social-futr1 > li > a > i:hover{
	background: rgba(255,64,64,1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.home-foo-01-copy{
	
}
.home-foo-01-copy p{
	text-align: center;
	font-size: 10px;
}
.home-foo-01-copy > p > a{
	color: rgba(0,0,0,1);
	text-decoration: underline;
}
/****************************************
INNER PAGE CSS
****************************************/
#in-main{
}
#in-main > .container-fluid{
	padding: 0;
}
/****************************************
SERVICE PAGE
****************************************/
.in-main-enq{
	padding: 75px 0;
	background: rgba(36,38,41,1);
	width: 100%;
}
.in-main-enq > .container{
	
}
.in-main-enq-cont{
	width: 100%;
}
.in-main-enq-cont-2{
	width: 100%;
}
.in-main-enq-cont-2-head{
	float: left;
	width: 48%;
	margin-right: 4%;
}
.in-main-enq-cont-2-head img{
	width: 70%;
	margin: 0 15% 20px 15%;
}
.in-main-enq-cont-2-head h1{
	color: rgba(255,255,255,1);
}
.in-main-enq-cont-2-head hr{
	width: 40px;
    border-top: 2px solid rgba(255,64,64,1);
	margin: 15px 0 0 0;
}
.in-main-enq-cont-2-head p{
	color: rgba(255,255,255,0.95);
	margin: 15px 0 0 0;
}
.in-main-enq-cont-2-head img{
	width: 90%;
	margin-top: 30px;
	margin-left: 5%;
}
.in-main-enq-cont-2-form{
	float: left;
	width: 48%;
	margin-right: 0;
	background: rgba(255,64,64,1);
	padding: 25px;
}
.in-main-enq-cont-2-form-title{
	width: 100%;
}
.in-main-enq-cont-2-form-title h3{
	text-align: center;
	color: rgba(255,255,255,1);
}
.in-main-enq-cont-2-form-title hr{
	width: 40px;
    border-top: 2px solid rgba(255,255,255,1);
	margin: 10px auto 0 auto;
}

.in-main-enq-cont-2-form-mn{
	margin: 30px 0 0 0;
}
.in-main-enq-cont-2-form-mn form{
	width: 100%;
}
.in-main-enq-cont-2-form-mn-rw{
	width: 100%;
	margin-bottom: 25px;
}
.in-main-enq-cont-2-form-mn-rw:last-child{
	margin-bottom: 0;
}
.in-main-enq-cont-2-form-mn-rw-1{
	width: 100%;
}
.in-main-enq-cont-2-form-mn-rw-3{
	width: 100%;
}
.in-main-enq-cont-2-form-mn-rw-3 > .in-main-enq-cont-2-form-mn-rw-card{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-top: 25px;
}
.in-main-enq-cont-2-form-mn-rw-3 > .in-main-enq-cont-2-form-mn-rw-card:nth-child(3n+3){
	margin-right: 0;
}
.in-main-enq-cont-2-form-mn-rw-3 > .in-main-enq-cont-2-form-mn-rw-card:nth-child(1),.in-main-enq-cont-2-form-mn-rw-3 > .in-main-enq-cont-2-form-mn-rw-card:nth-child(2),.in-main-enq-cont-2-form-mn-rw-3 > .in-main-enq-cont-2-form-mn-rw-card:nth-child(3){
	margin-top: 0;
}
.in-main-enq-cont-2-form-mn-rw label{
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0.005em;
	color: rgba(255,255,255,1);
}
.in-main-enq-cont-2-form-mn-rw input{
	width: 100%;
	height: 50px;
	background: rgba(36,38,41,0.05);
	border: 1px solid rgba(255,255,255,0.5);
	padding-top: 5px;
	padding-left: 10px;
}
.in-main-enq-cont-2-form-mn-rw textarea{
	width: 100%;
	height: 100px;
	background: rgba(36,38,41,0.05);
	border: 1px solid rgba(255,255,255,0.5);
	padding-top: 5px;
	padding-left: 10px;
}
.in-main-enq-cont-2-form-mn-rw-card-sub{
	width: 150px;
	margin: 0 auto;
}
.in-main-enq-cont-2-form-mn-rw-card-sub input{
	border-radius: 25px;
	border: 2px solid rgba(255,255,255,1);
	color: rgba(255,255,255,1);
	font-weight: bold;
	padding-top: 2px;
}
.in-main-enq-cont-2-form-mn-rw-card-sub input:hover{
	background: rgba(36,38,41,1);
	color: rgba(255,255,255,1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.in-main-gall{
	width: 100%;
	padding: 75px 0;
}
.in-main-gall > .container{
	
}
.in-main-gall-cont-title{
	
}
.in-main-gall-cont-title h3{
	text-align: center;
}
.in-main-gall-cont-title hr{
	width: 40px;
    border-top: 2px solid rgba(255,64,64,1);
	margin: 15px auto 0 auto;
}
.in-main-gall-cont-med{
	margin: 50px 0 0 0;
}
.in-main-gall-cont-med ul{
	
}
.in-main-gall-cont-med > ul > li{
	margin-top: 25px;
}
.in-main-gall-cont-med > ul > li:nth-child(1),.in-main-gall-cont-med > ul > li:nth-child(2),.in-main-gall-cont-med > ul > li:nth-child(3),.in-main-gall-cont-med > ul > li:nth-child(4){
	margin-top: 0;
}
.in-main-gall-cont-med > ul > li > a{
	
}
.in-main-gall-cont-med > ul > li > a > img{
	height: 200px;
	width: 100%;
	border: 1px solid rgba(0,0,0,0.1);
}
.in-main-gall-cont-med > ul > li > a > iframe{
	height: 200px;
	width: 100%;
}

.in-main-brie{
	width: 100%;
	background: #f5f5f5;
	padding: 75px 0;
}
.in-main-brie > .container{
	
}
.in-main-brie-cont{
	width: 100%;
}
.in-main-brie-cont-title{
	width: 100%;
}
.in-main-brie-cont-title h3{
	text-align: center;
}
.in-main-brie-cont-title hr{
	width: 40px;
    border-top: 2px solid rgba(255,64,64,1);
	margin: 15px auto 0 auto;
}
.in-main-brie-cont-info{
	width: 100%;
	margin: 50px 0 0 0;
}
.in-main-brie-cont-info-rw{
	width: 100%;
	margin-bottom: 20px;
}
.in-main-brie-cont-info-rw:last-child{
	margin-bottom: 0;
}
.in-main-brie-cont-info-rw ul{
	margin: 10px 0 0 15px;
}
.in-main-brie-cont-info-rw ul li{
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0.005em;
	color: rgba(0,0,0,1);
}
.in-main-brie-cont-info-rw ul li:last-child{
	margin-bottom: 0;
}
.in-main-head{
	background: rgba(36,38,41,1);
	width: 100%;
	padding: 75px 0;
}
.in-main-head h1{
	text-align: center;
	color: rgba(255,255,255,1);
    background: url(../images/underline-002.png) no-repeat bottom center;
    padding-bottom: 25px;
}
.in-main-contact1{
	width: 100%;
	padding: 75px 0;
}
.in-main-contact1 > .container{
	
}
.in-main-contact1-cont{
	width: 100%;
}
.in-main-contact1-cont-2{
	width: 100%;
}
.in-main-contact1-cont-2-info{
	float: left;
	width: 48%;
	margin-right: 4%;
}
.in-main-contact1-cont-2-info-list{
	width: 100%;
	margin-bottom: 25px;
}
.in-main-contact1-cont-2-info-list:last-child{
	margin-bottom: 0;
}
.in-main-contact1-cont-2-info-list h4{
	width: 100%;
}
.in-main-contact1-cont-2-info-list > ul{
	list-style-type: none;
	margin: 15px 0 0 0;
}
.in-main-contact1-cont-2-info-list > ul > li{
	margin-bottom: 5px;
}
.in-main-contact1-cont-2-info-list > ul > li:last-child{
	margin-bottom: 0;
}
.in-main-contact1-cont-2-info-list > ul > li > a{
	color: rgba(0,0,0,1);
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}
.in-main-contact1-cont-2-info-list > ul > li > a > i{
	width: 25px;
	height: 25px;
	border-radius: 13px;
	background: rgba(255,64,64,1);
	padding: 10px 10px;
	margin-right: 10px;
	font-size: 12px;
	color: rgba(255,255,255,1);
}
.in-main-contact1-cont-2-info-list > ul > li > a > i.fa-map-marker{
	padding: 6px 9px;
}
.in-main-contact1-cont-2-info-list > ul > li > a > i.fa-whatsapp{
	padding: 6px 7px;
}
.in-main-contact1-cont-2-info-list > ul > li > a > i.fa-envelope{
	padding: 6px 6px;
}
.in-main-contact1-cont-2-info-list > ul > li > a > i.fa-phone{
	padding: 7px 7px;
}
.in-main-contact1-cont-2-form{
	float: left;
	width: 48%;
	margin-right: 0;
	background: rgba(255,64,64,0.05);
	padding: 30px 20px;
}
.in-main-contact1-cont-2-form h4{
	text-align: center;
}
.in-main-contact1-cont-2-form hr{
	width: 40px;
    border-top: 2px solid rgba(255,64,64,1);
    margin: 15px auto 0 auto;
}
.in-main-contact1-cont-2-form-rw{
	width: 100%;
	margin-bottom: 25px;
}
.in-main-contact1-cont-2-form-rw:last-child{
	margin-bottom: 0;
}
.in-main-contact1-cont-2-form-rw-1{
	width: 100%;
}
.in-main-contact1-cont-2-form-rw-3{
	width: 100%;
}
.in-main-contact1-cont-2-form-rw-3 > .in-main-contact1-cont-2-form-rw-card{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-top: 25px;
}
.in-main-contact1-cont-2-form-rw-3 > .in-main-contact1-cont-2-form-rw-card:nth-child(3n+3){
	margin-right: 0;
}
.in-main-contact1-cont-2-form-rw-3 > .in-main-contact1-cont-2-form-rw-card:nth-child(1),.in-main-contact1-cont-2-form-rw-3 > .in-main-contact1-cont-2-form-rw-card:nth-child(2),.in-main-contact1-cont-2-form-rw-3 > .in-main-contact1-cont-2-form-rw-card:nth-child(3){
	margin-top: 0;
}
.in-main-contact1-cont-2-form-rw label{
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 17px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0.005em;
	color: rgba(0,0,0,1);
}
.in-main-contact1-cont-2-form-rw input{
	width: 100%;
	height: 50px;
	background: rgba(36,38,41,0);
	border: 1px solid rgba(0,0,0,0.5);
	padding-top: 5px;
	padding-left: 10px;
}
.in-main-contact1-cont-2-form-rw textarea{
	width: 100%;
	height: 100px;
	background: rgba(36,38,41,0);
	border: 1px solid rgba(0,0,0,0.5);
	padding-top: 5px;
	padding-left: 10px;
}
.in-main-contact1-cont-2-form-rw-card-sub{
	width: 150px;
	margin: 0 auto;
}
.in-main-contact1-cont-2-form-rw-card-sub input{
	border-radius: 25px;
	border: 2px solid rgba(0,0,0,1);
	color: rgba(0,0,0,1);
	font-weight: bold;
	padding-top: 2px;
}
.in-main-contact1-cont-2-form-rw-card-sub input:hover{
	background: rgba(36,38,41,1);
	color: rgba(255,255,255,1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}


/****************************************
MOBILE VIEW STABILITY
****************************************/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5){ html, body{ width:100%; overflow-x:hidden; } }