
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700');

@import url('font-awesome.css');
@import url('owl.css');

* {
	margin:0px;
	padding:0px;
	outline:none
}

body {
	font-size:15px;
	color:#777777;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	font-family: 'Poppins', sans-serif
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#ed2024
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none
}

.txtbn {
    border: none
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Poppins', sans-serif
}

input,button,select,textarea{
	font-family: 'Poppins', sans-serif
}

.prob {
    font-size:18px;
	font-weight: normal;
    line-height: 1.6em;
    font-family: 'Poppins', sans-serif
}

textarea{
	overflow:hidden
}

.theme_color{
	color:#ed2024
}

p,.text{
	position:relative;
	line-height:1.8em;	
	font-family: 'Poppins', sans-serif
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease
}

.centered{
	text-align:center
}

/* --------------------------------------------------------
    #Whatsapp
----------------------------------------------------------- */
@-webkit-keyframes cptCircle {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .01
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .01
    }
}

@keyframes cptCircle {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .01
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .01
    }
}

@-webkit-keyframes cptCircleFill {
    0% {
        -webkit-transform: rotate(0) scale(.6) skew(1deg);
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: 0
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.6) skew(1deg);
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: .2
    }
}

@keyframes cptCircleFill {
    0% {
        -webkit-transform: rotate(0) scale(.6) skew(1deg);
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: 0
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.6) skew(1deg);
        transform: rotate(0) scale(.6) skew(1deg);
        opacity: .2
    }
}

#aat-callback {
    position: fixed;
    width: 72px;
    height: 72px;
    bottom: 15px;
    top: auto;
    right: auto;
    left: 10px;
    z-index: 1
}

#aat-callback a:hover {
    text-decoration: none;
    color: #fff
}

.aat-circle, .aat-circle-fill {
    position: absolute;
    border-radius: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.aat-circle {
    width: 250%;
    height: 250%;
    background-color: transparent;
    border: 2px solid #189d0e;
    -webkit-animation: cptCircle 2.2s infinite ease-in-out;
    animation: cptCircle 2.2s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    left: -71%;
    top: -75%
}

.aat-circle-fill {
    width: 155%;
    height: 155%;
    background-color: #189d0e;
    border: 2px solid transparent;
    -webkit-animation: cptCircleFill 2.3s infinite ease-in-out;
    animation: cptCircleFill 2.3s infinite ease-in-out;
    box-shadow: 0 0 2px 0 #189d0e !important;
    left: -23.5%;
    top: -27.5%
}

.main-button {
    position: relative;
    right: 1px;
    top: 1px;
    float: right;
    width: 64px;
    height: 64px;
    background: center center no-repeat #189d0e;
    box-shadow: 0 3px 5px 1px rgba(0,0,0,.2);
    background-size: 30px;
    border-radius: 100%;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 58px
}

.main-button i {
    font-size: 2rem;
    line-height: 64px
}

.main-text {
    position: absolute;
    background: #189d0e;
    width: 0px;
    left: 52px;
    line-height: 40px;
    margin-top: 12px;
    border-radius: 3px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    text-indent: 10px;
    text-align: left
}

.main-text.active {
    width: 255px
}

/* --------------------------------------------------------
    #Whatsapp
----------------------------------------------------------- */

/*List Style Three*/

.list-style-three{
	position:relative
}

.list-style-three li{
	position:relative;
	margin-bottom:15px;
	padding-left:40px;
	color:#797979;
	font-weight:500;
	font-size:16px;
	font-family: 'Poppins', sans-serif
}

.list-style-three li .icon{
	position:absolute;
	left:0px;
	top:5px;
	color:#242424;
	font-size:18px;
	line-height:1em
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	line-height:24px;
	color:#f1f1f1;
	font-size:16px;
	font-weight:500;
	background:#ed2024;
	display:inline-block;
	padding:12px 42px;
	border-radius:50px;
	border:2px solid #ed2024;
	font-family: 'Poppins', sans-serif
}

.btn-style-one:hover{
	color:#ed2024;
	border-color:#ed2024;
	background:none
}

/*Btn Style Three*/

.btn-style-three{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	background:#191919;
	display:inline-block;
	padding:12px 50px;
	border-radius:50px;
	border:2px solid #191919;
	font-family: 'Poppins', sans-serif
}

.btn-style-three:hover{
	color:#191919;
	border-color:#191919;
	background:none
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.gif);}

