/*
Theme Name: Fortunate - Child
Version: 1.0
Description: A child theme of Schema by MyThemeShop
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");
/* general */
#wprev-slider-1 .wprev_preview_tcolor2_T1{color:#fff;}
.outServices{    padding: 0 0 80px;}
.servTitle {padding: 55px 0!important;}
.servTitle h2{color:#010281!important;}
.servicesBoxes {
    padding: 0px 0px!important;
}
.wprs_unslider-arrow.next, .wprs_unslider-arrow.prev{	display:none;}
.boxy span{filter: brightness(0) invert(1);}
.testimonials:before{
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	opacity:0.7;
	background:#000;
}
.owl-controls {
	opacity: 0;
}
.primary-slider-container {
	position: relative;
}
.container {
	max-width: 1000px !important;
}
.btn {
	color: #fff !important;
	background: #1179bd;
	padding: 10px 15px;
	text-transform: uppercase;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.alignnone {
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.center { text-align: Center; }
.clear { clear: both; }

/* header */
.main-header {background: #010281;}
#header { background: #fff; top: 0px;}
.logo-wrap, .headerPhone, .headerInfo { float: left; width: 31%; padding: 1%; }
.logo-wrap { margin: 10px 0 0 0; }
.headerInfo { width: 32%; text-align: right; margin-top: 30px; }
.headerInfo p { margin-bottom: 5px; }
.headerPhone { text-align: center; margin-top: 30px; }
.headerPhone a { color: #fff !important; }
div.header-social-icons { background: none; border: 0px; }
div.header-social-icons a { background: #fff; border-radius: 50%; padding: 10px; width: 30px; text-align: center; line-height: 30px; margin: 0px 5px; font-size: 26px;}
div.header-social-icons::before { border: 0px; }
#primary-navigation .header-social-icons a, .header-social-icons a { padding: 0px 10px; }

.primary-slider-container { max-width: 100%; float: none; width: 100%;  overflow: hidden; margin: 0px; }
.primary-slider-container .slide-caption { width: 94%; padding: 2% 3%; bottom: 0%; left: 0px; max-height: 50px; }
.slide-title { font-size: 32px !important; line-height: 34px; }
.owl-carousel .owl-item img { max-width: 100% !important; }
.primary-slider .owl-dots { bottom: 8%; top: inherit; right: 16%; }

.video_holder {
    height: 650px;
    position: relative;
    overflow: hidden;
}
.video_holder .container {
	max-width: 1200px !important;
}
.video_holder video {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    transform: scaleX(-1);
}
#page { padding-top: 0px; width: 100%; max-width: 100%; }

/* home boxes */
.homeBoxes {
	margin: 0px auto;
	margin-top: 0px;
	height: 240px;
	text-align: left;
	padding: 25px 0px;
}
.homeBoxes h3{
	color: #000;
	font-size: 32px;
	margin-top: 0px;
}
.homeBoxes p{
	color: #000 !important;
	font-size: 14px !important;
}
.homeBoxes .box01,
.homeBoxes .box02,
.homeBoxes .box03 {
	float: left;
	height: 200px;
	width: 31%;
	position: relative;
	padding: 1%;
}
.homeBoxes .box02{
	width: 32%;
}

/* home widgets */
.homeWidgets {
	margin: 30px auto;
	text-align: left;
}
.widgetBox {
	margin-right: 3%;
	margin-bottom: 20px;
	padding: 2%;
	width: 27%;
	float: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background: rgba(255,255,255,0.8);
}
.widgetBox h3 { text-align: center; }

.widgetBox.noMargin {
	margin-right: 0px;
}
.widgetBox img { width: 100%; }

.textwidget p {
	font-size: 16px;
	line-height: 20px;
}



/* inner pages */
#page.single { float: left; }
.article { background: none;  margin: 0 auto; float: none; }
.page h1.title { margin-bottom: 20px; }
.page-template-template-contact #page {
	max-width: 80%!important;
}

/* footer */
.copyrights { text-align: center; }
#copyright-note span { display: none; }
.to-top { float: none; }
#copyright-note .to-top span{ display: inline-block; font-size: 16px; line-height: 24px; }

.hide-d { display: none; }

.social-icons a {
    display: inline-block;
    color: #fff;
    background: #323232;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
}
.headerPhone {
	width: 100%;
	margin-top: 0px;
}
.headerPhone p {
	font-size: 16px;
	margin:0px;
	font-weight: bold;
	color: #fff;
}
.headerPhone {
	box-sizing: border-box;
}
#header {
	background-color: #fff;
}
.social-icons {
	margin-left: 5px;
	display: inline-block;
}
.text-right {
	float: left;
	font-size: 14px;
}
.text-right i {
	margin-right: 4px;
}
.text-right li {
	text-transform: uppercase;
	display: inline-block;
    padding: 4px 10px 2px;
	margin:0px 5px;
	list-style: none;
}
header .navigation {
	width: 100%;
}
.navigation ul {
	text-align: center;
	padding: 12px 0px;
}
.navigation ul li {
	float: none;
	display: inline-block;
}
#secondary-navigation .navigation > ul > .menu-item-has-children > a {
    padding-right: 15px;
}
#secondary-navigation .menu-item-has-children>a:after {
    display: none;
}
.text-right {
	text-align: right;
}
.text-right .social-icons {
	display: inline-block;
	margin-left: 10px;
}
#secondary-navigation a{
    padding: 7px 17px;
    margin: 0;
    font-weight: 400 !important;
    font-size: 18px !important;
    text-transform: none !important;
}
.newCon {
	height: 600px;
	background-size: cover;
	background-position: 50% 50%;
}
.welcome h1 {
    font-size: 30px;
    margin-top: 0px;
}
.featured {
	padding:50px 0px;
}
.featured h1 {
	font-size: 44px;
	font-weight: normal;
	color: #010281;
	line-height: 52px;
}
.s_torright {
	width: 400px;
	float: right;
	margin-left:15px;
	margin-bottom: 10px;
	position: relative;
}
.image_section {
	height: 350px;
	width: 350px;
	margin:0px auto;
	border:2px solid rgb(2, 60, 136);
	background-size: cover;
	background-position:50% 50%;
}
.welcome img {
    padding: 3px;
    border: 1px solid #ccc;
}
.leftwow {
	width: 33.33%;
	float: left;
}
.rightwow {
	width: 66.66%;
	float: right;
}
.row {
	margin:0px -15px;
}
.row:after,
.container:after {
	clear: both;
	content: "";
	display: block;
	position: relative;
}
.main-header .container {
	background-color: transparent !important;
}
#reviews {
    padding-bottom: 20px;
    background: #f2f2f2;
    padding-top: 10px !important;
}
#reviews h2 {
    color: #1179bd;
    font-size: 32px;
    padding-top: 10px !important;
}
#reviews h4 {
    font-weight: normal;
    line-height: 26px;
    font-size: 16px;
}
.carousel-indicators {
    bottom: -9px !important;
}
.col-sm-6 {
	width: 50%;
	float: left;
}
.featured {
	margin: 30px auto 10px;
}
.featured img {
	border: 2px solid #ececec;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.featured p {
	padding-right: 15px;
	font-size: 18px;
}
.homeBoxes {
    background: #2b4f97;
    border-bottom: 5px solid #2b4f97;
    font-size: 14px;
    padding: 30px 0px;
}
.homeBoxes h3 {
	margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
footer {
	margin-top: 0px;
	padding:10px 0px;
}
.to-top,.to-top a {
	color: #fff !important;
}
#page.single {
	float: none !important;
}
.article:after {
	clear:both;
	content: "";
	display: block;
	position: relative;
}
.post-info {
	display: none !important;
}
#featured-thumbnail {
	float: right;
	width: 30%;
}
.front-view-content {
	float: left;
	width: 68%;
}
.opacit_ { opacity: 0; }
.sticky { position: fixed !important; box-shadow: 0px 0px 17px rgba(0,0,0,0.9); }
.sticky img { max-width: 100px !important }

