body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: 'Josefin Sans', sans-serif;
}

ul, li, h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0 auto;
}

orange {
    color: orange;
}

.fa-facebook-square {
    color: #3b5998;
}

.fa-instagram {
    color: #E03569;
}

.fa-youtube {
    color: #c4302b;
}

.fa-linkedin {
    color: #0077B5;
}

white {
    color: #fff;
}

.left-box-50 {
    float: left;
    width: 50%;
}

.right-box-50 {
    float: right;
    width: 50%;
}

.inner-box {
    float: left;
    width: 100%;
}

.inner-box ul {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
}

.inner-box ul ol {
    float: left;
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px 0px 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    box-sizing: border-box;
}

.appointment-belt {
    float: left;
    width: 100%;
    text-align: center;
}

.appointment-belt p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 42px;
    line-height: 60px;
}

.appointment-belt p span {
    color: #fff;
    font-size: 32px;
    margin-top: 30px;
    float: left;
    width: 100%;
}

.appointment-belt p a {
    padding: 13px 20px;
    background: #fff;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    border: none;
    border-radius: 4px;
}

strong {
    font-weight: 600;
}

.dark {
    background: orange;
}


.landing-page-form {
    float: left;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0%;
    background: #ffcd68;
    overflow: hidden;
    z-index: 9999;
}

.full-width-box {
    width: 600px;
    margin: 0 auto;
    padding: 0;
}

#hide-form {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    font-size: 24px;
    border-radius: 100px;
    border: 2px solid #fff;
    width: 24px;
    height: 24px;
    text-align: center;
}

.heading {
    float: left;
    width: 100%;
    font-size: 48px;
    color: #333;
}

.heading span {
    color: orange;
}

