input,
textarea,
select,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    text-decoration: none;
    outline: none;
}

a,
a:hover,
a:focus,
*:focus-visible {
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: none;
    border: none;
}

button:focus,
input:focus {
    box-shadow: none !important;
}

button {
    cursor: pointer;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;

}



.container {
    margin: 0 auto;
    width: 1240px;
    padding: 0 15px;
}

.topbar {
    float: left;
    width: 100%;
    padding: 8px;
}


.topbar span a {
    margin: 10px;
    font-weight: bold;
}

.topbar span img {
    margin-bottom: -11px;
    border-radius: 20px;
    background-color: #8080802e;
}

.topbar .icon-link {
    float: left;
    margin-top: 8px;
}

.topbar .topbar-button {
    float: right;
    width: 12%;
    background-color: #2bd23dcc;
    margin-top: -8px;
}

.topbar .topbar-button button {
    background-color: #2bd23dcc;
    color: #fff;

    font-weight: bold;
    border: none;
    height: 50px;
}

.main-nav .navbar li {
    list-style: none;
    float: left;
    margin-right: 38px;
}

.main-nav .navbar ul {
    margin-right: 35px;
}

.main-nav {
    float: left;
    width: 100%;
    padding: 38px;
}

.main-nav .logo {
    float: left;
    width: 50%;
}

.top-serchbar {
    float: right;
    margin-right: 12px;
    margin-top: 5px;
}

.navbar {
    float: right;
    margin-top: -29px;
}

header {
    float: left;
    width: 100%;
    background-color: whitesmoke;
    margin-top: -7px;
}

.hero-banner {
    float: left;
    width: 100%;
    padding: 60px 0;
    background-image: url(https://images.unsplash.com/photo-1444653614773-995cb1ef9efa?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1476&q=80);
}

.banner-text {
    margin: 12% 0;

}

.banner-text h2 {
    color: red;

    font-size: 24px;
}

.hero-banner .banner-text .line {
    background-color: red;
    display: inline-block;
    width: 48px;
    height: 4px;
    float: left;
    margin-top: 13px;
    margin-right: 11px;
}

.hero-banner .banner-text h1 {
    font-size: 40px;
    margin: 10px 0;
    color: #183F72;
}

.hero-banner .banner-text p {
    font-size: 20px;
    margin: 25px 0;


}

.hero-banner button {
    background-color: red;
    color: #fff;
    font-weight: bold;
    border: none;
    height: 50px;
    width: 11%;
}

.third-box {
    float: left;
    width: 100%;
    margin-top: -100px;
}

.third-box .first-box {
    float: left;
    width: 33.33%;
    text-align: center;
}

.third-box .services {
    float: left;
    width: 100%;
    background-color: #f2eded;
    padding: 45px;
}

.third-box .first-box img {

    width: 50px;
}

.first-box h1 {
    font-size: 30px;
    margin-top: 15px;
    color: #183F72;


}

.first-box p {
    margin-top: 10px;
    font-size: 16px;
    color: #625e5e;
}

.first-box a {
    margin-top: 15px;
    display: inline-block;
    font-weight: bold;
    color: #ff0000db;
}

.forth-banner img {
    float: left;
    width: 100%;
    margin: 40px 0;
}

.forth-banner {
    float: left;
    width: 50%;
}

.fouth-box {
    float: left;
    width: 100%;
}

.forth-line {
    background-color: red;
    display: inline-block;
    width: 45px;
    height: 3px;
    float: left;
    margin-top: 15px;
    margin-right: 13px;
}

.forth-text {
    width: 50%;
    float: left;
    padding: 40px;
    margin-top: 11.5%;
}

.forth-text h2 {
    font-size: 24px;
    color: red;
}

.forth-text h1 {
    font-size: 40px;
    margin: 10px 0;
    color: #183F72;
}

.forth-text1 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 28px;
    color: #313030;
}

.forth-text p {
    margin-top: 30px;
    color: #3b3939;
}

.forth-text button {
    background-color: red;
    color: white;
    margin-top: 31px;
    width: 176px;
    height: 61px;
    border: none;
}

.five-box {
    float: left;
    width: 100%;
    padding: 45px 0;
    background: #faf6f6;
}

.five-text {
    float: left;
    width: 50%;
    margin: 40px 0;
}

.five-line {
    background-color: red;
    width: 45px;
    height: 3px;
    float: left;
    margin-top: 16px;
    margin-right: 10px;
}

.five-text h2 {
    font-size: 24px;
    color: red;
    font-weight: bold;
}

.five-text h1 {
    font-size: 40px;
    color: #183F72;
    margin: 20px 0;

}

