/*
Theme Name: Packaging Hub
Theme URI: https://packaginghub.com
Author: PackHub Team
Author URI: https://packaginghub.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: packhub

*/

/*packaginghub*/
body {
    font-family: 'outfit';
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    font-weight: 400;
}
p {
    margin-top: 0;
    margin-bottom: 20px;
}

@media (min-width: 1400px){
    .container {
        width: 1300px;
        padding: 0;
        margin: 0 auto;
    }
}
section#header {
    padding: 10px 0;
    margin: 0;
    display: block;
    background-color: #ff5a2c;
}
 .top-bar p {
	font-size: 13px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
	 color: #fff;
}
.home section#header {
    background-color: #fff;
}
.home .top-bar p { 
	color: #080523;
}
.top-logo a{
     color: #fff;
     font-family: 'Outfit', sans-serif;
     font-size: 20px;
     text-decoration: none;
     font-weight: 300;
}
.top-logo b{
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 400;
    padding-left: 3px;
}
.navbar{
    padding: 0;
    margin: 0;
}
.navbar-nav li a{
    color:  #ffffff !important;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 8px;
    margin: 0;
}
.qoute > a.nav-link {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ff5a2c !important;
    background-color: #fff;
    padding: 6px 10px;
    border-radius: 25px;
    margin: 0;
}
.qoute > a.nav-link:hover{
    background-color: #19172d;
    color: #fff !important;
}
.top-menu {
    float: right;
}
section#menu-hometwo {
    background-color: #e7272d;
    padding: 32px 0 0 0;
}
header#menu {
    padding: 140px 0 140px 0;
    background-color: #e16470;
}
section#menu {
    background: #DFF2EB;
    padding: 80px 0 30px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-top: -76px;
}
#menu .home_banner {
    padding-top: 100px;
    padding-left: 15px;
}
section#singlemenu {
    padding: 12px 0;
    background-image: linear-gradient( 90deg, rgb(255,136,124) 0%, rgb(182,50,95) 250%);
    background-image: -moz-linear-gradient( 90deg, rgb(255,136,124) 0%, rgb(182,50,95) 250%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,136,124) 0%, rgb(182,50,95) 250%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,136,124) 0%, rgb(182,50,95) 250%);
}
section#single {
    padding: 60px 0;
}
.single-gallery img {
    border: 1px solid #ccc;
    text-align: center;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    width: 100%;
}
.picture{
    background: radial-gradient(ellipse at center, #ffffff 44%,#e5e5e5 100%);
}
.no-gutters{
    margin: 20px 0;
    padding: 0;
}
.no-gutters img{
    background-color: #ccc;
}
.single-gallery iframe {
    border: 0;
    width: 410px;
    padding: 0;
    margin: 10px 0;
}
.button {
    padding: 0;
    margin: 30px 0;
    display: block;
}
.button a{
    background-color: #ff656d;
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 7px 0;
    border-radius: 25px;
    margin: 0;
    text-align: center;
    display: block;
    border: none;
}
.button a:hover{
    background-color: #19172d;
    box-shadow: 2px 3px 16px #000;
    color: #fff;
}
.product-form {
    background-color: rgb(254 90 43 / 20%);
    box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 5%);
    border: none;
    padding: 20px 30px 10px 22px;
	background-image: url(http://packaginghub.com/wp-content/uploads/2022/05/form-bg.jpg);
	background-attachment: fixed;
}
.product-form h5{
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    color: #19172d;
    font-weight: 600;
    z-index: 1;
    position: relative;
    text-align: center;
    padding: 3px 0;
    margin: 0;
	text-transform: uppercase;
}
.product-form h2{
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #19172d;
    z-index: 1;
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0;
}
.form-control {
	font-size: 13px;
}
.product-form::before {
    content: "";
    /*background-image: url(https://cdn-anfja.nitrocdn.com/rOGvcqqpMLjfEYZRLUUOpmMbTSYsUYOB/assets/static/optimized/rev-5c63be5/wp-content/themes/dodopackaging/assets/images/form-bg.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 130px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    border-radius: 11px;
    border: none;
    z-index: 0;
}
.product-form form {
    margin: 10px 0 0 0;
    padding: 0;
}
.product-form .form-group{
    padding: 10px 0;
}
.product-form input {
    border-radius: 5px;
    line-height: 36px;
    padding-left: 20px;
}
.product-form select{
   border-radius: 5px;
   line-height: 36px;
	padding-left: 20px;
}
.product-form textarea {
    border-radius: 5px;
    padding-left: 20px;
    margin: 0;
    display: block;
    border: 1px solid #ced4da;
}
.product-form button{
    background-color: #ff656d;
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    float: left;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    padding: 10px 20px;
    margin: 0;
}
.product-form button:hover{
    background-color: #19172d;
    color: #fff;
}
.relateds h2 {
    font-family: 'Outfit', sans-serif;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    color: #19172d;
    padding: 10px 0;
}
.related {
    background-color: #fdf9f8;
    padding: 10px 0;
    display: block;
    text-align: center;
    margin: 0;
    z-index: 1;
    position: relative;
    transition: all .3s linear;
    border-radius: 5px;
}
.related:hover{
    transform: scale(1.1);
    background: #fff;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0 10px 30px 0 rgb(221 221 221 / 78%);
}
.related img {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
}
.related h3{
    color: #0e0d19;
    font-family: "Outfit";
    font-size: 18px;
    text-align: center;
    padding: 0 15px;
    margin: 0;
    display: block;
    text-decoration: none;
}
.related a{
    text-decoration: none;
}
.left {
    position: relative;
    float: left;
    display: block;
    z-index: 1;
}
.left h3 {
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    top: 300px;
    bottom: 0;
    position: relative;
    transform: rotate(180deg);
    margin: 0;
    padding: 0;
}
#slide {
    padding: 100px 0 0 0;
}
.home_banner h1{
	font-family: 'outfit', sans-serif;
    color: #133E87;
    font-size: 56px;
    font-weight: 700;
    text-align: left;
    padding: 0;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
}
.home_banner p{
	font-family: 'outfit', sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    line-height: 27px;
    text-align: left;
    padding: 0;
    margin: 0;
}
.slide-center h2 {
    color: #19172d;
    font-family: 'outfit', sans-serif;
    font-size: 70px;
    font-weight: 900;
    text-align: right;
    position: relative;
    padding-top: 30px;
    line-height: 130px;
    left: 20px;
    right: 0;
    display: block;
}
.slide-center span{
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: 70px;
    font-weight: 900;
}
.slide-center span:first-child {
    position: relative;
    right: 0;
    left: -40px;
}
.slide-center span:last-child {
    position: relative;
    right: 0;
    left: 0;
    width: 100%;
    display: block;
    text-align: center;
    min-width: 500px;
}
.slide-left {
    position: relative;
    display: block;
}
.slide-left img:first-child{
    text-align: right;
    display: block;
}
.slide-left img:last-child {
    position: relative;
    top: -46px;
    bottom: 0;
    display: inline-block;
    left: 30px;
}
.slide-right img:last-child {
    position: relative;
    top: -70px;
    bottom: 0;
    display: inline-block;
    left: 280px;
}
.slide-btn {
    text-align: left;
    display: block;
    margin: 20px 0;
    padding: 0;
}
.slide-btn a{
	background-color: #133E87;
    /* box-shadow: -14.849px 14.849px 37.6px 2.4px rgb(25 23 45 / 28%); */
    border-radius: 4px;
    font-size: 15px;
    color: white;
    font-family: 'outfit', sans-serif;
    font-weight: 500;
    padding: 15px 25px;
    margin: 0 10px;
    text-transform: uppercase;
}
.slide-btn a:hover{
    background-color: #19172d;
    color: #ffffff;
}
.icons-sec {
    padding: 80px 0;
    background: #f7f7f7;
}
.icons-sec .cat-heading {
    margin-bottom: 40px;
}
#icon-cir {
    position: relative;
    z-index: 1;
    top: 0;
    padding: 0;
    bottom: 0;
    display: block;
}
#icon-hometwo {
    position: relative;
    z-index: 1;
    top: 130px;
    padding: 0;
    bottom: 0;
    display: block;
}
.circle-area {
    padding: 0;
    margin: 0 auto;
    /* border: 5px solid #ff5a2c; */
    border-radius: 50%;
    /* width: 200px; */
    text-align: center;
    height: 83px;
    position: relative;
}
.circle-area-hometwo {
    padding: 0;
    margin: 0px 20px;
    border: 5px solid #e7272d;
    border-radius: 50%;
    width: 150px;
    text-align: center;
    background-color: #fff;
    height: 150px;
    position: relative;
}
.circle-area-hometwo:hover{
    background-color: #19172d;
}
.circle-area i {
    color: #ff5a2c;
    font-size: 60px;
    display: inline-block;
    padding: 0;
    position: relative;
    text-align: center;
    margin: 0;
    top: 50px;
    z-index: 1;
}
.circle-area-hometwo i {
    color: #e7272d;
    font-size: 60px;
    display: inline-block;
    padding: 0;
    position: relative;
    text-align: center;
    margin: 0;
    top: 50px;
    z-index: 1;
}
.circle-area img {
    max-width: 100px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.icons-sec .col p {
	text-align: center;
    color: black;
    font-family: 'outfit', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0 0 0;
    margin: 0 auto;
    display: block;
    width: 100%;
}
.icons-sec .col span {
    max-width: 100%;
    font-size: 15px;
    color: #666;
    font-weight: 300;
    padding-top: 5px;
    line-height: 1.5;
	text-align: center;
    display: block;
}
.cont {
    margin: 50px 0;
    padding: 0;
}
.cont p{
    color: #19172d;
    font-family: 'outfit', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    margin: 0;
    padding: 10px 0;
}
section#categories {
    padding: 0 0 50px 0;
    margin-top: 100px;
    z-index: 1;
    position: relative;
    display: block;
}
.cat-heading {
    padding: 0 0 30px 0;
}
.cat-heading span{
    color: #ff5a2c;
    font-family: 'outfit', sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
    text-transform: uppercase;
}
.cat-heading-hometwo span{
     color: #e7272d;
     font-family: 'outfit', sans-serif;
     font-weight: bold;
     font-size: 30px;
     padding: 0;
     margin: 0;
     text-align: center;
     display: block;
     text-transform: uppercase;
}
.cat-heading h2{
	color: #19172d;
    font-family: 'outfit', sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    padding: 0;
    margin: 0;
    display: block;
}
.cat-heading p{
	color: #19172d;
    font-family: 'outfit';
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    margin: 5px 0 0 0;
    text-align: center;
    display: block;
}
.cat-detail {
    text-align: center;
    position: relative;
    padding: 0;
    margin: 0px 10px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #eee;
    margin-bottom: 40px;
}
.cat-detail:hover{
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
   opacity: 0.8;
   box-shadow: -47px 31px 55px 3px rgba(25, 23, 45, 0.15);
}
.cat-detail img {
    text-align: center;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}
