* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DMSerifDisplay-Regular';
}

p {
    font-size: 17px;
}

.owl-nav button span {
    font-family: inherit !important;
}

p,
input,
li,
a,
span,
small {
    font-weight: 500;
    font-family: 'Poppins-Medium';
}

input,
textarea {
    font-family: 'Poppins-Medium';
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.heading_main h1 {
    font-size: 60px;
}

.heading h2 {
    font-size: 45px;
}

.text-blue {
    color: #093667;
}

/* buttons  */

.find_out_btn {
    margin-top: 40px;
}

.find_out_btn a {
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
}


@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/Poppins-Light.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'DMSerifDisplay-Regular';
    src: url('../fonts/DMSerifDisplay-Regular.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1190px;
    }

    p {
        font-size: 14px;
    }

    section.case_studies .blue_bg {
        height: 593px !important;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }

    p {
        font-size: 17px;
    }

    section.case_studies .blue_bg {
        height: 659px !important;
    }
}

/* body end  */

/* header css start  */

header {
    padding: 20px 0px;
    background-color: #fffbee;
}

header .navbar-collapse {
    flex-grow: 0;
    z-index: 1;
}

header .logo img {
    width: 35%;
}

header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

header .navbar-light .navbar-nav .nav-link {
    color: #093667;
    font-size: 14px;
}

header .navbar-light .navbar-nav .nav-link:hover {
    color: #093667;
}

header nav ul li a {
    display: inline-block;
    letter-spacing: 1px;
}

/* header nav ul li a:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 1.4px;
    background-color: #093667;
    transition: opacity 0.3s ease, width 0.3s ease;
    -ms-transition: opacity 0.3s ease, width 0.3s ease;
} */

/* header nav ul li a:hover:after {
    width: 80%;
} */
header .dropdown-menu {
    padding: 0px 0px 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: none;
    left: 20px !important;
}

header .dropdown-menu li a {
    color: #093667;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 10px;
    transition: .5s;
}

header .dropdown-menu li a:hover {
    background-color: #3476c1;
    color: #ffffff;
}

header .navbar-light .navbar-nav .nav-link.active {
    color: #093667;
}

/* header css end  */

/* banner css start  */

