/* Selection */
::selection {
    background: #004183;
    /* selection background */
    color: #ffffff;
    /* selected text color */
}

::-moz-selection {
    background: #004183;
    color: #ffffff;
}

/*=====================================
<-- 01. SDT Nav Menu Area Css -->
=======================================*/

.solutek_nav_manu {
    padding: 35px 39px 0;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #050a1e !important;
    z-index: 500;
    padding: 0 100px 0;
    transition: 0.5s !important;
    z-index: 500;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.sticky .logo {
    margin-top: 0;
}

.sticky.solutek_nav_manu:before {
    display: none;
}

/* SDT Menu Css*/

nav.solutek_menu {
    align-items: center !important;
    justify-content: center;
    display: flex;
}

.solutek_menu ul {
    list-style: none;
    display: inline-block;
    padding: 0;
}

.solutek_menu > ul > li {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.solutek_menu > ul > li > a {
    display: block;
    margin: 23px 21px 23px;
    -webkit-transition: 0.5s;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Fira Sans";
}

nav.solutek_menu ul li a i {
    display: inline-block;
    font-size: 12px;
    padding-left: 5px;
}

nav.solutek_menu span {
    font-size: 13px;
    padding-left: 6px;
    font-family: FontAwesome;
    opacity: 0.5;
}

.sticky .solutek_menu > ul > li > a:hover {
    color: #fff;
}

.logo {
    position: relative;
    top: -3px;
    z-index: 1;
}

.solutek_menu > ul > li > a:hover {
    color: #004183;
}

/*** Sub Menu Style ***/
.solutek_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 150%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    border-bottom: 3px solid #004183;
    border-top: 3px solid #004183;
}

.solutek_menu ul li:hover > .sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
    opacity: 1;
    z-index: 9999;
}

.solutek_menu ul .sub-menu li {
    position: relative;
}

.solutek_menu ul .sub-menu li a {
    display: -webkit-box;
    padding: 10px 5px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: 0.1s;
    visibility: inherit !important;
    color: #211e3b !important;
    text-decoration: none;
    transition: 0.5s;
}

.solutek_menu ul .sub-menu li:hover > a,
.solutek_menu ul .sub-menu .sub-menu li:hover > a,
.solutek_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.solutek_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
    background: #004183;
    color: #fff !important;
}

/* sub menu 2 */

.solutek_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.solutek_menu ul .sub-menu li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}

/* sub menu 3 */

.solutek_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.solutek_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.solutek_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}

/* sub menu 4 */

.solutek_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}

.solutek_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}

.solutek_menu li a:hover:before {
    width: 100%;
}

.solutek_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.solutek_nav_manu.sticky .main_sticky {
    display: inherit;
}

.sticky .solutek_menu li a {
    color: #fff;
}

.solutek_nav_manu.sticky a.dtbtn {
    color: #fff;
    background: #004183;
    border: 2px solid #004183;
}

.solutek_nav_manu.sticky a.dtbtn:hover {
    color: #43baff;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

.header-btn {
    text-align: right;
}

.header-btn a {
    display: inline-block;
    font-size: 15px;
    line-height: 48px;
    text-transform: uppercase;
    color: #004183;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

.header-btn a::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 0%;
    background: #004183;
    bottom: 15px;
    transition: 0.5s;
}

.header-btn a i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-left: 3px;
}

.header-btn a:hover::before {
    width: 84%;
}

/*=====================================
<-- 02.start SDT hero Area Css -->
=======================================*/

.hero-area {
    height: 890px;
    background: url("../images/hero-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: -78px 50px 0;
}

.hero-contant h5 {
    font-size: 16px;
    color: #004183;
    font-weight: 600;
    font-family: "Poppins";
    border-radius: 20px;
    background-color: #161a2b;
    border: 2px solid #40465d;
    display: inline-block;
    padding: 6px 28px;
    margin: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    line-height: 25px;
}

.hero-contant h5::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 7px;
    background: #004183;
    border-radius: 30px;
    left: -8%;
    top: 14px;
}

.hero-contant h1 {
    font-size: 55px;
    line-height: 70px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins";
    margin: 0;
}

.hero-contant p {
    opacity: 0.702;
    font-size: 19px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Fira Sans";
    width: 91%;
    margin: 0;
    padding: 13px 0 43px;
}

.hero-area .solutek-hover-btn {
    background-color: #ffff;
}

.solutek-btn a:hover {
    color: #ffffff;
}

.hero-video-icon {
    display: inline-block;
}

.hero-video-icon a i {
    display: inline-block;
    background: #004183;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    position: relative;
    top: 6px;
    margin-left: 39px;
    z-index: 1;
}

.hero-video-icon a i:after {
    position: absolute;
    content: "";
    height: 80px;
    width: 80px;
    left: -12px;
    border-radius: 50%;
    top: -13px;
    border: 2px solid #40465d;
    z-index: -1;
}

.hero-video-icon a span {
    display: inline-block;
    opacity: 0.702;
    font-size: 15px;
    line-height: 26px;
    text-decoration: underline;
    color: #ffffff;
    font-weight: 400;
    font-family: "Fira Sans";
    margin-left: 32px;
}

.hero-thumb {
    text-align: right;
    margin-top: 118px;
    position: relative;
    z-index: 1;
}

.hero-thumb::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url("../images/hero-shape.png");
    background-repeat: no-repeat;
    z-index: -1;
    right: -10%;
    top: -25%;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-position: center;
}

/*=====================================
<--  end SDT hero Area Css -->
=======================================*/

/*=====================================
<-- 03.start SDT feature Area Css -->
=======================================*/

.feature-area {
    padding: 0 0 88px;
    margin-top: -60px;
}

.feature-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

.feature-sinble-single-box {
    border-radius: 15px;
    background-color: #f4f4f4;
    border: 1px solid #e1e1e1;
    text-align: center;
    padding: 36px 0 32px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
    transition: 0.5s;
}

.feature-sinble-single-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url("../images/feature6.png");
    left: -17%;
    top: -3%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
}

.feature-sinble-single-box:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    transition: 0.5s;
    z-index: -1;
    background: url("../images/feature7.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    right: 0;
    bottom: 0;
    transform: perspective(500px) rotateX(-90deg);
    opacity: 0;
}

.feature-sinble-single-box:hover:after {
    transform: perspective(500px) rotateX(0deg);
    opacity: 1;
}

.feature-icon {
    width: 75px;
    height: 75px;
    border-radius: 38px;
    background-color: rgba(255, 255, 255, 0.4);
    border: 2px solid #ffffff;
    line-height: 70px;
    margin: auto;
    position: relative;
    z-index: 1;
}

.feature-icon img {
    transition: 0.5s;
    filter: brightness(1) invert(0);
}

.feature-icon::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #171a2b;
    left: 0;
    top: 0;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.5s;
}

h3.feature-title {
    font-size: 18px;
    color: #050a1e;
    font-weight: 600;
    font-family: "Poppins";
    margin: 0;
    padding: 6px 0 0px;
    transition: 0.5s;
    cursor: pointer;
}

p.feature-text {
    font-size: 16px;
    line-height: 26px;
    color: #7a7a7a;
    font-weight: 400;
    font-family: "Fira Sans";
    margin: 0;
    transition: 0.5s;
}

.feature-sinble-single-box:hover {
    border: 1px solid #004183;
}

.feature-sinble-single-box:hover .feature-icon::before {
    transform: scale(1);
}

.feature-sinble-single-box:hover .feature-icon img {
    filter: brightness(0) invert(1);
}

.feature-sinble-single-box:hover h3.feature-title {
    color: #fff;
}

.feature-sinble-single-box:hover p.feature-text {
    color: #fff;
}

/*=====================================
<--  end SDT feature Area Css -->
=======================================*/

/*==============================================
<-- 04.start SDT section-title Area Css -->
================================================*/

.section-title.text-center {
    margin-bottom: 45px;
}

.section-title.text-left {
    margin-bottom: 55px;
}

span.section-sub-title1 {
    font-size: 16px;
    color: #004183;
    font-weight: 600;
    font-family: "Poppins";
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #004183;
    display: inline-block;
    padding: 6px 29px;
    margin: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
    line-height: 25px;
}

span.section-sub-title1::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 7px;
    background: #004183;
    border-radius: 30px;
    left: -8%;
    top: 14px;
}

h1.section-main-title {
    font-size: 42px;
    line-height: 55px;
    color: #050a1e;
    font-weight: 700;
    font-family: "Poppins";
    margin: 0;
}

h1.section-main-title span {
    display: inline-block;
    color: #004183;
}

p.section-title-descr {
    width: 84%;
    margin: 0;
    padding: 19px 0 25px;
}

p.section-descr {
    margin: 0;
    position: relative;
    z-index: 1;
}

p.section-descr::before {
    position: absolute;
    content: "";
    height: 100px;
    width: 2px;
    background: #ffe2d9;
    left: -22%;
    top: -29px;
}

.about-area .section-title.text-left {
    margin-bottom: 0;
}

.pricing-area .section-title.text-left {
    margin-bottom: 47px;
}

.testimonial-area h1.section-main-title {
    color: #fff;
}

.testimonial-area h5.section-sub-title {
    background-color: #161a2b;
    border: 2px solid #40465d;
}

.contact-area h1.section-main-title {
    margin: 0;
    font-size: 28px;
    line-height: 38px;
    color: #050a1e;
    font-weight: 600;
    font-family: "Poppins";
}

.contact-area .section-title.text-left {
    margin-bottom: 34px;
}

.contact-area h5.section-sub-title {
    margin-bottom: 14px;
    background-color: #f4f4f4;
    border: 2px solid #ffffff;
}

/* section title home three */
h6.section-sub-title {
    display: inline-block;
    font-size: 17px;
    line-height: 28px;
    text-transform: uppercase;
    color: #004183;
    font-weight: 600;
    font-family: "Poppins";
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

h6.section-sub-title::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background-image: linear-gradient(270deg, #ffffff 0%, #004183 100%);
    left: -76px;
    top: 12px;
}

h6.section-sub-title::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background-image: linear-gradient(270deg, #004183 0%, #ffffff 100%);
    right: -74px;
    top: 12px;
}
span.section-sub-title {
    display: inline-block;
    font-size: 17px;
    line-height: 28px;
    text-transform: uppercase;
    color: #eb4e01;
    font-weight: 600;
    font-family: "Poppins";
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

span.section-sub-title::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background-image: linear-gradient(270deg, #ffffff 0%, #eb4e01 100%);
    left: -76px;
    top: 12px;
}

span.section-sub-title::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background-image: linear-gradient(270deg, #eb4e01 0%, #ffffff 100%);
    right: -74px;
    top: 12px;
}

h1.section-main-title2 {
    font-size: 45px;
    line-height: 55px;
    color: #050a1e;
    font-weight: 600;
    font-family: "Poppins";
}
h2.section-main-title2 {
    font-size: 36px;
    line-height: 55px;
    color: #004183;
    font-weight: 700;
}
.section-title p {
    font-size: 20px;
}
.about-section h6.section-sub-title {
    margin-left: 70px;
}

.about-section h6.section-sub-title::before {
    width: 60px;
    left: -69px;
}

.about-section h6.section-sub-title::after {
    display: none;
}

.about-section p.section-title-descr {
    width: 100%;
    margin: 0;
    padding: 12px 0 0px;
}

.about-section .section-title.text-left {
    margin-bottom: 36px;
}

.case-studies-area h6.section-sub-title::before {
    background-image: linear-gradient(270deg, #05091d 0%, #004183 100%);
}

.case-studies-area h6.section-sub-title::after {
    background-image: linear-gradient(270deg, #004183 0%, #05091d 100%);
}

.case-studies-area h1.section-main-title2 {
    color: #fff;
}

.testimonial-area.style-four h1.section-main-title {
    color: #050a1e;
}

.testimonial-area.style-four h6.section-sub-title {
    margin-left: 70px;
}

.testimonial-area.style-four h6.section-sub-title::before {
    width: 60px;
    left: -69px;
}

.testimonial-area.style-four h6.section-sub-title::after {
    display: none;
}

.testimonial-area.style-four .section-title.text-left {
    margin-bottom: 40px;
}

.faq-area.style-two h6.section-sub-title {
    margin-left: 70px;
}

.faq-area.style-two h6.section-sub-title::before {
    width: 60px;
    left: -69px;
}

.faq-area.style-two h6.section-sub-title::after {
    display: none;
}

/*=====================================
<--  end SDT section-title Area Css -->
=======================================*/

/*=====================================
<-- 05.start SDT contact Area Css -->
=======================================*/

.contact-area {
    background: url("../images/contact-bg2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 120px;
    position: relative;
}

.contact-area .form_box input {
    border: 1px solid rgba(122, 122, 122, 0.5);
    height: 60px;
    border-radius: 15px;
    padding: 0 23px 0;
    margin-bottom: 21px;
    width: 100%;
    transition: 0.5s;
    font-size: 16px;
    line-height: 26px;
    color: #7a7a7a;
    font-weight: 400;
    font-family: "Fira Sans";
}

.form_box input::placeholder {
    font-size: 16px;
    line-height: 26px;
    color: #7a7a7a;
    font-weight: 400;
    font-family: "Fira Sans";
}

.form_box textarea {
    border: 1px solid rgba(122, 122, 122, 0.5);
    outline: 0;
    width: 100%;
    padding: 17px 23px 0;
    height: 150px;
    margin-bottom: 22px;
    transition: 0.5s;
    border-radius: 25px;
    font-size: 16px;
    line-height: 26px;
    color: #7a7a7a;
    font-weight: 400;
    font-family: "Fira Sans";
}

.form_box textarea::placeholder {
    font-size: 16px;
    line-height: 26px;
    color: #7a7a7a;
    font-weight: 400;
    font-family: "Fira Sans";
}

.quote_button button {
    background: #004183;
    padding: 14px 48px 14px;
    border-radius: 30px;
    transition: 0.5s;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Fira Sans";
}

.quote_button button i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-left: 8px;
    transform: rotate(-45deg);
}

.form_box input:focus,
.form_box textarea:focus {
    border-color: #004183;
    outline: 0;
    box-shadow: 0 0 4px rgb(255, 61, 0, 0.5);
}

.quote_button button:hover {
    color: #fff;
    background: #050a1e;
}

.contact-box {
    padding: 62px 0;
    position: relative;
    z-index: 1;
}

.contact-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url("../images/contact-shape.png");
    left: -20%;
    background-repeat: no-repeat;
    background-position: center;
    top: 33%;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.contact-video-icon a {
    display: inline-block;
    font-size: 18px;
    color: #004183;
    font-weight: 500;
    font-family: "Fira Sans";
    text-decoration: none;
    height: 100%;
    width: 100%;
    line-height: 100%;
    position: absolute;
    right: -27%;
    top: 77%;
}

/*=====================================
<--  end SDT contact Area Css -->
=======================================*/

/*=====================================
<-- 06. start SDT blog Area Css -->
=======================================*/

.blog-area {
    padding: 120px 0 89px;
    background: #f4f4f4;
}

.blog-singele-box {
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-content {
    background: #ffff;
    padding: 58px 40px 35px;
    position: relative;
    z-index: 1;
    border-radius: 0 0 30px 30px;
}

.blog-date {
    background: #004183;
    border-radius: 10px;
    padding: 10px 24px;
    position: absolute;
    top: -10%;
}

.blog-date h4 {
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Fira Sans";
    margin: 0;
}

.blog-date h4 i {
    font-size: 16px;
    margin-right: 15px;
    display: inline-block;
}

.blog-date h4 span {
    display: inline-block;
    margin-left: 147px;
    position: relative;
    z-index: 1;
}

.blog-date h4 span::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 60%;
    background: #b671ff;
    left: -93%;
    top: 47%;
}

h3.blog-title a {
    display: inline-block;
    font-size: 26px;
    line-height: 36px;
    color: #050a1e;
    font-weight: 600;
    font-family: "Poppins";
    text-decoration: none;
    transition: 0.5s;
}

h3.blog-title a:hover {
    color: #004183;
}

h3.blog-title {
    margin: 0;
}

p.blog-tex {
    margin: 0;
    padding: 10px 0 18px;
}

.blog-btn a {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #7a7a7a;
    font-weight: 500;
    font-family: "Fira Sans";
    text-decoration: none;
    transition: 0.5s;
}

.blog-btn a:hover {
    color: #004183;
}

.blog-btn a i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 1px;
    margin-left: 8px;
}

/*---blog-content-two*/

.blog-singele-box-tow {
    margin-bottom: 28px;
}

.blog-content-tow {
    background: #fff;
    border-radius: 20px 20px 20px 20px;
    padding: 36px 29px 26px 0;
}

.blog-thumb-tow {
    float: left;
    margin-right: 29px;
}

.blog-date-tow {
    background: #f4f4f4;
    display: inline-block;
    padding: 6px 25px 6px;
    border-radius: 10px;
}

.blog-date-tow h4 {
    font-size: 16px;
    line-height: 36px;
    color: #7a7a7a;
    font-weight: 400;
    font-family: "Fira Sans";
    margin: 0;
}

.blog-date-tow h4 i {
    display: inline-block;
    font-size: 16px;
    color: #004183;
    margin-right: 16px;
}

.blog-date-tow h4 span {
    display: inline-block;
    margin-left: 86px;
    position: relative;
    z-index: 1;
}

.blog-date-tow h4 span::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 1px;
    background: #004183;
    left: -48px;
    top: 8px;
}

h3.blog-title-two {
    line-height: 32px;
    margin: 0;
    padding: 24px 0 10px;
}

h3.blog-title-two a {
    font-size: 22px;
    color: #050a1e;
    font-weight: 600;
    font-family: "Poppins";
    text-decoration: none;
    transition: 0.5s;
}

h3.blog-title-two a:hover {
    color: #004183;
}

.blog-btn-tow a {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #7a7a7a;
    font-weight: 500;
    font-family: "Fira Sans";
    text-decoration: none;
    transition: 0.5s;
}

.blog-btn-tow a:hover {
    color: #004183;
}

.blog-btn-tow a i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 1px;
    margin-left: 8px;
}

/*=====================================
<--  start SDT blog Area Css -->
=======================================*/

/*=====================================
<--  start SDT about Area Css -->
=======================================*/

.about-area {
    padding: 0 0 120px;
    position: relative;
    z-index: 1;
}

.about-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url("../images/about5.png");
    background-repeat: no-repeat;
    right: -72%;
    top: -8%;
}

.about-thumb {
    position: relative;
    z-index: 1;
    margin-left: -96px;
}

h4.about-title {
    position: absolute;
    bottom: 18%;
    font-size: 20px;
    line-height: 75px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    left: 12%;
    margin: 0;
}

.about-shape {
    position: absolute;
    top: 20%;
    right: 44%;
}

.about-shape img {
    animation: dance 3s alternate infinite;
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 3s alternate infinite;
}

.about-icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background-color: #f4f4f4;
    line-height: 60px;
    margin-right: 14px;
    text-align: center;
}

/* .about-icon img {
  margin-left:-22px;
} */

.about-tiltle h3 {
    font-size: 18px;
    line-height: 55px;
    color: #050a1e;
    font-weight: 600;
    font-family: "Poppins";
    margin: 0;
}

.about-text p {
    width: 92%;
    margin: 0;
    padding: 16px 0 41px;
}

/* button style */

.solutek-btn {
    display: inline-block;
}

.solutek-btn a {
    display: inline-block;
    background: linear-gradient(
        90deg,
        rgb(0, 65, 131) 0%,
        rgb(235, 78, 1) 50%,
        rgb(0, 65, 131) 100%
    );
    text-decoration: none;
    padding: 16px 28px;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    transition: 0.5s;
}

.hero-area.style-three .solutek-btn a:hover {
    color: #fff;
}

.solutek-hover-btn {
    background-color: #050a1e;
    height: 100%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 25%;
    z-index: -1;
}

.hover-bx {
    left: 0;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
    border-radius: 30px 0 0px 30px;
}