/*.cat-detail img:hover{
    transition: all .25s ease-out;
}*/
.cat-detail a{
    text-decoration: none;
}
.cat-detail a h3 {
	font-family: 'outfit', sans-serif;
    color: #19172d;
    font-weight: 600;
    font-size: 22px;
    width: 100%;
    line-height: 27px;
    /* max-width: 200px; */
    padding: 30px 0 0 0;
    margin: 0;
    text-align: center;
    display: inline-block;
}
.cat-detail a p {
	font-size: 15px;
    color: #666;
    font-weight: 300;
    line-height: 1.5;
    padding: 10px 10px 0 10px;
}
.cat-detail span i {
    color: #fff;
    background-color: #ff5a2c;
    border-radius: 25px;
    text-align: center;
    margin: 20px auto;
    padding: 10px 15px;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 50px;
    width: 100%;
    top: 0;
    position: relative;
    display: block;
    opacity: 0.3;
}
.cat-hometwo span i {
    color: #fff;
    background-color: #ec5257;
    border-radius: 25px;
    text-align: center;
    margin: 20px auto;
    padding: 10px 15px;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 50px;
    width: 100%;
    top: 0;
    position: relative;
    display: block;
    opacity: 0;
}
.cat-detail:hover span i {
    opacity: 1;
}
.cat-hometwo:hover span i {
    opacity: 1;
}
section#packing {
    padding: 50px 0 0 0;
    margin: 0;
}
.packing h2 {
    color: #2f2b51;
    font-size: 86px;
    line-height: 85px;
    font-family: 'outfit', sans-serif;
    /* font-style: italic; */
    font-weight: 700;
    max-width: 720px;
	margin-bottom: 40px;
}
.packing p {
	color: #2f2b51;
    font-family: 'outfit', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    text-align: left;
    max-width: 570px;
    width: 100%;
    padding: 0 0 20px 0;
}
.packing a {
    color: #ff5a2c;
    font-size: 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Outfit";
    position: relative;
    left: 0;
    margin-right: 30px;
    padding: 0;
}
.packing a:before {
    content: '';
    display: block;
    width: 150px;
    background-color: #ff5a2c;
    position: relative;
    float: left;
    height: 4px;
    top: 15px;
    padding: 0;
    text-align: center;
    margin: 0 20px 0 0;
}
.packing-hometwo a{
    color: #e7272d;
    font-size: 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Outfit";
    position: relative;
    left: 140px;
}
.packing-hometwo a:after {
    content: "";
    position: absolute;
    right: 220px;
    top: 12px;
    height: 4px;
    width: 115px;
    background-color: #e7272d;
}
.packings img{
    padding: 0;
    margin: 0;
    float: right;
}
.packings {
    /*background-image: url(../images/packing-shadow.png);*/
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 100% 0%;
}
#cards {
	background-color: #00001e;
    padding: 50px 50px;
    position: relative;
    top: -150px;
    display: block;
    bottom: 0;
    z-index: 1;
	display: none;
}
.secure {
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
}
.secure img {
    text-align: center;
    padding: 20px 0 50px 0;
    margin: 0;
}
.secure h3{
	color: #ffffff;
    font-size: 28px;
    font-family: 'outfit', sans-serif;
    font-weight: 500;
}
.secure p{
    color: #ffffff;
    font-family: 'outfit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 250px;
}
section#video {
    background-color: #fff4e2;
    padding: 80px 0 180px 0;
    z-index: 1;
    top: 0;
}
.video-heading{
   display: block;
   text-align: center;
   display: block;
}
.video-heading h2 {
	display: inline-block;
    color: #19172d;
    font-family: 'outfit', sans-serif;
    font-size: 42px;
    line-height: 60px;
    font-weight: 600;
    width: 100%;
    max-width: 700px;
}
.video-heading span{
	font-family: 'outfit', sans-serif;
    font-size: 42px;
    line-height: 27px;
    font-weight: 600;
    color: #0C59F2;
}
.video-hometwo span{
    font-family: 'outfit', sans-serif;
    font-size: 40px;
    line-height: 27px;
    font-weight: 400;
    color: #e7272d;
}
.video-heading p {
    font-family: 'outfit', sans-serif;
    color: #2f2b51;
    width: 100%;
    max-width: 1120px;
    text-align: center;
    padding: 10px 0 40px;
    font-size: 24px;
    margin: 0 auto;
    font-weight: 400;
}
section#custom {
    position: relative;
    top: -190px;
    bottom: 0;
    z-index: 1;
}
.custom {
    background-color: #0C59F2;
    padding: 40px 90px;
    margin: 0;
    position: relative;
    top: -90px;
    right: 0;
    display: block;
    left: 0;
    bottom: 0;
}
.custom-hometwo{
    background-color: #e7272d;
   padding: 40px 90px;
   margin: 0;
}
.custom h2{
    font-family: 'outfit', sans-serif;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}