img{
	display:inline-block;
	max-width:100%;
	height:auto
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:50px;
	height:50px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:50px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#444444;
	display:none;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease	
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#ed2024
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:absolute;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	background-color:rgba(0,0,0,0.20);
	border-bottom:1px solid rgba(255,255,255,0.15)
}

.main-header .header-top{
	position:relative;
	font-family: 'Poppins', sans-serif
}

.main-header .header-top .inner-container{
	position:relative;
	border-bottom:1px solid rgba(255,255,255,0.20)
}

.main-header .header-top .top-left{
	position:relative;
	float:left;
	padding:13px 0px 10px
}

.main-header .header-top .top-left .links{
	position:relative;
	float:left
}

.main-header .header-top .top-left .links li{
	position:relative;
	float:left;
	margin-right:24px;
	line-height:1em;
	color:#ababab
}

.main-header .header-top .top-left ul li:last-child{
	margin-right:0px;
	padding-right:0px;
	border:0px
}

.main-header .header-top .top-left .links li:last-child:after{
	display:none
}

.main-header .header-top .top-left .links li .icon{
	position:relative;
	top:0px;
	color:#ed2024;
	font-size:15px;
	padding-right:15px;
	line-height:24px
}

.main-header .header-top .top-left .links li a{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:17px;
	font-weight:400;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;	
	font-family: 'Poppins', sans-serif
}

.main-header .header-top .top-left .links li a:hover{
	color:#ed2024
}

.main-header .header-top .top-right{
	position:relative;
	float:right;
	padding:9px 0px
}

/*Social Icons*/

.header-top .social-icon{
	position:relative;
	float:left
}

.header-top .social-icon li{
	position:relative;
	float:left;
	color:#ffffff;
	margin-left:18px
}

.header-top .social-icon li a{
	position:relative;
    display:block;
    line-height:30px;
    font-size:16px;
    color:#ed2024;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.header-top .social-icon li a:hover{
	opacity:0.80
}

/*Main Box*/

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease
}

.main-header .main-box .outer-container{
	position:relative
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:8px 0px
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease
}

.main-header .nav-toggler{
	position:relative;
	right:0px;
	width:44px;
	height:46px;
	top:50%;
	margin-top:0px;
	display: block;
	border-radius:4px;
	text-align:center;
	border:1px solid #dddddd
}

.main-header .nav-toggler button{
	position:relative;
	left:12px;
	display:block;
	color:#444444;
	text-align:center;
	font-size:20px;
	line-height:44px;
	background:none;
	font-weight:600;
}

.main-header .nav-outer{
	position:relative;
	float:right
}

.main-header .nav-outer .outer-box{
	position: relative;
	float:left;
	margin-top:33px;
	display: block;
	margin-left:5px
}

.main-menu{
	position:relative;
	float:left;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease
}

.main-menu .navbar-collapse{
	padding:0px
}

.main-menu .navigation{
	position:relative;
	margin:0px
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:8px 0px;
	margin-left:30px
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:20px 0px;
	color:#ffffff;
	text-align:center;
	line-height:30px;
	letter-spacing:0px;
	font-weight:500;
	font-size:16px;
	text-transform:capitalize;
	opacity:1;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Poppins', sans-serif
}

.header-style-four .main-menu .navigation > li > a:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:13px;
	width:0px;
	height:1px;
	opacity:0;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease
}

.header-style-four .main-menu .navigation > li:hover > a:after,
.header-style-four .main-menu .navigation > li.current > a:after{
	width:24px;
	opacity:1
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	opacity:1
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before{
	width:100%
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:240px;
	z-index:100;
	display:none;
	padding:0px 0px;
	background:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05)
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #e9e9e9
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 25px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	color:#242424;
	text-align:left;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Poppins', sans-serif
}

