@import url('https://fonts.googleapis.com/css2?family=Anton&family=Archivo:ital,wght@0,100..900;1,100..900&family=Ballet:opsz@16..72&family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&family=Condiment&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Dancing+Script:wght@400..700&family=Geist:wght@100..900&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Italiana&family=Jost:ital,wght@0,100..900;1,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Manrope:wght@200..800&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Oxygen:wght@300;400;700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sora:wght@100..800&family=Space+Grotesk:wght@300..700&family=Spline+Sans:wght@300..700&family=Syne:wght@400..800&display=swap');

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Jost,sans-serif;
}
input[type="text"],  input[type="email"],  input[type="tel"],  input[type="date"],  textarea,  select {
    margin: 0 0 15px !important;
    padding: 14px 22px;
    width: 100%;
    outline: 0;
    font-family: Jost,sans-serif !important;
    background: #f8f8f8;
    border-radius: 12px;
    background: #fff;
    font-size: 15px !important;
    color: #666;
    border: none;
    box-shadow: 0px 0px 10px #0000001a;
}
input[type="submit"] {
    text-transform: uppercase;
    border: 0;
    letter-spacing: 1.5px;
    outline: none;
    font-family:Jost,sans-serif;
    font-size: 15px;
    color: #fff;
    background-color: #006efe;
    padding: 13px 30px;
    font-weight: 500;
    width: max-content;
    display: block;
    border-radius: 12px;
    line-height: normal;
}

textarea {
    height: 120px;
    margin-bottom: 5px
}
h1,  h2,  h3,  h4,  h5,  h6 {
    margin: 0 0 15px 0;
    color: #000;
    font-weight: 500;
    text-transform: inherit;
    line-height: inherit;
    letter-spacing: 0px;
    font-family:Jost,sans-serif;
}
h1 {
    font-size: 35px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    margin: 0 0 10px 0;
    font-family: Jost,sans-serif;
    font-size: 15px;
    color: #333;
    line-height: 24px;
    letter-spacing: 0px;
}
ul {
    margin: 0;
    padding: 0 !important;
    list-style-type: none;
}
li{
    display: inline-block;
}
ul,  li,  a {
    list-style-type: none;
    font-family: Jost,sans-serif;
    color: #303030;
    font-size: 14px;
    text-decoration: none !important;
    letter-spacing: 0px;
    margin: 0 !important;
}
span {
    font-family:Jost,sans-serif !important;
}
a:hover {
    transition: 0.8s;
    text-decoration: none !important;
}
figure {
    margin: 0 !important;
}

.heading-title {
    text-align: center;
    margin-bottom: 50px;
}

.heading-title h4.subtitle {
    background: linear-gradient(to right, #ff8a00 0, #dd4c4f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    margin-bottom: 0px;
}


h2.title {
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
}

h2.title:before {
    position: absolute;
    content: '';
    width: 150px;
    height: 5px;
    background: #ff6f04;
    border-radius: 30px;
    bottom: -10px;
    left: 44%;
}

p {
    font-size: 20px;
    line-height: 1.4;
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
}

.about-content, .powered-inner-block {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.about-content::before, .powered-inner-block:before {
    position: absolute;
    content: '';
    background: #000000da;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .7;
    z-index: 9;
}

button#loginBtn, header .header-btn a.btn {
    border: 0;
    background: #ff6f04;
    color: #fff;
    padding: 15px 50px;
    border-radius: 50px;
    margin: 0 auto !IMPORTANT;
    display: flex;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

button#loginBtn:before, header .header-btn a.btn:before {
    position: absolute;
    content: '';
    width: 95px;
    height: 50px;
    background: linear-gradient(90deg, #ff6f04 0%, #dc3545 51%, #ff6f04 100%);
    border-radius: 50px;
    filter: blur(6px);
    right: -50px;
    top: 2px;
    z-index: -1;
    transition: all.5s;
}

button#loginBtn:hover:before, header .header-btn a.btn:hover:before {
    transform: translateX(-100%);
}

.cursor {
    height: 10px;
    width: 10px;
    background: #f58634;
    border-radius: 50px;
    position: fixed;
    z-index: 99;
}

/* SLICK SLIDER */

button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    position: absolute;
    z-index: 11;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    width: 50px;
    height: 50px;
    text-indent: 750px;
    overflow: hidden;
    border-radius: 50px;
    color: #ff6f04;
    background: none;
    border: 1px solid #ff6f04;
}
button.slick-prev.slick-arrow:hover{
    background: #ff6f04;
    transition: 0.9s;
    color: #fff;
}
button.slick-next.slick-arrow:hover{
    background: #ff6f04;
    transition: 0.9s;
    color: #fff;
}
button.slick-prev.slick-arrow:after {
    content: "\f053";
}
button.slick-next.slick-arrow:after {
    content: "\f054";
}
button.slick-prev.slick-arrow:after, button.slick-next.slick-arrow:after {
    position: absolute;
    top: 4px;
    left: 5px;
    height: 40px;
    width: 40px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-indent: 0;
    font-size: 16px;
}
button.slick-prev.slick-arrow {
    left: -3%;
    top: 50%;
}
button.slick-next.slick-arrow {
    right: -1%;
    top: 50%;
}

