/*
Theme Name: Twenty Seventeen
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, 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.
*//*
==========================
1 Fonts
==========================
*/
icon-text @import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i|Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
/*
==========================
2 Body
==========================
*/

body {
	font-family: 'Lato', "Josefin Sans", sans-serif;
	font-size: 16px;
	color: #777;
	line-height: 1.8em;
	background: #ffffff;
	-webkit-font-smoothing: antialiased;
	max-width: 100%;
	overflow-x: hidden;
}
/*
==========================
3 Default Css
==========================
*/
/* 3.1 Reset Style */

img {
	max-width: 100%;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
	color: inherit;
}
p, em {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.6em;
	color: #475055;
	text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-weight: bold;
	margin: 0px;
	background: none;
	line-height: 1.6em;
	font-family: 'Josefin Sans', sans-serif;
	color: #000;
	text-transform: capitalize;
}
.small-text-center {
	text-align: center;
}
/* 3.2 Form Inputs */

input[type=text], input[type=email], input[type=search], input[type=password], input[type=number], select {
	padding: 0 20px;
	border: 0;
	display: inline-block;
	width: 100%;
	border: 1px solid #cccccc;
	outline: none;
	height: 40px;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #777777 !important;
}
textarea {
	padding: 0 20px;
	border: 0;
	display: inline-block;
	width: 100%;
	background-color: #eeeeee;
	outline: none;
	font-size: 16px;
	resize: none;
}
input[type=radio] {
	position: absolute;
	visibility: hidden;
}
input[type=checkbox] {
	position: absolute;
	visibility: hidden;
}
.box-check:before {
	display: block;
	position: absolute;
	content: "\f00c";
	border-radius: 0;
	top: 0;
	left: 1px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
	font: normal normal normal 11px/1 FontAwesome;
	opacity: 0;
}
.box-check {
	display: block;
	position: absolute;
	border: 2px solid;
	border-radius: 0;
	height: 15px;
	width: 15px;
	top: 17px;
	margin-top: -10px;
	left: 0;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
.check {
	border: 5px solid #FFFFFF;
}
.check::before {
	display: block;
	position: absolute;
	content: '';
	height: 10px;
	width: 10px;
	top: 4px;
	left: 4px;
	margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
	visibility: hidden;
}
.check {
	display: block;
	position: absolute;
	border: 2px solid;
	height: 20px;
	width: 20px;
	top: 50%;
	margin-top: -10px;
	left: 15px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}
input[type=radio]:checked ~ .check::before {
	visibility: visible;
}
input[type=radio]:checked ~ label {
	color: #2e2e2e;
}
input[type=checkbox]:checked ~ .box-check {
	border: 2px solid;
	border-color: #e6e6e6;
}
input[type=checkbox]:checked ~ label {
	color: #2e2e2e;
}
input[type=checkbox]:checked ~ .box-check:before {
	opacity: 1;
}
ul.list label.radio-label, label.radio-label {
	display: block;
	position: relative;
	font-size: 16px;
	padding: 0px 0px 0px 15px;
	margin: 0 auto;
	height: 30px;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
	text-transform: capitalize;
}
label {
	display: inline-block;
	font-weight: 400;
	margin: 0 0 5px 0px;
	color: #777;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #777;
}
select::-moz-placeholder, select::-webkit-input-placeholder, select:-ms-input-placeholder, select:-moz-placeholder {
 color: #fff;
}
input::-moz-placeholder, textarea::-moz-placeholder {
 color: #777;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #777;
}
input:-moz-placeholder, textarea:-moz-placeholder {
 color: #777;
}
section {
	position: relative;
	width: 100%;
	float: left;
}
.positionR {
	position: relative;
}
.positionS {
	position: static;
}
.positionA {
	position: absolute;
}
.bagB {
	background: black;
}
.bagW {
	background: White;
}
.border-box {
	border: 1px solid lightgray;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul li a {
	display: inline-block;
}
ul li {
	font-size: 16px;
}
span {
	font-size: 16px;
	font-size: inherit;
}
.clear {
	clear: both;
}
.grey-bg {
	background: #f5f6f0;
	color: #000;
}
.color-gray {
	color: #777;
}
/* 3.3 Button Style */

.itg-button {
	margin: 0 20px 20px 0;
	padding: 5px 30px;
	background: #f5f6f0;
	border: 0;
	color: #000;
	position: relative;
	outline: none;
	display: inline-block;
	text-transform: capitalize;
}
.itg-button span {
	font-size: 16px;
}
.itg-button span {
	font-size: 16px;
	font-weight: 400;
	z-index: 2;
	position: relative;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.itg-button:after {
	content: "";
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #777;
	position: absolute;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.itg-button:hover:after {
	height: 100%;
	color: #fff;
	z-index: 1;
}
.itg-button:hover span {
	color: #fff;
}
/* 3.4 Padding Style */

.pad0 {
	padding: 0px;
}
.pad5 {
	padding: 5px;
}
.pad10 {
	padding: 10px;
}
.pad15 {
	padding: 15px;
}
.pad20 {
	padding: 20px;
}
.pad30 {
	padding: 30px;
}
.pad40 {
	padding: 40px;
}
.pad50 {
	padding: 50px;
}
.pad60 {
	padding: 60px;
}
.pad70 {
	padding: 70px;
}
.pad80 {
	padding: 80px;
}
.pad90 {
	padding: 90px;
}
.pad100 {
	padding: 100px;
}
.padTB0 {
	padding: 0px 0;
}
.padTB5 {
	padding: 5px 0;
}
.padTB10 {
	padding: 10px 0;
}
.padTB15 {
	padding: 15px 0;
}
.padTB20 {
	padding: 20px 0;
}
.padTB30 {
	padding: 30px 0;
}
.padTB40 {
	padding: 40px 0;
}
.padTB50 {
	padding: 50px 0;
}
.padTB60 {
	padding: 60px 0;
}
.padTB70 {
	padding: 70px 0;
}
.padTB80 {
	padding: 80px 0;
}
.padTB90 {
	padding: 90px 0;
}
.padTB100 {
	padding: 100px 0;
}
.padT0 {
	padding-top: 0px;
}
.padT5 {
	padding-top: 5px;
}
.padT10 {
	padding-top: 10px;
}
.padT15 {
	padding-top: 15px;
}
.padT20 {
	padding-top: 20px;
}
.padT30 {
	padding-top: 30px;
}
.padT40 {
	padding-top: 40px;
}
.padT50 {
	padding-top: 50px;
}
.padT60 {
	padding-top: 60px;
}
.padT70 {
	padding-top: 70px;
}
.padT80 {
	padding-top: 80px;
}
.padT90 {
	padding-top: 90px;
}
.padT100 {
	padding-top: 45px;
}
.padding-top {
	padding-top: 2em !important;
}
.padB0 {
	padding-bottom: 0px;
}
.padB5 {
	padding-bottom: 5px;
}
.padB10 {
	padding-bottom: 10px;
}
.padB20 {
	padding-bottom: 20px;
}
.padB30 {
	padding-bottom: 30px;
}
.padB40 {
	padding-bottom: 40px;
}
.padB50 {
	padding-bottom: 50px;
}
.padB60 {
	padding-bottom: 60px;
}
.padB70 {
	/*	padding-bottom: 70px;*/
	padding-bottom: 15px;
}
.padB80 {
	padding-bottom: 80px;
}
.padB90 {
	padding-bottom: 90px;
}
.padB100 {
	padding-bottom: 70px;
}
.padL0 {
	padding-left: 0px;
}
.padL5 {
	padding-left: 5px;
}
.padL10 {
	padding-left: 10px;
}
.padL20 {
	padding-left: 20px;
}
.padL30 {
	padding-left: 30px;
}
.padL40 {
	padding-left: 40px;
}
.padL50 {
	padding-left: 50px;
}
.padL60 {
	padding-left: 60px;
}
.padL70 {
	padding-left: 70px;
}
.padL80 {
	padding-left: 80px;
}
.padL90 {
	padding-left: 90px;
}
.padL100 {
	padding-left: 100px;
}
.padLR0 {
	padding-left: 0px;
}
.padLR5 {
	padding-left: 5px;
}
.padLR10 {
	padding-left: 10px;
}
.padLR20 {
	padding-left: 20px;
}
.padLR30 {
	padding-left: 30px;
}
.padLR40 {
	padding-left: 40px;
}
.padLR50 {
	padding-left: 50px;
}
.padLR60 {
	padding-left: 60px;
}
.padLR70 {
	padding-left: 70px;
}
.padLR80 {
	padding-left: 80px;
}
.padLR90 {
	padding-left: 90px;
}
.padLR100 {
	padding-left: 100px;
}
.padR0 {
	padding-right: 0px;
}
.padR5 {
	padding-right: 5px;
}
.padR10 {
	padding-right: 10px;
}
.padR20 {
	padding-right: 20px;
}
.padR30 {
	padding-right: 30px;
}
.padR40 {
	padding-right: 40px;
}
.padR50 {
	padding-right: 50px;
}
.padR60 {
	padding-right: 60px;
}
.padR70 {
	padding-right: 70px;
}
.padR80 {
	padding-right: 80px;
}
.padR90 {
	padding-right: 90px;
}
.padR100 {
	padding-right: 100px;
}
/* 3.5 Margin Style */

.mar0 {
	margin: 0px;
}
.mar5 {
	margin: 5px;
}
.mar10 {
	margin: 10px;
}
.mar15 {
	margin: 15px;
}
.mar20 {
	margin: 20px;
}
.mar30 {
	margin: 30px;
}
.mar40 {
	margin: 40px;
}
.mar50 {
	margin: 50px;
}
.mar60 {
	margin: 60px;
}
.mar70 {
	margin: 70px;
}
.mar80 {
	margin: 80px;
}
.mar90 {
	margin: 90px;
}
.mar100 {
	margin: 100px;
}
.marT0 {
	margin-top: 0px;
}
.marT5 {
	margin-top: 5px;
}
.marT10 {
	margin-top: 10px;
}
.marT15 {
	margin-top: 15px;
}
.marT20 {
	margin-top: 20px;
}
.marT30 {
	margin-top: 30px;
}
.marT40 {
	margin-top: 40px;
}
.marT50 {
	margin-top: 50px;
}
.marT60 {
	margin-top: 60px;
}
.marT70 {
	margin-top: 70px;
}
.marT80 {
	margin-top: 80px;
}
.marT90 {
	margin-top: 90px;
}
.marT100 {
	margin-top: 100px;
}
.marB0 {
	margin-bottom: 0px;
}
.marB5 {
	margin-bottom: 5px;
}
.marB10 {
	margin-bottom: 10px;
}
.marB20 {
	margin-bottom: 20px;
}
.marB30 {
	/* 	margin-bottom: 30px; */
	margin-bottom: 7px;
}
.marB40 {
	margin-bottom: 40px;
}
.marB50 {
	margin-bottom: 50px;
}
.marB60 {
	margin-bottom: 60px;
}
.marB70 {
	margin-bottom: 70px;
}
.marB80 {
	margin-bottom: 80px;
}
.marB90 {
	margin-bottom: 90px;
}
.marB100 {
	margin-bottom: 100px;
}
.marL0 {
	margin-left: 0px;
}
.marL5 {
	margin-left: 5px;
}
.marL10 {
	margin-left: 10px;
}
.marL20 {
	margin-left: 20px;
}
.marL30 {
	margin-left: 30px;
}
.marL40 {
	margin-left: 40px;
}
.marL50 {
	margin-left: 50px;
}
.marL60 {
	margin-left: 60px;
}
.marL70 {
	margin-left: 70px;
}
.marL80 {
	margin-left: 80px;
}
.marL90 {
	margin-left: 90px;
}
.marL100 {
	margin-left: 100px;
}
.marR0 {
	margin-right: 0px;
}
.marR5 {
	margin-right: 5px;
}
.marR10 {
	margin-right: 10px;
}
.marR20 {
	margin-right: 20px;
}
.marR30 {
	margin-right: 30px;
}
.marR40 {
	margin-right: 40px;
}
.marR50 {
	margin-right: 50px;
}
.marR60 {
	margin-right: 60px;
}
.marR70 {
	margin-right: 70px;
}
.marR80 {
	margin-right: 80px;
}
.marR90 {
	margin-right: 90px;
}
.marR100 {
	margin-right: 100px;
}
/*
==========================
4 Header-Style
==========================
*/
/* 4.1 Top Bar */

.top-bar {
	width: 100%;
	position: relative;
	float: left;
	background-color: #333333;
}
.contact ul {
	width: 50%;
	position: relative;
	float: left;
	text-align: right;
	border-bottom: 2px solid #333333;
	background-color: transparent;
}
.contact li {
	display: inline-block;
	float: left;
}
.contact li a {
	color: #fff;
	margin: 0 5px;
}
.contact li a i {
	margin-right: 10px;
	color: white;
	text-decoration: none;
	padding: 14px 15px;
	min-width: 50px;
	text-align: center;
}
.social-icon ul {
	width: 100%;
	position: relative;
	float: left;
	text-align: right;
	border-bottom: 2px solid #333333;
	background-color: transparent;
}
.social-icon li {
	display: inline-block;
	float: left;
}
.social-icon {
	float: right;
}
.social-icon li a {
	color: white;
	text-decoration: none;
	padding: 8px 15px;
	min-width: 50px;
	text-align: center;
}
.main-menu {
	width: 100%;
	position: relative;
	float: left;
	background-color: #2DAFDE;
	height: 80px;
}
a.itgeeks-btn.donate {
	border: 1px solid;
	margin-top: 25px;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
a.itgeeks-btn.donate:hover {
	color: #fff;
}
/* 4.2 Navigation Bar */

.navbar-brand>img {
	display: block;
	/*    padding: 23.5px 0;*/
	z-index: 99999999;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	text-align: center;
	text-transform: capitalize;
}
.dropdown-menu>li>a {
	display: block;
	padding: 10px 20px;
	clear: both;
	font-size: 16px;
	font-weight: 400;
	color: #777;
	white-space: nowrap;
	text-transform: capitalize;
}
.navbar-default .navbar-nav>li>a i {
	display: inline-block;
	width: 100%;
	display: none;
}
.navbar-nav>li>a {
/*	padding-top: 22px;*/
}
/*
==========================
5 Main Slider
==========================
*/
/* 5.1 Owl Nav Style */

.owl-prev {
	position: absolute;
	top: 50%;
	content: "";
	border: 1px solid;
	border-radius: 60%;
	left: 26px;
	content: "";
	padding: 14px 27px;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.owl-prev i {
	font-size: 35px;
}
.owl-prev:hover {
	color: #fff;
}
.owl-next i {
	font-size: 35px;
}
.owl-next:hover {
	color: #fff;
}
.owl-next {
	position: absolute;
	top: 50%;
	content: "";
	border: 1px solid;
	border-radius: 60%;
	right: 26px;
	padding: 14px 27px;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
/* 5.2 Slider Style */

.slider-section {
	width: 100%;
	position: relative;
	float: left;
}
.slider-text {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: -170px auto 0;
	text-align: center;
	color: #fff;
}
.slider-box p {
	margin-top: 20px;
}
.slider-box:before {
	content: '';
	position: absolute;
	top: 15%;
	left: 0;
	width: 2px;
	height: 73%;
	background-color: #fff;
}
.slider-box:after {
	content: '';
	position: absolute;
	top: 15%;
	right: 0;
	width: 2px;
	height: 73%;
	background-color: #fff;
}
.top-border:before {
	content: '';
	position: absolute;
	top: 15%;
	left: 0;
	width: 20%;
	height: 2px;
	background-color: #fff;
}
.top-border:after {
	content: '';
	position: absolute;
	top: 15%;
	right: 0;
	width: 20%;
	height: 2px;
	background-color: #fff;
}
.bottom-border:before {
	content: '';
	position: absolute;
	bottom: 12%;
	left: 0;
	width: 33%;
	height: 2px;
	background-color: #fff;
}
.bottom-border:after {
	content: '';
	position: absolute;
	bottom: 12%;
	right: 0;
	width: 33%;
	height: 2px;
	background-color: #fff;
}
.slider-section figure:before {
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	/*    background-color: #000000;*/
	opacity: 0.65;
}
.slider-box {
	border-width: 0 3px;
	display: inline-block;
	margin: 50px 0;
	width: 100%;
	max-width: 700px;
	position: relative;
}
.slider-box p {
	padding: 10px 50px;
	display: inline-block;
}
.divider {
	font-size: 60px;
	color: #fff;
	overflow: hidden;
	text-align: center;
	line-height: 60px;
	position: relative;
}
.divider:after {
	position: absolute;
	content: "";
	height: 2px;
	bottom: -10px;
	left: 0%;
	width: 100%;
	text-align: center;
	background-color: #fff;
}
.divider_btn {
	font-size: 16px;
	overflow: hidden;
	text-align: center;
	line-height: 3.2em;
	text-transform: uppercase;
}
.divider_btn a {
	border: 1px solid;
	padding: 11px 22px;
}
.divider_btn a:hover {
	color: #fff;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
/*
==========================
6 Heading Style
==========================
*/

.theme-heading {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
.theme-heading h3 {
	text-transform: uppercase;
	margin-bottom: 15px;
}
.theme-heading p {
/* 	margin-top: 15px; */
}
.theme-icon {
	background-color: white;
	padding: 6px 15px;
	border-bottom: 2px solid;
	border-top: 2px solid;
}
.theme-icon:before {
	position: absolute;
	content: "";
	width: 50px;
	left: 0;
	top: 50%;
	margin-top: -1px;
	height: 2px;
}
.theme-icon:after {
	position: absolute;
	content: "";
	width: 50px;
	top: 50%;
	margin-top: -1px;
	right: 0;
	height: 2px;
}
.dd-theme-border {
	width: 140px;
	display: inline-block;
	position: relative;
}
/*
==========================
7 Services
==========================
*/

.message-section {
	margin-top: -140px;
	z-index: 3;
	position: relative;
}
.message-description {
	margin-bottom: 30px;
	border: 1px solid #e6e6e6;
	padding: 20px 20px;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.message-section-description {
	width: 100%;
	position: relative;
	float: left;
}
.message-description a i {
	border: 1px solid #e6e6e6;
	width: 50px;
	height: 50px;
	padding: 17px;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.message-description:hover a i {
	color: #fff;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.message-description h4 {
	margin-bottom: 10px;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.message-description h4:after {
	position: absolute;
	content: "";
	height: 1px;
	bottom: 0;
	left: 0;
	width: 60px;
}
.message {
	width: 100%;
	position: relative;
	float: left;
}
.message h3:after {
	position: absolute;
	content: "";
	height: 1px;
	bottom: 0;
	left: 0;
	width: 60px;
}
.message p a i {
	margin-left: 5px;
}
.message h3 {
	text-transform: uppercase;
}
.email-detail {
	background-color: #fff;
	padding: 30px 50px;
}
.email-detail {
	background-color: #fff;
	box-shadow: 0px 7px 14px 3px rgba(0, 0, 0, 0.175);
}
.remember-me {
	float: none;
	width: 100%;
	position: relative;
	display: inline-block;
}
.box-check {
	border-color: #e6e6e6;
}
a.wa-theme-color.no-hover {
	margin-left: 10px;
}
.itgeeks-btn {
	background-color: transparent;
	border: 2px solid #fff;
	padding: 5px 17px;
	border-radius: 6px;
	text-align: right;
	font-size: 16px;
	display: inline-block;
	/*	color: #7b631e;*/
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.itgeeks-btn:hover {
	background-color: #fff;
}
button.itgeeks-btn.read-more {
	color: #fff;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.search-bar input {
	width: 100%;
	border: 0;
	display: inline-block;
	outline: none;
	height: 40px;
	font-size: 13px;
	background-color: #eeeeee;
	margin-bottom: 30px;
}
.service-detail {
	position: relative;
	width: 100%;
}
.service-detail h3 {
	text-transform: uppercase;
	margin-bottom: 30px;
}
.service-detail h4 {
	text-transform: uppercase;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.pricing:hover h4 {
	color: #fff;
}
.pricing h4 {
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0;
	text-transform: uppercase;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.service-detail h3:after {
	position: absolute;
	content: "";
	border: 1px solid;
	top: 0;
	width: 60px;
	left: 0;
	margin-top: 30px;
}
.pricing {
	text-align: center;
	border: 1px solid #e6e6e6;
	padding: 30px 0;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.pricing h2 {
	font-size: 60px;
	border-bottom: 1px solid #e6e6e6;
}
.pricing p {
	border-bottom: 1px solid #e6e6e6;
	padding: 5px 0;
}
.pricing h2 sup {
	top: -2.5em;
	font-size: 25%;
}
.pricing h2 sub {
	font-size: 25%;
}
/*
==========================
8 About Us
==========================
*/

.about-us-section {
	width: 100%;
	position: relative;
	float: left;
}
.about-us figure img {
	width: 100%;
}
.about-us h4:after {
	position: absolute;
	content: "";
	height: 2px;
	bottom: 0;
	left: 0;
	width: 60px;
}
.about-us h4 {
	text-transform: uppercase;
	margin-bottom: 15px;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.about-us {
	margin-bottom: 10px;
}
/*
==========================
9 Causes Style
==========================
*/

.causes-section {
	position: relative;
	float: left;
	width: 100%;
}
.causes h4 {
	margin-bottom: 20px;
	text-align: left;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.causes-detail h5 {
	font-size: 18px;
}
.causes-detail p {
	font-size: 14px;
}
.causes h4:after {
	position: absolute;
	content: "";
	height: 2px;
	bottom: 0;
	left: 0;
	width: 60px;
}
.causes {
	border: 1px solid #e6e6e6;
	padding: 30px;
	position: relative;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
	min-height: 197px;
	background-color: #fff;
}
.causes:hover {
	background-color: #fff;
	box-shadow: 0px 7px 14px 3px rgba(0, 0, 0, 0.175);
}
.image-hover {
	content: "";
	position: absolute;
	top: 50%;
	left: 40%;
	margin-top: 16em;
	margin-left: -3.5em;
	/*opacity: 0;*/
	z-index: 1;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
}
.causes-image .itgeeks-btn:hover {
	color: #fff;
}
.causes-image {
	position: relative;
	width: 100%;
	float: left;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
figure.img-hover:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	content: "";
	bottom: 0;
	background-color: rgba(0, 0, 0, 29);
	opacity: 0;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
}
.causes-image:hover figure.img-hover:after {
	opacity: 0.5;
}
figure.img-hover {
	position: relative;
}
.causes-image:hover .image-hover {
	opacity: 1;
}
.causes-image a.image-hover {
	color: #fff;
}
.tooltip {
	position: relative;
	float: right;
}
.tooltip > .tooltip-inner {
	padding: 10px 7px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	width: 35px;
	height: 35px;
	border-radius: 100%;
}
.popOver + .tooltip > .tooltip-arrow {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
.tooltip.top .tooltip-arrow {
	bottom: -6px;
	margin-left: -5px;
	border-width: 11px 5px 1px;
}
.tooltip.top {
	padding: 5px 0;
	margin-top: 0px;
}
.progress {
	height: 4px;
	margin-top: 75px;
	border-radius: 0;
	overflow: visible;
}
.progress-bar {
	-webkit-transition: width 1.5s ease-in-out;
	transition: width 1.5s ease-in-out;
}
/*
==========================
10 Story Style
==========================
*/

.story-section {
	position: relative;
	width: 100%;
	float: left;
}
.story-section:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #a74a1c;
	z-index: 1;
}
.story-image {
	position: relative;
	width: 100%;
	z-index: 2;
}
.story-image figure figcaption {
	position: absolute;
	top: 50%;
	text-align: center;
	margin-top: -45.5px;
	left: 0;
	width: 100%;
}
.story-image figure:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	/*    background-color: #000;*/
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: 0;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.story {
	width: 100%;
	z-index: 2;
	position: relative;
	color: #fff;
}
.story h3 {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 30px;
}
.story h3:after {
	position: absolute;
	content: "";
	height: 1px;
	bottom: 0;
	left: 0;
	width: 60px !important;
	z-index: 2;
	width: 100%;
}
.story i {
	margin-left: 5px;
}
.special-style {
	height: 100%;
	overflow: hidden;
	padding: 0;
	position: absolute;
	background-size: cover !important;
	width: 100%;
	z-index: 0;
}
.special-style-full {
	height: 100%;
	overflow: hidden;
	padding: 0;
	position: absolute;
	background-size: cover;
	width: 100%;
	z-index: 0;
}
.bg-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	top: 0;
	left: 0;
}
.parallax-style {
	background-attachment: fixed;
}
.about-story h3 {
	text-transform: uppercase;
	margin-bottom: 20px;
}
.about-story i {
	margin-left: 5px;
}
.about-story h3:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	/* 	border-bottom: 1px solid; */
	width: 100%;
	width: 60px !important;
}
/*
==========================
11 Team
==========================
*/

.team-detail {
	background-color: #fff;
	padding: 0 30px;
	position: relative;
	width: 100%;
	margin-top: 90px;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: -20px;
}
.bg {
	background-color: #fffae1;
}
.bg span {
	background-color: #f5f5f5;
}
.owl-theme .owl-dots .owl-dot span {
	border: 1px solid;
	background-color: transparent;
	margin-top: 40px;
}
.team-detail:hover {
	background-color: #fff;
	box-shadow: 0px 7px 14px 3px rgba(0, 0, 0, 0.175);
}
.team-detail figure {
	margin-top: -90px;
	position: relative;
	display: inline-block;
}
.member-detail ul {
	list-style: none;
	text-align: center;
	padding: 25px 0;
}
.member-detail li {
	display: inline-block;
}
.member-detail li a {
	display: block;
	color: #777774;
	text-decoration: none;
	padding: 0 16px;
	font-size: 15px;
}
.member-detail {
	width: 100%;
	position: relative;
}
.member-detail h4 {
	text-align: center;
	padding-top: 30px;
}
.member-detail p {
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	width: 100%;
	padding-bottom: 25px;
}
.single-volatee-section {
	width: 100%;
	position: relative;
	float: left;
}
.team-widgets {
	position: relative;
	width: 100%;
}
.team-widgets span a {
	text-decoration: none;
	margin-right: 5px;
}
.single-volatee h3:after {
	content: "";
	position: absolute;
	width: 60px;
	border-bottom: 1px solid;
	bottom: 0;
	left: 0;
}
.volateer {
	border: 1px solid #e6e6e6;
	float: left;
	position: relative;
}
.volate-detail {
	padding: 15px 15px 15px 0;
}
.single-volatee.volatee-detail {
	padding: 15px 15px 15px 15px;
}
.single-volatee img {
	max-width: 107%;
}
.itgeeks-btn.subcribes:hover {
	color: #fff;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
/*
==========================
12 Gallery
==========================
*/

.gallery-section {
	position: relative;
	width: 100%;
	float: left;
}
.gallery {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.gallery-section figure {
	position: relative;
	float: left;
	width: 100%;
}
.gallery-image img {
	width: 100%;
	margin-top: -1px;
}
.gallery-section figure:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	background-color: #000;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 0;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.gallery-section figure:hover:before {
	opacity: 0.65;
}
.gallery-section figure:hover figcaption {
	opacity: 1;
}
.gallery-section figure figcaption {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 1;
	opacity: 0;
	margin-top: -15px;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.gallery-section figure figcaption a {
	color: #fff;
	font-size: 30px;
}
/*
==========================
13 Blogs
==========================
*/

.blog {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 30px;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.blog-detail h4 {
	margin-bottom: 20px;
}
.blog-detail h4:after {
	position: absolute;
	content: "";
	height: 2px;
	bottom: 0;
	left: 0;
	width: 60px;
}
.blog:hover {
	background-color: #fff;
	box-shadow: 0px 7px 14px 3px rgba(0, 0, 0, 0.175);
}
.single-blog .blog:hover {
	box-shadow: none;
}
.blog-detail {
	border: 1px solid #e6e6e6;
	padding: 30px 30px 20px 30px;
	position: relative;
}
.bw {
	background-color: #fff;
}
.author blockquote {
	padding: 20px 20px;
	margin: 0px 1px 20px 0;
	font-size: 17.5px;
	border-left: 2px solid;
	margin-bottom: 0;
}
.author {
	width: 100%;
	position: relative;
	float: left;
	border: 1px solid #e6e6e6;
}
.category-tags h4 {
	text-transform: uppercase;
}
.post-pagination h5 {
	font-size: 18px;
}
.post-pagination {
	text-transform: uppercase;
}
.post-pagination span:hover {
	border-bottom: 1px solid;
}
.category-tags h4:after {
	content: "";
	position: absolute;
	width: 60px;
	border-bottom: 1px solid;
	bottom: 0;
	left: 0;
}
/*
==========================
14 Page Header
==========================
*/

.breadcrumb-box {
	position: relative;
	background-color: rgba(225, 225, 225, 0.5);
	width: 100%;
	float: left;
}
.breadcrumb-text {
	position: relative;
	z-index: 2;
	text-align: center;
}
.breadcrumb-text li {
	display: inline-block;
}
.home a {
	color: #fff;
}
.breadcrumb-text li i {
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
}
.breadcrumb-text h3 {
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.active {
	text-transform: capitalize;
	background-color: #0071a5 !important;
	color: #fff !important;
	padding: 29px 5px;
}
/*
==========================
15 Preloader
==========================
*/

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #ffffff;
}
.rotating {
	background-image: url(./assets/img/Loder.gif);
}
.rotating {
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
/*
==========================
16 Page Style
==========================
*/
/* 16.1 Sidebars */

.sidebar {
	width: 100%;
	position: ralative;
	float: left;
}
.posts {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 0px solid #e6e6e6;
}
.blog-search-bar {
	padding-top: 30px;
	padding-bottom: 30px;
}
.sidebar .widgets:last-child .posts {
	border-bottom: 0px solid;
}
.posts h4 {
	text-transform: uppercase;
	margin-top: 1em;
}
.posts p {
/* 	margin-bottom: 20px; */
}
.posts h4:after {
	position: absolute;
	content: "";
	height: 1px;
	bottom: 8%;
	left: 0%;
	width: 60px;
	;
}
.recent-posts a {
	font-size: 16px;
}
.recent-posts p {
	font-size: 15px;
}
.photo-gallery {
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
.photo-gallery ul {
	list-style: none;
}
.photo-gallery li {
	float: left;
	list-style: none;
	padding-left: 0px;
	width: 32.5%;
	margin-bottom: 6px;
	margin-right: 0px;
	padding: 3px;
}
.tags {
	width: 100%;
	position: relative;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}
.tags li a {
	font-size: 15px;
	padding: 12px 15px;
	line-height: 1em;
	float: left;
	margin: 8px 10px 0px 0;
	transition: all .45s ease-in-out;
	border: 1px solid #e6e6e6;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.tags li a:hover {
	color: #fff;
}
.social-widgets {
	width: 100%;
	position: relative;
	float: left;
}
button.button1 {
	position: absolute;
	top: 168px;
	width: 56px;
	background: #eeeeee;
	border: none;
	height: 40px;
	right: 0px;
	outline: none;
	color: #999999;
}
.social-widgets ul li {
	font-size: 16px;
	display: inline-block;
	padding: 20px 20px;
	padding-left: 0px;
}
.social-widgets h3:after {
	content: "";
	position: absolute;
	width: 60px;
	border-bottom: 1px solid;
	bottom: 0;
	left: 0;
}
.social-widgets h3 {
	text-transform: uppercase;
}
/* 16.2 Pagination */

.pagination-box span {
	display: inline-block;
	padding-top: 3px;
	margin: 0 4px;
	background-color: #f5f5f5;
	width: 35px;
	height: 35px;
	text-align: center;
}
.pagination-box span:hover {
	color: #fff;
}
/* 16.3 Comment Area */


.comments-area {
	padding-top: 50px;
	position: relative;
	width: 100%;
	float: left;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 40px;
}
.comments-list {
	position: relative;
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.comments-area h3 {
	text-transform: uppercase;
}
.comments-area h3:after {
	content: "";
	position: absolute;
	width: 60px;
	border-bottom: 1px solid;
	bottom: 0;
	left: 0;
}
.comments-form {
	width: 100%;
	position: relative;
	float: left;
}
.comments-form h3 {
	text-transform: uppercase;
	font-size: 24px;
}
.comments-form h3:after {
	content: "";
	position: absolute;
	width: 60px;
	border-bottom: 1px solid;
	bottom: 0;
	left: 0;
}
.comments-list .comments {
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 18px;
}
.comments-list span {
	text-transform: uppercase;
	font-size: 14px;
}
.location-map {
	overflow: hidden;
	height: 410px;
	width: 100%;
}
#gmap_canvas {
	height: 410px;
	width: 100%;
}
/* 16.4 Error Style */

.error {
	position: relative;
	width: 100%;
	text-align: center;
}
/* 16.5 Coming Soon */

.coming-soon {
	width: 100%;
	float: left;
	position: relative;
	color: #fff;
	z-index: 2;
	text-align: center;
}
.coming-soon-section {
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	left: 0;
}
.coming-soon h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 32px;
}
#demo {
	position: relative;
	width: 100%;
	float: left;
	margin-top: 80px;
	margin-bottom: 80px;
}
.timer {
	font-size: 60px;
	margin-bottom: 70px;
	position: relative;
	display: inline-block;
	width: 100%;
}
#demo span {
	text-transform: uppercase;
	font-size: 18px;
}
.timer:after {
	content: "";
	width: 50%;
	float: left;
	margin-left: -25%;
	position: absolute;
	top: calc(100% + 15px);
	left: 50%;
	background-color: white;
	height: 2px;
	margin-top: 25px;
}
.itgeeks-btn.coming-btn:hover {
	color: #fff;
}
.itgeeks-btn.coming-btn {
	font-size: 14px;
	padding: 5px 35px;
}
.news-letter-bar input[type="text"] {
	width: 100%;
	text-align: left;
	margin-left: 1px;
	position: relative;
}
.coming-soon-icon ul {
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
	background-color: transparent;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.coming-soon-icon li {
	display: inline-block;
}
.coming-soon-icon {
	position: relative;
	width: 100%;
	text-align: center;
}
.coming-soon-icon li a {
	color: white;
	text-decoration: none;
	padding: 8px 15px;
	min-width: 50px;
	text-align: center;
}
.coming-soon {
	top: 50%;
	margin-top: -370.5px;
}
.coming-soon-icon ul {
	margin-top: 50px;
}
/* 16.6 Events Style */

.event-detail {
	position: relative;
	width: 100%;
	float: left;
	padding: 18px 0;
	padding-top: 0px;
}
.event-detail span {
	text-transform: uppercase;
}
.event-detail span i {
	margin-right: 6px;
}
.event-detail h4 {
	margin-bottom: 15px;
	text-transform: uppercase;
}
.event-detail p {
	/*	margin-bottom: 30px;*/
	color: #827e7e;
}
.event-detail a i {
	margin-bottom: 15px;
}
.event h3 {
	text-transform: lowercase;
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.event {
	width: 100px;
	position: absolute;
	top: 0;
	left: 15px;
}
.events-box {
	float: left;
	position: relative;
	/*	border: 1px solid #e6e6e6;*/
	background-color: #fff;/*	 margin-top: 4.3em;*/
	padding: 10px;
	height: 546px;
	width:98%;
	overflow-x: hidden;
}
.event-btn {
	border: 1px solid;
	padding: 10px 15px;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
span.event-btn:hover {
	color: #fff;
}
.enquiry {
	position: relative;
	width: 100%;
	float: left;
	border: 1px solid #e6e6e6;
	padding: 30px 31px;
}
.enquiry h4 {
	text-transform: uppercase;
}
.enquiry h4:after {
	content: "";
	position: absolute;
	width: 60px;
	border-bottom: 1px solid;
	bottom: 0;
	left: 0;
}
.enquiry p i {
	margin-right: 10px;
}
.enquiries p {
	text-transform: capitalize;
	padding: 15px 0;
	border-bottom: 1px solid #e6e6e6;
}
.enquiries p:last-child {
	margin-bottom: 0px;
	border-bottom: 0px solid;
}
.enquiries {
	position: relative;
	width: 100%;
	padding: 30px 0px;
	margin-left: 21px;
	float: left;
}
.event-date {
	font-weight: bold;
	color: #000;
}
.enquiries h4:after {
	content: "";
	width: 60px;
	position: absolute;
	border-bottom: 1px solid;
	bottom: 0;
	left: 0;
}
figure.events-img:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0px;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 0;
	opacity: 0.5;
}
.events-img {
	position: relative;
	width: 100%;
	float: left;
}
.events-btn {
	border: 1px solid white;
	padding: 5px 17px;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	top: 65%;
	right: 40%;
	z-index: 1;
}
span.events-btn:hover {
	color: #fff;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
/* 16.7 FAQs Style */

.faqs {
	position: ralative;
	width: 100%;
	float: left;
}
.faqs h3 {
	text-transform: uppercase;
}
.faqs h3:after {
	border-bottom: 1px solid;
	position: absolute;
	width: 60px;
	content: "";
	bottom: 0;
	left: 0;
}
#accordion h4 {
	font-weight: bold;
	font-size: 18px;
	padding: 15px 30px;
}
.ui-state-active {
	outline: none;
}
.ui-accordion-header-collapsed.ui-corner-all .ui-icon:before {
	content: "\f067";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: left;
}
.ui-accordion-header-active.ui-state-active .ui-icon {
	float: right;
	background-position: -67px -128px;
	float: right;
	margin-top: 5px;
}
.ui-accordion-header-collapsed.ui-corner-all .ui-icon:before {
	content: "\f068";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: left;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	background-color: white;
}
.ui-accordion .ui-accordion-header {
	margin: 12px 0 0 0;
}
.faqs-section .ui-icon-triangle-1-e {
	background-position: -34px -129px;
	float: right;
	margin-top: 5px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 3.2em;
}
/*
==========================
17 Footer
==========================
*/

.main-footer {
	position: relative;
	background-color: rgba(225, 225, 225, 0.5);
}
.main-footer:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.upper-footer {
	position: relative;
	z-index: 2;
}
.footer-icon {
	width: 100%;
	position: relative;
	float: left;
	text-align: center;
}
.special-style {
	height: 100%;
	overflow: hidden;
	padding: 0;
	position: absolute;
	background-size: cover !important;
	width: 100%;
	z-index: 0;
}
.special-style-full {
	height: 100%;
	overflow: hidden;
	padding: 0;
	position: absolute;
	background-size: cover;
	width: 100%;
	z-index: 0;
}
.bg-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	top: 0;
	left: 0;
}
.special-style:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.special-style-dark:before {
	/*	background-color: #000;*/
	opacity: 0.8;
}
.special-style-darks:before {
	background-color: #000;
	opacity: 0.8;
}
.parallax-style {
	background-attachment: fixed;
}
.details h4 {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 30px;
	position: relative;
}
.details h4:after {
	position: absolute;
	content: "";
	height: 1px;
	bottom: 0;
	left: 0;
	width: 60px;
}
.details {
	color: #fff;
	margin-bottom: 30px;
}
.layers li {
	margin-bottom: 5px;
}
.layers li a {
	border-bottom: 1px solid #414243;
	width: 100%;
	padding-bottom: 5px;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
	font-family: "Lato";
}
.tag-cloud li a {
	font-size: 15px;
	padding: 12px 15px;
	line-height: 1em;
	float: left;
	margin: 8px 10px 0px 0;
	transition: all .45s ease-in-out;
	border: 1px solid #fff;
	-webkit-transition: all 0.45s ease-in-out;
	-moz-transition: all 0.45s ease-in-out;
	-o-transition: all 0.45s ease-in-out;
	-ms-transition: all 0.45s ease-in-out;
	transition: all 0.45s ease-in-out;
}
.news-letter {
	width: 100%;
	float: left;
	position: relative;
	z-index: 2;
}
.news-letter:after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.newsletter-row {
	z-index: 1;
	position: relative;
}
.sign-up-detail h1 {
	color: #fff;
	font-size: 34px;
}
.newsletter-bar input[type="text"] {
	width: 100%;
	text-align: left;
	padding: 12px 21px;
	position: relative;
	font-family: "Lato" !important;
	font-size: 16px !important;
}
.copyright {
	width: 100%;
	position: relative;
	float: center;
	text-align: center;
	padding: 20px 0;
	clear: both;
	z-index: 2;
}
.copyright p {
	color: #fff;
	margin-bottom: 0px;
}
.copyright:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 0;
	width: 100%;
	height: 100%;
}
.copyright-row {
	z-index: 1;
	position: relative;
}
.footer-icon {
	position: absolute;
	top: -25px;
	right: 15%;
	width: 50px;
	height: 50px;
	z-index: 5;
	border-radius: 50%;
	font-size: 30px;
}
.footer-icon i {
	padding-top: 6px;
	color: #fff;
}
/**************** 10-09-2018 ***************/
.nav>li>a {
	padding: 30px 10px;
	font-family: "Lato";
}
.icon-text {
	font-size: 14px;
	text-align: center;
	color: #475055;
	margin-top: 0.7em;
}
.icon-section {
	margin-top: 1em;
}
.padding-bottom {
	padding-bottom: 0px !important;
}
.navbar-collapse {
/*	margin-left: 1em;*/
}
.left-img {
	left: 31em !important;
	margin-top: 1em;
	position: relative;
}
.about-story h3 {
	color: #fff;
}
.about-story h3:after {
/* 	border-color: #af5a33; */
}
.story h3 {
	color: #fff;
}
.story h3:after {
	border: 1px solid #ffec0d;
}
h3.color-text {
	color: #03a9f5;
	margin-top: 1em;
	margin-bottom: 0px;
}
.about-us h4 a {
	color: #b7673b;
}
h4 a:after {
	background-color: #d2aca1 !important;
}
.details h4 {
	color: #03a9f5;
}
h5 a {
	color: #827e7e;
}
h4 a {
	color: #827e7e;
}
.section-bg {
	background-color: #f2f2f2;
	padding: 10px;
	color: #ad5f0b;
}
.section-bg-sub {
	background-color: #f2f2f2;
	padding: 10px;
	height: 328px;
	overflow: auto;
}
.padding-bottom-move {
	padding-bottom: 2em;
	background-color: #e9ecdf;
}
.left-imgs {
	left: 37.5em !important;
	margin-top: 1em;
	position: relative;
}
.border-bottom {
	padding-bottom: 3em;
}
table.td-width td {
	width: 30px;
}
.header-img {
	position: relative;
	z-index: 2;
	float: left;
}
.sub-header-img {
	width: 100px;
	float: right;
	background-color: #fff;
	padding: 13px;
	position: relative;
	min-height: 80px;
	right: 2.5em;
}
.padding-zero {
	padding: 0px;
}
/*.html5gallery-box-1, .html5gallery-container-1 div, .html5gallery-container-1 div img {
	width: 100% !important;
}*/
.padding-left-zero {
	padding-left: 0px;
}
.sidebar-bg {
	/*	background-color: #048cca;*/
	color: #fff;
	margin-bottom: 1em;
	margin-top: 1.5em;
}
ul.parent-sidebar-menu {
	list-style-type: none;
}
.advanced-sidebar-menu li.current_page_item {
	list-style-type: none !important;
	padding: 0px;
}
.current_page_item {
	background-color: #00a6b6;/*	border-radius: 20px 20px 0px 0px;*/
}
.current_page_item a {
	color: #fff !important;
}
.advanced-sidebar-menu ul {
	margin: 0 0 0 0px !important;
}
.advanced-sidebar-menu ul li a {
	/*	background-color: #03a9f5;*/
	width: 100%;
	padding: 8px 15px;
}
.advanced-sidebar-menu ul li a:hover {
	/*	background-color: #0090d2;*/
	text-decoration: none !important;
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
	box-shadow: 0 0 0px 0px rgba(0,0,0,.2);
	-webkit-transform: scale(1.02, 1.02);
	-moz-transform: scale(1.02, 1.02);
	-o-transform: scale(1.02, 1.02);
	-ms-transform: scale(1.02, 1.02);
	transform: scale(1.02, 1.02);
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transition-duration: 250ms;
	-o-transition-duration: 250ms;
	-ms-transition-duration: 250ms;
	transition-duration: 250ms;
	position: relative;
	z-index: 99;
}
ul li.current_page_parent {
	background-color: #00a6b6;
	border-radius: 20px;
}
div.content-area {
/*	margin-top: 3.7em;*/
}
ul.child-sidebar-menu {
	background-color: #eaeaea!important;
	border: 1px solid #eaeaea!important;
}
.advanced-sidebar-menu ul ul li a {
	color: #000;
}
ul.child-sidebar-menu li a {
	font-weight: bold;
	border-bottom: dotted 1px #000;
}
h1.entry-title {
	color: #9067a1;
	margin-top: 0em;
	font-size: 26px;
	font-family: "Helvetica";
	position: relative;
	top: 0.4em;
	margin-bottom: 0.5em;
}
h4.icon-text:hover {
	color: #e88d49;
}
.story-sections {
	background-color: #043b52 !important;
}
p a:hover {
	color: #e88d49 !important;
}
a.read_more-btn {
	color: #f3a30c;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Lato";
	font-size: 16px;
}
a.read_more-btn:hover {
	color: #e88d49;
}
.bg-section {
	background-color: #ffed9d;
	padding: 20px;/* 	background-image: url(./assets/img/ivdp-self-bg-img.png); */
}
.bg-section-2 {
	background-color: #ffccab;
	padding: 20px;
	height: 340px;
	background-image: url(./assets/img/awards.png);
	
}
h4 a.permalink-btn {
	font-size: 17px !important;
	color: #927b45;
	font-weight: 700;
	font-family: "Josefin Sans";
	text-transform: none !important;
	line-height: 22px;
}
h4 a.permalink-btn:hover {
	text-decoration: none;
	color: #e88d49;
}
h3.current-date {
	font-size: 14px;
	font-weight: 600;
	color: #08748a;/*	border-bottom: dotted 2px #a3b9c3;*/
}
h4.padding-bottom {
	margin-bottom: 0px;
}
.list-icon {
	margin: 0 10px;
}
.background-color {
	/*	box-shadow: 8px 0px 10px 2px #ccc;*/
	background-color: #f5f5f5;
	/* box-shadow: 5px 3px #eae9e9; */
	border: 0px solid #f7eeee;
}
.padding-zero {
	padding: 0px 0px
}
.margin-zero {
	margin: 0px 0px
}
.section-padding {
	padding: 8px;
}
.text-move-in-left {
	position: relative;
	left: 0.6em;
}
h5.stories-section-move-in a {
}
.border-arround-section {
	border: 2px solid #f7f7f7;
	box-shadow: 3px 4px 3px 4px #f3f3f3;
	min-height: 615px;
}
input.wpcf7-submit {
	background-color: #0f8bd4;
	border-style: none;
	padding: 10px 28px;
	color: #fff;
	margin-bottom: 2em;
}
.founder-font-style p {
	color: #fff !important;
	font-weight: 500;
}
.double-right-icon {
	margin: 0 3px;
}
ul.list-item li i.list-arrow {
	margin-top: 0.4em;
	position: relative;
	right: 0.2em;
	color: #f60;
}
ul.list-item li.defauly-size:hover {
	text-decoration: none;
	color: #e88d49;
}
ul.list-item li h3.current-date {
	margin: 0 25px;
}
ul.list-item li {
	display: flex;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 0.7em;
}
ul.list-font-family li {
	color: #475055;
	font-family: "Lato"
}
h4 a.font-family-style {
	font-family: "lato";
	color: #475055;
	font-weight: 600;
	font-size: 18px;
}
h5 a.font-family-style {
	/*	font-family: "lato";*/
	color: #927b45;
	font-weight: 600;
	text-transform: none;
	font-size: 18px;
}
h4 a.font-family-styles {
	text-align: left !important;
	float: left;
	color: #927b45;
	font-size: 18px;
}
header.entry-header {
	margin-bottom: 1em;
	margin-top: 1em;
}
.left-sectoion-move-in {
	margin-left: 6em;
}
h4 a.news-events-text {
	font-size: 19px !important;
	color: #475055;
	font-weight: 400;
	font-family: "Lato";
	text-transform: lowercase;
}
h4 a.news-events-text:hover {
	text-decoration: none;
	color: #e88d49;
}
.section-top-move {
	margin-top: 1em;
}
.news-events-texts {
	font-size: 20px !important;
	color: #475055;
	font-weight: 500;
	font-family: "Lato";
	text-transform: lowercase;
}
.news-events-texts:hover {
	text-decoration: none;
	color: #e88d49;
}
h3.news-date {
	font-size: 14px;
	color: #9067a1;
	font-family: "Lato";
}
h5 a.font-family-style:hover {
	text-decoration: none;
	color: #e88d49;
}
ul.list-item li.defauly-size {
	font-size: 17px !important;
	color: #927b45;
	font-weight: 700;
	font-family: "Josefin Sans";
	text-transform: none;
	margin-bottom: 0px;
}
.color-text:after {
	background-color: #f44121;
}
.sub-border-style {
}
#tab-view li:after, #menu li:before {
}
ul#menu li.box-width1 {
	width: 409px;
	left: -3em;
}
ul#menu li.box-width1:hover {
	width: 409px;
}
.sub-border-styles {
}
.sub-border-style-fact {
}
.about-us h4:after {
	border: 1px solid #1785b7 !important;
	top: 1.5em;
}
.sub-border-style-1 {
}
.sub-border-style-gallery {
}
#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a {
	padding: 8px 18px !important;
	font-size: 20px !important;
}
#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a.disabled, #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a.disabled:hover, #bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a.disabled:focus {
	cursor: default;
	color: rgba(102, 102, 102, 0.5);
	font-size: 20px;
}
#bwg_container1_0 #bwg_container2_0 .paging-input_0 {
	font-size: 15px !important;
}
.color-code strong {
	color: #00a6b6;
}
.color-code {
	color: #00a6b6;
}
table {
	font-family: "Lato";
}
.contant-move-in {
	/* 	margin-top: 12em; */
	position: relative;
}
.latest-year-news {
	text-transform: inherit;
}
.latest-year-news {
	margin-top: -36px;
	padding-left: 599px;
	color: #03a9f5;
}
.our-impact-bg {
	background: linear-gradient(to bottom, #f9f6ee 0%, #fce59c 100%);
	background-position: bottom;
	padding-bottom: 30px;
}
.blog-bg {
	border: 1px solid #f0f3f5;
	box-shadow: 1px 4px #f0f3f5;
	padding: 3px;
	background-color: #f9f9f9;
	border-radius: 10px;
	min-height: 257px;
}
h4.marB20:after {
	position: absolute;
	top: 1.6em;
	border: 1px solid #f44121;
}
.navbar-nav li a:focus {
	display: none !important;
}
h4.padding-bottom a.permalink-btn {
	margin-top: 1em !important;
}
p.para-text-align {
	text-align: left !important;
	float: left;
}
.sub-page-list {
	margin: 0 10px;
}
ul.sub-page-list-order li {
	line-height: 27px;
}
ul.sub-page-list-order li a:hover {
	color: #e88d49;
}
h4.entry-title {
	color: #00a6b6;
	text-transform: inherit;
}
.footer-color-text {
	color: #b8940c;
}
.menu-feeadback {
	padding: 29px 5px;
	background-color: #03a9f5 !important;
}
.wonderplugingallery-container {
	margin: inherit !important;
}
button.dropbtn a:hover {
	color: #f44121 !important;
}
h4.honer-text {
	position: relative;
	margin-top: 0.5em;
}
.img-move-up {
	position: relative;
	top: -2em;
}
.quick-fact-text {
	margin-top: 1.4em !important;
}
h2.ivdp-text {
	font-size: 22px;
	color: #ca705f;
	text-transform: lowercase;
}
h3.h3-common-text {
	color: #00a6b6;
	font-size: 18px;
}
.caret-move-in {
	position: relative;
	left: 0.3em;
}
h4.color-code {
	color: #00a6b6;
	margin-bottom: 0px;
}
h5.small-text {
	color: #9069a2;
	font-size: 16px;
}
.story-image img:hover {
	border-left: 4px solid #d40904;
	border-right: 4px solid #00601a;
	border-top: 4px solid #005595;
	border-bottom: 4px solid #0081ca;
}
/************** image animation ***************/
.grow img {
	height: 500px;
	width: 400px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.grow img:hover {
	width: 400px;
	height: 500px;
}
.padding-right-zero {
	padding-right: 0px;
}
.sub-page-img {
	float: left;
	padding: 10px;
}
.entry-header h2 {
	color: #bf921b;
}
.topnav a.active-menu-home {
	padding: 29px 5px;
	color: #fff;
}
.img-float-left {
	float: left;
	margin: 0 10px;
}
map.bg.shape-1 {
	border: 10px solid #000 !important;
}
#bwg_container1_0 #bwg_container2_0 .bwg-container-0 {
	width: 100% !important;
}
.bwg-title2 {
	font-size: 16px !important;
	font-weight: 500 !important;
	margin: 1em !important;
	font-family: "Lato" !important;
	text-align: left !important;
}
.img-bordered {
	border: 5px solid #eceaea;
	border-radius: 10px;
}
.bwg-title2:hover {
	color: #e88d49 !important;
}
.responsive-home {
	display: none !important;
}
.advanced-sidebar-menu li.current_page_item a {
	color: #ead10e !important;
}
.read-more-btn {
	position: relative;
	top: -2.6em;
}
.text-center {
	margin-top: 2.5em;
}
/************************* strip section start ***********************/
#menu {
	/* 	width: 1090px; */
	height: 42px;
	list-style: none;
	margin: 10px 0 0 0;
	/* 	padding: 25px 10px; */
/* 	border-top: 4px double #AAA;
	border-bottom: 4px double #AAA; */
	position: relative;
	text-align: center;
}
#menu li {
	display: inline-block;
	width: 300px;
	/* 	margin: 0 10px; */
	position: relative;
	-webkit-transform: skewy(-3deg);
	-webkit-backface-visibility: hidden;
	-webkit-transition: 200ms all;
	float: left;
	transform: rotate(0deg);
}
#menu li a {
	text-transform: uppercase;
	font-family: "Josefin Sans";
	font-weight: 800;
	display: block;
	background: #2DAFDE;
	padding: 6px 4px 0px 0px;
	min-width: 652px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
	position: relative;
	z-index: 1;
	/* text-shadow: 1px 1px 0px #FFF, 2px 2px 0px #999, 3px 3px 0px #FFF; */
	background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,.05) 100%);
	-webkit-transition: 1s all;
	/* background-image: -webkit-linear-gradient(left top, transparent 0%, transparent 25%, rgba(0,0,0,.15) 25%, rgba(0,0,0,.15) 50%, transparent 50%, transparent 75%, rgba(0,0,0,.15) 75%); */
	background-size: 4px 4px;/* box-shadow: 0 0 0 1px rgba(0,0,0,.4) inset, 0 0 20px -5px rgba(0,0,0,.4), 0 0 0px 3px #FFF inset; */
}
#menu li:hover {
	width: 300px;/* 	margin: 0 -5px; */
}
#menu a:hover {
	color: #ded914;
}
#menu li:after, #menu li:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 100%;
	background: #BBB;
	-webkit-transform: skewY(8deg);
	x-index: -3;
	border-radius: 4px;
	float: right;
	margin-right: -22em;
}
#menu li:after {
	background-color: #2DAFDE;
	right: 0;
	top: -4px;
}
#menu li:before {
	left: 0;
	bottom: -4px;
	background-color: #2DAFDE;
}
/********************* table design **********************/
table tr.table-bg-color {
	background-color: #f88030;
	color: #fff !important;
}
table tr.table-color-code {
	background: linear-gradient(to bottom, #f2f5f3 0%, #dde0ab 100%);
}
table.table-border th {
	border-collapse: collapse;
}
.bottom {
	padding-bottom: 150px;
}
tabel tr.table-footer {
	border: 1px solid #000 !important;
}
tabel tr td {
	border: 2px solid #bdc0c7 !important;
}
table.table-bg-color {
	border: 4px solid #16905d;
}
tabel.table-border-color {
	border: 4px solid #353026;
}
.resource-bg {
	background-color: #7b631e;
	padding: 37px 0px 18px;
	border-radius: 18px;
	min-height: 439px;
}
.recent-blog-bg {
}
section.recent-background-color {
	background-color: #ffd18d;
}
.about-us-bg-color {
	background-color: #f3f2f2;
}
ul.strip-center {
	position: relative !important;
	margin-left: 16em !important;
	top: 1.9em;
}
ul.quick-fact-move {
	position: relative !important;
	margin-bottom: 3em !important;
	margin-top: 2em !important;
	margin-left: 15em !important;
}
ul.news-events-move {
	position: relative !important;
	margin-left: -6em !important;
	top: 0.9em;
}
ul#menu.gallery-move {
	position: relative !important;
	margin-left: -5.6em !important;
/* 	top: 1.9em; */ }
button.itgeeks-btn {
	position: absolute;
	margin-top: -1.2em !important;
	color: #fff;
}
.angle-icon {
	position: relative !important;
	margin: 4px;
}
.small-text1 {
	color: #43b3da;
}
.calender-bottom {
	margin-bottom: 1em !important;
}
textarea.form-control {
	font-size: 16px !important;
	color: #777777;
	font-weight: 400 !important;
}
.recent-blog-move-in {
	margin-top: 0.5em !important;
}
ul.list-font-family li {
	line-height: 35px;
}
ul.list-font-family li a {
	text-decoration: underline;
}
ul.list-font-family {
	line-height: 35px !important;
}
.feedback-form-width {
	width: 35% !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
	position: absolute;
	margin-top: -4em;
	margin-left: 7.6em;
}
h3.blog-text-in {
	margin-top: -2em !important;
	text-align: -webkit-right;
	right: 7em;
	top: 0.5em;
	float: inline-end;
}
.welcome-img-top {
	position: relative;
	top: 5.1em;
}
p.font-size-educe p {
	font-size: 14px;
}
.about-us p {
	font-size: 14px;
}
.sub-name-color {
	color: #faf0c4;
	font-style: italic;
}
p.western {
	margin-bottom: 1.5em;
}
ul.group-list {
	list-style: none;
	padding: 0px;
}
ul.group-list li {
	line-height: 30px;
	display: flex;
}
ul.group-list li a {
	font-size: 12.5px;
	color: #043b52;
	font-family: "lato";
}
.table-overflow {
	color: #ad5f0b !important;
}
.fix-size p {
	font-weight: 500 !important;
}
img.tab-responsive-img {
	position: relative;
	top: 5em;
}
ul.list-font-family li a:hover {
	color: #e88d49;
}
ul.group-list li a:hover {
	color: #e88d49;
}
.lato-font-family {
	font-family: "Lato" !important;
	font-size: 16px;
	line-height: 26px;
}
.btn_row a {
	background: #f60 none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	margin-right: 10px;
	padding: 12px 12px;
	text-transform: uppercase;
	vertical-align: top;
	letter-spacing: 2px;
	font-family: "Lato";
	font-weight: 600;
	margin-top: 14em;
}
._df_thumb {
	margin: 30px 6px 10px !important;
}
.bg-sections {
	background-image: url(./assets/img/ivdp-self-bg-img.png);
	background-color: #ffed9d;
	padding: 20px;
	min-height: 341px;
}
. bg-section-2 {
	background-image: url(./assets/img/awards.png);
}

.about-us h4 {
	color: #b7673b;
}
ul.list-family-style {
	font-family: "Lato";
}
#tab_container_2663 .wpsm_nav-tabs > li > a {
	border: 1px solid #7982f7 !important;
	background-color: #7982f7!important;
	color: #fff!important;
}
h2.text-center {
	text-transform: inherit !important;
}
.wa-main-menu {
	position: relative;
	right: 2em;
	min-width: 868px;
}
ul.end-footer-list {
	list-style-type: none;
	padding: 0px;
}
ul.end-footer-list li {
	display: flex;
	font-family: "Lato";
	margin-bottom: 0.8em;/* 	color: #eee; */
}
ul.end-footer-list li span {
	margin: 0 7px;
	position: relative;
	top: -0.2em;
}
ul.end-footer-list li a {
	margin: 0 11px;
	position: relative;
	top: -0.2em;
}
ul.end-footer-list li.mobile-nomber {
	margin: 0 7px;
}
.footer-color-icon {
	color: #e4971f !important;
}
ul.end-footer-list li a:hover {
	text-decoration: none;
	color: #e88d49;
}
table tr.tr-bg-color {         /* border: 5px solid #5abee0; */
	border-radius: 6px;
	color: #403737;
	background-color: #8ed6ec !important;
}
table.table-pupel-color {
	border: 3px solid #5abee0;
}
table tr.table-box-1 {
	background-color: #ceecf6 !important;
}
table.table-pupel-color tr td {
	color: #000 !important;
	font-weight: 500;
	font-size: 15px;
}
table tr.table-box-2 {
	background-color: #83daed !important;
}
.table-bordered > tbody > tr > th {
	border: 2px solid #fff !important;
}
table tr.table-total {
	background-color: #328aa4 !important;
}
table.table-pupel-color tr.table-total td {
	color: #fff !important;
}
.table-bordered > tbody > tr > td {
	border: 2px solid #fff !important;
}
table.table-pupel-color th.colspan-bg {
	vertical-align: middle !important;
	background-color: #328aa4;
	color: #fff;
	text-align: center;
}
table tr.table-total td {
	font-weight: 600;
}
ul.star-list {
	list-style: none;
	padding: 0px;
}
ul.star-list li {
	display: inline-block;
	float: right;
}
.star-icon {
	color: #c78318;
	font-size: 14px;
	padding: 0 3px;
	position: relative;
	top: -1.2em;
}
.star-text {
	color: #736c6c;
	font-size: 11px;
	font-family: "Lato";
	position: relative;
	top: -1.3em;
}
ul.star-lists {
	list-style: none;
	padding: 0px;
}
ul.star-lists li {
	float: left !important;
}
.about{
	color: #475055;
	font-style: normal;
	font-weight: 500;
	list-style: circle;
	list-style: disc;
    font-family: Lato,sans-serif;
	line-height: 26px;
	font-size: 16px;
	margin-left: 15px;
	text-align: justify; 
}
.table-bg {
	background-color: #e4e3b2;
}
.table-sub-text {
}
table.new-section tr.table-bg-color {
	background-color: #00a6b6;
	color: #fff;
}
table.new-section tr th {
	vertical-align: inherit;
	border: 1px solid #0ec1d2 !important;
}
.table-container-bg {
	background-color: #e0dfb3;
	padding: 31px;
	border-radius: 10px;
	border: 7px solid #d0cf9c;
	margin-top: 3em;
	margin-bottom: 3em;
}
img.img-hover-effect:hover {
	-webkit-transform: scale(1);
	transform: scale(1.1);
	-webkit-transition: .3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a.know-mote-btn {
	background-color: #bbba83;
	padding: 13px 51px;
	color: #fff;
	font-weight: 500;
	font-family: "Open Sans";
	position: relative;
	top: -1.5em;
}
a.know-mote-btn:hover {
	background-color: #00a6b6;
}
table.new-section {
	margin-bottom: 0px !important;
}
table tr th img.img-hover-zoom:hover {
	-webkit-transform: scale(1.3);
	transform: scale(0.9);
}
table tr th img.img-hover-zoom {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
table tr td img.img-hover-zoom {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
table tr td img.img-hover-zoom:hover {
	-webkit-transform: scale(1.3);
	transform: scale(0.9);
}

/***************************** 07-11-2018 ----------------------------*/
.star-icon-text {
	margin: 0 8px;
	font-weight: 700;
	color: #a84919;
	font-size: 11px;
	font-family: "Lato";
}
.star-section-move {
	margin: 0 8.8em;
	/*margin-top: -5em;*/
}
.star-icon-color{ 
	color: #843d09;
	font-size: 14px;
}
/*************************** 14-12-2018 **********************/
marquee .marquee-text a{    font-family: "Open Sans"; }



/***************11-12-2019**************/
.padding-bottom-move-in-space td{
    padding-right: 20px !important;
}
thead th{
    padding-right: 20px !important;
}
.padding-bottom-move-in-space td a img{
    width: 135px !important;
    height: 145px !important;
}