/*
Theme Name: Attractive 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");
/* general */

section#wda_testi{padding: 100px 0px!important;}
.navigation ul li li {
 display: block;
}
.admin-bar .newHeader,.admin-bar .rest_of_header {
    top: 35px;
}
.welcome .ezcol-one-third{
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    border: 3px solid #2ca8fa;
    min-height: 350px;
    
}
.videoOpacit {
    position: relative;
}
.videoOpacit:before {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    content: "";
   /* background-color: #2365b0;
    opacity: 0.3;*/
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.videoOpacit video {

    width: 100% !important;

}
.WhiteOver { background: rgba(255,255,255,.9); }
.buttonToAuto {
    position: absolute;
    top: 91%;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 10;
    transform: translateY(-50%);
    color: #fff;
}
.buttonToAuto a{
    color:#fff!important;
    background:#2CA8FA;
padding:10px 15px;

}
.noBefore:before {
    opacity: 0 !important;
    visibility: hidden;
}
.buttonToAuto.hideMe {
    opacity: 0;
    visibility: hidden;
}


.container {
    margin:0px auto;
    max-width: 1440px !important;
    position: relative;
    z-index: 1;
}
.btn {
    color: #fff !important;
    background: #3d66ab;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 1px;
    -moz-border-radius: 10px;
}
.socialMedia {
    background-color: #334369 !important;
}
.copyrights {
    color: #fff;
}
.primary-video-container {
    position: relative;
}
.primary-video-container video {
    width: 100% !important;
    display: block;
}

.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 { background: transparent; position: absolute; top: 0px; z-index: 1000; }
#header { background: transparent; top: 0px;}
.home #header { background: rgba(51, 67, 105, 0); }
.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: #334369 !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%; }

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

/* home boxes */
.homeBoxes {
    margin: 0px auto;
    margin-top: 0px;
    height: 240px;
    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;
    height: 200px;
    width: 31%;
    position: relative;
    padding: 1%;
}
.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;
}


.rest_of_header {
    padding:0px 10px;
    box-sizing: border-box;
}
/* 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; }
#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: #3d66ab;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 2px;
}
.headerPhone {
    width: 100%;
    margin-top: 0px;
}
.headerPhone p {
    display: inline-block;
    font-size: 14px;
    margin:0px;
    color: #fff;
}
.navigation ul li {
    float: none;
    display: inline-block;
}
.classStreach {
    max-height: 600px !important;
    opacity: 1 !important;
}
.rest_of_header {
    position: fixed;
    padding:1px 10px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    z-index: 98;
    background: rgba(0,0,0,0.7);

    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.innerImage {
    height: 500px!important;
    width: 100%;
    background-size: cover;
}
.article {
    box-shadow: 0px 0px 0px;
    max-width: 1440px;
    width: 100%;
    box-sizing: border-box;
    padding:30px;
}
.rest_of_header p {
    display: block;
    margin:0px;
    color: #fff;
    font-size: 26px;
    font-style: italic;
    letter-spacing: 1.1px;
    position: relative;
    top: 6px;
}
.rest_of_header ul {
    margin-bottom: 1px;
}
.rest_of_header ul li {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    margin-right: 4px;
    position: relative;
    top: -5px;
}
.rest_of_header.showIt {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
}
#slider {
    margin: 0px;
}
.logo-wrap {
    width: 25%;
    overflow: visible;
}
.normal_menu #logo img {
   /* max-width: 200px !important;*/
    display: block;
    margin-top: 0px;
    border-radius: 10px;
   /* padding: 4px 0 0;*/
    box-sizing: border-box;
}
div.header-social-icons {
    margin-left: 15px;
}
#header #logo a {
    display: block;
    padding: 0px;
    box-sizing: border-box;
}
@keyframes read-more-arrow {
    0% {
        bottom: 30px;
        opacity: 0;
    }
    45% {
        bottom: 30px;
        opacity: 0;
    }
    55% {
        bottom: 0;
        opacity: 1;
    }
    90% {
        bottom: 0;
        opacity: 1;
    }
    100% {
        bottom: -20px;
        opacity: 0
    }
}
@keyframes read-more-appear {
    from {
        transform: translate(-50%, 30px);
        opacity: 0;
    }
    to {
        transform: translate(-50%, 0);
        opacity: 1;
    }
}
.what_different {
    position: absolute;
    letter-spacing: .14em;
    text-transform: uppercase;
    z-index: 10;
    color: #f3f2f1;
    left: 50%;
    bottom: 5%;
    -webkit-transform: translate(-50%,-30px);
    transform: translate(-50%,-30px);
    opacity: 1;
    padding-bottom: 5px;
    text-shadow: 0 0 3px #000;
    text-align: center;
}
.what_different i {
    display: block;
    margin-top: 20px;
    -webkit-animation: .7s ease-out 3s 1 infinite read-more-appear;
    animation: .7s ease-out 3s 1 infinite read-more-appear;

    font-size: 35px;
    margin: 0px auto;
    margin-top: 5px;
    text-align: center;
    display: block;
    width: 100%;
}
.slickItem span {
    display: block;
    max-width: 165px;
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: top;
    color: #373531;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
}
.slickServ {
    max-width: 1000px;
    margin:0px auto;
    box-sizing: border-box;
    padding:0px 60px;
}
.pull-none {
    text-align: center;
    padding: 10px 0px;
}
.talbot_menu .navigation {
    padding:0px 15px;
    float: none;
    box-sizing: border-box;
}
#menu_from_above {
    padding-bottom: 20px;
}
.talbot_menu .navigation>ul {
    border-top: 1px solid #C26C36;
    margin-top: 85px;
}
.talbot_menu .navigation ul li {
    display: block;
    border-bottom: 1px solid #C26C36;
    text-align: left;
}
.talbot_menu .navigation ul li a {
    display: block !important;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #373531;
    padding: 11px 0px;
    background: #f3f2f1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    height: 19px;
}
.talbot_menu .menu-item-has-children > a:after {
    display: none !important;
}
.talbot_menu .toggle-menu .toggle-caret {
    display: block !important;
}
#secondary-navigation .navigation > ul > .menu-item-has-children > a {
    padding-right: 20px;
} 
#secondary-navigation .menu-item-has-children > a::after {
    right: 5px;
}
.slick-dots {
    display: none !important;
}
html .talbot_menu .navigation .toggle-caret {
    display: block;
    width: 38px;
    height: 42px;
    line-height: 42px;
    color: #373531;
    border-left: 1px solid rgba(194, 107, 54, 0.64);
    top: 0;
}
#secondary-navigation a{
    padding: 5px 10px;
    margin: 0;
    text-transform: uppercase !important;
}
.newCon {
    height: 100vh;
    position: relative;
    max-height: 800px;
    background-size: cover;
    background-position: 50% 50%;
}
.normal_layout {
    height: 100vh;
}
.newCon:before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    opacity: 0.3;
    background-color: #000;
}
.slide-caption,.owl-controls {
    display: none !important;
}
.welcome h1 {
    font-size: 30px;
   
    margin-top: 0px;
}

