*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
p{
     font-family: 'Urbanist';
}
body {
    overflow-x: hidden;
     font-family: 'Urbanist';
}
.header_main {
    float: left;
    width: 100%;
    min-height: 105px;
/*     background: #4f4f4f8c; */
    display: flex;
    align-items: center;
	position: absolute;
    z-index: 9;
}
.header_main .row {
    align-items: center;
}
.appoint_area {
    display: flex;
    align-items: center;
    justify-content: end;
}
.appoint_area .btn_area a {
    background: #004aad;
    padding: 18px 25px;
    margin-left: 0px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    font-family: "Fira Sans Condensed", sans-serif;
    /* letter-spacing: .5px; */
    text-transform: uppercase;
	transition: all .3s;
}
.appoint_area .btn_area a:hover {
    background: #2e2e2e;
}
.appoint_area .btn_area a i {
    font-size: 23px;
    vertical-align: bottom;
    padding-right: 9px;
}
.logo_area img {
    width: 236px;
    height: 72px;
    object-fit: contain;
}
.hemburg_menu .bur_menu {
    background: #ff3131;
    display: flex
    align-items: center;
    padding: 12px 35px 13px;
    display: flex;
    align-items: center;
    column-gap: 14px;
	flex-direction: row-reverse;
	transition: all .3s;
	cursor: pointer;
}
.hemburg_menu .bur_menu:hover {
   background: #2e2e2e;
}
.hemburg_menu .menu_t p {
    font-family: 'Fira Sans Condensed';
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.hemburg_menu .bur_menu a.felx_btn {
/*     background: #ff3131;
    padding: 13px 35px 12px;
    display: flex;
    align-items: center;
    column-gap: 14px;
    margin-top: 0px;
	transition: all .4s; */
}
.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;
	transition: all .3s;
}
.line_br {
    position: relative;
    width: 23px;
}
.hemburg_menu .line_br:hover span {
/*     background: #000000; */
    width: 28px;
}
/* -------sidebar menu-------- */
.sidenav {
    height: 100%;
    height: 450px;
    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%;
	top: -450px;
}
.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: 121px;
    height: 85px;
    object-fit: contain;
}
.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-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;
}
.footer_area::before {
    content: "";
     background-color: #fefefed2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    height: 100%;
}
.footer_area .addres_wrapper {
    display: flex;
    /* align-items: center; */
    gap: 20px;
    width: 100%;
}
.footer_area .footer_address .map_adress p {
    color: #fff;
    font-family: jost;
    font-size: 18px;
}
.footer_area .addres_wrapper .icon_img {
    width: 58px;
    height: 81px;
    object-fit: contain;
    background: #004aad;
    padding: 16px;
    border-radius: 8px;
    line-height: 48px;
}
.footer_area .col-md-4:nth-child(3) .icon_img {
    background: #ff3131;
}
.footer_area .addres_wrapper img {
   width: 27px;
    height: 39px;
    object-fit: contain;
}

.footer_logo {
    max-width: 267px;
    width: 100%;
}
.footer_area .addres_wrapper h5 {
     font-size: 18px;
    color: #373737;
    font-weight: 800;
    margin-bottom: 0px;
    font-family: "Mulish", sans-serif;
}
.footer_area .addres_wrapper p {
    font-size: 18px;
    color: #373737;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: "Mulish", sans-serif;
}
.footer_address {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.footer_area .email_wrap .icon_img {
    background: #2c2c2c;
}
.footer_area .addres_wrapper p span {
    display: block;
    text-transform: initial;
    font-weight: 500;
    color: #373737;
    line-height: 28px;
    font-family: 'Urbanist';
    font-size: 18px;
    margin-top: 10px;
}
.footer_area .addres_wrapper p a{
  color: #373737;
}
.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 {
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    width: 294px;
    object-fit: contain;
}
.social_media {
    max-width: 270px;
    width: 100%;
}
.social_media ul {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
    list-style: none;
    margin-bottom: 0px;
    justify-content: end;
}
 .social_media ul li a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.social_media ul li i {
    font-size: 26px;
    font-family: 'FontAwesome';
}
 .social_media ul li img {
    width: 33px;
    height: 38px;
    object-fit: contain;
}
.copy_right {
    background: #ff3131;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0px 16px;
}
.copy_right p {
    /* text-align: center; */
    color: #fff;
    margin: 0px 0px 0px;
    font-weight: 500;
    font-size: 18px;
    font-family: "Urbanist", sans-serif;
}
.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;
}

    .dropdown-menu a {
      text-decoration: none;
      display: block;
      color: #333;
    }

