@import url('font-awesome.min.css');
@import url('animate.css');
@import url('bootstrap.min.css');
@import url('owl.carousel.min.css');
@import url('app.css');
@import url('responsive.css');
@import url('https://fonts.googleapis.com/css?family=Exo:300,400,500,600,700&display=swap');
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    color: #000;
    line-height: 24px;
    font-size: 15px;
    letter-spacing: 0.25px;
}

html,
body {
    height: 100%;
    font-family: 'Exo', sans-serif;
    font-size: 16px;
}

body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

a:focus {
    outline: none;
}

a:active,
a:hover,
a,
a:focus,
button:focus,
button,
button:hover,
input,
input:hover,
input:focus,
select:focus,
textarea:focus {
    outline: 0 auto -webkit-focus-ring-color;
    outline: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: none;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    border: 0;
    max-width: 100%;
}

p {
    line-height: 1.8;
}

main {
    overflow: hidden;
    padding-top: 97.8px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

h1 {
    font-size: 80px;
}

h2 {
    font-size: 60px;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

::-moz-selection {
    background: #1447a1;
    color: #fff;
}

::selection {
    background: #1447a1;
    color: #fff;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
}

.loader:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url('../images/loader.gif');
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center center;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.scroll-top {
    position: fixed;
    bottom: 34px;
    right: 20px;
    background: #1447a1;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.scroll-top i {
    color: #fff;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    display: block;
}

.scroll-top:hover {
    background: #28b34d;
}

@media(max-width:1199px) {
    h2 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    main {
        padding-top: 56.8px;
    }
    h2 {
        font-size: 30px;
    }
    p {
        line-height: 24px;
        font-size: 13px;
    }
}