﻿*{
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
}

/****************************************
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;
}

/****************************************
NAVIGATION CSS
****************************************/
#main-nav{
	background: #f5f5f5;
	border-top: 5px solid rgba(63,81,181,1);
}
#main-nav .container-fluid{
	background: #3F51B5;
	padding-bottom: 0;
}
#main-nav .nav-con{
	
}
#main-nav .nav-con ul{
	list-style-type: none;
	margin-top: 6px;
}
#main-nav .nav-con ul li{
	display: inline;
	color: rgba(255,255,255,.9);
	margin-right: 8px;
	font-size: 12px;
	letter-spacing: .04em;
}
#main-nav .nav-con ul li i{
	margin-right: 3px;
}
#main-nav .nav-social{
	
}
#main-nav .nav-social ul{
	float: right;
	list-style-type: none;
	margin-top: 4px;
}
#main-nav .nav-social ul li{
	display: inline;
}
#main-nav .nav-social ul li i{
	font-size: 16px;
	width: 30px;
	height: 30px;
	border: 1px solid #ffffff;
	color: #3F51B5;
	background: #ffffff;
	border-radius: 20px;
}
#main-nav .nav-social ul li i.fa-facebook{
	padding: 6px 9px;
}
#main-nav .nav-social ul li i.fa-twitter{
	padding: 6px 7px;
}
#main-nav .nav-social ul li i.fa-google-plus{
	padding: 6px 5px;
}
#main-nav .nav-social ul li i.fa-linkedin{
	padding: 6px 6px;
}
#main-nav .nav-social ul li i.fa-youtube{
	padding: 6px 6px;
}

.carousel{
	position: relative;
}

.slider-overlay{
	position: absolute;
	top: 30%;
	left: 20%;
	width: 60%;
	padding: 2% 0;
	background: rgba(0,0,0,.7);
}
.slider-overlay h3{
	text-align: center;
	color: #ffffff;
	font-size: 50px;
	font-weight: bold;
}
.slider-overlay hr{
	width: 30%;
	margin: 0 auto;
	border: 1px dashed rgba(255,255,255,.7);
	
}
.slider-overlay p{
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	margin-top: 10px;
	font-style: italic;
	font-weight: bold;
	
}
.carousel-caption{
	bottom: 20%;
}
.carousel-caption h3{
	font-size: 40px;
	font-weight: bold;
}
/****************************************
HOME PAGE SERVICE SECTION
****************************************/
#home-service{
	padding: 8% 0;
	background: #f3f3f3;
}

.home-service-head{
	
}

.home-service-head h2{
	text-align: center;
	font-size: 40px;
	letter-spacing: .025em;
	background: url("../images/underline01.png") no-repeat center bottom;
	padding-bottom: 20px;
	margin: 0;
}
.home-service-body{
	width: 100%;
	margin-top: 50px;
}

.home-service-body-list{
	float: left;
	width: 32%;
	margin-right: 2%;
	
}
.home-service-body-list:last-child{
	margin-right: 0;
}
.home-service-body-list img{
	width: 100%;
}
.home-service-body-list-img{
	position: relative;
	width: 100%;
}
.home-service-body-list-img-head{
	position: absolute;
	height: 20%;
	bottom: 0;
	background: rgba(0,0,0,.95);
	width: 100%;
	padding: 4% 3%;
}
.home-service-body-list-img-head p{
	font-size: 18px;
}
.imghvr-zoom-out-down{
}
.imghvr-zoom-out-down figcaption{
	padding: 0;
}

.home-service-body-list-hover-head{
	height: 25%;
}
.home-service-body-list-hover-head h3{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
}
.home-service-body-list-hover-info{
	height: 75%;
	overflow-y: auto;
}

/* width */
.home-service-body-list-hover-info::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.home-service-body-list-hover-info::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff; 
    border-radius: 10px;
}
 
/* Handle */
.home-service-body-list-hover-info::-webkit-scrollbar-thumb {
    background: #ffffff; 
    border-radius: 10px;
}

