/*
Theme Name: ultrabootstrap
Theme URI: /
Author: phantomthemes
Author URI: http://phantomthemes.com
Description: Ultrabootstrap is a multipurpose Free WordPress Theme for bloggers & artist. It consists of Featured Slider, Featured Posts, custom background, custom color and welcome message in Homepage layout. The theme can be customized from the Theme Options of Customizer. Blog page with right-sidebar. You may download this awesome and light weight theme. More detail of theme availabe in readme.txt file. for support http://phantomthemes.com/support/ or view demo http://phantomthemes.com/view?theme=UltraBootstrap
Version: 99
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ultrabootstrap
Tags: right-sidebar, theme-options, featured-images,rtl-language-support,grid-layout, editor-style, custom-header, threaded-comments, custom-background, custom-colors, blog, footer-widgets

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.

ultrabootstrap is based on Underscores http://underscores.me/, (C) 2012-2015 phantomthemes.
Ultrabootstrap 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 http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
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;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
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-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body, button, input, select, textarea {
	color: #404040;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 24px;
	height: 100%;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	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-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	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%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}
*, *:before, *:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    
	box-sizing: inherit;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
	background-color: #fff;
	border: 0;
	height: 0px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
    
	max-width: 100%;/* Adhere to container width. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover, a:focus, a:active {
	color: midnightblue;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
}
.main-navigation ul ul:hover > a, .main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a {
}
/* Small menu. */

.menu-toggle, .main-navigation.toggled ul {
	display: block;
}
/*Home page Custom CSS start*/
.header {
	background-image: url(images/header-bg.jpg)
}
.join-top {
	padding: 30px 25px 0;
	float: left;
}
.join-btn {
	padding: 7px 35px;
	border: 1px solid #3d8fda;
	color: #fff !important;
	font-size: 14px;
}
.join-btn:hover {
	color: #3d8fda !important;
}
.logo {
	margin-top: 24px;
	position: absolute;
	right: -80px;
	z-index: 99;
	width: 185px;
}
.icons-header {
	float: right;
	margin-top: 80px;
	display: inline-flex;
	padding-right: 25px;
}
.icons-header .search-icon {
	margin-right: 30px;
	margin-top: 2px;
}
.icons-header {
	float: right;
	margin-top: 30px;
	padding-right: 25px;
}
/*Second Section of landing page */

