/*
Theme Name: distinct - child
Version: 1.0
Description: A child theme of Schema by MyThemeShop
Template: mts_schema
Text Domain: schema
*/

/* Carousel */
@import url("../mts_schema/style.css");
.slick-dots .slick-active button, .slick-dots li button {
    background-color: #012176 !important;
}


/* general */
.tabi {
    margin-bottom: 20px;
}
.tabi p {
    margin-bottom: 0px;
}
.tabi span {
    line-height: 1;
    font-family: 'Baloo Thambi', sans-serif;
    font-weight: 500;
    position: relative;
    color: #ffffff;
    background: #eee;

    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    display: block;
    cursor: pointer;
    padding: 10px;
    border-radius: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    background: #108896;
    transition: all 0.2s ease-in-out 0s;
    text-align: center;
}
.tabi i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 20px;
}
.tabi p {
    display: none;
}
.rotateMe {
    background-color: #012176 !important;
}
.rotateMe i {
    transform: rotate(180deg);
}
.container {
	max-width: 1230px !important;
	padding:0px 15px;
	width: 100% !important;
}
.btn {
	width: 150px;
	line-height: 56px;
    font-size: 15px;
    text-transform: uppercase;
    justify-content: center;
    text-align: center;
    -webkit-border-radius: 50px;
    display: inline-block;
    color: #fff;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #002da5;
    -webkit-box-shadow: inset 9px 0px 0px 0px #fff;
    -moz-box-shadow: inset 9px 0px 0px 0px #fff;
    box-shadow: inset 9px 0px 0px 0px #fff;
}
.btn:hover {
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 0px 0px #000;
    -moz-box-shadow: inset 0px 0px 0px 0px #fff;
    box-shadow: inset 0px 0px 0px 0px #000;
    background-color: #000;
}