section.banner {
    background: url(../img/banner.webp);
    background-size: cover;
    background-position: center;
    color: #ffffff;
    height: 640px;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

section.banner .banner_head {
    padding-left: 100px;
}

section.banner .heading_pera p {
    text-align: justify;
    font-family: 'Poppins-Light';
}

/* banner css end  */

/* hire us for section css start  */

section.hire {
    padding: 50px 0px;
    text-align: center;
    background-color: #fffbee;
}

section.hire .hire_parent {
    padding: 40px 20px;
    border: 1px solid #efebde;
    border-radius: 15px;
    margin-top: 40px;
    transition: .5s;
    height: 460px;
    color: #000000;
}

section.hire .hire_parent:hover {
    background-color: #ffffff;
    border: 1px solid #3476c1;
}

section.hire .hire_parent .hire_img {
    margin-bottom: 35px;
}

section.hire .hire_parent .hire_head {
    margin-bottom: 20px;
}

section.hire .hire_parent .hire_head h5 {
    font-size: 24px;
}

/* hire us for section css end  */

/* Australian most people section css start  */

.australian_people {
    background: url(../img/people_bg.webp);
    background-position: center;
    background-size: cover;
    padding: 50px 0px;
    color: #ffffff;
    background-attachment: fixed;
}

.australian_people .mission_vision {
    display: flex;
}

.australian_people .heading {
    width: 75%;
    margin-bottom: 65px;
}

.australian_people .mission_vision .mission h6 {
    font-size: 25px;
    margin-bottom: 20px;
}

.australian_people .mission_vision .mission p {
    font-family: 'Poppins-Light';
}

.australian_people .mission_vision .mission p span {
    font-family: 'Poppins-Medium';
}

.australian_people .people_img {
    text-align: center;
}

.australian_people .people_img img {
    width: 95%;
}

.australian_people .mission_vision .mission ul{
    margin-left: 0px;
    padding-left: 0px;
}
.australian_people .mission_vision .mission ul li {
    line-height: 30px;
}
.australian_people .mission_vision .mission:nth-child(2) {
    margin-left: 50px;
    width: 100%;
}
.australian_people .mission_vision .mission:nth-child(3) {
    margin-left: 50px;
    width: 100%;
}

.australian_people .mission_vision .mission:nth-child(1) {
    width: 100%;
    margin-right: 10px;
}

/* Australian most people section css end  */


/* clients_worked section css start  */

section.clients_worked {
    background-color: #fffbee;
    padding: 50px 0px;
}

section.clients_worked .clients_worked_slider {
    margin-top: 30px;
}

section.clients_worked .clients_worked_slider .owl-dots {
    display: none !important;
}

section.clients_worked .clients_worked_slider .owl-nav {
    display: block !important;
}

section.clients_worked .clients_worked_slider .owl-nav button {
    background: none !important;
    width: 20px;
    height: 30px;
    top: -40px;
    position: absolute;
    font-family: inherit !important;

}

section.clients_worked .clients_worked_slider .owl-nav button.owl-prev {
    left: -35px;
    color: #053364 !important;
    font-size: 100px !important;
    outline: none !important;

}

section.clients_worked .clients_worked_slider .owl-nav button.owl-next {
    right: -35px;
    color: #053364 !important;
    font-size: 100px !important;
    outline: none !important;

}

/* clients_worked section css end  */

/* why choose section css start  */

section.why_choose {
    background: url(../img/why_us_bg.webp);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #ffffff;
    height: 330px;
    display: flex;
    align-items: center;
    background-attachment: fixed;
}

section.why_choose .why_chooose_pera {
    margin-top: 33px;
}

section.why_choose .why_chooose_pera p {
    font-family: 'Poppins-Light';
}

/* why choose section css end  */

/* what client say section css start  */

section.what_client {
    background-color: #fffbee;
    padding: 50px 0px;
}

section.what_client .clients_say {
    padding: 40px 35px;
    border: 1px solid #efebde;
    border-radius: 15px;
    margin-top: 30px;
    height: 390px;
    transition: .5s;
}

section.what_client .clients_say:hover {
    background-color: #ffffff;
}

section.what_client .clients_say .about_client span {
    font-size: 20px;
    font-weight: 700;
}

section.what_client .clients_say .about_client {
    margin-top: 30px;
}

section.what_client .clients_say .clients_say_slider .owl-dots {
    display: none;
}

/* what client say section css end  */

/* digitel Transformation section css start  */

section.digitel_tranformation {
    background-color: #3476c1;
    padding: 70px 0px;
    height: 1000px;
    position: relative;
}

section.digitel_tranformation .digitel_img img {
    width: 100%;
}

section.digitel_tranformation .container {
    background-color: #053364;
    padding: 0;
}

section.digitel_tranformation .digitel_head {
    padding-left: 40px;
    padding-right: 80px;
    padding-top: 50px;
    color: #ffffff;
}

section.digitel_tranformation .digitel_tranformation_pera {
    padding-right: 50px;
    padding-top: 30px;
}

section.digitel_tranformation .digitel_tranformation_pera p {
    font-size: 18px;
    font-family: 'Poppins-Light';
}

section.digitel_tranformation .ask_experts_btn {
    margin-top: 23%;
}

section.digitel_tranformation .ask_experts_btn a {
    border: 1px solid #3476c1;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Poppins-Light';
}

section.digitel_tranformation .ask_experts_btn a i {
    padding-left: 20px;
    font-size: 18px;
}

section.digitel_tranformation .digitel_container {
    color: #ffffff;
    margin-top: 80px;
    padding: 50px 40px 20px 40px !important;
}

section.digitel_tranformation .digitel_container .heading {
    width: 80%;
}

section.digitel_tranformation .digitel_container .lets_pera p {
    font-family: 'Poppins-Light';
    text-align: justify;
}


/* digitel Transformation section css end   */

/* trusted partner section css start  */

section.truster_partner {

    background-color: #fffbee;
    padding-top: 200px;
    padding-bottom: 20px;
}

section.truster_partner .team_chlid_img img {
    width: 100%;

    transition: .5s;
}

section.truster_partner .team_parent:hover .team_chlid_img img {
    filter: none;
}

section.truster_partner .team_parent:hover .team_text {

    border-top: 0;
    border-left: 1px solid #3476c1;
    border-right: 1px solid #3476c1;
    border-bottom: 1px solid #3476c1;
}

section.truster_partner .team_parent {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

section.truster_partner .team_text {
    padding: 10px 0px;
    transition: .5s;
    border-top: 0;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

section.truster_partner .team_text p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #053364;
    font-family: 'Poppins-Light';
}

section.truster_partner .team_text p span {
    font-family: 'Poppins-Medium';
    font-size: 14px;
}

section.truster_partner .heading span {
    text-transform: uppercase;
    color: #053364;
}


/* trusted partner section css end  */

/* footer css start  */

footer {
    background: url(../img/footer_bg.webp);
    background-position: center;
    background-size: cover;
    padding: 50px 0px;
    color: #ffffff;
    background-attachment: fixed;
}

footer .footer_text {
    margin-top: 40px;
}
footer .footer_address ul{
    margin-left: 0px;
    padding-left: 0px;
}

footer .footer_address ul li {
    display: flex;

}

footer .footer_address iframe {
    width: 100%;
    height: 100%;
}

footer .footer_address ul li span {
    font-family: 'Poppins-Light';
    font-size: 14px;
}

footer .footer_address ul li i {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    background: #3476c1;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
}

footer .footer_address ul li a {
    color: #ffffff;
    font-size: 18px;
}

footer .footer_address ul li:nth-child(2) {
    padding-top: 50px;
}

footer .footer_address ul li:nth-child(2) {
    padding-top: 10px;
}

footer .footer_address {
    height: 100%;
    border-left: 1px solid #1e4772;
    padding-left: 20px;
}

footer .footer_address_two ul li:nth-child(2) {
    padding-top: 30px;
}

footer .footer_text p {
    font-family: 'Poppins-Light';
}

footer .footer_menu {
    border-top: 1px solid #1e4772;
    margin-top: 40px;
}

footer .footer_menu ul li {
    width: 100%;
    border-right: 1px solid #eee;
    text-align: center;
}

footer .footer_menu ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0px auto;
    margin-top: 50px;
    padding-left: 0;
}

footer .footer_menu ul li a {
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;

}

footer .footer_menu ul li:last-child {
    border-right: 0;
}

/* copy right css start  */
.footer_copyright {
    text-align: center;
    background-color: #002349;
    padding: 15px 0px 10px;
}

.footer_copyright p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 14px;
}

