@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
}

body {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
}

img {
    width: 100%;
}

h1 {
    font-size: 45px;
    color: #5E5E5F;
    line-height: 0.9;
    font-weight: 600;
}

h2 {
    font-size: 22px;
    color: #5E5E5F;
    font-weight: 600;
    margin: 0;
}

a:hover {
    color: #5E5E5F;
}

a {
    color: #5E5E5F;
    text-decoration: none;
}

h3 {
    font-size: 20px;
    color: #5E5E5F;
    font-weight: 400;
}

h4 {
    font-size: 18px;
    color: #5E5E5F;
    margin: 0;
    font-weight: 400;
}

h5 {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
}

h6 {
    font-size: 18px;
    color: #000;
}

h1 span {
    font-family: 'Distant Stroke';
    font-size: 70px;
    padding-left: 10px;
    font-weight: 500;
}

p {
    font-size: 16px;
    color: #5E5E5F;
    font-weight: 400;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

li {
    font-size: 16px;
    color: #5E5E5F;
}

.spacing {
    margin-top: 3rem;
}

.menu-navbar-box .collapse.navbar-collapse {
    justify-content: end;
}

.contact-btn {
    background: #EAE3D9;
    padding: 12px 17px !important;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    color: #5E5E5F;
/*  height: 100%;*/
    font-size: 18px;
    font-weight: 400;
}

.close-btn {
    display: none;
}

.menu-navbar-box .navbar-toggler.collapsed {
    border: none;
    box-shadow: none;
}

.menu-navbar-box button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
    border: none;
}

.menu-navbar-box .navbar-toggler {
    border: none;
}

.sticky .menu-navbar-box {
    background: #fff;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    transition: 0.7s all;
}

.menu-navbar-box .navbar-expand-lg .navbar-nav .nav-link {
    color: #5E5E5F;
    padding: 0;
    padding-left: 0;
    font-weight: 400;
    font-size: 18px;
}
.slider_box {
    position: relative;
}

.slider_box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #F9F7F4;
    width: 100%;
    height: 95%;
}

.menu-navbar-box {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    background: transparent;
    transition: 0.9s all;
}
.contact-btn:hover {
    background: #5E5E5F;
    transition: 0.5s all;
    color: #fff;
}
.contact-btn:hover a {
    color: #fff !important;
}
.contact-btn:hover a.header-button {
    color: #fff;
    transition: 0.5s all;
}
a.nav-link.active.header-btn::after,.menu-navbar-box .header-btn:hover::after {
    display: none !important;
}


.menu-navbar-box.sticky {
    box-shadow: 0px 1px 5px #6d6d6d29;
    background-color: #fff;
}

.menu-navbar-box .nav-item {
    padding: 12px 0;
    padding-right: 7.2rem;
}

.menu-navbar-box .navbar-brand img {
    max-width: 75%;
    transition: 0.3s all;
}

.sticky .menu-navbar-box .navbar-brand img {
    max-width: 65%;
    transition: 0.3s all;
}

.social_logos ul li:hover {
    background: #eae3d9;
}

.footer_cpyrgt .cprgt-box a:hover {
    color: #eae3d9;
}

.menu-navbar-box .nav-link {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.menu-navbar-box .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #5E5E5F;
    transition: width .3s;
}

.menu-navbar-box .nav-link:hover::after {
    width: 100%;
    transition: width .3s;
}

.menu-navbar-box .nav-link.active:after {
    width: 100%;
    transition: width .3s;
}

.banner_box.services-box h1 span {
    padding-left: 0;
}

.banner_box .banner_title h1 small {
    display: block;
}

.banner_box .banner-image {
    position: absolute;
    left: auto;
    top: 0;
    z-index: -1;
    max-width: 50%;
    right: 0;
    height: 100%;
    object-fit: cover;
    object-position: left bottom;
}

.banner_box .reponsive-banner {
    display: none;
}

