/**04-07-24*************/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

html {
    overflow-x: hidden;
    width: 100%;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    width: 100%;
    color: #792983;
    font-size: 16px;
}

.container {
    max-width: 1230px;
    position: relative;
    z-index: 1;
}

.container-sm {
    max-width: 1140px;
}

.main-wrapper {
    padding-top: 70px;
    position: relative;
}

.equal-row {
    display: flex;
    flex-flow: row wrap;
}

.equal-col {
    display: flex;
}

.equal-card {
    flex: 1 0 0;
}

/***************************************************************/
.btn {
    font-size: 16px;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 600;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn-main {
    text-decoration: none;
    background-color: #FF5C00;
    color: #fff;
}

.btn-main:hover {
    text-decoration: none;
    color: #fff;
    background-color: #f29e22;
}

/***************************************************************/
.navbar {
    background-color: #ffffff;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
    min-height: 70px;
}

.navbar .navbar-brand {
    margin-right: 100px;
    padding: 0;
}

.navbar .navbar-brand img {
    max-height: 60px;
}

.navbar .navbar-collapse {
    gap: 20px;
}

.navbar .navbar-nav {
    gap: 10px;
}

.navbar .navbar-collapse .button {
    gap: 20px;
    text-align: center;
}

.navbar .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #1b1b1b;
    text-transform: uppercase;
}

.navbar .nav-link:hover {
    color: #f29e22;
}

.navbar .nav-link.active {
    text-decoration: none;
}

.navbar .social {
    font-size: 14px;
    text-align: center;
}

.navbar .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

.navbar .social ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.navbar .social ul li a {
    text-decoration: none;
    font-weight: 300;
    display: block;
    font-size: 24px;
    color: #105f70;
}

.navbar .social ul li a:hover {
    color: #f29e22;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    box-shadow: 0px 10px 84px -10px rgba(31, 53, 103, 0.50);
    border: 0;
}

/************************************************************/
.heading {
    text-decoration: none;
    text-align: center;
    margin-bottom: 50px;
}

.heading .title {
    font-size: 50px;
    font-weight: 700;
    color: #400d45;
    margin-bottom: 30px;
    line-height: 60px;
}

.heading p {
    /* color: #792983; */
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}

.heading .button {
    margin-top: 30px;
}

/************************************************************/
.banner-section {
    text-decoration: none;
}

.banner-section .carousel {
    text-decoration: none;
}

.banner-section .carousel-inner {
    text-decoration: none;
    align-items: center;
}

.banner-section .carousel-inner .carousel-item {
    text-decoration: none;
    min-height: 600PX;
    background-position: top center;
    height: 100%;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: auto;
    /* background-attachment: fixed; */
    align-items: center;
}

.banner-section .carousel-inner .carousel-item img {
    width: 100%;
    height: auto;
}

.banner-section .carousel-inner .carousel-item video {
    width: 100%;
}

.banner-section .carousel-inner .carousel-item .carousel-caption {
    text-decoration: none;
    text-align: inherit;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 100px 0;
}

.banner-section .carousel-inner .carousel-item .carousel-caption .title {
    text-decoration: none;
    text-align: left;
}

.banner-section .carousel-inner .carousel-item .carousel-caption p {
    text-decoration: none;
    color: initial;
    text-align: left;
}

.banner-section .carousel-inner .carousel-item .carousel-caption .button {
    text-align: left;
}

/***************************************************************/
.clients-section {
    padding: 30px 0;
}

.clients-section .logo {
    border: 0px solid #eee;
    text-align: center;
    padding: 0 10px;
    display: flex;
    align-items: inherit;
    height: 70px;
    width: 100%;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
}

