body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

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

img {
    max-width: 100%;
}

p {
    margin: 0;
    color: #535252;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.white-color {
    color: #ffffff !important;
}

.pd-bm-30 {
    padding-bottom: 30px;
}

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

a {
    text-decoration: none;
}

h1,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 10px;
}

h2 {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}

.container {
    max-width: 1160px;
}

.header-1 {
    padding: 15px 0;
    background: #106eea;
    position: relative;
}

.header-1 .toolbar-contact ul {
    display: flex;
}

.header-1 .toolbar-contact ul li {
    margin-right: 30px;
}

.header-1 .toolbar-contact ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.active {
    font-weight: 500 !important;
    color: #126eea !important;
}

.header-2 {
    background-color: #fff;

    position: relative;
    z-index: 1;
    transition: all ease-in-out 0.3s;
    line-height: 95px;
}

.social-nav ul {
    text-align: right;
}

.social-nav ul li a {
    color: #fff;
    font-weight: 500;
    border: 1px solid #4695ff;
    padding: 4px 13px;
    font-size: 12px;
    letter-spacing: 0.3px;
}

.live-chat-btn {
    color: #ff5722;
    cursor: pointer;
}

.space-btw-jus {
    justify-content: space-between;
    display: flex;
}

.btn-design {
    padding: 13px 29px;
    border-radius: 3px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    background: #106eea;
    transition: all 0.3s ease;
    border: 1px solid #106eea;
}

.btn-design:hover {
    background-color: #fff;
}

.request-btn-design {
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 18px;
    background: #ffc900;
    padding: 17px 30px;
    font-weight: 500;
    color: #111;
}

.hed-2 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.hed-2 .logo img {
    width: 140px;
    display: block;
}

.hed-2 .hed-2-nav {
    display: flex;
    align-content: space-between;
}

.hed-2 .hed-2-nav li {
    padding-left: 30px;
    margin-right: 10px;
    position: relative;
    transition: all ease-in-out 0.2s;
}

.hed-2 .hed-2-nav li:hover .submenu {
    opacity: 1;
    visibility: visible;
}

.hed-2 .hed-2-nav li a {
    color: #101010;
    font-weight: 400;
    font-size: 15px;
    transition: all ease-in-out 0.2s;
}

.hed-2 .hed-2-nav li a:hover {
    text-decoration: none;
    color: #106eea;
}

.hed-2 .hed-2-nav li .submenu {
    position: absolute;
    top: 74px;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
}

.hed-2 .hed-2-nav li .submenu a {
    display: block;
    line-height: 18px;
    background: #eee;
    padding: 10px 15px;
    font-size: 12px !important;
    border-bottom: 1px solid #ccc;
}

.hed-2 .hed-2-nav li .submenu a:last-child{
    border-bottom: 0;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    line-height: 64px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
}

.sticky .hed-2 .hed-2-nav li .submenu {
    top: 64px;
}

.sticky+.content {
    padding-top: 102px;
}

.banner {
    text-align: center;
    position: relative;
    background: url("../images/banner6.jpg");
    background-size: cover;
    min-height: 540px;
}

.banner .banner-text {
    position: absolute;
    left: 10%;
    color: #fff;
    max-width: 700px;
    text-align: left;
    top: 20%;
    bottom: 0;
    padding: 31px 40px 22px;
    background: #228bfdcc;
    max-height: 340px;
    border-radius: 5px;
}

.banner-text a {
    max-width: 300px;
    display: block;
    padding: 12px 10px;
    border-radius: 5px;
    background: #ffffff;
    color: #228bfd !important;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
}

.banner-text p {
    line-height: 30px;
    margin-bottom: 30px;
    text-align: left;
    font-weight: 400;
    color: #eee;
}

.banner-text h1 {
    font-size: 36px;
    font-weight: 600;
    max-width: 600px;
    letter-spacing: 0.3px;
    text-shadow: 1px 2px rgb(0 0 0 / 10%);
}

.banner img {
    max-width: 100%;
}

.wrapper {
    max-width: 1160px;
    margin: 0 auto;
}

.section {
    padding: 80px 0;
}

.head-sec {
    text-align: center;
    margin-bottom: 50px;
}

.head-sec h2 {
    font-size: 31px;
    color: #0756bd;
    font-weight: 400;
    max-width: 700px;
    margin: auto;
}

.head-sec p {
    margin-top: 5px;
    color: #888;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.section-1-boxs .sec-1-box {
    text-align: center;
    padding: 25px 20px;
    box-shadow: 0px 0px 20px 3px #f5fafb;
    transition: all ease-in-out 0.2s;
    border: 1px solid #fff;
}

