
 :root {
    --orange: #FF7C55;
    --dark-blue: #0A2361;
} 


*{
    padding: 0px;
    margin: 0px;
    font-family: "Nunito Sans", sans-serif;
}



html, body{
    font-size: 1rem;
    font-family: "Nunito Sans", sans-serif;
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: var(--black);
    overflow-x: hidden;
}



p, h1, h2, h3, h4, h5, h5, h6, ul, li{
    padding: 0;
    margin: 0;
    list-style-type: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-cont{
    margin-top: 60px;
}

.sticky { background: rgba(255, 255, 255, 1); }

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}


.fixed {
  position: fixed;
  top:0; left:0;
  width: 100%; }

.header{
    background: url('../img/Union.svg') no-repeat;
    background-size: cover;
    background-position: center;
}

.header nav li{
    padding: 0 15px;
}

.header nav li a {
    color: var(--dark-blue);
    font-size: 18px;
    font-weight: 600;
}

.header nav li a:hover, .header nav li a.active{
    color: var(--orange)!important;
}

.theme-btn a {
    height: 50px;
    width: 210px;
    background: linear-gradient(90deg,rgba(251, 124, 88, 1) 0%, rgba(255, 99, 160, 1) 100%);
    display: grid;
    place-items: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 25px;
    font-size: 18px;
    position: relative;
    font-weight: bold;
    transition: all ease-in-out 0.3s;
}

.theme-btn a:hover{
    background: linear-gradient(90deg,rgba(255, 99, 160, 1) 100%, rgba(251, 124, 88, 1) 0%);
}

.theme-btn a:hover::before{
    display: none;
}

.theme-btn button {
    height: 50px;
    width: 210px;
    background: linear-gradient(90deg,rgba(251, 124, 88, 1) 0%, rgba(255, 99, 160, 1) 100%);
    display: grid;
    place-items: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 25px;
    font-size: 18px;
    position: relative;
    font-weight: bold;
}


.theme-btn a::before {
    position: absolute;
    right: -5px;
    top: 5px;
    content: '';
    height: 50px;
    width: 210px;
    background: transparent;
    border-radius: 25px;
    border: .2px solid rgba(251, 124, 88, 1);
}

.copy p{
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
}

.line{
    background: #353641;
    height: 1px;
    width: 100%;
    border: none;
    margin-top: 70px;
    margin-bottom: 50px;
}

.section-padding{
    padding: 75px 0;
}

.header-cont h1{
    font-size: 65px;
    font-weight: 800;
    color: var(--dark-blue);
}

.header-cont h1 span{
    color: var(--orange);
}

.header-cont p{
    color: #4E5870;
    font-size: 20px;
    font-weight: 400;
}

.header-cont h4{
    color: var(--dark-blue);
    font-size: 24px;
    font-weight: 400;
    margin-top: 50px;
}

.head-mob-cont{
    position: relative;
}

.head-mob-cont .left, .head-mob-cont .right{
    position: absolute;
}

.head-mob-cont .left {
    left: -19%;
    top: 15px;
}

.head-mob-cont .right{
    right: -48%;
    top: 15px;
}

.bl-img {
    transform: translate(23%, 44px);
    z-index: 99;
    position: relative;
}

.group-person p{
     color: var(--dark-blue);
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    margin-top: 30px;
    margin-bottom: 80px;
}

.about{
    background: url('../img/about-bg.jpg') no-repeat;
    background-size: cover;
    background-position: top;
}

.about h5{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.about p{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

.about h4{
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 15px;
}

.about-bottom-box {
    background: #1D9BC3;
    border-radius: 10px;
    height: 210px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    margin-top: -130px;
    position: relative;
}

.about-bottom-box h5{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.about-bottom-box p{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.discover {
    background: url('../img/discover-bg.svg') no-repeat;
    background-size: cover;
    padding: 130px 0;
}

.discover h5{
    font-size: 18px;
    font-weight: 600;
    color: var(--orange);
}

.discover h3{
    font-size: 48px;
    font-weight: bold;
    color: var(--dark-blue);
    margin-top: 30px;
    margin-bottom: 20px;
}

.discover p{
    font-size: 18px;
    font-weight: 300;
    color: var(--dark-blue);
}

.how h3{
    font-size: 48px;
    font-weight: bold;
    color: var(--dark-blue);
    margin-bottom: 50px;
}

.work-box{
      background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 245, 242, 1) 100%);
      border-radius: 50px 0 0 50px;
      padding: 35px;
}

.work-box-cont {
    box-shadow: 0 0 12px rgba(0,0,0,.15);
    padding: 80px;
    border-radius: 500px;
    padding-left: 200px;
}

.work-box-cont h5{
    font-size: 24px;
    font-weight: bold;
    color: var(--dark-blue);
}

.work-box-cont p{
    font-size: 18px;
    font-weight: 300;
    color: var(--dark-blue);
}

.mob-img {
    position: relative;
}

.work-box-cont ul li {
    list-style-type: disc;
}

.mob-img .no {
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #4AC1EB;
    top: 50%;
    left: -50px;
    color: #fff;
    display: grid;
    place-items: center;
    transform: translateY(-30px);
}




.right .work-box{
      background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 245, 242, 1) 100%);
      border-radius:0 50px 50px 0;
      padding: 35px;
}

