/* Reset & Basics
----------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

* {
    -webkit-overflow-scrolling: touch;
}

body {
    line-height: 1;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

html {
    height: 100%;
}

    html.openToggle,
    body.openToggle {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

ol,
ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button:focus {
    outline: none;
}

input:focus {
    border-color: transparent !important;
}

.form-control:focus {
    box-shadow: none;
}

a {
    cursor: pointer;
    text-decoration: none !important;
    color: inherit;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #FFF;
    border-color: transparent;
    color: inherit;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.form-control {
    border: 0px;
}

.z-i70 {
    z-index: 70;
}

/* Width
----------------------------------------- */

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

/* Line Height
----------------------------------------- */

.ln-18 {
    line-height: 18px;
}

.ln-21 {
    line-height: 21px;
}

.ln-24 {
    line-height: 24px;
}

/* Font Def 
----------------------------------------- */

.gilroy-eb {
    font-family: 'gilroy-eb';
}

.gilroy-b {
    font-family: 'gilroy-b';
}

.gilroy-sb {
    font-family: 'gilroy-sb';
}

.gilroy-r {
    font-family: 'gilroy-r';
}

.gilroy-m {
    font-family: 'gilroy-m';
}

.gilroy-l {
    font-family: 'gilroy-l';
}

.gotham-li {
    font-family: 'gotham-li';
}

.gotham-mi {
    font-family: 'gotham-mi';
}

.gotham-bi {
    font-family: 'gotham-bi';
}

.gotham-boldi {
    font-family: 'gotham-boldi';
}

.gotham-blacki {
    font-family: 'gotham-blacki';
}

.gotham-m {
    font-family: 'gotham-m';
}

.gotham-bold {
    font-family: 'gotham-bold';
}

/* Background Color 
----------------------------------------- */

.white-bg {
    background-color: #FFFFFF;
}

.purple-bg {
    background-color: #321D40;
}
.blue-bg {
    background-color: #4983c2;
}

.light-pruple-bg {
    background-color: #672E85;
}

.light-grey-bg {
    background-color: rgba(234,234,234,0.5);
}

.light-black-bg {
    background-color: #303030;
}

.black-bg {
    background-color: #222222;
}

/* Color 
----------------------------------------- */

.white-color {
    color: #FFF;
}
.black-color{
    color: #000000;
}
.red-color {
    color: #D60A29;
}

.purple-color {
    color: #672E85;
}

.black-color {
    color: #353535;
}

.blue-color {
    color: #4983c2;
}

.green-color {
    color: #7FCD3E;
}

/* Padding 
----------------------------------------- */

.padding-0 {
    padding-left: 0px;
    padding-right: 0px;
}

/* Margin
----------------------------------------- */

.margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.mt-10 {
    margin-top: 10px;
}

.mt-11 {
    margin-top: 11px;
}