.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: #92c0ca;
    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%;
    float: left;
}
.featured {
    margin: 30px auto 10px;
}
.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;
}
.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;
}
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 }

#logo a, #logo img { float: none !important; }
.accessibility-location-right .accessability_container {
    right: -180px!important;
}
.newHeader {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    padding:0px 5px;
    box-sizing: border-box;
    text-align: right;
}
.newHeader ul {
    width: 100%;
    text-align: right;
    display: block;
}
.newHeader li {
    list-style: none;
    display: inline-block;
}
.newHeader li:nth-child(1) p {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    float: left;
    background: #3d66ab;
    color: #fff;
    font-size: 14px;
    letter-spacing: .14em;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 66px;
    width: 170px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    width: auto;
    text-align: right;
    padding: 0px 10px;
    box-sizing: border-box;
    margin: 0px;
    font-size: 12px;
}
.newHeader li a {
    -ms-box-orient: horizontal;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: -webkit-flex;
      display: flex;
      
      -webkit-justify-content: space-around;
      justify-content: space-around;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-items: center;
      align-items: center;
    float: left;
    background: #3d66ab;
    color: #fff;
    font-size: 14px;
    letter-spacing: .14em;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 66px;
    width: 170px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.newHeader li a:hover {
    background-color: #C26C36;
    color: #000;
}
.newHeader li a:hover .contact-icon,.newHeader li a:hover .menu-icon {
    fill: #000 !important;  
}
.primary-slider-container {
    position: relative;
}
.logo-home {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.3;
    z-index: 10;
}
.image_over {
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    z-index: 10;
    max-width: 1200px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
}
.contact-icon, .menu-icon {
    fill: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
#contact-icon, #menu-icon {
    width: 37.49px;
    height: 37.8px;
    transition: background-color .3s ease;
}
.newHeader li a.small {
    width: 80px;
}
.newHeader li a p {
    margin-bottom: 0px;
}
.logo-home {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 0.4;
}
.logo-home img {
    position: relative;
    transform: rotate(-9deg);
}
#menu_from_above {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #f3f2f1;
    overflow: hidden;
    z-index: 99;
    opacity: 0;
    max-height: 0;
    -webkit-transition: opacity .4s ease,max-height .4s ease;
    transition: opacity .4s ease,max-height .4s ease;
    box-shadow: 0 0 10px 0 #000;
}
.parter .container {
    padding: 55px 20px 75px;
    box-sizing: border-box;
}
.welcome {
background: #fff url(/wp-content/uploads/2019/10/gplay.png);
    position: relative;
}
.welcome h1,.welcome h2 {
    text-align: center;
}
.welcome h1 {
   
    font-size: 46px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 35px;
}
.welcome h2 {
    font-size: 28px;
}
.welcome p {
    margin:0px auto;
    margin-bottom: 15px;
    max-width: 1150px;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}