.section-1-boxs .sec-1-box:hover {
    border: 1px solid #0756bd;
}

.section-1-boxs .sec-1-box h3 {
    color: #0756bd;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 15px;
}

.section-1-boxs .sec-1-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #4a4242;
}

.section-1-boxs .sec-1-box img {
    width: 54px;
    margin-bottom: 10px;
}

.section-1-heave-idea-text {
    text-align: center;
    color: #404040;
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.section-1-heave-idea-text a {
    color: #0756bd !important;
    cursor: pointer;
}

.section-2-boxs .sec-2-box-1 h3 {
    font-size: 30px;
    line-height: 42px;
    color: #0756bd;
    font-weight: 400;
    margin-bottom: 25px;
}

.section-2-boxs .sec-2-box-1 p {
    font-size: 17px;
    font-weight: 400;
    color: #363636;
    line-height: 1.7;
}

.section-2-boxs .sec-2-box-2 img {
    margin-top: -20px;
}

.small-service-section {
    background-image: url("../images/bg21.jpg");
    background-size: cover;
    margin: 15px 0 30px 0;
    padding-top: 25px;
    padding-bottom: 15px;
}

.small-ser-sec .small-ser-box {
    text-align: center;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
}

.small-ser-sec .small-ser-box img {
    background: #fff;
    width: 65px;
    padding: 12px;
    border-radius: 70px;
    height: 65px;
    margin-bottom: 10px;
    box-shadow: 0 0 14px -3px rgb(0 0 0 / 20%);
    transition: all ease-in-out 0.2s;
}

.small-ser-sec .small-ser-box:hover img {
    background: #222;
}

.small-ser-sec .small-ser-box:hover p {
    color: #222;
}

.small-ser-sec .small-ser-box p {
    transition: all ease-in-out 0.2s;
    font-weight: 500;
    color: #fff;
}

.section-3 {
    background-image: linear-gradient(rgb(0 0 0 / 18%), rgb(0 0 0 / 0%)), url("../images/bg2.jpg");

    background-size: cover;
    margin: 30px 0;
}

.section-3 .head-sec h2 {
    color: #fff;
}

.section-3-boxs .sec-box-3 {
    background: #fff;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 0 13px -4px rgb(0 0 0 / 30%);
    min-height: 333px;
    margin-bottom: 25px;
    transition: all ease-in-out 0.2s;
}

.section-3-boxs .sec-box-3:hover {
    box-shadow: 0 0 23px 4px rgba(0, 0, 0, 0.2);
    border: 1px ​solid #444;
}

.section-3-boxs .sec-box-3 img {
    width: 55px;
}

.section-3-boxs .sec-box-3 h3 {
    color: #0756bd;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 15px;
}

.section-3-boxs .sec-box-3 p {
    font-size: 16px;
    color: #444;
    line-height: 1.7;
}

.section-box-4 .sec-box-4 {
    text-align: center;
}

.section-box-4 .sec-box-4 img {
    border-radius: 10px;
    border: 1px solid #eee;
}

.section-box-4 .sec-box-4 h3 {
    font-size: 20px;
    color: #0756bd;
    margin-bottom: 8px;
    margin-top: 15px;
    font-weight: 400;
}

.section-box-4 .sec-box-4 p {
    color: #444;
    font-size: 16px;
    line-height: 1.7;
}

.section-5 {
    background: url("../images/bg-5.jpg");
    background-size: cover;
}

.sec-5-box-1 a {
    background: #106eea;
    color: #fff !important;
    padding: 15px 29px;
    display: block;
    text-align: center;
    font-size: 17px;
    border-radius: 3px;
    margin-top: 50px;
}

.sec-5-box-1 h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
    padding-top: 30px;
    line-height: 42px;
}

.sec-5-box-1 h4 {
    color: #ddd;
    font-size: 22px;
    font-weight: 300;
    line-height: 34px;
    margin-top: 20px;
}

.sec-5-uper-box-2 {
    margin-top: 80px;
}

