@font-face {
    font-family: 'DIN';
    src: url('assets/fonts/DIN-Regular.eot');
    src: url('assets/fonts/DIN-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/DIN-Regular.woff2') format('woff2'),
        url('assets/fonts/DIN-Regular.woff') format('woff'),
        url('assets/fonts/DIN-Regular.ttf') format('truetype'),
        url('assets/fonts/DIN-Regular.svg#DIN-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('assets/fonts/DIN-Medium.eot');
    src: url('assets/fonts/DIN-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/DIN-Medium.woff2') format('woff2'),
        url('assets/fonts/DIN-Medium.woff') format('woff'),
        url('assets/fonts/DIN-Medium.ttf') format('truetype'),
        url('assets/fonts/DIN-Medium.svg#DIN-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
 
@font-face {
    font-family: 'FontAwesome';
    src: url('assets/fonts/fontawesome-webfont.eot') format('eot'),
        url('assets/fonts/fontawesome-webfont.svg') format('svg'),
        url('assets/fonts/fontawesome-webfont.ttf') format('ttf'),
        url('assets/fonts/fontawesome-webfont.woff') format('woff'),
        url('assets/fonts/fontawesome-webfont.woff2') format('woff2'),
        url('assets/fonts/FontAwesome.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

/* Reset.css */  

div, img, a, ul, li, span, h1, h2, h3, h4, h5, h6 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	border: 0;
	outline: none!important;
}

.clear {
	clear: both;
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

a:hover, a:focus, a:visited {
	color: inherit;
	text-decoration: none;
}

button:hover, button:focus{
	cursor: pointer;
	outline: none;
}

img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}

/* Normal Styling */
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	font-family: 'Nunito', sans-serif;
	line-height: 1.5;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #85959f;
}

h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 48px;
	letter-spacing: -2px;
}

h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 30px;
}

h4{
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 20px;
}

h5{
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 16px;
}


.row-fluid {
	width: 100%;
 	*zoom: 1;
}

.row-fluid:before, .row-fluid:after {
	display: table;
	line-height: 0;
	content: "";
}

.row-fluid:after {
	clear: both;
}

.container-fluid{
	max-width: 1120px;
	padding: 0px 20px;
	margin: 0 auto;
}

.max-width-2{
	max-width: 1080px;
	margin: 0 auto;
}

.frame-wrap{
	padding: 0px;
	margin: 0px;
	display: block;
	overflow: hidden;
}

.text-center{
	text-align: center;
}

.pd-top {
	padding-top: 110px;
}

.pd-bottom {
	padding-bottom: 120px;
}

.page-btn {
	display: flex;
}

.page-btn a, .page-btn span{
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	padding: 10px 30px;
	border-radius: 30px;
	text-align: center;
}

.content-area {
	padding: 0px;
	margin: 0px;
}

.content-area ol {
	padding: 0px 0px 0px 20px ;
}

.content-area ul{
	margin-left: 0px;
	margin-bottom: 20px;
}

.content-area ol {
	margin-left: 0px;
	margin-bottom: 20px;
}

.content-area ul li{
	list-style: none;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.content-area ul li:before{
	content: "•";
	color: #b7001a;
	display: block;
	float: left;
	margin-right: 6px;
}

.content-area ol li {
	list-style: decimal;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*-- Styles --*/
.header{
	padding-bottom: 50px;
	background-color: #fff;
}

.header .nav-strip{
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.nav-strip ul li a{
	display: block;
	color: #fff;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 1;
	padding: 10px 14px;
	background-color: #b7001a;
	border-radius: 0 0 20px 20px;
}

.nav-strip ul li a:hover{
	background-color: #009fa8;
}

.nav-strip ul li a i{
	display: block;
	margin-right: 5px;
	max-width: 15px;
	float: left;
}

.nav-strip ul li a i img{
	display: block;
}


.header .navbar-bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo{
	max-width: 350px;
}

.logo img{
	display: block;
}

.navbar-collapse > ul{
	display: flex;
	align-items: center;
}

.navbar-collapse > ul > li {
	float: left;
	color: #009fa8;
	position: relative;
	padding-top: 33px;
}

.navbar-collapse > ul > li.mob-nav-tel {
	padding-top: 0;
	display: none;
}
.navbar-collapse > ul > li > a {
	display: block;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	padding: 0px 9px;
	letter-spacing: -0.3px;
	text-transform: uppercase;
	color: inherit;
	padding-bottom: 33px;
}

.navbar-collapse > ul > li > a:hover, .navbar-collapse > ul > li.current-menu-item > a, .navbar-collapse > ul > li:hover, .navbar-collapse > ul > li > a.active {
	color: #002b3e;
}

.sub-menu {
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: 10;
	background-color: #fff;
	margin: 0;
	padding: 0px;
	min-width: 160px;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, .15);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, .15);
}
.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0px;
}
.sub-menu li {
	display: block;
	float: none;
	background: none;
	margin: 0;
	text-align: left;
	padding: 0;
	position: relative;
	color: #009fa8;
}
.sub-menu li + li {
	border-top: solid 1px #f1f1f1;
}
.sub-menu li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	white-space: nowrap;
	padding: 5px 9px;
	color: inherit;
	position: relative;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.sub-menu li a:hover, .sub-menu li.current-menu-item a, .sub-menu li:hover > a, .sub-menu li:hover, .sub-menu li a.active {
	color: #002b3e;
}

.navbar-collapse > ul > li.current-menu-ancestor > a{
	color: #002b3e;
}

.banner{
	position: relative;
}

.banner-strip{
	position: absolute;
	top: 42%;
	left: 0px;
	width: 100%;
	height: 350px;
	margin-top: -175px;
	z-index: -50;
}

.banner-bg{
	height: 540px;
	border-top-right-radius: 80px;
	display: flex;
	align-items: center;
	padding: 80px;
	overflow: visible;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-text{
	max-width: 530px;
}

.banner-text h2{
	color: #002b3e;
	margin-bottom: 15px;
}

.banner-text > p{
	font-size: 20px;
	color: #4d4d4d;
	margin-bottom: 60px;
}

.book-now{
	position: relative;
	background-color: #009fa8;
	border-radius: 5px;
	padding: 50px 20px 35px;
	max-width: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: -150px;
}

.book-now:before, .book-now:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 12px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 12px 18px #777;
  -moz-box-shadow: 0 12px 18px #777;
  box-shadow: 0 12px 18px #777;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.book-now:after
{
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
  right: 10px;
  left: auto;
}

.book-now-wrap{
	max-width: 230px;
}

.book-now p{
	color: #fff;
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
}

.book-now .page-btn{
	justify-content: center;
}

.book-now .page-btn a{
	background-color: #fff;
	color: #b7001a;
}

.book-now .page-btn a:hover{
	background-color: #b7001a;
	color: #fff;
}

.heading h3{
	color: #002b3e;
	margin-bottom: 70px;
	text-align: center;
 	overflow: hidden;
}

.heading h3:before,
.heading h3:after {
	 background-color: #b7001a;
	 content: "";
	 display: inline-block;
	 height: 2px;
	 position: relative;
	 vertical-align: middle;
	 width: 30px;
}

.heading h3:before {
	 right: 13px;
	 margin-left: auto;
}

.heading h3:after {
	 left: 13px;
	 margin-right: auto;
}

.our-difference-sec .row > [class^="col-"] {
	padding-left: 12px;
	padding-right: 12px;
}

.our-difference-sec .row{
	margin-left: -12px;
	margin-right: -12px;
}

.diff-col-wrap{
	padding: 30px 25px 10px 30px;
	border: 8px solid #ececec;
	height: 100%;
}

.diff-col-wrap p a {
	color: #009fa8;
	text-decoration: underline;
}

.diff-col-wrap p a:hover {
	color: #009fa8;
	text-decoration: none;
}

.diff-col-wrap i{
	display: block;
	max-width: 80px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.diff-col-wrap i img{
	display: block;
}

.diff-col-wrap h5{
	color: #002b3e;
	margin-bottom: 25px;
	line-height: 1.5;
}

.client-logo-sec{
	padding: 85px 0px 45px;
}

.client-logo-sec ul{
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
    margin-bottom: 20px;
}

.client-logo-sec ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 190px;
	float: left;
	margin-bottom: 30px;
}

.client-logo-sec ul li:before{
	display: none;
}

.client-logo-sec ul li img{
	max-height: 97px;
	display: block;
	filter: gray;
	-webkit-filter: grayscale(1);
	-webkit-transition: 0.3s;
	opacity: .6;
}

.client-logo-sec ul li img:hover, .client-logo-sec ul li a:hover > img {
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transition: 0.3s;
	opacity: 1;
}

.who-i-sec .container-fluid{
	max-width: 100%;
	padding: 0;
}

.who-inner-wrap{
	position: relative;
}

.who-img{
	max-width: 900px;
	position: relative;
	margin: auto;
	padding-right: 90px;
	max-height: 579px;
	overflow: visible;
}

.who-img img{
	border-top-left-radius: 120px;
}

.who-text-outer{
	max-width: 622px;
	width: 100%;
	position: absolute;
	right: 0px;
	top: 50%;
	border-radius: 10px;
	margin-top: -26%;
}

.who-text{
	position: relative;
	margin: auto;
	z-index: 10;
	background-color: #fff;
	padding: 50px 75px 35px;
	border: 1px solid #ececec;
	color: #002b3e;
	border-radius: 10px;
}

.who-text-outer:before, .who-text-outer:after
{
  z-index: 0;
  position: absolute;
  content: "";
  bottom: 12px;
  left: 22px;
  width: 50%;
  top: 30%;
  max-width:300px;
  background: rgba(51,51,51,0.8);
  -webkit-box-shadow: 0 20px 20px rgba(51,51,51,0.8);
  -moz-box-shadow: 0 20px 20px rgba(51,51,51,0.8);
  box-shadow: 0 20px 20px rgba(51,51,51,0.8);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.who-text-outer:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 22px;
  left: auto;
}


.who-text h3{
	margin-bottom: 45px;
}

.who-text h5{
	margin-bottom: 5px;
}

.who-text .page-btn{
	padding-top: 20px;
	justify-content: center;
	margin-bottom: -60px;
}

.who-text .page-btn a{
	background-color: #009fa8;
	color: #fff;
}

.who-text .page-btn a:hover{
	background-color: #b7001a;
}

.who-bg{
	height: 350px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -175px;
	z-index: -50;
}

.sb-lt-wrap{
	max-width: 390px;
}

.sb-lt-wrap h4{
	margin-bottom: 30px;
	color: #002b3e;
	line-height: 1.4;
}

.sb-rt-wrap{
	padding-left: 20px;
}

.small-business-sec .row{
	margin-bottom: 50px;
}

.small-business-sec .container-fluid > h4{
	text-align: center;
	color: #002b3e;
	margin-bottom: 35px;
}

.small-business-sec .page-btn{
	justify-content: center;
}

.small-business-sec .page-btn a{
	background-color: #b7001a;
	color: #fff;
}

.small-business-sec .page-btn a:hover{
	background-color: #009fa8;
}


.testimonial-bg{
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	flex-direction: column;
	overflow: hidden;
	padding-bottom: 35px;
	border-bottom-right-radius: 150px;
}

.tm-circle{
	background-color: #fff;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	margin-top: -105px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 40px;
	color: #009fa8;
	margin-bottom: 55px;
}

.tm-item{
	max-width: 540px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.tm-text{
	margin-bottom: 45px;
	color: #002b3e;
	padding: 0px 20px;
}

.tm-text h3{
	letter-spacing: -1px;
	margin-bottom: 35px;
}

.owl-dots{
	display: flex;
	justify-content: center;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #b7001a;
	width: 10px;
    height: 10px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 5px;
    background: #002b3e;
}

.br-sec-wrap{
	border: 8px solid #ececec;
	padding: 70px 20px;
}

.br-lt-wrap{
	width: 685px;
	margin-left: -130px;
}

.br-rt-wrap h4{
	color: #009fa8;
	line-height: 1.3;
	margin-bottom: 18px;
}

.br-rt-wrap h4 strong{
	font-weight: 700;
	display: block;
}

.business-review-sec .row{
	margin-bottom: 30px;
}

.business-review-sec .page-btn{
	justify-content: center;
	margin-bottom: -105px;
}

.business-review-sec .page-btn a{
	background-color: #b7001a;
	color: #fff;
	font-size: 30px;
}

.business-review-sec .page-btn a:hover{
	background-color: #009fa8;
}

.articles-sec{
	background-color: #4d4d4d;
	padding: 60px 0px 100px;
}

.articles-sec .heading h3{
	color: #fff;
}

.articles-sec .heading h3:before,
.articles-sec .heading h3:after{
	background-color: #fff;
}

.a-col-inner {
    border-radius: 5px;
    box-shadow: 1px 1px 8px rgba(0,0,0,.15);
    overflow: hidden;
    display: block;
	background: #fff;
	height: 100%;
	padding-bottom: 50px;
}
.a-col-inner .page-btn {
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.a-col-inner .page-btn span {
	color: #b7001a;
	font-size: 14px;
	padding: 10px 0 20px;
		
}

.a-col-inner .page-btn span:hover{
	color: #009fa8;
}

.a-col-img {
    height: 260px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.a-col-overlay {
    position: absolute;
    right: 20px;
    top: 20px;
    visibility: hidden;
    max-width: 45px;
}

.a-col-inner:hover > .a-col-img > .a-col-overlay {
    visibility: visible;
}

.a-col-h {
    text-align: center;
    padding: 25px 15px 10px;
	background-color: #fff;
}

.a-col-h h5{
    margin-bottom: 8px;
	color: #606060;
}

.a-col-h p{
	color: #808080;
}

.contact-sec{
	background-color: #fff;
}

.contact-sec .container-fluid{
	max-width: 100%;
	padding: 0;
}

.contact-sec .heading{
	text-align: center;
	color: #002b3e;
	padding:70px 20px 30px;
}

.contact-sec .heading h3{
	margin-bottom: 10px;
}

.contact-form-sec {
    background-color: #f3f1f1;
	padding-bottom: 75px;
	padding-left: 20px;
	padding-right: 20px;
}

.form-wrap {
	background-color: #fff;
    max-width: 950px;
    position: relative;
    margin: auto;
	padding:45px 100px 75px;
	border-bottom-right-radius: 125px;
}

.form-wrap .row {
    margin-left: 10px;
    margin-right: 10px;
}

.form-wrap .row > [class^="col-"]:not(:last-child) {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px;
}

.form-wrap input, .form-wrap textarea {
    height: 58px;
    border-radius: 5px;
    background-color: #ffffff;
    width: 100%;
    padding: 0px 20px;
    vertical-align: middle;
    border: 2px solid #e1e8ec;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #85959f;
    opacity: 1;
}

.form-wrap input::placeholder, .form-wrap textarea::placeholder {
    color: #85959f;
    opacity: 1;
}

.form-wrap textarea {
    padding-top: 15px;
}

.post-btn {
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #009fa8;
    padding: 17px 52px;
    border: none;
    width: 100%;
    border-radius: 50px;
}

.post-btn:hover {
    background-color: #b7001a;
}

.footer{
	color: #606060;
}

.ft-top {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #b7001a;
}

.ft-top, .ft-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ft-top-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ft-logo {
    display: block;
    max-width: 80px;
	margin-right: 15px;
}

.ft-top ul {
    display: block;
}

.ft-top ul li {
    display: block;
    float: left;
    padding: 15px 0px;
    color: #606060;
}

.ft-top-left ul li a {
    display: block;
    padding: 0px 11px;
    color: inherit;
}

.ul-social{
	margin-left: 10px;
}

.ul-social li a i{
	color: #009fa8;
}

ul.ul-social li a{
	padding: 0px 5px;
}

.ul-social li a:hover > i{
	color: #b7001a;
}

.ft-top-right ul li a {
    display: block;
    padding: 0px 6px;
    color: inherit;
}

.ft-bottom {
    padding: 30px 0px;
    font-size: 14px;
}

.ft-bottom-left {
    max-width: 390px;
    width: 100%;
}

.ft-bottom-right a{
	display: inline-block;
}

.ft-bottom-right strong{
	display: inline-block;
	margin: 0px 10px; 
	font-weight: 400;
}

.footer a:hover{
	color: #b7001a;
}

/*==== About-Page ====*/

.inner-page .header, .contact-page .header{
	background-color: #f3f1f1;
	padding-bottom: 0;
}

.inner-page .logo, .contact-page .logo{
	position: relative;
	z-index: 10;
}

.inner-page .logo:before, .contact-page .logo:before{
	content: "";
	background-color: #f3f1f1;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	position: absolute;
	bottom: -26px;
	left: -22px;
	z-index: -1;
}

.h-acc-lt i{
	position: relative;
	display: block;
	max-width: 350px;
	max-height: 350px;
}

.h-acc-lt i img{
	border-radius: 50%;
}

.h-acc-lt i:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: -38px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color:#009fa8!important;
	mix-blend-mode: multiply;
}

.h-acc-rt{
	padding-left: 20px;
	max-width: 560px;
}

.h-acc-rt h2, .h-acc-rt h5{
	color: #009fa8;
	margin-bottom: 20px;
	font-weight: 600;
}

.quint-sec{
	padding: 90px 0 45px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.quint-wrap{
	max-width: 770px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #fff;
}

.quint-wrap h2{
	margin-bottom: 20px;
}

.quint-wrap p{
	max-width: 630px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
}

.about-anna h5{
	color: #009fa8;
	margin-bottom: 20px;
}

.abt-anna-lt{
	max-width: 515px;
}

.abt-anna-rt{
	max-width: 317px;
}

.about-anna.pd-bottom{
	padding-bottom: 70px;
}

.inner-page .br-sec-wrap{
	max-width: 952px;
}

.inner-page .br-sec-wrap, .inner-page .br-rt-wrap, .inner-page .br-lt-wrap{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.inner-page .br-rt-wrap{	
	max-width: 455px;
}

.inner-page .br-lt-wrap{
	width: 100%;
}

.inner-page .br-rt-wrap h2{
	color: #009fa8;
	line-height: 1;
}

.inner-page .business-review-sec{
	margin-bottom: 30px;
}

.inner-page .business-review-sec .row{
	margin-bottom: 40px;
}

.inner-page .business-review-sec .page-btn {
    margin-bottom: -95px;
}

.inner-page .business-review-sec .page-btn a {
    font-size: 16px;
}


/*==== Services ====*/
.service-mh{
	max-width: 715px;
	position: relative;
	margin: auto;
	margin-bottom: 70px;
	text-align: center;
}

.service-mh h2{
	color: #009fa8;
	letter-spacing: -2.5px;
	margin-bottom: 40px;
}


.service-mh h4{
	color: #002b3e;
	max-width: 450px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.service-acc-sec .h-acc-lt i{
	max-width: 500px;
	max-height: 500px;
}

.service-acc-sec .h-acc-lt i:after{
	width: 210px;
	height: 210px;
	background-color: #b7001a;
}

.mini-head{
	text-align: center;
	color: #002b3e;
	padding: 80px 0 90px;;
}

.service-col-inner{
	padding: 10px 25px 20px;
	background-color: #fff;
	border: 9px solid #ececec;
	height: 100%;
}

.service-col-inner .page-btn{
	justify-content: center;
	margin-top: -44px;
	margin-bottom: 50px;
}

.services-column-sec .row > [class^="col-"] .page-btn h5 {
	color: #fff;	
	height: 57px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	line-height: 1.1;
	padding: 10px 30px;
	border-radius: 30px;
	text-align: center;
	margin-bottom: 0;
}

.services-column-sec .row{
	position: relative;
	padding-top: 50px;
}

.services-column-sec .row > [class^="col-"]:nth-child(1) .page-btn h5 {
	background-color: #009fa8;
}

.services-column-sec .row > [class^="col-"]:nth-child(2) .page-btn h5 {
	background-color: #00676e;
}

.services-column-sec .row > [class^="col-"]:nth-child(3) .page-btn h5 {
	background-color: #112946;
}

.service-col-inner .page-btn h5 strong{
	display: block;
	font-weight: 700;
	font-size: 12px;
}

.service-col-inner h5{
	color: #002b3e;
	margin-bottom: 20px;
}

.services-column-sec .row:after {
	content: "";
	background-color: #009fa8;
	height: 660px;
	width: 2500px;
	position: absolute;
	top: 50%;
	margin-top: -310px;
	left: -800px;
	z-index: -10;
}

.mini-head h5{
	color: #b7001a;
}

.inner-page .who-i-sec .mini-head{
	padding-left: 20px;
	padding-right: 20px;
}

.inner-page .who-text-outer{
	 margin-top: -23%;
}

.inner-page .who-text{
	background-color: #b7001a;
	color: #fff;
	border: none;
	text-align: center;
	padding: 50px 64px 35px;
}

.inner-page .who-text .page-btn{
	padding-top: 40px;
	margin-bottom: -56px;
}

.inner-page .who-text .page-btn a{
	background-color: #fff;
	color: #b7001a;
}

.inner-page .who-text .page-btn a:hover{
	background-color: #009fa8;
	color: #fff;
}

.inner-page .who-text h3{
	color: #fff;
}

.inner-page .who-text h3:before, .inner-page .who-text h3:after{
	background-color: #fff;
}


/*==== Contact ====*/

.contact-page .contact-form-sec{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contact-page .contact-sec .heading{
	max-width: 545px;
	position: relative;margin-left: auto;
	margin-right: auto;
}

.contact-page .contact-sec .heading h2{
	color: #009fa8;
	margin-bottom: 40px;
}

.contact-page .contact-sec .heading h3{
	margin-bottom: 40px;
}

.contact-page .contact-sec .heading h4{
	color: #002b3e;
	margin-bottom: 30px;
}

/*==== Blog ====*/

.blog-heading{
	max-width: 1000px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 90px;
}

.blog-heading h2{
	color: #009fa8;
}

.post-grid{
	background-color: #fff;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.1);
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 40px;
	position: relative;
}

.post-img{
	max-height: 265px;
	overflow: hidden;
}

.post-text{
	padding: 25px 30px 15px;
	display: block;
}

.post-text h5{
	color: #002b3e;
	margin-bottom: 10px;
}

.post-grid > img{
	position: absolute;
	top: 20px;
	right: 20px;
	max-width: 45px;
	z-index: 10;
	display: none;
}

.post-grid:hover > img{
	display: block;
}

.read_more{
	text-align: right;
	color: #009fa8;
}

.navigation{
	display: flex;
	justify-content: center;
}

.navigation ol.wp-paginate {
	padding-left: 0;
}

.navigation ol.wp-paginate .title{
	display: none;
}

.navigation ol.wp-paginate .page{
	width: 40px;
	height: 40px;
	border-radius: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #85959f;
    background: #fff;
	border: 1px solid #e1e8ec;
}

.navigation ol.wp-paginate .next{
	width: 40px;
	height: 40px;
	border-radius: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #85959f;
	border: none;
	background-color: transparent;
}

.navigation ol.wp-paginate .prev{
	width: 40px;
	height: 40px;
	border-radius: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #85959f;
	border: none;
	background-color: transparent;
}

.navigation ol.wp-paginate .next:after{
	content: '\f061';
	font-family: 'FontAwesome';
	color: #85959f;
}

.navigation ol.wp-paginate .prev:before{
	content: '\f060';
	font-family: 'FontAwesome';
	color: #85959f;
}

.navigation ol.wp-paginate .prev:hover:before, .navigation ol.wp-paginate .next:hover:after{
	color: #009fa8;
}

.navigation ol.wp-paginate .page:hover, .navigation ol.wp-paginate .current{
	color: #fff;
    background: #009fa8;
	border: 1px solid #009fa8;
}

.navigation ol.wp-paginate a, .navigation ol.wp-paginate span {
    margin-right: 12px;
}


.sidebar-content{
	padding-left: 30px;
}


.sd-search {
    border: 2px solid #009fa8;
    position: relative;
    padding: 0;
    margin: 0;
	margin-bottom: 30px;
}

.sd-search input {
    border: 0;
    padding: 16px 40px 16px 20px;
    margin: 0;
    height: 54px;
    width: 100%;
    font-family: 'DIN';
	font-weight: 500;
    font-style: normal;
	color: #000;
}

.sd-search input::placeholder {
	color: #000;
	opacity: 1;
}

.sd-search input[type="submit"], .sd-search button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    padding: 0;
    height: 54px;
    width: 54px;
    text-align: center;
    background: none;
    color: #009fa8;
}


.sidebar-contents p{
	color: #009fa8;
	font-weight: 700;
	font-size: 16px;
}

.sidebargrid + .sidebargrid {
    margin-top: 60px;
}

.sidebargrid {
    color: #002b3e;
}

.sd-category > h5{
    margin-bottom: 30px;
}

.sd-category ul{
	padding-top: 10px;
	border-top: 2px solid #009fa8;
}


.sd-category ul li:before{
	display: none;
}

.sd-category ul li{
	border-bottom: 2px solid #009fa8;
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

.sd-category ul li a, .sd-category ul li  span{
	font-weight: 700;
}

.sd-category ul li a:hover{
	color: #009fa8;
}

.sd-social ul{
	display: flex;
	padding-top: 20px;
}

.sd-social ul li:before{
	display: none;
}

.sd-social ul li{
	margin-right: 12px;
}

.sd-social ul li a{
	height: 55px;
	width: 55px;
	background-color: #009fa8;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 25px;
}

.sd-social ul li a:hover{
	background-color: #b7001a;
}

ul.et_social_icons_container{
	display: flex !important;
	align-items: flex-end !important;
}

ul.et_social_icons_container li:before{
	display: none;
}

/*==== Blog-Single ====*/
.post-content{
	margin-bottom: 50px;
}

.post-single-image{
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
}

.post-cat-head{
	margin-bottom: 20px;
}

.post-cat-head h6{
	color: #009fa8;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
}

.post-head{
	margin-bottom: 30px;
}

.post-head h4{
	color: #002b3e;
}

.pagenation-single{
	display: flex;
	justify-content: center;
}

.pagenation-single ul{
	display: flex;
}

.pagenation-single ul li{
	padding: 0px 23px;
}

.pagenation-single ul li:before{
	display: none;
}

.pagenation-single ul li a{
	font-family: "DIN";
	color: #002b3e;
	font-weight: 500;
}

.pagenation-single ul li a:hover{
	color: #009fa8;
}

.post-content > h2, .post-content > h3, .post-content > h4 {
    font-size: 28px;
    margin-bottom: 20px;
	color: #002b3e;
}

.page-template-default .content-area h2, .page-template-default .content-area h3, .page-template-default .content-area h4, .page-template-default .content-area h5, .page-template-default .content-area h6{
	color: #002b3e;
	margin-bottom: 20px;
}

.page-template-default .content-area p a{
	color: #009fa8;
	text-decoration: underline;
}

.page-template-default .content-area p a:hover{
	text-decoration: none;
}
.articles-sec .heading h3{
	color:#008080;
}

 @media (min-width: 1200px) {
	.sub-menu {
		visibility: hidden;
		opacity: 0;
		transform: translate(0, 20px);
		transition: all 0.2s ease-out;
		border-radius: 0px;
		min-width: 160px;
	}
	.navbar-collapse li:hover > .sub-menu {
		visibility: visible;
		opacity: 1;
		transform: translate(0, 0px);
	}
	 
	 .header-scroll{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		background-color: #fff;
		box-shadow: 0px 0px 16px 0px rgba(0,0,0,.2);
		animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
		padding-top: 0px;
		padding-bottom: 0;
	}

	 .header-scroll .logo img{
		 max-width: 250px;
	}

	.header-scroll .nav-strip{
		display: none;
	}
	 
	 .header-scroll .menu-bar-left{
		padding-bottom: 20px;
		padding-top: 20px;
	}
	 
	 .header-scroll .navbar-collapse > ul > li.mob-nav-tel{
		 display: block;
		 margin-left: 10px;
	 }	 
	 
	 .header-scroll .navbar-collapse > ul > li.mob-nav-tel a{
		 background-color: #b7001a;
		 padding: 10px 15px;
		 border-radius: 20px;
		 color: #fff;
	 }	 
	 
	 .header-scroll .navbar-collapse > ul > li.mob-nav-tel a:hover{
		 background-color: #009fa8;
	 }
	 
	 .sub-menu{
		 border-top: 2px solid #009fa8;
	 }
	 
	 .inner-page .header-scroll .logo:before, .contact-page .header-scroll .logo:before{
		display: none;
	}
}


@media (max-width: 1200px){
	
	.header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		background-color: #fff;
		box-shadow: 0px 0px 16px 0px rgba(0,0,0,.2);
		padding-top: 00px;
		padding-bottom: 0;
	}	
	
	.header .nav-strip{
		display: none;
	}
	
	.header .logo{
		max-width: 250px;
	}
	
	.menu-bar-left{
		padding-bottom: 00px;
	}
	
	.header .navbar-collapse > ul > li.mob-nav-tel{
		 display: block;
		 margin-left: 10px;
	 }	 
	 
	 .header .navbar-collapse > ul > li.mob-nav-tel a{
		 background-color: #b7001a;
		 padding: 10px 15px;
		 border-radius: 20px;
		 color: #fff;
	 }	 
	 
	 .header .navbar-collapse > ul > li.mob-nav-tel a:hover{
		 background-color: #009fa8;
	 }
	
	.navbar-collapse ul{
		margin-right: 0;
	}
	
	.banner{
		padding-top: 160px;
	}
	
	.banner-strip {
		top: 52%;
	}
	
	h4 {
		font-size: 19px;
	}
	.sub-menu{
		display: none;
	}
	
	.diff-col-wrap {
    	padding: 30px 15px 0px 20px;
		border: 4px solid #ececec;
	}
	
	.diff-col-wrap h5 {
    	margin-bottom: 10px;
	}
	
	.diff-col-wrap i {
		max-width: 70px;
		margin-bottom: 30px;
	}
	
	.tm-text h3 {
		margin-bottom: 20px;
	}
	
	.tm-text {
		margin-bottom: 25px;
	}
	
	.br-lt-wrap {
		width: auto;
		margin-left: 0;
	}
	
	.business-review-sec .page-btn {
		margin-bottom: -101px;
	}
	
	.business-review-sec .page-btn a {
		font-size: 22px;
	}
	
	.a-col-img {
		height: 180px;
	}
	
	/*==== About-Page ====*/
	.inner-page .header, .contact-page .header{
		padding-top: 0;
	}
	
	.inner-page .menu-bar-left, .contact-page .menu-bar-left{
		padding-bottom: 0;
	}
	
	.inner-page .logo:before, .contact-page .logo:before{
		display: none;
	}
	
	.holistic-acc-sec.pd-top{
		padding-top: 200px;
	}
	
	.quint-wrap p {
		font-size: 19px;
	}
	
	/*==== Services ====*/
	 
	 .service-acc-sec.pd-top{
		padding-top: 170px;
	 }
	
	.services-column-sec .row {
		padding-top: 0px;
	}
	
	/*==== Contact ====*/
	
	.contact-page .contact-sec{
		padding-top: 95px;
	}
	
	/*==== Blog ====*/
	.post-container.pd-top{
		padding-top: 165px;
	}
}

@media (max-width: 991px){
	
	.header{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.menu-bar-left{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0px 20px;
	}
	.navbar-toggler {
		display: block;
		margin-right: 0;
		width: 34px;
		height: 22px;
		padding: 0;
		position: relative;
		border: 0;
		margin: 0;
		border-radius: 0;
		background: none;
		cursor: pointer;
		float: right;
	}
	.navbar-toggler .icon-bar {
		height: 2px;
		width: 34px;
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		-webkit-transition: .5s; /* Safari 3.1 to 6.0 */
		transition: .5s;
		background: #000;
	}
	.navbar-toggler .icon-bar + .icon-bar {
		top: 10px;
		margin: 0;
	}
	.navbar-toggler .icon-bar + .icon-bar + .icon-bar {
		top: 20px;
	}
	.navbar-toggler.active .icon-bar {
		opacity: 0;
		top: 10px;
		margin-top: 0;
	}
	.navbar-toggler.active .icon-bar + .icon-bar + .icon-bar {
		top: 10px;
	}
	.navbar-toggler.active .icon-bar + .icon-bar {
		opacity: 1;
		-ms-transform: rotate(405deg); /* IE 9 */
		-webkit-transform: rotate(405deg); /* Chrome, Safari, Opera */
		transform: rotate(405deg);
	}
	.navbar-toggler.active .icon-bar + .icon-bar + .icon-bar {
		opacity: 1;
		-ms-transform: rotate(-405deg); /* IE 9 */
		-webkit-transform: rotate(-405deg); /* Chrome, Safari, Opera */
		transform: rotate(-405deg);
	}

	.navbar-collapse {
		position: absolute;
		left: 0;
		top: 100%;
		right: 0;
		max-height: calc(100vh - 100px);
		overflow-y: scroll;
	}

	.navbar-collapse > ul {
		background-color: #fff;
		display: block;
	}
	.navbar-collapse > ul > li {
		float: none;
		padding: 0px 0px;
		color: #009fa8;
		border-top:solid 1px #f1f1f1;
	}
	.navbar-collapse > ul > li > a {
		height: auto;
		border: 0;
		font-weight: 500;
		display: flex;
		align-items: center;
		padding: 12px 15px;
		font-size: 15px;
	}
	.navbar-collapse > ul > li > a:hover, .navbar-collapse > ul > li.current-menu-item > a, .navbar-collapse > ul > li:hover, .navbar-collapse > ul > li:hover > a, .navbar-collapse > ul > li > a.active {
		color: #002b3e;

	}
	.navbar-collapse > ul > li.menu-item-has-children > a:after {
		content: "";
		width: 0;
		height: 0;
		border-right: 4px solid transparent;
		border-top: 4px solid #009fa8;
		border-left: 4px solid transparent;
		display: block;
		margin-left: 10px;
	}
	.navbar-collapse > ul > li.menu-item-has-children:hover > a:after, .navbar-collapse > ul > li.menu-item-has-children > a.active:after {
		border-top-color: #002b3e;
	}
	
	.header .navbar-collapse > ul > li.mob-nav-tel {
		margin-left: 00px;
	}	
	
	.header .navbar-collapse > ul > li.mob-nav-tel a{
		border-radius: 0;
	}
	.sub-menu {
		position: inherit;
		left: auto;
		top: auto;
		box-shadow: none;
	}

	.sub-menu li{
		padding:0 20px;
		border:0;
	}

	.sub-menu li + li {
		border:0;
	}
	.sub-menu li a {
		justify-content: normal;
		font-size: 14px;
		padding: 8px 0px;
	}

	.sub-menu li + li a{
		border-top:solid 1px #f1f1f1;
	}
	
	.pd-bottom {
		padding-bottom: 90px;
	}
	
	.pd-top {
		padding-top: 90px;
	}
	
	.banner {
		padding-top: 140px;
	}
	
	.banner.pd-bottom{
		padding-bottom: 120px;
	}
	
	.banner-bg{
		height: auto;
		padding: 80px 45px;
	}
	
	.banner-text {
		max-width: 460px;
	}
	
	.banner-strip {
		height: 280px;
		margin-top: -140px;
	}

	h2 {
		font-size: 40px;
	}
	
	.banner-text > p {
		font-size: 19px;
		margin-bottom: 40px;
	}
	
	.our-difference-sec .row > [class^="col-"] {
		margin-bottom: 24px;
	}
	
	.client-logo-sec {
		padding: 50px 0px 45px;
	}
	
	.who-inner-wrap {
		display: inline-block;
	}
	
	.who-img {
		padding-right: 20px;
		padding-left: 20px;
	}
	
	.who-text-outer {
		max-width: 622px;
		width: 100%;
		position: relative;
		right: auto;
		top: auto;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		padding-top: 30px;
	}
	
	.who-text-outer:before, .who-text-outer:after{
	  z-index: 0;
	  position: absolute;
	  content: "";
	  bottom: 12px;
	  left: 24px;

	}
	.who-text-outer:after{
	  right: 24px;
	  left: auto;
	}
	
	.who-text{
		padding: 50px 50px 35px;
	}
	
	h3 {
		font-size: 26px;
	}
	
	h4 {
		font-size: 18px;
	}
	
	.heading h3 {
		margin-bottom: 40px;
	}
	
	.sb-rt-wrap {
		padding-left: 0px;
	}
	
	.tm-circle {
		margin-bottom: 35px;
	}
	
	.business-review-sec .page-btn a {
		font-size: 18px;
	}
	
	.business-review-sec .row > [class^="col-"]:first-child {
		margin-bottom: 30px;
	}
	
	.business-review-sec .page-btn {
		margin-bottom: -75px;
	}
	
	.br-sec-wrap {
		border: 4px solid #ececec;
		padding: 50px 20px;
	}
	
	.articles-sec {
		padding: 60px 0px 55px;
	}
	
	.articles-sec .row > [class^="col-"]{
		margin-bottom: 30px;
	}
	
	.a-col-inner {
		max-width: 400px;
		position: relative;
		margin-left: auto;
		margin-right: auto;
	}	
	
	.form-wrap {
		padding: 20px 40px 75px;
	}
	
	.ft-top, .ft-bottom, .ft-top-left {
		justify-content: normal;
		align-items: center;
		flex-direction: column;
	}
	
	.ul-social {
		margin-left: 0px;
	}
	
	.ft-logo {
		margin-right: 0px;
		margin-bottom: 15px;
	}
	
	.ft-top {
		padding-bottom: 15px;
		border-bottom: 1px solid #b7001a;
	}
	
	.ft-bottom-left {
		max-width: 100%;
	}
	
	.ft-bottom {
		text-align: center;
		padding: 30px 0px 15px;
	}
	
	/*==== About-Page ====*/
	.inner-page .header, .contact-page .header{
		padding: 20px 0px;
	}
	
	.holistic-acc-sec.pd-top {
		padding-top: 170px;
	}
	
	.quint-sec {
		padding: 60px 0 45px;
	}
	
	.quint-wrap p {
		font-size: 18px;
	}
	
	.inner-page .business-review-sec .row {
		margin-bottom: 50px;
	}
	
	.inner-page .business-review-sec .page-btn {
		margin-bottom: -75px;
	}
	
	/*==== Services ====*/
	
	.services-column-sec .mini-head {
		padding-top: 65px;
	}
	
	.services-column-sec .row::after{
		display: none;
	}
	
	.services-column-sec .row > [class^="col-"]:not(:last-child){
		margin-bottom: 60px;
	}
	
	.who-i-sec .mini-head{
		padding-bottom: 60px;
	}
	
	/*==== Blog ====*/
	
	.blog-heading {
		margin-bottom: 60px;
	}
	
	.sidebar-content {
		padding-left: 0px;
	}
	
	.sidebar-contents p {
		font-size: 15px;
	}
	
	.sd-social ul li a {
		height: 40px;
		width: 40px;
		font-size: 17px;
	}
}

@media (max-width: 767px){
	.page-btn a {
		font-size: 14px;
	}
	
	h2 {
		font-size: 26px;
	}
	
	h3 {
		font-size: 23px;
	}
	
	h4 {
		font-size: 17px;
	}
	
	.header .logo {
		max-width: 225px;
	}
	
	.banner-bg {
		padding: 80px 20px;
		background-position: 80% top;
	}
	.banner-text > h2, .banner-text > p {
		max-width: 320px;
	}
	.banner-text > p {
		font-size: 16px;
	}
	
	.banner-strip {
		height: 180px;
		margin-top: -90px;
	}
	
	.book-now{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.book-now p {
		font-size: 16px;
		margin-bottom: 20px;
	}
	
	.client-logo-sec {
		padding: 30px 0px 45px;
	}
	
	.who-text {
		padding: 35px 20px;
	}
	
	.heading h3 {
		margin-bottom: 30px;
	}
	
	.sb-lt-wrap {
		max-width: 100%;
	}
	
	.small-business-sec .row {
		margin-bottom: 30px;
	}
	
	.business-review-sec .page-btn a {
		font-size: 14px;
	}
	
	.who-bg{
		display: none;
	}
	
	.form-wrap {
		padding: 20px 0px 75px;
	}
	
	.ft-top ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	/*==== About-Page ====*/
	
	.h-acc-lt{
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
	}
	
	.h-acc-rt {
		padding-left: 0px;
	}
	
	.quint-wrap p {
		font-size: 17px;
	}
	
	.abt-anna-lt{
		margin-bottom: 30px;
		max-width: 100%;
	}
	
	.abt-anna-rt{
		max-width: 100%;
	}
	
	/*==== Services ====*/
	.service-mh h2 {
		margin-bottom: 25px;
	}
	
	.service-acc-sec .h-acc-lt i {
		max-width: 370px;
		max-height: 370px;
	}
	
	.service-acc-sec .h-acc-lt i::after {
		width: 160px;
		height: 160px;
	}
	
	.inner-page .who-text {
		padding: 50px 30px 35px;
	}
	
	.service-col-inner {
		border: 4px solid #ececec;
	}
	
	/*==== Contact ====*/
	.contact-page .contact-sec {
		padding-top: 75px;
	}
	
	.contact-page .contact-sec .heading h3 {
		margin-bottom: 30px;
	}
	
	.contact-page .contact-sec .heading h2 {
		margin-bottom: 25px;
	}
	
	.contact-page .contact-sec .heading h4 {
		margin-bottom: 20px;
	}
	
	/*==== Blog ====*/
	
	.sidebar-content{
		padding-top: 60px;
	}
}
@media (max-width: 480px){
	.banner-text > h2, .banner-text > p {
    max-width: 220px;
}
	
}

