
/* =-=-=-=-=-=-= General =-=-=-=-=-=-= */

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #414141;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased !important;
}


html,
body {
    width: 100%;
    height: 100%;
}


/* Link style
/* ------------------------------ */
a {
    color: #ef4836;
}
a,
a > * {
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:focus{
  color: #ef4836;
}
a:hover {
	color: #c03a2b;
}
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}


/* Transition elements
/* ------------------------------ */
.navbar a,
.form-control {
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

a,
.btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Reset box-shadow
/* ------------------------------ */

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
}


button:focus {
    outline: none !important;
}




/* =-=-=-=-=-=-= Typography =-=-=-=-=-=-= */

h1, h2, h3, h4, h5, h6{
	color: #2f2f2f;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 32px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}

/* Global Classes
/* ------------------------------ */
.mb-50 {
	margin-bottom: 50px;
}
.no-padding {
  padding: 0;
}
.tt-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}
.colored {
	color: #ef4035;
}

/* =-=-=-=-=-=-= Section Title =-=-=-=-=-=-= */
.section-intro {
	margin-bottom: 70px;
}
.section-intro p{
	margin-bottom: 0;
}
.section-intro hr {
  border-top: 1px solid #fff;
  max-width: 50px;
  position: relative;
}
hr.colored {
	border-color: #ef4035; 
}
hr::after {
	content: "";
	height: 8px;
	width: 8px;
	background-color: #ef4035;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: -4px;
	left: 50%;
	margin-left: -4px;
}


/* Button Style
/* ------------------------------ */
.btn {
  padding: 6px 15px;
  border-radius: 0;
}

.btn-primary {
  color: #ef4836;
  background-color: transparent;
  border-color: #ef4836;
}

.btn-primary.active, 
.btn-primary.focus, 
.btn-primary:active, 
.btn-primary:focus, 
.btn-primary:hover, 
.open>.dropdown-toggle.btn-primary {
  background-color: #ef4836;
  border-color: transparent;
}

.btn-default {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-default.active, 
.btn-default.focus, 
.btn-default:active, 
.btn-default:focus, 
.btn-default:hover, 
.open>.dropdown-toggle.btn-default {
  color: #ef4836;
  background-color: #fff;
  border-color: transparent;
}

.btn-group-lg>.btn, 
.btn-lg {
  padding: 10px 16px;
  font-size: 14px;
}


/* Form Style
/* ------------------------------ */
.form-group {
  margin-bottom: 30px;
}
.form-control {
  height: 45px;
  background-color: transparent;
  border: 1px solid #f0f0f0;
  border-radius: 0;
}
.form-control:focus {
  border-color: #ef4836;
  background-color: #fafafa;
}

/* Alert
/* ------------------------------ */
.alert {
  padding: 8px 15px;
  border-radius: 0;
}

/* =-=-=-=-=-=-= Navigation =-=-=-=-=-=-= */

@media(min-width:768px) {

	.navbar-default {
		background-color: transparent;
		padding: 20px 0;
		-webkit-transition: all .5s ease-in-out;
		   -moz-transition: all .5s ease-in-out;
		    -ms-transition: all .5s ease-in-out;
		        transition: all .5s ease-in-out;
	}
	.sticky.navbar-default {
		background-color: #2f2f2f;
		padding: 10px 0;
	}
	.navbar-nav {
		margin-top: 4px;
	}
	.sticky.navbar .nav>li {
	  padding: 0 13px;
	}
	.navbar-nav>li>.dropdown-menu {
	  margin-top: 23px;
	}
	.sticky .navbar-nav>li>.dropdown-menu {
	  margin-top: 13px;
	}
	.navbar-right .dropdown-menu {
	  right: auto;
	  left: 15px;
	}
	.sticky .navbar-right .dropdown-menu {
	  left: 13px;
	}
}

.navbar-brand {
  padding: 0 15px;
  height: auto;
}
.navbar .nav>li {
	padding: 0 15px;
	-webkit-transition: padding .4s ease-in-out;
	   -moz-transition: padding .4s ease-in-out;
	        transition: padding .4s ease-in-out;
}
.navbar .nav>li>a {
  padding: 5px 0;
}
.navbar-default {
	margin-bottom: 0;
	border-color: transparent;
}
.navbar-default .navbar-nav>li>a {
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
  color: #ef4836;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
  color: #ef4836;
  background-color: transparent;
  border-bottom: 1px solid #ef4836;
}


/*Dropdown Style*/
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
  color: #ef4836;
  background-color: transparent;
  border-bottom: 1px solid #ef4836;
}
.navbar-nav>li>.dropdown-menu {
  border-radius: 0;
  padding: 0;
}
.dropdown-menu>li {
  border-bottom: 1px solid #ef4836;
}
.dropdown-menu>li:last-child {
  border-bottom: 0;
}
.dropdown-menu>li>a {
  padding: 7px 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  color: #2f2f2f;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover {
  background-color: #ef4836;
}
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
  color: #fff;
  background-color: #ef4836;
}