.right .work-box-cont {
    box-shadow: 0 0 12px rgba(0,0,0,.15);
    padding: 80px;
    border-radius: 500px;
    padding-right: 200px;
}

.right .work-box-cont h5{
    font-size: 24px;
    font-weight: bold;
    color: var(--dark-blue);
}

.right .work-box-cont p{
    font-size: 18px;
    font-weight: 300;
    color: var(--dark-blue);
}

.right .mob-img {
    position: relative;
    right: 190px;
}

.right .work-box-cont ul li {
    list-style-type: disc;
}

.right .mob-img .no {
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #4AC1EB;
    top: 50%;
    right: 0;
    color: #fff;
    display: grid;
    place-items: center;
    transform: translate(330px,-30px);
}

.how .right .row{
    flex-direction: row-reverse;
}

.bl::before {
    background: url('../img/shape.svg') no-repeat;
    background-size: 100%;
    position: absolute;
    left: 130px;
    top: 423px;
    width: 85%;
    content: '';
    height: -webkit-fill-available;
    z-index: 99;
}

.bl{
    position: relative;
}


.contact{
    background: #f8f8f8;
}

.contact-box{
    padding: 60px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,.15);
}

.contact-box label{
    font-size: 18px;
    font-weight: 600;
    color: #18191C;
    margin-bottom: 15px;
}


.contact-box label{
    font-size: 18px;
    font-weight: 600;
    color: #18191C;
    margin-bottom: 15px;
}

.contact-box input,
.contact-box textarea{
    font-size: 16px;
    font-weight: 400;
    color: rgba(98,98,98,.85);
    border-radius: 4px;
    padding: 13px 20px;
    border: 1px solid rgba(93,93,93,.20);
    margin-bottom: 30px;
}

.contact-box textarea{
    height: 130px;
}

.contact-box input::placeholder, .contact-box textarea::placeholder{
    color: rgba(98,98,98,.85);
    
}

.contact-cont h5{
    font-size: 18px;
    font-weight: 600;
    color: var(--orange);
}

.contact-cont h3{
    font-size: 40px;
    font-weight: bold;
    color: var(--dark-blue);
    margin-top: 30px;
    margin-bottom: 20px;
}

.contact-cont p{
    font-size: 20px;
    font-weight: 400;
    color: var(--dark-blue);
}

.contact-cont .media{
    margin-top: 65px;
}

.contact-cont .media img{
    margin-right: 30px;
}

.contact-cont .media a{
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: var(--dark-blue);
}

.contact-cont .media p{
    font-size: 18px;
    font-weight: 500;
    color: var(--orange);
}