.hover-bx2 {
    left: 25%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.hover-bx3 {
    left: 50%;
    -webkit-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

.hover-bx4 {
    left: 75%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 0 30px 30px 0;
}

.solutek-btn a:hover .solutek-hover-btn {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* btn-2 hover style */
.solutek-button {
    display: inline-block;
}

.solutek-button a {
    display: inline-block;
    background: #004183;
    text-decoration: none;
    padding: 16px 28px;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    border-radius: 30px;
}

.btn-2:hover {
    background-image: linear-gradient(
        90deg,
        #004183 0%,
        #eb4e01 50%,
        #004183 100%
    );
    animation: slidebg 5s linear infinite;
    color: #fff;
}

@keyframes slidebg {
    to {
        background-position: 20vw;
    }
}

/*=====================================
<--  end SDT about Area Css -->
=======================================*/

/*=====================================
<--  start SDT service Area Css -->
=======================================*/

.sservice-area {
    background: url("../images/home-3/service-bg.png");
    padding: 120px 0 88px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.service-single-box {
    background: #ffff;
    border-radius: 15px;
    padding: 45px 35px 42px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.service-single-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url("../images/service6.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    left: 0;
    top: 0;
    z-index: -1;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    transition: 0.4s;
}

.service-icon {
    margin-bottom: 33px;
}

.service-icon img {
    filter: brightness(1) invert(0);
    transition: 0.5s;
}

h3.service-title {
    font-size: 22px;
    color: #050a1e;
    font-weight: 600;
    font-family: "Poppins";
    margin: 0;
    transition: 0.5s;
    cursor: pointer;
}

p.service-text {
    margin: 0;
    padding: 11px 0 38px;
    transition: 0.5s;
}

.service-btn a {
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    color: #ffff;
    font-weight: 600;
    text-decoration: none;
}

.service-btn i {
    display: inline-block;
    color: #004183;
    background: #f4f4f4;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 11px;
    transition: 0.5s;
}

.service-single-box:hover::before {
    clip-path: polygon(
        25% -70%,
        75% -70%,
        120% 50%,
        75% 170%,
        25% 170%,
        -20% 50%
    );
}

.service-single-box:hover .service-icon img {
    filter: brightness(0) invert(1);
}

.service-single-box:hover h3.service-title {
    color: #fff;
}

.service-single-box:hover p.service-text {
    color: #fff;
}

.service-single-box:hover .service-btn i {
    color: #fff;
    background: #ff6d3e;
}

.service-shape {
    position: absolute;
    top: 0;
    right: 0;
}

.service-shape2 {
    position: absolute;
    top: 16%;
    left: 3%;
}

.service-shape2 img {
    animation: dance 3s alternate infinite;
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 3s alternate infinite;
}

.service-shape3 {
    position: absolute;
    top: 2%;
    left: 0;
}

/*=====================================
<--  end SDT service Area Css -->
=======================================*/

/*=====================================
<--  start SDT project Area Css -->
=======================================*/

.project-area {
    padding: 120px 0 88px;
    background: url(assets/images/project-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.row.project {
    padding: 0 297px 0;
}

.row.carousel {
    padding: 0 37px 0;
}

.project-single-box {
    margin-bottom: 30px;
}

.project-right {
    position: relative;
    z-index: 1;
    text-align: right;
    margin-top: -81px;
}

.project-right::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #e4e4e4;
    bottom: -52px;
    left: 0;
}

.project-thumb img {
    width: 100%;
}

.project-content {
    background: #171a2b;
    padding: 33px 0 41px;
    text-align: center;
    border-radius: 0 0 20px 20px;
}

h3.project-title {
    margin: 0;
    line-height: 28px;
}

h3.project-title a {
    display: inline-block;
    font-size: 22px;
    color: #fefefe;
    font-weight: 600;
    font-family: "Poppins";
    margin: 0;
    text-decoration: none;
    transition: 0.5s;
    margin-bottom: 23px;
}

p.project-text {
    display: inline-block;
    border-radius: 20px;
    background-color: #050a1e;
    font-size: 15px;
    text-transform: uppercase;
    color: #fefefe;
    font-weight: 400;
    padding: 7px 35px 7px;
    position: relative;
    z-index: 1;
    margin: 0;
    cursor: pointer;
}

p.project-text::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #004183;
    left: 0;
    top: 0;
    z-index: -12;
    border-radius: 20px;
    transform: scale(0);
    transition: 0.5s;
}

p.project-text:hover::before {
    transform: scale(1);
}

h3.project-title a:hover {
    color: #004183;
}

.project-area .owl-dots {
    text-align: center;
    padding-top: 20px;
}

.project-area .owl-dot,
.owl-dot.active {
    width: 10px;
    height: 10px;
    background: #004183;
    display: inline-block;
    margin-right: 26px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.project-area .owl-dot::before,
.owl-dot.active::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    border: 1px dashed #fff;
    border-radius: 50%;
    left: -5px;
    top: -5px;
}

.project-area .owl-dot.active {
    background: #fff;
    line-height: 10px;
}

.project-area .owl-dot.active .owl-dot::before,
.owl-dot.active::before {
    border: 1px dashed #fff !important;
}

/*=====================================
<--  end SDT project Area Css -->
=======================================*/

/*=====================================
<--  start SDT brand Area Css -->
=======================================*/

.brand-area {
    background: #004183;
    padding: 41px 0;
    margin: 0 49px 0;
    left: 0;
    right: 0;
    border-radius: 0 0 50px 50px;
}

.brand-box {
    text-align: center;
}

.owl-carousel .owl-item img {
    display: inline;
}

/*=====================================
<--  end SDT brand Area Css -->
=======================================*/

/*=====================================
<--  start SDT pricing Area Css -->
=======================================*/

.pricing-area {
    padding: 120px 0 88px;
}

.pricing-single-box {
    text-align: center;
    margin-bottom: 30px;
}

.pricing-head {
    background: #fff5f3;
    padding: 47px 0 36px;
    margin-bottom: 5px;
    border-radius: 15px 40px 15px 15px;
    position: relative;
    z-index: 1;
}

.pricing-head::before {
    position: absolute;
    content: "";
    width: 85%;
    border: 1px dashed;
    height: 80%;
    border-radius: 15px 40px 15px 15px;
    left: 24px;
    top: 16px;
}

.pricing-head:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: url("../images/pricing2.png");
    right: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 0.5s;
}

h1.priching-doller {
    font-size: 45px;
    color: #004183;
    font-weight: 600;
    font-family: "Poppins";
    margin: 0;
    line-height: 26px;
    transition: 0.5s;
}

h3.priching-title {
    font-size: 20px;
    line-height: 26px;
    color: #041424;
    font-weight: 600;
    font-family: "Poppins";
    margin: 0;
    margin-top: 21px;
    transition: 0.5s;
}

.pricing-body {
    position: relative;
    z-index: 1;
    padding: 29px 40px 39px;
    text-align: left;
}

.pricing-body::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url("../images/pricing1.png");
    left: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

ul.pricing-list {
    margin-bottom: 35px;
}

ul.pricing-list li {
    list-style: none;
    line-height: 48px;
}

ul.pricing-list li i {
    color: #004183;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 14px;
}

.pricing-area .solutek-hover-btn {
    background-color: #004183;
}

.pricing-area .solutek-btn a {
    background: #f5ebe8;
    padding: 16px 55px;
    color: #004183;
}

.pricing-area .solutek-btn a:hover {
    color: #ffff;
}

.pricing-single-box:hover .pricing-head:after {
    width: 100%;
    left: 0;
}

.pricing-single-box:hover h1.priching-doller {
    color: #fff;
}

.pricing-single-box:hover h3.priching-title {
    color: #fff;
}

.pricing-single-box:hover .pricing-head::before {
    border: none;
}

/*=====================================
<--  end SDT pricing Area Css -->
=======================================*/

/*=====================================
<--  start SDT faq-area Css -->
=======================================*/

.faq-area {
    background: #f4f4f4;
    padding: 60px 0 60px;
    position: relative;
    z-index: 1;
}

.faq-shape {
    position: absolute;
    top: 0;
    left: 0;
}

.faq-shape2 {
    position: absolute;
    bottom: 8%;
    left: 0;
    z-index: -1;
}

/*accordion*/

h3.faq-title {
    font-size: 28px;
    line-height: 56px;
    color: #050a1e;
    font-weight: 600;
    font-family: "Poppins";
    margin: 0;
}

h3.faq-title span {
    display: inline-block;
    color: #004183;
}

p.faq-description {
    padding: 10px 0 29px;
}

.tab_container {
    position: relative;
}

ul.accordion {
    padding: 0;
    margin: 0;
}

.accordion li {
    list-style: none;
    padding: 0 0 15px;
    position: relative;
    z-index: 1;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    color: #fff !important;
    z-index: 1;
}

.accordion li p {
    display: none;
    font-size: 16px;
    color: #b1b2b4;
    padding: 25px 0 10px 30px;
    margin: 0;
}

.accordion a:before {
    width: 3px;
    height: 16px;
    background: #004183;
    position: absolute;
    right: 32px;
    content: " ";
    top: 22px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
    border-radius: 30px;
}

.accordion a:after {
    width: 16px;
    height: 3px;
    background: #004183;
    position: absolute;
    right: 26px;
    content: " ";
    top: 29px;
    transition: all 0.2s ease-in-out;
    border-radius: 30px;
}

.accordion a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #004183;
    z-index: -1;
}

.accordion a.active:before {
    display: none;
}

a.active {
    background: #fff !important;
}

.accordion li a span {
    position: relative;
    z-index: 1;
    font-size: 18px;
    color: #050a1e;
    font-weight: 500;
    font-family: "Poppins";
}

/*accordion start*/

.faq-sectiions .dreamit-icon-list ul li i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    background-color: inherit;
    display: inline-block;
    color: #d0a37c;
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.study-button a i {
    transition: 0.5s;
}

.study-button a:hover i {
    color: #d0a37c;
}

/* Faq New Style */

.faq-area .accordion li a {
    padding: 16px 20px 16px 30px;
    text-decoration: none;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.30196078431372547);
    border: 2px solid #ffffff;
}

.faq-area .accordion li a.active {
    border-radius: 15px 15px 0px 0px;
}

.faq-area .accordion li a span:after {
    display: none;
}

.faq-area .accordion li p {
    padding: 44px 20px 31px 25px;
    color: #646464;
    background: #fff;
    border-radius: 0 0 15px 15px;
    line-height: 28px;
    position: relative;
    z-index: 1;
}

.faq-area .accordion li p::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 92%;
    background: #ebebeb;
    left: 32px;
    top: 21px;
}

/*=====================================
<--  end SDT faq-area Css -->
=======================================*/

/*=====================================
<--  start SDT testimonial-area Css -->
=======================================*/

.testimonial-area {
    background: url("../images/testi-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 50px 0;
    padding: 120px 0 120px;
}

.testi-single-box {
    background: #171a2b;
    border-radius: 20px;
    padding: 39px 27px 32px;
    text-align: center;
    margin-bottom: 20px;
}

p.testi-text {
    color: #fff;
    opacity: 0.702;
    padding: 35px 0 29px;
    margin: 0;
    position: relative;
    z-index: 1;
}

p.testi-text::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    border: 1px solid #292c3b;
    bottom: 0;
}

h3.testi-title {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Fira Sans";
    margin: 0;
}

h3.testi-title span {
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    color: #004183;
    font-weight: 400;
    font-family: "Fira Sans";
    margin-left: 14px;
}

ul.testi-rating {
    padding: 28px 0 13px;
}

ul.testi-rating li i {
    display: inline-block;
    color: #ffc600;
    font-size: 15px;
    margin: 0 4px 0;
}

ul.testi-rating li {
    list-style: none;
    display: inline-block;
}

.testi-author {
    text-align: center;
    position: relative;
    z-index: 1;
}

.testi-author::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url("../images/testi7.png");
    background-repeat: no-repeat;
    background-position: center;
    right: -31%;
}

.testi-author::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url("../images/testi8.png");
    background-repeat: no-repeat;
    background-position: center;
    left: -31%;
}

/*=====================================
<--  end SDT testimonial-area Css -->
=======================================*/

/*
<!-- ==========================================-->
<!-- Start SDT testimonial Area css style-two-->
<!-- =========================================-->*/
.testimonial-area.style-two {
    background: #fff;
    padding: 120px 0 120px;
}

.testimonial-area.style-two .section-title.text-center {
    margin-bottom: 49px;
}

.testimonial-area.style-two h5.section-sub-title {
    background-color: #f4f4f4;
    border: 2px solid rgba(255, 60, 0, 0.15);
}

.testimonial-area.style-two h1.section-main-title {
    color: #050a1e;
}

.testimonial-area.style-two .testi-single-box {
    background: url("../images/home-two/test-box-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-radius: 20px 0px 20px 20px;
    transition: 0.5s;
    padding: 39px 27px 82px;
    margin-top: 33px;
    transition: 0.5s;
    margin-bottom: 35px;
}

.testimonial-area.style-two .testi-single-box::before {
    position: absolute;
    content: "";
    width: 175px;
    height: 3px;
    background-color: #050a1e;
    top: -3px;
    right: 0;
    z-index: 1;
    transition: 0.5s;
}

.testimonial-area.style-two .testi-single-box::after {
    position: absolute;
    content: "";
    width: 175px;
    height: 3px;
    background-color: #004183;
    left: 66px;
    top: -3px;
    margin: 0 auto;
    z-index: 1;
    transition: 0.5s;
}

.testimonial-area.style-two .testi-box-inner::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background: url("../images/home-two/test-box.png");
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 0.5s;
    border-radius: 20px 0px 20px 20px;
    z-index: -1;
}

.testimonial-area.style-two p.testi-desc {
    padding: 35px 0 29px;
    margin: 0;
    z-index: 1;
    font-size: 16px;
    line-height: 28px;
    color: #7a7a7a;
    transition: 0.5s;
    position: relative;
}

.testimonial-area.style-two p.testi-desc::before {
    position: absolute;
    content: "";
    width: 340px;
    height: 1px;
    background: rgb(122 122 122 / 40%);
    margin: 0 auto;
    bottom: 5px;
    left: 0;
    right: 0;
}

.testimonial-area.style-two h3.testi-user-name {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    font-family: "Fira Sans";
    margin: 0;
    color: #050a1e;
    transition: 0.5s;
}

.testimonial-area.style-two h3.testi-user-name span {
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Fira Sans";
    margin-left: 14px;
    color: #7a7a7a;
    transition: 0.5s;
}

.testimonial-area.style-two .testi-author::before {
    display: none;
}

.testimonial-area.style-two .testi-author::after {
    display: none;
}

.testimonial-area.style-two .testi-author {
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: -33px;
    left: 0;
    right: 0;
}

/*all hover testimonial */
.testimonial-area.style-two .testi-single-box:hover .testi-box-inner::after {
    height: 100%;
    top: 0;
}

.testimonial-area.style-two .testi-single-box:hover {
    transform: translateY(-30px);
}

.testimonial-area.style-two .testi-single-box:hover .testi-icon img {
    filter: brightness(0) invert(1);
}

.testimonial-area.style-two .testi-single-box:hover p {
    color: #fff;
}

.testimonial-area.style-two .testi-single-box:hover p.testi-desc::before {
    background: #fff;
}

.testimonial-area.style-two .testi-single-box:hover h3.testi-user-name {
    color: #fff;
}

.testimonial-area.style-two .testi-single-box:hover h3.testi-user-name span {
    color: #fff;
}

/*---=====================================================
 <!-- Start SDT testimonial Area  style-three-->
=========================================================---*/
.testimonial-area.style-three {
    background: #fff;
    padding: 50px 0 50px;
    margin: 0;
}

.testimonial-area.style-three h5.section-sub-title {
    background-color: transparent;
    border: 2px solid #eeeeee;
}

.testimonial-area.style-three h1.section-main-title {
    color: #050a1e;
}

.testimonial-area.style-three .testi-single-box {
    text-align: left;
    display: flex;
    align-items: center;
}

.testimonial-area.style-three .test-user-img {
    margin-right: 38px;
}

.testimonial-area.style-three .owl-dots {
    text-align: center;
    padding-top: 20px;
}

.testimonial-area.style-three .owl-dot {
    display: inline-block;
    width: 30px;
    height: 8px;
    border-radius: 4px;
    background-color: #161a2b;
    margin-right: 10px;
    position: relative;
    z-index: 1;
}

.testimonial-area.style-three .owl-dot.active {
    display: inline-block;
    width: 20px;
    height: 8px;
    border-radius: 4px;
    background-color: #004183;
}

.testimonial-area.style-three .owl-dot.active::before {
    display: none;
}

/*---=====================================================
   <!-- Start SDT testimonial Area style-four-->
=========================================================---*/

.testimonial-area.style-four {
    background: #dfdfdf57;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0;
    padding: 110px 0 75px;
}

.testimonial-area.style-four h4.testi-user-name {
    font-size: 24px;
    line-height: 42px;
    color: #fff;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
    position: relative;
}

