/******************STYLE.CSS*********************/
/*!
Theme Name: Bizwheel
Theme URI: https://themelamp.com/templates/bizwheel/
Author: ThemeLamp
Author URI: https://themelamp.com
Description: Multipurpose Business and Agency WordPress Theme
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bizwheel
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Bizwheel is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*======================================
	CSS Theme Table of Contents
========================================	
# Header CSS
# Hero Area CSS
# Features CSS
# Features Main CSS
# Services CSS
	+ Latest service
	+ Single service
# Call to action CSS
# Portfolio CSS
	+ Latest Portfolio
	+ Portfolio Single
# Testimonial CSS
# CounterUP CSS
# Team CSS
# Blog CSS
# Client Carousel CSS
# Skills CSS
# Pricing Plan CSS
# Faqs CSS
# Contact Box CSS
# Contact Form CSS
# Image Feature CSS
# Theme Others CSS
========================================*/ 

/*======================================
	Header CSS
========================================*/
.header{
	position:relative;
}
/* Topbar */
.topbar {
	background-color: #75c4e7;
	padding: 10px 0;
}
.top-contact {
    //padding-top: 0;
    float: right;
    align-items:center;
}
.topbar .single-contact {
    display: inline-block;
    margin-right: 25px;
    color: #ccc;
    cursor: pointer;
}

.topbar .single-contact,
.topbar .single-contact a{
    color: #fff;
	font-weight:normal;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	font-size:14px;
}
.topbar .single-contact i {
	color: #fff;
	margin-right: 10px;
	font-size: 18px;
	position: relative;
	top: 2px;
}
.topbar .single-contact:hover,
.topbar .single-contact a:hover{
	color:#fff;
}
/* Top right */
.topbar-right {
    position: relative;
    float: left;
}
.topbar-right .button {
    float: left;
    right: 0;
}
.topbar-right .button .bizwheel-btn {
    height: auto;
    text-transform: initial;
    padding: 8px 15px;
    line-height: initial;
    background: #fff;
	font-size:14px;
    color: #64ad4d;
    border: 1px solid transparent;
}
.topbar-right .button .bizwheel-btn:hover{
	background:transparent;
	border-color:#fff;
	color:#fff;
}
/* Social Icons */
.topbar .social-icons {
	float: right;
	padding-top: 0;
}
.topbar .social-icons li {
	display: inline-block;
	margin-right: 10px;
}
.topbar .social-icons li:last-child{
	margin:0;
}
.topbar .social-icons li a {
	color: #ccc;
}
.topbar .social-icons li a:hover{
	color:#64ad4d;
}


.middle-header {
    background: #fff;
    position: relative;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
/* Logo */
.header .logo {
    z-index: 33;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -moz-box-shadow: inherit;
    width: 250px;
}
.header .img-logo {
    margin: 10px;
}
.header .text-logo{
	margin-top:30px;
}
.header .text-logo a,
.header .img-logo a {
    /*font-size: 26px;*/
    /*font-weight: 600;*/
    display: block;
    z-index: 9999;
    position: relative;
}
.header .menu-area {
    position: relative;
}
.header .navbar {
	padding: 0;
}
/* Main Menu */
.header .nav-inner {
	float: right;
	margin-right: 0px;
	text-align: right;
}
.header .nav li {
    margin-right: 30px;
    position: relative;
    float: none;
    display: inline-block;
}
.header .nav li:last-child{
	margin:0;
}
.header .nav li a {
    text-transform: capitalize;
    position: relative;
    display: block;
    padding: 30px 0;
    color: #023e61;
    font-weight: 600;
}
.header .nav li.active a,
.header .nav li:hover a{
	color:#002e5b;
}
.header .nav li a::before {
	content: "";
	position: absolute;
	width: 0;
	height: 4px;
	background: #002e5b;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header .nav li.active a::before,
.header .nav li:hover a::before {
	opacity:1;
	visibility:visible;
    transform: scaleY(1);
	width: 50%;
}
.navbar-expand-lg .navbar-collapse{
	display:block !important;
}
.header .nav li a i {
	margin-left: 6px;
	font-size: 10px;
}
.header .nav li.icon-active a::after {
	content: "\f107";
	position: relative;
	font-family: 'FontAwesome';
	padding-left: 6px;
}
.header .nav li .sub-menu a::after,
.header .nav li.icon-active .sub-menu li.icon-active .sub-menu a::after,
.header .nav li.icon-active .sub-menu li.icon-active .sub-menu li.icon-active .sub-menu a::after{
	display:none;
}
.header .nav li.icon-active .sub-menu li.icon-active a::after, .header .nav li.icon-active .sub-menu li.icon-active .sub-menu li.icon-active a::after {
    display: inline-block;
    float: left;
    content: "\f100";
    padding: 0;
    margin-right: 8px;
}
/* Dropdown Menu */
.header .nav li .sub-menu {
    background: #fff;
    width: 300px;
    text-align: left;
    position: absolute;
    top: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    padding: 20px;
    left: -32px;
    margin: 0;
    -webkit-box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25);
    -moz-box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25);
    box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header .nav li:hover .sub-menu{
	opacity:1;
	visibility:visible;
}
.header .nav li .sub-menu li {
    float: none;
    margin: 0;
    display: block;
}
.header .nav li .sub-menu li:last-child{
	border:none;
}
.header .nav li .sub-menu li a {
    padding: 4px 6px;
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    background: transparent;
}
.header .nav li .sub-menu li a:before{
	display:none;
}
.header .nav li .sub-menu li:last-child a{
	border-bottom:0px;
}
.header .nav li .sub-menu li:hover a{
	color:#fff;
	background:#083460;
}
.header .nav li .sub-menu li a:hover{
	border-color:transparent;
}
.header .nav li .sub-menu li i {
	float: right;
	margin-top: 8px;
	font-size:10px;
	z-index:5;
}
.header .nav li .sub-menu li .sub-menu {
    top: 0;
    left: initial;
    left: -122%;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px #3333334d;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
}
.header .nav li .sub-menu li:hover .sub-menu{
	opacity:1;
	visibility:visible;
}
.header .nav li .sub-menu li .sub-menu li a{
	padding: 8px 15px;
	color: #666;
	display: block;
	font-weight: normal;
	text-transform: capitalize;
	background: transparent;
}
.header .nav li .sub-menu li:hover .sub-menu li a{
	background:transparent;
}
.header .nav li .sub-menu li .sub-menu li a:hover{
	color:#fff;
	background:#083460;
}
.header .nav li .sub-menu .sub-menu li:last-child a{
	border-bottom:0px solid;
}
.header .nav li .sub-menu li .sub-menu .sub-menu {
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	padding: 10px;
}
.header .nav li .sub-menu li .sub-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}
.header .right-button {
	position: absolute;
	right: 0;
	top: 21px;
}
.header .right-button .bizwheel-btn {
	background: transparent;
	border: 1px solid #ccc;
	color: #023e61;
	padding: 8px 20px;
	font-size: 14px;
}
.header .right-button .bizwheel-btn:hover{
	background:#179E66;
	color:#fff;
	border-color:transparent;
}

.address-widget-list i {
  margin-right: 15px;
  border: 1px solid #ccc;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  color: #64ad4d;
}
.address-widget-list li {
  line-height: 40px;
}
.address-widget-list {
  margin-top: 20px;
}

/*======================================
	End Header CSS
========================================*/

/*======================================
	Blog CSS
========================================*/  

