﻿/**
 ==================================================
 * Name: Finance - Finance, Corporate and Business HTML Template
 * Version: 1.0
 * Author: Theembazaar
 * Author URL: http://www.theembazaar.com
 ===================================================
 */

/*Table Content
 =================================================
 * BASIC STYLE
 - Typography Style
 - Padding and Margin Style
 - General Style
 - Box Hover Style
 - Form Style

 * HEADER
 - Navigation Menu

 * FOOTER

 * ELEMENTS
 - Main Banner
 - Page Intro
 - Testimonial
 - Pagination Navigation
 - Sidebar Widget
 - blog Section
 - Partner Section
 - About Us Page
 - Timeline Section
 - Team
 - Serve
 - Faq Page
 - 404 page
 - Blog Page
 - Register and login Pages
 - Contact Page
 - Preloader
 ================================================
 */

/*-------------------------------------------------------------------------------------------*/
/* BASIC STYLE    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
body, html {
	margin: 0;
	padding: 0;
}
body {
	line-height: 24px;
	color: #323232;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
/*  Typography Style   ||-----------*/
h1 {
	font-size: 60px;
	margin-top: 0;
	position: relative;
	font-family:  'Montserrat', sans-serif;;
}
h1 span {
	position: relative;
}
h1:before {
	content: attr(data-title);
	font-size: 61px;
	margin-top: 0;
	position: absolute;
	top: 4px;
	left: 3px;
	color: rgba(6, 60, 54, 0.08);
	z-index: 0;
}
h2 {
	font-size: 30px;
	font-weight:700;
	margin-top: 0;
	font-family:  'Montserrat', sans-serif;
	color:#222;
	text-transform:capitalize;
}
h2 span{
	color:#ee3c2d;
}
h4 {
	font-size: 15px;
	line-height: 1.5;
	font-weight: 600;
}
h6 {
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 17px;
	font-weight: 600;
}
h3, h4, h4, h6 {
	font-family:  'Montserrat', sans-serif;;
	margin-top: 10px;
	font-weight: 600;
}

