* {
    margin: 0;
    padding: 0;
}

ul, li{
    margin: 0;
    padding: 0;
}

p:empty,a:empty{
    display: none!important;
}

a {
    text-decoration: none !important;
    transition: all 0.4s ease-in-out;
}
body{
font-family: 'Montserrat', sans-serif!important;	
}

.container-fluid{
	padding:0 65px;
}

header.top_header {
    background: #000000;
    width: 100%;
    padding: 4px 0;
}

.top_icon_contant ul li a {
    color: #fff;
}

.top_icon_contant ul li {
    list-style: none;
    display: inline-block;
    border-left: 1px solid #ababab;
    padding: 0 20px;
}


.top_icon_contant ul li:first-child{
padding-left:0;
	border-left:0;
}

.top_icon_contant ul li a {
    color: #c7c7c7;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}
header.top_header .container-fluid {
    padding: 0px 65px;
}

.top_left_icon ul li {
    float: left;
    list-style: none;
}
.top_left_icon {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.top_left_icon ul li i {
    padding: 0px 15px 0px 0px !important;
    font-size: 14px;
    color: #fff;
}
.top_icon_contant ul {
    padding: 8px 0px;
}   
.top_left_icon ul {
    margin: 10px 0px 0px;
}
.header_menu ul li {
    list-style: none;
    float: left;
    padding: 0px 9px;
	position:relative;
}

.header_menu ul li:last-child {
    padding-right: 0;
}
.header_menu ul li:first-child {
    padding-left: 0;
}

section.top_memu {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 75px;
    width: 100%;
}

.logged-in section.top_memu {
	  top: 107px;
}

.logo_sec img {
    width: 100%;
    max-width: 240px;
}


.header_menu ul li a {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    padding-top: 30px; 
    position: relative;
}
.baner_section .container-fluid {
    padding: 0;
}
.header_menu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
section.top_memu .container-fluid {
    padding: 0px 65px 0px 65px;
}

.header_menu ul li a:hover {
    color: #0b4c70;
  }
 
  .header_menu ul li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    background: #0b4c70;
    top: -15px;
    opacity:0;
    visibility:hidden;
    left: 50%;
    transform: translateX(-50%);
	  transition:ease 0.4s all;
}
  
  .header_menu ul li a:hover::after {
    opacity:1;
	  visibility:visible;
  
  }
  .header_menu ul {
    padding-top: 17px;
}
.baner_contant h3 {
    font-weight: 900;
    text-align: center;
    font-size: 63px;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    color: #fff;
    padding-bottom: 17px;
}

.baner_contant span {
    font-weight: 300;
}
.baner_contant {
    position: absolute;
    top: 47%;
    width: 100%;
}
.baner_contant p {
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 23px;
    margin-bottom: 50px!important;
}

.banner_button ul li {
    list-style: none;
    display: inline-block;
}

.banner_button {
    text-align: center;
}

.banner_button ul li a:hover {
    background: #0b4c70;
    border: 2px solid #0b4c70;
}
.banner_button ul li a {
    border: 2px solid #fff;
    border-radius: 70px;
    padding: 33px 50px;
    margin: 0px 15px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}
.banner_button  ul li i {
    padding: 0px 0px 0px 5px;
}

.about_img img {
    width: 100%;
}   
.about_contant h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 49px;
    color: #0b4c70;
    /* margin: 0px 0px 0px -45px; */
    position: relative;
}
.about_contant span{
    font-weight: 400;
}


.about_contant h3::after {
    width: 65px;
    height: 10px;
    content: "";
    background: #0b4c70;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    bottom: -10px;
}


.about_area_para p {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #797979;
}

.about_area_para p::after {
    width: 30px;
    height: 252px;
    content: "";
    background: #0b4c70;
    position: absolute;
    left: 0;
    top: 40px;
}


section.about_area .col-md-5 {
    padding: 0;
}
section.about_area .container-fluid {
    padding: 114px 65px !important;
}

.about_btn a {
    margin: 0px 15px;
    color: #0b4c70;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
	 border: 2px solid #0b4c70;
    border-radius: 70px;
    padding: 33px 50px;
  text-transform: uppercase;
}

.about_btn {
    margin: 60px 50px;
}


.about_area_para {
    padding: 40px 0px 0px 60px;
    position: relative;
}


.about_btn a:hover {
background: #0b4c70;
color: #fff;
}
.about_btn i {
    padding-left: 6px;
}


section.our_service::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 984px;
    background: url(../img/srvc-back.png);
    left: 50%;
    top: 49%;
    transform: translate(-50%, -50%);
    background-size: cover;
}

section.our_service{
    position: relative;
}

section.our_service .container-fluid {
    padding: 100px 88px;
}
.baner_section {
    overflow: hidden;
    position: relative;
}
.service_head h3 {
    text-align: center;
    font-size: 54px;
    font-weight: 900;
    color: #fff;
    padding: 0px 0px 10px;
    font-family: 'Raleway', sans-serif;
}
.service_head span{
    font-weight: 300;
}
.contant_service h4 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 27px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 0;
}
.contant_service h4::after {
    width: 55px;
    height: 6px;
    content: "";
    background: #70baff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.contant_service p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    padding-bottom: 15px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    max-width: 300px;
}
.service_img img {
    width: 100%;
    height: 294px;
}
.contant_service a {
    border: 2px solid #fff;
    border-radius: 40px;
    padding: 26px 40px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
}

.contant_service {
    padding-top: 30px;
}

