@font-face {
	font-family: 'Gotham-Bold';
	src: url('fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/Gotham-Bold.woff') format('woff'),
	url('fonts/Gotham-Bold.ttf')  format('truetype'),
	url('fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Book';
	src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
	url('fonts/Gotham-Book.otf')  format('opentype'),
	url('fonts/Gotham-Book.woff') format('woff'),
	url('fonts/Gotham-Book.ttf')  format('truetype'),
	url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Medium';
	src: url('fonts/gotham-medium.eot');
	src: local('☺'), url('fonts/gotham-medium.woff') format('woff'), url('fonts/gotham-medium.ttf') format('truetype'), url('fonts/gotham-medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/MyriadPro-Regular.otf')  format('opentype'),
	url('fonts/MyriadPro-Regular.woff') format('woff'),
	url('fonts/MyriadPro-Regular.ttf')  format('truetype'),
	url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-Light';
	src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
	url('fonts/Gotham-Light.otf')  format('opentype'),
	url('fonts/Gotham-Light.woff') format('woff'),
	url('fonts/Gotham-Light.ttf')  format('truetype'),
	url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	padding:0;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd{
	margin:0;
	padding:0;
}
body{
	font-family: 'Gotham-Book';
	font-weight:400;
	font-size:14px;
	line-height:normal;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Gotham-Bold';
	font-weight:700;
}
img{
	border:0px;
	max-width:100%;
}
input[type="submit"],  button[type="submit"],
button{
	-webkit-appearance:none;
	appearance:none;
	cursor:pointer;
}
*:focus{
	outline: none;
}
::selection{
	background-color: #7ec6eb;
	color: #ffffff;
}
::-moz-selection{
	background-color: #7ec6eb;
	color: #ffffff;
}
a{
	text-decoration:none;
	outline:none;
	color:#000;
	transition: ease 0.2s;
}
a:hover{
	color:#70c0e9;
}
ul, ol{
	list-style-type:none;
}
.clearboth:after,
.clearboth:before{
	clear:both;
	width:100%;
	display:block;
	content:'';
}
.text-right{
	text-align:right;
}
.text-center{
	text-align:center;
}
.justify-center{
	text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
pre{
	white-space: normal;
	margin-bottom: 5px;
}
.btn{
	padding:12px 40px;
	color:#FFF;
	border:1px solid #FFF;
	transition:0.4s all;
	-webkit-transition:0.4s all;
	background-color:inherit;
	border-radius:40px;
	display:inline-block;
}
.btn:hover{
	background-color:#FFF;
	color:#415364;
	border-color:#415364;
}
.container{
	max-width:1120px;
	margin:0 auto;
	padding:0 10px;
}
/* header */
.main-header{
	position: fixed;
	top: 0;
	left:0;
	z-index: 9999;
	width: 100%;
	padding:30px 55px 30px 30px;
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
	-ms-transition: 0.4s all;
	-moz-transition: 0.4s all;
}
.main-header .logo,
.main-header .main-nav{
	display:inline-block;
	vertical-align:top;
}
.main-header .logo{
	width:40%;
}
.main-header .main-nav{
	width:60%;
	text-align:right;
}
.main-nav nav > ul > li{
	display:inline-block;
	text-align:center;
	padding:3px 30px 15px;
	position:relative;
}
.main-nav nav > ul > li.menu-item-has-children::after{
	content: "\f0d7";
	font-family: FontAwesome;
	right:10px;
	position:absolute;
	top:6px;
	color:#FFF;
	font-size:17px;
}
.main-nav nav > ul > li:last-child{
	padding-right:0;
}
.main-nav a{
	transition:0.3s all;
	-webkit-transition:0.3s all;
	color:#FFF;
	font-family: 'Gotham-Bold';
}
.main-nav nav ul li a{
	text-transform:uppercase;
	font-size:17px;
	position:relative;
}
.header-social ul li a{
	font-size:24px;
}
.main-nav nav > ul > li:hover a,
.header-social ul li a:hover,
.main-nav nav > ul > li.menu-item-has-children:hover::after{
	color:#70c0e9;
}
.main-nav ul li ul li:hover a {
	color:#70c0e9 !important;
}
.main-nav nav > ul > li > a::after,
.main-nav nav > ul > li.current-menu-item a::after{
	content:'';
	position:absolute;
	bottom:-13px;
	border-bottom:2px solid #FFF;
	width:100%;
	left:0;
	opacity:0;
	visibility:hidden;
	transition:0.4s all;
	-webkit-transition:0.4s all;
}
.main-nav nav > ul > li.current-menu-item a::after{
	opacity:1 !important;
	visibility:visible !important;
}
.main-nav nav > ul > li:hover a::after{
	opacity:1;
	visibility:visible;
}
.main-nav nav > ul > li > a span{
	padding-left:5px;
}
.main-nav nav > ul > li ul li{
	display:block;
}
.main-nav ul li ul {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
	min-width: 193px;
	left: 0%;
	top: 90%;
	color: #253961;
	z-index: 2;
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
	text-align: left;
	background-color: #FFF;
	margin-left:15px;
}
.main-nav nav > ul > li:hover ul {
	opacity: 1;
	visibility: visible;
}
.main-nav ul li ul a{
	color:#253961 !important;
	font-size:14px;
	padding:10px 20px;
	display:inline-block;
}
.header-social ul li{
	display:inline-block;
	font-size:18px;
	padding:0 3px;
}
.header-social ul{
	padding-top:5px;
}
.header-social ul li:last-child{
	padding-right:0;
	padding-left:20px;
}
.darkHeader {
	background: rgba(0,0,0,0.6);
}
.main-header.darkHeader{
	padding:15px 55px 15px 30px;
}
/* end header */

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill, input:-webkit-autofill,
textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus textarea:-webkit-autofill,
select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus select:-webkit-autofill{
	background-color: transparent !important;
	transition: all 5000s ease-in-out 0s;
}

/* footer */
.main-footer{
	background-color:#FFF;
	padding:23px 0;
}
.last-footer{
	color:#000;
}
.last-footer > div {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.two-icon {
	display: inline-block;
}
.foot-icon .hover-logo {
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	opacity: 0;
	width: 0;
	visibility: hidden;
	margin-right:2px;
}
.foot-icon .two-icon:hover .hover-logo {
	opacity: 1;
	visibility: visible;
	width: auto;
}
/* end footer */

/* mobile menu */
.full-content {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.pushmenu {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99999999999;
	background: #fff;
	width: 300px;
	height: 100vh;
	overflow-y: scroll;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
}
.menuOpen .pushmenu {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	opacity: 1;
	visibility: visible;
	display: block;
}
.menuOpen .full-content::after {
	content: ' ';
	z-index: 13;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 99999;
}
.menuOpen{
	overflow:hidden;
}
.close {
	padding: 15px;
	border-bottom: 1px solid #eee;
	color: #000;
	font-size: 20px;
	cursor: pointer;
}
.mmenulist {
	padding: 0 10px;
}
.mmenu-bar ul li a {
	line-height: 55px;
	color: #08213f;
	display: block;
	padding: 0 15px;
}
.tablebox {
	display: table;
	width: 100%;
}
.toggleItem {
	display: table-cell;
	font-size: 38px;
	vertical-align: middle;
	border-left: 1px solid #eee;
	width: 55px;
	text-align: center;
	color: #000;
	line-height: 55px;
	position: relative;
}
.toggleItem {
	font-size: 20px;
	color: #08213f;
}
.mmenu-bar ul li {
	border-bottom: 1px solid #eee;
}
.sub-menu-mob li a {
	display: inline-block !important;
	width: 100%;
	padding-left: 30px !important;
}
.mmenu-bar ul li .mines,
.mmenu-bar ul li.active .plus {
	display: none;
}
.mmenu-bar ul li.active .mines {
	display: inline-block;
}
.sub-menu-mob {
	border-top: 1px solid #eee;
	display: none;
}
.mmenu-bar .other-contact ul li a {
	line-height: 1.6;
	padding: 15px 20px;
	display:inline-block;
	width: 23%;
	text-align: center;
}
.pushmenu .menu-item-has-children > a{
	position:relative;
	z-index: 1;
}
.mmenu-bar ul li{position: relative;}
.mmenulist ul > li.menu-item-has-children > .plus{
	position: absolute;
	top:12px;
	right:10px;
	z-index: 2;
	width: 15px;
}
.mmenulist ul > li.menu-item-has-children > .plus::before{

	z-index:1;
	font-size:25px;
	font-weight:900;
}
.mmenulist ul > li.menu-item-has-children > .plus::before{
	content:'+';
}
.mmenulist ul > li.menu-item-has-children.active > .plus::before{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	top:1px;
}
.mmenu-bar ul.sub-menu li a{
	padding:0 25px;
}
.mmenu-bar .other-contact ul li .full-widths > a{
	display:block;
	width:100%;
}
/* end mobile menu */
.banner-slider{
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	height:100vh;
	min-height:800px;
}
.top-after,
.bottom-after,
.banner-section{
	position:relative;
}
.top-after::after,
.bottom-after::before{
	content:'';
	position:absolute;
	left:0;
	width:100%;
	height:50%;
	background-repeat:repeat-x;
	z-index:1;
	background-size:contain;
	opacity:0.6;
}
.top-after::after{
	background-image:url(../images/top-shadow.png);
	top:0;
}
.bottom-after::before{
	background-image:url(../images/bottom-shadow.png);
	bottom:0;
}
.inner-content{
	position:absolute;
	left:0;
	width:100%;
	text-align:center;
	padding:0 10px;
	bottom:35%;
	text-transform:uppercase;
	color:#FFF;
	z-index:2;
}
.inner-content h1,
.inner-content h2{
	/*text-shadow: 0 0 5px #415364;*/
	line-height:1;
}
.inner-content h1{
	font-size:72px;
	letter-spacing:-2px;
	-webkit-text-stroke: 3px #415364;
	text-stroke: 3px #415364;
}
.inner-content h2{
	font-size:60px;
	font-family: 'Gotham-Book';
	letter-spacing:10px;
	-webkit-text-stroke: 2px #415364;
	text-stroke: 2px #415364;
}
.banner-bottom-content{
	position:absolute;
	left:0;
	padding:25px 30px;
	bottom:0;
	z-index:2;
	width:100%;
}
.phone-nuumber{
	position:absolute;
	left:0;
	top:85px;
	z-index:2;
	display:none;
	padding:0 20px;
}
.phone-nuumber a{
	color:#FFF;
	font-family: 'Gotham-Bold';
	font-size:16px;
}
.banner-btm-cols .btn {
	text-transform: uppercase;
	font-family: 'Gotham-Bold';
	font-size: 18px;
	padding: 12px 55px;
	margin-left: 20px;
}
.banner-btm-cols ul li{
	display:inline-block;
	vertical-align:middle;
	padding:0 5px;
}
.banner-bottom-content .banner-btm-cols{
	width:50%;
	display:inline-block;
	vertical-align:middle;
}
.banner-btm-cols a{
	color:#FFF;
	font-size:20px;
	display:inline-block;
}
.banner-btm-cols h6{
	text-transform:uppercase;
	font-size:16px;
	color:#FFF;
	font-weight:400;
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
}
.banner-btm-cols a:hover h6{
	color:#70c0e9;
}
.google:hover,
.youtube:hover{
	color:#F00 !important;
}
.facebook:hover{
	color:#06F !important;
}
.linkedin:hover{
	color:#C03 !important;
}
.twitter:hover{
	color:#39F !important;
}
.banner-btm-cols ul li a{
	display:inline-block;
}
.bgimg-content{
	padding:5px 0;
}
.bgimg-content .bgimg-cols{
	width:20%;
	float:left;
	height: 330px;
	position: relative;
	background-position:center center;
	background-size:cover;
}
.banner-btm-cols ul li a,
.bgimg-content .bgimg-cols::after{
	transition:0.4s all;
	-webkit-transition:0.4s all;
}
.bgimg-content .bgimg-cols::after,
.bgimg-content .bgimg-cols::before,
.core-slider::after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.bgimg-content .bgimg-cols:hover::after{
	background-color:rgba(26, 53, 94, 0.8);
}
.bgimg-content .bgimg-cols::before{
	background-color:rgba(0, 0, 0, 0.3);
}
.bgimg-inner{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	z-index:99;
	color:#FFF;
	padding:20px;
}
.bgimg-inner h2{
	text-transform:uppercase;
	font-size:24.2px;
	font-weight:400;
	transition:0.6s all;
	-webkit-transition:0.6s all;
	font-family: 'Gotham-Book';
}
.bgimg-content .bgimg-cols:hover .bgimg-inner h2{
	font-family: 'Gotham-Bold';
}
.bgimg-inner p{
	font-size:16px;
	padding:10px 0 20px;
	font-family: 'Gotham-Light';
}
.hover-display{
	opacity:0;
	visibility:hidden;
	height:0;
}
.bgimg-content .bgimg-cols:hover .hover-display{
	opacity:1;
	visibility:visible;
	height:inherit;
}
.container-wrapper{
	max-width:1400px;
	margin:0 auto;
	padding:60px 170px 0;
}
.core-slider{
	position:relative;
	padding:95px 0 90px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.core-slider::after{
	background-color:rgba(90, 125, 149, 0.7);
}
.inner-core{
	position:relative;
	z-index:2;
	color:#FFF;
}
.inner-core h2{
	font-size:36px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-bottom:5px;
}
.inner-core p{
	font-size:16px;
	text-transform:uppercase;
}
.core-slider-iner-cols .core-slider-img,
.core-slider-iner-cols .core-slider-con{
	float:left;
	padding:0 30px;
}
.core-slider-iner-cols .core-slider-img{
	width:37%;
}
.core-slider-iner-cols .core-slider-con{
	width:63%;
}
.core-slider-iner-cols{
	margin:0 -30px;
}
.core-slider-cols{
	overflow:hidden;
}
/*.core-slider-img a img{
	border:7px solid #768da1;
}*/
.core-slider-con h3{
	font-size:24px;
	text-transform:uppercase;
	padding-bottom:15px;
}
.core-slider-con p{
	text-transform:none;
	font-size:18px;
	line-height: 24px;
	font-family: 'Gotham-Light';
}
.core-slider-con a{
	margin-top:25px;
	padding-top: 13px;
	padding-bottom: 13px;
	font-size:16px;
}
.main-core-slider .slick-arrow {
	height: 60px;
	width:33px;
}
.main-core-slider .slick-prev,
.main-core-slider .slick-next {
	background-size: 33px auto;
}
.main-core-slider .slick-prev{
	left:-180px;
}
.main-core-slider .slick-next {
	right:-180px;
}
.main-core-slider .slick-dots {
	margin-top: 0;
	position: absolute;
	left: 42%;
	bottom: -55px;
}
.main-core-slider .slick-arrow{
	top:25px;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
}
.archive-header .archive-title{
	color: #7ec6eb;
	padding: 10px;
	margin-bottom: 40px;
	font-size: 30px;
	text-align: center;
}
/* START 06082018 ADD NEW PAGES CSS */


.page-header{
	height: 630px;
	position: relative;
	background-size:cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-bottom: 100px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.page-header:before{
	content: '';
	background: url(../images/header-shadow.png) repeat-x top center transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 75%;
	z-index: 1;	
     background-size: auto 100%;
}
.page-header:after{
	content: '';
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.page-header .container{
	z-index: 3;
	position: relative;
}
.page-header h1{
	font-family: 'Gotham-Bold';
	font-size: 72px;
	line-height: 80px;
	color: #ffffff;
	text-transform: uppercase;
}
.about-content{
	padding: 80px 0;
	margin-bottom: 10px;
}
.about-content p{
	font-size: 20px;
	line-height: 24px;
}
strong{
	font-family: 'Gotham-Bold';
}
.about-practice-area{
	padding: 70px 0;
	background: #f4f4f4;
	margin-bottom: 10px;
}
.about-practice-area .sec-title{
	margin-bottom: 90px;
}
.practice-areas{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.practice-areas .practice-area-item{
	flex: 0 0 25%;
	max-width:25%;
	padding:0 15px;
}
.practice-area-item .pa-icon{
	width: 162px;
	height: 162px;
	margin: 0 auto 30px;
	border: 1px solid #70c0e9;
	background-color: #ffffff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	padding: 35px;
}
.practice-area-item .pa-icon img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.practice-area-item h3{
	font-size: 21px;
	line-height: 22px;
	color: #1f1f1f;
	font-family: 'Gotham-Medium';
	margin-bottom: 50px;
	font-weight: 400;
}
.practice-area-item .black-btn{
	font-family: 'Gotham-Medium';
	text-transform: uppercase;
}
.sec-title h2{
	font-size: 36px;
	line-height: 40px;
	color: #1f1f1f;
	font-family: 'Gotham-Bold';
	text-transform: uppercase;
}
.black-btn,
.black-button .wpcf7-submit {
	padding: 10px 25px;
	color: #1f1f1f;
	line-height: 21px;
	border: 1px solid #1f1f1f;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	background-color: transparent;
	display: inline-block;
	border-radius: 21px;
	font-family: 'Gotham-Light';
	font-size: 14px;
	text-align: center;
}
.black-btn:focus,
.black-button .wpcf7-submit:focus,
.white-btn:focus,
.white-button .wpcf7-submit:focus{
	outline: none;
}
.black-btn:hover,
.black-button .wpcf7-submit:hover{
	color: #ffffff;
	background-color: #1f1f1f;
}
.white-btn,
.white-button .wpcf7-submit{
	padding: 10px 25px;
	color: #ffffff;
	line-height: 21px;
	border: 1px solid #ffffff;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	background-color: transparent;
	display: inline-block;
	border-radius: 21px;
	font-family: 'Gotham-Light';
	font-size: 14px;
	text-align: center;
}
.white-btn:hover,
.white-button .wpcf7-submit:hover{
	color: #1f1f1f;
	background-color: #ffffff;
}

.contact-section{
	padding: 105px 0 75px;
	position: relative;
	background-size:cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.contact-section:after{
	content: '';
	background: rgba(55, 55, 55, 0.82);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.contact-section .container{
	z-index: 3;
	position: relative;
}
.contact-section .sec-title{
	margin-bottom: 60px;
	text-align: center;
}
.contact-section .sec-title h2{
	color: #ffffff;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
	color: #ffffff;
}
.contact-form input:focus::-webkit-input-placeholder,
.contact-form textarea:focus::-webkit-input-placeholder{
	color: #70c0e9;
}

/* Firefox < 19 */
.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder{
	color: #ffffff;
}
.contact-form input:focus:-moz-placeholder,
.contact-form textarea:focus:-moz-placeholder{
	color: #70c0e9;
}

/* Firefox > 19 */
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder{
	color: #ffffff;
}
.contact-form input:focus::-moz-placeholder,
.contact-form textarea:focus::-moz-placeholder{
	color: #70c0e9;
}

/* Internet Explorer 10 */
.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder{
	color: #ffffff;
}
.contact-form input:focus:-ms-input-placeholder,
.contact-form textarea:focus:-ms-input-placeholder{
	color: #70c0e9;
}



.contact-wrap .contact-form input::-webkit-input-placeholder,
.contact-wrap .contact-form textarea::-webkit-input-placeholder {
	color: #949494;
}
.contact-wrap .contact-form input:focus::-webkit-input-placeholder,
.contact-wrap .contact-form textarea:focus::-webkit-input-placeholder{
	color: #70c0e9;
}

/* Firefox < 19 */
.contact-wrap .contact-form input:-moz-placeholder,
.contact-wrap .contact-form textarea:-moz-placeholder{
	color: #949494;
}
.contact-wrap .contact-form input:focus:-moz-placeholder,
.contact-wrap .contact-form textarea:focus:-moz-placeholder{
	color: #70c0e9;
}

/* Firefox > 19 */
.contact-wrap .contact-form input::-moz-placeholder,
.contact-wrap .contact-form textarea::-moz-placeholder{
	color: #949494;
}
.contact-wrap .contact-form input:focus::-moz-placeholder,
.contact-wrap .contact-form textarea:focus::-moz-placeholder{
	color: #70c0e9;
}

/* Internet Explorer 10 */
.contact-wrap .contact-form input:-ms-input-placeholder,
.contact-wrap .contact-form textarea:-ms-input-placeholder{
	color: #949494;
}
.contact-wrap .contact-form input:focus:-ms-input-placeholder,
.contact-wrap .contact-form textarea:focus:-ms-input-placeholder{
	color: #70c0e9;
}


.contact-form .col-half{
	flex: 0 0 50%;
	max-width: 50%;
}
.contact-form .wpcf7-form{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact-form .col-full{
	flex: 0 0 100%;
	max-width: 100%;
}
.contact-form .form-col{
	padding:0 15px;
	margin-bottom: 40px;
}
.contact-form .form-col:last-child{
	margin-bottom: 0;
}
.contact-form .form-col input[type="text"],
.contact-form .form-col input[type="email"],
.contact-form .form-col input[type="tel"],
.contact-form .form-col input[type="password"],
.contact-form .form-col input[type="date"],
.contact-form .form-col input[type="number"],
.contact-form .form-col input[type="url"],
.contact-form .form-col textarea,
.contact-form .form-col select{
	background-color: transparent;
	border: none;
	outline: none;
	box-shadow: none;
	max-width:100%;
	width:100%;
	background-repeat: no-repeat;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	color: #ffffff;
	font-size: 18px;
	font-family: "Gotham-Light";
	border-radius: 0 !important;
	line-height: 26px;
	padding: 13px 0;
	height: 52px;
}

.contact-wrap .contact-form .form-col input[type="text"],
.contact-wrap .contact-form .form-col input[type="email"],
.contact-wrap .contact-form .form-col input[type="tel"],
.contact-wrap .contact-form .form-col input[type="password"],
.contact-wrap .contact-form .form-col input[type="date"],
.contact-wrap .contact-form .form-col input[type="number"],
.contact-wrap .contact-form .form-col input[type="url"],
.contact-wrap .contact-form .form-col textarea,
.contact-wrap .contact-form .form-col select{
	border-bottom: 1px solid rgba(53, 53, 53, 0.12);
	color: #949494;
}

.contact-form .form-col input[type="text"]:focus,
.contact-form .form-col input[type="email"]:focus,
.contact-form .form-col input[type="tel"]:focus,
.contact-form .form-col input[type="password"]:focus,
.contact-form .form-col input[type="date"]:focus,
.contact-form .form-col input[type="number"]:focus,
.contact-form .form-col input[type="url"]:focus,
.contact-form .form-col textarea:focus,
.contact-form .form-col select:focus{
	border-bottom: 1px solid #70c0e9;
	color: #70c0e9;
}
.contact-form .form-col textarea{
	min-height: 100px;
}
.contact-form .form-col span{
	position: relative;
	display: block;
}
.contact-form span.wpcf7-not-valid-tip {
	position: absolute !important;
	top: 105%;
	left: 0;
	font-family: 'Gotham-Light';
	font-size: 14px;
	background: #70c0e9;
	padding: 3px 9px;
	border-radius: 2px;
}
.contact-form span.wpcf7-not-valid-tip:before{
	content:'';
	position: absolute !important;
	top: -8px;
	left: 10px;
	border-bottom: 8px solid #70c0e9;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.contact-form .form-col span.wpcf7-form-control-wrap:after{
	content: '';
	position: absolute;
	top: 13px;
	right: 0;
	width: 27px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: right top -13px;
	z-index: -1;
	display: block;
}
.input-name span.wpcf7-form-control-wrap:after{background-image: url("../images/name-icon.png");}
.input-email span.wpcf7-form-control-wrap:after{background-image: url("../images/email-icon.png");}
.input-phone span.wpcf7-form-control-wrap:after{background-image: url("../images/phone-icon.png");}
.input-state span.wpcf7-form-control-wrap:after{background-image: url("../images/location-icon.png");}
.input-city span.wpcf7-form-control-wrap:after{background-image: url("../images/location-icon.png");}
.input-message span.wpcf7-form-control-wrap:after{background-image: url("../images/message-icon.png");}
.contact-form .form-col span.focus:after{background-position: right top -66px;}
.contact-form .white-button, .contact-form .black-button{margin-bottom: 0;}

.wpcf7 div.wpcf7-validation-errors, .wpcf7 div.wpcf7-acceptance-missing {
	border: 2px solid #70c0e9;
	color: #70c0e9;
	margin: 20px auto;
}

.contact-form .white-button .wpcf7-submit,
.contact-form .black-button .wpcf7-submit{
	min-width:160px;
	font-size: 18px;
}
.contact-wrap{
	padding: 90px 0;
}
.contact-wrap .sec-title{
	margin-bottom: 55px;
}
.contact-row, .about-nikolas-row{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact-form-col{
	flex: 0 0 60%;
	max-width: 60%;
}
.contact-info-col{
	flex: 0 0 40%;
	max-width: 40%;
	padding-left: 88px;
}
.contact-info-col .info-item{
	margin-bottom: 22px;
	position: relative;
	padding-left: 30px;
	font-size:18px;
}
.contact-info-col .info-item .fa{
	position: absolute;
	left: 0;
	top: 2px;
	color: #70c0e9;
	font-size:20px;
}

.social-icons ul{
	padding: 0;
	padding-top:15px;
	list-style: none;
}
.social-icons ul li{
	display:inline-block;
	margin-right: 15px;
}
.social-icons ul li a{
	color: #1f1f1f;
	font-size:24px;
}
.social-icons ul li a:hover{
	color: #70c0e9;
}

.contact-map iframe{
	height: 560px;
	width: 100%;
}
.about-nikolas{
	padding: 100px 0 80px;
}
.about-nikolas .image-col{
	width: 360px;
	text-align: center;
}
.about-nikolas .image-col p{text-align: center;font-size: 18px;}
.about-nikolas .image-col img{
	display: block;
	margin: 0 auto 20px;
	border: 5px solid #ffffff;
	box-shadow: 0 0 27px rgba(0, 0, 0, 0.19);
}
.about-nikolas .content-col{
	width: calc(100% - 360px);
	padding-left: 95px;
	text-align: justify;
}
.about-nikolas .content-col p{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 45px;
}

.practice-areas-wrap{
	padding: 90px 0 100px;
}
.faq li.q{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-top: 28px;
	transition: ease 0.2s;
}
.faq li.q:first-child{
	margin-top: 0;
}
.faq li.q span.title{
	font-family: 'Gotham-Bold';
	font-size: 24px;
	line-height: 34px;
	cursor: pointer;
	max-width: 780px;
	width: 100%;
	display: block;
	transition: ease 0.2s;
	background: #ededed;
	color: #1e1e1e;
	text-transform: uppercase;
	padding: 14px 22px;
}
.faq li.q:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	border-bottom: 5px solid #f1f1f1;
	z-index: -1;
	transition: ease 0.2s;
}
.faq li.q div.icon{
	font-family: 'Gotham-Bold';
	font-size: 45px;
	transition: ease 0.2s;
	cursor: pointer;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	display: block;
	background: #ededed;
	color: #1e1e1e;
}
.faq li.q div.icon:after{
	content: '+';
	display: block;
}
.faq li.q.active span.title{
	background: #70c0e9;
	color: #1e1e1e;
}
.faq li.q.active div.icon:after{
	background: #70c0e9;
	color: #1e1e1e;
}
.faq li.q.active div.icon:after{
	content: '-';
}


.faq li.a {
	display: none;
	position: relative;
}
.faq-desc{
	padding: 10px 22px;
	font-size: 18px;
	line-height: 24px;
}
.faq-desc p{
	margin-bottom: 25px;
}
.faq-desc strong{
	font-family: 'Gotham-Medium';
}
.faq-desc ul{
	margin-bottom: 25px;
	padding-left: 30px;
	line-height: 26px;
	list-style: url("../images/list-style-icon.png");
}

/* BLOG CSS */
.blog-posts{
	padding: 80px 0 58px;
}

.blog-posts:not(.blog-detail) .blog-post-item{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 65px;
}

.blog-posts:not(.blog-detail) .blog-post-item:last-child{
	margin-bottom: 0;
}
.blog-posts:not(.blog-detail) .blog-post-item .blog-image{
	width: 278px;
	position: relative;
}
.blog-detail .blog-post-item .blog-image{
	position: relative;
	margin-bottom: 30px;
}
.blog-detail .blog-post-item .blog-image img{
	width: 100%;
	height: inherit;
}

.blog-posts:not(.blog-detail) .blog-post-item .blog-image .img{
	overflow: hidden;
	height:278px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog-posts:not(.blog-detail) .blog-post-item .blog-image img{
	width: auto;
	max-width: inherit;
	min-height: 100%;
	max-height: 100%;
}
.blog-image .blog-post-date{
	position: absolute;
	left: 0;
	top:0;
	transform: translateX(-100%);
}
.blog-post-date .Date{
	display: block;
	width: 49px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	color: #ffffff;
	background:#7ec6eb;
	font-size: 18px;
	font-family: 'Gotham-Bold';
}
.blog-post-date .Month{
	display: block;
	width: 49px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	color: #ffffff;
	background:#96d3f2;
	font-size: 14px;
	font-family: 'Gotham-Book';
	text-transform: uppercase;
}
.blog-posts:not(.blog-detail) .blog-post-item .blog-content{
	width: calc(100% - 278px);
	padding-left: 40px;
}
.blog-posts:not(.blog-detail) .blog-content .blog-title{
	margin-bottom: 15px;
	color: #100e0e;
	font-size: 24px;
}
.blog-detail .blog-content .blog-title{
	margin-bottom: 20px;
	color: #100e0e;
	font-size: 34px;
}
.blog-posts:not(.blog-detail) .blog-content .blog-title a{
	color: #100e0e;
	font-size: 24px;
}
.blog-content .blog-auther{
	margin-bottom: 20px;
	color: #888888;
	font-size: 14px;
}
.blog-short-desc{
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 24px;
}
.read-more a{
	min-width: 170px;
}

.rte h1 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom:15px;
}
.rte h2 {
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 25px;
}

.rte h3 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 15px;
}
.rte h4 {
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 10px;
}
.rte h5 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}
.rte h6 {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
}
.rte p {
	margin-bottom: 20px;
	line-height: 22px;
}
.rte p:last-child {
	margin-bottom: 0;
}
.rte img, .rte p img {
	margin-bottom: 10px !important;
	max-width: 100% !important;
	border: 0 solid #ccc !important;
}
.rte a {
	color: #888888;
}
.rte ul {
	padding-left: 30px;
	list-style: disc;
}
.rte ul, .rte ol {
	padding-left: 30px;
}
.rte ul li, .rte ol li {
	line-height: 25px;
}
.rte ul li:last-child, .rte ol li:last-child {
	margin-bottom: 15px;
}
.rte blockquote {
	border-left: 4px solid #100e0e;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17px;
}
.rte blockquote footer {
	font-size: 80%;
	line-height: 1.42857;
	color: #888888;
}
.rte .blockquote-reverse {
	border-left: 0 solid #100e0e;
	border-right: 4px solid #100e0e;
	text-align: right;
}
.rte address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857;
}
.rte mark {
	background-color: #bf8450;
	padding: 0 3px;
}
.rte .h1 .small, .rte .h1 small, .rte .h2 .small, .rte .h2 small, .rte .h3 .small, .rte .h3 small, .rte h1 .small, .rte h1 small, .rte h2 .small, .rte h2 small, .rte h3 .small, .rte h3 small {
	font-size: 65%;
	color: #888888;
}
.rte .blog-tags a{
	padding: 5px 10px;
	border: 1px solid #70c0e9;
	font-size: 14px;
	color: #70c0e9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: 5px;
	vertical-align: middle;
	line-height: 20px;
	display: inline-block;
}

.rte .blog-tags a:hover{
	background-color: #70c0e9;
	color: #ffffff;
}

.blog-posts .nav-single{
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.blog-posts .nav-single a{
	display: inline-block;
	padding: 9px 20px;
	line-height: 20px;
	color: #70c0e9;
	border: 1px solid #70c0e9;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
}
.blog-posts .navigation ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.blog-posts .navigation ul li{
	margin: 0 4px;
}
.blog-posts .navigation ul li a{
	color: #100e0e;
	display: block;
	width: 26px;
	height: 26px;
	padding: 0;
	line-height: 26px;
	text-align: center;
	border: 1px solid #f4f4f4;
}
.blog-posts .navigation ul li.active a,
.blog-posts .navigation ul li a:hover{
	color: #70c0e9;
}

.not-found .entry-title{
	margin-bottom:25px;
	color: #100e0e;
	font-size: 24px;
}
.not-found .entry-content p{
	margin-bottom:20px;
	color: #100e0e;
	font-size: 18px;
}
.not-found .searchform>div{
	display: flex;
	align-items: center;
}
.not-found .searchform label{display: none;}
.not-found .searchform input[type="text"]{
	width: auto;
	flex-grow: 1;
	padding: 10px 20px;
	border: 1px solid #1f1f1f;
	color: #1f1f1f;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-right:15px;
	height: 40px;
}
.not-found .searchform input[type="submit"]{
	flex:0 0 100px;
	max-width: 100px;
	padding: 10px 25px;
	color: #1f1f1f;
	line-height: 21px;
	border: 1px solid #1f1f1f;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	background-color: transparent;
	display: inline-block;
	border-radius: 21px;
	font-family: 'Gotham-Light';
	font-size: 14px;
	text-align: center;
}
.not-found .searchform input[type="submit"]:hover{
	color: #ffffff;
	background: #1f1f1f;
}

/* END 06082018 ADD NEW PAGES CSS */

/* thank you page */
/*.thank-desc {
    padding: 200px 0;
}*/
.thank-desc h3 {
    font-size: 30px;
    line-height: 40px;
}

/** START RESPONSIVE CSS **/

@media (max-width:1760px){
	.top-after::after,
	.bottom-after::before{
		background-size:cover;
	}
}
@media (max-width:1360px){
	.main-nav nav ul li a{
		font-size:13px;
	}
	.practice-area-item h3 {
    font-size: 18px;
	}
	.main-nav nav > ul > li{
		padding:3px 13px 10px;
	}
	.main-nav ul li ul{
		top:90%;
	}
	.bgimg-inner h2{
		font-size:16px;
	}
	.bgimg-inner p {
		font-size: 12px;
		padding: 6px 0 15px;
	}
	.bgimg-content .bgimg-cols{
		height:250px;
	}
	.container-wrapper {
		padding: 60px 100px 0;
	}
	.main-core-slider .slick-prev {
		left: -60px;
	}
	.main-core-slider .slick-next {
		right: -60px;
	}
	.bgimg-inner{
		padding:10px;
	}
	.main-nav ul li ul{
		margin-left:10px;
	}
	.header-social ul li{
		font-size: 14px;
	}
	.main-nav nav > ul > li.menu-item-has-children::after {
		right: 0px;
		top: 4px;
	}
}
@media (max-width:1250px){
	.blog-post-item{
		padding-left: 55px;
	}
}
@media (max-width:1024px){
	.banner-btm-cols h6 {
		font-size: 13px;
	}
	.banner-btm-cols .btn {
		font-size: 16px;
		padding: 10px 40px;
		margin-left: 20px;
	}
	.bgimg-content .bgimg-cols{
		width:33.33%;
	}
	.container-wrapper {
		padding: 60px 50px 0;
	}
	.main-core-slider .slick-next {
		right: -30px;
	}
	.main-core-slider .slick-prev {
		left: -30px;
	}
	.main-header.darkHeader {
		padding: 15px 30px;
	}
	.main-header{
		padding:40px 30px;
	}
	.page-header {
		height: 550px;
	}
	.contact-info-col {
		padding-left: 40px;
	}
	.about-nikolas .content-col {
		width: calc(100% - 360px);
		padding-left: 15px;
		padding-right: 10px;
	}
	.contact-section,
	.about-nikolas,
	.practice-areas-wrap{
		padding: 90px 0 60px;
	}
	.practice-areas-wrap .faq{
		padding: 0 10px;
	}
	.faq li.q span.title {
		font-size: 20px;
		line-height: 30px;
		max-width: 720px;
		padding: 12px 18px;
	}
	.faq li.q div.icon {
		font-size: 35px;
		width: 54px;
		height: 54px;
		line-height: 54px;
	}
	.faq-desc {
		font-size: 16px;
		line-height: 24px;
	}
	.blog-post-item{
		padding-left: 0;
	}
	.blog-image .blog-post-date {
		transform: none;
	}
}
@media (max-width:992px){
	.main-header .main-nav{
		display:none;
	}
	.mobileNav{
		display:inline-block;
		vertical-align:middle;
		width:50%;
		text-align:right;
	}
	.mobile_menu_toggle {
		height: 20px;
		width: 20px;
		position: relative;
		display: inline-block;
		cursor:pointer;
	}
	.mobile_menu_toggle i {
		height: 2px;
		width: 20px;
		background-color: #FFF;
		position: absolute;
		transition: .3s;
		-webkit-transition: .3s;
		left: 0;
	}
	.mobile_menu_toggle i:first-child {
		top: 3px;
	}
	.mobile_menu_toggle i:nth-child(2) {
		top: 10px;
	}
	.mobile_menu_toggle i:last-child {
		top: 17px;
	}
	.close svg{
		height: 20px;
		width: 20px;
	}
	.main-header .logo {
		width: 50%;
		vertical-align:middle;
	}
	.banner-slider{
		min-height:450px;
	}
	.inner-content h1{
		font-size:60px;
	}
	.inner-content h2{
		font-size:46px;
	}
	.core-slider {
		padding: 71px 0 90px;
	}
	.container-wrapper {
		padding: 60px 40px 0;
	}
	.core-slider-iner-cols .core-slider-img,
	.core-slider-iner-cols .core-slider-con {
		padding: 0 15px;
	}
	.core-slider-iner-cols {
		margin: 0 -15px;
	}
	.main-core-slider .slick-next {
		right: -35px;
	}
	.main-core-slider .slick-prev {
		left: -35px;
	}
	.main-core-slider .slick-prev,
	.main-core-slider .slick-next {
		background-size: 14px auto;
	}
	.core-slider-con h3{
		font-size:20px;
		padding-bottom:10px;
	}
	.core-slider-con p{
		font-size:14px;
	}
	.core-slider-con a {
		margin-top: 20px;
	}
	.bgimg-inner h2 {
		font-size: 16px;
	}
	.bgimg-inner p {
		font-size: 13px;
		padding: 6px 0 10px;
	}
	.sub-menu{
		display:none;
		border-top:1px solid #eee
	}

	.page-header {
		height: 400px;
	}
	.page-header h1 {
		font-size: 52px;
		line-height: 60px;
	}
	.practice-areas {
		flex-wrap: wrap;
		max-width: 768px;
		margin: 0 auto;
	}
	.practice-areas .practice-area-item {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 35px;
	}
	.practice-area-item h3 {
		margin-bottom: 35px;
	}
	.about-practice-area {
		padding: 70px 0 50px;
	}
	.about-content p,
	.about-nikolas .content-col p{
		font-size: 16px;
	}
	.contact-section {
		padding: 75px 0 75px;
	}
	.contact-form-col{
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 50px;
	}
	.contact-info-col {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 15px;
	}
	.blog-short-desc {
		font-size: 16px;
		line-height: 22px;
	}
}
@media (max-width:767px){
	.main-header .logo {
		width: 75%;
	}
	.mobileNav{
		width:25%;
	}
	.inner-core p {
		font-size: 12px;
	}
	.bgimg-content .bgimg-cols {
		width: 100%;
	}
	.main-header{
		padding:15px;
	}
	.main-header.darkHeader {
		padding: 12px 15px;
	}
	.inner-content h1 {
		font-size: 33px;
	}
	.inner-content{
		padding:0 5px;
	}
	.inner-content h2 {
		font-size: 29px;
		-webkit-text-stroke: 1px #415364;
		text-stroke: 1px #415364;
		letter-spacing: 2px;
		font-family: 'Gotham-Bold';
	}
	.inner-content {
		padding: 0 5px;
		bottom: auto;
		top: 30%;
	}
	.banner-bottom-content{
		padding:20px 10px;
		bottom:55px;
	}
	.banner-bottom-content .banner-btm-cols,
	.last-footer > div{
		width:100%;
		text-align:center;
		padding-top:10px;
	}
	.banner-btm-cols .btn {
		font-size: 14px;
		padding: 6px 25px;
		margin-left: 10px;
	}
	.main-footer{
		padding:10px 0 20px;
	}
	.core-slider-iner-cols .core-slider-img,
	.core-slider-iner-cols .core-slider-con {
		width: 100%;
		padding-bottom:10px;
		text-align: center;
	}
	.inner-core h2{
		font-size:30px;
	}
	.container-wrapper{
		padding:30px 40px 0;
	}
	.core-slider {
		padding: 40px 0 30px;
	}
	.main-core-slider .slick-dots {
		left: 0;
		bottom: -20px;
		width: 100%;
		text-align: center;
	}
	.main-core-slider .slick-slide img{
		margin:0 auto;
	}
	.main-core-slider .slick-arrow {
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.core-slider-con a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.inner-content h1 {
		-webkit-text-stroke: 1px #415364;
		text-stroke: 1px #415364;
		padding-bottom:6px;
	}
	.phone-nuumber{display:block;}
	.page-header {height: 300px;padding-bottom: 70px;}
	.page-header h1 {font-size: 42px;line-height: 60px;}
	.about-content,
	.contact-section,
	.contact-wrap,
	.about-nikolas,
	.practice-areas-wrap,
	.blog-posts{padding: 40px 0;}
	.sec-title h2 {font-size: 28px;line-height: 34px;}
	.about-content p {font-size: 14px;line-height: 22px;}
	.about-practice-area .sec-title,
	.contact-section .sec-title,
	.contact-wrap .sec-title{margin-bottom: 35px;}
	.about-practice-area {padding: 40px 0 20px;}
	.practice-area-item .pa-icon {
		width: 120px;
		height: 120px;
		padding: 20px;
		margin: 0 auto 20px;
	}
	.practice-area-item h3 {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 25px;
	}
	.contact-info-col .info-item {font-size: 16px;}
	.contact-row, .about-nikolas-row{justify-content: center;}
	.about-nikolas .image-col {width: 360px;margin: 0 auto 30px;}
	.about-nikolas .content-col {width: 100%;padding-left: 15px;padding-right: 15px;text-align: center;}
	.faq li.q {margin-top: 20px;}
	.faq li.q span.title {font-size: 18px;line-height: 28px;max-width: calc(100% - 55px);padding: 10px 15px;}
	.faq li.q div.icon {font-size: 35px;width: 54px;height: 54px;line-height: 54px;}
	.faq li.q div.icon {font-size: 30px;width: 48px;height: 48px;line-height: 48px;}
	.faq-desc {font-size: 14px;line-height: 22px;    padding: 10px 5px;}
	.faq-desc p {margin-bottom: 18px;}
	.blog-posts:not(.blog-detail) .blog-post-item .blog-content {width: 100%;padding-left: 0;}
	.blog-posts:not(.blog-detail) .blog-post-item .blog-image {width: 100%;margin-bottom: 20px;}
	.blog-posts:not(.blog-detail) .blog-post-item .blog-image .img {height:inherit;display: block;}
	.blog-posts:not(.blog-detail) .blog-post-item .blog-image img{width: 100%;height: auto;}
	.blog-detail .blog-content .blog-title {font-size: 28px;}
	.rte h1 {font-size: 26px;line-height: 32px;}
	.rte h2 {font-size: 24px;line-height: 30px;margin-bottom: 20px;}
	.rte h3 {font-size: 22px;line-height: 30px;}
	.rte h4 {font-size: 20px;line-height: 30px;}
	.rte h5 {font-size: 16px;line-height: 24px;}
	.rte h6 {font-size: 14px;line-height: 22px;}
	.rte p {margin-bottom: 18px;line-height: 20px;font-size: 14px;}
	.rte blockquote {border-left: 3px solid #100e0e;padding: 5px 10px;font-size: 16px;}
	.rte ul {padding-left: 20px;}
	.rte ul, .rte ol {padding-left: 20px;}
	.blog-short-desc {font-size: 14px;line-height: 20px;}
	.blog-detail .blog-post-item .blog-image {margin-bottom: 20px;}
	.rte .blog-tags a{padding: 3px 8px;margin-right: 5px;line-height: 18px;font-size: 13px;}
	.tag-links{display: block;margin-top: 25px;}
	.blog-posts .nav-single {margin-top: 40px;}
	.contact-map iframe {height: 400px;}
	.thank-desc h3 {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 30px;
	}
}
@media (max-width:600px){
	.site-content.container{padding: 0;}
	.contact-form .col-half {flex: 0 0 100%;max-width: 100%;}
	.practice-area-item h3 {font-size: 16px;line-height: 18px;margin-bottom: 20px;}
	.about-nikolas .image-col {padding: 0 20px;}
	.about-nikolas .content-col {padding-left: 0;padding-right: 0;}
	.about-content p, .about-nikolas .content-col p {font-size: 14px;line-height: 22px;}
	.faq li.q {margin-top: 15px;}
	.faq li.q span.title {font-size: 14px;line-height: 20px;max-width: calc(100% - 45px);padding: 10px;}
	.faq li.q div.icon {font-size: 22px;width: 40px;height: 40px;line-height: 40px;}
}
@media (max-width:500px){
	.phone-nuumber{top:60px;}
}
@media (max-width:480px) {
	.sec-title h2,
	.inner-core h2{font-size: 24px;line-height: 30px;}
	.practice-areas .practice-area-item {
		flex: 0 0 100%;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	.page-header h1 {font-size: 32px;line-height: 40px;}
	.page-header {height: 200px;padding-bottom: 50px;}
	.contact-form .form-col {margin-bottom:30px;padding: 0 5px;}
	.contact-form .form-col input[type="text"], .contact-form .form-col input[type="email"], .contact-form .form-col input[type="tel"], .contact-form .form-col input[type="password"], .contact-form .form-col input[type="date"], .contact-form .form-col input[type="number"], .contact-form .form-col input[type="url"], .contact-form .form-col textarea, .contact-form .form-col select {
		font-size: 14px;
		line-height: 26px;
		padding: 12px 0;
		height: 50px;
	}
	.contact-info-col .info-item {font-size: 14px;}
	.contact-info-col .info-item .fa {top: -1px;}
	.blog-detail .blog-content .blog-title {font-size: 22px;}
	.rte h1 {font-size: 22px;line-height: 28px;}
	.rte h2 {font-size: 20px;line-height: 28px;}
	.rte h3 {font-size: 18px;line-height: 26px;}
	.rte h4 {font-size: 16px;line-height: 24px;}
	.rte h5 {font-size: 15px;line-height: 22px;}
	.rte h6 {font-size: 14px;line-height: 20px;}
	.contact-map iframe {height: 300px;}
}
@media (max-width:360px) {
	.page-header h1 {font-size: 26px;line-height: 36px;}
}