@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Outfit', sans-serif;
}

a,
a:hover {
    color: inherit;
}

/* header scrool */

.header.on-scroll {
    display: block;
    background-color: #073952;
    position: fixed !important;
    z-index: 10;
    animation: smoothScroll 1s;
}

.header.on-scroll .top_header_wepper {
    display: none;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all 0.35s ease;
    background-color: #ffffff08;
    z-index: 10;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

section {
    position: relative;
    overflow: hidden;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: 'Outfit', sans-serif;
}

/* p {
    margin: 0;
    padding: 0;
} */

.btn-primary:focus {
    box-shadow: unset;
}

.btn:focus {
    box-shadow: unset;
}

.btn-primary:active:focus {
    box-shadow: unset;
}

.subtitle,
.title {
    line-height: 1.17;
    font-weight: 500;
    color: #1e1d28;
    font-size: 34px;
    margin: 0 0 30px;
}

.header_top {
    padding: 8px 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    background-color: #024e74;
    z-index: 999;
    position: relative;
}

.content_header ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px;
}

.content_header ul li {
    margin-right: 16px;
    margin-left: 16px;
    display: flex;
    align-items: center;
}

.content_header ul li a {
    text-decoration: none;
    font-size: 12px;
    color: #DEDEDE;
}

.content_header ul li:not(:last-child)::after {
    content: "";
    height: 1%;
    border-color: #ffcc00;
    bottom: 0;
    position: relative;
    border-style: solid;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    width: auto;
    left: auto;
    border-left-width: 15px;
    right: -16px;
}

.button_icn_header {
    padding-bottom: 2px;
}

.button_icn_header a {
    background-color: #ffcc00;
    padding: 12px 24px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 3px;
    color: #000;
    display: inline-block;
    text-align: center;
    transition: all .3s;
}


.logo_wrap {
    padding: 21px 48px;
    background-color: #ffffff;
    margin: 0;
}

.logo_wrap img {
    width: 148px;
    height: auto;
    max-width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #FFFFFF;
    padding: 30px 48px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.6em;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    background-color: #1C2E48;
}

.sub-arrow {
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    display: flex;
    align-items: center;
}

.sub-arrow i {
    font-size: 10px;
}

.dropdown-menu {
    box-shadow: 0px 0px 45px -10px rgb(0 0 0 / 10%);
    background-color: #fff;
    padding: 24px 16px 24px 0px;
    border-radius: 0;
}

.dropdown-menu li a {
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 17px;
    color: #1c2e48;
    line-height: 20px;
    font-size: 13px;
    margin-left: 8px;
    background: transparent !important;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    background: #1C2E48;
    transition: .3s;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-toggle::after {
    content: unset;
}

.dropdown-menu li a:hover {
    color: #ffcc00;
}

.desk_nav {
    width: 65px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* overflow: hidden; */
}

.desk_nav i {
    color: #FFFFFF;
    font-size: 37px;
    width: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#offcanvasRight {
    background-color: #1c2e48;
    padding: 0 22px;
    color: #ffffff;
    overflow: auto;
}

#offcanvasRight .offcanvas-body {
    padding: 30px 0;
    display: flex;
    flex-flow: column;
}

.btn-close {
    background-image: url(../images/close.svg);
    opacity: 1;
}

#offcanvasRight .footer_widget {
    margin-top: 25px;
    text-align: center;
}

#offcanvasRight .desk_enq {
    margin-top: 30px;
}

.social_icon {
    justify-content: center;
}

.social_icon a {
    border: 1px solid #ffffff;
    color: #ffffff;
    width: 25px;
    height: 25px;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    border-radius: 20px;
}

.social_icon a:hover {
    border-color: #ffcc00;
    background-color: #ffcc00;
}

#offcanvasRight .desk_enq .form-group {
    margin: 20px 0;
}

#offcanvasRight .desk_enq .form-control {
    border: 2px solid #ededed;
    color: #1f2124;
    border-radius: 3px;
    padding: 0.5rem 14px;
    transition: all .3s;
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
}

#offcanvasRight .sub_btn {
    color: #1c2e48;
    min-height: 40px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 3px;
    background-color: #ffcc00;
    padding: 12px 24px;
    border-radius: 3px;
    border: 1px solid #ffcc00;
    text-align: center;
    width: 100%;
    display: inline-block;
    transition: all 1s ease;
}

#offcanvasRight .sub_btn:hover {
    color: #ffffff;
    transition: all 1s ease;
    background-color: #1C2E48;
}

.btn-close:focus {
    box-shadow: unset;
}

.background_img {
    background-image: url(../images/banner_img.jpg);
    background-color: #1C2E48;
    background-size: cover;
    background-position: bottom center;
    height: 100%;
    position: relative;
    width: 100%;
    margin-top: -127px;
}

.background_img::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
    opacity: 1;
    background-color: #1C2E48;
}

.main_sec_text {
    position: relative;
    /* z-index: 1; */
    max-width: 1300px;
    margin: auto;
    min-height: 100vh;
}

.banner_textWrap {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    padding: 30px 30px 0px;
}

.spacer {
    height: 186px;
    width: 100%;
}

.text_banner_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    padding: 30px 0px 26px;
    transition: all 400ms;
    width: 100%;
}

.banner_subhead {
    color: #ffcc00;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 3px;
}

.text_banner_sec .divider-separator {
    width: 239px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.divider-separator {
    width: 100%;
    margin: 0px 0 10px;
    min-height: 9.2px;
    -webkit-mask-size: 12px 100%;
    mask-size: 12px 100%;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    background-color: #ffcc00;
    -webkit-mask-image: url(../images/divider.svg);
    mask-image: url(../images/divider.svg);
    display: flex;
    direction: ltr;
}

.heading-title {
    color: #FFFFFF;
    font-size: 70px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 24px;
}

.text_banner_sec p {
    color: #fff;
    margin-bottom: 24px;
    font-size: 16px;
}

.button_large {
    padding: 20px 40px;
    border-radius: 5px;
    background-color: #ffcc00;
    border: none;
    display: inline-block;
    color: #1C2E48;
    letter-spacing: 3px;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
}

.button_large:hover {
    background-color: #1c2e48;
    color: #ffffff;
}

.box {
    overflow: hidden;
    width: auto;
    height: 280px;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}

.box .box_img {
    background-color: #FFFFFF00;
    transform: none;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .6s ease-in-out;
    padding: 48px;
    text-align: center;
    justify-content: flex-end;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: stretch;
    color: #fff;
}

.icon_wrap {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 50px;
    text-align: center;
}

.icon_wrap i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    margin: auto;
}

