/*
 Theme Name: Chiropractic
 Theme URI:
 Author:
 Author
 Description: Chiropractic
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Citrus
 Text Domain: Chiropractic

 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 */

/**
 *  Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    max-width: 100%;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

img {
    max-width: 100%;
}

:visited, :target, input:focus, input:active, textarea:focus, textarea:active, a:focus, a:active {
    outline: 0 none !important;
}

/*--- font-face ---*/
@font-face {
	font-family: 'Avenir-Regular';
	src: url('assets/fonts/Avenir-Regular.eot');
	src: url('assets/fonts/Avenir-Regular.woff') format('woff'), 
		 url('assets/fonts/Avenir-Regular.ttf') format('truetype'), 
		 url('assets/fonts/Avenir-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir-Medium';
	src: url('assets/fonts/Avenir-Medium.eot');
	src: url('assets/fonts/Avenir-Medium.woff') format('woff'), 
		 url('assets/fonts/Avenir-Medium.ttf') format('truetype'), 
		 url('assets/fonts/Avenir-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir-Black';
	src: url('assets/fonts/Avenir-Black.eot');
	src: url('assets/fonts/Avenir-Black.woff') format('woff'), 
		 url('assets/fonts/Avenir-Black.ttf') format('truetype'), 
		 url('assets/fonts/Avenir-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir-Heavy';
	src: url('assets/fonts/Avenir-Heavy.eot');
	src: url('assets/fonts/Avenir-Heavy.woff') format('woff'), 
		 url('assets/fonts/Avenir-Heavy.ttf') format('truetype'), 
		 url('assets/fonts/Avenir-Heavy.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Rockwell-Regular';
    src: url('assets/fonts/rockwell-webfont.eot');
    src: url('assets/fonts/rockwell-webfont.woff') format('woff'), 
    	 url('assets/fonts/rockwell-webfont.ttf') format('truetype'), 
    	 url('assets/fonts/rockwell-webfont.svg#webfontZZ9y8grT') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'BanglaMN-Bold';
	src: url('assets/fonts/BanglaMN-Bold.eot');
	src: url('assets/fonts/BanglaMN-Bold.woff') format('woff'), 
		 url('assets/fonts/BanglaMN-Bold.ttf') format('truetype'), 
		 url('assets/fonts/BanglaMN-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
				
body {
    font-family: 'Avenir-Regular';
    font-size: 32px;
    line-height: 42px;
    color: #666666;
    background: url(assets/images/body_bg.png) center top no-repeat #ffffff;
}

/*------------------------ Typography ------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

h1 {
    font-family: 'Avenir-Heavy';
    font-size: 74px;
    line-height: 41px;
    color: #ffffff;
}

h2 {
    font-family: 'Avenir-Black';
    font-size: 48px;
    line-height: 48px;
    color: #0ea3dd;
}

h3 {
    font-family: 'Avenir-Regular';
    font-size: 46px;
    line-height: 55px;
    color: #0ea3dd;
}

h4 {
    font-family: 'Avenir-Medium';
    font-size: 43px;
    line-height: 48px;
    color: #0ea3dd;
}

h5 {
    font-family: 'Avenir-Medium';
    font-size: 38px;
    line-height: 40px;
    color: #0ea3dd;
}

h6 {
    font-family: 'Avenir-Heavy';
    font-size: 32px;
    line-height: 42px;
    color: #0ea3dd;
}

p {
	font-family: 'Avenir-Regular';
    font-size: 32px;
    line-height: 42px;
    color: #666666;
    padding: 0 0 30px;
}

img, a img, img:hover, a img:hover {
    padding: 0px;
    border: none 0;
    outline: 0px none !important;
    height: auto;
}


/**
 * Text Elements
 * ----------------------------------------------------------------------------
 */
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

address {
    font-style: italic;
    margin-bottom: 24px;
}

abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}

b, strong {
    font-family: 'Avenir-Black';
}

cite {
    border: 0;
}

cite, dfn, em, i {
    font-style: italic;
}

mark, ins {
    background: #fff9c0;
    border: 0;
    color: inherit;
    text-decoration: none;
}

code, kbd, tt, var, samp, pre {
    font-weight: 400;
}

pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: none;
}

blockquote{
    position: relative;
    margin-bottom: 0;
    font-weight: 400;
    font-style: italic; 
}

blockquote:before { 
    background-repeat: no-repeat;
    position: absolute;
    width: 38px;
    height: 33px;
    left:4px;
    top: 7px;    
}

blockquote:after {
    background-repeat: no-repeat;
    position: absolute;
    width: 38px;
    height: 33px;
    right: 90px; 
    bottom: 78px;    
}

blockquote cite {
    display: block;
    margin-top: 74px;   
    text-align: right;
    font-weight: 400;
}

blockquote cite:before {
    content: "";
}

blockquote p {
    margin-bottom: 0;
}

/* remember to define focus styles! */

blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}

blockquote strong, blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

big {
    font-size: 125%;
}

sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

dl {
    margin: 0 0 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 24px;
}

ul, ol {
    font-weight: 400;
    list-style: none;
    margin: 0 0 30px;
    padding-left: 0;
}

ul li{
	font-size: 32px;
    line-height: 42px;
	list-style: disc;
    margin: 0 0 5px 36px;
}

ol li{
	font-size: 32px;
    line-height: 42px;
    list-style: decimal;
	margin: 0 0 5px 36px;
	padding: 0;
}

li > ul, li > ol {
    margin: 0 0 0 20px;
}

del {
    color: #767676;
}

hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 23px;
}

/**
 *  Links
 * ----------------------------------------------------------------------------
 */

a {
    color: #ce455d;
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
  	transition: all 0.4s ease;
}

a, a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: 0px none !important;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

/**
 * Alignment
 * ----------------------------------------------------------------------------
 */

.alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}

.alignright {
    float: right;
    margin: 20px 0 20px 20px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 20px auto;
}
.alignnone {
    clear: both;
    display: block;
    margin: 20px 0;
}

blockquote.alignleft, blockquote.alignright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 17px;
    width: 50%;
}