.clients-section .logo img {
    max-height: 60px;
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.clients-section .owl-nav {
    display: none;
}

.clients-section .owl-dots {
    display: inline-block;
    margin-left: -8px;
    margin-top: 50px;
    display: none;
}

.clients-section .owl-dots .owl-dot {
    border: 0px solid #efefef;
}

.clients-section .owl-dots .owl-dot span {
    background-color: #C0C0C0;
    width: 4px;
    height: 4px;
    margin: 8px;
}

.clients-section .owl-dots .owl-dot.active span {
    width: 20px;
}

/************************************************************/
.about-section {
    padding: 100px 0;
    position: relative;
    background-color: #792983;
    background-image: url(../images/img1.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    color: #fff;
}

.about-section .heading {
    text-align: left;
}

.about-section .heading .title {
    color: #fff;
}

.about-section .heading p {
    color: #fff;
}

.about-section .content {
    margin: 0;
    /* margin-top: 50px; */
}

.about-section .content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111111;
}

.about-section .content p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
}

.about-section .photo {
    text-align: center;
    overflow: hidden;
}

.about-section .photo img {
    text-align: center;
    border-radius: 30px 0;
    width: 100%;
}

/************************************************************/
.tabs-section {
    padding: 80px 0;
    position: relative;
}

.tabs-section .carousel {
    text-decoration: none;
}

.tabs-section .carousel-inner {
    text-decoration: none;
}

.tabs-section .carousel-inner .carousel-item {
    text-decoration: none;
}

.tabs-section .carousel-inner .carousel-item img {
    overflow: hidden;
    border-radius: 30px 0;
    min-height: 500px;
    width: auto;
}

.tabs-section .carousel-inner .carousel-item .carousel-caption {
    top: 50px;
    z-index: 9999;
    bottom: auto;
    text-align: left;
    background: rgb(255 255 255 / 80%);
    padding: 40px;
    max-width: 500px;
    border-radius: 30px 0;
    left: 50px;
    bottom: 50px;
    color: #111111;
}

.tabs-section .carousel-inner .carousel-item .carousel-caption h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.tabs-section .carousel-inner .carousel-item .carousel-caption p {
    text-decoration: none;
}

.tabs-section .carousel-indicators {
    top: 0;
    bottom: auto;
    background: transparent;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    opacity: 1;
    position: relative;
    margin-bottom: 20px;
    display: block;
}

.tabs-section .carousel-indicators button {
    text-align: center;
    width: auto;
    height: auto;
    text-indent: inherit;
    background: #fff;
    padding: 10px 20px;
    opacity: 1;
    font-weight: 600;
    font-size: 16px;
    color: #111111;
    margin: 3px;
    border: 1px solid #ccc;
    border-radius: 30px 0;
}

.tabs-section .carousel-indicators button.active {
    background: #f29e22;
    color: #fff;
}

/************************************************************/
.what-section {
    padding: 100px 0;
    position: relative;
    background: rgb(0 140 150 / 10%);
}

.what-section .heading {
    text-align: center;
    margin-bottom: 50px;
}

.what-section .heading h2 {
    text-decoration: none;
}

.what-section .heading p {
    text-decoration: none;
}

.what-section .content {
    margin: 0;
}

.what-section .content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.what-section .content p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
}

.what-section .box {
    text-align: left;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 10px 84px -10px rgba(31, 53, 103, 0.20);
    padding: 30px;
    margin-bottom: 30px;
    width: 100%;
}

.what-section .box .title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.what-section .box .icon {
    margin-bottom: 0;
}

.what-section .box .icon img {
    text-align: center;
    max-height: 60px;
    max-width: 100px;
}

.what-section .box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #400d45;
    margin: 0;
}

.what-section .box p {
    text-decoration: none;
    font-size: 16px;
}

/************************************************************/
.faq-section {
    padding: 80px 0;
    position: relative;
}

.faq-section .heading {
    text-align: center;
    margin-bottom: 50px;
    /* max-width: 650px; */
    margin-left: auto;
    margin-right: auto;
    color: #111111;
}

.faq-section .heading h2 {
    font-size: 48px;
    font-weight: 700;
}

.faq-section .heading p {
    font-size: 18px;
    font-weight: 500;
}

.what-section .content {
    margin: 0;
}

.faq-section .content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.faq-section .content p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
}

