@import url("https://use.typekit.net/ncs3lfk.css");
body{
    font-size:16px;
    color:black;
    font-weight: 400;
    font-family: poppins, sans-serif;
}
.header-top{
    background-color:#062E39;
    padding-top:5px;
    padding-bottom:5px;
    height:56px;
    display: flex;
    align-items: center;
}
ul.top-contanct{
    display: flex;
    align-items: center;
    padding:0px;
    margin:0px;
    list-style: none;
}
ul.top-contanct>li{
    display: flex;
    margin-right:10px;
    align-items: center;
}
ul.top-contanct>li>a{
    text-decoration: none;
    display: flex;
    margin-right:15px;
    align-items: center;
    color:white;
    font-size:15px;
    font-weight: 300;
    transition: all .4s;
}
ul.top-contanct>li>a>span.link-icon{
    margin-right:7px;
    display: flex;
    align-items: center;
}

ul.top-contanct>li>a>span.link-text{
    display: flex;
    margin-top:2px;
}
ul.top-contanct>li>a:hover{
    color:#FD5523;
    transition: all .4s;
}
ul.top-social{
    display: flex;
    justify-content: flex-end;
    list-style: none;
    align-items: center;
    margin: 0px;
    padding:0;
}
ul.top-social>li{
    display: flex;
    margin-left:5px;
}
ul.top-social>li>a{
    display: flex;
    padding:5px;
    align-items: center;
    justify-content: center;
    color:white;
    text-decoration: none;
    transition: all .4s;
    font-size:15px;
}
ul.top-social>li>a:hover{
    color:#FD5523;
    transition: all .4s;
}
.header-bottom{
    background-color: white;
    box-shadow: 0px 3px 16px rgba(0,0,0,.16);
    position: relative;
    z-index: 2;
}
a.navbar-brand>img{
    height:70px;
}
ul.right-btn{
    list-style: none;
    margin:0px;
    padding:0px;
}
.nav-link{
    font-size:16px;
    font-weight: 500;
    color:black;
}
.dropdown-toggle::after{
    display: none;
}
.btn.btn-default{
    background-color: #FD5523;
    border:1px solid rgba(255,85,35,0);
    position: relative;
    height: 54px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    border-radius: 0px;
    display: flex;
    align-items: center;
    width: fit-content;
    transition: all .4s;
}
.btn.btn-default.small{
    width:40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    padding:0px;
    font-size:14px;
}
.btn.btn-default.small>svg{
    height: 20px;
}
.btn.btn-default.small>span.triangle{
    width:14px;
    height:14px;
    bottom: 2px;
    left: 2px;
}
.btn.btn-default:hover{
    background-color: white;
    border:1px solid rgba(255,85,35,1);
    color: #FD5523;
    transition: all .4s;
}
.btn.btn-default>span.triangle{
    background-color: rgba(255,255,255,.5);
	clip-path: polygon(0% 0, 100% 100%, 0 100%);
	width: 19px;
	height: 19px;
    position: absolute;
    bottom:5px;
    left:5px;
    transition: all .4s;
}
.btn.btn-default:hover>span.triangle{
    background-color: rgba(255,85,35,.5);
    transition: all .4s;
}
.banner-area>.row{
    display: flex;
    flex-direction: row-reverse;
}


.btn.btn-primay{
    background-color: white;
    border:1px solid rgba(255,85,35,0);
    position: relative;
    height: 54px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FD5523;
    border-radius: 0px;
    display: flex;
    align-items: center;
    width: fit-content;
    transition: all .4s;
}
.btn.btn-primay.small{
    width:40px;
    height:40px;
    align-items: center;
    justify-content: center;
    padding:0px;
    font-size:10px;
}
.btn.btn-primay.small>span.triangle{
    width: 14px;
    height:14px;
    bottom: 2px;
    left: 2px;
}
.btn.btn-primay.small>svg{
    height: 20px;
}
.btn.btn-primay:hover{
    background-color: #FD5523;
    border:1px solid rgba(255,85,35,1);
    color: white;
    transition: all .4s;
}
.btn.btn-primay>span.triangle{
    background-color: rgba(255,85,35,.5);
	clip-path: polygon(0% 0, 100% 100%, 0 100%);
	width: 19px;
	height: 19px;
    position: absolute;
    bottom:5px;
    left:5px;
    transition: all .4s;
}
.btn.btn-primay:hover>span.triangle{
    background-color: rgba(255,255,255,.5);
    transition: all .4s;
}


