@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway: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{
    /*background: url(../img/home-header-background.svg);*/
    background: url(../img/bg-banner.jpg);
    background-repeat: no-repeat;
    /*background-position: 40vw -100px;*/
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;

}

.swal-wide{
    width:850px !important;
}

.ptb-100{
    padding: 100px 0;
}
.mtb-100{
    margin: 100px 0;
}

section {
    overflow:hidden;
}

.bg-blue-1{
    background-color: #1779BA;
}
.bg-blue-2{
    background-color: #186094;
}
.bg-blue-3{
    background-color: #0B568D;
}
.bg-grey-1{
    background-color: #504C4B;
}
.bg-grey-2{
    background-color: #4A4A4A;
}

.text-blue-1{
    color: #1779BA;
}
.text-blue-2{
    color: #186094;
}
.text-blue-3{
    color: #0B568D;
}
.text-grey-1{
    color: #504C4B;
}
.text-grey-2{
    color: #4A4A4A;
}

.btn-outline-blue-1{
    border: #1779BA solid 3px;
    background-color: white;
}
.btn-outline-blue-2{
    border: #186094 solid 3px;
    background-color: white;
}
.btn-outline-blue-3{
    border: #0B568D solid 3px;
    background-color: white;
}
.btn-outline-blue-3:hover{
    background-color: #0B568D;
    color: white;
}
.btn-outline-grey-1{
    border: #504C4B solid 3px;
}
.btn-outline-grey-2{
    border: #4A4A4A solid 3px;
}

.text-nunito{
    font-family: 'Nunito Sans', sans-serif;
}
.text-raleway{
    font-family: 'Raleway', sans-serif;
}

.short-dash1-grey{
    display: block;
    width: 50px;
    height: 5px;
    background-color: #504C4B;
}
.short-dash1-white{
    display: block;
    width: 50px;
    height: 5px;
    background-color: white;
}
.short-dash2-white{
    display: block;
    width: 40px;
    height: 3px;
    background-color: white;
}
.short-dash3-blue{
    display: block;
    width: 50px;
    height: 5px;
    background-color: #186094;
}
.cardStyle1{

}
.cardStyle1-sub {
    border: 2px solid white;
}
.cardStyle1:hover .cardStyle1-sub {
    color: white;
background-color: #1779BA ;
    border: white 2px solid;

}
.cardStyle1:hover .short-dash1-grey{

background-color: white ;
}
.cardBottemLayer{
    background-color: #1779BA ;
    display: block;
    width: 90%;
    height: 80px;
    position: absolute;
    right: 0px;
    bottom: 10px;
    pointer-events: none;
    animation: scaleUp 0.2s forwards;

}
.cardStyle1:hover .cardBottemLayer{

    animation: scaleDown 0.3s forwards;
}
@keyframes fadeOut {
    0% {opacity: 1;}
    100% {opacity: 0;}
}
@keyframes scaleDown {
    0% {transform: scale(1);}
    100% {transform: scale(0);}
}
@keyframes scaleUp {
    0% {transform: scale(0);}
    100% {transform: scale(1);}
}

.jlt-nav  .nav-link {
    transition: color 0.2s ease-in-out;
}
.jlt-nav  .nav-link:hover {
    color: #1779BA;
}

.jlt-footer{
    width: 100%;
}
.footer-social{
    transition: background-color 0.2s ease-in-out;
    border: white 2px solid;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    font-size: 17px;
    line-height: 1.428571429;
    /*border-radius: 15px;*/
    color: white;
}.footer-social:hover{
    background-color: white;
    color: red !important;

}
.footer-social:hover i{
    color: #1779BA !important;
}
.ft-td-icon{
    vertical-align:top;
    font-size: 20px;
}
.ft-td-txt{
padding-left: 20px;
    padding-bottom: 20px;
}
.footer-btn:hover{
    color: #0B568D !important;
}
.clients-card{

    position: relative;

}
.clients-carousel{
    background: #ffffff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
    position: absolute;
    top: -50px;

    color: red;
}
.outline-grey-3{
    border: #504C4B solid 5px;
    background: unset;

}
.outline-blue-3{
    border: #0B568D solid 5px;
    background: unset;

}
.carousel-client-logo{
    padding: 10px 50px;
    transition: transform 0.3s ease-in-out;
}
.carousel-client-logo img{
    height: 30px;
}
.carousel-client-logo:hover{
    transform: scale(1.1)
}

.service-btn.active{
    background: #1779BA !important;
    color: white;

}

.service-content{
    animation: service-content-anim 0.5s forwards;
}
@keyframes service-content-anim {
    0%{

        transform: scale(0);
    }
    100%{

        transform: scale(1);
    }
}

.service-content-title-div{
    /*border: 1px solid red;*/
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 100%;
    white-space: nowrap;
z-index: 1;
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: right top;
    -moz-transform: rotate(270deg);
    -moz-transform-origin: right top;
    -ms-transform: rotate(270deg);
    -ms-transform-origin: right top;
    -o-transform: rotate(270deg);
    -o-transform-origin: right top;
    transform: rotate(270deg);
    transform-origin: right top;
}
.service-content-title-div:after{
    content: "";
    width: 25px;
    height: 5px;
    border-bottom: 3px #0B568D solid;
    display: inline-block;
    margin-left: 10px;
}
#myviewer{
    width: 100%;
    max-width: 530px;
    height: 357px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    top: 7%;
    left: 0;
    right: 0;
    text-align: center;

}
.carousel {
    background: unset;
}

.carousel img {
    display: block;
    height: 200px;
    margin-left: 30px;
    margin-right: 10px;
    border: 6px solid #186094;
}

@media screen and ( min-width: 768px ) {
    .carousel img {
        height: 400px;
    }
}

.flickity-page-dots{
    bottom: -50px !important;

}.flickity-page-dots > .dot{
    border: #504C4B solid 2px;
    background-color: white !important;
     width: 13px !important;
     height: 13px !important;
    opacity: 1 !important;

}.flickity-page-dots > .dot.is-selected{
    border: unset;
    background-color: #0B568D !important;

}
