.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}



body {
    background: #faa31b;
    font-family: "Poppins", sans-serif;
    zoom: 130%;
}
header .center_wrapper.logo {
    width: 120px;
    text-align: center;
}
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1%;
    margin-top: 1%;
}
header .left_wrapper button {
    background: none;
    border: none;
    border: none;
    background: no-repeat;
    color: #243f87;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
}
header .left_wrapper button:hover {
    background: #f9855c;
}
header .right_wrapper button {
    border: none;
    background: no-repeat;
    color: #243f87;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
}
header .left_wrapper button:active {
    background: none !important;
}
header .left_wrapper button img {
    width: 40px;
}
header .right_wrapper button:hover {
    color: #fff;
    transition: 0.5s;
}
header .offcanvas.show {
    background: #243f87;
}
header .offcanvas.show .offcanvas-header h5 {
    color: #fff;
}
.offcanvas{
    --bs-offcanvas-bg: #243f87;
}
header .left_wrapper button.btn-close.text-reset:hover {
    background: none;
}
header .offcanvas-header button.btn-close.text-reset {
    display: flex;
    align-items: center;
    justify-content: center;
}
header .offcanvas-body ul.header_menu {
    color: #fff;
    padding: 0;
    margin-top: 20px;
}
header .offcanvas-body {
    padding: 0;
}
ul{
	padding: 0;
}
li{
	list-style-type: none;
}
.offcanvas-header {
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    text-align: center;
    justify-content: center;
}
header .offcanvas-body ul.header_menu li {
    margin: 0;
    font-weight: 300;
    border-bottom: 1px dotted#414141;
    font-size: 14px;
}
header .offcanvas-body ul.header_menu li a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    display: block;
    padding: 20px;
    font-weight: 900;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
}
header .offcanvas-body ul.header_menu li a.active {
    color: #faa31b;
}
.carousel-item img {
    max-height: 500px;
    object-fit: contain;
}
.carousel-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.emoticons {
    color: #243f87;
    font-size: 240px;
    margin-top: 10px;
    transform: rotate(165deg);
    position: fixed;
    bottom: 0;
    opacity: 0.4;
    left: 50%;
    transform: translate(-50%) rotate(336deg);
}
section.products img {
    max-height: 400px;
    width: 100%;
    object-fit: contain;
}
section.products .product_row_wrapper {
    display: flex;
    align-items: center;
}
section.products h3 {
    text-align: left;
}
section.products .col_right_wrapper {
    text-align: left;
}
section.products .product_row_wrapper.second_row .col_left_wrapper {
    text-align: left;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
section.banner {
    padding: 150px 0 150px;
}               
section.banner .carousel-item .left_wrapper {
    display: flex;
    align-items: center;
    justify-content: right;
    padding-right: 3%;
}
.emoticons {
    color: #243f87;
    font-size: 80px;
    margin-top: 10px;
}
section.banner .carousel-item .right_wrapper {
    text-align: left;
    display: flex;
    align-items: baseline;
    justify-content: left;
    padding-left: 3%;
    flex-direction: column;
}
section.banner h2 {
    font-size: 60px;
    font-weight: 900;
    color: #243f87;
}
section.banner .carousel-item .right_wrapper p {
    font-size: 20px;
    width: 70%;
    line-height: 35px;
    margin-top: 20px;
}
header .offcanvas-body ul.header_menu li a:hover {
    background: #faa31b;
    transition: 0.5s;
    color: #243f87;
}
section.banner ul li {
    float: left;
    margin: 0 30px;
}
section.banner ul li img {
    max-height: 500px;
}
section.banner ul {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .left_wrapper button:hover {
    background: none;
}
section.banner {
    text-align: center;
}
section.banner ul {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 160px;
}
header .center_wrapper.logo {
    top: 20px;
    width: 250px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
section.banner a button, section.products a button {
    border: none;
    padding: 15px 20px;
    border: 1px solid#243f87;
    border-radius: 0;
    background: no-repeat;
    color: #243f87;
    font-size: 25px;
    font-weight: 900;
    text-transform: uppercase;
}
section.about.text-center {
    padding: 100px 0;
}
section.banner a.btn_wrapper {
    position: relative;
    top: 50px;
}
section.about h1, section.products h1, section.contact h1 {
    color: #243f87;
    font-weight: 800;
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 80px;
    border: 2px solid #243f87;
    margin: 0 25px 80px;
}
section.contact p a {
    color: #243f87;
    text-decoration: none;
        font-size: 20px;
    font-weight: 400;
}
p{
    color: #243f87;
}
section.about p, section.products p {
    font-size: 20px;
    font-weight: 300;
    line-height: 40px;
    text-align: center;
}
section.products h3, section.contact h3 {
    color: #243f87;
    font-size: 40px;
    font-weight: 700;
}
section.products, section.contact {
    padding: 100px 0;
}
section.contact address {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    color: #243f87;
}
section.contact p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 40px;
}
section.products p {
    text-align: left !important;
    font-size: 16px !important;
    line-height: 28px !important;
}
section.products ul li {
    text-align: left;
    font-size: 14px;
    width: 100%;
    /* float: left; */
    border-right: 2px solid #243f87;
    text-align: left;
    padding: 5px;
    color: #243f87;
    margin-bottom: 12px;
    text-align: right;
    padding-right: 20px;
}

/*media query start here*/
@media screen and (max-width:1400px){
    .container{
        padding: 0 10%;
    }
    section.contact .emoticons img {
    max-width: 180px;
}
section.contact address {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: #243f87;
}
}
@media screen and (max-width:1200px){
section.contact p a {
    font-size: 16px;
}
section.contact address {
    font-size: 16px;
}
section.products h3, section.contact h3 {
    color: #243f87;
    font-size: 30px;
    font-weight: 700;
}
}
@media screen and (max-width:991px){
    section.products, section.contact {
    padding: 70px 0;
}
section.products .product_row_wrapper {
    display: flex;
    align-items: center;
}
    section.about h1, section.products h1, section.contact h1 {
        font-weight: 800;
        font-size: 50px;
        margin: 0 25px 50px;
    }
    .container{
        padding: 0 5%;
        max-width: 95%;
    }
    body {
    zoom: 100%;
}
section.about.text-center {
    padding: 70px 0;
}
.carousel-item img {
    max-height: 400px;
}
section.banner {
    padding: 100px 0 150px;
}
section.banner h2 {
    font-size: 40px;
}
section.products .product_row_wrapper.second_row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
            padding-top: 0 !important;
}

section.products .product_row_wrapper.second_row .col_left_wrapper {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
}
section.products h3 {
    margin-top: 50px;
}
}

@media screen and (max-width:767px){
section.products .product_row_wrapper.second_row .col_right_wrapper {
    margin-top: 50px;
}
section.products h3, section.contact h3 {
    color: #243f87;
    font-size: 30px;
    font-weight: 700;
}
section.products h3 {
    margin-top: 30px;
}
section.products .product_row_wrapper {
        padding-bottom: 0 !important;
    }
    section.products, section.contact {
        padding: 60px 0;
    }
    section.about.text-center {
        padding: 60px 0;
    }
section.products .product_row_wrapper {
        padding-top: 0 !important;
    }
.carousel-item img {
    max-height: 300px;
}
    section.about h1, section.products h1, section.contact h1 {
        font-weight: 800;
        font-size: 40px;
        margin: 0 25px 40px;
    }
section.banner .carousel-item.row {
    display: flex !important;
    flex-direction: row !important;
            --bs-gutter-x: 0;
}
section.banner .carousel-item.row .col-md-6 {
    width: 50%;
}
section.banner h2 {
    font-size: 40px;
}
section.banner .carousel-item .right_wrapper p {
    font-size: 18px;
    line-height: 26px;
}
header .center_wrapper.logo {
    width: 150px;
}
header .center_wrapper.logo img {
    width: 100%;
}
section.about p, section.products p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
}
}