a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
a {
	color: #333;
}
@media (max-width: 767px){
	h2{
		font-size: 23px;
	}
	
h3, .h3 {
    font-size: 20px;
}
}
.inner-intro h1{
	font-family:  'Montserrat', sans-serif;;
	font-weight: 800;
	text-transform: uppercase;
	font-size:40px;
}
/*  Padding and Margin Style   ||-----------*/
.padding {
    padding-top: 90px;
    padding-bottom: 90px;
}
.no-padding {
	padding: 0 ;
}
.ptb-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}
.padding-20 {
	padding: 20px;
}
.padding-30 {
	padding: 30px ;
}
.padding-40 {
	padding: 40px ;
}
.padding-60 {
	padding: 60px;
}
.plr-0 {
	padding-left: 0 ;
	padding-right: 0 ;
}
.pl-0 {
	padding-left: 0;
}
.pr-0 {
	padding-right: 0;
}
.pr-30 {
	padding-right: 30px;
}
.pl-70 {
	padding-left: 70px;
}
.pr-70 {
	padding-right: 70px;
}
.plr-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.ptb-0 {
	padding-top: 0px ;
	padding-bottom: 0px ;
}
.pt-0 {
	padding-top: 0px ;
}
.pb-0 {
	padding-bottom: 0px ;
}
.pt-30 {
	padding-top: 30px ;
}
.pb-30{
	padding-bottom: 30px;
}
.ptb {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt {
	padding-top: 110px;
}
.pb {
	padding-bottom: 110px;
}
.ptb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.pt-15 {
	padding-top: 15px;
}
.pb-15 {
	padding-bottom: 15px;
}
.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-40 {
	padding-bottom: 40px;
}
.ptb-40 {
	padding-bottom: 40px;
	padding-top: 40px;
}
.ptb-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt-80 {
	padding-top: 80px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pt-90 {
	padding-top: 80px;
}
.pb-90 {
	padding-bottom: 80px;
}
.pt-50 {
	padding-top: 50px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pt-70 {
	padding-top: 70px;
}
.pb-38 {
	padding-bottom: 38px;
}
.mtb-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.mlr-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.mt-0 {
	margin-top: 0px ;
}
.mb-0 {
	margin-bottom: 0px ;
}
.ml-0 {
	margin-left: 0px ;
}
.mr-0 {
	margin-right: 0px ;
}
.up-80 {
	margin-top: -80px;
}
.mtb-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-80 {
	margin-top: 80px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mtb-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mtb-45 {
	margin-top: 45px;
	margin-bottom: 45px;
}
.mt-45 {
	margin-top: 45px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
    margin-bottom: 35px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.ml-15 {
	margin-left: 15px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-15 {
	margin-right: 15px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.ml-30 {
	margin-left: 30px;
}
.mr-30 {
	margin-right: 30px;
}
.mtb-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.mt-25 {
	margin-top: 25px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mtb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.mt-up {
	margin-top: -100px;
}
@media (min-width: 768px) and (max-width: 991px) {
.up-80 {
	margin-top: 50px;
}
.mt-sm-30 {
	margin-top: 30px;
}
.mb-sm-30 {
	margin-bottom: 30px;
}
.float-none-sm {
	float: none ;
}
.float-left-sm {
	float: left ;
}
.float-right-sm {
	float: right ;
}
.pl-sm-0 {
	padding-left: 0 ;
}
.plr-xs-15 {
	padding-right: 15px;
	padding-left: 15px;
}

.padding-sm-25 {
	padding: 25px;
}
}
@media (max-width: 767px) {
.text-xs-left {
	text-align: left;
}
.pr-xs-0 {
	padding-right: 0;
}
.pl-xs-0 {
	padding-left: 0;
}
.pr-xs-0 {
	padding-right: 0;
}
.plr-xs-15 {
	padding-right: 15px;
	padding-left: 15px;
}
.padding-sm-25 {
	padding: 25px;
}
.pb-xs-30 {
	padding-bottom: 30px;
}
.pt-xs-60 {
	padding-top: 60px;
}
.ptb-xs-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.pt-xs-40 {
	padding-top: 40px;
}
.pb-xs-40 {
	padding-bottom: 40px;
}
.pb-xs-60 {
	padding-bottom: 60px;
}
.ptb-xs-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.ml-xs-0 {
	margin-left: 0;
}
.mtb-xs-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.mt-xs-0 {
	margin-top: 0px;
}
.mb-xs-0 {
	margin-bottom: 0px;
}
.mtb-xs-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mt-xs-15 {
	margin-top: 15px;
}
.mb-xs-15 {
	margin-bottom: 15px;
}
.mtb-xs-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mt-xs-30 {
	margin-top: 30px;
}
.mb-xs-30 {
	margin-bottom: 30px;
}
.float-none-xs {
	float: none ;
}
.float-left-xs {
	float: left ;
}
.float-right-xs {
	float: right ;
}
}
/*  General Style   ||-----------*/
.b-line{
	position:relative;
	width: 60px;
	height: 3px;
	background: #ee3c2d;
	display: block;
	margin:0 auto;	
}
.l-left{
	margin: 0;
}
.no-brdr {
	border: none ;
}
.left-bg {
	position: relative;
}
.right-bg {
	position: relative;
}
.left-bg:before {
	content: '';
	width: 50%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.right-bg {
	position: relative;
}
.right-bg:before {
	content: '';
	width: 36%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
}
.color {
	color: #ee3c2d;
}
.light-color * {
	color: #fff;
}
.italic {
	font-style: italic;
}
.about-block p {
	line-height: 2;
}
.v-align {
	display: inline-block;
	vertical-align: top;
}
.btn-text {
	font-size: 14px;
	color: #fff;
	font-family:  'Montserrat', sans-serif;;
	line-height: 41px;
	border: 2px solid #ee3c2d;
	padding: 0 22px;
	border-radius: 30px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #ee3c2d;
	height: 44px;
	text-align: center;
	-webkit-transition: all 0.2s linear 0s ;
	-moz-transition: all 0.2s linear 0s ;
	-ms-transition: all 0.2s linear 0s ;
	-o-transition: all 0.2s linear 0s ;
	transition: all 0.2s linear 0s ;
}
.small-btn {
	padding: 10px 30px;
}
.btn-text:hover {
	background: none;
	color: #ee3c2d;
	text-decoration: none;
}
.icon-box {
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin: 20px auto;
	color: #fff;
	font-size: 25px;
	text-align: center;
	display: block;
	border-radius: 50%;
}
.width-25per {
	width: 25%;
}
.width-75per {
	width: 75%;
}
body .width-100per{
	width: 100%;
}
.top-space{
	padding-top: 218px;
}
.zoom-img{
	overflow:hidden;
	position: relative;
}
.zoom-img figure{
	overflow:hidden;
}
.zoom-img img{
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.zoom-img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.top-space{
	padding-top: 100px;
	}
}
.heading-block h2 span{
	display:block;
}
@media (min-width: 768px) and (max-width: 991px) {
.width-25per {
	width: 30%;
}
.width-75per {
	width: 70%;
}
}
@media (max-width: 767px) {
.width-25per {
	width: 100%;
}
.width-75per {
	width: 100%;
}
}
.half-width {
	width: 50%;
}
@media (max-width: 767px) {
.half-width {
	width: 100%;
}
.img-responsive {
	width: 100%;
}
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.height-300 {
	height: 300px;
}
.height {
	height: 250px;
}
.border {
	border: 1px solid #ccc;
}
.about-block {
	-webkit-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}
.v-line {
	border-left: 3px solid #ee3c2d;
	padding-left: 20px;
}
.big-icon {
	line-height: 185px;
	margin: 20px auto;
	color: #3bafda;
	font-size: 100px;
	text-align: center;
	display: block;
}
.dark-bg, .hover-bg:hover {
	background: #ee3c2d;
}
.black-bg {
	background: #2C2C2C;
}
.gray-bg {
	background: #f1f1f1;
}
.dark-gray-bg {
	background: #eaeff3;
}
img {
	max-width: 100%;
}
.mt-15 {
	margin-top: 15px;
}
.box-shadow {
	box-shadow: 14px 14px 0 0 rgba(0, 0, 0, 0.19);
}
.box-shadow-l {
	box-shadow: -14px 14px 0 0 rgba(0, 0, 0, 0.19);
}
@media (max-width: 767px) {
.box-shadow, .box-shadow-l {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
}
.height-300 {
	height: 236px;
}
.pb-15 {
	padding-bottom: 15px;
}
.m-height {
	min-height: 183px;
}

/*Form Style   ||-----------*/

button {
	outline: none;
	border: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	display: inline-block;
}
button, input, textarea, select {
	font-family:  'Montserrat', sans-serif;;
	font-size: 12px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], textarea, select {
	border: 1px solid #fff;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color: #202020;
	outline: none;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 12px 15px;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	display: inline-block;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
	outline: none;
	color: #323232;
}
input, textarea, select {
	margin-bottom: 20px;
	font-family:  'Montserrat', sans-serif;;
	font-size: 12px;
}
input.input-sm, .input-sm {
	padding: 8px 15px;
}
textarea {
	height: 120px;
}
label {
	color: #323232;
	font-size: 13px;
	margin-bottom: 10px;
	padding-right: 3px;
	margin-top: 6px;
	font-weight: 600;
	font-family:  'Montserrat', sans-serif;;
}
.form-full {
	width: 100%;
}
.form-field-wrapper {
	margin-bottom: 20px;
}
.form-field-wrapper input, .form-field-wrapper textarea, .form-field-wrapper select {
	margin-bottom: 0px;
}
select.input-sm {
	height: 37px;
	line-height: 1;
}
form .error {
	border-color: #e1534f !important;
}
form label.error {
	margin-bottom: 0px;
	margin-top: 3px;
	color: #e1534f;
	font-size: 12px;
	font-weight: 400;
}
.successContent, .errorContent {
	margin-bottom: 20px;
	display: none;
	text-transform: none;
	letter-spacing: 1px;
}

.footer-logo__block a {
    color: white;
    text-decoration: underline;
}
.logo a img {
    width: 150px;
    /* margin-top: 0px !important; */
}
.logo {
    padding-top: 0px;
}

/*-------------------------------------------------------------------------------------------*/
/* BASIC STYLE    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.header-top-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.menu-bg .navbar-collapse.collapse {
    margin-top: 21px;
}

.logo {
    padding-top: 0px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.logo a {
    display: block;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 24px;
    font-family: 'Dancing Script', cursive;
}
.mainmenu ul{
	margin:0;
	padding:0;
}
.mainmenu .navbar-nav li a {
    color: #fff;
    font-size: 10px;
    padding: 30px 15px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.mainmenu .navbar-nav >li> a{
	font-weight:500;
	letter-spacing:0.5px;
}
.mainmenu .navbar-nav li a:hover {
    background: none;
    color: #fff;
    
}
.nav li a:focus,
.nav li a:hover {
    background: none;
    color: #fff;
   
}
.nav li a:focus
 {
   
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@media (min-width:768px){
	.mainmenu .navbar-nav li a:hover{
		-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	}
.nav li a:hover {
   
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
}
.navbar {
    margin: 0;
}

.menu-bg {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #1c1c1c;
}

.menu-bg .logo {
    padding-top: 18px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.menu-bg .mainmenu .navbar-nav li a {
    color: #fff;

    -webkit-transition: .3s;
    transition: .3s;
}
.menu-bg .mainmenu .navbar-nav> li> a{
	    padding: 20px 15px;
}
.menu-bg .mainmenu .navbar-nav li a:hover {
    color: #fff;
}

@media only screen and (max-width: 767px){
	.header-top-area{
		height: 65px;
	}
	.mainmenu{
		position:absolute;
		top:0;
		width:100%;
	}
	.mainmenu .navbar-collapse {
    border: 0px;
    border-radius: 0px ;
    float: none;
    margin: 0;
    max-height: 303px;
    overflow: auto;
    width: 100%;
}
	.site-header .navbar-collapse {
        opacity: 1;
        visibility: visible;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .navbar-toggle {
        margin-top: -26px;
        margin-right: 22px;
    }
    .navbar {
        min-height: 0px;
    }
    .mainmenu .navbar-nav li a {
        padding: 11px 15px;
    }
    .menu-bg .mainmenu .navbar-nav li a {
        padding: 11px 15px;
    }
    .mainmenu .navbar-nav li a:hover {
        color: #ccc;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 420px;
    }
    .navbar-collapse {
        background: rgba(0, 0, 0, .9);
    }
    .menu-bg .navbar-collapse {
        background: rgba(0, 0, 0, .9);
    }
    .welcome-image-area,
    .welcome-video-area {
        padding-top: 120px;
    }
    .welcome-image-area h2,
    .single-slide-item h2,
    .welcome-video-area h2 {
        font-size: 20px;
    }
    .header-text h1 {
        font-size: 30px;
    }
.navbar-toggle .icon-bar {
    background: #fff;
}
.header-text h1 {
    font-size: 30px;
}
.welcome-image-area, .welcome-video-area {
    padding-top: 120px;
}
}
/*
* ----------------------------------------------------------------------------------------
* DROPDOWN CSS STYLE
* ----------------------------------------------------------------------------------------
*/

.mainmenu ul {
    list-style-type: none
}
.mainmenu ul li{
	position:relative;
}
.mainmenu li ul.sub-menu,
.mainmenu ul li ul.sub-menu li ul.sub-menu {
    background: #000;
    right: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 115%;
    visibility: hidden;
    min-width: 200px;
    z-index: 999;
    padding: 0;

}

.mainmenu ul li ul.sub-menu li ul.sub-menu {
    top: 0;
    left: 100%;
   
}
@media (min-width:768px){
.mainmenu li ul.sub-menu,
.mainmenu ul li ul.sub-menu li ul.sub-menu{
		-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	}
	
}
.mainmenu ul li ul.sub-menu li {
    padding: 0;
    width: 100%;
}

.mainmenu ul li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 999;
    visibility: visible;
    
}

.mainmenu ul.nav > li ul li:hover ul.sub-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.mainmenu ul li ul.sub-menu li a {
    color: #fff !important;
    cursor: pointer;
    display: block;
    padding: 10px 10px 10px 20px;
}

.mainmenu ul li ul.sub-menu li:last-child a {
    border-bottom: none;
}

.mainmenu ul li:hover ul.sub-menu li a:hover {
    text-decoration: none;
    background: #333;
    padding:10px 10px 10px 20px;
}
@media (max-width: 767px){
.mainmenu li ul.sub-menu, .mainmenu ul li ul.sub-menu li ul.sub-menu{
	position:static;
	opacity: 1;
	visibility: visible;
	display:none;
}
}
/*-------------------------------------------------------------------------------------------*/
/*  Main Banner        ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.main-banner {
	position: relative;
}
.main-banner .banner-text .sub-text {
	font-weight: 600;
	color: #ffffff;
	font-size: 16px;
	display: block;
	margin-bottom: 5px ;
	font-family:  'Montserrat', sans-serif;;
	text-transform: uppercase;
	letter-spacing: 2px ;
	line-height: 1 ;
}
.main-banner .banner-text h2 {
	font-size: 40px;
	color: #ffffff;
	font-weight:800;
	margin-bottom: 10px;
	line-height: 1.3 ;
	text-transform: capitalize;
	padding: 10px 0;
}
.main-banner .banner-text h2 span{
	color: #ee3c2d;
}
.main-banner .banner-text p {
	font-family: 'Lato', serif;
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.8 ;
}
.main-banner .tp-parallax-wrap {
}
.main-banner .tp-mask-wrap {
	height: auto ;
}
.main-banner .more-btn {
	background: #ee3c2d;
	line-height: 30px ;
	padding-left: 38px ;
	padding-right: 38px ;
	font-weight: 700;
	color: #fff;
}
.main-banner li .btn-text {
	line-height: 60px ;
	padding-left: 38px ;
	padding-right: 38px ;
	font-size: 13px ;
	font-weight: 700;
	margin-bottom:100px;
}
#wrapper .main-banner .tp-bullets {
	top: auto ;
	left: 52% ;
	display: block ;
	visibility: visible ;
	opacity: 1 ;
	bottom: 66px ;
}
.main-banner .tp-bullet {
	width: 26px ;
	height: 3px ;
	background: #8f8f8f;
}
.main-banner .tp-bullet.selected {
	background: #ffaf36;
}
.tparrows.tp-leftarrow, .tparrows.tp-rightarrow {
	border: 1px solid #fff;
	z-index: 99;
	cursor: pointer;
	background: none;
	visibility: hidden;
}
.main-banner:hover .tparrows.tp-leftarrow, .main-banner:hover .tparrows.tp-rightarrow {
	visibility: visible;
}
.tparrows.tp-leftarrow:hover, .tparrows.tp-rightarrow:hover {
	background: #ee3c2d;
	border: 1px solid #ee3c2d;
}
.slotholder:before {
	border-top: none;
	border-bottom: none;
	position: absolute ;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0,0,0,0.69);
	content: '';
}
@media (max-width: 480px) {
.main-banner .banner-text h2 {
	font-size: 18px ;
}
.main-banner .banner-text p {
	line-height: 1.2 ;
	font-size: 15px ;
}
}

/*
* ----------------------------------------------------------------------------------------
* Header And Banner
* ----------------------------------------------------------------------------------------
*/

.welcome-area {
    height: 100%;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.welcome-image-area {
    position: relative;
    height: 100%;
    background: url(../images/apply.jpg) center center no-repeat;
    background-size: cover;
    z-index: 1;
}

.welcome-area__inner{
	height:450px;
}
.welcome-image-area:after {
    position: absolute;
    background:rgba(21, 34, 53, 0.48);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}


.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.header-text h1 {
    color: #fafafa;
    font-size: 80px;
    font-weight: 900;
    text-transform: capitalize;
}
/* ----------------------------------------------------------------------*/
/* Pagination Navigation   --------------------------------------------- */
/* ----------------------------------------------------------------------*/
.pagination-nav {
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
}
.pagination-nav ul {
	margin: 0px;
	padding: 0px;
}
.pagination-nav ul li {
	display: inline-block;
	margin: 0px 2px;
}
.pagination-nav ul li a {
	display: block;
	border: 1px solid #ee3c2d;
	color: #ee3c2d;
	height: 36px;
	width: 36px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
}
.pagination-nav ul li.active a, .pagination-nav ul li:hover a {
	background: #ee3c2d;
	color: #fff;
}


/* ----------------------------------------------------------------
 Services
 -----------------------------------------------------------------*/
 #our-services{
	 position:relative;
 }
.feature-bg-box {
	position: relative;
	padding: 30px;
	border-radius: 4px;
}

.desc{
	position:relative;
	z-index:1;
}
.featured-item.feature-bg-box {
    background: #fff;
    box-shadow: 0px 1px 18px 7px rgba(9, 18, 31, 0.04);
    -webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.featured-item.feature-bg-box:hover {
	box-shadow:-1px 10px 18px 4px rgba(9, 18, 31, 0.28);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.feature-bg-box .icon {
	top:28px;
	left: 50%;
	width: 80px;
	height: 80px;
	margin:0 auto;
	text-align: center;
	border-radius: 50%;
	background:#ee3c2d;
	line-height: 80px;
}

.featured-item.feature-bg-box .icon i {
	color: #fff;
	font-size: 40px;
	line-height: 80px;
}

.featured-item.feature-bg-box .icon i.sub-color {
	color: #fff;
}
.feature-bg-box .title {
	display: inline-block;
	margin-top: 13px;
	position:relative;
	z-index:1;
	padding: 0 20px;
}
.feature-bg-box .title h3{
	line-height:1.3;
}
.circle_box{
	position: absolute;
    top: 8px;
    right: 35px;
    width: 46px;
    height: 46px;
    text-align: center;
    border-radius: 50%;
    background: rgba(16, 18, 45, 0.11);
}


/***
 ====================================================================
 Team Section
 ====================================================================

 ***/

.team-section {
	position: relative;
}

.team-member {
	position: relative;
	width: 100% !important;
}

.team-member .inner-box {
	position: relative;
	overflow: hidden;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

.team-member .inner-box .image-box {
	position: relative;
}

.team-member .inner-box .image-box img {
	position: relative;
	width: 100%;
	display: block;
}

.team-member .inner-box .overlay-box {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	padding: 13px 30px;
}

.team-member .inner-box .overlay-box .user-info {
	position: relative;
	top: 7px;
}

.team-member .inner-box .overlay-box .user-info .text {
	position: relative;
	color: #777777;
	font-size: 14px;
	font-family: 'Courgette', cursive;
}

.team-member .inner-box .overlay-box .user-info h4 {
	color: #444444;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
}

.team-member .inner-box .overlay-box:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	border-bottom: 88px solid #f8f8f8;
	border-right: 372px solid transparent;
}

.team-member .inner-box .overlay-box:after {
	position: absolute;
	content: '';
	right: -100%;
	bottom: 0px;
	border-bottom: 88px solid #ee3c2d;
	border-left: 240px solid transparent;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.team-member .inner-box .overlay-box .social-icon-two {
	position: absolute;
	right: 30px;
	bottom: 6px;
	z-index: 99;
	opacity: 0;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.team-member .inner-box:hover .overlay-box:after {
	right: 0px;
}

.team-member .inner-box:hover .social-icon-two {
	opacity: 1;
}

/*Social Icon Two*/

.social-icon-two {
	position: relative;
}

.social-icon-two li {
	position: relative;
	margin-left: 12px;
	display: inline-block;
}

.social-icon-two li a {
	color: #ffffff;
	font-size: 14px;
}

/*Social Icon Three*/

.social-icon-three {
	position: relative;
}

.social-icon-three a {
	color: #aaaaaa;
	margin-left: 10px;
	font-size: 14px;
}

.social-icon-three a:hover {
	color: #99cc00;
}

.theme_color {
	color: #99cc00;
}
.team-pagination .owl-prev, .team-pagination .owl-next {
	margin: 0;
	background: #323232;
	opacity: 0.5;
	color: #fff;
}
.box-shadow {
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
}

/***
 ====================================================================
 Pricing Table
 ====================================================================

 ***/
#pricing_table {
	background: #f8f8f8
}
.pricing_title {
	padding-bottom: 70px
}
.pricing_table {
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 10px
}
.package-price {
	font-size: 26px;
	color: #fff;
	border-radius: 55px;
	height: 80px;
	width: 110px;
	padding-top: 21px;
	margin: 0 auto;
	position: relative
}
.package_title p {
	font-size: 22px;
	letter-spacing: 0;
	font-weight: 500;
	color: #888;
	padding: 40px 0 20px
}
span.currency-symbol {
	display: inline-block;
	font-size: 16px;
	position: absolute;
	top: -12px;
	left: 0;
	margin-left: 27px;
}
span.price {
	font-size: 36px;
	display: inline-block
}
span.duration {
	font-size: 13px;
	display: block
}
ul.price_feature {
	padding: 20px 50px 35px 50px
}
.price_feature li {
	padding: 18px 0;
	font-size: 15px;
	border-bottom: 1px solid #eee;
	color: #888
}
.section_title-2.pricing_title {
	padding-bottom: 75px
}
.pricing-2 .package_title {
	padding-top: 20px;
	border-bottom: 1px solid #eee
}
.pricing-2 .package-price {
	background: none
}
.pricing-2 .currency-symbol {
	margin-left: 5px;
	margin-top: 28px
}
.pricing-2 .price {
	font-size: 48px;
	font-weight: 300
}
.pricing-2 .duration {
	color: #888;
}
.pricing-2 .package_title p {
	color: #333;
	font-size: 16px;
	padding: 5px 0 16px;
	font-weight: 600;
}
.pricing-2 ul.price_feature {
	padding: 0 0px 35px 0
}
.pricing-2 .price_feature li {
	padding: 20px 0;
	font-size: 14px;
	color: #333;
	font-weight: 400;
	list-style: none;
}
.pricing-2 .pricing_table.active {
	box-shadow: none
}

.pricing-2 .price, .pricing-2 .currency-symbol {
	color: #ee3c2d;
}
.pricing-2 .pricing_table.active {
	border: 1px solid #ee3c2d;
}
a.btn.xplus-btn.pricing {
	color: #333;
	padding: 0 45px;
	background: none;
	border: 1px solid #ddd;
	height: 50px;
	line-height: 50px;
	margin-bottom: 50px;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	box-shadow: none;
}
a.btn.xplus-btn.pricing:hover {
	color: #fff
}
a.btn.xplus-btn.pricing.active {
	color: #fff
}
a.btn.xplus-btn.pricing.active {
	background: #ee3c2d;
	color: #fff;
	border-color: #ee3c2d
}
a.btn.xplus-btn.pricing.active:hover {
	background: #ee3c2d;
	color: #fff;
	border-color: #ee3c2d;
	border: 1px solid #ee3c2d;
}
.btn.xplus-btn, a.btn.xplus-btn.pricing:hover {
	background: #ee3c2d;
}
/*Style 2*/
.pricing-style2 .pricing_table, .pricing-style2 .pricing_table.active {
	box-shadow: none;
	border-radius: 0;
	border: none;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}
.pricing-style2 .package_title {
	padding-top: 0;
}
.pricing-style2 .pricing-top {
	padding: 20px;
	margin-bottom: 20px;
}
.pricing-style2 .pricing-top p {
	margin-bottom: 0;
	padding: 0;
	color: #fff;
}
.pricing-style .package-price {
	padding-bottom: 20px;
}
.pricing-style2 .pricing_table.shadow, .pricing-style2 .pricing_table:hover {
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 11px;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}


/*========Contact==========*/
#contact-section{
	position:relative;
	padding-top:120px;
	background: #272727;
}
#contact-section:before {
    content: '';
    width: 100%;
    height: 100px;
    background: #1c1c1c;
    position: absolute;
    bottom:0;
    left:0;
}
.map {
	width: 100%;
	height: 478px;
}
#map {
	height: 100%;
}
.gmnoprint {
    display: none;
}
#success {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
	z-index: 9;
}
.dark-translucent-bg {
	border-top: none;
	border-bottom: none;
	position: absolute;
	left: 0;
	top: 0 !important;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.dark-translucent-bg {
	background-color: rgba(0,0,0,.4);
}
.contact-form {
	position: relative;
	background: #272727;
	text-align: center;
  box-shadow:0px 7px 20px 10px rgba(0, 0, 0, 0.15);
  display: inline-block;
    width: 100%;
}
.contact-form input[type="text"], .contact-form textarea {
	padding-right: 30px;
	border: 1px solid transparent;
	margin-bottom: 0;
	font-size: 14px;
}
.contact-form input[type="text"]:focus, .contact-form textarea:focus{
	    box-shadow: none;
    outline: none;;
}
form .error {
	border-color: #e1534f !important;
}
.contact-form textarea {
	height: 138px;
	padding: 12px 15px;
	background:#1c1c1c;
	resize:none;
}
.contact-form input[type="text"], .contact-form .input-sm {
	display: block;
	height: 46px;
	margin-bottom: 32px;
	width: 100%;
	font-size: 14px;
	padding: 0 15px;
	background:#1c1c1c;
	color: #878787;
	-webkit-appearance: none;
	border-radius: 0;
}
.reservation-form input[type="text"], .reservation-form .input-sm {
	padding: 0 15px 0 45px;
}
.contact-form input[type="text"]:focus, .contact-form textarea:focus, .contact-form .input-sm:focus {
	border: 1px solid #ee3c2d;
}
.form-field {
	position: relative;
}
.form-field i {
	position: absolute;
	bottom: 11px;
	left: 14px;
	font-size: 23px;
	color: #ee3c2d;
	pointer-events: none;
}
.i-block {
	display: inline-block;
}
.icon-circle {
	font-size: 50px;
	border: 1px solid #d5d5d5;
	height: 89px;
	width: 89px;
	text-align: center;
	line-height: 89px;
	margin: 0 auto;
	border-radius: 100%;
	display: block;
}
.contact .icon-circle {
	border: 1px solid #ee3c2d;
	color: #ee3c2d;
}
.mapmarker .ion-ios-location {
	color: #ee3c2d;
	font-size: 50px;
}
.form-full {
	width: 100%;
}
.btn{
  border-radius:20px;
  background-color: #ee3c2d;
  box-shadow: -1px 7px 19px 6.8px rgba(9, 18, 31, 0.52);
	color:#fff;
  width: 139px;
  height: 40px;
      -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;


}
.btn:hover{
	box-shadow:0px 7px 20px 10px rgba(0, 0, 0, 0.15);
	color:#fff;
}
.btn:focus{
	box-shadow:2px 1px 20px 9px rgba(0, 0, 0, 0.15);
	outline:none;
	color:#fff;
}
.btn:active, .btn:active:focus {
     background-color: rgb(30, 140, 228);
    outline:none;
    color:#fff;
    box-shadow:2px 1px 20px 9px rgba(0, 0, 0, 0.15);
}
/*=========Footer Section======*/
#footer{
	background: #1c1c1c;
}
@media (max-width:991px){
	#footer,
	.phone__no,
	.email__id{
	text-align:center;
	}
}
.phone__no a{
	font-size:20px;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight:500;
	display:inline-block;
	line-height:1.5;
}
.email__id a{
	font-size:15px;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight:200;
	display:inline-block;
	line-height:1.5;
}
.email__id a:after{
	 content: '';
    width: 100%;
    height:1px;
    background:#ee3c2d;
	display:block;
}
.footer-logo__block img{
	display:inline-block;
}
#footer .share-link {
	padding:30px 0 0;
	margin: 0;
	list-style: none;
}
#footer .share-link li {
display: inline-block;
}
#footer .share-link a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background:#101010;
	display: block;
	margin-left: 10px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
}
#footer .share-link a:hover {
	color: #fff;
	box-shadow:1px 4px 17px 2px rgba(0, 0, 0, 0.46);

}
.footer-logo{
	font-family: 'Dancing Script', cursive;
    color: #fff;
    font-size: 26px;
}

/* ----------------------------------------------------------------------*/
/* Portfolio   --------------------------------------------------------- */
/* ----------------------------------------------------------------------*/
.container-filter {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 26px;
	padding: 0;
	text-align: center;
}

.container-filter li {
	list-style: none;
	display: inline-block;
	margin-bottom: 10px;
}

.container-filter li a {
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.container-filter li a:before, .container-filter li a:after {
	content: '';
	left: 0;
	position: absolute;
	background: #ee3c2d;
	width: 100%;
	height: 1px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	opacity: 0;
}
.container-filter li a:before {
	top: -10px;
}
.container-filter li a:after {
	bottom: -10px;
}
.container-filter li a.active, .container-filter li a:hover {
	color: #ee3c2d;
}
.container-filter li a.active:before {
	width: 100%;
}
.container-filter li a.active:before {
	top: -4px;
	opacity: 1;
}
.container-filter li a.active:after {
	bottom: -4px;
	opacity: 1;
}
.item-box {
	position: relative;
	overflow: hidden;
	display: block;
}
.item-box img{
	width: 100%;
}
.item-box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.85);
	opacity: 0;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
.item-box:hover:after {
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	opacity: 1;
}
.gallery-heading h4 {
	margin-bottom: 0;
}
.gallery-heading h4 a {
	color: #fff;
}
.gallery-heading h4 a:hover {
	color: #ee3c2d;
}
.gallery-heading {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	position: absolute;
	bottom: -100px;
	left: 25px;
	color: #fff;
	z-index: 1;
}
.item-box:hover .gallery-heading {
	bottom: 11px;
	transition: all 0.3s linear 0.1s;
	-webkit-transition: all 0.3s linear 0.1s;
}
.link-zoom {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	height: 40px;
	position: absolute;
	top: 55%;
	left: 50%;
	color: #fff;
	z-index: 1;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	opacity: 0;
}
.item-box:hover .link-zoom {
	top: 50%;
	opacity: 1;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
}
.link-zoom a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #ee3c2d;
	font-size: 17px;
	color: #fff;
}
.link-zoom a.project_links {
	background: #ee3c2d;
}
.item-box a {
	display: inline-block
}

.item-box >a {
	display:block;
}

.item-box:hover .item-mask {
	opacity: 1;
	visibility: visible;
}

.item-box:hover .item-mask .item-caption, .item-box:hover .item-mask .link {
	bottom: 30px;
	opacity: 1;
}
.item-box:hover .item-mask .link {
	bottom: 107px;
}
.item-box:hover .item-container {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}

.item-container {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

/* ===================================================================================================== */
/* Contants (Portfolio, Blog, Shop, etc) -------------------  */
/* ===================================================================================================== */

.container.nf-container1 {
	padding-left: 15px;
	padding-right: 15px;
}

.nf-row1 {
	margin-left: -15px;
	margin-right: -15px;
}

.nf-col-padding {
	padding-left: 25px;
	padding-right: 25px;
}

.nf-row1:before, .nf-row1:after, .nf-row2:before, .nf-row2:after {
	display: table;
	content: " ";
}

.nf-row1:after, .nf-row2:after {
	clear: both;
}

.nf-row1 .nf-item.spacing, .nf-row1 .grid-sizer.spacing {
	padding: 15px;
}

.nf-row2 .nf-item.spacing, .nf-item.spacing, .nf-row2 .grid-sizer.spacing, .spacing-box {
	padding: 10px;
}

.spacing-grid {
	padding-top: 25px;
	padding-bottom: 25px;
}

.nf-col-1 .nf-item, .nf-col-1 .grid-sizer {
	width: 100%;
	min-height: 1px;
}

.nf-col-2 .nf-item, .nf-col-2 .grid-sizer {
	width: 50%;
	min-height: 1px;
}

.nf-col-3 .nf-item, .nf-col-3 .grid-sizer {
	width: 33.3333%;
	min-height: 1px;
}

.nf-col-4 .nf-item, .nf-col-4 .grid-sizer {
	width: 25%;
	min-height: 1px;
}

.nf-col-5 .nf-item, .nf-col-5 .grid-sizer {
	width: 20%;
	min-height: 1px;
}

.nf-col-6 .nf-item, .nf-col-6 .grid-sizer {
	width: 16.6666%;
	min-height: 1px;
}

.nf-col-1 .nf-item.w1, .nf-col-2 .nf-item.w1, .nf-col-3 .nf-item.w1, .nf-col-4 .nf-item.w1 {
	width: 100%;
}

.nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2 {
	width: 50%;
}

.nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3 {
	width: 33.3333%;
}

.nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4 {
	width: 25%;
}

.nf-col-1 .nf-item.w4-2, .nf-col-2 .nf-item.w4-2, .nf-col-3 .nf-item.w4-2, .nf-col-4 .nf-item.w4-2, .nf-col-1 .nf-item.w3-2, .nf-col-2 .nf-item.w3-2, .nf-col-3 .nf-item.w3-2, .nf-col-4 .nf-item.w3-2 {
	width: 50%;
}

.nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1 {
	width: 75%;
}

.nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
	width: 66.6666%;
}

@media (max-width: 991px) {
	.nf-col-2 .nf-item, .nf-col-3 .nf-item, .nf-col-4 .nf-item, .nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2, .nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3, nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4, .nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1, .nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
		width: 50%;
	}

	.nf-col-5 .nf-item, .nf-col-6 .nf-item {
		width: 33.3333%;
	}

	.nf-row2 .nf-item.spacing, .nf-row2 .grid-sizer.spacing {
		padding: 25px;
	}
}

@media (max-width: 767px) {

	.container {
		margin: 0 auto;
		max-width: 480px;
		width: 100%;
	}

	.nf-col-padding {
		padding-left: 15px;
		padding-right: 15px;
	}

	.spacing-grid {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.nf-col-2 .nf-item, .nf-col-3 .nf-item, .nf-col-4 .nf-item, .nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2, .nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3, nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4, .nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1, .nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
		width: 100%;
		max-width: 480px;
		margin: 0 auto;
	}

	.nf-col-3, .nf-col-4 {
		margin: 0 auto;
		max-width: 480px;
	}

	.nf-col-5 .nf-item, .nf-col-6 .nf-item {
		width: 100%;
	}

	.nf-row2 .nf-item.spacing, .nf-row1 .nf-item.spacing, .spacing-box {
		padding: 15px;
	}

	body .xs-hidden {
		visibility: hidden;
		display: none;
		opacity: 0;
	}
}

@media (max-width: 480px) {

	.nf-col-5 .nf-item, .nf-col-6 .nf-item {
		width: 100%;
	}
}

/**
 * ================================
 * Preloader Style
 * ================================
 */
.loader-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}
.loader-wrapper {
    background: #fff;
}
.ball-scale-multiple > div {
    background-color: #ee3c2d;
}
.loader-wrapper .loader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, 50%, 0) ;
  -moz-transform: translate3d(-50%, 50%, 0) ;
  -ms-transform: translate3d(-50%, 50%, 0) ;
  -o-transform: translate3d(-50%, 50%, 0) ;
  transform: translate3d(-50%, 50%, 0) ;
}
.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px) ;
  -moz-transform: translateY(-30px) ;
  -ms-transform: translateY(-30px) ;
  -o-transform: translateY(-30px) ;
  transform: translateY(-30px) ;
}
.ball-scale-multiple > div {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}
.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0) ;
    -moz-transform: scale(0) ;
    -ms-transform: scale(0) ;
    -o-transform: scale(0) ;
    transform: scale(0) ;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) ;
    -moz-transform: scale(1) ;
    -ms-transform: scale(1) ;
    -o-transform: scale(1) ;
    transform: scale(1) ;
    opacity: 0;
  }
}
@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0) ;
    -moz-transform: scale(0) ;
    -ms-transform: scale(0) ;
    -o-transform: scale(0) ;
    transform: scale(0) ;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1) ;
    -moz-transform: scale(1) ;
    -ms-transform: scale(1) ;
    -o-transform: scale(1) ;
    transform: scale(1) ;
    opacity: 0;
  }
}

