* {
    box-sizing: border-box !important;
}

.container {
    max-width: 1170px;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 0px;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.titlepage {
    padding-bottom: 60px;
}

.titlepage h2 {
    font-size: 45px;
    color: #2b2b2b;
    line-height: 60px;
    font-weight: bold;
    padding: 0;
    display: inline-block;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.read_more {
    font-size: 20px;
    text-transform: uppercase;
    transition: ease-in all 0.5s;
    font-weight: bold;
    color: #2b2b2b;
    z-index: 999;
    position: relative;
}

.link_btn {
    display: flex;
    align-items: center;
}

.read_more:before {
    content: "";
    width: 0px;
    height: 1px;
    border: #f0390f solid 1px;
    transition: all 0.2s linear;
    display: block;
    margin-bottom: -16px;
    position: relative;
    z-index: -1;
    left: 104px;
    opacity: 0;
    transition: ease-in all 0.5s;
}

.read_more:hover:before {
    width: 140px;
    opacity: 1;
    transition: ease-in all 0.5s;
}

.read_more:hover {
    color: #f0390f;
    transition: ease-in all 0.5s;
}

.read_more::before::after {
    width: 100%;
    transition: ease-in all 0.5s;
}

.text_align_left {
    text-align: left;
}

.text_align_right {
    text-align: right;
}

.text_align_center {
    text-align: center;
}

.img_responsive {
    max-width: 100%;
}

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}


.header {
    width: 100%;
    background: #fff0;
    height: 107px;
    padding: 27px 30px;
    position: absolute;
    z-index: 999;
}

.navigation.navbar {
    float: right;
    padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
    padding: 15px 30px;
    color: #2b2b2b;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 30px;
    text-transform: uppercase;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
    background: #f0390f;
}

.navigation.navbar-dark .navbar-nav .active > .nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
    background: #f0390f;
}

.full_bg {
    background: #fff;
}

.slider_main {
    padding-top: 6%;
}

.relative {
    left: 0;
    right: 0;
    text-align: left;
    position: inherit;
}

.carousel-indicators {
    bottom: 0;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.carousel-item {
    min-height: 350px;
    height: 100%;
    width: 100%;
}

.board {
    max-width: 474px;
    float: right;
    text-align: left;
    width: 100%;
}

.relative h3 {
    padding-top: 60px;
    font-size: 70px;
    line-height: 85px;
    color: #2b2b2b;
    font-weight: bold;
    padding-bottom: 60px;
}

.carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
}

.slider_main .carousel-indicators {
    display: none;
}

#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
    width: 66px;
    height: 66px;
    background-color: #3e0bce;
    color: #fff;
    font-size: 15px;
    opacity: 1;
    border-radius: 50px;
    top: 100%;
}

#carouselExampleIndicators .carousel-control-prev {
    left: 4%;
}

#carouselExampleIndicators .carousel-control-next {
    right: inherit;
    left: 10%;
}

#carouselExampleIndicators .carousel-control-next:focus,
#carouselExampleIndicators .carousel-control-next:hover,
#carouselExampleIndicators .carousel-control-prev:focus,
#carouselExampleIndicators .carousel-control-prev:hover {
    background-color: #f0390f;
    color: #fff;
}

.banner_img {
    padding-right: 50px;
}

.banner_img figure {
    margin: 0;
}


/** end banner section **/


/** our class **/

.class {
    padding: 140px 0px 60px 0px;
}

.class .titlepage p {
    font-size: 17px;
    padding-top: 15px;
    color: #2b2b2b;
}

.class_box {
    border-radius: 10px;
    background: #f0390f;
    margin-bottom: 58px;
    transition: ease-in all 0.5s;
    padding: 40px 50px 75px 50px;
}

.class_box h3 {
    color: #fff;
    font-size: 25px;
    transition: ease-in all 0.5s;
    font-weight: bold;
    line-height: 22px;
    padding: 30px 0;
}

.class_box p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    transition: ease-in all 0.5s;
}

.blue {
    background: #3e0bce;
}

.margi_bottom {
    margin-bottom: 30px;
}

.about {
    background: url(images/about_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 90px;
}

.about .titlepage {
    padding-bottom: 0;
    max-width: 554px;
    float: right;
}

.about .titlepage h2 {
    padding-bottom: 30px;
    color: #fff;
}

.about .titlepage p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    padding-bottom: 29px;
}

.shop .titlepage h2 {
    padding-bottom: 30px;
    color: #2d2c2c;
}

.shop .titlepage p {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    color: #282828;
    padding-bottom: 29px;
}