#logo a, #logo img {
	float: none !important;
	display: block;
}
#header #logo a {
    padding: 23px 0px;
	display: block;
}
.innerImage {
	height: 550px;
	background-size: cover;
	background-position: 50% 20%;
	position: relative;
}
.copyrights .pull-left {
    text-align: left;
    color: #fff;
    line-height: 23px;
    letter-spacing: 0.4px;
}
.copyrights .pull-right {
	text-align: right;
	color: #fff;
}
.copyrights {
	padding:0px 0px 10px !important;
	font-size: 14px;
}
.footer-icons {
	display: inline-block;
	padding-bottom: 14px;
}
.footer-icons a {
	height: 22px;
	line-height: 22px;
	width: 22px;
	margin-left: 5px;
	text-align: center;
	border-radius: 4px;
	display: inline-block;
	background-color:#888888;
}
.request_appointment {
	display: inline-block;
	height: 22px;
	background-color:#888888;
    padding: 0px 11px;
    border-radius: 4px;
    line-height: 22px;
    margin-right: 6px;
    text-transform: uppercase;
    font-size: 14px;
}
.request_appointment i {
	margin-right: 3px;
}
.col7 {
	float: left;
	width: 60%;
	box-sizing: border-box;
	padding:0px 15px;
}
.col6 {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding:0px 15px;
}
.col4 {
	float: left;
	width: 40%;
	box-sizing: border-box;
	padding:0px 15px;
}
.but_pull {
	float: right;
	max-width: 380px;
}
.but_pull h2 {
	/*color:#888888;*/
	font-size: 32px;
}
.oh .clearfix {
	padding:5px 0px;
	text-align: left;
}
.oh .clearfix span.hplm {
	text-align: left;
	padding: 10px;
	display: block;
}
.oh .clearfix:nth-child(even) {
    background-color: rgba(255,255,255,0.4);
}
.oh .clearfix:nth-child(odd) {
    background-color: rgba(0,0,0,0.15);
}
.bold {
	font-weight: bold !important;
}
.oh .headfix {
	background-color: #010281 !important;
	border-radius: 5px 5px 0px 0px;
	color: #fff;
}
.but_pull h6 {
    font-size: 21px;
    line-height: 120%;
    color: rgb(134, 122, 114);
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    padding: 10px 0px;
}
.cta_button {
	padding:30px;
	text-align: left;
	font-size: 34px;
	line-height: 1.2;
	color: rgb(255, 255, 255);
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	background: #ccc;
	text-decoration: none;
}
.cta_button a.btn {
    text-transform: uppercase;
    line-height: 40px;
    display: inline-block;
    font-weight: 500;
    font-size: 26px;
    float: right;
    color: rgb(255, 255, 255) !important;
    background: #010281;
    margin: 15px auto;
    padding: 10px 16px;
    border-radius: 6px;
}
.cta_button a {
	color: #fff!important;
}
.but_pull strong {
    color: rgb(51, 51, 51);
    font-size: 22px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    padding:10px;
    border-top:1px solid #524a47;
}
.info_footer {
	background-color: #ffffff;
	padding: 37px 0px;
}
.hero_banner {
	height: 630px;
	background-size: cover;
	background-position: 50% 50%;
}
.big_banner {
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
}
.floating_circle span,.floating_circle img {
	display: block;
	text-align: left;
}
.floating_circle {
    width: 580px;
    height: 580px;
    border-radius: 50%;

    padding: 40px;
    text-align: center;
    box-sizing: border-box;
    -ms-box-orient: horizontal;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: -webkit-flex;
      display: flex;

      -webkit-justify-content: space-around;
      justify-content: space-around;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-items: center;
      align-items: center;
          position: relative;
    top: -10px;
}
.col3 {
	width: 25%;
	float: left;
	padding:0px 15px;
	box-sizing: border-box;
}
.four_box {
	position: relative;
	margin-top: -140px;
	z-index: 1;
}
.hero_banner .container {
	max-width: 1200px !important;
}
.col3 a {
	margin:0px auto;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
	align-items: center;
	height: 210px;
	width: 210px;
	background-color: rgba(204, 204, 204, 0.9);
	text-align: center;
}
.col3 strong {
    display: block;
}
.col3 a h3 {
    font-size: 28px;
    color: #fff;
    padding: 0px 20px;

    text-align: center;
    font-weight: 300;
    line-height: normal;
}
.col3 a.hovered {
	background-color: #010281;
}
.about_us {
	position: relative;
}
.about_us:before {
	height: 100%;
	width: 100%;
	background-color: #323232;
	opacity: 0.6;
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
}
.about_us a {
	padding: 13px 20px;
    background-color: #010281;
    display: block;
    color: #fff;
    max-width: 115px;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
    border-radius: 5px;
    letter-spacing: 0.3px;
}
.about_us a:hover {
	color: #fff !important;
}
.about_us .text {
    max-width: 750px;
    padding: 90px 0px;
}
.about_us h3 {
	font-weight: bold;
	font-size: 34px;
	text-align: left;
	color: #fff;
}
.about_us p {
	font-size: 22px;
	margin: 0px;
	line-height: 33px;
	color: #fff;
	text-align:left;
	font-weight: 300;
}
.image_section_small {
    display: block;
    height: 180px;
    width: 180px;
    background-size: cover;
    background-position: 50% 50%;
    border: 2px solid #010281;
    margin: 0px auto;
    margin-right: 0px;
    margin-top: -100px;
}
.about_us {
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}
.col3 a:hover {
	background-color: #010281;
}
.col3 a img {
	filter: brightness(0) invert(1);
	max-height: 56px;
}
html button.aicon_link {
    background-color: #2d1418!important;
}
.floating_circle span {
    color: #888888;
    font-size: 30px;

    margin: 10px 0px 15px;
}
.welcome {
	margin: 55px 0px;
}
.welcome h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 600;
}
.welcome p {
	font-size: 20px;
	text-align: center;
	line-height: 28px;
	font-weight: 300;
}