.main-secnd-sec {
	width: 50%;
	max-width: 100%;
	float: left;
	display: table-cell;
}
.second-section {
	margin: auto;
	max-width: 100%;
	display: table;
}
.spn-elmt {
	display: block;
	font-size: 30px;
	font-weight: 700;
	padding: 10px 0px 0px 0px;
}
.sec-spn {
	display: inline-block;
}
.service1 {
	padding: 10px 0px;
}
.service1 hr {
	width: 250px;
	border: 1px solid;
	color: #fff;
	display: inline-block;
	margin: 15px 0px 15px 0px;
}
.bg-service1 {
	padding: 20px 30px;
}
.service1 p {
	width: 70%;
}
/*About page css start*/
.about-bg {
	background: url(../../uploads/2018/07/bg-about1.png);
	background-size: cover;
}
.about-bg h3 {
	padding: 3em 0px;
	color: #fff;
	font-size: 80px;
}
.about-bg h3 span {
	font-weight: 900;
}
.about-bg2 {
	background-color: #58686f;
	padding: 70px;
}
.about-bg2 h3 {
	color: #fff;
	font-size: 32px;
	font-weight: 900;
}
.about-bg2 p {
	color: #fff;
	font-size: 14px;
	font-family: lato;
	font-weight: 300;
}
.about-bg2 .horizontal-bar {
	width: 300px;
	height: 6px;
	background-color: #fff;
	margin-bottom: 15px;
	margin-left: 65px;
	max-width: 100%;
}
.about-bg3 {
	background-image: url(../../uploads/2018/07/bg-about3.html);
	background-size: cover;
}
.about-bg3 .about-box {
	background-color: #3d8fda;
	margin-left: 30px;
	margin-bottom: 10em;
	margin-top: -55px;
	padding: 45px 45px;
}
.about-bg3 .about-box:hover {
	background-color: #2d363b;
}
.about-bg3 .about-box h3 {
	font-size: 28px;
	font-weight: 900;
	color: #fff;
	padding: 30px 0px;
}
.about-bg3 .about-box a {
	padding: 20px 40px;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	border: 1px solid #e5c7d2;
}
.about-bar {
	width: 190px;
	background: #fff;
	height: 6px;
	margin: 0px 0px 30px 50px;
	max-width: 100%;
}
.about-head {
	color: #fff;
	line-height: 30px !important;
}
.container.line {
	border-bottom: 2px solid;
	padding: 5px 25px !important;
}
.head-update {
	width: 85% !important;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 30px !important;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
/*.widget-bar.add-bar-uae {
	margin-left: 86px !important;
}
.widget-bar.ad-bar-lon {
	margin-left: 130px !important;
}
.widget-bar.add-bar-kar {
	margin-left: 135px !important;
}
.widget-bar.add-bar-srvs {
	margin-left: 68px !important;
}*/
.nav-pills li a {
	font-weight: 600;
}
.job-description strong {
	color: #3d8fda;
}
.job-description a:focus {
	color: #fff !important;
	background-color: #2d363b !important;
	border-color: #2d363b !important;
}
.job-description a {
	color: #fff !important;
	background-color: #5b6970 !important;
	border-color: #5b6970 !important;
	border-radius: 0px !important;
	font-size: 14px !important;
	font-family: lato;
	margin: 18px 0px;
}
.sjb-page h3 {
	font-size: 22px;
	margin: 0 0 5px 0;
}
.job-location i, .job-type i {
	color: #5b6970 !important;
	font-size: 18px !important;
}
.job-info h2 {
	margin-top: 0px;
	font-size: 24px;
	font-weight: 900;
	font-family: lato;
}
.sjb-page h2 {
	font-size: 24px;
	margin-top: 0px;
}
.sjb-page a:hover, .sjb-page a:focus {
	color: #5b6970;
	text-decoration: none;
}
.sjb-page h3 {
	font-size: 24px;
	margin: 0 0 5px 0;
	font-family: lato;
}
.job-detail span {
	font-size: 28px;
	font-weight: 900;
}
/*Search Start*/

.openBtn {
	background: transparent;
	border: none;
	padding: 0px 15px;
	font-size: 20px;
	cursor: pointer;
	margin-top: -6px;
}
.openBtn .fa {
	color: #fff;
}
.openBtn .fa:hover {
	color: #3d8fda;
}
.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
}
.btn-search {
	float: right;
	width: 6%;
	height: 34px;
}
.search-home {
	float: left;
	width: 94%
}
.overlay-content {
	position: relative;
	top: 46%;
	width: 80%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}
.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: white;
}
.overlay .closebtn:hover {
	color: #ccc;
}
.overlay input[type=search] {
	padding: 15px;
	font-size: 17px;
	border: none;
	float: left;
	width: 80%;
	background: white;
}
.overlay input[type=search]:hover {
	background: #f1f1f1;
}
.overlay label {
	width: 97%;
	display: block
}
.overlay input[type="submit"] {
	float: right;
	width: 20%;
	padding: 15px;
	background: #ddd;
	font-size: 17px;
	border: none;
	cursor: pointer;
}
.overlay button:hover {
	background: #bbb;
}
i.fa.fa-bars {
	font-size: 32px;
	color: #fff;
}
.main-head {
	position: absolute;
	bottom: 0;
	text-align: center;
	margin-left: -250px;
	left: 50%;
}
.main-heads, .main-heads1, .main-heads2, .main-heads3, .main-heads4 {
	position: absolute;
	bottom: 10px;
	text-align: center;
	margin-left: 0px;
	right: -163px;
	z-index: 99;
}
.main-heads h1, .main-heads1 h1, .main-heads2 h1, .main-heads3 h1, .main-heads4 h1 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 600;
}
.main-heads h2, .main-heads1 h2, .main-heads2 h2, .main-heads3 h2, .main-heads4 h2 {
	font-size: 18px;
	color: #5a6870;
	font-weight: 900;
	text-transform: uppercase;
}
.main-heads p, .main-heads1 p, .main-heads2 p, .main-heads3 p, .main-heads4 p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
}
.main-head h1 {
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;
}
.main-head h2 {
	font-size: 50px;
	color: #5a6870;
	font-weight: 900;
	text-transform: uppercase;
}
.main-head p {
	font-size: 20px;
	color: #fff;
}
.border-heading {
	border: 1px solid #3d8fda;
	width: 300px;
	display: table;
	margin: 10px auto 0px;
}
/*Search End*/