.main-menu .navigation > li > ul > li:hover > a{
	background-color:#f4f4f4
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	line-height:21px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:240px;
	z-index:100;
	display:none;
	background:#ffffff;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05)
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #e9e9e9
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none
}

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:10px 25px;
	line-height:24px;
	font-weight:400;
	font-size:15px;
	color:#242424;
	text-align:left;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Poppins', sans-serif
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	background-color:#f4f4f4
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none
}

.main-header .header-upper{
	position:relative;
	background:#ffffff;
	z-index:5;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease
}

.main-header .header-upper .logo img{
	position:relative;
	display:inline-block;
	max-width:100%
}

.main-header .header-upper .logo-outer{
	position:relative;
	z-index:25;
	padding:16px 0px
}

.main-header .header-upper .upper-right{
	position:relative;
	padding-top:28px
}

.main-header .info-box{
	position:relative;
	float:left;
	margin-left:30px;
	font-size:13px;
	color:#777777;
	text-align:left;
	padding:0px 30px 0px 48px;
	border-right:1px solid rgba(255,255,255,0.15)
}

.main-header .info-box:last-child{
	padding-right:0px;
	border-right:none;
	margin-left:0px
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:9px;
	color:#ed2024;
	font-size:26px;
	text-align:left;
	line-height:1em;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease
}

.main-header .info-box li{
	position:relative;
	line-height:1.6em;
	color:#ffffff;
	font-size:15px;
	font-weight:500;
	font-family: 'Poppins', sans-serif
}

.main-header .info-box li span{
	font-weight:400;
	display:block;
	color:#767676
}

.header-style-four{
	border-bottom:none;
	background:none
}

.header-style-four .header-top{
	background-color:#1c1c1c
}

.header-style-four .header-top .inner-container{
	border:none
}

.header-style-four .header-top .social-icon li a,
.header-style-four .header-top .top-left .links li .icon{
	color:#ffffff
}

/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#000;
	z-index:0;
	box-shadow:0px 0px 10px rgba(227,227,227,0.60);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease
}

.sticky-header .logo{
	padding:10px 0px 10px
}