/*Responsive Mobile Menu Style*/
@media(max-width : 767px) {
	.navbar-default {
		background-color: #2f2f2f;
	}
	.navbar-brand {
	  padding: 4px 15px;
	}
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover {
  border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ccc;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}
.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

/* =-=-=-=-=-=-= Home Section =-=-=-=-=-=-= */

.home-section {
	background: url(../../assets/images/slider/slide-5.jpg) no-repeat center center #0A0A0A;
	background-size: cover;
	position: relative;
}
.home-section::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.6);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.intro {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	text-align: center;
	-webkit-transform: translate(0%, -50%);
	   -moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		 -o-transform: translate(0%, -50%);
			transform: translate(0%, -50%);
	padding: 0 15px;
}
.intro-sub {
  display: block;
  font-size: 1.5em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.intro-sub .clored-text {
	color: #ef4836;
}
.intro-sub .clored-text span{
	color: #fff;
}

.intro hr {
	max-width: 60px;
	position: relative;
}

.intro h1{
	font-size: 3.5em;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}


/* =-=-=-=-=-=-= About Section =-=-=-=-=-=-= */

.about-section {
	padding-top: 135px; 
	padding-bottom: 130px; 
}
.profile-overview {}
@media (max-width : 991px) {
	.profile-overview {
	  margin-bottom: 50px;
	}
}

.profile-overview h3,
.profile-overview p {
	margin-bottom: 30px;
}
.profile-overview .social-links {
	margin-top: 40px;
}
.profile-overview .social-links .list-inline>li {
  padding-right: 8px;
  padding-left: 8px;
}
.profile-overview .social-links li a{
display: block;
  width: 35px;
  height: 35px;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #f0f0f0;
  color: #999999;
  -webkit-transform: rotate(45deg);
  	 -moz-transform: rotate(45deg);
  	  -ms-transform: rotate(45deg);
  	   -o-transform: rotate(45deg);
  		  transform: rotate(45deg);
}
.profile-overview .social-links li a i {
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.profile-overview .social-links li a:hover{
	background-color: #ef4836; 
	color: #fff;
	border: 1px solid transparent;

}


.video-wrap iframe{
  border: 0;
  width: 100%;
  height: 310px;
}
@media only screen and (max-width : 479px) {
	.video-wrap iframe{
	  height: 160px;
	}
}


/* =-=-=-=-=-=-= Testimonial Section =-=-=-=-=-=-= */

.testimonial-section {
	background: url(../../assets/images/parallax-bg/testimonial-bg.jpg) center center no-repeat #000;
	background-size: cover;
}
.testimonial-overlay {
	background-color: rgba(0, 0, 0, 0.7);
	padding: 100px 0;
}
.testimonial-section blockquote i {
	color: #ef4836;
}

#testimonialCarousel {
	text-align: center;
}
#testimonialCarousel blockquote {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  font-style: italic;
  border-left: 0;
}
#testimonialCarousel blockquote i{
	display: block;
	font-size: 60px;
	margin-bottom: 50px;
}
#testimonialCarousel blockquote footer{
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-style: normal;
  margin-top: 40px;
  margin-bottom: 60px;
}
#testimonialCarousel blockquote footer cite{
  color: #ef4836;
  font-style: normal;
}
#testimonialCarousel blockquote .small:before, 
#testimonialCarousel blockquote footer:before, 
#testimonialCarousel blockquote small:before {
  content: '';
}

@media screen and (min-width: 768px) {
	#testimonialCarousel .carousel-indicators {
	  bottom: -20px;
	}
}

#testimonialCarousel .carousel-indicators li {
	margin: 0;
	margin-right: 5px;
	border-radius: 0;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
#testimonialCarousel .carousel-indicators .active {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-color: #ef4836;
  border: 1px solid #ef4836;
}



/* =-=-=-=-=-=-= Press Section =-=-=-=-=-=-= */