.single-news {
    background: #fff;
    position: relative;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    z-index: 2;
    margin-bottom: 15px;
    box-shadow: 2px 0px 15px 0px rgba(0, 0, 0, 0.15);
    margin-top: 30px;
}
.single-news .news-head{
	overflow: hidden;
	position:relative;
}
.single-news .news-head:before{
	opacity:0;
	visibility:hidden;
}
.single-news:hover .news-head:before{
	opacity:0.5;
	visibility:visible;
}
.single-news .news-head:after {
    content: "";
    position: absolute;
    bottom: 0;
    border-top: 10px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 50%;
    margin-left: -15px;
    z-index: 333;
    z-index: 4444;
    transform: translateY(50px);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.single-news:hover .news-head:after{
	opacity:1;
	visibility:visible;
    transform: translateY(0px);
}
.single-news .news-head img{
	width:100%;
	margin:0;
	padding:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.single-news .news-body {
    padding: 25px;
    background: #fff;
    position: relative;
}
.single-news .news-meta {
    position: absolute;
    width: 100%;
    background: transparent;
    opacity: 0;
    bottom: 20px;
    visibility: hidden;
    text-align: center;
    z-index: 333;
    transition: all 0.3s ease;
	-webkit-transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	transform:translateY(-15px);
}
.single-news:hover .news-meta{
	transform:translateY(0px);
	opacity:1;
	visibility:visible;
}
.single-news .news-meta li {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	border-right: 1px solid #d6d6d6;
	margin-right: 10px;
	padding-right: 10px;
}
.single-news .news-meta li:last-child{
	margin:0;
	padding:0;
	border:none;
}
.single-news .news-meta li i {
    margin-right: 5px;
    color: #002e5b;
}
.single-news .news-meta .author span{
	display:inline-block;
	color:#179E66;
}
.single-news .news-title {
    line-height: 25px;
}
.single-news .news-title a {
    font-size: 20px;
}
.single-news .news-title:hover a{
	color:#179E66;
}
.single-news .news-text {
    margin-top: 18px;
    font-size: 14px;
}
.single-news .news-text .bizwheel-btn {
	padding: 7px 20px;
	margin-top: 10px;
	font-size: 14px;
	background: #F4F9FC;
	color: #023e61;
}
.single-news .news-text .bizwheel-btn i {
	margin-right: 5px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	display: inline-block;
	text-align: center;
	padding: 0;
	background: #002e5b;
	color: #fff;
	border: none;
	border-radius: 100%;
}
.single-news .more {
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    font-size: 14px;
    border-radius: 30px;
    background: #179E66;
    padding: 10px 20px;
    border-radius: 0px;
	border:1px solid transparent;
}
.single-news .more:hover{
	background:#023e61;
	color:#fff;
}
.single-news .more i {
	display: inline-block;
	margin-left: 5px;
}

/* Blockquote */
blockquote {
	padding: 20px;
	color: #353535;
	font-size: 18px;
	border-left: 4px solid #179E66;
	background: #F5F8F9;
	line-height: 28px;
	margin-bottom: 15px;
}

/*====================================
	BreadCrumbs CSS
======================================*/
.breadcrumbs {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 70px 0;
    z-index: 0;
}
.breadcrumbs::before {
	background: #000;
	opacity: 0.6;
}
.breadcrumbs .bread-title {
    z-index: 3333;
    position: relative;
    border-radius: 5px;
}
.breadcrumbs .bread-title p {
    color: #fff;
    font-size: 13px;
}
.breadcrumbs h2 {
	color: #fff;
	text-transform: capitalize;
	font-size: 40px;
	margin: 0;
	padding: 0;
	line-height: 45px;
	z-index: 333;
	position: relative;
	font-weight: 700;
	padding-top: 10px;
}
.breadcrumbs .bread-list {
	display: block;
	margin-top: 15px;
}
.breadcrumbs ul li {
	display: block;
	display: inline-block;
}
.breadcrumbs ul li span {
	margin: 0px 10px;
	font-size: 11px;
	font-weight: 400;
	color:#fff;
}
.breadcrumbs.style2 ul li span {
	font-size: 14px;
}
.breadcrumbs ul li a{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
}
.breadcrumbs ul li a:hover{
	opacity:0.8;
	color:#fff !important;
}
.breadcrumbs.style2 ul li a{
	font-weight:500;
}
.breadcrumbs.style2 ul li a:hover{
	color:#179E66;
}
.breadcrumbs .bread-menu {
    color: #fff;
    z-index: 333;
    position: relative;
    line-height: initial;
    padding-left: 49px;
    font-size: 0;
}
.breadcrumbs .bread-menu:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 32px;
    height: 5px;
    left: 0;
    /*background: #64ad4d;*/
    margin-top: -2.5px;
}
.breadcrumbs .bread-menu li a {
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 18px;
	font-weight:500;
	padding-right: 8px;
	margin-right: 8px;
	display: inline-block;
}
.breadcrumbs .bread-menu li a:hover{
	color:#64ad4d;
}
.breadcrumbs .bread-menu li:last-child{
	margin:0;
	padding:0;
}
.breadcrumbs .bread-menu li + li::before {
	content: "\f105";
	font-family: 'FontAwesome';
	left: -7px;
	position: relative;
	font-size: 18px;
}
/* Blog Single */
.breadcrumbs.bread-blog {
    padding: 0;
    text-align: center;
    background: #F4F9FC;
    margin: 0;
    padding: 20px;
}
.breadcrumbs.bread-blog .bread-menu:before{
	display:none;
}
.breadcrumbs.bread-blog .bread-menu ul li{
	position:relative;
}
.breadcrumbs.bread-blog .bread-menu ul li:before {
    content: "";
    position: absolute;
    right: 7.5px;
    width: 12px;
    font-size: 0px;
    height: 12px;
    left: auto;
    background: #64ad4d;
    top: 6px;
    border-radius: 100%;
    border: 2px solid #fff;
}
.breadcrumbs.bread-blog .bread-menu ul li:last-child:before{
	display:none;
}
.breadcrumbs.bread-blog .bread-menu ul li a{
	color:#023e61;
    font-size: 15px;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}
.breadcrumbs.bread-blog .bread-menu ul li a:hover{
	color:#64ad4d !important;
}
/*====================================
	End BreadCrumbs CSS
======================================*/

/*====================================
	Preloader CSS
======================================*/
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #048023; /* Dark Green */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spinloader 2s linear infinite;
}
.loader img{
    height : 120px;
    width : 120px;
    animation: spinlogo 2s linear infinite;
}
@keyframes spinloader {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@keyframes spinlogo {
    0% { transform: rotate(360deg); }
    100% { transform: rotate(0deg); }
}
/*====================================
	End Preloader CSS
======================================*/

/*====================================
	Boxed Layout CSS
======================================*/
#page.boxed-layout {
	position: relative;
	max-width: 1280px;
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
.boxed-bg{
	background-repeat: repeat;
	background-attachment: inherit;
	background-size: inherit;
}
#page.boxed-layout .header.sticky .middle-header {
	max-width: 1280px;
	top: 0;
	left: auto;
	right: auto;
}
/*====================================
	End Boxed Layout CSS
======================================*/

@media only screen and (min-width: 991px) and (max-width: 1900px) {
/* Header Sticky */
.header.sticky .middle-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300000;
    -webkit-box-shadow: 0px 0px 10px #00000021;
    -moz-box-shadow: 0px 0px 10px #00000021;
    box-shadow: 0px 0px 10px #00000021;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    animation: fadeInDown 1s both 0.2s;
}
.header.style2.sticky .middle-header {
    background: #023e61;
}
.header.sticky .middle-header .right-button {
	top: 14px;
}
.header.sticky .nav li a {
    padding: 22px 0;
}
.header.sticky .text-logo {
    margin-top: 22px;
}
.header.sticky .right-bar {
    line-height: 72px;
}
.header.sticky .img-logo {
    margin-top: 12px;
}
.header.style2.sticky .middle-inner {
    padding: 0;
}
.header.style2.sticky .text-logo {
    margin-top: 15px;
}
.header.sticky .search-top {
    top: 69px;
}
}

