*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
p{
    font-family: 'lato';
}
body {
    overflow-x: hidden;
    font-family: 'lato';
}
h2, h1, h3 {
    font-family: 'Red Hat Display';
}
html{
    scroll-behavior: smooth;
}
.header_main .container-fuild, .main_banner .container-fuild {
    padding: 0px 113px;
    position: relative;
    z-index: 1;
}
.header_main {
    float: left;
    width: 100%;
    padding: 0px 0px;
    /* position: absolute; */
    top: 0;
    z-index: 9;
    left: 0px;
    min-height: 133px;
    display: flex;
    align-items: center;
}
.header_main.landing_navigaion{
    position: relative !important;
}
.center-align{
    align-items: center;
}
.logo_area {
    position: relative;
}
.header_main .logo_area img {
       object-fit: contain;
    max-width: 193px;
    top: 0px;
    height: 127px;
}
.header_main .nav_area ul {
   display: flex;
    list-style: none;
    justify-content: flex-end;
    align-items: center;
    margin: 21px 0px -16px;
    padding: 0px;
}
.header_main .nav_area ul li:last-child {
    padding-right: 0px;
}
.nav_bar .appoint_area a {
    font-size: 22px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'hel_b';
    display: block;
    padding-top: 3px;
}
.appoint_area h5 {
    margin-bottom: 0px;
    margin-left: 7px;
}
.header_main .nav_area ul li {
    padding: 14px 24px;
}
.header_main .nav_area ul li a {
    color: #393939;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Lato';
	padding: 25px 0px;	
}
.topbtn_area a:nth-child(1) {
    background: #ffd300;
    color: #222222;
}
.nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.nav_bar {
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: end;
}
header.header_main .col-md-10 {
    padding-right: 0px;
}
.nav_bar .appoint_area a img {
    padding-right: 9px;
}
.topbtn_area a {
    margin: 4px 0px 0px 16px;
    color: #fff;
    font-family: 'Lato';
    font-weight: 900;
    font-size: 15px;
    padding: 11px 38px;
    background: linear-gradient(95deg, #0093a9 0%, #004ca8 120%);
}
/* ---------slider-------- */
.banner{
    width: 100%;
    float: left;
    position: relative;
}
.banner img {
    height: 540px;
    width: 100%;
    object-fit: cover;
}
.banner .overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000052;
    top: 0px;
    display: flex;
    align-items: center;
}
.banner .text-heading {
    position: relative;
    width: 100%;
    max-width: 448px;
}
.banner h1 {
    font-size: 40px;
    color: #fff;
    line-height: 50px;
    font-weight: 900;
    font-family: "Red Hat Display", sans-serif;
}
.banner h1 span{
    color: #ffd300;
}
.banner p {
    font-size: 18px;
    color: #fff;
    line-height: 29px;
    font-family: 'geo_r';
    padding: 5px 0px 3px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    letter-spacing: -.5px;
    max-width: 400px;
}
.banner_btn a {
   font-size: 15px;
    font-family: lato;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 28px;
    border-radius: 0px;
    background: #0099a9;
    margin: 0px 11px 0px 0px;
    transition: .4s;
    display: flex;
    align-items: center;
    font-weight: 900;
}
.banner_btn a span {
    font-size: 23px;
    padding-right: 8px;
}
.banner_btn {
    margin-top: 26px;
    display: flex;
}

@keyframes puls{
    0%{
      box-shadow:#ffffff 0 0 0 0;
    }
    75%{
      box-shadow:#ff69b400 0 0 0 30px;
    }
  }
 
/* -------------service_area---------- */

