body {
    font-family: Poppins;
	overflow-x:hidden;
    font-size: 15px;
}

a {
    text-decoration: none;
    font-size: 15px;
}
p{
    font-size: 15px;
}

ul {
    margin: 0;
    padding: 0;
}

html {
    overflow-X: hidden;
}


.header_area {
    background: #ffffff;
}

.logo_area {
    padding-top: 10px;
}

.info_box {
    display: contents;
}

.info_box i {
    width: 100%;
    height: 50px;
    background: #024093;
    color: #ffffff;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    border-radius: 100%;
    max-width: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.info_box i:hover {
    color: #fff;
}

.info_box i:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #132480;
    z-index: -1;
    transform: scale(0);
    transition: all 0.3s;
    border-radius: 100%;
}

.info_box:hover i:after {
    transform: scale(1);
}

.info_area {
    padding: 25px 0;
    position: relative;
}

.info_area:after {
    width: 100%;
    height: 1px;
    background: #ececec;
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
}

.info_area ul {
    display: flex;
    justify-content: end;
}

.info_box p {
    margin: auto 0;
    font-weight: bold;
    font-size: 15px;
    color: #0e0e0e;
    padding: 0 15px;
}

.info_box p span {
    display: block;
    font-weight: normal;
}

.info_box p a {
    color: #141414;
}
/* .sticky_menu.header_area .navbar-expand-lg .navbar-nav .nav-link{
    color: #fff;
} */

.logo_img {
    display: block;
    width: 200px;
}

.logo_img img {
    width: 90%;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #ffffff !important;
    background-color: #132480 !important;
}

.header_area nav li ul li a {
    color: #070707;
}

.header_area nav li a {
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

.header_area nav {
    padding: 20px 0 30px;
}

.header_area .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 60px 0 0;
}

.header_area nav li a::before {
    content: "";
    background: #0f1d5a;
    position: absolute;
    bottom: 0;
    width: 0%;
    -webkit-transition: .5s;
    transition: .5s;
    left: 0;
    height: 2px;
}

.header_area nav li a:hover::before {
    width: 50px;
}

.header_area nav a:hover {
    color: #024093;
}

.header_area .navbar-collapse {
    position: relative;
}

.header_area .estimate_btn {
    position: absolute;
    right: 0;
}

.estimate_btn {
    font-size: 16px;
    color: #ffffff !important;
    font-weight: 500;
    padding: 6px 6px 6px 25px;
    transition: all .5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    text-align: center;
    border: none;
    border-radius: 6px;
    background: #132480;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    display: inline-block;
    z-index: 1;
    overflow: hidden;
}

.estimate_btn:after {
    content: "";
    background: #024093;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    transition: all 0.5s;
}

.estimate_btn i {
    margin-left: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    border-radius: 50px;
    display: inline-block;
    transition: all .5s;
    color: #181818;
}

.estimate_btn:hover:after {
    height: 100%;
}

.header_area .dropdown-item:before {
    display: none;
}

.sticky_menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    background: #ffffff;
    border-bottom: 1px solid #333;
}

.sticky_menu .logo_img img {
    width: 100px;
}

.sticky_menu .info_area {
    padding: 0;
}

.sticky_menu .info_area:after {
    bottom: -8px;
}

.sticky_menu.header_area nav {
    padding: 20px 0 20px;
}

.slide {
    position: relative;
    padding: 180px 0;
    background: #000000c4;
}

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

.slide p {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 32px;
}

.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: #000;
}

.slide .slide_content--headings h2 {
    font-size: 48px;
    margin: 10px 0;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Bebas Neue', cursive;
}

.slide .slide_content--headings span {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    background: #024093;
    padding: 20px 70px 20px 0;
    display: inline-block;
    border-radius: 0 100px 100px 0;
    position: relative;
}

.slide .slide_content--headings span:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #024093;
}

.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: #43d52b;
    padding: 5px 10px;
    color: #fff !important;
}

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

.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;
}

.btn_area a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    padding: 6px 6px 6px 25px;
    transition: all .5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    text-align: center;
    border: none;
    border-radius: 6px;
    background: #024093;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    display: inline-block;
    z-index: 1;
    overflow: hidden;
}
.btn_area a.call-btn{
    background: #fff;
    color: #024093;
}
.btn_area a.call-btn:hover{    
    color: #ffffff;
}

.btn_area a:after {
    content: "";
    background: #132480;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    transition: all 0.5s;
}

