﻿.no-padding{
    padding: 0 !important;
}
.no-padding-left{
    padding-left: 0 !important;
}
.no-padding-right{
    padding-right: 0 !important;
}
input:focus{
    outline: 0;
    padding: 0;
}
img{
    max-width: 100%;
}
iframe{
    border: 0;
    float: left;
    width: 100%;
}
.section-title{
    text-transform: uppercase;
    color: #f74906;
    margin-bottom: 28px;
}
.section-title span{
    color: rgba(0, 63, 67, 1);
}
.section-subtitle{
    font-size: 16px;
    color: #aeaeae;
    line-height: 22px;
    margin-bottom: 44px;
}
.section-title-2{
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 63px;
}
.section-subtitle-2{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section-subtitle-2.black{
    color: #000;
}
.pos-reletive{
    position: relative;
}

/* ************************ End Normalize ************************ */
/* *************************************************************** */