.icon_wrap i:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.box_img h3 {
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4em;
    margin-top: 0.5rem;
    margin-bottom: 14px;
}

.flipBack_box {
    background-color: #ffcc00;
    transform: translateX(0) translateY(100%);
    color: #ffcc00;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .6s ease-in-out;
    display: block;
}

.textBox_wrap {
    padding: 48px;
    text-align: left;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    color: #fff;
}

.textBox_wrap h3 {
    color: #1c2e48;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 20px;
    padding: 0;
}

.textBox_wrap p {
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}

.box-wrap .box:hover .box_img {
    transform: translateX(0) translateY(-100%);
}


.box-wrap .box:hover .flipBack_box {
    transform: none;
}


.department {
    padding: 96px 0px;
}

.wrapper_department {
    padding: 30px;
    position: relative;
}

.wrapper_department h6 {
    color: #ffcc00;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 3px;
}

.department .divider-separator {
    width: 104px;
}

.wrapper_department_h2 {
    margin-bottom: 24px;
    color: #1e1d28;
    font-size: 50px;
    font-weight: 500;
    line-height: 1.1em;
}

.wrapper_department_h3 {
    color: #1e1d28;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 38px;
}

.wrapper_department p {
    margin-bottom: 10px;
    color: #54575e;
    font-size: 14px;
    line-height: 1.5;
}

.size-md {
    padding: 15px 30px;
    border-radius: 4px;
}

.main_department_ul {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    height: 100%;
}

.divider-separator_3 {
    width: 170px;
    margin: auto;
    border-top: 1px slashes gray;
    min-height: 9.2px;
    -webkit-mask-size: 12px 100%;
    mask-size: 12px 100%;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    background-color: gray;
    -webkit-mask-image: url(../images/download.svg);
    mask-image: url(../images/download.svg);
    display: flex;
    direction: ltr;
}

.department_items {
    padding-left: 2rem;
}

.department_items1 ul {
    padding-left: 7rem;
}

.department_items1 .divider-separator_3 {
    margin-left: 7rem;
}

.department_items ul li {
    padding: 2px 0px;
    color: gray;
}

.department_items ul li i {
    font-size: 12px;
    color: gray;
    padding-right: 12px;
}


.serviced {
    background-color: #FAFAFA;
    padding: 80px 0px;
}

.serviced_img_sec {
    background-image: url(../images/group-young-business-people-working-office.jpg);
    object-fit: cover;
    height: 100%;
    width: 100%;
    background-position: top center;
    background-size: 731px auto;
}

.serviced_text_sec {
    padding: 15px 30px;
}

.serviced_text_sec h6 {
    color: #ffcc00;
}

.serviced_text_sec .divider-separator_left {
    width: 146px;
}

.accordion-item {
    background-color: #FAFAFA;
}

.accordion p {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 6px 0px;
    margin: 0;
    color: #444444;
}

.accordion-button::after {
    background-image: none;
    content: '+';
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}

.accordion-button {
    background-color: #fafafa;
}

.accordion-button:not(.collapsed)::after {
    content: '-';
    background: none;
}

.accordion-button:focus {
    box-shadow: unset;
}


.accordion-button:not(.collapsed) {
    color: black;
    background-color: transparent;
}

.divider-separator_left {
    width: 300px;
    border-top: 1px slashes #ffcc00;
    min-height: 9.2px;
    -webkit-mask-size: 12px 100%;
    mask-size: 12px 100%;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    background-color: #ffcc00;
    -webkit-mask-image: url(../images/download.svg);
    mask-image: url(../images/download.svg);
    display: flex;
    direction: ltr;
}

.serviced_text_sec .wrapper_department_h2 {
    padding: 22px 0px;
}

#counter-container {
    padding: 60px 0px;
}

.bg_counetr {
    background: #FAFAFA;
}

.pos-rel {
    position: relative;
}

.counter-style-1 {
    display: flex;
    justify-content: space-evenly;
}

.num_sec {
    display: flex;
    text-align: center;
    align-items: center;
}

.num_sec .counter,
.num_sec .plus_counter {
    font-size: 50px;
    color: #ffcc00;
}

.Experience .wrapper_department .num_sec .counter,
.num_sec .plus_counter {
    font-size: 38px;
    color: #ffcc00;
    font-weight: 400;
}

.location {
    font-size: 22px;
    font-weight: 700;
    display: flex;
    text-align: left;
    align-items: center;
    color: #1C2E48;
    line-height: 25px;
    width: 40%;
}

.video {
    background-image: url(../images/closeup-hands-typing-keyboard.jpg);
    object-fit: cover;
    padding: 100px 0px;
    background-position: 44% 82%;
    background-color: #3a414b;
    position: relative;
    padding: 200px 0px 200px 0px;
    background-repeat: no-repeat;
}

.video .video .wrapper_department_h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
}

.video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.wrapper_department {
    padding: 0px 20px;
    position: relative;
}

.wrapper_department h6 {
    color: #ffcc00;
    letter-spacing: 2px;
    font-size: 13px;
    font-weight: 700;
}

.video .divider-separator_4 {
    width: 140px;
    border-top: 1px slashes #ffcc00;
    min-height: 9.2px;
    -webkit-mask-size: 12px 100%;
    mask-size: 12px 100%;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    background-color: #ffcc00;
    -webkit-mask-image: url(../images/download.svg);
    mask-image: url(../images/download.svg);
    display: flex;
    direction: ltr;
}

.video .wrapper_department_h2 {
    font-size: 30px;
    margin-top: 20px;
}

.video_sec {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    font-size: 80px;
    position: relative;
}

.video_sec a {
    color: white;
}