.footer_logo img {
    width: 50%;
}

/* copy right css end  */

/* footer css end  */





/*------------------- contact page css start-------------------  */



.contact-banner-wrp .contact-img {
    position: relative;
}

.contact-banner-wrp .contact-img img {
    width: 100%;
}

.contact-banner-heading {

    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    text-align: center;
    color: #Ffffff;

}

.contact-banner-heading span {
    width: 10%;
    background-color: #fff;
    padding: 0.5px;
}

.contact-banner-p {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 54%;
    margin: 0px auto;
}

/* .contact-banner-heading h1 {
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    text-align: center;
    color: #Ffffff;
} */

section.contact-form {
    /* margin: 60px 0px; */
    background-color: #fffbee;
    padding: 50px 0px;
    position: relative;
    z-index: 0;
}

section.contact-form .heading {
    margin-bottom: 30px;
}

.contact-form:after {
    content: '';
    position: absolute;
    background-color: #3476c1;
    height: 346px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    width: 100%;
}

.contact-form .contact-heading {
    text-align: center;
    padding-bottom: 30px;
}

.contact-form .contact-heading h2 {
    padding-top: 0px;
}

.contact-form .contact-heading .blue-line {
    width: 10%;

    padding: 2px;
    margin: 0px auto;
}

.contact-form .contact-form-wrp {
    background-color: #ffffff;
    padding: 30px;
}

.form-group {
    margin-top: 15px;
}

.form-control {
    border: 1px solid #093667;
    background-color: #ffffff;
    border-radius: 0px;
    padding: 9px 11px;
    font-size: 15px;
}

.form-control:focus {
    border: 1px solid #093667;
    background-color: #ffffff;
    box-shadow: none;
}

