@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@1,200&display=swap');
body{
    margin: 0;
    padding: 0;
}
ul{
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p{
    margin-bottom: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.banner_heading {
    position: absolute;
    top: 10%;
    z-index: 99;
    width: 100%;
    left: 0;
}
.main_header {
    padding: 15px 0 15px;
    background-color: #212e54;
}
.date_time i{
    font-size: 15px;
  
}
.address {
    display: flex;
    justify-content: right;
}
.date_time {
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    display: flex;
    gap: 10px;
}
.phone_number a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    gap: 10px;
    text-decoration: none;
}
.phone_number i{
    font-size: 17px;
    color: #f39346;
}
.mail a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    gap: 10px;
    text-decoration: none;
}
.mail i{
    font-size: 17px;
    color: #f39346;
}
.address i {
    font-size: 17px;
    color: #f39346;
}
.address a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    gap: 10px;
    text-decoration: none;
}
.left_header {
    display: flex;
    gap: 14px;
    /* justify-content: space-between; */
}
.right_header {
    display: flex;
 
    gap: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 100;
}
.right_header a{
    text-decoration: none;
    color: #fff;
}
.right_header span {
    color: #fff;
    background: #ffffff21;
    height: 35px;
    width: 35px;
    text-align: center;
    border: none;
    font-size: 18px;
    border-radius: 100%;
    line-height: 2;
}
/* header close */
/* nav_start */
.window_door_nav a.navbar-brand img{
    max-width: 160px;
}

.window_door_nav .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .6rem;
    padding-bottom: .6rem;
    background: transparent;
}
.window_door_nav .navbar-light .navbar-nav .nav-link.active{
    color: rgba(0,0,0,.9);
    font-size: 16px;
    font-weight: 500;
}
.window_door_nav .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}
.window_door_nav  .me-auto {
    margin-right: auto!important;
    margin-left: auto !important;
}
.window_door_nav .navbar-light .navbar-nav .nav-link.active:hover{
    color:#f39346 ;
}



.window_door_nav form.d-flex button.btn {
    width: 170px;
    border: none;
    border-radius: 10px;
    background-color: #212e54;
    background-image: -moz-linear-gradient(top, #fff 0%, #f39346 100%);
    background-image: -webkit-linear-gradient(top, #fff 0%,#f39346 100%);
    background-image: linear-gradient(to bottom, #ef9575 0%,#f39346 100%);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    padding: 10px 30px;
}
.window_door_nav form.d-flex button.btn:hover {
    background-position: -200%;
    transition: background 300ms ease-in-out;
  }

/* nav_close */
/* banner_start */

.banner .slider_iamage_banner_1{
    background-image:url(../images/slider_1.jpg);
 
position: relative;
    width: 100%;
    background-repeat: no-repeat;
   
    background-repeat: no-repeat ;
    background-size: cover;
    background-position: center;
    height: 500px;
    z-index: 1; 

}
.banner .slider_iamage_banner_1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -0.5px;
    top: 0;
    background: #212e54;
    opacity: 0.7;
    z-index: -1;
}
.banner .slider_iamage_banner_2{
   background :#212e54  url(../images/slider-2.jpg);

    position: relative;
    width: 100%;
    background-repeat: no-repeat;
   
    background-repeat: no-repeat ;
    background-size: cover;
    background-position: center;
    height: 500px; 
    z-index: 1; 

}
.banner .slider_iamage_banner_2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -0.5px;
    top: 0;
    background: #212e54;
    opacity: 0.7;
    z-index: -1;
}

.banner .slider_iamage_banner_3{
    background: #212e54  url(../images/slider-3.jpg);
 
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
   
    background-repeat: no-repeat ;
    background-size: cover;
    background-position: center;
    height: 500px;
    z-index: 1; 

}
.banner .slider_iamage_banner_3::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -0.5px;
    top: 0;
    background: #212e54;
    opacity: 0.7;
    z-index: -1;
}
.banner_heading h1{
    font-size: 60px;
    font-weight: 700;
    color: #fff;

}
 .banner_heading {

    max-width: 100%;
 
} 
.banner{
    position: relative;

}

.banner_heading span{
    color: #f39346;
}
.banner_heading p{
    color: #fff;
    font-size: 18px;
    padding-top: 33px;
    padding-bottom: 20px;
}