.fixed-header .sticky-header{
	z-index:9999;
	opacity:1;
	visibility:visible;
	-moz-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-moz-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-moz-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-moz-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

.main-header .sticky-header .right-col .outer-box{
	position:relative;
	float:left;
	color:#ffffff;
	margin-top:25px;
	margin-left:20px
}

.sticky-header .main-menu .navigation > li{
	padding:0px 0px
}

.main-header .sticky-header .main-menu .navigation > li:last-child{
	margin-right:5px
}

.main-header .sticky-header .main-menu .navigation > li > a{
	color:#fff;
	font-weight:500;
	font-size:17px;
	font-family: 'Poppins', sans-serif
}

.main-header .sticky-header .main-menu .navigation > li > a:hover,
.main-header .sticky-header .main-menu .navigation > li.current > a{
	color:#ed2024
}

.main-header .sticky-header .right-col{
	position:relative
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	padding-bottom:45px
}

.sec-title h2{
	position:relative;
	color:#242424;
	font-size:32px;
	font-weight:600;
	line-height:1.2em;
	display:inline-block
}

.sec-title h2:after{
	position: absolute;
    left: 100%;
	margin-left:10px;
    width: 40px;
    height: 2px;
    bottom: 8px;
    background-color: #ed2024
}

.sec-title.light h2{
	color:#ffffff
}

.sec-title .text{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.8em;
	max-width:930px;
	margin-top:18px
}

.sec-title .title{
	position:relative;
	color:#797979;
	font-size:20px;
	line-height:1.6em;
	margin-top:12px;
	font-style:italic;
	font-family: 'Poppins', sans-serif
}

.sec-title.centered{
	text-align:center
}

.sec-title.centered h2:after{
	display:none
}

/*Call To Action Section*/

.call-to-action-section{
	position:relative;
	padding:40px 0px 35px 0px;
	background-color:#ed2024
}

.call-to-action-section h2{
	position:relative;
	color:#191919;
	font-size:30px;
	font-weight:600;
	line-height:1.4em;
	padding-left:30px
}

.call-to-action-section h2 span{
	font-style:italic;
	font-family: 'Poppins', sans-serif
}

.call-to-action-section .btn-column .theme-btn{
	margin-top:15px
}

.team-section{
	position:relative;
	padding:90px 0px 50px
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding:25px 0px 75px
}

.news-section.style-two .sec-title h2 {
    position: relative;
    color: #242424;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 12px
}

.news-section.style-two .sec-title h2 span {
    font-family: 'Poppins', sans-serif;
    font-style: italic
}

.news-block {
    position: relative;
    height: 400px;
    overflow: hidden
}

.news-block .inner-box{
	position:relative
}

.news-block .inner-box .image {
    position: relative;
    display: block;
    height: 250px;
    overflow: hidden
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease
}

.news-block .inner-box:hover .image img{
	opacity:0.50;
	-webkit-transform:scale(1.1) rotate(3deg);	
	-ms-transform:scale(1.1) rotate(3deg);	
	-moz-transform:scale(1.1) rotate(3deg);	
	transform:scale(1.1) rotate(3deg)
}

.news-block .inner-box .image .post-date{
	position:absolute;
	left:0px;
	bottom:0px;
	color:#242424;
	font-size:17px;
	font-weight:600;
	padding:7px 20px;
	display:inline-block;
	background-color:#ed2024;
	font-family: 'Poppins', sans-serif
}

.news-block .inner-box .lower-box{
	position:relative;
	padding-top:32px
}

.news-block .inner-box .lower-box h3{
	position:relative;
	font-size:20px;
	font-weight:600;
	line-height:1.5em;
	margin-bottom:12px;
	font-family: 'Poppins', sans-serif
}

.news-block .inner-box .lower-box h3 a{
	position:relative;
	color:#242424;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease
}

.news-block .inner-box .lower-box h3 a:hover{
	color:#ed2024
}

.news-block .inner-box .lower-box .text{
	position:relative;
	color:#7d7d7d;
	font-size:17px;
	line-height:1.8em;
	margin-bottom:14px
}

.news-block .inner-box .lower-box .read-more{
	position:relative;
	color:#797979;
	font-size:16px;
	font-weight:600;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	border-bottom:1px solid #797979
}

.news-block .inner-box .lower-box .read-more:hover{
	color:#ed2024
}

.news-section .sidebar-news{
	position:relative;
	margin-bottom:40px;
	padding:40px 28px 35px;
	background-size:cover;
	background-repeat:no-repeat
}

.news-section .sidebar-news:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(48,48,48,0.95)
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	padding-top:55px
}

.main-footer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(237,32,36,0.85)
}

.main-footer .footer-bottom{
	position:relative;
	padding:24px 0px;
	background-color:rgba(0,0,0,0.30)
}

.main-footer .footer-bottom .copyright a{
	position:relative;
	color:#cccccc;
	font-size:16px
}

.main-footer .footer-bottom .created{
	position:relative;
	color:#cccccc;
	font-size:16px;
	text-align:right
}

/*Default Form*/

.default-form{
	position:relative
}

.default-form .form-group{
	position:relative;
	margin-bottom:30px
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea{
	display:block;
	width:100%;
	line-height:28px;
	height:50px;
	font-size:15px;
	padding:10px 22px;
	background:none;
	color:#000000;
	border-radius:2px;
	border:1px solid #d7d7d7;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease
}

.default-form textarea{
	height:240px;
	resize:none;
	font-size:16px;
	background:none
}

.default-form input[type="text"]:focus,
.default-form input[type="email"]:focus,
.default-form input[type="password"]:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#ed2024
}

.default-form .theme-btn{
	margin-top:10px;
	padding:12px 45px
}