/* Handle on hover */
.home-service-body-list-hover-info::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
}
.home-service-body-list-hover-info ul{
	
}
.home-service-body-list-hover-info ul li{
	color: rgba(255,255,255,.9);
	font-size: 14px;
	letter-spacing: .04em;
	margin-bottom: 4px;
}
.home-service-body-list-hover-info ul i{
	margin-right: 5px;
	color: #ffffff;
}


/****************************************
HOME PAGE ABOUT SECTION
****************************************/
#home-about{
	background: url("../images/back01.jpg") fixed no-repeat;
	background-size: cover;
}
.home-about-info{
	padding: 8% 2% 8% 8%;
	background: rgba(63,81,181,.9);
}
.home-about-info h2{
	font-size: 40px;
	letter-spacing: .025em;
	color: #ffffff;
}
.home-about-info p{
	text-align: justify;
	color: rgba(255,255,255,.9);
	line-height: 28px;
	margin-top: 20px;
}
.home-about-link{
	margin-top: 20px;
}
.home-about-link button{
	border: 1px solid #ffffff;
	background: transparent;
	width: 110px;
	height: 35px;
	border-radius: 0 10px 0 10px;
}
.home-about-link button a{
	text-decoration: none;
	color: #ffffff;
}


/****************************************
HOME PAGE CLIENTS SECTION
****************************************/
#home-clients{
	padding: 6% 0 6% 0;
	
}
.home-clients-head{
	
}
.home-clients-head h2{
	text-align: center;
	font-size: 40px;
	letter-spacing: .025em;
	background: url("../images/underline01.png") no-repeat center bottom;
	padding-bottom: 20px;
	margin: 0;
}
.home-clients-body{
	margin-top: 50px;
}
.clients-carousel{
	
}
.clients-carousel .item{
	border: 1px solid rgba(0,0,0,.2);
}



/************************************************
HOME PAGE - FOOTER SECTION
************************************************/
#futer{
	background: rgba(0,0,0,.85);
}
#futer .futer-body{
	padding: 4% 0 3% 0;
}
#futer .futer-contact{
	
}

#futer .futer-contact ul{
	list-style-type: none;
}
#futer .futer-contact ul li{
	position: relative;
	color: #ffffff;
	width: 100%;
	margin-bottom: 10px;
	padding-left: 40px;
	min-height: 30px;
	font-size: 13px;
	
}
#futer .futer-contact ul li.address{
	background: url("../images/contact-icon01.png") left top no-repeat;
}
#futer .futer-contact ul li.phone{
	background: url("../images/contact-icon02.png") left top no-repeat;
}
#futer .futer-contact ul li.email{
	background: url("../images/contact-icon03.png") left top no-repeat;
}
#futer .futer-contact ul li i{
	margin-right: 20px;
	
}

#futer .futer-contact ul li span{
	
	
}

#futer .futer-service ul{
	list-style-type: none;
}
#futer .futer-service ul li{
	position: relative;
	color: #ffffff;
	width: 100%;
	margin-bottom: 10px;
	font-size: 13px;
	padding-left: 40px;
	
}
#futer .futer-service ul li i{
	margin-right: 5px;
}
#futer .futer-service ul li a{ 
	
	color: #ffffff;
	
}

#futer .futer-social ul{
	list-style-type: none;
}
#futer .futer-social ul li{
	position: relative;
	color: #ffffff;
	width: 100%;
	margin-bottom: 10px;
	min-height: 30px;
	font-size: 13px;
	
}

#futer .futer-social ul li i{
	margin-right: 20px;
	font-size: 16px;
}

#futer .container-fluid{
	border-top: 1px dashed rgba(255,255,255,.3);
	padding: 0;
}

#futer .container-fluid p{
	text-align: right;
	color: rgba(255,255,255,.7);
	font-size: 8px;
	margin-top: 10px;
	letter-spacing: .05em;
}
#futer .container-fluid p a{
	color: rgba(255,255,255,.7);
}


/****************************************
SERVICE PAGE - SERVICE LIST SECTION
****************************************/
#in-service-head{
	background: url("../images/back02.jpg") fixed no-repeat;
	padding: 6% 0;
}
#in-service-head h2{
	text-align: center;
	font-size: 40px;
	letter-spacing: .025em;
	background: url("../images/underline02.png") no-repeat center bottom;
	padding-bottom: 20px;
	margin: 0;
	color: #ffffff;
}