.floating_circle p {
    text-align: left;
    max-width: 390px;
    font-size: 19px;
}
html section#wda_testi {
    padding: 105px 0px;
}

html section#wda_testi h2, html section#wda_testi h4 {
    color: #fff;
}

html .bg-white:after {
    bottom: 0px;
    transform: translateY(100%);
}

html section#wda_testi:after {
    background-color: #608ecc;
}

.servicesBoxes {
	background: url("/wp-content/uploads/2020/01/roping.jpg") no-repeat center center / cover;
}


html .slick-dots {
    left: 0px;
}
.s_torright + h2 {
    font-size: 33px;
}
#secondary-navigation .navigation ul > li:hover, #secondary-navigation .navigation ul > .current-menu-item {
	background-color: transparent;
}
#secondary-navigation .navigation ul ul.sub-menu li:hover, #secondary-navigation .navigation ul ul li.current-menu-item {
	background-color: #fff !important;
}
/*#secondary-navigation .navigation ul > li > a:hover ,#secondary-navigation .navigation ul > .current-menu-item > a {
	color: #49bdc4 !important;
}*/
div#regular-header {
	overflow: visible;
    position: relative;
    z-index: 1000;
}
.you-ll-hover {
	    transform: translateX(-30%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
}
.you-ll-hover:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #010281 transparent;
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    top: -15px;
}
.you-ll-hover .col6 {
	text-align: left;
}
.you-ll-hover .bold {
	width: 40%;
}
.you-ll-hover .bold + .col6 {
	width: 60%;
}
.you-ll-hover .oh .clearfix:nth-child(even) {
    background-color: rgba(255,255,255,1);
}
.you-ll-hover .oh .clearfix:nth-child(odd) {
    background-color: rgb(68, 38, 43);
    color: #fff;
}
.text-right li:nth-child(2):hover .you-ll-hover {
	opacity: 1;
	visibility: visible;
}


	.page-template-template-contact .info_footer {
		display: none;
	}

