body {
	font-family: "Open Sans", sans-serif;
	color: #444444;
	font-size: 0.9rem;
}
a {
	color: #0a6cb2;
}
p a:hover {
	color: #0a6cb2;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Raleway", sans-serif;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
	position: fixed;
	display: none;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
}
.back-to-top i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	background: #e96b56;
	color: #fff;
	transition: all 0.4s;
}
.back-to-top i:hover {
	background: #e6573f;
	color: #fff;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
	background: #fbfbfb;
	padding: 6px 0;
	font-size: 11px;
}
#topbar .contact-info {
	color: #000000;
	font-weight: bold;
}
#topbar .contact-info a {
	line-height: 1;
	color: #000000;
	transition: 0.3s;
}
#topbar .contact-info .icofont-phone {
	padding-left: 20px;
}
#topbar .social-links a {
	color: #000000;
	padding: 4px 0 4px 16px;
	display: inline-block;
	line-height: 1px;
	transition: 0.3s;
}
#topbar .social-links a:hover {
	color: #e96b56;
}
#topbar .social-links a:first-child {
	border-left: 0;
}
#topbarmenu {
	background: rgba(14, 114, 185, 1);
	background: -moz-linear-gradient(
		top,
		rgba(14, 114, 185, 1) 0%,
		rgba(14, 114, 185, 1) 57%,
		rgba(6, 97, 161, 1) 100%
	);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(14, 114, 185, 1)),
		color-stop(57%, rgba(14, 114, 185, 1)),
		color-stop(100%, rgba(6, 97, 161, 1))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(14, 114, 185, 1) 0%,
		rgba(14, 114, 185, 1) 57%,
		rgba(6, 97, 161, 1) 100%
	);
	background: -o-linear-gradient(top, rgba(14, 114, 185, 1) 0%, rgba(14, 114, 185, 1) 57%, rgba(6, 97, 161, 1) 100%);
	background: -ms-linear-gradient(top, rgba(14, 114, 185, 1) 0%, rgba(14, 114, 185, 1) 57%, rgba(6, 97, 161, 1) 100%);
	background: linear-gradient(
		to bottom,
		rgba(14, 114, 185, 1) 0%,
		rgba(14, 114, 185, 1) 57%,
		rgba(6, 97, 161, 1) 100%
	);

	padding: 0px 0;
	font-size: 11px;
	border-bottom: 2px solid #f26828;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	height: auto;
	transition: all 0.5s;
	z-index: 997;
	transition: all 0.5s;
	padding: 10px 0;
	background-image:
    url('../../../assets/img/Header_bg.jpg');
    background-size: cover;
	/* background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
	background: -webkit-gradient(
		left top,
		left bottom,
		color-stop(0%, rgba(255, 255, 255, 1)),
		color-stop(100%, rgba(241, 241, 241, 1))
	);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0 ); */
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	position: relative;
}
#header .logo h1 {
	font-size: 26px;
	padding: 0 0 0 8px;
	margin: 11px 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	border-left: 8px solid #e96b56;
}
#header .logo h1 a,
#header .logo h1 a:hover {
	color: #545454;
	text-decoration: none;
}
#header .logo img {
	padding: 0;
	margin: 0;
	max-height: 80px;
}
.heading {
	color: #0c6eb4;
	font-size: 16px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-menu > ul > li {
	position: relative;
	white-space: nowrap;
	float: left;
}
.nav-menu a {
	display: block;
	position: relative;
	color: #ffffff;
	padding: 13px 31px;
	transition: 0.3s;
	font-size: 14px;
	font-family: "Poppins", sans-serif;
}
.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
	color: #ffffff;
	text-decoration: none;
	background-color: #f26828;
}
.nav-menu .drop-down ul {
	display: block;
	position: absolute;
	left: 0px;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 10px 0;
	background-color: #053f67;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	/* transition: ease all 0.3s; */
}
.nav-menu .drop-down:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
.nav-menu .drop-down li {
	min-width: 180px;
	position: relative;
}
.nav-menu .drop-down ul a {
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
}
.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active > a,
.nav-menu .drop-down ul li:hover > a {
	color: #ffffff;
	background-color: #f26828;
}
.nav-menu .drop-down > a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 5px;
}
.nav-menu .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}
.nav-menu .drop-down .drop-down:hover > ul {
	opacity: 1;
	top: 0;
	left: 100%;
}
.nav-menu .drop-down .drop-down > a {
	padding-right: 35px;
}
.nav-menu .drop-down .drop-down > a:after {
	content: "\eaa0";
	font-family: IcoFont;
	position: absolute;
	right: 15px;
}
@media (max-width: 1366px) {
	.nav-menu .drop-down .drop-down ul {
		left: -90%;
	}
	.nav-menu .drop-down .drop-down:hover > ul {
		left: 100%;
	}
	.nav-menu .drop-down .drop-down > a:after {
		content: "\ea9d";
	}
}
/* Mobile Navigation */
.mobile-nav-toggle {
	position: fixed;
	right: 15px;
	top: 28px;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}
