body {
    font-family: 'Didact Gothic', sans-serif;
    font-family: 'Epilogue', sans-serif;
    font-family: 'Syne', sans-serif;
}
/**scroll-top-start**/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #1A4C69;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}

#myBtn i {
    color: #fff;
    font-size: 20px;
}

#myBtn:hover {
    background-color: #555;
}
::-webkit-scrollbar {
    width: 10px!important;
}

::-webkit-scrollbar-track {
    background: rgba(240, 238, 244, 0.6)!important;
    border-radius: 6px!important;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px!important;
    background: #1A4C69!important;
}

::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
}
/**scroll-top-end**/
.common-spacing{
    padding-left:200px;
    padding-right:200px;
}
.common-padding{
    padding-top:3rem;
    padding-bottom:3rem;
}
a, a:hover{
    text-decoration: none;
    color:#fff;
}

h1,h2,h3,h4,h5,h6,span{
    font-family: 'Syne', sans-serif;
    font-weight: 600;
    margin:0;
}
p{
    font-family: 'Didact Gothic', sans-serif; 
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    padding-top:10px;
}
span{
    color: #1A4C69;
    font-size: 40px;
}
h1{
    font-size: 75px;
}
h2{
    color: #000;
    font-size: 40px;
}
h3{
    font-size: 18px;
}
h4{
    font-size: 16px;
}
button{
    background-color: #1A4C69;
    padding: 10px 25px;
    border: navajowhite;
    color: #fff;
}

@media(max-width:1440px){
    .common-spacing{
        padding-left:100px;
        padding-right:100px;
    } 
    h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 30px;
    }
    span {
        font-size: 30px;
    }
}
@media (max-width:1200px){
    .common-spacing {
        padding-left: 50px;
        padding-right: 50px;
        
    }
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 25px;
    }
    h3{
        font-size: 16px;
    }
    h4 {
        font-size: 14px;
    }
    span {
        font-size: 25px;
    }
    p {
        font-size: 15px;
    }
}
@media (max-width: 992px){
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 20px;
    }
    h3{
        font-size: 16px;
    }
    h4 {
        font-size: 14px;
    }
    span {
        font-size: 20px;
    }
    p {
        font-size: 14px;
    }
    .common-padding {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}
@media(max-width:768px){
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 16px;
    }
    h3{
        font-size: 15px;
    }
    h4 {
        font-size: 14px;
    }
    span {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }
}


@media(max-width:577px){
    .common-spacing{
        padding-left:15px;
        padding-right:15px;
    } 
    h1 {
        font-size: 16px;
    }
    h2 {
        font-size: 14px;
    }
    h3{
        font-size: 14px;
    }
    h4 {
        font-size: 14px;
    }
    span {
        font-size: 14px;
    }
    p {
        font-size: 12px;
    }
    button {
        padding: 5px 10px;
        font-size:12px;

    }
    .slick-next {
        right: -10px;
    }
    .slick-prev {
        left: -10px;
    }
    .common-wrapper img{
        height: 200px!important;
    }
    
}