.mt-13 {
    margin-top: 13px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

/* Border Radius 
----------------------------------------- */

.br-4 {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.br-10 {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.br-14 {
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
}

.br-18 {
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
}

.br-21 {
    border-radius: 21.5px;
    -moz-border-radius: 21.5px;
    -webkit-border-radius: 21.5px;
}

.br-25 {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}

.br-30 {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}

.br-100 {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

/* z-index Sizes
----------------------------------------- */

.zi-1 {
    z-index: 1;
}

.zi-2 {
    z-index: 2;
}

.zi-3 {
    z-index: 3;
}

.zi-4 {
    z-index: 4;
}

.zi-5 {
    z-index: 5;
}

.zi-6 {
    z-index: 6;
}

.zi-7 {
    z-index: 7;
}

.zi-8 {
    z-index: 8;
}

.zi-9 {
    z-index: 9;
}

.zi-10 {
    z-index: 10;
}

/* Heading Sizes
----------------------------------------- */

h1 {
}

h2 {
    font-size: 24px;
}

h3 {
}

h6 {
}

/* Font Line
----------------------------------------- */

.line-through {
    text-decoration: line-through !important;
}

/* Font Weights
----------------------------------------- */

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.fw-Normal {
    font-weight: normal;
}

.fw-Bold {
    font-weight: bold;
}

.ilatic {
    font-style: italic;
}

/* Font Sizes
----------------------------------------- */

.f-10 {
    font-size: 10px;
}

.f-11 {
    font-size: 11px;
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px;
}

.f-17 {
    font-size: 17px;
}

.f-18 {
    font-size: 18px;
}

.f-19 {
    font-size: 19px;
}

.f-20 {
    font-size: 20px;
}

.f-21 {
    font-size: 21px;
}

.f-22 {
    font-size: 22px;
}

.f-23 {
    font-size: 23px;
}

.f-24 {
    font-size: 24px;
}

.f-25 {
    font-size: 25px;
}

.f-26 {
    font-size: 26px;
}

.f-27 {
    font-size: 27px;
}

.f-28 {
    font-size: 28px;
}

.f-29 {
    font-size: 29px;
}

.f-30 {
    font-size: 30px;
}

.f-31 {
    font-size: 31px;
}

.f-32 {
    font-size: 32px;
}

.f-33 {
    font-size: 33px;
}

.f-34 {
    font-size: 34px;
}

.f-35 {
    font-size: 35px;
}

.f-36 {
    font-size: 36px;
}

.f-37 {
    font-size: 37px;
}

.f-38 {
    font-size: 38px;
}

.f-39 {
    font-size: 39px;
}

.f-40 {
    font-size: 40px;
}

.f-41 {
    font-size: 41px;
}

.f-42 {
    font-size: 42px;
}

.f-43 {
    font-size: 43px;
}

.f-44 {
    font-size: 44px;
}

.f-45 {
    font-size: 45px;
}

.f-46 {
    font-size: 46px;
}

.f-47 {
    font-size: 47px;
}

.f-48 {
    font-size: 48px;
}

.f-49 {
    font-size: 49px;
}

.f-50 {
    font-size: 50px;
}

.f-51 {
    font-size: 51px;
}

.f-52 {
    font-size: 52px;
}

.f-53 {
    font-size: 53px;
}

.f-54 {
    font-size: 54px;
}

.f-55 {
    font-size: 55px;
}

.f-56 {
    font-size: 56px;
}

.f-57 {
    font-size: 57px;
}

.f-58 {
    font-size: 58px;
}

.f-59 {
    font-size: 59px;
}

.f-60 {
    font-size: 60px;
}

.f-61 {
    font-size: 61px;
}

.f-62 {
    font-size: 62px;
}

.f-63 {
    font-size: 63px;
}

.f-64 {
    font-size: 64px;
}

.f-65 {
    font-size: 65px;
}

.f-66 {
    font-size: 66px;
}

.f-67 {
    font-size: 67px;
}

.f-68 {
    font-size: 68px;
}

.f-69 {
    font-size: 69px;
}

.f-70 {
    font-size: 70px;
}

.f-71 {
    font-size: 71px;
}

.f-72 {
    font-size: 72px;
}

.f-73 {
    font-size: 73px;
}

.f-74 {
    font-size: 74px;
}

.f-75 {
    font-size: 75px;
}

.f-76 {
    font-size: 76px;
}

.f-77 {
    font-size: 77px;
}

.f-78 {
    font-size: 78px;
}

.f-79 {
    font-size: 79px;
}

.f-80 {
    font-size: 80px;
}

.f-81 {
    font-size: 81px;
}

.f-82 {
    font-size: 82px;
}

.f-83 {
    font-size: 83px;
}

.f-84 {
    font-size: 84px;
}

.f-85 {
    font-size: 85px;
}

.f-86 {
    font-size: 86px;
}

.f-87 {
    font-size: 87px;
}

.f-88 {
    font-size: 88px;
}

.f-89 {
    font-size: 89px;
}

.f-90 {
    font-size: 90px;
}

.f-91 {
    font-size: 91px;
}

.f-92 {
    font-size: 92px;
}

.f-93 {
    font-size: 93px;
}

.f-94 {
    font-size: 94px;
}

.f-95 {
    font-size: 95px;
}

.f-96 {
    font-size: 96px;
}

.f-97 {
    font-size: 97px;
}

.f-98 {
    font-size: 98px;
}

.f-99 {
    font-size: 99px;
}

.f-100 {
    font-size: 100px;
}

.mobile-slider-content .defaultimg {
    background-position: center right !important;
}

.body-bg {
    background: url("../images/base/yatay_form_background@2x.jpg") no-repeat center center;
    background-size: cover;
    /*overflow-x: none;
    overflow-y: none;*/
}