.btn_area a i {
    margin-left: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #ffffff;
    border-radius: 50px;
    display: inline-block;
    transition: all .5s;
    color: #101010;
    font-size: 14px;
}

.btn_area a:hover:after {
    height: 100%;
}

.point_area {
    padding: 70px 0;
}

.point_box {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
}

.point_box h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0;
    color: #ffffff;
}

.point_box p {
    font-weight: 300;
    color: #ffffff;
    line-height: 24px;
    margin: 0;
}

.point_flip {
    transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transform-style: preserve-3d;
    background: linear-gradient(to top, #132480, #14299f);
    border-radius: 8px;
    padding: 25px 15px;
    width: 100%;
    text-align: center;
}

.contentss {
    transform: translateZ(50px);
    transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transform-style: preserve-3d;
    z-index: 10;
    position: relative;
}

.point_box:hover .point_flip {
    transform: rotateX(-180deg);
}

.point_box:hover .contentss {
    transform: rotateX(180deg);
    transition: all 0.5s;
}
/* .point_box .contentss img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(31%) saturate(7450%) hue-rotate(219deg) brightness(76%) contrast(110%);
} */

.head {
    font-size: 36px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 30px;
    position: relative;
}

.head span {
    width: 136px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -30px;
    text-align: center;
}

.head span:before {
    content: "";
    width: 56px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 13px;
}

.head span:after {
    content: "";
    width: 56px;
    height: 1px;
    background: #000;
    position: absolute;
    right: 0;
    bottom: 13px;
}

.abt_area {
    padding: 0;
    position: relative;
    background: linear-gradient(to left, #f4f4f4 50%, #fff 50%);
    margin-top: 10px;
}

/* .abt_area:before {
    content: "";
    background: url(../images/abt_img.webp) no-repeat 0 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
} */
.abt_left {
margin:0 -15px;
height:100%;	
}
.abt_left img{
width:100%;
height:100%;
object-fit:cover;
}
.abt_right {
padding:60px 0 60px 20px;
}

.abt_right p {
    line-height: 28px;
    font-weight: 300;
    color: #505050;
    margin: 40px 0 20px;
    text-align: justify;
}

.abt_point {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    padding: 20px 10px;
    margin: 20px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.abt_point i {
    font-size: 36px;
    color: #677158;
    transition: all 0.5s;
}

.abt_point h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 10px 0;
    transition: all 0.5s;
}

.abt_point p {
    font-weight: 300;
    color: #505050;
    line-height: 24px;
    margin: 0;
    transition: all 0.5s;
}

.abt_point:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #132480;
    transition: all 0.5s;
}

.abt_point:hover:before {
    left: 0;
    width: 100%;
}

.abt_point:hover h3,
.abt_point:hover p,
.abt_point:hover i {
    color: #ffffff;
}

.abt_right .btn_area a {
    background: #132480;
    margin-top: 30px;
    color: #fff;
}

.abt_right .btn_area a:after {
    background: #024093;
}

.what_area {
    /* margin-top: 70px; */
    padding-top: 70px;
    position: relative;
    z-index: 1;
}

.what_area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 315px;
    background: #004198;
    z-index: -1;
}

.what_area .head {
    text-align: center;
    color: #fff;
}

.what_area .head span {
    left: 50%;
    transform: translateX(-50%);
}

.what_area .head span:before,
.what_area .head span:after {
    background: #fff;
}

.what_area .head span img {
    filter: brightness(0) invert(1);
}

.what_box {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.what_img {
    height: 235px;
    margin-bottom: -45px;
}

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

.what_cont {
    background: #132480;
    padding: 20px 10px;
    text-align: center;
    position: relative;
    transition: all .5s ease-in-out;
    bottom: -45px;
    border-radius: 0 0 8px 8px;
}

.what_cont:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    background: #024193a8;
    height: 15px;
    width: 100%;
}

.what_cont h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.what_cont p {
    font-weight: 300;
    margin: 10px 0 0;
    color: #fff;
}

