/********** Template CSS **********/
:root {
    --primary: #145cb2;
    --secondary: #354F8E;
    --light: #EFF5F9;
    --dark: #1D2A4D;
}

.btn {
    font-weight: 700;
    transition: .5s;
}
.sub_footer_side{
    background-color: #555555;

    color:white;
}
.text-logo-color {
    color: #145cb2 !important;
}
.p-disp{
    display: inline-block;

}
.p-right{
    float:right;
}

.opacity-background{
    background-color: black !important;
}

.no-padding{
    padding-left: unset!important;
    padding-right: unset!important;
}

.first-banner{
   position: absolute;
    top: 350px;
    margin-left: 7rem !important;
    left: 82px;
}

.h-90{
    height: 90%;
}
.first-banner-txt{
    font-size: 20px;
}
.sosial-links a{
    padding:0px!important;
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    border: 2px solid #909090;
    border-radius: 20px!important;
    margin-right: 7px!important; /*space between*/
    display: inline!important;
    line-height: 1;
}
.h3-font-size{
    font-size: calc(1.3rem + .6vw)!important;
}
.sosial-links a i{

    font-size: 14px;
    color: white;
}
i.fa {
    display: inline-block;
    border-radius: 60px;

    padding: 0.5em 0.6em;

  }

.text-black {
    color: black !important;
}

.text-footer {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.footer {
    position: absolute;
    width: 100%;
    height: auto;
    border: 1px solid green;
    bottom: 0;
  }

  .network-image {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;

  }
.border-first-div {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;
}

.border-section-div {
    position: absolute !important;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;
    object-fit: contain;
}

.outside-div {
    border: 1px solid #CDCDCD;
    position: absolute;
    top: 150px;
    left: -44px;
    background: white;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    box-shadow: 0px 1px 2px 2px #CDCDCD;
}

.m-left {
    margin-left: 40% !important;

}

.padding-div {
    padding-top: 3% !important;

}

.text-services {
    font-size: 13px !important;
    overflow: auto;
    padding-bottom: 30px;
    margin-bottom: 25px;

}
.img-about-us-1{
    height:90%;
position: absolute;
}

.img-about-us-2{
    height:60%;
    position: absolute;
    }


.border-services {
    border: 1px solid  #a2a2a1;
    box-shadow: 0px 3px 8px 1px #a2a2a1;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;

}

.target-locations-margin {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.target-locations-margin-content {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 60px;
}

.max-image-fit {

    position: absolute;
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 40% !important;
    max-height: 100%;
    max-width: 100%;
}

.h-60 {

    height: 60% !important;
}

.border-second-div {
    border-top-left-radius: 25px;
    border-bottom-right-radius: 50%;
}

.text-about-us {
    color:#c3c5c7 !important;
}

.text-primary-black {
    color: black !important;
}
.text-primary-white {
    color: white !important;
}

.btn:hover {
    -webkit-box-shadow: 0 8px 6px -6px #555555;
    -moz-box-shadow: 0 8px 6px -6px #555555;
    box-shadow: 0 8px 6px -6px #555555;
}

.btn-primary {
    color: #FFFFFF;
}

.btn-logo-color {
    background-color: #145cb2 !important;
    color: white !important;
}

.btn-square {
    width: 20px;
    height: 20px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    padding: 30px 0;
    font-size: 12px;
    font-weight: 700;
    color:white!important;
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: 0;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }



    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

}
@media (max-width: 100px) {
    .nav-bar-icon {
        display: none !important;
    }
    .read-more{
        display: none !important;
    }


}
.target-image{
    position: absolute;
    height: 100%;

}
@media (max-width:1000px){
    .outside-div {
        border: 1px solid #CDCDCD;


        left: -44px;
        background: white;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 25px;
        box-shadow: 0px 1px 2px 2px #CDCDCD;
    }
    .target-image{
        position: unset;
        height: unset!important;

    }
    .network-image {
        position: unset;
        height: unset!important;
      }
    .img-about-us-1{
        position: unset;
        height:unset;
        }
        .img-about-us-2{
            position: unset;
            height:unset;
            }

}
@media (min-width: 1800px){
.col-lg-3 {
    flex: 0 0 auto;
    width: 17%!important;
}}

.our-network-row{
    margin-left:unset!important;
    margin-right:unset!important;
}
@media(min-width:700px) and (max-width:1000px){
    .max-image-fit {

        position: relative !important;
        border-top-left-radius: 25px !important;
        border-bottom-left-radius: 40% !important;
        max-height: 100%;
        max-width: 100%;
    }


}

.containter-fluid-responsive{
    padding-right: unset!important;
     padding-left: unset!important;
     margin-right: unset!important;
     margin-left: unset!important;
}

@media (min-width: 200px){
    .col-lg-3-min {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 992px){
    .col-lg-3-min {
        flex: 0 0 auto;
        width: 25%!important;
    }
}

@media (max-width: 900px) {
    .mx-5{
        margin-right: unset!important;
        margin-left:unset!important;
    }
}


.border-banner{
    transform: rotate(-90deg);
    border-top: 1px solid #145cb2 !important;
    position: absolute;
    margin-left: 85px;
    bottom: 50px;
    padding-left: 30px;
}
.no-p-l{
    padding-left: 0px;
}
@media (min-width: 1600px){
    .container-max {
        max-width: 1400px;
    }
    .nav-link-size{
        font-size:15px!important;
    }
}
@media (max-width:1250px){

    .read-more{
        display: none !important;

}
}
@media (max-width:1400px){

    .border-banner {
    transform: rotate(-90deg);
    border-top: 1px solid #145cb2 !important;
    position: absolute;
    margin-left: 85px;
    bottom: 0px;
    padding-left: 30px;
}
}
@media (max-width: 700px) {
    .m-left {
        margin-left: 0px !important;

    }
    .nav-bar-icon {
        display: none !important;

    }
    .p-disp {
        float:unset
    }
    .read-more{
        display: none !important;
    }
    .outside-div {
        border: 1px solid #CDCDCD;


        left: -44px;
        background: white;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 25px;
        box-shadow: 0px 1px 2px 2px #CDCDCD;
    }
    .first-banner{
        position: unset;
        top: 236px;
        margin-left: unset;
    }
    .div-network {
        top: unset!important;
        background-color: rgba(255, 255, 255, 0.6);

        position: unset!important;
        width: auto;
        left: unset!important;
        right: unset!important;

    }
    .position-responsive{
height: unset !important;
    }


    .max-image-fit {

        position: relative !important;
        border-top-left-radius: 25px !important;
        border-bottom-left-radius: 40% !important;
        max-height: 100%;
        max-width: 100%;
    }

    .border-section-div {
        position: relative !important;
        object-fit: cover !important;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 150px;
        border-bottom-left-radius: 150px;

    }

}

.div-network {
    top: 50px;
    background-color: rgba(255, 255, 255, 0.6);

    position: absolute;
    width: auto;
    left: 160px;
    right: 160px;

}

.pt-75{
    padding-top: 75px !important;
}
@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }
    .outside-div {
        border: 1px solid #CDCDCD;
        top:unset;
        position: unset;
        background: white;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 25px;
        box-shadow: 0px 1px 2px 2px #CDCDCD;
    }
    .nav-bar-icon {
        display: none !important;
    }
}

