/*----------------------------------------*/
/*  1.  Default CSS
/*----------------------------------------*/
a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a, a:hover {
    color: #3065b8;
    text-decoration: none;
}

a:active, a:hover, a:focus {
    outline: 0 none;
    text-decoration: none;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 500;
}

/*----------------------------------------*/
/*  Heading CSS
/*----------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 60px;
    line-height: 60px;
}

h2 {
    font-size: 48px;
    line-height: 60px;
}

h3 {
    font-size: 24px;
    line-height: 36px;
}

h4 {
    font-size: 18px;
    line-height: 30px;
}

h5 {
    font-size: 14px;
    line-height: 25px;
}

h6 {
    font-size: 12px;
    line-height: 24px;
}

/*----------------------------------------*/
/*  List None CSS
/*----------------------------------------*/
ul.list-none {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.inline-list li {
    display: inline-block;
}

/*----------------------------------------*/
/*  Overlay CSS
/*----------------------------------------*/
.overlay {
    position: relative;
}

.overlay:before {
    background-color: rgba(0, 0, 0, 0.50);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.overlay.opacity-30::before {
    background-color: rgba(0, 0, 0, 0.30);
}

.overlay.opacity-40::before {
    background-color: rgba(0, 0, 0, 0.40);
}

.overlay.opacity-50::before {
    background-color: rgba(0, 0, 0, 0.50);
}

.overlay.opacity-60::before {
    background-color: rgba(0, 0, 0, 0.60);
}

.overlay.opacity-70::before {
    background-color: rgba(0, 0, 0, 0.70);
}

.overlay.opacity-80::before {
    background-color: rgba(0, 0, 0, 0.80);
}

/*----------------------------------------*/
/*  Input CSS
/*----------------------------------------*/
input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

select:focus {
    outline: none;
}

button:focus {
    outline: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #3e4140;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #3e4140;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
    color: #3e4140;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    opacity: 1;
    color: #3e4140;
}

/*----------------------------------------*/
/*  Button CSS
/*----------------------------------------*/
.btn-common {
    background-color: #3065b8;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    padding: 0 20px;
    min-width: 180px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 4px;
    transition: .3s;
}

.btn-common:hover {
    background-color: #2a579d;
    color: #ffffff;
}

button.btn-common {
    border: 0;
}

.btn-common.btn-cover {
    background-color: #e23e1d;
    border-color: #e23e1d;
    color: #ffffff;
}

.btn-common.btn-cover:hover {
    background-color: #5ab131;
    border-color: #5ab131;
}

.btn-common.width-115 {
    min-width: 115px;
}

.btn-common.width-120 {
    min-width: 120px;
}

.btn-common.width-140 {
    min-width: 140px;
}

.btn-common.width-150 {
    min-width: 150px;
    height: 45px;
    line-height: 45px;
}

.btn-common.width-160 {
    min-width: 160px;
    height: 45px;
    line-height: 45px;
}

.btn-common.width-165 {
    min-width: 165px;
}

.btn-common.width-170 {
    min-width: 170px;
}

.btn-common.width-180 {
    min-width: 180px;
}

.btn-common.width-190 {
    min-width: 180px;
}

.btn-common.width-250 {
    min-width: 250px;
}

.btn-transparent {
    background-color: transparent;
    border: 2px solid #89898b;
    color: #ffffff;
}

.btn-transparent:hover {
    background-color: #8bc052;
    border-color: #8bc052;
}

.btn-common i {
    margin-left: 5px;
}

/*----------------------------------------*/
/*  Margin CSS
/*----------------------------------------*/
.mt-05 {
    margin-top: 05px;
}

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

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

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

.mt-25 {
    margin-top: 25px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-40 {
    margin-right: 40px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mr-90 {
    margin-right: 90px !important;
}

.mlr-30 {
    margin: 0 30px !important;
}

.mlr-0 {
    margin-left: 0;
    margin-right: 0;
}

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

.ml-25 {
    margin-left: 25px !important;
}

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

.mr-10 {
    margin-right: 10px;
}

.mr-25 {
    margin-right: 25px !important;
}

.mt-minus-150 {
    margin-top: -150px;
}

.mt-minus-100 {
    margin-top: -100px;
}

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

.mt-minus-40 {
    margin-top: -40px;
}

.mt-minus-50 {
    margin-top: -50px;
}

.mt-minus-55 {
    margin-top: -55px;
}

.mt-minus-60 {
    margin-top: -60px;
}

.mt-minus-80 {
    margin-top: -80px;
}

.mt-minus-70 {
    margin-top: -70px;
}

.mt-minus-90 {
    margin-top: -90px;
}

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

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

.mlr-minus-12 {
    margin: 0 -12px;
}

/*----------------------------------------*/
/*  Padding CSS
/*----------------------------------------*/
.pd-lr15 {
    padding: 0 15px;
}

.pd-lr0 {
    padding: 0 0;
}

.pd-40 {
    padding: 40px;
}

.pd-50 {
    padding: 50px;
}

.pd-30 {
    padding: 30px !important;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-85 {
    padding-top: 85px !important;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-103 {
    padding-top: 103px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-108 {
    padding-top: 108px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-260 {
    padding-top: 260px;
}

.pt-350 {
    padding-top: 350px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-170 {
    padding-top: 170px;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-22 {
    padding-bottom: 22px;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-80 {
    padding-bottom: 80px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pb-105 {
    padding-bottom: 105px !important;
}

.pb-110 {
    padding-bottom: 110px !important;
}

.pb-111 {
    padding-bottom: 111px !important;
}

.pb-112 {
    padding-bottom: 112px !important;
}

.pb-115 {
    padding-bottom: 115px !important;
}

.pb-118 {
    padding-bottom: 118px !important;
}

.pb-120 {
    padding-bottom: 120px !important;
}

.pb-130 {
    padding-bottom: 130px !important;
}

.pb-150 {
    padding-bottom: 150px !important;
}

.pb-200 {
    padding-bottom: 200px
}

.pb-220 {
    padding-bottom: 220px
}

.pb-230 {
    padding-bottom: 230px
}

.pb-430 {
    padding-bottom: 430px
}

.pd-5 {
    padding: 5px;
}

.pd-20 {
    padding: 20px;
}

.pd-25 {
    padding: 25px;
}

.pd-30 {
    padding: 30px;
}

.pd-100 {
    padding: 100px;
}

.ptb-75 {
    padding: 75px 0;
}

.pt-75 {
    padding-top: 75px;
}

.pr-05 {
    padding-right: 05px !important;
}

.pl-05 {
    padding-left: 05px !important;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-20 {
    padding-left: 20px;
}

.plr-30 {
    padding: 0 30px !important;
}

.plr-0 {
    padding-left: 0 !important;
    padding-right: 0;
}

.ptb-20 {
    padding: 20px 0;
}

/*----------------------------------------*/
/*  Height CSS
/*----------------------------------------*/
.height-30 {
    height: 30px !important;
}

.height-45 {
    height: 45px;
}

.height-50 {
    height: 50px;
}

.height-60 {
    height: 60px;
}

.height-700 {
    height: 700px;
}

.height-800 {
    height: 800px;
}

.height-630 {
    height: 0px;
}

.height-550 {
    height: 550px;
}

.height-300 {
    height: 300px;
}

.height-400 {
    height: 400px;
}

.height-415 {
    height: 415px;
}

.height-420 {
    height: 420px;
}

.height-430 {
    height: 430px;
}

.height-450 {
    height: 450px;
}

.height-200 {
    height: 200px;
}

.height-250 {
    height: 250px;
}

.height-100 {
    height: 100px;
}

.width-100p {
    width: 100%;
}

.height-100vh {
    height: 100vh;
}

/*----------------------------------------*/
/*  Width CSS
/*----------------------------------------*/
.width-20p {
    width: 20%;
}

/*----------------------------------------*/
/*  7.  Etc CSS
/*----------------------------------------*/
.img-shadow {
    box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.10);
}

.img-shadow img {
    width: 100%;
}

.img-100p img {
    width: 100%;
}

.img-h-100 img {
    height: 100%;
}

.shadow-none {
    box-shadow: unset !important;
}

.unrelative {
    position: static;
}

.text-black h1, .text-black h2 {
    color: #111111 !important;
}

.text-white h1, .text-white h2, .text-white h3 {
    color: #ffffff !important;
}

.text-white a {
    color: #ffffff !important;
}

.z-index {
    position: relative;
    z-index: 9;
}

.z-index-8 {
    position: relative;
    z-index: 8;
}

.fix {
    overflow: hidden !important;
}

.overflow-v {
    overflow: visible !important;
}

.table-view {
    display: table;
    width: 100%;
}

.table-cell {
    display: table-cell;
}

.ps-relative {
    position: relative
}

.absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.vertical-unset {
    vertical-align: unset;
}

.display-table {
    display: table;
    height: 100vh;
    width: 100%;
}

.d-table {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-middle {
    display: table-cell;
    vertical-align: middle;
}

.d-hidden {
    display: none;
}

.bg-none {
    background-color: transparent !important;
}

.br-none {
    border: none !important;
}

.bt-none {
    border-top: 0 !important;
}

.bl-none {
    border-left: 0 !important;
}

.br-none {
    border-right: 0 !important;
}

.bb-none {
    border-bottom: 0 !important;
}

.br-top-e5e5e5 {
    border-top: 1px solid #e5e5e5;
}

.br-top-ebeb {
    border-top: 1px solid #ebebeb;
}

.bb-2c2c {
    border-bottom: 1px solid #2c2c2c;
}

.bb-e5e5e5 {
    border-bottom: 1px solid #e5e5e5;
}

.bt-e5e5e5 {
    border-top: 1px solid #e5e5e5;
}

.bg-lightblue {
    background-color: #f0f2f9;
}

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

.bg-111 {
    background-color: #111111 !important;
}

.bg-f7 {
    background-color: #f7f7f7 !important;
}

.bg-f3f4f7 {
    background: #f3f4f7 !important;
}

/* Blue Background */
.bg-3669b4 {
    background-color: #3669b4;
}

/* Green Background */
.bg-54a75a {
    background-color: #54a75a;
}

.bg-4fa65c {
    background-color: #4fa65c;
}

/* Yellow Background */
.bg-fcb700 {
    background-color: #fcb700 !important;
}

.br-bottom {
    border-bottom: 1px solid #ebebeb;
}

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

.bg-1c2122 {
    background-color: #1c2122;
}

.fix-x {
    overflow-x: hidden;
    overflow-y: hidden;
}

.radius-0 {
    border-radius: 0 !important;
}

.radius-2 {
    border-radius: 2px !important;
}

.radius-10 {
    border-radius: 10px;
}

.radius-20 {
    border-radius: 20px;
}

.color-black, .color-black h1, .color-black h2, .color-black h3, .color-black h4, .color-black h5, .color-black h6 {
    color: #000000 !important;
}

/* Bootstrap */
.form-group input[type='text'], .form-group input[type='email'] {
    border: 0;
    border-radius: 5px;
    height: 50px;
    color: #3e4140;
}

select.form-control:not([size]):not([multiple]) {
    border: 0;
    border-radius: 5px;
    height: 50px;
    font-size: 16px;
    color: #3e4140;
}

.form-control:focus {
    box-shadow: unset;
    border-color: unset;
}