.main-Heading h2 {
    font-family: 'Red Hat Display';
    font-size: 40px;
    color: #003da7;
    letter-spacing: -1px;
    margin-bottom: 20px;
    max-width: 365px;
    font-weight: 900;
    line-height: 48px;
}
.main-Heading h2 span{
    color: #0099a9;
}
.read_more{
   font-size: 15px;
    font-family: 'Lato';
    color: #141414;
    text-transform: uppercase;
    padding: 17px 34px;
    border-radius: 0px;
    background: #ffd300;
    transition: .4s;
    display: flex;
    width: fit-content;
    align-items: center;
    line-height: 14px;
    font-weight: 900;
}
.content .read_more span {
    padding-left: 10px;
    font-size: 18px;
}
/* --------------- */
.about_area{
    float: left;
    width: 100%;
    padding: 85px 0px 0px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.about_area .row{
    align-items: center;
}

.about_area h2 span{
    color: #0099a9;
}
.about_area .content_img{
    position: relative;
}
.about_area .content_img img {
    max-width: 467px;
    height: 523px;
    object-fit: cover;
    width: 100%;
}
.about_area .content_img .img1 {
    float: right;
}
.about_area .content_img .img2 {
    position: absolute;
    top: 123px;
    left: 0px;
}
.about_area .content_img .img2 img {
    width: 200px;
    height: 283px;
}
.about_area .content p {
    max-width: 490px;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 30px;
}
/* -------who_we_area------- */
.who_we_area{
    float: left;
    width: 100%;
    background-color: #f2f2f2;
    padding: 156px 0px 100px;
    /* transform: skew(-19deg); */
    transform: skew(0deg, -9deg);
	margin-top: -37px;
}
.who_we_area .container {
    transform: skew(0deg, 9deg);
}
.who_we_area h2 {
    margin-bottom: 20px;
}
.who_we_area .content {
      padding: 67px 0px 0px 12px;
}
.who_we_area img{
    width: 100%;
    max-width: 553px;
    height: 737px;
}
.who_we_area p{
    font-size: 16px;
    line-height: 27px;
    color: #000000;
	font-weight: 500;
}
.who_we_area ul li{
    font-family: lato;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    line-height: 34px;
    list-style: none;
    padding: 0px 29px;
    color: #000000;
}
.who_we_area ul li::before{
    content: "\e87f";
    font-family: Linearicons-Free;
    left: 0px;
    position: absolute;
    color: #0099a9;
    font-size: 20px;
    font-weight: 400;
}
.who_we_area .row {
    padding: 0px 61px;
}
section.who_we_area .col-md-6:nth-child(1) {
    flex: 0 0 56%;
    max-width: 56%;
}
section.who_we_area .col-md-6:nth-child(2) {
    flex: 0 0 43%;
    max-width: 43%;
}
/* -----------services---------- */
.services_area{
    float: left;
    width: 100%;
    padding: 100px 0px 200px;
}
.services_area .main-Heading h2{
   font-size: 45px;
    color: #003da7;
    letter-spacing: -1px;
    margin-bottom: 20px;
    max-width: 463px;
    font-weight: 900;
    line-height: 51px;
    margin: auto;
    text-align: center;
    margin-bottom: 120px;
}
.services_area .service h2{
    font-size: 47px;
    color: #003da7;
    letter-spacing: -3px;
    margin-bottom: 20px;
    font-weight: 900;
    line-height: 55px;
    margin: auto;
    text-align: center; 
}
.services_area .service h2 span{
    display: block;
    color: #0099a9;
}
.services_area .wrapper {
    border: dashed 2px #969696;
    max-width: 439px;
    margin: auto;
    height: 439px;
    display: flex;
    border-radius: 50%;
    position: relative;
    top: -510px;
}
/* .services_area .wrapper ul{
	 transform: rotate(0deg);
    transition: transform 0.7s linear;
    animation: rotate 7s infinite linear;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
} */
.services_area .service {
    background-color: #fff;
    box-shadow: #e9e9e9 0px 0px 23px 4px;
    max-width: 372px;
    width: 100%;
    height: 372px;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 207px;
    margin: auto;
    text-align: center;
    align-items: center;
}
.services_area .wrapper ul li{ 
position: absolute;
list-style: none;
}
.services_area .img_icon {
    background-color: #003da7;
    height: 98px;
    width: 98px;
    text-align: center;
    line-height: 80px;
    border-radius: 50px;
    border: #fff solid 10px;
    box-shadow: #ccc 3px 2px 15px 0px;
}
.services_area .wrapper ul li:nth-child(1) {
    left: 47px;
    top: -10px;
}
.services_area .wrapper ul li:nth-child(2) {
    left: 261px;
    top: -36px;
}
.services_area .wrapper ul li:nth-child(2) .img_icon {
    background: #ffd300;
}
.services_area .wrapper ul li:nth-child(3) {
    left: 387px;
    top: 100px;
}
.services_area .wrapper ul li:nth-child(3) .img_icon {
    background: #0099a9;
}
.services_area .wrapper ul li:nth-child(4) {
    left: 367px;
    top: 274px;
}
.services_area .wrapper ul li:nth-child(5) {
    left: 196px;
    top: 389px;
}
.services_area .wrapper ul li:nth-child(5) {
    left: 196px;
    top: 379px;
}
.services_area .wrapper ul li:nth-child(5) .img_icon {
    background: #ffd300;
}
.services_area .wrapper ul li:nth-child(6) {
    left: 6px;
    top: 327px;
}
.services_area .wrapper ul li:nth-child(6) .img_icon {
    background: #0099a9;
}
.services_area .wrapper ul li:nth-child(7) {
    left: -57px;
    top: 153px;
}
.services_area .wrapper ul li:nth-child(7) .img_icon {
    background: #ffd300;
}
.services_area .content_waraper ul li:nth-child(3):before, .services_area .content_waraper ul li:nth-child(6):before {
    background: #0099a9;
}
.services_area .content_waraper ul li:nth-child(1):before, .services_area .content_waraper ul li:nth-child(4):before {
    background: #003da7;
}
.services_area .content_waraper {
    max-width: 581px;
    margin: auto;
    border-radius: 63%;
    height: 581px;
    position: relative;
    z-index: 1;
}
.services_area .content_waraper ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    height: 100%;
}
.services_area .content_waraper ul li {
    list-style: none;
    position: absolute;
    left: 0px;
    max-width: 200px;
}
.services_area .content_waraper ul li p{
  color: #000000;
  font-family: 'Red Hat Display';
  font-size: 25px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: -1px;
}
.services_area .content_waraper ul li p span{
    color:#444444;
    font-family: lato;
    font-size: 16px;
    line-height: 21px;
    display: block;
    letter-spacing: 0px;
    font-weight: 500;
    margin-top: 7px;
	max-width: 167px;
}
.services_area .content_waraper ul li:nth-child(3) p{
    color: #0099a9;
}
.services_area .content_waraper ul li:nth-child(1) {
    left: 0px;
    top: -31px;
}
.services_area .content_waraper ul li:nth-child(2) {
    right: -27px !important;
    left: inherit;
    top: -59px;
}
.services_area .content_waraper ul li:nth-child(3) {
    right: -215px;
    left: inherit;
    top: 196px;
}
.services_area .content_waraper ul li:nth-child(4) {
   right: -224px;
    left: inherit;
    top: 406px;
}
.services_area .content_waraper ul li:nth-child(5) {
    left: inherit;
    top: inherit;
    right: 144px;
    bottom: -118px;
}
.services_area .content_waraper ul li:nth-child(6) {
    left: -159px;
    top: inherit;
    bottom: 27px;
}
.services_area .content_waraper ul li:nth-child(7) {
   left: -167px;
}
.services_area .content_waraper ul li:nth-child(4) p{
    color: #003da7;
}
.services_area .content_waraper ul li:nth-child(6) p {
    color: #0099a9;
}
.services_area .content_waraper ul li:nth-child(1) p {
    color: #003da7;
}
.services_area .content_waraper ul li:before {
    content: "";
    background: #ffd300;
    position: absolute;
    width: 21px;
    height: 21px;
    left: -36px;
    border-radius: 50px;
    top: 3px;
}
.services_area .container{
    position: relative;
}
.services_area .contain_wrap {
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: -469px;

}
/* ---------------------- */

