﻿body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    /* background-color: #7b68ee1f;*/
}

#navbar {
    box-sizing: border-box;
    box-shadow: 1px 1px 3px #808080;
    margin-top: 0px;
    background: linear-gradient(#370b6f,#370b6f);
}

    #navbar a {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        margin-left: 31px;
    }

        #navbar a:hover {
            color: #7b68ee;
        }

.navbar img {
    width: 135px;
    height: 56px;
}

#about_dropdown {
    width: 500px;
    color: #0080e7;
    background-color: #053e7c;
}

.dropdown .logindropdown {
    color: #000;
    background-color: #0080e7;
    margin-left: 0px;
}

#navicon_block a {
    color: #fff;
    text-decoration: none;
}

.appointment {
    color: #fff;
    background-color: #7b68ee;
    /* border: 2px solid #ee2501;*/
    padding: 10px;
}

#banner {
    overflow: hidden;
    z-index: 1;
    height: 800px;
    background: linear-gradient(to bottom, #370b6f, #00429b, #006dba, #0095ce, #2dbcdc);
}

.wave_img {
    width: 100%;
    width: 100%;
    position: absolute;
    top: 614px;
    bottom: 0px
}

.wave img {
    max-width: 100%;
    height: 274px;
    border-radius: 3px;
}

.banner_img {
    width: 100%;
    width: 100%;
    height: 622px;
    top: -687px;
    position: absolute;
   
}



    #banner_header h1 {
        position: absolute;
        top: -648px;
        color: #fff;
        font-size: 45px;
        font-weight: 700;
        line-height: 81px;
        font-family: 'Domine', serif;
    }

    #banner_header h6 {
        position: absolute;
        top: -496px;
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        font-family: 'Kalam', cursive;
        line-height: 81px;
        color: #fff;
        margin-left: 4px;
    }

    #banner_header a {
        position: absolute;
        top: -388px;
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
        color: #fff;
        background-color: #7b68ee;
        padding: 13px 18px;
    }

    #banner_header a:hover {
        color: #7b68ee;
        background-color: #fff;
    }

    #IT_Solutions {
        margin-top: 14px;
        margin-bottom: 100px;
    }

    #IT_Solutions h6 {
        color: #7b68ee;
        font-size: 20px;
        padding-bottom: 5px;
        text-align: center;
    }

    #IT_Solutions h2 {
        color: #000;
        font-size: 30px;
        text-align: center;
        padding-bottom: 42px;
    }

    .it_img {
        width: 29%;
        margin-left: 100px;
        height: 74px;
        /*    animation:box alternate infinite;*/
    }
    /*@keyframes box {
    from {
        transform: rotateX(0deg);
    }

    to {
        transform: rotateX(180deg);
    }
}*/
    #IT_Solutions h5 {
        color: #000;
        font-size: 20px;
        text-align: center;
        padding-top: 20px;
    }

    #IT_Solutions p {
        color: #000;
        font-size: 17px;
        text-align: justify;
        padding: 20px;
    }

    #IT_Solutions a {
        color: #7b68ee;
        font-size: 17px;
        text-align: justify;
        padding-left: 24px;
    }

    #card_decoration {
        transition: all 500ms ease-out;
        will-change: transform;
        box-shadow: 5px 7px 15px 2px rgb(82 90 101 / 12%);
    }

    #about_head {
        box-sizing: border-box;
        margin-bottom: 100px;
    }

    #about_head h3 {
        border-right: 5px solid #7b68ee;
        padding-left: 0px;
        height: 100px;
        font-size: 18px;
        line-height: 24px;
        color: #888888;
    }

    #about_head h2 {
        font-size: 35px;
        line-height: 42px;
    }

    #about_head span {
        font-weight: 700;
        float: left;
        font-size: 90px;
        line-height: 90px;
        padding: 0;
        color: #000;
        margin-right: 15px;
        margin-top: -15px;
    }

    #about_company {
        margin-bottom: 100px;
    }

    #about_company h6 {
        font-size: 20px;
        color: #7b68ee;
    }

    #about_company h2 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 30px;
    }





    #about_progress h6 {
        color: #000;
        font-size: 17px
    }

    #about_progress span {
        color: #000;
        font-weight: 600;
        font-size: 16px
    }

    .about_img1 {
        width: 100%;
        opacity: 0.9;
        height: 500px;
        border-radius: 90% 118% 50% 44%;
    }
    /*progress bar*/
    .progress {
        background: rgba(255,255,255,0.1);
        justify-content: flex-start;
        border-radius: 100px;
        align-items: center;
        position: relative;
        padding: 0 5px;
        display: flex;
        height: 40px;
        width: 500px;
    }

    .progress-value1 {
        animation: load 3s normal forwards;
        box-shadow: 0 10px 40px -10px #fff;
        border-radius: 100px;
        background: #7b68ee;
        height: 10px;
        width: 0;
    }

    .progress-value2 {
        animation: load 3s normal forwards;
        box-shadow: 0 10px 40px -10px #fff;
        border-radius: 100px;
        background: #7b68ee;
        height: 10px;
        width: 0;
    }

    .progress-value3 {
        animation: load 3s normal forwards;
        box-shadow: 0 10px 40px -10px #fff;
        border-radius: 100px;
        background: #7b68ee;
        height: 10px;
        width: 0;
    }

    @keyframes load {
        0% {
        width: 0;
    }

    100% {
        width: 68%;
    }
}
/*end progress bar*/
#choose {
    margin-top: 100px;
    margin-bottom: 100px
}

    #choose h6 {
        font-size: 20px;
        color: #7b68ee;
    }

    #choose h2 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 30px;
    }

    #choose p {
        font-size: 16px;
        text-align: justify;
        color: #676767;
        padding-bottom: 20px;
    }