.box {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.box-4 {
    float: left;
    width: 25%;
    padding: 0px 0.5%;
    box-sizing: border-box;
}

.left {
    float: left;
    width: 100%;
}

section {
    float: left;
    width: 100%;
}

.full-width {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.full-width-section {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.full-width-section .left {
    float: left;
    width: 50% !important;
    box-sizing: border-box;
}

.full-width-section .left h2 {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.full-width-section .left p {
    float: left;
    width: 100%;
    line-height: 30px;
    font-weight: 300;
}

.full-width-section .right {
    float: right;
    width: 50%;
    box-sizing: border-box;
}

header {
    float: left;
    width: 100%;
}

.logo {
    float: left;
    width: 300px;
    height: 50px;
    padding: 5px 0px;
}

.logo img {
    float: left;
    height: 50px;
}

.right-box {
    float: right;
}

.details {
    float: left;
}

.details p {
    float: left;
    width: 100%;
    padding-bottom: 5px;
}

.details p span {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 11px;
    line-height: 22px;
    margin-top: 5px;
    color: #333;
    text-transform: uppercase;
}

.menu {
    float: left;
    width: 900px;
}

.menu ul {
    float: left;
    width: 100%;
}

.menu ul li {
    float: left;
    width: auto;
    list-style: none;
}

.menu ul li a {
    padding: 15px 30px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    text-decoration: none;
    color: #4c0000;
    float: left;
    letter-spacing: 2px;
}

.menu ul li a:first-child {
    padding-left: 0px;
}

.menu ul li:hover ul li {
    float: left;
    width: 100%;
}

.menu ul li ul {
	float: left;
	display: none;
	position: absolute;
	margin-top: 45px;
	background: #fff;
	z-index: 9999;
}

.menu ul li:hover ul {
	display: block;
	float: left;
	width: 250px;
	padding: 0px 25px;
    text-align: left;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.menu ul li:hover ul li a:hover {
    color: orange;
}

.social-media {
    float: right;
    width: 300px;
}

.social-media ul {
    float: right;
}

.social-media ul li {
    float: left;
    list-style: none;
}

.social-media ul li a {
    float: left;
    text-decoration: none;
    color: #000;
    font-size: 24px;
    margin: 0px 20px;
}

.social-media ul li a i {
    float: left;
    line-height: 45px;
}

main {
    float: left;
    width: 100%;
}

.slider {
    float: left;
    width: 100%;
    height: 500px;
    background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') center center no-repeat;
    background-size: 100%;
    position: relative;
}

.slider .box .left {
    float: left;
    width: 800px
}

.slider .box .left h1 {
    font-size: 72px;
    line-height: 100px;
    color: #fff;
    padding: 100px 0px 30px 0px;
}

.slider .box .left h1 strike {
    font-size: 48px;
}

.slider .box .left h1 span {
    font-size: 24px;
}

.slider .box .left a {
    float: left;
    padding: 13px 20px;
    background: #fff;
    color: #000;
    text-decoration: none;
    border: none;
    border-radius: 4px;
}

.slider .right {
    float: right;
    width: 400px;
    position: relative;
}

.slider .right img {
    float: left;
    height: 450px;
    bottom: 0;
    margin-top: 50px;
}

.service-info {
    float: left;
    width: 1200px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    margin-bottom: 30px;
}

.service-info .left {
    float: left;
    width: 800px;
    padding: 20px 0px;
}

.service-info .right {
    float: right;
    width: 400px;
}

.service-info h2 {
    float: left;
    width: 100%;
    font-size: 48px;
    padding: 50px 0px 20px 0px;
}

.service-info h2 span {
    color: orange;
}

.service-info p {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    margin-bottom: 30px;
}

.services {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.services .left-box {
    float: right;
    width: 50%;
    height: 500px;
    padding: 50px 50px;
    position: relative;
    box-sizing: border-box;
}

.services .left-box h3 {
    float: left;
    color: #fff;
    font-size: 48px;
    width: 100%;
}

.services .left-box p {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    padding: 40px 0px;
    text-align: justify;
    font-family: 'Lato', sans-serif;
}

.services .left-box a {
    float: left;
    padding: 10px 30px;
    background: #fff;
    color: orange;
    font-weight: 500;
    font-size: 18px;
    border: none;
    text-decoration: none;
    letter-spacing: 1px;
}

.services .left-box img {
    max-height: 400px;  
    max-width: 400px; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

.services .right-box {
    float: right;
    width: 50%;
    height: 500px;
    padding: 50px 50px;
    position: relative;
    box-sizing: border-box;
}

.services .right-box h3 {
    float: left;
    color: #fff;
    font-size: 48px;
    width: 100%;
}

.services .right-box p {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    padding: 40px 0px;
    text-align: justify;
    font-family: 'Lato', sans-serif;
}

.services .right-box a {
    float: left;
    padding: 10px 30px;
    background: #fff;
    color: orange;
    font-weight: 500;
    font-size: 18px;
    border: none;
    text-decoration: none;
    letter-spacing: 1px;
}

.services .right-box img {
    max-height: 400px;  
    max-width: 400px; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

.testimonial-box {
    float: left;
    width: 100%;
}

.testimonial-box h2 {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.testimonial-box h2 span {
    float: left;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    color: #333;
}

.testimonials {
    float: left;
    width: 100%;
    padding: 20px 0px;
}

.testimonials .testimonial-slider {
    width: 700px;
    margin: 0 auto;
    padding: 20px 0px;
}

.testimonials .testimonial-slider .img-box {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.testimonials .testimonial-slider .img-box img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: none;
    border: 2px solid #fff;
}

.testimonials .testimonial-slider .text-box {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.testimonials .testimonial-slider .text-box p {
    float: left;
    width: 100%;
    padding: 0px 10%;
    box-sizing: border-box;
    font-weight: 300;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
}

.testimonials .testimonial-slider .text-box h4 {
    float: left;
    width: 100%;
    padding: 0px 10%;
    font-weight: 700;
    line-height: 50px;
    box-sizing: border-box;
    color: #000;
}

.testimonials .testimonial-slider .text-box h4 span {
    font-weight: 300;
    margin-left: 10px;
    color: #333;
}



.blog-post {
    float: left;
    width: 400px;
    padding: 20px 10px;
    box-sizing: border-box;
}

.blog-post a {
    text-decoration: none;
    color: inherit;
}

.blog-post .post {
    float: left;
    width: 100%;
    height: 320px;
    background: #fff;
    -webkit-box-shadow: 0 8px 6px -6px #d4d4d4;
       -moz-box-shadow: 0 8px 6px -6px #d4d4d4;
            box-shadow: 0 8px 6px -6px #d4d4d4;
    border: 1px solid #d4d4d4;
}

.blog-post .post img {
    float: left;
    width: 100%;
}

.blog-post .post p {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    line-height: 30px;
}

.blog-post .post p span {
    color: #969696;
    font-size: 11px;
}

.blog-post .post h2 {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
    line-height: 40px;
}

.blog-post .post .text {
    padding: 10px 5px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

footer {
    float: left;
    width: 100%;
    padding: 20px 0px;
    font-family: 'Lato', sans-serif;
}

footer .footer-box {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 5%;
}

footer .footer-box h3 {
    font-size: 24px;
    line-height: 48px;
    color: #fff;
}

footer .footer-box p {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #fff;
}

footer .footer-box ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

footer .footer-box ul li {
    float: left;
    width: 100%;
    padding-left: 15px;
    list-style: none;
    height: 30px;
    box-sizing: border-box;
}

footer .footer-box ul li a {
    color: #fff;
    text-decoration: none;
}

.isw-credit {
    float: left;
    width: 100%;
    padding: 20px 0px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    font-weight: 300;
    color: #333;
}

.isw-credit .fa-heart {
    color: red;
}

.isw-credit a {
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}



.page-bg {
    float: left;
    width: 100%;
    text-align: center;
    background: #ffa500;
}

.page-bg img {
    width: 100%;
}

.page-bg .left-box-img {
    float: left;
    width: 500px;
    height: 300px;
    box-sizing: border-box;
}

.page-bg .left-box-img img {
    width: auto;
    max-height: 300px !important;
}

.page-bg .right-box-text {
    float: right;
    box-sizing: border-box;
    padding: 0px 100px;
}

.page-bg .right-box-text h1 {
    float: right;
    line-height: 300px;
    text-align: center;
    color: #fff;
    font-size: 38px;
    line-height: 300px;
    text-shadow: none;
}

.page-bg h1 {
    float: left;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 72px;
    line-height: 300px;
    text-shadow: 0 1px 0 #fff, 0 2px 0 #fff, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}

.page-error {
    float: left;
    width: 100%;
    text-align: center;
    background: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7') center center no-repeat;
}

.page-error h1 {
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 72px;
    line-height: 600px;
}

.center {
    width: 728px;
    height: 90px;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 50px;
}



.form-control {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 7px 10px;
	border: none;
	outline: none;
    font-size: 16px;
    display: block !important;
}

textarea.form-control {
	resize: none;
	height: 100px;
}

.inside-shadow {
	position: relative;
	box-shadow: inset 0px 0px 2px 0px #9c9c9c;
}

.form-group {
	float: left;
	width: 100%;
	margin: 0px 0px 10px 0px;
}

.form-group span {
	background: #00609E;
	padding: 10px 30px;
	border-radius: 4px;
	color: #fff;
}

.form-group label {
	float: left;
	font-size: 14px;
	margin-bottom: 5px;
}

.form-group input[type='radio'] {
	margin-right: 10px;
}

.form-group select.form-control.inside-shadow {
	font-size: 14px;
	height: 35px;
	background: #fff;
}

.btn {
	text-decoration: none !important;
    display: inline-block !important;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
    margin-bottom: 10px;
    cursor: pointer;
}

.btn:last-child {
	margin-right: 0px;
}

.btn-block {
    box-sizing: border-box;
	width: 100%;
}

.btn-red {
	background: #dc3545;
	color: #fff;
	border: #dc3545;
}

.btn-green {
	background: #28a745;
	color: #fff;
	border: #28a745;

}

.btn-yellow {
	background: #ffc107;
	color: #fff;
	border: #ffc107;

}

.btn-blue {
	background: #006CD1;
	color: #fff;
	border: #006CD1;

}

.btn-sm {
	font-size: 12px;
	letter-spacing: 1px;
	padding: 2px 7px;
}

ul.services {
    float: left;
    width: 100%;
    padding: 20px 50px;
    box-sizing: border-box;
    list-style: none;
}

ul.services li {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 42px;
}

ul.services li i {
    width: 15px;
    margin-right: 10px;
    color: #FCA503;
}

.postBox {
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #f9f9f9;
    margin-bottom: 20px;
}

.postBox a {
    color: inherit;
}

.postBox .img {
    float: left;
    width: 100%;
}

.postBox .img img {
    float: left;
    width: 100%;
}

.postBox .title {
    float: left;
    width: 100%;
}

.postBox .title h2 {
    float: left;
    width: 100%;
    font-size: 24px;
    padding: 10px 0px;
    margin: 0 auto;
}

.center-box {
    width: 600px;
    margin: 0 auto;
    padding: 0;
}

.left-app-box {
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid orange;
    border-radius: 4px;
    margin: 50px 0px;
}

.left-app-box h1 {
    float: left;
    width: 100%;
    text-align: center;
}

.left-app-box p {
    float: left;
    width: 100%;
    text-align: center;
}

