/*================================================
    Google Fonts
    --------------------
    font-family: 'Source Sans Pro', sans-serif;
    font-family: 'Cairo', sans-serif;
================================================*/
@import url('https://fonts.googleapis.com/css?family=Cairo:700|Source+Sans+Pro:300,400,600,700');

html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #dcdcdc;
    background-color: #fff;
}

a,
a:hover {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 52px;
    color: #fff;
    text-transform: capitalize;
}

h2 {
    font-size: 30px;
    text-transform: capitalize;
    line-height: 27px;
    color: #525252;
}

h4 {
    color: #646464;
    text-transform: capitalize;
}

h5 {
    line-height: 16px;
    text-transform: capitalize;
}

h6 {
    color: #5c5f71;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    line-height: 14px;
    text-transform: capitalize;
}

p {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 26px;
    margin: 0;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}

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

button:focus,
input:focus,
textarea:focus {
    outline: none;
}

.section-padding {
    padding: 100px 0;
}

.pd-bt-120{
padding-bottom: 100px;
}
.mr-bt-15{
    margin-bottom: 15px;
}
.section-heading h2 {
    margin-bottom: 25px;
    line-height: 75%;
}

.section-heading p {
    margin-bottom: 50px;
    padding: 0 296px;
    font-weight: 400;
    color: #646464;
}

.section-heading.white-bg p,
.client p {
    color: #919191;
}

.slicknav_menu {
    display: none;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(#222, black);
}

svg {
    display: inline-block;
    vertical-align: middle;
}

.path-preloader {
    stroke: cyan;
    stroke-width: 6;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-dasharray: 193.904983521;
    fill: none;
    animation: load 4s linear infinite, color 3s linear infinite;
}

@keyframes load {
    from {
        stroke-dashoffset: 775.6199340820312;
    }
}

@keyframes color {
    33% {
        stroke: yellow;
    }

    66% {
        stroke: magenta;
    }
}