.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.alignnone {
	border: 2px solid #ececec;
	margin-bottom:20px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.center { text-align: Center; }
.clear { clear: both; }

/* header */
.main-header {position: absolute; top: 0px;}
#header {top: 0px;background-color: #fff;}
.logo-wrap, .headerPhone, .headerInfo { float: left; width: 31%; padding: 1%; }
.logo-wrap { margin: 10px 0 0 0; }
.headerInfo { width: 32%; text-align: right; margin-top: 30px; }
.headerInfo p { margin-bottom: 5px; }
.headerPhone { text-align: center; margin-top: 30px; }
.headerPhone a { color: #fff !important; }
div.header-social-icons { background: none; border: 0px; }
div.header-social-icons a { background: #fff; border-radius: 50%; padding: 10px; width: 30px; text-align: center; line-height: 30px; margin: 0px 5px; font-size: 26px;}
div.header-social-icons::before { border: 0px; }
#primary-navigation .header-social-icons a, .header-social-icons a { padding: 0px 10px; }

.primary-slider-container { max-width: 100%; float: none; width: 100%;  overflow: hidden; margin: 0px; }
.primary-slider-container .slide-caption { width: 94%; padding: 2% 3%; bottom: 0%; left: 0px; max-height: 50px; }
.slide-title { font-size: 32px !important; line-height: 34px; }
.owl-carousel .owl-item img { max-width: 100% !important; }
.primary-slider .owl-dots { bottom: 8%; top: inherit; right: 16%; }


#page { padding-top: 0px; width: 100%; max-width: 100%; }

/* home boxes */
.homeBoxes {
	margin: 0px auto;
	margin-top: 0px;
	text-align: left;
	padding: 25px 0px;
}
.homeBoxes h3{
	color: #000;
	font-size: 32px;
	margin-top: 0px;
}
.homeBoxes p{
	color: #000 !important;
	font-size: 14px !important;
}
.homeBoxes .box01,
.homeBoxes .box02,
.homeBoxes .box03 {
	float: left;
	width: 33.33%;
	position: relative;
	padding: 10px;
	box-sizing: border-box;
}
.homeBoxes .box02{
	width: 32%;
}

/* home widgets */
.homeWidgets {
	margin: 30px auto;
	text-align: left;
}
.widgetBox {
	margin-right: 3%;
	margin-bottom: 20px;
	padding: 2%;
	width: 27%;
	float: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background: rgba(255,255,255,0.8);
}
.widgetBox h3 { text-align: center; }

.widgetBox.noMargin {
	margin-right: 0px;
}
.widgetBox img { width: 100%; }

.textwidget p {
	font-size: 16px;
	line-height: 20px;
}



/* inner pages */
#page.single { float: left; }
.article { background: none;  margin: 0 auto; float: none; }
.page h1.title { margin-bottom: 20px; }

/* footer */
.copyrights { text-align: center; color: #fff; }
#copyright-note span { display: none; }
.to-top { float: none; }
#copyright-note .to-top span{ display: inline-block; font-size: 16px; line-height: 24px; }

.hide-d { display: none; }

.social-icons a {
    display: inline-block;
    color: #fff;
    background: #404040;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
}
.headerPhone {
	width: 100%;
	margin-top: 0px;
}
.headerPhone p {
	display: inline-block;
	font-size: 14px;
	margin:0px;
	color: #fff;
}
header .navigation {
	width: 100%;
}
header .logo-wrap {
	float: left;
	width: 20%;
}
.navigation ul {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navigation ul li {
	float: none;
	display: inline-block;
}
#secondary-navigation .navigation > ul > .menu-item-has-children > a {
    padding-right: 32px;
}
#secondary-navigation a{
    margin: 0;
    padding: 33px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.carousel-caption {
    position: absolute;
    bottom: 150px;
    width: 100%;
    z-index: 10;
    text-align: center;
}

.carousel-caption h2 {
    color: #fff;
    font-size: 35px;
    text-shadow: 0px 0px 1px #000;
}
.svg-overlay svg {
    display: block;
}
.carousel-caption a {
    background-color: #2b346b;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
}
.newCon {
	height: 100vh;
	background-size: cover;
	background-position: 50% 50%;
	max-height: 900px;
	overflow: hidden;
}
.welcome h1 {
    margin-top: 0px;
    color: #000;
    font-size: 32px;
    text-align: center;
    font-weight: 400;
    line-height: 49px;
    margin-bottom: 20px;
}
.leftwow {
	width: 42%;
	float: left;
	padding:0px 15px;
}
.rightwow {
	width: 58%;
	padding:0px 15px;
	float: left;
}
.row {
	margin:0px -15px;
}
.row:after,
.container:after {
	clear: both;
	content: "";
	display: block;
	position: relative;
}
.main-header .container {
	background-color: transparent !important;
}
#reviews {
    padding-bottom: 20px;
    background: #f2f2f2;
    padding-top: 10px !important;
}
#reviews h2 {
    color: #1179bd;
    font-size: 32px;
    padding-top: 10px !important;
}
#reviews h4 {
    font-weight: normal;
    line-height: 26px;
    font-size: 16px;
}
.carousel-indicators {
    bottom: -9px !important;
}
.col-sm-6 {
	width: 50%;
	box-sizing: border-box;
	padding:0px 15px;
	float: left;
}
.featured {
	margin: 30px auto 20px;
}
.featured img {
	border: 2px solid #ececec;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}
.homeBoxes,
.featured,
.welcome {
	overflow: hidden;
}
.featured p {
	padding-right: 15px;
}
.homeBoxes {
    background: #2b4f97;
    border-bottom: 5px solid #2b4f97;
    font-size: 14px;
    padding: 30px 0px;
}
.homeBoxes h3 {
	margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.video_holder {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 640px;
}

.video_holder video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    object-fit: cover;
    height: 100% !important;
}
footer {
	margin-top: 0px;
	padding:10px 0px;
}
.to-top,.to-top a {
	color: #fff !important;
}
#page.single {
	float: none !important;
}
.article:after {
	clear:both;
	content: "";
	display: block;
	position: relative;
}
.post-info {
	display: none !important;
}
#featured-thumbnail {
	float: right;
	width: 30%;
}
.front-view-content {
	float: left;
	width: 68%;
}
.opacit_ { opacity: 0; }
.sticky { position: fixed !important; box-shadow: 0px 0px 17px rgba(0,0,0,0.9); }
.sticky img { max-width: 100px !important }