/*HEADER SECTION*/

header {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
}

header .header-dtls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header figure.logo, header .header-logo {
    width: 120px;
}

header figure.logo img {
    width: 100%;
}

header ul.nav-menu li {
    padding: 37px 12px;
    position: relative;
    transition: all .5s;
}

header ul.nav-menu li a {
    font-size: 18px;
    padding: 6px 12px;
    border-radius: 50px;
    font-weight: 400;
    color: #000;
    transition: all .5s;
}

header ul.nav-menu li:hover a {
    color: #FF791B !important;
}

header ul.nav-menu li a:hover {
    color: #000;
}

header .dropdown-menu {
    top: 100%;
    border: 0;
    border-radius: 10px;
    box-shadow: 0px 0px 12px #00000032;
    background: #7c7a7a;
    padding: 0;
    transition: all.5s;
}

header .dropdown-menu ul li {
  padding: 5px;
  display: block;
}

header .dropdown-menu ul li a {
    transition: all.5s;
}

header .dropdownmenu_items {
    display: flex;
    width: 480px;
}

header .dropdown-menu ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

header .dropdown-menu ul li a img {
    width: 26px;
}

header ul.dropdownmenu-item li a {
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}

header ul.dropdownmenu-item li:hover  {
    transform: translateX(10px);
}
header ul.nav-menu li:hover .dropdown-menu {
    display: block;
}

header ul.nav-menu li:hover ul.dropdownmenu-item li a {
    color: #fff !important;
}

header ul.nav-menu li:hover .dropdown-menu ul li a {
    background: none;
}

header .dropdownmenu_items div {
    background: #ff3100;
    padding: 20px 0;
}

header .dropdownmenu_items div p, h5.company-contact-title {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin-bottom: 16px;
}

h5.company-contact-title {
    color: #fff;
}

h5.company-contact-title:before {
    display: none;
}

header .company-megamenu-bottom a {
    color: #fff;
}

header .megamenu-dtl {
    display: flex;
    gap: 30px;
}
header .company-megamenu-bottom a.company-contact-info:hover {
    color: #fff !important;
}

header ul.nav-menu li.services .dropdown-menu {
    width: 1000px;
    left: -191px;
    padding: 30px;
}

header ul.nav-menu li.services .dropdown-menu ul.mega-sub-menu li {
    padding: 0;
}

header ul.nav-menu li.services .dropdown-menu ul.mega-sub-menu li a {
    font-size: 16px;
}

header h5 {
    color: #ff6f04;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
}

header h5:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #ff6f04;
    bottom: 0;
}

header ul li.company h5:before {
    background: none;
}

header ul.mega-sub-menu li:hover, ul.megamenu li:hover {transform: translateX(10px);}

header ul.nav-menu li:hover .dropdown-menu li a {
    color: #fff !important;
}

header ul.mega-sub-menu li:hover a, ul.megamenu li:hover a {
    color: #fc3002 !important;
}

header .mega-sub-menu-dtl {
    display: flex;
    gap: 30px;
}

header .dropdown-menu ul li a {
    position: relative;
    overflow: hidden;
    
}

header .dropdown-menu ul li a:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 2px;
    background: #fff;
    left: -8px;
    transition: all.5s;
}

header .dropdown-menu ul li:hover a:before {
    left: 0;
}