.five-text1 p {

    font-size: 16px;
    color: #625e5e;
    float: left;
    width: 100%;
    font-weight: bold;

}

.five-text p {

    font-size: 16px;
    color: #625e5e;
    margin: 44px 0px;

}





.img1 img {
    max-width: 100%;
    width: 49.00%;
    border: 15px solid white;


}

.img2 img {
    max-width: 100%;
    width: 50.00%;
    margin-top: -68%;
    margin-left: 30%;
    border: 15px solid white;
}

.img3 img {
    max-width: 100%;
    width: 49.00%;
    float: right;
    margin-top: -81%;
    border: 15px solid white;
}

.sideimg {
    float: right;
    width: 50%;
    margin-top: 4%;
}

.sideimg .img2 {
    margin-left: 5%;
    width: 100%;
}

.sideimg .img1 {


    width: 100%;
}

.sideimg .img3 {
    width: 100%;
}

.percentage-bar {
    position: relative;
    display: inline-block;
    width: 10rem;
    height: 10rem;
    border-radius: 9rem;
    margin: 1.5rem;
    border: 1.2rem solid palegreen;
    box-shadow: inset 0 0 7px grey;
    border-left-color: palegreen;
    border-top-color: chartreuse;
    border-right-color: darkgreen;
    border-bottom-color: white;
    text-align: center;
    box-sizing: border-box;
    margin-top: -35px;
}

.percentage-bar .ui-values {
    top: 40px;
    position: absolute;
    left: 10px;
    right: 0;
    font-weight: 700;
    font-size: 2.0rem;
}



.per p {
    margin-left: 18%;
    margin-top: -13%;
    font-weight: bold;
    font-size: 24px;
}

.six-box {
    float: left;
    width: 100%;
    padding: 43px 0;

}

.six-text {
    float: right;
    width: 50%;
    margin: 40px 0;
}

.six-line {
    background-color: red;
    width: 45px;
    height: 3px;
    float: left;
    margin-top: 16px;
    margin-right: 10px;
}

.six-text h2 {
    font-size: 24px;
    color: red;
    font-weight: bold;
}

.six-text h1 {
    font-size: 40px;
    color: #183F72;
    margin: 20px 0;

}

.six-text1 p {

    font-size: 16px;
    color: #625e5e;
    float: left;
    width: 100%;
    font-weight: bold;

}

.six-text p {

    font-size: 16px;
    color: #625e5e;
    margin: 20px 0px;

}

.six-fut {
    float: right;
    width: 100%;
    margin-top: -92px;
}

.six-per {
    float: right;
    width: 24%;
    font-size: 24px;
    font-weight: bold;
    color: red;
}

.six-per1 {
    float: right;
    width: 26%;
    font-size: 24px;
    font-weight: bold;
    color: red;
}

.percentage {
    float: left;
    width: 100%;
    margin-bottom: 58px;
}

.six-info h1 {

    font-size: 24px;
}

.six-info {


    float: left;
    width: 35%;
    background: antiquewhite;
    margin-top: 76px;
    padding: 85px 54px;
    position: relative;
}

.six-info p {
    font-size: 15px;

    width: 70%;
}

.six-info-img {
    float: left;
    width: 25%;

}

.six-info-img img {

    width: 68px;
    border-radius: 46px;
    margin-left: -11px;

}

.six-img-info {
    float: left;
    width: 38%;
}

.six-img-info h3 {
    margin-top: 4px;
    color: #183F72;
    font-weight: bold;
}

.six-img-full {

    float: left;
    width: 100%;
    padding-top: 19px;

}

.six-logo {
    position: absolute;

    right: -97px;
    background: #f9f9f9;

    top: 120px;
    padding: 35px;
}

.six-logo-img {
    float: left;
    width: 100%;
}

.six-button {
    position: absolute;
    right: -44px;
    bottom: 56px;
}

.six-button button {
    background: red;
    width: 97px;
    height: 35px;
    border: none;
}

.six-text1 {
    float: right;
    width: 100%;
}

.seven-line {
    background-color: red;
    width: 45px;
    height: 3px;
    float: left;
    margin-top: 16px;
    margin-right: 10px;
}

.seven-box {
    float: left;
    width: 100%;
    background: #183F72;
    padding: 40px;
}

.seven-text {
    float: left;
    width: 50%;
}

.seven-text h2 {
    font-size: 24px;
    color: white;
}

.seven-text h1 {
    font-size: 40px;
    color: white;
}

.seven-text p {
    font-size: 16px;
    color: white;
}

.seven-contact {
    float: left;
    width: 50%;
    padding: 53px 20px;
}