.choose_img {
    width: 100%;
    height: 500px;
    border-radius: 90% 118% 50% 44%;
    opacity: 0.9;
}
/*accordians*/
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

#accordion .panel {
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 3px;
}

#accordion .panel-title a {
    display: block;
    padding: 12px 15px;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #7b68ee;
    border: 1px solid #ececec;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    position: relative;
    transition: all 0.5s ease 0s;
}

    #accordion .panel-title a.collapsed {
        box-shadow: none;
        color: #676767;
    }

        #accordion .panel-title a:before,
        #accordion .panel-title a.collapsed:before {
            content: "\f067";
            font-family: "Font Awesome 5 Free";
            width: 25px;
            height: 25px;
            line-height: 28px;
            font-size: 15px;
            font-weight: 900;
            color: #7b68ee;
            text-align: center;
            position: absolute;
            top: 8px;
            right: 15px;
            transform: rotate(135deg);
            transition: all 0.3s ease 0s;
        }

        #accordion .panel-title a.collapsed:before {
            color: #676767;
            transform: rotate(0);
        }

    #accordion .panel-title a:after {
        content: "";
        width: 1px;
        height: 100%;
        background: #ececec;
        position: absolute;
        top: 0;
        right: 55px;
    }

#accordion .panel-body {
    padding: 10px 15px 15px;
    border: none;
    font-size: 15px;
    color: #615f5f;
    line-height: 27px;
}
/*end accordians*/
/*our team*/
#team {
    margin-top: 100px;
    margin-bottom: 100px;
}

    #team h6 {
        font-size: 20px;
        color: #7b68ee;
        text-align: center;
    }

    #team h2 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 50px;
        text-align: center;
    }


.our-team {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}

    .our-team:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .our-team img {
        width: 100%;
        height: auto;
        transition: all 0.3s ease-in-out 0s;
    }

    .our-team:hover img {
        opacity: 0.5;
    }

    .our-team .team-content {
        color: #000;
        opacity: 0;
        position: absolute;
        bottom: 30px;
        left: 40px;
        transform: translate(-10px, 0px);
        transition: all 0.3s ease 0s;
    }

    .our-team:hover .team-content {
        opacity: 1;
        transform: translate(20px, 0px);
        transition-delay: 0.2s;
    }

    .our-team .title {
        display: block;
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 7px 0;
    }

    .our-team .post {
        display: block;
        font-size: 15px;
    }

    .our-team .social {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 35px;
        text-align: center;
        opacity: 0;
        position: absolute;
        bottom: 35px;
        transition: all 0.3s ease 0s;
    }

    .our-team:hover .social {
        opacity: 1;
    }

    .our-team .social li {
        display: block;
    }

        .our-team .social li a {
            display: inline-block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            background: #006e90;
            font-size: 17px;
            color: #fff;
            opacity: 0.9;
            position: relative;
            transform: translate(-35px, 35px);
            transition: all 0.3s ease-in-out 0s
        }

    .our-team:hover .social li:nth-child(1) a {
        transition-delay: 0.3s;
    }

    .our-team:hover .social li:nth-child(2) a {
        transition-delay: 0.2s
    }

    .our-team:hover .social li:nth-child(3) a {
        transition-delay: 0.1s;
    }

    .our-team:hover .social li:nth-child(4) a {
        transition-delay: 0s;
    }

    .our-team:hover .social li a {
        transform: translate(0, 0)
    }

    .our-team .social li a:hover {
        width: 40px;
        background: #f2545b;
        transition-delay: 0s;
    }

    .our-team .icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: #006e90;
        text-align: center;
        color: #fff;
        position: absolute;
        bottom: 0;
    }

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
}
/*end our team*/