header ul.nav-menu li.fintech .dropdown-menu {
    width: 800px;
    left: -226%;
}

header ul.nav-menu li.fintech .dropdown-menu ul li a, 
header ul.nav-menu li.industries .dropdown-menu ul li a {
    padding: 0;
}

header ul.nav-menu li.fintech .megamenu-items {
    display: flex;
    gap: 100px;
    padding: 20px;
}

header ul.nav-menu li.industries .dropdown-menu {
    width: 800px;
    padding: 20px;
    left: -283%;
}

header .header-btn {
    display: flex;
    gap: 20px;
    align-items: center;
}

header img.shape-img {
    max-width: 100%;
    margin-bottom: 10px;
    margin-left: -95px;
}

.dropdown-content ul li a {
    color: #fff;
}

.dropdown-content ul li a span img {
    margin-right: 10px !important;
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.dropbtn {
    background: none;
    color: #000;
    font-size: 16px;
    border: none;
    padding: 20px 12px;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: none;
}

.dropbtn i {
    transform: rotate(0deg);
}

.dropbtn:focus i {
    transform: rotate(180deg);
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown img {
    width: 50px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #242424;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown ul li.option {
    width: 100%;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown li:hover {background-color: #231F20 !important}

.show {display: block;}

header header a.hamburger.ms-5.d-block.d-lg-none {
    color: #fff;
    background: #ff3e3e;
    width: 30px;
    height: 25px;
    text-align: center;
    padding: 3px 7px;
    border-radius: 2px;
}

a.hamburger i {
    color: #000;
    background: #fff;
    font-size: 20px;
}

header .offcanvas-body ul.nav-menu li a {
    color: #000;
    font-size: 18px;
}

header .offcanvas-body ul.nav-menu li {
    display: block;
    padding: 12px;
}

header a.hamburger ul.nav li.nav-list a {
    color: #000 !important;
}

.megamenu-button ul.megamenu {
    display: flex;
    flex-wrap: wrap;
}

.megamenu-button {
    display: flex;
    align-items: center;
    background: #f58634;
    padding: 20px 0;
}

.megamenu-button .megamenu-btn a {
    color: #fff !important;
    font-weight: 500;
}

header ul.nav-menu li:hover .megamenu-button .megamenu-btn a, 
.megamenu-button .megamenu-btn a:hover {
    color: #fff !important;
}

header .megamenu-button .megamenu-btn a {
    width: 150px !important;
    display: flex;
    align-items: center;
}

header .megamenu-button .megamenu-btn a i {
    background: #fff;
    color: #ff6f04;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
}

header .megamenu-button .megamenu-btn a:hover {
    transform: translateX(-10px);
}

header .megamenu-button ul.megamenu li a:hover {
    transform: translateX(0);
}

.social-title {
    color: #ff6f04;
    font-weight: 600;
    font-size: 18px;
}

.social-title a span.social-text {
    color: #fff !important;
}

.header-socials {
    border-top: 1px solid #fff;
    padding: 20px 0 0;
}

header ul.nav-menu li:hover .social-title a span.social-text {
    color: #fff !important;
}

/*BANNER SECTION*/

.banner {
    position: relative;
    z-index: 0;
}

.banner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000000cc;
    z-index: 9;
}

.banner .carousel-item img {
    height: 100vh;
    object-fit: cover;
}
.banner .carousel-detail {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    text-align: center;
}
.banner .carousel-detail h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
}
.banner .carousel-detail p {
    color: #fff;
    font-size: 17px;
    margin: 22px 0px;
}

.banner .btn {
    background-color: #ff6f04;
    border: 0;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 16px 34px;
    line-height: normal;
    margin-top: 20px;
    font-weight: 600;
    transition: all.5s;
}

.banner .btn:hover {
    background-color: #fff;
    color: #ef6c27;
    box-shadow: 0 0 10px #ddd;
}

/* ABOUT SECTION */

.about-section {
    padding: 80px 0;
}

.about-content {
    background: url(../images/partner_bg.webp) no-repeat;
    border-radius: 30px 0px 0 30px;
    background-size: cover;
}

.about-section .col-md-8 {
    padding-left: 0;

}

.about-section .about-content p {
    position: absolute;
    padding: 0px 8px;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    color: #ffffff96;
    z-index: 99;
    top: 25%;
}

.about-section figure.inner-block-logo {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 1px 1px 8px 0 rgb(0 0 0 / 28%);
    padding: 10px;
    transform: scale(1);
    transition: all .5s;
}

.about-section figure.inner-block-logo img {
    width: 100%;
}

.about-section figure.inner-block-logo:hover {
    border: 1px solid #f00;
    transform: scale(.98);
}

.about-wrapper .about-wrap {display: flex;gap: 12px;}

.about-wrapper .about-wrap {
    margin-bottom: 10px;
}

.about-wrap.about_wrap {
    justify-content: center;
    width: 100% !important;
    margin-bottom: 0;
}

.about-wrap.about_wrap figure.inner-block-logo {
    width: 100%;
}

.about-wrap.about_wrap figure.inner-block-logo img {
    height: 50px;
    object-fit: contain;
}

.about-video {
    background: #242424;
    padding: 20px;
}

.video-section {
  position: relative;
  width: 100%;
  height: 316px;
  overflow: hidden;
  z-index: 0;
}

.video-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 400px;
  object-fit: fill;
  z-index: -9;
  transform: translate(-50%, -50%);
}

/* Overlay content */
.video-content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.sound-btn {
  background: rgba(0,0,0,0.6);
  border: none;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
}

.about-section .col-md-9 {
    padding: 0;
}

.about-section .col-md-3 {
    padding-right: 5px;
}

/* EZULIX SECTION */

.ezulix-section {
    background: #f0f7fc;
    padding: 80px 0;
}

.ezulix-section .project {
    background: #fff;
    padding: 20px 30px;
    text-align: center;
    height: 100%;
    position: relative;
    transition: all.5s;
}

.ezulix-section .project i {
    font-size: 28px;
    color: #1366fc;
}

.ezulix-section .project._01 {
    border-top-left-radius: 70px;
}

.ezulix-section .project._07 {
    border-bottom-left-radius: 70px;
}

.ezulix-section .col-md-3, .col-md-6 {
        padding: 0 10px 10px 0;
    }
.ezulix-section .project h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
    transition: all.5s;
}