.seven-contact-img {
    float: left;
    width: 50%;
}

.seven-contact-img a {
    color: white;
    font-weight: bold;
    font-size: 20px;
    margin-left: 19px;
}

.seven-contact-img1 {
    float: left;
    width: 14%;
    background: red;
    border-radius: 26px;
    height: 43px;
    margin-top: -4px;
}

.seven-contact-img1 img {
    margin-left: 4px;
    margin-top: 5px;
}

.seven-button {
    float: right;
    width: 50%;
}

.seven-button button {
    float: right;
    width: 90%;
    background-color: red;
    margin-top: -14px;
    height: 61px;
    border: none;
    color: white;
    font-weight: bold;
}

.eight-line {
    background-color: red;
    width: 45px;
    height: 3px;
    float: left;
    margin-top: 16px;
    margin-right: 10px;
}

.eight-box {
    float: left;
    width: 100%;
    background: #f6f5f3;

    padding: 40px;
}

.eight-text {
    float: left;
    width: 100%;
}

.eight-text h2 {
    font-size: 24px;
    color: #183F72;
}

.eight-text h1 {
    font-size: 40px;
    color: #183F72;
}

.eight-blog-img {
    float: left;
    width: 100%;
}

.eight-info {
    float: left;
    width: 100%;
}

.eight-blog {
    float: left;
    width: 49%;
    padding: 22px;
    background-color: white;
    margin: 30px 0;
}

.eight-info1 {
    float: left;
    margin-right: 10px;

}

.eight-info2 {
    float: left;
    margin-right: 10px;
    color: #0000007a;
}

.eight-info3 {
    float: left;
    margin-right: 10px;
}

.eight-info4 {
    float: left;
    margin-right: 10px;
    color: #0000007a;
}

.eight-info5 {
    float: left;
    margin-right: 10px;
}

.eight-main {
    float: left;
    width: 100%;
}

.eight-main h1 {
    font-size: 30px;
    color: #183F72;
    padding: 13px 0;
}

.eight-main p {
    font-size: 16px;

    padding: 13px 0;
}

.eight-main a {


    padding: 13px 0;
}

.eight-blog-img1 {
    float: left;
    width: 100%;
}

.eight-info1 {
    float: left;

}

.eight-blog1 {
    float: right;
    width: 49%;
    padding: 22px;
    background-color: white;
    margin: 30px 0;
}

.eight-info11 {
    float: left;
    margin-right: 10px;

}

.eight-info12 {
    float: left;
    margin-right: 10px;
    color: #0000007a;
}

.eight-info13 {
    float: left;
    margin-right: 10px;
}

.eight-info14 {
    float: left;
    margin-right: 10px;
    color: #0000007a;
}

.eight-info15 {
    float: left;
    margin-right: 10px;
}

.eight-main1 {
    float: left;
    width: 100%;
}

.eight-main1 h1 {
    font-size: 30px;
    color: #183F72;
    padding: 13px 0;
}

.eight-main1 p {
    font-size: 16px;

    padding: 13px 0;
}

.eight-main1 a {


    padding: 13px 0;
}

.eight-blog-box {
    float: left;
    width: 100%;
    margin-left: -6px;
}

section.futer {
    float: left;
    width: 100%;
    padding: 70px 0;

    background-color: #e7ecf1;
}

.futer-logo {
    float: left;

}

.futer-info {
    float: left;
    width: 23%;
    margin-top: 30px;
}

.futer-logo img {

    width: 100%;
}

.futer-info1 {
    float: right;

    margin-left: 22%;
    margin-top: -36px;
    width: 81%;

}


.nine-social img {
    background-color: red;
    width: 40px;
    border-radius: 20px;
}

.futer-info1 span img {
    margin-bottom: -11px;
    border-radius: 20px;
    background-color: #8080802e;
    width: 3%;
    padding: 6px;
}

.futer-info1 span a {
    margin: 3px;
    font-weight: bold;
}

.futer-info p {
    float: left;
    width: 100%;
    color: #0000007a;
    line-height: 27px;
}

.futer-nav li {
    list-style: none;
    float: left;
    margin-right: 37px;
}

.futer-nav ul {
    margin-right: -54px;
    float: right;
    width: 100%;
}

.futer-nav {
    float: right;
    width: 60%;
    margin-top: 66px;
    font-weight: bold;
}

.futer-line {
    float: left;
    width: 100%;
    background: #8782827a;
    height: 3px;
    margin-top: 35px;
}

.futer-year {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 51px;
    color: #2525257a;
}

@media (max-width: 1040px) {
    .hero-banner {}
}