.slickServ {
    padding-top: 30px;
}
.slickServ p {
    position: absolute;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    margin-bottom: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #3d66ab;
    font-size: 14px;
    text-transform: uppercase;
}
.slickServ a {
    display: block;
    position: relative;
    padding-bottom: 30px;
}
.slickServ a:hover p {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
}
.slickItem {
    position: relative;
}
.slick-slide img {
    display: block;
    margin: 0px auto;
    max-width: 60px;
    margin-bottom: 15px;
}
.team_field {
    display: inline-block;
    margin-left: -4px;
    width: 300px;
}
.doctors {
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}
.doctors h3 {
    font-size: 46px;
    letter-spacing: .025em;
    color: #fff;
    margin-bottom: .45em;
}
.team_image {
    height: 290px;
    width: 290px;
    margin:0px auto;
    border-radius: 50%;
    margin-bottom: 30px;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.team_image p {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    opacity: 0;
    letter-spacing: 1.5em;
    text-transform: uppercase;
    color: #fff;
}
.team_image:hover:before {
    opacity: 1;
}
.team_image:before {
    left: 0px;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    position: absolute;
    content: "";
    background-color: rgba(194, 108, 54, 0.64);
    opacity: 0;
}
.team_image:hover p {
    opacity: 1;
    letter-spacing: .14em;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.team_field span {
    text-transform: uppercase;
    letter-spacing: .14em;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    color: #fff;
    display: block;
}
.doctors .container {
    text-align: center;
    padding: 170px 20px 200px;
}
#testi .container {
    padding: 165px 20px 200px;
}
#testi h2 {
    font-size: 40px;
    letter-spacing: .025em;
    color: #fff;
    font-weight: bold;
    margin-bottom: .45em;
}
#testi p {
    margin: 0px auto;
    margin-bottom: 15px;
    max-width: 900px;
    font-size: 22px;
    line-height: 1.8em;
    text-align: center;
    font-style: italic;
    color: #fff;
}
#testi {
    position: relative;
}
#testi:before {
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
}
.testi_wrap:before {
    content: "";
    height: 400px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 400px;
    position: absolute;
    top: 50pX;
    right: 50px;
    transform: rotate(10deg);
    opacity: 0.4;
}
html .slick-prev {
    position: absolute;
    top: 15px;
    left: 0px;
    height: 100%;
    width: 200px;
    font-size: 0;
    border: none;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 10;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
html .slick-prev:before {
    content: "\f104";
    font-size: 45px;
    font-family: fontAwesome;
    color: #3d66ab;
}
.topBar { width: 100%; height: 40px; background: transparent; text-align: right; }
.topBar p, .topBar p a { color: #334369; font-size: 18px; }
.topBar .header-social-icons { display: inline-block; float: none; position: static; margin-top: 3px; vertical-align: middle; }
.topBar p, .topBar p a {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}
.topBar .header-social-icons a {
    /*background-color: transparent;*/
    line-height: normal;
    font-size: 18px;
    vertical-align: middle;
    width: 24px;
    padding: 0px;
    color: #fff!important;
}
html .slick-next:before {
    content: "\f105";
    font-size: 45px;
    color: #3d66ab;
    font-family: fontAwesome;
}
html .slick-prev:hover {
    left: -10px;
}
html .slick-prev:hover:before {
    color: #fff;
}
html .slick-next:hover {
    right: -10px;
}
html .slick-next:hover:before {
    color: #fff;
}
html .slick-next {
    position: absolute;
    top: 15px;
    right: 0px;
    height: 100%;
    width: 200px;
    font-size: 0;
    border: none;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
html .services_slide .slick-prev {
    width: 40px;
}
html .services_slide .slick-next {
    width: 40px;
}

#testi h4 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 26px;
    color: #fff;
}
#testi .container {
    position: relative;
    z-index: 1;
}
#testi:after {
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.9;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
}
.socialMedia {
    background-color: #5f5d5b;
}
footer {
    overflow: visible !important;
}
.copyrights .container:before { 
    height: 100px;
    width: 100px;
    opacity: 0.5;
    left: 0px;
    position: absolute;
    content: "";
    background-size: cover;
    background-position: 50% 50%;
    transform: rotate(-10deg);
    top: -42px;
}
.footerMenu {
    text-align: center;
}
.footerMenu li {
    margin:0px 10px;
    display: inline-block;
}
.footerMenu li:last-child {
    margin-right: 0px;
}
.footerMenu li a {
    color: #fff;
    font-weight: bold;
}
.copyrights .container {
    text-align: center;
}
.socialMedia a {
    display: inline-block;
    margin-left: -4px;
    width: 100%;
    letter-spacing: .15em;
    padding: 9px 7px 7px;
    box-sizing: border-box;
    color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #b1a671;
    text-transform: uppercase;
    text-align: center;
    float: none;
}
footer {
    padding:0px;
}
.socialMedia span {
    display: inline-block;
    width: 31.6px;
    margin-left: 0px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    top: 0px;
    font-size: 19px;
}
.copyrights {
    padding:12px 0px;
}
.socialMedia:after {
    display: block;
    position: relative;
    content: "";
    clear: both;
}
.socialMedia a:nth-child(2) {
    background-color: #8d824d;
    color: #fff;
}
.socialMedia a:nth-child(3) {
    background-color: #541d38;
    color: #fff;
}
.socialMedia a:nth-child(4) {
    background-color: #adbda3;
    color: #fff;
}
.socialicons {
    float: none;
    max-width: 1000px;
    margin:0px auto;
}
.socialicons a:hover {
    color: #fff !important;
}
html .talbot_menu .navigation ul ul {
    -webkit-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    display: none;
    opacity: 1;
    position: relative;
    width: 100%;
    visibility: visible;
}
#menu_from_above {
    overflow-y: visible !important;
}
#menu_from_above::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#menu_from_above::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.talbot_menu {

}
.normal_menu {

}