.services-sec {
	color: #fff;
	padding: 100px 30px 188px !important;
}
.service-sec {
	color: #fff;
	padding: 12px 40px 12px;
}
.sec2 {
	background-image: url(images/service1bg.jpg);
	color: #fff;
}
.sec3 {
	max-height: 100%;
	background-image: url(images/scond-section.png);
	color: #fff;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: cover;
	height: 990px;
	vertical-align: middle;
}
.third-section h2 {
	font-size: 36px;
	font-weight: 700;
	padding: 10px 0px;
	color: #fff;
}
.third-section-spn {
	display: block;
	font-size: 40px;
	line-height: 1;
	color: #fff;
}
.third-section hr {
	display: inline-block;
	width: 230px;
	border: 1px solid;
	margin: 15px 0px 10px 0px;
}
.third-section {
	margin: auto;
	color: #fff;
}
.chnge-colr img, .icon-box img {
	width: 170px;
}
/*Example code*/
.col-container5 {
	background-image: url(images/scond-section.png);
	display: table;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.col-container6 {
	background-image: url(images/sectioin-four.png);
	display: table;
	width: 100%;
	background-repeat: no-repeat;
}
.col {
	display: table-cell;
}
.section3 {
	display: table !important;
	width: 100%;
}
.servi-bg {
	background-color: #5a6870;
}
.service-bg {
	background-color: #3d8fda !important;
	padding: 30px 40px;
	color: #fff
}
.parent {
	position: relative;
}
.child {
	margin-top: 80%;
	vertical-align: middle
}
.childs {
	margin-top: 50%;
	vertical-align: middle
}
.child h2 {
	font-size: 36px;
	font-weight: 700;
	padding: 10px 0px;
}
.child-spn {
	font-size: 32px;
	font-weight: 300;
	line-height: 50px;
	display: block;
}
.child-spn-update {
	display: inline;
}
.childs-spn {
	line-height: 1;
}
.child hr {
	display: inline-block;
	width: 230px;
	border: 1px solid;
	margin: 15px 0px 10px 0px;
}
div#left1 {
	background-image: url(images/bg-left1.jpg);
	background-size: cover;
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
div#right1 {
	background-image: url(images/bg-right1.jpg);
	background-size: cover;
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
div#myContainer {
	font-family: lato;
}
.child-left2 {
	text-align: left;
	padding: 0px 80px 0px 0px;
	width: 70%;
	margin: auto;
}
.child-update {
	text-align: left;
	padding: 0px 0px 10px 10%;
	margin: 0;
	max-width: 100%;
}
.child-left2 h2 {
	line-height: 1;
	font-size: 36px;
	/*	text-transform: uppercase;
*/	font-weight: 900;
}
.sec2-head {
	color: #fff;
	padding: 11em 0px 0px 5em;
	width: 70%;
	text-align: left;
}
#right2 h2 {
	font-weight: 300;
	font-size: 32px;
	line-height: 30px;
}
#right2 hr {
	border: 2px solid;
	margin: 10px 0px;
}
#right2 .child-spn {
	font-weight: 900;
	font-size: 32px;
	text-transform: uppercase;
}
.sec2-head h2 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 30px;
}
.sec2-head hr {
	margin: 10px 0px;
	border: 2px solid;
}
.sec2-head p {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 20px;
}
.spacing {
	margin-bottom: 10px;
}
.home-serv {
	color: #fff !important;
}
.home-serv span {
	color: #fff;
}
/*.home-serv h2:hover {
	color: #3d8fda
}
.home-serv span:hover {
	color: #3d8fda
}*/
.child-left2 hr {
	border: 1px solid;
	margin: 10px 0px;
}
.child-left2 p {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 20px;
}
#right4 .child-left2 hr {
	float: right;
	margin-right: 5em;
}
#right4 .child-left2 p {
	margin-top: 40px;
}
#left3 h2, #left5 h2, #right4 h2 {
	padding-bottom: 10px;
}
#left3 .child-spn, #left5 .child-spn, #right4 .child-spn {
	line-height: 32px;
	padding-bottom: 10px;
}
#right4 hr {
	width: 250px;
	border: 2px solid;
	margin: 15px 0px 15px 0px;
	border: 2px solid;
	margin-left: 5em;
}
#left3 hr, #left5 hr {
	margin-bottom: 15px;
	width: 250px;
	margin-left: 5em;
	border: 2px solid;
	max-width: 100%;
}
#right4 .child-left2 {
	text-align: right;
	margin: auto;
	padding: 0px 0px 0px 80px !important;
}
.ms-left #left2 {
	
       background-image: url(images/sectioin-four.png);
	color: #fff;
	background-size: cover;
}
.ms-left #left3, .ms-left #left5 {
	background-color: #3d8fda !important;
	color: #fff;
}
.ms-left #left4 {
	background-image: url(images/services2.png);
	color: #fff;
}
.left1-new .ms-tableCell {
	vertical-align: text-top;
}
.right1-new .ms-tableCell {
	vertical-align: text-top;
}
.ms-right #right2 {
	background-color: #5a6870 !important;
	color: #fff;
}
.ms-right #right5 {
	background-image: url(../../uploads/2018/07/Our-Team.jpg);
	background-size: cover;
	background-position: 50% 50%;
}
.ms-right #right3 {
	background-image: url(images/who-we-are.png);
	background-size: cover;
	background-position: 50% 50%;
}
.ms-right #right4 {
	background-color: #3d8fda !important;
	color: #fff;
}
.ms-right {
	margin-right: -1px;
}
.footer {
	height: 400px;
	width: 1240px;
	background-color: #3d8fda;
}
.animatable {
	/* initially hide animatable objects */
	visibility: hidden;
	/* initially pause animatable objects their animations */
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-ms-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused;
}
/* show objects being animated */
.animated {
	visibility: visible;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-ms-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
}
.homenav li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #3d8fda;
}
.homenav li a {
	color: #5a6870;
	text-align: center;
	font-size: 14px;
}
.homenav li a:hover {
	color: #3d8fda;
}
.homenav {
	position: absolute;
	right: -88px;
	z-index: 1;
	margin: 0 !important;
	top: 135px;
	padding-right: 50px;
	border-right: 1px solid #3d8fda;
	border-left: 1px solid #3d8fda;
	padding-left: 50px;
}
.upper-text {
	text-transform: uppercase
}
a#sroll-down img {
	width: 35px;
}
#menuhome {
	background: transparent;
	border: 0;
}
.homenav li:last-child {
	border: 0
}
.tabs-left {
	padding-top: 30px;
}
.tabs-left, .tabs-right {
	border-bottom: none;
	margin: 0;
}
.tabs-left>li {
	margin-right: -1px;
	border-right: 1px solid #ddd;
}
.tabs-left>li:nth-child(3) {
	border-right: none;
}
.tabs-left>li, .tabs-right>li {
	float: none;
	margin-bottom: 2px;
}
.tabs-left>li.active>a, .tabs-left>li.active>a:hover, .tabs-left>li.active>a:focus {
	border-bottom-color: #ddd;
	border-right-color: transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-right-color: transparent;
}
.tabs-left>li>a {
	border-radius: 4px 0 0 4px;
	margin-right: 0;
	display: block;
	padding: 0px 12px !important;
}
.contac label {
	display: block !important
}
.contac-bg {
	background: #5a6970;
	margin-top: 30px;
}
.contac {
	padding: 70px;
	margin-top: 0px;
}
.trans-contac .nav-tabs a {
	background-color: transparent !important;
	border: 0 !important;
	color: #fff;
	padding: 10px 15px;
}
.trans-contac .nav-tabs li:first-child a {
	padding-left: 0px !important;
}
.trans-contac .nav-tabs>li.active>a, .trans-contac .nav-tabs>li.active>a:hover, .trans-contac .nav-tabs>li.active>a:focus {
	color: #3d8fda;
}
.trans-contac .nav-tabs li {
	background-color: transparent;
	float: left;
}
.trans-contac h2 {
	color: #fff;
	font-size: 26px;
}
.trans-contac .vcenter {
	color: #fff;
}
.trans-contac .contact-page {
	font-size: 14px;
	margin: 0 !important;
}
.contact-page li {
	list-style: none;
}
.contact-page li i {
	margin-right: 10px;
	font-size: 12px;
}
ul.contact-page.contact-pages {
	line-height: 50px;
}
.form-control {
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
}
.form-control:focus {
	border-bottom: 1px solid #3d8fda;
	box-shadow: none;
	outline: none;
	border-radius: 0px;
}
.form-align-bottom {
	padding-bottom: 60px;
}
input[type="tel"] {
	width: 400px;
	max-width: 100%;
}
.contact-boxs {
	border: 1px solid #3d8fda;
	margin-left: 0px;
	padding: 80px 60px 10px 60px;
}
.bar {
	background-color: #3d8fda;
	width: 150px;
	height: 3px;
	margin-bottom: 25px;
	max-width: 100%;
}
.contact-boxs h3 {
	color: #666;
	font-weight: 900;
}
.contact-boxs:hover h3 {
	color: #666;
	font-weight: 900;
}
.contact-boxs:hover p, .contact-boxs:hover a {
	color: #666;
}
.contact-boxs span {
	border-bottom: 3px solid #3d8fda;
	padding-bottom: 2px;
}
.contact-boxs p {
	color: #666;
	font-weight: 900;
}
.contact-boxs a {
	color: #666;
}
.contact-boxs p {
	font-size: 14px;
	line-height: 25px;
}
.contact-first-section {
	text-align: center;
	margin-bottom: 60px;
}
.contact-first-section h3 {
	font-size: 32px;
	font-weight: 900;
	color: #3d8fda;
}
.contact-first-section p {
	font-size: 26px;
}
.bg-contact1 {
	background-image: url(../../uploads/2018/07/karachi1.html);
	color: #fff;
	background-size: cover;
}
.bg-contact1:hover {
	background-image: none
}
.bg-contact2 {
	background-image: url(../../uploads/2018/07/london-1.html);
	color: #fff;
	background-size: cover;
}
.bg-contact2:hover {
	/*background-image: none */
}
.bg-contact3 {
	background-image: url(../../uploads/2018/07/Dubai-copy.html);
	color: #fff;
	background-size: cover;
}
.bg-contact3:hover {
	background-image: none
}
.form-align-bottom span {
	font-weight: 300;
	color: #5b6970;
}
.form-align-bottom label {
	font-weight: 900;
	font-size: 16px;
	font-family: lato;
	color: #5b6970;
}
p.big-text {
	font-size: 14px;
}
.menu:focus {
	outline: none !important;
}
.menu button {
	outline: none !important;
}
.menu button:focus {
	outline: none !important;
}
/*Footer*/