.testimonial-area.style-four h4.testi-user-name::before {
    position: absolute;
    content: "";
    width: 36px;
    height: 2px;
    background-image: linear-gradient(270deg, #004183 0%, #ffffff 100%);
    left: 13px;
    bottom: 13px;
}

.testimonial-area.style-four h4.testi-user-name::after {
    position: absolute;
    content: "";
    width: 36px;
    height: 2px;
    background-image: linear-gradient(270deg, #ffffff 0%, #004183 100%);
    right: 13px;
    bottom: 13px;
}

.testimonial-area.style-four h4.testi-user-name span {
    display: block;
    font-size: 15px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-family: "Fira Sans";
    text-align: center;
}

.testimonial-area.style-four .testi-thumb {
    position: relative;
}

.testimonial-area.style-four .testi-autor {
    position: absolute;
    bottom: 12px;
    left: 70px;
}

.testimonial-area.style-four .testi-box {
    margin-left: 80px;
    margin-bottom: 30px;
}

.testimonial-area.style-four .testimonial-single-box {
    padding: 35px 40px 15px 40px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
}

.testimonial-area.style-four p.testi-desc {
    font-size: 17px;
    line-height: 28px;
    color: #1e1e1e;
    font-weight: 400;
    font-style: italic;
    font-family: "Fira Sans";
}

.testimonial-area.style-four .testi-review-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-area.style-four .testi-review-user h3,
.testi-review-user h3 span {
    font-size: 16px;
    text-transform: uppercase;
    color: #050a1e;
    font-weight: 500;
    font-family: "Fira Sans";
}

.testimonial-area.style-four .testi-review-user h3 span {
    color: #004183;
}

.testimonial-area.style-four ul.testi-rating {
    padding: 0px 0 28px;
    margin-left: 57px;
    position: relative;
}

.testimonial-area.style-four ul.testi-rating::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-image: linear-gradient(270deg, #f3f3f3 0%, #004183 100%);
    left: -57px;
    top: 13px;
}

.testimonial-area.style-four .testi-quote-icon {
    position: relative;
}

.testimonial-area.style-four .testi-quote-icon::before {
    position: absolute;
    content: "";
    opacity: 0.2;
    width: 370px;
    height: 2px;
    background-image: linear-gradient(270deg, #f3f3f3 0%, #797979 100%);
    left: 50px;
    top: 14px;
}

.testimonial-area.style-four .slide-shape {
    position: absolute;
    right: 37px;
    bottom: 8px;
}

.testimonial-area.style-four .slide-shape-inner {
    position: relative;
}

.testimonial-area.style-four .slide-shape-inner::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 120px;
    background-image: linear-gradient(0deg, #004183 0%, #ffffff 100%);
    left: 34px;
    top: 65px;
}

.slide-shape-inner::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 120px;
    background-image: linear-gradient(0deg, #ffffff 0%, #004183 100%);
    left: 34px;
    bottom: 72px;
}

/*=====================================
<--  start SDT address-area Css -->
=======================================*/

.address-area {
    background: #004183;
    margin: 0 50px 0;
    padding: 25px 0 25px;
    border-radius: 40px 40px 0 0;
}

.address-title h3 {
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    margin: 0;
}

.address-box,
.address-box2 {
    display: flex;
    align-items: center;
}

.address-icon {
    position: relative;
    z-index: 1;
    margin-right: 41px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.address-icon::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 2px dashed #fff;
    border-radius: 50%;
    top: 0;
    left: 0;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.address-box2 {
    float: right;
}

.address-area .solutek-btn a {
    display: inline-block;
    background: #050a1e;
    text-decoration: none;
    padding: 16px 28px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    transition: 0.5s;
}

.address-area .solutek-hover-btn {
    background-color: #ffff;
}

.address-area .solutek-btn a:hover {
    color: #004183;
}

/*=====================================
<--  end SDT address-area Css -->
=======================================*/
/*=====================================
<--  start SDT footer-area Css -->
=======================================*/
/* Footer Social */

.footer-social-icons ul {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    display: flex;
}

.footer-social-icons ul li {
    list-style: none;
    margin: 0 20px;
}

.footer-social-icons ul li .fa {
    font-size: 20px;
    color: #262626;
    line-height: 40px;
    transition: 0.5s;
}

.footer-social-icons ul li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    transform: perspective(100px) rotate(-30deg) skew(25deg) translate(0, 0);
    transition: 0.5s;
    box-shadow: -20px 20px 10px rgb(0, 0, 0, 0.5);
}

.footer-social-icons ul li a::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -12px;
    height: 100%;
    width: 12px;
    background: #b1b1b1;
    transition: 0.5s;
    transform: rotate(0deg) skewY(-45deg);
}

.footer-social-icons ul li a::after {
    content: "";
    position: absolute;
    top: 40px;
    left: -6px;
    height: 12px;
    width: 100%;
    background: #b1b1b1;
    transition: 0.5s;
    transform: rotate(0deg) skewX(-45deg);
}

.footer-row3 {
    background: #fff;
    padding: 28px 0;
}

@media (max-width: 768px) {
    .footer-social-icons ul li {
        list-style: none;
        margin: 0 15px;
    }

    .footer-social-icons ul li a {
        position: relative;
        display: block;
        width: 30px;
        height: 30px;
    }

    .footer-social-icons ul li a::before {
        content: "";
        position: absolute;
        top: 5px;
        left: -10px;
        height: 100%;
        width: 10px;
    }

    .footer-social-icons ul li .fa {
        font-size: 15px;
        color: #262626;
        line-height: 30px;
        transition: 0.5s;
    }

    .footer-social-icons ul li a::after {
        content: "";
        position: absolute;
        top: 30px;
        left: -6px;
        height: 10px;
        width: 100%;
    }
}

.footer-social-icons ul li a:hover {
    transform: perspective(1000px) rotate(-30deg) skew(25deg)
        translate(20px, -20px);
    box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
}

.footer-social-icons ul li:hover .fa {
    color: #fff;
}

.footer-social-icons ul li a:hover {
    transform: perspective(1000px) rotate(-30deg) skew(25deg)
        translate(20px, -20px);
    box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
}

.footer-social-icons ul li:hover:nth-child(1) a {
    background: #3b5999;
}

.footer-social-icons ul li:hover:nth-child(1) a:before {
    background: #2e4a86;
}

.footer-social-icons ul li:hover:nth-child(1) a:after {
    background: #4a69ad;
}

.footer-social-icons ul li:hover:nth-child(2) a {
    background: #dd4b39;
}

.footer-social-icons ul li:hover:nth-child(2) a:before {
    background: #c13929;
}

.footer-social-icons ul li:hover:nth-child(2) a:after {
    background: #e83322;
}

/* .footer-social-icons ul li:hover:nth-child(3) a {
            background: #dd4b39;
        }

        .footer-social-icons ul li:hover:nth-child(3) a:before {
            background: #c13929;
        }

        .footer-social-icons ul li:hover:nth-child(3) a:after {
            background: #e83322;
        } */

.footer-social-icons ul li:hover:nth-child(3) a {
    background: #0077b5;
}

.footer-social-icons ul li:hover:nth-child(3) a:before {
    background: #036aa0;
}

.footer-social-icons ul li:hover:nth-child(3) a:after {
    background: #0d82bf;
}

.footer-social-icons ul li:hover:nth-child(4) a {
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
}

.footer-social-icons ul li:hover:nth-child(4) a:before {
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
}

.footer-social-icons ul li:hover:nth-child(4) a:after {
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
}

.footer-blog- .single-blog- {
    margin-top: 20px;
}

.footer-area {
    background:
        linear-gradient(#00000099, #00000099), url(../images/footer-bg-4-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.row.footer {
    padding: 118px 0 101px;
}

p.footer-widget-text {
    /* opacity: 0.6; */
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Fira Sans";
    margin: 0;
    padding: 38px 0 68px;
}

.footer-widget-social a i {
    display: inline-block;
    color: #9e9e9e;
    font-size: 17px;
    margin-right: 30px;
    transition: 0.5s;
}

.widget-title h2 {
    font-size: 22px;
    line-height: 41px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    margin-bottom: 10px;
}

.widget-title a {
    text-decoration: none;
    color: #ffffff;
}

.footer-widget.left ul li {
    list-style: none;
}

.footer-widget.left ul li {
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Fira Sans";
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.footer-widget.left ul li i {
    border-radius: 10px;
    background: #ffffff;
    color: #eb4e01;
    padding: 10px;
    font-size: 20px;
    display: inline-block;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    margin-bottom: 5px;
}

.footer-widget.left ul li a {
    display: inline-block;
    /* opacity: 0.6; */
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Fira Sans";
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.footer-widget.left ul li a::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    background: #eb4e01;
    bottom: 10px;
    transition: 0.5s;
}

.footer-widget-newsletter {
    margin-left: -20px;
}

p.newsletter-text {
    opacity: 0.6;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Fira Sans";
    margin: 0;
    padding: 0 0 38px;
}

.form-field2 input {
    outline: 0;
    width: 79%;
    border: none;
    height: 56px;
    border-radius: 10px 0 0 10px;
    background-color: #ffffff;
    font-size: 15px;
    line-height: 26px;
    color: #7a7a7a;
    font-weight: 400;
    font-family: "Fira Sans";
    padding: 0 21px 0;
}

.form-field2 input::placeholder {
    font-size: 15px;
    line-height: 26px;
    color: #7a7a7a;
    font-weight: 400;
    font-family: "Fira Sans";
}

.form-field2 button {
    color: #fff;
    outline: 0;
    border: none;
    width: 65px;
    height: 56px;
    border-radius: 0 10px 10px 0;
    background-color: #eb4e01;
    font-size: 22px;
    margin-left: -4px;
    position: relative;
    top: 2px;
}

.footer-widget-social a i:hover {
    color: #eb4e01;
}

.footer-widget.left ul li a:hover {
    color: #eb4e01;
}

.footer-widget.left ul li a:hover::before {
    width: 100%;
}

/*----SDT copyright css-----*/

.row.copyright {
    border-top: 1px solid #ffffff80;
    padding: 29px 0 0;
}

.copyright-list {
    text-align: right;
}

.copyright-list ul li {
    list-style: none;
    display: inline-block;
}

.copyright-list ul li a {
    display: inline-block;
    /* opacity: 0.6; */
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Fira Sans";
    text-decoration: none;
    margin-left: 37px;
    transition: 0.5s;
}

.copyright-text p {
    /* opacity: 0.6; */
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Fira Sans";
    margin: 0;
}

.copyright-list ul li a:hover {
    color: #eb4e01;
}
/*=====================================
<--  end SDT footer-area Css -->
=======================================*/

/*=====================================
<-- start SDT Home two Css -->
=======================================*/

/*nav button*/
.search-box-btn.search-box-outer {
    display: inline-block;
}

.nav-btn.navSidebar-button a i {
    font-size: 18px;
    color: #fff;
    transition: 0.5s;
    cursor: pointer;
}

.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}

.widget-heading a {
    text-decoration: none;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 23px;
    right: 0;
    padding: 25px;
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.5;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 40px 32px;
}

.close-side-widget i {
    color: #0e264f;
    font-size: 28px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}

.xs-bg-black {
    background-color: #004183;
}

/*html css*/
.nav-logo {
    padding: 0 0 40px;
}

.nav-btn.navSidebar-button a {
    color: #004183;
}

.sidebar-info-contents .widget-search {
    padding: 0 0 15px;
}

.sidebar-info-contents .widget {
    display: block;
}

.sidebar-info-contents h3.widget-title {
    font-size: 25px;
    padding: 8px 0 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}

.recent-gallery ul li {
    list-style: none;
}

.sidebar-info-contents h3.widget-title {
    font-size: 25px;
    padding: 15px 0 15px;
}

.widget form {
    position: relative;
}

.widget input {
    border-radius: 4px;
    padding-left: 20px;
    height: 56px;
    width: 100%;
    color: #303030;
    border: 1px solid #e9e9e9;
}

button.icon {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    width: 60px;
    background: #004183;
    border-radius: 0 4px 4px 0;
}

ul.list-style-one li {
    display: block;
    color: #fff;
    margin: 16px 0 0;
    overflow: hidden;
}

ul.list-style-one li span {
    font-size: 16px;
    font-weight: 600;
    color: #062462;
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    transition: 0.5s;
}

ul.list-style-one li a {
    transition: 0.5s;
    color: #062462;
    text-decoration: none;
}

.recent-gallery ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.widget-gallery-thumb img {
    width: 100%;
}

/* Sidber Widget Tags CSS */

.sidebar-tag-item ul li {
    display: inline-block;
    list-style: none;
}

li.item1 {
    padding: 15px 0 0 !important;
}

.sidebar-tag-item a {
    background: #fff;
    padding: 6px 12px;
    display: inline-block;
    margin: 0px 6px 15px 0;
    border: 0;
    font-weight: 500;
    color: #004183;
    border: 2px solid #004183;
    transition: 0.5s;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.sidebar-tag-item a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #004183;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    z-index: -1;
    transform: scale(0);
    transition: 0.5s;
}

.sidebar-tag-item a:hover:before {
    transform: scale(1);
}

.sidebar-tag-item a:hover {
    color: #fff;
}

/* Social Icon */
.follow-company-icon.style-two a {
    color: #062462;
}

.follow-company-icon.style-two a:hover {
    color: #fff;
}

ul.list-style-one li a:hover span {
    background: #004183;
    border-radius: 30px;
    color: #fff;
}

ul.list-style-one li a:hover {
    color: #004183;
}

.follow-company-icon {
    display: inline-block;
    line-height: 0;
}

.follow-company-icon a {
    display: inline-block;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 3px;
    background-color: rgb(255, 255, 255, 0.19);
    position: relative;
    z-index: 1;
    margin-right: 15px;
    overflow: hidden;
}

.follow-company-icon.style-two a {
    color: #062462;
}

.follow-company-icon a::before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #004183;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.follow-company-icon a:hover::before {
    left: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
}

/* home style-two manu-area */
.solutek_nav_manu.style-two {
    padding: 15px 39px 12px;
}

.solutek_nav_manu.style-two .solutek_menu > ul > li > a {
    color: #232323 !important;
}

.solutek_nav_manu.style-two.sticky .solutek_menu > ul > li > a {
    color: #fff !important;
}

.solutek_nav_manu.style-two .solutek_menu > ul > li > a:hover {
    color: #004183 !important;
}

.solutek_nav_manu.style-two .header-menu-btn {
    text-align: right;
}

.solutek_nav_manu.style-two .sidebar-button {
    display: inline-block;
    margin-left: 30px;
}

.solutek_nav_manu.style-two .sidebar-button a {
    color: #004183;
    display: inline-block;
    background-color: rgb(255 59 0/7%);
    height: 45px;
    width: 45px;
    padding: 12px 15px;
}

.solutek_nav_manu.style-two .solutek-btn a:hover {
    color: #fff;
}

/* hero-area style-two*/
.hero-area.style-two {
    background: url("../images/home-two/hero2-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 70px;
    margin: 0 50px;
    border-radius: 40px 40px 0 0;
    height: 650px;
}

.hero-area.style-two .hero-contant h5 {
    margin-left: 18px;
}

.hero-area.style-two .hero-btn-shape {
    display: inline-block;
}

.hero-area.style-two .solutek-btn {
    display: inline-block;
    margin-right: 56px;
}

.hero-area.style-two .solutek-btn a:hover {
    color: #fff;
}

.hero-area.style-two .hero-thumb {
    position: relative;
    margin-top: 18px;
}

.hero-area.style-two .hero-thumb::before {
    display: none;
}

.hero-area.style-two .hero-thumb-shape {
    position: absolute;
    top: -27px;
    right: -120px;
}

.hero-area.style-two .hero-thumb-shape2 {
    position: absolute;
    left: 165px;
    bottom: -120px;
    z-index: -1;
}

.hero-area.style-two .hero-video-icon {
    display: inline-block;
    position: absolute;
    bottom: -25px;
    left: 295px;
}

.hero-area.style-two .hero-video-icon a i {
    margin-left: 39px;
    z-index: revert-layer;
    top: -3px;
    left: 10px;
}

.hero-area.style-two .hero-video-icon a i:after {
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    left: -22px;
    border-radius: 50%;
    top: -22px;
    border: 2px solid #fff;
    background: #fff;
    z-index: -1;
}

/*
<!-- =====================================-->
<!-- Start SDT marquee section css -->
<!-- =====================================-->*/
.marquee-section {
    position: relative;
    background-color: #004183;
    padding: 33px 0 33px;
    z-index: 1;
    margin: 0 50px;
    border-radius: 0 0 40px 40px;
}

.marquee-section .inner-container {
    max-width: 1820px;
    margin: 0 auto;
}

.marquee-section .marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 0px;
}

.marquee-section .marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0px;
    min-width: 100%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}

.marquee-section .marquee-block .content-box {
    position: relative;
}

.marquee-section .marquee-block .content-box:last-child {
    margin-right: 0;
}

.marquee-section .marquee-block .content-box:last-child::before {
    display: none;
}

.marquee-section .marquee-block .content-box .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
}

.content-box .title a {
    display: inline-block;
    text-decoration: none;
    transition: 0.5s;
}

.content-box .title a:hover {
    color: #050a1e;
}

.content-box .title a i {
    margin-right: 39px;
}

/*
<!-- =====================================-->
<!-- Start SDT service Area style two  -->
<!-- =====================================-->*/
.service-area.style-two {
    padding: 120px 0 125px;
}

.service-area.style-two .section-title.text-center {
    margin-bottom: 82px;
}

.service-area.style-two .single-service-box {
    background: url("../images/home-two/serice-two-img.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 35px 0 35px 35px;
    padding: 32px 20px 56px;
    text-align: center;
    position: relative;
    transition: 0.5s;
    margin-bottom: 30px;
}

.service-area.style-two .single-service-box::before {
    position: absolute;
    content: "";
    width: 175px;
    height: 5px;
    background-color: #050a1e;
    top: -5px;
    right: 0;
    z-index: 1;
}

.service-area.style-two .single-service-box::after {
    position: absolute;
    content: "";
    width: 175px;
    height: 5px;
    background-color: #004183;
    left: 66px;
    top: -5px;
    margin: 0 auto;
    z-index: 1;
}

.service-area.style-two .service-box-inner::after {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    background: url("../images/home-two/service-hover.png");
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 0.5s;
    border-radius: 35px 0 35px 35px;
    z-index: -1;
}

.service-area.style-two .service-title {
    font-size: 24px;
    color: #050a1e;
    font-weight: 600;
    position: relative;
    transition: 0.5s;
}

.service-area.style-two .service-title::before {
    position: absolute;
    content: "";
    width: 340px;
    height: 1px;
    background: rgb(122 122 122 / 20%);
    margin: 0 auto;
    bottom: -22px;
    left: 0;
    right: 0;
}

.service-area.style-two .service-des {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    padding: 44px 0 14px;
    transition: 0.5s;
}

.service-area.style-two .service-icon {
    margin-bottom: 0px;
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
    background-color: #f4f4f4;
    position: absolute;
    bottom: -34px;
    left: 0;
    right: 0;
    margin: 0 auto 0;
}

/*all hover service */
.service-area.style-two .single-service-box:hover .service-box-inner::after {
    height: 100%;
    top: 0;
}

.service-area.style-two .single-service-box:hover {
    transform: translateY(-30px);
}

.service-area.style-two .single-service-box:hover .service-title {
    color: #fff;
}

.service-area.style-two .single-service-box:hover .service-des {
    color: #fff;
}

.service-area.style-two .single-service-box:hover .service-icon {
    background: #004183;
}

.service-area.style-two .single-service-box:hover .service-icon img {
    filter: brightness(0) invert(1);
}

.service-area.style-two .single-service-box:hover .service-title::before {
    background: #fff;
}

/*
<!-- =====================================-->
<!-- Start SDT about Area style-two  -->
<!-- =====================================-->*/
.about-area.style-two {
    border-radius: 40px;
    background: url("../images/home-two/about-bg.png");
    margin: 0 50px;
    padding: 120px 0 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-area.style-two h5.section-sub-title {
    margin-left: 18px;
}

.about-area.style-two:before {
    display: none;
}

.about-area.style-two p.section-title-descr {
    width: 96%;
}

.about-area.style-two .about-shape {
    position: absolute;
    top: 0;
    left: -2px;
    z-index: -1;
}

.about-area.style-two .about-shape img {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.about-area.style-two .about-thumbail {
    position: relative;
}

.about-area.style-two .about-thumb {
    position: relative;
    z-index: 1;
    margin-left: 72px;
}

.about-area.style-two .about-list-item ul li {
    list-style: none;
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    color: #050a1e;
    font-weight: 400;
    border-bottom: 1px dashed rgb(122 122 122 / 40%);
    margin-bottom: 23px;
    padding-bottom: 15px;
}

.about-area.style-two .about-list-item ul li img {
    margin-right: 22px;
}

.about-area.style-two .about-section-content {
    margin-left: 100px;
}

.about-area.style-two .about-list-item {
    margin-top: 13px;
    margin-bottom: 48px;
}

.about-area.style-two .about-contact-box {
    display: inline-block;
}

.about-area.style-two .call-box {
    display: flex;
    align-items: center;
}

.about-area.style-two .about-contact {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 100%;
    background-color: #ffffff;
    margin-right: 15px;
    transition: 0.5s;
}

.about-area.style-two .solutek-btn {
    display: inline-block;
    margin-right: 24px;
}

.about-area.style-two .about-contact-content h4 {
    font-size: 15px;
    line-height: 26px;
    text-transform: uppercase;
    color: #7a7a7a;
    font-weight: 400;
    margin-bottom: 0;
    font-family: "Fira Sans";
}

.about-area.style-two .about-contact-content p {
    font-size: 18px;
    text-transform: uppercase;
    color: #050a1e;
    font-weight: 500;
    margin: 0;
}

.about-area.style-two .solutek-btn a:hover {
    color: #fff;
}

/*
<!-- =====================================-->
<!--start SDT team Area style-two-->
<!-- =====================================-->*/
.team-area.style-two {
    padding: 110px 0 90px;
}

.team-area.style-two .section-title.text-center {
    margin-bottom: 52px;
}

.team-area.style-two .single-team-box {
    position: relative;
    margin-bottom: 30px;
}

.team-area.style-two .single-team-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: #050a1e;
    left: 0;
    right: 0;
    transition: 0.5s;
    border-radius: 20px 0 20px 20px;
}

.team-area.style-two .single-team-thumb::before {
    position: absolute;
    content: "";
    width: 115px;
    height: 3px;
    background-color: #050a1e;
    right: 0;
    top: -3px;
}

.team-area.style-two .single-team-thumb::after {
    position: absolute;
    content: "";
    width: 145px;
    height: 3px;
    background-color: #004183;
    left: 46px;
    top: -3px;
}

.team-area.style-two .single-team-thumb img {
    width: 100%;
}

.team-area.style-two .team-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.team-area.style-two .team-inner-title {
    background-color: #004183;
    border-radius: 20px 0 20px 20px;
    padding: 30px 0;
    opacity: 0;
    transition: 0.5s;
    transform: perspective(500px) rotateX(-90deg);
    transform-origin: 50% 0%;
    z-index: 9999;
}

.team-area.style-two .team-content h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin: 0;
}

.team-area.style-two .team-content h4 a {
    transition: 0.5s;
}

.team-area.style-two .team-content p {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0;
}

.team-area.style-two .team-social-icon {
    text-align: center;
    padding-top: 118px;
    transition: 0.5s;
    opacity: 0;
}

.team-area.style-two .team-social-icon ul li {
    list-style: none;
    display: inline-block;
    margin: 0 8px;
}

.team-area.style-two .team-social-icon ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins";
    text-transform: uppercase;
    color: #fff;
    transition: 0.5s;
}

/*all hover team */
.team-area.style-two .single-team-box:hover::before {
    width: 100%;
    bottom: 0;
}

.team-area.style-two .single-team-box:hover .team-inner-title {
    opacity: 1;
}

.team-area.style-two .single-team-box:hover .team-inner-title {
    opacity: 1;
    transform: perspective(500px) rotateX(0deg);
}

.team-area.style-two .single-team-box:hover .team-social-icon {
    opacity: 1;
}

.team-area.style-two .team-social-icon ul li a:hover {
    color: #004183;
    text-decoration: underline;
}

.team-area.style-two .team-content h4 a:hover {
    color: #fff;
}