.mobile-nav-toggle i {
	color: #e96b56;
}
.mobile-nav {
	position: fixed;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	z-index: 9999;
	overflow-y: auto;
	background: #fff;
	transition: ease-in-out 0.2s;
	opacity: 0;
	visibility: hidden;
	border-radius: 10px;
	padding: 10px 0;
}
.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-nav a {
	display: block;
	position: relative;
	color: #545454;
	padding: 10px 20px;
	font-weight: 500;
	outline: none;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
	color: #e96b56;
	text-decoration: none;
}
.mobile-nav .drop-down > a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}
.mobile-nav .active.drop-down > a:after {
	content: "\eaa1";
}
.mobile-nav .drop-down > a {
	padding-right: 35px;
}
.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}
.mobile-nav .drop-down li {
	padding-left: 20px;
}
.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(59, 59, 59, 0.6);
	overflow: hidden;
	display: none;
	transition: ease-in-out 0.2s;
}
.mobile-nav-active {
	overflow: hidden;
}
.mobile-nav-active .mobile-nav {
	opacity: 1;
	visibility: visible;
}
.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
	width: 100%;
	height: 70vh;
	background-color: rgba(59, 59, 59, 0.8);
	overflow: hidden;
	padding: 0;
	margin-bottom: -120px;
	position: relative;
	z-index: 1;
}
#hero .carousel-item {
	width: 100%;
	height: 70vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-position: center center;
}
#hero .carousel-item::before {
	content: "";
	/* background-color: rgba(255, 255, 255, 0.6); */
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
#hero .carousel-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	padding-bottom: 120px;
}
#hero .carousel-content {
	text-align: center;
}
#hero h2 {
	color: #2e2e2e;
	margin-bottom: 30px;
	font-size: 48px;
	font-weight: 700;
}
#hero h2 span {
	color: #e96b56;
}
#hero p {
	width: 80%;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	margin: 0 auto 30px auto;
	color: arken(#545454, 15);
}
#hero .carousel-inner .carousel-item {
	transition-property: opacity;
	background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
	opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
	opacity: 1;
	transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
	left: 0;
	transform: translate3d(0, 0, 0);
}
#hero .carousel-control-prev,
#hero .carousel-control-next {
	width: 10%;
}
#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
	background: none;
	font-size: 48px;
	line-height: 1;
	width: auto;
	height: auto;
	color: #545454;
}
#hero .carousel-indicators li {
	cursor: pointer;
	background: #e96b56;
	overflow: hidden;
	border: 0;
	width: 12px;
	height: 12px;
	border-radius: 50px;
	margin-bottom: 180px;
	opacity: 0.2;
}
#hero .carousel-indicators li.active {
	opacity: 1;
}
#hero .btn-get-started {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 50px;
	transition: 0.5s;
	line-height: 1;
	margin: 10px;
	color: #fff;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	border: 2px solid #e96b56;
	background: #e96b56;
}
#hero .btn-get-started:hover {
	background: transparent;
	color: #e96b56;
	text-decoration: none;
}
@media (max-height: 768px), (max-width: 1200px) {
	#hero {
		margin-bottom: 40px;
	}
	#hero .carousel-container {
		padding-bottom: 0;
	}
	#hero .carousel-indicators li {
		margin-bottom: 0;
	}
}
@media (max-width: 768px) {
	#hero {
		height: 90vh;
	}
	#hero .carousel-item {
		height: 90vh;
	}
	.logo-undp {
		margin-right: 30px;
	}
}
@media (min-width: 1024px) {
	#hero p {
		width: 50%;
	}
	#hero .carousel-control-prev,
	#hero .carousel-control-next {
		width: 5%;
	}
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
	padding: 10px 0 10px 0;
}
.section-bg {
	background-color: #f6f6f6;
}
.section-title {
	text-align: center;
	padding-bottom: 30px;
}
.section-title h2 {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	font-family: "Poppins", sans-serif;
}
.section-title h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: #e96b56;
	bottom: 0;
	left: calc(50% - 25px);
}
.section-title p {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
	font-weight: 600;
	font-size: 26px;
	color: #545454;
}
.about .content ul {
	list-style: none;
	padding: 0;
}
.about .content ul li {
	padding-bottom: 10px;
}
.about .content ul i {
	font-size: 20px;
	padding-right: 4px;
	color: #e96b56;
}
.about .content p:last-child {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .owl-item {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
}
.clients .owl-item img {
	/* opacity: 0.5; */
	width: 70%;
	transition: 0.3s; /* -webkit-filter: grayscale(100);
  filter: grayscale(100); */
}
.clients .owl-item img:hover {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}
.clients .owl-nav,
.clients .owl-dots {
	margin-top: 5px;
	text-align: center;
}
.clients .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #f6f6f6 !important;
}
.clients .owl-dot.active {
	background-color: #e96b56 !important;
}
.listitem ul {
	list-style: none;
	padding: 0;
	margin-left: 1rem;
}
.listitem ul li {
	text-indent: -2em;
}
.listitem li:before {
	content: "\eaa0";
	font-family: IcoFont;
	font-size: 16px;
	color: #0a6cb2;
	font-weight: bolder;
	padding-left: 1rem;
	position: relative;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: #ffffff;
	padding: 0 0 0px 0;
	color: #000000;
	font-size: 14px;
}
#footer .footer-top {
	background: #0a6cb2;
	/* border-top: 1px solid #474747;
  border-bottom: 1px solid #474747; */
	padding:2px;
}
#footer ul li a {
	color: #222222;
}
#footer .footer-top .footer-info {
	margin-bottom: 30px;
}
.menuitem {
	position: relative;
	padding: 10px 20px 10px 10px;
	font-size: 17px;
	font-weight: bold;
	position: relative;
	color: #fff;
	background: #0b6db2;
}
.menuitem:after {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: #0b6db2;
	transform-origin: bottom left;
	-ms-transform: skew(-30deg, 0deg);
	-webkit-transform: skew(-30deg, 0deg);
	transform: skew(-30deg, 0deg);
}