.ezulix-section .project h3 span {
    font-size: 40px;
    display: block;
    color: #1366fc;
    transition: all.5s;
}

.ezulix-section .project:hover {
    background-color: #FF791B;
}

.ezulix-section .project:hover h3, .ezulix-section .project:hover h3 span, 
.ezulix-section .project:hover i {
    color: #fff;
}

.ezulix-section .powered-inner-block {
    background: url(../images/Powered-by.webp) no-repeat;
    border-bottom-right-radius: 80px;
}

.ezulix-section .project._08 span {
    font-size: 31px;
    margin-top: 10px;
}

.ezulix-section .powered-inner-cnt {
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translate(50%, -50%);
    z-index: 99;
}

.ezulix-section .powered-inner-cnt p {
    color: #fff;
    font-size: 23px;
    margin-bottom: 4px;
}

.ezulix-section .powered-inner-cnt h3 {
    color: #fff;
    margin: 0;
}

/* SERVICES SECTION */

.services-section {
    padding: 80px 0;
}

.services-section .heading-title p {
    margin-bottom: 20px;
}

.services-section .services-content-dtl {
    background-color: #f7f1f1;
    border-radius: 15px;
    padding: 25px 40px;
}

.services-section .benefit-offshore-developer h2.title:before {
    left: 0;
}

.services-section h2.title {
    line-height: 1.3;
}

.services-section ul.list li {
    display: block;
    padding-bottom: 10px;
    font-size: 18px;
}

.services-section ul.list li i {
    margin-right: 8px;
}

.services-section figure.offshore-developer-benefit-image img {
    max-width: 100%;
    height: 340px;
    object-fit: cover;
    float: right;
}

/* CHOOSE SECTION */

.chooseus-item figure.image img {
    width: 100%;
}

.chooseus-item, .chooseus-items {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.chooseus-items h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all.5s;
}

.chooseus-item:hover .chooseus-items h5 {
    opacity: 0;
}

.chooseus-item h5 {
    color: #fff;
    font-size: 35px;
    font-weight: 400;
}