/* start testimonals*/

#testimonial {
    margin-top: 100px;
    margin-bottom: 100px;
}

    #testimonial h6 {
        font-size: 20px;
        color: #7b68ee;
        text-align: center;
    }

    #testimonial h2 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 50px;
        text-align: center;
    }

.demo {
    background: #f8f8f8;
}

.testimonial {
    margin: 0 20px 40px;
}

    .testimonial .testimonial-content {
        padding: 35px 25px 35px 50px;
        margin-bottom: 35px;
        background: #fff;
        border: 1px solid #f0f0f0;
        position: relative;
    }

        .testimonial .testimonial-content:after {
            content: "";
            display: inline-block;
            width: 20px;
            height: 20px;
            background: #fff;
            position: absolute;
            bottom: -10px;
            left: 22px;
            transform: rotate(45deg);
        }

.testimonial-content .testimonial-icon {
    width: 50px;
    height: 45px;
    background: #370b6f;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}

    .testimonial-content .testimonial-icon:before {
        content: "";
        border-bottom: 16px solid #e41212;
        border-left: 18px solid transparent;
        position: absolute;
        top: -16px;
        left: 1px;
    }

.testimonial .description {
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}

.testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #370b6f;
}

.owl-theme .owl-controls {
    margin-top: 20px;
}

    .owl-theme .owl-controls .owl-page span {
        background: #ccc;
        opacity: 1;
        transition: all 0.4s ease 0s;
    }

    .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span {
        background: #ff4242;
    }
/*end testimonals*/
/*abouit us  page*/
.banner {
    overflow: hidden;
    z-index: 1;
    height: 562PX;
    background: linear-gradient(to bottom, #370b6fc9, #00429bd4, #006dbabd, #0095ce8f, #2dbcdc96),URL('../images/page-title-bg.jpg');
}

#wave_img {
    width: 100%;
    width: 100%;
    position: absolute;
    top: 381px;
    bottom: 0px;
}