.banner-left, .banner-right{
    position: relative;
    display: flex;
    height:82vh;
}
.banner-left>img, .banner-right>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.banner-right>.overflow{
    background-color: rgba(6, 46, 57,.80);
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left:30px;
}
.banner-text{
    margin-bottom:100px;
}
.banner-text>h1{
    font-size:36px;
    color:white;
    font-weight: 700;
    margin-bottom:30px;
}
.banner-text>ul{
    list-style: none;
    padding:0px;
}
.banner-text>ul>li{
    display: flex;
    align-items: center;
    color:white;
    font-size:16px;
    font-weight: 600;
    margin-bottom:10px;
}
.banner-text>ul>li:before{
    color:#FD5523;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f111';
    margin-right:7px;
    font-size:13px;
    margin-top:-3px;
}
.banner-text>p{
    color:white;
    font-size:16px;
    font-weight: 500;
}
.services-icons{
    background-color: white;
    box-shadow: 0px 0px 16px rgba(0,0,0,.16);
    display: flex;
    height:250px;
    margin-top:-100px;
    position: relative;
    z-index: 2;
    padding:15px;
}
.item{
    height:170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item>a{
    display: flex;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
    justify-self: center;
}
.item>a>.icon>img{
    height:75px;
}
.item>a>h4{
    font-size:16px;
    font-weight: 600;
    color:black;
    text-align: center;
    margin-top:20px;
    margin-bottom:0px;
    padding:0px 5px;
}
.item>a>span.subtitle{
    font-size:13px;
    font-weight: 300;
    color:black;
    text-align: center;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-item>.item{
    border-right:1px solid rgba(112,112,112,.7);
}
.owl-item:last-child>.item{
    border:none;
}
.owl-theme .owl-nav{
    position: absolute;
    bottom:-40px;
    display: flex;
}
.owl-theme .owl-nav [class*=owl-]{
    width:40px;
    height:40px;
    border:1px solid #FD5523!important;
    border-radius: 20px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    font-size:16px;
    color:#FD5523;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    transition: all .4s;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
    background-color: #FD5523;
    color:white;
    transition: all .4s;
}
button.owl-prev>span, button.owl-next>span{
    display: flex;
    align-items: center;
}
.owl-theme .owl-nav .disabled{
    opacity: 1;
}
.home-about{
    margin-top:140px;
}
.about-images{
    position: relative;
}
.image-1{
    display: flex;
    width:60%;
}
.image-2{
    display: flex;
    width: 60%;
    position: absolute;
    right:0px;
    top:80px;
}
.image-1>img, .image-2>img{
    width: 100%;
}
.home-about-text{
    padding-left:40px;
}
span.suptitle{
    display: flex;
    width: 100%;
    color:#FD5523;
    font-size:15px;
    font-weight: 300;
    align-items: center;
    margin-bottom:5px;
    margin-top:20px;
}
span.suptitle>img{
    height:20px;
    margin-right:5px;
}
.home-about-text>h2{
    font-size:32px;
    font-weight: 400;
    color:black;
    margin-bottom:30px;
}
.home-about-text>p{
    font-weight: 300;
    line-height: 26px;
}
.home-about-text>ul{
    display: flex;
    list-style: none;
    padding:0px;
    margin:30px 0px;
}
.home-about-text>ul>li{
    margin-righT:5px;
}
.home-form-area{
    margin-top:140px;
    z-index: 2;
    position: relative;

}
.form-header{
    display: flex;
    width: fit-content;
    font-size:18px;
    font-weight: 500;
    color:white;
    background-color: #FD5523;
    padding:20px 20px 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
    z-index: 2;
}
.form-box{
    background-color:white;
    padding:20px;
    position: relative;
    display: flex;
    z-index: 2;
    box-shadow: 0px 5px 16px rgba(0,0,0,.16);
}
.form-img{
    display: flex;
    align-items: flex-end;
}
.form-img>img{
    width:100%;
}
.form{
    padding:15px 30px;
}
.form-str{
    padding:7px;
}
.form-str>label{
    font-size:16px;
    font-weight: 300;
    color:black;
}
.form-str>input.form-control{
    height:46px;
    border:1px solid #FD5523;
    width: 100%;
    border-radius: 0px;
}
.form-str>textarea.form-control{
    height:103px;
    border:1px solid #FD5523;
    width: 100%;
    border-radius: 0px;
    resize:none;
}
.btn.btn-default.width-200{
    width:200px;
    justify-content: center;
}
.home-left-box, .home-right-box{
    position: relative;
    padding:0px;
}
.home-left-box>img, .home-right-box>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.home-left-box>.overlay-orange{
    position: relative;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color: rgba(253, 85, 35,.65);
    display: flex;
    padding-top:120px;
    padding-bottom:40px;
}
.home-left-box>.overlay-orange>.text-area{
    margin-left:15%;
    display: flex;
    flex-direction: column;
    padding-right:30px;
}
.home-right-box>.overlay-blue{
    position: relative;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color: rgba(6, 46, 57,.65);
    display: flex;
    padding-top:120px;
    padding-bottom:40px;
}
.home-right-box>.overlay-blue>.text-area{
    margin-right:15%;
    padding-left:30px;
    display: flex;
    flex-direction: column;
}
.testimonial{
    margin-top:-65px;
    z-index: 0;
}
.text-area>h4{
    font-size:28px;
    font-weight: 600;
    color:white;
    margin-bottom:30px;
}
.text-area>p{
    font-size:16px;
    color:white;
    font-weight: 300;
    line-height: 26px;
}
.blog-area{
    margin-bottom:90px;
    padding-top:80px;
}
.blog-box{
    padding:20px;
}
.blog-box>a{
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 16px rgba(0,0,0,.16);
    background-color:white;
    text-decoration: none;
}
.blog-box>a>.blog-img{
    display: flex;
    width: 100%;
}
.blog-box>a>.blog-img>img{
    width:100%;
}
.blog-box>a>.blog-info{
    display: flex;
    width:100%;
    padding:20px;
    flex-direction: column;
    justify-content: space-between;
}
.blog-box>a>.blog-info>h6{
    font-size:18px;
    font-weight: 600;
    color:black;
    margin-bottom:25px;
}
.blog-box>a>.blog-info>p{
    font-size:15px;
    color:black;
    font-weight: 300;
    line-height: 24px;
}
.blog-box>a>.blog-info>.blog-bottom{
    display:flex;
    width:100%;
    margin-top:10px;
    justify-content: space-between;
    align-items: center;
}
.blog-box>a>.blog-info>.blog-bottom>span.date{
    display:flex;
    justify-content: flex-end;
    align-items: center;
    font-size:13px;
    font-weight: 300;
    color:black;
}
.footer{
    border-top:5px solid #FD5523;
    background-color:#062E39;
    padding-top:40px;
    padding-bottom:5px;
}
.footer-logo-column>a.footer-logo{
    display:flex;
    width:80%;
    margin-bottom:30px;
}
.footer-logo-column>a.footer-logo>img{
    width:100%;
}
.footer-logo-column>ul.foot-social{
    display: flex;
    list-style: none;
    margin:0px 0px 30px;
    padding:0px;
}
.footer-menu-column{
    margin-bottom:30px;
}
.footer-logo-column>ul.foot-social>li{
    margin-right:5px;
}
.footer-menu-column>span.footer-title{
    font-size:16px;
    font-weight: 500;
    color:white;
    border-bottom:1px solid white;
    padding:0px 15px 0px;
    display: flex;
    margin-bottom:20px;
    width:100%;
}
.footer-menu-column>ul.footer-menu{
    display: flex;
    flex-direction: column;
    list-style: none;
    margin:0px;
    padding:0px;
}
.footer-menu-column>ul.footer-menu>li{
    display: flex;
    width:fit-content;
    margin-bottom:3px;
}
.footer-menu-column>ul.footer-menu>li>a{
    text-decoration: none;
    width: 100%;
    color:white;
    font-size:16px;
    font-weight: 400;
    padding:4px 0px;
    transition: all .4s;
}
.footer-menu-column>ul.footer-menu>li>a::before{
    color:#FD5523;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f101';
    margin-right:7px;
    font-size:13px;
    transition: all .4s;
}

.footer-menu-column>ul.footer-menu>li>a:hover{
    color:#FD5523;
    transition: all .4s;
}
.footer-menu-column>ul.footer-menu>li>a:hover::before{
    color:white;
    transition: all .4s;
}
ul.footer-contact{
    display: flex;
    flex-direction: column;
    list-style: none;
    margin:0px 0px 30px;
    padding:0px;
}
ul.footer-contact>li{
    display: flex;
    margin-bottom:3px;
}
ul.footer-contact>li>a{
    text-decoration: none;
    color:white;
    font-size:16px;
    font-weight: 400;
    transition: all .4s;
    padding:3px 0px;
    display: flex;
    align-items: center;
}
ul.footer-contact>li>a:hover{
    color:#FD5523;
    transition: all .4s;
}
ul.footer-contact>li>a.address::before{
    color:#FD5523;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f3c5';
    margin-right:7px;
    font-size:17px;
    transition: all .4s;
    margin-top:-2px;
}
ul.footer-contact>li>a.phone::before{
    color:#FD5523;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f095';
    margin-right:7px;
    font-size:17px;
    transition: all .4s;
}
ul.footer-contact>li>a.email::before{
    color:#FD5523;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f0e0';
    margin-right:7px;
    font-size:17px;
    transition: all .4s;
}
ul.footer-contact>li>a.address:hover::before, ul.footer-contact>li>a.phone:hover::before, ul.footer-contact>li>a.email:hover::before{
    color:white;
    transition: all .4s;
}
.footer-bottom{
    margin-top:50px;
    border-top:1px solid #FD5523;
    padding-top:10px;
}
.copyright{
    font-size:12px;
    font-weight: 300;
    color:white;
}
.design{
    display: flex;
    justify-content: flex-end;
    color:white;
    font-size:12px;
    font-weight: 300;
    align-items: center;
}
.design>a{
    display: flex;
    margin-left:5px;
    margin-top:-4px;
}
.design>a>img{
    height:12px;
}
.pageheader{
    position: relative;
    height:auto;
    padding:0px;
    border-bottom:5px solid #FD5523;
}
.pageheader>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.pageheader>.overlay-blue{
    position: relative;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color: rgba(6, 46, 57,.65);
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.page-breadcrumb{
    display: flex;
    width: fit-content;
    background-color: #FD5523;
	clip-path: polygon(10% 0, 90% 0%, 100% 100%,0 100%);
    list-style: none;
    margin:0px;
    padding:0px 70px;
    height:60px;
    align-items: center;
}
ul.page-breadcrumb>li{
    font-size:18px;
    font-weight: 600;
    color:white;
}
ul.page-breadcrumb>li>a{
    text-decoration: none;
    color:white;
    display: flex;
    align-items: center;
    margin-right:10px;
}
ul.page-breadcrumb>li>a::after{
    color:white;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f105';
    margin-left:10px;
}
.about-intro{
    margin-bottom:100px;
}
.about-text{
    padding-right:40px;
    margin-top:65px;
}
.about-text>h2{
    font-size:32px;
    font-weight: 400;
    color:black;
    margin-bottom:30px;
}
.about-text>p{
    font-weight: 300;
    line-height: 26px;
}
.about-text>ul.about-social{
    display: flex;
    list-style: none;
    padding:0px;
    margin:30px 0px;
}
.about-text>ul.about-social>li{
    margin-righT:5px;
}
.about-images-area{
    position: relative;
    margin-top:80px;
    display: flex;
}
.about-images-area>.img-text-box{
    width: 25%;
    margin-right: 1%;
    background-color: #062E39;
    height: 180px;
    margin-left: 4%;
    box-shadow: 0px 0px 16px rgba(0,0,0,.16);
}
.about-images-area>.about-img-1{
    display: flex;
    width:60%;
    box-shadow: 0px 0px 16px rgba(0,0,0,.16);
    margin-right:10%;
    height:fit-content;
}
.about-images-area>.about-img-1>img{
    width:100%;
}
.about-images-area>.about-img-2{
    position: absolute;
    display: flex;
    left: 5.5%;
    top: 187px;
    width: 40%;
    box-shadow: 0px 0px 16px rgba(0,0,0,.16);
    margin-right: 10%;
}
.about-images-area>.about-img-2>img{
    width: 100%;
}
.about-line{
    padding:0px;
    background-color: #062E39;
    display: flex;
    align-items: center;
    position: relative;
}
.about-line>.line-img{
    width:30%;
    display: flex;
    position: relative;
    height: 33vh;
}
.about-line>.line-img>img{
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    object-position: center center;
    color: transparent;
}
.line-right{
    display: flex;
    width:70%;
    position:relative;
    align-items: center;
}
.line-right>.line-icon{
    width:100px;
    height:100px;
    position: absolute;
    left:-50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FD5523;
}
.line-right>.line-icon>img{
    height:50px;
}
.line-text{
    display: flex;
    margin-left: 8%;
    width: 85%;
    padding-top:50px;
    padding-bottom:50px;
}
.line-text>.text-left{
    display: flex;
    flex-direction: column;
    width: 75%;
    padding-right: 30px;
}
.line-text>.text-left>h1{
    font-size:32px;
    font-weight: 600;
    color:white;
}
.line-text>.text-left>p{
    font-size:16px;
    color:white;
    font-weight: 400;
}
.line-text>.text-right{
    display: flex;
    width: 25%;
    align-items: center;
}
.comment-area{
    background-image: url('../../images/comment-bg.jpg');
    padding:80px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.commnet-area-title{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.commnet-area-title>span.suptitle{
    text-align: center;
    justify-content: center;
}
.commnet-area-title>h3{
    text-align: center;
    font-size:28px;
    font-weight: 700;
}
.comment-box{
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 16px rgba(0,0,0,.16);
    padding:40px;
    justify-content: space-between;
}
.comment-box>p{
    font-size:16px;
    color:black;
    line-height: 26px;
}
.comment-owl{
    display: block!important;
}
.comment-owl .item{
    border:none;
    height:auto;
}
.comment-owl .item>.owl-inside{
    display: flex;
    padding:50px 20px 20px;
}
.comment-bottom{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top:20px;
    align-items: flex-end;
}
.comment-bottom>.comment-title{
    display: flex;
    font-size:16px;
    font-weight: 500;
    color:darkgrey;
}
.comment-bottom>.comment-icon{
    display: flex;
}
.comment-bottom>.comment-icon>img{
    height:40px;
}
.faq-area{
    padding-bottom:80px;
}
.faq-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top:70px;
    margin-bottom:40px;
}
.faq-title>.suptitle{
    justify-content: center;
}
.faq-img{
    margin-bottom:30px;
}
.faq-img>img{
    width:90%;
}
.accordion-button:not(.collapsed) {
    color: white;
    background-color: #FD5523;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    transform: var(--bs-accordion-btn-icon-transform);
}
.Page-Title{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top:120px;
    margin-bottom:60px;
}
.Page-Title>h1{
    color:white;
    text-align: center;
    font-size:36px;
    font-weight: 600;
}
.service-img{
    display: flex;
    width: 100%;
    margin-top:40px;
}
.service-img>img{
    width: 100%;
}
.service-text{
    display: flex;
    width: 100%;
    margin-top:30px;
    flex-direction: column;
    margin-bottom:50px;
}
.service-text>h2{
    font-size:28px;
    font-weight: 600;
    color:black;
    margin-bottom:20px;
}
.service-text>p{
    font-size:16px;
    color:black;
    line-height: 26px;
}
.service-right{
    margin-top:40px;
}
.right-menu{
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    padding:20px;
    margin-bottom:30px;
}
.right-menu>.right-title{
    display: flex;
    width: 100%;
    font-size:22px;
    font-weight: 600;
    color:black;
    align-items: center;
    margin-bottom:20px;
    border-bottom: 2px solid #FD5523;
    padding-bottom:3px;
}
.right-menu>.right-title>img{
    height:24px;
    margin-right:10px;
}
.right-menu>ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    margin:0px;
    padding: 0px;
}
.right-menu>ul>li{
    display: flex;
    width: 100%;
    margin-bottom:5px;
}
.right-menu>ul>li>a{
    display: flex;
    background-color:white;
    padding:15px 20px;
    color:black;
    font-weight: 400;
    font-size:18px;
    width:100%;
    text-decoration: none;
    transition: all .3s;
}
.right-menu>ul>li>a:hover{
    background-color: #FD5523;
    color:white;
    transition: all .3s;
}
.right-form{
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    padding:20px;
    margin-bottom:30px;
}

.right-form>.right-title{
    display: flex;
    width: 100%;
    font-size:22px;
    font-weight: 600;
    color:black;
    align-items: center;
    margin-bottom:20px;
    border-bottom: 2px solid #FD5523;
    padding-bottom:3px;
}
.right-form>.right-title>img{
    height:24px;
    margin-right:10px;
}
.contact-top{
    margin-top:40px;
    margin-bottom:40px;
}
.contact-box{
    display: flex;
    width:100%;
    background-color:white;
    box-shadow: 0px 0px 16px rgba(0,0,0,.16);
    padding:20px;
    align-items: center;
}
.contact-box>.contact-icon{
    display: flex;
    margin-right:10px;
    height:70px;
    width:70px;
    border-radius: 50%;
    background-color:#FD5523;
    font-size:30px;
    color:white;
    align-items: center;
    justify-content: center;
}
.contact-box-right{
    display: flex;
    width: 80%;
    flex-direction: column;
}
.contact-box-right>span{
    display: flex;
    width: 100%;
    color:#FD5523;
    font-weight: 500;
    font-size:14px;
}
.contact-box-right>a{
    color:black;
    font-size:18px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    transition: all .4s;
}
.contact-box-right>a:hover{
    color:#FD5523;
    transition: all .4s;
}
.contact-form{
    display: flex;
    width: 100%;
    background-color:#f4f4f4;
    padding:40px;
}
.google-maps {
    position: relative;
    display: flex;
    height: auto;
    margin-top:40px;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)* .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
    border: none;
}