* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Manrope', sans-serif;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 5px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.d-flex {
    display: flex;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

.align-item-center {
    align-items: center;
}

.w-25 {
    width: 25%;
}

.w-33 {
    width: 33.33%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-80 {
    width: 80%;
}

.position-relative {
    position: relative;
}

.para-title {
    color: #747ED1;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}

.heading-title {
    font-size: 35px;
    margin-bottom: 36px;
    color: #343f52;
    font-weight: 700;
}

.para-inner-content {
    font-size: 16px;
    font-weight: 500;
    color: #60697b;
    line-height: 25px;
}


/* HOVER EFFECT CSS */

.btn-hover:hover {
    transform: translateY(-3px);
}




/* HEADER START */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation-name: header;
    transition: all 0.5s ease-in-out;
    animation-delay: 2s;
    z-index: 999;
    background-color: #747dd1ee;
}

header .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 6px;
}

header .container img {
    margin-right: auto;
}

header .container nav>ul>li {
    padding: 24px 20px;
}

header .container nav ul li:last-child {
    padding-right: 40px;
}

header .container nav>ul>li>a:after {
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 700;
    padding-left: 5px;
    font-size: 12px;
}

header .container>a {
    color: #343f52;
    padding: 12px 20px;
    border-radius: 50px;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    transition: all .3s ease;
}

header .container nav ul li a {
    color: #ffffff;
    font-weight: 700;
}

header .container nav ul .blocks ul li .img {
    background-color: rgba(255, 255, 255, .05);
    border-radius: 7px;
    padding: 20px;
    margin-bottom: 10px;
}

header .container nav ul .blocks ul li span {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
}

header .container nav ul .blocks ul li .img img {
    display: block;
    width: 136.66px;
}

header .container nav ul .documentation .mega-menu {
    background-color: #ffffff;
    padding: 32px 5px 24px;
    width: 100%;
}

header .container nav ul .documentation .mega-menu h6 {
    color: #747ED1;
    font-size: 14px;
    font-weight: 700;
    padding: 0 30px 10px;
}

header .container nav ul .documentation .mega-menu h6:nth-child(3) {
    margin-top: 30px;
}

header .container nav ul .documentation .mega-menu .left-side ul {
    columns: 2;
    padding-bottom: 5px;
}

header .container nav ul .documentation .mega-menu .right-side ul {
    columns: 3;
    padding-bottom: 5px;
}

header .container nav ul .documentation .mega-menu .left-side li {
    width: 201px;
    margin: 0;
    padding: 4px 30px;
}

header .container nav ul .documentation .mega-menu .right-side li {
    width: 272px;
    margin: 0;
    padding: 4px 30px;
}

header .container nav ul .documentation .mega-menu li a {
    color: #343f52;
    font-size: 15px;
}

header .container nav ul .documentation .mega-menu .left-side {
    border-right: 1px solid #60697b27;
}

.projects .dropdown-menu {
    width: 424px;
}

nav ul li .dropdown-menu h6 {
    color: #747ED1;
    font-size: 14px;
    font-weight: 700;
    padding: 0 30px 10px;
}

nav ul li .dropdown-menu ul li a {
    color: #343f52;
}

nav ul li .dropdown-menu ul li a:hover {
    color: #747ED1;
}

nav ul li .dropdown-menu ul li {
    width: 210px;
    padding: 4px 30px;
}

.projects .dropdown-menu .left-side {
    border-right: 1px solid #60697b27;
}

.blogs .dropdown-menu ul li {
    width: 230px;
}

nav .mega-menu {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 5px;
    flex-wrap: wrap;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #343f52;
    padding: 40px 40px;
    border-radius: 7px;
    display: none;
}


nav .dropdown-menu {
    margin: 0 auto;
    padding: 20px 0px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    border-radius: 7px;
    display: none;
}

header .container nav>ul>li:hover .mega-menu {
    display: flex;
}

header .container nav>ul>li:hover .dropdown-menu {
    display: flex;
}

nav .mega-menu ul li {
    margin-top: 10px;
    padding: 0 10px;
}

nav .mega-menu ul li a img {
    border-radius: 7px;
    display: inline-block;
}

/* HEADER END */


/* BANNER START */