.contant_service a:hover {
    background: #70baff;
    color: #fff;
    border-color:#70baff;
}
.contant_service i{
    padding-left: 6px;
}
section.our_service {
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
    padding-top: 70px;
}
.baner_area img {
    width: 100%;
}
.Testimonials_heading h3 {
    font-size: 53px;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
    color: #0b4c70;
    text-align: left;
    padding-bottom: 15px;
}
section.testimonial .container-fluid {
    padding-top: 120px;
}
.Testimonials_heading p {
    font-size: 20px;
    color: #5a5a5a;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-align: start;
}
.slider_top_img img {
    width: 100%;
    max-width: 100px;
}
section.testimonial .item {
    position: relative;
    background: #f1f1f1;
    width: 100%;
    margin: 0 auto;
}
.item_cont p{
    font-size: 12px;
    color: #5f5f5f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 23px;
}   
.item_cont h4 {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 600;
    margin: 5px 0;
}
section.Testimonials_sect {
    width: 100%;
    padding-top: 110px;
    padding-bottom: 120px;
}
.Testimonials_heading {
    width: 100%;
    text-align: center;
}

div#testimonial_slider .item {
    background: #EEEEEE;
    padding: 30px 30px 15px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.itm_img_area {
    display: flex;
    align-items: flex-end;
}
.itm_img {
    margin-top: -70px;
}

.itm_img img {
    width: auto !important;
  }
  
  .itm_star {
    position: relative;
}

.itm_star span {
    color: #FF722A;
}
.item_cont {
    padding-top: 10px;
}
.item_cont h5 {
    font-size: 12px;
    color: #5f5f5f;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 23px;
}
div#testimonial_slider .owl-nav button {
    width: 42px;
    height: 40px;
    background: #0b4c70 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 17px !important;
}
div#testimonial_slider .owl-stage-outer {
    padding-top: 80px;
  }
  
div#testimonial_slider .owl-nav button {
    width: 42px;
    line-height: 46px;
    height: 42px;
    background: #0b4c70 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 20px !important;
    transition: ease 0.4s all;
}
  
  div#testimonial_slider .owl-nav {
    margin-top: 50px !important;
  }
  div#testimonial_slider .owl-nav button:hover {
    background: #2f2f2b !important;
}
section.blog_sec::after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    height: 60%;
    background: #0b4c70;
}


section.blog_sec {
    position: relative;
    clear: both;
    padding-top: 70px;
    padding-bottom: 50px;
}
.blog_heading h3 {
    font-size: 43px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 45px;
}
.blog_heading h3::after {
    width: 60px;
    height: 2px;
    content: "";
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.clock_sec h5 {
    color: #fff;
    font-size: 15.5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 15px;
    margin-bottom: 0;
}

.clock_sec {
    background: #000;
    position: absolute;
    bottom: 0;
    padding: 0px 15px;
}

section.blog_sec .container-fluid {
    padding: 0px 85px;
}
.service_box_cont h3 {
    font-size: 19px;
    line-height: 28px;
    color: #262626;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
footer.mein-footer {
    width: 100%;
    background: #000000;
    position: relative;
}
.footer_logo img {
    max-width: 401px;
    width: 100%;
}
.footer_logo {
    text-align: center;
}
footer.mein-footer {
    margin-top: 70px;
}
.footer_logo {
    text-align: center;
    margin-top: -70px;
}
.footer_menu ul li {
    list-style: none;
    padding: 0px 14px;
    display: inline-block;
}

.footer_menu ul li:first-child{
	padding-left:0;
}

.footer_menu ul li:last-child{
	padding-right:0;
}


.footer_menu ul li a {
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    font-weight: 500;
}

.footer_left_icon ul li {
    list-style: none;
    display: inline-block;
}

.footer_left_icon ul li a{
color:#fff;
font-size: 14px;
}

.footer_left_icon ul li a:hover,.footer_menu ul li a:hover,.footer_box_1 a:hover{
	color:#70baff!important;
}

.footer_left_icon ul li {
    margin-left: 15px;
}

.footer_left_icon ul li:first-child {
    margin-left: 0 !important;
}

.footer_left_icon {
    text-align: right;
}
footer.mein-footer .container-fluid {
    padding: 0px 65px;
}
/* .footer_box_1_icon {
    position: absolute;
} */



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


.footer_box_1_icon {
    width: 15%;
    float: left;
}


.footer_box_1 {
    width: 85%;
    float: left;
}
.footer_box_1 h3 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer_box_1 p {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 29px;
}
.footer_box {
    width: 100%;
    float: left;
    padding: 50px 0px;
}
.copy p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
}
.copy {
    text-align: center;
    padding: 15px 0px 85px;
}

section.about-banner {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bread-cum {
    background: #0b4c70;
    padding: 15px 0px;
    filter: drop-shadow(0px 3px 2px #999);
}
.top_icon_contant ul li a:hover {
    color: #70baff;
}

.top_left_icon ul li a:hover i {
    color: #70baff!important;
}

.header_menu ul li.current-menu-item a{
	color:#0b4c70;
}

.header_menu ul li.current-menu-item a:after{
	visibility:visible;
	opacity:1;
}

.baner_section .metaslider .caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 25%);
    color: white;
    opacity: 1;
    margin: 0;
    display: block;
    width: 100%;
    line-height: normal;
    height: 100%;
}

section.about_area .col-md-5 {
    padding: 0;
    -ms-flex: 0 0 44.666667%;
    flex: 0 0 44.666667%;
    max-width: 44.666667%;
}

section.about_area .col-md-7 {
        -ms-flex: 0 0 55.333333%;
    flex: 0 0 55.333333%;
    max-width: 55.333333%;
}

div#metaslider_30 {
    margin-bottom: 0;
}