.advantage_area {
    float: left;
    width: 100%;
    background: linear-gradient(117deg, rgba(0, 70, 168, 1) 0%, rgba(0, 137, 169, 1) 100%);
    padding: 90px 0px 80px;
    transform: skew(0deg, 4deg);
}
.advantage_area .container{
    transform: skew(0deg, -4deg);
}
.advantage_area .wrapper h2{
    font-size: 40px;
    color: #5abac5;
    letter-spacing: -1px;
    margin-bottom: 20px;
    font-weight: 900;
    line-height: 52px;
    margin: auto;
    text-align: center;
}
.advantage_area .wrapper h2 span{
    color: #ffd300;
}
.advantage_area .container{
    position: relative;
}
.advantage_area .wrapper p {
    font-family: lato;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    max-width: 816px;
    margin: auto;
    text-align: center;
    padding: 14px 0px;
}
.advantage_area .wrapper p span{
      font-family: 'Red Hat Display';
    font-size: 24.79px;
    font-weight: 800;
    padding-top: 17px;
    display: block;
    margin-bottom: 1px;
}
.advantage_area .content{
    background-color: #ffffff;
    min-height: 310px;
    padding: 38px 31px;
    max-height: 311px;
    margin-top: 13px;
	transition: all .3s;
}
.advantage_area .content h3{
    font-size: 24px;
    color: #003da7;
    letter-spacing: -.7px;
    line-height: 29px;
    font-weight: 900;
}
.advantage_area .content h3 span{
    color: #0a9cab;
}
.advantage_area .content p{
    color: #000000;
    font-size: 16px;
    line-height: 27px;
    max-width: 100%;
}
.advantage_area .wrapper:nth-child(3) p {
    max-width: 83%;
    padding: 27px 0px;
}
.advantage_area .read_more{
    margin: auto;
	padding: 18px 35px;
}
.advantage_area .read_more span {
    font-size: 23px;
    margin-right: 10px;
}
/* --------------------test_area----------- */
.test_area{
    float: left;
    width: 100%;
    padding: 100px 0px 66px;
    position: relative;
}
.test_area .main-Heading h2{
    max-width: 100%;
}
.test_area::before {
    content: "";
    background-image: url(../images/test_bg.png);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 18%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.test_area .row {
    padding: 0px 20px;
}
.test_area img {
    width: 100%;
    max-width: 385px;
    float: right;
    height: 511px;
    object-fit: cover;
}
.test_area .content {
    position: relative;
    text-align: center;
    max-width: 869px;
    margin: auto;
    text-align: center;
}
.test_area .content::before{
    content: "";
    background-image: url(../images/testi_cote.png);
    position: absolute;
    left: -85px;
    top: -29px;
    width: 243px;
    height: 100%;
    /* opacity: 7%; */
    background-repeat: no-repeat;
    background-position: top;
}
.test_area .content i{
    color: #ff9600;
    font-size: 35px;
    margin: 0px 10px 21px 0px;

}
.test_area .content p{
    font-size: 18px;
    line-height: 31px;
}
.test_area .name_contet h6 {
    font-size: 33px;
    padding: 19px 50px 0px;
    line-height: 36px;
    font-family: "Great Vibes", cursive;
    color: #089bab;
}
.test_area .main-Heading{
    display: block;
}
.test_area .main-Heading h2{
    margin-bottom: 56px;
    text-align: center;
}
/* -------------------------section.aproch_area------------ */
.aproch_area{
    float: left;
    width: 100%;
    padding: 80px 0px; 
    background-color: #f2f2f2;
}
.aproch_area .content {
    border: #0099a9 solid 2px;
    min-height: 423px;
    max-height: 423px;
}
.aproch_area .col-md-3 {
    padding: 0px 12px;
}
.aproch_area .content h3 {
    background: #0099a9;
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    padding: 23px 19px;
    min-height: 145px;
    letter-spacing: -.4px;
    line-height: 33px;
}
.aproch_area .content p {
      padding: 9px 14px;
    color: #000000;
    font-weight: 500;
    line-height: 26px;
}
.aproch_area .col-md-3:nth-child(2) .content{
    border: #003da7 solid 2px;
}
.aproch_area .col-md-3:nth-child(2) .content h3 {
    background: #003da7;
}
.aproch_area .col-md-3:nth-child(3) .content h3 {
    background: #ffd300;
    color: #000000;
}
.aproch_area .col-md-3:nth-child(3) .content{
    border: #ffd300 solid 2px;
}
.aproch_area .content h3 span {
    display: block;
    font-size: 38px;
    color: #ffd300;
}
section.aproch_area .main-Heading h2 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
/* -------------Schedule_area------------- */
.Schedule_area{
    float: left;
    width: 100%;
    background-size: cover;
    background-image: url(../images/Schedule_bg.jpg);
    position: relative;
    background-position: center;
    min-height: 595px;
    display: flex;
    justify-content: center;
    align-items: center;
	background-attachment: fixed;
}
.Schedule_area:before{
    content: "";
    background-color: #232323;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 93%;
}
.Schedule_area .container {
    position: relative;
    max-width: 897px;
    margin: auto;
    text-align: center;
}
.Schedule_area h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: -.6px;
    margin-bottom: 20px;
}
.Schedule_area h2 span{
    display: block;
}
.Schedule_area p {
    color: #fff;
    line-height: 27px;
}
.Schedule_area .btn_area {
    display: flex;
    margin: auto;
    text-align: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}