.banner-bg {
    background-image: url(../images/bg4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    z-index: -9;
}

.bg-layer {
    z-index: -8;
    background: rgba(30, 34, 40, 0.4);
}

.banner-bg .container {
    padding: 160px 0 120px;
    align-items: center;
}

.banner-bg .container .banner-content h1 {
    color: #ffffff;
    font-size: 44px;
    margin-bottom: 25px;
}

.banner-bg .container .banner-content p {
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 35px;
    padding-right: 50px;
}

.banner-bg .container .banner-content a:nth-child(3) {
    color: #343f52;
    padding: 17px 28px;
    border-radius: 50px;
    background-color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
    transition: all .3s ease;
}

.banner-bg .container .banner-content a:last-child {
    color: #ffffff;
    padding: 15px 28px;
    border-radius: 50px;
    font-size: 17px;
    font-weight: 700;
    margin-right: 10px;
    border: 2px solid #ffffff;
    transition: all .3s ease;
    display: inline-block;
}

.banner-bg .container .banner-content a:last-child:hover {
    color: #343f52;
    background-color: #ffffff;
    transform: translateY(-3px);
}

.banner-bg .container .banner-content img {
    float: right;
    border-radius: 10px;
}

/* BANNER END */


/* ABOUT US START */
/* WHAT WE DO SUB SECTION START */
.about-us {
    background-color: #f7f7f7;
    z-index: -9;
}

.about-us .container {
    height: 100%;
    padding: 140px 15px 250px;
}

.about-us .container .about-title {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.about-us .container .about-title p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #747ED1;
    font-weight: 700;
}

.about-us .container .about-title h3 {
    font-size: 36px;
    margin-bottom: 50px;
    color: #343f52;
    font-weight: 700;
    line-height: 1.3;
}

.about-us .container .about-content .about-inner {
    background-color: #fff;
    border: 1px solid rgba(164, 174, 198, 0.2);
    text-align: center;
    padding: 40px;
    margin: 0 12px;
    border-radius: 10px;
    align-items: center;
}

.about-us .container .about-content .about-inner a:first-child {
    padding: 17px;
    border-radius: 50%;
    background-color: #747ED1;
    margin-bottom: 15px;
    display: inline-block;
}

.about-us .container .about-content .about-inner a i {
    font-size: 25px;
    color: #ffffff;
}

.about-us .container .about-content .about-inner h4 {
    color: #343f52;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-us .container .about-content .about-inner p {
    color: #60697b;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 13px;
    line-height: 28px;
}

.about-us .container .about-content .about-inner a:last-child {
    color: #747ED1;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    position: relative;
    display: inline-block;
}

.about-us .container .about-content .about-inner a:last-child::after {
    content: "";
    display: block;
    margin-top: 3px;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #747ED1;
    transform: scaleX(0);
    transition: transform 0.5s ease-in-out;
    transform-origin: 100% 50%;
}

.about-us .container .about-content .about-inner a:last-child:hover::after {
    transform: scaleY(1);
    transform-origin: 0% 50%;
}

.about-us .container .about-content .about-inner a:last-child i {
    color: #747ED1;
    vertical-align: middle;
    font-size: 12px;
}

/* WHAT WE DO SUB SECTION END */


/* WHY CHOOSE US SUB SECTION START */

.about-us .container .why-choose-us {
    margin: 140px 0;
}

.about-us .container .row .choose-us {
    margin-top: 50px;
    padding: 0 35px;
}

.about-us .container .row .choose-us h3 {
    font-size: 35px;
    margin-bottom: 36px;
    color: #343f52;
}

.about-us .container .row .choose-us a:nth-child(3) {
    font-size: 17px;
    font-weight: 700;
    color: #747ED1;
    padding: 0 0 16px;
    display: inline-block;
}

.about-us .container .row .choose-us a:nth-child(3)::before {
    font-family: "Font Awesome 5 Free";
    content: "\f106";
    font-size: 20px;
    color: #747ED1;
    font-weight: 900;
    padding-right: 15px;
    vertical-align: middle;
}

.about-us .container .row .choose-us p:nth-child(4) {
    font-size: 16px;
    font-weight: 500;
    color: #60697b;
    padding-left: 35px;
    margin-bottom: 20px;
    line-height: 25px;
}

.about-us .container .row .choose-us a:nth-child(5):hover {
    color: #747ED1;
}

.about-us .container .row .choose-us a:last-child:hover {
    color: #747ED1;
}

.about-us .container .row .choose-us a {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    color: #343f52;
    padding: 0 0 16px;
    transition: all 0.3s ease;
}

.about-us .container .row .choose-us a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-size: 20px;
    color: #747ED1;
    font-weight: 900;
    padding-right: 22px;
    vertical-align: middle;
}

/* WHY CHOOSE US SUB SECTION END */


/* OUR SOLUTION SUB SECTION START */
.solution .solution-content {
    margin-top: 50px;
    padding: 0 35px;
}