/*
<!-- =====================================-->
<!-- start SDT project Area style-two-->
<!-- =====================================-->*/
.project-area.styl-two {
    padding: 120px 0 65px;
    background: url("../images/home-two/project-bg-two.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 50px;
    border-radius: 40px 40px 0px 0px;
    position: relative;
}

.project-area.styl-two .project-section {
    margin: 0 240px;
}

.project-area.styl-two h5.section-sub-title {
    margin-left: 18px;
    background-color: #ffffffeb;
    border: 2px solid #40465d;
}

.project-area.styl-two .section-title.text-left {
    margin-bottom: 50px;
}

.project-area.styl-two .project-carousel {
    margin: 0 29px;
}

.project-area.styl-two h1.section-main-title {
    color: #fff;
}

.project-area.styl-two .project-single-box {
    position: relative;
    text-align: center;
    z-index: 1;
    margin: 3px 0 90px;
}

.project-area.styl-two .project-single-box::before {
    position: absolute;
    content: "";
    width: 175px;
    height: 3px;
    background-color: #fff;
    right: 0;
    top: -3px;
}

.project-area.styl-two .project-single-box::after {
    position: absolute;
    content: "";
    width: 175px;
    height: 3px;
    background-color: #004183;
    left: 66px;
    top: -3px;
}

.project-thumb::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: url("../images/cover.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    left: 0;
    right: 0;

    transition: 0.5s;
}

.project-thumb.style-two::before {
    background: url("../images/cover.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.project-thumb.style-three::before {
    background: url("../images/cover.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.project-thumb.style-four::before {
    background: url("../images/cover.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.project-area.styl-two .project-content {
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 63px;
    left: 0;
    right: 0;
    background: transparent;
    border: 1px dashed #fff;
    padding: 4px 0 16px;
    width: 84%;
    margin: 0 auto;
    border-radius: 20px 0px 20px 20px;
    opacity: 0;
    transition: 0.5s;
}

.project-area.styl-two h4.project-title {
    margin: 0;
    line-height: 42px;
    transition: 0.5s;
}

.project-area.styl-two h4.project-title a {
    display: inline-block;
    text-decoration: none;
    transition: 0.5s;
    font-size: 24px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
}

.project-area.styl-two p.project-des {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Poppins";
    margin: 0;
}

.project-area.styl-two .project-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
}

.project-area.styl-two .project-icon span {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    background-color: #ffffff;
    text-align: center;
    color: #004183;
    font-size: 32px;
    transform: rotate(-45deg);
}

.project-area.styl-two .project-shape {
    position: absolute;
    z-index: -1;
    bottom: -85px;
    transition: 0.5s;
    opacity: 0;
}

.project-area.styl-two .project-bg-shape {
    position: absolute;
    top: 75px;
    right: 165px;
}

/* all hover projcet two */
.project-area.styl-two .project-single-box:hover .project-thumb::before {
    width: 100%;
    top: 0;
}

.project-area.styl-two .project-single-box:hover .project-content {
    opacity: 1;
}

.project-area.styl-two .project-single-box:hover .project-shape {
    opacity: 1;
}

.project-area.styl-two .project-single-box:hover .project-icon span {
    background: #004183;
    color: #fff;
}

/* project owl nav */
.project-area.styl-two .owl-prev,
.owl-next {
    display: inline-block;
}

.project-area.styl-two .owl-prev {
    margin-right: 32px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    border-radius: 10px 0px 10px 10px;
    color: #004183;
    font-size: 22px;
    transition: 0.5s;
}

.project-area.styl-two .owl-prev:hover {
    background-color: #004183;
    color: #fff;
}

.project-area.styl-two .owl-next {
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #004183;
    display: inline-block;
    text-align: center;
    border-radius: 10px 0px 10px 10px;
    color: #fff;
    font-size: 22px;
    transition: 0.5s;
}

.project-area.styl-two .owl-next:hover {
    background: #004183;
    color: #fff;
}

.project-area.styl-two .owl-nav {
    position: absolute;
    right: 228px;
    top: -118px;
}

/*
<!-- ==========================================-->
<!-- start SDT project-area styl-three -->
<!-- =========================================-->*/
.project-area.style-three {
    background: url("../images/home-two/project-bg3.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 120px 0 116px;
    margin: 0 50px;
    border-radius: 40px;
    position: relative;
}

.project-area.style-three .section-title.text-left {
    margin-bottom: 86px;
}

.project-area.style-three .project-single-box {
    text-align: center;
    background: #fff;
    border-radius: 10px 0 10px 10px;
    padding: 44px 30px 40px;
    margin: 0 22px 30px;
    position: relative;
}

.project-area.style-three .project-single-box.box-1::before {
    position: absolute;
    content: "";
    background: url("../images/home-two/project-shape1.png");
    background-repeat: no-repeat;
    background-size: contain;
    left: -26px;
    top: -20px;
    height: 100%;
    width: 130%;
}

.project-area.style-three .project-single-box.box-2::after {
    position: absolute;
    content: "";
    background: url("../images/home-two/project-shape2.png");
    background-repeat: no-repeat;
    background-size: contain;
    left: -22px;
    bottom: -130px;
    height: 100%;
    width: 130%;
}

.project-area.style-three .project-single-box.box-3::after {
    position: absolute;
    content: "";
    background: url("../images/home-two/project-shape3.png");
    background-repeat: no-repeat;
    background-size: contain;
    left: -15px;
    top: -20px;
    height: 100%;
    width: 128%;
}

.project-single-box.down.box-4::after {
    position: absolute;
    content: "";
    background: url("../images/home-two/project-shape4.png");
    background-repeat: no-repeat;
    background-size: contain;
    left: -17px;
    bottom: -135px;
    height: 100%;
    width: 115%;
}

.project-area.style-three .project-single-box.down {
    border-radius: 10px 10px 0px 10px;
}

.project-area.style-three h5.section-sub-title {
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #ffffff;
    margin-left: 18px;
}

.project-area.style-three p.section-des {
    font-size: 16px;
    line-height: 28px;
    color: #7a7a7a;
}

.project-area.style-three .project-title {
    margin-top: 18px;
    font-size: 20px;
    color: #050a1e;
    font-weight: 600;
}

.project-area.style-three .project-title a {
    display: inline-block;
    font-size: 20px;
    color: #050a1e;
    font-weight: 600;
    text-decoration: none;
}

.project-area.style-three .project-des {
    font-size: 16px;
    line-height: 28px;
    color: #7a7a7a;
    margin: 0;
}

.project-area.style-three .project-bg-shape1 {
    position: absolute;
    top: 0;
    right: 0;
}

.project-area.style-three .project-bg-shape2 {
    position: absolute;
    right: 0;
    top: 240px;
}

/*
<!-- ==========================================-->
<!-- start SDT blog Area style-two-->
<!-- =========================================-->*/
.blog-area.style-two {
    background: #fff;
    padding: 120px 0 90px;
}

.blog-area.style-two h5.section-sub-title {
    background-color: #ffffff;
    border: 2px solid #f4f4f4;
}

.blog-area.style-two .single-blog-box {
    position: relative;
    background: url("../images/home-two/blog-box.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
}

.blog-area.style-two .single-blog-box::before {
    position: absolute;
    content: "";
    width: 155px;
    height: 3px;
    background-color: #050a1e;
    top: -3px;
    right: 0;
    z-index: 1;
    transition: 0.5s;
}

.blog-area.style-two .single-blog-box::after {
    position: absolute;
    content: "";
    width: 175px;
    height: 3px;
    background-color: #004183;
    left: 86px;
    top: -3px;
    margin: 0 auto;
    z-index: 1;
}

.blog-area.style-two .single-blog-thumb {
    transition: 0.5s;
    overflow: hidden;
}

.blog-area.style-two .single-blog-thumb img {
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
}

.blog-area.style-two .blog-meta-top {
    position: absolute;
    top: 10px;
    left: 10px;
    transition: 0.5s;
}

.blog-area.style-two .blog-meta-top a {
    display: inline-block;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    background: #004183;
    padding: 7px 19px;
    border-radius: 20px;
    font-family: "Fira Sans";
    font-weight: 400;
    transition: 0.5s;
}

.blog-area.style-two .blog-box-content {
    padding: 25px 30px 36px;
}

.blog-area.style-two .blog-box-content h3 {
    margin: 0;
}

.blog-area.style-two .meta-blog a span {
    display: inline-block;
    font-size: 15px;
    color: #7a7a7a;
    font-weight: 400;
    font-family: "Fira Sans";
}

.blog-area.style-two .meta-blog span i {
    display: inline-block;
    color: #004183;
    width: 37px;
    height: 37px;
    line-height: 37px;
    background: #fff;
    text-align: center;
    border-radius: 10px 0 10px 10px;
    margin-right: 15px;
}

.blog-area.style-two .meta-blog p {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 0;
}

.blog-area.style-two .meta-blog p span {
    display: inline-block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    background: #fff;
    text-align: center;
    border-radius: 10px 0 10px 10px;
    margin-right: 15px;
}

.blog-area.style-two .blog-box-content h3 a {
    display: inline-block;
    font-size: 22px;
    line-height: 34px;
    color: #050a1e;
    font-weight: 600;
    font-family: "Fira Sans";
    text-decoration: none;
    padding: 22px 0 34px;
    transition: 0.5s;
}

.blog-area.style-two .blog-button a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #004183;
    font-weight: 500;
    font-family: "Fira Sans";
    border-radius: 24px;
    background-color: #ffffff;
    padding: 8px 32px;
    transition: 0.5s;
}

/* blog hover */
.blog-area.style-two .blog-button a:hover {
    color: #fff !important;
}

.blog-area.style-two .blog-meta-top a:hover {
    background: #fff;
    color: #004183;
}

.blog-area.style-two .single-blog-box:hover .blog-box-content a {
    color: #004183;
}

.blog-area.style-two .single-blog-box:hover .single-blog-thumb img {
    transform: scale(1.1);
}

.blog-area.style-two .single-blog-box:hover:before {
    width: 100%;
}

.blog-area.style-two .single-blog-box:hover .blog-meta-top {
    left: 134px;
}

.blog-area.style-two .single-blog-box:hover::after {
    left: 0;
    right: 0;
}

/* <!--SDT home page three Css--> */

/*---=====================================================
   <!--SDT top header area Css-->
=========================================================---*/
.top-header-area {
    background-color: #004183;
    padding: 12px 0;
}

.header-info ul li {
    display: inline-block;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    margin-right: 50px;
}

.header-info li.exam-gmail {
    margin-right: 43px;
}

.header-info ul li i {
    display: inline-block;
    color: #fff;
    margin-right: 8px;
}

.top-header-social-icon ul li {
    list-style: none;
}

.top-header-social-icon {
    text-align: right;
}

.top-header-social-icon ul li {
    display: inline-block;
    color: #fff;
}

.top-header-social-icon ul li i {
    color: #050a1e;
    display: inline-block;
    font-size: 14px;
    margin-left: 13px;
    transition: 0.5s;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 3px;
    background-color: #ffffff;
    text-align: center;
}

.top-header-social-icon ul li i:hover {
    background-color: #eb4e01;
    color: #fff;
}

/*SDT home page 03 css 
  -----------------------*/

/* home style-three manu-area */
.solutek_nav_manu.style-three {
    padding: 15px 0px 12px 0px;
}

.solutek_nav_manu.style-three .solutek_menu > ul > li > a {
    color: #232323 !important;
}

.solutek_nav_manu.style-three.sticky .solutek_menu > ul > li > a {
    color: #fff !important;
}

.solutek_nav_manu.style-three .solutek_menu > ul > li > a:hover {
    color: #004183 !important;
}

.solutek_nav_manu.style-three .header-menu-btn {
    text-align: right;
}

.solutek_nav_manu.style-three .sidebar-button {
    display: inline-block;
    margin-left: 30px;
}

.solutek_nav_manu.style-three .sidebar-button a {
    color: #004183;
    display: inline-block;
    background-color: rgb(255 59 0/7%);
    height: 45px;
    width: 45px;
    padding: 12px 15px;
}

.solutek_nav_manu.style-three .solutek-btn a:hover {
    color: #fff;
}

.solutek_nav_manu.style-three .solutek-btn {
    display: inline-block;
    margin-left: 18px;
}

/* hero area home 03 */

/*---=====================================================
   <!--SDT hero Area style-three-->
=========================================================---*/
.hero-area.style-three {
    height: 800px;
    background: #050a1e;
    margin: 0;
    padding-bottom: 12px;
    position: relative;
    z-index: 1;
}

.hero-area.style-three .hero-contant {
    position: relative;
    padding-top: 130px;
}

.hero-area.style-three .hero-contant h6 {
    font-size: 16px;
    line-height: 42px;
    color: #004183;
    font-weight: 600;
    margin-left: 58px;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.hero-area.style-three .hero-contant h6::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 6px;
    border-radius: 3px;
    background-color: #004183;
    top: 20px;
    left: -57px;
}

.hero-area.style-three .hero-contant h6::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 6px;
    border-radius: 3px;
    background-color: #004183;
    top: 20px;
    left: -33px;
}

.hero-area.style-three .hero-contant h1 {
    margin: 0;
    font-size: 65px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 700;
    display: inline;
}

.hero-area.style-three .hero-contant span {
    display: inline-block;
    font-size: 65px;
    line-height: 80px;
    color: #004183;
    font-weight: 700;
    margin-right: 10px;
}

.hero-area.style-three .hero-contant p {
    font-size: 19px;
    line-height: 28px;
    color: #7a7a7a;
    width: 100%;
    opacity: 1;
    padding: 18px 0 40px;
}

.hero-area.style-three .solutek-btn {
    display: inline-block;
    margin-right: 16px;
}

.hero-area.style-three .hero-btn-3 {
    display: inline-block;
}

.hero-area.style-three .hero-btn-profile img {
    border: 2px solid #004183;
    border-radius: 100%;
    margin-right: 5px;
}

.hero-area.style-three .hero-btn-profile a {
    display: inline-block;
    font-size: 15px !important;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.hero-area.style-three .hero-btn-profile a span {
    display: inline-block;
    font-size: 15px !important;
    text-decoration: underline;
    text-transform: uppercase;
    color: #004183;
    font-weight: 700;
    margin-right: 5px;
}

.hero-area.style-three .hero-thumb-3 {
    position: relative;
    padding-top: 10px;
}

.hero-area.style-three .hero-thumb-shape {
    position: absolute;
    top: 10px;
}

.hero-area.style-three .hero-left-shape {
    position: absolute;
    top: -50px;
    left: -154px;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.hero-active .owl-prev {
    font-size: 16px;
    line-height: 28px;
    color: #f4f4f4;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin: 0;
    font-weight: 400;
    font-family: "Fira Sans";
    position: absolute;
    top: 190px;
    left: 55px;
}

.hero-active .owl-next {
    font-size: 16px;
    line-height: 28px;
    color: #f4f4f4;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin: 0;
    font-weight: 400;
    font-family: "Fira Sans";
    position: absolute;
    bottom: 190px;
    left: 55px;
}

.hero-active {
    position: relative;
}

.hero-active .owl-prev::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 166px;
    background-image: linear-gradient(0deg, #004183 0%, #05091d 100%);
    left: 13px;
    bottom: 200px;
}

.hero-active .owl-prev::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 166px;
    background-image: linear-gradient(0deg, #05091d 0%, #004183 100%);
    left: 13px;
    bottom: 36px;
}

/*---=====================================================
  <!-- Start SDT our service section  -->
=========================================================---*/
.our-service-section {
    background: url("../images/home-3/service-bg.png");
    padding: 110px 0 170px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.our-service-section .service-box {
    position: relative;
}

.our-service-section .single-service-box {
    background: url("../images/home-3/ser-box-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 35px 30px 135px 30px;
    border: 2px solid #fff;
    position: relative;
    margin-bottom: 30px;
}

.our-service-section .service-icon {
    margin-bottom: 15px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    background-color: #004183;
    text-align: center;
}

.our-service-section h4.service-title {
    font-size: 24px;
    color: #050a1e;
    font-weight: 600;
    transition: 0.5s;
    position: relative;
}

.our-service-section h4.service-title:hover {
    color: #004183;
}

.our-service-section h4.service-title::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background-image: linear-gradient(270deg, #ffffff 0%, #004183 100%);
    left: 0;
    bottom: -5px;
}

.our-service-section p.service-desc {
    font-size: 16px;
    line-height: 26px;
    color: #7a7a7a;
    padding-top: 18px;
}

.our-service-section .service-thumb {
    position: absolute;
    bottom: -80px;
    left: 28px;
}

.our-service-section .service-thumb img {
    width: 100%;
}

/*---=====================================================
  <!-- start SDT about section -->
=========================================================---*/
.about-section {
    background: url("../images/home-3/about3-bg.png");
    padding: 60px 0 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.about-section .about-contact {
    margin-left: 80px;
}

.about-section .about-box-item {
    display: flex;
    gap: 45px;
    padding-bottom: 40px;
}

.about-item-list {
    margin-bottom: 46px;
}

.about-section .about-item-list ul li {
    list-style: none;
    margin-left: 54px;
    position: relative;
    margin-bottom: 20px;
}

.about-section .about-item-list ul li::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    background-image: linear-gradient(270deg, #ffffff 0%, #004183 100%);
    left: -53px;
    top: 12px;
}

/*---=====================================================
   <!-- start SDT counter area -->
=========================================================---*/
.counter-area {
    position: relative;
    z-index: 1;
}

.counter-area .row.counter-item {
    background: url("../images/counter-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 63px 0 60px;
    border-radius: 50px 50px 0 0;
}

.counter-area .counter-single-box {
    text-align: center;
    position: relative;
}

.counter-area .counter-single-box::before {
    position: absolute;
    content: "";
    opacity: 0.302;
    width: 2px;
    height: 90px;
    background-color: #ffffff;
    top: 0;
    right: -16px;
}

.counter-area .counter-content h4,
.counter-content span {
    display: inline-block;
    font-size: 40px;
    line-height: 28px;
    color: #f4f4f4 !important;
    font-weight: 700;
}

.counter-area .counter-content p {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #f4f4f4;
    font-weight: 500;
    margin: 0;
}

.counter-area .counter-thumb {
    position: absolute;
    right: -17px;
    top: 0;
    bottom: 0;
}

.counter-area .counter-thumb img {
    width: 95%;
    height: 100%;
}

/*---=====================================================
   <!-- start SDT case studies area -->
=========================================================---*/
.case-studies-area {
    background-color: #050a1e;
    padding: 110px 0 65px;
}

.case-studies-box {
    border-radius: 25px;
    padding: 34px 80px;
    margin-bottom: 25px;
    background: linear-gradient(to bottom, #161a2b, #131729, #05091d);
}

.case-studies-content h4 a {
    font-size: 24px;
    line-height: 28px;
    color: #f4f4f4;
    font-weight: 600;
}

.case-studies-content h4 {
    font-size: 24px;
    color: #f4f4f4;
    font-weight: 600;
    font-family: "Poppins";
}

.case-studies-content h4 a {
    display: inline-block;
    transition: 0.5s;
}

.case-studies-content h5 {
    font-size: 17px;
    line-height: 28px;
    text-transform: uppercase;
    color: #004183;
    font-weight: 400;
    font-family: "Fira Sans";
    margin-left: 60px;
    position: relative;
    padding-bottom: 163px;
}

.case-studies-content h5::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-image: linear-gradient(270deg, #15192b 0%, #004183 100%);
    left: -60px;
    top: 12px;
}

.case-studies-content h5 a {
    display: inline-block;
    transition: 0.5s;
}

.case-studies-btn a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Fira Sans";
    border-radius: 29px;
    background-color: #004183;
    padding: 13px 40px;
    transition: 0.5s;
}

.case-studies-btn a:hover {
    background: #fff;
    color: #004183;
}

.case-studies-single-box {
    transition: 0.5s;
}

.case-studies-thumb {
    position: relative;
}

.case-studies-single-box .case-studies-thumb img {
    width: 100%;
}

.case-studies-thumb::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background-image: linear-gradient(
        180deg,
        rgba(255, 60, 0, 0) 37%,
        #004183 100%
    );
    bottom: 0;
    right: 0;
    transition: 0.5s;
    border-radius: 30px;
}

.case-studie-content {
    position: absolute;
    bottom: 25px;
    left: 78px;
}

.case-studie-content h3 {
    font-size: 22px;
    line-height: 44px;
    color: #ffffff;
    font-weight: 600;
}

.case-studie-content h6 {
    font-size: 17px;
    line-height: 28px;
    text-transform: uppercase;
    color: #004183;
    font-weight: 400;
    font-family: "Fira Sans";
    margin-left: 60px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.case-studie-content h6::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-image: linear-gradient(270deg, #05091d 0%, #004183 100%);
    left: -62px;
    top: 12px;
}

.case-studies-icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 28px;
    background-color: #004183;
    text-align: center;
    transition: 0.5s;
    float: right;
    transform: translateY(-95px);
    margin-right: 85px;
}

.case-studies-icon i {
    color: #fff;
    font-size: 22px;
}

/* all hover case studies */
.case-studies-single-box:hover .case-studies-thumb::before {
    width: 100%;
    left: 0;
}

.case-studies-single-box:hover .case-studie-content h6 {
    color: #fff;
}

.case-studies-single-box:hover .case-studie-content h6::before {
    background-image: linear-gradient(270deg, #004183 0%, #ffffff 100%);
}

.case-studies-single-box:hover .case-studies-icon {
    background: #050a1e;
}

/*---=====================================================
   <!--start SDT working proces area -->
=========================================================---*/

.working-proces-area {
    padding: 110px 0 90px;
}

.working-proces-area .section-title.text-center {
    margin-bottom: 62px;
}

.working-process-box {
    text-align: center;
    padding: 0 50px 0;
    position: relative;
    margin-bottom: 30px;
}

.working-process-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -81px;
    top: 73px;
    background: url("../images/home-3/process-shpae1.png");
    background-repeat: no-repeat;
}

.working-process-box:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -81px;
    top: 73px;
    background: url("../images/home-3/process-shape2.png");
    background-repeat: no-repeat;
}

.working-process-box.before-transprent:before {
    background: transparent;
}

.working-process-box.after-transprent:after {
    background: transparent;
}

.process-thumb {
    position: relative;
    margin-bottom: 40px;
}

.process-thumb:before {
    position: absolute;
    content: "";
    width: 240px;
    height: 240px;
    left: -12px;
    top: -12px;
    border: 2px dashed #004183;
    border-radius: 50%;
    animation: rotateme 20s linear infinite;
}

.process-number span {
    position: absolute;
    left: 8%;
    top: 13%;
    z-index: 1;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-weight: 600;
    border-radius: 50px;
    display: inline-block;
    font-size: 22px;
    color: #fff;
    background-color: #004183;
    transition: 0.5s;
    text-align: center;
}

.process-content h4 {
    margin: 20px 0 10px;
    transition: 0.5s;
    font-size: 16px;
    line-height: 36px;
    color: #050a1e;
    font-weight: 600;
}

.process-content p {
    font-size: 16px;
    line-height: 28px;
    color: #7a7a7a;
    font-weight: 400;
    text-align: center;
    transition: 0.5s;
}

.working-process-bottom p,
.working-process-bottom p span {
    font-size: 17px;
    line-height: 50px;
    color: #7a7a7a;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    padding-top: 28px;
}

.working-process-bottom p span {
    color: #004183;
}

/*---=====================================================
   <!-- start SDT-faq Area style-two-->
=========================================================---*/
.faq-area.style-two {
    background: url("../images/home-3/faq-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0;
}

.faq-area.style-two .section-title.text-left {
    margin-bottom: 55px;
    padding-top: 115px;
}

.faq-area.style-two .faq-thumb {
    position: relative;
    right: -54px;
}

.faq-area.style-two .accordion li a {
    padding: 16px 20px 16px 30px;
    text-decoration: none;
    border-radius: 15px;
    border: 2px solid #ffffff;
    background: #f4f4f4;
}

.faq-area.style-two ul.accordion a.active span {
    color: #004183 !important;
}

.faq-area.style-two .accordion li p {
    padding: 44px 20px 21px 25px;
}

.faq-area.style-two .accordion li {
    padding: 0 0 30px;
}

/*---=====================================================
   <!--SDT Breadcumb Area Css-->
=========================================================---*/
.breadcumb-area {
    background: url("../images/breadcumb-bg.webp");
    padding: 230px 0 170px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    /* margin: -77px 0px 0 -16px; */
}

.breadcumb-area.about {
    padding: 230px 0 180px;
}

.breadcumb-content {
    text-align: center;
}

.breadcumb-content h4 {
    font-size: 55px;
    line-height: 26px;
    /* text-transform: uppercase; */
    color: #ffffff;
    font-weight: 600;
    font-family: "Fira Sans";
}

ul.breadcumb-list {
    margin-top: 24px;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    background-color: #161a2b;
}

.breadcumb-content ul li {
    display: inline-block;
    margin: 0 6px;
    font-size: 16px;
    line-height: 26px;
    /* text-transform: uppercase; */
    color: #004183;
    font-weight: 500;
    font-family: "Fira Sans";
}

li.list-arrow {
    color: #fff !important;
}

.breadcumb-content ul li a {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    /* text-transform: uppercase; */
    color: #ffffff;
    font-weight: 500;
    font-family: "Fira Sans";
    cursor: pointer;
}

/* <!--==================================================-- */
/* <!--start SDT about us Area -- */
/* <!--==================================================--> */
.about-us-area {
    background: #fff;
    padding: 144px 0 95px;
    position: relative;
}

.about-us-area .section-title.text-left {
    margin-bottom: 10px;
}

.about-us-content {
    position: relative;
}

.about-us-list {
    margin-bottom: 53px;
}

.about-us-list ul li {
    list-style: none;
    position: relative;
    margin-bottom: 20px;
}

.about-us-list ul li::before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: #004183;
    left: 0;
    top: 5px;
    border-radius: 50%;
}

.about-us-list ul li span {
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    color: #050a1e;
    font-weight: 400;
    font-family: "Fira Sans";
    margin-left: 30px;
}

.single-counter-box {
    background-color: #f4f4f4;
    text-align: center;
    position: absolute;
    border-radius: 10px;
    right: 103px;
    top: 8px;
    padding: 65px 45px 30px;
}

.counter-icon {
    position: absolute;
    top: -38px;
    right: 0;
    left: 0;
}

.about-us-area .counter-content h4,
.counter-content span {
    display: inline-block;
    font-size: 40px;
    line-height: 26px;
    color: #004183;
    font-weight: 600;
}

.counter-content h4 span {
    display: inline-block;
}

.counter-content p {
    font-size: 17px;
    text-transform: uppercase;
    color: #7a7a7a;
}

.about-us-thumb {
    position: relative;
    z-index: 1;
}

.about-us-video-icon {
    background: #fff;
    display: inline-block;
    padding: 45px 30px 45px 60px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 1px;
    z-index: 0;
}

.about-us-video-icon a i {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    background: #004183;
    border-radius: 50%;
    padding: 10px;
}

.about-us-video-icon a i::after {
    position: absolute;
    content: "";
    width: 75px;
    height: 75px;
    background: #050a1e;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
    top: 33px;
    left: 48px;
    z-index: -1;
}

.about-us-video-icon a span {
    display: inline-block;
    font-size: 15px;
    text-decoration: underline;
    color: #004183;
    padding-left: 30px;
}

.about2-us-shape {
    position: absolute;
    left: 20px;
    top: 170px;
    animation: bounceleft 4s linear infinite;
}

.about-us-shape {
    position: absolute;
    left: 45px;
    bottom: 0;
    animation: bounceleft 4s linear infinite;
}

.about-us-shape2 {
    position: absolute;
    right: 0;
    top: -6px;
}

/*---=====================================================
  <!-- start SDT project Area style-two -->
=========================================================---*/
.project-area.style-two {
    padding: 130px 0 88px;
    background: url("../images/inner/project-bg-3.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 40px 40px 0 0;
    margin: 0 50px;
}

.project-area.style-two .row.project {
    padding: 0 260px 0;
}

/* all hover */
.sservice-area.style-two .single-service-box:hover h3.service-title {
    color: #004183;
}

.sservice-area.style-two .single-service-box:hover .service-btn a {
    color: #004183;
}

.sservice-area.style-two .single-service-box:hover .service-btn i {
    background: #004183;
    color: #fff;
}

.sservice-area.style-two .single-service-box:hover .services-shape {
    filter: brightness(1) invert(0);
}

.sservice-area.style-two .single-service-box:hover .service-thumb {
    transform: scale(1.1);
}

/*---=====================================================
<!--start SDT team Area style-inner-->
=========================================================---*/
.team-area.style-inner {
    padding: 110px 0 90px;
    background-color: #f4f4f4;
}

.team-area.style-inner .section-title.text-center {
    margin-bottom: 52px;
}

.team-area.style-inner .single-team-box {
    position: relative;
    background: #fff;
    text-align: center;
    border-radius: 20px 0px 0px 0px;
    margin-bottom: 30px;
}

.team-area.style-inner .single-team-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: #050a1e;
    left: 0;
    right: 0;
    transition: 0.5s;
    border-radius: 20px 0 0px 0px;
}

.team-area.style-inner .single-team-box::after {
    position: absolute;
    content: "";
    width: 304px;
    height: 300px;
    background-image: url("../images/team-shape.png");
    background-repeat: no-repeat;
    bottom: -150px;
    left: 0;
    border-radius: 100%;
}

.team-area.style-inner .single-team-thumb::before {
    position: absolute;
    content: "";
    width: 115px;
    height: 3px;
    background-color: #050a1e;
    right: 0;
    top: -3px;
}

.team-area.style-inner .single-team-thumb::after {
    position: absolute;
    content: "";
    width: 145px;
    height: 3px;
    background-color: #004183;
    left: 46px;
    top: -3px;
}

.team-area.style-inner .single-team-thumb img {
    width: 73%;
    padding-top: 200px;
    z-index: 2;
    position: relative;
}

.team-area.style-inner .team-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.team-area.style-inner .team-inner-title {
    background-color: #004183;
    border-radius: 20px 0 20px 20px;
    padding: 30px 0;
    transition: 0.5s;
}

.team-area.style-inner .team-content h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin: 0;
}

.team-area.style-inner .team-content h4 a {
    transition: 0.5s;
}

.team-area.style-inner li.list-line a {
    color: red !important;
    text-decoration: underline !important;
}

.team-area.style-inner .team-content p {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0;
}

.team-area.style-inner .team-social-icon {
    text-align: center;
    padding-top: 23px;
    transition: 0.5s;
}

.team-area.style-inner .team-social-icon ul li {
    list-style: none;
    display: inline-block;
    margin: 0 8px;
}

.team-area.style-inner .team-social-icon ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins";
    text-transform: uppercase;
    color: #050a1e;
    transition: 0.5s;
}

/*all hover team */
.team-area.style-inner .single-team-box:hover::before {
    width: 100%;
    bottom: 0;
}

.team-area.style-inner .single-team-box:hover .team-social-icon ul li a {
    color: #fff;
}

/*---=====================================================
<!-- Start SDT Team Details Area-->
=========================================================---*/
.team-details-area {
    padding: 122px 0 88px;
    background: #f4f4f4;
}

.team-thumb img {
    width: 100%;
}

.team-details-area .team-member-title h4 {
    font-size: 36px;
    margin: 0;
}

.team-details-area p.desc {
    margin-top: 34px;
    margin-bottom: 45px;
}

.team-details-area .contact-info-box {
    background: #fff;
    padding: 29px 25px 27px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    gap: 11px;
}

.team-details-area .contact-info-icon i {
    display: inline-block;
    color: #004183;
    border: 2px solid #004183;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    font-size: 22px;
    transition: 0.5s;
}

.team-details-area .contact-info-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    transition: 0.5s;
}

.team-details-area .contact-info-content p {
    font-size: 26px;
    color: #004183;
    font-weight: 600;
    margin: 0;
    padding: 0;
    transition: 0.5s;
}

.team-details-area .team-details-social-icon ul li {
    font-size: 22px;
    color: #041424;
    font-weight: 600;
    margin-top: 49px;
    display: inline-block;
}

.team-details-area .team-details-social-icon ul li i {
    background: #e5e7e9;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    color: #111;
    font-size: 14px;
    margin-left: 7px;
    transition: 0.5s;
}

.team-details-area .team-details-social-icon ul li i:hover {
    background: #004183;
    color: #fff;
}

.team-details-area .team-details-location-box {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 46px;
}

.team-details-area .team-details-location-box .contact-info-content p {
    font-size: 17px;
    color: #7a7a7a;
    font-weight: 600;
    margin: 0;
    padding: 0;
    transition: 0.5s;
}

.team-details-area .team-details-skills {
    margin-top: 115px;
}

.team-details-area .team-details-skills h4 {
    font-size: 36px;
    margin: 0 0 49px;
}

.team-details-area .skill {
    margin-bottom: 38px;
    position: relative;
    overflow: hidden;
}

.team-details-area .contact_from_box {
    margin-top: 115px;
}

.team-details-area .form_box input {
    background: transparent;
}

.team-details-area .form_box input {
    border: 1px solid rgba(122, 122, 122, 0.5);
    height: 60px;
    border-radius: 15px;
    padding: 0 23px 0;
    margin-bottom: 21px;
    width: 100%;
    transition: 0.5s;
    font-size: 16px;
    line-height: 26px;
    color: #7a7a7a;
    font-weight: 400;
    font-family: "Fira Sans";
}

.team-details-area .form_box textarea {
    background: transparent;
}

.team-details-area .form_box textarea {
    border: 1px solid rgba(122, 122, 122, 0.5);
    outline: 0;
    width: 100%;
    padding: 17px 23px 0;
    height: 150px;
    margin-bottom: 22px;
    transition: 0.5s;
    border-radius: 25px;
    font-size: 16px;
    line-height: 26px;
    color: #7a7a7a;
    font-weight: 400;
    font-family: "Fira Sans";
}

/*---=====================================================
   <!--SDT skill bar-->
=========================================================---*/

.skill {
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
}

.skill > p {
    margin: 0 0 11px;
    font-size: 17px;
    color: #7a7a7a;
}

.skill:before {
    width: 85%;
    height: 7px;
    content: "";
    display: block;
    position: absolute;
    background: #d1dff9;
    bottom: 0;
    border-radius: 100px;
}

.skill-bar {
    width: 74% !important;
    height: 7px;
    background: #004183;
    display: block;
    position: relative;
    border-radius: 100px;
}

/* SKILL 1 */
.skill1 {
    width: 95%;
}

.skill-bar span {
    position: absolute;
    top: -40px;
    padding: 0;
    font-size: 18px;
    padding: 3px 0;
    font-weight: 500;
    color: #004183;
}

.skill-bar {
    position: relative;
}

.skill1 .skill-count1 {
    right: 0;
}

.skill2 .skill-count2 {
    right: 0;
}

/*---=====================================================
   <!--SDT skill bar-->
=========================================================---*/

.skill {
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
}

.skill > p {
    margin: 0 0 11px;
    font-size: 17px;
    color: #7a7a7a;
}

.skill:before {
    width: 85%;
    height: 7px;
    content: "";
    display: block;
    position: absolute;
    background: #d1dff9;
    bottom: 0;
    border-radius: 100px;
}

.skill-bar {
    width: 74% !important;
    height: 7px;
    background: #004183;
    display: block;
    position: relative;
    border-radius: 100px;
}

/* SKILL 1 */
.skill1 {
    width: 95%;
}

.skill-bar span {
    position: absolute;
    top: -40px;
    padding: 0;
    font-size: 18px;
    padding: 3px 0;
    font-weight: 500;
    color: #004183;
}

.skill-bar {
    position: relative;
}

.skill1 .skill-count1 {
    right: 0;
}

.skill2 .skill-count2 {
    right: 0;
}

/*---=====================================================
 <!-- Start SDT services details area css-->
=========================================================---*/
.services-details-area {
    padding: 50px 0px;
    background-color: #f4f4f4;
}

.services-details-thumb img {
    width: 100%;
}

.services-details-content {
    padding-top: 18px;
}

h4.services-details-title {
    margin-bottom: 10px;
    font-size: 28px;
    color: #050a1e;
    font-weight: 700;
}

p.services-details-desc {
    margin-top: 24px;
    font-size: 17px;
    color: #7a7a7a;
}

.service-details-content h4 {
    font-size: 24px;
    color: #050a1e;
    font-weight: 600;
}

.service-details-content p {
    font-size: 17px;
    color: #7a7a7a;
}

.service-details-list {
    padding-top: 12px;
}

.service-details-list li {
    list-style: none;
    font-size: 20px;
    line-height: 46px;
    color: #050a1e;
    font-weight: 500;
}

.service-details-list li i {
    color: #004183;
    margin-right: 12px;
}

.service-detalis-text-box,
.service-details-icon-box {
    border-radius: 15px;
    border: 2px solid #fff;
    padding: 20px 36px 32px;
    margin-top: 28px;
}

.service-det-content h3 {
    font-size: 24px;
    line-height: 48px;
    color: #050a1e;
    font-weight: 600;
    margin: 40px 0 15px;
}

.service-details-icon-box {
    padding: 41px 36px 32px;
}

.services-details-area .tab_container {
    position: relative;
    margin-top: 95px;
}

.services-details-area .accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    z-index: 1;
    font-size: 18px;
    color: #004183 !important;
    font-weight: 500;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 15px;
    padding: 0px 20px 0px 30px;
}

.services-details-area .accordion li a span {
    position: relative;
    z-index: 1;
    font-size: 18px;
    color: #050a1e;
    font-weight: 500;
    font-family: "Poppins";
    font-size: 18px;
    line-height: 66px;
    font-weight: 500;
    margin-left: 20px;
}

.services-details-area ul.accordion a.active {
    color: #fff !important;
    background: #050a1e !important;
}

.services-details-area ul.accordion a.active span {
    color: #fff !important;
    background: #050a1e !important;
}

.services-details-area .accordion li p {
    display: none;
    font-size: 16px;
    color: #7a7a7a;
    padding: 25px 0 10px 30px;
    margin: 0;
}

/*widget-sidber css*/
.widget-sidber {
    background-color: #f4f4f4;
    padding: 32px 41px 29px;
    margin-bottom: 27px;
    border: 2px solid #fff;
    border-radius: 20px;
}

.widget-sidber-content h4 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 46px;
    position: relative;
}

.widget-sidber-content h4:before {
    position: absolute;
    content: "";
    width: 29px;
    height: 2px;
    left: 0;
    bottom: -8px;
    background: #004183;
}

.widget-category ul li img {
    margin-right: 12px;
    transition: 0.5s;
}

.widget-category ul li a:hover img {
    display: none;
}

.widget-category ul li {
    list-style: none;
}

.widget-category ul li a {
    padding: 14px 26px;
    width: 100%;
    display: inline-block;
    margin-bottom: 14px;
    color: #001819;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border: 2px solid #ffff;
    text-transform: uppercase;
}

.widget-category ul li a:hover {
    color: #fff;
}

.widget-category ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #004183;
    z-index: -1;
    border-radius: 5px;
    transition: 0.5s;
}

.widget-category ul li a:hover:before {
    width: 100%;
    left: 0;
}

.widget-category ul li i {
    color: black;
    display: inline-block;
    float: right;
    font-size: 17px;
    opacity: 0;
    transition: 0.5s;
}

.widget-category ul li a:hover i {
    opacity: 1;
    color: #fff;
}

.widget-sidber-download-button a {
    display: inline-block;
    background: #00181a;
    width: 100%;
    color: #fff;
    padding: 15px 23px;
    border-radius: 5px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.widget-sidber-download-button a.active {
    background: #004183 !important;
}

.widget-sidber-download-button i {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    margin-right: 9px;
    position: relative;
    top: 3px;
}

.widget-sidber-download-button a.active i {
    color: #fff;
}

.widget-sidber-download-button span i {
    float: right;
    display: inline-block;
    font-size: 16px;
}

.widget-sidber-download-button a.active span i {
    color: #fff;
}

/*sidber contact*/

.widget-sidber-contact-box {
    background: url("../images/inner/sidber-contact.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    padding: 48px 43px 48px;
}

p.widget-sidber-contact-text {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    padding: 25px 0 13px;
}

h3.widget-sidber-contact-number {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 14px;
}

span.widget-sidber-contact-gmail {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}

span.widget-sidber-contact-gmail i {
    display: inline-block;
    font-size: 17px;
    color: #004183;
    position: relative;
    top: 2px;
    margin-right: 6px;
}

.widget-sidber-contact-btn a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    background: #004183;
    padding: 16px 98px 15px;
    border-radius: 5px;
    margin-top: 55px;
    transition: 0.5s;
    border: 2px solid #004183;
}

.widget-sidber-contact-btn a:hover {
    background: transparent;
    color: #004183;
}

.widget-sidber-contact-btn a i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 3px;
}

/* widget search */
.widget-sidber {
    border-radius: 5px;
    background-color: #f4f4f4;
    padding: 32px 41px 29px;
    margin-bottom: 27px;
}

.widget_search form {
    position: relative;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px !important;
    height: 60px;
    width: 100% !important;
    position: relative;
    color: #012549;
    outline: 0 !important;
    border: transparent !important;
}

button.icons {
    border: 0;
    font-size: 16px;
    position: absolute;
    right: 14px;
    top: 20px;
    color: #1e1e1e;
    background: transparent;
    opacity: 0.7;
}

/* recent post */
.sidber-widget-recent-post {
    margin-bottom: 27px;
    display: flex;
    align-items: center;
    gap: 19px;
}

.recent-widget-content a {
    transition: 0.5s;
    width: 95%;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #050a1e;
    font-weight: 600;
}

.sidber-widget-recent-post:hover .recent-widget-content a {
    color: #004183 !important;
}

.recent-widget-content p {
    font-size: 14px;
    margin: 0;
    color: #004183;
}

/* widget tag */
.widget-catefories-tags a {
    display: inline-block;
    color: #101010;
    font-weight: 500;
    background: #fff;
    padding: 6px 19px;
    margin: 6px 3px;
    position: relative;
    z-index: 1;
    font-size: 15px;
}

.widget-catefories-tags a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #004183;
    transition: 0.5s;
    z-index: -1;
}