blockquote.alignleft p, blockquote.alignright p {
    margin-bottom: 17px;
}

button, input, select, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button, input {
    line-height: normal;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table, th, td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}

caption, th, td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

del {
    color: #767676;
}

hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px;
    margin: 20px 0;
    clear: both;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
    background: #9fa1a4;
    color: #000000;
    text-shadow: none;
}

::-moz-selection {
    background: #9fa1a4;
    color: #000000;
    text-shadow: none;
}

/**
 *  Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */
/*------------------------ Buttons & Fields ------------------------*/


input[type="text"],
input[type="email"] {
	width: 100%;
	height: 48px;
	line-height: 48px;
	float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #85837e;
    background: #ffffff;
    border: 1px solid #85837e;
    border-radius: 0;
    padding: 0 18px;
}

textarea {
	width: 100%;
	height: 174px;
    float: left;
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #85837e;
    background: #ffffff;
    border: 1px solid #85837e;
    border-radius: 0;
    padding: 15px 18px;
}

input:focus, textarea:focus {
    border: 1px solid #d8d8d8;
    outline: 0;
}

/* Buttons */

button, input[type="button"], input[type="reset"], input[type="submit"], #button {
	width: auto;
	float: left;
    background: #d8b829;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 28px;
    color: #ffffff;
    padding: 11px 30px;
	border-radius: 0;
    -webkit-transition: all 0.4s ease;
  	transition: all 0.4s ease;
}

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,#button:hover, #button:focus {
    background: #0ea3dd !important;
    color: #ffffff !important;
}

button:active, #button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    background: #16608e;
}

button, input, select, textarea {
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}


/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #85837e;
    opacity: 1; 
}

:-moz-placeholder {
    color: #85837e;
    opacity: 1; 
}

::-moz-placeholder {
    color: #85837e;
    opacity: 1; 
}

:-ms-input-placeholder {
    color: #85837e;
    opacity: 1; 
}
/*----------------custom styles------------*/


/*-----bootstrap style reset-----*/
.container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 576px) {
	.container{
   		max-width: 100%;
 	}
}

@media (min-width: 768px) {
    .container {
   		max-width: 750px;
 	}
}

