@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
      font-family: "Poppins", sans-serif!important;
      font-weight: 400;
      font-style: normal;
}
p{
/*    font-size: 17px;*/
    text-align: justify;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Poppins", sans-serif!important;
/*    font-weight: 200;*/
}
    .wpo-site-header #navbar {
        justify-content: end;
    }
    .wpo-project-img img{
        height: 200px;
    }
    .hidden {
        display: block;
        text-align: center;
        padding: 20px;
    }

    .owl-carousel .owl-stage-outer {
        padding: 30px 0;
    }
    .wpo-project-text h2{
        text-align: center;
    }
    .wpo-project-text h2 a{
        font-size: 28px!important;
        color: #0086c1!important;
    }
    .wpo-project-text h5 {
        text-align: center;
        font-size: 20px;
        padding: 25px 5px;
        margin: 0;
    }
    .wpo-project-text h5 a {
       color: #0086c1;
    }
    .wpo-project-item {
    /* border: 1px solid #a7e4ff; */
        padding: 3px;
        border-radius: 5px;
        box-shadow: 0px 0px 12px -1px #75d5ff;
    }
    .wpo-project-text span {
        display: none;
    }
    .logo img {
    max-width: 100px;
}
.wpo-site-footer .about-widget p {
    font-size: 16px !important;
    text-align: justify !important;
    color: #0086c1;
}
.wpo-site-footer .widget-title h3, .wpo-site-footer .contact-ft ul li, .wpo-site-footer .link-widget ul li a{
    color: #0086c1;
}
.wpo-site-footer .wpo-upper-footer{
    border-top: 1px solid #c1ebfd;
}
/*.wpo-site-footer .contact-ft ul li{
    color: #0086c1;
}
.wpo-site-footer .link-widget ul li a{
    color: #0086c1;
}*/
.wpo-site-footer {
    background: #fff;
    box-shadow: 0px 1px 3px 2px #d1ebf7;
}

.wpo-header-style-1{
    background: #fff;
}
.wpo-header-style-1 .navigation.sticky-header{
    background: #fff;
}
.wpo-project-area .wpo-project-wrap .wpo-project-item .wpo-project-text{
    padding: 0;
}
.wpo-site-header #navbar > ul > li > a{
    color: #0086c1;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text ul, .wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text ul{
    display: none;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item{
    box-shadow: 3px 3px 15px 1px #afd7e987;
    border-radius: 5px;
}
.back-to-top{
    background-color: rgb(0 134 193);
}

.wpo-fun-fact-section-s2 {
    text-align: center;
    background: url(../images/extra/20.webp) no-repeat center center;
    position: relative;
    background-size: cover;
    z-index: 1;
    background-attachment: fixed;
    padding: 100px 0;
    margin-top: 0;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h3 a{
    color: #1a92c7;
}
.wpo-service-area .wpo-service-item{
    transition: all 0.3s ease;
}
.wpo-service-area .wpo-service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.slide-content{
    position: relative;
}
.wpo-hero-slider .slide-title h2{
    font-size: 60px;
    line-height: 0;
    position: absolute;
    right: -32%;
    top: 200px;
}
.wpo-about-area .wpo-about-text .wpo-about-title h2{
    font-size: 50px;
}
.wpo-section-title h2{
    font-size: 60px;
    font-weight: 600;
}
.wpo-team-item .wpo-team-text{
    max-width: 100%!important;
}
.arrow-right i {
    transform: rotate(316deg);
    font-size: 21px;
    right: revert;
    float: right;
    padding: 10px;
    border: 1px solid;
    border-radius: 50px;
    margin-right: 10px;
}
.wpo-team-item .wpo-team-text h3 {
    position: relative;
    font-size: 25px !important;
    padding-left: 5px;
}
/*.wpo-team-item .wpo-team-text h3::after
 {
    content: "\f178";
    height: 20px;
    width: 10%;
    justify-content: end;
    position: absolute;
    right: -17%;
    top: 20%;
    border: 1px solid #0086c1;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    color: #0086c1;
    font-family: 'FONTAWESOME';
    font-size: 19px;
    transform: rotate(309deg);
    line-height: 37px;
    text-align: center;
}*/
.wpo-team-item .wpo-team-text{
    position: static!important;
    transition: all 0.3s;
    transform: none!important;
    border-top: 1px solid #0086c13d;
}
.wpo-service-area .wpo-service-item p{
    font-size: 17px;
}
.wpo-site-footer .instagram ul li img {
    width: 100%;
    box-shadow: 0px 0px 4px 1px #b5e8ff;
    height: 70px;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img:before{
    background: #0086c1b3;
}
/*a.arrow-right{
    display: block;
}*/
.arrow-right i:hover {
    transform: rotate(303deg);
    transition: all 0.2s ease-in-out;
}
.wpo-site-footer .wpo-lower-footer {
    border-top: 1px solid #fff;
    background: #96d7f347;
}
.wpo-site-footer .wpo-lower-footer ul li, .wpo-site-footer .wpo-lower-footer ul li a{
    color: #0086c1;
}
.wpo-site-footer .wpo-lower-footer ul{
    justify-content: center;
}
.wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children:before{
    display: none;
}
.wpo-site-header #navbar > ul .menu-item-has-children > a:before{
    display : none;
}

@media(max-width:991px){
    .wpo-site-header .navbar-wrap {
        justify-content: start;
    }
    .mobail-menu {
        text-align: right;
    }
    .wpo-hero-slider .slide-title h2 {
        font-size: 64px;
        line-height: 0;
        position: absolute;
        right: -80%;
        top: 170px;
    }
}
@media(max-width:768px){
        .wpo-hero-slider .slide-title h2 {
            font-size: 55px;
            right: -45%;
            top: 192px;
        }
}
@media(max-width:767px){
        .wpo-hero-slider .slide-title h2 {
            font-size: 42px;
            right: -111%;
            top: 150px;
        }
}
@media(max-width:440px){
    .wpo-site-header .navbar-header .navbar-brand img {
        max-width: 100px;
    }
    .wpo-hero-slider .slide-title h2 {
        font-size: 31px;
        right: 10%;
        top: 150px;
    }
}
@media(max-width:375px){
    .wpo-hero-slider .slide-title h2 {
        font-size: 27px;
        right: 10%;
        top: 150px;
    }
}