ul#menu-main-menu li {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

li.meunLogo img {
    max-width: 180px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
}

* {
    box-sizing: border-box;
}

li.meunLogo a {
    padding: 0px !important;
	font-size: 22px!important;
}

.owl-controls {
    opacity: 0;
}

.primary-slider-container .slide-caption {
    display: flex;
    left: 0px;
    width: 100%;
    max-height: 100% !important;
    overflow: visible;
    bottom: auto;
    background-color: transparent;
    height: 100%;
    width: 35%;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    justify-content: center;
    z-index: 10;
    width: 520px;
    padding: 0px 15px;
    box-sizing: border-box;
}

.primary-slider-container.clearfix {
    position: relative;
}

div#slider {
    margin: 0px !important;
}

.svg-overlay {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 100;
}

.primary-slider-container.clearfix {
    margin-bottom: 30px;
}

.newCon {
    position: relative;
}

.newCon:before {
    left: 0px;
    height: 1150px;
    opacity: 0.6!important;
    width: 1150px;
    top: 0;
    content:"";
    border-radius: 50%;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    transform: translate3d(-20%, 0, 0);
    background-color: #0039d1;
    z-index: 10;
    transform: translateX(0);
    position: absolute;
    margin-left: -500px;
}



.primary-slider .slide-title {
    font-size: 45px !important;
    line-height: normal !important;
}

#logo a, #logo img { float: none !important; }

.innerImage {
	height: 550px;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}
#secondary-navigation .menu-item-has-children > a:after {
    right: 17px;
}
article.article {
    max-width: 1200px;
    width: 100% !important;
    box-shadow: 0px 0px 0px !important;
    padding: 30px;
    box-sizing: border-box;
    margin-top: 80px;
}
#header {
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
}
#site-header {
	z-index: 10000;
}
/* General */
body,body p {
    font-weight: 400;
    line-height: 34px;
    text-transform: none;
}
.col-container:after {
	clear: both;
	display: block;
	content: "";
}
.col-container .col {
	float: left;
}
.col {
	padding:0px 15px;
}
.col1 {
	width: 100%;
}
.col15 {
	width: 66.66%;
}
.col2 {
	width: 50%;
}
.col25 {
	width: 41%;
}
.col3 {
	width: 33.33%;
}
.col4 {
	width: 25%;
}
.col5 {
	width: 20%;
}

/* Slide */
.slide-thing .btn {
    width: auto;
    padding: 0px 30px;
}
.slide-thing p span:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
}

.slide-thing p span:nth-child(1) a {
    font-weight: 400;
}
.slide-thing p span {
    display: block;
}
.slide-social-icons a {
    display: inline-block;
    background-color: #012176;
    color: #fff;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
}
.slide-social-icons a:hover {
	color: #012176;
	background-color: #fff;
}
.slide-social-icons {
    margin-bottom: 20px;
}

.slide-thing p a {
    color: #fff !important;
    font-size: 20px;
    margin:0px 2px;
}

.primary-slider .slide-title {
    line-height: 39px !important;
    font-size: 40px !important;
    margin-bottom: 20px !important;
}

/* Services */
section.service-theme {
    margin: 100px 0px;
    position: relative;
	overflow:hidden;
}
.service-theme .container {
	max-width: 1380px !important;
}
.services-wrapper {
	border-radius: 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: 2px 0px 20px #cecece;
    background-color: #f5f3ee;
}
.theme-head .col {
    margin: 0px auto;
    text-align: center;
}

.theme-head h2 {
    font-size: 57px;
    letter-spacing: -.025em;
    line-height: 72px;
    text-transform: uppercase;
    font-weight: 300 !important;
}

.theme-head h2 {
    position: relative;
    margin: 20px auto;
}