@media (min-width: 1024px) {
 	.container {
   		max-width: 990px;
 	}
}

@media (min-width: 1366px) {
 	.container {
   		max-width: 1080px;
 	}
}

@media (min-width: 1920px) {
 	.container {
   		max-width: 1530px;
 	}
}

@media (min-width: 2560px) {
 	.container {
   		max-width: 2014px;
 	}
}
/*-----bootstrap style reset-----*/


/*--- header starts ---*/
.main-outercon{
    width: 100%;
    overflow: hidden;
}

.header-container{
	background: url(assets/images/header-border.png) center bottom repeat-x #ffffff;
	-webkit-box-shadow: 0px -1px 5px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px -1px 5px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0px -1px 5px 4px rgba(0, 0, 0, 0.3);
}

.header{
	width: 100%;
	float: left;
	padding: 0 58px;
}

.logo{
	width: auto;
	float: left;
}

.header-contact{
	width: auto;
	float: right;
}

.contact-spec{
	width: auto;
	float: left;
	padding: 32px 25px 25px 35px;
	background: #0d7291;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.contact-spec p{
	width: 100%;
	float: left;
	padding: 0;
	color: #ffffff;
	font-size: 53px;
	line-height: 55px;
	text-shadow: 0px 2px 9px rgba(35,31,32,0.51);
}	

.contact-spec p a{
	color: #ffffff;
	font-family: 'Avenir-Heavy';
	font-size: 58px;
	line-height: 60px;
}

.contact-spec p a:hover{
	color: #ce455d;
}

.header-contact span{
	float: right;
	font-family: 'BanglaMN-Bold';
	font-size: 24px;
	line-height: 26px;
	color: #0d7291;
	padding: 24px 40px 0 0;
	clear: both;
}

.tagline-section{
	width: auto;
	float: left;
	max-width: 700px;
	text-align: center;
	margin: 151px 0 0 81px;
}

.tagline-section p{
	width: 100%;
	float: left;
	font-family: 'BanglaMN-Bold';
	font-size: 69px;
	line-height: 72px;
	color: #0ea3dd;
	padding: 0;
}

.tagline-section span{
	width: 100%;
	float: left;
	font-family: 'BanglaMN-Bold';
	font-size: 23px;
	line-height: 25px;
	color: #0d7291;
	margin: -9px 0 0;
}

.social-media{
	width: auto;
	float: right;
	padding: 44px 25px 0 0;
}

.social-media ul{
	width: auto;
	float: right;
	list-style: none;
	margin: 0;
}

.social-media ul li{
	width: auto;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 19px;
}

.social-media ul li:first-child{
	padding: 0;
}

.social-media ul li a:hover{
	opacity: 0.7;
}

.main-menu{
	width: 100%;
	float: left;
	padding: 0 75px;
	margin: -19px 0 0;
}

.main-menu ul{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	text-align: center;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 25%, #d4d6d5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 25%,#d4d6d5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 25%,#d4d6d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4d6d5',GradientType=0 ); /* IE6-9 */
}

.main-menu ul li{
	width: auto;
	float: none;
	display: inline-block;
	list-style: none;
	margin: 0;
	background: url(assets/images/menu-divider.png) left 24px no-repeat;
	position: relative;
}

.main-menu ul li:first-child{
	background: none;
}

.main-menu ul li a{
	width: 100%;
	float: none;
	font-family: 'Avenir-Regular';
	font-size: 25px;
	color: #494948;
	display: inline-block;
	padding: 40px 82px;
	text-transform: uppercase;
}

.main-menu ul li:hover a,
.main-menu ul li.current_page_item a{
	color: #0ea3dd;	
}

.main-menu ul li a svg{
	display: none;
}

.main-menu ul li ul{
	width: 100%;
	position: absolute;
	left: 0;
	top: 119px;
	text-align: left;
	display: none;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 25%, #d4d6d5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 25%,#d4d6d5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 25%,#d4d6d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4d6d5',GradientType=0 ); /* IE6-9 */
	z-index: 500;
}

.main-menu ul li:hover ul{
	display: block;
}

.main-menu ul li ul li{
	width: 100%;
	float: left;
	background: none;
	border-top: 1px solid #d4d4d4;
}