.press-section {
	padding: 130px 0;
}
.press-promo {}
@media only screen and (max-width : 767px) {
	.press-promo {
	  margin-bottom: 30px;
	}
}
.press-promo i{
	float: left;
	margin-right: 15px;
}
.press-promo i::before {
	color: #ef4836;
	font-size: 36px;
}
.press-promo h3 {
	margin-bottom: 30px;
}


/* =-=-=-=-=-=-= Fees Section =-=-=-=-=-=-= */

.fees-section {
	padding: 100px 0;
}
.fees-tab .tab-content{
	margin-top: 80px;
}
.fees-tab .tab-content img{
	width: 100%;
}
@media (max-width : 991px) {
	.fees-tab .tab-content img{
		margin-bottom: 30px;
	}
}

.fees-tab .tab-content p:first-of-type{
	margin-top: -10px;
}
.fees-tab .nav-tabs.nav-justified {
	border-bottom: 1px solid #f0f0f0;
}
.fees-tab .nav-tabs.nav-justified>li {
	padding-right: 30px;
}
.fees-tab .nav-tabs.nav-justified>li:last-child {
	padding-right: 0;
}
.fees-tab .nav-tabs>li>a {
  text-transform: uppercase;
  font-weight: 700;
  color: #2f2f2f;
}

@media (min-width: 768px) {
	.fees-tab .nav-tabs.nav-justified>li>a {
	  border: 1px solid #f0f0f0;
	  border-bottom: 0;
	  border-radius: 0;
	}
	.fees-tab .nav-tabs.nav-justified>.active>a, 
	.fees-tab .nav-tabs.nav-justified>.active>a:focus, 
	.fees-tab .nav-tabs.nav-justified>.active>a:hover {
	  background-color: #ef4836;
	  border-color: transparent;
	  border-bottom: 0;
	  color: #fff;
	}
}

/*collapse in small devices*/
.fees-tab .panel-body img{
	width: 100%;
	margin-bottom: 20px;
}

.fees-tab .special-skills {
	margin-top: 50px;
}
.fees-tab .skill-progress {
	position: relative;
}
.fees-tab .special-skills .skill-title{
	display: block;
	color: #2f2f2f;
	font-weight: 700;
}

.progress .progress-bar.six-sec-ease-in-out {
  -webkit-transition: width 2s ease-in-out;
     -moz-transition: width 2s ease-in-out;
       -o-transition: width 2s ease-in-out;
         transition:  width 2s ease-in-out;
}

.fees-tab .progress {
  height: 6px;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0px 1px #949494;
  box-shadow: inset 0 0px 1px #949494;
}
.fees-tab .progress-bar {
	background-color: #ef4836;
	box-shadow: none;
	text-align: right;
}
.fees-tab .progress-bar span {
  position: absolute;
  top: 5px;
  margin-left: -25px;
  color: #525252;
  font-size: 9px;
  line-height: 13px;
  display: inline-block;
  padding: 0 3px;
  border: 1px solid rgba(148, 148, 148, 0.5);
}

/*IE9 Fixing*/
.ie11 .fees-tab .progress-bar span,
.ie10 .fees-tab .progress-bar span,
.ie9 .fees-tab .progress-bar span {
  top: 5px;
  right: 0;
}

/*collapse style for mobile device*/

.fees-tab .panel-default{
	border: 0;
	box-shadow: none;
	border-radius: 0;
}
.fees-tab .panel-heading{
	padding: 0;
	border-bottom: 0;
	background-color: transparent;
}

.fees-tab .panel-heading a{
	display: block;
	padding: 10px 15px;
	background-color: #ef4035;
	color: #fff;
	border: 1px solid #ef4035;
}
.fees-tab .panel-heading a.collapsed{
	background-color: transparent;
	color: #2f2f2f;
	border: 1px solid #f0f0f0;
}

.fees-tab .panel-body{
	border-top: 0 !important;
	border: 1px solid #f0f0f0;
}



/* =-=-=-=-=-=-= Press Release Section =-=-=-=-=-=-= */