.theme-head h2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.theme-head h2:after,
.theme-head h2:before {
    background-color: #012176;
    content: "";
    position: relative;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 100px;
    opacity: 0.6;
    height: 2px;
    display: block;
}

.theme-head span {
    padding: 0px 25px;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    color: #000;
}

.theme-head {font-size: 19px;line-height: 34px;margin: 50px 0px;color: #989797;}

.theme-head p {
    margin-bottom: 0px;
}
.service-wrapper {
    margin-bottom: 10px;
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: 2px 0px 20px #cecece;
    background-color: #f5f3ee;
}

.service-wrapper img {
    border-radius: 20px;
    display: block;
    height: 330px !important;
    object-fit: cover;
}

.service-item {
    padding: 0px 15px;
}

.service-content {
    padding: 20px 25px 35px 25px;
    text-align: center;
}

.service-content h3 {
    font-size: 30px;
    letter-spacing: -0.4px;
    line-height: 42px;
    margin: 20px auto;
}

.service-content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    text-transform: none;
    color: #989797;
}
.btn:hover {
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 0px 0px #000;
    -moz-box-shadow: inset 0px 0px 0px 0px #fff;
    box-shadow: inset 0px 0px 0px 0px #000;
    background-color: #000;
}

.service-rotator .slick-list {
    padding: 20px 0px;
}

.bg_one {
    height: 800px;
    width: 800px;
    position: absolute;
    -moz-transform: skew(0, 30deg);
    -webkit-transform: skew(0, 30deg);
    -o-transform: skew(0, 30deg);
    -ms-transform: skew(0, 30deg);
    transform: skew(0, 30deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    clear: both;
    margin-top: 200px;
    margin-top: 115px;
    opacity: 1;
	background-size: cover;
    background-image: url(/wp-content/uploads/2019/11/smaller-paws_bones.png);
    background-repeat: repeat;
    float: left;
    border-radius: 50%;
    margin-left: -520px;
    top: -25%;
}
section.service-theme .container {
    position: relative;
    z-index: 1;
}
.bg_two {
    position: absolute;
    -moz-transform: skew(0, 30deg);
        background-size: 50%;
    -webkit-transform: skew(0, 30deg);
    -o-transform: skew(0, 30deg);
    -ms-transform: skew(0, 30deg);
    transform: skew(0, 30deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    clear: both;
    margin-top: 200px;
    margin-top: 115px;
    	background-size: cover;

    background-image: url(/wp-content/uploads/2019/11/smaller-paws_bones.png);
    background-repeat: repeat;
    float: right;
    margin-right: -520px;
    margin-right: -520px;
    margin-right: -820px;
    margin-top: -40px;
    width: 1000px;
    height: 1000px;
    right: 0px;
    opacity: 1;
    top: 15%;
    border-radius: 50%;
}

/* Slick Arrows */
html .slick-arrow {
    background-color: #012176;
    display: inline-block;
    color: #fff;
    font-size: 25px;
    padding: 14px 13px;
    height: auto;
    width: auto;
    font-size: 0px;
    border-radius: 10px 0px 0px 10px;
}
html .slick-arrow:hover,.slick-arrow:active,html .slick-arrow:focus {
    background-color: #000;
}
html .slick-arrow:before {content: "\f104";font-family: fontAwesome;font-weight: bold;font-size: 25px;}

html .slick-next:before {content: "\f105";}

html .slick-prev {
    left: -20px;
    z-index: 10;
}
html .slick-next {
    right: -20px;
    border-radius: 0px 10px 10px 0px;
}

/* Welcome Section */
.welcome {
	background-color: #f5f3ee;
	padding: 20px 0px;
}
section.welcome .theme-head span {
    background-color: #f5f3ee;
}
section.welcome .container {
    max-width: 1200px !important;
}
section.welcome .row {
    padding: 5px 0px;
}
section.welcome p {
    text-align: center;
    font-size: 17px;
}
.wc-image {
    display: inline-block;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    border: 5px solid #012176;
    line-height: 170px;
    transition: all 0.2s ease-in-out 0s;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 20px;
}
.welcome .col4:hover .wc-image {
    transform: scale(1.2);
}
.wc-image img {
    display: inline-block;
    max-width: 80px;
}

section.welcome .col4 {
    text-align: center;
}

section.welcome .row + .row {
    margin: 60px 0px;
}

.wc-content p {
    font-size: 17px;
    font-weight: 400;
    line-height: 34px;
    text-transform: none;
    color: #989797;
}

.wc-content h3 {
    margin: 30px auto 20px;
    font-weight: 300;
    font-size: 25px;
}

/* Section 3 */
section.family-practice {
    background-color: #fff;
    padding: 20px 0px 40px;
}

/* Section 4 */
section.form-section {
    position: relative;
    background-attachment: fixed;
    background-position: 0% 50%;
    padding-top: 50px;

}

section.form-section #field_1_8 {
    display: none;
}

li#field_1_6,#field_1_7,#field_1_9 {
    width: 100%;
}