.custom P{
    font-family: "Outfit";
    font-size: 16px;
    color: #fff;
    padding: 0;
    margin: 0;
}
.custom a {
	background-color: rgb(25, 23, 45);
    color: #fff;
    font-family: "Outfit";
    font-weight: 500;
    float: right;
    position: relative;
    font-size: 20px;
    bottom: 75px;
    padding: 15px 50px;
    border-radius: 5px;
}
.custom a:hover{
    background-color:  #fff;
    color:  #ff5a2c;
}
section#testimonial {
    background-color: #fff;
    padding: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    position: relative;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
}
.testimonial span{
	color: #0C59F2;
    font-size: 22px;
    font-family: 'outfit';
    font-weight: 400;
    display: block;
    text-align: center;
}
.testimonial h2,
.faqs h2, 
.faqs h3 {
	font-family: 'outfit';
    font-size: 48px;
    font-weight: 600;
    color: #19172d;
    text-align: center;
    display: block;
}
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
section#blog {
    padding: 0;
    margin: 60px 0 0 0;
}
.news-heading {
    padding: 30px 0;
    margin: 0;
}
.news-heading span {
    color: #ff5a2c;
    font-family: "Outfit";
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 0;
}
.hometwo-heading span {
    color: #e7272d;
    font-family: "Outfit";
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 0;
}
.news-heading h2{
    color: #19172d;
    font-family: 'Abril Fatface', cursive;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    padding: 0;
    margin: 0;
    display: block;
}
.news-heading p{
    color: #19172d;
    font-family: "Outfit";
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-align: center;
    width: 100%;
    max-width: 390px;
    display: block;
    padding: 0;
    margin: 0 auto;
}
.news img{
    padding: 20px 0;
    margin: 0;
    width: 100%;
    text-align: center;
}
.news span{
    color: #19172d;
    font-family: "Outfit";
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.news h3 {
    font-family: "Outfit";
    font-size: 30px;
    font-weight: 700;
    padding:0 0 10px 0;
    margin: 0;
}
.news h3 a{
    color: #19172d;
    font-family: "Outfit";
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-decoration: none;
}
.news a{
    color: #ff5a2c;
    font-family: "Outfit";
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.news p{
    color: #666;
    font-size: 17px;
}
.news-hometwo a{
    color: #e7272d;
    font-family: "Outfit";
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
section#clint {
    padding: 40px 0;
    margin: 0;
}
.client-logo h3{
	text-align: center;
    color: #19172d;
    font-family: 'outfit';
    font-weight: 500;
    font-size: 30px;
    padding: 50px 0;
    margin: 0;
}
.client-logo span{
    color: #ff5a2c;
    font-family: 'outfit';
    font-weight: 400;
    font-size: 30px;
}
.hometwo-client h3 span{
    color: #e7272d;
    font-family: "Outfit";
    font-weight: 400;
    font-size: 30px;
}
.client-logo img {
    width: 100%;
    text-align: center;
}
.box {
	background-color: #00001e;
    padding: 30px 100px;
    margin: 0;
    z-index: 1;
    top: 80px;
    position: relative;
}
.box h2{
    font-family: 'outfit';
    color: #ffffff;
    font-size: 48px;
    /* line-height: 67px; */
    font-weight: 600;
    /* padding: 20px 0; */
    margin: 0;
}
.box span{
	color: #fff;
    font-family: 'outfit';
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
.hometwo span{
    color:  #e7272d;
    font-family: "Outfit";
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}
.box a {
    color: #ffffff;
    font-family: 'outfit';
    font-size: 18px;
    font-weight: 500;
    background-color: #ff5a2c;
    padding: 14px 30px;
    margin: 0;
    bottom: 30px;
    left: 110px;
    position: relative;
    border-radius: 4px;
}
.hometwo a {
    color: #ffffff;
    font-family: "Outfit";
    font-size: 16px;
    font-weight: 800;
    background-color: #e7272d;
    padding: 14px 30px;
    margin: 0;
    bottom: 45px;
    left: 50px;
    position: relative;
    border-radius: 25px;
}
#footer-two {
    padding: 120px 0 10px 0;
    margin: 0;
    background-color: #e7272d;
}
#footer{
    padding: 120px 0 50px 0;
    margin: 0;
	background-color: #133E87;
}
.about a{
    color: #0e0d19;
   font-family: "Outfit";
   font-size: 26px;
   font-weight: 300;
   text-decoration: none;
}
.about a span{
    color: #0e0d19;
    font-family: "Outfit";
    font-size: 26px;
    font-weight: bold;
}
.about ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.about ul li{
    color: #fff;
   font-family: "Outfit";
   font-size: 16px;
   font-weight: 400;
   padding: 7px 0;
}
.about ul li a{
    color: #fff;
   font-family: "Outfit";
   font-size: 16px;
   font-weight: 400;
   text-decoration: none;
}
.about ul li b {
    color: #fff;
    font-family: "Outfit";
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px 0 0;
    margin: 0;
}
.about ul li b{
    color: #fff;
    font-family: "Outfit";
    font-size: 18px;
    font-weight: bold;
}
.widget h3 {
 	color: #fff;
    font-family: 'Outfit';
    font-size: 20px;
    padding: 20px 0;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}
.widget ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget ul li {
   padding: 5px 0;
    margin: 0;
}
.widget ul li a{
    color: #fff;
    font-size: 16px;
	padding-left: 15px;
	position: relative;
}
.widget ul li a:hover {
    color: #ff5a2b;
    padding-left: 25px;
}
.widget_recent_entries ul li a {
    color: #19172d;
    font-family: "Outfit";
    font-weight: 700;
    font-size: 16px;
    line-height: 27px;
}
.widget ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 1px;
    background: #fff;
    top: 10px;
}
.widget ul li a:hover::before {
    width: 20px;
    background: #ff5a2b;
    transition: width 0.7s;
}
section#payment {
    padding: 100px 0 36px 0;
    margin: 0;
}
.payment {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}
.payment h3 {
	font-size: 28px;
    font-family: "Outfit";
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
}
.payment p {
	color: #fff;
    font-family: outfit;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
    line-height: 1.5;
    padding: 5px 0;
}
.payment img {
    text-align: center;
    margin: 10px auto;
    display: block;
    padding: 0;
	width: 30%;
}
.payment span {
color: #fff;
    font-family: outfit;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    /* margin: 30px 0; */
    /* padding: 20px 0;*/
}
#footer-bottom {
	background-color: #00001e;
    padding: 27px 0;
    margin: 0;
}
.footer-menu {
    padding: 0;
    margin: 0;
}
.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu ul li {
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0;
    text-align: center;
}
.footer-menu ul li a{
	font-size: 14px;
    font-family: 'outfit';
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}
footer .about img {
    width: 70%;
    margin-bottom: 20px;
}
.copyright p{
    font-family: "Outfit";
    font-size: 16px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0;
    padding: 0;
}
.social-media {
    padding: 0;
    margin: 0;
}
.social-media ul{
    list-style: none;
    padding: 0;
    margin: 0;
    float:  right;
}
.social-media ul li {
    display: inline-block;
    padding: 0 14px;
}
.social-media ul li i{
    color: #fff;
    font-size: 24px;
}
.nav-tabs {
    border-bottom: none;
    background: #edeff7;
    padding: 5px 10px;
    width: 100%;
    border-radius: 50px;
    max-width: 310px;
    border: 1px solid rgba(44, 72, 54, 0.2);
}
.nav-tabs .nav-link.active {
    color: #fff;
    background: linear-gradient(
    112deg, #ff5e6d -7%,#ffa570 100%);
}
.nav-tabs .nav-link {
    border: none;
    border-radius: 50px;
    margin-bottom: 10px;
    margin-left: 6px;
    margin-top: 8px;
    background: #fff;
    color: #9c9c9c;
}
div#myTabContent {
    padding: 0;
    margin: 20px 0;
    display: block;
}
#description h2{
    color: #19172d;
    font-family: "Outfit";
    font-size: 30px;
    font-weight: 700;
    text-align: left;
}
#description a {
    color: #19172d;
    font-family: "Outfit";
    font-size: 17px;
    font-weight: 700;
}
#description p {
	color: #555;
    font-family: "Outfit";
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    padding: 0;
    display: block;
}
#testimonial-slider {
    padding: 40px 0;
    text-align: center;
    display: block;
    margin: 0;
}
.testimonial .description{
    font-size: 14px;
    color: #777;
    line-height: 26px;
    text-indent: 30px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: -15px;
}
.testimonial .title{
    font-size: 24px;
    font-weight: bold;
    color: #363636;
    text-transform: capitalize;
    margin: 0;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #363636;
}
.owl-buttons{
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 40%;
    left: 0;
}
.owl-prev,
.owl-next{
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
}
.owl-next{
    left: auto;
    right: 0;
}
.owl-buttons .owl-prev:before,
.owl-buttons .owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 60px;
    font-weight: 900;
    color: #cacaca;
    line-height: 20px;
    opacity: 0.8;
}
.owl-buttons .owl-next:before{
    content: "\f105";
}
.owl-buttons .owl-prev:hover:before,
.owl-buttons .owl-next:hover:before{
    opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div{
    background: transparent;
}
.owl-theme .owl-controls{
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-page span{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid #ccc;
    background: url("https://www.math.harvard.edu/wp-content/uploads/placeholder-image.jpg") no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-page:nth-child(2) span{
    background: url("https://www.math.harvard.edu/wp-content/uploads/placeholder-image.jpg") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(3) span{
    background: url("https://www.math.harvard.edu/wp-content/uploads/placeholder-image.jpg") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls.clickable .owl-page:hover span{
    opacity: 0.5;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active:hover span{
    border-color: #d133ff;
    opacity: 1;
}
.carousel_dec {
    padding: 0 100px;
    margin: 0;
    display: block;
}
.carousel_dec p{
    color: #515151;
    font-family: "Outfit";
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    margin: 20px 0;
    padding: 0;
    display: block;
}
.carousel_dec small{
    color: #19172d;
    font-family: "Outfit";
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.owl-nav i {
    color: #fca591;
    font-size: 40px;
    position: relative;
    top: -130px;
    bottom: 0;
    background-color: #fff;
    border-radius: 50px;
    left: 0;
    right: 0;
    padding: 0px 14px;
}
section#taxonomy {
    padding: 0;
    margin: 50px 0;
    display: block;
}
#taxonomy h1 {
    color: #19172d;
    font-family: "Outfit";
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    padding: 0 0 0px 0;
    margin: 0 0 10px 0;
    display: block;
	position: relative;
}
#taxonomy h1:after {
    background: #133E87;
    position: absolute;
    height: 2px;
    width: 80px;
    bottom: 0;
    left: 0;
}
.cate_details {
    text-align: center;
    position: relative;
    padding: 0;
    margin: 0px 5px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #eee;
    margin-bottom: 40px;
}
.cate_details img {
    text-align: center;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}
.cate_details a{
    text-decoration: none;
}
.cate_details:hover{
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    opacity: 0.8;
    box-shadow: -47px 31px 55px 3px rgb(25 23 45 / 15%);
}
.cate_details span i {
    color: #fff;
    background-color: #ff5a2c;
    border-radius: 25px;
    text-align: center;
    margin: 20px auto;
    padding: 10px 15px;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 50px;
    width: 100%;
    top: 0;
    position: relative;
    display: block;
    opacity: 0.3;
}
.cate_details:hover span i {
    opacity: 1;
}
.cate_details h3{
    font-family: 'outfit', sans-serif;
    color: #19172d;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    line-height: 27px;
    max-width: 200px;
    padding: 30px 0 0 0;
    margin: 0;
    text-align: center;
    display: inline-block;
}
.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li>a, 
.pagination>li>span{
    position: relative;
    float: left;
    padding: 7px 14px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ff5a2c;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover{
    z-index: 3;
    color: #ff5a2c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover{
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #ff5a2c;
    border-color: #ff5a2c;
}
section#post {
    margin: 50px 0;
    padding: 0;
}
section#blogs {
    margin: 50px 0;
    padding: 0;
}
.blog_news{
    margin: 20px 0;
    padding: 0;
}
.blog_news h3{
    margin: 0;
    padding: 0;
}
.blog_news h3 a {
    color: #19172d;
    font-family: "Outfit";
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    margin: 0;
    display: block;
    padding: 20px 0;
    text-decoration: none;
}
.blog_news span {
    color: #19172d;
    font-family: "Outfit";
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.blog_news p {
    text-align: left;
    color: #19172d;
    font-family: "Outfit";
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.blog_news a {
    color: #ff5a2c;
    font-family: "Outfit";
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.blog_news a i{
     font-size: 14px;
     margin-left: 5px;
}
#secondary section{
    margin: 20px 0;
    padding: 0;
}
#secondary .wp-block-group{
   background-color: rgba(255,185,98,.7);
    border-radius: 10px;
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 20%);
    border: none;
    padding: 20px 30px 40px 22px;
    position: relative;
}
#secondary .wp-block-group::before{
    content: "";
    background-image: url(https://cdn-anfja.nitrocdn.com/rOGvcqqpMLjfEYZRLUUOpmMbTSYsUYOB/assets/static/optimized/rev-5c63be5/wp-content/themes/dodopackaging/assets/images/form-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 130px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    border-radius: 11px;
    border: none;
    z-index: 0;
}
#secondary h2 {
    font-family: "Outfit";
    font-weight: 700;
    font-size: 30px;
    color: #19172d;
    z-index: 1;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
}
.widget_block ul{
}
.widget_block ul li{
    text-align: left;
}
.widget_block ul li a{
    font-family: "Outfit";
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    display: block;
    line-height: 27px;
}
.widget-data {
    position: relative;
    display: block;
    margin-left: 90px;
    line-height: 20px;
}
.widget-data a{
    font-family: "Outfit";
    font-weight: 400;
    font-size: 20px;
    color: #19172d !important;
}
.widget_block ul li:hover {
 position: relative;
}
.widget-image {
    float: left;
    display: block;
    max-height: 75px;
    min-height: 75px;
    position: relative;
    text-align: center;
    padding: 5px;
}
.widget-image img{
 max-height: 60px;
 width: auto;
}
 .widget-image img:hover{
    border:  1px solid #fff;
    padding: 3px;
}
li.thumbnail-post-w{
 min-height: 75px;
}
span.thumbnail-post-w-author,span.thumbnail-post-w-date{
 font-size: 12px;
 display: block;
}
.widget_recent_entries_thumbnail li{
    border-bottom: 1px solid #19172d !important;
    margin: 20px 0 !important;
    display: block;
}
section#quote {
    margin: 50px 0;
    background: url(../images/contact-form-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: cover;
    padding-top: 5% !important;
    padding-bottom: 5% !important;
}
section#quote h1 {
    font-family: "Outfit";
    color: #19172d;
    font-size: 40px;
    font-weight: 700;
    padding: 10px 0;
    text-align: left;
    margin: 0;
}
#quote .form-group {
    margin: 15px 0;
    padding: 0;
}
#quote .form-group label{
    font-family: "Outfit";
    color: #19172d;
    font-size: 18px;
    font-weight: 700;
}
#quote .form-group input{
    border-radius: 50px;
    padding-left: 15px;
    height: 44px;
    text-align: left;
    margin: 0;
}
#quote .form-group select{
    border-radius: 50px;
    height: 44px;
    text-align: left;
    margin: 0;
}
#quote .form-group p{
    font-family: "Outfit";
    color: #19172d;
    font-size: 16px;
    text-align: left;
    font-weight: 400;
}
section#contact {
    margin: 50px 0;
    padding: 0;
}
#contact .form-group{
    margin: 15px 0;
    padding: 0;
}
#contact .form-group input{
    border-radius: 50px;
    padding-left: 15px;
    height: 44px;
    text-align: left;
    margin: 0;
}
.contact {
	margin: 0 auto;
    width: 40%;
}
section#about{
    margin: 50px 0;
    padding: 0;
}
.about {
    margin: 15px 0;
    padding: 0;
}
.about h3{
    font-family: "Outfit";
    color: #19172d;
    font-size: 20px;
    text-align: left;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.about p{
    font-family: "Outfit";
    color: #19172d;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    margin: 0;
    padding: 15px 0;
}
.about .social-media ul {
    float: none;
    margin-top: 10px;
}
.about_img{
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.about_img img{
    text-align: center;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.about ul.list li{
    font-family: "Outfit";
    color: #19172d;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    list-style: disc;
    margin: 0;
    padding: 7px 0;
}
.social-overlap {
    width: 100%;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.social-bar {
    display: flex;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 60px rgba(93, 70, 232, 0.15);
  border: 1px solid#ebe9e9;
}
.iconpad {
    padding: 12px 0;
    width: 100%;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.process-scetion .slider-nav-item {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    cursor: pointer;
    transition: all .4s ease;
}
.social-icons a {
    border-radius: 50px;
    color: #3f345f;
    display: inline-block;
    line-height: 52px;
    height: 50px;
    width: 50px;
    box-shadow: 0 5px 25px rgba(93, 70, 232, 0.15);
    margin: 15px 15px;
    font-size: 22px;
}
a {
    text-decoration: none !important;
    color: #ff5a2b;
    transition: all 0.3s ease 0s;
}
.slider-nav-item:before {
    position: absolute;
    content: "";
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    top: -8px;
    left: -8px;
    border-radius: 50%;
    border: 1px solid rgba(132, 132, 164, 0.35);
    animation: 1.5s linear 0s normal none infinite focuse;
}
.slider-nav{
    display: flex;
}
.process-scetion .slider-nav-item {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    cursor: pointer;
    transition: all .4s ease;
}
.slider-nav-item:before {
    position: absolute;
    content: "";
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    top: -8px;
    left: -8px;
    border-radius: 50%;
    border: 1px solid rgba(132, 132, 164, 0.35);
    animation: 1.5s linear 0s normal none infinite focuse;
}
    .process-scetion .slider-nav-item:nth-child(2) {
      color: #40beff; }
    .process-scetion .slider-nav-item:nth-child(3) {
      color: #311f9b; }
    .process-scetion .slider-nav-item:nth-child(4) {
      color: #ff9259; }
    .process-scetion .slider-nav-item:nth-child(5) {
      color: #38385f; }
    .process-scetion .slider-nav-item:after {
      position: absolute;
      top: 50%;
      left: 100%;
      height: 2px;
      content: '';
      width: 100%;
      background: url(http://demo.themenio.com/ico/assets/images/line.png) repeat 0 0;
      z-index: 0;
      animation: slide 1s linear infinite; }
    .process-scetion .slider-nav-item:last-child:after {
      display: none; }
    .process-scetion .slider-nav-item .ikon {
      font-size: 50px;
      line-height: 80px; }
    .process-scetion .slider-nav-item.active:before {
        position: absolute;
        content: "";
        height: calc(100% + 16px);
        width: calc(100% + 16px);
        top: -8px;
        left: -8px;
        border-radius: 50%;
        border: 1px solid rgba(132, 132, 164, 0.35);
        animation: 1.5s linear 0s normal none infinite focuse; }

@keyframes focuse {
  0% {
    transform: scale(0.8);
    opacity: 1; }
  75% {
    transform: scale(1.2);
    opacity: 0; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@keyframes slide {
  from {
    background-position: 0 0; }
  to {
    background-position: 40px 0; } }
.shadow-img1{
    background-image:url("../img/shadow.png");
    background-repeat:no-repeat;
    background-position:bottom;
}
.shadow-img2{
        background-position: bottom;
    background-image: url("../img/shadow2.png");
    background-size: 100%;
    background-repeat: no-repeat;
}
.slider-nav-item:after {
    position: absolute;
    top: 50%;
    left: 100%;
    height: 2px;
    content: '';
    width: 100%;
    background: url(https://1.bp.blogspot.com/--Btu5p654jU/XYmrVd5IcYI/AAAAAAAATQ0/4bX8aZyFBgApbJUf90KrpCfO6RvAaZ6LgCLcBGAsYHQ/s1600/line.png) repeat 0 0;
    z-index: 0;
    animation: slide 1s linear infinite;
}
.mt100{
    margin-top: 100px;
}
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.jello-horizontal {
    -webkit-animation: jello-horizontal 0.9s both;
    animation: jello-horizontal 0.9s both;
}
.social-bar a:hover i{
    -webkit-animation: jello-horizontal 0.9s both;
    animation: jello-horizontal 0.9s both;
}
.accordion-button:not(.collapsed){
    background-color:  #ffe8e3;
    font-family: 'Outfit', sans-serif;
    color: #e7272d;
    font-size: 20px;
    font-weight: 700;
}
.accordion-item button{
    font-family: 'Outfit', sans-serif;
    color: #e7272d;
    font-size: 20px;
    font-weight: 400;
}
.accordion-body {
    font-family: 'Outfit', sans-serif;
    color: #19172d;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    padding: 10px 15px;
    margin: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #fff;
}
/* Mega Menu */
ul.sub-menu {
    display: none;
    list-style: none;
    min-width: 300px;
    width: 100%;
    padding: 0;
    z-index: 1000;
    position: absolute;
    border-radius: 5px;
    background-color: #fff;
}
ul.sub-menu li{
    padding: 2px 0;
    margin: 0;
}
ul.sub-menu li a {
    color: #e7272d !important;
    text-transform: capitalize;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    text-align: left;
}
ul.sub-menu li a img {
    width: 60px;
    margin-right: 10px;
    height: 60px;
}
.navbar-nav li:hover ul.sub-menu{
    display: block;
    left: 0;
    z-index: 1000;
    padding: 0;
    margin: 0;
}
.nav li{
    padding: 0;
    margin: 0 5px;
    position: relative;
}
ul.sub-menu li a:hover{
    background-color: #f0eeee;
}
ul.wp-block-categories-list li {
    text-align: center;
}
ul.wp-block-categories-list {
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
}
.section-medium {
    padding: 0;
    background-color: #fff;
    display: block;
    margin: 0;
}
.testimonial-four blockquote:hover::after,
.section-arrow-primary-color.section-arrow--bottom-center:after {
    border-right-color: #0cb4ce;
}
.section-arrow-primary-color.section-arrow--bottom-center:after {
    background-color: #0cb4ce;
    border-right-color: #0cb4ce;
    border-bottom-color: #0cb4ce;
}
.section-arrow--bottom-center:after {
    z-index: 1;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    content: "";
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 30px;
    border-right: 1px solid #262626;
    border-bottom: 1px solid #262626;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #262626;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
    color: white !important;
}
.section-title {
    font-size: 40px;
    font-weight: 700;
    margin-top: 0.45em;
    margin-bottom: 0.35em;
    color: #303133;
    font-family: 'Outfit', sans-serif;
    letter-spacing: -0.02em;
}
.section-sub-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
}
.section-arrow-primary-color.section-arrow--bottom-center:after {
    border-bottom-color: #0cb4ce;
}
.section-arrow-primary-color.section-arrow--bottom-center:after{
    background-color: #0cb4ce;
}
.special-heading.line span:before,
.special-heading.line span:after,
.footer.footer-minimal, .t-bordered {
    border-top-color: #eaeaea;
}
.t-bordered {
    border-top: 1px solid #eaeaea;
}
.section-primary {
    padding: 30px 0 0 0;
}
.testimonial-two {
    padding: 20px;
    border: 2px solid #0cb4ce;
    border-radius: 2px;
}
.testimonial-two blockquote p:before {
    font-family: 'Outfit', sans-serif;
    font-size: 54px;
    color: #0cb4ce;
    font-weight: 900;
    left: 10px;
    color: #FFF;
    content: "“";
    font-style: normal;
    line-height: 1;
    position: absolute;
    top: 5px;
    font-size: 45px;
}
.testimonial-two blockquote p:after {
    font-family: 'Outfit', sans-serif;
    font-size: 54px;
    color: #0cb4ce;
    content: "”";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
    bottom: -0.5em;
    right: 10px;
    font-weight: 900;
    transform: scaleY(-1);
    font-size: 45px;
    bottom: -5px;
}
.testimonial-two blockquote {
    padding: 15px 15px 15px 48px;
    position: relative;
}
.testimonial-two blockquote p:before,
.testimonial-two blockquote p:after {
    color: #0cb4ce;
    font-weight: 900;
}
.testimonial-two blockquote p {
    font-size: inherit;
    font-weight: inherit;
}
.testimonial-two .testimonial-author p {
    color: #999;
    margin: 0 0 0 25px;
    text-align: left;
}
.testimonial-two .testimonial-author strong {
    display: block;
    padding-top: 10px;
    margin-bottom: -2px;
    font-weight: 500;
    font-size: 14px;
    color: #444;
}
.testimonial-two .testimonial-author span {
    color: #666;
    display: block;
    font-size: 12px;
}
.testimonial-two .testimonial-author .testimonial-author-thumbnail {
    float: left;
    margin-right: 15px;
    width: auto;
}
.testimonial-two .testimonial-author img {
    max-width: 55px;
}
.testimonial-two .testimonial-author {
    margin-left: 12px;
    margin-bottom: 15px;
}
.testimonial-two .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
}
.testimonial-two .owl-theme .owl-dots {
    text-align: left;
    margin-left: 50px;
}
.testimonial-two .owl-carousel .owl-dots .owl-dot.active span,
.testimonial-two .owl-carousel .owl-dots .owl-dot:hover span {
       border-color: #0cb4ce;
}
.testimonial-two .owl-carousel .owl-dots .owl-dot.active span:before,
.testimonial-two .owl-carousel .owl-dots .owl-dot:hover span:before {
    background-color: #0cb4ce;
}
.testimonial-three .testimonial-image {
    float: left;
    margin: 0 20px 0 0;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    overflow: hidden;
}
.testimonial-three .testimonial-content {
    overflow: hidden;
}
.testimonial-three .testimonial-meta {
    position: relative;
    overflow: hidden;
    margin-left: 100px;
}
.testimonial-three .testimonial-name {
    display: block;
    color: #19172d;
}
.testimonial-three .testimonial-three-col {
    padding-bottom: 35px;
}
.testimonial-three .testimonial-three-col {
    border-right-style: dashed;
    border-right-width: 1px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
    padding: 25px;
}
.testimonial-three .testimonial-three-col:hover {
   background-color:#f9f9f9;
}
.alternate-color .testimonial-three .testimonial-three-col:hover {
   background-color:white;
}
.testimonial-three.testimonial-three--col-two .testimonial-three-col:nth-child(2n) {
    border-right: none;
}
.testimonial-three.testimonial-three--col-two .testimonial-three-col:nth-last-child(-n+2),
.testimonial-three.testimonial-three--col-two .testimonial-three-col:last-child {
    border-bottom: none;
}
.testimonial-three.testimonial-three--col-three .testimonial-three-col:nth-child(3n) {
    border-right: none;
}
.testimonial-three.testimonial-three--col-three .testimonial-three-col:nth-last-child(-n+3),
.testimonial-three.testimonial-three--col-three .testimonial-three-col:nth-last-child(-n+2),
.testimonial-three.testimonial-three--col-three .testimonial-three-col:last-child {
    border-bottom: none;
}
.testimonial-four .testimonial-author .testimonial-author-thumbnail {
   float: left;
   margin-right: 15px;
   width: auto;
}
.testimonial-four .testimonial-author img {
   max-width: 55px;
}
.testimonial-four .testimonial-author strong {
   display: block;
   padding-top: 10px;
   margin-bottom: -2px;
   font-weight: 500;
   font-size: 14px;
   color: #444;
}
.testimonial-four .testimonial-author span {
   color: #666;
   display: block;
   font-size: 12px;
}
.testimonial-four blockquote {
   padding: 30px;
   width: 100%;
   border-radius: 4px;
   position: relative;
   margin-bottom: 20px;
   padding-bottom: 25px;
   border: 2px solid #eaeaea;
}
.testimonial-four blockquote::after {
   content: "";
   border-right: 2px solid #eaeaea;
   border-bottom: 2px solid #eaeaea;
   -webkit-transform: rotate(55deg);
   -moz-transform: rotate(55deg);
   -ms-transform: rotate(55deg);
   -o-transform: rotate(55deg);
   transform: rotate(55deg);
   position: absolute;
   left: 55px;
   bottom: -12px;
   width: 15px;
   height: 21px;
   overflow: hidden;
   background: white;
}
.testimonial-four .owl-theme .owl-nav.disabled + .owl-dots {
   position: absolute;
   float: right;
   text-align: right;
   right: 3px;
   bottom: 40px;
}
.testimonial-four .testimonial-author {
   position: relative;
   overflow: hidden;
}
.testimonial-four blockquote:hover::after {
   border-right: 2px solid #0cb4ce;
   border-bottom: 2px solid #0cb4ce;
}
.testimonial-four blockquote:hover {
   border: 2px solid #0cb4ce;
}
.testimonial-five blockquote p {
    font-weight: 400;
    font-size: 14.58px;
    line-height: 1.6;
    margin-bottom:0;
}
.testimonial-five .testimonial-author .testimonial-author-thumbnail {
   float: left;
   margin-right: 15px;
   width: auto;
}
.testimonial-five .testimonial-author img {
   max-width: 55px;
}
.testimonial-five .testimonial-author strong {
   display: block;
   padding-top: 10px;
   margin-bottom: -2px;
   font-weight: 600;
   font-size: 13px;
}
.testimonial-five .testimonial-author span {
   color: #666;
   display: block;
   font-size: 12px;
}
.testimonial-five blockquote {
   padding: 32px 41px 37px;
   width: 100%;
   border-radius: 4px;
   position: relative;
   margin-bottom: 30px;
   border: 0px solid #eaeaea;
   background-color: #f7f7f7;
}
.testimonial-five blockquote::after {
   content: "";
   border-right: 0px solid #eaeaea;
   border-bottom: 0px solid #eaeaea;
   -webkit-transform: rotate(55deg);
   -moz-transform: rotate(55deg);
   -ms-transform: rotate(55deg);
   -o-transform: rotate(55deg);
   transform: rotate(55deg);
   position: absolute;
   left: 55px;
   bottom: -10px;
   width: 15px;
   height: 21px;
   overflow: hidden;
   background: #f7f7f7;
}
.testimonial-five.testimonial-light blockquote{
   background-color:white;
}
.testimonial-five.testimonial-light blockquote::after {
   background: white;
}
.testimonial-five .owl-theme .owl-nav.disabled + .owl-dots {
   position: absolute;
   float: right;
   text-align: right;
   right: 3px;
   bottom: 40px;
}
.testimonial-five .testimonial-author {
   position: relative;
   overflow: hidden;
}
.testimonial-five blockquote:before {
    content: "“";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 170px;
    color: rgba(189, 189, 189, 0.2);
    position: absolute;
    top: 10px;
    left: 20px;
}
section#faqs {
    padding: 60px 0 60px 0;
	background: #f9f9f9;
}
.faqs h1 {
	font-family: 'outfit';
    font-size: 48px;
    font-weight: 600;
    color: #19172d;
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.faqs p {
	font-family: 'outfit';
    font-size: 20px;
    color: #2f2b51;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0 50px 0;
    width: 100%;
    line-height: 30px;
    max-width: 930px;
}
.faqs-txt h4 {
    color: #2f2b51;
    font-family: 'outfit';
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    padding-bottom: 10px;
    margin: 0px;
}
.faqs-txt {
    margin-bottom: 40px;
}
.faqs-txt p {
	padding-right: 50px;
    font-family: 'outfit';
    font-weight: 400;
    text-align: left;
}
.card-body a h4{
    color: #19172d;
    font-family: "Outfit";
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    margin: 0;
    display: block;
    padding: 20px 0;
}
.card-text p{
    text-align: left;
    color: #19172d;
    font-family: "Outfit";
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    margin: 0;
}
a.read-more{
    color: #ff5a2c;
    font-family: "Outfit";
    font-size: 16px;
    font-weight: 400;
}
header.fixed-top {
    position: fixed;
}

section#popular {
    margin: 0;
    padding: 50px 0;
}
#product_popular .col {
    width: 100%;
    max-width: 18%;
    position: relative;
    margin: 0px auto 5px;
    flex: auto;
    display: block;
    padding: 0;
}
.popular_collection h2 {
    color: #ff5a2c;
    font-family: "Outfit";
    font-weight: bold;
    font-size: 36px;
    text-align: left;
    padding: 0;
    margin: 0;
}
.popular_collection h3 {
    color: #000;
    font-family: "Outfit";
    font-size: 30px;
    text-align: left;
    padding: 0;
    font-weight: bold;
    margin: 0;
}
.popular_collection p{
	font-family: 'Outfit', sans-serif;
    font-size: 18px;
    color: #2f2b51;
    font-weight: 400;
	text-align: left;
	margin: 0;
	padding: 0;
}
a#popular_collection {
    text-align: right;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    color: #ff5a2c;
    font-weight: 400;
    float: right;
    position: relative;
    top: 60px;
    display: block;
    margin: 0;
    text-decoration: underline !important;
    text-transform: capitalize;
    padding: 0;
}
.popular_product {
    margin: 0px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #eee;
    text-align: center;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
}
.popular_product img {
    text-align: center;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    background-color: #ebecee;
}
.popular_product h3{
    font-family: 'Playfair Display', serif;
    color: #19172d;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    padding: 16px 0 0 0;
    margin: 0;
    text-align: center;
}
.popular_product:hover span i {
    opacity: 1;
}
.popular_product span i {
    color: #fff;
    background-color: #ff5a2c;
    border-radius: 25px;
    text-align: center;
    margin: 0px auto 20px;
    padding: 10px 15px;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 50px;
    width: 100%;
    top: 0;
    position: relative;
    display: block;
    opacity: 0.3;
}
.popular_product:hover {
    border-radius: 0px;
    background-color: rgb(255, 255, 255);
    opacity: 0.8;
    box-shadow: -47px 31px 55px 3px rgb(25 23 45 / 15%);
}
#menu .home_banner img {
    width: 90%;
}
.popular_product h3 {
    font-family: 'outfit', serif;
}
img, svg {
    max-width: 100%;
}
article.term-description p {
    color: #555;
    font-family: "Outfit";
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    padding: 0;
}
.single-product-intro h1 {
    color: #133E87;
    font-family: "Outfit";
    font-weight: bold;
    font-size: 32px;
    text-align: left;
    padding: 0 0 0px 0;
    margin: 0 0 10px 0;
    display: block;
    position: relative;
}
.single-product-intro h1:after {
    background: #133E87;
    position: absolute;
    height: 2px;
    width: 80px;
    bottom: 0;
    left: 0;
}
#breadcrumbs {
    font-size: 13px;
}
#breadcrumbs a {
    color: #555;
}
#breadcrumbs a:hover {
    color: #ff5a2c;
}
.single-product-intro p {
    color: #555;
    font-family: "Outfit";
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    padding: 0;
    display: block;
}

.get-quote-body select{
    padding: 10px 0;
    margin: 10px 0; 
}
input.btn.get-quote__submit {
    background-color: #ff7066;
    color: #fff;
    text-align: center;
    padding: 6px 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    position: absolute;
    top: 1px;
    right: 11px;
    width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 50px;
    height: 50px !important;
    font-size: 13px;
    padding-left: 20px;
    color: #212529a6;
}
.select2-results__option {
    cursor: pointer;
    font-size: 13px;
    line-height: 13px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
}
.select2-container .select2-selection--single{
    height: 50px;
}
section.error-404{
    padding: 80px 0;
    margin: 0 auto;
}
.about_found {
    padding: 0;
    margin: 0;
}
.about_found h2{
    font-family: "Outfit";
    font-size: 160px;
    font-weight: bold;
    color: #ff5a2c;
    text-align: center;
    padding: 0;
    margin: 0;
}
.about_found p{
    font-family: "Outfit";
    color: #133E87;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    padding: 0;
}
.about_found a{
    font-family: "Outfit";
    color: #133E87;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    display: block;
    width: 100%;
}
.popular_product p {
    font-size: 15px;
    color: #666;
    font-weight: 300;
    line-height: 1.5;
    padding: 10px 10px 0 10px;
}
.single-product-intro hr,
.taxonomy-product-category hr{
	background-color: #133E87;
    height: 2px;
    width: 80px;
    opacity: 1;
}
article.term-description a {
    color: #ff5a2b;
}
article.term-description a:hover {
    color: #133E87;
}
section#works {
    padding: 80px 0;
    margin: 0 auto;
	background-color: #f7f7f7;
}
.works_heading {
    padding: 0 0 40px 0;
    margin: 0;
    text-align: center;
}
.works_heading h2 {
    color: #19172d;
    font-family: 'outfit', sans-serif;
    font-size: 48px;
    font-weight: 700;
    padding: 0 0 10px 0;
    margin: 0;
    text-align: center;
}
.works_heading h2 span{
    color: #350CA7;
    font-family: 'outfit', sans-serif;
    font-size: 48px;
    font-weight: 700;
}
.works_heading p {
    color: #19172d;
    font-family: 'outfit', sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    line-height: 27px;
    margin: 0;
}
.works{
    position: relative;
    padding: 10px 15px;
    margin: 0;
    border-radius: 5px;
    text-align: left;
    border: 1px solid #eee;
    display: inline-block;
    min-height: 210px;
}
.works span {
    font-family: 'outfit', sans-serif;
    font-size: 12px;
    font-weight: 400;
    border-radius: 50%;
    padding: 6px 10px;
    margin: 0;
    text-align: center;
    color: #fff;
    background-color: #e1e1e1;
}
.works:hover {
    background-color: rgb(255, 255, 255);
    opacity: 0.8;
    box-shadow: 10px 31px 55px 3px rgb(25 23 45 / 15%);
}
.works:hover span{
    background-color: #ff5a2c;
}
.works h3 {
    font-family: 'outfit', sans-serif;
    color: #000;
    font-size: 30px;
    font-weight: 500;
    text-align: left;
    padding: 10px 0;
    line-height: 34px;
    margin: 0;
}
.works p {
    font-family: 'outfit', sans-serif;
    color: #666;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    text-align: left;
    padding: 10px 0;
    margin: 0;
}
section#whychoose {
    padding: 80px 0;
    margin: 0;
    background-color: #f7f7f7;
    position: relative;
}
section#whychoose:after {
    background: url(https://packaginghub.com/wp-content/uploads/2023/12/custom-vape-cartridge-boxes.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 40%;
    content: "";
    position: absolute;
    left: 60%;
    top: 0;
    float: right;
    right: 0px;
    bottom: 0;
}
.accordion_heading {
    padding: 0;
    margin: 0;
    text-align: left;
}
.accordion_heading h2{
    color: #19172d;
    font-family: 'outfit', sans-serif;
    font-size: 48px;
    font-weight: 700;
    padding: 10px 0;
    margin: 0;
}
.accordion_heading h2 span{
    color: #ff5a2c;
    font-family: 'outfit', sans-serif;
    font-size: 48px;
    font-weight: 700;
}
.accordion_heading p {
    font-family: 'outfit', sans-serif;
    color: #666;
    font-size: 24px;
    font-weight: normal;
    line-height: 34px;
    text-align: left;
    padding: 20px 0;
    margin: 0;
}
.accordion-item img {
    width: 60px;
    margin: 0;
    height: 28px;
    padding: 0;
    display: block;
}
section#whychoose .accordion-button{
    font-family: 'outfit', sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    background-color: #fff;
    text-align: left;
    padding: 12px 0 0 0;
    box-shadow:  none;
    margin: 0;
}
section#whychoose button.accordion-button.collapsed {
    padding-bottom: 12px !important;
}
section#whychoose .accordion-item {
    border-bottom: 1px solid #f1f1f1;
}
section#whychoose .accordion-body{
    padding: 0px 60px 10px 60px;
    margin: 0;
    text-align: left;
}
section#whychoose .accordion-body p{
    font-family: 'outfit', sans-serif;
    color: #a2a2a2;
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    padding: 0;
    margin: 0;
}
section#whychoose .accordion-button::after {
    content: "";
    left: -20px;
    top: 0;
    position: relative;
    right: 0;
}
section#custom_packaging {
    background-color: #00001e;
    padding: 60px 0;
    margin: 0 auto;
}
.custom_packaging {
    text-align: left;
    padding: 0;
    margin: 0;
}
.custom_packaging h3{
    font-family: 'outfit', sans-serif;
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-align: left;
}