.chooseus-content {
    position: absolute;
    bottom: 0;
    background: #ff7104e7;
    text-align: center;
    padding: 20px;
    bottom: -100%;
    transition: all.5s;
}

.chooseus-content p {
    color: #fff;
}

.chooseus-item:hover .chooseus-content {
    bottom: 0;
}

/* OURSERVICES SECTION */

.ourservices-section {
    padding: 80px 0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.ourservices-section:before, .ourservices-section:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
}

.ourservices-section:before {
    background: url(../images/wave_top.webp) no-repeat;
    top: -100px;
    left: -40px;
}

.ourservices-section:after {
    background: url(../images/wave_bottom.webp) no-repeat;
    bottom: -190px;
    right: -61%;
}

.ourservices-wrapper {
    background: #f9f7f7;
    padding: 50px 12px;
    border-radius: 20px;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.ourservices-wrapper.ourservices-wrapper1 {
    position: relative;
}

.ourservices-content h4 {
    color: #f58634;
    font-weight: 400;
    font-size: 22px;
    transition: all.5s;
}

.ourservices-section .row {
    gap: 30px 0;
}

.ourservices-content p {
    font-size: 17px;
    transition: all.5s;
}

.ourservices-wrapper:before, .ourservices-wrapper.ourservices-wrapper1 {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    background: #ff6f04;
    left: 0;
    z-index: -1;
    transition: all.5s;
}

.ourservices-wrapper:before {
    top: 0;
}

.ourservices-wrapper:hover:before {
    height: 100%;
}

.ourservices-wrapper.ourservices-wrapper1:before {
  bottom: 0;
}

.ourservices-section figure.service-icon {
    margin-bottom: 10px !important;
}

.ourservices-wrapper:hover h4, .ourservices-wrapper:hover p, 
.ourservices-wrapper:hover figure.service-icon i {
    color: #fff;
}

.ourservices-section figure.service-icon i {
    color: #ff6f04;
    font-size: 40px;
    transition: all.5s;
}

/* FAQ SECTION */

.faq-section {
    background: #f0f7fc;
    padding: 80px 0;
    margin-bottom: 80px;
}

.faq-section button.accordion-button {
    background: #ff6f04;
    border-radius: 12px 12px 0px 0px !important;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
}

div.faq-section #accordionExample {width: 50%;margin: 0 auto;}

.faq-section .accordion-item {
    background: none !important;
    border: 0 !important;
    margin-bottom: 10px;
}

.faq-section .accordion-button:not(.collapsed), button.accordion-button {
    background: #ff6f04;
    color: #fff !important;
    margin-bottom: 0;
    box-shadow: none !important;
}

.faq-section #collapseOne, .accordion-collapse {
    background: #fff;
    box-shadow: 0 0 1px #ff6f04;
}

.faq-section .accordion-button::after {
    filter: brightness(0) invert(1);
}

/* PROCESS SECTION */

.process-section {
    overflow: hidden;
}

.process-section figure.process-icon {
    width: 65px;
    height: 65px;
    border-radius: 50px;
    background: #fe6d07;
    display: flex;
    justify-content: center;
    align-items: center;
}

.process-section figure.process-icon i {
    color: #fff;
    font-size: 18px;
}

.process-section .process-item {
    display: -webkit-inline-box;
    gap: 15px;
    margin-bottom: 30px;
}

.process-section .process-content p {
    margin: 0;
    font-size: 18px;
    max-width: 90%;
}

/* TESTIMONIALS SECTION */

.testimonials-section {
    background: #f0f7fc;
    padding: 80px 0;
}

.testimonials-section .testimonials-item {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    margin-right: 15px;
    height: 100%;
}

.testimonials-section .testimonials-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #3966fc3d;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-section .testimonials-header {
    display: -webkit-box;
    gap: 20px;
    position: relative;
    margin-bottom: 20px;
}

.testimonials-section .testimonials-header .stars i {
    color: #ff6f04;
}

.testimonials-section .testimonials-header h3 {
    font-weight: 500;
    font-size: 20px;
    margin: 3px 0;
}

.testimonials-section .testimonials-header p {
    font-size: 14px;
    margin: 0;
}