.default-form.style-two input[type="text"],
.default-form.style-two input[type="email"],
.default-form.style-two input[type="password"],
.default-form.style-two select,
.default-form.style-two textarea{
	height:46px;
	padding:8px 20px
}

.default-form.style-two textarea{
	height:160px
}

.default-form.style-two .form-group{
	margin-bottom:15px
}

.default-form.style-two input[type="text"],
.default-form.style-two input[type="email"],
.default-form.style-two input[type="password"],
.default-form.style-two select,
.default-form.style-two textarea{
	background-color:#ffffff
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea{
	background-color:#f8f8f8
}

@-webkit-keyframes shine {
	100% {
		left: 125%
	}
}
@keyframes shine {
	100% {
		left: 125%
	}
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section{
	position:relative;
	padding:210px 0px 50px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top
}

.banner-section .form-column{
	position:relative;
	margin-bottom:55px
}

.banner-section .form-column .inner-column{
	position:relative;
	padding:40px 30px 30px;
	background-color:rgba(255,255,255,0.80)
}

.banner-section .form-column .inner-column h2{
	position:relative;
	color:#242424;
	font-size:28px;
	font-weight:600;
	text-align:center;
	line-height:1.4em;
	padding-bottom:15px;
	margin-bottom:24px
}

.banner-section .form-column .inner-column h2:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	height:2px;
	width:40px;
	margin-left:-20px;
	background-color:#ed2024
}

.banner-section .content-column{
	position:relative
}

.banner-section .content-column .inner-column{
	position:relative;
	padding-top:220px;
	padding-left:80px;
	padding-bottom:370px
}

.banner-section .content-column h2{
	position:relative;
	color:#ffffff;
	font-size:55px;
	font-weight:600;
	line-height:1.2em
}

.banner-section .content-column h2 span{
	position:relative;
	font-style:italic;
	font-family: 'Poppins', sans-serif
}

.banner-section .content-column h2 span:after{
	position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #ffffff
}

.banner-section .content-column .checkout{
	position:relative;
	color:#ffffff;
	font-size:24px;
	font-weight:700;
	margin-top:28px;
	display:inline-block;
    text-shadow:1px 1px #fff;
	font-family: 'Poppins', sans-serif
}

/*Experiance Section*/

.experiance-section{
	position:relative;
	padding:90px 0px 70px
}

.experiance-section .content-column{
	position:relative;
	margin-bottom:40px
}

.experiance-section .content-column .inner-column{
	position:relative
}

.experiance-section .content-column h2{
	position:relative;
	color:#242424;
	font-weight:600;
	line-height:1.3em;
	margin-bottom:12px
}

.experiance-section .content-column h2 span{
	font-family: 'Poppins', sans-serif;
	font-style:italic
}

.experiance-section .content-column .styled-text{
	position:relative;
	color:#242424;
	font-size:20px;
	line-height:1.5em;
	font-style:italic;
	margin-bottom:25px;
	font-family: 'Poppins', sans-serif
}

.experiance-section .image-column{
	position:relative
}

.experiance-section .image-column .inner-column{
	position:relative;
	padding-left:20px;
	padding-right:30px;
	padding-top:30px
}

.experiance-section .image-column .image{
	position:relative
}

.experiance-section .image-column .image:after{
	position: absolute;
    content: '';
    right: -30px;
    top: -30px;
    left: 30px;
    bottom: 30px;
    z-index: -1;
    background-color: #ed2024
}

.experiance-section .image-column .image img{
	position:relative;
	width:100%;
	display:block
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	padding:120px 0px 60px;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:center;
	background-position:center top
}

.page-title h1{
	position:relative;
	color:#ffffff;
	font-size:50px;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:15px
}

.page-title .page-breadcrumb{
	position:relative
}

.page-title .page-breadcrumb li{
	position:relative;
	display:inline-block;
	margin-right:10px;
	padding-right:10px;
	color:#ffffff;
	font-size:15px;
	font-weight:500;
	font-family: 'Poppins', sans-serif
}

.page-title .page-breadcrumb li:after{
	position:absolute;
	content:'\f105';
	right:-4px;
	top:0px;
	color:#ffffff;
	font-family: 'FontAwesome'
}

.page-title .page-breadcrumb li:last-child::after{
	display:none
}

.page-title .page-breadcrumb li:last-child{
	padding-right:0px;
	margin-right:0px
}

.page-title .page-breadcrumb li a{
	color:#ed2024;
	font-weight:500
}

.page-title .info-bubble{
	position:relative;
	margin-right:70px
}

.page-title .info-bubble .info-inner{
	position:relative;
	max-width:500px;
	float:right;
	width:100%;
	text-align:left;
	background-color:#ed2024;
	padding:42px 30px 25px 45px
}

.page-title .info-bubble .info-inner:after{
	position:absolute;
	content:'';
	left:65px;
	bottom:-20px;
	border-top: 25px solid #ed2024;
	border-right: 28px solid transparent
}

.page-title .info-bubble .info-inner h2{
	position:relative;
	color:#242424;
	font-size:30px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:15px
}

.page-title .info-bubble .info-inner .text{
	position:relative;
	color:#242424;
	font-size:16px;
	font-weight:500;
	line-height:1.6em;
	font-family: 'Poppins', sans-serif
}

.blog-page-section{
	position:relative;
	padding:100px 0px 90px
}

.blog-page-section .inner-container{
	position:relative;
	margin-bottom:50px;
	border-bottom:1px solid #e9e9e9
}

/*News Block Three*/

.news-block-three {
    position: relative;
    margin-bottom: 80px;
    height: 500px;
    overflow: hidden
}

.news-block-three:last-child{
	margin-bottom:50px
}

.news-block-three .inner-box{
	position:relative
}

.news-block-three .inner-box .image {
    position: relative;
    display: block;
    background: #0b0b0b;
    max-height: 250px;
    overflow: hidden
}

.news-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease
}