.weLcome .newbtn {
        max-width: 140px;
        display: block;
    text-align: center;
}
.weLcome h1 {
    font-size: 30px;
    color: #282e67;
    margin-top: 0px;
}
.weLcome img {
    padding: 3px;
    border: 1px solid #ccc;
}
.welcomeright .leftWow {
    float: right;
}
.welcomeright .rightWow {
    float: left;
}
.containerfull:after {
    content: "";
    clear: both;
    display: block;
    position: relative;
}
.containerfull {
    width: 100%;
}
.leftWow {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding:0px 15px;
    height: 500px;
    background-size: cover;
    background-position: 50% 50%;
}
.rightWow {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding:0px 1em;
    height: 500px;
    display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-align-items: center;
      align-items: center;
}
.rightWow .middle {
        padding: 0 10em 0 4em;
        box-sizing: border-box;
}
.newbtn {
    background-position: center center;
    background-repeat: repeat;
    overflow: hidden;
    background-color: #541d38;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 14px;
    margin-top: 23px;
    transform: scale(1);

}
.newbtn:hover {
    transform: scale(1.03);
    color: #fff !important;
}

@media screen and (max-width: 1600px) {
    .accessibility-location-right .accessability_container {
        top: 80px;
    }
}
@media screen and (max-width: 1152px) {
    .rightWow .middle {     
        padding: 0 3em 0 4em;
        box-sizing: border-box; 
    }
    
    .normal_menu .container {
        padding:0px 15px;
        box-sizing: border-box;
    }
    .doctors .container {
        text-align: center;
        padding: 120px 20px 150px;
    }
    #testi .container {
        padding: 165px 20px 155px;
    }
    .copyrights .container {
        text-align: right;
        padding: 0px 15px;
    }
    .newCon {
        height: 800px;
    }
    #page,.container {
        box-sizing: border-box;
        width: 100% !important;
        max-width: 100% !important;
    }
 footer .container {
  width: 100%;
 }
 .headerPhone {
  box-sizing: border-box;
 }
}
/* mobile */
.newHeader .logo-wrap {
    display: none;
}
.normal_menu .navigation {
    float: right;
    width: auto;
}
.normal_menu #logo a,.normal_menu #logo img {
    max-width: 100%;
}
.normal_menu #header {
    padding:1px 0px;
}
.normal_menu .container {
    max-width: 1170px !important;
}
.homeServices {
    overflow: hidden;
    text-align: center;
    padding: 60px 0px 40px;
    background-color: #334369;
    position: relative;
}

