*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
p{
   font-family: "Jost", sans-serif;
}
body {
    overflow-x: hidden;
   font-family: "Jost", sans-serif;
}
.header_main {
    float: left;
    width: 100%;
    min-height: 105px;
    background: #4f4f4f00;
    display: flex;
    align-items: center;
    z-index: 99;
  position: absolute; 
}
.header_main .row {
    align-items: center;
}
.appoint_area {
    display: flex;
    align-items: center;
    justify-content: end;
}
.nav_area ul{
    display: flex;
    list-style: none;
	margin-bottom: 0px;
}
.header_main .nav_area ul li {
    margin: 0px 20.4px;
}
   .header_main .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 11.666667%;
        max-width: 11.666667%;
    }
.header_main .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 88.333333%;
        max-width: 90.333333%;
    }
.header_main .nav_area ul li a {
        color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Space Grotesk", sans-serif;
	letter-spacing: .4px;
}
.appoint_area .btn_area a {
    /* background: #004aad; */
    padding: 18px 25px;
    margin-left: 0px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 800;
    font-family: "Fira Sans Condensed", sans-serif;
    /* letter-spacing: .5px; */
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
       column-gap: 28px;
}
.appoint_area .btn_area a span {
    display: block;
    font-size: 13px;
    letter-spacing: 2px;
    font-family: 'Space Grotesk';
    font-weight: 700;
    margin-bottom: 1px;
}
.btn_area img {
    width: 42px;
    object-fit: contain;
}
.btn_area p {
    margin-bottom: 0px;
    font-family: 'Space Grotesk';
    font-size: 20px;
    font-weight: 700;
	position: relative;
}
.appoint_area .btn_area a i {
    font-size: 23px;
    vertical-align: bottom;
    padding-right: 9px;
}
.logo_area img {
    height: 94px;
    object-fit: contain;
}
.hemburg_menu .bur_menu a.felx_btn {
    background: #ff3131 !important;
    padding: 13px 35px 12px;
    display: flex;
    align-items: center;
    column-gap: 14px;
    margin-top: 0px;
}
.hemburg_menu .bur_menu a.felx_btn .menu_t p {
    font-family: 'Fira Sans Condensed';
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.hemburg_menu span {
    background-color: #fff;
    width: 25px;
    height: 2px;
    margin: 6px 0px;
    display: flex;
}
/* -------sidebar menu-------- */
.sidenav {
    height: 100%;
    height: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
     background-color: #ff3131;
    background-image: url(../images/menu_bg.png);
    width: 100%;
    background-size: cover;
    background-position: center;
    overflow-y: hidden;
    transition: 0.5s;
    padding-top: 0px;
    width: 100%;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 54px;
    font-size: 41px;
    margin-left: 50px;
    color: #fff;
    background: #034aac;
    padding: 11px 19px;
    border-radius: 0px 0px 18px 20px;
    z-index: 1;
}
.sidenav .closebtn span{
    font-size: 41px; 
}
  .sidenav a:hover{
    text-decoration: none;
  }
.sidebarmnu {
    /* text-align: left; */
    height: 456px;
    position: absolute;
    width: 100%;
    top: 0px;
    background-color: #ff3131;
    background-image: url(../images/menu_bg.png);
    width: 100%;
    background-size: cover;
    background-position: center;
}
.sidebarmnu ul img {
    /* text-align: left; */
    margin-bottom: 28px;
    padding: 0px;
    width: 100%;
    max-width: 120px;
}
.sidebarmnu ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
      margin-top: 70px;
}
.sidebarmnu ul li {
    line-height: 40px;
    padding: 0px 0px;
    transition: all .4s;
    position: relative;
    text-align: center;
    width: 100%;
    max-width: 230px;
}
.sidebarmnu ul li h4 {
    font-family: 'Fira Sans Condensed';
    font-size: 19.66px;
    font-weight: 700;
}