.banner_box.banner_box{
    position: relative;
    padding-top: 8%;
    padding-bottom: 2%;
}
.banner_box.digital_sec {
    padding: 0;
}
.banner_box a {
    font-size: 16px;
    font-weight: 400;
}

.banner_box .banner_title p {
    margin-top: 15px;
    padding-right: 80px;
}
.banner_box .banner_title {
    padding: 12rem 0px;
}

.banner_box.sloution-box span {
    padding: 0;
}

.banner_box.about-box h1 span {
    padding-left: 13px;
    font-size: 80px;
}

.banner_breadcrumbs h4 {
    padding-left: 20px;
}

.banner_breadcrumbs .breadcrumb {
    align-items: center;
    position: relative;
    margin-bottom: 50px;
}

.banner_breadcrumbs .breadcrumb-item+.breadcrumb-item::before {
    content: "";
    background: url(../images/breadcrumbs_arrow.svg) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    max-width: 20px;
    top: 14px;
}

.banner_breadcrumbs .breadcrumb .service-wi {
    padding-left: 20px;
}

.page_content {
    margin-top: 0rem;
}

.partner_spacing {
    margin-top: 3rem;
}

.partner_logos ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partner_logos ul li img {
    max-width: 70%;
    transition: all 0.4s ease-in-out;
    cursor: pointer;

}

.partner_logos ul li img:hover {
    transform: scale(1.1);
}

.service_description p {
    max-width: 320px;
}

.services_box .service_title.service-spacing span {
    padding: 0;
    font-size: 70px;
}

.services_box .service_title h1 span {
    font-size: 80px;
    padding-left: 18px;
}

.services_box .service_title {
    text-align: center;
}

.who_sec .who_title span {
    padding-left: 10px;
    display: inline-block;
    margin-top: 20px;
}

.services_box .service_title p {
    text-align: center;
    padding: 0 20rem;
}

.service_content .service_icon {
    max-width: 80px;
    margin-right: 20px;
    height: 80px;
}

.service_content {
    margin-top: 3rem;
}

.services_content {
    display: flex;
}

.partner_logos li {
    width: 25%;
    margin-top: 0px;
    text-align: center;
}

.services_box {
    background: #F9F7F4;
    padding: 50px 0;
}

.who_sec {
    position: relative;
    /* padding-bottom: 10%; */
}

.who_sec .bg_image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    max-width: 50%;
    height: 100%;
    object-fit: cover;
}

.who_sec .who_title {
    margin: 100px 0;
    padding: 30px 35px;
    color: #fff;
    margin-left: -100px;
    background: #F9F7F4;
    padding-bottom: 4rem;
    padding-top: 3rem;
}

.who_sec .sec__image img {
    display: none;
}

.who_title p {
    max-width: 550px;
}

.what_title {
    background: #F9F7F4;
    padding: 30px 35px;
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.animation-image {
    padding: 0 35px;
}

.slider-description {
    background: #fff;
    text-align: center;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 0 26px;
    padding-bottom: 20px;
    transition: 0.7s all;
}

.slider_box {
    padding: 80px 0;
}

.slider_box .owl-item .item {
    transform: translate3d(0, 0, 0);
    margin: 76px 0;
}

.owl-item.active.center img {
    top: -55px;
}

.slider_box .owl-item .item {
    padding: 0 25px;
}

.slider_box .owl-item.active.center .item {
    margin: 96px 0;
}

.slider_box .owl-item.active.center .slider-description .kelly-image {
    max-width: 100px;
}

.slider_box .owl-item img {
    border-radius: 100%;
}

.slider_box .screenshot_slider .owl-nav {
    text-align: center;
}

.slider_box .slider-description h2 {
    margin-top: -15px;

}

.slider_box .owl-item.active.center .slider-description {
    -webkit-transform: scale(1.15);
}

.slider_box .slider-description .kelly-image {
    max-width: 70px;
    margin-top: -30px;
    margin: 0 auto;
    position: relative;
    top: -38px;
}

.slider_box .screenshot_slider .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: -45px;
}

