/*--Font Awesome--*/
/*https://fonts.google.com/?selection.family=Montserrat:300,300i,400,400i,500,500i,600,700,800,900|Oswald:300,400,500,600,700|Roboto:300,400,400i,500,500i,700,900&query=oswa*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,700,800,900|Oswald:300,400,500,600,700|Roboto:300,400,400i,500,500i,700,900|Playfair+Display:400,400i,700,700i,900');
@import url('font-awesome.min.css');
@import url('fonts.css');
/*--Main Container--*/
html{background: #022444;}
body{
	min-width: 320px;
	font:300 20px/28px 'Roboto', sans-serif;
	color: #0f1115;
}
#wrapper{
	position: relative;
	overflow: hidden;
	height: 100%;
	min-height: 600px;
}
.resize-active .hold {
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}
/*--Header--*/
#header{
	position: relative;
	z-index: 999;
	background: #f2f2f2;
}
#header.clone {
	top:-111px;
	transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	position: absolute;
	width: 100%;
	visibility:hidden;
}
#header.clone.fixed {
	position: fixed;
	z-index: 9995;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	visibility:visible;
}
/*--Logo--*/
.navbar-brand{
	padding: 0;
}
.navbar-brand img{
	width: 100%;
	height: auto;
	display: block;
}
#header .navbar{
	padding: 0;
	background: none !important;
	display: block !important;
}
#header .topbar{
	padding: 15px 0;
}
#header .nav-outer{
	padding: 0 9999px;
	margin: 0 -9999px;
	background: #293d58;
	background: -moz-linear-gradient(left, #293d58 0%, #152438 100%);
	background: -webkit-linear-gradient(left, #293d58 0%,#152438 100%);
	background: linear-gradient(to right, #293d58 0%,#152438 100%);
}
#header .navbar-nav{letter-spacing: -8px;}
#header .navbar-nav>li{
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.navbar-light .navbar-nav .nav-link{
	padding: 15px 20px;
	line-height: 30px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	border-left:1px solid #111f31;
	position: relative;
	letter-spacing: 0;
	font:700 17px/30px 'Montserrat', sans-serif;
}
.navbar-light .navbar-nav li:first-child .nav-link{border: none;}
.navbar-light .navbar-nav .nav-link:after{
	background: #1b2b42;
	background: -moz-linear-gradient(left, #1b2b42 0%, #304c71 100%);
	background: -webkit-linear-gradient(left, #1b2b42 0%,#304c71 100%);
	background: linear-gradient(to right, #1b2b42 0%,#304c71 100%);
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	content: '';
}
.navbar-light .navbar-nav li:last-child .nav-link:after{display: none;}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	background: none;
	color: #d9281f;
}
.navbar-nav > li ul{
	position: absolute;
	width: 250px;
	left: 0;
	top: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #ce3636;
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	transition:all linear 0.2s;
	-webkit-transition:all linear 0.2s;
	-ms-transition:all linear 0.2s;
	font-weight: 400;
	font:500 13px/32px 'Montserrat', sans-serif;
	text-transform: capitalize;
	letter-spacing: 0;
}
.free-consultation{
	display: inline-block;
	vertical-align: middle;
	background: #d9281f;
	color: #fff;
	text-transform: uppercase;
	font:700 18px/32px 'Montserrat', sans-serif;
	padding: 15px 20px;
	margin-left: 75px;
}
.free-consultation:hover{
	background: #345e98;
	text-decoration: none;
	color: #fff;
}
.navbar-light .navbar-nav .nav-link.has-drop-down-a{position: relative;}
.navbar-light .navbar-nav .nav-link.has-drop-down-a:before{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border:5px solid transparent;
	border-top-color: #fff;
	border-bottom-width: 0;
	content: '';
	display: block;
}
.topbar .phone{
	float: right;
	font:700 32px/34px "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #345e98;
	padding-top: 10px;
	text-align: right;
	text-transform: uppercase;
}
.topbar .phone:hover{
	color: #293d58;
	text-decoration: none;
}
.topbar .phone span{
	display: block;
	font:700 12px/1.2 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.navbar-nav > li ul li{
	position: relative;
}
.navbar-nav > li ul li:hover>a{
	color: #fff;
	background: #b89d5c;
}
.navbar-nav > li ul ul{
	left: 100%;
	top: 0;
	background: #fff;
	padding: 14px 0;
}
.navbar-nav > li ul ul a{
	color: #283e5f;
	font-size: 14px;
	padding: 5px 10px;
	line-height: 18px;
}
.navbar-nav > li ul ul a:hover{
	color: #fff;
	background: #ce3636;
}
.navbar-nav > li ul ul ul a{
	padding-left: 30px;
}
.navbar-nav li li a{
	padding: 5px 10px;
	display: block;
	color: #fff;
}
.navbar-nav li li a:hover{
	text-decoration: none;
	background: transparent;
	color: #b89d5c;
	background: #000;
}
.navbar-nav li .opener{display: none;}
.has-drop-down-a {
	position: relative;
}
.navbar-nav li li>.has-drop-down-a {
	position: relative;
}
.navbar-nav li li>.has-drop-down-a:after{
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	border:5px solid transparent;
	border-top-color: #fff;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.navbar-nav li li.hover>.has-drop-down-a:after{
	border-top-color: transparent;
	border-bottom-color: #fff;
}
/*--search Form--*/
.search-form{
	float: right;
	position: relative;
	width: 48px;
	height: 48px;
	margin-left: 15px;
}
.search-form .input{
	max-width: 250px;
	background: #fff;
	height: 100%;
	border:2px solid #054fad;
	z-index: 99;
	padding:10px 15px;
	color: #054fad;
}
.search-form button[type=submit]{
	width: 48px;
	height: 48px;
	border:2px solid #054fad;
	display: block;
	text-align: center;
	line-height: 44px;
	position: absolute;
	top: 0;
	right: 0;
	color: #000;
	background: #fff;
}
.search-form .field{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	transition:all linear 0.2s;
	-webkit-transition:all linear 0.2s;
	-ms-transition:all linear 0.2s;
}
.search-form.open .field{
	opacity: 1;
	visibility: visible;
}
.search-form a{
	width: 48px;
	height: 48px;
	border:2px solid #ddd;
	display: block;
	text-align: center;
	line-height: 44px;
	color: #000;
}
.search-form a:after{
	position: absolute;
	left: 0;
	top: 0;
	border: 20px solid transparent;
	border-left-color: #ddd;
	border-top-width: 0;
	content: '';
}
.search-form a i{pointer-events: none;}
/*--Slideshow--*/
.slideshow{
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 88;
}
.slideshow .slideset{
	position: relative;
	overflow: hidden;
}
.slideshow .slide{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin-bottom: -6px;
}
.slideshow .slide > img{
	width: 100%;
	height: auto;
	display: block;
}
.slideshow .slide.active{
	z-index: 2;
}
.slideshow .caption{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 20%;
	z-index: 999;
}
.slideshow .caption h2{
	font:700 55px/1.2 'Montserrat', sans-serif;
	color: #fff;
}
.slideshow .caption .txt{
	text-transform: uppercase;
	color: #fff;
	font:600 18px/1.2 'Montserrat', sans-serif;
}
.banner{
	width: 100%;
	overflow: hidden;
}
.banner>img{
	width: 100%;
	height: auto;
	display: block;
}
.main-picture{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 999;
	right: 0;
	margin: 0 auto;
	pointer-events: none;
}
/* .banner .main-picture{
	top: 0;
	bottom: auto;
} */
.main-picture img{
	margin-left: 20%;
	max-width: 100%	;
	height: auto;
	display: block;
}
.block.intro{
	padding: 80px 0 50px;
	background: url(../images/bg-intro.jpg) no-repeat 50% 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.block{
	padding: 70px 0 50px;
}
.head{
	padding-bottom: 45px;
	position: relative;
	margin: 0 0 20px;
}
.head:after{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	background: url(../images/bg-title.png) no-repeat 50% 0;
	content: '';
	bottom:10px;
	height: 18px;
}
.subtitle{
	color: #355f98;
	display: block;
	font: 30px/1.2 Georgia, Cambria, serif;
	margin: 0 0 10px;
}
.subtext{
	color: #0f1115;
	font: 20px/1.2 Georgia, Cambria, serif;
	display: block;
}
.block h2{
	font: 50px/1.2 Georgia, Cambria, serif;
	margin: 0 0 30px;
	color: #293d58;
}
.block .head h2{margin-bottom: 5px;}
.main-carousel, .main-carousel2{
	width: 100%;
	position: relative;
}
.not-enough-slides .btn-prev, .not-enough-slides .btn-next{display: none !important;}
.btn-prev, .btn-next{
	display: inline-block;
	vertical-align: middle;
	width: 37px;
	text-indent: -99999px;
	height: 15px;
	position: relative;
	margin: 0 8px 35px;
	outline: none;
}
.btn-prev:after, .btn-next:after{
	position: absolute;
	left: 0;
	top: 7px;
	background: #293d58;
	content: '';
	text-indent: 0;
	width: 100%;
	height: 1px;
}
.btn-prev:before{
	width: 15px;
	height: 15px;
	border:1px solid transparent;
	border-bottom-color: #293d58;
	border-left-color: #293d58;
	transform: rotate(45deg);
	content: '';
	position: absolute;
	left: 1px;
	top: 0;
}
.btn-next:before{
	width: 15px;
	height: 15px;
	border:1px solid transparent;
	border-top-color: #293d58;
	border-right-color: #293d58;
	transform: rotate(45deg);
	content: '';
	position: absolute;
	right: 1px;
	top: 0;
}
.main-carousel .mask{overflow: hidden; margin-bottom: 40px;}
.main-carousel .slideset, .main-carousel2 .slideset{
	width: 100% !important;
	white-space: nowrap;
	position: relative;
	letter-spacing: -4px;
	display: block !important;
}
.main-carousel .slide, .main-carousel2 .slide{
	display: inline-block !important;
	vertical-align: middle !important;
	white-space: normal;
	letter-spacing: 0;
}
.main-carousel .slide img, .main-carousel2 .slide img{
	height:226px;
	object-fit:cover;
}
.main-carousel .slide .inner{
	padding: 30px 20px 60px;
	background: #d9281f;
	line-height: 24px;
	font-size: 20px;
	min-height: 178px;
	color: #fff;
	position: relative;
}
.main-carousel .slide:nth-child(6n+1) .inner{background: #d9281f;}
.main-carousel .slide:nth-child(6n+2) .inner{background: #355f98;}
.main-carousel .slide:nth-child(6n+3) .inner{background: #bd960d;}
.main-carousel .slide:nth-child(6n+4) .inner{background: #b92d5e;}
.main-carousel .slide:nth-child(6n+5) .inner{background: #ec4926;}
.main-carousel .slide:nth-child(6n+6) .inner{background: #a77037;}
.main-carousel .slide .readmore{
	font:700 14px/1.2 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 34px;
	width: 100px;
	text-align: center;
	margin: 0 auto;
}
.main-carousel .slide h3{
	color: #fff;
	font: 26px/1.2 'Oswald', sans-serif;
	text-transform: capitalize;
	margin: 0 0 25px;
}
.news.main-carousel2 .slide h3{
	color: #293d58;
	font: 36px/1.1 Georgia, Cambria, serif;
	text-transform: none;
}
.news.main-carousel2 .slide .text{
	padding: 20px 35px;
	background-color: #fff;
}
.main-carousel2 .mask{
	overflow: hidden;
	box-shadow: 6px 13px 51px rgba(0,0,0,.11);
}
.news.main-carousel2 .slide .more{
	width: 138px;
	line-height: 28px;
	padding: 5px 15px;
	border-radius: 5px;
	background: #d9281f;
	color: #fff;
	font:700 14px/28px 'Montserrat', sans-serif;
	text-transform: uppercase;
	transition:all linear 0.2s;
	-webkit-transition:all linear 0.2s;
	-ms-transition:all linear 0.2s;
	display: block;
	text-align: center;
}
.news.main-carousel2 .slide .more:hover{
	color: #d9281f;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	text-decoration: none;
}
.main-carousel2 .pagination{
	position: absolute;
	left: 38px;
	bottom: 23px;
	z-index: 999;
}
.main-carousel2 .pagination ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.main-carousel2 .pagination ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}
.main-carousel2 .pagination ul li a{
	width: 6px;
	height: 6px;
	background:#aeafb3;
	border-radius: 100%;
	text-indent: -9999px;
	display: block;
}
.main-carousel2 .pagination ul li.active a{background: #3d3d3d;}
.block.bg{
	background: url(../images/bg.jpg) no-repeat 50% 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.logos{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	letter-spacing: -8px;
	max-width: 900px;
}
.logos li{
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
}
.logos li img{
	width: 100%;
	height: auto;
	display: block;
}
.images{
	margin: 35px -10px;
	overflow: hidden;
}
.images .img-box{
	width: 25%;
	padding: 0 10px;
	float: left;
	position: relative;
}
.images .img-box:after{
	position: absolute;
	left: 17px;
	right: 17px;
	top: 7px;
	bottom: 7px;
	border:2px solid rgba(255,255,255,0.5);
	content: '';
	pointer-events: none;
	z-index: 99;
}
.images .img-box img{
	width: 100%;
	height: auto;
	display: block;
}
.about-block{
	background: url(../images/bg2.jpg);
}
.contact-form .field{
	margin: 0 0 10px;
	position: relative;
}
.contact-form .field i{
	position: absolute;
	left: 22px;
	top: 15px;
	color: #c2c2c2;
	transition:all linear 0.2s;
	-webkit-transition:all linear 0.2s;
	-ms-transition:all linear 0.2s;
}
.contact-form .field .form-control:focus + i{
	color:#022444;
}
.contact-form .field .form-control:focus{
	outline: none;
	box-shadow:0 0 15px rgba(0,0,0,0.2);
}
.contact-form .form-control{
	height: 48px;
	border:1px solid #dadada;
	border-radius: 0;
	padding: 10px 15px 10px 55px;
	line-height: 28px;
	font-size: 16px;
	color: #022444;
	font-weight: 300;
	transition:all linear 0.2s;
	-webkit-transition:all linear 0.2s;
	-ms-transition:all linear 0.2s;
}
.contact-form .form-control::-webkit-input-placeholder { color: #4f5861;}
.contact-form .form-control:-moz-placeholder {color: #4f5861;}
.contact-form .form-control::-moz-placeholder {
	color: #4f5861;
	opacity: 1;
}
.contact-form .form-control:-ms-input-placeholder {color: #4f5861;}
.contact-form textarea.form-control{
	height: 128px;
	resize: none;
}
.contact-form .btn-submit{
	background: #00639c;
	height: 50px;
	width: 164px;
	border: none;
	border-radius: 1px;
	padding: 0;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	float: left;
	transition:all linear 0.2s;
	-webkit-transition:all linear 0.2s;
	-ms-transition:all linear 0.2s;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.contact-form .btn-submit:before{
	position: absolute;
	left: 100%;
	top: 0;
	bottom:0;
	background: #83a6c7;
	content:'submit';
	text-transform: uppercase;
	line-height: 50px;
	text-align: center;
	width: 100%;
	transition:all linear 0.2s;
	-webkit-transition:all linear 0.2s;
	-ms-transition:all linear 0.2s;
	pointer-events: none;
	display: inline-block;
}
.contact-form .btn-submit:hover:before{left: 0;}
.contact-form .btn-submit:hover{
	background: #83a6c7;
}
#footer{
	background: #022444;
	text-align: center;
	padding: 35px 0 45px;
}
#footer a{color: #83a6c7;}
#footer a:hover{
	color: #fff !important;
	text-decoration: none;
}
#footer .sub-title{
	display: block;
	color: #83a6c7;
	font:700 20px/1.2 'Montserrat', sans-serif;
	margin: 0 0 15px;
}
#footer .social-media{
	list-style: none;
	padding:15px 0;
	margin: 0 auto 50px;
	border:1px  solid #1c3e5e;
	border-width:1px 0;
	max-width: 552px;
}
#footer .social-media li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 17px;
}
#footer .social-media li a{
	color: #83a6c7;
	font-size: 15px;
}
#footer .nav-col .inner{
	max-width: 170px;
}
#footer .first-col .inner{
	max-width: 358px;
}
#footer nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
#footer nav ul li{
	position: relative;
	border-bottom:1px dotted #032f59;
}
#footer nav ul li a{
	font:300 16px/25px 'Roboto', sans-serif;
	color: #83a6c7;
	display: inline-block;
	padding: 5px 0;
}
#footer h4{
	text-align: left;
	border-bottom:1px solid #1c3a57;
	position: relative;
	color: #83a6c7;
	font:700 18px/1.2 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding: 0 0 18px;
	margin: 0 0 15px;
}
#footer h4:after{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	border-top:1px solid #1c3a57;
	content: '';
}
.site-info{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
.site-info li{
	display: block;
	margin: 0 0 10px;
	font:300 16px/1.2 'Roboto', sans-serif;
	color: #628db7;
	padding: 0 0 0 28px;
	position: relative;
}
.site-info li i{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	color: #628db7;
}
.site-info li .txt-label{
	display: inline-block;
	vertical-align: top;
	width: 52px;
}
.site-info li a{color: #628db7;}
.copyright{
	padding: 40px 0 0;
	font:300 16px/25px 'Roboto', sans-serif;
	color: #83a6c7;
}
.copyright .designed{
	margin-left: 20px;
	padding-left: 20px;
	border-left:2px solid #4f7293;
}
.copyright .designed a{
	display: inline-block;
	margin-left: 5px;
}
.practice-list .post{margin-bottom: 30px;}
.practice-list .post .inner{
	padding: 30px 20px 60px;
	background: #d9281f;
	line-height: 24px;
	font-size: 20px;
	min-height: 322px;
	color: #fff;
	position: relative;
	max-width: 360px;
	margin: 0 auto;
}
.practice-list .post img{
	height:226px;
	object-fit:cover;
}
.practice-list .post:nth-child(6n+1) .inner{background: #d9281f;}
.practice-list .post:nth-child(6n+2) .inner{background: #355f98;}
.practice-list .post:nth-child(6n+3) .inner{background: #bd960d;}
.practice-list .post:nth-child(6n+4) .inner{background: #b92d5e;}
.practice-list .post:nth-child(6n+5) .inner{background: #ec4926;}
.practice-list .post:nth-child(6n+6) .inner{background: #a77037;}
.practice-list .post .readmore{
	font:700 14px/1.2 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 34px;
	width: 100px;
	text-align: center;
	margin: 0 auto;
}
.practice-list .post .readmore:hover{
	color: #293d58;
	text-decoration: none;
}
.practice-list .post h3{
	color: #fff;
	font: 35px/1.2 'Oswald', sans-serif;
	text-transform: uppercase;
	margin: 0 0 25px;
}
.contac-info{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
	max-width: 400px;
}
.contac-info li{
	margin-bottom: 25px;
	position: relative;
	font:20px/1.2 Cambria, Georgia, serif;
	min-height: 99px;
}
.contac-info li:before{
	display: inline-block;
	vertical-align: middle;
	font-size: 60px;
	line-height: 1;
	width: 122px;
	text-align: center;
	color: #16243b;
}
.contac-info li a, .contac-info li address{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 135px);
	color: #0f1115;
	margin: 0;
	font: 300 20px/28px 'Roboto', sans-serif;
    color: #0f1115;
}
.map iframe{
	display: block;
}
.locations .post{margin: 0 0 30px;}
.locations .post .inner{
	box-shadow: 3px 4px 21px rgba(0,0,0,.12);
}
.locations .post .inner img{
	width: 100%;
	height: auto;
	display: block;
}
.locations .post .inner a{color: #293d58;}
.locations .post .inner h3{
	height: 100px;
	white-space: nowrap;
	color: #293d58;
	font:700 26px/1.2 Georgia, Cambria, serif;
}
.locations .post .inner h3:after{
	content:'';
	display:inline-block;
	height:100%;
	width:1px;
	overflow:hidden;
	margin:0 0 0 -5px;
	vertical-align:middle;
}
.locations .post .inner h3 span{
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	padding: 0 20px;
}
.locations-detail{
	background-color: #fff;
	box-shadow: -1px 4px 57px rgba(43,50,64,.09);
	overflow: hidden;
	color: #283e5f;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 50px;
}
.locations-detail .map{
	width: 50%;
	float: right;
}
.locations-detail .location-info{
	padding: 30px;
	overflow: hidden;
}
.locations-detail .map iframe{
	display: block;
	width: 100%;
}
.locations-detail .location-info h3{
	color: #060e19;
	font:35px/1.2 Georgia, Cambria, serif;
	margin: 0 0 15px;
}
.locations-detail .location-info a{
	color: #0f1115;
	font-size: 20px;
	font-weight: 300;
	display: inline-block;
	margin-bottom: 8px;
}
.locations-detail .location-info a i{
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	font-size: 20px;
	color: #293d58;
}
.locations-detail .location-info a i.icon-mail{font-size: 15px;}
.practice-block .image{
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
	margin: 0 0 53px 73px;
	position: relative;
}
.practice-block .image img{
	width: 100%;
	height: auto;
	display: block;
}
.practice-block{
	position: relative;
	z-index: 1;
}
.practice-block .image:before{
	position: absolute;
	left: -10px;
	bottom: -10px;
	background: #fff;
	width: 70%;
	height: 80%;
	content: '';
	z-index: -1;
	border:10px solid #d9281f;
}
.practice-block .image:after{
	position: absolute;
	right: -20px;
	top: -20px;
	background: #fff;
	width: 70%;
	height: 80%;
	content: '';
	z-index: -1;
	border:10px solid #293d58;
}
.block.bg-blue{
	background: #022444;
	color: #83a6c7;
}
.block.bg-blue h2{
	color: #83a6c7;
	text-align: center;
}
 .highlight{
 	background: #0e315a;
 	border-radius: 2px;
 	display: inline-block;
 	vertical-align: middle;
 	padding: 14px 24px;
 }
.columns .box i{
 	float: left;
 	font-size: 86px;
 	margin-right: 15px;
 	color: #182e4b;
}
.columns .box .text{
	text-align: left;
	overflow: hidden;
}
.columns .box h5{
	color: #182e4b;
	font:25px/1.2 Georgia, Cambria, serif;
}
.left-col{
	background:#76231e url(../images/bg-left.jpg) no-repeat 100% 0;
	padding: 60px 60px 9999px 9999px;
	margin:0 0 -9961px -9999px;
}
.right-col{
	background:#040100 url(../images/bg-right.jpg) no-repeat 0 0;
	padding: 60px 9999px 9999px 60px;
	margin:0 -9999px -9961px 0;
}
.two-columns{
	overflow: hidden;
	padding: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.2;
}
.two-columns h2{
	color: #fff;
	font-size: 40px;
	margin: 0 0 15px;
}
.two-columns ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.two-columns ul li{
	position: relative;
	padding: 0 0 14px 33px;
}
.two-columns ul li:before{
	position: absolute;
	left: 0;
	top:0;
	color: #fff;
	content: "\f00c";
	font-family: FontAwesome;
}
.news-image .row{display: block !important;}
@media screen and (max-width:1599px){
	.main-picture img{width: 85%;}
	.banner .main-picture img{width: 60%;}
}
@media screen and (max-width:1399px){.main-picture img{width: 75%;}}
/*--nav--*/
@media screen and (min-width:768px){
	.navbar-nav > li .opener{display: none;}
}
@media screen and (min-width:1025px){
	.navbar-nav > li:hover > ul, .navbar-nav > li ul li:hover > ul{
		opacity: 1;
		visibility: visible;
	}
	.navbar-light .navbar-nav li:first-child .nav-link{padding-left: 0;}
}
@media screen and (max-width:1024px){
	.navbar-nav > li.hover> ul, .navbar-nav > li ul li.hover > ul{
		opacity: 1;
		visibility: visible;
	}
	.navbar-light .navbar-nav .nav-link{
		padding: 10px 13px;
		font-size: 15px;
	}
	.main-carousel2 .pagination{
		bottom: -5px;
		left: 15px;
	}
	.news.main-carousel2 .slide h3{font-size: 17px; margin: 0 0 5px;}
}
@media screen and (max-width:1199px){
	.navbar-light .navbar-nav .nav-link{
		padding: 15px 13px;
		font-size: 15px;
		line-height: 35px;
	}
	.navbar-light .navbar-nav .nav-link.has-drop-down-a{
		padding: 10px 20px 10px 13px;
		font-size: 15px;
	}
	.free-consultation{margin-left: 30px;}
	.slideshow .caption h2{font-size: 40px;}
	.navbar-brand img{max-width: 600px;}
	.free-consultation{
		padding: 16px 15px 17px;
		font-size: 16px;
		margin-left: 38px;
	}
	.main-carousel .slide .inner{
		padding: 15px 15px 60px;
		font-size: 17px;
	}
	.locations .post .inner h3{
		font-size: 22px;
	}
	.locations-detail .location-info{padding: 20px;}
	.slideshow .slide > img{
		max-width: inherit;
		width: 120%;
		margin: 0 -10%;
	}
}
@media screen and (max-width:991px){
	body{font-size: 16px;}
	.navbar-nav > li{
		display: inline-block;
		float: none !important;
		text-align: left;
	}
	.navbar-nav > li ul ul{
		left: auto;
		right: 100%;
		top: 0;
		background: #b89d5c;
		padding: 14px 0;
	}
	.navbar-nav > li ul li.hover>ul{
		max-height: 400px;
	}
	.navbar-light .navbar-nav .nav-link {
	    padding: 10px 12px;
	    font-size: 12px;
	    line-height: 32px;
	    text-transform: capitalize;
	}
	.free-consultation {
	    padding: 10px 8px;
	    font-size: 10px;
	    margin-left: 0;
	}
	.navbar-brand{width: 400px;}
	.topbar .phone{
		padding-top: 0;
		font-size: 25px;
		line-height: 30px;
	}
	.slideshow .caption h2{font-size: 34px;}
	/* .banner img{
		width: 300%;
		margin: 0 0 0 -150%;
		max-width: inherit;;
	} */
	.intro p br{display: none;}
	.news.main-carousel2 .slide h3{font-size: 23px;}
	.news.main-carousel2 .slide .text{
		padding: 15px;
		font-size: 14px;
		line-height: 18px;
	}
	.block {padding: 20px 0 15px;}
	.block h2{
		font-size: 35px;
	}
	#footer h4{font-size: 13px;}
	#footer nav ul li a, .site-info li, .copyright{font-size: 12px;}
	.images{margin: 15px -10px;}
	.images .img-box{
		width: 50%;
		margin: 0 0 15px;
	}
	.contac-info li{
		margin-bottom: 15px;
		font-size: 16px;
		min-height: 50px;
	}
	.contac-info li:before{
		font-size: 35px;
		width: 75px;
	}
	.contac-info li a, .contac-info li address{width: calc(100% - 88px);}
	.practice-block .image{
		width: 225px;
		margin: 0 0 20px 20px;
	}
	.columns .box i{
		display: block;
		margin: 0 auto 15px;
		float: none;
	}
	.columns .box .text{text-align: center;}
	.two-columns .container{
		max-width: 100%;
	}
	.left-col{
		padding: 30px 30px 9999px 9999px;
		margin: 0 0 -9969px -9969px;
	}
	.right-col{
		padding: 30px 9999px 9999px 30px;
		margin: 0 -9969px -9969px 0;
	}
	.two-columns{
		font-size: 16px;
	}
	.two-columns h2{font-size: 25px;}
	.locations-detail .location-info a, .locations-detail{
		font-size: 18px;
	}
}
@media screen and (min-width:767px){
	/*--Tab become accordian--*/
	.tab-pane .opener{display: none;}
}
@media screen and (max-width:767px){
	body{
		min-width: 320px;
		font-size: 16px;
		line-height: 28px;
	}
	/*--Tab become accordian--*/
	.tab-pane .opener{
		display: block;
		padding: 5px 10px;
		border:1px solid #ddd;
	}
	.tab-pane.open .opener{
		background: #000;
		color: #fff;
	}
	.tab-content > .tab-pane{display: none !important;}
	.tab-content > .tab-pane.fade{min-height: 0;}
	.tab-content > .tab-pane.fade.show{
		opacity: 1 !important;
		visibility: visible !important;
		max-height: inherit;
		display: block !important;
	}
	.nav-tabs{display: none;}
	.tab-content > .tab-pane .data{
		opacity: 0;
		visibility: hidden;
		max-height: 0;
		transition:all linear 0.3s;
		-webkit-transition:all linear 0.3s;
		-ms-transition:all linear 0.3s;
	}
	.tab-content > .tab-pane.open .data{
		opacity: 1 !important;
		visibility: visible;
		max-height: 8000px;
		padding:15px 0;
	}
	/*--Header--*/
	#header{z-index: 9999;}
	#header.clone{display: none !important;}
	html.nav-open{
		overflow-y: hidden;
		position: relative;
		height: 100%;
	}
	html.nav-open body{
		overflow-y: hidden;
		position: relative;
		height: 100%;
	}
	#header .container{padding: 0;}
	.navbar-nav > li ul li{border-bottom:none;}
	.navbar-nav li a, .navbar-light .navbar-nav li:first-child .nav-link, .navbar-light .navbar-nav li:last-child .nav-link{
		border-bottom:1px solid #283e5f;
	}
	.navbar-light .navbar-nav .nav-link{
		font-size: 14px;
	}
	.navbar-nav li li a{
		line-height: 20px;
		padding-bottom: 10px;
		padding-top: 10px;
		color: #000;
	}
	.navbar-nav li li a:hover{
		background: #054fad;
		color: #fff;
		text-decoration: none;
	}
	.navbar-nav li .opener{
		width: 50px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 999;
		text-indent: -999px;
		overflow: hidden;
		background: #283e5f !important;
		height: 52px;
		border-left:1px solid #283e5f;
		border-bottom:none!important;
		display: block;
	}
	.navbar-nav li li .opener{
		height: 40px;
	}
	.navbar-nav li{
		overflow: hidden;
		display: block;
	}
	.navbar-nav > li ul{
		position: relative;
		opacity: 1;
		visibility: visible;
		max-height: 0;
		width: 100%;
		z-index: 99;
		top: 0;
		left: 0 !important;
		right: auto !important;
		background: #fff;
	}
	.navbar-nav > li ul ul, .navbar-nav > li ul{
		padding: 0;
		border-radius: 0;
	}
	.navbar-toggler{
		float: right;
		margin-top: 10px;
		margin-right: 0;
		border:1px solid #293d58 !important;
	}
	.navbar-nav > li ul li.hover > a {
	    color: #fff;
	    background: #b89d5c;
	}
	.navbar-nav > li.hover > ul, .navbar-nav > li ul li.hover > ul{max-height: 800px;}
	.nav-open .nav li>li{display: none;}
	.nav-open .nav li.hover{
		position:relative;
		width: 100%;
		z-index: 999;
		background:  #293d58;
		top: 0;
		overflow: hidden;
		display: block !important;
	}
	#header .navbar-nav>li{
		display: block;
	}
	#header .navbar-collapse{
		padding: 0;
		margin: 0;
		background: #345e98;
	}
	#header .nav-outer{
		background: none !important;
		padding: 0;
		margin: 0;
	}
	.nav-open .nav	 li > a.opener:after{
		position: absolute;
		width: 10px;
		height: 10px;
		border:2px solid transparent;
		border-color: #fff #fff transparent transparent;
		transform: rotate(45deg) translateY(-50%);
		-ms-transform: rotate(45deg) translateY(-50%);
		-webkit-transform: rotate(45deg) translateY(-50%);
		left: 10px;
		top: 50%;
		content: '';
	}
	.nav-open .nav	 li.hover > a.opener:after{
		position: absolute;
		width: 10px;
		height: 10px;
		border:2px solid transparent;
		border-color:transparent transparent #283e5f #283e5f ;
		transform: rotate(45deg) translateY(-50%);
		-ms-transform: rotate(45deg) translateY(-50%);
		-webkit-transform: rotate(45deg) translateY(-50%);
		left: 10px;
		top: 50%;
		content: '';
	}
	.navbar-nav li.hover>.opener{background: #fff !important;}
	.navbar-collapse, .navbar-collapse.collapse {
		position: fixed;
		left: -245%;
		top: 0;
		width: 245px;
		background: #213d87;
		height: 100vh !important;
		max-height: 100%;
		z-index: 99999;
		transition: all linear 0.2s;
		-webkit-transition: all linear 0.2s;
		-ms-transition: all linear 0.2s;
		border: none;
		overflow: auto;
	}
	.navbar-right{text-align: left;}
	.navbar-collapse.collapse:before{
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		content: 'Menu';
		text-align: center;
		width: 100%;
		padding:14px 10px;
		font:18px/21px 'Montserrat', sans-serif;
		color: #fff;
		font-weight: 700;
		border-bottom:2px solid #283e5f;
		display: block;
	}
	#header .navbar-nav {
		padding: 52px 0 10px;
		margin: 0;
		display: block !important;
	}
	.navbar-collapse.collapse { display: block !important; }
	.nav-open .navbar-collapse { left: 0; }
	.navbar-toggler{
		height: 40px;
		z-index: 9999;
	}
	.nav-open .navbar-toggler .sr-only + .icon-bar{display: none;}
	.nav-open .navbar-toggler .icon-bar + .icon-bar{
		margin: 0;
		transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	.nav-open .navbar-toggler .icon-bar:last-child{
		transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		margin-top: -2px;
	}
	.navbar-nav > li ul{font-size: 12px;}
	.topbar .phone{
		float: left;
		text-align: left;
	}
	.navbar-brand{
		width: 100%;
		padding-bottom: 10px;
		border-bottom:1px solid #293d58;
	}
	#header .topbar{padding:15px;}
	.free-consultation{
		display: block;
		margin: 0 10px 15px;
		text-align: center;
		font-size: 15px;
		border:1px solid #fff;
	}
	.slideshow .caption h2{font-size: 19px;}
	.main-picture{
		left: auto;
		right: 0;
	}
	.main-picture img{margin-left: 10%;}
	/*--search Form--*/
	.search-form{
		width: 100%;
		float: none;
		display: block;
		margin:10px 0 0;
	}
	.search-form a{display: none;}
	.search-form .field{
		width: 100%;
		opacity: 1;
		visibility: visible;
	}
	.search-form .input{
		max-width: inherit;
		width: calc(100% - 46px);
	}
	.slideshow.banner .slide > img{
		width: 250%;
		margin: 0 -75%;
	}
	#header .navbar{display: flex !important;}
	.slideshow .caption .txt{
		font-size: 11px;
		text-transform: capitalize;
	}
	.slideshow .caption{
		top: 0;
		bottom: 0;
		background: rgba(0,0,0,0.5);
		white-space: normal;
	}
	.slideshow .caption:after{
		content:'';
		display:inline-block;
		height:100%;
		width:1px;
		overflow:hidden;
		margin:0 0 0 -5px;
		vertical-align:middle;
	}
	.slideshow .caption .col-md-7{
		display: inline-block;
		vertical-align: middle;
		white-space: normal;
		width: auto !important;
	}
	.slideshow .caption{
		max-width: 100%;
	}
	.main-carousel .slide img{
		margin: 0 auto;
	}
	.main-carousel .slide .inner{
		max-width: 360px;
		margin: 0 auto;
		min-height: inherit;
	}
	.news.main-carousel2 .slide .text{
		box-shadow: none;
		padding: 20px;
		overflow: hidden;
	}
	.logos li{
		width: 20%;
	}
	.main-carousel2 .mask{padding:20px 0; }
	.subtitle{font-size: 20px;}
	.block h2{
		font-size: 24px;
	}
	.main-carousel2 .mask{padding: 0;}
	.head{margin: 0;}
	#footer .sub-title{
		font-size: 18px;
	}
	#footer .social-media{margin-bottom: 10px;}
	#footer .nav-col .inner{
		max-width: 100%;
		margin-bottom: 20px;
	}
	.copyright{padding-top: 0;}
	.copyright .designed{
		display: block;
		border: none;
		padding: 0;
		margin: 0;
	}
	.block h2{margin-bottom: 15px;}
	#footer, .block.intro{padding: 15px 0;}
	.main-carousel .slide h3{
		font-size: 28px;
		margin: 0 0 10px;
	}
	.about-block img{
		width: 100%;
		height: auto;
		display: block;
		margin: 0 0 15px;
	}
	.contact-form .btn-submit{
		width: 100%;
		display: block;
	}
	.locations .post .inner h3{
		font-size: 16px;
		height: 60px;
	}
	.locations-detail .map, .locations-detail .location-info{
		width: 100%;
		float: none;
	}
	.locations-detail .location-info{
		padding: 15px;
		overflow: hidden;
	}
	.locations-detail .location-info h3{
		font-size: 25px;
		line-height: 1.2;
		margin: 0 0 15px;
	}
	.locations-detail .location-info .subheading{
		font-size: 16px;
		line-height: 1.2;
	}
	.locations-detail .location-info{
		font-size: 16px;
		line-height: 25px;
	}
	.locations-detail .location-info a{font-size: 15px;}
	.left-col, .right-col{
		padding:15px;
		margin:0;
		-webkit-background-size: cover;
		background-size: cover;
		text-align: center;
	}
	.two-columns .container{padding: 0;}
	.two-columns{padding: 0;}
	.two-columns ul{
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}
	.practice-block .image{
		float: none !important;
		margin: 25px auto;
	}
	.main-picture img, .banner .main-picture img{width: 100%;}
	.main-carousel2 .pagination{
		left: auto;
		right: 10px;
		top: 0;
		bottom: auto;
	}
}
@media screen and (max-width:479px){
	.locations .post{
		display: block;
		max-width: 100%;
		-webkit-flex: none;
		-moz-flex: none;
		-ms-flex: none;
		-o-flex: none;
		flex: none;
	}
	.locations .post .inner h3{
		font-size: 20px;
	}
	/*--Slideshow--*/
	.slideshow .slide > img{
		width: 150%;
		margin: 0 -25%;
	}
}