.main-menu ul li ul li:first-child{
	border: 0;
}

.main-menu ul li ul li a{
	width: 100%;
	float: left;
	font-family: 'Avenir-Regular';
	font-size: 20px;
	color: #494948;
	padding: 8px 20px;
	text-align: left;
}

.main-menu ul li:hover ul li a{
	color: #494948;	
}

.main-menu ul li:hover ul li a:hover{
	color: #0ea3dd;	
}
/*--- header ends ---*/



/*--- content starts ---*/
.content-block{
	padding: 26px 0 180px;
	margin: -5px 0 0;
}

.call-block{
	position: relative;
	padding: 65px 0 0;
	display: -webkit-box;     
	display: -moz-box;         
	display: -ms-flexbox;     
	display: -webkit-flex;    
	display: flex;  
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content:space-between;
}

.content-image{
	margin: -66px 0 0;
}

.inner-content{
	position: relative;
	padding: 0 74px 0 142px;
	background: #fff;
}

.inner-content:before{
    content: '';
    position: absolute;
    top: -69px;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 110px;
	width: 100%;
	background: url("assets/images/shape-white.svg") no-repeat center top;
	background-size: cover;
}

.inner-content-btm{
	margin: -61px 0 0;
}

.call-block-in{
	max-width: 42.06%;
}

.call-block-in p{
	font-size: 35px;
	line-height: 50px;
	padding: 0;
}

.call-block-in p span{
	font-size: 46px;
	line-height: 55px;
	color: #0ea3dd;
}

.content-block-in{
	padding:0;
}

.call{
	background: #fec434;
	border-radius: 10px;
	color: #153f82;
	font-size: 58px;
	line-height: 60px;
	font-family: 'Avenir-Regular';
	padding: 15px 10px 16px 36px;
	margin: 26px 0 14px 21px;
}

.call a{
	font-family: 'Avenir-Heavy';
	font-size: 62px;
	line-height: 64px;
	color: #153f82;
}

.content-left{
	padding:31px 50px 0 0;
}

.content-left p{
	color: #153f82;
	font-size: 46px;
	line-height: 60px;
	font-family: 'Avenir-Medium';
	padding: 0 0 65px;
}

.content-right p{
	padding: 0 0 20px;
}

.content-right p strong{
	color: #0ea3dd;
	font-family: 'Avenir-Heavy';
}

.content-right h4{
	font-family: 'Avenir-Black';
	padding: 0 0 20px;
}

.content-right{
	position: relative;
}

.main-title{
	background: #0d7291;
	text-align: center;
	display: -webkit-box;     
	display: -moz-box;         
	display: -ms-flexbox;     
	display: -webkit-flex;    
	display: flex;  
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 201px;
	position: relative;
	-webkit-box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 1px 10px 5px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 1px 10px 5px rgba(0, 0, 0, 0.3);
	padding: 41px 10px 27px;
}

.main-title h1{
	font-size: 65px;
	line-height: 67px;
	font-family: 'Avenir-Black';
}

.main-title h1 span{
	font-family: 'Avenir-Medium';
	font-size: 57px;
	line-height: 59px;
	padding: 7px 0 0;
	display: block;
}

.main-title h2{
	color: #fff;
	font-family: 'Avenir-Medium';
	font-size: 57px;
	line-height: 59px;
}

.inner-page-content{
	padding: 96px 0 173px;
	background: #fff;
	float: left;
	width: 100%;
}