#about_banner {
    margin-top: -437px;
    text-align: center;
    margin-left: 502px;
    color: #fff;
    position: absolute;
}
/*#about_banner h1{
   font-size:30px;
}*/
.text-effect {
    color: transparent;
    font-family: 'Mochiy Pop One', sans-serif;
    font-size: 67px;
    font-weight: 700;
    text-align: center;
    -webkit-text-stroke: 2px #b03969;
    -moz-text-stroke: 2px #b03969;
    text-stroke: 2px #b03969;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

    .text-effect span {
        display: inline-block;
        animation: animate 2s ease-in-out forwards infinite;
    }

        .text-effect span:nth-child(1) {
            animation-delay: 0.1s;
        }

        .text-effect span:nth-child(2) {
            animation-delay: 0.2s;
        }

        .text-effect span:nth-child(3) {
            animation-delay: 0.3s;
        }

        .text-effect span:nth-child(4) {
            animation-delay: 0.4s;
        }

        .text-effect span:nth-child(5) {
            animation-delay: 0.5s;
        }

        .text-effect span:nth-child(6) {
            animation-delay: 0.6s;
        }

        .text-effect span:nth-child(7) {
            animation-delay: 0.7s;
        }

        .text-effect span:nth-child(8) {
            animation-delay: 0.8s;
        }

        .text-effect span:nth-child(9) {
            animation-delay: 0.9s;
        }

        .text-effect span:nth-child(10) {
            animation-delay: 1s;
        }

@keyframes animate {
    100% {
        color: #b03969;
        text-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        -webkit-text-stroke: 2px transparent;
        -moz-text-stroke: 2px transparent;
        text-stroke: 2px transparent;
        transform: scale(1.2);
    }
}

@media only screen and (max-width: 990px) {
    .text-effect {
        font-size: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .text-effect {
        font-size: 60px;
    }
}

@media only screen and (max-width: 576px) {
    .text-effect {
        font-size: 45px;
    }
}
/*counter*/
#counter {
    margin-top: 100px;
    margin-bottom: 100px;
    background-image: linear-gradient(#000000c7,#000000d4),url(../images/banner-bg1.png);
    height: 383px;
    width: 100%;
    padding-top: 100px;
}

.counter {
    color: #fff;
    background: linear-gradient(transparent 49%,#fff 50%,#fff 51%,#7DC946 52%);
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 200px;
    min-height: 200px;
    border-radius: 0 0 100% 100%;
    padding: 22px 20px 20px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .counter:before {
        content: '';
        background-color: rgba(255,255,255,0.15);
        height: 100%;
        width: 100%;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 60%;
        z-index: -1;
    }

    .counter h3 {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 25px;
        text-transform: capitalize;
        margin: 0 0 5px;
    }

    .counter .counter-icon {
        background-color: #7DC946;
        font-size: 40px;
        line-height: 65px;
        height: 80px;
        width: 80px;
        margin: 0 auto 7px;
        border: 8px solid #fff;
        border-radius: 50%;
        box-shadow: 2px 3px 0 rgba(0,0,0,0.1);
        transition: all 0.3s;
    }

        .counter .counter-icon i.fa {
            transform: rotate(0deg);
            transition: all 0.3s ease 0s;
        }

    .counter:hover .counter-icon i.fa {
        transform: rotate(360deg);
    }

    .counter .counter-value {
        font-size: 28px;
        font-weight: 600;
        text-shadow: 0 0 5px rgba(0,0,0,0.3);
        display: block;
    }

    .counter.blue {
        background: linear-gradient(transparent 49%,#fff 50%,#fff 51%,#00B7A9 52%);
    }

        .counter.blue .counter-icon {
            background-color: #00B7A9;
        }

    .counter.purple {
        background: linear-gradient(transparent 49%,#fff 50%,#fff 51%,#942DCA 52%);
    }

        .counter.purple .counter-icon {
            background-color: #942DCA;
        }

    .counter.pink {
        background: linear-gradient(transparent 49%,#fff 50%,#fff 51%,#E93864 52%);
    }

        .counter.pink .counter-icon {
            background-color: #E93864;
        }

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}
/*end counter*/

/*----business page----*/
#business {
    margin-top: 30px;
    margin-bottom: 100px;
}

    #business h6 {
        font-size: 20px;
        color: #7b68ee;
        text-align: center;
    }

    #business h2 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 50px;
        text-align: center;
    }

        #business h2:hover {
            transform: rotateY(90deg);
            transition: all ease-in 2s;
            transform-origin: center center;
        }

.video {
    width: 100%;
    height: 20%;
    background: linear-gradient(#fff,#fff);
}

.video_icon {
    color: #7b68ee;
    background-color: #ffffffa8;
    border-radius: 50%;
    padding: 12px 22px;
    font-size: 51px;
    position: absolute;
    margin-top: -182px;
    margin-left: 229px;
}

    .video_icon:hover {
        transform: rotateY(180deg);
        transition: all ease 0.3s;
        transform-origin: center center;
    }
/*-----contacts-----*/
#contacts {
    margin-top: 100px;
    margin-bottom: 100px;
}

.contact_card {
    border-radius: 50% 50% 0% 50%;
    box-shadow: 1px 2px 2px 2px #7b68ee;
    margin-bottom: 59px;
}

#contacts i {
    font-size: 40px;
    color: #7b68ee;
    margin-left: 135px;
    text-align: center;
}

#contacts h2 {
    margin-top: 30px;
    font-size: 16px;
    color: #000;
    text-align: center;
}

#contacts p {
    margin-top: 30px;
    font-size: 16px;
    color: #676767;
    text-align: center;
}
.adjustform {
    padding-top: 0px;
    padding-bottom: 10px;
    padding: 20px;
    box-shadow: 2px 3px 3px 2px #7b68ee;
    margin-bottom: 100px;
}

    .adjustform a {
        margin-left: 167px;
        background-color: #7b68ee;
        color: #ffffff
    }

/*-------------footer---------*/
#footer {
    padding: 20px;
    position: relative;
    background-size: cover;
    z-index: 1;
    position: relative;
    z-index: 1;
    background-color: #1c1c23;
}

.footer_down {
    margin-top: 200px
}

.footer_heading h2 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.footer_heading i {
    color: #fff;
    font-size: 20px;
    padding-right: 20px;
}

    .footer_heading i:hover {
        color: #ff0000;
        font-size: 16px;
    }

.social_icon i {
    color: #7b68ee;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    margin-left: 9px;
    text-align: center;
    padding: 10px 15px;
}

    .social_icon i:hover {
        color: #fff;
        background-color: #7b68ee;
        border: 1px solid #fff;
        border-radius: 50%;
        font-size: 20px;
        margin-left: 9px;
        text-align: center;
        padding: 10px 15px;
    }