.Schedule_area .btn_area .read_more span{
    font-size: 23px;
    margin-right: 10px;
}
.Schedule_area .btn_area .read_more {
    padding: 18px 37px;
}
.Schedule_area .btn_area a:nth-child(1) {
    background-color: #0099a9;
    color: #ffff;
    padding: 20px 50px;
}
.Schedule_area .btn_area a:nth-child(1):hover {
    background-color: #003da7;
}
/* --------------------location_area---------------- */
.location_area{
    float: left;
    width: 100%;
    padding: 70px 0px;
}
section.location_area h2 {
   text-align: center;
    max-width: 100%;
    margin-bottom: 40px;
}
.location_area img {
    object-fit: contain;
    padding: 9px 14px;
}
section.location_area .content {
    border: #0099a9 solid 2px;
    min-height: 334px;
    max-height: 334px;
    padding: 26px 18px;
}
section.location_area .content p {
    font-size: 15.9px;
    line-height: 27px;
    color: #444444;
    font-weight: 500;
}
section.location_area .content h3 {
    font-size: 23px;
    font-weight: 800;
    letter-spacing: -1px;
	line-height: 33px;
}
section.location_area .col-md-3 {
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 10px;
    padding-left: 10px;
}
.location_area .wrapper {
    background: #0099a9;
    width: 59px;
}
section.location_area .col-md-3:nth-child(2) .wrapper, section.location_area .col-md-3:nth-child(5) .wrapper {
    background: #003da7 !important;
}
section.location_area .col-md-3:nth-child(2) .content h3, section.location_area .col-md-3:nth-child(5) .content h3{
    color: #003da7;
} 
section.location_area .col-md-3:nth-child(1) .content h3, section.location_area .col-md-3:nth-child(4) .content h3{
    color: #0099a9;
} 
section.location_area .col-md-3:nth-child(2) .content, section.location_area .col-md-3:nth-child(5) .content {
    border: #003da7 solid 2px;
}
section.location_area .col-md-3:nth-child(3) .wrapper{
    background-color: #ffd300;
}
section.location_area .col-md-3:nth-child(3) .wrapper img {
    filter: invert(1);
}
section.location_area .col-md-3:nth-child(3) .content {
    border: #ffd300 solid 2px;  
}
section.location_area .col-md-3:nth-child(3) .content h3{
    color: #000;  
}

