body {
    font-family: "Jost";
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

html {
    overflow-x: hidden;
}


.header_area {
    padding: 8px 0;
/*     background: linear-gradient(90deg, #fff 35%, #f4f3f8 35%); */
}

.logo_area {
    width: 180px;
    margin: auto 0;
}

.header_area .btn_area {
    width: 100%;
    margin: auto 0;
}

.header_area .btn_area a {
    margin: 0 auto;
}

.btn_area a {
    background: #ff6000;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    width: 180px;
    text-align: center;
}

.btn_area a:before,
.btn_area a:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.btn_area a:before {
    left: 0;
    border-radius: 0 20px 20px 0;
}

.btn_area a:after {
    right: 0;
    border-radius: 20px 0 0 20px;
}

.btn_area a:hover {
    color: #fff !important;
}

.btn_area a:hover:before,
.btn_area a:hover:after {
    width: 51%;
    border-radius: 0;
    background: #0d285f;
}

.info_area {
    margin: auto 0 auto auto;
    display: flex;
}

.info_area a {
    text-decoration: none;
    font-weight: 600;
    color: #0b0b0b;
    padding: 0 15px;
    margin-left: 25px;
    display: flex;
}

.info_area a p span {
    display: block;
    color: #666666;
    font-weight: 400;
    font-size: 16px;
}

.info_area a p {
    margin: 0;
}

.info_area a i {
    color: #ffffff;
    font-size: 16px;
    margin-right: 10px;
    float: left;
    background: #ff6000;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.sticky_menu {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
    left: 0;
}

.menu_area {
    background: #0d285f;
}

.menu_area nav {
    padding: 0;
}

.menu_area ul {
    justify-content: center;
}

.menu_area ul li a {
    color: #fff;
    font-weight: 600;
    transition: all 0.5s;
    text-transform: uppercase;
}

.menu_area .navbar-expand-lg .navbar-nav .nav-link {
    padding: 28px 20px;
}

.head_menu li a:hover,
.head_menu li a:focus {
    background: #ff6000;
    color: #fff !important;
}

.social_head {
    margin: 0 0 0 auto;
}

.social_head li {
    display: inline-block;
    margin-left: 20px;
}

.social_head li a:hover {
    color: #ff6000;
}

.social_head li a i {
    font-size: 24px;
}

.head_nav .dropdown ul {
    border-radius: 0;
    width: 250px;
    top: 70px;
    position: relative;
}

.head_nav .dropdown ul li {
    margin: 0;
    padding: 0;
    width: 100%;
}

.head_nav .dropdown ul li a {
    line-height: 28px;
    font-size: 14px;
    padding: 5px 15px !important;
    color: #000;
}

.head_nav .dropdown ul li a:before {
    display: none;
}

.head_nav .dropdown-toggle::after {
    display: none;
}

.slide {
    position: relative;
    padding: 230px 0;
}

.slide h2 {
    font-weight: bold;
}

.slide .slide_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.slide:after {
    content: "";
    background: #00000033;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.slide p {
    font-size: 18px;
    margin-top: 20px;
    line-height: 28px;
}

.cont_center {
    position: relative;
    z-index: 1;
}

.slide .slide_img img {
    max-width: 100%;
    height: 100%;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
    width: 100%;
    object-fit: cover;
}

.slide .slide_content--headings {
    text-align: left;
    color: #fff;
}

.slide .slide_content--headings h2 {
    font-size: 66px;
    margin: 10px 0;
    text-transform: uppercase;
}

.slide .slide_content--headings .animated {
    transition: all 0.5s ease;
}

.slider_area [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

.slider_area .slick-arrow {
    border: none;
    background: transparent;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    width: 45px;
    z-index: 1;
}

.slider_area .slick-arrow.slick-next {
    right: 0;
    left: auto;
    transition: ease-in-out 0.3s;
    z-index: 0;
}

.slider_area .slick-arrow i {
    font-size: 35px;
    transition: all 0.3s;
    background: #ff6000;
    padding: 5px 10px;
    color: #fff !important;
}

.slider_area .slick-arrow i:hover {
    background: #14245b;
}

.slider_area .slick-arrow:before {
    display: none;
}

@-webkit-keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

@keyframes zoomInImage {
    from {
        transform: scale3d(1, 1, 1);
    }

    to {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

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

@-webkit-keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomOutImage {
    from {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

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

.slider_area .btn_area {
    margin-top: 30px;
}

.point_box {
    background: #042b3d;
    padding: 40px 20px;
    text-align: center;
    transition: all 0.5s;
    width: 100%;
}

.point_box2 {
    background: #003141;
}

.point_box3 {
    background: #003647;
}

.point_box4 {
    background: #003b4d;
}

.point_box5 {
    background: #004052;
}

.point_box6 {
    background: #004558;
}

.point_box img {
    width: 50px;
    transition: all 0.5s;
}

.pad-0 {
    padding: 0;
}

.point_box h3 {
    color: #fff;
    font-size: 18px;
    margin: 10px 0;
    position: relative;
    padding-bottom: 10px;
}

.point_box h3:after {
    background: #ff6000;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 50px;
    transition: all 0.5s;
}

.point_box:hover {
    background: linear-gradient(to top, #dd4454 0%, #dd9044 100%);
}

.point_box:hover img {
    filter: brightness(0) invert(1);
}

.point_box:hover h3:after {
    background: #fff;
}

.bnr_form_area {
    margin-top: -130px;
    background: #fff;
    border-radius: 8px;
    padding: 50px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.bnr_form_area h3 {
    font-weight: bold;
    font-size: 36px;
    color: #000;
    margin: 0;
}

.bnr_form_area p {
    color: #5a5a68;
    margin: 5px 0 0;
}

.bnr_form_area p span {
    color: #ff1616;
}

.bnr_form_area a {
    color: #e8a813;
    display: block;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

.bnr_form_area form {
    margin-top: 5px;
}

.bnr_form_area form input,
.bnr_form_area form select {
    border: 1px solid #b7b7b7;
    color: #5a5a68;
    height: 62px;
    margin: 15px 0;
    border-radius: 8px;
    appearance: auto;
}

.bnr_form_area form input::placeholder,
.bnr_form_area form select::placeholder {
    color: #5a5a68;
}

.bnr_form_area form input:focus,
.bnr_form_area form select:focus {
    box-shadow: 0 0 5px rgba(232, 168, 19, 0.5);
    border: 1px solid #e8a813;
}

.form_btn {
    background: #ff6000;
    color: #fff !important;
    position: relative;
    z-index: 1;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px !important;
    overflow: hidden;
    display: block;
    text-align: center;
    border: none !important;
    width: 100%;
    margin-top: 15px !important;
    height: 62px !important;
}

.contact-page .form_btn {
width: 25%;
margin: auto;
}

.form_btn:before,
.form_btn:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.form_btn:before {
    left: 0;
    border-radius: 0 20px 20px 0;
}

.form_btn:after {
    right: 0;
    border-radius: 20px 0 0 20px;
}

.form_btn:hover {
    color: #fff !important;
}

.form_btn:hover:before,
.form_btn:hover:after {
    width: 51%;
    border-radius: 0;
    background: #0d285f;
}
.logo_area.mobile-logo{
    display: none;
}
.sticky_menu .logo_area.mobile-logo{
display: none;
}

.head {
    font-size: 18px;
    color: #ff6000;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.head span {
    display: block;
    color: #000;
    text-transform: initial;
    font-size: 45px;
    line-height: 50px;
    margin-top: 10px;
}

.abt_area {
    padding: 70px 0;
}

.abt_left {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.abt_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abt_right {
    width: 100%;
}

.abt_right p {
    line-height: 24px;
    text-align: justify;
    color: #505050;
    margin: 0;
}

.abt_right ul {
    margin-top: 20px;
}

.abt_right ul li {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
}

.counter_wrap {
    background: #0d285f;
    border-radius: 10px;
    margin-top: 20px;
}

.counter_box {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px;
}

.counter_box:last-child {
    border: none;
}

.counter_cont {
    padding-left: 20px;
}

.counter_cont span {
    position: relative;
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    line-height: 34px;
}

.counter_cont span:after {
    content: " +";
    display: inline-block;
}

.counter_cont h4 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.abt_right .btn_area {
    margin-top: 20px;
}

.service_area {
    padding: 70px 0 140px;
    background: #f4f3f8;
}

.service_area .head {
    text-align: center;
}

.service_box {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    width: 100%;
}

.service_img {
    width: 100%;
    height: 220px;
    border-radius: 15px;
    overflow: hidden;
}

.service_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service_box h3 {
    font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
    color: #000;
    margin-top: 20px;
}

.service_box p {
    color: #505050;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 5px 0;
}

.service_box .btn_area {
    margin-top: 10px;
}

.choose_area {
    background: url(../images/choose_back.webp) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 0 0 70px;
    position: relative;
    z-index: 1;
}

.choose_area:after {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.choose_left {
    padding-top: 70px;
}

.choose_left .head span {
    color: #fff;
}

.we-make__right {
    position: relative;
    display: block;
    margin-top: 40px;
}

.we-make__progress {
    position: relative;
    display: block;
    width: 100%;
}

.we-make__progress-single p {
    line-height: 0;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
}

.we-make__progress-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 15px !important;
    color: #fff;
    margin-bottom: 6px;
}

.we-make__progress .bar {
    position: relative;
    width: 100%;
    height: 10px;
    background: #fff;
    border-radius: 100px;
    margin: 10px 0 20px;
}

.we-make__progress .bar-inner::after {
    position: absolute;
    top: -5px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #ff6000;
    content: "";
    border-radius: 10px
}

.we-make__progress .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 10px;
    border-radius: 100px 0 0 100px;
    background: #ff6000;
    -webkit-transition: all 40s ease;
    transition: all 3s ease;
}

.we-make__progress .count-text {
    position: absolute;
    right: 0px;
    bottom: 15px;
    color: #fff;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    opacity: 0;
    -webkit-transition: all 10s ease;
    transition: all 3s ease;
}

.we-make__progress .bar-inner.counted .count-text {
    opacity: 1;
}

.we-make__progress .bar.marb-0 {
    margin-bottom: 0;
}

.choose_right {
    background: #fff;
    border-radius: 6px;
    padding: 70px 45px 70px 45px;
    margin: -70px 0 0 40px;
    height: calc(100% + 70px);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.choose_right p {
    color: #505050;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 10px 0 0;
    text-align: justify;
}

.choose_box {
    display: flex;
    margin-top: 30px;
}

.choose_cont {
    padding-left: 15px;
}

.choose_cont h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

.choose_cont p {
    line-height: 22px;
}

.gallery_area {
    padding: 70px 0;
}

.gallery_area .head {
    text-align: center;
}

.lightimg_box {
    margin: 15px 0;
    position: relative;
}

.lightimg_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.lightimg_box a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 300px;
    border-radius: 10px;
}

.lightimg_box a .overlay {
    background: url(https://skylineroofingandmasonry.com/wp-content/uploads/2025/06/zoom.png) no-repeat center rgba(0, 0, 44, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.lightimg_box a:hover .overlay {
    display: block;
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.lightimg_box a:hover img {
    transform: scale(1.15);
}

.gallery_area .btn_area a {
    margin: 20px auto 0;
}

.ready_area {
    background: #0d285f;
    padding: 130px 0;
}

.ready_left {
    width: 100%;
    margin: auto 0;
}

.ready_left h3 {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}
.ready_left h3 span{
color: #ff6000;
}

.ready_left p {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    margin: 10px 0 0;
}

.ready_right {
    width: 100%;
    margin: auto 0;
}

.ready_right .btn_area a {
    margin: 0 0 0 auto;
}
.ready_right .btn_area a:after,
.ready_right .btn_area a:before {
background: #14b3d9;
}

.client_area {
    background: #f4f3f8;
    padding: 70px 0;
}

.client_area .head {
    text-align: center;
}

.test_slider {
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-top: 15px;
    text-align: center;
}

.test_slider p {
    color: #505050;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    line-height: 32px;
    margin: 0;
}

.test_slider h4 {
    color: #ff6000;
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 0;
}

.test_slider h5 {
    color: #505050;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.test_slider .slick-dots {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    left: 0;
}

.test_slider .slick-dots li {
    border-color: white;
}

.test_slider .slick-dots li {
    width: 12px;
    height: 12px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 10px 5px 0;
    border-radius: 50%;
    background: #898989;
    color: transparent;
    border: none;
}

.test_slider .slick-dots li button {
    padding: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.test_slider .slick-dots li button:before {
    display: none;
}

.test_slider .slick-dots li.slick-active button {
    background: #ff6000;
}

.footer_area {
    background: #0d285f;
}

.foot_logo_area {
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 20px 15px;
    width: 100%;
    text-align: center;
}

.foot_logo_area img {
    width: 130px;
}

.foot_info {
    width: 100%;
    background: #ff6000;
    border-radius: 0 0 10px 10px;
    padding: 25px 0;
    display: flex;
    margin: auto 0;
    height: 100%;
}

.foot_info p {
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    padding: 0 15px;
    width: 33.3333%;
    margin: 0;
    display: flex;
    margin: auto 0;
}

.foot_info p a span {
    display: block;
    color: #fff;
    font-weight: 400;
}

.foot_info p a {
    margin: 0;
    text-decoration: none;
    font-weight: 600;
    color: #fff;
}

.foot_info p i {
    color: #ffffff;
    font-size: 16px;
    margin-right: 10px;
    float: left;
    background: #0d285f;
    border-radius: 100%;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    max-width: 40px;
}

.foot_menu_area {
    padding: 40px 0;
}

.footer_area h3 {
    font-weight: bold;
    font-size: 22px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #fff;
}

.footer_area h3:after {
    content: "";
    width: 80px;
    height: 3px;
    background: #ff6000;
    position: absolute;
    left: 0;
    bottom: 0;
}

.foot_left p {
    line-height: 28px;
    color: #d2d2d2;
    text-align: justify;
    margin: 0;
}

.foot_menu ul li {
    list-style: none;
    margin: 5px 0;
    position: relative;
    padding-left: 25px;
}

.foot_menu ul li a {
    color: #d2d2d2;
    transition: all 0.3s;
}

.foot_menu ul li a:hover {
    color: #ff6000;
}

.foot_menu ul li:before {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #ff6000;
}

.foot_menu_pad {
    padding-left: 30px;
}

.foot_address p {
    color: #d2d2d2;
    display: flex;
}

.foot_address p i {
    max-width: 35px;
    margin-top: 3px;
    width: 100%;
    color: #ff6000;
}

.foot_address p span {
    display: block;
}

.foot_address p span a {
    color: #d2d2d2;
    text-decoration: none;
}

.foot_news p {
    line-height: 28px;
    color: #d2d2d2;
    text-align: justify;
    margin: 0;
}

.foot_news form input {
    height: 48px;
    background: #011132;
    color: #d2d2d2;
    border: none;
    border-radius: 10px;
    margin-top: 15px;
}

.foot_news form input::placeholder {
    color: #d2d2d2;
}

.news_button {
    background: #ff6000;
    color: #fff;
    position: relative;
    z-index: 1;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    width: 140px;
    text-align: center;
    border: none;
    margin-top: 15px;
}

.news_button:before,
.news_button:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.news_button:before {
    left: 0;
    border-radius: 0 20px 20px 0;
}

.news_button:after {
    right: 0;
    border-radius: 20px 0 0 20px;
}

.news_button:hover {
    color: #fff !important;
}

.news_button:hover:before,
.news_button:hover:after {
    width: 51%;
    border-radius: 0;
    background: #14b3d9;
}

.copy_area {
    background: #030d22;
    padding: 30px 0;
}

.copy_area p {
    margin: 0;
    color: #fff;
}

.copy_right {
    text-align: right;
}





.inner_banner_caption {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    width: 100%;
    padding: 0 10px;
}

.inner_banner {
    position: relative;
    z-index: 1;
}

.inner_banner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.inner_banner:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.inner_banner h1 {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    color: #fff;
}

.single_service {
    padding: 70px 0;
}

.single_service .clearfix {
    display: contents;
}

.single_service img {
    float: right;
    width: 40%;
    height: auto;
    margin: 0 0 20px 20px;
}

.single_service p {
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    line-height: 28px;
    margin: 20px 0;
    color: #505050;
}

.single_service p a {
    color: #ff6000;
    font-weight: bold;
}

.single_service ul li {
    list-style: none;
    color: #505050;
    margin: 5px 0;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
}

.single_service ul li:before {
    content: "\f00c";
    color: #ff6000;
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    position: absolute;
    left: 0;
}

.serv_page_img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    margin: 10px 0;
}

.getin_wrap {
    padding: 60px 0;
}

.getin_wrap h2 {
    text-align: center;
    color: #0490c0;
}

.form_box {
    padding: 0;

}

.home_map {
    background: #0d285f;
    padding: 20px;
    border-radius: 10px;
}

.home_map ul {
    font-size: 14px;
    color: #fff;
    padding: 0;
}

.home_map ul li {
    padding: 0 0 10px;
    display: inline-block;
    width: 100%;
}

.home_map ul li i {
    vertical-align: middle;
    margin: 6px 0px 0px 0;
    float: left;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border: 1px solid #ff6000;
    padding: 10px 10px;
    border-radius: 50%;
    text-align: center;
    background: #ff6000;
}

.home_map ul li span {
    float: left;
    width: 84%;
    padding: 0 10px;
    vertical-align: middle;
}

.home_map ul li span h4 {
    margin: 0 0 5px;
    color: #ff6000;
}

.home_map ul li a {
    text-decoration: none;
    color: #fff;
}

section.abt_areasec {
    padding: 60px 0;
}

.book_area {
    padding: 70px 0;
}

.book_left {
    width: 100%;
}

.book_left .head_img:after {
    width: 245px;
}

.book_left .head_area span:after {
    width: 145px;
}

.book_left p {
    font-size: 18px;
    color: #505050;
    line-height: 26px;
    text-align: justify;
}

.book_left form input,
.book_left form select {
    width: 100%;
    height: 46px;
    border: 1px solid #b5b5b5;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #505050;
    border-radius: 6px;    
}

.book_left form textarea {
    width: 100%;
    height: 95px;
    border: 1px solid #b5b5b5;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #505050;
    border-radius: 6px;
}

.book_right {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.book_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
    transform: scale(1.2);
    position: relative;
    left: 0;
}

.book_right:hover img {
    left: 50px;
}
.call_float {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 9999;
}
.call_float a{
  text-decoration: none;
}
.call_float a i {
  width: 50px;
  height: 50px;
  background: #14b3d9;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.5s;
}
/*===============Responsive Starts===============*/
@media all and (min-width: 800px) {}

@media (min-width:981px) and (max-width:1399px) {
    .info_area a {
        padding: 0 5px;
        margin-left: 0;
    }

    .menu_area .navbar-expand-lg .navbar-nav .nav-link {
        padding: 28px 7px;
    }

    .choose_right {
        padding: 70px 30px 70px 30px;
    }

    .foot_info p {
        display: inline-block;
    }

    .foot_info p a span {
        word-wrap: break-word;
    }

    .foot_menu_pad {
        padding: 0;
    }

    .footer_area h3 {
        font-size: 18px;
    }
}

@media (min-width:768px) and (max-width:980px) {
    .info_area {
        display: none;
    }
       .slider_area .slick-track{
        height: 500px;
    }
    

 .head_nav .navbar-toggler {
        position: absolute;
        right: 0;
        top: -34px;
    }
    .nav-open{
        display: block !important;
    }

    .menu_area {
        position: absolute;
        right: 0;
        top: 130px;
        width: 100%;
        z-index: 100;        
    }
    .menu_area.sticky_menu{
        position: fixed !important;
        top: 0;
        background: #fff;
        box-shadow: 0 0.5rem 0.6rem #00000023;
    }
/* .sticky_menu .nav-open{
        top: 20px;
    } */
    .nav-open{
        top: -65px !important;
    }

    .menu_area .navbar-expand-lg .navbar-nav .nav-link {
        padding: 8px 0px;
    }
.slick-slide{
    height: 435px;
}

.cont_center {
        padding: 0 36px;
        margin-top: 63px;
    }
    .service_box{
        text-align: center;
    }
    .service_box .btn_area{
        display: flex;
        justify-content: center;
    }
    .lightimg_box{
        margin: 7px 0;
    }
    .abt_right ul li{
        margin-bottom: 10px;
    }

    .header_area .btn_area {
        display: none;
    }

    .logo_area {
        width: 160px;
    }

    .head_nav .navbar-toggler:focus {
        box-shadow: none;
    }

    .head_nav .navbar-toggler span {
        display: block;
        background: #ff0000;
        height: 5px;
        margin: 3px 0;
        border-radius: 20px;
        width: 30px;
    }

    .head_nav .navbar-toggler {
        position: absolute;
        right: 0;
        top: -60px;
    }

 

    .menu_area .navbar-expand-lg .navbar-nav .nav-link {
        padding: 8px 0px;
    }

    .social_head {
        display: none;
    }

    .head_nav .dropdown ul {
        top: 0;
        width: 100%;
    }

    .logo_area img {
        width: 100px;
    }

    .slide .slide_content--headings h2 {
        font-size: 24px;
    }

    .slide {
        padding: 70px 0;
    }

    .slide p {
        font-size: 14px;
        margin-top: 20px;
        line-height: 20px;
    }

    .cont_center {
        padding: 0 36px;
    }

    .bnr_form_area {
        margin-top: -50px;
    }

    .btn_area a {
        width: 150px;
        padding: 10px 10px;
    }

    .bnr_form_area {
        padding: 15px;
    }

    .bnr_form_area h3 {
        font-size: 24px;
    }

    .bnr_form_area p {
        font-size: 14px;
        line-height: 22px;
    }

    .bnr_form_area form input,
    .bnr_form_area form select {
        height: 48px;
        margin: 10px 0;
    }

    .form_btn {
        height: 48px;
        margin-top: 10px;
    }

    .head span {
        font-size: 18px;
        line-height: 34px;
    }

    .counter_cont span {
        font-size: 24px;
    }

    .counter_box {
        padding: 20px 10px;
    }

    .counter_cont {
        padding-left: 12px;
    }

    .lightimg_box a {
        height: 230px;
    }

    .choose_right {
        margin: -70px 0 0 0;
        padding: 70px 15px 70px 15px;
    }

    .foot_menu_pad {
        padding: 0;
    }

    .footer_area h3 {
        margin: 15px 0;
    }

    .foot_info p {
        display: inline-block;
    }

    .foot_info p a span {
        word-wrap: break-word;
    }
}

@media (max-width:767px) {
    .info_area {
        display: none;
    }
    .slider_area .slick-track{
        height: 500px;
    }
    .contact-page .form_btn{
        width: 50%;
    }

    .header_area .btn_area {
        display: none;
    }
    .logo_area.mobile-logo{
    display: none;
}
.sticky_menu .logo_area.mobile-logo{
display: block;
padding: 10px 0;	
}

    .logo_area {
        width: 160px;
    }

    .head_nav .navbar-toggler:focus {
        box-shadow: none;
    }

    .head_nav .navbar-toggler span {
        display: block;
        background: #ff0000;
        height: 5px;
        margin: 3px 0;
        border-radius: 20px;
        width: 30px;
    }

    .head_nav .navbar-toggler {
        position: absolute;
        right: 0;
        top: -34px;
    }
    .nav-open{
        display: block !important;
    }

    .menu_area {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 100;
    }
    .menu_area.sticky_menu{
        position: fixed !important;
        top: 0;
        background: #fff;
        box-shadow: 0 0.5rem 0.6rem #00000023;
    }
.sticky_menu .navbar-nav{
background: #0d285f;
padding: 0 15px;
margin: 0 -15px;
}

.sticky_menu .nav-open{
        top: 20px;
    }

    .menu_area .navbar-expand-lg .navbar-nav .nav-link {
        padding: 8px 0px;
    }
.slick-slide{
    height: 435px;
}
    .social_head {
        display: none;
    }

    .head_nav .dropdown ul {
        top: 0;
        width: 100%;
    }

    .logo_area img {
        width: 100px;
    }

    .slide .slide_content--headings h2 {
        font-size: 28px;
    }
	.slider_area .btn_area {
    margin-top: 10px;
}

    .slide {
        padding: 70px 0;
    }

    .slide p {
        font-size: 14px;
        margin-top: 20px;
        line-height: 20px;
    }

    .cont_center {
        padding: 0 36px;
        margin-top: 63px;
    }
    .service_box{
        text-align: center;
    }
    .service_box .btn_area{
        display: flex;
        justify-content: center;
    }
    .lightimg_box{
        margin: 7px 0;
    }
    .abt_right ul li{
        margin-bottom: 10px;
    }

    .bnr_form_area {
        padding: 15px;
    }

    .bnr_form_area h3 {
        font-size: 24px;
    }

    .bnr_form_area p {
        font-size: 14px;
        line-height: 22px;
    }

    .bnr_form_area a {
        text-align: left;
        font-size: 16px;
        margin-top: 10px;
    }

    .bnr_form_area form input,
    .bnr_form_area form select {
        height: 48px;
        margin: 10px 0;
    }

    .form_btn {
        height: 48px !important;
        margin-top: 10px !important;
    }

    .bnr_form_area {
        margin-top: -50px;
    }

    .choose_right {
        margin: 20px 0 0;
        padding: 20px;
        height: 100%;
    }

    .abt_area,
    .service_area,
    .gallery_area,
    .client_area {
        padding: 40px 0;
    }

    .lightimg_box a {
        height: 140px;
    }

    .head span {
        font-size: 24px;
        line-height: 30px;
    }

    .abt_right {
        margin-top: 20px;
    }

    .counter_cont span {
        font-size: 30px;
    }

    .abt_right .btn_area a {
        margin: 0 auto 0;
    }

    .test_slider p {
        font-size: 16px;
        line-height: 24px;
    }

    .test_slider {
        padding: 20px;
    }

    .ready_area {
        padding: 70px 0;
    }

    .ready_left {
        text-align: center;
    }

    .ready_left h3 {
        font-size: 30px;
    }

    .ready_left p {
        font-size: 18px;
    }

    .ready_right {
        margin-top: 20px;
    }

    .ready_right .btn_area a {
        margin: 0 auto 0;
    }

    .foot_logo_area img {
        width: 70%;
        margin: 0 auto;
        display: block;
    }

    .foot_info {
        border-radius: 10px;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .foot_info p {
        width: 100%;
        margin: 5px 0;
    }

    .footer_area h3 {
        margin: 15px 0;
        font-size: 16px;
    }

    .foot_menu_pad {
        padding: 0;
    }

    .foot_left p {
        line-height: 22px;
    }

    .foot_menu ul li,
    .foot_address p {
        line-height: 22px;
    }

    .copy_area {
        text-align: center;
        padding: 15px 0;
    }

    .copy_area p {
        font-size: 14px;
    }

    .copy_right {
        text-align: center;
    }

    .single_service {
        padding: 40px 0;
    }

    .inner_banner h1 {
        font-size: 20px;
    }

    .inner_page img,
    .single_service img {
        float: none;
        width: 100%;
        margin: 0 0 20px;
    }

    .inner_banner img {
        height: 200px;
    }

.slider_area .slick-arrow i {
        font-size: 15px;
    }

    .header_area {
        padding: 15px 0;
    }
}

/*===============Responsive Ends===============*/
.interior-img img {
    float: left;
    margin: 10px 0 0 0;
}

/* nav close style start */

.nav-open {  
  height: 36px !important;
  position: absolute;
  right: 20px;
  top: -70px;
  border-radius: 4px;
  width: 40px !important;
  background: #ff6000;
  border: none;
  display: none;
}
.nav-open .inner, .nav-open .inner::before, .nav-open .inner::after {
  background-color: white;
  content: "";
  display: block;
  height: 3px;
  width: 14px;
  transition: all 0.5s ease;
}
.nav-open .inner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.nav-open .inner::before {
  margin-top: -6px;
  position: absolute;
}
.nav-open .inner::after {
  margin-top: 6px;
  position: absolute;
}

.nav-open.nav-close .inner {
  background-color: transparent;
  left: 54%;
}
.nav-open.nav-close .inner::before, .nav-open.nav-close .inner::after {
  transform: rotate(45deg);
  transform-origin: 0 50%;
  width: 17px;
}
.nav-open.nav-close .inner::after {
  transform: rotate(-45deg);
}