section.about_area .container-fluid {
    padding: 114px 65px 0px 65px !important;
}

.service_img:after {
    background: rgb(0 0 0 / 40%);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.service_img {
    position: relative;
}

section.Testimonials_sect .container-fluid {
    padding: 0px 70px;
}
.service_box_1_img img {
    width: 100%;
    height: 285px;
    object-fit: cover;
}

.service_box_1_img {
    position: relative;
    line-height: 0;
}
.service_box_cont {
    padding-top: 30px;
    padding-bottom: 10px;
}
.footer_menu {
    padding: 30px 0px;
}
.footer_box_1 p a {
    color: #fff;
}

.footer_box.mdl {
    padding-left: 80px;
}



section.about-banner {
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-position: 0% 4%;
}


.about-left h1 {
   display: none;
}

.breadcrumbs {
    background: var(--pri-color);
    padding: 13px 0;
    filter: drop-shadow(0px 3px 2px #ababab);
}

.about-right ul li {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.about-right ul li i {
    margin: 0 5px;
    font-size: 18px;
    color: #fff!important;
}
.about-right ul li a {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

section.about-banner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 25%);
/*     z-index: 0; */
	z-index: -39;
}

img.xyz,img.abc {
    width: 100%;
    max-width: 40%;
    float: right;
    height: 350px;
    object-fit: cover;
    padding: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    filter: drop-shadow(13px 8px 2px #ddd);
    border-radius: 35px;
    border-left: 8px solid var(--pri-color);
    border-right: 8px solid var(--pri-color);
    object-position: top;
}
.all-page {
    padding: 50px 0;
    display: flow-root;
}
.all-page h2, .all-page h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    text-transform: capitalize;
    color: #000;
    font-weight: 800;
    position: relative;
    margin-bottom: 20px;
}

.all-page p {
    font-family: 'Raleway', sans-serif;
       font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #797979;
	margin-bottom:20px;

}

.all-page ul{
  padding-left:18px;
  padding-bottom:15px;
}
.all-page ul li {
     font-family: 'Raleway', sans-serif;
       font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    color: #797979;
	margin-bottom:15px;
}
.cont_t_one form {
    background: #fff;
    padding: 40px;
    border: 1px solid #ccc;
    padding-bottom: 0;
}


section#text-2 {
    margin: 0!important;
}
.cont_t_one input, .cont_t_one textarea {
    height: 45px;
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 15px;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}
.cont_t_one textarea{
    height: 100px;
}

section#text-2 p i {
    width: 60px;
    height: 60px;
    color: #fff;
    margin-right: 15px;
    text-align: center;
    line-height: 49px;
    font-size: 18px;
    background: var(--pri-color);
    display: block;
    margin: 0 auto;
    margin-top: -30px;
    margin-bottom: 15px;
    border-radius: 50%;
    border: 7px solid #ffffff;
}
section#text-2 p {
    padding: 0 20px 20px;
    border: 1px solid #b03e78;
    text-align: center;
    background: #dedede;
    margin-bottom: 40px;
    min-height: 155px;
}

.cont_t_one br {
    display: none;
}

section#text-2 a {
    color: var(--pri-color);
}


.cont_t_one input.wpcf7-form-control.wpcf7-submit {
    border: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    background: var(--pri-color);
    cursor: pointer;
    margin: 0;
    transition: ease 0.4s all;
    padding: 0;
}

.cont_t_one input.wpcf7-form-control.wpcf7-submit:hover{
    background:#000;
}

.latest_blog_img {
    background: #ffffff;
}

.latest_blog_img:hover img{
  transform:scale(1.1);
}

.blog_img_panel img {
    width: 100%;
    height: 230px;
    object-fit: cover;
  transition:ease 0.4s all;
}

.blog_txt_panel {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
}

.blog_txt_panel h3 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 700;
    font-size: 24px;
}
.blog_txt_panel p {
    font-size: 13px;
    color: #000;
}

.blog_img_panel {
    overflow: hidden;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    max-width: 35%;
    float: right;
    height: 280px;
    object-fit: cover;
    padding: 7px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    background: var(--pri-color);
    filter: drop-shadow(2px 3px 3px #999);
}

.ser-img-sec img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}


div#comments {
    background: #f5f5f5;
    padding: 35px 30px;
    outline-offset: -10px;
    outline: 1px solid #ccc;
    margin-top: 10px;
}

div#respond h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

div#comments input, div#comments textarea {
width: 100%;
padding: 8px 15px;
border: 1px solid #ddd;
max-height: 150px;
}
div#comments input#wp-comment-cookies-consent {
width: auto;
}
div#comments input#submit {
    width: auto;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: var(--pri-color);
    padding: 16px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}
div#comments input#submit:hover,
div#comments input#submit:active,
div#comments input#submit:focus{
background-color: #000;
}

section#text-2 p span {
    display: block;
    font-weight: 500;
}

.page-map-area iframe {
    width: 100%;
    max-height: 435px;
}
.page-map-area p {
    margin: 0;
    line-height: 0;
}
.page-map-area {
    border: 1px solid #ccc;
    padding: 5px;
}

div#envira-gallery-wrap-51 img {
    width: 100%;
    height: 300px;
  object-fit:cover;
}
div#envira-gallery-wrap-51 .envira-lazy:not(img){
  padding-bottom:300px!important;
}



.latest_blog_img {
    background: #e6e6e6;
}
.page-id-36 img.xyz {
    filter: none;
    height: auto;
    border-radius: 0;
    max-width: 30%;
}
section.services-inn {
    padding-top: 20px;
}