/*====================================
	Footer CSS
======================================*/
.footer {
	background-color: #023e61;
    /*position: relative;
    z-index: -1;*/
}
.footer .footer-top {
    padding: 0px 0 0px;
}
.footer .single-widget {
	margin-top: 30px;
}
.footer .single-widget h3 {
    color: #fff;
    font-size: 18px;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 15px;
	padding-bottom: 15px;
}
.footer .single-widget h4 {
    color: #fff;
    font-size: 18px;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 15px;
	/*padding-bottom: 15px;*/
}
.footer .single-widget h3::before {
	content: "";
	position: absolute;
	left: 0;
	width: 40px;
	height: 2px;
	bottom: -1px;
	background: #002e5b;
	display: block;
}
.footer p {
	color: #ccc;
	font-size:14px;
}
.footer-about {
	padding-right: 30px;
}
.footer-about .logo {
    margin-bottom: 15px;
}
.footer-about .text-logo a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.footer-about .text {
	margin-bottom: 35px;
}
.footer-about .button .bizwheel-btn {
    background: #179E66;
    margin-top: 20px;
    color: #fff;
}
.footer-about .button .bizwheel-btn:hover{
	background:#fff;
	color:#179E66
}
/* Footer Link */
.footer .f-link ul li {
    margin-bottom: 0px;
    position: relative;
    padding-left: 25px;
    line-height: 34px;
}
.footer .f-link ul li:before {
   /* position: absolute;
    content: "";
    left: 0;
    top: 50%;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-top: -5px;
    background: #d4d4d4;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;*/
}
.footer .f-link ul li:hover:before{
	background:#64ad4d;
}
.footer .f-link ul li:last-child{
	margin-bottom:0px;
}
.footer .f-link ul li a {
    display: inline-block;
    color: #fef8f8;
    padding: 0;
    margin: 0;
    background: transparent;
    font-size: 14px;
    font-weight: normal;
}
.footer .f-link ul {
    box-shadow: none;
    margin: 0;
}
.footer .f-link ul li a::before{
	display:none;
}
.footer .f-link ul li a:hover {
	color:#002e5b;
}
/* Footer Newsletter */
.footer .footer-newsletter form {
    background: #fff;
    padding: 15px;
    line-height: initial;
	position:relative;
}
.footer .footer-newsletter form input{
	height: 54px;
	padding: 0 20px 0 20px;
	border: none;
	width: 100%;
	position: relative !important;
	font-size: 14px;
	border: 1px solid #ebebeb;
	line-height: 50px;
	border-radius:0px;
}
.footer .footer-newsletter form button {
	background: #64ad4d;
	background-color: ;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	box-shadow: none;
	width: auto;
	padding: 0 20px;
	height: 53px;
	text-align: center;
	display: block;
	margin: 0;
	margin-top: 0px;
	border-radius: 0px;
	cursor: pointer;
	color: #fff;
	top: 15px;
	right: 15px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.footer .footer-newsletter form button:hover{
	background:#023e61;
}
/* Footer News */
.footer-news .single-f-news .content {
  padding-left: 85px;
}
.footer-news .single-f-news .content .title {
  font-size: 14px;
}
.footer-news .single-f-news .content .title a {
    color: #ccc;
}
.footer-news .single-f-news .content .title a:hover{
	color:#F2A611
}
.footer .footer-newsletter .address {
	color: #777;
	font-size: 15px;
	margin-bottom: 20px;
}
.footer .single-f-news .post-meta i {
    color: #64ad4d;
}
.footer .address-widget-list li {
    display: block;
    margin-bottom: 10px;
    line-height: 25px;
}
.footer .address-widget-list li,
.footer .address-widget-list li a {
    font-weight: normal;
    color: #fef8f8;
    font-size: 15px;
}
.footer .address-widget-list li i {
    width: 25px;
    color: #fff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 100%;
    font-size: 13px;
    margin-right: 10px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.footer .address-widget-list li:hover i{
	background:#002e5b;
	color:#fff;
}
.footer .address-widget-list li:last-child{
	margin-bottom:0px;
}
.footer .address-widget-list li span{
	color:#179E66;
	display:inline-block;
}
.footer_contact p {
	margin-bottom: 15px;
}
/* Social */
.footer .social{
	margin-top:22px;
}
.footer .social li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.footer .social li:last-child{
	margin-right:0px;
}
.footer .social li a {
    color: #fff;
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: initial;
    border: none;
}
.footer .social-icons li:before {
  display: none;
}

/* Copyright */
.footer .copyright {
    text-align: center;
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #ebebeb3b;
}
.footer .copyright-content p {
    color: #fff;
    font-size: 14px;
}
.footer .copyright-content p span{
	font-size:17px;
	font-weight:800;
	text-transform:uppercase;
}
.footer .copyright-content a:hover{
	color:#64ad4d;
}
/*====================================
	End Footer CSS
======================================*

/*======================================
	Features CSS
========================================*/
.features-area{
	margin:40px 0 70px;
}
.single-feature {
    text-align: center;
    margin-top: 0px;
    border: 0px solid #ebebeb;
  /*  border-radius: 15%;*/
    padding: 5px 15px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    border-top: 3px solid transparent;
    transition: all 0.4s ease;
}
.single-feature:hover,
.single-feature.active{
	/*border-top-color:#179E66;*/
}
.single-feature:hover{
	transform:scale(1.03);
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}
.single-feature .icon-head i{
	color:#023a69;
	width:90px;
	height:90px;
	line-height:90px;
	background:#fff;
	border: 1px solid #ebebeb;
	border-radius:100%;
	font-size: 34px;
	position:relative;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.single-feature.active .icon-head i,
.single-feature:hover .icon-head i {
    background: #023a69;
    color: #fff;
    border-color: transparent;
}
.single-feature .icon-head i::after {
    position: absolute;
    width: 20px;
    height: 2px;
    z-index: 3;
    opacity: 1;
    line-height: 20px;
    background: #64ad4d;
    border-radius: 25px;
    left: 50%;
    bottom: 19px;
    content: "";
    margin-left: -10px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.single-feature.active .icon-head i:after,
.single-feature:hover .icon-head i:after{
	background:#fff;
}
.single-feature h4 {
	margin: 15px 0;
	line-height: inherit;
}
.single-feature h4 a {
    font-size: 18px;
    color: #023e61;
    display: inline-block;
}
.single-feature p{
	font-size: 14px;
}.bizwheel-btn.theme-2 {
    background: #75c4e7;
    color: #fff;
    padding: 15px 32px;
}
.single-feature .button{
	margin-top: 15px;
}
.single-feature .button .bizwheel-btn {
    background: transparent;
    color: #666;
    padding: 0;
    height: auto;
    box-shadow: none;
    line-height: initial;
    border: none;
}
.single-feature .button .bizwheel-btn i {
    margin-right: 10px;
    background: #023e61;
    color: #fff;
    width: 25px;
    border-radius: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single-feature.active .bizwheel-btn i,
.single-feature:hover .bizwheel-btn  i{
	color:#fff;
	background:#179e66;
}
/*======================================
	End Features CSS
========================================*/
.about-us .modern-img-feature,
.about-us .about-content{
	//margin-top:30px;
}
/* About Area */
.about-area .section-title {
	//margin-bottom: 15px;
}
.about-area .section-title h1 b {
	display: block;
	font-weight: 700;
	font-size: 25px;
	line-height:34px;
}
.about-content p{
	/*margin-bottom:20px;*/
    line-height: 1.7rem;
}

.about-content .button{
	margin-top:20px;
}

/*======================================
	Services CSS
========================================*/ 
.single-service {
	position: relative;
	background: #fff;
	margin-top: 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	overflow: hidden;
	text-align: left;
	-webkit-box-shadow: 0 0 20px #e8e8e8;
	-moz-box-shadow: 0 0 20px #e8e8e8;
	box-shadow: 0 0 20px #e8e8e8;
}
.single-service .service-head{
	position:relative;
}
.single-service .featured {
    position: absolute;
    background: #64ad4d;
    color: #fff;
    padding: 8px 48px;
    transform: rotate(-45deg);
    top: 20px;
    left: -39px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
}
.single-service .icon-bg {
	background: #ffffffb3;
	padding: 5px;
	overflow: hidden;
	position: absolute;
	bottom: 5px;
	left: 5px;
}
.single-service .icon-bg i {
    color: #179E66;
    text-align: center;
    display: inline-block;
    z-index: 333;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
}
.single-service:hover .icon-bg{
	background:#fff;
}
.single-service:hover .icon-bg i{
	background:#179E66;
	color:#fff;
}
.single-service .service-content{
	padding: 30px 20px;
}
.single-service h4 {
	position: relative;
	margin-bottom: 10px;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-transform: capitalize;
}
.single-service h4 a {
	color: #28243C;
	font-size: 20px;
}
.single-service h4:hover a{
	color:#64ad4d;
}
.single-service p {
	font-size: 15px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.single-service .service-content p{
	margin:0;
}
.single-service .btn {
    background: transparent;
    margin-top: 15px;
    font-size: 15px;
    padding: 0;
    color: #023e61;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.single-service:hover .btn{
	color:#64ad4d;
}
.single-service .btn i{
	margin-right:5px;
}

/* Single Service */
.service-details .wpb_text_column {
    margin: 0 0 20px;
}
.service-details .wpb_text_column:last-child {
	margin: 0;
}
/* Service MENU */
.service-sidebar .widget-title{
	position: relative;
	font-size: 18px;
	text-transform: capitalize;
	display: block;
	margin-bottom: 12px;
	padding-bottom: 12px;
	margin-top: 0;
}
.service-sidebar .widget-title:before {
	content: "";
	position: absolute;
	left: 0;
	width: 40px;
	height: 2px;
	bottom: 0;
	background: #64ad4d;
	display: block;
}
.service-sidebar .widget ul li {
    line-height: 30px;
}
.service-sidebar .widget ul li a:before{
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-right: 12px;
    float: right;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service-sidebar .widget {
    background: #fff;
    box-shadow: 0px 0px 15px #0000001c;
    padding: 20px;
}
.service-sidebar .widget li {
    margin: 0 0 8px;
}
.service-sidebar .widget a {
	padding: 0;
	font-size: 15px;
	font-weight: 400;
}
.service-sidebar .widget a:hover{
	color:#64ad4d;
}
/* Service Details */
.service-content h2 {
	margin: 20px 0;
}
.service-content p {
	margin-bottom: 20px;
}
.service-content p:last-child{
	margin:0;
    margin-top: 10px;
}
.service-content .service-space {
	margin: 20px 0;
}

/*======================================
	End Services CSS
========================================*/

/*======================================
	CounterUp CSS
========================================*/ 
.counterup{
	padding:50px 0 80px;
	background:#57b6e0;
}
.counterup .title-bg {
	opacity: 0.2;
	color: #fff;
}
.single-counter {
	margin-top:30px;
    position: relative;
    padding-left: 90px;
}
.single-counter .conter-content {
    border-left: 1px solid #ffffff36;
    padding-left: 20px;
}
.single-counter .icon {
    position: absolute;
    left: 0;
}
.single-counter .icon:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background: #fff;
    z-index: 3;
    border-radius: 100%;
    opacity: 0.3;
    top: 4px;
    left: -7px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.single-counter:hover .icon:before{
	background:#64ad4d;
	left:0;
	top:0;
	opacity:0;
	visibility:hidden;
}
.single-counter .icon i {
    color: #0e2d57;
    width: 70px;
    height: 70px;
    background: #fff;
    text-align: center;
    line-height: 70px;
    border-radius: 100%;
    z-index: 33;
    font-size: 25px;
    position: relative;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.single-counter:hover .icon i{
	background:#002e5b;
	color:#fff;
}
.single-counter h3 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-counter h3 span {
    display: inline-block;
    color: #002e5b;
    margin-left: 5px;
}
.single-counter p {
    color: #eee;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 2px;
}
/*======================================
	End CounterUp CSS
========================================*/

/*======================================
	Blog CSS
========================================*/ 
.latest-blog {
	overflow: hidden;
}
.blog-layout.section-space{
	padding:70px 0 100px;
}
.news-default .single-news,
.blog-latest .single-news {
    margin-top: 30px;
}
.news-slider .single-slider .single-news {
    box-shadow: none;
    border: 1px solid #ebebeb;
}
/* Defualt SLider*/
.news-slider.owl-carousel .owl-controls {
    margin-top: 30px;
}
.news-slider.owl-carousel .owl-nav div {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #64ad4d;
    color: #fff;
    margin: 0;
    padding: inherit;
    font-size: 22px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: inherit;
    margin-right: 10px;
}
.news-slider.owl-carousel .owl-nav div:hover {
	background:#023e61;
	color:#fff;
}
.news-slider.owl-carousel .owl-nav div:last-child{
	margin:0;
}

/* Blog Latest */
.blog-latest-slider{
	margin-top:20px;
    /*z-index: -1;*/
}
.blog-latest-slider .single-news {
    margin: 10px;
}
.blog-latest .single-news .news-body {
    padding: 25px;
    background: #000000a1;
    z-index: 33;
}
.blog-latest .single-news {
	display: table;
	-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.11);
	margin-bottom: 0px;
	padding: 15px;
}
.blog-latest .single-news .cat .bizwheel-btn {
	z-index: 333;
	position: absolute;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	top: 15px;
	/*padding: 8px 48px;*/
	transform: rotate(-45deg);
	left: -47px;
	font-size: 14px;
    border-radius: 50px;
}
.blog-latest .single-news .cat .bizwheel-btn .bizwheel-btn:hover{
	background:#179E66;
	color:#fff;
}
.blog-latest .single-news:hover .bizwheel-btn{
	opacity:1;
	visibility:visible;
}
.blog-latest .single-news .news-head span {
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.blog-latest .single-news .news-head:after{
	display:none;
}
.blog-latest .single-news .news-head,
.blog-latest .single-news .news-body{
	width: 50%;
	height: 100%;
	display: table-cell;
	vertical-align: text-top;
	background: #fff;
}
.blog-latest .single-news .news-body:before {
    content: "";
    position: absolute;
    left: -36px;
    top: 50%;
    border-top: 18px solid transparent;
    border-left: 18px solid transparent;
    border-right: 18px solid #FFFFFF;
    margin-top: -18px;
    border-bottom: 18px solid transparent;
}
.blog-latest .single-news .news-title {
    padding: 0;
}
.blog-latest .single-news .news-title:before{
	display:none;
}
.blog-latest .single-news .news-meta {
    list-style: ethiopic-halehame;
    opacity: 1;
    visibility: visible;
    position: relative;
    bottom: 0;
    text-align: left;
    transform: none;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ebebeb;
}
.blog-latest .single-news .news-meta li {
    color: #666;
    padding-left: 0px;
}
.blog-latest-slider .single-slider {
    margin-bottom: 10px;
}
/* Blog Latest Slider */
.blog-latest.owl-carousel .owl-nav{
	margin: 0;
    width: 100%;
}
.blog-latest.owl-carousel .owl-nav div {
    width: 50px;
    height: 60px;
    line-height: 60px;
    background: #f08d14;
    color: #fff;
    position: absolute;
    margin: 0;
    padding: inherit;
    font-size: 30px;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0px;
    top: 50%;
    margin-top: -30px;
	opacity:0;
	visibility:hidden;
}
.blog-latest.owl-carousel:hover .owl-nav div{
	opacity:1;
	visibility:visible;
}
.blog-latest.owl-carousel  .owl-nav div:hover{
	color:#fff;
	background:#023e61;
}
.blog-latest.owl-carousel .owl-nav .owl-prev{
	left:-100px;
}
.blog-latest.owl-carousel:hover .owl-nav .owl-prev{
	left:0px;
}
.blog-latest.owl-carousel .owl-nav .owl-next{
	right:-100px;
}
.blog-latest.owl-carousel:hover  .owl-nav .owl-next{
	right:0px;
}
/*======================================
	End BLog CSS
========================================*/

/*======================================
	Skills CSS
========================================*/
.skill-area {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.skill-area .section-title b{
	font-size: 25px;
	line-height: 34px;
}
.our-team h3{
	font-size: 25px;
	line-height: 34px;
    margin: 20px 0;
}
.our-team img{
	box-shadow: 6px 8px 5px #22222294;
}
.single-skill{
	margin-top: 25px;
}
.single-skill .skill-info{
	overflow:hidden;
}
.single-skill .skill-info h4 {
	float: left;
	font-size: 15px;
	margin-bottom: 5px;
	color: #333;
	font-weight: 700;
	text-transform: capitalize;
}
.single-skill .progress .progress-bar span {
	color: #fff;
	top: -47px;
	font-size: 12px;
	position: absolute;
	right: -45px;
	background: #64ad4d;
	font-weight: 600;
	padding: 1px 5px;
	border-radius: 100%;
	width: 33px;
	display: table-cell;
	height: 33px;
	text-align: center;
	line-height: 33px;
}
.single-skill .progress .progress-bar span::before {
	position: absolute;
	bottom: -4px;
	left: 50%;
	content: "";
	border-left: 0px solid transparent;
	border-right: 20px solid transparent;
	border-top: 10px solid #64ad4d;
	margin-left: -13px;
}
.single-skill .progress {
	height: 6px;
	box-shadow: none;
	overflow: visible;
	background: #023e61;
	border-radius: 5px;
}
.single-skill .progress .progress-bar {
	position: relative;
	background:#179e66;
	border-radius: 5px;
}
/*======================================
	End Skills CSS
========================================*/

/*======================================
	Contact Form CSS
========================================*/
.contact-us{
	padding:70px 0 100px;
}
.contact-form-area {
	background: #fff;
	padding: 40px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
	border-top: 4px solid #023e61;
}
.contact-form-area h4 {
	font-size: 22px;
	font-weight: 600;
}
.contact-form-area .form-group{
	margin:0;
	margin-top:20px;
}
.contact-form-area .form-group input {
    height: 50px;
    border: 1px solid rgba(204, 204, 204, 0.58);
    width: 100%;
    display: block;
    border-radius: 0px;
    padding: 0px 40px 0 15px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 14px;
	font-weight:normal;
}
.contact-form-area .form-group input:focus{
	border-color:#7e868f;
}
.contact-form-area .form-group input:hover{
	border-color:#7e868f;
}
.contact-form-area .form-group textarea {
    height: 170px;
    border: 1px solid #dfdfdf;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 15px;
    resize: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0px;
    padding-right: 40px;
	font-weight:normal;
}
.contact-form-area .form-group{
	position:relative;
}
.contact-form-area .form-group .icon {
    position: absolute;
    right: 15px;
    z-index: 33;
    color: #75c4e7;
    top: 12px;
}
.contact-form-area .form-group.button {
    text-align: center;
    margin: 10px 0 0 !important;
}
.contact-form-area .form-group.textarea .icon {
    top: 15px;
    right: 15px;
}
.contact-form-area .bizwheel-btn.theme-2 {
    padding: 15px 32px;
}

/* Faq Form */
.contact-form-area.faq-form {
    background: #fff;
    padding: 30px;
}
.contact-form-area.faq-form .form-title {
    padding-left: 20px;
    margin-bottom: 12px;
    border-left: 3px solid #179E66;
}
.contact-form-area.faq-form .form-group {
	margin-top:0px;
    margin-bottom: 20px;
}
.contact-form-area.faq-form .form-group .icon {
    width: 26px;
    height: 26px;
    border: 1px solid;
    text-align: center;
    border-radius: 100%;
    line-height: 26px;
}
.contact-form-area.faq-form .form-group input {
    background: transparent;
    border: none;
    color: #555;
	border-bottom:1px solid #ccc;
}
.contact-form-area.faq-form .form-group input::-webkit-input-placeholder{
    opacity: 1;
	color: #555 !important;
}
.contact-form-area.faq-form .form-group input::-moz-placeholder{
    opacity: 1;
	color: #555 !important;
}
.contact-form-area.faq-form .form-group input::-ms-input-placeholder{
    opacity: 1;
	color: #555 !important;
}
.contact-form-area.faq-form .form-group textarea::-webkit-input-placeholder{
    opacity: 1;
	color: #555 !important;
}
.contact-form-area.faq-form .form-group textarea::-moz-placeholder{
    opacity: 1;
	color: #555 !important;
}
.contact-form-area.faq-form .form-group textarea::-ms-input-placeholder{
    opacity: 1;
	color: #555 !important;
}
.contact-form-area.faq-form .form-group textarea {
    background: transparent;
    height: 120px;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #555;
}
.contact-form-area.faq-form .form-group.button{
	text-align:left;
}
/* Servic Form  */
.contact-form-area.service {
    padding: 0;
    box-shadow: none;
    background: transparent;
    border: none;
}
.contact-form-area.service .form-group textarea {
    height: 120px;
}
/*======================================
	End contact Form CSS
========================================*/

/*======================================
	Image Feature CSS
========================================*/
.video-feature{
	background:#023e61;
	padding:100px 0;
	overflow:hidden;
} 
.img-feature{
	position:relative;
	display:inline-block;
}
.img-feature img{
	z-index:2;
	position:relative;
}
.img-feature .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    margin-left: -45px;
    margin-top: -45px;
}
.img-feature .video-play a {
    color: #179E66;
    font-size: 30px;
    text-align: center;
    border-radius: 100%;
    margin: 0;
    background: #fff;
    padding: 0;
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    z-index: 33;
    position: relative;
}
.img-feature .video-play:hover a {
    background: #179E66;
    color: #fff;
}
.img-feature .waves-block .waves {
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
    left: 50%;
    margin-left: -125px;
    top: 50%;
    margin-top: -125px;
}
.img-feature .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.img-feature .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.img-feature .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}
.img-feature span {
    display: block;
    text-align: left;
    padding: 10px 30px;
    opacity: 1;
    position: absolute;
    z-index: 333;
    font-size: 16px;
    background: #F4F9FC;
    color: #023e61;
    left: -14px;
    transform: inherit;
    font-weight: 500;
    top: 50%;
    margin-top: -22px;
}
.img-feature span:before {
    content: "";
    position: absolute;
    left: 0px;
    top: -25px;
    border-left: 14px solid transparent;
    border-top: 12px solid transparent;
    border-bottom: 13px solid #F4F9FC;
}
.img-feature .experience img {
	height: 100%;
	width: 100%;
	border-radius: 8px;
	box-shadow: 0px 5px 35px #0000001f;
}
.img-feature .experience {
	position: absolute;
	left: -50px;
	bottom: -50px;
	padding: 0;
	background: #179e66;
	width: 225px;
	z-index: 2;
	border-radius: 100%;
	text-align: left;
	height: 225px;
	border: 8px solid #fff;
	box-shadow: 0px 0px 10px #0000002b;
	padding: 50px 25px;
}
.img-feature .experience h2 {
	color: #fff;
	font-weight: 900;
	font-size: 50px;
	line-height: 45px;
}
.img-feature .experience h2 span {
	color: #fff;
	font-weight: 800;
	font-size: 20px;
	display: block;
	text-transform: capitalize;
	line-height: 25px;
	margin-top: 10px;
}
.img-feature .small-icon {
	position: absolute;
	background: #fff;
	color: #179e66;
	display: block;
	width: 70px;
	line-height: 70px;
	font-size: 25px;
	text-align: center;
	right: 15px;
	border-radius: 50px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0.5;
	height: 70px;
	top: 42%;
	margin-top: -35px;
}
.img-feature .experience:hover .small-icon{
	opacity:1;
	visibility: ;
	color: #179e66;
}

/* Modern Image features */
.modern-img-feature {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.modern-img-feature:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 20px;
    width: 100%;
    height: 100%;
    background: #0a4797;
}
.modern-img-feature img{
	z-index:400;
	position:relative;
}
.modern-img-feature .video-play a {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	z-index: 333;
	height: 80px;
	color: #64ad4d;
	font-size: 30px;
	text-align: center;
	line-height: 80px;
	background: #fff;
	margin: -40px 0 0 -40px;
	z-index: 2500;
	border-radius: 100%;
}
.modern-img-feature .video-play:hover a{
	background:#64ad4d;
	color:#fff;
}
.side.overlay:before {
    width: 80%;
    background: #179e66;
    transform: rotate(74deg);
    left: -403px;
    z-index: 0;
    opacity: 1;
}
/*======================================
	End Image Feature CSS
========================================*/

/* Mail Success CSS */
.success .mail{
}
.success .mail h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
.success .mail h2 span {
	color: #64ad4d;
}
.success .mail .bizwheel-btn {
	margin-top: 20px;
}
.success .mail .bizwheel-btn i{
	margin-right:10px;
}
/*=======================
  End Mail Success CSS
=========================*/
/*======================================
	End Theme Others CSS
========================================*/


#box{
    border: 1px solid rgb(253, 150, 81);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: rgb(253, 150, 81)
    border-radius: 4px;
    top:50px;
}





/*=============================featuers start =============================*/
.features-area{
    //margin:0px 0 50px;
}
.features-area h2,p
{
	padding-bottom: 20px;
}

.single-features {
    text-align: center;
    margin-top: 30px;
    /* border: 0px solid #ebebeb; */
    /* border-radius: 15%; */
    padding: 5px 15px;
    /* -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 10%); */
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    /* box-shadow: 0 5px 20px rgb(0 0 0 / 10%); */
    /* background: #fff; */
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    border-top: 3px solid transparent;
    transition: all 0.4s ease;
}
.single-features:hover,
.single-features.active{
    /*border-top-color:#179E66;*/
}
.single-features:hover{
    transform:scale(1.03);
    /*-webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);*/
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    /*box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);*/
}
.single-features .icon-head i{
    color:#023a69;
    width:90px;
    height:90px;
    line-height:90px;
    background:#fff;
    border: 1px solid #ebebeb;
    border-radius:100%;
    font-size: 34px;
    position:relative;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.single-features.active .icon-head i,
.single-features:hover .icon-head i {
    background: #023a69;
    color: #fff;
    border-color: transparent;
}
.single-features .icon-head i::after {
    position: absolute;
    width: 20px;
    height: 2px;
    z-index: 3;
    opacity: 1;
    line-height: 20px;
    background: #64ad4d;
    border-radius: 25px;
    left: 50%;
    bottom: 19px;
    content: "";
    margin-left: -10px;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.single-features.active .icon-head i:after,
.single-features:hover .icon-head i:after{
    background:#fff;
}
.single-features h4 {
    margin: 15px 0;
    line-height: inherit;
}
.single-features h4 a {
    font-size: 15px;
    color: #023e61;
    display: inline-block;
}
.single-features p{
    font-size: 14px;
}
.single-features .button{
    margin-top: 15px;
}
.single-features .button .bizwheel-btn {
    background: transparent;
    color: #666;
    padding: 0;
    height: auto;
    box-shadow: none;
    line-height: initial;
    border: none;
}
.single-features .button .bizwheel-btn i {
    margin-right: 10px;
    background: #023e61;
    color: #fff;
    width: 25px;
    border-radius: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single-features.active .bizwheel-btn i,
.single-features:hover .bizwheel-btn  i{
    color:#fff;
    background:#179e66;
}

/*===========================featuers end=========================================================================*/.



.deskContent {
   
    background-repeat: no-repeat;
    background-size: contain; 
}

.phoneContent {
   
 
    background-repeat: no-repeat;
    background-size: contain;
}

/*@media all and (max-width: 959px) {
    .deskContent {display:block;}
    .phoneContent {display:none;}
}

@media all and (max-width: 479px) {
    .deskContent {display:none;}
    .phoneContent {display:block;}
}
*/
 .MobileContent {

     display: none;
     text-align:center;

 }

@media screen and (max-width: 767px) {

 .MobileContent {

     display:block;

 }
 
 #demo .caption h1
 {
 	margin-bottom: 10px!important;
    font-size: 1.3rem!important;
 }

 #demo .caption h2
 {
 	margin-bottom: 10px!important;
    font-size: 1rem!important;
 }
 
 .delicious-btn
 {
 	min-width: 80px!important;
    height: 40px!important;
    font-size: 1rem!important;
    line-height: 40px!important;
 }
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
    background-color: #797a7c;
    border-radius: 15px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

/*****************************WHATSAPP.CSS*****************************/

@font-face {
    font-family: 'SegoeUI';
    src: url('../404.html#SegoeUI') format('svg'),
         url('../404.html') format('truetype'),
         url('../404.html') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'segoeui';
    src: url('../404.html');
    src: url('../404.html?#iefix') format('embedded-opentype'),
         url('../404.html') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'SegoeUI-Light';
    src: url('../404.html#SegoeUI-Light') format('svg'),
         url('../404.html') format('truetype'),
         url('../404.html') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'segoeuil';
    src: url('../404.html');
    src: url('../404.html?#iefix') format('embedded-opentype'),
         url('../404.html') format('woff2');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'SegoeUI-Semibold';
    src: url('../404.html#SegoeUI-Semibold') format('svg'),
         url('../404.html') format('truetype'),
         url('../404.html') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'seguisb';
    src: url('../404.html');
    src: url('../404.html?#iefix') format('embedded-opentype'),
         url('../404.html') format('woff2');
    font-weight: normal;
    font-style: normal;
  }

h1 {
	margin-bottom: 20px;
	line-height:45px;
	margin: 0;
	color:#023e61;
	position:relative;
    font-family: 'Poppins', sans-serif;
	font-weight:400;
}

h2 {
	font-size: 36px;
	line-height:40px;
	text-align: center;
	margin: 0;
	color:#002e5b;
	position:relative;
    font-family: 'Poppins', sans-serif;
	font-weight:400;
}

h3 {
	/*font-size: 18px*/
	line-height:35px;
	margin: 0;
	color:#002e5b;
	position:relative;
    font-family: 'Poppins', sans-serif;
	font-weight:400;
}

h4 {
	font-size: 16px;
	line-height:30px;
	margin: 0;
	color:#023e61;
	position:relative;
    font-family: 'Poppins', sans-serif;
	font-weight:400;
}

h5 {
	font-size: 14px;
	line-height:25px;
	margin: 0;
	color:#023e61;
	position:relative;
    font-family: 'Poppins', sans-serif;
	font-weight:400;
}

h6 {
	font-size: 12px;
	line-height:20px;
	margin: 0;
	color:#023e61;
	position:relative;
    font-family: 'Poppins', sans-serif;
	font-weight:400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #515151;
	margin: 0;
	color:#023e61;
	position:relative;
    font-family: 'Poppins', sans-serif;
	font-weight:400;
}

.about h1 {
	color: #4b4b4b;
	text-align: left;
	font-size: 16px;
	line-height: 13px;
	margin: 0 0 10px;
	padding: 0 15px 0 0;
	display: inline-block;
	position: relative;
}

.headsub {
	font-size: 30px;
	color: #004281
}

.form-group {
	margin: 0 0 20px
}

.form-control::-moz-placeholder {
	text-transform: capitalize;
	color: #999
}

.tg-select select:focus,
.form-control:focus {
	border-color: #999 !important;
	box-shadow: none !important
}

blockquote span {
	clear: both;
	display: block;
	padding: 30px 0 0;
	font: 400 14px/17px 'Open Sans', Arial, Helvetica, sans-serif
}

blockquote span a {
	color: #515151
}

blockquote q {
	width: 100%;
	float: left;
	font-style: italic
}

.btn_bg {
	background: #00293c;
	color: #fff;
	border-color: #00293c!important;
}

.btn_bg span {
	color: #fff
}

.img {
	padding: 7px;
	border: 6px solid #1b3f74;
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	-moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

/*****************RESET.CSS*******************/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html,
body {
	position: relative;
	height: 100%;
  	margin: 0;
}

body {
	color: #515151;
	background: #fff;
	overflow-x: hidden;
  	margin: 0;
}

body,
button,
input,
select,
optgroup,
textarea {
    font-family: 'Poppins', sans-serif;
	font-weight:400;
	color: #023e61;
	font-size: 15px;
	line-height: 24px;
}

html {
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	box-sizing: border-box;
}

* {
	padding:0;
	margin:0;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	box-sizing: content-box;
}

ul {
	margin: 0
}

li {
	line-height: 28px
}

ul ul {
	margin-left: 20px
}

ul,ul li{
	list-style:none;
	padding:0;
	margin:0;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

ol {
	float: none;
	list-style: decimal;
	padding-left: 15px
}

ol ol {
	margin-left: 20px
}

ol li {
	list-style: decimal;
	width: 100%
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

svg:not(:root) {
	overflow: hidden;
}

img {
	height: auto;
	max-width: 100%;
	border: 0;
	width: 100%;
    
    /*background: #F1F1FA;*/
  display: block;
  margin: auto;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	background-color: transparent;
	max-width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-spacing: 0;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
	border-top: 1px solid #d2d2d2;
	border: 1px solid #d2d2d2;
	line-height: 2.5;
	padding-left: 3px;
	text-align: center;
	vertical-align: top
}

table thead tr th {
	border-top: 1px solid #d2d2d2;
	text-align: center;
	text-transform: capitalize
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
	border-top: 1px solid #d2d2d2
}

table>thead>tr>th {
	border-bottom: 2px solid #d2d2d2;
	vertical-align: bottom
}

table>caption+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>th,
table>thead:first-child>tr:first-child>th,
table>caption+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>td,
table>thead:first-child>tr:first-child>td {
	border-bottom: 0
}

table>tbody+tbody {
	border-top: 2px solid #d2d2d2
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	padding: 6px 10px
}

th {
	text-align: left
}

td,
th {
	padding: 0;
}

.table {
	display: table;
	width: 100%;
	height: 100%;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}

p {
	color:#666;
	margin: 0;
	letter-spacing: normal;
	line-height: 24px;
	/*margin: 0 0 20px;*/
	font-size: 16px;
}
img,a,input,h1, h2, h3, h4, h5, h6{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
a,ul,ul li,button,input,textarea{
    font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size: 15px;
}
dfn, cite, em, i {
	font-style: italic;
}
address {
	margin: 0 0 1.5em;
	font-style: italic;
}

pre {
	background: #eee;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}

figure {
	margin-bottom: 6px;
	position: relative;
	margin: 1em 40px;
}

strong {
	color: #08283c
}

iframe {
	border: none;
	float: left;
	width: 100%
}

button {
	border: none;
	overflow: visible;
	text-transform: none;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

label {
	color: #414141;
	display: block;
	font-weight: 400;
	margin-bottom: 10px
}

form p {
	float: left;
	position: relative;
	width: 100%
}

form p span i {
	color: #474747;
	left: 16px;
	position: absolute;
	top: 13px
}

option {
	padding: 5px 15px
}



p ins {
	color: #999
}

dl dd {
	margin-left: 20px
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	-webkit-appearance: button;
	cursor: pointer;
}

textarea,
select,
.tg-select select,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	outline: none;
	color: #666;
	height: 50px;
	background: #fff;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 20px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 3px;
	border: 1px solid #ccc;
	box-shadow: none;
	text-transform: capitalize;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}

select {
	border: 1px solid #ccc;
	text-transform: none;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: blue;
	text-decoration: none
}

a:hover, a:focus, a:active {
	color: blue;
	outline: none;
	text-decoration: none
}

/* Margin Top Fix */
.m-top-10{margin-top:10px;}
.m-top-20{margin-top:20px;}
.m-top-30{margin-top:30px;}
.m-top-35{margin-top:35px;}
.m-top-40{margin-top:40px;}
.m-top-50{margin-top:50px;}
.m-top-60{margin-top:60px;}
.m-top-70{margin-top:70px;}
.m-top-80{margin-top:80px;}
.m-top-90{margin-top:90px;}
.m-top-100{margin-top:100px;}

/* Margin Bottom Fix */
.m-bottom-10{margin-bottom:10px;}
.m-bottom-20{margin-bottom:20px;}
.m-bottom-30{margin-bottom:30px;}
.m-bottom-40{margin-bottom:40px;}
.m-bottom-50{margin-bottom:50px;}
.m-bottom-60{margin-bottom:60px;}
.m-bottom-70{margin-bottom:70px;}
.m-bottom-80{margin-bottom:80px;}
.m-bottom-90{margin-bottom:90px;}
.m-bottom-100{margin-bottom:100px;}

/* Margin Left Fix */
.m-left-10{margin-left:10px;}
.m-left-20{margin-left:20px;}
.m-left-30{margin-left:30px;}

/* Margin Right Fix */
.m-right-10{margin-right:10px;}
.m-right-20{margin-right:20px;}
.m-right-30{margin-right:30px;}

/* Paddtin Top Fix */
.p-top-10{padding-top:10px;}
.p-top-20{padding-top:20px;}
.p-top-30{padding-top:30px;}
.p-top-40{padding-top:40px;}
.p-top-50{padding-top:50px;}
.p-top-60{padding-top:60px;}
.p-top-70{padding-top:70px;}
.p-top-80{padding-top:80px;}
.p-top-90{padding-top:90px;}
.p-top-100{padding-top:100px;}

/* padding Bottom Fix */
.p-bottom-10{padding-bottom:10px;}
.p-bottom-20{padding-bottom:20px;}
.p-bottom-30{padding-bottom:30px;}
.p-bottom-40{padding-bottom:40px;}
.p-bottom-50{padding-bottom:50px;}
.p-bottom-60{padding-bottom:60px;}
.p-bottom-70{padding-bottom:70px;}
.p-bottom-80{padding-bottom:80px;}
.p-bottom-90{padding-bottom:90px;}
.p-bottom-100{padding-bottom:100px;}

/* Padding Left Fix */
.p-left-10{padding-left:10px;}
.p-left-20{padding-left:20px;}
.p-left-30{padding-left:30px;}

/* Margin Right Fix */
.p-right-10{padding-right:10px;}
.p-right-20{padding-right:20px;}
.p-right-30{padding-right:30px;}

.slicknav_menu{
	display:none;
}
#scrollUp {
	right:30px;
	z-index: 33;
	bottom:40px;
	text-align: center;
}
#scrollUp i {
	height: 38px;
	width: 38px;
	line-height: 34px;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.32);
	border-radius: 3px;
	font-size: 25px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	color: #34a1d1;
	border-radius: 100%;
}
#scrollUp i:hover{
	background:#007bff;
	color:#fff;
}
.section-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}

.about-us{
	margin: 50px 0;
}
.section-bg{
	/*background:#F4F9FC;*/
}

.section-title h1 {
    font-family: 'Poppins', sans-serif;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    color: #0e2d57;
    line-height: initial;
    line-height: 42px;
    margin-bottom: 20px;
}
.section-title h1 span {
    display: inline-block;
    color: #fff;
    position: relative;
    border-radius: 50px;
    padding: 5px 15px;
    line-height: initial;
    font-size: 13px;
    background: #75c5e8;
    margin-bottom: 15px;
}
.section-title h1 span:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    border-top: 8px solid #75c5e8;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left: -8px;
}
.section-title h1 b {
    display: block;
}

.about-us .section-title h2 {
    color: #023e61;
    font-weight: bold;
    margin-bottom: 20px;
}

.section-title.style2 h1 {
    margin-bottom: 0px;
}
.section-title.style2 h4 {
    //font-size: 15px;
    font-weight: 400;
}
.section-title p {
    display: block;
    /* font-size: 15px; */
}
/* Style Two */
.section-title.style2{
	overflow:hidden;
}
.section-title.style2 .section-top {
    float: left;
    width: 50%;
    text-align: left;
}
.section-title.style2 .section-bottom {
    float: right;
    width: 50%;
    text-align: right;
}
.section-title.style2 .text-style-two {
    margin-top: 60px;
}

/* Text Left */
.section-title.text-left .icon:after {
    display: none;
}
.section-title.text-left .icon:before {
    left: 30px;
}
/* Text Right */
.section-title.text-right .icon:before {
    display: none;
}
.section-title.text-right .icon:after {
    right: 30px;
}

.container{
	max-width:1170px;
}
.overlay{
	position:relative
}
.overlay::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background: #023e61;
	content: "";
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
}
.overlay.primary:before{
	background:#1A9F68;
}
.custom-shadow{
	box-shadow: 0px 20px 60px #00000024;
}
.bizwheel-btn {
	text-align: center;
	margin: 0;
	padding: 13px 32px;
	background: #1A9F68;
	color: #fff;
	font-size: 15px;
	border-radius: 0px;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
	border: 2px solid transparent;
	margin-right: 15px;
}
.bizwheel-btn:last-child{
	margin:0;
}
.bizwheel-btn i{
	padding-left:6px;
}

.bizwheel-btn.radius{
	border-radius:50px;
}
.bizwheel-btn:hover,.bizwheel-btn.theme-2:hover{
	background:#023e61;
	color:#fff;
	box-shadow:0 10px 10px -8px rgba(0, 0, 0, 0.5);
}

.fixedWp{
    position: fixed;
    left: 0;
    top: 78%;
    z-index: 999;
    visibility: visible; 
    animation-duration: 2s; 
    animation-delay: 1s; 
    animation-name: fadeInLeft;
}
.fixedWp img{
	width: 45px;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}




/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}


/***********************STYLES.CSS*************************/



/*---------------------------------
* 06. Home Banner
-----------------------------------*/
.full-screen {
  min-height: 600px;

}

.home-banner {
  /*background: #c8ced7;*/
  /*margin-top: -5%;*/
  background-image: url(../img/slider-image/slider-bg2-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

.home-banner h1{
  text-shadow: 4px 1px 20px #222;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.home-banner h3{
  text-shadow: 4px 1px 20px #222;
  color: #fff;
  margin-bottom: 20px;
}

.home-banner ul li:before{
  content: '\f00c';
  font-family: fontAwesome;
  font-weight: bold;
  margin-right: 10px;
  color: #64ad4d;
  font-size: 25px;
  text-shadow: 4px 1px 20px #222;
}

.home-banner ul li
{
	font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 4px 1px 20px #222;
    display: flex;
    flex-direction: row;
    text-align: left;
}

.home-banner h4{
  color: #292929;
  font-size: 1.5rem!important;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.home-banner h5 {
  color: #292929;
  font-size: 80px;
  font-weight: 600;
  margin: 0 0 25px -6px;
  line-height: 70px;
  text-transform: capitalize;
  letter-spacing: 4px;
}
.home-banner p {
  color: #292929;
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.home-banner p span {
 text-transform: uppercase;
 color: #fff;
 padding: 0 5px;
}

@media(max-width: 1100px){
  .home-banner h5 {
    font-size: 70px;
  }
}
@media(max-width: 991px){
  .home-banner h4 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .home-banner h5 {
    font-size: 38px;
    font-weight: 600;
    margin: 0 0 15px -6px;
    line-height: 38px;
  }
  .home-banner p {
    font-size: 13px;
    margin: 15px 0 15px;
  }
  
}

@media(max-width: 767px){
  .home-banner .home-text {
    /*margin: 20px 0 20px;
    position: relative;
    z-index: 1;*/
    max-width:50%;
  }

.home-banner h1{
  font-size: 5vw;
    margin: 0;
    line-height: 15px;
    text-align: left;
    margin-top: 30px;
}

.home-banner h3{
  font-size: 4vw;
    text-align: left;
}

.home-banner ul li:before{
  
  margin-right: 10px;
  font-size: 20px;
}

.home-banner ul li
{
	font-size: 3.5vw;
    margin-bottom: 10px;
    line-height: 20px;
}
  .home-banner
  {
  	background-position: 65% 100%;
  }
  
  .full-screen 
  {
  	min-height: 70vh;
	}
}
@media(max-width: 1024px){
	.home-banner
  {
  	/*background-position: center;*/
  }
}

/* Button */
.delicious-btn {
  display: inline-block;
  min-width: 160px;
  height: 60px;
  color: #ffffff;
  border: none;
  border-left: 3px solid #1c8314;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 58px;
  font-weight: 600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background-color: #40ba37;
}

.delicious-btn.active, .delicious-btn:hover, .delicious-btn:focus {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #1c8314;
  border-color: #40ba37;
}

.ftco-animate {
  opacity: 0;
  visibility: hidden; }
  
.copyright-content a
{
	color: #fff !important;
    font-weight:bold;
}

.latest-blog
{
	margin: 50px 0;
}

.sidebar-contact{
  position:fixed;
  top:65%;
  right:-350px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding:40px;
  background:#fff;
  border: 1px solid;
  box-sizing:border-box;
  transition:0.5s;
  z-index: 1;
}
.sidebar-contact.active{
  right:0;
}
.sidebar-contact input,
.sidebar-contact textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
}
.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
.sidebar-contact input[type="submit"]{
  background:#023e61;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}
.open-toggle{
  position: fixed;
    height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
    background:#002e5b;
    bottom: 88px;
    right: 0;
    line-height: 48px;
    visibility: visible; 
    animation-duration: 2s; 
    animation-delay: 1s; 
    animation-name: fadeInRight;
    z-index: 1;
}
.open-toggle:before{
  content:'\f003';
  /*content:'enquery form';*/
  transform: rotate(90deg);
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
}
.close-toggle:before{
  content: '\f00d';
    font-family: fontAwesome;
    color: #fff;
    position: fixed;
    top: 0;
    height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
    background: #023e61;
    bottom: 170px;
    right: 0;
    line-height: 48px;
}

/**Styling scrollable elements*/

.js-scroll {
  opacity: 0;
  transition: opacity 1s;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1.5s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1.5s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1.5s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-2-11 23:32:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
 
 @keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
::marker {
    unicode-bidi: isolate;
    font-variant-numeric: ;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}


/*ann css start here*/

.text-size a{
    font-size: 23px !important;
    font-weight: bold;
    color: #002e5b;
}

.box-shadow{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    padding: 15px;
    border-radius: 10px;
}

.text-deco{
    font-weight: bolder;
    color: green;
    opacity: 1;
    text-shadow: 2px 2px  #000;
}

.backrod{
    background-color: #fff;
    border-radius: 10px;
    opacity: 0.9;
}


/*our team*/
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}
.textal {
  color: #fff!important;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.max-min:hover .overlay {
  opacity: 1;
}

.mytexture{
    text-align: center;
    color: #fff;
    padding-top: 8px;
    background-color: green;
}

.mypara{
    color: #fff;
}

/*our team new*/

.img-head{
    border-radius: 50%;
    border:2px solid #002e5b;
}


.social-icoons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.social-icoons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: white;
    background-color:transparent; 
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
}

.social-icoons li a:hover {
    text-decoration: none;
}

.social-icoons li a i {
    font-size: 20px;
    /*border: 1px solid;*/
    border-radius: 50%;
    /*padding-left: 11px;*/
    box-shadow: 0px 1px 5px 0px #faf8f8;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.face{
    background-color: #3b5998;
    color: white!important;
    border: 0px solid #3b5998;
    
}
.twitt{
    background-color:#00acee;
    color: white!important;
     border: 0px solid #00acee;
     
}
.linkedin{
    background-color:#0077b5;
    color: white!important;
     border: 0px solid #0077b5;
     
}

.tube{
    background-color:#FF0000;
    color: white!important;
     border: 0px solid #FF0000;
     
}
.insta{
    background-image:linear-gradient(to bottom right,#feda75, #fa7e1e, #d62976,  #962fbf, #4f5bd5);
    color: white!important;
     border: 0px solid #3b5998;
     
}

.face:hover {
    transform: scale(1.075);
}
.tube:hover {
    transform: scale(1.075);
}
.linkedin:hover {
    transform: scale(1.075);
}
.insta:hover {
    transform: scale(1.075);
}




/* CSS */
.button-61 {
  align-items: center;
  appearance: none;
  border-radius: 4px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 1px -2px,rgba(0, 0, 0, .14) 0 2px 2px 0,rgba(0, 0, 0, .12) 0 1px 5px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: Roboto,sans-serif;
  font-size: .875rem;
  font-weight: 500;
  height: 36px;
  justify-content: center;
  letter-spacing: .0892857em;
  line-height: normal;
  min-width: 64px;
  outline: none;
  overflow: visible;
  padding: 0 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  will-change: transform,opacity;
}

.button-61:hover {
  box-shadow: rgba(0, 0, 0, .2) 0 2px 4px -1px, rgba(0, 0, 0, .14) 0 4px 5px 0, rgba(0, 0, 0, .12) 0 1px 10px 0;
}

.button-61:disabled {
  background-color: rgba(0, 0, 0, .12);
  box-shadow: rgba(0, 0, 0, .2) 0 0 0 0, rgba(0, 0, 0, .14) 0 0 0 0, rgba(0, 0, 0, .12) 0 0 0 0;
  color: rgba(0, 0, 0, .37);
  cursor: default;
  pointer-events: none;
}

.button-61:not(:disabled) {
  background-color: #000;
}

.button-61:focus {
  box-shadow: rgba(0, 0, 0, .2) 0 2px 4px -1px, rgba(0, 0, 0, .14) 0 4px 5px 0, rgba(0, 0, 0, .12) 0 1px 10px 0;
}

.button-61:active {
  box-shadow: rgba(0, 0, 0, .2) 0 5px 5px -3px, rgba(0, 0, 0, .14) 0 8px 10px 1px, rgba(0, 0, 0, .12) 0 3px 14px 2px;
  background: #A46BF5;
}





/* CSS */
.button-18 {
  align-items: center;
  background-color: #0e2fda;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #fff!important;
  cursor: pointer;
  display: inline-flex;
  font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.button-18:hover,
.button-18:focus { 
  background-color: blue;
  color: #ffffff;
}

.button-18:active {
  background: #09223b;
  color: rgb(255, 255, 255, .7);
}

.button-18:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}

.anyimg{
	height: 200px;
	width: 200px;
	border: 5px groove #023e61;
	border-radius: 50%;
}




/* CSS */
.button-17 {
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
}

.button-17:hover {
  background: #F6F9FE;
  color: #174ea6;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}


/*my images model with text pop up*/

/* CSS */
.button-7 {
  background-color: #0095ff;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: rgba(255, 255, 255, .4) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15385;
  margin: 0;
  outline: none;
  padding: 8px .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

.button-7:hover,
.button-7:focus {
  background-color: #07c;
}

.button-7:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.button-7:active {
background-color: #0064bd;
box-shadow: none;
}

.text-dark{
color: #000;
font-weight: bold;
	
}

.text-decoo{
color: #000;
font-weight: bold;
background-color: #aadd33;
padding:10px;
}

.text-anti{
color: #fff;
font-weight: 300;
background-color: #023e61;
padding:10px;
}
/*my new model box with hover*/


.image {
width: 100%;
height: auto;
/*border-radius: 20px;*/
transition: all 0.3s ease-in-out;
z-index: 20;
box-shadow: 10px 10px 53px 0px rgba(0, 0, 0, 0.49);
}
.card-wrapper {
position: relative;
width: 100%;
height: auto;
overflow: hidden;
transition: all 0.3s ease-in-out;
box-shadow: 10px 10px 53px 0px rgba(0, 0, 0, 0.49);
}
.card-wrapper:hover .image {
filter: blur(1.4px);
transform: scale(1.5);
overflow: hidden;
transition: all 0.3s linear;
box-shadow: inset -6px -1px 32px 0px rgba(0, 0, 0, 0.75);
}
.card-wrapper:hover .card-bottom {
transform: translate(0%, -45%);
transition: all 0.8s ease;
background-color: rgba(248 150 30);

}
.card-top {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
}
.card-bottom {
width: 100%;
position: absolute;
z-index: 20;
display: nonee;
top: 50%;
background-color: rgba(110, 122, 92, 0);
padding: 139px 20px;
color: #fff;
 transition: .5s ease;
}
.top-text {
font-size: 19px;
line-height: 41px;
font-weight: bold;
letter-spacing: 1px;
}
.bottom-text {
font-size: 15px;
}
.button {
position: relative;
display: block;
outline: none;
cursor: pointer;
margin-top: 1px;
border: none;
border-radius: 3px;
background-color: #f8961e;
color: #fff;

}

.header-4{
color: #fff;
/*padding: 7px 0px;*/
font-size: 14px;
text-transform: uppercase;
}

 .post {
color: #fff;
display: block;
padding-bottom: 5px;
border-bottom: 1px dashed #fff;
}

.experts-details {
color: #fff;
padding-bottom: 5px;
display: block;
margin-bottom: 5px;
border-bottom: 1px dashed #fff;
}

.btn-readmore {
border: none;
color: #fff;
background: #082b4a;
display: inline-block;
padding: 8px 26px;
transition: 0.4s all ease;
}


/*pop up button*/

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.scroll-box {
    width: auto; /* Adjust the width as needed */
    height: 303px; /* Adjust the height as needed */
    overflow: auto;
    border: 1px solid #ccc;
    padding: 10px;
}

.bg-c{
	background-color: #75c4e7;
}

.box-shsw{
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px, rgb(51, 51, 51) 0px 0px 0px 2px;
}



/* Define your ticker styles here */
        .ticker-container {
/*            width: 100%;*/
            overflow: hidden;
        }

        .ticker {
            white-space: nowrap;
            animation: ticker-scroll 20s linear infinite;
        }

        @keyframes ticker-scroll {
            0% {
                transform: translateX(100%);
            }
            100% {
                transform: translateX(-100%);
            }
        }

/* Define your ticker styles here */

.articles1 li{
	display: inline-flex;
	list-style: decimal;
	list-style-position: inside;
}

.higherlit li{
	background: #75c5e8;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
}


.social-icons li a i{
	color: #fff;
}


.green{
	color: #90EE90;
	font-weight: bold;
}

.india-color{
	background-color: #75c4e7;
	padding: 8px; color: #fff;
    font-weight: bolder;
}


