.widget-catefories-tags a:hover {
    color: #fff;
}

.widget-catefories-tags a:hover:before {
    width: 100%;
    left: 0;
}

/*---=====================================================
	<!-- Start SDT case study area css -->
=========================================================---*/
.case-study-area {
    padding: 100px 0 90px;
}

.case_study_nav {
    margin: 0 0 60px;
}

.case_study_menu {
    text-align: center;
}

.case_study_menu ul {
    background: #f4f4f4;
    display: inline-block;
    padding: 10px;
    border-radius: 15px;
}

.case_study_menu ul li {
    background: transparent;
    border: medium none;
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: capitalize;
    padding: 14px 30px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin: 0 3px;
    display: inline-block;
    background: #fff;
    border-radius: 5px;
}

.case_study_menu ul li:hover {
    color: #fff;
}

.case_study_menu ul li::before {
    animation: opacityFallbackOut 0.5s step-end forwards;
    backface-visibility: hidden;
    background-color: #004183;
    clip-path: polygon(-1% 0, 0 0, -25% 104%, -1% 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.5s;
    width: 100%;
    border-radius: 5px;
    z-index: -1;
}

.case_study_menu ul li:hover:before {
    animation: opacityFallbackIn 0s step-start forwards;
    clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.case_study_menu ul li:hover::before {
    width: 100%;
    z-index: -1;
}

li.current_menu_item {
    color: #fff !important;
    background: #004183 !important;
}

.case-study-single-box {
    margin-bottom: 85px;
    margin-right: 70px;
}

.case-study-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 35px 27px;
    border-radius: 20px;
    background-color: #f4f4f4;
    position: absolute;
    bottom: 30px;
    left: 90px;
    width: 84%;
    transition: 0.5s;
}

.case-study-thumb {
    position: relative;
}

.case-study-thumb img {
    width: 100%;
}

.case-study-title h5 {
    font-size: 16px;
    line-height: 26px;
    color: #004183;
    font-weight: 400;
    margin: 0;
}

.case-study-title h3 {
    margin: 0;
    line-height: 44px;
}

.case-study-title h3 a {
    font-size: 22px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    transition: 0.5s;
}

.case-study-title h3 a:hover {
    color: #004183;
}

.case-study-icon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 28px;
    background-color: #050a1e;
    text-align: center;
    transition: 0.5s;
}

.case-study-content:hover .case-study-icon {
    background: #004183;
}

.case-study-icon i {
    color: #ffffff;
    font-size: 26px;
}

/*---=====================================================
<!--start SDT project details area css -->
=========================================================---*/
.project-details-area {
    padding: 123px 0 93px;
    background: #f4f4f4;
}

.project-details-thumb img {
    width: 100%;
}

.row.project-box-info {
    border-radius: 25px;
    background-color: #ffffff;
    margin: 60px 0 68px;
    padding: 55px 0 15px;
}

.project-details-box p {
    font-size: 18px;
    color: #7a7a7a;
    margin: 0;
}

.project-details-box h6 {
    font-size: 24px;
    line-height: 46px;
    color: #050a1e;
    font-weight: 600;
    font-family: "Fira Sans";
}

.project-details-box {
    padding-left: 96px;
    margin-bottom: 20px;
}

.project-details-content h4 {
    font-size: 30px;
    color: #050a1e;
    font-weight: 600;
}

p.project-details-desc {
    font-size: 17px;
    margin-bottom: 27px;
    width: 96%;
}

.project-details-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 54px;
}

.project-details-list-item h4 {
    font-size: 28px;
}

.project-details-list-item ul li {
    list-style: none;
    font-size: 17px;
    line-height: 39px;
}

