@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');



body{
    margin: 0%;
        font-family: "Roboto", Arial, sans-serif;
    background: #fff;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
 }
 img{
    max-width: 100%;
 }
 header {
    color: #fff;
    position: absolute;
    width: 100%;
}
.col h4:hover {
    color: #000;
}
.heading {
    text-align: justify;
}
.heading h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    margin-top: 0px;
    
}
.heading-2 h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}
ul.navbar {
    gap: 45px;
    display: flex;
    list-style: none;
        margin-top: 40px;
}
.icons svg {
    padding: 6px;
}
ul.navbar a {
    color: #fff;
    text-decoration: none;
}
section.banner {
    background-color: #673AB7;
    color: #fff;
        padding-bottom: 90px;
}
.row {
    display: flex;
        gap: 20px;
}
.col-50 {
    width: 50%;
}
.col {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.container {
    max-width: 1140px;
    margin: auto;
}
.padding {
    padding-top: 115px;
}
.col.col-50 a {
    color: #fff;
    text-decoration: none;
}
a.btn-1 {
    background-color: #1fb6fc;
    padding: 20px;
    border-radius: 40px 40px 40px 0px;
        transition: 0.5s all;
}
a.btn-1:hover {
    border-radius: 0px 40px 40px 40px;
}
.col-30 {
    width: 30%;
}
.col-70 {
    width: 70%;
}
.col-25 {
    width: 25%;
}
.text-align {
    text-align: center;
}
section {
    padding-top: 40px;
    background-color: #f7f7f785;
    padding-bottom: 40px;
}
a.services {
    color: #fff;
    background-color:#d758d7;
    padding: 16px;
    border-radius: 40px 40px 40px 0px;
    text-decoration: none;
    transition: 0.5s all;
}
a.services:hover {
    border-radius: 0px 40px 40px 40px;
}
.col.col-33.bg-ff.text-align:hover {
    background-color: #1fb6fc;
}
.padding-bottom {
    padding-bottom: 40px;
}
.col-20 {
    width: 20%;
}
section.why-choose {
    padding-bottom: 40px;
    background: linear-gradient(180deg, #7555ee 50%, #f9faff 50%);
}
.col.bg-ff.col-25.text-align.svg {
    padding-top: 20px;
}
.col.bg-ff.col-25.text-align.svg.box-shadow:hover {
    background-color: #1fb6fc;
    color: #fff;
}
.col.col-50 h2 {
    font-size: 40px;
    line-height: 50px;
}
section.bg-f7 {
    padding-top: 150px;
    background-color: #f7f7f7;
}
section.form {
    background-color: #0d6efd;
    color: #fff;
}
.row-1 {
    display: flex;
}
ol li:hover {
    color: powderblue;
}
ul.navbar li:hover {
    text-decoration: underline;
}
.justfy-content{
    justify-content: space-between;
}
section.banner h1 {
    font-size: 55px;
    line-height: 65px;
        margin-bottom: 0px;
}
a.btn-2 {
  
    background-color: #d758d7;
    padding: 4px 32px;
    border-radius: 40px 40px 40px 0px;
    margin-left: 16px;
        transition: 0.5s all;
}
a.btn-2:hover {
    border-radius: 0px 40px 40px 40px;
}
.btn-grup {
    display: flex;
}
.btn-first{
        display: flex;
    align-items: center;
}
.icons svg {
    width: 30px;
        fill: #fff;
}
.icons svg:hover {
    background-color: #1fb6fc;
    border-radius: 100px;
}
.col-33 svg {
    padding: 16px;
    width: 40px;
    background-color: #f7f7f7;
    border-radius: 100px;
    fill: #1fb6fc;
}
.col.col-33.bg-ff.text-align {
    padding-top: 16px;
}
.col-30 h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.5;
}
.service-box {
    background-color: #fff;
    padding: 40px 0px;
}
.text-align {
    text-align: center;
}.col-80 {
    width: 80%;
}
.col-25 h1 {
    color: #1fb6fc;
}
.box-shadow {
    box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.1)
}
.bg-ff{
    background-color: #fff;
}
.col-50 h2 {
    font-size: 30px;
    line-height: 35px;
}
a.btn-2.btn-first {
    background-color: #1fb6fc;
}
.align-item-center {
    align-items: center;
}
h2.p-0 {
    margin-bottom: 0px;
}
.pt-0 {
    margin-top: 0px;
}
.prl-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.hight img {
    height: 100%;
}
.row-1 h2 {
    color: #1fb6fc;
    font-size: 35px;
}
.svg svg {
    background-color: #1fb6fc;
    border-radius: 100%;
    width: 80px;
    padding: 12px;
        fill: #fff;
}
.svg svg:hover {
    background-color: #fff;
    fill: #1fb6fc ;
}
form input {
    width: 80%;
    padding-top: 20px;
    border-top: #fff;
    box-sizing: border-box;
    border-left: 0;
    border-right: 0;
    margin-top: 50px;
    background-color: #0d6efd;
    color: #fff;
    border-bottom: 1px solid #fff;
}
input::placeholder {
    color: #fff;
}
.col.bg-ff.col-25.text-align.svg {
    padding-top: 20px;
}
.p-20 {
    padding-bottom: 20px;
}
.icon-box {
    width: 25px;
    fill: #fff;
    position: absolute;
    right: 50p;
        top: 2427px;
    margin-left: 12px;
}
.icon-box svg:hover {
    background-color: #1fb6fc;
    border-radius: 100%;
}
img.circle {
    border-radius: 100%;
    width: 70px;
}
.col.col-25.Branding {
    background-color: #fff;
    padding: 0%;
}
.col.col-25.Branding:hover {
    background-color: #b0e0e687;
}
.col.col-25.Branding p {
    padding: 8px;
    background-color: #fff;
    width: 128px;
    border-radius: 15px;
}
.col.col-25.Branding.box-shadow:hover p {
    background-color: #84d7fd;
    color: #fff;
}
/* a.btn {
    color: bottom: 0px;
        font-weight: 400;
} */
.col.col-33{
    text-decoration: none;
}
a.btn:hover {
    color: #000;
}
.col.col-25.pricing-box {
    background-color: #fff;
    padding-bottom: 35px;
}
.col.col-25.pricing-box h2 {
    color: #1fb6fc;
    font-size: 50px;
    background-color: #fff;
}
.color-fff p {
    color: #dfd8fb;
}
.color-fff h1 {
    color: #fff;
}
.padding-top {
    padding-top: 80px;
}
section.end{
    color:#fff ;
    background-color:#7555ee ;
}
.col.col-25.pricing-box.box-shadow svg {
    fill: #1fb6fc;
    width: 20px;
        margin-right: 12px;
}
.icon-image-box:hover .icon-box {
    opacity: 9;
}
.icon-image-box .icon-box {
    opacity: 0;
    transition: 0.5s all;
}
header h4 {
    font-size: 25px;
}
.Marketing {
    position: relative;
    overflow: hidden;
}
.Marketing:after {
    content: "";
    position: absolute;
    top: 209px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #5fd1e2;
    opacity: 0;
    transform: rotate(
52deg);
transition: 0.5s all;
}
.Marketing:hover:after{
    opacity: 0.5;
    top:190px ;
}
.Marketing:hover{
    color: #fff;
}
.icon-box svg {
    width: 24px;
    fill: #d758d7;
    border-radius: 50%;
    background-color: #f0f0f0;
    padding: 6px;
}
.icon-box svg:hover {
    background-color: #1fb6fc;
    border-radius: 100%;
}
svg.email-icon {
    width: 20px;
    position: absolute;
    fill: #fff;
    right: 90px;
    top: 65px;
}