.solution .solution-content p:nth-child(3) {
    margin-bottom: 30px;
}

.solution .solution-content .row .solution-inner {
    margin-top: 15px;
    padding: 0 15px 0 0;
}

.solution .solution-content .row .solution-inner span {
    display: flex;
    align-items: flex-start;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    color: #60697b;
    line-height: 25px;
}

.solution .solution-content .row .solution-inner span::before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-size: 20px;
    padding-right: 10px;
    vertical-align: middle;
}

/* OUR SOLUTION SUB SECTION END */


/* ABOUT US END */


/* CASE STUDIES START */
.case {
    background-color: rgba(220, 220, 228, 0.7);
    width: 100%;
}

.case .container {
    padding: 0 15px 120px;
}

.case .container .project-finished {
    display: flex;
    justify-content: center;
}

.case .container .project-finished .project-bg {
    background-image: url(../images/bg2.jpg);
    padding: 60px;
    width: 100%;
    background-position: center;
    background-size: cover;
    text-align: center;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    transform: translateY(-50%);
}

.case .container .project-finished .project-bg::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    background: rgba(30, 34, 40, 0.4);
}

.case .container .project-finished .row {
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

.case .container .project-finished .row h3 {
    font-size: 44px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 700;
}

.case .container .project-finished .row p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}

.case .container .case-studies .case-studies-title {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.case .container .case-studies .title-card .row .card-container .card-img {
    position: relative;
    overflow: hidden;
}

.case .container .case-studies .title-card .row .card-container .card-img:hover .img-caption {
    visibility: visible;
    transform: scaleY(1);
}

.case .container .case-studies .title-card .row .card-container .card-img:hover .img-caption h5 {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.case .container .case-studies .title-card .row .card-container .card-img:hover img {
    transform: scale(1.1);
}

.case .container .case-studies .title-card .row .card-container .card-img img {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    transition: all 0.4s ease;
}

.case .container .case-studies .title-card .row .card-container .card-img .img-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    background-color: #0808089d;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    transition: all 0.4s ease-in-out;
    transform-origin: top;
}

.case .container .case-studies .title-card .row .card-container .card-img .img-caption h5 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.4s ease;
    visibility: hidden;
}

.case .container .case-studies .title-card .row .card-container {
    background-color: #f7f7f7;
    border-radius: 7px;
    margin: 20px 15px;
}

.case .container .case-studies .title-card .row .card-content {
    padding: 35px 35px 20px;
    border-bottom: 1px solid rgba(164, 174, 198, 0.5);
}

.case .container .case-studies .title-card .row .card-content h2 {
    margin: 5px 0 15px;
}

.case .container .case-studies .title-card .row .card-content h2 a {
    color: #343f52;
    font-size: 22px;
    transition: all 0.4s ease;
}

.case .container .case-studies .title-card .row .card-content h2 a:hover {
    color: #747ED1;
}

.case .container .case-studies .title-card .row .card-content p {
    color: #60697b;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 28px;
}

.case .container .case-studies .title-card .row .card-footer {
    padding: 25px 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.case .container .case-studies .title-card .row .card-footer ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.case .container .case-studies .title-card .row .card-footer i {
    font-weight: 100;
    font-family: "Font Awesome 5 Free";
    padding-right: 4px;
    font-size: 14px;
    color: #aab0bc;
}

.case .container .case-studies .title-card .row .card-footer span {
    font-size: 14px;
    color: #aab0bc;
}

.case .container .case-studies .title-card .row .card-footer ul .coding::before {
    content: "";
    border-radius: 100%;
    width: 4px;
    height: 4px;
    background-color: #aab0bc;
    padding: 1 1px;
    margin: 0 12px;
    display: inline-block;
    vertical-align: middle;
}

.case .container .case-studies .title-card .row .card-footer ul .coding:hover a {
    color: #747ED1;
}

.case .container .case-studies .title-card .row .card-footer ul .coding:hover i {
    color: #747ED1;
}

.case .container .case-studies .title-card .row .card-footer ul .coding a {
    font-size: 14px;
    color: #aab0bc;
    font-weight: 600;
    transition: all 0.3 ease-in-out;
}

.case .container .case-studies .title-card .row .card-footer ul .coding a i {
    font-family: "font awesome 5 free";
    font-weight: 900;
    color: #aab0bc;
    padding-right: 6px;
    transition: all 0.3 ease-in-out;
}

/* CASE STUDIES END */


/* WHO ARE WE SECTION START */
.waw {
    padding: 140px 15px;
    background-color: #fefefe;
}

.waw .waw-img {
    position: relative;
    z-index: 9;
}

.waw .waw-img img {
    border-radius: 7px;
}

.waw .waw-img .img-shadow {
    width: 85%;
    height: 90%;
    background: #f5f5fc;
    position: absolute;
    top: 16%;
    right: -6%;
    border-radius: 7px;
    z-index: -9;
}

.waw .waw-img a {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;

}

.waw .waw-img a i {
    color: #ffffff;
    background-color: #343f52;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    align-items: center;
    display: flex;
    justify-content: center;

}

.waw .waw-img a::before {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    content: "";
    background-color: #747ED1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -9;
    animation-name: playbtn2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.waw .waw-img a::after {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    content: "";
    background-color: #747ED1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -10;
    animation-name: playbtn;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}



@keyframes playbtn {
    0% {

    }

    30% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.8;
    }

    30.01% {
        transform: translate(-50%, -50%) scale(1.0);
        opacity: 0.7;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.6);
        opacity: 0.0;
    }

}