.custom_packaging_btn {
    text-align: center;
    padding: 0;
    margin: 0;
    float: right;
}
.custom_packaging_btn a{
    background-color: #ff5a2c;;
    font-family: 'outfit', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    padding: 10px 30px;
    margin: 0;
}
section#blogs_heading {
    background-color: #fff4e2;
    padding: 80px 0;
    margin: 0 auto;
}
.about_txts {
    padding: 0 35px;
    margin: 30px 0;
}
.about_txts h1 {
    font-family: 'Outfit', sans-serif;
    color: #133E87;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    margin: 0;
}
.about_txts p {
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    color: #133E87;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.listcat {
    padding: 0;
    margin: 0 0 50px 0;
    text-align: center;
}
.listcat ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.listcat ul li {
    padding: 10px 12px;
    margin: 0 5px;
    display: block;
    background-color: #fff4e2;
    border-radius: 5px;
}
.listcat ul li a {
    color: #000;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    text-decoration: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.card {
    margin: 0 0 50px 0;
    padding: 0;
    border: none;
    transition: all .2s ease 0s;
}
.card img {
    border-radius: 20px;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
}
.blog_list {
    padding: 30px 0;
    margin: 0;
}
.blog_list ul {
    margin: 0;
    line-height: 23px;
    padding: 10px 0;
}
.blog_list ul li {
    font-family: 'Outfit', sans-serif;
    color: #bbbbbb;
    font-size: 14px;
    list-style: none;
    margin-right: 10px;
    padding: 0;
    display: inline-block;
}
.blog_list ul li a {
    font-family: 'Outfit', sans-serif;
    color: #ff5a2b;
    font-size: 14px;
    text-decoration: none;
    background: #fff4e2;
    padding: 5px;
}
.blog_list ul li i {
    color: #bbbbbb;
    font-size: 14px;
    padding: 0;
    margin-right: 10px;
}
.blog_list h2 {
    padding: 5px 0;
    margin: 0;
    text-align: left;
    line-height: 23px;
}
.blog_list h2 a {
    font-family: 'Outfit', sans-serif;
    color: #ff5a2b;
    font-size: 1.5rem;
    line-height: 32px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
}
.blog_list h2 a:hover{
    color: #133E87;
}
.blog_list p {
    font-family: 'Outfit', sans-serif;
    color: #666;
    font-size: 16px;
    padding: 0;
    text-align: left;
    margin: 0;
}
section#subscribes {
    background-color: #fff4e2;
    padding: 80px 0;
    margin: 0 auto;
}
.subscribes {
    padding: 0;
    margin: 0;
}
.subscribes h3 {
    font-family: 'outfit', sans-serif;
    padding: 8px 0px;
    margin: 0;
    color: #133E87;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}
.subscribes p{
    font-family: 'outfit', sans-serif;
    font-size: 18px;
    padding:0;
    margin: 0;
    color: #133E87;
    text-align: center;
    font-weight: normal;
}
.subscribes .emaillist{
    padding: 0;
    margin: 10px 0;
    text-align: center;
}
.subscribes .emaillist input{
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    height: 53px;
    width: 400px;
    padding-left: 15px;
}
.subscribes .es_textbox_button {
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    width: 100%;
    background: #ff5a2c !important;
    color: #fff;
    border: 2px solid #ff5a2c;
    font-weight: 500;
    text-align: center;
    margin: 0;
    max-width: 140px;
    padding: 10px 22px;
    margin-left: 0;
    position: relative;
}
.btn:hover {
    background: #133E87;
    color: #fff;
}
.accordion-item {
    border: 1px solid #f1f1f1;
}
.single-product-long-content {
	padding: 60px 0;
}
a.nav-toggle {
    color: #ffffff !important;
    font-family: 'outfit';
    font-size: 15px !important;
    font-weight: 400 !important;
    background-color: #ff5a2c;
    padding: 7px 14px;
    border-radius: 5px;
}

footer .kksr-stars {
    margin: 10px auto 0;
}
footer .kk-star-ratings .kksr-legend {
    display: none;
}

.news .cate-list {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 5px;
}
.news .cate-list li a {
	 color: #ff5a2b;
    font-size: 14px;
    text-decoration: none;
    background: #fff4e2;
    padding: 8px;
	
}
footer ul.contact {
    width: 100%;
}
footer ul.contact li i {
    margin-right: 15px;
}
.sidebarbox {
    background: #f4f4f4;
    padding: 20px;
    text-align: center;
    overflow: auto;
    border-radius: 10px;
}




/* new umair css */
.create-heading p {
    text-align: center;
    max-width: 800px;
    margin: auto;
    margin-bottom: 30px;
}


section.about-video-banner {
    height: 65vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.about-image-link a {
    position: absolute;
    left: 46%;
    right: 0;
    top: 24%;
    margin: 0 auto;
    font-size: 40px;
    color: #fff;
}

.no-issue-image {
    position: relative;
    width: 100%;
    max-width: 80%;
}

.no-issuebg-text {
    position: absolute;
    width: 750px;
    height: 350px;
    background-color: #fff;
    top: 29%;
    left: -10px;
    box-shadow: 0 12px 24px 0 #62626280;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.no-issue-flex {
    display: flex;
    justify-content: space-between;
}

.no-issue-text h3 {
    font-size: 30px;
    color: #133E87;
    padding: 40px 0;
    line-height: 1;
    font-weight: 700;
}

.no-issue-text {
    width: 100%;
    max-width: 20%;
}

.no-issuebg-text p {
    font-size: 17px;
    padding-bottom: 25px;
    font-weight: 400;
}

.no-issuebg-text p {
    width: 100%;
    max-width: 510px;
    margin: 0 auto;
    color: #656565;
}

.no-issuebg-text p strong {
    font-weight: bolder;
    color: #656565;
}

.no-issue-image::after {
    background-image: url(../images/what-is-after.png);
    content: "";
    position: absolute;
    width: 240px;
    background-repeat: no-repeat;
    top: 60%;
    bottom: 0;
    left: -225px;
    right: 0;
    height: 315px;
}

.no-issue-image::before {
    background-image: url(../images/what-is-rgt.png);
    content: "";
    position: absolute;
    width: 150px;
    height: 125px;
    background-repeat: no-repeat;
    top: 33px;
    bottom: 0;
    right: 90px;
}

.what-no-issue {
    position: relative;
    padding: 90px 0 70px 0;
}

.what-no-issue::after {
    position: absolute;
    content: "";
    background-image: url(../images/badge-ecoalliance.png);
    width: 145px;
    background-repeat: no-repeat;
    height: auto;
    right: 140px;
    bottom: 25px;
    height: 145px;
}

.create-flex {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

.create-col {
    width: 100%;
    max-width: 32%;
    background-color: #fff;
}

section.why-create-us {
    background-color: #f9fafa;
}

.create-text {
    width: 100%;
    max-width: 100%;
    padding: 30px;
    text-align: center;
}

.create-image img {
    width: 100%;
    max-width: 100%;
}

.create-text h5 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #133E87;
}

.create-text p {
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    color: #4f4f4f;
}

.create-heading h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #133E87;
    padding: 10px 0 30px 0;
}

section.why-create-us {
    padding: 70px 0;

}

.about-program-flex {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

.about-program-col1 {
    width: 100%;
    max-width: 420px;
    padding: 40px 0;
}

.about-program-col1 h3 {
    font-size: 25px;
    padding-bottom: 20px;
    font-weight: 700;
}

.about-program-col1 p {
    font-size: 17px;
    padding-bottom: 30px;
    line-height: 1.5;
}

.about-program-col1 a {
    border: 1px solid;
    display: inline-block;
    padding: 14px 43px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #FD566F;
    letter-spacing: 2px;
    border-radius: 5px;
}

.inner-program-flex {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.inner-program-col img {
    width: 100%;
}

.inner-program-col-text {
    width: 100%;
    max-width: 60%;
}

.inner-program-col {
    width: 100%;
    max-width: 35%;
}

.inner-program-col-text h5 {
    font-size: 18px;
    padding-bottom: 10px;
    color: #55402e;
}

.inner-program-col-text p {
    font-size: 14px;
    padding-bottom: 5px;
}

.new-color::before {
    background-color: #f8fdfb;
    position: absolute;
    height: 400px;
    content: "";
    width: 100%;
    z-index: -1;
}

.about-program-col2 {
    width: 100%;
    max-width: 58%;
    background-color: #fff;
    margin-top: 50px;
    padding: 35px;
    box-shadow: 0 12px 33px 0 #0000001a;
	height: 320px;
}

.new-color {
    position: relative;
}

.new-color::after {
    background: linear-gradient(-45deg, #ebece6 16px, red 0, blue 0, #0000 0), linear-gradient(45deg, #ebece6 16px, #0000 0);
    background-position: 5px top;
    background-repeat: repeat-x;
    background-size: 13px 25px;
    content: " ";
    height: 13px;
    bottom: -8px;
    transform: rotate(360deg);
    position: absolute;
    left: 0;
    z-index: 10;
    margin: 0;
    display: block;
    width: 100%;
    bottom: 337px;
    z-index: -1;
}
section.about-program {
    position: relative;
}
section.about-program::before {
    background: linear-gradient(-45deg,#ebece6 16px,red 0,blue 0,#0000 0),linear-gradient(45deg,#ebece6 16px,#0000 0);
    background-position: 5px top;
    background-repeat: repeat-x;
    background-size: 13px 25px;
    content: " ";
    height: 13px;
    bottom: 0;
    transform: rotate(360deg);
    position: absolute;
    left: 0;
    z-index: 10;
    margin: 0;
    display: block;
    width: 100%;
    top: -13px;
}
.program-bottom-image img {
    height: 340px;
    margin-top: -90px;
}
.partners-flex {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
}

.partners-width-image img {
    width: 100%;
    max-width: 100%;
}

.partners-width-image {
    width: 100%;
    max-width: 50%;
}

.partnters-width-text {
    width: 100%;
    max-width: 45%;
}

.cirlce-flex {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

.circle-second-main {
    width: 100%;
    max-width: 45%;
    text-align: center;
}

.circle-image img {
    margin: 20px auto;
    text-align: center;
}

.circle-text p {
    font-size: 14px;
    padding: 15px 0;
    color: #656565;
    font-weight: 500;
}

.partnters-width-text h3 {
    font-size: 30px;
    padding-bottom: 35px;
    color: #3a3973;
}

.partnters-width-text p {
    font-size: 12px;
    padding: 5px 0;
}

.circle-text a {
    font-size: 14px;
    font-weight: 700;
   color:#3a3973;
}
.circle-text p {
    min-height: 100px;
}
section.our-partner {
    background-color: #e9f4fb;
    padding: 50px 0;
}
.our-team-content {
    
--tw-shadow: 0 12px 33px 0 #0000001a;
    --tw-shadow-colored: 0 12px 33px 0
    var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.our-team-flex {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

.our-team-logos {
    width: 100%;
    max-width: 25%;
    margin: 10px auto;
}

.our-team-logos img {
    margin: 0 auto;
}

.our-team-logos h4 {
    font-size: 14px;
    color: #fd566f;
    text-align: center;
}
.country-image {
    min-height: 210px;
}

.our-team-heading h3 {
    font-size: 30px;
    text-align: center;
    padding: 20px 0;
    color: #3a3973;
}

.our-team-heading p {
    font-size: 17px;
    text-align: center;
    line-height: 1.5;
    color: #393971;
    font-weight: 500;
}

.our-team-heading {
    width: 100%;
    max-width: 60%;
    margin: 0 auto;
}
.our-team-flex a {
    border: 1px solid;
    display: inline-block;
    padding: 14px 85px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #FD566F;
    letter-spacing: 2px;
    border-radius: 5px;
    text-align: center;
    margin: 40px auto;
}
section.our-team {
    padding: 70px 0;
}
.online-picture img {
    width: 100%;
    max-width: 100%;
}

section.design-online {
    width: 1350px;
    margin: 0 auto;
}
.program-bottom-image {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
}
.transparency-inner-content {
    background-color: #fff;
    padding: 70px 0;
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    --tw-shadow: 0 2px 30px 0 #b2b2b280;
    --tw-shadow-colored: 0 2px 30px 0
    var(--tw-shadow-color);
    position: relative;
}

.transparency-text {
    text-align: center;
}

.transparency-text h5 {
    font-size: 18px;
    color: #393971;
}

.transparency-text h3 {
    font-size: 50px;
    color: #393971;
}

.transparency-text p {
	text-align: center;
    max-width: 800px;
    margin: auto;
    margin-bottom: 30px;
}
.transparency-images {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    padding: 60px 50px 15px;
    gap: 50px;
}

.transparency-flex {
    width: 100%;
    max-width: 30%;
}
.trans-col-image img {
    width: 300px;
    height: 300px;
}

.trans-col-text h5 {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #393971;
}

.trans-col-text p {
    font-size: 14px;
    padding-bottom: 15px;
    min-height: 170px;
}
.image-heading h4 {
    font-size: 25px;
    padding-top: 25px;
}
.image-heading p {
    font-size: 15px;
    font-weight: 600;
}

.image-heading {
    margin-bottom: 30px;
}
.three-ideology-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
}
.button a {
    border: 1px solid;
    display: inline-block;
    padding: 14px 43px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #FD566F;
    letter-spacing: 2px;
    border-radius: 5px;
}
.button {
    text-align: center;
}
section.ideology {
    padding: 100px 0 150px 0;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
}
.transparency-inner-content::after {
    position: absolute;
    content: "";
    width: 134px;
    height: 139px;
    background-image: url(../images/page-curl.png);
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
}
section.ideology::after {
    position: absolute;
    background-image: url(../images/transparency-back-bg.png);
    height: 100%;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 71%;
    top: 65%;
    right: 0;
    z-index: -1;
}
.card-body i {
    border: 1px solid #383876;
    background-color: #383876;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    height: 100px;
}
.transparency-flex:nth-child(1) h4 {
    color: #697f6c;
}
.transparency-flex:nth-child(2) h4 {
    color: #393971;
}
.transparency-flex:nth-child(3) h4 {
    color: #fd566f;
}
/*contact us css*/
    .contact-page-banner {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
    .contact-page-banner .row {
        min-height: 500px;
    }

    .contact-page-banner .row a {
        margin-right: 10px;
    }
    .landing-page-section {
        background: white;
        padding: 64px 0;
    }
    .section-leading-center {
        text-align: center;
        max-width: 900px;
        margin: 0 auto 64px;
    }
    .smart-forms .spacer-t40 {
    margin-top: 40px;
    }
    .smart-forms .spacer-b30 {
        margin-bottom: 30px;
    }
    .smart-forms .tagline {
        height: 0;
        border-top: 1px solid #CFCFCF;
        text-align: center;
    }
    .smart-forms .tagline span {
        color: #40C173;
    }
    .smart-forms .tagline span {
        color: #40C173;
    }
    .smart-forms .tagline span {
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        padding: 0 15px;
        background: #fff;
        color: #4ebd4a;
        top: -10px;
    }
    .smart-forms .prepend-icon {
        display: inline-block;
        vertical-align: top;
        position: relative;
    }
    .smart-forms .prepend-icon .field-icon {
        left: 10px;
    }
    .smart-forms .prepend-icon .field-icon {
        top: 7px;
        width: 42px;
        height: 42px;
        color: inherit;
        line-height: 42px;
        position: absolute;
        text-align: center;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        pointer-events: none;
        z-index: 99;
    }
    .smart-forms .prepend-icon .textarea-icon {
        top: 7px;
    }
.smart-forms .contact-form textarea,
.smart-forms .contact-form input[type="email"],
.smart-forms .contact-form input[type="tel"],
.smart-forms .contact-form select,
.smart-forms .contact-form input[type="text"] {
    padding: 16px 35px;
}
.smart-forms .contact-form input[type="submit"]{
	padding: 10px 50px;
}

.contact-page-banner {
    background-color: #fff4e2;
}
.smart-forms .field-icon i {
    color: #BBB;
    position: relative;
}
.smart-forms .contact-form .wpcf7-spinner {
    position: absolute;
}
body.page-id-220 {
    overflow-x: hidden;
}
/*contact us css end*/
@media screen and (max-width: 1024px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
    .no-issue-image img {
        width: 100%;
        max-width: 100%;
    }
    .no-issue-text h3 {
        font-size: 24px;
    }
    .transparency-text p {
        width: 100%;
        max-width: 70%;
  }
  .transparency-flex {
    width: 100%;
    max-width: 29%;
}
.trans-col-image img {
    width: 200px;
    height: 200px;
}
section.ideology::after {
    width: 70%;
    top: 70%;
    right: 0;
}
.about-program-col2 {
    width: 100%;
    max-width: 55%;
    margin-top: 20px;
}
.program-bottom-image img {
    margin-top: -40px;
}
.circle-image img {
    margin: 10px auto;
}
.partnters-width-text p {
    padding: 5px 0;
}
.our-team-heading {
    width: 100%;
    max-width: 90%;
}
.about-image-link a {
    position: absolute;
    left: 39.5%;
    right: 0;
}
.card-body i {
    width: 215px;
    height: 215px;
}
}
@media screen and (max-width: 992px) {
section.about-video-banner {
    height: 50vh;
}
.no-issuebg-text {
    width: 600px;
    left: -84px;
}
.no-issue-image::before {
    top: 45px;
    right: 0px;
    z-index: 1;
}
.what-no-issue::after {
    bottom: -65px;
}
.no-issue-image::after {
    display: none;
}
.no-issue-text {
    width: 100%;
    max-width: 25%;
}
.create-text {
    padding: 15px;
}
.transparency-flex {
    width: 100%;
    max-width: 100%;
}
.trans-col-text p {
    min-height: 100px;
}
.transparency-images {
    gap: 20px;
}
.trans-col-image img {
    margin: 0 auto;
}
.about-program-col1 {
    width: 100%;
    max-width: 100%;
    padding: 30px 0;
}
.about-program-col2 {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
}
.partners-width-image img {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}
.partners-width-image {
    width: 100%;
    max-width: 100%;
}
.partnters-width-text {
    width: 100%;
    max-width: 100%;
}
.partnters-width-text h3 {
    padding-bottom: 10px;
}
.circle-text p {
    min-height: 70px;
}
.online-picture img {
    width: 100%;
    max-width: 57%;
}
.our-team-logos {
    width: 100%;
    max-width: 33%;
}
.our-team-heading {
    margin-bottom: 20px;
}
.about-image-link a {
    position: absolute;
    left: 42.5%;
    right: 0;
    top: 19%;
}
.card-body i {
    width: 120px;
    height: 120px;
}
}
@media screen and (max-width: 767px) {
    .create-col {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .transparency-text h3 {
        font-size: 28px;
    }
    .transparency-images {
        padding: 20px;
    }
    .transparency-text p {
        width: 100%;
        max-width: 95%;
    }
    .three-ideology-flex {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 40px;
    }
    .transparency-inner-content::after {
        display: none;
    }
    section.why-create-us {
        padding: 30px 0;
    }
    .trans-col-text {
        text-align: center;
    }
    .image-heading {
        text-align: center;
    }
    .about-program-col2 {
        padding: 10px;
    }
    .inner-program-col-text p {
        font-size: 12px;
    }
    .two-images img {
        width: 290px;
        margin: 0 auto;
    }
    .partners-width-image img {
        width: 100%;
        max-width: 100%;
    }
    .circle-text p {
        min-height: 150px;
    }
    .our-team-logos {
        width: 100%;
        max-width: 100%;
    }
    .online-picture img {
        width: 100%;
        max-width: 28%;
    }    
    .no-issue-image::before {
        display: none;
    }
    .what-no-issue {
        padding: 0px 0 70px 0;
    }  
    .no-issue-flex {
        flex-wrap: wrap;
    }  
    .no-issue-text {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }
    .no-issue-image {
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    .create-heading h3 {
        font-size: 28px;
        padding: 50px 0 30px 0;
    }
    .what-no-issue::after {
        display: none;
    }
    .no-issuebg-text {
        width: 100%;
        left: 0;
        height: 400px;
        padding: 15px;
    }
    .about-image-link a {
        left: 35.7%;
        top: 19%;
        font-size: 27px;
    }
    .card-body i {
        border: 1px solid #383876;
        background-color: #383876;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100px;
        height: 100px;
    }
    .no-issuebg-text {
        margin-top: -90px;
    }
    section.ideology::after {
        display: none;
    }    
}
/* Single post author style */
.author-container {
    display: flex;
    align-items: center;
    padding: 15px;
    /* width: 66.66666667%; */
    background: #ff5f2c1c;
    border-radius: 8px;
  }
  .author-image {
    width: 35%;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
  }
  .author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .author-details {
    flex-grow: 1;
  }
  .author-name {
    font-family: "Outfit";
    font-size: 24px;
    font-weight: 700;
    /* margin-bottom: 10px; */
    color: #19172d;
  }
  .author-description {
    font-size: 17px;
    color: #666;
    font-family: "Outfit";
  }

  /* Responsive Styles */
  @media only screen and (max-width: 768px) {
    .author-container {
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
    }
    .author-image {
      margin-right: 0;
      margin-bottom: 10px;
    }
  }

/* 404 Page style */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

#notfound {
  position: relative;
  height: 100vh;
  background: #f6f6f6;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 767px;
  width: 100%;
  line-height: 1.4;
  padding: 110px 40px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.1);
}

.notfound .notfound-404 {
  position: relative;
  height: 180px;
}

.notfound .notfound-404 h1 {
  font-family: 'Roboto', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 165px;
  font-weight: 700;
  margin: 0px;
  color: #262626;
  text-transform: uppercase;
}

.notfound .notfound-404 h1>span {
  color: #00b7ff;
}

.notfound h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #151515;
  margin-top: 0px;
  margin-bottom: 25px;
}

.notfound .notfound-search {
  position: relative;
  max-width: 320px;
  width: 100%;
  margin: auto;
}

.notfound .notfound-search>input {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  height: 50px;
  padding: 3px 65px 3px 30px;
  color: #151515;
  font-size: 16px;
  background: transparent;
  border: 2px solid #c5c5c5;
  border-radius: 40px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound .notfound-search>input:focus {
  border-color: #00b7ff;
}

.notfound .notfound-search>button {
  position: absolute;
  right: 15px;
  top: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.notfound .notfound-search>button>span {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  margin-left: -3px;
}

.notfound .notfound-search>button>span:after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  border: 4px solid #c5c5c5;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound-search>button>span:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 10px;
  left: 7px;
  top: 17px;
  border-radius: 2px;
  background: #c5c5c5;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound .notfound-search>button:hover>span:after {
  border-color: #00b7ff;
}

.notfound .notfound-search>button:hover>span:before {
  background-color: #00b7ff;
}

@media only screen and (max-width: 767px) {
  .notfound h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 h1 {
    font-size: 141px;
  }
}

.dmca-badge {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

<!-- Search Bar CSS -->
<!--
.search-form-container {
  display: flex;
  align-items: center;
  justify-content: center; /* Adjust as needed for positioning */
}

.search-input {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 1px;
  float: right;		
  width: 300px; /* Adjust the width as needed */
  height: 30px; /* Adjust the width as needed */
}

.search-icon {
  /* Styles for the magnifying glass icon */
  background-image: url('path/to/magnifying-glass.png'); /* Replace with your icon's path */
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  float: right;	
  width: 20px;
  margin-left: 0px; /* Adjust for spacing */
} -->