.footer_area{
    float: left;
    width: 100%;
    padding: 79px 0px 0px;
    background-size: cover;
    background: linear-gradient(117deg, #364188 0%, #067fc7 100%);
    position: relative;
    background-position: center;
}
.footer_area .email_address {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 16px;
}
.footer_area .term_condition {
    display: flex;
    align-items: center;
}
.footer_area .term_condition ul {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
}
.footer_area .term_condition ul li {
    margin: 0px 18px;
    position: relative;
}
.footer_area .term_condition ul li:nth-child(2):before {
    content: "";
    background: #fff;
    height: 12px;
    width: 2px;
    position: absolute;
    right: -19px;
    top: 8px;
}
.footer_area .term_condition ul li:nth-child(2)::after {
    content: "";
    background: #fff;
    height: 12px;
    width: 2px;
    position: absolute;
    left: -19px;
    top: 8px;
}
.footer_area .term_condition ul li a {
    color: #fff;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 16px;
}
.footer_area .content .email_address p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 19px !important;
    font-weight: 900 !important;
    font-family: 'Red Hat Display' !important;
	margin-top: 0px !important; 
}
.footer_area .content .email_address i {
    color: #000;
    background: #ffd300;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 50px;
    font-size: 24px;
}
.footer_area .content p {
    font-family: 'Lato';
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
	line-height: 26px;
}
.footer_area .content p a{
    color: #fff;
}
.footer_area .copy_right {
 float: left;
    width: 100%;
    /* min-height: 87px; */
    border-top: #7ba4c700 solid 1px;
    margin-top: 25px;
    padding: 32px 0px;
    border-image: linear-gradient(to right, #8798bb, #74b1d5) 1;
}
.footer_area .address_p {
    margin-top: 80px;
}
.copy_right p{
    font-size: 16px;
    color: #fff;
    font-family: 'Lato';
    font-weight: 500;
    margin-bottom: 0px;
}
.footer_area .content {
    margin-bottom: 41px;
}
.footer_area .social_icon ul {
    display: flex;
    list-style: none;
    float: right;
    margin-bottom: 0px;
}
.footer_area .social_icon ul li {
    padding: 0px 11px;
}
.footer_area .social_icon ul li a {
    color: #fff;
}
.footer_area .social_icon ul li i {
    font-size: 16px;
}
.banner_btn a:hover {
    background: #ffd300;
    color: #000;
    text-decoration: none;
}
a{
	transition: all .3s;
}
a:hover{
	text-decoration: none;
}
.header_main .nav_area ul li a:hover {
    color: #0099a9;
}
.topbtn_area a:hover {
    background: linear-gradient(95deg, #003da7 0%, #0099a9 120%);
}
.topbtn_area a:nth-child(1):hover {
    background: #0099a9;
    color: #fff;
}
.read_more:hover {
    background: #0099a9;
    color: #fff;
}

.advantage_area .content:hover{
    background: #ffd300;
}
.advantage_area .content:hover h3{
	color: #000000;
}
.advantage_area .content:hover h3 span{
	color: #003da7;
}
.footer_area .col-md-4:nth-child(2) .content{
    padding-left: 38px;
}
.footer_area .col-md-4:nth-child(3) .content{
    padding-left: 62px;
}
.footer_area .col-md-4:nth-child(3) .content p {
	font-size: 14.45px;
}
.footer_area .col-md-4:nth-child(3) .content p:last-child {
	font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
}
.footer_area .term_condition ul li a:hover {
    color: #ffd300;
}
.footer_area .social_icon ul li a:hover {
    color: #ffd300;
}
.footer_area .social_icon ul li img {
    filter: grayscale(28);
}
.footer_area .social_icon ul li a:hover img{
	filter:none;
}

/* ---------breadcrumb----------- */
.about-banner {
    float: left;
    background: #afaeae;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-position: 11% 21%;
}
.about-banner:before {
  position: absolute;
    width: 100%;
    height: 100%;
    background: #0099a9f7;
    left: 0px;
    content: "";
    background: linear-gradient(117deg, rgb(0 70 168 / 95%) 0%, rgb(0 137 169 / 98%) 100%);
}
.breadcrumbs {
    padding: 53px 0px 53px;
    text-align: center;
    position: relative;
}
.about-banner h1 {
   color: #fff;
    line-height: 60px;
    font-family: 'Red Hat Display';
    font-size: 55px;
    letter-spacing: -2px;
    font-weight: 900;
}
.about-banner ul {
    display: flex;
    justify-content: center;
    list-style: none;
    align-items: center;
    margin-bottom: 0px !important;
}
.about-banner ul li {
       margin-bottom: 0px;
    color: #ffffff;
    line-height: 25px;
    font-size: 18px;
    font-family: 'Lato';
    line-height: 32px;
    letter-spacing: -.2px;
    font-weight: 600;
    letter-spacing: .1px;
}
.about-banner .about-right ul li a {
    color: #ffffff;
}
.about-banner ul li i {
    padding: 0 11px;
    color: #ffffff !important;
    font-size: 16px;
}
.all-spacing {
    float: left;
    width: 100%;
}
.all-spacing h2 span{
	color: #0099a9;
}

/*  -------------dropdown menu----------  */


.header_main .nav_area .sub-menu {
    opacity:0;
    visibility: hidden;
    border-radius: 0 0 7px 7px !important;
    position: absolute !important;
    top: 120px !important;
    color: #fff !important;
    list-style: none;
    transition: all 0.5s;
    box-shadow: 1px 1px 3px #70707047;
    display: inherit;
    z-index: 5;
}
.about-banner p {
    font-size: 18px;
    color: #fff !important;
    font-weight: 400;
	line-height: 32px;
	margin-bottom: 0px;
	max-width: 703px;
}
.header_main .nav_area .menu-item-has-children .sub-menu li a {
  padding: 15px 0px !important;
    display: inline-block;
    width: 100%;
    position: relative;
    color: #303030;
    transition: all .4s;
    font-size: 13.64px;
    font-family: 'Lato';
}
.header_main .nav_area .menu-item-has-children .sub-menu li a:hover {
    color: #fff;
}
.header_main .nav_area .menu-item-has-children:hover .sub-menu {
    opacity: 1;
	visibility: visible;
    top: 86px !important;
    visibility: visible;
}
.header_main .nav_area .sub-menu li {
    list-style: none !important;
    width: 295px !important;
    float: none !important;
    display: list-item !important;
    position: relative !important;
    border-radius: 0;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0 !important;
    border-bottom: 1px solid #fff;
    margin: 0px;
    line-height: 24px;
    padding: 0px 22px !important;
	transition: all .3s;
	background: #ffd300;
}
.header_main .nav_area .sub-menu li:last-child {
    border-radius: 0px 0px 6px 6px !important;
    border-bottom: none;
}
.header_main .nav_area .menu-item-has-children .sub-menu li:hover {
    background: #fff;
    color: #000 !important;
}
.header_main .nav_area .menu-item-has-children .sub-menu li a:hover {
    color: #000;
}
.header_main .nav_area .sub-menu li:last-child{
    border:none !important;
}
.header_main .nav_area .menu-item-has-children .sub-menu li:hover a::before {
    width: 100%;
}
.header_main .nav_area .menu> li.menu-item-has-children a:first-child::after {
    content: "\f107";
    position: relative;
    font-family: FontAwesome;
    margin-left: 4px;
    font-size: 19px;
    font-weight: 500;
    color: #2b2b2b;
}
.header_main .nav_area .menu .sub-menu li.menu-item-has-children a:after {
    content: "\e874";
    position: relative;
    font-family: Linearicons-Free;
    margin-left: 3px;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff ! IMPORTANT;
    display: block;
    float: right;
}
.header_main .nav_area .menu-item-has-children .sub-menu .sub-menu {
    opacity: 0;
    left: 295px;
    border-radius: 0px 4px 4px 0px !important;
}
.header_main .nav_area .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    top: 0px !important;
    visibility: visible;
}
.header_main .nav_area .sub-menu li a:after {
    display: none;
}
.contact_page input, .contact_page textarea, .contact_page select {
    height: 55px !important;
    border-radius: 0px !important;
    border: none !important;
    font-family: 'Lato' !important;
    font-weight: 500 !important;
    color: #2d2d2d !important;
	font-size: 16px !important;
	opacity:1;
}
.contact_page input::placeholder, .contact_page textarea::placeholder{
	 color: #2d2d2d !important;	opacity:1;
}
.contact_page textarea{
	height: 120px !important;
}
.contact_page .wpforms-submit {
    background: #ffd300 !important;
    text-align: center;
    margin: auto !important;
    display: table !important;
    /* width: 100% !important; */
    padding: 18px 74px !important;
    border: none !important;
    font-family: 'Red Hat Display';
    font-weight: 900;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
	transition: all .3s;
}
.contact_page .wpforms-submit:hover {
    background: #fff !important;
}
.contact_page .elementor-element.elementor-element-469cad7f.elementor-widget.elementor-widget-spacer {
    display: none;
}
.contact_p_adress a{
	color: #141414;
}
section.blog_detail {
    float: left;
    width: 100%;
    padding: 80px 0px;
}
section.blog_detail .blog_info img {
    max-width: 705px;
    width: 100%;
    height: 400px;
    object-fit: cover;
	   margin-bottom: 18px;
}
section.blog_detail .blog_info h3 {
    font-family: 'Red Hat Display';
    font-size: 28px;
    color: #003da7;
    letter-spacing: -.7px;
    margin-top: 14px;
    /* max-width: 365px; */
    font-weight: 900;
    line-height: 37px;
}
.single-post .about-banner h1 {
   font-size: 37px;
    letter-spacing: -1px;
    line-height: 48px;
    max-width: 1100px;
    margin: auto;
}
.sidebar h3 {
    font-family: 'Red Hat Display';
    font-size: 34px;
    letter-spacing: -.8px;
    font-weight: 900;
}
.sidebar .recent_post_sidebar {
    background: #ffd300;
    padding: 40px 30px;
}
.sidebar .recent_post_sidebar ul {
    list-style: none;
}
.sidebar .recent_post_sidebar ul li {
    font-family: 'Lato';
    line-height: 27px;
    border-bottom: #ffe566 solid 1px;
    padding: 8px 18px;
	position: relative;
}
.sidebar .recent_post_sidebar ul li:last-child, .sidebar .category_sidebar ul li:last-child{
	border: none;
}
.sidebar .recent_post_sidebar ul li a {
    color: #000;
    font-size: 16px;
}
.sidebar .recent_post_sidebar ul li:before {
    content: "\f101";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
}
.category_sidebar {
    background: #0099a9;
    margin-top: 18px;
     padding: 40px 30px;
	color: #fff;
}
.sidebar .category_sidebar ul {
    list-style: none;
}
.sidebar .category_sidebar ul li {
  font-family: 'Lato';
    line-height: 27px;
    border-bottom: #1dafbf solid 1px;
    padding: 11px 18px;
    list-style: none;
    position: relative;
}
.sidebar .category_sidebar ul li:before {
    content: "\f101";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
}
.sidebar .category_sidebar ul li a {
    color: #fff;
    font-size: 16px;
	font-weight: 500;
}
.blog_detail .blog_info p {
    font-size: 16px;
    line-height: 28px;
}
.category_sidebar li {
    list-style: none;
}
.blog_page .elementor-posts .elementor-post__card .elementor-post__text {
	padding: 0 0px;
}
.blog_page a.elementor-post__read-more {
    background: #0099a9;
    width: 100%;
    text-align: center;
    color: #fff !important;
    padding: 14px;
}
.blog_page a.elementor-post__read-more:hover{
	  background: #003da7;
	   color: #fff !important;
}
.blog_page .elementor-card-shadow-yes .elementor-post__card:hover {
    box-shadow: none ;
}
.blog_page .elementor-card-shadow-yes .elementor-post__card {
    box-shadow: none !important;
}
.blog_page .elementor-post__meta-data span.elementor-post-date {
       background: #ffd300;
    padding: 4px 10px;
    font-family: 'Lato';
    color: #000;
    border-radius: 2px;
     font-size: 15px;
    font-weight: 600;
    margin: 0px 9px;
}
.blog_page span.elementor-post-author {
    background: #0099a9;
    padding: 4px 10px;
    font-family: 'Lato';
    color: #fff;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 600;
}
.blog_page .elementor-post__meta-data {
   position: absolute;
    top: 244px;
    padding: 15px 0px !important;
    border: none !important;
}
.blog_page .elementor-post__meta-data span.elementor-post-date:before {
    display: none;
}
section.blog_detail .blog_info h4 {
   background: #ffd300;
    font-size: 18px;
    display: inline-block;
    padding: 7px 12px;
    border-radius: 5px;
    margin: 18px 0px 0px;
    font-family: 'Red Hat Display';
    position: absolute;
    left: 14px;
}
section.blog_list {
    float: left;
    padding: 90px 0px;
    width: 100%;
}
.blog_list .blog_img img {
    height: 307px;
    width: 100%;
    border-radius: 6px;
	object-fit: cover;
}
.blog_list .blog_content h3 {
   font-family: 'Red Hat Display';
    font-size: 20px;
    color: #003da7;
    letter-spacing: -.2px;
    margin-bottom: 20px;
    max-width: 365px;
    font-weight: 900;
    line-height: 28px;
}
.blog_list .blog_content .auther_name {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.blog_list .blog_content .auther_name span {
    background: #ffd300;
    font-size: 14px;
    padding: 2.4px 11px;
    border-radius: 4px;
    font-family: 'Red Hat Display';
}
.blog_list .blog_content .auther_name h6 {
   background: #0099a9;
    font-size: 13px;
    padding: 5px 11px;
    border-radius: 4px;
    font-family: 'Red Hat Display';
    color: #fff;
    margin: 0px 10px;
}
.blog_list .bg_btn {
    font-size: 15px;
    font-family: 'Lato';
    color: #141414;
    text-transform: uppercase;
    padding: 16px 30px;
    border-radius: 0px;
    background: #ffd300;
    transition: .4s;
    display: flex;
    width: fit-content;
    align-items: center;
    line-height: 14px;
    font-weight: 900;
}
.blog_list .col-md-8 .row {
    margin-bottom: 32px;
}
.blog_list .bg_btn:hover {
    background: #0099a9;
    color: #fff;
}
.sidebar {
    position: sticky;
    top: 46px;
}
section.blog_detail .blog_info {
    position: relative;
}
.date_a {
    position: absolute;
    bottom: 20px;
    left: 17px;
}
.flog_detail_img {
    position: relative;
}
.date_a span {
    background: #ffd300;
    font-size: 16px;
    font-family: 'Red Hat Display';
    font-weight: 600;
    padding: 6px 15px;
    border-radius: 2px;
}
.date_a span:nth-child(2) {
    background: #0099a9;
    color: #fff;
    margin-left: 6px;
}
.privacy_page h2 {
    font-family: 'Red Hat Display';
    font-size: 29px;
    color: #003da7;
    letter-spacing: -.2px;
    font-weight: 900;
    margin: 23px 0px 9px;
}
.privacy_page p{
	font-size: 16px;
    line-height: 28px;
	 font-family: 'lato';
	color: #000;
}
section.mobile_service_listing {
   float: left;
    width: 100%;
    padding: 48px 0px 88px;
}
.mobile_service_listing .mobile-list {
    position: relative;
    margin-bottom: 30px;
}
.mobile_service_listing .service_list {
    background: #003da7;
    color: #fff;
    max-width: 100%;
    padding: 20px 15px 20px 20px;
    position: relative;
    margin-top: -40px;
    transition: .5s all ease;
}
.mobile_service_listing .service_list h3 {
    font-family: 'Red Hat Display';
    font-weight: 900;
    font-size: 21px;
    min-height: 48px;
}
.mobile_service_listing .mobile-list img {
    width: 100%;
    height: 310px;
    object-fit: cover;
}
.mobile-list:hover .service_list {
    max-width: 100%;
    background-color: #0099a9;
}
.border_img {
    position: relative;
}
.border_img img{
	position: relative
}
.border_img:before {
    content: "";
    border: #0099a93d solid 1px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 10px;
    top: -10px;
}
.header_main .nav_area ul li.current-menu-item a {
    color: #0099a9 !important;
}
.header_main .nav_area ul .sub-menu li a {
    color: #393939 !important;
}
.header_main .nav_area ul .sub-menu li.current-menu-item a{
	 color: #0099a9 !important;
}
.mobile_service_listing .service_list a {
    color: #fff;
}
section.mobile_ser_area p, .offer_area p {
    max-width: 900px;
    margin: auto;
}
.mobile_service_listing .service_list a.read_more {
    color: #000;
    margin-top: 16px !important;
}
.mobile_service_listing .service_list a.read_more:hover {
    background: #fff;
    color: #000;
}
.color_wh a {
    color: #fff;
}
.color_bl a{
	color: #000;
}
.value_li ul {
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.value_li ul li {
    background: #ffffff1a;
    text-align: left;
    padding: 15px 13px;
    width: 49%;
}
section.mobile_ser_area {
   float: left;
    width: 100%;
    background: #fbfbfb;
    padding: 40px 0px;
    text-align: center;
}
section.mobile_ser_area h2 {
    max-width: 100%;
    text-align: center;
}
.offer_area{
   float: left;
    width: 100%;
    padding: 70px 0px 0px;
    text-align: center;
}
.offer_area h3 {
   font-family: 'Red Hat Display';
    font-size: 32px;
    color: #003da7;
    letter-spacing: -1px;
    margin-bottom: 20px;
	text-align: center;
	font-weight: 900;
}

.benefit_area{
	 float: left;
    width: 100%;
    background: #f6f6f6;
    padding: 70px 0px;
    text-align: center;
}
.benefit_area h2{
	 max-width: 100%;
}
.benefit_area h4 {
    font-family: 'Red Hat Display';
    font-size: 22px;
    color: #003da7;
    letter-spacing: -.7px;
    margin-bottom: 20px;
    font-weight: 900;
}
.benefit_area .content {
    text-align: left;
    padding: 35px 19px;
    background: #fff;
    min-height: 290px;
    margin-top: 40px;
	position: relative;
}
.benefit_area .content:before {
    content: "";
    width: 53px;
    height: 53px;
    background: #ffd30066;
    position: absolute;
    border-radius: 50px;
    top: 49px;
    left: 17px;
}
.benefit_area .content img {
      max-width: 64px;
    height: 63px;
    object-fit: contain;
    margin-bottom: 20px;
    position: relative;
}
.why_choose {
	 float: left;
    width: 100%;
	  padding: 90px 0px;
}
.why_choose .content{
	padding: 50px 60px 0px 0px;
}

.why_choose img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.why_choose h2{
	max-width: 100%;
}
.mobile_service_listing .service_list p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media only screen and (min-width:767px) {
	.mobile_icon{
		display: none;
	}
}
.site_mappage ul {
    margin-left: 18px;
}
.wpforms-field-captcha label {
    color: #fff;
}
.wpforms-field-captcha span.wpforms-captcha-equation {
    max-width: 100px !important;
    width: 100% !important;
    color: #ffff;
    font-family: 'Red Hat Display';
    font-weight: 700;
}
.wpforms-field-captcha .wpforms-captcha-math {
    display: flex;
    align-items: center;
}
.wpforms-field-captcha input {
    width: 100% !important;
    max-width: 100% !important;
}
.brampton_banner h4 {
    color: #ffd300;
    font-size: 31px;
    line-height: 50px;
    font-weight: 900;
   font-family: "Mulish", serif;
    text-transform: capitalize;
}
.brampton_banner h4 span {
    background: #ffd324;
    width: 22px;
    height: 4px;
    position: absolute;
    top: 24px;
    margin-left: 12px;
}
.brampton_banner .text-heading {
    position: relative;
    width: 100%;
    max-width: 100%;
}
.brampton_banner h1 {
    font-size: 43px;
    color: #fff;
    line-height: 50px;
    font-weight: 900;
    font-family: 'Mulish';
    letter-spacing: -1px;
}
.brampton_banner h1 span {
    color: #33d1e2;
}
.brampton_banner .form_contan {
    position: absolute;
    right: 0px;
    width: 100%;
    top: 0px;  
}
.brampton_banner .form_area {
    background: #003da7c2;
    width: 100%;
    min-height: 594px;
    padding: 45px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-width: 436px;
	float: right;
	 z-index: 1;
	position: relative;
    /* right: 0px; */
}
.brampton_banner .wpforms-container-full {
    width: 100% !important;
}
.brampton_banner .col-md-8 {
    -ms-flex: 0 0 62.666667%;
    flex: 0 0 62.666667%;
    max-width: 62.666667%;
}
 .brampton_banner .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 37.333333%;
    max-width: 37.333333%;
}
 .brampton_banner .row {
    align-items: center;
}
 .brampton_banner img {
    animation: zoom 30s infinite;
    object-fit: cover;
    height: auto;
}
 .brampton_banner .wpforms-form label.wpforms-error {
    color: #ff3838 !important;
    font-size: 12px;
    position: absolute;
}
@keyframes zoom {
	0% {
    transform: scale(1);
}
50% {
    transform: scale(1.3);
}
100% {
    transform: scale(1.5);
}
}
 .brampton_banner p {
   font-size: 17px !important;
    font-family: 'Lato' !important;
    font-weight: 600 !important;
    line-height: 27px;
	max-width: 614px;
}
.brampton_banner .form_area h4{
	text-align: center;
    font-size: 35.73px !important;
}
.brampton_banner .banner_btn a {
    font-family: "Fira Sans Condensed", serif;
    font-size: 16px;
    font-weight: 700;
    border-radius: 7px;
    padding: 11px 23px;
}
.brampton_banner .banner_btn a span {
    font-size: 15px;
    padding-right: 4px;
}
.page-template-Brampton-php .topbtn_area a {
    border-radius: 5px;
}
.brampton_banner .form_area input, .brampton_banner .form_area textarea{
    width: 100%;
    height: 44px ! IMPORTANT;
    border-radius: 0px !important;
	color: #bcbcbc !important;
    background: none !important;
    border: #fff solid 2px ! IMPORTANT;
    font-size: 15.31px ! IMPORTANT;
    font-weight: 500 !important;
    font-family: "Jost", serif !important;
}
.brampton_banner .form_area textarea{
	height: 122px ! IMPORTANT;
}
.brampton_banner .form_area input::placeholder, .brampton_banner .form_area textarea::placeholder{
    font-weight: 500 !important;
   font-family: "Jost", serif !important;
	color: #bcbcbc !important;
}
.brampton_banner .wpforms-submit{
    color: #fff !important;
    background: #0099a9 !important;
    border: none ! IMPORTANT;
    width: 100% !important;
    border-radius: 5px !important;
    font-family: 'Fira Sans Condensed'!important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    font-size: 15.31px !important;
	transition: all .3s !important;
}
.brampton_banner .wpforms-submit:hover {
    background: #ffd300 ! IMPORTANT;
    COLOR: #333 !important;
}
.brampton_banner .overlay {
    background: linear-gradient(90deg, rgb(59 66 76 / 90%) 0%, #152034c9 30%, #152034b8 70%);
}
.brampton_banner img {
    height: 594px;
}
.colapse_span h2 span {
    color: #ffd300;
}
.colapse_span .elementor-widget-container p span {
    color: #33d1e2;
}
.brampton_testi .elementor-swiper-button-next:before {
    content: "\e876";
    font-family: 'Linearicons-Free';
    position: absolute;
    top: -60px;
}
.brampton_testi .elementor-swiper-button-prev:before{
    content: "\e875";
    font-family: 'Linearicons-Free';
    position: absolute;
    top: -60px;	
}
.brampton_testi .elementor-swiper-button-prev svg, .brampton_testi .elementor-swiper-button-next svg {
    display: none;
}
.brampton_work .elementor-swiper-button-next:before {
    content: "\e876";
    font-family: 'Linearicons-Free';
    margin-right: -50px !important;
}
.brampton_work .elementor-swiper-button-prev:before{
    content: "\e875";
    font-family: 'Linearicons-Free';
    margin-left: -50px !important;
}
.brampton_work .elementor-swiper-button-prev svg, .brampton_work .elementor-swiper-button-next svg {
    display: none;
}
.brampton_faq .elementor-accordion-item {
    border-bottom: #ECECEC solid 1px !important;
}
.footer_area2{
    background: #0099a9;
	padding: 0px;
}
.footer_area2 .copy_right{
	margin-top: 0px;
	padding: 20px 0px;
}
.footer_area2 .copy_right p {
	font-size: 18px;
}
.footer_area2 .social_icon ul li i {
    font-size: 25px;
}
.map_area_bramp iframe {
    border-radius: 22px;
    min-height: 550px;
}
.green_hover .elementor-widget-wrap:hover {
    background: #00a5b7 !important;
}
.green_hover .elementor-widget-wrap:hover p, .green_hover .elementor-widget-wrap:hover h2{
	  color: #fff !important;
}
.yellow_hover .elementor-widget-wrap:hover {
    background: #f7ce0b !important;
}
.yellow_hover .elementor-widget-wrap:hover p{
	  color: #232323 !important;
}
.blue_hover .elementor-widget-wrap:hover {
    background: #1348a5 !important;
}
.blue_hover .elementor-widget-wrap:hover p, .blue_hover .elementor-widget-wrap:hover h2{
	  color: #fff !important;
}
.brampton_banner .wpforms-confirmation-container-full p {
    color: #000;
    line-height: 24px;
}
.mobile_icon img{
    transition: all .3s;
}
.mobile_icon:hover img {
    transform: rotateY(360deg);
}
.br_remove .elementor-widget-container {
    min-height: 103px;
}
.page-template-Mobilewash .header_main .logo_area img {
    max-width: 150px;
    height: auto;
}
.page-template-Mobilewash .header_main {
	min-height: 109px;
}

.page-template-HomeFrench .banner .text-heading {
    max-width: 609px;
}
.page-template-HomeFrench .advantage_area .content {
    max-height: 350px;
}
.page-template-HomeFrench .aproch_area .content {
    min-height: 501px;
    max-height: 501px;
}
.page-template-MobileServicesFrench .mobile_service_listing {
    padding: 0px 0px 88px;
}
.page-template-MobileServicesFrench .benefit_area h4 {
	min-height: 52px;
}
.page-template-MobileServicesFrench .benefit_area .content {
	min-height: 335px;
}
.page-template-MobileServicesFrench .why_choose .content {
    padding: 0px 60px 0px 0px;
}
.page-template-HomeFrench .services_area .content_waraper ul li:nth-child(2) {
    right: -69px !important;
}
.page-template-HomeFrench .services_area .content_waraper ul li:nth-child(5) {
    bottom: -153px;
}
.page-template-HomeFrench .services_area .main-Heading h2 {
	max-width: 555px;
}
.page-template-HomeFrench .location_area .content {
    min-height: 311px;
    max-height: 330px;
}
[lang="fr-CA"] .header_main .nav_area ul li {
    padding: 14px 11px;
}
.header_main .logo_area img {
    max-width: 174px;
}
[lang="fr-CA"] .header_main .nav_area .sub-menu li {
    padding: 0px 15px !important;	
}
[lang="en-CA"] .logo-after img {
/*     display: none; */
}

.thank_page ul {
    margin-left: 20px;
}

.thank_page ol {
    margin-left: 19px;
}
.thank_page ol li{
	margin-bottom: 10px
}
.thank_page h3 {
    font-family: "Red Hat Display", Sans-serif;
    font-size: 25px;
    font-weight: 900;
    color: #003DA7;
    padding: 14px 0px 3px;
}
.thank_page a{
	 color: #003DA7;
}
.thank_page ul li {
    margin-bottom: 7px;
   border-bottom: #e3e3e3 solid 1px;  
    padding-bottom: 10px;
}
.thank_page ol li strong {
    font-family: 'Red Hat Display' !important;
    font-weight: 800;
}
.thank_page ol li::marker {
    background: #000;
    font-family: 'Red Hat Display';
}

section.blog_detail .blog_info h2 {
    font-family: 'Red Hat Display';
    font-size: 29px;
    color: #2e2e2e;
    letter-spacing: -.7px;
    margin-top: 14px;
    font-weight: 900;
    line-height: 37px;
}
section.blog_detail .blog_info ol li{
	margin-left: 20px;
}