.banner_heading button.btn {
    width: 170px;
    border: none;
    border-radius: 10px;
    background-color: #212e54;
    background-image: -moz-linear-gradient(top, #fff 0%, #f39346 100%);
    background-image: -webkit-linear-gradient(top, #fff 0%,#f39346 100%);
    background-image: linear-gradient(to bottom, #ef9575 0%,#f39346 100%);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    padding: 10px 30px;
}
.banner_heading button.btn:hover {
    background-position: -200%;
    transition: background 300ms ease-in-out;
  }
  .banner_slider .owl-dots{
    display: none;
  }
  .banner_slider .owl-nav{
    display: none;
  }
/* banner_close */
/*  request a quote start  */

.quote_start_section button.start span{
    padding-right: 4px;
}
.form_start h5 {
    font-size: 19px;
    font-weight: 700;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
form.quote {
    padding-top: 23px;
}
form.quote input.form-control {
    /* border: 2px solid #212e54; */
    margin-right: 10px;
    margin-bottom: 18px;
    padding: 6px;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    min-height: 44px;
    box-shadow: none;
}
.quote .form-select {
    /* border: 2px solid #212e54; */
    margin-right: 10px;
    margin-bottom: 18px;
    font-size: 15px;
    font-weight: 500;
    min-height: 44px;
    color: #757579;
    /* min-width: 53px; */
    outline: none;
    box-shadow: none;
}
.form_start {
    background-color: #212e54b5;
 
    padding: 30px;
    max-width: 650px;
    border: none;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.form_quote_start {
    display: table;
    margin: auto;
}
section.quote_start_section {
    margin-top: 0px;
    z-index: 9;
    position: relative;
    display: none;
}
 .form_start button.start {
    width: 170px;
    border: none;
    border-radius: 10pxs;
    background-color: #212e54;
    background-image: -moz-linear-gradient(top, #fff 0%, #f39346 100%);
    background-image: -webkit-linear-gradient(top, #fff 0%,#f39346 100%);
    background-image: linear-gradient(to bottom, #ef9575 0%,#f39346 100%);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    padding: 10px 24px;
}
.form_start button.start:hover {
    background-position: -200%;
    transition: background 300ms ease-in-out;
  } 

/*  request a quote close  */
/* 25years experience service start */
.experience_service {
    padding: 100px 0 141px;
}
.service_image img {
    width: 100%;
  
    border-radius: 323px 323px 0 0;
    /* height: 600px; */
    object-fit: cover;
    /* z-index: 99; */
    height: 676px;
    padding-right: 35px;
}

.service_main{
    position: relative;
}
.service_main::before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -26px;
    width: 45%;
    height: 60%;
    background: #212e54;
    z-index: -1;
}

span.welcome {
    font-size: 18px;
    font-weight: 600;
    color: #f39346;
    /* padding-bottom: 20px; */
    letter-spacing: 1px;
}
.service_writing_part h2 {
    font-size: 35px;
    font-weight: 700;
    padding-top: 15px;
    color: #212e54;
    padding-bottom: 17px;
}
.service_writing_part h2 span.door_service{
    color:#f39346 ;
}
.service_writing_part p.service_text {
    color: #757F95;
    font-size: 17px;
    font-weight: 400;
}
.first_services {
    position: relative;
    margin-top: 15px;
    padding: 20px 21px;
    background: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: .5s;
}
.first_services:hover{
   transition: .5s;
   transform: translateY(-10px);
}
.service_icon {
    width: 60px;
    height: 60px;
    line-height: 95px;
    border-radius: 50%;
    background: #212e54;
    margin: 0 auto 15px auto;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    position: relative;
    /* transition: var(--transition); */
}
.service_icon img {
    text-align: center;
    align-items: center;
    display: table;
    margin: auto;
    padding-top: 10px;
    max-width: 45px;
    position: relative;
    overflow: hidden;
    transition: transform .7s ease-in-out;
}
.first_services h4 {
    color: #212e54;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 5px;
}
.first_services p{
    font-size: 14px;
    text-align: center;
    color: #757F95;
}

.service_icon{
    overflow: hidden;
    transition: transform .7s ease-in-out;
}
.first_services:hover .service_icon{
    transform: rotateY(360deg); 
    /* transition: all 0.3s ease 0s; */
    transition: transform .7s ease-in-out;
}
/* 25years experience service close */
/* get_service_form_start */

.first_quote_today_start {
    background-image: url(../images/door_image_repair.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
}
.right_form {
    background-color: #212e54b5;
    padding: 55px 45px 44px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
    border: none;
    border-radius: 5px;
}

.right_form span {
    font-size: 18px;
    font-weight: 600;
    color: rgb(243, 147, 70);
    letter-spacing: 1px;
}
form.quote_today input.form-control {
    border-color: #ddd;
    border-radius: 0;
    margin-right: 10px;
    padding: 6px;
    font-size: 13px;
    font-weight: 500;
    min-height: 44px;
    padding: 5px;
    margin-bottom: 20px;
    box-shadow: none;
}
.quote_today .form-select {
    border-color: #4a5d7c;
    border-radius: 0;
    margin-right: 10px;
    color: #6c757d;
    padding: 6px;
    font-size: 13px;
    font-weight: 500;
    min-height: 44px;
    padding: 5px;
    margin-bottom: 20px;
}
.quote_today textarea.form-control {
    border: #4d5e7c;
    color: #6c757d;
    font-size: 13px;
    font-weight: 500;
    box-shadow: none;
}
.right_form h4 {
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    padding: 7px 0 5px;
}
.right_form p {
    font-size: 15px;
    color: #d7d2d2;
    font-weight: 400;
    padding-bottom: 25px;
}
.right_form label {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
/* .quote_today button.start {
    padding: 15px 30px;
    color: #fff;
    background: #13334d;
    box-shadow: none;
    outline: none;
    border: 1px solid #13334d;
} */
.submit-quote button.start {
    width: 170px;
    border: none;
    border-radius: 10pxs;
    background-color: #212e54;
    background-image: -moz-linear-gradient(top, #fff 0%, #f39346 100%);
    background-image: -webkit-linear-gradient(top, #fff 0%,#f39346 100%);
    background-image: linear-gradient(to bottom, #ef9575 0%,#f39346 100%);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    padding: 10px 24px;
}
.submit-quote button.start:hover {
    background-position: -200%;
    transition: background 300ms ease-in-out;
  } 
.submit-quote {
    padding-top: 20px;
    display: table;
    margin: auto;
}
.submit-quote span.icon{
    color: #ffff;
}



/* get_service_form_close */
/* explore_our_service_start */
.explore_service {
    padding: 70PX 0 50PX;
    background: #F5F6F7;
}
.heading_part_service span {
    font-size: 18px;
    font-weight: 600;
    color: rgb(243, 147, 70);
    letter-spacing: 1px;
    display: table;
    margin: auto;
}
.heading_part_service h2 {
    font-size: 35px;
    font-weight: 400;
    padding-top: 15px;
    color: #212e54;
    padding-bottom: 17px;
    display: table;
    margin: auto;
    font-family: 'Montserrat', sans-serif;

}
.heading_part_service{
    text-align: center;
    color: #757F95;
    font-size: 17px;
    font-weight: 400;
}
.heading_part_service {
    max-width: 600px;
    display: table;
    margin: auto;
    padding-bottom: 85px;
}
.explore_service_image img {
    width: 100%;
    /* border: none; */
    max-height: 465px;
    /* border-radius: 10px; */
}
.explore_service_image{
    margin-right: 20px;
}
.logo {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
}
.logo img {
    position: relative;
    overflow: hidden;
    /* transition: all 0.3s ease 0s; */
    transition: transform .7s ease-in-out;
    width: 55px;
}
.first_div:hover .logo img{
    transform: rotateY(360deg); 
    /* transition: all 0.3s ease 0s; */
    transition: transform .7s ease-in-out;
}
.third_div:hover .logo img{
    transform: rotateY(360deg); 
    /* transition: all 0.3s ease 0s; */
    transition: transform .7s ease-in-out;
}
.experience {
    background-color: #ffff;
    padding: 150px 0 80px;
}
.explore_service .first_div span {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    display: table;
    margin: auto;
    line-height: 1.3;
    font-family: 'Montserrat', sans-serif;
}
.explore_service .first_div p {
    color: #e2d8d8;
    font-size: 13px;
    font-weight: 400;
    padding-top: 10px;
    text-align: center;
}
.explore_service .first_div {
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
    background-color: #212e54;
    padding: 16px;
    margin-bottom: 40px;
    border: none;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    min-height: 260px;
    /* transition: all 0.3s ease 0s; */
}
.explore_service .first_div:hover{
    transform: rotateY(360deg); 
    /* transition: all 0.3s ease 0s; */
    transition: transform .7s ease-in-out;
}
.explore_service .third_div:hover{
    transform: rotateY(360deg); 
    /* transition: all 0.3s ease 0s; */
    transition: transform .7s ease-in-out;
}
.explore_service .second_div span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    display: table;
    margin: auto;
}
.explore_service .second_div p {
    color: #e2d8d8;
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
    text-align: center;
}
.explore_service .second_div {
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
    background-color: #212e54;
    padding: 22px;
    border: none;
    border-radius: 20px;
}
.explore_service .third_div span {
    color: #212e54;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    display: table;
    margin: auto;
    line-height: 1.3;
    font-family: 'Montserrat', sans-serif;
}
.explore_service .third_div p {
    color: #7a7a7a;
    font-size: 13px;
    font-weight: 400;
    padding-top: 10px;
    text-align: center;
}
.explore_service .third_div {
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
    background-color: #fff;
    padding: 22px;
    margin-bottom: 40px;
    border: none;
    border-radius: 20px;
    min-height: 250px;
}
.explore_service .right_col {
    position: relative;
    margin-top: -31px;
}
.explore_service span.welcome {
    font-size: 15px;
    font-weight: 600;
    color: #f08661;
    /* padding-bottom: 20px; */
}
.explore_service h2 {
    font-size: 37px;
    padding-top: 10px;
    font-weight: 700;
    padding-bottom: 26px;
}
.explore_service p.content {
    font-size: 16px;
    color: #7a7a7a;
    font-weight: 400;
    padding-bottom: 25px;
    padding-right: 25px;
    text-align: justify;
}
/* explore_our_service_close */

/* about_service_start */





.form_starts {
    background-color: #212e54;
    padding: 30px;
    max-width: 650px;
    border: none;
    max-width: 374px;
    /* opacity: 0.7; */
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
    /* border-radius: 10px; */
    position: absolute;
    margin-top: -254px;
    margin-left: 12px;
}
.form_starts h4{
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    line-height: 1.5;
}
.explore_our_service .tick_1 span.tick {
    background: #2d5c82;
    padding: 3px 5px;
    border: none;
    font-size: 10px;
    color: #fff;
    height: 10px !important;
}
.form_starts .tick_1 {
    padding-bottom: 10px;
}
.form_starts .tick_1 span.write {
    color: #c1bebe;
    font-size: 14px;
    font-weight: 500;
}

.form_starts .main_blue_background {
    background: #f29350;
    padding: 10px;
    margin-top: 14px;
}
.form_starts .tick_2 span.tick {
    padding: 3px 5px;
    border: none;
    font-size: 15px;
    color: #fff;
    height: 10px !important;
}
.write a {
    text-decoration: none;
    color: #fff;
}
span.tick {
    color: #fff;
    margin-right: 10px;
    font-size: 12px;
}
/* about_service_close */
/* testimonial_section */
.main_testimonial{
    display: flex;
    align-items:flex-end;
    justify-content: flex-end;
}
.testimonial_iamge{
    background:#212e54;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
     height: 550px; 
    position: relative;
}

.testimonial_slider{
    background-image:url(../images/man-cleaning-windows_23-2148119220.jpeg) ;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 550px;
}
section.testimonial {
    padding: 75px 0 0;
    background: #f5f6f7;
}
.slider_testimonials span.testi {
    font-size: 18px;
    font-weight: 600;
    color: rgb(243, 147, 70);
    letter-spacing: 1px;
    display: table;
    margin: auto;
    padding-top: 50px;
}
.slider_testimonials h2{
    display: table;
    margin: auto;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    padding-top: 10px;
    font-family: 'Montserrat', sans-serif;
}
.slider_testimonials .item{
    display: table;
    margin: auto;
}
.quote_1 {
    margin-top: 20px;
    background-color: #f29350;
    height: 50px;
    width: 50px;
    color: #fff;
    font-size: 25px;
    border: none;
    margin-bottom: 11px;
    border-radius: 100%;
    padding: 0;
    line-height: 2;
    text-align: center;
}
.comment-content {
    display: table;
    margin: auto;
    padding-right: 50px;
    padding-left: 50px;
}
.comment-content p {
    font-size: 19px;
    color: #1f1f1f;
    font-style: italic;
    font-family: 'Overpass', sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    color: #d3d1d1;
    max-width: 500px;
}
.image_round{
    display: table;
    margin: auto;
}
.image_round img{
    max-width: 75px;
}
p.f_1 {
    padding-top: 10px;
    color: #f29350;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: block;
}
p.f_2 {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.tes_img {
    height: 60px;
    width: 60px;
    margin: auto;
    border-radius: 50%;
    background: #fff;
    display: grid;
    place-content: center;
    font-size: 20px;
    color: #ccc;
}
/* testimonial_close */
/* contact_start */
.contact-wrapper {
    background:#fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}
.contact_image img {
    width: 100%;
    height: 648px;
}
.contact_form{
    padding: 25px;
}
.contact-form-header h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #212e54;
    margin-top: 10px;
}
.contact-form-header p {
    color: #757F95;
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 20px;
}
.contact-form-header span {
    font-size: 18px;
    font-weight: 600;
    color: rgb(243, 147, 70);
    letter-spacing: 1px;

}
.contact_part {
    padding: 70px 0;
    background: #f5f6f7;
}
.contact_form .form-group {
    margin-bottom: 25px;
}
.contact_form .form-group .form-control {
    padding: 15px 20px;
    border-radius: 0px;
    box-shadow: none;

}

/* contact_close */






/* footer start */
.last_part {
    padding: 50px 0 25px;
    background-color: #212e54;
}
.logo_footer img {
    max-width: 165px;
    margin-bottom: 15px;
}
.footer_last_part_row p {
    color: #fff;
    padding-right: 18px;
    margin-bottom: 20px;
    font-size: 16px;
    text-align: justify;
    font-weight: 500;
}
.second_row_footer h3 {
    color: #fff;
    font-size: 20px;
    padding-bottom: 19px;
}
.third_row_footer h3{
    color: #fff;
    font-size: 20px;
    padding-bottom: 24px;
}
.fourth_part_footer h3{
    color: #fff;
    font-size: 20px;
    padding-bottom: 24px;
}

.second_row_footer li {
    list-style: none;
    padding-bottom: 6px;
}
.third_row_footer li a {
    color: #ffffffd1;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.third_row_footer li {
    list-style: none;
    padding-bottom: 6px;
}
.third_row_footer li span {
    font-size: 16px;
    color: #fff;
    padding-right: 5px;
}
/* .fourth_part_footer p {
    padding-bottom: 15px;
    font-size: 16px;
    color: #ffffffd1;
} */
.fourth_part_footer span{
    font-size: 14px;
    padding-right: 5px;
}
.fourth_part_footer button {
    padding: 15px 32px 15px 32px;
    color: #fff;
    background: #13334d;
    box-shadow: none;
    font-size: 16px;
    outline: none;
    border: 1px solid #13334d;
    font-weight: 500;
}
.fourth_part_footer a{
    text-decoration: none;
}

.copy_right {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #ffffffd1;
    padding-top: 18px;
}
.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #f5faff;
    font-size: 16px;
    margin-bottom: 15px;
}
.footer-contact li a {
    color: #f5faff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}
.footer-contact li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 10px;
    background: #f39346;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color:#fff;
}
.second_row_footer li a i {
    margin-right: 5px;
    color:#f39346;
}
.second_row_footer li a {
    color: #ffffffd1;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.third_row_footer li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-right: 3px;
    border-radius: 10px;
    background: #f39346;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
}
.submit-quotes button.start {
    width: 170px;
    border: none;
    border-radius: 10pxs;
    background-color: #212e54;
    background-image: -moz-linear-gradient(top, #fff 0%, #f39346 100%);
    background-image: -webkit-linear-gradient(top, #fff 0%,#f39346 100%);
    background-image: linear-gradient(to bottom, #ef9575 0%,#f39346 100%);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    padding: 10px 24px;
}
.submit-quotes button.start:hover {
    background-position: -200%;
    transition: background 300ms ease-in-out;
  } 
  .copyright {
    position: relative;
    padding: 20px 0;
    background: #4d5876;
    z-index: 1;
}
.copyright::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background:#f39346;
    width: 50%;
    height: 100%;
    z-index: -1;
}
.copyright .copyright-text {
    color:#f5faff;
    margin-bottom: 0px;
    font-size: 16px;
}
.copyright .copyright-text a {
    color:#f39346;
    font-weight: 500;
}
.footer-social {
    display: flex;
    gap: 15px;
    justify-content: end;
}
.footer-social li a i {
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50px;
    background:#fff;
    color:#f39346 ;

}
/* footer close */
.form_starts:hover{
    transition: .5s;

}