.what_cont a {
    font-weight: bold;
    font-size: 18px;
    color: #ffae00;
    display: block;
    margin-top: 30px;
    transition: all 1s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.what_box:hover .what_cont {
    bottom: 0;
}

.what_box:hover .what_cont a {
    margin-top: 10px;
    visibility: visible;
    opacity: 1;
}

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

.ready_area {
    padding: 150px 0;
    position: relative;
    z-index: 1;
    background: url(../images/ready_back.webp) no-repeat center;
    background-attachment: fixed;
    margin-top: 70px;
}

.ready_area .btn_area a:after {
background: #fff;
}
.ready_area .btn_area a {
    background: #024093;
    color: #fff;
    }
    .ready_area .btn_area a:hover {        
        color: #1e1e1e;
        }


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

.ready_area h2 {
    width: 100%;
    color: #fff;
    font-size: 64px;
    font-family: 'Bebas Neue', cursive;
    line-height: 70px;
    margin: 0;
}

.ready_area h2 span {
    color: #ffba00;
    display: block;
}

.ready_area .btn_area {
    margin: auto 0 auto auto;
}

.work_area {
    padding: 70px 0;
}

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

.work_area .head span {
    left: 50%;
    transform: translateX(-50%);
}

.lightimg_box {
    margin-top: 10px;
    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(../images/gallery_zoom.png) no-repeat center #02419366;
    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);
}

.work_area .btn_area {
    text-align: center;
    margin-top: 30px;
}

.work_area .btn_area a {
    background: #132480;
    color: #fff;
}

.work_area .btn_area a:after {
    background: #024093;
}

.get_area {
    background: url(../images/boston_map.webp) no-repeat center;
    padding: 70px 0;
    z-index: 1;
    position: relative;
}

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

.get_form {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    border: 2px solid #132480;
    padding: 65px 130px;
}

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

.get_form .head span {
    left: 50%;
    transform: translateX(-50%);
}

.get_form form {
    margin-top: 45px;
}

.get_form form input,
.get_form form select {
    height: 52px;
    background: #024093;
    color: #fff;
    font-weight: 300;
    border-radius: 0;
    border: 1px solid #989898;
    margin-bottom: 15px;
    appearance: auto;
}

.get_form form textarea {
    height: 150px;
    background: #024093;
    color: #fff;
    font-weight: 300;
    border-radius: 0;
    border: 1px solid #989898;
    margin-bottom: 15px;
}

.get_form form input::placeholder,
.get_form form textarea::placeholder,
.get_form form select::placeholder {
    color: #fff;
}

.get_form form input:focus,
.get_form form textarea:focus,
.get_form form select:focus {
    background: #0a63ad;
    color: #fff;
    box-shadow: none;
    border: 1px solid #000;
}

.form_btn {
    font-size: 16px;
    color: #ffffff !important;
    font-weight: 500 !important;
    padding: 10px 50px;
    transition: all .5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer !important;
    text-align: center;
    border: none !important;
    border-radius: 6px !important;
    background: #132480 !important;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    display: block;
    z-index: 1;
    overflow: hidden;
    margin: 15px auto 0;
}

.form_btn:after {
    content: "";
    background: linear-gradient(to top, #0a63ad, #0f1d5a);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    transition: all 0.5s;
}

.form_btn i {
    margin-left: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #000;
    border-radius: 50px;
    display: inline-block;
    transition: all .5s;
}

.form_btn:hover:after {
    height: 100%;
}

.footer_area {
    padding: 70px 0;
    background: #0d1856;
    position: relative;
    z-index: 1;
    border-top: 2px solid #fff;
}

.foot_head {
    margin-bottom: 15px;
}

.foot_head h3 {
    font-weight: 500;
    font-size: 22px;
    position: relative;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
}

.foot_head_area:hover .foot_head:after {
    width: 20px;
}

.foot_head_area:hover .foot_head h3:after {
    width: 25px;
}

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

.foot_left a {
    margin-bottom: 30px;
    display: block;
}

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

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

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

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

.foot_menu_pad {
    padding-left: 15px;
}

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

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

.foot_address p span {
    display: block;
}

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

.foot_social {
    margin-top: 20px;
}

.foot_social a {
    width: 42px;
    height: 42px;
    background: #1368d7;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 22px;
    line-height: 42px;
    border-radius: 100%;
}

.foot_social a:nth-child(2) {
    background: #ff0000;
}

.copy_area {
    background: #080e33;
    padding: 30px 0;
    border-top: 1px solid #615e5f;
}

.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 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: #f3002c;
    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: #f3002c;
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    position: absolute;
    left: 0;
}


.getin_wrap {
    padding: 60px 0;
}

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

.form_box {
    padding: 0;

}

.home_map {
    background: #024093;
    padding: 20px;
}

.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;
    background: #ffba00;
    border: 1px solid #fff;
    padding: 10px 10px;
    border-radius: 50%;
    text-align: center;
    color: #212121;
}

.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;
}

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

.map iframe {
    width: 100%;
    height: 350px;
}