.news-block-three .inner-box:hover .image img{
	opacity:0.50;
	-webkit-transform:scale(1.1) rotate(3deg);	
	-ms-transform:scale(1.1) rotate(3deg);	
	-moz-transform:scale(1.1) rotate(3deg);	
	transform:scale(1.1) rotate(3deg)
}

.news-block-three .inner-box .lower-content{
	position:relative;
	padding-top:25px
}

.news-block-three .inner-box .lower-content .upper-box{
	position:relative;
	padding-bottom:10px;
	border-bottom:1px solid #e4e4e4
}

.news-block-three .inner-box .lower-content .upper-box .posted-date{
	position:relative;
	color:#242424;
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
	line-height:1.2em;
	font-family: 'Poppins', sans-serif
}

.news-block-three .inner-box .lower-content .upper-box .post-meta{
	position:relative;
	top:-2px
}

.news-block-three .inner-box .lower-content .upper-box .post-meta li{
	position:relative;
	color:#a1a1a1;
	font-size:16px;
	padding-right:12px;
	margin-right:12px;
	font-weight:400;
	margin-bottom:6px;
	display:inline-block
}

.news-block-three .inner-box .lower-content .upper-box .post-meta li:after{
	position:absolute;
	content:'/';
	right:-5px;
	top:0px;
	color:#b8b8b8;
	font-size:17px
}

.news-block-three .inner-box .lower-content .upper-box .post-meta li:last-child{
	margin-right:0px;
	padding-right:0px
}

.news-block-three .inner-box .lower-content .upper-box .post-meta li:last-child::after{
	display:none
}

.news-block-three .inner-box .lower-content .lower-box{
	position:relative;
	padding-top:32px
}

.news-block-three .inner-box .lower-content .lower-box h3{
	position:relative;
	font-size:24px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:18px;
	color:#242424;
	font-family: 'Poppins', sans-serif
}

.news-block-three .inner-box .lower-content .lower-box h3 a{
	position:relative;
	color:#242424;
	font-family: 'Poppins', sans-serif;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease
}

.news-block-three .inner-box .lower-content .lower-box h3 a:hover{
	color:#ed2024
}