.footer_menu {
    border-top: #d5d5d5 solid 1px;
    padding-top: 27px;
    margin-top: 47px;
    padding-bottom: 0px;
    z-index: 1;
    position: relative;
}
.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;
	transition: all .3s;
}
.footer_menu ul li a:hover {
    color: #ff3131;
}
/* ----------------breadcrmub------------ */
.breadcrumbs {
    padding: 160px 0px 48px;
    text-align: center;
    position: relative;
}
.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: #000000a1;
    left: 0px;
    content: "";
}	
.about-banner h1 {
    font-family: "Fira Sans Condensed", Sans-serif;
    font-size: 50px;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    line-height: 55px;
}
.about-banner p {
    color: #fff;
    font-size: 17px;
    font-family: 'Urbanist' !important;
    font-weight: 500;
    font-family: "Urbanist", Sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
	margin-top: 12px;
}
.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: 4px 0 0px;
}
.about-banner ul {
    display: flex;
    justify-content: center;
    list-style: none;
    align-items: center;
}
.about-banner ul li {
    color: #ffffff;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: .1px;
    font-family: "Urbanist", Sans-serif;
    color: #FFFFFF;
}
.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%;
}
.banner_h h1 span {
    border: 4px solid;
    border-image-slice: 1;
    border-width: 6px;
    border-image-source: linear-gradient(90deg, #fb3133, #0949a9);
    padding: 1px 12px;
    width: 300px;
    margin: 1px 7px;
    position: relative;
    text-align: center;
}
.cat_area h2{
	position: relative;
}
.cat_area h2:after {
    content: "";
    background: #fff;
    width: 123px;
    position: absolute;
    height: 2px;
    left: 0px;
    bottom: 0px;
}
.cat_area h2:before {
    content: "";
    background: #fff;
    width: 15px;
    position: absolute;
    height: 10px;
    clip-path: polygon(54% 100%, 0 0, 100% 0);
    bottom: -10px;
    left: 53px;
}
.imgafter_b{
	position: relative;
}
.imgafter_b:after {
    content: "";
    background: #c3c3c3;
    height: 307px;
    width: 1px;
    right: -3px;
    position: absolute;
    bottom: 0px;
}
.imgafter_b::before {
    content: "";
    background: #c3c3c3;
    height: 14px;
    width: 14px;
    right: -9px;
    position: absolute;
    border-radius: 50px;
    bottom: 36%;
}
.golf_area .elementor-widget-image {
    position: relative;
}
.golf_area .elementor-widget-image:after {
       content: "";
    background: #ffe7e7;
    width: 78px;
    height: 78px;
    position: absolute;
    right: 28px;
    border-radius: 40px;
    top: -17px;
}
.golf_area .elementor-widget-image img{
	position: relative;
	z-index: 1;
	filter: invert(0) brightness(0);
	transition: all .3s;
}
.border_hover:hover img{
filter: invert(0);
}
.border_hover:hover .elementor-element-populated {
    border: 4px solid;
    border-image-slice: 1;
    border-width: 6px;
    border-image-source: linear-gradient(90deg, #fb3133, #0949a9);
    padding: 1px 12px;
    margin: 1px 7px;
    position: relative;
    text-align: center;
}
.li_img ul li, .blu_li ul li {
    position: relative;
    padding: 0px 0px 0px 23px;
    margin-bottom: 10px;
	  list-style: none;
}
.li_img ul li:before {
    content: "";
    background-image: url(../images/li_before.png);
    width: 30px;
    height: 30px;
    object-fit: contain;
    position: absolute;
    left: 0px;
    background-repeat: no-repeat;
    top: 7px;
}
.blu_li ul li:before {
    content: "";
    background-image: url(../images/bl_li.png);
    width: 30px;
    height: 30px;
    object-fit: contain;
    position: absolute;
    left: 0px;
    background-repeat: no-repeat;
    top: 7px;
}
.world_swing h3.elementor-image-box-title {
    min-height: 60px;
}
a:hover{
	text-decoration: none;
}
.elementor-11 .elementor-element.elementor-element-a9816b3 img {
    clip-path: polygon(12% 0%, 100% 0%, 100% 99%, 0% 100%);
}

.contact_page input, .contact_page textarea, .contact_page select{
    width: 100% !important;
    height: 49px !important;
    border: #eeeeee solid 1px;
    border-radius: 8px !important;
    color: #5b6973 !important;
    font-family: "Urbanist", Sans-serif;
    font-weight: 500 !important;
    font-size: 17px !important;
}
.contact_page input::placeholder, .contact_page textarea::placeholder{
	  color: #5b6973 !important;
	 font-weight: 500 !important;
}
.contact_page textarea{
	 height: 100px !important;
}
.contact_page .wpforms-submit {
    background: #004aad !important;
    color: #fff !important;
    height: 55px !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    font-weight: 900 !important;
    font-family: 'Mulish' !important;
    letter-spacing: 1px !important;
    transition: all .3s !important;
    border: none !important;
    display: table ! IMPORTANT;
    margin: auto !important;
    padding: 14px 68px !important;
}
.contact_page .wpforms-submit:hover{
	background: #ff3131 !important; 
}
.contact_page .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_page div#wpforms-775-field_4-container, .contact_page div#wpforms-775-field_2-container {
    width: 49%;
}
.contact_page div#wpforms-775-field_3-container, .contact_page div#wpforms-775-field_6-container {
    width: 49%;
}
.contact_page div#wpforms-775-field_7-container, .contact_page div#wpforms-775-field_8-container{
	 width: 49%;
}
.contact_page div#wpforms-775-field_5-container {
    width: 100%;
}
.address_area .elementor-image-box-wrapper p a {
    color: #464646;
}
.address_area .elementor-widget-wrap {
    position: relative;
    overflow: hidden;
}
.address_area .elementor-widget-wrap:before {
    content: "";
    background: #0c50aa36;
    width: 153px;
    height: 148px;
    position: absolute;
    left: -19px;
    top: -28px;
    border-radius: 50%;
}
.address_area .address_red .elementor-widget-wrap:before{
  background: #e6343d3b;
}
.tring_img img {
    clip-path: polygon(12% 0%, 100% 0%, 100% 99%, 0% 100%);
}
.menu_page ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 0px;
    list-style: none;
}
.menu_page ul li:before {
    content: "";
    background: #ff3131;
    width: 7px;
    height: 7px;
    position: absolute;
    border-radius: 22px;
    left: 2px;
    top: 6px;
}
/* -------right menu-------- */
.rightnav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #004aad;
    background-position: center;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