.servc-bx {
    background: #ffffff;
    filter: drop-shadow(0px 4px 2px #ddd);
}

.service_contant_inn h4 {
    font-weight: 700;
    font-family: 'Raleway';
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 15px;
	color:#000;
}
.service_contant_inn {
    padding: 20px;
}

.service-inn_img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.service_contant_inn a {
    background: #0b4c70;
    color: #fff;
    padding: 10px 19px;
    display: inline-block;
    line-height: normal;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
}
.service_contant_inn a:hover{
	background:#000;
}
.single .entry-meta {
    display: none;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    min-height: auto!important;
    padding: 0!important;
    margin: 0!important;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input, .tribe-common .tribe-common-form-control-text__input {
    color: #141827;
    font-family: 'Montserrat'!important;
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
    background: #0b4c70!important;
    font-family: 'Montserrat'!important;
}

.tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:hover {
    background: #000!important;
}

.tribe-events .tribe-events-c-view-selector__list-item-text {
     font-family: 'Montserrat'!important;
}

.tribe-common .tribe-common-h3 {
     font-family: 'Montserrat'!important;
}

.tribe-common .tribe-common-c-btn-border-small, .tribe-common a.tribe-common-c-btn-border-small {
     font-family: 'Montserrat'!important;

}

.tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8 {
    font-family: 'Montserrat'!important;
}	

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
    font-family: 'Montserrat'!important;
}

.tribe-events p,.tribe-events h1,.tribe-events h2,.tribe-events h3,.tribe-events h4,.tribe-events h5,.tribe-events h6,.tribe-events span,.tribe-events ul li,.tribe-events input,.tribe-events a,.tribe-events buttton,main#tribe-events-pg-template p,main#tribe-events-pg-template h1,main#tribe-events-pg-template h2,main#tribe-events-pg-template h3,main#tribe-events-pg-template h4,main#tribe-events-pg-template h5,main#tribe-events-pg-template h6,main#tribe-events-pg-template span,main#tribe-events-pg-template ul li,main#tribe-events-pg-template input,main#tribe-events-pg-template a,main#tribe-events-pg-template buttton{
	font-family: 'Montserrat'!important;
}

main#tribe-events-pg-template

.tribe-events .tribe-events-c-ical__link {
    border: 1px solid #0b4c70!important;
    color: #0b4c70!important;
}

.tribe-events a{
	 color: #0b4c70!important;
}

.tribe-common .tribe-common-c-svgicon {
    color: #0b4c70!important;
}

.tribe-events .tribe-events-c-ical__link:active, .tribe-events .tribe-events-c-ical__link:focus, .tribe-events .tribe-events-c-ical__link:hover {
    color: #fff!important;
    background-color: #0b4c70!important;
}
#tribe-events-pg-template {
    margin: 0 auto!important;
    max-width: 100%!important;
    padding: 0!important;
}
.tribe-events-single-event-description.tribe-events-content .all-page {
    padding: 0;
}

.tribe-events-single-event-description.tribe-events-content .container {
    max-width:100%;
}

.tribe-events-cal-links .tribe-events-gcal, .tribe-events-cal-links .tribe-events-ical {
    background: svg-inline(cal-export) 0/24px no-repeat;
    color: #0b4c70!important;
}
.tribe-events-content ol, .tribe-events-content p, .tribe-events-content ul {
    font-size: 16px!important;
    line-height: 29px!important;
}

.blg-bx {
    background: #eaeaea;
}

.blog_content {
    padding: 15px 20px;
}

.date h5 {
    font-size: 16px;
    margin-bottom: 15px;
}

.blog_content h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
}

.blog_content a {
    color: #fff;
    background: #000;
    display: inline-block;
    padding: 3px 10px;
}

.blog_content a:hover{
	background:#0b4c70;
	
}

.testmonial-bx {
    background: #efefef;
    text-align: center;
    padding: 24px 20px;
    margin-bottom: 30px;
    border-left: 8px solid #232323;
}

.tst-img {
    padding-bottom: 20px;
}
.testmonial-bx h4 {
    font-weight: 600;
    font-size: 18px;
}

.testmonial-bx h5 {
    font-weight: 600;
    font-size: 16px;
}

.contact-page-box {
    text-align: center;
    background: #0b4c70;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
}

.contact-page-box i {
    background: #ffffff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 22px;
    color: #0b4c70;
    margin-bottom: 15px;
}

.contact-page-box h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-page-box p, .contact-page-box a {
    color: #fff;
    font-size: 16px;
}
.row.contact-page {
    padding-bottom: 40px;
}




.contact-page-form input, .contact-page-form textarea {
    width: 100%;
    margin-bottom: 15px;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #c7c7c7;
}
.contact-page-form textarea {
    height: 142px;
    padding-top: 15px;
}
.contact-page-form {
    padding: 40px;
    background: #f3f3f3;
    padding-bottom: 0;
}

.contact-page-form input.wpcf7-form-control.wpcf7-submit {
    background: #0b4c70;
    color: #fff;
    border: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
	transition:ease 0.4s all;
}

.contact-page-form input.wpcf7-form-control.wpcf7-submit:hover{
	background:#000;
}

section.our_service .contant_service h4 span {
    font-weight: 300;
}
section.our_service .contant_service h4 {
    font-weight: 700;
    font-family: 'Raleway';
    font-size: 27px;
}

section.home_video {
    width: 100%;
    margin: 0px 0px 80px;
    position: relative;
    padding-top: 80px;
}

/* section.home_video::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 70%;
    background: #0b4c70;
    top: 0;
    left: 0;
} */

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