.sidebarmnu ul li a {
    color: #fff;
    display: block;
    text-transform: uppercase;
}
.sidebarmnu .wrapper {
    width: 100%;
    min-height: 217px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    border-radius: 13px;
    transition: all .4s;
    position: relative;
}
.sidebarmnu .wrapper:after {
    content: "";
    background: #ff3131;
    width: 51px;
    height: 24px;
    position: absolute;
    bottom: 0px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.sidebarmnu .wrapper:hover{
    background-color: #034aac;
}
.sidebarmnu .menu_heading {
    border-bottom: #ff6161 solid 1px;
    padding: 20px 0px 19px 143px;
}
.sidebarmnu .menu_heading h2 {
    color: #fff;
    font-size: 51px;
    font-weight: 900;
    font-family: 'Mulish';
}
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 0px; margin-top: 0px;}
    .sidenav a {font-size: 18px;}
  }
@keyframes zoom{
0% {
    transform: scale(1);
}
50% {
    transform: scale(1.3);
}
100% {
    transform: scale(1.5);
}
}


/* ----------------------contact-us---------- */

.footer_area {
    float: left;
      background-color: #161616;
    background-image: url(../images/footer_bg.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    padding: 90px 0px 12px;
    position: relative;
	 background-position: 10px 1%;
}
.footer_area:before{
    content: "";
    position: absolute;
       background-color: #051d3bf0;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.footer_area .addres_wrapper {
    display: flex;
    gap: 20px;
    width: 100%;
    align-items: center;
}
.footer_area .footer_address .map_adress p {
    color: #fff;
    font-family: jost;
    font-size: 18px;
}
.footer_area .addres_wrapper .icon_img {
    width: 58px;
    height: 91px;
    object-fit: contain;
    background: #004aad;
    padding: 16px;
    border-radius: 8px;
    line-height: 58px;
}
.footer_area .col-md-4:nth-child(3) .icon_img {
    background: #ff3131;
}
.footer_area .addres_wrapper img {
    width: 53px;
    height: 53px;
    object-fit: contain;
}
.footer_area .addres_wrapper.email img {
    width: 46px;
    height: 42px;
}
.footer_area .addres_wrapper.phone img {
    width: 40px;
    height: 42px;
}
.footer_logo {
    max-width: 267px;
    width: 100%;
}
.footer_area .addres_wrapper h5 {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.footer_area .addres_wrapper p {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Jost';
}
.footer_area .addres_wrapper p span {
    display: block;
    text-transform: initial;
    font-weight: 600;
    color: #ffffff;
    line-height: 28px;
    font-family: 'Space Grotesk';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.footer_area .row {
    align-items: center;
}
.footer_area .addres_wrapper p a{
    color: #fff;
    display: block;
    font-size: 18px;
}
.footer_area .col-md-4:nth-child(2) {
    padding-left: 0px;
}
.footer_area .col-md-4:nth-child(3) {
    padding-left: 0px;
}
.footer_logo img {
    width: 165px;
}
.social_media {
    width: 100%;
}
.social_media ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin-bottom: 0px;
    justify-content: end;
}
.social_media ul li a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    border: #fff solid 2px;
    text-align: center;
    justify-content: center;
    border-radius: 50px;
}
.social_media ul li i {
    font-size: 20px;
    font-family: 'FontAwesome';
}
 .social_media ul li img {
    width: 33px;
    height: 38px;
    object-fit: contain;
}
.copy_right {
    width: 100%;
    padding: 17px 0px;
}
.copy_right p {
    color: #fff;
    margin: 0px 0px 0px;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Jost';
}
.liine_img {
    margin: 38px 0px 28px;
    position: relative;
    z-index: 1;
}
.copy_right .row {
    align-items: center;
}
.dropdown-menu {
    display: none;
    /* position: absolute; */
    background-color: #767676;
    min-width: 100%;
    /* border: 1px solid #ccc; */
    z-index: 1;
    margin: 0px;
    padding: 0px;
    position: static;
}
.liine_img img {
    width: 100%;
    height: 6px;
}  
 .dropdown-menu a {
      text-decoration: none;
      display: block;
      color: #333;
    }

.footer_menu {
    border-top: #7f7f7f solid 1px;
    padding-top: 29px;
    margin-top: 40px;
}
.footer_menu ul {
    display: flex;
    align-items: center;
    list-style: none;
    column-gap: 40px;
   justify-content: space-between;
}
.footer_menu ul li a {
    color: #333333;
    font-weight: 700;
    font-size: 15px;
    font-family: "Urbanist", sans-serif;
    text-transform: uppercase;
}
.banner_h h1 span {
    border: 4px solid;
    border-image-slice: 1;
    border-width: 6px;
    border-image-source: linear-gradient(90deg, #fc3133, #0949a9);
    padding: 0px 9px;
    width: 300px;
    margin: 36px auto;
    position: relative;
    text-align: center;
}
.footer_area h2 {
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-size: 30px;
}
.header_main .nav_area ul li:last-child a {
    background: #254e24;
    padding: 12px 23px;
    border-radius: 4px;
	transition: all .3s;
}
.header_main .nav_area ul li:last-child a:hover {
    background: #ffffff;
    color: #254e24;
}
a:hover{
	text-decoration: none !important;
}
.btn_area a:hover {
    text-decoration: none;
}
.btn_area p:before {
    content: "";
    background: #575757;
    width: 1px;
    height: 38px;
    position: absolute;
    left: -15px;
    top: 5px;
}
.about_area{
	position: relative;
}
.about_area:after {
    content: "";
    background: #051d3b;
    width: 117px;
    height: 47px;
    position: absolute;
    bottom: -47px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 1;
    clip-path: polygon(51% 100%, 0 0, 100% 0);
}

.blocks_area img {
    mix-blend-mode: multiply;
	object-position: 0px 88% !important;
	    padding: 13px 25px 0px;
}
.blocks_area .elementor-widget-image {
    padding: 0px 19px 0px !important;
}
.paralax_area{
	position: relative;
}
.paralax_area:before {
    content: "";
    background-image: url(../images/green_bg.jpg);
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0px;
    background-size: auto;
    clip-path: polygon(23% 0%, 100% 0, 100% 100%, 0% 100%);
    background-attachment: fixed;
}
.all-spacing {
    float: left;
    width: 100%;
}
.paralax_area {
    /* background-position: -69px -72px !important; */
    background-size: cover !important;
    background-position: center !important;
}
@media screen and (min-width: 1400px) {
.paralax_area {
    background-position: -69px -64px !important;
    background-size: 75% !important;
    /* background-position: center !important; */
}	
}
.gallery_area dl.gallery-item {
    margin-top: 0px !important;
}
#gallery-1 img {
    border: 2px solid #cfcfcf;
    border: none !important;
}
.gallery_area{
	position: relative;
}
.gallery_area:after {
    content: "";
    background: #fff;
    width: 69px;
    height: 41px;
    position: absolute;
    bottom: -39px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 1;
    clip-path: polygon(51% 100%, 0 0, 100% 0);
}
.footer_area .addres_wrapper.email {
    position: relative;
    padding-left: 8px;
}
.footer_area .addres_wrapper.email:before {
    content: "";
    background: #526275;
    width: 1px;
    height: 40px;
    position: absolute;
    left: -37px;
}
.footer_area .addres_wrapper.email:after {
    content: "";
    background: #526275;
    width: 1px;
    height: 40px;
    position: absolute;
    right: 3px;
}
.addres_wrapper.phone {
    padding-left: 28px;
}
.testi_area i {
    color: #f2bc00;
    font-size: 38px;
    margin: 0px 5px 11px;
}
.testi_area .elementor-swiper-button-next::before {
    content: "\e876";
    font-family: Linearicons-Free;
    margin-right: -27px;
}
.testi_area .elementor-swiper-button-prev::before {
    content: "\e875";
    font-family: Linearicons-Free;
    margin-left: -27px;
}
.testi_area .elementor-swiper-button svg {
    display: none;
}
.testi_area .elementor-swiper-button {
    font-size: 57px !important;
    color: #254e24 !important;
}
.hover_block:hover h2 {
    color: #254e24 !important;
}
.hover_block:hover .bg_gr{
    background: #254e24 !important;
}
.social_media ul li a{
	transition: all .3s;
}
.social_media ul li a:hover {
    border: #5bb659 solid 2px;
    color: #5bb659;
}

/* ----------------breadcrmub------------ */
.breadcrumbs {
    padding: 145px 0px 61px;
    text-align: center;
    position: relative;
}
.about-banner {
    float: left;
    background: #051d3b;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
}
.about-banner:before {
    position: absolute;
    width: 100%;
    height: 100%;
/*     background: linear-gradient(180deg, rgb(13 13 13 / 79%) 0%, rgba(13, 13, 13, 0.65) 50%); */
    left: 0px;
    content: "";
}	
.about-banner h1 {
    color: #fff;
    letter-spacing: -1px;
    line-height: 56px;
    font-weight: 800;
    font-family: 'Space Grotesk';
    font-size: 61px;
    font-weight: 700;
}
.about-banner h1:after{
/*     content: ""; */
    background: #fff;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 6px;
}
.about-banner .about-right {
  padding: 0px 0 0px;
}
.about-banner ul {
    display: flex;
    justify-content: center;
    list-style: none;
    align-items: center;
}
.about-banner ul li {
    margin-bottom: 0px;
    color: #ffffff;
    line-height: 25px;
    font-size: 18px;
    font-family: 'Jost';
    line-height: 32px;
    letter-spacing: -.2px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 1.1px;
}
.about-banner .about-right ul li a {
    color: #ffffff;
}
.about-banner ul li i {
    padding: 0 11px;
    color: #ffffff !important;
    font-size: 16px;
}

.contact_area input, .contact_area textarea {
    width: 100% !important;
    height: 51px !important;
    border-radius: 6px !important;
    border: none !important;
     font-family: 'Jost';
    font-size: 16px !important;
    font-weight: 400 !important;
	color:#6c6c6c !important;
}
.contact_area .wpforms-submit-container {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.contact_area textarea {
    height: 122px !important;
    margin-bottom: 12px !important;
}
.contact_area .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 13px;
    font-weight: normal;
    display: block;
    position: absolute;
    top: 37px;
}
.contact_area input::placeholder, .contact_area textarea::placeholder{
	color:#6c6c6c !important;
	  font-family: 'Jost';
}
.contact_area .wpforms-submit {
	width: 100% !important;
    background: #171717 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-family: 'Space Grotesk';
    font-weight: 700 !important;
    color: #fff !important;
    border-radius: 6px !important;
    transition: all .4s !important;
    border: none !important;
    /* margin-top: 20px; */
    letter-spacing: 1px !important;
    height: 47px !important;
}

a:hover{
	text-decoration: none;
}
.contact_area .wpforms-submit:hover {
    background: #fff !important;
    color: #2f552c !important;
}
.contact_p figure.elementor-image-box-img{
	position: relative;
}
.contact_p figure.elementor-image-box-img:before {
   content: "";
    background: #2f552c14;
    width: 60px;
    height: 60px;
    position: absolute;
    position: absolute;
    left: -28px;
    top: -16px;
    border-radius: 50%;
}
.contact_p p a {
    color: #363636;
}
.hover_block img{
	transition: all .3s;
}
.hover_block:hover img {
    scale: 1.1;
}
.header_main .nav_area ul li a{
	transition: all .3s;
}
.header_main .nav_area ul li a:hover {
    color: #1e9b1b;
}
.topmenu_fixed {
      position: fixed;
      background: #051d3b;
    min-height: auto;
    left: 0;
    top: 0;
    z-index: 999;
    padding: 6px 0px;
    box-shadow: 2px 1px 13px #ededed40;
    top: -100px;
    animation: nav_data 1.5s 1 linear;
    animation-fill-mode: forwards;
}
@keyframes nav_data {
0% {
    top: -100px;
}

100% {
    top: 0px;
}
}
.topmenu_fixed .logo_area img {
    height: 70px;
}
.topmenu_fixed .btn_area img {
    width: 33px;
}
.topmenu_fixed .appoint_area .btn_area a {
    /* background: #004aad; */
	padding: 0px 25px;
	align-items: center;
}