.faq-section .box {
    text-align: center;
}

.faq-section .box .icon {
    text-align: center;
    margin-bottom: 20px;
}

.faq-section .box .icon img {
    text-align: center;
    border-radius: 30px 0;
    max-width: 100%;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
}

.faq-section .box h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111111;
}

.faq-section .box p {
    text-align: center;
}

.questions-box {
    text-decoration: none;
}

.questions-box .accordion-item {
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
    /* background: #f4f7fc !important; */
    border: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 20px;
}

.questions-box .accordion-header {
    /* background: #fff !important; */
    margin-bottom: 5px;
}

.questions-box .accordion-header .accordion-button {
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #eee;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: none;
}

.questions-box .accordion-body {
    background: #f4f7fc !important;
    margin-bottom: 5px;
}

/************************************************************/
.choose-section {
    padding: 80px 0;
    position: relative;
    background: rgb(0 140 150 / 5%);
}

.choose-section .heading {
    text-align: center;
    margin-bottom: 50px;
    /* max-width: 650px; */
    margin-left: auto;
    margin-right: auto;
}

.choose-section .heading h2 {
    font-size: 48px;
    font-weight: 700;
    color: #111111;
}

.choose-section .heading p {
    font-size: 18px;
    font-weight: 500;
}

.choose-section .content {
    margin: 0;
}

.choose-section .content h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.choose-section .content p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
}

.choose-section .box {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    border-radius: 30px 0;
    overflow: hidden;
    text-align: left;
    width: 100%;
    margin-bottom: 30px;
}

.choose-section .box .icon {
    text-align: center;
    margin-bottom: 30px;
}

.choose-section .box .icon img {
    text-align: center;
    border-radius: 30px 0;
}

.choose-section .box h3 {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 30px;
    color: #111111;
}

.choose-section .box p {
    line-height: 30px;
}

.choose-section .box .ratings {
    text-decoration: none;
}

.choose-section .box .ratings i {
    text-decoration: none;
}

.choose-section .box .rating-color {
    color: #f29e22;
}

/************************************************************/
.list-tick {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.list-tick .title {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;
}

.list-tick .title p {
    text-decoration: none;
}

.list-tick li {
    background-image: url("../images/icon-tick.png");
    background-repeat: no-repeat;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 40px;
    background-size: 24px;
    background-position: 0 0;
    padding-right: 30px;
    margin-bottom: 20px;
    color: #111111;
}

/************************************************************/
.list-tick2 {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.list-tick2 .ttl {
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
}

.list-tick2 .ttl p {
    text-decoration: none;
}

.list-tick2 li {
    background-image: url("../images/icon-tick.png");
    background-repeat: no-repeat;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 24px;
    background-size: 16px;
    background-position: 0px 5px;
    margin-bottom: 20px;
    color: #111111;
}

.list-tick2 li p {
    font-size: 16px !important;
}

/***************************************************************/
.footer-section {
    position: relative;
    overflow: hidden;
    background-color: #400d45;
    color: #fff;
    padding: 100px 0;
}

.footer-section .logo {
    margin-bottom: 30px;
}

.footer-section .logo img {
    max-height: max-content;
    max-width: 100%;
    max-height: 70px;
}

.footer-section .lead {
    font-size: 14px;
    max-width: 500px;
}

.footer-section .dis {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}

.footer-section .box {
    margin-bottom: 30px;
    font-size: 14px;
}

.footer-section .box h2 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #fff;
}

.footer-section .box h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #fff;
}

.footer-section .box p {
    margin-bottom: 5px;
    font-size: 16px;
}

.footer-section .box p b {
    margin-bottom: 30px;
}

.footer-section .box p a {
    color: #fff;
    text-decoration: none;
}

.footer-section .box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section .box ul li {
    margin-bottom: 5px;
}

.footer-section .box ul li a {
    text-decoration: none;
    /* color: #105f70; */
}

.footer-section .box ul li a:hover {
    color: #f29e22;
}

