*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Poppins';
}
*:focus {
    outline: none;
}
html {
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: linear-gradient(180deg, rgba(249,165,56,1) 0%, rgba(241,89,41,1) 50%);
}
h1, h2, h3, h4, h5, h6 {
    background: -webkit-linear-gradient(160deg, #000000, #000000, #525252) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.z-index-9 {
    z-index: 9;
}
.z-index-99 {
    z-index: 99;
}
.banner-h {
    font-size: 65px;
    color: #2d2d2e;
    font-weight: 700;
    line-height: 70px;
}
.my-btn {
    background: rgb(249,165,56);
    background: linear-gradient(90deg, rgba(249,165,56,1) 15%, rgba(241,89,41,1) 85%);
    border-radius: 10px 10px 50px 10px;
    padding: 15px 30px;
    color: #fff;
    text-transform: uppercase;
    transition: all 1s ease !important;
}
.my-btn:hover {
    background-color: rgb(249,165,56);
    transition: 0.3s !important;
    background: linear-gradient(90deg, rgba(241,89,41,1) 100%, rgba(249,165,56,1) 30% );
    transition: all 1s ease !important;
}
.fourth-sec .my-btn {
    position: absolute !important;
    bottom: -6% !important;
}
.footer {
    padding-top: 220px;
    background: rgb(76,76,78);
    background: linear-gradient(150deg, rgba(76,76,78,1) 0%, rgba(4,4,5,1) 60%);
}
.footer h3 {
    color: white;
    font-size: 20px;
}
.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer ul li a {
    color: #a9a9aa;
    font-size: 14px;
}
.footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/assets/img/footer-curve.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    top: -1%;
}
.footer-row-1 {
    padding-bottom: 60px;
}
.footer-row-2 {
    border-top: 2px solid #201f21;
}
.fot-p {
    color: #fff;
    font-size: 15px;
}
.footer-in-i i {
    background-color: #1e1e1e;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100px;
    padding: 10px;
    margin-right: 7px;
    color: #fff;
    font-size: 17px;
}
.footer-in-i {
    color: #fff;
    font-size: 14px;
}
.fot-con-i i {
    background: -moz-linear-gradient(90deg, rgba(249, 165, 56, 1) 0%, rgba(241, 89, 41, 1) 50%);
    background: -webkit-linear-gradient(90deg, rgba(249, 165, 56, 1) 0%, rgba(241, 89, 41, 1) 50%);
    background: linear-gradient(90deg, rgba(249, 165, 56, 1) 0%, rgba(241, 89, 41, 1) 50%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 10px;
    font-size: 19px;
}
.fot-ph {
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}
.second-sec {
    background-color: #fef7ef;
    margin-top: -22%;
    padding-top: 22%;
}
.second-sec::before {
    content: '';
    background-image: url(/assets/img/banner-curve.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    top: 0%;
    bottom: 0%;
}
.first-sec .container {
    position: relative;
    z-index: 9;
}
.service-side-img {
    position: absolute;
    width: 40%;
    top: 0%;
    bottom: 0%;
    z-index: 9;
}
.service-box h3 {
    font-size: 20px;
    color: #2d2d2e;
    font-weight: 700;
}
.service-box p {
    color: #414141;
    font-size: 16px;
}
.my-sub-txt {
    color: #969696;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.my-sub-h {
    font-size: 45px;
    color: #2d2d2e;
    font-weight: 700;
    line-height: 56px;
}
.logo-box {
    background-color: #f4f4f4;
    border-radius: 10px 10px 50px 10px;
    text-align: center;
    padding: 20px 5px;
    border: 1px solid transparent;
    margin: 25px 30px;
}
.slick-slide .logo-box img {
    display: block;
    width: 75%;
    margin: auto;
}
.logo-box-2 {
    border-radius: 10px 10px 50px 10px;
    text-align: center;
    padding: 20px 5px;
}
.ser-img:hover {
    border: 1px solid #62d84e;
    -webkit-box-shadow: 0px 40px 15px -26px rgb(98 216 78 / 23%);
    -moz-box-shadow: 0px 40px 15px -26px rgb(98 216 78 / 23%);
    box-shadow: 0px 40px 15px -26px rgb(98 216 78 / 23%);
    transition: 0.5s;
}
.hp-img:hover {
    border: 1px solid #4987ce;
    -webkit-box-shadow: 0px 40px 15px -26px rgb(73 135 206 / 23%);
    -moz-box-shadow: 0px 40px 15px -26px rgb(73 135 206 / 23%);
    box-shadow: 0px 40px 15px -26px rgb(73 135 206 / 23%);
    transition: 0.5s;
}
.broadcom-img:hover {
    border: 1px solid #cd092f;
    -webkit-box-shadow: 0px 40px 15px -26px rgb(205 9 47 / 23%);
    -moz-box-shadow: 0px 40px 15px -26px rgb(205 9 47 / 23%);
    box-shadow: 0px 40px 15px -26px rgb(205 9 47 / 23%);
    transition: 0.5s;
}
.invanti-img:hover {
    border: 1px solid #ff1515;
    -webkit-box-shadow: 0px 40px 15px -26px rgb(255 21 21 / 23%);
    -moz-box-shadow: 0px 40px 15px -26px rgb(255 21 21 / 23%);
    box-shadow: 0px 40px 15px -26px rgb(255 21 21 / 23%);
    transition: 0.5s;
}
.fourth-sec {
    background: linear-gradient(-30deg, #c11f2d 0%, #ed3d35 100%);
    padding: 80px 0px;
    margin: 100px 0px 50px 0px;
}
.f-sub-txt, .fourth-sec .f-sub-h {
    color: #fff;
}
.f-sub-p {
    font-size: 16px;
    color: #ffffff;
}
.about-img {
    position: absolute;
    width: 490px;
    bottom: 0%;
    z-index: 9;
    right: 0%;
    top: -4%;
}
.fifth-sec .row {
    width: 800px;
    margin: auto;
}
.fifth-sec p {
    font-size: 18px;
    line-height: 25px;
    color: #2d2d2e;
    font-weight: 600;
}
.fifth-sec .col-md-3 {
    padding: 20px !important;
    border-radius: 15px !important;
    border: 1px solid transparent;
}
.fifth-sec .col-md-3:hover {
    -webkit-box-shadow: 0px 40px 15px -26px rgba(197,197,197,0.75);
    -moz-box-shadow: 0px 40px 15px -26px rgba(197,197,197,0.75);
    box-shadow: 0px 40px 15px -26px rgba(197,197,197,0.75);
    border: 1px solid #e4e4e4;
    transition: 0.5s;
}
.sixth-sec .row {
    width: 900px;
    margin: auto;
}
.sixth-sec .counter h2 {
    font-size: 80px;
    font-weight: 700;
    background-color: red !important;
    background-image: linear-gradient(180deg, rgba(249, 165, 56, 1) 0%, rgba(241, 89, 41, 1) 100%) !important;
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.counter h3 {
    font-size: 25px;
    color: #2d2d2e;
    font-weight: 700;
}
.counter p {
    font-size: 16px;
    color: #424242;
}
.testo-sec {
    background: linear-gradient(0deg, #c11f2d 0%, #ed3d35 100%);
    background-size: 50%;
    background-repeat: no-repeat;
}
.testo-sec .col-md-10 {
    background: linear-gradient(-30deg, #030305 0%, #4b4b4d 100%);
    border-radius: 250px 0px 0px 0px;
    padding-left: 10% !important;
    padding-top: 80px !important;
    padding-bottom: 50px !important;
}
.testo-sec .single-item p {
    font-size: 18px;
    color: #eaebeb;
}
.stars span {
    background: -moz-linear-gradient(90deg, rgba(249, 165, 56, 1) 30%, rgba(241, 89, 41, 1) 70%);
    background: -webkit-linear-gradient(90deg, rgba(249, 165, 56, 1) 30%, rgba(241, 89, 41, 1) 70%);
    background: linear-gradient(90deg, rgba(249, 165, 56, 1) 30%, rgba(241, 89, 41, 1) 70%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
}
.testo-sec .single-item h5 {
    font-size: 18px;
    color: #fff;
}
.testo-sec .slick-dots {
    text-align: left;
}
.testo-sec .slick-dots li button::before {
    font-size: 17px;
    opacity: 1;
    color: #fff;
}
.testo-sec .slick-dots li.slick-active button::before {
    background: -moz-linear-gradient(90deg, rgba(249, 165, 56, 1) 0%, rgba(241, 89, 41, 1) 50%);
    background: -webkit-linear-gradient(90deg, rgba(249, 165, 56, 1) 0%, rgba(241, 89, 41, 1) 50%);
    background: linear-gradient(90deg, rgba(249, 165, 56, 1) 0%, rgba(241, 89, 41, 1) 50%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.testo-side-img {
    position: absolute;
    bottom: -50%;
    z-index: 9;
    width: 140%;
}
.first-sec::before {
    content: '';
    background-image: url(/assets/img/red-shape.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 40%;
    top: 0%;
    bottom: 0%;
    right: -15%;
    z-index: 9;
}
.first-sec::after {
    content: '';
    background-image: url(/assets/img/yellow-shape.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 40%;
    top: 0%;
    bottom: 0%;
    right: -30%;
    z-index: 9;
}
.first-sec {
    overflow: hidden;
}
.testo-sec::before {
    content: '';
    background-image: url(/assets/img/testo-shape.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 35%;
    top: 0%;
    bottom: 0%;
    right: 0%;
}
.my-nav .navbar-brand {
    width: 30%;
}
.my-nav ul.navbar-nav li.nav-item i {
    color: #c5222e;
}
.my-nav ul.navbar-nav li.nav-item a {
    font-size: 15px;
    color: #2d2d2e;
    font-weight: 500;
    padding: 15px 12px;
    border-top: 4px solid transparent;
}
.my-nav ul.navbar-nav li.nav-item a:hover {
    color: #F15929;
}
.my-nav ul.navbar-nav li.nav-item .nav-link.active {
    color: #F15929;
    border-image: linear-gradient(to right, #faa439, #f1592a) 1;
    border-top-width: 4px;
    border-style: solid;
}
.my-nav ul.navbar-nav li.nav-item a.f-con-btn-1 {
    background: rgb(249, 165, 56);
    background: linear-gradient(90deg, rgba(249, 165, 56, 1) 15%, rgba(241, 89, 41, 1) 85%);
    border-radius: 10px 10px 50px 10px;
    color: #fff;
    text-transform: uppercase;
    transition: all 1s ease !important;
    padding: 15px 30px !important;
}
.my-nav ul.navbar-nav li.nav-item a.f-con-btn-1:hover {
    background-color: rgb(249, 165, 56) !important;
    background: linear-gradient(90deg, rgba(241, 89, 41, 1) 100%, rgba(249, 165, 56, 1) 30%) !important;
    color: white;
}
.my-nav a.nav-link.f-con-btn-1.active {
    color: white !important;
    border-image: none !important;
}
.navbar.sticky-top {
    box-shadow: 1px 1px 20px #b9b9b9 !important;
}
.partners-sec .slick-dots li.slick-active button::before {
    background: -moz-linear-gradient(90deg, rgba(249, 165, 56, 1) 0%, rgba(241, 89, 41, 1) 50%);
    background: -webkit-linear-gradient(90deg, rgba(249, 165, 56, 1) 0%, rgba(241, 89, 41, 1) 50%);
    background: linear-gradient(90deg, rgba(249, 165, 56, 1) 0%, rgba(241, 89, 41, 1) 50%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.partners-sec .slick-dots li button:before {
    font-size: 17px;
}
.partners-sec ul.slick-dots {
    bottom: -50px;
}
img.menu-logo {
    width: 80%;
}
a#about-id {
    padding-right: 0px;
}
.second-sec a.my-btn {
    padding: 15px 40px;
}
.form-button a.my-btn {
    padding: 15px 40px;
}
.form-t {
    text-align: right;
}
.white-col {
    background: -webkit-linear-gradient(160deg, #ffffff, #ffffff, #ffffff) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.customer .logo-box {
    background-color: #fff;
}
.customer .ser-img:hover {
    border: 1px solid #62d84e00;
    box-shadow: none !important;
}
/* .customer ul.slick-dots {
    display: none !important;
}
*/
.customer .logo-box {
    margin: 10px 10px !important;
}
.partners-sec ul.slick-dots {
    display: none;
}
.ser-icon {
    padding: 0px 5px 0px 20px;
}
.cta-col {
    max-width: 600px;
    margin: auto;
}
.cta-btn {
    z-index: 2;
    position: relative;
    margin-top: 50px;
}
.cta-col p {
    margin-bottom: 20px;
}
section.sixth-sec.py-1.py-md-5.py-sm-5 {
    margin-bottom: -100px;
}

/* About Page */
.container.about-2nd-sec {
    margin-bottom: -100px;
}

.pd-p {
    padding-right: 20%;
    padding-left: 20%;
}
ul.values-ul {
    list-style: none;
    padding: 0px;
}
ul.values-ul li i {
    padding-right: 7px;
    color: #F15929;
}
.about-txt-sec {
    margin-top: -50px;
}
.about-txt-sec .row {
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 10px;
}
.about-gb {
    background-image: url(/assets/img/about-banner-2.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center 29%;
    padding: 30px;
    color: #fff !important;
}
.about-gb h1 {
    color: #fff !important;
}
.form-sec .title-row {
    margin-bottom: 0px !important;
}
.icon-img {
    margin-right: 10px;
}
h1.main-title {
    font-size: 60px;
    font-weight: 700;
}
.sub-title {
    font-size: 40px;
    font-weight: 700;
}
.about-2nd-sec-h {
    font-size: 30px;
    font-weight: 600;
}
.banner-sec {
    position: relative;
}
.banner-about-img::before {
    content: '';
    background-image: url(/assets/img/banner-about-img.png);
    width: 100%;
    height: 100%;
    background-size: 850px;
    position: absolute;
    background-repeat: no-repeat;
    top: -100px;
    padding: 320px 50px;
}
.banner-text {
    padding: 70px 10px;
}
body{
    overflow-x: hidden;
}
.title-row {
    text-align: center;
}
.team-h {
    margin-bottom: 3rem;
}
.about-2nd-sec {
    margin-top: 70px;
    padding-bottom: 3rem;
}
.about-2nd-sec .row {
    position: relative;
}
.img-cont {
    display: flex;
    margin: 15px 0px;
}
.about-2nd-sec-img img {
    width: 100%;
    margin-top: -70px;
}
.meet-the-team {
    background-color: #fef7ef;
}
.meet-the-team.py-5 img {
    width: 100%;
}
.team-icons span {
    background: #e9e2db;
    padding: 10px 15px;
    margin: 5px;
    font-size: 16px;
    color: #2d2d2e;
}
.team-icons span:hover {
    background-color: #2d2d2e;
    color: #e9e2db;
}
.team-content {
    margin-top: -30px;
    padding: 0px 15px;
}
.team-icons {
    margin-left: -5px;
    position: relative;
    margin-top: 25px;
}
.form {
    text-align: left;
    width: 60%;
    margin: auto;
    margin-top: 20px;
}
.form input {
    width: 100%;
    border: none;
    background: #f3f3f3;
    border-radius: 5px;
    padding: 20px;
    color: #2d2d2e;
    font-size: 14px;
    margin-bottom: 20px;
}
.form textarea {
    width: 100%;
    border: none;
    background: #f3f3f3;
    border-radius: 5px;
    padding: 20px;
    color: #2d2d2e;
    font-size: 14px;
}
.form-h-t {
    font-weight: bolder;
    margin-bottom: 10px;
}
.form label {
    font-weight: bold;
}
.form .my-btn {
    background: rgb(249, 165, 56);
    background: linear-gradient(90deg, rgba(249, 165, 56, 1) 0%, rgba(241, 89, 41, 1) 50%);
    border-radius: 10px 10px 50px 10px;
    padding: 15px 30px;
    color: #fff;
    width: auto;
    margin: auto;
    position: relative;
    z-index: 2;
}
.form .my-btn:hover {
    background-color: rgb(249,165,56);
   /* background: linear-gradient(160deg, rgba(249,165,56,1) 15%, rgba(241,89,41,1) 85%);
    */
    transition: 0.3s !important;
    background: linear-gradient(90deg, rgba(241,89,41,1) 100%, rgba(249,165,56,1) 30% );
    transition: all 1s ease !important;
}
.form-button {
    text-align: center;
}
.form-button i {
    margin-left: 10px;
}
/* Contact Us start */
.link-img-col-pad {
    padding-top: 30px;
}
.con-form-row .col-md-12 {
    background-color: white;
    width: 700px;
    margin: auto;
    border-radius: 30px;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(235,235,235,1);
    -moz-box-shadow: 0px 0px 40px 0px rgba(235,235,235,1);
    box-shadow: 0px 0px 40px 0px rgba(235,235,235,1);
    margin-top: -150px;
}
.con-form-row input {
    width: 100%;
    border: none;
    background: #f3f3f3;
    border-radius: 5px;
    padding: 15px;
    color: #2d2d2e;
    font-size: 14px;
    margin-bottom: 20px;
}
.con-form-row label {
    font-weight: bold;
    margin-bottom: 5px;
}
.con-form-row textarea {
    width: 100%;
    border: none;
    background: #f3f3f3;
    border-radius: 5px;
    padding: 20px;
    color: #2d2d2e;
    font-size: 14px;
}
.con-01::before {
    content: '';
    background-image: url(/assets/img/red-shape.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 60%;
    top: -2%;
    bottom: 0%;
    right: 0%;
    z-index: -9;
}
.con-01 img {
    border-radius: 10px;
}
.con-info-box h3 {
    font-size: 25px;
    color: #333333;
    font-weight: 700;
}
.con-info-box a {
    font-size: 18px;
    color: #2d2d2e;
}
.con-info-sec .container {
    width: 900px;
    margin: auto;
}
/* Contact Us start */
/* Service page start */
.service-content-col-2 {
    padding-top: 8rem;
}
.service-main-title {
    margin-top: 3rem;
}
.service-content-sec {
    margin-top: 0rem;
}
.service-content-col {
    padding-top: 6rem;
}
.ser-content-button {
    position: relative;
    margin-top: 30px;
}
.ser-content h3 {
    font-weight: 700;
    font-size: 35px;
}
.ser-sec-img img {
    margin-bottom: -70px;
    width: 85%;
}
.ser-sec-img {
    text-align: center;
}
/* Service page end */
.tab-sec {
    margin: 50px;
}
.tab-sec-portfolio {
    margin: 100px 0px 70px 0px !important;
}
.tab-sec-portfolio .nav .nav-item button {
    background-color: transparent;
    color: #2d2d2e !important;
    font-size: 20px;
    text-align: left;
}
.tab-sec-portfolio .nav .nav-item button.active {
    background: #FAA639;
    background: linear-gradient(to right, #FAA639 0%, #F1592A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tab-sec-portfolio .nav .nav-item button.active::after {
    content: "";
    height: 80%;
    position: absolute;
    left: -1px;
    top: 10%;
    border-radius: 0px;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to bottom, #faa439, #f1592a) 1;
}
.tab-sec-portfolio .nav .nav-item {
    border-bottom: 2px solid #eaeaea !important;
    margin-right: 30px !important;
    padding: 15px 0px !important;
}
.tab-sec-portfolio .tab-pane {
    background-color: #eaeaeb;
    border-radius: 15px;
    position: relative;
}
.tab-inner-img {
    border-radius: 15px 15px 0px 0px;
}
.tab-inner-div h3 {
    font-size: 22px;
    font-weight: 700;
    padding-right: 50px;
}
.tab-sec-portfolio .tab-pane::before {
    content: '';
    background-image: url(/assets/img/yellow-shape.png);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 40%;
    top: -5%;
    bottom: 0% !important;
    rotate: 60deg;
    left: -50% !important;
    z-index: -9 !important;
}
.testo-sec h2.my-sub-h {
    font-size: 40px !important;
}
.cta-row {
    background: rgb(249, 165, 56);
    background: linear-gradient(90deg, rgba(249, 165, 56, 1) 15%, rgba(241, 89, 41, 1) 85%);
    border-radius: 25px;
    width: 950px;
    margin: auto;
}
.my-btn-w {
    border-radius: 10px 10px 50px 10px;
    padding: 15px 30px;
    text-transform: uppercase;
    background-color: white;
    color: #424242;
    transition: background-color 0.3s, color 0.3s;
}
.my-btn-w:hover {
    background-color: #F9A538;
    color: white;
}
.cta-row .col-md-6 img {
    position: absolute;
    width: 70%;
    top: -50%;
}
.my-cta-p {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}
.my-cta-h {
    background: -webkit-linear-gradient(160deg, #fff, #fff, #fff) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 700;
    font-size: 28px;
}
.my-cta-sec {
    margin-bottom: -10% !important;
    margin-top: 100px !important;
}
.contact-gb {
    background-image: url(/assets/img/contact-us-banner.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center 29%;
    padding: 30px;
    color: #fff !important;
    background-repeat: no-repeat !important;
}
.port-pro-gb {
    background-image: url(/assets/img/portfolio-projetc-banner.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center 29%;
    padding: 30px;
    color: #fff !important;
    background-repeat: no-repeat !important;
}
.partner-gb {
    background-image: url(/assets/img/partners-banner.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center 29%;
    padding: 30px;
    color: #fff !important;
    background-repeat: no-repeat !important;
}
.my-nav ul.navbar-nav li.nav-item a.f-con-btn-1 {
    margin-left: 10px;
}
.my-dropdown:hover>.dropdown-menu {
    display: block;
}
.my-dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
.my-dropdown ul.dropdown-menu {
    top: 100% !important;
}
/* Software Factory Page CSS */
.our-talent-sec {
    margin-bottom: 70px;
}
.team-content p {
    text-align: justify;
}
.sf-row-sub-title {
    text-align: center !important;
}
.row.team-row.sf-row-2 p {
    text-align: justify;
}
.row.team-row.sf-row-2 h5 {
    text-align: center;
}

.row.team-row.sf-row-2 div {
    text-align: center;
}

.sf-row .team-content {
    margin-top: 0px !important;
    padding: inherit !important;
}
.sf-row-2 .team-content {
    margin-top: 0px !important;
}
.sf-row svg {
    padding: 0px 10px 15px 10px !important;
    width: 25% !important;
}
.sf-row-2 svg {
    padding: 0px 10px 15px 10px !important;
    width: 18% !important;
}
.sf-for-p {
    padding-right: 30% !important;
    padding-left: 30% !important;
}
.my-sf-h {
    padding: 0% 12% !important;
}
.sf-bg {
    background-image: url(/assets/img/software-factory-banner.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center 15%;
    padding: 30px;
    color: #fff !important;
}
.sis-bg {
    background-image: url(/assets/img/sis-banner.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center 15%;
    padding: 30px;
    color: #fff !important;
}
/* SIS Page */
.sis-row .team-content {
    margin-top: 0px !important;
}
.sis-row svg {
    padding: 0px 10px 15px 10px !important;
    width: 30% !important;
}
.sis-row .team-name {
    height: 50px !important;
}
.my-dropdown .dropdown-item:active {
    background-color: transparent !important;
}
#lang-main {
    background-color: transparent !important;
    padding: 1px 0px 1px 15px !important;
    border-top: 4px solid transparent;
    margin-left: 15px !important;
}
.lang-center {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
#language-selector {
    background-color: transparent;
    border: none;
    font-family: 'Poppins' !important;
    font-size: 16px !important;
    color: #2d2d2e;
    text-transform: uppercase !important;
}
#language-selector option {
    color: #000;
}
.sf-heading {
    font-size: 56px !important;
}
.api-heading {
    padding: 0% 20% !important;
}
.row.team-row.sis-row {
    text-align: center;
}
.sis-row .team-content {
    margin-top: 0px !important;
}
.row.team-row.sis-row p {
    text-align: justify;
}
  /* flag-start */
  :root {
    /* --default variation only 👇 */
    --select-icon-size: 16px;
    --select-icon-margin: 1rem; /* icon right/left position */
    --select-text-icon-gap: 0.5rem; /* gap between text and icon */
  }
  
  .select {
    position: relative;
  }
  .select__input:focus  {
    outline: none;
    box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1), 0 0 0 1px hsla(230, 13%, 9%, 0.02), 0 0.3px 0.4px hsla(230, 13%, 9%, 0.025), 0 1px 3px -1px hsla(230, 13%, 9%, 0.2), 0 3.5px 6px hsla(230, 13%, 9%, 0.12), 0 0 0 2px hsl(0, 0%, 100%), 0 0 0 4px hsl(230, 7%, 23%);
  }
  
  .select__arrow,
  .select__flag {
    display: inline-block;
    width: var(--select-icon-size);
    height: var(--select-icon-size);
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .select__flag {
     padding: 30px;
    left: var(--select-icon-margin);
    background-position: center;
    background-repeat: no-repeat;
    background-size: var(--select-icon-size);
    background-image: url("");
  }
  
  .select:has(option[value="en"]:checked) .select__flag {
    background-image: url(../img/us.png);
    background-size: 25px;
    margin-left: -35px;
}
  .select:has(option[value="sp"]:checked) .select__flag {
    background-image: url("../img/spain.png");
    background-size: 30px;
    margin-left: -37px;
  }
  .select:has(option[value="ES"]:checked) .select__flag {
    background-image: url("../img/location-img.png");
  }
  .select:has(option[value="PT"]:checked) .select__flag {
    background-image: url("../img/linkedin.png");
  }
 
  select#language-selector {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

  /* flag-end */
/* Media Query */
@media only screen and (max-width:1920px) and (min-width:1600px) {
    .service-content-col {
        padding-top: 8rem;
   }
    .service-content-col-2 {
        padding-top: 10rem;
   }
    .con-01::before {
        background-size: 50%;
   }
    .first-sec::before {
        background-size: 35%;
   }
    .about-img {
        width: 30%;
   }
    .testo-sec::before {
        background-size: 27%;
   }
}
@media only screen and (max-width:1920px) and (min-width:1800px) {
    .about-img {
        width: 25%;
   }
}
@media only screen and (max-width:1799px) and (min-width:1600px) {
    .about-img {
        width: 30%;
   }
}
@media only screen and (max-width:1599px) and (min-width:1400px) {
    .ser-sec-img img {
        margin-bottom: -70px;
        width: 90%;
   }
    .about-img {
        width: 33%;
        top: -6%;
   }
}
@media only screen and (max-width:1399px) and (min-width:1200px) {
    .my-nav ul.navbar-nav li.nav-item a {
        font-size: 14px;
    }
}
@media only screen and (max-width:1299px) and (min-width:1200px) {
    .about-img {
        width: 490px;
   }
    .my-btn {
        padding: 10px 25px;
   }
    .banner-h {
        font-size: 55px;
        line-height: 60px;
   }
}
@media only screen and (max-width:1199px) and (min-width:992px) {
    .select__flag {
        padding: 20px 25px;
    }
    .testo-sec h2.my-sub-h {
        font-size: 36px !important;
   }
    .ser-icon {
        padding: 0px 5px;
   }
    .ser-sec-img img {
        margin-bottom: -40px;
   }
    .my-btn {
        padding: 10px 30px;
   }
    .service-content-col {
        padding-top: 3rem;
   }
    .service-content-col-2 {
        padding-top: 5rem;
   }
    .ser-content p {
        font-size: 15px;
        line-height: 20px;
   }
    .ser-content h3 {
        font-size: 30px;
   }
    .my-nav ul.navbar-nav li.nav-item a {
        font-size: 11px;
   }
   #language-selector {
    font-size: 11px !important;
   }
    .banner-h {
        font-size: 47px;
        line-height: 60px;
   }
    .about-img {
        width: 485px;
        top: -1%;
   }
    .my-sub-h {
        font-size: 38px;
        line-height: 50px;
   }
    .about-2nd-sec-img img {
        margin-top: -30px;
   }
    .team-name {
        font-size: 18px;
   }
    .team-content p {
        font-size: 14px;
   }
    .team-icons span {
        font-size: 15px;
        margin: 3px;
        padding: 6px 12px;
   }
    h1.main-title {
        font-size: 50px;
   }
    .sub-title {
        font-size: 30px;
   }
    .p-text {
        font-size: 14px;
   }
    .about-2nd-sec-h {
        font-size: 25px;
   }
}
@media only screen and (max-width:991px) {
    .lang-center {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: start !important;
        margin-left: 8px !important;
    }
    .our-talent-sec {
        margin-bottom: 0px !important;
    }
    .api-heading {
        padding: 0% 5% !important;
    }
    #lang-main {
        padding: 8px !important;
    }
    #lang-main {
        padding: 8px !important;
        margin-left: 0px !important;
    }
    .sis-row .team-name {
        height: 40px !important;
    }
    .my-nav ul.navbar-nav li.nav-item a.f-con-btn-1 {
        margin-left: 0px;
   }
    #broadcom {
        margin-top: 50px !important;
   }
    .my-nav ul.navbar-nav li.nav-item .nav-link.f-con-btn-1.active {
        color: #F15929 !important;
   }
    .my-nav ul.navbar-nav li.nav-item a.f-con-btn-1:hover {
        background-color: transparent !important;
        background: transparent !important;
        color: #2d2d2e !important;
   }
    .my-nav ul.navbar-nav li.nav-item a.f-con-btn-1 {
        padding: 8px !important;
   }
    .footer {
        padding-top: 180px;
   }
    .cta-row .col-md-6 img {
        position: relative;
        width: 85%;
        top: 0% !important;
   }
    .my-cta-h {
        font-size: 25px;
   }
    .cta-row {
        width: auto;
   }
    .my-nav ul.navbar-nav li.nav-item a.f-con-btn-1 {
        background: transparent;
        color: #2d2d2e !important;
        text-transform: capitalize;
   }
    .my-nav ul.navbar-nav li.nav-item a {
        padding: 8px;
   }
    .ser-icon {
        padding: 0px 20px 0px 20px;
   }
    .my-nav .nav-link.active {
        border: none !important;
   }
    .ser-content-mb {
        margin-bottom: 10px !important;
   }
    .btn-mb {
        margin-bottom: 40px;
   }
    .ser-ser-991 {
        display: flex;
        flex-direction: column-reverse;
   }
    .row.ser-ser-4 {
        margin-top: 0px;
   }
    .my-btn {
        padding: 10px 30px;
        font-size: 14px;
   }
    .service-main-title {
        margin-top: 0rem;
        padding-bottom: 1rem !important;
   }
    .partners-sec ul.slick-dots {
        bottom: -25px;
   }
    .service-content-col {
        padding-top: 0rem;
   }
    .service-content-col-2 {
        padding-top: 1rem;
   }
    .ser-sec-img img {
        margin-bottom: 0px;
        width: 100% !important;
   }
    .ser-content p {
        font-size: 14px;
        line-height: 18px;
   }
    .ser-content h3 {
        font-size: 25px;
   }
    .form {
        width: 80%;
   }
    .partners-sec .slick-dots li button:before {
        font-size: 13px;
   }
    .con-info-sec .container {
        width: auto;
   }
    .con-form-row .col-md-12 {
        width: auto;
        margin-top: -80px;
   }
    .fifth-sec .row {
        width: auto;
        margin: auto;
   }
    .sixth-sec .row {
        width: auto;
        margin: auto;
   }
    .about-2nd-sec-h {
        font-size: 20px;
   }
    h1.main-title {
        font-size: 40px;
   }
    .sub-title {
        font-size: 25px;
   }
    .about-2nd-sec-img img {
        margin-top: 100px;
   }
    .p-text {
        font-size: 14px;
   }
    .about-2nd-sec {
        margin-top: 50px;
   }
    .team-name {
        font-size: 15px;
   }
    .team-content {
        margin-top: -20px;
        padding: 0px 10px;
   }
    .team-content p {
        font-size: 13px;
        line-height: 17px;
   }
    .team-icons span {
        padding: 6px 10px;
        margin: 0px;
        font-size: 13px;
   }
    .form-h-t {
        font-size: 14px;
        margin-bottom: 5px;
   }
}
@media only screen and (max-width:991px) and (min-width:768px) {
    .sixth-sec .counter h2 {
        font-size: 65px;
   }
    .counter h3 {
        font-size: 20px;
   }
    .testo-sec h2.my-sub-h {
        font-size: 26px !important;
   }
    .col-md-6.text-end img {
        margin-top: 30px;
   }
    .tab-inner-div h3 {
        font-size: 18px;
        padding-right: 20px;
   }
    .tab-sec-portfolio .nav .nav-item button {
        font-size: 18px;
   }
    .tab-sec-portfolio {
        margin: 30px 0px 70px 0px !important;
   }
    .link-img-col-pad {
        padding-top: 60px;
   }
    .banner-h {
        font-size: 35px;
        line-height: 45px;
   }
    .second-sec {
        padding-top: 22%;
   }
    .second-sec .col-md-6 {
        width: 100%;
   }
    .service-side-img {
        position: relative;
        width: 80%;
        top: 0%;
   }
    .my-sub-h {
        font-size: 28px;
        line-height: 38px;
   }
    .first-sec::before {
        background-size: 37%;
   }
    .fourth-sec .col-md-6 {
        width: 100%;
   }
    .about-img {
        display: none;
   }
    .fourth-sec {
        padding: 50px 0px 50px 0px;
        margin: 70px 0px 40px 0px;
   }
    .counter h2 {
        font-size: 60px;
   }
    .testo-sec::before {
        background-position: right bottom;
   }
    .testo-sec .single-item p {
        font-size: 16px;
   }
}
@media only screen and (max-width:767px) {
    .api-heading {
        padding-right: 0% !important;
    }
    .pd-p {
        padding-right: 0%;
        padding-left: 0%;
    }
    .my-sf-h {
        padding: 0% !important;
    }
    .sis-row .team-name {
        height: auto !important;
    }
    .sixth-sec .counter h2 {
        font-size: 60px;
   }
    .counter h3 {
        font-size: 20px;
   }
    .service-content-sec {
        margin-top: 40px !important;
   }
    .about-2nd-sec {
        margin-top: 60px !important;
   }
    .form-button a.my-btn {
        display: block;
        width: 100%;
   }
    .cta-col p {
        margin-bottom: 10px;
   }
    .cta-btn {
        margin-top: 20px;
   }
    .cta-col {
        max-width: 400px;
   }
    .form .my-btn {
        width: 100%;
   }
    .second-sec {
        margin-top: -22%;
        padding-top: 22%;
   }
    .ser-icon {
        padding: 0px 15px;
   }
    .form-sec .title-row {
        margin-bottom: 20px !important;
   }
    .partners-sec .slick-initialized .slick-slide {
        display: flex !important;
   }
    .tab-sec-portfolio .tab-pane::before {
        display: none !important;
   }
    .tab-sec-portfolio {
        margin: 50px 0px 50px 0px !important;
   }
    .tab-sec-portfolio .nav .nav-item button {
        font-size: 15px;
   }
    .tab-inner-div h3 {
        font-size: 15px;
        padding-right: 10px;
   }
    .banner-about-img-2 {
        position: relative;
   }
    .row.ser-ser-4 {
        margin-top: 0px;
   }
    .ser-content {
        margin-bottom: 50px;
   }
    .ser-sec-img img {
        margin-bottom: -30px;
   }
    .row.ser-ser-2, .row.ser-ser-4 {
        display: flex;
        flex-direction: column-reverse;
   }
    .link-img-col-pad {
        padding-top: 20px;
   }
    img.menu-logo {
        width: 100%;
   }
    .con-info-box a {
        font-size: 15px;
   }
    .con-info-box h3 {
        font-size: 20px;
   }
    .service-side-img {
        position: relative;
        width: 80%;
        top: 0%;
   }
    .about-img {
        display: none;
   }
    .testo-side-img {
        display: none;
   }
    .first-sec::before {
        background-position: right bottom;
        background-size: 60%;
   }
    .first-sec::after {
        background-position: right bottom;
        background-size: 60%;
   }
    .logo-box {
        margin: 25px 50px !important;
   }
    .fourth-sec {
        padding: 50px 0px 50px 0px;
        margin: 70px 0px 40px 0px;
   }
    .fifth-sec .col-md-3 {
        width: 50% !important;
   }
    .my-sub-h {
        font-size: 28px;
        line-height: 38px;
   }
    .banner-h {
        font-size: 35px;
        line-height: 45px;
        padding-top: 30px !important;
   }
    .counter h2 {
        font-size: 60px;
   }
    .sixth-sec img {
        margin-bottom: -50px !important;
   }
    .partners-sec .col-md-3 {
        width: 50% !important;
   }
    .testo-sec::before {
        background-position: right bottom;
        background-size: 30%;
        z-index: 9;
   }
    .footer {
        padding-top: 150px;
   }
    .testo-sec .col-md-10 {
        padding-left: 14% !important;
   }
    .banner-sec {
        flex-direction: column-reverse;
   }
    .col-md-6.banner-about-img {
        position: relative;
        height: 500px;
   }
    .banner-text {
        padding: 0px 10px;
   }
    .about-2nd-sec-img img {
        margin-top: 0px;
   }
    .about-2nd-sec {
        margin-top: 0px;
   }
   /* .banner-about-img-2::before {
        content: '';
        background-image: url(/assets/img/banner-about-img.png);
        width: 100%;
        height: 100%;
        background-size: 850px;
        position: absolute;
        background-repeat: no-repeat;
        top: -70px;
        padding: 320px 50px;
        left: 120px;
   }
    */
    .banner-about-img::before {
        display: none;
   }
    h1.main-title {
        font-size: 30px;
   }
    .sub-title {
        font-size: 23px;
   }
    .img-cont {
        margin: 10px 0px;
   }
    .about-2nd-sec-h {
        font-size: 18px;
   }
    .team-row .col-md-3 {
        width: 80%;
        display: block;
        margin: auto;
   }
    .form-h-t {
        font-size: 13px;
   }
    .team-content {
        margin-bottom: 30px;
   }
   .sf-for-p {
        padding-right: 0% !important;
        padding-left: 0% !important;
    }
}
@media only screen and (max-width:575px) {
    .about-txt-sec img {
        width: 15% !important;
   }
    .about-txt-sec .row {
        margin: 5px !important;
   }
    .sixth-sec .counter h2 {
        font-size: 50px;
   }
    .my-cta-h {
        font-size: 23px;
   }
    .my-cta-sec {
        margin-bottom: -14% !important;
        margin-top: 60px !important;
   }
    .ser-icon {
        padding: 0 1.5%;
   }
    .con-form-row .col-md-12 {
        margin-top: -40px;
   }
    .banner-about-img-2::before {
        left: 40px;
        top: -40px;
        background-size: 600px;
   }
    .col-md-6.banner-about-img {
        height: 380px;
   }
    .testo-sec::before {
        display: none;
   }
    .partners-sec .col-md-3 {
        width: 100% !important;
   }
    .fifth-sec .col-md-3 {
        width: 100% !important;
   }
    .testo-sec {
        background-size: 100%;
   }
    .testo-sec .col-md-10 {
        padding-left: 7% !important;
        padding-right: 7% !important;
        padding-top: 60px !important;
        border-radius: 30% 0px 0px 0px !important;
   }
    .footer {
        padding-top: 120px;
   }
    .first-sec img {
        margin-top: 30px !important;
   }
}
@media only screen and (max-width:375px) {
    .banner-about-img-2::before {
        left: 20px;
   }
}