.about_inner {
    width: 100%;
    float: left;
    background: #0b4c70;
    padding: 100px 0px 120px;
	text-align:center;
}


.page-template-about-us .all-page {
    padding: 50px 0 0;
    display: flow-root;
    margin-bottom: -70px;
}


.about_inner iframe {
    height: 560px;
    object-fit: cover !important;
    width: 1000px;
    border: 5px solid #fff;
    margin: 0 auto !important;
}

.header_menu ul li ul {
    position: absolute;
    width: 200px;
}

.header_menu ul li ul {
    position: absolute;
    width: 300px;
    padding-top: 0;
}

.header_menu ul ul li {
    padding: 0;
    width: 100%;
}

.header_menu ul ul li a {
    display: block;
    background: #0b4c70;
    padding: 10px 20px !important;
    margin: 0 !important;
}


.header_menu ul ul li a:after {
    display: none;
}

.header_menu ul li ul ul {
    left: 0;
}

.header_menu .menu-item-has-children::after {
    content: "\f107";
    position: absolute;
    font-family: 'FontAwesome';
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.header_menu .menu-item-has-children ul li::after {
    right: 10px;
}

.header_menu ul ul li a:hover {
    color: #fff;
    background: #000;
}

.header_menu ul .sub-menu {
    opacity: 0;
    visibility: visible;
}

.header_menu ul li ul :hover ul {
    opacity: 0;
    visibility: visible;
}

.header_menu ul li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
}


.header_menu ul li.menu-item-has-children:hover ul.sub-menu li.menu-item-has-children ul.sub-menu {
    opacity: 0;
}
.header_menu ul li.menu-item-has-children:hover ul.sub-menu li.menu-item-has-children:hover ul.sub-menu{
	opacity: 1;
}


.header_menu ul li ul {
    padding-top: 10px;
	transition:all .4s ease-in-out;
}

.header_menu ul li.menu-item-has-children:hover ul.sub-menu li.menu-item-has-children ul.sub-menu {
    padding-top: 0;
	transition:all .4s ease-in-out;
}

h3.ber-alb {
    margin-bottom: 5px;
}

.page-id-162 h6 {
    margin-bottom: 20px;
}


section.services-inn .row {
    display: flex;
    flex-wrap: wrap;
}

section.services-inn [class*="col-"] {
    display: flex;
    flex-wrap: wrap;
}

.servc-bx {
    margin-bottom: 30px;
}


.contact-page-form .wpcf7-response-output {
    position: absolute;
    bottom: 5px;
    left: 0;
    margin: 0;
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin: 0 !important;
    padding: 5px 0 !important;
}


form.wpcf7-form {
    position: relative;
}

.header_menu ul li.current-menu-item .sub-menu li a {
    color: #fff;
}
.about_img {
    position: relative;
    width: 450px;
}


figure.fig_box_1 img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}

figure.fig_box_3 img {
    width: 165px;
    height: 165px;
    border-radius: 50%;
}

figure.fig_box_5 img {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}
figure.fig_box_2 {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 25px solid #0b4c70;
    position: absolute;
    top: 0;
    left: 0;
}

figure.fig_box_6 {
    width: 25px;
    height: 25px;
    background: #00C9A7;
    border-radius: 50%;
    position: absolute;
    top: 176px;
    right: 205px;
}


figure.fig_box_1 {
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 1;
}

figure.fig_box_3 {
    position: absolute;
    right: 80px;
    top: 0;
}

figure.fig_box_4 {
    width: 50px;
    height: 50px;
    background: #FFC107;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 128px;
}
figure.fig_box_5 {
    position: absolute;
    top: 210px;
    right: -30px;
}

section.about_area {
    padding-bottom: 150px;
}
.page-template-about-us .about_img {
    position: relative;
    width: 450px;
    height: 570px;
}

.header_menu ul ul li.current-menu-item a {
    color: #fff !important;
}

section.home_video iframe {
    background: #333;
    padding: 9px;
    border: 15px outset #e0e0e0;
}

.education_sect {
    width: 100%;
}

.education_sect_headind {
    text-align: center;
}


.education_sect_headind h3 {
    font-size: 53px;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
    color: #0b4c70;
    padding-bottom: 15px;
}
.education_box_1 {
    width: 100%;
    text-align: center;
}

.education_box_1 img {
    width: auto;
    height: 120px;
    margin: 0 auto;
}

ul.list_area_z li {
    list-style: none;
    position: relative;
    padding-left: 30px;
}

ul.list_area_z li::after {
    content: "\f0a4 ";
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
    color: #000;
    top: 0;
	font-size: 20px;
}

ul.list_area_z li strong {
    color: #000;
}

.about_box_1 ul li {
    list-style: none;
    font-size: 16px;
    line-height: 28px;
    color: #262626;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    display: flex;
}


.about_box_1 ul li img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    object-fit: contain;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 50%);
    padding: 2px;
    margin-right: 20px;
}

.about_box_1 h2 {
    text-transform: uppercase;
    font-size: 28px;
}

section.about_sect_2 [class*="col-"]:nth-child(2) {
    position: relative;
}

/* section.about_sect_2 [class*="col-"]:nth-child(2)::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #0b4c70;
    top: 0;
    left: 0;
}

section.about_sect_2 [class*="col-"]:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: #0b4c70;
    top: 0;
    right: 0;
} */

section.about_sect_2 [class*="col-"] {
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
}

.about_box_1 ul {
    padding-bottom: 0;
    padding-left: 0;
}

section.about_sect_2 {
    padding-bottom: 70px;
}

.about_box_1 {
    border: 2px dashed #0b4c70;
    padding: 20px;
}