.footer-section .bottom {
    border-top: 1px solid #fff;
    margin-top: 20px;
    font-size: 14px;
    padding: 15px 0;
}

.footer-section .social {
    margin-top: 20px;
}

.footer-section .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 15px;
    display: flex;
}

.footer-section .social ul li {
    display: inline-block;
}

.footer-section .social ul li a {
    text-decoration: none;
    font-weight: 300;
    display: block;
    font-size: 24px;
    color: #FF5C00;
}

.footer-section .social ul li a:hover {
    color: #f29e22;
}

.copy-section {
    text-align: center;
    padding: 10px;
    font-size: 14px;
    color: #ffffff;
    background: #000;
}

/************************************************************/
.head-section {
    position: relative;
    margin-top: 0;
    background-color: #e9eff7;
    padding: 80px 0;
}

.head-section .heading {
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    color: #111111;
    /* min-height: 300px; */
    display: flex;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.head-section .heading .text {
    margin: auto;
    height: 100%;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    /* color: #fff; */
    margin-bottom: 50px;
}

.head-section .heading .text h2 {
    font-size: 50px;
    font-weight: 700;
    color: #400d45;
    margin-bottom: 30px;
    line-height: 60px;
}

.head-section .pic {
    text-align: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    color: #111111;
    min-height: 200px;
    display: flex;
    width: 100%;
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

/************************************************************/
.content-section {
    position: relative;
    margin-bottom: 0;
}

.content-section .heading {
    text-align: center;
    margin-bottom: 100px;
    /* max-width: 650px; */
    margin-left: auto;
    margin-right: auto;
    color: #111111;
}

.content-section .heading h2 {
    font-size: 48px;
    font-weight: 700;
}

.content-section .heading p {
    font-size: 18px;
    font-weight: 500;
}

.content-section .content {
    margin: 0;
    margin-top: 50px;
    padding: 15px;
}

.content-section .content .mini-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #f29e22;
}

.content-section .content h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111111;
}

.content-section .content p {
    font-size: 18px;
    font-weight: 400;
}

.content-section .photo {
    text-align: center;
    overflow: hidden;
    padding: 30px 0;
}

.content-section .photo img {
    text-align: center;
    border-radius: 30px 0;
    width: 100%;
}

/***************************************************************/
.form-control,
.form-select {
    border: 1px solid #999;
    font-size: 18px;
}

.form-label {
    font-size: 14px;
    /* color: #111111; */
    font-weight: 500;
}

/***************************************************************/
.contact-form {
    text-decoration: none;
}

/***************************************************************/
.text-content {
    font-size: 16px;
    color: #105f70;
    font-weight: 300;
}

.text-content b,
.text-content strong {
    font-weight: 600;
}

.text-content h2 {
    font-size: 30px;
    font-weight: 700;
}

.text-content h3 {
    font-size: 24px;
    font-weight: 700;
}

.text-content h4 {
    font-size: 24px;
    font-weight: 600;
    color: #111;
    margin-bottom: 20px;
    margin-top: 40px;
}

.text-content h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 40px;
}

.text-content h6 {
    font-size: 16px;
    font-weight: 700;
}

/************************************************************/
.stack-section {
    padding: 100px 0;
    position: relative;
    /* color: #fff; */
    /* background-color: #e9eff7; */
}

.stack-section::after {
    content: "";
    background-image: url(../images/logo-icon.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: 600px;
    background-repeat: no-repeat;
    opacity: 0.1;
    background-position: center;
}

.stack-section .sec-heading h2 {
    /* color: #fff; */
    margin-bottom: 20px;
}

.stack-section .box {
    text-align: left;
    padding-right: 20px;
    /* color: #fff; */
    margin-bottom: 30px;
    font-size: 16px;
}

.stack-section .box .icon {
    margin-bottom: 30px;
}

.stack-section .box .icon img {
    text-align: center;
    max-width: 140px;
}

.stack-section .box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #000;
}

.stack-section .box h3 i {
    color: #FF5C00;
    font-size: 50px;
}

.stack-section .box p {
    text-align: left;
}