.sec-5-box-2-1 {
    padding: 22px 22px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
    text-align: center;
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sec-5-box-2-1 img {
    width: 70px;
    margin-bottom: 10px;
}

.sec-5-box-2-1 h3 {
    color: #0756bd;
    font-weight: 300;
    font-size: 23px;
    margin-top: 12px;
    line-height: 28px;
}

.sec-5-box-2-1 p {
    font-size: 17px;
    font-weight: 300;
    color: #363636;
    line-height: 1.7;
}

.section-6 .section-6-head {
    margin-bottom: 30px;
}

.section-6 .section-6-head .head-sec {
    margin-bottom: 0;
}

.sec-6-box h3 {
    font-weight: 500;
    color: #444;
    margin-top: 10px;
    line-height: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    font-size: 20px;
    text-align: center;
}

.sec-6-box img {
    border-radius: 6px;
}

.sec-6-box .sec-6-box-inner-box {
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: space-between;
}

.contact-form-box-1 {
    background-image: url("../images/contact-bg.jpg");
    background-size: cover;
}

.contact-form-box-2 {
    background-color: #165fb8;
    padding: 60px 80px;
}

.sec-title {
    margin-bottom: 40px;
    color: #fff;
}

.contact-form-box-2 input {
    border: none;
    outline: none;
    margin-bottom: 25px;
    color: #ffffff;
    background: rgba(18, 115, 235, 0.5);
    font-size: 16px;
    padding: 15px 20px;
}

.contact-form-box-2 input::placeholder {
    color: #fff;
}

.contact-form-box-2 textarea::placeholder {
    color: #fff;
}

.contact-form-box-2 textarea {
    min-height: 100px;
    width: 100%;
    border: none;
    outline: none;
    margin-bottom: 30px;
    color: #ffffff;
    background: rgba(18, 115, 235, 0.5);
    font-size: 16px;
    padding: 12px 20px;
}

.contact-form-box-2 button {
    background: #ffffff;
    color: #106eea;
    font-weight: 400;
    border: none;
    border-radius: 3px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 53px;
    min-width: 190px;
    cursor: pointer;
}

.request-call-back-section {
    margin: 40px 0 50px 0;
    padding: 30px 40px;
}

.request-call-back-section h4 {
    font-size: 27px;
    color: #fff;
    font-weight: 500;
    max-width: 700px;
    margin-bottom: 0;
}

.request-call-back-section button {
    background: #fff708;
    border: 0;
    padding: 0 20px;
    font-size: 18px;
    height: 51px;
    color: #464646;
    border-radius: 5px;
    box-shadow: 3px 3px 4px 0px rgb(0 0 0 / 20%);
    margin-top: 12px;
    cursor: pointer;
}

.footer {
    background-color: #333;
    margin-top: 80px;
    padding: 60px 0;
}

.footer-section {
    color: #e0e0e0;
}

.foot-box-1 .discover {
    color: #fff;
    font-size: 18px;
    padding: 10px 29px;
    font-weight: 300;
    display: block;
    text-align: center;
    max-width: 200px;
    background: #106eea;
    margin-top: 40px;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
}

.foot-box-1 .logo a {
    background: transparent;
}

.foot-box-1 img {
    max-width: 168px;
    margin-bottom: 20px;
}

.foot-box-1 p {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    color: #eee;
}

.foot-box-2 {
    padding-left: 40px;
}

.foot-box-2 h2 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}

.foot-box-2 ul li {
    color: #e0e0e0;
    font-size: 14px;
    margin-bottom: 10px;
}

.foot-box-2 ul li a {
    color: #fff;
    transition: all ease-in-out 0.2s;
}

.foot-box-2 ul li a:hover {
    color: white;
    font-weight: 500;
    padding-left: 5px;
}

.contac-in-foot {
    padding-left: 0;
}

.footer-bottom-section p {
    font-size: 14px;
    color: #bbbbbb;
    line-height: 1.7;
    margin-top: 50px;
    margin-bottom: 0;
}

.contact-modal {
    padding: 0;
}

.contact-modal .contact-form-box-2 {
    padding: 45px;
    position: relative;
}

.contact-modal .contact-form-box-2 .title {
    font-size: 30px;
    margin-left: -10px;
    margin-bottom: -20px;
}

.contact-modal .contact-form-box-2 input {
    margin-bottom: 25px;
    font-size: 15px;
    padding: 12px 20px;
}

.contact-modal .contact-modal-bg {
    background-image: url("../images/contact-bg-modal.jpg");
    background-size: cover;
}

.contact-modal .contact-modal-bg h2 {
    color: #fff;
    margin-top: 40px;
    width: 80%;
    margin-left: 20px;
}

.contact-modal .contact-modal-bg p {
    margin-left: 20px;
    color: #fff;
}

.contact-modal a.modal-close-icon {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 14px;
    opacity: 0.7;
    cursor: pointer;
}

.read-more-link {
    color: #0756bd;
    font-size: 18px;
}