.slider_box .screenshot_slider .owl-nav .owl-next {
    position: absolute;
    right: -45px;
    top: 45%;
}

.slider_box .social_logos ul li:hover {
    background: #eae3d9;
}

.slider_box .social_logos ul li:hover img {
    filter: contrast(0.5) saturate(0.5) sepia(1);
}

.slider_box .social_logos .facebook_icon img {
    margin-top: -8px;
}

.slider_box .slider-description {
    transition: 0.3s all;
}

.slider_box .slider-description p {
    text-align: left;
    padding-top: 10px;
}

.slider_box .slider-content h4 {
    padding-top: 8px;
}

.award-box .award-logos img:hover {
    transition: 0.7s all;
    transform: translateY(-10px);
}

.award-box .award-logos img {
    max-width: 150px;
    transition: 0.7s all;
}

.award-box .award-logos ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.award-box .award-logos ul li {
    width: 25%;
    margin-top: 40px;
}

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

.award-box .award-title p {
    max-width: 65%;
    text-align: center;
    margin: 0 auto;
}
.social_logos ul li img {
    max-width: 20px;
    height: 20px;
}
.social_logos ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social_logos ul li {
    background: #fff;
    width: 37px;
    text-align: center;
    border-radius: 5px;
    padding: 4px;
    height: 37px;
    cursor: pointer;
    margin-left: 15px;
}

footer.spacing.footer_box {
    background: #5E5E5F;
    padding: 4rem 0;
    padding-bottom: 0;
}

.footer_services ul li a {
    color: #fff;
    font-size: 16px;
}

.footer_services ul li a:hover {
    color: #eae3d9;
}

.footer_logo img {
    max-width: 160px;
}

.footer_services ul li {
    width: 50%;
    padding-bottom: 15px;
}

.footer_logo p {
    color: #fff;
    padding: 1rem 0;
    margin: 0;
    max-width: 370px;
}

.footer_services ul {
    display: flex;
    flex-wrap: wrap;
}

.footer_cpyrgt {
    margin-top: 10px;
}

.footer_cpyrgt .cprgt-box p {
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

.footer_cpyrgt .cprgt-box a {
    color: #fff;
}

.footer_cpyrgt .cprgt-box {
    border-top: 1px solid #fff;
}

.footer_services .wi_full {
    width: 100%;
}

/* -----------------services-page------------------------- */
.who_sec.why_choose .row {
    flex-direction: row-reverse;
}

.why_digtal h1 {
    line-height: 70px;
}

.who_sec.why_choose .bg_image {
    left: auto;
    right: 0;
}

.who_sec.why_choose .who_title {
    margin-right: -100px;
    margin-left: 0;
}

/* -----------------about-us----------------- */
.who_sec.it_services .who_title p strong {
    font-size: 40px;
    font-family: 'Distant Stroke';
    font-weight: 500;
}
.our_team .team_images ul li img {
    max-width: 240px;
}
.our_team .team_description {
    padding: 75px 0;
}

.our_team .team_description .text-bold {
    font-size: 24px;
    color: #5E5E5F;
}

.our_team .team_images ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
}

.our_team .team_images ul li {
    width: 50%;
}

.our_team .team_images ul li .image_two {
    margin-top: -30px;
}

.our_team .team_images ul li .image_one {
    margin-top: 30px;
}
.our_team .team_images ul li .image_three {
    margin-top: 30px;
}
.our_team .team_images ul li .image_four {
    margin-top: -30px;
}

/* ----------------------digital-page------------------- */
.why_digital_box {
    background: #F9F7F4;
    padding: 70px 0;
}

.digital_images ul .ppc-image img {
    max-width: 50px;
}

.digital_images ul li img {
    max-width: 40px;
    min-height: 81px;
    height: 100%;
}

.digital_images ul .smo-image img {
    max-width: 32px;
}

.digital_description {
    padding: 56px 0;
}

.digital_description h1 span {
    display: block;
    padding-top: 15px;
}