/*dots style*/
.owl-dots{
	text-align: center;
    padding-top: 49px
}
 .owl-dots .owl-dot{
	width:20px;
	height:20px;
	background:#ee3c2d;
	border-radius:50%;
	display:inline-block;
	margin: 0 5px;
}
.owl-dots .owl-dot.active{
	background:#000;
}



/*-------------------------------------
 Our Blog
----------------------------------------*/
.upcoming__hover__info {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.upcoming__hover__info::before {
    background: #000;
    content: "";
    height: 100%;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.upcoming__hover__action {
    padding-left: 20px;
    padding-top: 30px;
}
.upcoming__event__time {
    color: #fff;
    display: flex;
}
.event__time span {
    color: #ee3c2d;
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.event__time span:first-child {
    font-size: 44px;
    margin-bottom: 13px;
}
.event__time {
    padding-right: 15px;
}
.event__location {
    padding-left: 15px;
}
.event__separator {
    position: relative;
}
.event__separator::before {
    background: #929393;
    content: "";
    height: 44px;
    position: absolute;
    width: 1px;
}
.event__location{
	padding:0 0 0 17px;
	margin:0;
	list-style:none;
}
.event__location li {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}
.event__location li i {
    margin-right: 10px;
}
.upcoming__details p {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  font-family: 'Raleway', sans-serif;
}
.upcoming__details p a{
	color:#fff;
}
.upcoming__details {
  margin-bottom: 42px;
  padding-right: 12%;
}
.upcoming__event__time {
    margin-bottom: 15px;
}
.upcoming__latest__event p{
	  font-size: 20px;
	   line-height: 30px;
}
.more_btn__block {
    color: #ee3c2d;
    font-weight: bold;
    display: inline-block;
    margin-top: 30px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}
.more_btn__block:hover{
	color:#fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.upcoming__hover__action {
    padding-left: 16px;
    padding-top: 22px;
}
	.event__time span:first-child {
    font-size: 27px;
    margin-bottom: 7px;
}
.event__location li {
    font-size: 12px;
}
.event__time {
    padding-right: 12px;
}
.upcoming__event__time {
    margin-bottom: 5px;
}
	.upcoming__event__time {
    margin-bottom: 5px;
}
	.upcoming__latest__event p{
		font-size: 15px;
	}
}
.upcoming__latest__event .upcoming__hover__info{
	width: 300px;
}
@media (max-width:767px){
.upcoming__latest__event .upcoming__hover__info{
	width:100%;
}	
}

/*About Section*/
.about__content {
	padding-right: 299px;
}
.about__content h3 {
	margin-bottom: 70px;
}
.counter__wrap {
	padding: 0;
	margin: 80px 0 0;
	list-style: none;
	overflow: hidden;
}
.counter__wrap li {
	float: left;
	width: 23%;
}
.counter__wrap li .conter__no {
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	line-height: 1.5;
}
.counter__wrap li p {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
}
.about__img {
	position: relative;
}
.years__no-wrap {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	height: 70%;
	width: 235px;
	background: #fff;
	right: 63%;
	box-shadow: -6px 12px 18px 7px rgba(0, 0, 0, 0.09);
}
.years__no-block {
	position: absolute;
	bottom: 13px;
	text-align: center;
	padding: 0 20px;
}
.years__no-block span {
	font-size: 150px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	display: block;
	line-height: 1.1;
	color: #ee3c2d;
}
.years__no-block p {
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: rgba(50, 50, 50, 0.5);
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
	.about__content {
		padding-right: 0;
	}
	.years__no-wrap {
		width: 195px;
		right: 26px;
	}
	.years__no-block span {
		font-size: 106px;
	}
	.years__no-block p {
		font-size: 12px;
	}

}
@media only screen and (max-width: 767px) {
	.counter__wrap li {
		float: none;
		width: 100%;
	}
	.about__content h3 {
		margin-bottom: 30px;
	}
	.about__content {
		padding-right: 0;
	}
	.counter__wrap {
		margin: 30px 0;
	}
	.years__no-wrap {
		right: 0;
	}
}
/* ============================================
 6. Choose us
 ===============================================*/
.our_service {
	background: #f2f2f2;
}
.text__block {
	position: relative;
}
.text__block:after {
	content: '';
	width: 198px;
	height: 198px;
	background: rgba(255, 252, 252, 0.63);
	position: absolute;
	top: -37px;
	left: -23px;
	border-radius: 50%;
}
.service_icon {
	display: inline-block;
	font-size: 36px;
	vertical-align: middle;
}

.service_details {
	display: inline-block;
	width: calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	vertical-align: middle;
	padding-left: 15px;
}
.about__block-box {
	position: relative;
	z-index: 1;
}
.service_content {
	padding-right: 20px;
}

.line-h:after {
	content: '';
	width: 168px;
	height: 1px;
	background: #19b5fe;
	position: absolute;
	top: 1px;
	left: -55px;
}
.l-left.line-h:after {
	left: 0;
}

/*icon hover*/

.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #ee3c2d;
}

.hi-icon:before {
	speak: none;
	font-size: 36px;
	line-height: 64px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
	.service_box {
		min-height: 395px;
	}
	.service_icon {
		display: block;
	}
	.service_details {
		display: block;
		width: 100%;
		padding-left: 15px;
	}
	.service_details h5 {
		font-size: 14px;
	}
	.hi-icon:before {
		line-height: 27px
	}
}

/*========Tetstimonial==========*/
#testimonial {
	position: relative;
}
#testimonial .owl-controls{
	display: none;
}
.float-right {
	float: right;
}

