*{
	margin:0;
	padding:0;
	font-family:"cambria";
	}
	body{
		font-family: 'Roboto', sans-serif;
	}
	
ul{
	list-style:none;
	}
	
a{
	text-decoration:none !important;
	}

.navbar-default .navbar-nav > li > a{
	    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.social{
	background:#000;
	min-height:35px;
	}
	
.social ul li{
	float:left;
	padding:2px 10px;
	}
	
	.social ul li a .ci{
		font-size: 17px;
    position: relative;
    top: 1px;
	}
	.social ul li a i{
		font-size: 17px;
    position: relative;
    top: 7px;
    padding-right: 5px;
	}
.social ul li a{
	    font-size: 13px;
    color: #fff;
    line-height: 35px;
	font-family: 'Roboto', sans-serif;
	}
	.navbar-default .navbar-nav > li > a img{
		width:35px;
	}
	
.menu{
	background:none !important;
	border:none !important;
	min-height:100px !important;
	
	margin-bottom:10px ! important;
	}
	
.menu1{
	padding-top:20px;
	}
	
.menu1 li a{
	font-size:18px;
	color:#000 !important;
	transition:all .5s ease;
	}
	
.menu1 li a:hover{
	font-size:18px;
	color:#00F !important;
	}
	
.menu1 li a span{
	font-weight:bolder;
	background:#0FF;
	padding:10px;
	border:1px solid #00F;
	border-radius:10px;
	
	}
	.navbar-brand > img{
		width:175px;
	}
	
.menu1 li a span:hover{
	color:#fe0101;
	border:1px solid #fe0101;
	}
	
.carousel-inner{
	margin-top:-20px !important;
	}
	
.carousel-control.right, .carousel-control.left{
	background:none !important;
	}
	
.carousel-caption h1{
	font-size:76px !important;
	margin-bottom:90px !important;
	}
	
.carousel-caption p{
	font-size:24px !important;
	margin-bottom:60px !important;
	}
	
@media(max-width:767px){
	.carousel-caption h1{
	font-size:18px !important;
	margin-bottom:30px !important;
	}
	
.carousel-caption p{
	font-size:8px !important;
	margin-bottom:20px !important;
	}

	}
	
.1{
	margin-top:20px;
	padding-bottom:20px;
	}
	
.about{
	margin-top:30px;
	}
.about h2{
	font-size: 22px;
    text-align: left;
    font-weight: 700;
}
.about h1{
	font-size:30px;
	color:#000;
	font-weight:bold;
	padding-bottom:20px;
	}
	
.about p{
	font-size: 14px;
    color: #000;
    text-align: justify;
    padding-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
	}
	
.about a{
font-size: 15px;
    color: #fff;
    border: 1px solid #000;
    padding: 10px 20px;
    border-radius: 4px;
    background: #000;
    transition: all .5s ease;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    float: left;
	}
	
.about a:hover{
	background:#ef0000;
	color:#fff;
	border:1px solid #ef0000;
	transition:all 0.3s;
	}
	

@media (min-width: 768px){
.col-sm-12 {
    width: 100%;
    padding-bottom: 30px !important;
}
}
	
.service{
	margin-top:30px;
	}
	
.service h1{
	font-size:30px;
	color:#000;
	font-weight:bold;
	padding-bottom:10px;
	}
	
.our{
	    margin-top: 30px;
  box-shadow: 0px 5px 3px #ccc;
    /* min-height: 357px; */
    padding: 0 0 15px;
	}
	
.our strong{
	font-size: 20px;
    color: #000;
    padding: 25px 0 0;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
	}
	
.our p{
	    font-size: 14px;
    color: #000;
    padding: 7px 25px 10px 25px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
	}
	
.our a{
	font-size:14px;
	color:#fff;
	border:1px solid #000;
	background:#09f;
	padding:5px 10px;
	border-radius:10px;
	transition:all .5s ease;
	}
	
.our a:hover{
	background:#000;
	color:#fff;
	}
	
@media(max-width:767px){
	.our{
		padding-bottom:50px;
		}
	}
	
.more{
	background:url(../images/AdobeStock_118793641-1320x740.jpeg) no-repeat;
	background-size:cover;
	margin-top:30px;
	background-attachment:fixed;
	padding-top:30px;
	padding-bottom:60px;
	}
	
.more h1{
	font-size:30px;
	color:#fff;
	font-weight:bold;
	padding:30px 0;
	}
	
.more p{
    font-size: 15px;
    color: #fff;
    padding-right: 10px;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
    text-align: justify;
	}
	
.more strong{
	 font-family: 'Roboto', sans-serif;
	font-size:20px;
	color:#000;
	text-align:center;
	font-weight:normal;
	display:block;
	padding:10px 0;
	}
	
.box img{
	margin-top:10px;
	}
	
.box p{
	font-size:14px;
	color:#000;
	padding:0 40px 10px 40px;
	text-align:center;
	}
	
.box a{
	font-size: 18px;
    color: #0808e0;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all .5s ease;
	}
	
.box a:hover{
	color:red;
	}
	
.box ul li{
    background: #fff;
    border-top-left-radius: 20px;
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom-right-radius: 20px;
	}
	
.count{
	margin-top:30px;
	padding-bottom:30px;
	}
	
.counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
       font-size: 32px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    color: #000;
}