.digital_images ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.digital_images ul li {
    width: 45%;
    height: 100%;
    background: #fff;
    box-shadow: 2px 4px 15px 2px rgb(0 0 0 / 16%);
    padding: 20px 27px;
    margin-top: 15px;
    margin-right: 25px;
}

.digital_images ul li h3 span {
    display: block;
}

.digital_images h3 {
    font-size: 15px;
    min-height: 55px;
}

.collaborate_form h2 {
    max-width: 430px;
    margin-bottom: 20px;
}

.collaborate_form .form-control {
    border: 1px solid #707070;
    padding: 15px 15px;
    color: #5E5E5F;
    box-shadow: none;
    background-color: transparent;
}

.collaborate_description {
    padding: 10rem 0;
}

.collaborate_description p {
    max-width: 92%;
}

.collaborate_box .submit_btn .btn-primary {
    background: #EAE3D9;
    border-color: #EAE3D9;
    max-width: 150px;
    width: 100%;
    border-radius: unset;
    padding: 12px 0;
    color: #5E5E5F;
    font-size: 18px;
    font-weight: 400;
}

.collaborate_box .submit_btn .btn-primary:hover {
    background: #5e5e5f;
    color: #fff;
}

.collaborate_box .collaborate_form {
    background: #F9F7F4;
    padding: 30px;
    box-shadow: 0px 0 10px 0px rgb(0 0 0 / 16%);
}

/* ---------------blog_page-------------------- */
.blog_content .blog_date {
    background: linear-gradient(171deg, #5e5e5fb8, #00000017);
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 54px;
    width: 100%;
    padding: 20px 20px;
    backdrop-filter: blur(2px);
    max-width: 100%;
    margin: 0 auto;
}

.blog_content .blog_image {
    position: relative;
}

.blog_image img {
    max-width: 100%;
    box-shadow: 2px 4px 15px 2px rgb(0 0 0 / 16%);
}

.blog_description {
    padding: 15px 0px;
}

/* -------------------------blog_inner------------------- */
.banner_title .banner_date {
    padding-top: 1rem;
}

.blog_inner_content .bg_dark {
    background: #F9F7F4;
    padding: 20px 2rem;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 16%);
    padding-right: 85px;
}

.blog_inner_content p {
    margin-bottom: 30px;
}

.blog_inner_content .bg_dark:before {
    content: "";
    position: absolute;
    height: 60%;
    width: 2px;
    background: #5E5E5F;
    top: 26px;
    bottom: 0;
    left: 20px;
}

.banner_breadcrumbs .breadcrumb-item img {
    max-width: 45px;
}

/* ------------------------contact_page------------------------ */
.contact_sec .contact_content img {
    width: 33px;
    height: 33px;
}

.banner_box.contact_banner h1 span {
    padding-left: 10px;
}

.contact_sec .contact_content {
    display: flex;
    padding-bottom: 10px;
}

.contact_sec .contact_no span {
    display: block;
}

.contact_sec .contact_no a:hover {
    color: #5E5E5F;
}

.contact_sec .contact_no {
    padding-left: 2rem;
    padding-bottom: 10px;
}

.banner_box.contact_banner .banner_title {
    padding: 6rem 0;
}

.contact_sec .contact_no h3 {
    margin: 0;
    font-size: 18px;
}

.contact_sec .contact_no h2 {
    padding-bottom: 10px;
}

.parivacy_policy {
    margin-top: 10rem;
}

.parivacy_policy .bg_color {
    background: #f9f7f4;
    padding: 2rem 0;
}
.thanku_box .thanku-image img {
    max-width: 75%;
}
.thanku_box .banner_title h1 span {
    display: block;
    padding-top: 15px;
}

.thanku_box {
    margin-top: 10rem;
}

.thanku_box .banner_title {
    padding: 7rem 0;
}

.form-sec .form-detail {
    margin-left: 30px;
}

.form-sec .form-content {
    display: flex;
    width: 100%;
    align-items: center;
}