.homeServices .service{
    display: inline-block;
    text-align: center;
    font-size: 24px;
}
.col6 img {
    max-height: 400px;
    display: block;
    margin: 0px auto;
}
.homeServices .service img{
    display: block;
    margin:0 25px;
}
.bt-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 40px;
    text-align: center;
    color: #fff;
    background: #334369;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.bt-icon:before {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 0px;
    height: 100%;
    width: 100%;
    left: 0px;
    border-radius: 50%;
    background-color: #334369;
    position: absolute;
    content: "";
    transform: scale(0);
}
.bt-service-wrap:hover .bt-icon:before {
    transform: scale(1);
}
.bt-service-wrap:hover .bt-icon i {
    filter: brightness(0) invert(1);
}
.bt-icon i {
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    width: 100%;
    background-size: 50%;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bt-service {
    text-align: right;
    padding-left: 0;
    padding-right: 105px;
    height: 150px;
    position: relative;
}
.bt-service h3{
    padding-top: 10px;
    margin-bottom: 1px;
    font-size: 23px;
    color: inherit;
}
.rightside .bt-icon {
    left: 0px;
    right: auto;
}
.rightside p {
    text-align: left;
}
.rightside .bt-service {
    text-align: left;
    padding-left: 105px;
    padding-right: 0px;
}
.homeServices {
    color: #fff;
}
.col6 {
    width: 33.33%;
    float: left;
    color: #fff;
    padding:0px 15px;
    box-sizing: border-box;
}
.col6 p {
    text-align: right;
}
.swirlyheadline {
    font-size: 35px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.03em;
    margin-bottom: 0px;
    color: #fff;
    font-family: "Great Vibes";
    display: block;
}

.sectionheadline {
    font-size: 40px;
    color: inherit;
    line-height: 42px;
    text-align: center;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.01em;
}
.sectionheadline p {
    display: none;
}
.homeServices p {
    font-size: 15px;
    font-style: italic;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: inherit;
}
.bt-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 40px;
    text-align: center;
    color: #fff;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #5a595f;
}
.bt-icon i {
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    width: 100%;
    background-size: 50%;
    background-repeat: no-repeat;
	filter: brightness(0) invert(0);
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
  40% {
    -webkit-transform:translateY(-30px);
    transform:translateY(-30px);
  }
  60% {
    -webkit-transform:translateY(-15px);
    transform:translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform:translateY(0);
    transform:translateY(0);
  }
  40% {
    -webkit-transform:translateY(-30px);
    transform:translateY(-30px);
  }
  60% {
    -webkit-transform:translateY(-15px);
    transform:translateY(-15px);
  }
}
.bt-service:hover .bt-icon {
    -webkit-animation-delay: 0s, 0.5s;
    animation-delay: 0s, 0.5s;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
    -webkit-animation-duration: 0.3s, 2s;
    animation-duration: 0.3s, 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
}
.rightside .bt-service {
    text-align: left;
    padding-left: 105px;
    padding-right: 0px;
}
.rightside p {
    text-align: left;
}
.bt-service a {
    color: #fff;
}
.rightside .bt-icon {
    left: 0px;
    right: auto;
}
.sectionheadline span {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 1px;
    background: #fff;
    margin: 0 5px;
}
.sectionheadline div {
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
    margin: 20px 0;
}
.sectionheadline span:before, .sectionheadline span:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 3px;
    width: 1px;
    height: 5px;
    background: #888;
    display: block !important;
}
.sectionheadline div {
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
    margin: 20px 0;
}
.sectionheadline span:after {
    left: auto;
    right: 3px;
}
.mapBig h3 {
    font-size: 40px;
}
.video_holder {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.video_holder video {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

.carousel-caption {
    bottom: 10%;
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
}

.carousel-caption h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    text-shadow: 0 0 10px #000;
}

.carousel-caption a {
    font-size: 25px;
    background-color: #3d66ab;
    padding: 10px 20px;
    color: #fff;
    text-shadow: 0px 0px 0px;
    font-family: 'Cinzel';
}
@media screen and (max-width: 1200px) {
    .homeServices p {
        line-height: 22px;
        font-size: 14px;
    }
}
@media screen and (max-width: 1100px) {

    .col6 {
        width: 50%;
    }
    .col6:nth-child(2) {
        display: none;
    }
}

.header-social-icons a {
    box-sizing: border-box;
    width: 30px !important;
    margin-left: 10px !important;
    color: #000 !important;
}

.header-social-icons {
    margin: 0px !important;
}
.smallspine .row img {
    max-height: 260px;
    display: block;
}
@media screen and (min-width: 881px) {
    .regular_header #secondary-navigation {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .right-wda {
        width: 75%;
    }
}
@media screen and (max-width: 880px) {
    .video_wrapper {
        display: none;
    }
    .article {
        margin-top: 0!important;
    }
    .innerImage {
        display: none;
    }
    .leftWow {
         width: 100%;
    }
    .rightWow {
        width: 100%;
        height: auto;
        padding: 30px 0px;
    }
    
    .col6 p {
        text-align: right;
        max-width: 320px;
        margin: auto;
        text-align: center !important;
    }
    .bt-service {
        position: relative;
        padding: 0px;
        height: auto;
        text-align: center;
        margin-bottom: 10px;
    }
    .rightside .bt-service {
        padding: 0px;
        text-align: center;
    }
    .bt-icon {
        margin:0px auto;
    }
    .bt-service {
        margin-bottom: 30px;
        text-align: center;
    }
    .bt-icon {
        position: relative;
        text-align: center;
    }
    .col6 {
        width: 100%;
    }
    .primary-video-container  {
        display: none !important;
    }
    .mapBig .col-sm-6.center {
        padding-bottom: 20px;
    }
    .main-header { margin-bottom: 0; }
    .normal_menu #logo a {
        margin: 0px auto;
    }
    .normal_menu #secondary-navigation a#pull {
        margin:0px auto !important;
        box-sizing: border-box;
    }
    .normal_menu #header {
        padding:0px !important;
    }
    .logo-mobile {
        text-align: center;
        margin-top: 60px;
    }
    .nonscrollable #menu_from_above {
        position: relative !important;
        padding:0px;
    }
    .nonscrollable .navigation .menu {
        margin-top: 2px !important;
    }
    .nonscrollable .logo-wrap {
        display: block !important;
    }
    .nonscrollable .newHeader {
        position: relative !important;
    }
    .homeCta {
        padding-top:10px !important;
    }
    .primary-slider-container {
        display: none;
    }
    html .talbot_menu .navigation .toggle-caret {
        display: block;
        width: 38px;
        height: 38px;
        line-height: 38px;
        color: #373531;
        border-left: 1px solid rgba(194, 107, 54, 0.64);
        top: 0;
    }
    #wp_access_helper_container {
        display: none !important;
    }
    html .navigation ul ul a {
        padding: 5px 0px !important;
    }
    html .talbot_menu .navigation .menu a,html .talbot_menu .navigation .menu .fa > a,html .talbot_menu .navigation .menu .fa > a {
        color: #373531 !important;
    }
    #menu_from_above {
        padding-top: 5px;
    }
    .navigation {
        display: block !important;
    }
    #header #logo a { display: block; line-height: 1.2; text-align: center; }
    #header:after,#regular-header:after {
        clear: both;
        content: "";
        display: block;
    }
    .logo-wrap {
        width: 100% !important;
    }
    #header .logo-wrap {
        float: none !important;
    }
    #secondary-navigation {
        height: auto !important;
    }
    .hide-d { display: block; }
    #header { background: #fff !important; padding: 0px 0 20px 0px; margin-bottom: 0px; }
    .mobileBtn { margin-bottom: 0px; }
    .mobileBtn a, .hours{ display: block; color: #fff; text-align: center; background: #8d824d; padding: 10px; border-radius: 4px; -moz-border-radius: 4px; margin: 10px !important;}
    .mobileBtn.phoneBtn { font-size: 20px; }
    .mobileBtn a:hover, .mobileBtn a:visited { color: #fff; }
    .hide-xs { display: none; }
    .container, .welcome .container, .widgetBox { width: 96%; padding: 5% 2%; }
    .homeBoxes, .homeWidgets, .welcome, .weLcome .footerSocial, div.footer .copy { width: 100%; height: auto;}
    .box01, .box02, .box03 { width: 96%; float: none; margin-bottom: 20px; padding: 2%;}
    .welcome, .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: #343a40 !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; }
    #menu_from_above .social-icons {
        display: none;
    }
    .newHeader li:nth-child(1) {
        display: none;
    }
    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: 1; }
    .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; }
    .newCon {
        height: 600px;
    }
    .main-header .container {
        padding:0px;
    }
    .slick-slide img {
        max-width: 80px;
    }
    html .slickTesti .slick-next {
        position: absolute;
        top: 15px;
        right: 0px;
        height: 100%;
        width: 200px;
        font-size: 0;
        border: none;
        cursor: pointer;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        height: 40px;
        width: 40px;
        top: auto;
        bottom: 0px;
        right: calc(40% - 30px);
    }
    html .slickTesti .slick-prev {
        position: absolute;
        top: 15px;
        right: 0px;
        height: 100%;
        width: 200px;
        font-size: 0;
        border: none;
        cursor: pointer;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        height: 40px;
        width: 40px;
        top: auto;
        bottom: 0px;
        left: calc( 40% - 30px);
    }
    html .slickTesti .slick-prev:hover {
        left: calc(40% - 35px);
    }
    html .slickTesti .slick-next:hover {
        right: calc(40% - 35px);
    }
    .rest_of_header {
        display: none !important;
    }
    .doctors h3 {
        font-size: 32px;
        letter-spacing: .025em;
        color: #fff;
        margin-bottom: .45em;
    }
    #testi h2 {
        font-size: 35px;
    }
    .newHeader li a {
        padding: 0px 20px;
        box-sizing: border-box;
    }
    .newHeader li:nth-child(2) {
        display: none;
    }
    .scrollable .newHeader ul {
        width: 80px;
        text-align: right;
        display: inline-block;
    }
    .nonescrollable .newHeader li {
        width: 100% !important;
    }
    .logo-mobile {
        margin-top: 30px;
    }
    .nonescrollable .newHeader li a.small {
        width: 100%;
    }
    .scrollable .newHeader li a.small {
        width: 80px;
    }
    .nonescrollable .newHeader {
        background-color: #fff;
    }
    .newHeader .logo-wrap {
        margin: 0px;
        padding: 0px;
        line-height: 40px;
    }
    .newHeader .logo-wrap h1 {
        margin: 0px;
        padding: 15px 0px;
        box-sizing: border-box;
    }
    .newHeader .logo-wrap h1 img {
        max-height: 140px;
    }
    .newHeader li a {
        height: 60px;
    }
    #contact-icon, #menu-icon {
        display: block;
    }
    .scrollable .newHeader {
        width: 80px;
        left: auto;
        right: 0px;
    }
    .scrollable .container {
        min-width: auto;
    }
    .scrollable #logo {
        max-width: 360px;
        margin: 0px auto;
    }
    .scrollable .navigation>ul {
        margin-top: 70px;
    }
    .normal_menu .navigation ul {
        margin-top: 0px !important;
    }
    .nonscrollable .newHeader .logo-wrap {
        float: none;
    }
    .nonscrollable .newHeader li {
        width: 100%;
    }
    .nonscrollable .newHeader li a.small {
        width: 100%;
    }
    .nonscrollable #logo a,.nonscrollable #logo img {
        display: block;
        margin:0px auto;
    }
    #header .logo-wrap {
        padding: 0px;
        background-color: #3d66ab;
    }
    #header .logo-wrap img {
        max-width: 200px !important;
        display: block;
    }
}
@media screen and (max-width: 640px) {
    .homeCta {
        padding-top: 4px !important;
    }
    .scrollable .newHeader {
        width: 100%;
        left: 0px;
        right: 0px;
    }
    .scrollable .newHeader ul {
        width: 100% !important;
        display: block;
    }
    .scrollable .newHeader ul li {
        width: 100% !important;
    }
    .logo-mobile {
        margin-top: 65px;
    }
    .homeCta {
        padding-top: 70px;
    }
    .navigation>ul {
        margin-top: 80px;
    }
    .newHeader li a {
        height: 50px;
    }
    
    .newHeader li a {
        width: 100% !important;
    }
    .newCon {
        height: 395px;
    }
    .welcome h1 {
        font-size: 36px;
    }
    .welcome p {
        margin: 0px auto;
        margin-bottom: 15px;
        max-width: 1150px;
        font-size: 17px;
        line-height: 1.8em;
        text-align: center;
    }
    .slickServ p {
        position: absolute;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        margin-bottom: 0px;
        width: 100%;
        text-align: center;
        opacity: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        color: #3d66ab;
        font-size: 14px;
        text-transform: uppercase;
    }
    #testi .container,.doctors .container {
        padding:40px 20px;
    }
    .footerMenu {
        display: none;
    }
    .copyrights .container {
        text-align: center;
        padding: 15px;
    }
    .copyrights .container:before {
        display: none;
    }
    .newHeader li a p {
        margin-bottom: 0px;
        font-size: 10px;
    }
    .what_different {
        position: absolute;
        letter-spacing: .14em;
        text-transform: uppercase;
        z-index: 10;
        color: #fff;
        left: 50%;
        bottom: 0%;
        -webkit-transform: translate(-50%,-30px);
        transform: translate(-50%,-30px);
        opacity: 1;
        padding-bottom: 5px;
        text-shadow: 0 0 3px #000;
        text-align: center;
    }
    .image_over {
        max-width: 400px;
    }
    .testi_wrap:before {
        content: "";
        height: 200px;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        width: 200px;
        position: absolute;
        top: 50pX;
        right: 50px;
        transform: rotate(10deg);
        opacity: 0.4;
    }
    html .slickTesti .slick-next,html .slickTesti .slick-prev {
        display: none !important;
    }
    .socialMedia a {
        width: 100%;
    }
    #logo a, #logo img {
        max-width: 130px;
    }
    .welcome h1 {
        font-size: 36px;
        line-height: 35px;
        margin-bottom: 9px;
    }
    .welcome h1 {
    font-size: 36px;
    line-height: 35px;
    margin-bottom: 9px;
}
}
.innerImage img { width: 100% !important; }
#header .logo-wrap { padding: 0px; }
@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}
@media screen and (min-width:0) and (min-resolution: .001dpcm) { 
 .opacit_ {opacity:1;}
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.mapBig {
    position: relative;
    background: #fff;
}
.mapBig .col-sm-6.center { padding-top: 0px; }
.mapBig .col-sm-6.center {
    height: 450px;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    background-color: rgba(245, 216, 173, 0.77);
    position: relative;
}
.mapBig .col-sm-6.center a {
    color: #222;
}
.col-sm-6.center:before,
.homeServices::before,
.welcome::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2019/03/gradient-squares.png);
    height: 100%;
    width: 100%;
    opacity: 1;
}
.homeServices::before {
    background-image: url(/wp-content/uploads/2019/03/gradient-squares.png);
}
.col-sm-6.center:before {
    background-image: url(/wp-content/uploads/2019/03/gradient-squares.png);
}
.asal {
    position: relative;
    top: -20px;
}
.mapBig .insec {
    position: absolute !important;
    z-index: 100;
    top: 50%;
    left: 50%;
    background: #fff;
    padding: 70px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.mapBig iframe {
    display: block;
}
.bt-button-wrap {
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: center;
}
.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform,opacity;
    transition-property: transform,opacity;
}
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.bt-button-wrap>span.bt-text {
    background: #17a2b8;
    margin-right: 1px;
    padding-left: 45px;
    padding-right: 45px;
}
.bt-button-wrap>span {
    display: inline-block;
    color: #fff;
    background: #92c0ca;
    padding: 20px 22px;
}
.hvr-float-shadow:active, .hvr-float-shadow:focus, .hvr-float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.hvr-float-shadow:active:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.middle {
    padding: 0px 10%;
}