@media screen and (max-width: 1366px) {
	.big_banner {
		background-position: right;
	}
	.innerImage {
		height: 350px;
	}
	 footer .container {
	  width: 100%;
	  padding:0px 15px;
	  box-sizing: border-box;
	 }
	 .headerPhone {
	  box-sizing: border-box;
	 }
}
@media screen and (max-width: 1152px) {
	.accessibility-location-right .accessability_container {
		top: 40px;
	}
	.row {
		margin: 0px;
	}
	.about_us {
		background-attachment: scroll;
	}
	#page {
		max-width: 100% !important;
		width: 100% !important;
	}
	#header .container {
		padding: 0px;
	}
	.container {
		max-width: 100% !important;
		padding:0px 15px;
		box-sizing: border-box;
	}
}
.primary-slider-container.clearfix .container {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.home .servicesBoxes .boxy {
    width: calc(33.33% - 10px);
    margin: 5px;
	background: rgba(0,0,0,0.5) !important;
}
.home .servicesBoxes .boxy:hover {
	background: rgba(0,0,0,0.2) !important;
}
.boxy {
    color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
/*.boxy a:before{
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	opacity:0.7;
	background:#010281;

}*/
.boxy h5{position:relative;}
.boxy span{filter: brightness(0) invert(1); display: none !important; }
/* mobile */
@media screen and (max-width: 880px) {
	div#regular-header {
	    overflow: visible;
	    position: relative;
	    z-index: 1000;
	    background-color: #323232;
	}
	.welcome h2 { font-size: 24px; }
	#secondary-navigation a#pull {
	    box-sizing: border-box;
	    margin: 0px !important;
	}
	#header #logo a { display:block; }
	#header:after,#regular-header:after {
		clear: both;
		content: "";
		display: block;
	}
	.video_holder {
		display: none !important;
	}
	.logo-wrap {
		width: 100% !important;
	}
	#header .logo-wrap {
		float: none !important;
	}
	#secondary-navigation {
		height: auto !important;
	}
	.four_box {
		display: none;
	}
	.big_banner {
		background-image: none !important;
	}
	.floating_circle span, .floating_circle img {
	    display: block;
	    text-align: center;
	    margin: 0px auto;
	}

	.bold {
		width: 40%;
	}
	.bold + .col6 {
		width: 60%;
	}

	.floating_circle p {
		margin: 0px auto;
	    max-width: 600px;
	    text-align: center;
	}
	.floating_circle {
		width: 100%;
		border-radius: 0px;
		position: relative;
		text-align: center;
		margin:0px auto;
		display: block;
		height: auto;
	}
	.hero_banner {
		height: auto;
	}
	.hide-d { display: block; }
	#header { background: none; padding: 0px 0 0px 0px; margin-bottom: 0px; }
	.mobileBtn { margin-bottom: 0px; }
	.mobileBtn a, .hours{ display: block; color: #fff; text-align: center; background: #44262b; padding: 10px; border-radius: 10px; -moz-border-radius: 10px; margin: 10px !important;}
	.mobileBtn.phoneBtn { font-size: 20px; }
	.mobileBtn a:hover, .mobileBtn a:visited { color: #fff; }
	.primary-slider-container, .hide-xs { display: none; }

	.innerImage { display: none; }
	.homeBoxes, .homeWidgets, .welcome, .footerSocial, div.footer .copy { width: 100%; height: auto;}
	.box01, .box02, .box03 { width: 96%; float: none; margin-bottom: 20px; padding: 2%;}
	.homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 { width: 98%; }
	.post-content img { width: 100% !important; height: auto !important; }
	.footer-widgets.widgets-num-4 .f-widget:nth-child(even), .footer-widgets.widgets-num-3 .f-widget:nth-child(even),
	.footer-widgets.widgets-num-4 .f-widget, .footer-widgets.widgets-num-3 .f-widget	{ width: 100% !important; max-width: 100% !important; }
	.hours { display: none !important; }
	.leftwow {
		 width: 100%;
	}

	#wp_access_helper_container {
		display: none !important;
	}
	.rightwow {
		width: 100%;
	}
	.col-sm-6 {
		width: 100%;
	}
	.row {
		margin:0px;
	}
	.welcome iframe {
		height: 400px !important;
	}
	.featured .btn {
		display: block;
		text-align: center;
	}
	.homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 {
		height: auto;
	}
	.box02 .btn {
		display: block;
		max-width: 250px;
		margin:10px auto 0px;
	}
	footer .container {
		width: 100%;
	}
	.sticky { background-color: #fff !important; }

	div.header-social-icons { float: none !important; text-align: center; background:none!important;}
	div.header-social-icons a { float: none; display: inline-block; position: relative; z-index: 9999; }
	.header-social-icons {  text-align: Center; float: none !important; }
	.header-social-icons a {  display: inline-block; font-size: 32px !important; width: 34px !important; line-height: 34px; color: #333 !important; }
	.main-header {
	    background-color: #fff;
	}

	#logo img {
	    display: block;
	    max-width: 300px;
	}

	#logo a {
	    display: block;
	    position: relative;
	    box-sizing: border-box;
	}
}
@media screen and (max-width: 770px) {
	.s_torright {
		float: none;
		margin:0px auto;
	}
	.col7,.col4 {
		width: 100%;
		max-width: 100%;
	}
	.featured h1 br {
		display: none;
	}
	.featured h1 {
		margin-top: 40px;
	}
	.cta_button {
		font-size: 33px;
	}
}
@media screen and (max-width: 640px) {
	.cta_button a {
		display: none;
	}
	.headerPhone .text-right li:nth-child(2) {
		display: none;
	}
	.cta_button {
		text-align: center;
	}
}
@media screen and (max-width: 540px) {
	.cta_button {
    font-size: 26px;
}
	.welcome p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
}
.about_us p {
    font-size: 22px;
    margin: 0px;
    line-height: normal;
    color: #fff;
    text-align: left;
    font-weight: 300;
}
	.welcome h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
}
	.welcome {
    margin: 25px 0px;
}
	.s_torright {
		width: 100%;
	}
	.floating_circle {
		padding:20px 10px;
	}
	.headerPhone .pull-right {
		width: 100%;
		text-align: center;
	}
	.headerPhone .text-right li {
		display: none;
	}
	.cta_button {
		text-align: center;
	}
	.copyrights div {
		width: 100%;
		text-align: center !important;
	}
	.copyrights .pull-left {
		margin-bottom: 20px;
	}
	.footer-icons {
		width: auto !important;
	}
}
@media screen and (max-width: 350px) {
	.cta_button {
	    font-size: 22px;
	}
	.image_section {
		width: 290px;
		height: 290px;
	}
}
.innerImage img { width: 100% !important; }
#header .logo-wrap { padding: 0px; }
.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0 !important;}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;outline:0;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}
@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}
@media screen and (min-width:0) and (min-resolution: .001dpcm) {
 .opacit_ {opacity:1;}
}

@media screen and (min-width:890px){
	.headerPhone p {
		display:inline-block;
	}
    #secondary-navigation {
        display:flex;
        justify-content: center;
        align-items: center;
    }
}