.contact-widget .widget-bar {
	width: 15px;
	background-color: #3d8fda;
	height: 3px;
	margin: 3px 0px 20px 0px !important;
}
.contact-widget h2 {
	font-size: 14px;
	font-weight: 600;
	color: #6b7b84;
}
.contact-page a {
	color: #6b7b84 !important;
	font-size: 14px;
}
.contact-page a:hover, .contact-page a:focus {
	color: #fff !important;
	font-size: 14px;
}
.lft-line {
	padding-left: 18px;
	display: block;
}
.footer-cls {
	font-size: 14px;
}
.last-footer {
	padding: 20px 0px;
}
.frst-left {
	line-height: 20px;
}
.footer-cls a:active {
	color: #fff !important;
}
.last-itm {
	margin-left: -6px;
}
.contact-page li {
	font-size: 13px;
	line-height: 14px;
	margin-bottom: 6px;
}
.foot-home {
	font-size: 10px !important;
	margin-top: 15px;
}
.adding-respon a:hover {
	color: #fff;
}
.footer-cls i {
	font-size: 14px;
}
.contact-page .active {
	font-weight: 900;
	border-right: 3px solid #3d8fda;
	width: 80px;
}
.footer-cls li {
	line-height: 20px;
}
.sjb-page .sjb-detail .list-data .job-detail {
	margin: -25px 0 20px;
}
.ticker {
	margin-top: 51px;
	position: absolute;
	top: 40px;
	z-index: 99999999999;
	width: 200%;
	left: -100%;
}
.modal-content {
	border: 10px solid #5b6870;
}
button.close {
	font-size: 36px;
	background: #5b6870;
	border-radius: 50px;
	line-height: 0;
	padding: 15px 5px;
	color: #fff;
	opacity: 1;
	margin-top: -25px;
	z-index: 9999;
	margin-right: -25px;
}
.btn-popup {
	    background-color: #3d8fda;
    padding: 5px 25px !important;
    border-radius: 10px !important;
    width: 50%;
    margin: 10px auto;
    font-weight: 600;
    font-size: 18px !important;
    display: block;
}
.footer-note, .footer-note2 {
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	color: #5b6870;
	margin: 0;
}
.popup-model {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: table;
    margin: auto;
}
.footer-note2 {
	font-size: 18px;
	    margin-top: 10px;
}
.footer-note span, .footer-note2 span {
	color: #3d8fda;
}
.modal {
	z-index: 10500000000
}
@media only screen and (max-width: 600px) {
.space-center {
	padding: 10px 65px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #3d8fda;
}
header .navbar-form .btn {
	background: transparent !important;
	color: #3d8fda !important;
	line-height: 55px;
	margin-top: 8px !important;
	padding-left: 20px;
	padding-right: 36px;
	padding-top: 0px;
	height: 54px;
	font-size: 12px;
}
.navbar-nav {
	margin: 0px 0px;
}
.navbar-form {
	border: none;
}
.container.line {
	border-bottom: none !important;
	padding: 0px 25px !important;
}
.logo-tag img {
	width: 100px !important;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 0px 0px;
	margin-top: 25px !important;
	margin-right: 15px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: none;
	border-radius: 4px;
}
.navbar-default .navbar-toggle {
	border: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-form {
	padding: 0px 15px;
}
.spacer {
	padding-top: 40px !important;
}
.page-section {
	border-top: 1px solid #eee;
	margin-top: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #3d8fda;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 18px;
	height: 4px;
	border-radius: 1px;
}
input[type="tel"] {
	width: 548px !important;
}
}
@media screen and (min-width: 1200px) {
.container {
	width: 1000px !important;
}
}
@media only screen and (max-width: 480px) {
input[type="tel"] {
	width: 430px !important;
	max-width: 100%;
}
}
@media only screen and (max-width: 360px) {
input[type="tel"] {
	width: 310px !important;
	max-width: 100%;
}
}
/*
.homenav {
    display: table;
    position: absolute;
    right: -50px;
    z-index: 99999;
}*/
/*Home page Custom CSS end*/
@media screen and (min-width: 37.5em) {
.menu-toggle {
	display: none;
}
.main-navigation ul {
	display: block;
}
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# 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;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline, .updated:not(.published) {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
    
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
	max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Main style starts here
--------------------------------------------------------------*/

/*body {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 30px;
	color: #666;
	background-color: #fff;
}*/
.btn {
	color: #fff !important;
	border-radius: 0;
	border: none;
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 2px;
	padding: 0px 0px;
}
a, a:visited {
	color: #3d8fda;
	text-decoration: none;
}
a:hover {
	color: #333;
}
img, input, .btn, a, a:hover, a:active, a:focus {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	margin: 0;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.5em;
	margin: 0 0 10px 0;
}
h4, h5, h6 {
	font-size: 1em;
}
h4 {
	letter-spacing: 2px;
	text-transform: uppercase;
	border-bottom: 2px solid #3d8fda;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', sans-serif;
}
a.readmore {
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.spacer {
	padding-top: 60px;
	padding-bottom: 0px;
}
.logged-in header .navbar-default {
	top: 32px;
}
/*header*/

header .logo-tag {
	margin: 18px 0 5px;
}
header .logo-tag h1 {
	margin: 6px 0;
	font-size: 1.5em;
}
header .logo-tag h1 a:hover {
	text-decoration: none;
}
header .logo-tag h2 {
	margin: 0;
	color: #666;
	font-size: 0.8em;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.logo-tag img {
	width: 205px;
}
header .navbar-collapse {
	padding: 0;
}
header .navbar-form {
	margin-top: 0;
	margin-bottom: 0;
}
header .navbar-form .main-search {
	position: relative;
}
header .navbar-form .main-search .btn .fa {
	font-size: 1.5em;
}
header .navbar-form .btn {
	background: #F66264;
	padding: 0 21px;
	box-shadow: none;
	border: none;
	color: #fff;
	text-shadow: none;
	line-height: 55px;
	border-radius: 0;
	outline: none !important;
}
header .navbar-form .search-box {
	position: absolute;
	right: 0;
}
header .navbar-form .search-box .well {
	border: none;
	border-radius: 0;
	padding: 10px;
	background: #fff;
	width: 250px;
}
header .navbar-form .search-box .well input {
	border: 0;
	border-radius: 0;
	background: #ddd;
	color: #000;
	font-size: 0.8em;
	width: 100%;
	box-shadow: none;
	padding: 10px;
}
header .navbar-form .nav {
	margin: 0;
}
header .navbar-default {
	background: none;
	border: none;
	margin: 0;
	background: #fff;
}
header .navbar-default .navbar-nav li a {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.8em;
	line-height: 25px;
}
.navbar-nav>li>.dropdown-menu {
	border: none;
	border-radius: 0;
	padding: 0;
}
.navbar-right .dropdown-menu {
	right: auto;
	left: 0;
	box-shadow: none;
}
.navbar-right .dropdown-menu .dropdown-menu {
	left: 160px;
	top: -2px;
	border: none;
	border-radius: 0;
	padding: 0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: #F66062
}
/*header*/
/* theme slider */

.theme-slider .carousel-control {
	width: 5%;
	background: none;
}
.theme-slider .carousel-inner .item img {
	width: 100%;
}
.theme-slider .carousel-inner .item .slide-caption {
	position: absolute;
	top: 50%;
	width: 100%;
	color: #fff;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.theme-slider .carousel-inner .item .slide-caption h4 {
	color: #fff;
}
.theme-slider .carousel-inner .item .slide-caption .summary {
	font-size: 1.75em;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 20px;
}
.theme-slider .carousel-inner .item .slide-caption .summary p {
	margin: 0;
}
.theme-slider .carousel-inner .item .slide-caption .slide-caption-details {
	width: 45%;
}
.theme-slider .glyphicon-chevron-right:before, .theme-slider .glyphicon-chevron-left:before {
	display: none;
}
/* theme slider */
/*welcome*/

.welcome {
	background: #fff;
	height: 302px;
}
.welcome div {
	height: 100%;
}
.welcome .message {
	background-color: #F66062;
	color: #fff;
	padding: 30px;
	position: relative;
}
.welcome .message h1 {
	position: absolute;
	top: 50%;
	font-size: 1.95em;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*welcome*/
/*post*/

.eq-blocks {
	margin-bottom: 30px;
}
.post-list .post-block {
	margin-bottom: 30px;
	background-color: #fff;
	overflow: hidden;
	height: 100%;
}
.post-list .post-block .summary {
	padding: 30px 30px 0 30px;
}
.post-list .post-block img {
	transform: scale(1);
}
.post-list .post-block img:hover {
	transform: scale(1.07);
}
.post-info {
	font-size: 0.8em;
}
.post-info a {
	margin-right: 5px;
}
.post-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 15px;
	float: left;
	width: 100%;
}
.post-info ul li {
	display: inline-block;
}
/*post*/
/*navigation*/

.navigation.posts-navigation {
	clear: both;
}
.scroll-top-wrapper {
	position: fixed;
	right: 30px;
	bottom: 30px;
	background-color: #941b46;
	color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	opacity: 0.5;
	display: none;
}
span.scroll-top-inner {
	margin-top: 0px;
	display: block;
}
.scroll-top-wrapper:hover {
	opacity: 1;
}
footer {
	background-color: #fff;
	padding: 15px 0;
	font-size: 0.8em;
}
footer .social a {
	font-size: 15px;
}
footer ul {
	margin: 0;
}
section.footers {
	background: white;
	padding: 10px;
	border-bottom: 1px solid #e7e7e7;
    /*inside page*/
    
    .page-title {
 margin-bottom: 30px;
}
.page-title h1 {
	font-size: 2em;
	font-weight: 400;
	color: #000;
	border-bottom: 2px solid #F66264;
	display: inline-block;
}
/*inside page*/
    
.comments-area {
	margin-top: 30px;
	border-top: 1px dotted #ccc;
	padding-top: 30px;
}
.comments-area h2 {
	margin-bottom: 15px;
}
.comments-area ol {
	margin: 0;
	list-style: none;
}
.comments-area ol.comment-list {
	padding: 0;
}
.comments-area ol.comment-list article {
	margin-bottom: 15px;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
}
.comments-area footer {
	background: none;
	padding: 0;
}
.comments-area .comment-form label, .comments-area .comment-form input {
	display: block;
	font-weight: 300;
}
.comments-area .comment-form input, .comments-area .comment-form textarea {
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	padding: 10px;
	width: 100%;
}
.comments-area .comment-form .form-submit input {
	background: #F66264;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	border: none;
}
/*widget*/
    
.widget {
	margin-bottom: 30px;
	padding: 15px;
	background: #fff;
}
.widget ul, .widget ol {
	margin: 0;
	padding-left: 15px;
}
 @media (max-width: 991px) {
h1 {
	font-size: 2em;
}
header .navbar-default .navbar-nav>li>a {
	padding: 15px 10px;
}
header .logo-tag h1 {
	font-size: 1em;
	margin-top: 15px;
}
header .logo-tag h2 {
	font-size: 0.5em;
	letter-spacing: 1px;
}
.theme-slider .carousel-inner .item .slide-caption .summary {
	font-size: 1.25em;
	line-height: 20px;
}
.welcome {
	height: 358px;
}
}
 @media (max-width: 767px) {
body {
	margin-top: 50px;
}
header .navbar-default .navbar-nav>li>a {
	padding: 5px 30px;
}
header .navbar-nav {
	display: block;
	margin-top: 0;
}
header .navbar-nav .dropdown-menu {
	margin-left: 5px;
	display: none !important;
}
header .navbar-nav .open .dropdown-menu {
	display: block !important;
}
h4 {
	margin-bottom: 10px;
}
.logo-tag {
	margin-left: 15px;
}
.navbar-default .navbar-toggle {
	position: absolute;
	right: 0;
	background: #F66062;
	border: none;
	border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}
.main-search {
	display: none;
}
.theme-slider .carousel-inner .item .slide-caption {
	position: static;
	background: #333;
	padding: 15px 0;
	transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	height: 155px;
}
.theme-slider .carousel-inner .item .slide-caption .summary {
	font-size: 1em;
	line-height: 15px;
}
.theme-slider .carousel-inner .item .slide-caption .slide-caption-details {
	width: 100%;
}
.theme-slider .carousel-control {
	display: none;
}
.spacer {
	padding-top: 30px;
	padding-bottom: 30px;
}
.welcome {
	height: inherit;
}
.welcome .message {
	height: 150px;
}
.post-list .post-block {
	height: auto;
}
ul {
	margin: 0;
	padding-left: 15px;
}
}
@media screen (min-width: 1400px) {
.main-heads {
 position: absolute;
 bottom: 10px;
 text-align: center;
 margin-left: 0px;
 right: -310px;
 z-index: 99;
}
.main-heads h1 {
 font-size: 46px;
 color: #fff;
 margin-bottom: 5px;
 text-transform: uppercase;
 font-weight: 600;
}
.main-heads h2 {
 font-size: 34px;
 color: #5a6870;
 font-weight: 900;
 text-transform: uppercase;
}
.border-heading {
 border: 2px solid #3d8fda;
 width: 340px;
 display: table;
 margin: 10px auto 0px;
}
.main-heads p {
 font-size: 22px;
 color: #fff;
 margin-bottom: 5px;
}
}
 @media screen (max-width: 1600px) {
#right4 hr {
 margin-left: 13em !important;
}
}
 @media only screen and (min-width:1400px) {
.homenav li {
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #3d8fda;
}
.main-heads {
	position: absolute;
	bottom: 10px;
	text-align: center;
	margin-left: 0px;
	right: -310px;
	z-index: 99;
}
.main-heads h1 {
	font-size: 46px;
	color: #fff;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 600;
}
.main-heads h2 {
	font-size: 34px;
	color: #5a6870;
	font-weight: 900;
	text-transform: uppercase;
}
.border-heading {
	border: 2px solid #3d8fda;
	width: 340px;
	display: table;
	margin: 10px auto 0px;
}
.main-heads p {
	font-size: 22px;
	color: #fff;
	margin-bottom: 5px;
}
}
 @media screen (max-width: 640px) and (min-width: 360px) {
.contac {
 padding: 20px 10px;
 border: 1px solid #5a6970;
 margin-top: 30px;
}
 .navbar-nav {
 margin: 0px 0px;
}
.nav-pills > li > a {
 color: #5b6870 !important;
 font-size: 14px;
}
.navbar-form {
 border: none;
}
.container.line {
 border-bottom: none;
 padding: 0px 25px !important;
}
.logo-tag img {
 width: 100px;
}
.navbar-toggle {
 position: relative;
 float: right;
 padding: 0px 0px;
 margin-top: 18px !important;
 margin-right: 15px;
 margin-bottom: 0px;
 background-color: transparent;
 background-image: none;
 border-radius: 4px;
}
.navbar-default .navbar-toggle {
 border: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
 background-color: transparent;
}
.navbar-form {
 padding: 0px 15px;
}
.contact-boxs {
 border: 1px solid #3d8fda;
 margin-left: 0px;
 padding: 40px 60px 10px 60px;
}
}
@media (min-width: 768px) {
.navbar-right {
	margin: -10px 0px 0px 5px;
}
header .navbar-form .btn {
	background: transparent;
	padding: 22px 0px 0px 0px;
	box-shadow: none;
	border: none;
	color: #F66264 !important;
	text-shadow: none;
	line-height: 55px;
	border-radius: 0;
	outline: none !important;
}
header .navbar-default .navbar-nav li a {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 14px;
}
}