.abt_areasec {
    padding: 60px 0;
}

.dropdown-toggle {
    white-space: nowrap;
    background: no-repeat;
    color: #fff;
    border: none;
}

.main-navigation ul li svg.icon.icon-angle-down {
    display: none;
}

.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;
    margin: 0px 0;
}

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

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

.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;
}

/*.form_btn{background: #e7240f;border-radius: 5px;color: #fff !important;overflow: hidden;padding: 0 50px; line-height: 52px; text-align: center;position: relative;z-index: 1;text-transform: uppercase; position: relative; display: inline-block; font-weight: bold;border: none;margin-top: 30px;}
.form_btn:before{content: "";position: absolute;top: 50%;left: 50%;z-index: -1;transition: all 0.6s ease; background: #0397ca;width: 100%;height: 0;transform: translate(-50%,-50%) rotate(45deg);}
.form_btn:hover::before {height: 340%;}*/
/*===============Responsive Starts===============*/
@media all and (min-width: 800px) {}

@media (min-width:981px) and (max-width:1399px) {
    .logo_img img {
        width: 100px;
    }

    .info_area {
        padding: 0;
    }

    .info_area:after {
        bottom: -8px;
    }

    .header_area .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 26px 0 0;
    }

    .header_area nav {
        padding: 35px 0 26px;
    }

    .ready_area h2 {
        font-size: 48px;
        line-height: 56px;
    }

    .get_form {
        padding: 65px 70px;
    }

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

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

    .logo_img img {
        width: 100px;
    }
    .slider_area .btn_area a{
        width: 163px;
        padding: 6px;
        font-size: 13px;
        }
        .slider_area .btn_area a.call-btn{
            background: #fff;
            color: #212121;
            margin-left: 6px;
        }
        .slider_area .btn_area a i{
            width: 25px;
            height: 25px;
            line-height: 25px;
        }
        .foot_address p{
            margin-top: 10px;
        }

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

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

    .header_area .navbar-toggler {
        position: absolute;
        right: 0;
        top: -76px;
    }
    .abt_area{
        background: linear-gradient(to left, #f4f4f4 100%, #fff 50%);
    }
    .abt_right {
        padding: 60px 20px 60px 20px;
    }
    .home_map ul li a{
        word-break: break-all;
    }

    .header_area .estimate_btn {
        position: inherit;
    }

    .header_area nav,
    .sticky_menu.header_area nav {
        padding: 0;
    }

    .logo_area {
        padding: 10px 0;
    }

    .header_area .navbar-expand-lg .navbar-nav .nav-link {
        padding: 5px 0;
    }

    .slide {
        padding: 100px 0;
    }

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

    .slide .slide_content--headings span {
        padding: 10px 16px 10px 0;
        font-size: 16px;
    }

    .slide p {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
    }

    .point_box {
        margin: 12px 0;
    }

    .ready_area h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .lightimg_box a {
        height: 200px;
    }

    .get_form {
        padding: 30px 25px;
    }

    .foot_menu_pad {
        padding: 0;
    }

    .foot_head {
        margin: 15px 0 3px;
    }
}