.news-block-three .inner-box .lower-content .lower-box .text{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:35px
}

.news-block-three .inner-box .lower-content .lower-box .read-more{
	font-size:15px;
	padding:7px 32px 7px
}

.news-block-three .inner-box .lower-content .lower-box .text p{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:35px
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:100px 0px 60px
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px
}

.sidebar-widget{
    position: relative;
    margin-bottom: 40px
}

/*Sidebar Title*/

.sidebar-title{
    position: relative;
    margin-bottom:20px
}

.sidebar-title h2{
    font-size: 22px;
    color: #242424;
    font-weight: 600;
    line-height: 1.2em;
	display:inline-block;
    text-transform: capitalize;
	font-family: 'Poppins', sans-serif
}

/*Blog Single*/

.blog-single{
	position:relative
}

.blog-single .inner-box{
	position:relative
}

.blog-single .inner-box .image{
	position:relative
}

.blog-single .inner-box .image img{
	position:relative;
	width:100%;
	display:block
}

.blog-single .inner-box .lower-content{
    position: relative;
    padding-top: 25px
}

.blog-single .inner-box .lower-content .upper-box{
	position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4
}

.blog-single .inner-box .lower-content .upper-box .posted-date{
    position: relative;
    color: #242424;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2em;
    font-family: 'Poppins', sans-serif
}

.blog-single .inner-box .lower-content .upper-box .post-meta{
	position: relative;
    top: -2px
}

.blog-single .inner-box .lower-content .upper-box .post-meta li{
	position: relative;
    color: #a1a1a1;
    font-size: 16px;
    padding-right: 12px;
    margin-right: 12px;
    font-weight: 400;
    margin-bottom: 6px;
    display: inline-block;
	font-family: 'Poppins', sans-serif
}

.blog-single .inner-box .lower-content .upper-box .post-meta li:after{
	position: absolute;
    content: '/';
    right: -5px;
    top: 0px;
    color: #b8b8b8;
    font-size: 17px
}

.blog-single .inner-box .lower-content .upper-box .post-meta li:last-child{
	padding-right:0px;
	margin-right:0px
}

.blog-single .inner-box .lower-content .upper-box .post-meta li:last-child::after{
	display:none
}

.blog-single .inner-box .lower-content .lower-box{
    position: relative;
    padding-top: 32px
}

.blog-single .inner-box .lower-content .lower-box h3{
	position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 18px;
    color: #242424;
    font-family: 'Poppins', sans-serif
}

.blog-single .inner-box .lower-content .lower-box .text{
	position:relative;
	margin-bottom:50px
}

.blog-single .inner-box .lower-content .lower-box .text p{
	position:relative;
	color:#898989;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:22px
}

.blog-single .inner-box .lower-content .lower-box .text h4{
	position:relative;
	color:#242424;
	font-size:24px;
	font-weight:600;
	margin-top:30px;
	margin-bottom:20px
}

.blog-single .inner-box .lower-content .lower-box .text p a{
	color:#ed2024;
	text-decoration:underline
}

/*** 

====================================================================
	Shop Single Section
====================================================================

***/

.shop-single-section{
	position:relative;
	padding:0px 0px 0px
}

.shop-single{
	position:relative;
	padding-bottom:20px
}

.product-details .basic-details{
	position:relative;
	margin-bottom:40px
}

.product-details .image-column,
.product-details .info-column{
	margin-bottom:40px
}

.product-details .image-column .image-box{
	padding-right:40px
}

.product-details .image-column .image-box img{
	max-width:300px
}

.product-details .info-column .inner-column{
	position:relative;
	padding-left:15px
}

.product-details .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
	background-color:#f4f4f4
}

.product-details .basic-details h4{
	font-size:32px;
	font-weight:600;
	margin:-5px 0px 0px;
	line-height:1.2em;
	color:#242424;
	padding-bottom:20px
}

.product-details .basic-details .text{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.8em;
	padding:25px 0px;
	margin-bottom:22px;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea
}

/*** 

====================================================================
	Approach Section
====================================================================

***/