.button_video {
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.button_banner {
    border-radius: 5px;
    background-color: #ffcc00;
    color: white;
    border: none;
    display: flex;
    justify-content: center;
    color: black;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 10px;
    font-weight: 700;
    padding: 20px 40px;
    text-transform: uppercase;
    transition: all 1s ease-in;
}

.button_banner:hover {
    background: #1c2e48;
    transition: all 1s ease-in;
    color: #fff;
}

.video_sec i {
    font-size: 100px;
}

.Experience {
    padding: 80px 0;
}

.divider-separator_2 {
    width: 347px;
    border-top: 1px slashes #ffcc00;
    min-height: 9.2px;
    -webkit-mask-size: 12px 100%;
    mask-size: 12px 100%;
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    background-color: #ffcc00;
    -webkit-mask-image: url(../images/download.svg);
    mask-image: url(../images/download.svg);
    display: flex;
    direction: ltr;
}

.serve_text_sec .divider-separator_2,
.Experience .divider-separator_2 {
    width: 120px;
}

.Experience .wrapper_department_h2 {
    font-size: 40px;
    /* width: 80%; */
    margin-top: 15px;
}

.counter_sec_2 {
    padding: 15px 0px 0 !important;

}

.main_expeerience {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.num_sec .counter_1,
.num_sec .plus_counter_1,
.icon_experi {
    font-size: 30px;
    color: #ffcc00;
}

.location_1 {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    text-align: left;
    align-items: center;
    color: #444444;
}

.icon_experi i {
    font-size: 43px;
}

.Experience .button_icn_header {
    padding: 10px 0px;
}

.Experience .button_icn_header button {
    border: unset;
}

.button_icn_header button {
    color: #1C2E48;
    font-size: 11px;
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #ffcc00;
    padding: 15px 40px;
    border-radius: 4px;
    transition: all 1s ease-in;
    border: 0;
}

.button_icn_header button:hover {
    background: #1C2E48;
    color: #ffffff;
    transition: all 1s ease-in;
}

.main_circle_sec {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 30px;
    margin-bottom: 30px;
}

.circle_icons {
    color: #ffcc00;
    border-color: #ffcc00;
    border-radius: 50%;
    padding: 0.5em;
    border: 4px solid;
    height: 80px;
    width: 80px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    /* background-color: #1C2E48; */
}

.circle_icons i {
    font-size: 35px;
    border-width: 7px 7px 7px 7px;
    line-height: 0;
}

.main_circle_sec h4 {
    color: #1e1d28;
    font-weight: 400;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.33;
}

.circle_text_sec p {
    color: #54575e;
    font-size: 14px;
    line-height: 1.5;
}

.serve_img_sec {
    background-image: url(../images/young-business-people-climb-the-stairs-in-the-office.jpg);
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.serve_text_sec {
    padding: 25px 0px;
}

.wrapper_department {
    padding: 0px 20px;
}

.Experience .wrapper_department {
    /* padding: 0px 20px; */
    height: 100%;
    position: relative;
    padding: 30px;
    margin-bottom: 30px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 16px 90px 0 rgb(2 16 44 / 12%), 0 0 2px 0 rgb(2 16 44 / 8%);
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.serve_ul_Sec ul li {
    list-style: none;
    padding: 7px 0px;
}

.main_ul_sec {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.icon_sec_ser {
    padding-right: 20px;
}

.icon_sec_ser i {
    font-size: 40px;
    padding-left: 20px;
    color: #ffcc00;
}

.ser_text_Sec .circle_text_sec h4 {
    font-size: 20px;
    font-weight: 700;
}

.ser_text_Sec .circle_text_sec p {
    width: 90%;
}

.form_sec {
    background-color: #1b2f4a;
    padding: 90px 0px;
}

.form_sec .wrapper_department {
    text-align: center;
}

.form_sec .wrapper_department {
    padding: 0px 20px;
    position: relative;
}

.form_sec .divider-separator_2 {
    margin: auto;
    width: 125px;
}

.form_sec .wrapper_department h6 {
    font-size: 16px;
    letter-spacing: 2px;
}

.form_sec .wrapper_department_h2 {
    color: #fff;
    font-size: 38px;
    width: 85%;
    margin: auto;
    font-weight: 700;
    line-height: 1.2em;
}

.form_sec input {
    width: 100%;
    background: transparent;
    border: 0.1px solid;
    border-color: rgb(255 255 255 / 17%);
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    caret-color: #ffcc00;
}

input:focus-visible {
    outline: unset;
    box-shadow: unset;
}

.colom_input {
    width: 80%;
    margin: auto;
}

.form_sec .button_banner {
    padding: 6px 30px;
    min-height: 47px;
    width: 100%;
    align-items: center;
    font-size: 11px;
    letter-spacing: 2px;
}

.form_sec .button_banner:hover {
    background-color: #fff;
    color: #1b2f4a;
}

.last_background_sec {
    background-image: url(../images/hp-bg1-1920x1200-1.jpg);
    object-fit: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 100px 0px;
    position: relative;
}

.last_background_sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 20%);
}

.last_background_sec .wrapper_department h6 {
    color: white;
    font-size: 20px;
    margin-bottom: 10px;
}

.last_background_sec .divider-separator_2 {
    width: 176px;
    color: white;
    background-color: white;
}

.last_background_sec .wrapper_department_h2 {
    width: 50%;
    font-size: 17px;
    padding: 20px 0;
    font-weight: 400;
    line-height: 26px;
}

/* Footer Open */

.footer_sec_l {
    background-color: #1C2E48;
    padding: 20px 0px;
}

.text_footer_icon {
    display: flex;
    text-align: start;
    align-items: center;
    justify-content: center;
}

.box_1_footer {
    padding-right: 20px;
    font-size: 25px;
    color: #ffcc00;
    line-height: 0;
}

.box_2_footer a,
.box_2_footer p {
    color: white;
    font-size: 14px;
    align-items: center;
    display: flex;
    transition: all 1s ease-in;
}

.box_2_footer a:hover,
.box_2_footer p:hover {
    color: #ffcc00;
    transition: all 1s ease-in;
}

.for_line {
    border-top: 1px solid rgb(167, 167, 167);
    width: 100%;
    margin: auto;
    padding-top: 20px;
    opacity: .2;
}



.footer_logo {
    margin: auto;
    text-align: center;
}

.footer_logo img {
    width: 200px;
}

.footer_logo p {
    color: white;
    font-size: 10px;
    padding: 15px 0px;
    font-weight: 100;
    letter-spacing: 1px;
    margin: 0;
}

/* .footer_logo i {
    color: #ffcc00;
    padding-right: 10px;
} */

.footer_sec_1 h4 {
    padding-bottom: 30px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.4em;
}

.footer_links {
    display: flex;
    justify-content: center;
    color: #ffffff;
    margin: 15px 0;
    flex-wrap: wrap;
}

.footer_links li:not(:last-child) {
    margin-right: 35px;
}

.footer_links li a {
    text-transform: capitalize;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
}

.footer_sec_1 ul li,
.footer_sec_1 ul a {
    list-style: none;
    text-decoration: none;
    color: #DEDEDE;
    padding: 5px 0px;
    font-size: 14px !important;
}

.footer_sec_1 ul li:hover,
.footer_sec_1 ul a:hover {
    color: #ffcc00;
}

footer input {
    width: 100%;
    background: transparent;
    border: 0.1px solid;
    border-color: rgb(216, 216, 216);
    padding: 7px 8px;
    caret-color: #ffcc00;
}

footer .button_banner {
    padding: 12px 53px;
    width: 100%;
    font-size: 11px;
    letter-spacing: 2px;
}

footer .button_banner:hover {
    background-color: #fff;
    color: #1b2f4a;
}

.footer_bootem .for_line {
    margin-top: 20px;
}

.copyright span {
    color: #99999999;
    font-size: 13px;
}

.copyright .design {
    color: #ffcc00;
    font-size: 13px;
}

.copyright a {
    color: #99999999;
    font-size: 13px;
}

.copyright a:hover {
    color: #ffcc00;
}

.footer_sec_l .container {
    /* width: 70%; */
    margin: auto;
}

/* New Slider */
.new_slider {
    height: 960px;
    max-height: 100vh;
    overflow: hidden;
    padding-bottom: 100px;
    padding-top: 150px;
    position: relative;
    background-color: #1e1d28;
    /* margin-top: -81px; */
}

.section__images {
    bottom: 0;
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    /* flex-flow: column; */
}

.section__images.show {
    animation: 1s forwards show-images;
}

.section__images .slick-track {
    height: 100%
}

.section__image {
    height: 100%;
    object-fit: cover;
}

.section__imageWrap {
    flex: 0 0 100%
}

.container--full {
    padding-left: 50px;
    padding-right: 50px;
}

.new_slider .container--full {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    justify-content: center;
}

.section__text {
    align-items: center;
    display: flex;
    height: 100%;
    padding-bottom: 24px;
    padding-top: 24px;
}

.title--white {
    color: #fff;
}

.new_slider .title {
    font-size: 46px;
    line-height: 50px;
    margin-top: 25px;
    max-width: 640px;
    min-height: 118px;
}

.section__title span {
    animation: .6s cubic-bezier(.25, .46, .45, .9399999999999999) .35s forwards title-animate;
    display: block;
    opacity: 0;
    white-space: nowrap;
}

.section__title span:nth-child(2) {
    animation-delay: .7s;
}

@keyframes progress1 {
    from {
        transform: scaleX(0)
    }

    to {
        transform: scaleX(1)
    }
}

@keyframes show-images {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes show-cards {
    from {
        transform: translateY(60px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes title-animate {
    from {
        transform: translateY(40px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.section__cards-holder {
    display: grid;
    flex: 0 0 246px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: 204px;
    flex-basis: 204px;
}

.section__cards {
    display: flex;
    grid-column: 1;
    grid-row: 1;
    opacity: 0;
    width: 100%;
}

.section__cards.show {
    animation: .8s cubic-bezier(.64, 0, .58, 1) .3s forwards show-cards;
}

.section__cards .slick-list {
    padding: 0 !important;
    width: 100%;
}

.section__cards .slick-track {
    display: flex;
    transform: none !important;
    width: 100% !important;
}

.new_slider .card {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #54575e;
    border-right: 1px solid #54575e;
    border-top: 1px solid #54575e;
    color: #fff;
    cursor: pointer;
    flex: 1 1 10em;
    padding: 8px 32px 32px;
    transition: flex-basis .5s ease-in-out;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    background: transparent;
}

.section__cards .slick-arrow {
    height: 40px;
    top: auto;
    transform: none;
    width: 40px;
    z-index: 1
}

.section__cards .slick-arrow:before {
    border: 1px solid #54575e;
    border-radius: 50%;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.section__cards .slick-arrow:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.265 8.63118C2.91167 8.28259 2.91167 7.71741 3.265 7.36882L9.45548 1.26144C9.80881 0.912853 10.3817 0.912853 10.735 1.26144C11.0883 1.61003 11.0883 2.1752 10.735 2.52379L5.18429 8L10.735 13.4762C11.0883 13.8248 11.0883 14.39 10.735 14.7386C10.3817 15.0871 9.8088 15.0871 9.45547 14.7386L3.265 8.63118Z' fill='white'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.section__cards .slick-prev {
    bottom: 16px;
    left: auto;
    right: 64px
}

.section__cards .slick-next {
    bottom: 16px;
    right: 16px;
    transform: rotate(180deg)
}

.section__cards>.card:first-child {
    flex: 1 1 27em
}

.section__cards>.card:first-child .card__industry {
    opacity: 1;
    transform: translateX(0)
}

.section__cards>.card:first-child .card__title {
    opacity: 1
}

.card__progress {
    background-color: rgba(84, 87, 94, .4);
    border-radius: 2px;
    height: 2px;
    margin-bottom: 16px;
    margin-top: 80px;
    position: relative;
    transition: opacity .3s;
    opacity: 0;
}

.card__progress-line {
    animation-timing-function: linear;
    animation-duration: 6s;
    background-color: #ffcc00;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
}

.card__link {
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    text-decoration: none;
    transition: opacity .3s;
    white-space: nowrap;
    z-index: -1;
}

.card__link-text {
    opacity: 0;
    visibility: hidden;
    max-width: 0;
    overflow: hidden;
    transition: max-width .5s ease-out;
}

.section__cards>.card:first-child .card__progress {
    opacity: 1
}

.section__cards>.card:first-child .card__link-text {
    opacity: 1;
    visibility: visible
}

.new_slider .card:hover {
    flex: 1 1 20em
}

.new_slider .card:hover .card__industry {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.5s
}



.new_slider .card.slick-current {
    flex: 1 1 27em;
}

.new_slider .card.slick-current .card__progress-line {
    animation-name: progress1;
    animation-fill-mode: forwards
}

.card.slick-current .card__link {
    z-index: 1
}

.card.slick-current .card__link:hover .card__link-icon-circle {
    opacity: 1
}

.card__row {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.card__industry {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.33;
    padding-left: 16px;
    position: relative;
    text-transform: uppercase;
    transition-duration: .5s;
    transition-property: opacity, transform
}

.new_slider .card:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left: 1px solid #54575e;
}

.new_slider .card:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.card.slick-current .card__industry {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.5s
}

.card.slick-current .card__title {
    opacity: 1;
    transition-delay: 0.3s
}

.card.slick-current .card__progress {
    opacity: 1
}

.card.slick-current .card__link-text {
    opacity: 1;
    visibility: visible;
    max-width: 120px;
    margin-right: 4px
}

.card__industry {
    opacity: 0;
    transform: translateX(20px)
}

.new_slider .card__title {
    opacity: 0;
}

.new_slider .card__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 16px;
    overflow: hidden;
    position: absolute;
    transition: opacity .3s;
    width: 250px;
}

.card__logo {
    height: 56px;
    width: auto;
}

.card__industry:after {
    background-color: #fff;
    border-radius: 50%;
    content: '';
    left: 0;
    position: absolute;
    top: 50%;
    height: 8px;
    margin-top: -5px;
    width: 8px;
}

.new_slider .card:hover .card__title {
    opacity: 1;
    transition-delay: 0.3s
}

.card__link-icon-circle {
    opacity: 0;
    transition: opacity .3s;
}

/* New Slider End */
/* Section Picker */
.services-picker {
    /* padding-bottom: 100px; */
    padding-bottom: 10px;
}

.services-picker .section__title {
    margin-bottom: 8px;
}

.subtitle--center {
    text-align: center;
}



.services-picker .section__description {
    color: #54575e;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}

.services-picker__container {
    padding-right: 0;
}

.services-picker__row {
    align-items: center;
    display: flex;
    gap: 16px;
    margin-top: 32px;
    position: relative;
}

.services-picker__block {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 16px 90px 0 rgb(2 16 44 / 12%), 0 0 2px 0 rgb(2 16 44 / 8%);
    display: flex;
    flex-direction: column;
    flex: 0 0 560px;
    padding: 16px;
    position: relative;
    z-index: 1;
    flex-basis: 430px;
    padding-bottom: 16px;
}

.services-picker__questions {
    display: flex;
    flex-direction: column;
}

.services-picker__question {
    border-bottom: 1px solid #c7c7d6;
    border-left: 1px solid #c7c7d6;
    border-right: 1px solid #c7c7d6;
    position: relative;
}

.services-picker__question:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top: 1px solid #c7c7d6;
}

.services-picker__question:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.services-picker__question-title {
    display: flex;
    align-items: flex-start;
    font-weight: 600;
    gap: 8px;
    padding: 8px 16px;
    transition: opacity .3s;
    font-size: 14px;
    line-height: 24px;
}

.services-picker__question-title-number,
.services-picker__question-title-text {
    padding-bottom: 8px;
    padding-top: 8px;
}

.services-picker__question-title-icon {
    flex: 0 0 40px;
    height: 40px;
    margin-left: auto;
    padding: 12px;
}

.services-picker__question-title-icon-plus {
    transform-origin: center;
    transition: transform .3s;
}

.services-picker__question-list {
    padding: 0 16px 16px;
}

.services-picker__question-info {
    min-height: 235px;
}

.services-picker__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.services-picker__tag {
    align-items: center;
    border-radius: 32px;
    border: 1px solid #c7c7d6;
    cursor: pointer;
    display: inline-flex;
    gap: 8px;
    line-height: 22px;
    padding: 4px 12px;
    font-size: 14px;
    transition-duration: .3s;
    transition-property: background-color, color;
}

.services-picker__tag:hover {
    background-color: #e9edf3;
}

.services-picker__tag--active {
    background-color: #1e1d28;
    color: #fff;
}

.services-picker__question--disable .services-picker__question-title {
    opacity: .4;
}

.services-picker__question-hint {
    background-color: #00a1d1;
    border-radius: 24px;
    color: #fff;
    display: none;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.71;
    padding: 8px 12px;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
}

.services-picker__question--closed .services-picker__question-title-icon-plus {
    transform: rotate(90deg);
}

.services-picker__question--disable .services-picker__question-title-icon {
    opacity: 0;
}

/* service control */
.services-picker__controls {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    position: relative;
}

.services-picker__arrows {
    display: flex;
    align-items: center;
    gap: 8px;
}

.services-picker__arrow {
    overflow: visible;
}

.services-picker__arrow:not(.slick-disabled) {
    cursor: pointer;
}

.services-picker__arrow-circle {
    transition: r .4s cubic-bezier(.7, 0, 0, 3);
}

.services-picker__arrow-path {
    fill: #1E1D28;
    transition: fill .3s;
}

.services-picker__arrow.slick-disabled .services-picker__arrow-path {
    fill: #C7C7D6;
}

.services-picker__clear {
    align-items: center;
    display: none;
}

.services-picker__clear-tags {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.services-picker__clear-btn {
    align-items: center;
    color: #54575e;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    gap: 8px;
    line-height: 1.6;
    padding: 4px 12px;
    transition: color .3s;
}

.services-picker__clear-icon-path {
    fill: #54575E;
    transition: fill .3s;
}

.services-picker__slider {
    display: flex;
    gap: 16px;
    max-width: calc(100vw - 0px);
}

.services-picker__slider .slick-list {
    margin: -90px -16px;
    padding: 90px 16px;
}

.services-picker__slider .slick-track {
    display: flex;
    gap: 16px;
}

.services-picker__item {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #c7c7d6;
    flex: 0 0 416px;
    flex-basis: 290px;
    padding: 24px;
    text-decoration: none;
    transition-duration: .3s;
    transition-property: border-color, box-shadow;
}

.services-picker__item-category {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.33;
    padding-left: 16px;
    margin-bottom: 37px;
    padding-bottom: 8px;
    padding-top: 8px;
    position: relative;
    text-transform: uppercase;
}

.services-picker__item-category:after {
    background-color: #1e1d28;
    border-radius: 50%;
    content: '';
    height: 8px;
    margin-top: -5px;
    width: 8px;
    left: 0;
    position: absolute;
    top: 50%;
}

.services-picker__item-category--recomended {
    background-color: #1e1d28;
    border-radius: 16px;
    color: #fff;
    display: none;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: 37px;
    padding: 8px 14px;
    text-transform: uppercase;
}

.services-picker__item-title {
    align-items: flex-end;
    display: flex;
    font-weight: 400;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 1.33;
    min-height: 64px;
}

.services-picker__item-description {
    color: #54575e;
    font-size: 14px;
    line-height: 1.5;
    min-height: 64px;
    margin-bottom: 48px;
}

.services-picker__item-link {
    align-items: center;
    border-radius: 64px;
    border: 1px solid #c7c7d6;
    display: flex;
    height: 80px;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.services-picker__item-line {
    background-color: #c7c7d6;
    height: 1px;
    position: absolute;
    width: 74%;
}

.services-picker__item-image {
    height: 100%;
    object-fit: cover;
    opacity: 0;
    position: relative;
    transition: opacity .3s;
    width: 100%;
}

.services-picker__item-mask {
    background-color: rgba(0, 0, 0, .24);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.services-picker__item-view {
    color: #fff;
    font-weight: 700;
    opacity: 0;
    position: absolute;
    transition: opacity .3s;
    font-size: 14px;
}

.services-picker__item-icon {
    left: 13%;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    transition: left .6s;
}

.services-picker__item-icon-circle {
    fill: #E9EDF3;
    transition: fill .3s;
}

.services-picker__item--contact {
    background-color: #00a1d1;
    color: #fff;
    text-align: center;
}

.services-picker__item--contact .services-picker__item-title {
    justify-content: center;
}

.services-picker__item--contact .services-picker__item-description {
    color: #fff;
}

.services-picker__item--contact .services-picker__item-link {
    border-color: transparent;
}

.services-picker__item--contact .btn {
    font-weight: 700;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    display: inline-block;
    min-width: 260px;
    outline: 0;
    text-align: center;
    transition-property: background-color, color;
    -moz-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    background-color: #fff;
    padding: 16px;
}

.services-picker__item--contact .services-picker__item-category:after {
    content: unset;
}

.services-picker__item--contact:hover {
    color: #ffffff;
}

.services-picker__item:hover {
    border-color: transparent;
    box-shadow: 0 16px 90px 0 rgb(2 16 44 / 12%), 0 0 2px 0 rgb(2 16 44 / 8%);
}

.services-picker__item:hover .services-picker__item-image,
.services-picker__item:hover .services-picker__item-mask,
.services-picker__item:hover .services-picker__item-view {
    opacity: 1;
}

.services-picker__item:hover .services-picker__item-icon {
    left: calc(87% - 24px);
}

.services-picker__item:hover .services-picker__item-icon-circle {
    fill: #fff;
}

.services-picker__clear--show {
    display: flex;
}

.services-picker__slider.question-1-active .services-picker__item:first-child .services-picker__item-category--recomended,
.services-picker__slider.question-1-active .services-picker__item:nth-child(2) .services-picker__item-category--recomended,
.services-picker__slider.question-1-active .services-picker__item:nth-child(3) .services-picker__item-category--recomended {
    display: inline-block;
}

.services-picker__slider.question-1-active .services-picker__item:first-child .services-picker__item-category,
.services-picker__slider.question-1-active .services-picker__item:nth-child(2) .services-picker__item-category,
.services-picker__slider.question-1-active .services-picker__item:nth-child(3) .services-picker__item-category {
    display: none;
}

.services-picker__arrow:not(.slick-disabled):hover .services-picker__arrow-circle {
    r: 24;
}

/* Section Picker End */

/* story Sec */
.story_sec {
    padding-bottom: 100px;
}

.section__stories {
    position: relative;
}

.story_sec .section__title {
    margin-bottom: 64px;
}

.stories {
    padding-left: 50px;
}

.stories__slider {
    display: flex;
}

.stories__slider .slick-list {
    padding: 90px 1000px;
    margin: -90px -1000px;
}



.stories__item {
    display: flex !important;
    flex: 0 0 85vw;
    width: 85vw;
}

.stories__slider .slick-slide {
    overflow: hidden;
}

.stories__video-wrap {
    flex: 0 0 44vw;
    overflow: hidden;
}

.stories__video {
    border-radius: 8px;
    /* height: 404px; */
    overflow: hidden;
    width: 100%;
    display: block;
    position: relative;
    text-decoration: none;
}

.video__imageWrap {
    height: 100%;
}

.stories__video:hover .video__image {
    transform: scale(1.1);
}

.video__image {
    object-position: center top;
    object-fit: cover;
    height: 100%;
    transition: transform .3s;
}

.stories__mask {
    background: #fff;
    bottom: 0;
    display: block;
    left: calc(44vw) !important;
    position: absolute;
    top: 0;
    width: 41vw !important;
}

.stories__block {
    flex: 1;
    padding: 32px 6%;
    position: relative;
    z-index: 1;
    padding-bottom: 24px;
    padding-top: 24px;
}

.stories__block-text {
    overflow: hidden;
}

.stories__row {
    align-items: center;
    display: flex;
    gap: 32px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.stories__logo {
    height: auto;
    width: 80px;
}

.stories__industry {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.33;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-top: 8px;
    position: relative;
    text-transform: uppercase;
}

.stories__industry:after {
    background-color: #1e1d28;
    border-radius: 50%;
    content: '';
    left: 0;
    position: absolute;
    top: 50%;
    height: 8px;
    margin-top: -5px;
    width: 8px;
}

.stories__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 32px;
    display: -webkit-box;
    overflow: hidden;
    visibility: visible;
}

.stories__url {
    color: #1e1d28;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    white-space: nowrap;
}

.stories__url-icon {
    margin-left: 4px;
}

.stories__url-icon-circle {
    opacity: 0;
    transition: opacity .3s;
}

.stories__url:hover .stories__url-icon-circle {
    opacity: 1;
}


.section__controls {
    align-items: center;
    bottom: 32px;
    display: flex;
    gap: 40px;
    left: calc(49vw + 50px);
    position: absolute;
    z-index: 1;
}

.section__arrows {
    align-items: center;
    display: flex;
    gap: 16px;
}

.section__arrow {
    overflow: visible;
}

.section__arrows svg {
    vertical-align: top;
}

.section__arrow-circle {
    transition: r .4s cubic-bezier(.7, 0, 0, 3);
}

.section__arrow-path {
    fill: #1E1D28;
    transition: fill .3s;
}

.section__arrow.slick-disabled .section__arrow-path {
    fill: #C7C7D6;
}

.section__arrow:not(.slick-disabled) {
    cursor: pointer;
}

.section__arrow:not(.slick-disabled):hover .section__arrow-circle {
    r: 24;
}

.section__counter {
    font-size: 14px;
}

.stories__all {
    position: absolute;
    right: 24px;
    top: 4px;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
}

.link__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    padding-right: 16px;
    color: #1e1d28;
}

.link__icon--big {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: relative;
}

.stories__all .link__icon {
    background-color: transparent;
    overflow: visible;
}

.stories__all .link__icon-circle {
    transition: r .4s cubic-bezier(.7, 0, 0, 3);
}

.stories__all:hover .link__icon-circle {
    r: 24;
}

/* story Sec ENd */

/* News Sec */
.news_sec {
    padding-bottom: 100px;
}

.news_sec .subtitle {
    margin-bottom: 48px;
}

.news-listWrap {
    position: relative;
}

.news-list {
    display: flex;
    align-items: center;
}

.news {
    display: grid !important;
    flex: 0 0 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 16px;
}

.news__item {
    background-color: #fff;
    display: block;
    text-decoration: none;
}

.news__item:first-child {
    grid-row: span 2;
    grid-column: span 2;
    position: relative;
}

.news__item:nth-child(2),
.news__item:nth-child(3) {
    grid-column: span 2;
    display: flex;
}

.news__imageWrap {
    border-radius: 8px;
    display: block;
    overflow: hidden;
}

.news__image {
    background-color: #d8d8d8;
    background-image: radial-gradient(circle at 48% 50%, #fff, rgba(0, 0, 0, .1));
    height: 390px;
    max-width: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform .3s;
    vertical-align: top;
    width: 100%;
}

.news__image {
    height: 300px;
}

.news__item:first-child .news__image {
    height: 616px;
}

.news__info {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 16px 90px 0 rgb(2 16 44 / 12%), 0 0 2px 0 rgb(2 16 44 / 8%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    padding: 24px;
}

.news__item:first-child .news__info {
    bottom: 0;
    height: 300px;
    position: absolute;
    right: 0;
    width: 50%;
}

.news__type {
    border-radius: 16px;
    border: 1px solid #54575e;
    color: #1e1d28;
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 16px;
    padding: 6px 10px 4px;
    text-transform: uppercase;
}

.news__title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #1e1d28;
    display: -webkit-box;
    font-size: 16px;
    height: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 16px;
    overflow: hidden;
    text-decoration: none;
    visibility: visible;
}

.news__excerpt {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #54575e;
    display: -webkit-box;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
    overflow: hidden;
    visibility: visible;
}

.news__author-block {
    align-items: flex-start;
    display: inline-flex;
    margin-top: auto;
}

.news__author-image {
    flex: 0 0 64px;
    margin-right: 16px;
    flex-basis: 56px;
}

.news__author-image img {
    border-radius: 50%;
    height: 56px;
    width: 56px;
    object-fit: cover;
    vertical-align: top;
}

.news__author-name {
    color: #1e1d28;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.news__author-position {
    color: #1e1d28;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.news__item:hover .news__image {
    transform: scale(1.1);
}

.news__item:nth-child(2) .news__imageWrap,
.news__item:nth-child(3) .news__imageWrap {
    flex: 0 0 50%;
}

.news__item:nth-child(2) .news__imageWrap {
    order: 1;
}

.news__all {
    position: absolute;
    right: 0;
    top: -84px;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    outline: 0;
}

.news__all .link__icon {
    background-color: transparent;
    overflow: visible;
}

.news__all .link__icon-circle {
    transition: r .4s cubic-bezier(.7, 0, 0, 3);
}

.news__all:hover .link__icon-circle {
    r: 24;
}

/* News Sec End */

/* Expertise Sec */
.expertise_sec {
    padding: 80px 0;
}

.expertise_sec h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    max-width: 32rem;
    font-family: "Outfit", sans-serif;
}

.expo_btn {
    display: flex;
    justify-content: end;
}

.expo_btn a {
    font-family: "Outfit", sans-serif;
    color: #111111;
    font-weight: 400;
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: end;
    border-bottom: 2px solid #111111;
    padding: 10px 32px 10px 0;
    transition-duration: .2s;
    gap: 8px;
}

.expo_btn a:hover {
    padding-left: 16px;
    padding-right: 16px;
}

.expo_btn svg {
    fill: currentColor;
}

.col-md-4:nth-last-child(n + 4) .expo_item {
    margin-bottom: 48px;
}

.expo_item h3 {
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 34px;
    font-family: "Outfit", sans-serif;
}

.expo_item p {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    font-family: "Outfit", sans-serif;
}

a>u {
    text-underline-offset: 4px;
    text-decoration-color: #c2c7cc;
}

/* Expertise Sec End */

/* Team Sec */
.team_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 5rem;
    margin-top: 90px;
    transition-duration: .5s;
}

.team_itemWrap {
    width: 1px;
    justify-content: center;
    display: flex;
    transition-duration: .5s;
}

.team_item {
    min-width: 350px;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
}

.scrollDiv svg path {
    fill: rgb(194, 199, 204);
}

.team_itemWrap p {
    color: #111111;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    font-family: "Outfit", sans-serif;
    white-space: pre-line;
}

.scrollDiv p {
    color: #c2c7cc;
}

/* Team Sec End */

/* Page Banner */
.page_banner {
    background-color: #1c2e48;
}

.pageBanner_wrap {
    background-position: top center;
    background-size: cover;
    opacity: 1;
    mix-blend-mode: overlay;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.page_banner .container--full {
    min-height: 400px;
    align-items: center;
    display: flex;
    position: relative;
}

.page_banner .page-title {
    padding: 30px 0;
    width: 50%;
}

.page_banner .page-title h1 {
    font-size: 58px;
    font-weight: 700;
    line-height: 58px;
    color: #ffffff;
}

/* Page Banner ENd */

/* About Sec */
.about_sec {
    padding: 60px 0 0;
}

.about_sec .divider-separator {
    width: 42%;
}

.about_imgWrap {
    padding: 30px;
}

.about_sec .wrapper_department p {
    margin-bottom: 10px;
    font-size: 16px;
}

.about_sec .wrapper_department_h2 {
    margin-bottom: 20px;
    font-size: 44px;
    line-height: 44px;
}

/* About Sec End */

/* Contact Sec */
.contact_sec {
    padding: 60px 0;
}

/* .contact_detail {
    padding-bottom: 50px;
} */

.contact_detail h2 {
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.17;
    font-weight: 500;
    color: #1e1d28;
    font-size: 34px;
}

.contact_detail p {
    font-size: 14px;
    max-width: 570px;
    text-align: center;
    margin: 20px auto 80px;
}

.contact-info .title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
    padding-left: 30px;
}

.contact-info .info .icon {
    font-size: 18px;
    line-height: 26px;
    position: absolute;
    top: 0;
    left: 0;
    color: #d8d8d8;
}

.contact-info .info {
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    color: #696969;
}

.contact-info .info:not(:last-child) {
    margin-bottom: 5px;
}

.sosal-midia-icn {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 10px;
}

.sosal-midia-icn li a {
    text-align: center;
    width: 35px;
    margin: 4px;
    height: 35px;
    background-color: #073952;
    border: 1px solid #073952;
    font-size: 14px;
    color: #fff;
    line-height: 0;
    align-items: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
}

.sosal-midia-icn li a:hover {
    background: transparent;
    color: #073952;
}

.contact-form input:not([type="checkbox"]):not([type="radio"]),
.contact-form textarea {
    font-size: 14px;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #333;
    border: 1px solid transparent;
    border-bottom-color: #ededed;
    background-color: transparent;
    margin-bottom: 30px;
}

.contact-form textarea {
    height: 200px;
    resize: none;
}

.contact-form textarea:focus-visible {
    outline: none;
}

.contact-form input:not([type="checkbox"]):not([type="radio"]):focus,
.contact-form textarea:focus {
    border-bottom-color: #333;
}

#response {
    font-size: 16px;
    color: green;
    border: 1px solid green;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    display: none;
}

#alert {
    font-size: 16px;
    color: Red;
    border: 1px solid Red;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    display: none;
}

#pageloader {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

/* Contact Sec ENd */

/* Service page */
.new_page {
    margin-bottom: 50px;
}

.new_page.page_banner .container--full {
    min-height: 450px;
}

.new_page.page_banner .page-title h1 {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 24px;
    font-weight: 500;
    letter-spacing: 1px;
}

.new_page.page_banner .page-title h2 {
    font-size: 58px;
    line-height: 58px;
    color: #ffffff;
    font-weight: 700;
}

.new_page.page_banner .page-title {
    padding: 0;
    width: 70%;
}

.fill-site-primary-600 {
    fill: #f66135;
}

.w-6 {
    width: 1.5rem;
}

.h-6 {
    height: 1.5rem;
}

.service_sec h2 {
    color: #111111;
    font-size: 34px;
    line-height: 48px;
    font-weight: 500;
    font-family: Outfit, sans-serif;
}

.service_textWrap {
    border-top: 2px solid #d9dcdf;
    display: flex;
    gap: 0.75rem;
    margin-bottom: 30px;
}

.service_textWrap h3 {
    color: #3d4751;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    font-family: Outfit, sans-serif;
}

.service_content p {
    color: #52606d;
    font-size: 14px;
    line-height: 22px;
    font-family: Outfit, sans-serif;
}

/* Service page ENd */

/* Blog Sec */
.blog_sec {
    padding: 50px 0;
}

.blog_sec .post {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 50px;
    overflow: hidden;
    box-shadow: 0 0 6px 2px #9f9f9f4a;
}

.post__thumbnail {
    position: relative;
    transition: all .4s ease;
}

.post__overlay {
    display: block;
}

.post__content {
    padding: 20px;
}

.post-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    color: #1C2E48;
    display: block;
    margin-bottom: 10px;
}

.post__content .read-more {
    color: #1C2E48;
    font-size: 10px;
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #ffcc00;
    display: inline-block;
    padding: 15px 40px;
    border-radius: 4px;
    transition: all 1s ease-in;
}

.post__content .read-more:hover {
    background: #1C2E48;
    color: #ffffff;
    transition: all 1s ease-in;
}

.blog-page.page_banner .page-title {
    width: 70%;
}

.blog-page.page_banner .page-title h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
}

/* Blog Sec ENd */

/* Blog Detail */
.blog_detail {
    padding: 50px 0;
}

.blog_detail h2,
.blog_detail h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 50px;
}

.blog_detail h3 {
    font-size: 18px;
}

.blog_detail p {
    font-size: 14px;
}

.blog_detail blockquote {
    font-size: inherit;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 0 0 0 32px;
    position: relative;
}

.blog_detail blockquote p {
    font-size: 16px;
}

.blog_detail blockquote:after {
    background-image: url(../images/blockquote.svg);
    height: 11px;
    top: 9px;
    width: 14px;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
}

.blog_detail ol {
    padding-left: 10px;
}

.blog_detail ol li {
    list-style: auto;
    padding-left: 10px;
    margin-bottom: 12px;
    font-size: 14px;
}

/* Custom Banner */
.cstm_bannerText h1 {
    color: #fff;
    font-size: 68px;
    font-weight: 700;
    line-height: 82px;
    margin-bottom: 30px;
    z-index: 1;
    position: relative;
}

.cstm_bannerText em {
    position: relative;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: 1em;
    padding: 0 3px;
    background-repeat: no-repeat;
    background-size: 0 80%;
    background-image: none !important;
    transition: background-size .9s cubic-bezier(.15, .75, .4, 1), opacity .25s ease;
}

.cstm_bannerText em.animated {
    background-size: 100% 80%;
}

.nectar-scribble {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.nectar-scribble.circle {
    width: 130%;
    height: 140%;
    top: -20%;
    left: -15%;
}

.nectar-scribble path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    opacity: 0;
}

em.animated .nectar-scribble path {
    stroke-linecap: round;
    opacity: 1;
    animation: nectarStrokeAnimation 1.3s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

@keyframes nectarStrokeAnimation {
    0% {
        stroke-dashoffset: 1;
        opacity: 0;
    }

    1% {
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

.cstm_bannerText p {
    color: #ffffff;
    font-size: 18px;
    width: 60%;
    margin: 0 auto 36px;
}

.section__images .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
}

.section__images .slick-dots li {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.section__images .slick-dots li.slick-active {
    border: 1px solid #ffcc00;
    border-radius: 20px;
}

.section__images .slick-dots li button {
    font-size: 0;
    letter-spacing: 0;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    display: block;
    padding: 0;
    border: 0;
    margin: 0 3px;
    background: #ffffff;
}

.section__images .slick-dots li.slick-active button {
    background-color: #ffcc00;
}

.Experience .col-lg-7 .col-sm-6:first-child .circle_icons {
    color: #f66135;
}

.Experience .col-lg-7 .col-sm-6:last-child .circle_icons {
    color: #16a87a;
}

.Experience .col-lg-7 .col-sm-6:nth-child(2n+3) .circle_icons {
    color: #1a73e8;
}

.Experience .col-lg-7 .col-sm-6:nth-child(2n+3) .main_circle_sec,
.Experience .col-lg-7 .col-sm-6:last-child .main_circle_sec {
    margin-bottom: 0;
}

.about_sec ul {
    margin: 25px 0;
}

.about_sec li {
    list-style: none;
    margin-bottom: 15px;
    padding-left: 32px;
    position: relative;
}

.about_sec li:before {
    align-items: center;
    background-color: #00a1d1;
    border-radius: 50%;
    color: #fff;
    content: "\f00c";
    display: flex;
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    height: 24px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
}

.bg_light {
    padding-bottom: 60px;
    background: aliceblue;
}

/* Process Section */
.process_sec {
    padding: 0 0 50px;
}

.pythonD-infographics {
    background: url(../images/process-infographics.png) no-repeat 50% 50%;
    position: relative;
    height: 600px;
    margin-top: 20px;
}

.infographics {
    width: 260px;
    position: absolute;
    text-align: center;
}

.infographics strong {
    font-size: 18px;
}

.infographics p {
    font-size: 16px;
    color: #2b3037;
}

.infographics-1 {
    top: 45px;
    left: 255px;
}

.infographics-1 strong {
    color: #2669a7;
}

.infographics-2 {
    top: 45px;
    right: 292px;
}

.infographics-2 strong {
    color: #f38700;
}

.infographics-3 {
    top: 390px;
    left: 0;
    width: 230px;
}

.infographics-3 strong {
    color: #ed1f24;
}

.infographics-4 {
    top: 421px;
    left: 485px;
    width: 250px;
}

.infographics-4 strong {
    color: #28a627;
}

.infographics-5 {
    top: 390px;
    right: 35px;
    width: 250px;
}

.infographics-5 strong {
    color: #8632b7;
}

/* Process Section End */