.footer{
    background: url('../img/Foother.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.comp-cont p{
    margin-top: 25px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

.link-box h4{
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
}

.link-box ul li{
    margin: 9px 0;
}

.link-box ul li a, .link-box a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding-left: 25px;
    text-decoration: none;
}

.link-box ul li a::before {
    position: absolute;
    left: 0;
    top: 8px;
    height: 10px;
    width: 10px;
    content: '';
    background: #fff;
    border-radius: 50%;
}

.link-box p a{
    gap: 5px;
}



@media only screen and (min-width: 360px) and (max-width: 767px) { 

    .offcanvas {
        position: absolute;
        bottom: 0;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        visibility: visible;
        outline: 0;
    }

    .humber{
        display: block!important;
    }

    .offcanvas.offcanvas-end {
        top: 0;
        right: 0;
        transform: translateX(105%);
        z-index: 9999;
        background: #fff;
        height: 100vh;
        padding-left: 16px;
    }

    .offcanvas.offcanvas-end.active{
        transform: translateX(0%);
    }

    .humber {
        position: absolute;
        top: 10px;
        right: 0;
    }

    .comp-logo img {
        width: 145px;
    }

    .header-cont h1 {
        font-size: 30px;
    }

    .header-cont p {
        font-size: 12px;
    }

    .header-cont h4 {
        font-size: 16px;
        margin-top: 18px;
    }

    .head-mob-cont .left img, .head-mob-cont .right img {
        width: 120px;
    }
    .head-mob-cont .left {
        left: -13%;
        top: 130px;
        position: unset;
    }

    .head-mob-cont .right {
        right: -18%;
        top: 0px;
        position: unset;
    }



    .group-person {
        margin: 50px 0 0 0;
    }

    .group-person p {
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .section-padding {
        padding: 45px 0;
    }

    .about h5 {
        font-size: 13px;
    }

    .about .media h5 {
        font-size: 20px;
    }

    .about h4 {
        font-size: 26px;
        margin-top: 13px;
        margin-bottom: 10px;
    }

    .about p {
        font-size: 14px;
    }

    .about-bottom-box {
        height: auto;
        padding: 25px;
        margin-top: -20px;
    }

    .about-bottom-box .media {
        margin: 20px 0;
    }

    .discover {
        padding: 30px 20px;
        background: #f8f8f8;
    }

    .discover h5 {
        font-size: 13px;
    }

    .discover h3 {
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .discover p {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .how h3 {
        font-size: 30px;
        margin-bottom: 28px;
    }

    .work-box {
        border-radius: 30px;
        padding: 35px 20px;
        text-align: center;
    }

    .right .work-box {
        border-radius: 30px;
        padding: 35px 20px;
        text-align: center;
    }

    .mob-img .no, .right .mob-img .no {
        font-size: 18px;
        height: 40px;
        width: 40px;
        top: -50px;
        left: 50%;
        transform: translateX(-20px);
    }

    .work-box-cont, .right .work-box-cont {
        box-shadow: 0 0 12px rgba(0,0,0,.15);
        padding: 20px;
        border-radius: 25px;
        text-align: left;
    }


    .work-box-cont p, .right .work-box-cont p {
        font-size: 13px;
    }

    .right .mob-img {
        position: relative;
        right: 0!important;
    }

    .work-box-cont h5, .right .work-box-cont h5 {
        font-size: 18px;
    }

    .contact-cont h5 {
        font-size: 13px;
    }

    .contact-cont h3 {
        font-size: 21px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .contact-cont p {
        font-size: 14px;
    }

    .contact-cont .media {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .contact-box {
        padding: 30px;
    }

    .contact-box label {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .contact-box input, .contact-box textarea {
        font-size: 13px;
        padding: 13px 20px;
        margin-bottom: 20px;
    }

    .theme-btn button {
        height: 44px;
        width: 180px;
        font-size: 14px;
    }

    .comp-cont img {
        width: 180px;
    }

    .comp-cont p {
        margin-top: 25px;
        font-size: 14px;
        margin-bottom: 35px;
    }

    .footer{
        padding:40px 10px 20px;
    }

    .link-box h4 {
        font-size: 20px;
        margin-bottom: 17px;
        margin-top: 20px;
    }

    .link-box ul li a, .link-box a {
        font-size: 14px;
        padding-left:15px;
    }

    .link-box ul li a::before {
        position: absolute;
        left: 0;
        top: 5px;
        height: 7px;
        width: 7px;
        content: '';
        background: #fff;
        border-radius: 50%;
    }
    .bl-img {
        transform: translate(48%, 44px);
    }

    .head-mob-cont .left {
        left: -13%;
        top: 10px!important;
    }

   .bl-img {
        transform: translate(66%, 25px);
    }
    .head-mob-cont .left img, .head-mob-cont .right img {
        width: 310px!important;
    }

    .head-mob-cont .right {
        right: -46%;
        top: 10px;
    }
}






@media only screen and (min-width: 768px) and (max-width: 1023px) { 

    .comp-logo img {
        width: 140px;
    }

    .header-cont h1 {
        font-size: 35px;
    }

    .header nav li {
        padding: 0 8px;
    }

    .theme-btn{
        margin-left: 10px;
    }

    .theme-btn a {
        height: 45px;
        width: 180px;
        font-size: 15px;
    }

    .theme-btn a::before {
        height: 45px;
        width: 180px;
    }

    .header-cont p {
        font-size: 14px;
    }

    .head-mob-cont .left {
        left: -17%;
        top: 15px;
    }

    .header-cont h4 {
        font-size: 20px;
        margin-top: 18px;
    }


    .bl-img {
        transform: translate(19%, 44px);
        z-index: 99;
        position: relative;
    }
    .header nav li a {
        font-size: 15px;
    }
    .head-mob-cont .left img, .head-mob-cont .right img {
        width: 70%;
    }

    .group-person {
        margin: 50px 0 0 0;
    }

    .group-person p {
        font-size: 15px;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .section-padding {
        padding: 45px 0;
    }


    .about .media h5 {
        font-size: 20px;
    }

    .about h4 {
        font-size: 26px;
        margin-top: 13px;
        margin-bottom: 10px;
    }

    .about p {
        font-size: 12px;
    }

    .about-bottom-box {
        height: auto;
        padding: 25px;
        margin-top: -80px;
    }

    .about-bottom-box .media {
        margin: 20px 0;
    }

    .discover {
        padding: 40px 20px;
    }

    .discover h5 {
        font-size: 13px;
    }

    .discover h3 {
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .discover p {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .how h3 {
        font-size: 30px;
        margin-bottom: 28px;
    }


    .work-box-cont {
        box-shadow: 0 0 12px rgba(0,0,0,.15);
        padding: 38px;
        border-radius: 160px;
        text-align: left;
        padding-left: 210px;
    }

    .right .work-box-cont {
        box-shadow: 0 0 12px rgba(0,0,0,.15);
        padding: 40px 55px;
        border-radius: 160px;
        text-align: left;
        padding-right: 185px;
    }


    .work-box-cont p, .right .work-box-cont p {
        font-size: 13px;
    }

    .right .mob-img {
        position: relative;
        right: 215px!important;
    }
    .right .mob-img .no {
        font-size: 20px;
        height: 50px;
        width: 50px;
        transform: translate(312px,-30px);
    }

    .mob-img .no {
        font-size: 20px;
        height: 50px;
        width: 50px;
    }
    .bl::before{
        display: none;
    }

    .work-box-cont h5, .right .work-box-cont h5 {
        font-size: 18px;
    }

    .contact-cont h5 {
        font-size: 13px;
    }

    .contact-cont h3 {
        font-size: 21px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .contact-cont p {
        font-size: 14px;
    }

    .contact-cont .media {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .contact-box {
        padding: 30px;
    }

    .contact-box label {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .contact-box input, .contact-box textarea {
        font-size: 13px;
        padding: 13px 20px;
        margin-bottom: 20px;
    }

    .theme-btn button {
        height: 44px;
        width: 180px;
        font-size: 14px;
    }

    .comp-cont img {
        width: 180px;
    }

    .comp-cont p {
        margin-top: 25px;
        font-size: 14px;
        margin-bottom: 35px;
    }

    .footer{
        padding:40px 15px;
    }

    .link-box h4 {
        font-size: 20px;
        margin-bottom: 17px;
        margin-top: 20px;
    }

    .link-box ul li a, .link-box a {
        font-size: 14px;
        padding-left:15px;
    }

    .link-box ul li a::before {
        position: absolute;
        left: 0;
        top: 5px;
        height: 7px;
        width: 7px;
        content: '';
        background: #fff;
        border-radius: 50%;
    }

}




@media only screen and (min-width: 1024px) and (max-width: 1365px) { 

    .comp-logo img {
        width: 140px;
    }

    .header-cont h1 {
        font-size: 45px;
    }

    .header nav li {
        padding: 0 5px;
    }

    .theme-btn a {
        height: 45px;
        width: 180px;
        font-size: 15px;
    }

    .theme-btn a::before {
        height: 45px;
        width: 180px;
    }

    .header-cont p {
        font-size: 17px;
    }

    .header-cont h4 {
        font-size: 20px;
        margin-top: 18px;
    }


    .bl-img {
        transform: translate(16%, 44px);
        z-index: 99;
        position: relative;
    }
    .head-mob-cont .left {
        left: -18%;
        top: 15px;
    }
    .head-mob-cont .left img, .head-mob-cont .right img {
        width: 70%;
    }

    .group-person {
        margin: 50px 0 0 0;
    }

    .group-person p {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .section-padding {
        padding: 45px 0;
    }



    .about .media h5 {
        font-size: 20px;
    }

    .about h4 {
        font-size: 26px;
        margin-top: 13px;
        margin-bottom: 10px;
    }

    .about p {
        font-size: 15px;
    }

    .about-bottom-box {
        height: auto;
        padding: 25px;
        margin-top: -95px;
    }

    .about-bottom-box .media {
        margin: 20px 0;
    }

    .discover {
        padding: 40px 20px;
    }

    .discover h5 {
        font-size: 17px;
    }

    .discover h3 {
        font-size: 35px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .discover p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .how h3 {
        font-size: 30px;
        margin-bottom: 28px;
    }

    .work-box-cont {
        box-shadow: 0 0 12px rgba(0,0,0,.15);
        padding: 55px;
        border-radius: 150px;
        text-align: left;
        padding-left: 210px;
    }

    .right .work-box-cont {
        box-shadow: 0 0 12px rgba(0,0,0,.15);
        padding: 55px;
        border-radius: 150px;
        text-align: left;
        padding-right: 210px;
    }


    .work-box-cont p, .right .work-box-cont p {
        font-size: 16px;
    }

    .right .mob-img {
        position: relative;
        right: 220px!important;
    }

    .bl::before{
        display: none;
    }

    .work-box-cont h5, .right .work-box-cont h5 {
        font-size: 18px;
    }

    .contact-cont h5 {
        font-size: 13px;
    }

    .contact-cont h3 {
        font-size: 21px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .contact-cont p {
        font-size: 14px;
    }

    .contact-cont .media {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .contact-box {
        padding: 30px;
    }

    .contact-box label {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .contact-box input, .contact-box textarea {
        font-size: 13px;
        padding: 13px 20px;
        margin-bottom: 20px;
    }

    .theme-btn button {
        height: 44px;
        width: 180px;
        font-size: 14px;
    }

    .comp-cont img {
        width: 180px;
    }

    .comp-cont p {
        margin-top: 25px;
        font-size: 14px;
        margin-bottom: 35px;
    }

    .footer{
        padding:40px 15px;
    }

    .link-box h4 {
        font-size: 20px;
        margin-bottom: 17px;
        margin-top: 20px;
    }

    .link-box ul li a, .link-box a {
        font-size: 14px;
        padding-left:15px;
    }

    .link-box ul li a::before {
        position: absolute;
        left: 0;
        top: 5px;
        height: 7px;
        width: 7px;
        content: '';
        background: #fff;
        border-radius: 50%;
    }

}




@media only screen and (min-width:1366px) and (max-width: 1599px) { 

    .comp-logo img {
        width: 140px;
    }

    .header-cont h1 {
        font-size: 55px;
    }

    .header-cont p {
        font-size: 20px;
    }

    .header nav li {
        padding: 0 5px;
    }

    .theme-btn a {
        height: 45px;
        width: 180px;
        font-size: 15px;
    }

    .theme-btn a::before {
        height: 45px;
        width: 180px;
    }

    .header-cont h4 {
        font-size: 20px;
        margin-top: 18px;
    }


    .bl-img {
        transform: translate(18%, 44px);
        z-index: 99;
        position: relative;
    }
    .head-mob-cont .left img, .head-mob-cont .right img {
        width: 70%;
    }

    .group-person {
        margin: 50px 0 0 0;
    }

    .group-person p {
        /* font-size: 24px; */
        margin-top: 5px;
        margin-bottom: 20px;
    }


    .about .media h5 {
        font-size: 20px;
    }

    .about h4 {
        font-size: 38px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .about p {
        font-size: 18px;
    }

    .about-bottom-box {
        height: auto;
        padding: 25px;
        margin-top: -125px;
    }

    .about-bottom-box .media {
        margin: 20px 0;
    }

    .discover {
        padding: 70px 20px;
    }

    .discover h5 {
        font-size: 20px;
    }

    .discover h3 {
        font-size: 40px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .discover p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .how h3 {
        font-size: 30px;
        margin-bottom: 28px;
    }

    .work-box-cont p, .right .work-box-cont p {
        font-size: 16px;
    }

    .right .mob-img {
        position: relative;
        right: 235px;
    }


    .contact-cont h3 {
        font-size: 21px;
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .bl::before {
        background: url('../img/shape.svg') no-repeat;
        background-size: 100%;
        position: absolute;
        left: 80px;
        top: 373px;
        width: 98%;
        content: '';
        height: -webkit-fill-available;
        z-index: 99;
    }

    .contact-cont p {
        font-size: 18px;
    }

    .contact-cont .media {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .contact-box {
        padding: 30px;
    }

    .contact-box label {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .contact-box input, .contact-box textarea {
        font-size: 13px;
        padding: 13px 20px;
        margin-bottom: 20px;
    }

    .theme-btn button {
        height: 44px;
        width: 180px;
        font-size: 14px;
    }

    .comp-cont img {
        width: 180px;
    }

    .comp-cont p {
        margin-top: 25px;
        font-size: 14px;
        margin-bottom: 35px;
    }

    .footer{
        padding:40px 15px;
    }

    .link-box h4 {
        font-size: 20px;
        margin-bottom: 17px;
        margin-top: 20px;
    }

    .link-box ul li a, .link-box a {
        font-size: 14px;
        padding-left:15px;
    }

    .link-box ul li a::before {
        position: absolute;
        left: 0;
        top: 5px;
        height: 7px;
        width: 7px;
        content: '';
        background: #fff;
        border-radius: 50%;
    }

}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
    .bl-img {
        transform: translate(19%, 44px)!important;
        width: 88%;
    }
}


@media only screen and (min-width:1600px) and (max-width: 1919px) { 

    .comp-logo img {
        width: 140px;
    }

    .header-cont h1 {
        font-size: 55px;
    }

    .header-cont p {
        font-size: 20px;
    }

    .header nav li {
        padding: 0 5px;
    }

    .theme-btn a {
        height: 45px;
        width: 180px;
        font-size: 15px;
    }

    .theme-btn a::before {
        height: 45px;
        width: 180px;
    }

    .header-cont h4 {
        font-size: 20px;
        margin-top: 18px;
    }


    .bl-img {
        transform: translate(28%, 44px);
        z-index: 99;
        position: relative;
    }
    .head-mob-cont .left img, .head-mob-cont .right img {
        width: 70%;
    }
    .contact-cont h3 {
        font-size: 34px;
    }
    .group-person {
        margin: 50px 0 0 0;
    }

    .group-person p {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .about .media h5 {
        font-size: 20px;
    }

    .about-bottom-box {
        height: auto;
        padding: 25px;
        margin-top: -125px;
    }

    .about-bottom-box .media {
        margin: 20px 0;
    }

    .discover {
        padding: 70px 20px;
    }

    .right .mob-img {
        position: relative;
        right: 235px;
    }


    .bl::before {
        background: url('../img/shape.svg') no-repeat;
        background-size: 100%;
        position: absolute;
        left: 80px;
        top: 373px;
        width: 98%;
        content: '';
        height: -webkit-fill-available;
        z-index: 99;
    }

    .contact-cont p {
        font-size: 18px;
    }

    .contact-cont .media {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .contact-box {
        padding: 30px;
    }

    .contact-box label {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .contact-box input, .contact-box textarea {
        font-size: 13px;
        padding: 13px 20px;
        margin-bottom: 20px;
    }

    .theme-btn button {
        height: 44px;
        width: 180px;
        font-size: 14px;
    }

    .comp-cont img {
        width: 180px;
    }


    .footer{
        padding:40px 15px;
    }

    .link-box h4 {
        font-size: 20px;
        margin-bottom: 17px;
        margin-top: 20px;
    }

    .link-box ul li a, .link-box a {
        font-size: 14px;
        padding-left:15px;
    }

    .link-box ul li a::before {
        position: absolute;
        left: 0;
        top: 5px;
        height: 7px;
        width: 7px;
        content: '';
        background: #fff;
        border-radius: 50%;
    }

}

@media (max-width:767px){
    .mob-download-btn {
	position: relative;
	z-index: 99;
}
.mob-download-btn img {
	max-width: 160px;
}
.bl-img {
    transform: translate(48%, 9px);
}
.header-cont h4 {
    color: var(--dark-blue);
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}
.header-cont p {
    color: #4E5870;
    font-size: 0.875rem;
    font-weight: 400;
}
section.group-person {
    margin-top: 50px;
}
.line {
	background: #353641;
	height: 1px;
	width: 100%;
	border: none;
	margin-top: 40px;
	margin-bottom: 30px;
}
.copy p {
	font-size: 0.875rem;
}
}