.hero-header {
    background: url(../images/banner.jpg) top right no-repeat;
    background-size: cover;
    height:100vh;
}

.hero-header-1 {
    background: url(../images/6.jpg) top right no-repeat;
    background-size: cover;
    height:100vh;

}

.hero-header-2 {
    background: url(../images/5.jpg) top right no-repeat;
    background-size: cover;


}

.service-item {
    position: relative;
    height: 300px!important;

    padding: 20px 30px;
    transition: .5s;

}

.service-item .service-icon {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 50%;
    transform: rotate(-14deg);
}

.service-item .service-icon i {
    transform: rotate(15deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}

.price-carousel::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: var(--primary);
    border-radius: 8px 8px 50% 50%;
    z-index: -1;
}

.price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

@media (min-width: 576px) {
    .team-item .row {
        height: 350px;
    }
}

.team-carousel .owl-nav {
    position: absolute;
    padding: 0 45px;
    width: 100%;
    height: 45px;
    top: calc(50% - 22.5px);
    left: 0;
    display: flex;
    justify-content: space-between;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--dark);
}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content {
    height: 100%;
    /* What should this be?? */
    border: 1px solid green;
    position: relative;
    top: 0;
    padding: 20px 0;
    /* padding height of header/footer */
    box-sizing: border-box;
  }

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: var(--light);
    border: 2px solid var(--primary);
    border-radius: 20px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}