.clients .owl-item {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0px;
}
/* .menuitem:after {
  position: absolute;
  width: 0; 
height: 0; 
border-left: 0px solid transparent;
border-right: 20px solid transparent;
border-bottom: 22px solid #0b6db2;
  content: '';
} */
.cardDesign2 {
	background: #1e5799 !important; /* Old browsers */
	background: -moz-linear-gradient(to left, #1e5799 0%, #006ea9 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(to left, #1e5799 0%, #006ea9 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(
		to right,
		#1e5799 0%,
		#006ea9 100%
	) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#006ea9',GradientType=1 ); /* IE6-9 */
	padding: 0.3rem 1rem !important;
	border-radius: 11px !important;

	cursor: pointer;
	color: #ffffff;
	font-weight: 500;
}

.cardDesign3 {
	background: #3678ce;
	background: -moz-linear-gradient(top, #3678ce 0%, #3678ce 100%);
	background: -webkit-linear-gradient(top, #3678ce 0%, #3678ce 100%);
	background: linear-gradient(to bottom, #3678ce 0%, #3678ce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3678ce', endColorstr='#3678ce',GradientType=0 );
	padding: 0.5em 1rem !important;
	/* border-radius:11px !important; */

	cursor: pointer;
	color: #ffffff;
	font-weight: 500;
	font-size: 18px;

}

.cardDesign .card-body > h5 {
	color: #005084 !important;
	font-size: 16px !important;
	font-weight: bold !important;
}

.cardDesign {
	border: 1px solid #09b3aa !important;
}
.menuitem {
	position: relative;
	padding: 10px 20px 10px 10px;
	font-size:17px;
	font-weight: bold;
	position: relative;
	color: #FFF;
	background: #0b6db2;
}
.menuitem :after {
	content: " ";
	position: absolute !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 ;
	left: 0;
	z-index: -1;
	background: #0b6db2;
	transform-origin: bottom left;
	-ms-transform: skew(-30deg, 0deg) !important;
	-webkit-transform: skew(-30deg, 0deg) !important;
	transform: skew(-30deg, 0deg) !important;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
  }
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }
  
  .twitter {
	font: normal normal 10px Arial;
	text-align: center;
	color: #998578;
	text-transform: uppercase;
	letter-spacing: 3px;
  }
  
  .twitter {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 14px;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
  }
  
  .twitter:hover {
	color: #FF7D6D;
	text-decoration: none;
  }
  


  /* Floating Social Media Bar Style Starts Here */
  
  .fl-fl {
	border-radius: 18px 00 00 18px;
	text-transform: uppercase;
	size: 6em;
	letter-spacing: 3px;
	padding: 4px;
	width: 190px;
	position: fixed;
	right: -150px;
	z-index: 1000;
	font: normal normal 10px Arial;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
  }
  
  .faicon {
	font-size: 10px;
	color: #fff;
	padding: 15px 0;
	width: 50px;
	margin-left: 12px;
  }
  
  .fl-fl:hover {
	right: 0;
  }
  
  .fl-fl a {
	color: #fff !important;
	text-decoration: none;
	width: 10px;
	text-align: center;
	line-height: 43px!important;
	vertical-align: top!important;
  }
  
  .float-fb {
	top: 200px;
	background: #4267B2;
  }
  
  .float-tw {
	top: 250px;
	background:#1DA1F2;
  }
  
  .float-gp {
	top: 270px;
  }
  
  .float-rs {
	top: 300px;
	background:#FF0000;
  }
  
  .float-ig {
	top: 350px;
	background:  radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);;
  }
  
  .float-pn {
	top:400px;
	background:#0077b5;
  }
  .singleselect .multiselect-item-checkbox {
    padding: 0px !important;
    }
    /* .singleselect input[type=checkbox]+div:before {
    display: none;
    }
    
    .singleselect input[type=checkbox]+div:after {
    display: none;
    }
    
    .singleselect input[type=checkbox]+div {
    padding: 6px 10px !important;
    }
    
    .singleselect input[type=checkbox]:checked+div {
    background-color: #337ab7 !important;
    color: #fff !important;
    } */




	.sidebar-toggle-desktop, .div_desktop{display: block;}
	.div_mobile{display: none !important;}
	@media (max-width: 767px) {
	  .sidebar-toggle-mobile, .div_mobile{display: block !important;}
	  .sidebar-toggle-desktop, .div_desktop {display: none !important;}
	  .sidebar-expanded{position: absolute; z-index: 1;}
	  .navbar_padding{padding: 0.5rem !important;}
	}