ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

.btn-white-line {
    display: block;
    width: 225px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.81px;
    border: 1px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
    cursor: pointer;
}

.btn-white-line:hover {
    background: #fff;
    color: #4886ff;
}

.btn-primary-line {
    display: block;
    width: 225px;
    height: 45px;
    line-height: 45px;
    color: #4886ff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.81px;
    border: 1px solid #4886ff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
    cursor: pointer;
}

.btn-primary-line:hover {
    background: #4886ff;
    color: #fff;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.header-area {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo {
    float: left;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .dark-logo {
    display: block;
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav li {
    margin-left: 35px;
}

.header-area .main-nav .nav li a {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 36px;
    line-height: 36px;
    border: transparent;
}

.header-area .main-nav .nav li a:hover {
    color: #f7f8ff;
}

.header-area .main-nav .nav li a.btn-nav-line {
    border: 1px solid #fff;
    width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav li a.btn-nav-line:hover {
    background: #fff;
    color: #4886ff;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 23px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #3b566e;
    display: block;
    position: absolute;
    width: 26px;
    height: 2px;
    left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #3b566e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.header-area .main-nav .menu-trigger span:after {
    width: 22px;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #3b566e;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #3b566e;
}

.header-area.header-sticky {
    background: #fff;
    height: 80px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}

.header-area.header-sticky .logo {
    margin-top: 22px;
}

.header-area.header-sticky .light-logo {
    display: none;
}

.header-area.header-sticky .nav {
    margin-top: 20px !important;
}

.header-area.header-sticky .nav li a {
    color: #3b566e;
}

.header-area.header-sticky .nav li a:hover {
    color: #3b566e;
}

.header-area.header-sticky .nav li a.btn-nav-line {
    border: 1px solid #4886ff;
    color: #4886ff;
}

.header-area.header-sticky .nav li a.btn-quote {
    border: 1px solid #4886ff;
    border-radius: 20px;
    color: white;
    background: #23c304;
    padding: 0px 10px 0px 10px;
}

a.btn-quote:hover {
    cursor: pointer;
}

.btn-quote {
    background: #23c304;
    border-radius: 20px;
    padding: 0px 10px 0px 10px;
}


/* Request quote model style */

body {
    font-family: Arial, Helvetica, sans-serif;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 100;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.modal-content {
    background-color: #fefefe;
    margin: auto;
    /* padding: 20px; */
    /* border: 1px solid #888; */
    max-width: fit-content;
    width: 80%;
}


/* The Close Button */

.close {
    color: white;
    position: absolute;
    right: 5px;
    top: 7px;
    font-size: 28px;
    font-weight: bold;
    border: 2px solid #fefefe;
    padding: 10px 17px 10px 17px;
    border-radius: 50%;
    background-color: solid #3755FF;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.title {
    background-image: linear-gradient(to right, #24CDFF, #3755FF);
    color: white !important;
    display: flex !important;
    justify-content: center !important;
    padding-top: 15px;
    position: relative;
}

.title>h2 {
    color: white;
}

.quote-form>div {
    margin: 22px;
    display: flex;
    align-items: center;
}

.quote-form i {
    color: #9F9F9F;
    font-size: 1.4em;
    margin-right: 10px;
}

.quote-form input,
textarea,
select {
    border: none;
    border-bottom: 1px solid grey;
    width: 100%;
}

.quote-form .project-details {
    align-items: flex-start;
}

.quote-form .submit-btn {
    padding-bottom: 20px;
    padding-left: 10px;
    display: flex;
    justify-content: center;
}

.quote-form input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.quote-form .submit-btn>button {
    background-color: #3755FF;
    color: white;
    padding: 15px;
    border-radius: 25px;
    border: none;
    width: 120px;
    box-shadow: 0 3px 10px rgba(55, 85, 255, 0.8);
}

.quote-form .submit-btn>button:hover {
    cursor: pointer;
}

.quote-form .file-input {
    color: black;
    border: none;
}

.quote-form {
    font-size: 1.5em;
}

.dropdown-menu>div>p,
.dropdown-menu>div>div>p {
    color: white;
}

.title {
    height: 70px;
}

.title>h2 {
    font-size: 2.8em;
}

.file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.file-input::before {
    content: 'Attach any file in this';
    color: black;
    display: inline-block;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    font-size: 10pt;
}

.file-input:hover::before {
    border-color: black;
}

.file-input:active {
    outline: 0;
}

.file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}


/* Request quote model style ends here */

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        margin-left: 15px !important;
    }
}

@media (max-width: 991px) {
    .header-area {
        background: #fff;
        height: 80px;
        box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    }
    .header-area .container {
        padding: 0px;
    }
    .header-area .logo {
        margin-top: 22px !important;
        margin-left: 30px;
    }
    .header-area .light-logo {
        display: none !important;
    }
    .header-area .dark-logo {
        display: block !important;
    }
    .header-area .menu-trigger {
        display: block !important;
    }
    .header-area .main-nav {
        overflow: hidden;
    }
    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        margin-top: 80px !important;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
    }
    .header-area .main-nav .nav li {
        width: 100%;
        margin-left: 15px !important;
        background: #fff;
        margin: 0px !important;
        border-bottom: 1px solid #f5f5f5;
    }
    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        padding-left: 30px !important;
        border: none !important;
        background: #fff !important;
        color: #3b566e !important;
    }
    .header-area .main-nav .nav li a:hover {
        background: #f5f5f5 !important;
    }
    .header-area .main-nav .nav li a.btn-nav-line {
        border: none !important;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: left;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
}

@media (min-width: 992px) {
    .header-area .main-nav .nav {
        display: flex !important;
    }
}


/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

footer {
    background: #f4f8fb;
    padding-top: 70px;
}

footer img.logo {
    margin-bottom: 30px;
}

footer .text {
    font-weight: 400;
    font-size: 14px;
    color: #6f8ba4;
    line-height: 26px;
    letter-spacing: 0.88px;
}

footer h5 {
    font-weight: 400;
    font-size: 16px;
    color: #3b566e;
    letter-spacing: 0.69px;
    line-height: 30px;
    margin-bottom: 30px !important;
}

footer .footer-nav li a {
    display: block;
    overflow: hidden;
}

footer .footer-nav li a:hover span {
    padding-left: 5px;
}

footer .footer-nav li a i {
    float: left;
    height: 32px;
    line-height: 32px;
    margin-right: 12px;
    font-size: 14px;
    color: #3b566e;
}

footer .footer-nav li a span {
    float: left;
    height: 32px;
    line-height: 32px;
    font-weight: 400;
    font-size: 14px;
    color: #6f8ba4;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

footer .address p {
    display: block;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    color: #6f8ba4;
    line-height: 26px;
    letter-spacing: 0.88px;
    margin-bottom: 5px;
}

footer .address p a {
    color: #4886ff;
}

footer .address .social {
    overflow: hidden;
    margin-top: 5px;
}

footer .address .social li {
    float: left;
    font-size: 16px;
    margin-right: 10px;
}

footer .address .social li a {
    color: #6f8ba4;
}

footer .copyright {
    text-align: center;
    border-top: 1px solid #dae6fd;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 14px;
    color: #6f8ba4;
    letter-spacing: 0.88px;
}

@media (max-width: 991px) {
    footer .text {
        margin-bottom: 30px;
    }
    footer h5 {
        margin-bottom: 15px;
    }
    footer .footer-nav {
        margin-bottom: 30px;
    }
}

.dropdown .phone-btn {
    border: none;
    background: #ff3d9d;
    color: white;
    margin-left: 5px;
    border-radius: 8px;
    font-size: 2em;
    padding: 5px;
}

.dropdown {
    color: white;
}

.phone-btn:focus {
    outline: none;
}

.dropdown-menu {
    border-radius: 15px;
    background: linear-gradient(45deg, #7519e6 0%, #070d68 100%);
    color: white !important;
}

.dropdown-menu>div {
    margin: 10px;
}

@media (max-width: 768px) {
    .white-block {
        margin-bottom: 10px;
    }
}