.testimonials-section figure.quote-icon {color: #ff6f04;font-size: 40px;transform: rotateY(180deg);position: absolute;right: 0;}

.testimonials-section .info {
    width: 100%;
}

.testimonials-section .testimonials-content p {
    font-size: 18px;
    width: 100%;
}

/* CTA SECTION */

.cta-section {
    background: #f3f9fd;
}

.cta-section figure.cta-img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.cta-section .col-md-6 {
    padding-bottom: 0;
}

.cta-section .cta-dtl {
    position: relative;
}

.cta-section .form-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: #fff;
    font-size: 32px;
    text-align: center;
}

.cta-section .cta-dtl:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000000a6;
}

.cta-section .home-form-details {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
}

.cta-section .form-content-top {
    text-align: center;
    width: 50%;
    margin: 0 auto 10px;
}

.cta-section .form-content-top h5 {
    color: #ff6f04;
    font-size: 25px;
    margin: 0;
}

.cta-section .form-content-top p {
    font-size: 18px;
}

.cta-section .form-group.home-form-fild label {
    color: #ff6f04;
    font-size: 18px;
}

.cta-section input#name_contact, .cta-section textarea {
    box-shadow: none;
    border: 1px solid #aaa;
    padding: 10px;
}

.cta-section textarea#message_contact {
    border-radius: 20px;
    color: #343a40;
}

/* GETINTOUCH SECTION */

.getintouch-section {
    background: #ff6f04;
    padding: 50px;
}

.getintouch-section .getintouch-left-cnt h5 {
    color: #fff;
    font-size: 28px;
}

.getintouch-section .getintouch-left-cnt p {
    margin: 0;
    color: #fff;
}

.getintouch-section .getintouch-dtls {
    display: flex;
    align-items: center;
}

.getintouch-section .getintouch-contact-number span {
    color: #fff;
    font-size: 24px;
}

.getintouch-section .getintouch-contact-number {
    width: 100%;
    text-align: center;
}

.getintouch-section .getintouch-contact-number span.or {
    display: block;
}

.getintouch-section .getintouch-contact-number a.btn {
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 12px 30px;
    color: #ff6f04;
    font-weight: 500;
    font-size: 18px;
    background: #fff;
    transition: all.5s;
}

.getintouch-section .getintouch-contact-number a.btn:hover {
    background: #ff6f04;
    color: #fff;
}

/* FOOTER SECTION */

footer {
    padding: 60px 0 0;
    background: #000;
}

footer h2.title {
    color: #fff;
}

footer {
    overflow: hidden;
}

footer, footer .brand-img-slide {
    display: flex;
    gap: 20px;
}

footer figure.logo-img {
    min-width: 200px;
    position: relative;
}