/***************************************************************/
.sec-heading {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.sec-heading .inner {
    margin-bottom: 80px;
    gap: 20px 140px;
    /* flex-wrap: wrap; */
}

.sec-heading .inner h2 {
    width: 100%;
}

.sec-heading .inner p {
    margin-bottom: 0;
}

.sec-heading h2 {
    font-size: 50px;
    font-weight: 700;
    color: #400d45;
    margin-bottom: 30px;
    line-height: 60px;
}

.sec-heading .heading p {
    text-decoration: none;
}

/***************************************************************/

.projects-section {


    padding: 100px 0;
    position: relative;
    /* color: #fff; */
    /* background-color: #e9eff7; */
}

.projects-section .heading {
    text-align: left;
    margin-bottom: 30px;
}

.projects-section .heading h2 {
    text-decoration: none;
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
}

.projects-section .item {
    background: linear-gradient(259.16deg, #02102c -.49%, #124);
    padding: 0px;
    color: #fff;
    overflow: hidden;
    margin-bottom: 50px;
    border-radius: 30px;
}

.projects-section .item.bg1 {
    background: linear-gradient(259.16deg, #02102C -0.49%, #127aff 100%);
}

.projects-section .item.bg2 {
    background: linear-gradient(97.53deg, #02102C 0%, #63df81 100%);
}

.projects-section .item.bg3 {
    background: linear-gradient(97.53deg, #02102C 0%, #ff6146 100%);
}



.projects-section .item.bg1 .picture {
    background-position: left;
}
.projects-section .item.bg2 .picture {
    background-position: right;
}
.projects-section .item.bg3 .picture {
    background-position: left;
}



.projects-section .item .wrap {
    padding: 50px;
}

.projects-section .tags {
    display: flex;
    /* gap: 10px; */
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.projects-section .tags .lbl {
    background: hsla(0, 0%, 100%, .16);
    font-size: 13px;
    margin-bottom: 4px;
    margin-right: 4px;
    padding: 6px 16px;
}


.projects-section .list {
    /* display: flex; */
    /* gap: 10px; */
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.projects-section .list .lbl {
    /* background: hsla(0, 0%, 100%, .16); */
    /* font-size: 13px; */
    margin-bottom: 4px;
    /* margin-right: 4px; */
    /* padding: 6px 16px; */
}

.projects-section .list .lbl span {
    font-weight: bold;
    margin-right: 15px;
    width: 80px;
    display: inline-block;
}

.projects-section .description {
    margin-bottom: 4px;
}

.projects-section .picture {
    /* position: absolute; */
    top: 0;
    bottom: 0;
    overflow: hidden;
    height: 80%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    margin-top: 50px;
}

.projects-section .picture img {
    height: -webkit-fill-available;
}

/***************************************************************/
@media screen and (max-width: 992px) {
    .main-wrapper {
        padding-top: 75px;
    }

    .navbar-toggler {
        background-image: url("../images/icon-menu.svg");
        background-size: contain;
        padding: 0;
        box-shadow: none !important;
    }

    .navbar-toggler:focus {
        opacity: 0.5;
    }

    .navbar .navbar-collapse {
        flex-direction: column;
        padding-bottom: 20px;
    }

    .navbar .navbar-brand {
        margin-right: 30px;
    }

    .navbar .navbar-brand img {
        max-height: 50px;
    }

    .navbar .nav-item {
        text-align: center;
    }

    .navbar .social ul {
        justify-content: center;
    }

    .navbar .navbar-collapse .button {
        margin-top: 20px;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #ccc;
        margin-top: 6px;
        padding-top: 10px;
    }

    .tabs-section .carousel-inner .carousel-item .carousel-caption {
        padding: 20px;
        left: 20px;
        top: 20px;
    }
}

@media screen and (max-width: 600px) {
    .heading .title {
        font-size: 36px;
        line-height: 50px;
    }

    .head-section .heading .text h2 {
        font-size: 36px;
        line-height: 50px;
    }
}