li#field_1_5 {
    position: relative;
}

li#field_1_5 img {
    position: absolute;
    top: 50px;
    right: 15px;
}

section.form-section #field_1_8 {
    display: none;
}

section.form-section .col {
    background-color: #012176;
    border-radius: 20px 20px 0px 0px;
    padding: 20px;
}

section.form-section input {
    height: 44px !important;
    width: 100% !important;
    border-radius: 10px;
    border: 2px solid #fff;
}

section.form-section li {
	width: 50%;
    padding: 0px 5px !important;
    clear: none !important;
    float: left;
}

section.form-section label {
    margin: 0px !important;
    display: block;
    color: #fff !important;
}

section.form-section .ginput_container {
    margin-top: 2px !important;
}

section.form-section h2 {
    text-align: center;
    color: #fff;
    margin: 25px 0px;
    font-size: 35px;
}
section.form-section .gform_wrapper ul li.gfield {
	margin-top: 10px !important;
}
section.form-section .gform_wrapper {
    padding: 0px 10px;
}

section.form-section textarea {
    width: 100% !important;
    border-radius: 10px;
    border: 2px solid #fff;
}

section.form-section input[type="submit"] {
    width: 150px !important;
    font-size: 15px;
    text-transform: uppercase;
    justify-content: center;
    text-align: center;
    -webkit-border-radius: 50px;
    display: inline-block;
    color: #fff;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #012176;
    -webkit-box-shadow: inset 9px 0px 0px 0px #fff;
    -moz-box-shadow: inset 9px 0px 0px 0px #fff;
    box-shadow: inset 9px 0px 0px 0px #fff;
    height: 44px !important;
    display: block;
    padding: 0px !important;
    cursor: pointer;
}

/* Section 5 */
.testimonials-section {
	padding:80px 0px 100px;
}
.testi-wrapper {
    width: 100%;
    padding: 45px;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 20px;
    position: relative;
    background-color: #F5F3EE;
}

.testi-item {
    padding: 0px 15px;
}

.testi-wrapper h3 {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -0.2px;
    line-height: 34px;
    margin-bottom: 20px;
}

.testi-wrapper blockquote {
    color: #012176;
    font-size: 16px;
    line-height: 28px;
    border-radius: 15px;
    border-left: none;
    text-align: center;
    font-family: 'Baloo Thambi', sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
}
.testi-wrapper blockquote:before {
    font-family: FontAwesome;
    position: absolute;
    content: "\f10d";
    font-size: 20px;
    width: 50px;
    top: 0;
    left: 0;
    font-size: 50px;
    margin-right: 20px;
    position: static;
}

.testi-wrapper blockquote:after {
    display: none;
}
.testi-wrapper .testi-img {
    max-width: 100px;
    margin: 0px auto;
    margin-bottom: -100px;
    vertical-align: middle;
}
.testi-item {padding-bottom: 100px;}

.testi-img span {
    height: 100px;
    width: 100px;
    display: block;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    background-color: #01579b;
}