@media (max-width:767px) {
    .info_area {
        display: none;
    }


    .logo_img img {
        width: 80%;
    }

    .header_area .navbar-toggler:focus {
        box-shadow: none;
    }
    .slider_area .btn_area{
        display: flex;
        justify-content: center;
    }
    .slider_area .btn_area a{
    width: 163px;
    padding: 6px;
    font-size: 13px;
    }
    .slider_area .btn_area a.call-btn{
        background: #fff;
        color: #212121;
        margin-left: 6px;
    }
    .slider_area .btn_area a i{
        width: 25px;
        height: 25px;
        line-height: 25px;
    }

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

    .header_area .navbar-toggler {
        position: absolute;
        right: 0;
        top: -95px;
    }

    .sticky_menu.header_area .navbar-toggler {
        top: -82px;
    }

    .sticky_menu .logo_img img {
        width: 60%;
    }
    .single_service{
        padding-bottom: 20px;
    }

    .header_area .estimate_btn {
        position: inherit;
    }

    .header_area nav,
    .sticky_menu.header_area nav {
        padding: 0;
    }

    .logo_area {
        padding: 10px 0;
    }

    .header_area .navbar-expand-lg .navbar-nav .nav-link {
        padding: 5px 0;
    }

    .slide {
        padding: 100px 0;
    }

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

    .slide .slide_content--headings span {
        padding: 5px 10px 5px 0;
        font-size: 16px;
    }

    .slide p {
        font-size: 14px;
        line-height: 24px;
        font-weight: 400;
    }
    .abt_area{
        padding-bottom: 0;
    }

    .point_area {
        padding: 40px 0;
    }

    .point_box {
        margin: 12px 0;
    }

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

    .point_box h3 {
        font-size: 16px;
    }

    .abt_area {
        margin-top: 0;
        background: linear-gradient(to left, #f5f5f5 100%, #fff 0)
    }

    .abt_area:before {
        width: 100%;
        height: 200px;
        top: 0;
		}
.abt_left {
    margin: 0;
    height: 100%;
}
    .abt_right {
        padding: 20px 0 40px;
    }

    .abt_right p {
        font-size: 14px;
        line-height: 24px;
        margin: 25px 0 20px;
    }

    .abt_point p {
        margin: 5px 0 0;
    }

    .abt_right .btn_area {
        text-align: center;
    }

    .abt_right .btn_area a {
        margin-top: 10px;
    }

    .head {
        font-size: 24px;
        text-align: center;
        margin: 0 0 20px;
    }

    .head span {
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .head span img {
        width: 20px;
    }

    .what_area {
        margin-top: 0;
        padding: 40px 0;
    }

    .what_area:before {
        height: 100%;
    }

    /* .what_cont {
        background: #000;
    } */

    .what_cont a {
        color: #ffae00;
    }
    .copy_area{
        padding: 10px 0;
    }
    .foot_head h3{
        margin-bottom: 15px;
    }

    .ready_area {
        padding: 100px 0;
    }

    .ready_area h2 {
        font-size: 30px;
        line-height: 36px;
        text-align: center;
    }

    .ready_area .btn_area {
        margin: 30px auto 0;
    }

    .work_area {
        padding: 40px 0;
    }

    .lightimg_box a {
        height: 120px;
    }
    .single_service{
        padding-bottom: 20px;
    }

    .lightimg_box {
        margin-top: 5px;
    }

    .get_area {
        padding: 40px 0;
    }

    .get_form {
        padding: 20px;
    }

    .get_form form textarea {
        height: 100px;
    }

    .get_form form input {
        height: 40px;
    }

    .footer_area {
        padding: 40px 0 20px;
    }

    .foot_left p,
    .foot_menu ul li a,
    .foot_address p span a,
    .foot_address p span {
        font-size: 14px;
        line-height: 24px;
    }

    .foot_menu_pad {
        padding: 0;
    }

    .foot_head {
        margin: 15px 0 3px;
    }

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

    .abt_areasec {
        padding: 30px 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;
    }

    .single_service p,
    .single_service ul li {
        font-size: 14px;
        line-height: 24px;
    }
}

/*===============Responsive Ends===============*/
.single_service {
    padding: 60px 0;
    display: inline-block;
    width: 100%;
}

.abt_area {
display: inline-block;
    width: 100%;
}

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

.single_service p a {
    color: #024093;
}

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

.single_service ul li:before {
    content: "\f00c";
    color: #132480;
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    margin-right: 10px;
}

.review_box .checked {
    color: #132480;
}

.review_box {
    padding: 15px;
    background: #f1f1f1;
    width: 70%;
    margin: 0 auto 30px;
}

.single_service .btn-primary {
    display: inline-block;
    width: auto;
    height: auto;
}

.review_btn {
    text-align: right;
    width: 72%;
    margin: 0 auto 20px;
}

.reviewtop_sec {
    width: 70%;
    margin: 0 auto 30px;
}

.reviewtop_sec h4 {
    font-size: 14px;
}

.reviewtop_sec .checked {
    color: #d59f06;
    font-size: 24px;
}

.filter-bar button.active,
.filter-bar button:hover {
    cursor: pointer;
    background: #f5f5f5;
    border: 1px solid #a5a5a5;
}

.active .checked {
    font-size: 14px;
}

.reviewtop_sec h3 {
    color: #ff1717;
    margin: 20px 0 0;
}



.nav-open {
    /* border: 3px solid #ffba00; */
    height: 36px;
    position: relative;
    width: 40px;
    background: #132480;
}

.nav-open .inner,
.nav-open .inner::before,
.nav-open .inner::after {
    background-color: #ffffff;
    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);
}


.call_float {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 9999;
}

.call_float a i {
    width: 50px;
    height: 50px;
    background: #fc0000;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.5s;
}

.call_float a {
    text-decoration: none;
}