@keyframes playbtn2 {
    0% {

    }
    30%{

    }

    50%{
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.4;
    }

    55% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }

}

.waw .waw-content {
    margin-left: 109px;
    padding: 0 7.5px;
}

.waw .waw-content .para-inner-content {
    margin-bottom: 30px;
    line-height: 28px;
}

.waw .waw-content .row .waw-inner span {
    display: flex;
    align-items: flex-start;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    color: #60697b;
    line-height: 25px;
}

.waw .waw-content .row .waw-inner span::before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-size: 20px;
    padding-right: 10px;
    vertical-align: middle;
}

/* WHO ARE WE SECTION END */


/* OUR TEAM SECTION START */
.our-team {
    background-color: #fefefe;
    padding: 0 0 240px;
}

.our-team .ot-title {
    text-align: center;
    width: 40%;
    margin: 0 auto;
}

.our-team .container .team-card {
    border-radius: 7px;
    border: 0.3px solid #aab0bc5e;
    position: relative;
    z-index: 1;
    margin: 25px;
}

.our-team .container .team-card img {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    display: block;
}

.our-team .container .team-card .card-details {
    padding: 25px 30px;
    background-color: #fff;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.our-team .container .team-card .card-details h4 {
    font-size: 19px;
    color: #343f52;
    margin-bottom: 5px;
}

.our-team .container .team-card .card-details p {
    font-size: 16px;
    color: #60697b;
}

.our-team .container .team-card .card-shadow {
    width: 100%;
    height: 100%;
    background-color: #f5f5fc;
    position: absolute;
    top: 5%;
    left: 5%;
    border-radius: 7px;
    z-index: -9;
}

/* OUR TEAM SECTION END */


/* OUR PRICING SECTION START */

.price-bg {
    background-color: #f6f7f9;
}

.our-pricing {
    display: flex;
    justify-content: center;
}

.our-pricing .banner-card {
    background-image: url(../images/bg2.jpg);
    background-position: center;
    background-size: cover;
    padding: 70px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transform: translateY(-50%);
}

.our-pricing .banner-card::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    background: rgba(30, 34, 40, 0.4);
}

.our-pricing .banner-card .banner-card-details {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.our-pricing .banner-card .banner-card-details span::before {
    content: "\2605\2605\2605\2605\2605";
    font-family: "font awesome 5 free";
    font-size: 20px;
    color: #fcc032;
    margin-bottom: 15px;
    display: inline-block;
}

.our-pricing .banner-card .banner-card-details p:nth-child(2) {
    font-size: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 500;
}

.our-pricing .banner-card .banner-card-details h5 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 5px;
}

.our-pricing .banner-card .banner-card-details p:last-child {
    color: #ffffff;
    font-size: 16px;
}