/* Section 6 */
.flex-col .col2 {
    padding: 100px 5%;
    background-color: #012176;
    background-position: 50% 50%;
    background-size: cover;
}

.flex-col {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-col .col2 p:last-of-type {
    margin-bottom: 0px;
}

.flex-col * {
    color: #fff;
}

.flex-col h2 {
    font-size: 37px;
}

.flex-col p {
    line-height: 29px;
    font-size: 19px;
}

/* Section 7 */
section.footer-contatus {
    background-repeat: no-repeat;
    background-position: bottom left;
    background-attachment: fixed;
    padding: 80px 0px;
}

section.footer-contatus .clearfix {
    width: 58%;
    margin: 0px auto;
    margin-right: 0px;
}

section.footer-contatus input {
    width: 100% !important;
    height: 44px;
    border-radius: 10px;
    background: #ffefd5;
    border: 2px solid #fff;
}

section.footer-contatus textarea {
    border-radius: 10px;
    background: #ffefd5;
    border: 2px solid #fff;
}

section.footer-contatus input[type="submit"] {
    width: 150px !important;
    font-size: 15px;
    text-transform: uppercase;
    justify-content: center;
    text-align: center;
    -webkit-border-radius: 50px;
    display: inline-block;
    color: #fff;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #012176;
    -webkit-box-shadow: inset 9px 0px 0px 0px #fff;
    -moz-box-shadow: inset 9px 0px 0px 0px #fff;
    box-shadow: inset 9px 0px 0px 0px #fff;
    height: 44px !important;
    display: block;
    padding: 0px !important;
    cursor: pointer;
}

section.footer-contatus {}

section.footer-contatus .theme-head {
    margin-bottom: 80px;
}

section.footer-contatus .clearfix h2 {
    font-size: 33px;
    font-weight: 400;
    color: #000;
}

section.footer-contatus h2 + ul li:nth-child(1) {
    color: #000;
    font-weight: bold;
}


/* Footer */
.big-map iframe {
	display: block;
	height: 450px;
	width: 100%;
	border-top: 5px solid #fff !important;
}

#move-to-top {
    width: 40px;
    height: 40px;
    padding: 0px;
    line-height: 45px;
}
.testimonials-section .container:nth-child(2),
section.service-theme .container {
    padding: 0px 30px;
}
#page {
	max-width: 100% !important;
	width: 100% !important;
}
@media screen and (max-width: 1500px) {
	.theme-head .col {
		width: 70%;
	}
}
@media screen and (max-width: 1152px) {
	section.form-section .col {
		width: 50%;
	}
	.bg_one,.bg_two {
		opacity: 0.5;
	}
	.contaienr {
		max-width: 100% !important;
	}
	.theme-head .col {
		width: 100%;
	}
}