.project-details-list-item ul li i {
    display: inline-block;
    color: #004183;
    font-size: 19px;
    margin-right: 11px;
    position: relative;
    top: 2px;
}

a.project-details-text {
    display: inline-block;
    font-size: 28px;
    line-height: 38px;
    color: #004183;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 19px;
}

.project-details-item-images img {
    width: 100%;
}

.widget-sidber-contact-btn a {
    padding: 16px 70px 15px;
}

/*---=====================================================
<!-- Start SDT blog Area css style-grid-->
=========================================================---*/
.blog-area.style-grid .single-blog-box {
    background: #fff;
    border-radius: 15px;
    padding: 25px 26px 36px;
    margin-bottom: 30px;
}

.blog-area.style-grid .single-blog-thumb {
    transition: 0.5s;
    overflow: hidden;
}

.blog-area.style-grid .single-blog-thumb img {
    width: 100%;
    transition: 0.5s;
}

.blog-area.style-grid .blog-box-content {
    padding: 25px 20px 5px 10px;
}

.blog-area.style-grid .meta-blog a span {
    display: inline-block;
    font-size: 15px;
    color: #7a7a7a;
    font-weight: 400;
    font-family: "Fira Sans";
}

.blog-area.style-grid .meta-blog span i {
    display: inline-block;
    color: #004183;
    margin-right: 15px;
}

.blog-area.style-grid .meta-blog p {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 0;
}

.blog-area.style-grid .meta-blog p span {
    display: inline-block;
    margin-right: 15px;
}

.blog-area.style-grid .blog-box-content h3 {
    margin: 0;
}

.blog-area.style-grid .blog-box-content h3 a {
    display: inline-block;
    font-size: 22px;
    line-height: 34px;
    color: #050a1e;
    font-weight: 600;
    font-family: "Fira Sans";
    text-decoration: none;
    padding: 22px 0 34px;
    transition: 0.5s;
}

.blog-area.style-grid .blog-button a {
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    color: #050a1e;
    font-family: "Fira Sans";
    border-radius: 22px;
    padding: 10px 30px;
    position: relative;
    z-index: 1;
    border: 1px solid rgb(122 122 122 /25%);
    transition: 0.5s;
}

.blog-area.style-grid .blog-button a i {
    margin-left: 10px;
}

.blog-area.style-grid .blog-button a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #004183;
    left: 0;
    top: 0;
    border-radius: 20px;
    transform: scale(0);
    transition: 0.5s;
    z-index: -1;
}

/* all hover grid */
.blog-area.style-grid .blog-box-content h3 a:hover {
    color: #004183;
}

.blog-area.style-grid .blog-button:hover a {
    color: #fff;
}

.blog-area.style-grid .blog-button a:hover::before {
    transform: scale(1);
}

.blog-area.style-grid .single-blog-box:hover .single-blog-thumb img {
    transform: scale(1.1);
}

/*---=====================================================
<!-- Start SDT blog details css-->
=========================================================---*/
.blog-details-area {
    padding: 40px 0 40px;
}

.blog-details-thumb {
    overflow: hidden;
}

.blog-details-thumb img {
    width: 100%;
    transition: 0.5s;
}

.blog-details-thumb img:hover {
    transform: scale(1.2);
}

.blog-details-content {
    padding: 15px;
    border: 1px solid #2222;
}

.blog-details-area .meta-blog span {
    display: inline-block;
    margin-right: 28px;
    font-weight: 500;
}

.blog-details-area span.mate-text {
    padding-left: 36px;
    position: relative;
}

.blog-details-area span.mate-text:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    left: 5px;
    top: 11px;
    background: #004183;
}

.blog-details-area .meta-blog i {
    display: inline-block;
    color: #004183;
    padding-right: 9px;
}

.blog-details-area .meta-blog img {
    margin-right: 8px;
    position: relative;
    top: -1px;
}

h4.blog-details-title {
    font-size: 32px;
    margin: 12px 0 19px;
}

p.blog-details-desc {
    font-size: 17px;
    margin-bottom: 25px;
}

.blog-details-author-talk {
    display: flex;
    gap: 26px;
    background: #f4f4f4;
    padding: 41px 51px 40px;
    margin-top: 48px;
    border-radius: 10px;
}

.blog-details-quote img {
    position: relative;
    top: 8px;
}

.blog-details-author-title p {
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
    color: #001819;
}

.blog-details-quote img {
    position: relative;
    top: 8px;
    color: #001819;
}

.blog-details-author-title span {
    margin-left: 58px;
    display: inline-block;
    color: #001819;
    position: relative;
}

.blog-details-author-title span:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: -58px;
    top: 12px;
    background: #004183;
}

h3.blog-details-title {
    font-size: 28px;
    margin: 54px 0 16px;
}

p.blog-details-desc.two {
    width: 95%;
}

.blog-details-list-item {
    margin-bottom: 40px;
}

.blog-details-list-item ul li {
    margin-bottom: 10px;
    font-size: 17px;
}

.blog-details-list-item ul li {
    list-style: none;
}

.blog-details-list-item ul li i {
    display: inline-block;
    color: #004183;
    font-size: 18px;
    margin-right: 16px;
}

h3.blog-details-title.two {
    font-size: 28px;
    margin: 38px 0 16px;
}

p.blog-details-desc.three {
    width: 100%;
}

.blog-details-socila-box {
    border: 1px solid #2222;
    border-top: transparent;
    padding: 19px 35px 18px;
    border-radius: 0 0 5px 5px;
}

.blog-details-category span a {
    display: inline-block;
    background: #f4f4f4;
    padding: 6px 16px;
    font-weight: 500;
    color: #001819;
    border-radius: 3px;
    margin-right: 7px;
    transition: 0.5s;
}

.blog-details-category span a:hover {
    background: #004183;
    color: #fff;
}

.blog-details-category span a.active-class {
    background: #004183;
    color: #fff;
}

.blog-details-social-icon {
    text-align: right;
}

.blog-details-social-icon ul li {
    display: inline-block;
}

.blog-details-social-icon ul li i {
    display: inline-block;
    background: #004183;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 13px;
    margin-left: 5px;
}

.blog-details-social-icon ul li:nth-child(2) i {
    background: #00aff5;
}

.blog-details-social-icon ul li:nth-child(3) i {
    background: #050a1e;
}

.blog-details-social-icon ul li:nth-child(4) i {
    background: #b7071c;
}

/* Comment CSS */

.single-comment-area {
    background: #f4f4f4;
    padding: 49px 41px 56px;
    margin-top: 61px;
    border-radius: 5px;
}

.blog-details-comment-title h4 {
    font-size: 28px;
    margin: 0 0 28px;
}

.blog-details-comment {
    margin-bottom: 19px;
    position: relative;
    border: 1px solid #22222214;
    padding: 29px 29px 25px;
}

.blog-details-comment.style-two {
    margin-left: 105px;
}

.blog-details-comment-thumb {
    float: left;
    margin-right: 30px;
}

.blog-details-comment-content {
    overflow: hidden;
}

.blog-details-comment-content h2 {
    font-size: 20px;
    margin-top: 0;
    display: inline-block;
    font-weight: 700;
    margin-right: 30px;
}

.blog-details-comment-content p {
    font-size: 15px;
    margin: 13px 0 0;
}

.blog-details-comment-reply {
    position: absolute;
    right: 22px;
    top: 21px;
}

.blog-details-comment-reply a {
    background: #004183;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
}

.blog-details-comment.reply {
    margin-left: 70px;
    padding-top: 35px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.blog-details-contact-title h4 {
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 31px;
}

.blog-details-area .contact-input-box input {
    background: #fff;
    border: transparent;
    width: 100%;
    height: 60px;
    padding: 22px;
    outline: 0;
    margin-bottom: 11px;
}

.blog-details-area .contact-input-box textarea {
    background: #fff;
    border: transparent;
    width: 100%;
    height: 170px;
    padding: 12px 22px 0;
    outline: 0;
    margin-top: 11px;
    margin-bottom: 20px;
}

.input-check-box span {
    font-size: 15px;
    margin-left: 7px;
}

.blog-details-submi-button button {
    background: #004183;
    color: #fff;
    text-transform: uppercase;
    border: transparent;
    padding: 12px 26px;
    font-size: 15px;
    margin-top: 34px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border: 2px solid #004183;
    border-radius: 5px;
    font-weight: 500;
}

.blog-details-submi-button button:hover {
    color: #004183;
}

.blog-details-submi-button button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    transition: 0.5s;
    z-index: -1;
    border-radius: 5px;
}

.blog-details-submi-button button:hover:before {
    width: 100%;
    left: 0;
}

/*---=====================================================
<!-- Start SDPT google map area -->
=========================================================---*/
.google-map {
    background: #f5f6fa;
}
.google-map iframe {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    padding: 0px 0px 50px;
}

/*---start-curser---*/
.curser {
    position: fixed;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #eb4e01;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
    transition: 0.2s;
}

.curser2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background: #eb4e01;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 9999;
    transition: 0.15s;
    animation: Ripple 1.6s ease-in-out infinite;
    -webkit-animation: Ripple 1.6s ease-in-out infinite;
    -moz-animation: Ripple 1.6s ease-in-out infinite;
}

/*
<!-- ============================================================== -->
<!-- SDT Scrollup Section -->
<!-- ============================================================== -->*/

.scroll-area {
    position: relative;
    z-index: 999;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #ffc704 0%, #ffc704 100%);
    background-image: -ms-linear-gradient(0deg, #ffc704 0%, #ffc704 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
    color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #004183;
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #ffc704 0%, #ffc704 100%);
    background-image: -webkit-linear-gradient(0deg, #ffc704 0%, #ffc704 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background-color: #222;
    color: #fff;
}

.scroll-area.home-two .top-wrap .go-top-button {
    background: #00aff5;
}

.scroll-area.home-two .top-wrap .go-top-button::after {
    background-image: -moz-linear-gradient(0deg, #00aff5 0%, #00aff5 100%);
    background-image: -webkit-linear-gradient(0deg, #00aff5 0%, #00aff5 100%);
}

@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

/*===========================
<-- SDT Loader Css -->
=============================*/

.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #004183;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: "";
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #004183;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: "";
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #ffff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 52%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}

/*===========================
<-- corporate Bounce Animation Css -->
=============================*/

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-slow {
    animation-name: float-bob5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@-webkit-keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}

@-webkit-keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@-webkit-keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@-webkit-keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@-webkit-keyframes float-bob6 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

/*--==============================================->
  <!-- corporate Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

@keyframes rotateIt2 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*rotateme animation*/
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ripple-red */
.ripple {
    -webkit-animation: ripple-red 1s linear infinite;
    animation: ripple-red 1s linear infinite;
    -webkit-transition: 0.5s;
}

@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow:
            0 0 0 0 rgba(255, 255, 255, 0.3),
            0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow:
            0 0 0 0 rgba(255, 255, 255, 0.3),
            0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 20px rgba(255, 255, 255, 0.3);
    }

    100% {
        -webkit-box-shadow:
            0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 20px rgba(255, 255, 255, 0.3),
            0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow:
            0 0 0 10px rgba(255, 255, 255, 0.3),
            0 0 0 20px rgba(255, 255, 255, 0.3),
            0 0 0 30px rgba(212, 90, 219, 0);
    }
}

/* scroll animation marquee */
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.rotateme {
    animation: rotate-1 15s linear infinite;
}

@keyframes rotate-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*bounce-left-right-animation*/

@keyframes bounceleft {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    50% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    100% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}

/* headline Wraping */
.sctxt {
    text-transform: uppercase;
}

.sctxt {
    text-align: center;
}

.sctxt {
    position: absolute;
    right: 0;
    left: 0;
}

.sctxt {
    font-size: 100px;
    top: 0;
    font-weight: 900;
    padding: 70px 0 70px 0;
    -webkit-text-stroke: 1px #004183;
    -webkit-text-fill-color: #fff;
}

.typing-text .sctxt {
    -webkit-text-stroke: 1px #004183 !important;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    background: #004183;
}

.the-type {
    width: 80%;
    margin: 0 auto;
}

.the-type span {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 90px;
    top: 0;
    font-weight: 900;
    /*-webkit-text-stroke: 1px #e8e8e8;*/
    -webkit-text-stroke: 1px #004183;
    -webkit-text-fill-color: #fff;
    display: inline;
    text-transform: capitalize !important;
    background: linear-gradient(45deg, rgb(241 92 34), #ffd384, rgb(241 92 34));
    -webkit-background-clip: text;
    -moz-background-clip: text;
    color: transparent;
    text-transform: capitalize;
    border-right-style: solid;
    border-width: 10px;
    border-image: linear-gradient(45deg, #dc3545, #004183, #dc3545) 1;
}

@media only screen and (max-width: 991px) {
    .the-type span {
        font-size: 50px;
    }

    .sctxt {
        font-size: 50px;
    }
}
/* We serve All Industries */
/* SECTION */
.industry-section {
    background: #ffffff;
    padding: 0px 20px;
    font-family: Arial, sans-serif;
}

/* CONTAINER */
.industry-container {
    max-width: 1400px;
    margin: 0 auto;
}

/* MAIN WRAP */
.industry-box {
    display: flex;
    gap: 60px;
    align-items: center;
}

/* LEFT ICON GRID */
.icon-grid {
    width: 35%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.icon-box {
    background: #f4f5fa;
    border-radius: 22px;
    padding: 30px 20px;
    text-align: center;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
}

.icon-box i {
    font-size: 26px;
    color: #555;
    margin-bottom: 12px;
}

.icon-box span {
    display: block;
    font-size: 15px;
    color: #111111;
    font-weight: 500;
}

.icon-box:hover,
.icon-box.active {
    background: #ffffff;
    border-color: #004183;
    color: #004183;
}

.icon-box:hover i,
.icon-box.active i {
    background: #ffffff;
    border-color: #004183;
    color: #004183;
}

.icon-box.active i {
    color: #004183;
}

/* RIGHT CONTENT */
.industry-content {
    width: 65%;
    display: flex;
    gap: 40px;
    align-items: center;
}

.industry-img {
    width: 425px;
    height: 425px;
    border-radius: 26px;
    object-fit: cover;
}

.industry-content h3 {
    font-size: 40px;
    margin-bottom: 15px;
    color: #004183;
}

.industry-content p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    text-align: justify;
}

/* BUTTON */
.explore-btn {
    margin-top: 22px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border: 2px solid #004183;
    border-radius: 30px;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}

.explore-btn:hover {
    background: #004183;
    color: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .industry-box {
        flex-direction: column;
    }

    .icon-grid,
    .industry-content {
        width: 100%;
    }

    .industry-content {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .icon-box {
        background: #f4f5fa;
        border-radius: 22px;
        padding: 20px 10px;
        text-align: center;
        cursor: pointer;
        border: 2px solid transparent;
        transition: 1s;
    }

    .icon-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .industry-img {
        width: 375px;
        height: 300px;
        border-radius: 26px;
        object-fit: cover;
    }
}
/* We Work In Technology */
.wrapper-sdpt {
    max-width: 1400px;
    margin: auto;
    padding: 0px 0px 60px 0px;
    display: flex;
    gap: 60px;
}

/* SIDEBAR */
.sidebar-sdpt {
    width: 300px;
    background: #004183;
    border-radius: 24px;
    padding: 22px;
}

.tab-sdpt {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 15px 18px;
    border-radius: 14px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #fff;
    transition: 0.5s;
}

.tab-sdpt i {
    font-size: 15px;
    width: 22px;
    color: #fff;
}

.tab-sdpt.active {
    background: #eb4e01;
    color: #fff;
}

.tab-sdpt.active i {
    color: #fff;
}

/* CONTENT */
.content-sdpt {
    flex: 1;
    animation: fadeSlide 0.9s ease;
}
.content-sdpt h3 {
    color: #004183;
}
.content-sdpt p {
    font-size: 18px;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.content-sdpt h2 {
    font-size: 44px;
    margin-bottom: 14px;
    color: #000;
}

.content-sdpt p {
    max-width: 900px;
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* GRID */
.grid-sdpt {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 28px;
}
.card-sdpt {
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #00418317;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;

    /* 3D INSET + SOFT SHADOW */
    box-shadow:
        inset 4px 4px 8px rgba(255, 255, 255, 0.9),
        inset -4px -4px 8px rgba(0, 0, 0, 0.06),
        0px 60px 60px rgba(0, 0, 0, 0.08);

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}

.card-sdpt:hover {
    transform: translateY(-8px);
    box-shadow:
        inset 2px 2px 8px rgba(255, 255, 255, 0.7),
        inset -2px -2px 8px rgba(0, 0, 0, 0.2),
        0 25px 45px rgba(235, 78, 1, 0.35),
        0 10px 25px rgba(0, 65, 131, 0.35);
}

.card-sdpt img {
    width: 55px;
    height: 55px;
    margin-bottom: 12px;
}

.card-sdpt span {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    .grid-sdpt {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .wrapper-sdpt {
        flex-direction: column;
        padding: 40px 15px;
    }

    /* SIDEBAR → 2 COLUMN GRID */
    .sidebar-sdpt {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 16px;
        border-radius: 18px;
    }

    .tab-sdpt {
        margin-bottom: 0;
        padding: 14px 10px;
        gap: 5px;
        font-size: 14px;
    }

    .tab-sdpt i {
        font-size: 14px;
    }

    /* GRID CONTENT */
    .grid-sdpt {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .card-sdpt {
        padding: 20px 10px;
    }

    .card-sdpt img {
        width: 36px;
        height: 36px;
    }

    .card-sdpt span {
        font-size: 13px;
    }
}
/* Why Choose SDT CSS Here */
.section-why-sdt {
    background: #f5f5f8;
    padding: 0px 0px 60px 0px;
}

/* CONTAINER */
.container-why-sdt {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    /* points | image */
    gap: 60px;
    align-items: stretch;
}

/* GRID (POINTS) */
.cards-why-sdt {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

/* IMAGE DESKTOP */
.image-box-why-sdt {
    border-radius: 30px;
    overflow: hidden;
}

.image-box-why-sdt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: fade 0.6s ease;
}

/* CARD */
.card-why-sdt {
    background: #fff;
    border-radius: 26px;
    padding: 32px;
    cursor: pointer;
    transition: 0.35s;
    border: 2px solid transparent;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.card-why-sdt:hover {
    transform: translateY(-8px);
}

.card-why-sdt.active {
    border-color: #004183;
    box-shadow: 0 0 0 3px rgba(107, 0, 218, 0.15);
}

.card-why-sdt span {
    font-size: 40px;
    font-weight: 700;
    color: #004183;
}

.card-why-sdt h3 {
    margin: 14px 0 10px;
    font-size: 18px;
}

.card-why-sdt p {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
}

/* MOBILE IMAGE */
.mobile-img-why-sdt {
    display: none;
    margin-top: 20px;
    border-radius: 20px;
    overflow: hidden;
    animation: fade 0.5s ease;
}

.mobile-img-why-sdt img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* ANIMATION */
@keyframes fade {
    from {
        opacity: 0;
        transform: scale(1.05);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .container-why-sdt {
        grid-template-columns: 1fr;
    }

    .image-box-why-sdt {
        display: none;
    }

    .cards-why-sdt {
        grid-template-columns: 1fr;
    }

    .card-why-sdt.active .mobile-img-why-sdt {
        display: block;
    }
}
/* OUR SERVICES SECTION */

.siddhi-services-section {
    position: relative;
    padding: 110px 0px;
    overflow: hidden;
}
/* Video Styling */
/* .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
} */

/* LIGHT OVERLAY */

.siddhi-services-section::before {
    content: "";
    position: absolute;
    inset: 0;
}

/* FLOATING PARTICLES */

.siddhi-particles span {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    animation: siddhiFloat 15s linear infinite;
}

.siddhi-particles span:nth-child(1) {
    left: 10%;
    top: 20%;
}
.siddhi-particles span:nth-child(2) {
    left: 25%;
    top: 70%;
}
.siddhi-particles span:nth-child(3) {
    left: 40%;
    top: 40%;
}
.siddhi-particles span:nth-child(4) {
    left: 60%;
    top: 80%;
}
.siddhi-particles span:nth-child(5) {
    left: 75%;
    top: 25%;
}
.siddhi-particles span:nth-child(6) {
    left: 90%;
    top: 60%;
}

@keyframes siddhiFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-70px);
    }
    100% {
        transform: translateY(0);
    }
}

/* CONTAINER */
.siddhi-container {
    position: relative;
    max-width: 1320px;
    margin: auto;
}

/* HEADING */
.siddhi-services-heading {
    text-align: center;
    margin-bottom: 70px;
}

.siddhi-services-heading h2 {
    font-size: 40px;
    color: #004183;
    margin-bottom: 10px;
}

.siddhi-services-heading p {
    color: #555;
    max-width: 800px;
    margin: auto;
    line-height: 1.6;
    font-size: 18px;
}

/* GRID */

.siddhi-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* CARD */

.siddhi-service-card {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: 0.4s;
    transform: translateY(40px);
    opacity: 0;
    position: relative;
}

/* ANIMATED BORDER */
.siddhi-service-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: linear-gradient(
        90deg,
        #004183 0%,
        #eb4e01 35%,
        #ffffff 70%,
        #000000 100%
    );
    background-size: 300%;
    animation: siddhiBorder 6s linear infinite;
}

@keyframes siddhiBorder {
    0% {
        background-position: 0%;
    }
    100% {
        background-position: 300%;
    }
}

/* IMAGE */

.siddhi-service-img {
    height: 180px;
    overflow: hidden;
}

.siddhi-service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

/* CONTENT */

.siddhi-service-content {
    padding: 24px;
}

.siddhi-service-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #004183;
}
.siddhi-service-card h3 a {
    font-size: 22px;
    margin-bottom: 10px;
    color: #004183;
    font-weight: 700;
}
.siddhi-service-card h3 a:hover {
    color: #eb4e01;
}
.siddhi-service-card p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
}

.siddhi-service-btn {
    display: inline-block;
    margin-top: 14px;
    font-size: 16px;
    font-weight: 600;
    color: #004183;
    text-decoration: none;
}
siddhi-service-btn:hover {
    color: #eb4e01;
}
/* HOVER */
.siddhi-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}

.siddhi-service-card:hover img {
    transform: scale(1.08);
}

/* SCROLL ANIMATION */

.siddhi-show {
    opacity: 1;
    transform: translateY(0);
    transition: 0.8s ease;
}

/* RESPONSIVE */

@media (max-width: 992px) {
    .siddhi-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .siddhi-services-heading h2 {
        font-size: 34px;
    }
}

@media (max-width: 600px) {
    .siddhi-services-grid {
        grid-template-columns: 1fr;
    }

    .siddhi-services-section {
        padding: 70px 16px;
    }
}
/* About Section Hello  */
.sdpt-about-bg {
    width: 100%;
    background:
        linear-gradient(rgb(240 248 255 / 85%), rgba(255, 255, 255, 0.95)),
        url(https://images.unsplash.com/photo-1515879218367-8466d910aaa4?q=80&w=1800)
            no-repeat center / cover;
    padding: 90px 0px;
}

/* Centered content container */
.sdpt-about-section {
    max-width: 1320px;
    margin: auto;
}

.sdpt-about-wrap {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.sdpt-about-left h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #004183;
}

.sdpt-about-left p {
    font-size: 18px;
    line-height: 1.8;
    color: #222;
    margin-bottom: 14px;
    text-align: justify;
}

.sdpt-about-left strong {
    color: #000;
}

.sdpt-about-right {
    display: flex;
    justify-content: center;
}

.sdpt-about-right img {
    width: 100%;
    height: auto;
    /* max-width: 420px; */
    /* background: #fff; */
    padding: 16px;
    border-radius: 22px;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); */
}

/* Tablet */
@media (max-width: 992px) {
    .sdpt-about-wrap {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .sdpt-about-left h2 {
        font-size: 30px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .sdpt-about-bg {
        padding: 60px 15px;
    }

    .sdpt-about-left h2 {
        font-size: 24px;
    }

    .sdpt-about-left p {
        font-size: 14px;
    }
}
/* Team Section */
.sdt-team-section {
    max-width: 1400px;
    padding: 20px;
}

.sdt-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.sdt-team-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: 0.4s ease;
    position: relative;
}

.sdt-team-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.sdt-team-img {
    height: 300px;
    overflow: hidden;
}

.sdt-team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease;
}

.sdt-team-card:hover .sdt-team-img img {
    transform: scale(1.08);
}

.sdt-team-info {
    padding: 18px;
    text-align: center;
    position: relative;
}

.sdt-team-info h3 {
    font-size: 18px;
    color: #111827;
    margin-bottom: 10px;
}

.sdt-team-role {
    display: inline-block;
    background: #004183;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 1024px) {
    .sdt-team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .sdt-team-grid {
        grid-template-columns: 1fr;
    }
}
/* Hero Section below content Section */
.siddhid-bg {
    width: 100%;
    background:
        linear-gradient(
            120deg,
            rgba(255, 255, 255, 0.92),
            rgba(240, 248, 255, 0.95)
        ),
        url("https://images.unsplash.com/photo-1531482615713-2afd69097998?q=80&w=1800")
            no-repeat center/cover;
    padding: 80px 0;
}

.section-wrap-siddhid {
    max-width: 1400px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 40px;
}

/* 50% Columns */
.left-img-siddhid,
.right-content-siddhid {
    width: 50%;
}

.left-img-siddhid img {
    width: 100%;
    height: auto;
    /* max-width: 480px; */
    border-radius: 20px;
    /* background: #fff; */
    padding: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.right-content-siddhid h5 {
    color: #0a3ea1;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.right-content-siddhid h2 {
    font-size: 30px;
    font-weight: 700;
    color: #004183;
    line-height: 1.3;
    margin-bottom: 10px;
}

/* List alignment fix */
.right-content-siddhid ul {
    list-style: none;
    padding-left: 0;
}

.right-content-siddhid ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #222;
    line-height: 1.6;
}

.check-icon {
    min-width: 22px;
    height: 22px;
    background: #004183;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}

/* Mobile */
@media (max-width: 768px) {
    .section-wrap-siddhid {
        flex-direction: column;
        padding: 0 15px;
    }
    .left-img-siddhid,
    .right-content-siddhid {
        width: 100%;
    }
    .right-content-siddhid h2 {
        font-size: 26px;
    }
}
/* Why Choose SDT CSS Here */
.siddhiwhy-section {
    padding: 80px 20px;
    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(0, 65, 131, 0.05),
            transparent 40%
        ),
        radial-gradient(
            circle at 80% 80%,
            rgba(235, 78, 1, 0.05),
            transparent 40%
        ),
        #f5f7fb;
}

/* CONTAINER */
.siddhiwhy-container {
    max-width: 1320px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    align-items: stretch;
}

/* LEFT IMAGE */
.siddhiwhy-main-image {
    height: 100%;
}

.siddhiwhy-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;

    /* blur loading */
    filter: blur(10px);
    transform: scale(1.05);
    transition: all 0.6s ease;
}

.siddhiwhy-main-image img.loaded {
    filter: blur(0);
    transform: scale(1);
}

/* TITLE */
.siddhiwhy-title {
    font-size: 40px;
    margin: 10px 0;
    color: #004183;
}

.siddhiwhy-sub {
    color: #555;
    margin-bottom: 30px;
}

/* CARDS */
.siddhiwhy-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* CARD */
.siddhiwhy-card {
    position: relative;
    background: #fff;
    padding: 25px;
    border-radius: 18px;
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/* HOVER LIFT */
.siddhiwhy-card:hover {
    transform: translateY(-5px);
}

/* GRADIENT BORDER */
.siddhiwhy-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #004183, #eb4e01);
    transition: width 0.4s ease;
}

/* ACTIVE + HOVER */
.siddhiwhy-card:hover::after,
.siddhiwhy-card.active::after {
    width: 100%;
    background-size: 200% 100%;
    animation: siddhiwhyMove 2s linear infinite;
}

/* ANIMATION */
@keyframes siddhiwhyMove {
    0% {
        background-position: 0% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

/* TEXT */
.siddhiwhy-number {
    font-size: 26px;
    font-weight: bold;
    color: #eb4e01;
}

.siddhiwhy-card h3 {
    /* margin: 10px 0; */
    color: #004183;
    font-size: 20px;
}

.siddhiwhy-card p {
    color: #666;
}

/* MOBILE IMAGE */
.siddhiwhy-card-image {
    display: none;
    margin-top: 15px;
}

.siddhiwhy-card-image img {
    width: 100%;
    border-radius: 15px;

    filter: blur(10px);
    transform: scale(1.05);
    transition: all 0.6s ease;
}

.siddhiwhy-card-image img.loaded {
    filter: blur(0);
    transform: scale(1);
}

/* MOBILE */
@media (max-width: 900px) {
    .siddhiwhy-container {
        display: block;
    }

    .siddhiwhy-main-image {
        display: none;
    }

    .siddhiwhy-cards {
        grid-template-columns: 1fr;
    }

    .siddhiwhy-card.active .siddhiwhy-card-image {
        display: block;
    }

    .siddhiwhy-title {
        font-size: 28px;
        line-height: 40px;
    }
}
/* =====Locations Section Wrapper ===== */
.siddhidigi_section_wrapper {
    padding: 80px 20px;
    text-align: center;
    font-family: Arial, sans-serif;
}

/* ===== Heading ===== */
.siddhidigi_section_heading {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #004183;
}

.siddhidigi_section_heading::after {
    content: "";
    width: 100px;
    height: 4px;
    background: #004183;
    display: block;
    margin: 15px auto 0;
    border-radius: 6px;
}

.siddhidigi_section_subheading {
    max-width: 800px;
    margin: 25px auto 60px;
    font-size: 18px;
    color: #555;
    line-height: 1.7;
}

/* ===== Cards Container ===== */
.siddhidigi_cards_container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 15px;
}

/* ===== Card Base ===== */
.siddhidigi_card {
    flex: 1;
    height: 450px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: flex 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Active Card */
.siddhidigi_card.siddhidigi_active {
    flex: 3;
}

/* Background Images */
.siddhidigi_card1 {
    background-image: url("../images/united-states.webp");
}
.siddhidigi_card2 {
    background-image: url("../images/united-kingdom.webp");
}
.siddhidigi_card3 {
    background-image: url("../images/united-arab-emirates.webp");
}
.siddhidigi_card4 {
    background-image: url("../images/canada.webp");
}
.siddhidigi_card5 {
    background-image: url("../images/germany.webp");
}
.siddhidigi_card6 {
    background-image: url("../images/india.webp");
}

/* Card Title */
.siddhidigi_card_title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 0;
    font-weight: 900;
    color: white;
    font-size: 1.6rem;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    opacity: 0;
    transition: opacity 0.4s ease;
}

/* Show title when active */
.siddhidigi_card.siddhidigi_active .siddhidigi_card_title {
    opacity: 1;
}

/* ===== Tablet ===== */
@media (max-width: 1024px) {
    .siddhidigi_card {
        height: 350px;
    }
}

/* ===== Mobile ===== */
@media (max-width: 768px) {
    .siddhidigi_section_heading {
        font-size: 26px;
    }

    .siddhidigi_section_subheading {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .siddhidigi_cards_container {
        flex-direction: column;
    }

    .siddhidigi_card {
        height: 220px;
        flex: unset;
    }

    .siddhidigi_card_title {
        opacity: 1;
        font-size: 1.2rem;
    }
}
/* Hero banner Section CSS Here */
.siddhidigi_hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
    background: url("../images/website-designing-services-banner.webp")
        center/cover no-repeat;
    font-family: "Poppins", sans-serif;
}

.siddhidigi_hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(0, 65, 131, 0.8),
        rgba(0, 65, 131, 0.8)
    );
}

.siddhidigi_container {
    position: relative;
    max-width: 1320px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 20px;
}

.siddhidigi_left {
    max-width: 650px;
}

.siddhidigi_badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
    margin-bottom: 20px;
}

.siddhidigi_title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
}