.about_box_1 ul li:last-child {
    margin-bottom: 0;
}

section.blog_section-inn .blg_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

section.blog_section-inn .blog_content {
    padding: 20px 10px;
    text-align: center;
}


section.blog_section-inn .blog_content a {
    padding: 10px 20px;
}

section.blog_section-inn .blog_content h3 {
    font-size: 18px;
	    line-height: 28px;
}


section.blog_section-inn .date h5 {
    font-size: 15px;
    margin-bottom: 0;
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    position: absolute;
    top: -18px;
    width: 230px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

section.blog_section-inn .row {
    display: flex;
    flex-wrap: wrap;
}

section.blog_section-inn [class*="col-"] {
    display: flex;
    flex-wrap: wrap;
}

.blg-bx {
    margin-bottom: 30px;
}

.baner_section video {
    width: 100%;
    object-fit: cover;
}

.tst-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}



.download_btn {
    position: absolute;
    bottom: 8px;
    left: 0;
}


.download_btn a {
    padding: 15px 20px;
    margin: 0;
    color: #fff;
    border-radius: 0px 50px  50px 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    background: #0b4c70;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

.user_section li {
    display: inline-table;
    padding: 0px 7px;
}

.user_section .sub_log{ position: absolute;
    width: 174px;
    background: #0b4c70;
    padding: 19px;
	display:none;
}
.user_section li:hover .sub_log{
	display:block;
}
.user_section .sub_log li a{
	color:#fff;
}
.user_section{
    padding-top: 18px;
}
.user_section ul li a{
	color:#fff;
}
.user_section .sub_log li a {
    color: #fff;
    display: inline-block;
    margin: 5px 0px;
    width: 100%;
}



.inner_box_1 h3 {
    font-size: 22px;
    line-height: 30px;
    border-bottom: 3px solid #0b4c70;
    padding-bottom: 5px;
    margin-bottom: 15px;
}


.inner_box_1 {
    margin-bottom: 40px;
}

.inner_box_1.inner_box_2 {
    margin-bottom: 0;
}


form.wpcf7-form {
    background: #eee;
    display: inline-block;
    padding: 20px;
}

form.wpcf7-form input, form.wpcf7-form select {
    height: 40px;
    margin-bottom: 14px;
    border: 1px solid #ccc;
    padding: 10px;
	width:100%;
}

input.wpcf7-form-control.wpcf7-submit {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    background: #0b4c70;
    font-weight: 600;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    padding: 9px 20px;
}

.blg-bx {
    width: 100%;
}

ol.single_page_list {
    padding: 30px;
    background: #eee;
    padding-left: 50px;
    margin-bottom: 40px;
}

ol.single_page_list li:last-child {
    margin-bottom: 0;
}

ol.single_page_list li {
    margin-bottom: 10px;
}

.Rethinking_area {
    background: #eee;
    width: 100%;
    float: left;
    padding: 10px;
}

.Rethinking_area_img {
    width: 17%;
    float: left;
}

.Rethinking_area_cont {
    width: 83%;
    float: left;
    padding-left: 30px;
    padding-top: 20px;
}

.Rethinking_area_img img {
    width: 100%;
}

.footer-links {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.service_head {
    text-align: center;
    padding-bottom: 15px;
}

.service_head p {
    color: #fff;
    font-size: 19px;
}


.itm_img img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

div#testimonial_slider .owl-stage {
    display: flex;
    flex-wrap: wrap;
}


div#testimonial_slider .item {
    background: #EEEEEE;
    padding: 30px 30px 15px;
    display: flex;
    flex-wrap: wrap;
}


.tp-menu a {
    padding: 8px 25px;
    margin: 0;
    color: #fff;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background: #0b4c70;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

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

header.top_header .row {
    display: flex;
    align-items: center;
}

.contact-page-map iframe {
    width: 100%;
    margin-top: 30px;
    background: #ddd;
    padding: 10px;
}


.calender_box iframe {
    background: #ddd;
    padding: 10px;
    height: 330px !important;
}



.boots_modal .modal-footer {
    display: none;
}



.boots_modal .modal-dialog {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}

.contact-page-map .calendly-inline-widget {
    position: relative;
    height: 845px!important;
}


.free-service-bx {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
}

.boots_modal button {
    padding: 20px 40px;
    margin: 0;
    color: #fff;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    background: #0b4c70;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}


.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.video_link video {
    width: 100%!important;
	height: 400px!important;
}

.video_link .wp-video {
    width: 100%!important;
}

.video_link .wp-video div#mep_0 {
    width: 100%!important;
    height: 400px!important;
}

.video_link {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 45px;
}

.video_caption {
    text-align: center;
}




.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 23.1%!important;
    margin-left: 0;
    margin: 15px 10px!important;
    background: #eaeaea;
    filter: drop-shadow(2px 3px 4px #b3b3b2);
    padding-bottom: 20px!important;
    text-align: center;
}

.woocommerce span.onsale{
	display:none;
}

del{
	display:none!important;
}


.woocommerce ul.products li.product a img {
    width: 100%;
    height: 250px!important;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    object-fit: cover!important;
    background: #fff;
}


h2.woocommerce-loop-product__title {
    font-family: 'Raleway';
    font-size: 22px!important;
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px!important;
    line-height: 30px;
}

bdi {
   font-family: 'Raleway';
    font-weight: 400;
    color: #000;
    font-size: 18px;
	text-align:center;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: #0b4c70!important;
    color: #fff!important;
    font-family: 'Raleway';
    font-size: 15px!important;
    text-transform: capitalize;
    font-weight: 700!important;
    padding: 10px 20px!important;
    transition: ease 0.5s all;
    text-transform: uppercase;
}

span.price {
    text-align: center;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	background:#000!important;
	color:#fff!important;
}
.woocommerce-account .addresses .title h3 {
    float: left;
    font-size: 23px;
}

ins {
    text-decoration: none!important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    font-family: 'Raleway';
    font-weight: 400;
    color: #000!important;
    font-size: 16px;
}
.woocommerce-message::before {
    content: "\e015";
    color: #0b4c70!important;
}

.woocommerce-message {
    border-top-color: #0b4c70;
}

figure.woocommerce-product-gallery__wrapper {
    background: #fff;
    border: 5px solid #757575;
}
figure.woocommerce-product-gallery__wrapper img {
    width: 100%;
    height: 400px!important;
    object-fit: cover;
}

h1.product_title.entry-title {
    font-family: 'Raleway';
    font-size: 30px!important;
    color: #000;
    text-transform: capitalize;
    font-weight: 700;
}

.single.single-product p.price {
    padding-top: 15px;
    padding-bottom: 15px;
}

.woocommerce-product-details__short-description {
    padding-bottom: 30px;
}

.purchasable .quantity input {
    min-height: 36px;
    min-width: 70px;
    text-align: center!important;
    font-size: 16px;
    color: #000;
    margin-right: 4px;
}

.product_meta span a {
    color: #0b4c70;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
    opacity: 1!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: #7d7d7d!important;
	border:0!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
   font-family: 'Raleway'!important;
    color: #fff!important;
    font-weight: 500!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #0b4c70!important;
    z-index: 2;
    border-bottom-color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #0b4c70!important;
}

.woocommerce-Tabs-panel {
    background: #f2f2f2;
    padding: 20px !IMPORTANT;
}

textarea#order_comments {
    padding-top: 10px;
}