@media screen and (min-width: 881px) {
	.logo-wrap {
	    display: none;
	}
	.main-stick ul#menu-main-menu > li a {
	    padding: 18px 25px;
	}
	.main-stick li.meunLogo img {
		max-width: 120px;
	}
	.main-stick #header {
		position: fixed;
	}
}
/* mobile */
@media screen and (max-width: 880px) {
	section.service-theme {
    margin-top: 0px;
}
	#header .logo-wrap {
		padding: 22px 0px 5px;
	}
	#header #logo a { display:block;
	font-size: 28px;
    color: #000;
	text-align: center; }
	#header:after,#regular-header:after {
		clear: both;
		content: "";
		display: block;
	}
	article.article {
		margin-top: 0px !important;
	}
	.logo-wrap {
		width: 100% !important;
	}
	#header .logo-wrap {
		float: none !important;
	}
	#secondary-navigation {
		height: auto !important;
	}
	.hide-d { display: block; }
	#header { background: none; padding: 0px 0 20px 0px; margin-bottom: 0px; }
	.mobileBtn { margin-bottom: 0px; }
	.mobileBtn a, .hours{ display: block; color: #fff; text-align: center; background: #1179bd; padding: 10px; border-radius: 10px; -moz-border-radius: 10px; margin: 10px !important;}
	.mobileBtn.phoneBtn { font-size: 20px; }
	.mobileBtn a:hover, .mobileBtn a:visited { color: #fff; }
	.primary-slider-container, .hide-xs { display: none; }
	.container, .welcome .container, .widgetBox { width: 96%; padding: 2%; }

	.innerImage { display: none; }
	.homeBoxes, .homeWidgets, .welcome, .footerSocial, div.footer .copy { width: 100%; height: auto;}
	.box01, .box02, .box03 { width: 96%; float: none; margin-bottom: 20px; padding: 2%;}
	.welcome {margin: 20px auto;}
	.homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 { width: 98%; }
	.post-content img { width: 100% !important; height: auto !important; }
	.footer-widgets.widgets-num-4 .f-widget:nth-child(even), .footer-widgets.widgets-num-3 .f-widget:nth-child(even),
	.footer-widgets.widgets-num-4 .f-widget, .footer-widgets.widgets-num-3 .f-widget	{ width: 100% !important; max-width: 100% !important; }
	.hours { display: none !important; }
	.main-header { background-color: #fff !important; }
	.leftwow {
		 width: 100%;
	}
	.rightwow {
		width: 100%;
	}
	.col-sm-6 {
		width: 100%;
	}
	.row {
		margin:0px;
	}
	.welcome iframe {
		height: 400px !important;
	}
	.featured .btn {
		display: block;
		text-align: center;
	}
	.homeBoxes .box01, .homeBoxes .box02, .homeBoxes .box03 {
		height: auto;
	}
	.box02 .btn {
		display: block;
		max-width: 250px;
		margin:10px auto 0px;
	}
	footer .container {
		width: 100%;
	}
	#regular-header { display: none; }
	.sticky { background-color: #fff !important; }

	div.header-social-icons { float: none !important; text-align: center; background:none!important;}
	div.header-social-icons a { float: none; display: inline-block; position: relative; z-index: 9999; }
	.header-social-icons {  text-align: Center; float: none !important; }
	.header-social-icons a {  display: inline-block; font-size: 32px !important; width: 34px !important; line-height: 34px; color: #333 !important; }

	a#pull {
	    margin: 0px !important;
	}

	.main-header .container {
	    padding: 0px;
	}

	.service-wrapper {
	    max-width: 600px;
	    margin: 0px auto;
	}

	.service-wrapper img {
	    width: 100%;
	}

	section.welcome .col4 {
	    width: 50%;
	}
	li.meunLogo {
	    display: none !important;
	}
	.col2 {
	    width: 100%;
	}

	.col-container {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-wrap: wrap;
	}

	.col-container .col2:nth-child(1) {
	    order: 2;
	}

	section.form-section .col {
	    width: 100%;
	}

	.flex-col {
	    flex-wrap: wrap;
	}

	section.footer-contatus .clearfix {
	    width: 100%;
	}

	#logo img {
	    filter: brightness(0);
	    max-width: 400px;
	    width: 100%;
	    display: block;
	}
	.testimonials-section {
		padding-top: 20px;
	}
}
@media screen and (max-width: 540px) {
	.theme-head span {
	    font-size: 45px !important;
	    line-height: 46px;
	}
	 section.testimonials-section {
        padding: 0px 0px 50px;
    }

    section.footer-contatus {
        padding-top: 0px;
    }
	section.welcome .col4 {
		width: 100% !important;
	}
	.theme-head h2:after, .theme-head h2:before {
		display: none !important;
	}
}

@media screen and (min-width:880px){
	.category-4 .main-container {
		padding-top: 50px;
	}
}


.btn2 {
    border-radius:30px;
    background-color:#002da5;
    color:white;
    text-align:center;
    display:inline-block;
    padding:10px 20px;
    transition:all 0.5s ease-in-out;
	text-decoration:none!important;
}

.btn2:hover {
    background-color:#eee;
    color:black;
    transform:scale(1.05);
}