#footer p {
    color: #fff
}

#footer h5 {
    color: #fff;
}

#footer a {
    color: #fff;
}

    #footer a:hover {
        color: #7b68ee;
    }

.footericon {
    color: #7b68ee;
    padding: 10px 10px;
    font-size: 15px;
    margin-right: 15px;
}

    .footericon:hover {
        color: #7b68ee;
    }

.wave_footer {
    width: 100%;
    margin-left: -20px;
    margin-top: -1119px;
}

@media screen and (max-width:768 ) {
    .wave_footer {
        margin-top: -1290px;
    }
}

@media screen and (max-width: 425px) {
    .wave img {
        height: 114px;
    }

    .wave_img {
        top: 462px;
        bottom: 0px;
    }

    .navbar img {
        width: 134px;
        height: 47px;
        margin-left: -41px;
    }

    #banner {
        height: 500px;
    }

    #banner_header h1 {
        top: -487px;
        font-size: 31px;
        line-height: 47px;
        margin-top: 12px;
        margin-left: 26px;
    }

    #banner_header h6 {
        top: -370px;
        font-size: 17px;
        line-height: 36px;
        margin-left: 81px;
    }

    #banner_header a {
        top: -322px;
        font-size: 15px;
        margin-left: 123px;
        padding: 10px 14px;
    }

    .banner_img {
        width: 100%;
        width: 60%;
        top: -287px;
        height: 259px;
        margin-left: 70px;
        position: absolute;
    }

    .about_img1 {
        width: 74%;
        margin-left: 51px;
        height: 376px;
        border-radius: 90% 118% 50% 44%;
        opacity: 0.9;
    }

    #about_company h6 {
        font-size: 20px;
        margin-left: 10px;
        color: #7b68ee;
    }

    #about_company h2 {
        font-size: 30px;
        margin-left: 7px;
        font-weight: 700;
        margin-bottom: 30px;
    }

    #about_progress h6 {
        color: #000;
    }

    #choose h6 {
        font-size: 20px;
        color: #7b68ee;
        margin-top: 61px;
    }

    .choose_img {
        width: 74%;
        margin-left: 51px;
        height: 376px;
        border-radius: 90% 118% 50% 44%;
        opacity: 0.9;
    }

    /*  footer*/
    .wave_footer {
        width: 100%;
        margin-left: -20px;
        margin-top: -2020px;
    }

    .footer_down {
        margin-top: 50px;
    }
    /* testimonials*/
    .testimonial .description {
        font-size: 13px;
        line-height: 16px;
        margin: -13px;
    }

    .testimonial .testimonial-content {
        padding: 15px 22px 31px 0px;
        margin-bottom: 23px;
        border: 0px solid #f0f0f0;
    }
    /*     team*/
    #team h6 {
        font-size: 20px;
        margin-top: -112px;
    }

    .our-team img {
        width: 100%;
        height: 292px;
    }

    #about_company p {
        padding: 10px;
        margin-top: 0;
        margin-bottom: 1rem;
    }

    #about_head h3 {
        border-right: none;
    }

    #about_head h2 {
        margin-left: 13px;
        font-size: 21px;
        line-height: 40px;
    }
    /* about use page*/
    .banner {
        height: 360PX;
    }

    #wave_img {
        width: 100%;
        width: 100%;
        position: absolute;
        top: 322px;
        bottom: 0px;
        color: #7b68ee
    }

    #about_banner {
        margin-top: -262px;
        margin-left: 94px;
    }
    /* counter*/
    .counter {
        margin-bottom: 40px;
    }

    .counter {
        width: 146px;
        min-height: 147px;
        border-radius: 0 0 100% 100%;
        padding: 11px 18px -5px;
    }

    #counter {
        height: 582px;
        width: 100%;
        padding: -3px;
    }
    /*  business page*/
    .video_icon {
        margin-left: 153px;
        margin-top: -143px;
    }
    /*    contact page*/
    #contacts i {
        font-size: 29px;
        margin-left: 22px;
    }

    #contacts p {
        margin-top: 6px;
        font-size: 10px;
        font-weight: 700;
        color: #676767;
        text-align: center;
    }

    #contacts h2 {
        margin-top: 18px;
        font-size: 14px;
        color: #000;
        text-align: center;
    }

    

}
/*terms command conditions*/


#bg1{
    margin-top:100px;
}