.woocommerce-Tabs-panel textarea, .woocommerce-Tabs-panel input {
    border: 1px solid #ccc;
}
.comment-form-rating {
    padding-top: 15px;
    padding-bottom: 10px;
}

select#rating {
    border: 1px solid #ccc;
}

section.related.products {
    background: #fff;
    padding: 20px 15px 15px 15px;
    filter: drop-shadow(2px 4px 6px #ddd);
}

section.related.products h2 {
    font-family: 'Raleway';
    font-size: 35px;
    color: #000;
    font-weight: 700;
    padding-left: 10px;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.woocommerce-message {
    border-top-color: #0b4c70!important;
}


input#coupon_code {
    min-width: 150px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Lato';
    color: #000;
    border-radius: 3px;
}

td.product-name a {
    color: #000;
}

.woocommerce-billing-fields__field-wrapper {
    background: #f2f2f2;
    padding: 15px;
}

.col-1, .col-2 {
    max-width: 100%!important;
}

.woocommerce-additional-fields__field-wrapper {
    background: #f2f2f2;
    padding: 15px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single {
    height: 40px!important;
    color: #000!important;
    padding-left: 10px;
    border: 1px solid #ccc!important;
    font-family: 'Raleway'!important;
    font-size: 14px!important;
    margin-bottom: 5px!important;
}

.woocommerce form .form-row label {
    font-weight: 400!important;
    font-size: 16px;
    color: #000!important;
    margin-bottom: 0!important;
    font-family: 'Raleway';
    width: 100%;
}
.woocommerce p.stars a{
	color:#0b4c70;
}

.woocommerce #review_form #respond p {
    margin: 0!important;
    margin-top: 12px!important;
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px!important;
}


span.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce form .form-row{
	margin-bottom:0!important;
	padding-bottom:0!important;
}

.woocommerce form .form-row textarea {
    height: 100px!important;
    padding-left: 10px;
}

h3#order_review_heading {
    margin-bottom: 10px!important;
    margin-top: 20px!important;
}

.woocommerce-info {
    border-top-color: #0b4c70!important;
}

.woocommerce-info::before {
    color: #0b4c70!important;
}

.woocommerce-error::before {
    color: #0b4c70!important;
}


.woocommerce-error {
    border-top-color: #0b4c70!important;
}



.entry-content a {
    color: #0b4c70!important;
    transition: all 0.5s;
}

.entry-content a:hover{
	color: #000!important;
}

 .woocommerce-checkout #payment div.form-row {
    padding: 1em!important;
}

div#customer_login {
    filter: drop-shadow(0px 0px 5px #ccc);
    background: #edebeb;
    padding: 25px;
}

span.password-input {
    width: 100%;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    position: absolute;
    right: .7em;
    top: 7px!important;
    cursor: pointer;
}

nav.woocommerce-MyAccount-navigation ul li {
    padding-bottom: 5px;
    list-style: none;
    margin-bottom: 0;
}

nav.woocommerce-MyAccount-navigation li.is-active a, nav.woocommerce-MyAccount-navigation li a:hover {
    background: #000;
    transition: ease 0.4s all;
    color: #fff!important;
}
nav.woocommerce-MyAccount-navigation ul li a {
    background: #0b4c70;
    display: block;
    padding: 10px 0px;
    text-align: center;
    font-size: 18px;
    font-family: 'Raleway';
    color: #fff!important;
    letter-spacing: 1px;
}

.u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address {
    background: #F9F5F4!important;
    padding: 10px;
    border-radius: 3px;
    margin-top: 10px;
}