form {
    position: relative;
}
.footer-i svg {
    fill: #49c1fd;
}
ul.footer-ul svg {
    width: 15px;
    fill: #8887ab;
    margin-right: 16px;
}
ul.footer-ul li a {
    color: #8887ab;
    text-decoration: none;
    line-height: 35px;
}
ul.footer-ul {
    list-style: none;
   text-align: justify;
}
ul.footer-ul li a:hover {
    color: #49c1fd;
}
.col.footer-col .row a {
    text-decoration: none;
    color: #8887ab;
    font-size: 12px;
}
.col.footer-col a {
    text-decoration: none;
    color: #8887ab;
    text-align: left;
    font-size: 16px;
}
.col.footer-col a:hover {
    color: #49c1fd;
}
.footer-address svg {
    fill: #49c1fd;
    width: 16px;
}
.footer-address p {
    color: #8c87b3;
        font-size: 12px;
}
.footer-address {
    text-align: justify;
}
.footer-i svg {
    fill: #49c1fd;
    width: 20px;
    padding: 6px;
    border: 1px solid #49c1fd;
    border-radius: 8px;
}
.row.gap-0 {
    gap: 0px;
}
.col.post-image {
    width: 15%;
}
.col.footer-col {
    width: 60%;
    text-align: left;
}
.col.footer-col span {
    font-size: 11px;
}
.col.footer-col span svg {
    width: 13px;
     fill: #49c1fd;
}
.col-10 {
    width: 18%;
}
.menu {
    display: none;
}
@media (max-width: 768px) {

    * {
    box-sizing: border-box;
}
header .navbar {
    /* display: none; */
    background-color: #1a2771;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
    position: absolute;
    top: 34px;
    width: 100%;
    left: 0px;
}
header {
    background-color: #1a2771;
}
button.menu {
    position: absolute;
    top: 45px;
    right: 35px;
    display: block;
}
header .navbar {
    display: none;
}
.row {
    flex-direction: column;
}
.col {
    width: 100%;
}
section.banner img {
    display: none;
}
/* section.banner {
    background-image: url('images/bg_1 (1).svg');
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;
    position: relative;
} */
a.btn-2 {
    background-color: #d758d7;
    padding: 4px 15px;
    border-radius: 38px 40px 40px 0px;
    /* margin-left: 16px; */
    transition: 0.5s all;
    font-size: 12px;
}
.container {
    padding-left: 16px;
    padding-right: 16px;
}
.row-1 {
    flex-direction: column;
}
.col.bg-ff.col-25.text-align.svg.box-shadow.padding-bottom {
    box-sizing: border-box;
}
.col.col-25.Branding {
    box-sizing: border-box;
}
.col.col-33.bg-ff.text-align {
    box-sizing: border-box;
}
.heading {
    text-align: left;
}
.col.col-33 {
    box-sizing: border-box;
}
.col.col-25.pricing-box.box-shadow {
    box-sizing: border-box;
}
.footer-address .row {
    flex-direction: row;
}
.col.col-30.text-align .row {
    flex-direction: row;
}
.col.post-image {
    width: 25%;
}
.col.col-30.text-align {
    text-align: left;
}
.col.col-10.text-align {
    text-align: left;
}
.footer-i.row {
    flex-direction: row;
}
.footer-i.row svg {
    width: 35px;
}
svg.email-icon {
    width: 20px;
    position: absolute;
    fill: #fff;
    right: 65px;
    top: 65px;
}
.col.col-25.Branding {
    padding-left: 16px;
    padding-right: 16px;
}
.col-33 svg {
    padding: 16px;
    width: 65px;
    background-color: #f7f7f7;
    border-radius: 100px;
    fill: #1fb6fc;
}
ul.footer-ul {
    padding-left: 0;
}
}