.testimonial__blck {
	padding: 10px;
	margin-left: 0;
	margin-top: 24px;
	display: table;
}
.block-line__blck {
	padding: 20px 40px 20px 50px;
	display: table-cell;
	vertical-align: middle;
}
@media (max-width: 767px) {
	.block-line__blck {
		padding: 15px 30px;
	}
	.testimonial__blck {
		margin-left: 0;
		margin-top: 0;
	}
}
.shadow_box1__blck {
	box-shadow: 0px 11px 20px 5px rgba(9, 18, 31, 0.89);
}
.block-line__blck p {
	line-height: 1.8;
	font-style: italic;
}
.z-index {
	z-index: 1;
}
.sub-title__blck {
	display: block;
}
.owl-prev, .owl-next {
	width: 50px;
	height: 50px;
	line-height: 55px;
	position: absolute;
	bottom:0;
	margin-top: -15px;
	background: rgba(255, 255, 255, 0.41);
	font-size: 29px;
	color: #ee3c2d;
	text-align: center;
	top: auto;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.owl-prev {
	right: 51px;
}
.owl-next {
	right: 0;
}
.owl-prev:hover, .owl-next:hover{
	background: rgba(255, 255, 255, 1);
}
/*thumbnails*/
.owl-thumbs {
	padding-top: 40px;
	text-align: center;
}
.owl-thumbs .owl-thumb-item {
	width: 10%;
	text-align: center;
	border: none;
	background: none;
	padding: 10px;
	opacity: .5;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.owl-thumbs .owl-thumb-item.active {
	opacity: 1;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
	.testimonial__blck {
		margin-top: 0;
	}
	.block-line__blck {
		padding: 0;
	}
	.owl-thumbs .owl-thumb-item {
		width: 14%;
	}
	.owl-thumbs {
		padding-top: 0;
	}
	.sub-title__blck {
		margin-bottom: 15px;
	}

}
@media (max-width: 767px) {
	.owl-thumbs {
		padding-top: 0;
	}
	.owl-thumbs .owl-thumb-item {
		width: 25%;
	}
	.sub-title__blck {
		margin-bottom: 15px;
	}
}




/* Blog Page   --------------------------------------------------------- */

#blog {
	background: #e5f0fb;
}
.blog-post {
	display: inline-block;
	width: 100%;
}
.blog-post .post-media {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.blog-post .post-media iframe {
	width: 100%;
}
.blog-post .post-meta, .comment-list .post-meta, .sidebar-widget .post-meta {
	text-transform: uppercase;
	color: #999;
	font-size: 13px;
}
.post-meta span > a > i {
	color: #ee3c2d;
}
.blog-post .post-meta span, .comment-list .post-meta span {
	margin-right: 3px;
}
.blog-post .post-header h5, .blog-post .post-header h4, .blog-post .post-header h3 {
	margin-top: 10px;
	margin-bottom: 20px;
}
.blog-post .post-header h2 {
	margin-bottom: 30px;
	margin-top: 5px;
	font-weight: 500;
}
.blog-post .post-entry {
	margin-bottom: 30px;
}
.blog-post .post-entry p, .blog-post .post-entry blockquote, .post-entry ul {
	margin-bottom: 20px;
}
.blog-post .post-entry ul {
	color: #202020;
}
.lead-point li {
	list-style: none;
	margin-bottom: 10px;
	color: #ee3c2d;
	font-weight: 600;
}
.lead-point li i {
	margin-right: 10px;
}
.blog-post .post-tag {
	color: #999;
	text-transform: uppercase;
	font-size: 13px;
}
.blog-post .post-tag span {
	margin-right: 10px;
}
.blog-post .post-more-link {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.post-meta .post-more-link a {
	padding: 8px 18px;
	display: block;
	text-align: center;
	min-width: 0;
	height: auto;
	line-height: inherit !important;
}
.post-meta .post-more-link a.btn-Blue {
	background: #ee3c2d;
	color: #fff;
	border: 2px solid transparent;
	padding: 8px 15px;
}
.post-meta .post-more-link a.btn-Blue:hover {
	background: none;
	color: #ee3c2d;
	border: 2px solid #ee3c2d
}
.blog-post .post-more-link {
	position: relative;
	z-index: 2;
}
.blog-post .post-more-link a i {
	font-size: 18px;
	margin: 0;
	background: none;
}
.blog-post .icons-hover-black {
	position: absolute;
	bottom: 39px;
	padding: 10px 0;
	visibility: hidden;
}
.post-section .post-more-link {
	margin-top: 17px;
}
.post-section .blog-post .icons-hover-black {
	bottom: auto;
	top: 39px;
}
.blog-section .icons-hover-black {
	bottom: auto;
	top: 39px;
}
.blog-post .post-more-link:hover .icons-hover-black {
	visibility: visible;
}
.blog-post .post-more-link:hover .btn-color-line {
	background: #ee3c2d;
	color: #fff;
}
.blog-post .icons-hover-black a {
	opacity: 0;
	transition: all 0.25s ease 0s;
}
.blog-post .post-more-link:hover .icons-hover-black a {
	opacity: 1;
	transition: all 0.25s ease 0s;
}
.facebook-icon {
	background: #3b5998;
}
.twitter-icon {
	background: #00a0d1;
}
.linkedin-icon {
	background: #00a0d1;
}
.googleplus-icon {
	background: #db4a39;
}
.blog-post .icons-hover-black a {
	padding: 8px 12px;
	color: #fff;
}
.blog-post .icons-hover-black a:hover {
	opacity: 0.8;
}
.blog-post .post-more-link .icons-hover-black i {
	line-height: 28px;
}
.blog-post blockquote {
	border-left: none;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	padding: 25px 25px;
	margin: 0px;
	font-weight: 300;
	box-shadow: 0px 7px 38.18px 7.82px rgba(9, 18, 31, 0.18);

}
.blog-post blockquote:after {
	content: "";
	font-family: FontAwesome;
	padding-left: 7px;
	font-size: 12px;
}
.blog-post blockquote:before {
	content: "";
	font-family: FontAwesome;
	padding-right: 7px;
	font-size: 12px;
}
.blog-post-hr hr {
	margin-bottom: 45px;
}
.post-author {
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
}
.post-author img {
	width: 120px;
}
.post-author .post-author-details {
	padding-left: 20px;
}
@media (max-width: 767px) {
	.post-author .post-author-details {
		padding-left: 0;
		padding-top: 25px;
	}
	.get-qoute h2{
		    font-size: 23px;
	}
}
.blog-post .fa-tag {
	padding-right: 10px;
	color: #ee3c2d;
}
.post-author h6 {
	margin-top: 0px;
	margin-bottom: 0;
}
.post-author-blog {
	overflow: hidden;
}
.post-author ul.social {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
.post-author ul.social li {
	list-style: none;
	display: inline-block;
	margin: 0 5px;
}
.post-comment {
}
.post-comment .comment-numb {
	font-weight: 300;
}
.post-comment .comment-list {
	margin-left: 0px;
	padding-right: 0px;
	list-style: none;
	padding: 0px;
}
.post-comment .comment-list h6 {
	margin-top: 0px;
	margin-bottom: 3px;
}
.post-comment .comment-list li:first-child {
	padding-top: 0px;
}
.post-comment .comment-list li {
	padding-top: 15px;
}
.post-comment .comment-list li:last-child .comment-detail {
	border-bottom: 0px none;
}
.post-comment .comment-list li, .post-comment .comment-list .comment-reply {
	position: relative;
	padding-left: 100px;
}
.post-comment .comment-list .comment-detail {
	border-bottom: 1px dotted #eee;
	padding-bottom: 24px;
}
.post-comment .comment-list .comment-reply {
	padding-top: 30px;
}
.post-comment .comment-list .comment-reply-btn i {
	padding-right: 3px;
}
.post-comment .comment-avatar {
	left: 0;
	margin-right: 15px;
	position: absolute;
	width: 85px;
}
.post-comment .comment-avatar img {
	width: 100%;
}
.post-comment-star .star-rat {
	display: inline-block;
}
.post-comment-star label {
	margin-right: 6px;
}
.blog-date {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #ee3c2d;
	color: #fff;
}
.post-media {
	position: relative;
}
.post-media .event-calender, .first-event .event-calender {
	width: 54px;
	height: 67px;
	font-size: 23px;
	padding-top: 11px;
	z-index: 9;
	text-align: center;
}
.post-media .event-calender span, .first-event .event-calender span {
	font-size: 12px;
}
.blog-post .blog-date span, .post-media .event-calender span {
	color: #fff;
}
.post-media img {
	display: block;
	width: 100%;
}
.event-calender span {
	font-size: 14px;
	color: #fff;
	display: block;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
}

/* ----------------------------------------------------------------------*/
/* Sidebar Widget   ---------------------------------------------------- */
/* ----------------------------------------------------------------------*/

.sidebar-widget {
	margin-bottom: 35px;
}
.sidebar-widget h3 {
	font-weight:300;
}
.sidebar-widget h4 {
	margin: 0px;
	padding-top: 0;
	padding-bottom: 15px;
}
.widget-search {
	position: relative;
}
.widget-search input[type="text"] {
	display: block;
    height: 46px;
    margin-bottom: 32px;
    width: 100%;
    font-size: 14px;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    color: #878787;
    background: transparent;
    -webkit-appearance: none;
    border-radius: 0;
}
.widget-search input[type="text"]:focus {
	border: 1px solid #ee3c2d;
}
.blog-post-hr input[type="text"], .blog-post-hr textarea {
	    display: block;
    height: 46px;
    margin-bottom: 32px;
    width: 100%;
    font-size: 14px;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    color: #878787;
    background: transparent;
    -webkit-appearance: none;
    border-radius: 0;
}
.blog-post-hr textarea {
    height: 202px;
    padding: 12px 15px;
    background: none;
}
.blog-post-hr input[type="text"]:focus, .blog-post-hr textarea:focus {
	border: 1px solid #ee3c2d;
}
.widget-search input[type="submit"] {
	background-color: rgba(0,0,0,0);
	border: 0 none;
	color: #8d8d8d;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-family: "FontAwesome", sans-serif;
	margin: 0;
	outline: 0 none;
	white-space: nowrap;
	padding: 0 3px;
	text-decoration: none;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	position: absolute;
	top: 10px;
	right: 10px;
}
.widget-search input[type="submit"]:hover {
	color: #e6ae49;
}
.sidebar-widget hr {
	margin-bottom: 15px;
}
.sidebar-widget ul {
	margin: 0px;
	padding-left: 0px;
}
.sidebar-widget ul li {
	list-style: none;
	font-weight: 400;
}
.categories li {
	border-bottom: 1px solid #DEDEDE;
}
.sidebar-widget ul li a {
	display: inline-block;
	padding: 4px 0px;
	font-size: 13px;
	cursor: pointer;
}
.sidebar-widget .categories li a {
	padding: 10px 0px;
	text-transform: capitalize;
	display: block;
}
.sidebar-widget .categories li i{
	float: right;
	margin-top: 5px;
}
.sidebar-widget ul li a:hover {
	color: #ee3c2d;
}
.widget-tag {
	display: inline-table;
	margin-top: 15px;
}
.widget-tag li {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	text-transform: uppercase;
}
.widget-tag li a {
	padding: 4px 10px !important;
	display: block;
	border: 1px solid #ee3c2d;
	color: #ee3c2d !important;
}
.sidebar-widget .widget-tag li a:hover {
	background: #ee3c2d;
	color: #fff !important;
}
.sidebar-widget .widget-post {
	position: relative;
}
.sidebar-widget .widget-post .widget-post-media {
	width: 118px;
	display: table-cell;
	padding: 0px 15px 0px 0px;
}
.sidebar-widget .widget-post li {
	margin-bottom: 20px;
}
.sidebar-widget .widget-post a {
	padding: 0px;
}
.sidebar-widget .widget-post h6 a {
	font-size: 15px;
	font-weight: 300;
}
.sidebar-widget .widget-post .widget-post-media img, .sidebar-widget .widget-post .widget-post-media video {
	width: 100%;
	vertical-align: top;
}
.sidebar-widget .widget-post .widget-post-info {
	display: table-cell;
	vertical-align: top;
}
.sidebar-widget .widget-post .widget-post-info h5, .sidebar-widget .widget-post .widget-post-info h6 {
	margin-bottom: 5px;
}
.sidebar-widget .widget-post .widget-post-info p {
	margin: 0px;
}
.sidebar-widget .color-widget {
	overflow: hidden;
}
.sidebar-widget .color-widget li {
	float: left;
	width: 25px;
	height: 25px;
	margin: 0 8px 8px 0;
	border: 1px solid #f1f1f1;
}
.sidebar-widget .red-box {
	background: #FF0000;
}
.sidebar-widget .yellow-box {
	background: #FFD700;
}
.sidebar-widget .blue-box {
	background: #0000FF;
}
.sidebar-widget .green-box {
	background: #008000;
}
.sidebar-widget .orange-box {
	background: #FF4500;
}
.sidebar-widget .light-b-box {
	background: #ADD8E6;
}
.sidebar-widget .black-box {
	background: #000;
}
.sidebar-widget .darkmagenta-box {
	background: #8B008B;
}
.sidebar-widget .darkturquoise-box {
	background: #00CED1;
}
.sidebar-widget .Olive-box {
	background: #00CED1;
}
.sidebar-widget .Orchid-box {
	background: #DA70D6;
}
.sidebar-widget .purple-box {
	background: #800080;
}
.sidebar-widget .darkturquoise-box {
	background: #8B4513;
}
.sidebar-widget .magenta-box {
	background: #FF00FF;
}
.sidebar-widget .SaddleBrown-box {
	background: #8B4513;
}
#careers .owl-controls {
    display: block;
}

#careers .block-line__blck p {
    font-style: normal;
}
#our-services h3 {
    font-size: 18px;
}
.featured-item.feature-bg-box {
    min-height: 330px;
}
.menu-bg .logo img {
    width: 50%;
    margin-top:-20px;
    padding: 5px 0;
}

@media screen and (max-width:767px) {
    .logo img,
    .menu-bg .logo img {
        width: 20%;
        margin-top:-10px;
    }
    .tp-mask-wrap {
        top: 20px;
    }
}