#in-service-list{
	padding: 4% 0;
	
}
.in-service-list-info{
	width: 100%;
}
.in-service-list-info-33{
	float: left;
	width: 32%;
	margin-right: 2%;
	background: #eeeeee;
	padding: 10px;
	height: 425px;
}
.in-service-list-info-33:last-child{
	margin-right: 0;
}
.in-service-list-info-33 h3{
	margin-bottom: 20px;
}
.in-service-list-info-33 ul{
	list-style-type: none;
}
.in-service-list-info-33 ul li{
	margin-bottom: 5px;
	font-size: 15px;
}
.in-service-list-info-33 ul li i{
	margin-right: 8px;
}

#in-service-gallery{
	background: #f3f3f3;
	padding: 6% 0;
}
.in-service-gallery{
	width: 100%;
}
.in-service-gallery-list{
	float: left;
	width: 48.5%;
	margin-right: 3%;
	background: #ffffff;
	margin-bottom: 20px;
}
.in-service-gallery-list:nth-child(2n+2){
	margin-right: 0;
}
.in-service-gallery-list-img{
	width: 100%;
	margin-top: 20px;
}
.in-service-gallery-list-img img{
	width: 100%;
}
.in-service-gallery-list-head{
	height: 60px;
}
.in-service-gallery-list-head h3{
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
}
/****************************************
ABOUT PAGE - SERVICE LIST SECTION
****************************************/
#in-about{
	padding: 6% 0;
}
.in-about-img{

}
.in-about-img img{
	width: 100%;
}
.in-about-info{
	
}
.in-about-info p{
	font-size: 15px;
	line-height: 28px;
	color: rgba(0,0,0,.8);
}

.abt-pts-body-list{
	width: 100%;
	margin-top: 80px;
}
.abt-pts-body-list-info{
	position: relative;
	float: left;
	width: 48%;
	margin-right: 4%;
	padding-left: 95px;
	margin-bottom: 30px;
}
.abt-pts-body-list-info:nth-child(2n+2){
	margin-right: 0;
}
.abt-pts-body-list-info-img{
	position: absolute;
	top: 23px;
	left: 0;
	width: 76px;
	height: 76px;
}
.abt-pts-body-list-info:hover .abt-pts-body-list-info-img{
	-webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	transition: 1.5s;
}
.abt-pts-body-list-info-img img{
	width: 85px;
	
	border-radius: 76px;
	color: #ffffff;
	background: #3F51B5;
}
.abt-pts-body-list-info-img img.qual{
	padding: 21px 26px;
}
.abt-pts-body-list-info-img img.perf{
	padding: 26px 26px;
}
.abt-pts-body-list-info h3{
	text-align: left;
	font-size: 21px;
	padding: 0;
}
.abt-pts-body-list-info p{
	text-align: left;
	margin-top: 15px;
	font-size: 15px;
	letter-spacing: .035em;
	color: rgba(0,0,0,.8);
	line-height: 28px;
}

		
/**************************************************************************
CONTACT PAGE
**************************************************************************/
#contact-form{
	

}
#contact-form .container-fluid{
	padding: 0;
}
#contact-form .cform-6-left{
	padding: 0;
}
#contact-form .cform-6-right{
	padding: 4% 2%;
}
#contact-form .cform-6-right form{
	
	
}
.cform-6-right form input{
	width: 70%;
	font-size: 16px;
	height: 40px;
	background: rgba(0,0,0,.1);
	margin-bottom: 10px;
	padding-left: 10px;
	-webkit-transition: .5s;
	transition: .5s;
	-moz-transition: .5s;
}
.cform-6-right form input:focus{
	font-size: 12px;
	-webkit-transition: .5s;
	transition: .5s;
	-moz-transition: .5s;
}
.cform-6-right form textarea{
	width: 70%;
	height: 80px;
	padding-top: 10px;
	padding-left: 10px;
	background: rgba(0,0,0,.1);
	-webkit-transition: .5s;
	transition: .5s;
	-moz-transition: .5s;
	margin-bottom: 10px;
	font-size: 16px;
}
.cform-6-right form input.press{
	background: #000000;
	color: #ffffff;
}
/****************************************
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; } }