.main-title-content{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.main-title-content:before{
	position: absolute;
	content: "";
	background: url(assets/images/image2.png) no-repeat top right;
	width: 106px;
	height: 142px;
	margin: auto;
	bottom: 0;
	top: 0;
	right: -118px;
}

.page-desc{
	width: 100%;
	float: left;
	background: #ffffff;
	padding: 60px 9% 50px;
}

.page-desc a strong{
    text-decoration: underline;
}

.page-desc h1{
	color: #0ea3dd;
	line-height: 75px;
	padding: 0 0 35px;
}

.page-desc h2{
    padding-bottom: 15px;
}

.page-desc h4{
    padding-bottom: 25px;
}

.page-desc h5{
	padding: 0 0 10px;
}

.page-desc .gallery{
	width: 100%;
	float: left;
}

.page-desc .gallery .gallery-item{
	width: 30%;
	float: left;
	text-align: center;
	margin: 0 0 35px;
}

.page-desc .gallery figcaption{
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0 0;
	margin: 0;
}

.about-us{
	padding: 85px 156px 0 192px;
}

.about-top-block{
	padding: 0 0 127px;
}

.about-top-left{
	float: left;
	width: 50%;
	padding: 0 160px 0 80px;
	text-align: center;
}

.about-top-left img{
	height: auto;
	margin: 25px 0 100px;
}

.about-top-block h4{
	font-family: 'Avenir-Medium';
	line-height: 45px;
	padding: 0 0 28px;
}

.about-top-block p{
	padding: 0 0 20px;
}

.about-top-left p{
	color: #153f82;
	font-size: 42px;
	line-height: 54px;
	font-family: 'Avenir-Medium';
	text-align: left;
	max-width: 480px;
	margin: 0 auto;
}

.about-bottom-block img{
	height: auto;
	float: right;
	margin: 0 0 30px 40px;
}

.about-bottom-block{
	padding: 0 31px 0 0;
}

.about-bottom-block h2{
	padding: 0 0 21px;
}

.about-bottom-block p{
	padding: 0 0 20px;
}

.blog-left .elm-wrapper{
    width: 50%;
    float: right;
    margin: 30px 0 0;
}

.blog-left .elm-button{
    font-size: 42px;
    font-family: 'Rockwell-Regular';
    padding: 0;
    text-decoration: underline;
    float: none;
    display: inline-block;
}

.blog-left .elm-button:hover, .blog-left .elm-button:active, .blog-left .elm-button:focus{
    background: #ffffff !important;
    color: #ce455d !important;
    outline: none;
}

.pageno{
	display: none;
}

.content-container{
	background: url("assets/images/bg.jpg") no-repeat center top;
    background-size: cover;
}

.banner-outer{
    position: relative;
}

.banner-image img,
.mobile-banner img{
    width: 100%;
    display: block;
}

.mobile-banner{
    display: none;
}

.banner-content{
    font-family: 'Avenir-Regular';
    font-size: 81px;
    line-height: 88px;
    color: #153f82;
    position: absolute;
    left: 7%;
    top: 50%;
    max-width: 30%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-content strong{
    font-family: 'Avenir-Medium';
    font-weight: normal;
}

.middle-block{
    background: url("assets/images/shape-blue.svg") no-repeat center top;
    background-size: cover;
    text-align: center;
    padding:0 0 150px;
    margin: -50px 0 0;
}

.grid-box{
    display: inline-block;
    vertical-align: top;
    max-width: 25%;
    margin-top: -100px;
    padding:0 2%;
}

.logo-pict{
    border-radius: 50%;
    overflow: hidden;
    border: solid 12px #FFF;
    background: #FFF;  
    margin:0 auto 35px;
    max-width: 70%;
}

.logo-pict img{
    display: block;
    width: 100%;
}

.grid-text p{
    font-family: 'Avenir-Regular';
    font-size: 25px;
    line-height: 37px;
    color: #FFF;
}

.grid-text p strong{
    font-weight: normal;
    font-family: 'Avenir-Black';
}

.blog-outer{
    padding:60px 20px;
    display: -webkit-box;      
    display: -moz-box;         
    display: -ms-flexbox;       
    display: -webkit-flex;      
    display: flex;
}

.blog-left{
    width: 68%;
    padding-right: 20px;
}

.blog-right{
    width: 32%;
    background: #0d7291;
    padding:45px;
}



.blog-post-single{
    padding:40px 90px 25px;
    border-top: solid 15px #0d7291;
    margin:0 0 25px;
    overflow: auto;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 4px 4px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 4px 4px 0px rgba(50, 50, 50, 0.5);
}

.blog-post-single .blog-title{
	line-height: 58px;
	padding: 0 0 20px;
}

.blog-post-single .blog-title a{
    color: #847e7f;
}

.blog-post-single .blog-title a:hover{
    color: #ce455d;
}

.navigation{
	width: 100%;
	float: left;
	display: block;
	padding: 25px 0 0;
}

.navigation h2{
	padding: 0 0 20px;
}

.navigation .nav-links{
	width: 100%;
	float: left;
}

.navigation svg{
	width: 50px;
	height: 50px;
	padding-left: 15px;
}

.navigation .prev svg{
	padding-left: 0;
	padding-right: 15px;
}

.navigation .page-numbers{
	padding: 0 15px 0 0;
}



.blog-block{
    padding:40px 90px;
    border-top: solid 15px #0d7291;
    margin:0 0 25px;
    overflow: auto;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 4px 4px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 4px 4px 0px rgba(50, 50, 50, 0.5);
}

.blog-block:last-child{
    margin: 0;
}

.blog-title h3{
    font-family: 'Avenir-Black';
    color: #847e7f;
    font-size: 46px;
    line-height: 58px;
    max-width: 90%;
    padding:0 0 20px;
}

.blog-title h3 a{
    color: #847e7f;
}

.blog-title h3 a:hover{
    color: #ce455d;
}

.blog-date{
    background: url("assets/images/calendar-icon.png") no-repeat left top;
    font-family: 'Avenir-Regular';
    font-size: 28px;
    line-height: 30px;
    color: #565656;
    padding: 7px 60px;
    margin:0 0 15px;
}

.blog-content-top p{
    font-family: 'Avenir-Regular';
    font-size: 27px;
    line-height: 34px;
    color: #7f7f7f;
    padding:0 0 30px;
    margin: 0;
}

.blog-content-top p a{
    color: #7f7f7f; 
}

.blog-content-top p a:hover,
.blog-content-top p a:focus{
    color: #ce455d; 
}

.blog-content-bottom{
    border-top: solid 5px #8b8c8c;
    padding: 20px 0 0;;
    position: relative;
}
.blog-content-bottom h3{
    font-size: 28px;
    line-height: 33px;
    margin: 20px 0;
}

.blog-content-bottom p{
    font-family: 'Avenir-Regular';
    font-size: 31px;
    line-height: 49px;
    color: #606060;
    padding: 0;
}

.more{
    font-family: 'Rockwell-Regular';
    font-size: 38px;
    line-height: 40px;
    color: #ce455d;
    padding-right: 60px;
    background: url("assets/images/arrow.png") no-repeat right center;
    float: right;
    margin: 20px 0 0;
}

.blog-right .widget{
    padding: 60px 0 20px;
    border-top: solid 1px #303030;
    position: relative;
}

.blog-right .widget:before{
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 1px;
    background: #7ba3af;
}

.blog-right .widget:first-child{
    border: none;
    padding:0 0 20px;
}

.blog-right .widget:first-child:before{
    display: none;
}

.widget-title{
    padding:0 0 20px;
    font-family: 'Rockwell-Regular';
    font-size: 38px;
    line-height: 40px;
    color: #FFF;
    padding:0 0 0 25px;
}

.blog-right .widget ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.blog-right .widget ul li{
    font-family: 'Avenir-Regular';
    font-size: 31px;
    line-height: 49px;
    color: #FFF;
    padding:20px 0 20px 80px;
    list-style-type: none;
    margin: 0;
    background: url("assets/images/arrow-blue.png") no-repeat left top 30px;
    border-top: dotted 4px #FFF;
    display: inline-block;
}

.blog-right .widget ul li a{
    color: #FFF;
}

.blog-right .widget ul li a:hover,
.blog-right .widget ul li a:focus{
    color: #ce455d;
}

.blog-right .widget ul li:first-child{
    border: none;
}

.widget.popular-posts ul{
	padding: 30px 0 0;
}

.widget.popular-posts ul li{
	padding: 42px 0 26px;
	background: none;
}

.widget.popular-posts ul li:first-child{
	padding-top: 0;
}

.widget.popular-posts ul li a{
	width: 30%;
}

.widget.popular-posts ul li .wpp-thumbnail{
	margin: 0;
}

.widget.popular-posts ul li a.wpp-post-title{
	font-family: 'Avenir-Black';
    font-size: 29px;
    line-height: 49px;
    color: #ffffff;
    padding: 0 0 0 22px;
    display: inline-block;
	width: 60%;
	margin: -9px 0 0;
}

.widget.popular-posts ul li a.wpp-post-title:hover,
.widget.popular-posts ul li a.wpp-post-title:focus{
    color: #ce455d;
}

.widget.popular-posts ul li .wpp-excerpt{
	width: 100%;
	float: left;
	color: #ffffff;
	line-height: 50px;
	padding: 6px 0 0;
}

.blog-right .widget_search{
	padding-bottom: 35px !important;
} 

.blog-right .widget label span{
	padding:0 0 20px;
    font-family: 'Rockwell-Regular';
    font-size: 30px;
    line-height: 32px;
    color: #FFF;
    padding:0 0 0 20px;
}

.blog-right .widget input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 2px solid #8b8c8c;
	background: #ffffff;
	padding: 0 15px;
	margin: 5px 0 0;
	font-size: 18px;
	color: #000;
}

.comments-area{
	padding: 35px 0 0;
}

.comments-area h2{
    font-size: 42px;
    line-height: 44px;
}

.comments-area ol li{
	border-top: 2px solid #777777;
	border-bottom: 2px solid #777777;
	list-style: none;
	padding: 20px;
	margin: 20px 0 0;
}

.comment-form textarea{
	font-size: 18px;
	line-height: 24px;
}

.comment-content p{
	font-size: 24px;
    line-height: 32px;
}

.comment-metadata{
	font-size: 24px;
	padding: 10px 0;
}

.reply a{
	font-size: 24px;
}

.reply svg{
	display: none;
}

.contact-page{
	float: left;
	width: 100%;
	background: #ffffff;
	padding-bottom: 50px;	
}

.contact-content-top{
	float: left;
	width: 100%;	
}

.contact-content-bottom{
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 100px 9% 0;
	position: relative;
}

.bottom-left{
	float: left;
	width: 48%;
}

.bottom-right{
	float: right;
	width: 48%;
}

.location-map{
	float: right;
	width: 100%;
}

.location-map iframe{
	float: left;
	width: 100%;
}

.contact-address{
	float: left;
	width: 100%;
	padding: 0 0 30px 0;
}

.contact-address address{
	margin: 0;
	font-style: normal;
}

.contact-phone{
	float: left;
	width: 100%;
	padding: 0 0 30px 0;
}

.contact-phone a{
	float: left;
	color: #666666;
}

.contact-phone a:hover{
	color: #ce455d;
}

.working-hours{
	float: left;
	width: 100%;
	padding: 0 0 30px 0;
}

.working-hours ul{
	margin: 0;
}

.working-hours ul li{
	list-style: none;
	margin: 0 0 5px 0;
	font-size: 30px;
}

.email-address{
	float: left;
	width: 100%;
	padding: 0 0 30px 0;
}

.email-address a{
	float: left;
	color: #666666;
}

.email-address a:hover{
	color: #ce455d;
}

.feedback-form{
	float: left;
	width: 100%;
	padding: 30px 9% 0;
}
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing{
	float: left;
	margin: 20px 0 0 0;
	line-height: 40px;
	width:100%;
	border: 2px solid #ff0000;
}
.contact-content-bottom h5{
	margin-bottom: 15px;
}

.feedback-form label{
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.feedback-form input{
	float: left;
	width: 100%;
	font-size: 18px;
}

#comments{
	font-size: 18px;
	line-height: 24px;
}

.g-recaptcha{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.feedback-form #button{
	float: left;
	width: 200px;
	font-size: 25px;
	line-height: 35px;
}

.feedback-form #reset1{
	float: left;
	width: 200px;
	margin-left: 20px;
	font-size: 25px;
	line-height: 35px;
	text-transform:capitalize;
}