.form-group {
    text-align: center;
}

.contact-form .contact-form-wrp .form-submit {
    font-family: 'Poppins-Medium';
    padding: 10px 35px;
    background: none;
    border: 2px solid #093667;
    transition: .3s;
}

.contact-form .contact-form-wrp .form-submit:hover {
    background: #093667;
    border: 2px solid #093667;
    color: #ffffff;
}

.contact-map iframe {
    height: 524px;
    width: 100%;
}

/*----------------- contact page css start ----------------- */



/* innner banner section css start  */

.inner_banner_wrp .inner_banner_img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner_banner_wrp .inner_banner_img img {
    width: 100%;
}

.inner_banner_wrp .inner-banner-heading {

    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #Ffffff;

}

.inner_banner_wrp .inner-banner-heading span {
    width: 10%;
    background-color: #fff;
    padding: 0.5px;
}

.inner_banner_wrp .inner-banner-heading .inner-banner-p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: 0px auto;
}

.inner_banner_wrp .inner-banner-heading .inner-banner-p p {
    margin: 0px 15px;
}

/* innner banner section css end  */



/* ---------------- case studies page css start ---------------- */

section.case_studies {
    margin-top: 40px;
}

section.case_studies .beston_right_img img {
    width: 100%;
}

section.case_studies .blue_bg {
    background-color: #053364;
    color: #Ffffff;
    padding: 30px 30px 27px 30px;
    height: 659px;
}

section.case_studies .container .row .col-lg-5 {
    padding-right: 0;
}

section.case_studies .container .row .col-lg-7 {
    padding-left: 0;
}

section.case_studies .study_text {
    margin-bottom: 25px;
}




section.obstacles {
    background-color: #efebde;
    padding: 50px 0px;
    margin-top: 50px;
}

section.obstacles .heading {
    width: 80%;
}

section.obstacles .obstacles_img img {
    object-fit: cover;
    height: 462px;
}

section.obstacles .obstacles_pera p {
    font-size: 16px;
}






section.dekode_work {
    background: url(../img/dekode_helped_bg.webp);
    background-position: center;
    background-size: cover;
    padding: 50px 0px;
    color: #Ffffff;
}

section.dekode_work .dekode_help_img img {
    width: 100%;
}

section.dekode_work .dekode_helped_points ul li .check_img img {
    width: 25px;
}

section.dekode_work .dekode_helped_points ul li {
    display: flex;
}

section.dekode_work .check_head {
    width: 100%;
    margin-left: 20px;
}

section.dekode_work .check_head h6 {
    font-size: 22px;
}

section.dekode_work .heading {
    width: 70%;
    margin: 0px auto;
    margin-bottom: 50px;
}

section.dekode_work .dekode_helped_points ul {
    padding-left: 10px;
    margin-left: 10px;
}

section.dekode_work .check_head p {
    font-size: 16px;
}

section.dekode_work .outcome_head {
    background-color: #053364;
    padding: 30px 50px;

}

section.dekode_work .outcome_head .heading {
    width: 100%;
    margin-bottom: 0;
}




.clients_say_slider .owl-nav {
    display: block !important;
}

.clients_say_slider .owl-nav.disabled .owl-prev span img {
    width: 35px;
    position: absolute;
    top: 200px;
    left: -50px;
    color: #ffffff;
    padding: 10px;
    transition: .5s;
    display: block;
}


.clients_say_slider .owl-nav.disabled .owl-next span img {
    width: 35px;
    position: absolute;
    top: 200px;
    right: -50px;
    color: #ffffff;
    padding: 10px;
    transition: .5s;
    display: block;
}

/* ---------------- case studies page css end ---------------- */

/* popup form section css start  */

.popup_form .form-submit {
    font-family: 'Poppins-Medium';
    padding: 10px 35px;
    background: none;
    color: #ffffff;
    transition: .3s;
    background-color: #093667;
}

.popup_form .form-control {
    background-color: #ffffff;
    border: 1px solid #efebde;
}

/* popup form section css end  */

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fffbee;
    border-bottom: 2px solid #4b87c5;
}
  .sticky + .content {
    padding-top: 52px;
  }