.form-sec .form-content .form-one {
    border: 1px solid #EAE3D9;
    border-radius: 16px;
    padding: 2px 12px;
    font-size: 18px;
    font-weight: 500;
}
.form-sec .form-detail .form-label {
    font-size: 18px;
    font-weight: 500;
    color: #5E5E5F;
}
.form-sec .form-control {
    border: none;
    border-bottom: 2px solid #EAE3D9;
    border-radius: 0;
    padding: 0;
    padding-bottom: 5px;
    width: 100%;
    box-shadow: none;
    padding-bottom: 11px;
    font-size: 18px;
    font-weight: 300;
}

.form-sec .form-detail {
    margin-left: 20px;
    width: 100%;
}

.form-sec .reboot-box {
   
    margin: 30px 0;
}

.form-sec .submit_btn .btn-primary {
    background: #EAE3D9;
    border-color: #EAE3D9;
    max-width: 150px;
    width: 100%;
    border-radius: unset;
    padding: 12px 0;
    color: #5E5E5F;
    font-size: 18px;
    font-weight: 400;
}
span.select2.select2-container {
    width: 100% !important;
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 100% !important;
}
.select2-container .select2-selection{
    font-size: inherit;
    font-weight: 400;
    text-align: left;
    background: #fff url(../images/down-arrow.svg) no-repeat right 10px center !important;
    background-size: 28px 28px;
    padding: 17px 30px 13px 12px;
    width: 100%;
    height: 40px !important;
    color: #000;
    border-radius: 0 !important;
    outline: none;
    box-shadow: none;
}
.form-dropdown .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0 !important;
    border-bottom: 2px solid #EAE3D9;
    padding: 0;
}
.select2-container--default .select2-results__option{
    font-size: 18px;
    padding: 8px 10px;
    font-weight: 300;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #faf9fb !important;
    border: 0 !important;
    border-radius: 4px !important;
    cursor: default !important;
    float: left !important;
    margin-right: 5px !important;
    margin-top: 0 !important;
    padding: 0 5px !important;
    color: #8F8F8F;
    height: 30px;
    line-height: 30px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice span{
    color: #8F8F8F !important;
    margin-right: 5px !important;
}
.select2-container .select2-search--inline .select2-search__field{
    margin-top: 0 !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #faf9fb !important;
    color: #000 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #5E5E5F !important;
    color: #fff !important;
}
.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid #ececec !important;
}
.select2-dropdown{
    z-index: 99999 !important;
}
.form-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #5E5E5F !important;
    line-height: normal !important;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}
.submit_btn button.btn.btn-primary:hover {
    background: #5e5e5f;
    color: #fff;
}
.blog_content:hover .blog_image:before {
    border-width: 0px 30px 30px 0px;
    transition: 0.5s all;
}

.blog_image:before {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    right: 0;
    border-width: 0;
    border-style: solid;
    background: #eae3d9;
    display: block;
    border-color: transparent #fff;
    -webkit-transition: border-width 0.2s ease-out;
    -moz-transition: border-width 0.2s ease-out;
    -ms-transition: border-width 0.2s ease-out;
    -o-transition: border-width 0.2s ease-out;
    transition: border-width 0.2s ease-out;
    content: "";
    transition: 0.5s all;
}

.team_description ul li {
    font-size: 16px;
    color: #5E5E5F;
    font-weight: 400;
}


.slider_box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #F9F7F4;
    width: 100%;
    height: 95%;
    z-index: -1;
}
.section-title{
    font-size: 45px;
    color: #5E5E5F;
    line-height: 0.9;
    font-weight: 600;
    text-align: center;

}
.who_title h2 {
    padding-bottom: 10px;
    
}
.who_title ul li{
    font-size: 16px;
    color: #5E5E5F;
    font-weight: 400;

}

.why_digtal h2 ul li{
    font-size: 16px;
    color: #5E5E5F;
    font-weight: 400;
}

spacing why_digital_box h2 ul li{
    font-size: 16px!important;
    color: #5E5E5F;
    font-weight: 400;
}