footer figure.logo-img:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #ffffff6a;
    left: 0;
}
footer figure.logo-img img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.footer-btm {
    border-top: 1px solid #fff;
    margin-top: 40px;
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.footer-btm p {
    margin: 0;
}

.footer-btm p, .footer-btm a {
    color: #fff;
    font-size: 18px;
    transition: all.5s;
}

.footer-btm a:hover {color: #ff6f04;}


/* DEVELOPMENT-FORM SECTION */

.development-form-section {
    background: #ddd;
    padding: 60px 0;
}

.development-form-section h6 {
    font-size: 22px;
    text-align: center;
}

label.control-label {
    color: #ff6f04;
}

.form-control, select#country {
    box-shadow: none !important;
    border: 1px solid #000 !important;
    padding: 12px !important;
}


.client-section, .cta-section, .restaurant-sign-up-section, 
.ourclients-section, .grocery-section, .transform-bg-section, .workflows-section, .lms-section, 
.connectnow-section, .integration-section, .cta3-section, .cta6-section, .smart-crm-bg, .customized-section, 
 .ai-solution-,  .ecom-order-received-section, .hire-section.development-hire-bg {
   height: 100%;
   position: relative;
   padding: 60px 0;
   z-index: 0;
}

.client-section, .cta-section, .grocery-section, .transform-bg-section, .connectnow-section, 
.lms-section, .integration-section, .cta3-section, .cta6-section, .smart-crm-bg, .customized-section, 
 .ai-solution-section,  .ecom-order-received-section, .hire-section.development-hire-bg {
   background-size: cover !important;
}

.client-section {
   background: url(../images/testimonial-bg.jpeg) no-repeat;
}

.cta-section {
   background: url(../images/cta.webp) no-repeat;
}

.restaurant-sign-up-section {
    background: url(../images/restaurant-bg.jpg) no-repeat;
    background-size: cover;
}

.ourclients-section {
    background: url(../images/restaurant-bg1.webp) no-repeat;
}

.grocery-section {
    background: url(../images/grocery-bg.webp) no-repeat;
    background-attachment: fixed;
}

.transform-bg-section {
    background: url(../images/grocery-bg1.webp) no-repeat;
    background-attachment: fixed;
}

.workflows-section {
    background: url(../images/cta-bg.webp) no-repeat;
}

.connectnow-section {
    background: url(../images/development_bg.webp) no-repeat;
}

.lms-section, .integration-section {
    background: url(../images/lms-bg.webp) no-repeat;
}

.cta3-section {background: url(../images/cta2.webp) no-repeat;padding: 50px 0;}

.cta-2-section {
    background: url(../images/road.webp) no-repeat;
    padding: 50px 0;
    background-size: cover;
    position: relative;
    z-index: 0;
    margin-bottom: 80px;
}

.cta-4-section .heading-title {
    background: url(../images/cta-bg-1.webp) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 60px 30px;
    margin: 0;
    position: relative;
    z-index: 0;
}

.cta5-section {
   background: url(../images/cta4.webp) no-repeat;
   padding: 60px 0;
   background-size: cover;
   position: relative;
   background-attachment: fixed;
   z-index: 0;
}

.including.-section .including-slide {
    background: url(../images/bg.webp) no-repeat;
    padding: 60px 0;
    position: relative;
    z-index: 0;
    height: 80vh;
}

.including.-section .including-slide:before {
    background: #ff6f04ab;
}

.cta6-section {
   background: url(../images/development_bg1.webp) no-repeat;
   padding: 80px 0;
}

.smart-crm-bg {
    background: url(../images/crm-software.webp) no-repeat;
}

.customized-section {
   background: url(../images/crm-bg.webp) no-repeat;
}

.customized-section:before {
    background: #000000af;
}

.ai-solution-section {
   background: url(../images/ai-bg.webp) no-repeat;
}

.ecom-order-received-section {
   background: url(../images/location-bg.webp) no-repeat;
   padding: 80px 0;
}

.hire-section.development-hire-bg {
   background: url(../images/development_bg2.webp) no-repeat;
   padding: 80px 0;
}

.cta_1-section {
   background: url(../images/bg.png) no-repeat;
   padding: 80px 0;
}


.client-section:before, .cta-section:before, 
.restaurant-sign-up-section:before, .ourclients-section:before, .grocery-section:before, 
.transform-bg-section:before, .connectnow-section:before, .lms-section:before, 
 .integration-section:before, .cta-4-section .heading-title::before, .cta-2-section:before, 
 .cta5-section:before, .including.-section .including-slide:before,  .cta6-section:before, 
 .smart-crm-bg:before, .customized-section:before, 
 .ai-solution-section:before, .ecom-order-received-section:before, .hire-section.development-hire-bg:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.client-section:before, .cta-section:before, 
.restaurant-sign-up-section:before, .ourclients-section:before, .grocery-section:before, 
.transform-bg-section:before, .connectnow-section:before, .lms-section:before, 
 .integration-section:before, .cta-4-section .heading-title::before, .cta-2-section:before, 
 .cta5-section:before,  .cta6-section:before,  .smart-crm-bg::before,  .ai-solution-section:before, 
  .ecom-order-received-section:before   {
    background: #00000087;
}




@media only screen and (max-width: 1400px) {
    header ul.nav-menu li a {
    font-size: 11px;
    }
    header .header-btn a.btn {
        padding: 13px 35px;
    }
    figure.inner-block-logo {
        padding: 0px;
    }
    .banner .carousel-detail h1 {
        font-size: 45px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 1200px) {
    header ul.nav-menu li a {
    font-size: 12px;
    padding: 0;
    }

    header .header-btn a.btn {
        padding: 12px 22px;
        font-size: 13px;
        display: none;
    }
    header .header-btn {
        gap: 4px;
    }
}

@media only screen and (max-width: 992px) {
    header a.btn {
        opacity: 0;
        display: none;
    }

    header .dropdownmenu_items {
        flex-direction: column;
        left: 0;
        width: 100%;
    }
    header ul.nav-menu li.services .dropdown-menu {
        width: 100%;
        left: 0;
    }

    h2.title:before {
        left: 40%;
    }

    .banner .carousel-detail {
        width: 90%;
    }
    .col-md-3, .col-md-9 {
        width: 100%;
    }

    .col-md-8, .col-md-4 {
        width: 100%;
    }

    .col-md-6 {
        width: 100%;
    }

    figure.offshore-developer-benefit-image img {float: none !important;}

    figure.offshore-developer-benefit-image {
        display: flex;
        justify-content: center;
    }

    .ourservices-section .col-md-4 {
        width: 50%;
    }
    
    .about-video {
        margin-top: 20px;
    }

    figure.inner-block-logo {
        margin: 0 0 10px 0 !important;
    }

    .getintouch-section .getintouch-dtls {
        flex-direction: column;
        gap: 30px;
    }

    footer .col-md-8 .col-md-4 {
        width: 33%;
    }

    .footer-body ulfooter-list:before {
        bottom: 0;
        width: 100%;
        height: 2px;
    }

    .footer-btm {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media only screen and (max-width: 768px) {

     h2.title:before {
        left: 33%;
    }

    .banner .carousel-detail h1 {
        font-size: 38px;
        line-height: 40px;
    }

    .about-wrap {
        width: 100%;
        flex-direction: column;
    }

    .about-wrapper {
        display: flex;
    }

    figure.inner-block-logo {
        padding: 20px;
        margin-right: 10px !important;
    }

    .ourservices-section .col-md-4 {
    width: 100%;
}
    footer .col-md-8 .col-md-4 {
        width: 50%;
        margin-bottom: 20px;
    }
    footer-btm {
        flex-direction: column;
    }
    footer-btm p {
        margin-bottom: 10px;
    }

    .process-section .row {
     padding-left: 30px;
    }

    .container, .container-fluid, .container-lg, .container-md, 
    .container-sm, .container-xl, .container-xxl {
        width: 98%;
    }
}

@media only screen and (max-width: 576px) {
    .banner-detail {
        bottom: 8%;
        left: 0;
        padding: 0 10px;
    }

    h1 {
        font-size: 30px;
        line-height: 1.1;
        margin-bottom: 8px !important;
    }
    ul li {
    padding-bottom: 0px !important;
}
div.faq-section #accordionExample {
    width: 100% !important;
}
}

@media only screen and (max-width: 424px) {
  .banner-detail {
      bottom: 18%;
      left: 0;
  }

  h1 {
    margin-bottom: 14px;
    line-height: 1;
    font-size: 24px;
}

.banner-detail p {
  font-size: 14px;
}

.design-developemnt-section {
    padding: 80px 0;
    margin-top: 140%;
}

h2.title {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.1;
}

.heading-title p {
    font-size: 12px;
    margin-bottom: 5px;
}

.heading-title {
    margin-bottom: 18px;
}
}

@media only screen and (max-width: 324px) {
  .banner-detail {
      bottom: 5%;
  }

  .banner-detail h1 {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 20px;
}

.banner-detail p {
  font-size: 14px;
}
}

@media only screen and (max-width: 479px) {

    header figure.logo, header .header-logo {
        width: 90px;
    }

    header .header-btn {
        gap: 0;
    }

    .banner .carousel-detail h1 {
        font-size: 28px;
        line-height: 34px;
    }
    h2.title {
        font-size: 24px;
    }

    h2.title:before {
        left: 32%;
    }

    .chooseus-item h5 {
    font-size: 26px;
}

.chooseus-content {
    opacity: 0;
}
.dropbtn {
    padding: 9px 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
}

}


@media only screen and (max-width: 379px) {
 
    h2.title:before {
        left: 25%;
    }
    
    .dropdown img {
    width: 32px;
}

    header figure.logo, header .header-logo {
        width: 65px;
    }
      .about-wrapper {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 0px 30px;
    }

    .about-wrap {
        margin-bottom: 10px !important;
    }
}

@media only screen and (max-width: 224px) {
    header figure.logo, header .header-logo {
        width: 60px;
    }
}