@import url('https://fonts.googleapis.com/css2?family=Baskervville&family=Open+Sans:wght@300;400;700&family=Playfair+Display:wght@400;600;700&family=Poppins:wght@300;400;700&family=Roboto:wght@300;400;700&display=swap');
/*  
	font-family: 'Baskervville', serif;

    font-family: 'Open Sans', sans-serif;

    font-family: 'Playfair Display', serif;

    font-family: 'Poppins', sans-serif;

    font-family: 'Roboto', sans-serif; 

*/
body{font-family: 'Poppins', sans-serif;}
p{color:#2a2a2a;font-size:16px;line-height:1.8;margin:0px 0px 20px 0px;padding:0}
a{color:#2a2a2a}
a:hover{color:#a33a52;text-decoration:none} 
.img-fullwidth{width:100%} 
.red{color:red;font-size:13px}
/*===============================
	Header CSS 
=================================*/
.header{
    /*height: 203px;*/
	background-color:#fff;
	border-bottom: #fe5a0e 4px solid;
}
.header .navbar-collapse{
	padding:0;
}
/* Topbar */
.header .topbar {
	background-color: #0a1945;
	padding: 12px 0px;
}
.header .content {
	float: left;
}
.header .content li {
	display: inline-block;
	color: #fff;
	margin-right: 10px;
	font-weight:500;
}
.header .content li:last-child{
	margin-right: 0px;
	padding-right:0px;
	border-right:0px;
}
.header .content li i {
	margin-right: 5px;
}
.header .content li a {
	color: #fff;
}
.header .social{
	float:right;
}
.header .social li {
	display: inline-block;
	margin: 0;
	margin-right: 15px;
}
.header .social li:last-child{
	margin-right:0px;
}
.header .social li a {
	color: #fff;
}
/* Logo */
.header .logo {
	float: left;
	margin:5px 0;
}
.header .header-widget {
	float: right;
	padding: 30px 0;
}
.header .single-widget {
	position: relative;
	display: inline-block;
	padding-left: 40px;
	margin-right: 20px;
}
.header .single-widget:last-child {
	margin-right: 0px;
	border-right: 0px;
	padding-right: 0px;
}
.header .single-widget i {
	position: absolute;
	text-align: center;
	font-size: 26px;
	top: 0;
	left: 0; 
	color: #fe5a0e;
	line-height: 40px;  
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
} 
.header .single-widget h4 {
	font-weight: 500;
	font-size: 16px;
	color: #0a1a45;
}
.header .single-widget h4 span {
	color: #8f9090;
	font-weight: 400;
	display: block;
	margin-top: 5px;
	font-size: 14px;
	text-transform: uppercase;
}
.header .single-widget h4 a{
	color:#000;
}
.header .header-menu {
	background: #061b49;
	z-index: 3333;
	position: relative;
	margin-bottom: -25px;
}
.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	position: relative;
	padding: 0;
}
.navbar-nav {
	display: block;
}
.header .nav li {
	float: left;
	position: relative;
	margin-right: 5px;
}
.header .nav li:last-child{
	margin-right:0px;
}
.header .nav li a {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	padding:15px  10px;
	display: block;
	position: relative;
	text-shadow: none;
}

.header .nav li:hover a {
	color: #FE5A0E;
}

.header .nav li a i {
	margin-left: 5px;
}
.header .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	left: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
	-webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.header .nav li:hover .dropdown{
	transform:scale(1.0);
	opacity:1;
	visibility:visible;
}
.header .nav li .dropdown li{
	float:none;
	margin:0;
}
.header .nav li .dropdown li a {
	padding: 10px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
}
.header .nav li .dropdown li i{
	float:right;
}
.header .nav li .dropdown li:hover a{
	color:#FE5A0E;
}
.header .nav li .dropdown.submenu{
	left:100%;
	top:0;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
}
.header .nav li .dropdown li:hover .dropdown.submenu{
	opacity:1;
	visibility:visible;
	transform:scale(1.0);
}
.header .nav li .dropdown li .dropdown.submenu li a {
	color: #777;
	background: transparent;
}
.header .nav li .dropdown li .dropdown.submenu li:hover a{
	color:#777;
}
.header .button {
	position: absolute;
	top: 0;
	right: 0;
}
.header .button .btn {
	margin-top: 8px;
	margin-right: 8px;
	color: #fff;
	background: #fe5a0e; 
	box-shadow:none;
	padding: 8px 15px;
	border:1px solid transparent;
}
.header .button .btn:hover{
	color:#252525;
	background:transparent;
	border-color:#e6e6e6;
}
.header .button .btn i{
	margin-right:5px;
}
/* Header Sticky */
.header.sticky .header-menu{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	background:#061b49;
	transition:all 0.4s ease;
	animation: fadeInDown 1s both 0.2s;
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
}
/*===============================
	End Header CSS 
=================================*/		


/*===============================
	Our Team CSS 
=================================*/

.team-2 img {
    width: 100px;
    margin: auto;
    border-radius: 70%;
}

/*===============================
	Slider CSS 
=================================*/
.home-slider{
	position:relative;
}
.home-slider .single-slider {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat; 
	border: none;
}
.home-slider .single-slider:before{
	opacity:0.2;
}
.home-slider .single-slider .slider-text {
	margin: 240px 0 0;
}
.home-slider .single-slider h1 {
	font-size: 44px;
	line-height:50px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 800;
	margin-bottom: 20px;
} 
.home-slider .single-slider .button{
	margin-top:20px;
}
.home-slider .single-slider .btn {
	margin-right: 15px;
	color: #252525;
	background: #fff;
	position: relative;
	z-index: 3;
	text-transform: uppercase; 
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.home-slider .single-slider .btn:hover{
	background:#fff;
	color:#000;
}
 
/* Slider Meta */
.home-slider .owl-carousel .owl-nav div {
	height: 55px;
	width: 55px;
	line-height: 55px;
	top: 50%;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin: -30px 0 0 0;
}
.home-slider .owl-carousel .owl-nav div:hover{
	background:#e42933;
}
.home-slider .owl-carousel .owl-nav .owl-prev{
	left:15px;
}
.home-slider .owl-carousel .owl-nav .owl-prev:hover{
	left:25px;
}
.home-slider .owl-carousel .owl-nav .owl-next{
	right:15px;
}
.home-slider .owl-carousel .owl-nav .owl-next:hover{
	right:25px;
}

/* Slider Animation */
.home-slider .owl-item.active .slider-text h1{
	animation: fadeInUp 1s both 0.8s;
}
.home-slider .owl-item.active .slider-text p{
	animation: fadeInUp 1s  both 1s;
}
.home-slider .owl-item.active .slider-text .button{
	animation: fadeInUp 1s  both 1.2s;
}
/*===============================
	End Slider CSS 
=================================*/
 
 
 .future{
	background:#f9f9f9;
	position:relative;
	padding:55px 0; 
}
.future h2{
	margin:15px 0;
	padding:0 0 0 0; 
	font-size:28px; 
	line-height:36px;
	color:#0b0a0a;	 
}
.future h2 span{
	color:#ef3a41;
	font-size: 14px;
	text-transform: uppercase;     	
}
.future p{
	margin:0px 0px 20px 0px;
	padding:0;
	font-size: 14px;
	text-align:justify; 	
}
.future .button{margin-top:20px}
.future .btn{color:#fff; font-size:16px;   padding:10px 30px; text-transform:capitalize;background:#fe5a0e; border:#fe5a0e 2px solid;}
.future .btn:hover{background:#fff; color:#000;}  


/*===============================
	End Features CSS
=================================*/

.ourservices{
	padding:25px 0;
	position:relative;
	background:#fff; 
}
.ourservices h2{
	margin:0 0 15px 0;
	padding:0 0 0 0; 
	font-size:28px; 
	line-height:36px;
	color:#0b0a0a;	 
}
.ourservices h2 span{
	color:#ef3a41;
	font-size: 14px;
	text-transform: uppercase;     	
}
.ourservices p{
	margin:0;
	padding:0;
	font-size: 14px;
	text-align:justify; 	
}
.ourservices .button{margin-top:20px}
.ourservices .btn{color:#fff; font-size:16px;   padding:10px 30px; text-transform:capitalize;background:#fe5a0e; border:#fe5a0e 2px solid;}
.ourservices .btn:hover{background:#fff; color:#000;} 

.service-box{
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0 0.2rem 2.8rem rgba(36,36,36,.1);
    -moz-box-shadow: 0 .2rem 2.8rem rgba(36,36,36,.1);
    box-shadow: 0 0.2rem 2.8rem rgba(36,36,36,.1);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
	margin: 15px 0;
	height: 95%;
}
.service-box:hover{ background-color: #fafafa; }
.service-content{
    text-align: center;
    padding: 0px 10px;
}
.service-content .service-icon{
    color: #fe5a0e;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 60px;
    margin-bottom: 10px;
    text-align: center;
    margin: 0 auto;
}
.service-content h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -.5px;
    color: #263a4f;
    margin: 15px 0;
}
.service-content p{
    font-size: 14px;
    letter-spacing: -0.2px;
    color: #6a8695;
	text-align: center;
	line-height: 26px;
	margin-bottom: 15px;
} 
.service-content .read-more{ 
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fe5a0e;
    text-transform: uppercase;
}

.about-us {
	background: #fe5a0e;
	padding:  0px;
}
.about-us h2{
	margin: 15px 0;
	padding:0 0 0 0; 
	font-size:28px; 
	line-height:36px;
	color:#fff;	 
}
.about-us h2 span{
	color:#fff;
	font-size: 14px;
	text-transform: uppercase;     	
} 
.about-us .single-image{
	position:relative;
} 
.about-us .single-image img {
	width: 100%;
} 
.tpBox{
	margin:10px 0 10px 0;
	padding: 15px;
}
.tpBox img{
	position: absolute;
}
.tpBox h3{
	margin: 0;
	padding: 0px 0 10px 80px;
	font-size: 24px; 
	line-height: 25px;
	color: #fff;
}
.tpBox h3 a{
	color: #fff;
}
.tpBox h3 small{
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
} 
 


.featured-products{
	padding:50px 0;
	position:relative;
	background:url(../images/f-bg.jpg); 
}
.featured-products h2 {
    margin: 10px 0;
    font-size: 30px; 
    line-height: 30px;
    text-align: center;
    color: #061b49; 
}
.featured-products h2 span{
	color:#fe5a0e;
	font-size: 14px;
	text-transform: uppercase;     	
}
.fBox{
	margin: 25px 0;
	padding:   15px;
	background: #fff;
	text-align: center;
	position: relative;
	border-bottom: #323232 2px solid; 
	height: 500px;
}
.fBox img{
	-webkit-box-shadow: 0 0.2rem 2.8rem rgba(36,36,36,.1);
    -moz-box-shadow: 0 .2rem 2.8rem rgba(36,36,36,.1);
    box-shadow: 0 0.2rem 2.8rem rgba(36,36,36,.1);
	border-radius:20px ;
	margin-bottom: 10px; 
}
.fBox i{
	margin-top:20px; 
	font-size: 20px;
	font-weight: 300;
}
.fBox h3{
	margin:10px 0;
	font-size: 20px;
	color:#fe5a0e; 
	padding: 0;
}
.fBox h6{
	font-size: 15px;
	font-weight: 300;
	color: #323232;
	line-height: 24px;
}
 

 
.customize{
	position: relative; 
	background-image:url(../images/customize-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding:120px 0;	
	text-align:center;
}
.customize h1{
	font-size:30px;
	margin:0 0 15px 0;
	padding:0;
	font-weight:normal;
	line-height: 40px;
	color:#fff; 
} 
.customize p{margin-bottom:15px;text-align:center;font-size:18px; line-height:30px; color:#fff;}
.customize .button{
	margin-top:30px;
}
.customize .btn{
	color:#fff;
	background:#fe5a0e ;
	padding:15px 30px; 
}
.customize .btn:before{
	background:#252525;
}

.fun-facts{
	background:#fff;
	position:relative;
	padding:40px 0 40px
}
.fun-facts::before {
	opacity: 0.9;
}
.fun-facts .single-fact {
	text-align: center;
	margin-top: 30px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.fun-facts .single-fact:hover{
	-webkit-transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	transform:translateY(-15px);
}
.fun-facts .single-fact i {
	font-size: 40px;
	color: #fe5a0e;
	margin-bottom: 30px;
}
.fun-facts .single-fact .number {
	color: #061b49;
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 15px;
	position: relative;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s eas;
}
.fun-facts .single-fact p {
	color: #061b49;
	font-size: 15px;
}

/*=============================
	Testimonials CSS
===============================*/

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
	margin:0 5px; 
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 18px;
    color: #FFD600;
    cursor: pointer;
	margin:0;
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}
 
/*=============================
	Testimonials CSS
===============================*/
.testimonials {
	background-image: url(../images/testi-bg.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: relative;
padding: 50px 0;
} 
.testimonials .single-testimonial { 
	background:#FFF; 
	padding: 30px;
	position: relative; 
	box-shadow: inherit;
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.12);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.12);
	border-radius:5px;
	margin:30px 0;
}
.testimonials .single-testimonial img{ 
	height:80px;
	width:80px;
	margin:10px auto;
	border-radius:100%;
	border:5px solid #fff;
	-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
}
.testimonials .single-testimonial:hover img{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	transform:rotate(360deg);
}
.testimonials .single-testimonial p {
	font-size: 14px;
	position: relative;
	z-index: 4;
	font-weight:300;
	line-height:24px;
	text-align: center;
}
.testimonials .main-content {
	position: relative;
	z-index: 4;
	margin: 35px 0;
}
.testimonials .main-content:before,
.testimonials .main-content:after{
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 32px;
	z-index: -4;
}
.testimonials .main-content::before {
	left: 0;
	top: -33px;
	content: "\f10d";
}
.testimonials .main-content::after {
	right: 0;
	bottom: -33px;
	content: "\f10e";
}
.testimonials .single-testimonial h4 {
	font-weight: normal;
	font-size: 16px;
	position: relative;
	margin: 15px 0;
	color:#e42933;
	text-align:center;
	text-transform:uppercase;
}
.testimonials .single-testimonial h4 small{
	color:#666;	
}
.testimonials .owl-nav{
	top:50%;
	margin-top:-20px;
    position:absolute;
    width: 100%;
}
.testimonials .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	margin-top: -24px;
	background: #e42933;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
}
.testimonials .owl-carousel .owl-nav div:hover{
	background:#e42933;
}
.testimonials .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.testimonials .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.testimonials.no-bg{
	background:#f6f6f6;
}
.testimonials.no-bg:before{
	display:none;
}
.testimonials.no-bg .single-testimonial img{
	box-shadow:none;
}
/*=============================
	End Testimonials CSS
===============================*/

.blog {
	background: #f9f9f8;
	padding:40px 0 40px 0;
}
.blog h2 {
    margin: 10px 0;
    font-size: 30px; 
    line-height: 40px;
    text-align: center;
    color: #061b49; 
}
.blog h2 span{
	color:#fe5a0e;
	font-size: 14px;
	text-transform: uppercase;     	
} 
.blog .single-blog {
	position: relative;
	margin: 30px 0 0;
	background: #fff;
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.12);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.12);
	margin:15px 0;
}
.blog .blog-head{
	overflow:hidden;
}
.blog .blog-head:before{
	z-index:35;
	opacity:0;
	visibility:hidden;
}
.blog .single-blog:hover .blog-head:before{
	opacity:0.5;
	visibility:visible;
}
.blog .single-blog img{
	width:100%;
}
.blog .single-blog:hover img{
	transform:scale(1.2) rotate(5deg);
} 
.blog .blog-main {
	margin-top: 50px;
	background: #f6f6f6;
	position: relative;
}
.blog .blog-content {
	padding: 20px;
	height: 160px;
}
.blog .blog-content .blog-title {
	font-size: 18px;
	margin-bottom: 5px;
}
.blog .blog-content .blog-title a{
	color:#252525;
}
.blog .blog-content .btn {
	color: #fc6a20;
	margin-top: 15px;
	padding: 5px 0px;
}
.blog .blog-content .btn:before{
	background:#fff;
}
.blog .blog-content .btn i{
	margin-left:5px;
}
.blog .blog-info{
	margin-bottom:5px;
}
.blog .blog-info a {
	color: #777;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #e7e7e7; 
	font-size: 12px;;
}
.blog .blog-info a:last-child{
	border-right:0px;
	margin-right:0px;
	padding-right:0px;
}
.blog .blog-info a i {
	margin-right: 5px;
	text-align: center;
	border-radius: 100%;
	font-size: 13px;
}
.blog .owl-nav{
width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.blog:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.blog .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin-top: -24px;
}
.blog .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.blog .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.blog .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.blog .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.blog .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}
.blog .owl-dots{
	margin-top:50px;
}
.blog .owl-dots .owl-dot{
	margin-right:5px;
}
.blog .owl-dots .owl-dot:last-child{
	margin-right:0px;
}
.blog .owl-dots .owl-dot span{
	width: 12px;
	height: 12px;
	line-height: 12px;
	margin:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .owl-dots .owl-dot.active span {
	border-color: transparent;
	width: 30px;
	height: 12px;
}


.our-brand{
	background:#fff;
	padding:40px 0;
	position:relative;
} 
.single-brand{
	border: #ccc 1px solid;
}


.brand{
	padding:0px 0;
	    text-align: center;
} 
.brand h2{background:#0a1945; padding:5px; color:#FFF; font-size:25px;}
/*=============================
	Events CSS
===============================*/
.events{
	padding:40px 0; 
}
.events .section-title {
	text-align: center;
	margin-bottom: 20px;
	padding: 0  ;
}
.events .section-title h4{ 
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 24px;
	margin-bottom:10px;
	letter-spacing: 1px;
	color: #fff; 
}
.events .section-title h2 {
	font-size: 36px;
	text-transform: capitalize;
	padding-bottom: 12px;
	color:#fff;
	font-family: 'Poppins', sans-serif;
	position: relative;
	margin-bottom: 18px;
}
.events .section-title h2::before {
	position: absolute;
	left: 50%;
	content: "";
	width: 50px;
	height: 3px;
	background: #fff;
	bottom: -1px;
	margin-left: -25px;
} 
.events p {
    color:  #777;
    line-height: 26px;
	text-align:justify;
    margin: 0 0 20px;
} 
.events .single-event {
	margin: 15px 0; 
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.events .single-event:hover {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.events .single-event .head{
	position:relative;
}
.events .single-event .head img{}
.events .single-event .head .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	line-height: 50px;
	padding: 0;
	margin: -25px 0 0 -25px;
	color: #fff;
	transition: ;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	transform: scale(3);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index:35;
	background:#000;
}
.events .single-event:hover .head .btn{
	transform:scale(1);
	opacity:1;
	visibility:visible
}
.events .single-event .head .btn:hover{
	background:#fff;
	color:#252525;
}
.events .single-event .head.overlay:before{
	opacity:0;
	visibility:hidden;
	z-index:34;
}
.events .single-event:hover .head.overlay:before{
	opacity:0.5;
	visibility:visible;
}
.events .event-content {
	margin:0px;
	padding:15px 0;
	text-align:center;
	background:#fff;
} 
.events .event-content h4 {
	font-size: 18px;
	margin:   0;
}
.events .event-content h4 a{
	color:#252525;
	font-weight:700;
}  
 
 
/*=============================
	Footer CSS
===============================*/
.footer { 
	padding: 0; 
	background:url(../images/footer-bg.jpg);
	position:relative;   
}  
.footer a,
.footer p{
	color:#fffffe;
	font-weight:300;
	font-size: 14px;
	text-align: justify;
}
.footer .footer-top {
	padding: 0px 0 40px;
}
.footer .single-widget{
	margin-top:30px;
}
.footer .single-widget h2 {
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 16px;
	color: #fe5a0e;
	position: relative;
	font-weight: normal;
}
.footer .single-widget h2:before{
	position:absolute;
	bottom:-1px;
	left:0;
	content:"";
	width:50px;
	height:2px;
	background: #fe5a0e;
}
.footer .about p {
	margin-top: 20px;
}
.footer .list{
	margin-top:20px;
}
.footer .list li {
	line-height: 30px;
	color: #fff;
}
.footer .list li a{
	color:#fff;
}
.footer .list li i {
	margin-right: 15px;
	color: #fe5a0e;
}
.footer .useful-links ul li {
	position: relative;
	line-height: 36px;
	width: 49%;
	float: left;
	margin-right: 1%;
}
.footer .useful-links ul li a {
	color: #fff;
	font-size: 15px;
}
.footer .useful-links ul li i{
	margin-right:10px;
	color: #fe5a0e;
}  
.footer .bottom-head {
	padding: 20px 0;
	border-top: 1px solid rgba(231, 231, 231, 0.25);
}
.footer .social { 
	margin-top: 20px;
}
.footer .social li {
	display: inline-block;
	margin-right: 5px;
}
.footer .social li:last-child{
	margin:0;
}
.footer .social li a {
	display: block;
	height: 34px;
	width: 34px;
	line-height: 37px;
	background: rgba(69, 69, 69, 0.5);
	text-align: center;
	margin: 0;
	padding: 0;
	border-radius: 100%;
	color: #fff;
}
.footer .social li a:hover{
	background:#fe5a0e;
}
.footer .copyright {
	text-align: center; 
}
.footer .copyright p {
	font-size: 15px;
	color: #fff;
	text-transform: capitalize;
}
.footer .copyright a:hover{
	color:#fff;
}

.bread{ color:#000;margin:0;padding:10px 0; background-color: #fdf7f4; border-top:#e4e4e5 1px solid;  border-bottom:#e4e4e5 1px solid;}
.bread ul{margin:0;padding:0;text-align:left}
.bread ul li{color:#000;display:inline-block;margin:0 5px;padding:0}
.bread ul li a{color:#000}
.bread ul li a:hover{color:#000}

.inner{
	margin: 0;
	padding: 40px 0;
	position: relative;
}
.inner p{
	text-align: justify;	
}
.sec-title{
	position:relative;
	margin-bottom:20px;
}

.sec-title h2{
	position:relative;
	font-size:30px;
	font-weight:700;
	color:#333333;
	font-family: 'Rubik', sans-serif;
	line-height:1.3em;
	padding-bottom:10px;
}

.sec-title h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:20px;
	height:2px;
	background-color:#fc6a20;
}

.sec-title h2:after{
	position:absolute;
	content:'';
	left:24px;
	bottom:0px;
	width:10px;
	height:2px;
	background-color:#fc6a20;
}

.sec-title h3{
	position:relative;
	font-size:30px;
	font-weight:700;
	color:#333333;
	font-family: 'Rubik', sans-serif;
	line-height:1.3em;
	padding-bottom:10px;
}

.sec-title h3:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:20px;
	height:2px;
	background-color:#fc6a20;
}

.sec-title h3:after{
	position:absolute;
	content:'';
	left:24px;
	bottom:0px;
	width:10px;
	height:2px;
	background-color:#fc6a20;
}

.working-process{
	padding: 80px 0;
	background-color: #fff;
}

.working-process-box {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0);
    text-align: center;
    padding: 0 30px;
	margin: 15px 0;
} 
.icon-box{ 
    color: #fe5a0e;
    border-style: solid;
    position: relative;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border: 5px solid rgba(254, 90, 14, .5);
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}
.icon-box i{ font-size: 36px; }
.icon-box span{
    background-color: #fe5a0e;
    font-size: 16px;
    color: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: -15px;
    font-weight: 600;
    line-height: 21px;
    border-radius: 50%;
    border: 5px solid rgba(254, 90, 14,.1);
        border-color: #ff996b;
    box-sizing: con	tent-box;
    text-align: center;
}
.content-box{}
.content-box h3{
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-top: 20px;
	margin-bottom: 10px;
}
.content-box p{ margin-bottom: 0; }

.working-process-box .arrow {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 56%;
    content: "";
    position: absolute;
    width: 236px;
    height: 40px;
    left: 210px;
    top: 40px;
    z-index: 1;
}
.arrow.arrow-up{
    background-image: url(../images/arrow-up.png);
}
.arrow.arrow-down{
    background-image: url(../images/arrow-down.png);
}

.contact-section {
    position: relative;
}
.contact-wrap{
    background-color: #fff;
    box-shadow: 0px 20px 30px 5px rgba(61,1,4,.1);
    padding: 50px;
    display: flex;
    align-items: center;
    margin-top: -100px;
    z-index: 1;
}
.contact-content{}
.contact-item{}
.contact-item h3{
    font-size: 18px;
    font-weight: 600;
}
.contact-info,
.contact-details{ line-height: 30px; }
.contact-details li{
    font-size: 15px;
	color: #6a8695;
	margin:10px 0;
}
.contact-details li i{
    color: #fe5a0e;
    font-size: 14px;
    padding-right: 20px;
}
.contact-info .desc{ color: #fa2d2d; }
.contact-info li{
    font-size: 15px;
    display: flex;
	margin:10px 0;
	color: #6a8695;
    justify-content: space-between;
}
.contact-section .contact-form{
    box-shadow: none;
    margin-left: 20px;
}
.contact-section .form-heading p{ margin-bottom: 25px; font-size: 15px;
	line-height: 26px; color: #6a8695;}
.form-heading{}
.form-heading span{
    font-family: 'Work Sans', sans-serif;
    color: #fe5a0e;
    font-size: 12px;
    text-transform: uppercase;
}
.form-heading h3{
    font-size: 28px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 0;
	color: #263a4f;
	letter-spacing: -0.5px;
}
.form-heading p{}
.contact-form .form-control{
    background-color: #f4f4f4;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    border: none;
    font-weight: 600;
    outline: none;
    box-shadow: none; 
    text-transform: uppercase;
	color: #495057;
	padding: 0 10px;
    font-size: 12px;
    margin-bottom: 10px;
}
.contact-form .form-control.address{ height: 140px; }
.contact-form .default-btn:hover{
    background-color: #fe5a0e;
    color: #fff;
}
.contact-form .default-btn{
    outline: none;
}
#form-messages {
    display: none;
    margin-top: 15px;
    margin-bottom: 0;
}
#form-messages.alert-danger,
#form-messages.alert-success{
    display: block;
}

.service-wrap {
    box-shadow: 0px 20px 30px 5px rgba(61,1,4,.1);
    border-bottom: 3px solid #fe5a0e;
	margin: 15px 0;
}
.service-thumb{
    position: relative;
    overflow: hidden;
}
.service-thumb img{
    width: 100%;
    overflow: hidden;
}
.service-thumb .read-more{
    background-color: #fe5a0e;
    border: 10px solid rgba(0,0,0,.1);
    box-sizing: content-box;
    opacity: .9;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: -30px;
    bottom: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    z-index: 1;
}
.service-info{
    background-color: #fff;
    padding: 30px;
}
.service-info h3{
    font-family: "Poppins",Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -.5px;
    color: #263a4f;
}
.service-info p{
    font-family: "Open Sans",Sans-serif;
    color: #6a8695;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -.2px;
    margin-bottom: 0;
}
.service-wrap .service-thumb:before {
    background-color: rgba(2, 14, 40, 0.8);
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    left: 50%;
    top: 50%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: all 0.2s linear;
}
.service-wrap:hover .service-thumb .read-more {
    transform: scale(1.5);
    transition: all 0.2s linear;
    opacity: 0.9;
}
.service-wrap:hover .service-thumb:before {
    visibility: visible;
    opacity: 1;
    transform: translateY(-50%) translateX(-50%) scale(1);
}

.sleft{
	margin:10px 0;	
}
.sleft h3{
	margin:10px 0;
	font-size: 26px;
	line-height: 38px; 	
}
.sleft p{
	margin:0;
	padding:0;
	text-align:justify;	
}
.sright{
	margin:10px 0;	
}
.distanceto{
	margin:0 0 15px 0;
	position:relative;	
}
.distanceto h3 {
 background:#e42933 none repeat scroll 0 0;
 color:#fff;
 padding:22px 0;
 font-weight:700;
 letter-spacing:1px;
 position:relative;
 margin:0;
 font-size:20px
}
.distanceto ul{
margin:0;
padding:0;
list-style:none;	
}
.distanceto ul li{
	margin:0 0 10px ;
	padding:0;
	list-style:none;	
	}
.distanceto ul li a {
  background: #f5f5f5;
  color: #666666;
  font-size: 16px;
  display: block;
  /* height: 58px; */
  line-height: 58px;
  width: 100%;
  padding-left: 18px;
  border-left:3px solid #000;
  border-right: 3px transparent;
}

.distanceto ul li a:hover{
  background: #fe5a0e;
  color: #ffffff;
  text-decoration:none;
  border-right:3px solid #000;
  border-left: 3px transparent;
}
 
.distanceto h3 {
 margin-top:10px; 
 padding-left:15px;
}
.need-assistance{
	margin:15px 0;
	position:relative;	
}
.need-assistance h3 {
 background:#e42933 none repeat scroll 0 0;
 color:#fff;
 padding:22px 0;
 font-weight:700;
 letter-spacing:1px;
 position:relative;
 margin:0;
 font-size:20px
}
.need-assistance h3:after {
 background:#e42933 none repeat scroll 0 0;
 border-radius:50%;
 color:#fff;
 content:"\f095";
 font-family:FontAwesome;
 left:45%;
 padding:10px 17px;
 position:absolute;
 top:63%
}
.need-assistance h3 {
 margin-top:10px;
 text-align:center;
}
.need-assistance-body {
    background: #e6e6e6;
    padding: 35px 20px 20px;
    box-shadow: 0 0 5px #e6e6e6;
	text-align:center;
}
.need-assistance-body p{
	margin:10px 0;	
}
.need-assistance-body h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.need-assistance-body h4 {
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 20px;
} 

.Booknow {
	margin:0 0 10px 0;
	padding: 50px 35px;
	background-image: url('../images/booknow-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	text-align: center;
} 
.Booknow h2{
	margin-bottom:10px;
	padding:0; 
	text-align:center;
	color: #222222;
	font-size: 24px;
	font-weight:400;
	line-height:28px;	
} 
.Booknow p{
	color:#000;
	margin: 0 0 15px ;	
}
.Booknow .form-group {
	margin-bottom: 15px !important;
}
.Booknow .form-group:last-child{
	margin-bottom:0px;
}
.Booknow .form-group label {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}
.Booknow .form-group input {
	width: 100%;
	height:45px;
	color: #999999;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border: 1px solid #e2e2e2;
	font-weight: 500;
	border-radius: 0px;
	padding: 0 0 0 5px;
}
.Booknow .form-group input:hover,
.Booknow .form-group textarea:hover{
	padding-left:15px;
}
.Booknow .form-group textarea {
	height: 120px;
	color: #999999;
	box-shadow: none;
	text-shadow: none;
	border: none;
	resize: none;
	border-bottom: 1px solid #e2e2e2;
	font-weight: 400;
	margin-bottom: 0px;
	padding: 0;
	border-radius: 0px;
}
.Booknow .form-group .btn {
	width: 100%;
	background: #fe5a0e;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	padding: 10px 0;
	border-radius: 3px;
	border: none;
}
.Booknow .form-group .btn:before{
	display:none;
}	
.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	font-size:16px;
	line-height:24px;
	color: #797979;
	font-weight:400;
	padding-left:35px;
	margin: 10px 0;
	list-style: none;
}

.list-style-two li a{
	color:#797979;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.list-style-two li:before{
	position: absolute;
	left: 5px;
	top: 4px;
	height: 17px;
	width: 17px;
	background-image: url(../images/icon-check-2.png);
	content: "";
}

.list-style-one li a:hover{
	color: #44bce2;
}

.services{
	background: #e4edf4;
	padding: 30px 0 0 0;
	position: relative;
}
.services .pattern-layer{
	position:relative;
	left:0px;
	bottom:0px;
	width:100%; 
	background-repeat:repeat-x;
	background-position:left bottom;
	animation: 10s linear 0s infinite normal none running slide;
	background-image: url(../images/pattern-1.png);
}
.services h2{
	margin: 0;
	padding: 0; 
	color: #181e44;
	font-size: 30px;
	font-size: 600;
}
.services h6{
	margin-top:  5px;
	padding: 0;
	font-size: 16px;
	line-height: 26px;
	color: #797979; 
}  
.security-block{
	position:relative;
	margin:15px 0;
}

.security-block .inner-box{
	position:relative;
	background-color:#ffffff;
}

.security-block .inner-box .image{
	position:relative;
	overflow:hidden;
}

.security-block .inner-box .image:before{
    position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(254,90,14,.6);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.security-block .inner-box:hover .image:before{
	-webkit-animation: circle .75s;
	animation: circle .75s;
}

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.security-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
}

.security-block .inner-box:hover .image img{
	transform:scale(1.05,1.05);
}

.security-block .inner-box .lower-content{
	position:relative;
	padding:35px 40px;
}

.security-block .inner-box .lower-content .hover-bg-color{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.security-block .inner-box .lower-content .hover-bg-color:before{
	position:absolute;
	content:'';
	left:0%;
	width:0%;
	top:0px;
	height:50%;
	background-color:#fe5a0e;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
}

.security-block .inner-box .lower-content .hover-bg-color:after{
	position:absolute;
	content:'';
	right:0%;
	bottom:0px;
	width:0%;
	height:50%;
	background-color:#fe5a0e;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
}

.security-block .inner-box:hover .lower-content .hover-bg-color:before,
.security-block .inner-box:hover .lower-content .hover-bg-color:after{
	width:100%;
}

.security-block .inner-box .lower-content .upper-box{
	position:relative;
	padding-left:44px;
}

.security-block .inner-box .lower-content .upper-box .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#fe5a0e;
	font-size:30px;
	line-height:1em;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
}

.security-block .inner-box .lower-content .upper-box h5{
	position:relative;
	font-weight:500;
	line-height:1.3em;
}

.security-block .inner-box .lower-content .upper-box h5 a{
	position:relative;
	color:#222222;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
}

.security-block .inner-box .lower-content .text{
	position:relative;
	color:#555555;
	font-size:15px;
	line-height:1.8em;
	margin-top:25px;
	font-weight:300;
	transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
}

.security-block .inner-box:hover .lower-content .text,
.security-block .inner-box:hover .lower-content .upper-box h5 a,
.security-block .inner-box:hover .lower-content .upper-box .icon{
	color:#ffffff;
}

.ourProjects{ padding:30px 0;  
	position:relative; font-family: 'Poppins', sans-serif; 
} 
.card{
	background:	#242651;	
}
h4.card-title {
	margin: 0;
	font-family: "Open Sans";
	font-size: 1rem;
	background:#2e3967;
	color:#FFF;
	padding: 5px 0;
}
h4.card-title a{
	color:#FFF;	
}
.card-header {
	padding: 0;
}
.card-body{
	padding:10px;	
}
.ourProjects .nav-tabs {
    border-bottom: medium none;
	margin-bottom: 20px;
	border-bottom: 1px solid #dee2e6;
}
.ourProjects .nav-tabs li{
	 	
	display: inline-block;
}
.ourProjects .nav-tabs .nav-item {
     
}
.ourProjects .nav-tabs .nav-link {
    border: 1px solid transparent;
	border-radius:0;
	color: #737373; 
	padding: 10px 20px;
	font-size:18px; 
}
.ourProjects .nav-tabs .nav-link:focus, .ourProjects .nav-tabs .nav-link:hover {
    border-bottom: #2d353c 1px solid;
	color:#2d353c; 
}
.whatwedo .nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #868e96;
}
.ourProjects .nav-tabs .nav-item.show .nav-link, .ourProjects .nav-tabs .nav-link.active {
    border-bottom: #2d353c 1px solid;
	color:#2d353c;
	background:transparent; 
}
.ourProjects img{
	margin:25px 0;	
}
.ourProjects h5{
	margin:25px 0;
	padding:0;
	font-size:28px;
	color:#fff;	
	font-family: 'Poppins', sans-serif;
}
.ourProjects p{
	margin:0;
	padding:0; 
	line-height:30px;
	text-align:justify;
	font-size:15px;	
}
.contact-form{
	margin-top:30px;
	padding:0;	
} 
.contact-form .form-head{
	margin-top:30px;
}  
.contact-form .form-head .form-group input {
	height:48px;
	width: 100%;
	padding-left: 15px;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border: 1px solid #dbdbdb;
	color: #666666;
	font-size: 15px;
}
.contact-form .form-head .form-group input:hover,
.contact-form .form-head .form-group textarea:hover{
	padding-left:25px;
}
.contact-form .form-head .form-group textarea {
	height: 130px;
	width: 100%;
	font-size: 15px;
	padding-left: 15px;
	padding-top: 18px;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border: 1px solid #dbdbdb;
	color: #666666;
	resize: none;
}
.contact-form .form-head .form-group .button{
	margin-top:20px;
}
.contact-form .form-head .form-group button {
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background:#000;
}
.contact-form .form-head .form-group button:before{
	background:#252525;
}
.contact-form .form-head .form-group button:hover{
	background:transparent;
}

.blog-left{
	margin:10px 0;
	padding:0;	
}
.iBox02{
	margin:0 0 30px 0;
	padding:0 0 10px 0;
	background:#ffffff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
} 
.iBox02 h3{
	margin:15px 10px 10px 10px;
	padding:0;
	font-size:18px;
	color:#000;	
} 
.iBox02 p{
	margin:0 10px;
	padding:0;
	line-height:24px; 
	text-align:justify;
	font-size:16px;	
	color:#5f5f5f;
}
.iBox02 p a{
	color:#f37434;
}
.blog-info{
	margin:5px 10px;
}
.blog-info a {
	color: #777;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #e7e7e7;
	font-weight: 500;
}
.blog-info a:last-child{
	border-right:0px;
	margin-right:0px;
	padding-right:0px;
}
.blog-info a i {
	margin-right: 5px;
	text-align: center;
	border-radius: 100%;
	font-size: 13px;
	color:#cda274;
}
.blog-right{
	margin:10px 0; 
	background: #f3f3f1;
	padding:50px 40px 0 40px;
}
.custbttn{
	margin-bottom:30px;
	padding:12px 0;
	font-family: 'Josefin Sans', sans-serif;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	background: linear-gradient(to bottom, #df1f25 0%, #fa3e1b 100%);	
}
.custbttn:hover{
	background: linear-gradient(to bottom, #fa3e1b 0%, #df1f25 100%);
}
.custbttn a{
	color:#FFF;	
}
.searchwidget{
	margin-bottom:30px;
	position:relative; 
	font-family: 'Poppins', sans-serif;
}
.searchwidget input {
    padding-right: 3.5em;
    border-radius: 0;
	background-color: #fff;
	border-color: #eaeaea;
	color: #5c5c5c;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
	height: 3.06em;
	padding-left: calc(1em - 1px); 
    width: 100%;
}
.searchwidget .button {
    top: 0;
    right: 0;
    position: absolute;
    background-color: transparent ;
    color: #B0B0B0;
    font-size: 17px;
	border:none; 
    height: 100%;
    width: 15%;
    padding: 0;
}

.searchwidget:hover .button {
    color: #f37434;
}

.widgetlink{
	margin-bottom:30px;
	position:relative;
	background:#FFF;
	padding:15px;
	font-family: 'Poppins', sans-serif;	
}
.widgetlink h3{
    text-transform: capitalize;
    color: #101010;
    letter-spacing: 0;
    font-size: 19px; 
    margin-bottom: 1.5rem; 
    font-weight: 600;
}
.widgetlink ul{
	list-style:none;	
}
.widgetlink ul li {
    padding: 6px 0;
    font-size: 16px;
    font-size: 1rem;
	border-bottom: 1px dotted #d2d2d2;
    letter-spacing: 1px;
}
.widgetlink ul li a{
	color: #555;
}
.widgetlink ul li:first-child {
    padding-top: 0;
}

.widgetlink ul li:last-child {
    padding-bottom: 0;
}

.widgetlink ul li span {
    font-size: 14px;
    font-size: 0.875rem;
    color: #f37434;
}



.latest-news{
	margin-bottom:30px;
	position:relative; 
	font-family: 'Josefin Sans', sans-serif;
}
.latest-news h3{
    text-transform: capitalize;
    color: #c83c45;
    letter-spacing: 0;
    font-size: 24px;
	font-weight: 600;  
    margin-bottom: 1.5rem;  
}
.latest-news .single-news {
	position: relative;
	padding-left: 65px;
	margin-bottom: 15px;
}
.latest-news .single-news:last-child{
	margin:0;
}
.latest-news .single-news img {
	width: 55px;
	height: 55px;
	position: absolute;
	left: 0; 
	top:  0px;
}
.latest-news .single-news h4{
	margin:0;
	padding:0; 
	line-height: 20px;
	font-weight:bold;	
}
.latest-news .single-news h4 a {
	color:#3a3a3a; 
	margin:0;
	padding:0;
	font-size: 16px;
	
}
.latest-news .single-news p{
	padding-right:50px;
	font-size:14px;
	color: #6d6d6d;
	line-height:16px;
}


.tags{
	margin-bottom:30px;
	position:relative;
	font-family: Poppins,sans-serif;
}
.tags h3{
    text-transform: capitalize;
    color: #101010;
    letter-spacing: 0;
    font-size: 19px; 
    margin-bottom: 1.5rem; 
    font-weight: 600;
}
.tags a {
    background-color: white;
    border: 1px solid #EAEAEA;
    color: #A6A6A6 ;
    font-size: 12px ;
    letter-spacing: 1.5px;  
    padding:.7em .7em ; 
    margin-right: .4rem ;
    margin-bottom:.7rem ;
    border-radius: 0;
	display:inline-block;
}

.tags a:hover {
    text-decoration: none;
    color: white !important;
    background-color: #f37434 !important;
    border-color: transparent;
}

.cquota{margin:10px 0; background: #f1f1f1; 
padding: 30px;}
.cquota .form-group .form-control{height:50px;color:#999797!important;border:#ededed 1px solid;background-color:#fff;border-radius:0;padding:0;font-size:14px;padding:10px 20px}
.cquota .form-group textarea.form-control{border:1px solid #f2eeee;border-radius:0;height:150px;display:inherit!important}
.cquota .comment-form-cookies-consent{font-size:14px;color:#777;font-weight:400;margin:0 0 15px 0}
.cquota .send-btn-one{display:inline-block;padding:14px 40px;font-size:15px;font-weight:500;background-color:#e32222;border:1px solid #e32222;color:#fff;-webkit-transition:.6s;transition:.6s;-webkit-transition:.5s}


.owl-carousel.owl-theme.bh.owl-loaded img {
    height: 200px;
}








