@font-face{
	font-family: 'Bebasneue';
	src:url(../fonts/BebasNeue.eot),url(../fonts/BebasNeue.svg), url(../fonts/BebasNeue.ttf), url(../fonts/BebasNeue.woff);

}
@font-face{
	font-family: 'euphemiacasreguler';
	src:url(../fonts/euphemiacasreguler.ttf);
}
body{
	background: #e4e4e4;
	margin: 0px;
	padding: 0px;
}

.begin-top{
	background: url(../imgs/banner-main.jpg);
	    background-size: 100% 100%;
    padding-bottom: 200px;
    background-attachment: fixed;
}
.begin-top .navbar-default{
	background: transparent;
	border: none;
	margin-top: 30px;
}
.begin-top .navbar-default ul li a{
	color: #fff;
	font-size:18px;
	border-radius: 5px;
	position: relative;
	font-family: 'euphemiacasreguler';
}
.begin-top .navbar-default ul li a:hover{

	color: #337ab7;
}
.begin-top .navbar-default ul li a:focus
	{
	color: #fff;	
	}


/*.begin-top .navbar-default ul li a:hover::after, .begin-top .navbar-default ul li a:focus::after {
    left: 0;
    right: 0;
}
*/

.begin-top .navbar-default ul li a::after {
    content: "";
    display: block;
    position: absolute;
    left: 51%;
    right: 51%;
    bottom: 0;
    height: 0;
    border-bottom: 3px solid #337ab7;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



.banner-text{
	width: 60%;
    /*margin: 150px auto 0px;*/
    margin: 80px auto 0px;
}
.banner-text h1{
	margin: 30px 0px 0px;
	color: #fff;
	text-shadow: 1px 5px 7px #000;
	font-weight: lighter;
	font-size: 75px;
	font-family: 'Bebasneue';
    letter-spacing: 5px;
}

.banner-text h3{
    margin: 30px 0px 0px;
    color: #fff;
    text-shadow: 1px 5px 7px #000;
    font-weight: lighter;
    font-size: 30px;
    font-family: 'Bebasneue';
}

.btn-banner a{
    background: #0b1b33;
    border-radius: 4px;
    border: 2px solid #fff;
    padding:5px 50px 10px;
	color: #fff;
	font-family: 'euphemiacasreguler';
	font-size: 20px;
	margin-top: 40px;
	display: inline-block;
	text-decoration: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
}

.btn-banner a:hover
	{
			padding-left: 55px;
			padding-right: 45px;
	}

.logo-area{
	position: relative;
    top: -120px;
}
.logo-area a{
	display: inline-block;
	background: #fff;
	border-radius: 100px;
    padding: 70px 40px;
    color: #175267;
    border: 2px solid #175267;
    font-size: 40px;
    text-align: center;
    text-decoration: none;
}
.services{
    padding-top: 150px;
    padding-bottom: 70px;
}
.services-thumb{
	background: #fff;
	border: 1px solid #a0a6ae;
	padding:10px;
	border-radius: 10px;
	margin-bottom: 50px;
}

.media-img img {
    height: 73px !Important;
    width: 73px !Important;
}

.media-img img:hover{
	transform:rotate (360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
}
.media-img img{
	    transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	-webkit-transition: 0.9s;
	-ms-transition: 0.9s;
}
.media-img{
	background: #fff;
    padding: 15px;
    border: 2px solid #0b1b33;
    display: inline-block;
    position: relative;
	top: -50px;
    margin-bottom: -50px;
	z-index: 100;
	cursor: pointer;
}
.media-content h3{
	text-align: center;
	color: #000000;
	margin-bottom: 20px;
	font-family: 'euphemiacasreguler';
}
.media-content p{
	color: #6a6b6d;
	margin: 0px 0px 20px;
	text-align: justify;
    font-size: 15px;
}

.btn-thumb{
	background: #1a586e;
    padding:5px;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    text-align: center;
	}


.btn-thumb a{
	color: #fff;
	text-decoration: none;
    font-size: 30px;
    display: inline-block;
    font-family: 'Bebasneue';
    transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	}

@media(max-width: 768px){
	.banner-text{
		width: 90%;
		margin-top: 20px;
	}
	.banner-text h1{
		font-size: 50px;
	}
}
@media (max-width: 550px){
	.banner-text h1 {
	    font-size: 35px;
	}
	.btn-banner a{
		padding: 5px 30px 10px;
	}
	.btn-banner a:hover {
    padding-left: 35px;
    padding-right: 25px;
}
}
/*ABOUT US SECTION*/
.about{
	background: url(../imgs/about-us-banner.jpg);
	padding: 20px 0px;
	border-top: 5px solid #fff;
    /*border-bottom: 5px solid #fff;*/
}

.about-us h1{
	text-align: center;
	color: #fff;
	margin: 0px 0px 30px 0px;
}

.about-us h4 {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 25px;
    padding-left: 20px;
}

.about-us p{
	color: #fff;
	font-size: 18px;
	padding:0px 20px;
	margin-bottom: 30px;
}
/*faqs-section*/
.faqs-section{
	/*background: url(../imgs/faqs-banner.jpg);*/
	padding:20px 0px;
	/*margin: 100px 0px;*/
	/*border-top: 5px solid #fff;*/
    /*border-top: 5px solid #fff;*/
    border-bottom: 5px solid #fff;
    background: url(../imgs/faq_bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
/*contact-section*/
.contact-section{
	/*background: #bc6161;*/
	background: url(../imgs/contact_bg.png) repeat-y;
    background-size: 100% 100%;
    background-attachment: fixed;
	/*border-top: 5px solid #fff;*/
    /*margin-bottom: 100px;*/
    /*border-top: 5px solid #fff;*/
    border-bottom: 5px solid #fff;
    padding-top: 50px;
}
.my-contact-form{
	margin-bottom: 30px;
}
.my-contact-form textarea.text-area{
	padding:15px;
}
input.text-area{
	height: auto;
	padding: 10px;
}
.my-contact-form button.my-btn{
	background: transparent;
    border: 2px solid #fff;
	color: #fff;
}
.testimonial{
	background: #e9e9e9;
	padding: 30px 0px;
    /*margin-top: 100px;*/
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}
.testimonial-content p{
	color: #949494;
	font-size: 14px;
	margin: 0px 0px 10px;
    padding: 0px 15px;
}
.my-media{
	margin: 10px 0px 30px;
}
.testimonial-content a{
	text-decoration: none;
	color: #777777;
}
.media-testimonial{
	margin-bottom: 20px;
}
.my-testimonial-head{
	margin: 20px 0px;
}
.my-testimonial-head h2{
	color:#434343;
}
.my-testimonial-head p{
	color: #6a6a6a;
}

/*.owl-wrapper*/

.owl-wrapper-outer{
    overflow: hidden;
}
#owl-testimonial .item, #owl-faq .item  {
  margin: 3px;
}

#owl-testimonial, #owl-faq{
	padding-top: 15px;
}

#owl-testimonial .owl-item, #owl-faq .owl-item {
	display: inline-block;
	VERTICAL-ALIGN: TOP;
}

#owl-testimonial .item, #owl-faq .item{
	position: relative;
	overflow: hidden;
}
#owl-testimonial .item img{
  width: 90px;
  height: 90px;
}