.siddhidigi_text {
    font-size: 18px;
    color: #ddd;
    line-height: 1.7;
}

.siddhidigi_image img {
    width: 550px;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

@media (max-width: 992px) {
    .siddhidigi_container {
        flex-direction: column;
        text-align: center;
    }

    .siddhidigi_title {
        font-size: 38px;
    }

    .siddhidigi_image img {
        width: 100%;
        max-width: 420px;
    }
}
/* About Company Vision/mission Section */
.siddhid-section-bg {
    width: 100%;
    background: url("../assets/images/vision-bg.png") center / cover no-repeat;
}

.siddhid-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 70px 20px 90px;
}

.siddhid-heading {
    text-align: center;
    margin-bottom: 50px;
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeDown 1s ease forwards;
}

.siddhid-heading h2 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 10px;
}

.siddhid-heading p {
    color: #475569;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.siddhid-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.siddhid-card {
    border-radius: 16px;
    padding: 26px 28px 30px;
    border: 1.5px solid;
    background:
        radial-gradient(
            circle at right top,
            rgba(0, 0, 0, 0.04) 1px,
            transparent 1px
        ),
        #1da1f214;
    background-size: 10px 10px;
    opacity: 0;
    transform: translateY(40px);
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        opacity 0.6s ease;
}

.siddhid-card.show {
    opacity: 1;
    transform: translateY(0);
}

.siddhid-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* .siddhid-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
} */

.siddhid-icon img {
    width: 55px;
    /* filter: invert(1); */
}

.siddhid-card h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
}

.siddhid-card p {
    font-size: 14.8px;
    line-height: 1.7;
    color: #475569;
    margin: 0;
    max-width: 520px;
}
.siddhid-mission {
    border-color: #01a0dc;
    background-color: #00bbff17;
}
.siddhid-vision {
    border-color: #8d6cab;
    background-color: #fbf7ff;
}
.siddhid-values {
    border-color: #fb923c;
    background-color: #fff7ed;
}
.siddhid-approach {
    border-color: #14b8a6;
    background-color: #f0fdfa;
}

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1024px) {
    .siddhid-grid {
        grid-template-columns: 1fr;
    }

    .siddhid-heading h2 {
        font-size: 32px;
    }
}

@media (max-width: 600px) {
    .siddhid-wrap {
        padding: 50px 16px 70px;
    }

    .siddhid-heading h2 {
        font-size: 26px;
    }

    .siddhid-card {
        padding: 22px 20px 24px;
    }
}
/* Testimonials Section About Company */
.sidddhidi-test-section-bg {
    padding: 50px 15px;
    background:
        linear-gradient(rgb(10 12 25 / 45%), rgb(10 12 25 / 23%)),
        url("assets/images/testimonials-bg.svg") center / cover no-repeat;
}

.sidddhidi-test-wrap {
    max-width: 1400px;
    margin: auto;
    background: #ffffffab;
    border-radius: 24px;
    padding: 60px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.sidddhidi-test-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 50px;
    align-items: center;
}

.sidddhidi-test-tag {
    color: #eb4e01;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 30px;
}

.sidddhidi-test-title {
    font-size: 42px;
    line-height: 1.15;
    margin-bottom: 15px;
    color: #0f172a;
}

.sidddhidi-test-desc {
    color: #475569;
    max-width: 460px;
    line-height: 1.7;
    font-size: 16px;
}

.sidddhidi-review-frame {
    background: #ffffff54;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    padding: 16px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.sidddhidi-testimonial-sec {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidddhidi-review-frame iframe,
.sidddhidi-testimonial-sec iframe {
    width: 100% !important;
    max-width: 100% !important;
    border: 0;
}

.sidddhidi-client-title {
    text-align: center;
    margin: 60px 0 30px;
    font-weight: 600;
    font-size: 18px;
    color: #0f172a;
}

.sidddhidi-logo-slider {
    overflow: hidden;
}

.sidddhidi-logo-track {
    display: flex;
    align-items: center;
    gap: 25px;
    animation: logoScroll 18s linear infinite;
}

.sidddhidi-logo-track img {
    height: 100px;
    opacity: 0.75;
    transition: 0.3s ease;
}

@keyframes logoScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 1024px) {
    .sidddhidi-test-wrap {
        padding: 40px;
    }

    .sidddhidi-test-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .sidddhidi-test-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .sidddhidi-test-title {
        font-size: 30px;
    }

    .sidddhidi-test-desc {
        max-width: 100%;
    }

    .sidddhidi-review-frame {
        padding: 12px;
        border-radius: 12px;
    }
}

@media (max-width: 480px) {
    .sidddhidi-test-wrap {
        padding: 20px;
        border-radius: 10px;
    }

    .sidddhidi-test-title {
        font-size: 26px;
    }

    .sidddhidi-client-title {
        font-size: 16px;
    }

    .sidddhidi-logo-track {
        gap: 16px;
    }

    .sidddhidi-logo-track img {
        height: 60px;
    }
}
/* Welcome About Section Css Here */
.siddhiabout-root * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ROOT WRAPPER */
.siddhiabout-root {
    font-family: "Poppins", sans-serif;
    background: #f4f7ff;
    overflow-x: hidden;
    position: relative;
}

/* CONTAINER */
.siddhiabout-container {
    max-width: 1320px;
    margin: auto;
}

/* BLUR */
.siddhiabout-blur {
    position: absolute;
    width: 350px;
    height: 350px;
    filter: blur(120px);
}

.siddhiabout-blur1 {
    background: #ff5a00;
    top: 0;
    left: -100px;
}

.siddhiabout-blur2 {
    background: #004aad;
    bottom: 0;
    right: -100px;
}

/* ABOUT */
.siddhiabout-section {
    padding: 100px 0px;
    position: relative;
}

.siddhiabout-wrapper {
    display: flex;
    gap: 60px;
    align-items: center;
}

.siddhiabout-left {
    flex: 1;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(14px);
    padding: 30px;
    border-radius: 20px;
}
.siddhiabout-left p {
    text-align: justify;
}

.siddhiabout-right {
    flex: 1;
    position: relative;
}

/* GRID */
.siddhiabout-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.siddhiabout-grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.siddhiabout-grid-item img {
    width: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.siddhiabout-grid-item:hover img {
    transform: scale(1.12) rotate(2deg);
}

.siddhiabout-grid-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    opacity: 0;
    transition: 0.5s;
}

.siddhiabout-grid-item:hover::after {
    opacity: 1;
}