@media screen and (max-width: 575px) {
    section.about h1, section.products h1, section.contact h1 {
        font-weight: 800;
        font-size: 30px;
        margin: 0 25px 40px;
    }
    section.about p, section.products p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
}
    section.banner .carousel-item.row .col-md-6 {
        width: 100%;
    }
    section.banner .carousel-item .left_wrapper {
    justify-content: center;
    padding-right: 0;
}
.carousel-item img {
    max-height: 200px;
    margin-bottom: 40px;
}
section.banner .carousel-item .right_wrapper {
    text-align: center;
    justify-content: center;
    padding-left: 0;
}
    section.banner h2 {
        font-size: 30px;
        width: 100%;
    }
    section.banner .carousel-item .right_wrapper p {
        font-size: 16px;
        width: 100%;
        margin-top: 0;
        line-height: 26px;
    }
    section.banner a.btn_wrapper {
    position: relative;
    top: 10px;
}
section.banner a button, section.products a button {
    font-size: 18px;
}
    header .left_wrapper button {
        font-size: 16px;
                font-weight: 800;
        padding: 0;
        margin-top: 20px;
    }
header .right_wrapper button {
        font-size: 16px;
                font-weight: 800;
        padding: 0;
        margin-top: 20px;
    }
        header .center_wrapper.logo {
        width: 80px;
    }
    header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3%;
    margin-top: 1%;
}
header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3%;
    margin-top: 1%;
}
section.banner {
    padding: 60px 5% 100px;
}
}