.owl-prev, .owl-next {
color: #f7f0f4;
    margin-right: 10px;
    display: inline-block;
    padding: 0px 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 43px;
}


#owl-testimonial .owl-prev, #owl-testimonial .owl-next{
	color: #949494;
}

.owl-pagination{
	display: none;
}

.owl-buttons {
    text-align: center;
/*    position: absolute;
    right: 0px;
    top: -40px;*/
}


.bg_full{
	width: 100%;
}


.tstmnl_bg{
    background: url(../imgs/tstmnl_bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;

}


.logo-section{
    /*border-top: 5px solid #fff;*/
}


.about_btm{
	background:url(../imgs/about_btm.jpg) no-repeat;
	background-size: 100% 100%; 
background-attachment: fixed;
height: 95px;
}



.cntnt_bg1{
	/*padding-top: 100px;*/
	/*padding-bottom: 100px;*/
	background:url(../imgs/cntnt_bg1.jpg) repeat-y;
	background-size: 100% 100%; 
background-attachment: fixed;
}
/*===== SOCIAL ICONS FOOTER =====*/
.social-area{
	background: #e9e9e9;
	padding:20px;
}
.bg-s-icon{
	width: 24px;
	height: 24px;
	background: url(../imgs/social_ico.png);
}
a.bg-s-icon{
	display: inline-block;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
a.bg-s-icon:hover{
	opacity: 0.8;
	transform:rotate (360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	
}
.bg-s-facebook{
	background-position: -6px -14px;
	}

.bg-s-twitter{
    background-position: -31px 0px;
}
.bg-s-linkedin{
    background-position:-30px 25px;
}
.bg-s-gplus{
    background-position:-6px 37px;
}
/*===== SOCIAL ICONS FOOTER =====*/



.cs_wrap {
	background: rgba(26, 88, 110, 0.5);
	padding: 30px 0px;
	color: #fff;
}

.cs_wrap:hover {
    background: rgba(26, 88, 110, 0.8);
}
.cs_wrap h1{
	margin: 0px;
}
/*thanks BEGIN*/

/*thanks ENDS*/