.rightnav:before {
    content: "";
    background-image: url(../images/menu_bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    opacity: .4;
}
.rightnav .closebtn {
    position: absolute;
    top: 13px;
    right: 13px;
    font-size: 33px;
    margin-left: 50px;
    color: #fff;
    background: #ff3131;
    width: 61px;
    height: 61px;
    text-align: center;
    border-radius: 55px;
    line-height: 68px;
    transition: all .4s;
}
.rightnav .closebtn:hover {
    background: #fff;
    color: #ff3131;
}
.rightnav .right_topnav {
    margin-top: 43px;
    position: relative;
    z-index: 1;
	width: 400px;
}
  .rightnav a:hover{
    text-decoration: none;
  }
  .sidebarmnu {
    text-align: left;
}
.rightnav img {
    max-width: 240px;
    margin: 28px auto 45px;
    display: block;
    width: 100%;
}
  .rightnav ul {
    list-style: none;
}
.rightnav ul li:nth-child(1) {
    border-top: #0f58ba solid 1px;
}
.rightnav ul li{
  line-height: 53px;
   border-bottom: #0f58ba solid 1px;
    padding: 0px 40px;
    transition: all .6s;
    position: relative;
}
.rightnav ul li a {
    color: #fff;
    text-align: left;
    /* padding: 8px 8px 8px 32px; */
    text-decoration: none;
    font-size: 15px;
    display: block;
    transition: 0.3s;
    font-family: urbanist;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .7px;
}
  @media screen and (max-height: 450px) {
    .rightnav {padding-top: 15px;}
    .rightnav a {font-size: 18px;}
  }

.rightnav ul li:hover {
   background: #ff3131;
   padding: 0px 47px;
}
.golf_video .elementor-widget-video {
    height: 310px !important;
    object-fit: cover !important;
}
.golf_video .elementor-widget-video video{
	   height: 310px !important;
}
.hemburg_menu .bur_menu .menu_t {
    font-family: 'Fira Sans Condensed';
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0px;
    text-transform: uppercase;
    background: none;
    border: none;
}
/* Close Button */
.closebtn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 30px;
  cursor: pointer;
}

