/**********************************************
Mixin
***********************************************/
/* Font Family Start */
/* Font Family End */
body {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #000;
	line-height: normal;
	background: #fff;
	font-family: 'Nunito Sans', sans-serif !important;
}

body.overflow-body {
	overflow: hidden;
}

html,
body {
	height: 100%;
}

img {
	max-width: 100%;
}


a,
input,
button,
textarea {
	outline: none !important;
}


.container {
	padding: 0 15px;
}

[class*=col-] {
	padding: 0 15px;
}
.row {
	margin: 0 -15px;
}

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
	text-decoration: none !important;
	/*color: #2a3d90;*/
	color: #0d1b48;
}

a:hover {
	color: #7f8080;
}

.awhite {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
	text-decoration: underline !important;
	color: #FFF;
}

.awhite:hover {
	color: #bbbbbb;
	text-decoration: underline !important;
}

h1 {
	font-size: 2em;
	line-height: 1.3;
	color: #0d1b48;
}

h2 {
	font-size: 34.32px;
	color: #0d1b48;
}

h3 {
	font-size: 27.2px;
	color: #0d1b48;
}

h4 {
	font-size: 20.8px;
	color: #0d1b48;
}

h5 {
	font-size: 17.6px;
	color: #0d1b48;
}

h6 {
	font-size: 16px;
	color: #0d1b48;
}


p {
	font-size: 16px;
	/* color: #2A2B30; */
	margin: 0;
	color: #222;
    line-height: 1.5;
}

.map {
	cursor: pointer; 
}
.map:hover {
	cursor: pointer; 
	transform: scale(1.02);
}


.btn-common {
    padding: 13.92px 27.2px;
    border-radius: 4px;
    text-decoration: none;
    transition: transform .3s cubic-bezier(.374, .019, .035, 1.861), -webkit-transform .3s cubic-bezier(.374, .019, .035, 1.861);
    display: inline-block;
    border: none;
    cursor: pointer;
    outline: 0;
	color: #fff;
	border: none;
}
.btn-common:hover {
    transform: scale(1.05);
    opacity: 1;
	color: #fff;
}

.btn-grey {
    /*padding: 13.92px 27.2px;*/
    border-radius: 4px;
    text-decoration: none;
	font-weight: bold;
    transition: transform .3s cubic-bezier(.374, .019, .035, 1.861), -webkit-transform .3s cubic-bezier(.374, .019, .035, 1.861);
    display: inline-block;
    border: none;
    cursor: pointer;
    outline: 1;
	color: #2352fc;
	border: none;
}
.btn-grey:hover {
    transform: scale(1.05);
    opacity: 1;
	opacity: 0.7;
}

.btn-white {
	/*background: linear-gradient(to right,  #F78FAD, #920065);*/
	background: #fff;
    color: #000;
	padding: 8px 16px;
	border-radius: 3px;
	transition: all .2s ease-in-out;
	border: 1px solid transparent;
	display: block;
}
.btn-white:hover {
    /*box-shadow: 0 4px 8px rgb(255 255 255 / 20%);*/
	/*transform: translateY(-4px);*/
	background: #fff;
	transform: scale(1.05);
	/*opacity: 0.8;*/
	color: #000;
}

.section-title {
	padding: 0 0 30px;
}

.section-title h2 {
	margin: 0;
}

.header {
	top: 0;
	left: 0;
	right: 0;
	padding: 13px 0;
    position: relative;
}

.navbar-nav .nav-item {
	padding: 0 20px;
}

.navbar {
	padding: 0;
}
.navbar-brand {
	padding: 0;
	margin: 0;
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 25.6px;
	font-family: 'Pacifico-Regular', sans-serif;
}

.navbar-brand i {
	margin-right: 10px;
	font-size: 32px;
}

.navbar-nav .nav-item:first-child {
	padding-left: 0;
}

.navbar-nav .nav-item:last-child {
	padding-right: 0;
}

.navbar-nav .nav-link {
	font-size: 16px;
	line-height: 16px;
	color: #FFF;
	padding: 0 !important;

	display: inline-block;
    text-decoration: none;
    /*opacity: .7;*/
    transition: all .175s ease-in-out;
    font-size: 16px;
}

.navbar-nav .nav-link:hover {
	color: #FFF;
	opacity: .8;
}


.navbar-brand {
	color: #FFF;
    text-decoration: none;
}

.toggle-bar {
	background: #FFF !important ;

}

section {
	padding: 60px 0;
}

.callto {
	text-align: center;
	padding: 0 0 5px;
  margin: 0 auto;
  width: 240px;
}
.callto a {
	border-bottom: 2px solid;
	color: #2352fc;
}


.contact-block {
	display: flex;
}

.contact-block .btn {
	margin-bottom: 5px;
	margin-top: 16px;
}

.contact-detail h4 {
	margin: 0;
	padding-bottom: 1em;
	font-family: 'NunitoSansBold';
}

.contact-block .c-icon {
	font-size: 20px;
    padding-right: 20px;
    line-height: 1;
    padding-top: 5px;
}


.contact-detail ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin:  0 0 22px;
}

.c-box {
    border: 1px solid #deeaf1;
    border-radius: 6px;
    box-shadow: 0 0 20px rgb(35 127 254 / 13%);
    text-align: center;
    position: relative;
}

.pricing {
    padding: 20px 20px;
    display: inline-block;
    box-sizing: border-box;
}

.pricing a {
	color: #2352fc;
    text-decoration: none;
	border-bottom: 2px solid;
}

/*
.rating-main {
	background: #f6f9fd;
}
*/