.container .price-title {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.container .price-plan .price-plan-details {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container .price-plan .price-plan-details p:first-child {
    font-size: 16px;
    color: #60697b;
    padding-right: 15px;
    font-weight: 500;
}

.container .price-plan .price-plan-details p:last-child {
    font-size: 16px;
    color: #60697b;
    padding-left: 15px;
    font-weight: 500;
}

.container .price-plan .price-plan-details .box {
    width: 45px;
    height: 26px;
    background-color: #d8dadd;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.container .price-plan .price-plan-details .box .circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #747ED1;
    margin-left: 3px;
}

.container .plans-type>.row {
    margin-top: 30px;
    padding: 0 70px;
}

.container .plans-type .row .w-33:nth-child(2) {
    transform: scaleY(1.1);
}

.container .plans-type .plan-inner {
    background-color: #ffffff;
    margin: 30px 15px 0;
    display: flex;
    justify-content: center;

    border-radius: 7px;
}

.container .plans-type .price-section {
    padding: 60px 40px;
}

.container .plans-type .price-section .price {
    display: flex;

}

.container .plans-type .price-section .price span:first-child {
    font-size: 20px;
    padding: 8px 4px 0 0;
    color: #343f52;
    font-weight: 500;
}

.container .plans-type .price-section .price span:nth-child(2) {
    font-size: 48px;
    color: #343f52;
    font-weight: 500;
}

.container .plans-type .price-section .price span:last-child {
    font-size: 20px;
    margin: 27px 0 5px;
    color: #343f52;
}

.container .plans-type .price-section h4 {
    padding: 7px 0 25px;
    font-size: 20px;
    color: #343f52;
}

.container .plans-type .price-section ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-size: 20px;
    padding-right: 10px;
    vertical-align: middle;
    color: #747ED1;
}

.container .plans-type .price-section ul li {
    font-size: 16px;
    font-weight: 500;
    color: #60697b;
    line-height: 35px;
}

.container .plans-type .price-section ul li span {
    font-weight: 700;
}

.container .plans-type .price-section a {
    margin-top: 30px;
    display: inline-block;
    color: #ffffff;
    background-color: #747ED1;
    padding: 14px 24px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}

.plan-querry {
    padding: 100px 0 140px;
}

.plan-querry .quetions .massage h4 {
    color: #343f52;
    font-size: 19px;
    margin-bottom: 10px;
}

.plan-querry .quetions .massage p {
    font-size: 16px;
    color: #60697b;
    font-weight: 500;
}

.plan-querry .quetions .icon span::before {
    font-family: "Font Awesome 5 Free";
    content: "\f06a";
    font-size: 33px;
    padding-right: 20px;
    color: #747ED1;
    font-weight: 900;
}

.plan-querry .quetions .d-flex {
    padding: 0 35px;
    margin-top: 50px;
}

/* OUR PRICING SECTION END */


/* FOOTER SECTION START */

footer .footer-bg {
    background-color: #343f52;
}

.footer-bg .container {
    padding: 100px 15px;
}

.footer-bg .container .row {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.footer-bg .container .row h3 {
    color: #ffffff;
    font-size: 36px;
    width: 50%;
}

.footer-bg .container .row>a {
    display: inline-block;
    color: #ffffff;
    background-color: #747ED1;
    padding: 14px 24px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.footer-bg .container hr {
    margin: 60px 0 70px;
    color: rgba(164, 174, 198, .2);
    border: 0.5px solid;
    background-color: currentColor;
}

.footer-bg .container .footer-list {
    justify-content: space-evenly;
    align-items: flex-start;
}

.footer-bg .container .footer-list img {
    margin-bottom: 20px;
}

.footer-bg .container .footer-list p {
    font-size: 16px;
    color: #cacaca;
    margin-bottom: 20px;
    line-height: 25px;
    font-weight: 600;
}

.footer-bg .container .footer-list nav a {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.footer-bg .container .footer-list nav i {
    color: #ffffff;
    font-size: 15px;
    padding-right: 15px;
}

.footer-bg .container .footer-list h4 {
    font-size: 19px;
    color: #ffffff;
    margin-bottom: 15px;
}

.footer-bg .container .footer-list .w-25:nth-child(2) a {
    color: #cacaca;
    font-size: 16px;
    display: block;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}

.footer-bg .container .footer-list .w-25:nth-child(2) a:hover {
    color: #747ED1;
}

.footer-bg .container .footer-list .w-25:nth-child(2) span {
    color: #cacaca;
    font-size: 16px;
    font-weight: 600;
}

.footer-bg .container .footer-list .w-25:nth-child(3) ul a {
    color: #cacaca;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.footer-bg .container .footer-list .w-25:nth-child(3) ul li:hover a {
    color: #747ED1;
}

.footer-bg .container .footer-list .w-25 .join-us input:first-child {
    padding: 12px 20px;
    background-color: rgba(255, 255, 255, .03);
    border: 0 solid rgba(255, 255, 255, .1);
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    font-size: 17px;
    width: 217px;
    color: #ffffff08;
}

.footer-bg .container .footer-list .w-25 .join-us input:last-child {
    padding: 12px 20px;
    background-color: #747ED1;
    border: 0 solid rgba(255, 255, 255, .1);
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    color: #ffffff;
    font-size: 17px;
}

/* FOOTER SECTION END */