.feedback-form p strong{
	font-family: 'Avenir-Medium';
	font-size: 38px;
	line-height: 40px;
	color: #0ea3dd;
}

.search-submit{
    display: none;
}

.blog-left .page-title{
    color: #85837e;
}

.entry-meta{
    display: none;
}

#submit{
    margin-top: 15px;
}

#wrap_404{
	float:left;
	width:100%;
    text-align: center;
    padding: 50px 0 120px;
}

#wrap_404 h1{
    font-size: 150px;
	color:#000000;;
	line-height:176px;
    margin: 0;
	font-weight: 800;
}

#wrap_404 h1 span{
    color: #d8b829;
    font-weight: 700;
	font-size: 225px;
	font-family: 'Lato', sans-serif;
}

#wrap_404 h2{
    display: block;
	color:#d8b829;
    font-size: 30px;
	font-weight:normal;
    padding-bottom: 10px;
    margin: 0;
    padding: 0 0 20px;
}

#wrap_404 h3{
    display: inline-block;
    padding-bottom: 20px;
    margin: 0;
}

#wrap_404 p{
    display: block;
	color:#000000;
    font-size: 16px;
	margin:0;
	font-family: 'Roboto', sans-serif;
}

#wrap_404 p a{
	float: none;
	display: inline-block;
	margin-top: 30px;
}