.rating-main .container {
	max-width: 1000px;
}

.rating-main .section-title {
	padding: 0 0 50px;
}

.rating-block {
	padding: 19px 32px;
	margin-bottom: 35px;
}

.rating-block .top-label {
    position: absolute;
    top: -15px;
    padding: 5px 12px;
    left: 50%;
    margin-left: -50px;
    color: rgb(255, 255, 255);
    background: #940963;
    border-radius: 4px;
}

.rating-block p {
	line-height: 32px;
}
.rating-block h2 {
	font-size: 64px;
    color: #237ffe;
    line-height: .95;
	font-family: 'NunitoSansBold';
}
.rating-block .title {
	margin: 25px 0;
	min-height: 120px;
	display: flex;
	flex-direction: column;
}

.rating-block .title span {
	color: #237ffe;
	margin-top: auto;
	font-weight: 400;
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    padding-right: 3px;
	padding-left: 5px;
}

.services {
	background: #f6f9fd;
}

.services .section-title h2 {
	margin: 0 0 30px;
}
.service-block {
	display: flex;
	padding: 0 0 56px;
}

.service-block i {
	font-size: 1.3em;
    padding-right: 20px;
    line-height: 1;
    /* padding-top: 5px; */
}

.service-block h4 {
	margin: 0;
}


/*
.faq {
	background: #fff;
}
*/

.accordion-button {
	box-shadow: 0 1px 4px rgb(35 127 254 / 13%) !important;
	background: #fff !important;
	margin: 5px auto;
	padding: 15px;
	font-size: 16px;
	line-height: 16px;
	/* font-family: 'Font Awesome\ 5 Free'; */
    font-family: 'FontAwesome';
    content: '\f107';
}

.accordion-button::after {
    transition: transform .2s ease-in-out;
    /* font-family: 'Font Awesome\ 5 Free'; */
    font-family: 'FontAwesome';
    content: '\f106';
	background: transparent !important;
	transform-origin: 5px 10px 0;
}

.accordion-item {
	border: none;
	background: transparent;
}
.accordion-item .accordion-body {
	box-shadow: 0 1px 4px rgb(35 127 254 / 13%);
	background: #fff;
}


.location {
	background: #fff;
}

.location .container {
    max-width: 1000px;
}

.location .section-title {
	padding: 0  0 50px;
}


.location-block {
	padding: 19px 32px;
	margin-bottom: 35px;
	/*background: #1762cc;*/
	
    color: #fff;
	position: relative;
	border-radius: 6px;
	text-align: center;
}

.location-block .top-label {
    position: absolute;
    top: -15px;
    padding: 5px 12px;
    left: 50%;
    margin-left: -50px;
    color: #fff;
    background: #940963;
    border-radius: 4px;
}

.location-block p {
	line-height: 32px;
}
.location-block h2 {
	font-size: 64px;
    color: #fff;
    line-height: .95;
	font-family: 'NunitoSansBold';
}
.location-block img {
	margin: 32px 0 25px;
}


.address-list {
	background: #fff;
}
.address-block {
	display: flex;
}
.address-block .icon {
	font-size: 1.3em;
    padding-right: 20px;
    line-height: 1;
    padding-top: 5px;
}
.location-block .title {
	margin: 25px 0;
	min-height: 120px;
	display: flex;
	flex-direction: column;
}

.location-block .title span {
	color: #fff;
	margin-top: auto;
	font-weight: 400;
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    padding-right: 3px;
	padding-left: 5px;
}
.location-block  p {
	line-height: 32px;
	color: #fff;
}

.video-sec {
	text-align: center;
	background-color: #f6f9fd;
}

.video-sec .section-title {
	padding: 0 0 50px;
}
.video-block {
	text-align: center;
	padding: 0 0 66px;
}



.web-comment .section-title {
	text-align: center;
	padding: 0 0 50px;
}

.webc-block {
	padding: 19px 32px;
	height: 100%;
}

.webc-block.red span {
	color: #ff6347;
}

.webc-block.blue span {
	color: #1e90ff;
}

.webc-block h4 {
	margin: 30px 0;
	font-family: 'NunitoSansBold';
}

.webc-block span {
	display: block;
}
.webc-block p {
	margin: 0 0 22px;
}

.our-comment {
	background-color: #fff;
}
.comment-box {
	margin: 4px;
	max-width: 100%;
	background-color: #FFF;
	text-align: left;
	margin-bottom: 10px;
	padding: 16px 20px;
}


.comment-box i+i {
	size: 15px;
	color: #237ffe;
}


li{
	margin: 6px 0;
}

.footer {
	color: #FFF;
	padding: 30px 0;
}

.footer p {
	color: #FFF;
}

.rounded-xl {
	border-radius: 15px;
}




#sticky_footer{
	z-index: 1000000;
	position: fixed;bottom: 0;
	left: 0;
	right: 0;
	height:80px;
	display: none;
 }

 div.sticky_footer_content {
	 display: table;
   
 }

 div.sticky_footer_content > div {
	 display: table-row;
	 height: 80px;
	 vertical-align: middle;
 }
 div.sticky_footer_content > div > div {
	 display: table-cell;
	 padding:0px;
	 vertical-align: middle;
	   
 }


 .prevent-select {
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}



 .cta_desktop {display: inline-block;}
 .cta_mobile {display: none;}

 @media screen and (max-width: 768px) {
	 .cta_desktop {display: none;}
	 .cta_mobile {display: inline-block;}
 }


.white-bg {
	background: #fff !important;
}
.grey-bg {
	background: #f6f9fd !important;
}