body {
	padding-bottom: 70px;
	height: calc(100vh) !important;
	font-family: 'Open Sans', 'BlinkMacSystemFont', -apple-system, 'Roboto', 'Lucida Sans';
}

#logoImg {
	height: 55px !important;
	padding-right: 20px !important;
}

#imgLanguage {
	margin-top: 10px !important;
}

#worldImg {
	float: left;
	height: 300px !important;
	z-index: 2;
}

#imgContainer {
	position: relative;
}

#backImg {
	position: absolute;
	left: 200px;
	top: 50px;
	width: 250px;
	z-index: -1;
}

#home {
	padding-top: 70px;
}

img.box-shadow {
	box-shadow: 3px 5px 1px rgba(204, 204, 204, 0.521);
	-webkit-box-shadow: 3px 5px 1px rgba(204, 204, 204, 0.521);
	-moz-box-shadow: 3px 5px 1px rgba(204, 204, 204, 0.521);
}

a.navbar-brand {
	margin-top: 15px !important;
	padding: 15px 25px !important;
	color: #18232B !important;
	font-size: 15px !important;
}

a.navbar-brand:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #0d62bd !important;
	cursor: pointer;
}

.navbar {
	padding: 10px 20px !important;
}

.navbar-header {
	height: 75px !important;
}

.navbar-default {
	background-color: #ffffff !important;
	border: none !important;
}

.item>img {
	width: 100% !important;
}

.pointer {
	cursor: pointer;
}

.hr-section {
	margin: 50px 0 !important;
}

.pl-xl {
	padding-left: 40px !important;
}

.pb-xl {
	padding-bottom: 40px !important;
}

.pl-lg {
	padding-left: 20px !important;
}

.pt-lg {
	padding-top: 20px !important;
}

.pv-lg {
	padding: 40px 0 !important;
}

.pb-lg {
	padding-bottom: 20px !important;
}

.pb-md {
	padding-bottom: 10px !important;
}

.p-xl {
	padding: 40px !important;
}

.p {
	padding: 10px !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.mb-lg {
	margin-bottom: 20px !important;
}

.mt-xl {
	margin-top: 40px !important;
}

.mb-xl {
	margin-bottom: 50px !important;
}

.bold {
	font-weight: bold;
}

.line-height {
	line-height: 30px !important;
}

.line-height2 {
	line-height: 25px !important;
}

.row {
	margin-right: 0px !important;
	margin-left: 0px !important;
}

.center {
	text-align: center !important;
}

.justify {
	text-align: justify !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.thumbnail {
	min-height: 250px !important;
	border: none !important;
	margin-bottom: 0 !important;
}

.service-thumb {
	min-height: 650px !important;
}

.fs20 {
	font-size: 20px !important;
}

.fs15 {
	font-size: 15px !important;
}

.c-grey {
	color: #94969b;
}

.c-white {
	color: #ffffff !important;
}

.hidden {
	display: none;
}

.row-img {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	text-justify: auto;
}

h3 {
	font-size: 30px !important;
}

footer ul {
	margin: 0.75em 0;
	padding: 0 1em;
	list-style: none;
}

#testim::before {
	background: rgba(2, 36, 53, 0.86) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media only screen and (max-width: 766px) {
	.service-thumb {
		min-height: 300px !important;
	}
}

@media only screen and (min-width: 766px) {
	.service-thumb {
		min-height: 600px !important;
	}
}

@media only screen and (min-width: 860px) {
	.service-thumb {
		min-height: 550px !important;
	}
}

@media only screen and (min-width: 1070px) {
	.service-thumb {
		min-height: 450px !important;
	}
}

@media only screen and (min-width: 1200px) {
	.service-thumb {
		min-height: 600px !important;
	}
}

@media only screen and (min-width: 1320px) {
	.service-thumb {
		min-height: 500px !important;
	}
}

@media only screen and (min-width: 1450px) {
	.service-thumb {
		min-height: 480px !important;
	}
}

.testimonial-p {
	padding: 30px 10%;
}

.contact-p {
	padding: 20px 10% !important;
}

.blog-p {
	padding: 20px 5% !important;
}

.posted-on {
	color: #a6a6a6;
	font-size: 12px;
	font-style: normal;
}

.contact-text>input, .contact-text>textarea {
	height: 30px;
	text-align: center;
	font-style: italic;
	margin-bottom: 20px;
	width: 100%;
}

.contact-text>textarea {
	min-height: 100px !important;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 40px;
}

.w100 {
	width: 100%;
}

.modal-header2 {
	padding: 2px 12px;
	background-color: #0d62bd;
	color: white;
}

#close2 {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

#mapInfo a:hover {
	color: #1fa1fc !important;
}

#footer {
	background: #fff;
	color: white;
	height: 40px;
	padding-top: 1px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

#viewAllBlogs {
	box-shadow: 0 6px 20px transparent;
	height: 42px;
	padding: 0 30px;
	background-color: #0d62bd !important;
	opacity: 1;
	border: 0;
}

#scrollTop {
	color: white;
	float: right;
	font-weight: bold;
	cursor: pointer;
}

#scrollTop:hover {
	background-color: #0d62bd !important;
}

#singleBlog {
	margin-top: 110px;
	border: 1px solid #94969b;
	width: 80%;
	margin-left: 10%;
}

.blog-table {
	max-width: 100%;
	overflow: auto;
}

.MsoListParagraph>span {
	padding-left: 60px;
}

.MsoListParagraph span~span {
	padding-left: 0px;
}

::-webkit-scrollbar {
	width: 15px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #6ac6f5;
}

::-webkit-scrollbar-thumb {
	background: #4477c3c7;
}

::-webkit-scrollbar-thumb:hover {
	background: #3b5998;
}

@media only screen and (min-width: 768px) {
	.container-fluid {
		padding: 0;
	}
}

@media only screen and (min-width: 1170px) {
	.container-fluid {
		padding: 0 5%;
	}
}

@media only screen and (min-width: 910px) {
	#singleBlog {
		margin-top: 150px;
	}
}