.wp-caption-text em,
.wp-caption-text{
    font-size: 15px;
    line-height: 20px;
    float: left;
    margin: 5px 0 25px;
}

.comment-form p, .comment-form p label, .comment-form p input{
	width: 100%;
	display: inline-block;
}

.comment-form p input[type=checkbox]{
	width: auto;
}

.comment-form p input[type=submit]{
	width: auto;
	font-size: 25px;
}

span.wpcf7-not-valid-tip {
    padding: 0 0 10px;
}
/*--- content ends ---*/



/*--- footer starts ---*/
.footer-container{
	width: 100%;
	float: left;
    background: #414344;
    position: relative;
    text-align: center;
	font-family: 'Avenir-Regular';
	font-size: 29px;
	line-height: 38px;
	color: #fff;
	padding: 56px 0 102px;
}

.footer-container:before{
    content: '';
    position: absolute;
    top: -37px;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 150px;
	background: url("assets/images/shape-grey.svg") no-repeat center top;
	background-size: cover;
}

.footer-left{
	text-align: right;
	width: 40%;
	padding-right:37px;
}

.footer-left p{
	font-family: 'Avenir-Regular';
	font-size: 29px;
	line-height: 38px;
	color: #fff;
	padding: 0;
}

.footer-left a{
	font-family: 'Avenir-Regular';
	font-size: 29px;
	line-height: 38px;
	color: #fff
}