.middle h2 {
    font-size: 30px;
    font-weight: bold;
}

a.newbtn {
    background-color: #334369;
}

.homeServices .container + div {
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1100px) {
    #secondary-navigation a {
        font-size: 13px !important;
    }
}
@media screen and (max-width: 880px) {
    .main-header {
        position: relative;
    }
    .mapBig .insec {
        padding:40px;
    }
    .normal_menu #logo img {
        display: block;
        border-radius: 10px;
        padding: 4px;
        box-sizing: border-box;
        margin: 5px auto;
    }
}
@media screen and (max-width: 540px) {
    
    .rightWow .middle {
        padding:0px 15px;
    }
    .leftwow {
        float: right;
        height: 250px;
    }
    
    .socialMedia a {
        margin: 0px;
        width: 100%;
    }
    .mapBig .insec {
        padding: 25px;
    }
    .bt-button-wrap>span {
        display: block;
        padding:10px 0px;
    }
    .bt-icona {
        display: none !important;
    }
}

html button.aicon_link {background-color: #3d66ab !important;}

.col6:nth-child(1) > div:nth-child(2) .bt-title,
.col6:nth-child(1) > div:nth-child(2) .bt-content,
.col6:nth-child(1) > div:nth-child(2) .bt-icon {
    animation-delay: 0.2s;
}
.col6:nth-child(1) > div:nth-child(3) .bt-title,
.col6:nth-child(1) > div:nth-child(3) .bt-content,
.col6:nth-child(1) > div:nth-child(3) .bt-icon {
    animation-delay: 0.4s;
}
.col6:nth-child(1) > div:nth-child(4) .bt-title,
.col6:nth-child(1) > div:nth-child(4) .bt-content,
.col6:nth-child(1) > div:nth-child(4) .bt-icon {
    animation-delay: 0.6s;
}

.col6:nth-child(3) > div:nth-child(1) .bt-title,
.col6:nth-child(3) > div:nth-child(1) .bt-content,
.col6:nth-child(3) > div:nth-child(1) .bt-icon {
    animation-delay: 0.1s;
}
.col6:nth-child(3) > div:nth-child(2) .bt-title,
.col6:nth-child(3) > div:nth-child(2) .bt-content,
.col6:nth-child(3) > div:nth-child(2) .bt-icon {
    animation-delay: 0.3s;
}
.col6:nth-child(3) > div:nth-child(3) .bt-title,
.col6:nth-child(3) > div:nth-child(3) .bt-content,
.col6:nth-child(3) > div:nth-child(3) .bt-icon {
    animation-delay: 0.5s;
}
.col6:nth-child(3) > div:nth-child(4) .bt-title,
.col6:nth-child(3) > div:nth-child(4) .bt-content,
.col6:nth-child(3) > div:nth-child(4) .bt-icon {
    animation-delay: 0.7s;
}