.count-text {
  font-size: 20px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
	.count{
		padding:60px 0 60px;
	}
.footer{
	background:#333;
	}
	
.footer h1{
	font-size: 20px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding-top: 35px;
    padding-bottom: 10px;
	}
	
.footer ul li a{
	    font-size: 15px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
	}
	
.footer ul li a:hover{
	color:#fff;
	}
	
.footer h2{
	font-size:20px;
	color:#fff;
	text-align:center;
	}
	
.footer p{
	    font-size: 14px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    line-height: 26px;
    text-align: justify;
	}
	.fb a{
		font-family: 'Roboto', sans-serif;
    color: #fff;
    text-align: center;
    padding: 23px 0 0;
    display: block; 
	}
	.button-footer{
		background:#000;
	}
	.padding-0{
		padding-bottom:0px ! important;
	}
	.alos marquee{
		color: #fff;
    font-size: 15px;
    line-height: 39px;
	font-family: 'Roboto', sans-serif;
	}
	
.footer p:hover{
	color:#fff;
	}

.footer p a{
	font-size:14px;
	color:#CCC;
	text-align:center;
	display:block;
	padding:10px 0;
	}
	
.more1{
	margin-top:30px;
	padding-bottom:30px;
	}
	
.more1 ul li{
	    font-size: 15px;
    color: #000;
    width: 335px;
    font-family: 'Roboto', sans-serif;
    min-height: 40px;
    float: left;
    border: 1px solid #000;
    line-height: 40px;
    text-align: center;
	}
	
.more2 ul li{
	font-size: 15px;
    color: #000;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
	}
	
.more2 p{
font-size: 14px;
    color: #000;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.3px;
	}
	
.more2 h2{
	font-size:24px;
	color:#666;
	border-bottom:1px solid #666;
	}
	
.ou{
	border:1px solid #000;
	margin-bottom:20px;
	min-height:200px;
	}
	
.ou p{
	text-align:justify;
	padding:20px;
	}
	
span li{
	background:#000;
	color:#fff !important;
	}
	
.feature{
	min-height:130px;
	}
	
.contact{
	text-align:center;
background:linear-gradient(rgba(0,0,50,0.5),rgba(0,0,50,0.5));
background-size:cover;
background-position:center;
font-family:sans-serif;
	}
	
.contact-title{
	margin-top:100px;
	color:#000;
	text-transform:uppercase;
	transition: all 0.5s ease-in-out;
}

.contact-title h1{
	font-size:32px;
	line-height:10px;
}

.contact-title h2{
	font-size:16px;
}

form{
	margin-top:50px;
	transition: all 4s ease-in-out;
}

.form-control{
	width:600px;
	background:transparent;
	border:none;
	outline:none;
	border-bottom:1px solid gray;
	color:#000;
	font-size:18px;
	margin-bottom:16px;
}

input{
	height:45px;
}

form .submit{
	background:#ff5722;
	border-color:transparent;
	color:#000;
	font-size:20px;
	font-weight:bold;
	letter-spacing:2px;
	height:50px;
	margin-top:20px;
}

form .submit:hover{
	background-color:#f44336;
	cursor:pointer;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #3e64b3;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #00eaea;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

/*
Free App template for Bootstrap 3
Code snippet by maridlcrmn for Bootsnipp.com
Follow me on Twitter @maridlcrmn
Image credits: unsplash.com
Image placeholders: placemi.com
*/


.mt-100 {
    margin-top: 100px; 
}
.mb-100 {
    margin-bottom: 100px;
}

.icon {
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 7px 8px;
    border: 2px solid;
    border-radius: 50%;
}

#hb_preloader_wrapper {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
}
#hb_preloader_wrapper #hb_preloader_box {
    background-position: center center; 
    background-repeat: no-repeat;
    position: absolute;
    left: 50%; 
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.sticky {
 position: fixed ! important;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff! important;
    box-shadow: 2px 1px 8px #000;
}

.sticky + .content {
  padding-top: 102px;
}
.counter i{
	font-size: 40px;
    color: #0202bb;
}
.feedback {
 background-color: #00a14f;
    color: white;
    padding: 6px 13px;
    border-radius: 4px;
    border: none;
    font-size: 18px;
}
.feedback a img{
	width:35px;
}
.feedback a {
	color:#fff;
}

#mybutton {
 position: fixed;
    bottom: 120px;
    /* right: 10px; */
    float: left;
    left: -50px;
    transform: rotate(90deg);
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.banner{
	margin-top:-15px;
}
.form{
padding: 15px 35px 40px;
    background: #ccc3;
}
.neme input{
	border-radius: 0;
    padding: 18px 8px;
}
.form p{
	font-size:14px;
	font-family: 'Roboto', sans-serif;
}
.form h2{
	    font-size: 26px;
    text-align: center;
    text-align: center;
    color: #000;
	font-family: 'Roboto', sans-serif;
}
.button a{
	display: block;
    text-align: center;
    background: #fff;
    width: 120px;
    height: 35px;
    line-height: 35px;
    color: #e80808;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid #e80808;
}
.button a:hover{
	background: #e80808;
    color: #fff;
	transition:all 0.3s;
}
.more2 h2{
	    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 4px;
}
.more2 strong{
	    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
	display:black;
    color: #0000fd;
}
.more2 h3{
	font-size: 20px;
    color: #000;
    line-height: 30px;
}
.more2 h4{
	    font-size: 20px;
    color: #0000fe;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    margin: 16px 0 0;
}
.ou h2{
	    margin: 0;
    padding: 10px;
    background: #fff;
    color: #1010fe;
}
.feature h2 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0px;
    text-align: left;
    color: #00000a;
    padding-bottom: 10px;
}
.wehave{
	    font-size: 15px;
    text-align: left;
    display: block;
}
.more2 h1{
	font-size: 25px;
    color: #000;
    /* width: 335px; */
    font-family: 'Roboto', sans-serif;
}
.name input{
	    margin: 0;
    font-size: 14px;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none;
}
.contact-no{
	text-align: center;
	background: #ccc3;
    padding: 24px 0;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 20px;
	margin-top:40px;
}
.contact-no span{
	font-size: 35px;
    color: #0000fe;
    padding-bottom: 10px;
    display: block;
}
.contact-no p{
	font-size:16px;
	font-family: 'Roboto', sans-serif;
}
.map iframe{
	margin-top:35px;
}