.approach-section{
	position:relative;
	padding:95px 0px 100px
}

.approach-section .content-column{
	position:relative;
	margin-bottom:40px
}

.approach-section .content-column .inner-column{
	position:relative;
	padding-right:50px
}

.approach-section .content-column .inner-column .sec-title{
	margin-bottom:0px;
	padding-bottom:25px
}

.approach-section .content-column .styled-text{
	position:relative;
	color:#242424;
	font-size:20px;
	font-style:italic;
	line-height:1.6em;
	margin-bottom:20px;
	font-family: 'Poppins', sans-serif
}

.approach-section .content-column .inner-column .text{
	position:relative
}

.approach-section .content-column .inner-column .text p{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:25px
}

.approach-section .image-column{
	position:relative
}

.approach-section .image-column .inner-column{
	position:relative;
	padding-left:20px;
	padding-right:30px;
	padding-top:30px
}

.approach-section .image-column .image{
	position:relative
}

.approach-section .image-column .image:after{
	position: absolute;
    content: '';
    right: -30px;
    top: -30px;
    left: 30px;
    bottom: 30px;
    z-index: -1;
    background-color: #ed2024
}

.approach-section .image-column .image img{
	position:relative;
	width:100%;
	display:block
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding:100px 0px 70px
}

.contact-section .form-column{
	position:relative
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500
}

.contact-section .info-column{
	position:relative
}

.contact-section .info-column .inner-column{
	position:relative;
	padding-left:70px
}

.contact-section .info-column h2{
	position:relative;
	color:#242424;
	font-size:26px;
	font-weight:600;
	padding-bottom:12px;
	margin-bottom:40px
}

.contact-section .info-column h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:40px;
	height:2px;
	background-color:#ed2024
}

.contact-section .info-column h3{
	position:relative;
	color:#242424;
	font-size:20px;
	font-weight:600;
	line-height:1.4em;
	margin-top:50px
}

.contact-section .info-column .times{
	position:relative;
	color:#797979;
	font-size:15px;
	font-weight:500;
	margin-top:8px;
	line-height:2em;
	font-family: 'Poppins', sans-serif
}

.contact-section .map-column{
	position:relative;
	margin-bottom:40px
}

/*** 

====================================================================
	Faq Form Section
====================================================================

***/

.faq-form-section{
	position:relative;
	overflow:hidden;
	padding:85px 0px 0px;
	background-color:#ed2024;
	background-position:right top;
	background-repeat:no-repeat
}

.faq-form-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(216,205,35,0.90)
}

.faq-form-section .form-outer{
	position:relative;
	max-width:870px;
	z-index:10;
	padding-bottom:100px
}

.faq-form-section .image-box{
	position:absolute;
	right:-90px;
	bottom:0px
}

.faq-form-section .sec-title-two{
	margin-bottom:60px
}

.faq-form-section .form-group{
	position:relative;
	margin-bottom:30px
}

.faq-form-section .form-group:last-child {
    margin-bottom: 0px
}

.faq-form-section .form-group input[type="text"],
.faq-form-section .form-group input[type="email"],
.faq-form-section .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:0px 0px 8px;
	color:#000000;
	height:46px;
	font-size:16px;
	background:none;
	font-weight:500;
	border-bottom:2px solid rgba(36,36,36,0.20);
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease
}

.faq-form-section .form-group input::-webkit-input-placeholder,
.faq-form-section .form-group textarea::-webkit-input-placeholder{
	color:#000000
}


.faq-form-section .form-group input[type="text"]:focus,
.faq-form-section .form-group input[type="email"]:focus,
.faq-form-section .form-group textarea:focus{
	border-color:rgba(255,255,255,0.80)
}

.faq-form-section .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:0px 0px;
	color:#000000;
	height:160px;
	background:none;
	resize:none;
	font-size:16px;
	font-weight:500;
	border-bottom:2px solid rgba(36,36,36,0.20);
	-webkit-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease
}

.faq-form-section .form-group .theme-btn{
	margin-top:10px;
	padding:12px 43px
}