.press-release-section {
	padding: 130px 0 100px;
	background-color: #f4f4f4;
}
.blog-post-wrapper {}
@media (max-width : 991px) {
	.blog-post-wrapper {
	  margin-bottom: 30px;
	}
}
.post-thumbnail {}
.post-thumbnail img{
	width: 100%;
}
.blog-content {
	background-color: #fff;
	padding: 20px 18px;
}
.entry-header {}
.entry-meta {}
.entry-meta .the-time{
	font-size: 14px;
	font-weight: 700;
	color: #ef4836;
	text-transform: uppercase;
}
.entry-meta ul li{}
.entry-meta ul li:last-child{
	float: right;
	-webkit-transform: translateZ(0); 
	   -moz-transform: translateZ(0); 
	        transform: translateZ(0);
}
.entry-header .entry-title{
 	font-size: 18px;
 	line-height: 28px;
}
.entry-header .entry-title a{
 	color: #2f2f2f;
}
.entry-header .entry-title a:hover{
 	color: #ef4836;
}
.entry-content p{
	margin-bottom: 15px;
}
.entry-footer .readmore {
	font-size: 10px;
	color: #525252;
	text-transform: uppercase;
}
.entry-footer .readmore:hover {
	color: #ef4836;
}
.entry-footer .readmore i {
    -webkit-transition: padding 0.4s ease-in-out 0s;
    -moz-transition: padding 0.4s ease-in-out 0s;
    transition: padding 0.4s ease-in-out 0s;
}
.entry-footer .readmore:hover i {
	padding-left: 5px;
}
.press-release-section .lodemore {
	margin-top: 80px;
}
.press-release-section .lodemore a{
	font-weight: 600;
}



/* =-=-=-=-=-=-= Contact Section =-=-=-=-=-=-= */

.contact-section {
	padding: 130px 0;
}
#contactForm textarea {
	min-height: 215px;
	padding: 10px 12px;
}
#contactForm .btn {
	margin-top: 10px;
	padding: 12px 30px;
	font-weight: 600;
	text-transform: uppercase;
}


/* =-=-=-=-=-=-= Location Section =-=-=-=-=-=-= */

#myMap {
	height: 550px
}
.location-info {
	padding: 100px 140px;
	height: 550px;
	background-color: #f4f4f4;
}
@media (max-width : 991px) {
	#myMap {
		height: 250px
	}
	.location-info {
		padding: 50px 20px;
		height: inherit;
	}
}
.location-info address {
  margin-bottom: 0;
  line-height: 28px;
  color: #101010;
}
.location-info address strong {
  font-size: 22px;
  line-height: 20px;
  color: #2f2f2f;
}
.location-info .address,
.location-info .phone {
	margin-bottom: 40px;
}
.location-info .mail a {
	color: #101010;
}
.location-info .mail a:hover{
	color: #c03a2b;
}



/* =-=-=-=-=-=-= Footer Section =-=-=-=-=-=-= */

.footer-section {
	background-color: #222222;
	<!--padding-top: 80px;-->
}
.footer-section h3 {
  font-size: 18px;
  color: #fff;
  text-transform: inherit;
  margin-bottom: 35px;
}
.footer-section .social-links .list-inline>li {
  padding-right: 8px;
  padding-left: 8px;
}
.footer-section .social-links li a{
  display: block;
  width: 30px;
  height: 30px;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #f1f1f1;
  color: #999999;
  -webkit-transform: rotate(45deg);
  	 -moz-transform: rotate(45deg);
  	  -ms-transform: rotate(45deg);
  	   -o-transform: rotate(45deg);
  		  transform: rotate(45deg);
}
.footer-section .social-links li a i {
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.footer-section .social-links li a:hover{
	background-color: #ef4836; 
	color: #fff;
	border: 1px solid transparent;

}
.footer-section .copyright {
	display: block;
	<!--padding: 10px 0;-->
	font-size: 12px;
	line-height: 28px;
	color: #999999;
	border-top: 1px solid #484646;
	<!--margin-top: 75px;-->
}


/* =-=-=-=-=-=-= Back to top =-=-=-=-=-=-= */

#toTop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	color: #ef4836;
	cursor: pointer;
	display: none;
	z-index: 9999;
	width: 30px;
	height: 30px;
	border: 1px solid #ef4836;
	text-align: center;
	font-size: 24px;
	line-height: 26px;
	-webkit-transition: all 0.3s ease 0s;
	   -moz-transition: all 0.3s ease 0s;
	     -o-transition: all 0.3s ease 0s;
	        transition: all 0.3s ease 0s;
}
#toTop:hover {
  color: #fff;
  background-color: #ef4836;
  border: 1px solid transparent;
}




/* =-=-=-=-=-=-= Preloader =-=-=-=-=-=-= */
#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status,
.status-mes {
    background-image: url(../images/preloder.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}