/* LOGO */
.siddhiabout-grid-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    /* background: #fff; */
    padding: 30px;
    border-radius: 16px;
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2); */
    z-index: 2;
    background: rgb(255 255 255 / 55%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.siddhiabout-grid-logo img {
    width: 300px;
}

/* SERVICES */
.siddhiabout-services {
    padding: 100px 0px;
}

.siddhiabout-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.siddhiabout-service-card {
    padding: 30px;
    border-radius: 20px;
    color: #fff;
    transform: translateY(50px);
}

.siddhiabout-service-card:nth-child(1) {
    background: linear-gradient(135deg, #ff5a00, #ff914d);
}

.siddhiabout-service-card:nth-child(2) {
    background: linear-gradient(135deg, #004aad, #3a7bff);
}

.siddhiabout-service-card:nth-child(3) {
    background: linear-gradient(135deg, #ff5a00, #004aad);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .siddhiabout-wrapper {
        flex-direction: column;
    }

    .siddhiabout-services-grid {
        grid-template-columns: 1fr;
    }
}
/* Siddhi Mobile Menu CSS Here */
.siddhi-mobile-topbar {
    background: linear-gradient(90deg, #004183, #eb4e01);
    padding: 8px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.siddhi-mobile-topbar a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* HEADER */
.siddhi-mobile-header {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid #eee;
    /* reference border */
    /* z-index: 1000; */
}

.logo img {
    height: 60px;
}

/* BUTTON */
.siddhi-menu-btn {
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.siddhi-menu-btn span,
.siddhi-menu-btn span::before,
.siddhi-menu-btn span::after {
    content: "";
    width: 20px;
    height: 2px;
    background: #004183;
    position: absolute;
    left: 10px;
    transition: 0.3s;
}

.siddhi-menu-btn span {
    top: 24px;
}

.siddhi-menu-btn span::before {
    top: -8px;
}

.siddhi-menu-btn span::after {
    top: 8px;
}

.siddhi-menu-btn.active span {
    background: transparent;
}

.siddhi-menu-btn.active span::before {
    transform: rotate(45deg);
    top: 0;
}

.siddhi-menu-btn.active span::after {
    transform: rotate(-45deg);
    top: 0;
}

/* OVERLAY */
.overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 998;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

/* SIDEPANEL */
.siddhi-mobile-menu {
    position: fixed;
    top: 0;
    left: -320px;
    width: 300px;
    height: 100vh;
    background: #fff;
    transition: 0.4s;
    z-index: 999;
    display: flex;
    flex-direction: column;
}

.siddhi-mobile-menu.active {
    left: 0;
}

/* LOGO (MATCH HEADER BORDER) */
.menu-logo {
    text-align: center;
    padding: 31px;
    border-bottom: 1px solid #eee;
}

.menu-logo img {
    height: 60px;
}

/* SCROLL */
.menu-scroll {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
}

/* MENU */
.siddhi-mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.siddhi-mobile-menu li {
    margin-bottom: 6px;
}

.siddhi-mobile-menu a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    color: #222;
    text-decoration: none;
    border-radius: 10px;
    font-size: 15px;
    transition: 0.2s;
}

/* ACTIVE */
.siddhi-mobile-menu a.active {
    background: #e9edf5;
    color: #004183;
    font-weight: 600;
}

/* HOVER */
.siddhi-mobile-menu a:hover {
    background: #f5f7ff;
}

/* ICON */
.siddhi-mobile-menu i {
    color: #eb4e01;
}

/* DROPDOWN */
.siddhi-sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
    padding-left: 14px;
}

.siddhi-sub-menu a {
    font-size: 14px;
}

.siddhi-has-sub.open > .siddhi-sub-menu {
    max-height: 800px;
}

/* ARROW */
.siddhi-arrow {
    margin-left: auto;
    transition: 0.3s;
}

.siddhi-has-sub.open > a .siddhi-arrow {
    transform: rotate(180deg);
}
/* ===== SHOW ONLY MOBILE ===== */
@media (min-width: 992px) {
    .siddhi-mobile-topbar,
    .siddhi-mobile-header,
    .siddhi-mobile-menu,
    .overlay {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .siddhi-mobile-topbar,
    .siddhi-mobile-header,
    .siddhi-mobile-menu,
    .overlay {
        display: none !important;
    }
}
/* Hero Video Text Typing Section CSS here*/
.siddhihero-hero * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* HERO */
.siddhihero-hero {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

/* VIDEO */
.siddhihero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 110%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    animation: siddhihero-zoom 20s ease-in-out infinite alternate;
}

@keyframes siddhihero-zoom {
    from {
        transform: translate(-50%, -50%) scale(1);
    }

    to {
        transform: translate(-50%, -50%) scale(1.15);
    }
}

/* OVERLAY */
.siddhihero-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
}

/* CONTENT */
.siddhihero-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 20px;
}

/* TOP TEXT */
.siddhihero-top-text {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: "Poppins", sans-serif;
}

/* TYPING TEXT */
.siddhihero-typing-text {
    font-family: "Josefin Sans", sans-serif;
    font-size: 80px;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 15px;
    line-height: 2;
    word-break: break-word;
}

/* CURSOR */
.siddhihero-typing-text::after {
    content: "|";
    animation: siddhihero-blink 1s infinite;
}

@keyframes siddhihero-blink {
    50% {
        opacity: 0;
    }
}

/* BUTTONS */
.siddhihero-buttons {
    margin-top: 30px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

/* GRADIENT BUTTON */
.siddhihero-btn-primary {
    padding: 14px 32px;
    border-radius: 8px;
    color: white;
    text-decoration: none;
    background: linear-gradient(270deg, #4f46e5, #9333ea, #06b6d4);
    background-size: 600% 600%;
    animation: siddhihero-gradient 6s ease infinite;
    font-family: "Poppins", sans-serif;
}

@keyframes siddhihero-gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

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

/* OUTLINE BUTTON */
.siddhihero-btn-outline {
    padding: 14px 32px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: white;
    text-decoration: none;
}

.siddhihero-btn-outline:hover {
    background: white;
    color: black;
}

/* ===================== */
/* STATS SECTION */
/* ===================== */

.siddhihero-stats {
    background: #004183;
    padding: 30px 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    text-align: center;
}
.siddhihero-stats-box {
    color: white;
    min-width: 200px;
}
.siddhihero-stats-box h2 {
    font-size: 48px;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 10px;
    color: #ffffff;
}
.siddhihero-stats-box p {
    font-size: 16px;
    opacity: 0.8;
}
/* RESPONSIVE */
@media (max-width: 992px) {
    .siddhihero-typing-text {
        font-size: 50px;
    }

    .siddhihero-top-text {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .siddhihero-typing-text {
        font-size: 32px;
    }
    .siddhihero-hero {
        height: 500px;
    }
    /* TYPING TEXT */
    .siddhihero-typing-text {
        line-height: 1.2;
        margin-bottom: 35px;
    }
}
/* Contact Section CSS Here */
.sdcontact-wrapper {
    background: #000 url("../images/contact-bg.webp") center/cover no-repeat;
    padding: 100px 20px;
    position: relative;
}

.sdcontact-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 75%);
}

/* CONTAINER */
.sdcontact-container {
    max-width: 1320px;
    margin: auto;
    position: relative;
    z-index: 2;
}

/* GRID */
.sdcontact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

/* CARD */
.sdcontact-card {
    position: relative;
    border-radius: 25px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(20px);
    overflow: hidden;
}

.sdcontact-card::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 25px;
    background: linear-gradient(120deg, #004183, #eb4e01, #004183);
    animation: rotate 6s linear infinite;
}

.sdcontact-card::after {
    content: "";
    position: absolute;
    inset: 2px;
    background: #0a0a0a;
    border-radius: 23px;
}

.sdcontact-card * {
    position: relative;
    z-index: 2;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* TEXT */
.sdcontact-card h3,
.sdcontact-card p {
    color: #fff;
}

/* CONTACT INFO */
.sdcontact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 25px;
}

.sdcontact-info div {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    transition: all 0.35s ease;
}
.sdcontact-info div a {
    color: #fff;
    transition: all 0.35s ease;
}

/* SMOOTH HOVER (NO BORDER, NO FILL) */
.sdcontact-info div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

/* WHATSAPP */
.sd-whatsapp {
    margin-top: 20px;
    display: block;
    width: 100%;
    padding: 16px;
    background: #00ff5fa1;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.sd-whatsapp:hover {
    color: #fff;
    background: #25d366;
}
/* FORM */
.sdcontact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sdcontact-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.sd-field {
    position: relative;
}

.sd-field i {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: #aaa;
}

/* INPUT */
.sd-field input,
.sd-field textarea,
.sd-field select {
    width: 100%;
    padding: 16px 16px 16px 42px;
    border-radius: 8px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    outline: none;
}

/* DROPDOWN */
.sd-field select {
    background-image: url("data:image/svg+xml,%3Csvg fill='white' height='20' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-color: #000;
}

/* LABEL */
.sd-field label {
    position: absolute;
    top: 50%;
    left: 42px;
    transform: translateY(-50%);
    color: #aaa;
    transition: 0.3s;
}

/* FLOAT */
.sd-field input:focus + label,
.sd-field input:not(:placeholder-shown) + label,
.sd-field textarea:focus + label,
.sd-field textarea:not(:placeholder-shown) + label,
.sd-field select:focus + label,
.sd-field select:valid + label {
    top: -8px;
    font-size: 12px;
    color: #eb4e01;
}

.sd-full {
    grid-column: 1/-1;
}

/* BUTTON */
.sdcontact-submit {
    width: 100%;
    padding: 16px;
    border: none;
    background: #004183;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.sdcontact-submit:hover {
    background: #eb4e01;
}

/* LOADER */
.loader {
    display: none;
    text-align: center;
    margin-top: 10px;
}

/* SUCCESS */
.success-popup {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #00c853;
    padding: 15px 25px;
    border-radius: 8px;
    display: none;
}

/* CENTER HEADING */
.sdcontact-heading {
    text-align: center;
    margin-bottom: 70px;
    /* max-width: 800px; */
    margin-left: auto;
    margin-right: auto;
}

.sdcontact-heading h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.sdcontact-heading p {
    color: #ccc;
    font-size: 16px;
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .sdcontact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .sdcontact-row {
        grid-template-columns: 1fr;
    }

    .sdcontact-heading h2 {
        font-size: 30px;
    }
}
/* Hero banner Section CSS Here */
.siddhi_hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
    background: url("../images/website-designing-services-banner.webp")
        center/cover no-repeat;
    font-family: "Poppins", sans-serif;
}

.siddhi_hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(0, 65, 131, 0.8),
        rgba(0, 65, 131, 0.8)
    );
}

.siddhi_container {
    position: relative;
    max-width: 1320px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 20px;
}

.siddhi_left {
    max-width: 650px;
}

.siddhi_badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
    margin-bottom: 20px;
}

.siddhi_title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
}

.siddhi_text {
    font-size: 18px;
    color: #ddd;
    line-height: 1.7;
}

.siddhi_image img {
    width: 550px;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

@media (max-width: 992px) {
    .siddhi_container {
        flex-direction: column;
        text-align: center;
    }

    .siddhi_title {
        font-size: 38px;
    }

    .siddhi_image img {
        width: 100%;
        max-width: 420px;
    }
}
/*Web design Services Section */
.siddhi-web-bg {
    background: linear-gradient(135deg, #eef2ff, #f8fafc);
    color: #0f172a;
    padding: 50px;
}
.siddhidigi-services {
    max-width: 1320px;
    margin: auto;
    padding: 0 20px;
}

/* Title */
.siddhidigi-title {
    text-align: center;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 80px;
    position: relative;
}

.siddhidigi-title:hover::after {
    width: 100%;
}

.siddhidigi-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 0;
    height: 4px;
    background: linear-gradient(
            90deg,
            rgb(0, 65, 131) 0%,
            rgb(235, 78, 1) 35%,
            rgb(255, 255, 255) 70%,
            rgb(0, 0, 0) 100%
        )
        0% 0% / 200%;
    transition: 0.5s ease;
    transform: translateX(-50%);
    border-radius: 10px;
}

/* Grid */
.siddhidigi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

/* Card */
.siddhidigi-card {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(14px);
    padding: 45px 30px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);

    box-shadow:
        8px 8px 25px rgba(0, 0, 0, 0.05),
        -8px -8px 25px rgba(255, 255, 255, 0.6);
}

/* Bottom Animated Border */
.siddhidigi-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(270deg, #eb4e01, #004183, #eb4e01);
    background-size: 400% 400%;
    animation: gradientMove 6s linear infinite;
    transition: 0.4s ease;
}

/* Hover Animation (Like 2nd/3rd Design) */
.siddhidigi-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow:
        0 25px 60px rgba(0, 65, 131, 0.25),
        0 10px 30px rgba(235, 78, 1, 0.2);
}

/* Bottom Border Glow on Hover */
.siddhidigi-card:hover::after {
    height: 5px;
    box-shadow:
        0 0 15px rgba(107, 0, 218, 0.6),
        0 0 25px rgba(16, 185, 129, 0.4);
}

/* Icon */
.siddhidigi-icon {
    font-size: 26px;
    margin-bottom: 20px;
    color: #fff;
    background: #eb4e01;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    transition: 0.3s ease;
}

/* Subtle Icon Scale Only */
.siddhidigi-card:hover .siddhidigi-icon {
    transform: scale(1.1);
}

/* Heading */
.siddhidigi-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.siddhidigi-card h3 a {
    text-decoration: none;
    color: #eb4e01;
    transition: 0.3s;
    font-weight: bold;
}

.siddhidigi-card h3 a:hover {
    color: #004183;
}

/* Paragraph */
.siddhidigi-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #475569;
    text-align: justify;
}

/* Gradient Animation */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Responsive */
@media (max-width: 1024px) {
    .siddhidigi-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .siddhidigi-grid {
        grid-template-columns: 1fr;
    }

    .siddhidigi-title {
        font-size: 28px;
    }
    .siddhi-web-bg {
        padding: 30px 0px;
    }
}
/* ===== Best Website Designing 2nd (NO BODY STYLE USED) ===== */
.siddhi-wrapper {
    font-family: "Poppins", sans-serif;
    background: linear-gradient(135deg, #002a54, #1c0038, #002a54);
    color: #fff;
    overflow: hidden;
}

/* ===== HERO SECTION ===== */
.siddhicontent-hero-section {
    position: relative;
    padding: 120px 20px;
    overflow: hidden;
    /* Important */
}

/* ===== PARTICLES CANVAS INSIDE SECTION ===== */
.siddhicontent-hero-section canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* ===== CONTENT ABOVE PARTICLES ===== */
.siddhicontent-hero-container {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

/* ===== IMAGE ===== */
.siddhicontent-hero-image {
    flex: 1;
    perspective: 1000px;
}

.siddhicontent-hero-image img {
    width: 100%;
    max-width: 600px;
    transition: transform 0.2s ease;
    transform-style: preserve-3d;
}

/* ===== CONTENT ===== */
.siddhicontent-hero-content {
    flex: 1;
}

.siddhicontent-hero-content h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 20px;
    min-height: 70px;
    background: linear-gradient(270deg, #004183, #fff, #eb4e01);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 6s ease infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.siddhicontent-hero-underline {
    width: 120px;
    height: 4px;
    margin-bottom: 30px;
    background: linear-gradient(270deg, #004183, #ffffffa6, #eb4e01);
    border-radius: 30px;
}

.siddhicontent-hero-content p {
    font-size: 16px;
    line-height: 1.9;
    color: #e6dbff;
    margin-bottom: 22px;
    text-align: justify;
}

/* ===== REVEAL ===== */
.siddhicontent-hero-image {
    opacity: 0;
    transform: translateY(60px);
    transition: all 1.2s ease;
}

.siddhicontent-hero-image.active {
    opacity: 1;
    transform: translateY(0);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .siddhicontent-hero-container {
        flex-direction: column;
        text-align: center;
    }

    .siddhicontent-hero-image {
        margin-bottom: 40px;
    }

    .siddhicontent-hero-underline {
        margin: 20px auto 30px;
    }
}
@media (max-width: 640px) {
    .siddhicontent-hero-content h2 {
        font-size: 30px;
    }
}
@media (max-width: 480px) {
    .siddhicontent-hero-content h2 {
        font-size: 30px;
    }
}
/* Why Choose Siddhi DigiTech */
.whysiddhi-sdpt_section {
    font-family: "Poppins", sans-serif;
    position: relative;
    padding: 80px 10px;
    background: url("../images/bg-images.webp") center/cover no-repeat;
    overflow: hidden;
    will-change: background-position;
}

.whysiddhi-sdpt_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(255 255 255 / 44%);
    z-index: 0;
}

.whysiddhi-sdpt_container {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: auto;
}

.whysiddhi-sdpt_heading {
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    color: #222;
    margin-bottom: 60px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.whysiddhi-sdpt_heading::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    width: 0;
    height: 4px;
    background: linear-gradient(
            90deg,
            rgb(0, 65, 131) 0%,
            rgb(235, 78, 1) 35%,
            rgb(255, 255, 255) 70%,
            rgb(0, 0, 0) 100%
        )
        0% 0% / 200%;
    transition: 0.5s ease;
    transform: translateX(-50%);
    border-radius: 10px;
}

.whysiddhi-sdpt_heading:hover::after {
    width: 100%;
}

.whysiddhi-sdpt_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.whysiddhi-sdpt_card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    /* opacity: 0; */
    transform: translateY(10px);
    transition:
        transform 0.9s cubic-bezier(0.17, 0.67, 0.33, 1),
        opacity 0.9s ease,
        box-shadow 0.4s ease;
}

.whysiddhi-sdpt_card::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #eb4e01;
    transition: 0.4s ease;
    transform: translateX(-50%);
}

.whysiddhi-sdpt_card:hover::after {
    width: 100%;
}

.whysiddhi-sdpt_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(107, 0, 218, 0.15);
}

.whysiddhi-sdpt_card.whysiddhi-sdpt_show {
    opacity: 1;
    transform: translateY(0);
}

.whysiddhi-sdpt_icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    transition: 0.6s;
    filter: brightness(0) saturate(100%) invert(45%) sepia(96%) saturate(2477%) hue-rotate(4deg) brightness(101%) contrast(101%);
}

.whysiddhi-sdpt_card:hover .whysiddhi-sdpt_icon {
    transform: rotateY(360deg);
}

.whysiddhi-sdpt_card h3 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #222;
}

.whysiddhi-sdpt_card p {
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

@media (max-width: 1100px) {
    .whysiddhi-sdpt_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .whysiddhi-sdpt_grid {
        grid-template-columns: 1fr;
    }

    .whysiddhi-sdpt_heading {
        font-size: 30px;
    }
    .whysiddhi-sdpt_section {
        padding: 40px 10px;
    }
    .whysiddhi-sdpt_heading {
        margin-bottom: 30px;
    }
}
/* =====Faqs SECTION WITH BG IMAGE ===== */
.siddhi-faq-section {
    padding: 80px 20px;
}

.siddhi-container {
    max-width: 1320px;
    margin: auto;
}

/* ===== HEADING ===== */
.siddhi-heading-wrapper {
    text-align: center;
    margin-bottom: 60px;
}

.siddhi-main-heading {
    font-size: 42px;
    font-weight: 700;
    color: #222;
    position: relative;
    display: inline-block;
}

.siddhi-main-heading::after {
    content: "";
    width: 160px;
    height: 4px;
    background: linear-gradient(270deg, #004183, #ffffffa6, #eb4e01);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    border-radius: 5px;
}

/* ===== FAQ ITEMS ===== */
.siddhi-faq-item {
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: 0.9s;
    border: 1px solid #eb4e012b;
    border-radius: 13px;
}

.siddhi-faq-question {
    padding: 22px 60px 22px 25px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    position: relative;
}

.siddhi-faq-question::after {
    content: "+";
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
    color: #eb4e01;
    transition: 0.3s;
}

.siddhi-faq-question.siddhi-active::after {
    content: "-";
}

.siddhi-faq-answer-wrap {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease;
}

.siddhi-faq-answer {
    padding: 0 25px 25px;
    line-height: 1.7;
    color: #555;
    font-size: 15px;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .siddhi-main-heading {
        font-size: 26px;
        line-height: 1.4;
    }

    .siddhi-faq-question {
        font-size: 16px;
        padding: 18px 50px 18px 18px;
    }

    .siddhi-faq-answer {
        padding: 0 18px 20px;
    }
}
/* SDPT Breadcumb Area Css*/
.breadcumb-area {
    background: url(../images/breadcumb-bg.webp);
    padding: 230px 0 170px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    /* margin: -77px 0px 0 -16px; */
}

.breadcumb-area.about {
    padding: 204px 0 180px;
}

.breadcumb-content {
    text-align: center;
}

.breadcumb-content h1 {
    font-size: 55px;
    line-height: 26px;
    /* text-transform: uppercase; */
    color: #ffffff;
    font-weight: 600;
    font-family: "Fira Sans";
}

ul.breadcumb-list {
    margin-top: 24px;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 5px;
    background-color: #161a2b;
}

.breadcumb-content ul li {
    display: inline-block;
    margin: 0 6px;
    font-size: 16px;
    line-height: 26px;
    /* text-transform: uppercase; */
    color: #eb4e01;
    font-weight: 500;
    font-family: "Fira Sans";
}

li.list-arrow {
    color: #fff !important;
}

.breadcumb-content ul li a {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    /* text-transform: uppercase; */
    color: #ffffff;
    font-weight: 500;
    font-family: "Fira Sans";
    cursor: pointer;
}
/*Contact Form on Contact Page*/
.sdtcon-wrapper {
    font-family: "Inter", sans-serif;
    background: #f5f6fa;
    padding: 60px 20px;
}

.sdtcon-container {
    max-width: 1320px;
    margin: auto;
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    gap: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
}

/* LEFT */
.sdtcon-left {
    width: 35%;
    background: linear-gradient(135deg, #eb4e01, #eb4e01);
    border-radius: 20px;
    padding: 40px;
    color: #fff;
}
.sdtcon-left h2 {
    color: #fff;
    font-size: 30px;
}

.sdtcon-info {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.sdtcon-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: 0.3s;
}

.sdtcon-icon i {
    width: 25px;
    height: 25px;
    color: #004183;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sdtcon-info:hover .sdtcon-icon i {
    transform: scale(1.1) rotate(8deg);
}

.sdtcon-social-icons {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.sdtcon-social-icons div {
    /* width: 40px;
    height: 40px;
    border-radius: 50%; */
    /* background: #fff; */
    /* display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    cursor: pointer; */
}

.sdtcon-social-icons img {
    width: 100px;
}

/* RIGHT */
.sdtcon-right {
    width: 65%;
}

.sdtcon-small-title {
    font-size: 13px;
    color: #eb4e01;
    font-weight: 600;
}

.sdtcon-title {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    margin: 10px 0 15px;
}

.sdtcon-desc {
    font-size: 14px;
    color: #777;
    margin-bottom: 25px;
}

/* FORM */
.sdtcon-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.sdtcon-input,
.sdtcon-textarea {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border-radius: 12px;
    border: 1px solid #e4e4e4;
    font-size: 14px;
    transition: 0.3s;
    box-sizing: border-box;
}

.sdtcon-textarea {
    height: 160px;
    padding: 15px;
    margin-bottom: 25px;
    /* GAP FIX */
}

.sdtcon-input:focus,
.sdtcon-textarea:focus {
    border-color: #004183;
    box-shadow: 0 0 0 3px rgba(107, 0, 218, 0.08);
    outline: none;
}

/* BUTTON */
.sdtcon-btn {
    width: 100%;
    background: linear-gradient(135deg, #004183, #004183);
    color: #fff;
    padding: 16px;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.sdtcon-btn:hover {
    transform: translateY(-2px);
    /* box-shadow: 0 15px 30px rgba(107, 0, 218, 0.25); */
    background-image: linear-gradient(
        90deg,
        #004183 0%,
        #eb4e01 50%,
        #004183 100%
    );
    animation: slidebg 5s linear infinite;
    color: #fff;
}

/* ================= POPUP ================= */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-box {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    width: 320px;
    transform: translateY(40px);
    transition: 0.3s;
}

.popup-overlay.active .popup-box {
    transform: translateY(0);
}

.popup-icon {
    width: 70px;
    height: 70px;
    background: #eb4e01;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 15px;
}

.popup-icon svg {
    width: 32px;
    height: 32px;
    stroke: #fff;
}

.popup-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.popup-text {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.popup-btn {
    background: #eb4e01;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .sdtcon-container {
        flex-direction: column;
        padding: 20px;
    }

    .sdtcon-left {
        width: 79%;
        border-radius: 10px;
    }

    .sdtcon-right {
        width: 100%;
    }

    .sdtcon-form-row {
        flex-direction: column;
    }

    .sdtcon-wrapper {
        padding: 60px 8px;
    }
}
/* start Contact Details Area */
.contact-devtech-section {
    padding: 60px 0px 0px;
    background: #f5f6fa;
}

/* Container */
.contact-devtech-container {
    display: flex;
    justify-content: space-around;
    gap: 25px;
    max-width: 1350px;
    margin: auto;
    flex-wrap: wrap;
}

/* Card */
.contact-devtech-card {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 15px;
    text-align: center;
    width: 400px;
    transition: 0.4s;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

/* Hover Effect */
.contact-devtech-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Icon */
.contact-devtech-icon {
    width: 70px;
    height: 70px;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #eb4e01;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
}

/* Title */
.contact-devtech-card h3 {
    font-size: 20px;
    color: #004183;
}

/* Text */
.contact-devtech-card p {
    font-size: 16px;
    color: #666;
}
.contact-devtech-card p a {
    font-size: 20px;
    color: #666;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .contact-devtech-container {
        flex-direction: column;
        align-items: center;
    }

    .contact-devtech-card {
        width: 90%;
    }
}