ul.woocommerce-error {
    padding: 1em 2em 1em 3.5em;
}
.u-columns.woocommerce-Addresses.col2-set.addresses a {
    background: #0b4c70;
    padding: 5px 19px;
    color: #fff!important;
    font-size: 14px;
    font-family: 'Raleway';
    transition: ease 0.5s all;
    text-transform: uppercase;
    font-weight: 700;
}
.u-columns.woocommerce-Addresses.col2-set.addresses a:hover{
	 background: #000;
	
}

fieldset {
    border: 1px solid #0b4c70!important;
    padding: 15px!important;
    margin-top: 20px!important;
}

legend {
    width: max-content!important;
    font-size: 25px!important;
    padding: 0 15px!important;
    color: #383838!important;
    font-family: 'Raleway';
    text-transform: uppercase;
    font-weight: 800;
}

.woocommerce-MyAccount-content {
    background: #eaeaea;
    padding: 15px;
    filter: drop-shadow(0px 0px 5px #ddd);
}

.woocommerce-MyAccount-content button.woocommerce-Button.button {
    margin-top: 10px!important;
}

a.added_to_cart.wc-forward {
    border: 2px solid #0b4c70;
    padding: 3px 10px!important;
    display: table!important;
    margin: 0 auto!important;
    margin-top: 10px!important;
    color: #0b4c70;
    font-family: 'Raleway';
    font-size: 14px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    padding-bottom: 15px;
}

p.woocommerce-LostPassword.lost_password {
    padding-top: 15px;
}

div#review_form_wrapper p.comment-form-author label,div#review_form_wrapper p.comment-form-email label {
    width: 100%;
}

div#review_form_wrapper input#author {
    width: 50%;
    height: 40px;
    padding-left: 15px;
}

div#review_form_wrapper input#email {
    width: 50%;
    height: 40px;
    padding-left: 15px;
}

form.woocommerce-ordering select {
    height: 40px;
    border: 1px solid #8d8d8d;
}

.single-product .woocommerce-product-gallery__image--placeholder {
    display: none;
}

.free-download a {
    background: #0b4c70;
    color: #fff!important;
    padding: 13px 35px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 30px;
    border: 2px solid #0b4c70;
	transition:ease 0.4s all;
}

.free-download a:hover{
	background:unset;
	color:#0b4c70!important;
}

.tribe-events-event-image img {
    width: 100%;
	max-width:800px;
    height: auto;
    object-fit: cover;
}

.redirect-btn a,.redirect-button a {
    background: #0b4c70;
    color: #fff!important;
    padding: 11px 30px;
    border-bottom: 0;
    margin-bottom: 20px!important;
    display: block;
    max-width: 200px;
    text-align: center;
    margin-top: 10px!important;
	transition:ease 0.4s all;
}

.redirect-btn a:hover{
	background:#000;
	color: #fff!important;
}

div#tribe-events-content img {
    width: 100%;
}



.page-template-about-us .boots_modal br {
    display: none;
}


.page-template-about-us .boots_modal button {
    background: #0b4c70;
    color: #fff!important;
    padding: 13px 35px;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 30px;
    border: 2px solid #0b4c70;
	font-size:16px;
    transition: ease 0.4s all;
}


.page-template-about-us .free-download {
    display: none;
}

.modal-content button.close {
    padding: 0 !important;
    width: 60px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: inline-block !important;
}
.boots_modal .btn {
    padding: 0;
    background: unset;
    border: 0;
}

.boots_modal .btn-primary:not(:disabled):not(.disabled).active:focus,.boots_modal  .btn-primary:not(:disabled):not(.disabled):active:focus,.boots_modal  .show > .btn-primary.dropdown-toggle:focus{
	box-shadow: none;
background: unset;
}

.top_left_icon ul li img, .footer_left_icon ul li img {
    width: 15px;
}

.free-download-footer button {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    float: left;
    border: 2px solid #fff;
    border-radius: 70px;
    padding: 11px 50px;
	background-color: transparent !important;
}
.free-download-footer button:hover {
    background: #70baff !important;
    color: #fff;
    border-color: #70baff;
}

footer.mein-footer .copy .container-fluid {
    padding: 0 !important;
}


.past-pastevent {
    /* margin: 0 auto; */
    background: #efefef;
    border-left: 8px solid #232323;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}
section.last-sec h2 {
    text-transform: uppercase;
    text-decoration: underline;
    padding: 42px 0 20px;
	text-align: center;
}
.event-excerpt h6 {
    padding: 20px 0;
}
section.media-sec {
    margin: 0 auto;
    max-width: 1000px;
}
.col-md-4.pevent {
    margin: 0 auto;
}

.bubble-btns {
    padding-top: 190px;
    padding-bottom: 40px;
    display: flow-root;
}
.bubble-btns a:last-child {
    margin-top: -196px;
    margin-left: -344px;
}
.bubble-btns a {
    width: 200px;
    text-align: center;
    display: inline-block;
    border: 10px solid #0b4c70;
    height: 200px;
    border-radius: 50%;
    line-height: 187px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 30px;
    transition: ease 0.4s all;
    float: left;
}

.bubble-btns a:hover{
	transform:scale(1.1);
	color:#0b4c70!important;
}

.bubble-btns a.lst {
    font-size: 16px;
}

.about-left img:first-child {
    width: 110px;
    float: right;
    margin: 135px 34px 0 0;
}
.about-left img:last-child {
    width: 179px;
    float: right;
    margin-top: 18px;
    clear: right;
}
.img-logo-bnr::after {
    position: absolute;
    content: "";
    width: 15%;
    height: 62%;
    background-color: #f5f5f5ab;
    right: 0;
    bottom: 11%;
    z-index: -1;
	border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.contact-page-box .entry-content a {
    color: #ffffff !important;
}