.footer-left h6{
	display: none;
	position: relative;
	font-family: 'BanglaMN-Bold';
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	padding: 0 0 10px;
	margin: 0 0 20px;
}

.footer-left h6:before{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	width: 280px;
	height: 1px;
	background: #c4c5c5;
}

.footer-left a:hover{
	color: #ce455d;
}

.footer-schedule{
	text-align: left;
	width: 30%;
	position: relative;
	padding-left: 65px;
	padding-right: 20px;
}

.footer-schedule:before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 223px;
	background: #999a9a;
}

.footer-schedule ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-schedule ul li{
	position: relative;
	list-style: none;
	margin: 0;
	font-size: 29px;
	line-height: 38px;
	padding: 2px 0 2px 12px;
}

.footer-schedule ul li:before{
	width: 8px;
	height: 2px;
	background: #fff;
	top: 22px;
	content: "";
	position: absolute;
	left: 0;
}

.footer-in{
	display: -webkit-box;     
	display: -moz-box;         
	display: -ms-flexbox;     
	display: -webkit-flex;    
	display: flex;  
}

.scrollup{
	width: 70px;
	display: none !important;
	position: absolute;
	top: -50px;
	text-align: center;
	right: 0;
	left: 0;
	margin: 0 auto;
	color: #00cfff;
	font-family: 'Avenir-Black';
	font-size: 30px;
	padding: 0 0 14px;
}

.scrollup:hover{
	color: #ce455d;
}

.scrollup:hover:before{
	background:  #ce455d;
}

.scrollup:before{
	position: absolute;
	content: "";
	width: 60px;
	height: 6px;
	background:#00cfff;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

.social-block{
	display: none;
	padding: 0 0 30px;
}

.social-block a{
	margin: 0 5px;
}

.social-block img{
	width: 60px;
}

.social-block:hover{
	opacity: .9;
}
/*--- footer ends ---*/