.bur_t{
    font-family: "Fira Sans Condensed";
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0px;
    text-transform: uppercase;
    background: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
}


.carousel-inner .carousel-item img{
    width: 100%;
      height: 310px;
    object-fit: cover;
	border-radius: 13px;
}
.carousel-inner .carousel-item {
    height: 310px;
}
.carousel-inner .carousel-item video{
  width: 100%;
    height: 310px;
    object-fit: cover;
	border-radius: 13px;
}
.caros_icon {
    max-width: 50px;
    position: relative;
    right: 0px !important;
    float: right;
    width: 100%;
}
.caros_icon a {
    opacity: 1;
}
.linr {
    position: absolute;
    bottom: 0px;
    right: 0px;
       background: #004aad57;
    font-size: 27px;
    padding: 9px;
    font-weight: 700;
    color: #fff !important;
    opacity: 1 !important;
	transition: all .3s;
}
.linr:hover{
	 background: #FF3131;
}
 span.lnr.lnr-chevron-right.linr {
    border-radius: 0px 0px 13px 0px;
}
.grup_package ul {
    display: flex;
    flex-wrap: wrap;
    /* column-gap: 54px; */
    justify-content: center;
    justify-content: space-around;
    align-items: center;
}
.grup_package ul li {
    font-family: 'Urbanist';
    list-style: none;
    border: #e5e5e5 solid 1px;
    padding: 14px 16px;
    width: 49%;
    margin-bottom: 20px;
    border-radius: 7px;
    text-align: center;
}

.enquary p {
    margin-bottom: 3px;
    font-weight: 500;
    color: #616161;
    font-size: 17px;
}
.enquary {
    margin-top: 8px;
}
.enquary p b{
	color: #000;
}
.color_white a{
	color: #fff;
}
div#mySidenav {
    display: none;
}

.footer_area .col-md-4:nth-child(3) .phone_area .icon_img {
    background: #004aad;
}
.footer_area .col-md-4:nth-child(3) .phone_area .icon_img i{
    color: #fff;
    font-size: 30px;
    position: relative;
    top: 8px;
}
.addres_wrapper.phone_area {
    margin-top: 30px;
}