.search-title-not-found {
    padding: 2px 0;
    font-weight: 700;
    font-size: 24px;
    border-left: 5px solid #ba2aa3;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 70px;
    line-height: 26px;
}
.search-title-not-found>span {
    padding-left: 18px;
    background-color: #fff;
    z-index: 1;
    position: relative;
    padding-right: 18px;
    color: #001936;
    font-size: 24px;
    font-weight: 900;
}
.search-title-not-found:after {
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px dotted #b7b7b7;
    position: absolute;
    display: block;
    top: 12px;
    right: 0;
}
/*search page css*/
.thirdlevel{

  width:700px !important;
  max-width: 850px !important;
  
 
} 
.thirdlevel li{
  float: left;
  width: 33.33%;
}
/* -----------------------
    32. Blog Post CSS
--------------------------*/


.RelatedProductSlider-pakboxs .product-item .product-img .product-img-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0;
	text-align: center;
	z-index: 10;
	padding: 20px;
	opacity: 0;
	-webkit-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
}

.RelatedProductSlider-pakboxs .product-item .product-img {
	position: relative;
	overflow: hidden;
}

.RelatedProductSlider-pakboxs .product-item .product-img img {
	width: 100%;
	height: 350px;

}

.RelatedProductSlider-pakboxs .product-item .product-img .product-img-content:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(242, 241, 241, 1);
	opacity: 0.8;
	/* border-radius: 5px 5px 0 0; */
	z-index: -1;
	-webkit-transition: .25s opacity ease;
	transition: .25s opacity ease;
}

.RelatedProductSlider-pakboxs .product-item:hover .product-img-content {
	top: 0;
	opacity: 1;
}

.RelatedProductSlider-pakboxs .product-item .product-img .product-img-content .product-link {
	display: inline-block;
	font-size: 27px;
	color: rgba(242, 241, 241, 1);
	background: rgba(45, 40, 62, 1);
	width: 50px;
	height: 50px;
	padding-top: 0px;
	line-height: 55px;
	text-align: center;
	border-radius: 50%;
	transition: all 0.3s ease 0s;
}

.RelatedProductSlider-pakboxs .product-item .product-img .product-img-content .product-link:hover {
	opacity: 1;
	color: #ffffff rgba(242, 241, 241, 1);
	background: rgba(45, 40, 62, 1);

}






/* ------------------------------------
    02. Global CSS
---------------------------------------*/
#RelatedProductSlider-pakboxs.sec-bg {
	background-color: #ffffff !important;
	/* #fcfdf3 !important */
}

.RelatedProductSlider-pakboxs.sec-spacer {
	padding: 20px 0 100px;
}


.display-table {
	display: table;
	height: 100%;
	width: 100%;
}

.display-table-cell {
	display: table-cell;
	vertical-align: middle;
}


.owl-carousel {
	padding-top: 0;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 21%;
	width: 100%;
	transform: translateY(-21%);
}

.owl-carousel .owl-nav [class*="owl-"] {
	background: red;
	color: #000;
	font-size: 70px !important;
	font-weight: bold;
	outline: 0;
	width: 120px;
	height: 200px;
	line-height: 30px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	opacity: 1 !important;
	visibility: visible !important;
	transition: all 0.3s ease 0s;
}

.RelatedProductSlider-pakboxs:hover .owl-carousel .owl-nav [class*="owl-"] {
	opacity: 1 !important;
	visibility: visible !important;
}

.owl-carousel .owl-nav [class*="owl-"]:before {
	font-family: FontAwesome;
	position: absolute;
	font-size: 20px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.owl-carousel .owl-nav [class*="owl-"].owl-prev {
	left: 0;
}

.owl-carousel .owl-nav [class*="owl-"].owl-prev:before {
	/* content: "\f104"; */
}

.owl-carousel .owl-nav [class*="owl-"].owl-next {
	right: 0;
}

.owl-carousel .owl-nav [class*="owl-"].owl-next:before {
	/* content: "\f105"; */
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
	background-color: transparent !important;
}

.item-1-img,
.item-3-img {
	height: 450px;
	width: 370px;
}


.item-2-img {
	height: 218px;
	width: 370px;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

.CustomBoxes-newTabs-pure {
	 min-height: 850px;
}
         
.CustomBoxes-aboutUs.container-fluid{
	width: 95% !important;
}
        .CustomBoxes-newTabs-pure .pakbox-tabbed {
            /* max-width: 700px; */
            text-align: center;
            margin: 50px auto;
        }

        .CustomBoxes-newTabs-pure .pakbox-tabbed>input {
            display: none;
        }

        .CustomBoxes-newTabs-pure .pakbox-tabbed>label {
            /* display: block;
            float: left; */
            font-weight: 600;
            color: #000000;
            padding: 10px 50px 15px;
            margin-right: 5px;
            cursor: pointer;
            transition: background-color .3s;
        }

        .CustomBoxes-newTabs-pure .pakbox-tabbed>label:hover {
            background: #2d283e !important;
            color: #fcc6f8;
        }


        .CustomBoxes-newTabs-pure .pakbox-tabbed>input:checked+label {
            background: transparent;
        }

        /* .CustomBoxes-newTabs-pure .tabs_container_tabs {
            clear: both;
            perspective: 600px;
        } */

        .CustomBoxes-newTabs-pure .tabs_container_tabs>div {
            /* max-width: 700px; */
            position: absolute;
            /* border: 2px solid #4EC6DE; */
            text-align: left;
            /* padding: 10px 30px 40px;
            line-height: 1.4em; */
            /* left: 100px; */
            margin-top: 50px;
            opacity: 0;
            transform: rotateX(-20deg);
            transform-origin: top center;
            transition: opacity .3s, transform 1s;
            z-index: 0;

        }

        .CustomBoxes-newTabs-pure #tab-nav-1:checked~.tabs_container_tabs>div:nth-of-type(1),
        .CustomBoxes-newTabs-pure #tab-nav-2:checked~.tabs_container_tabs>div:nth-of-type(2),
        .CustomBoxes-newTabs-pure #tab-nav-3:checked~.tabs_container_tabs>div:nth-of-type(3),
        .CustomBoxes-newTabs-pure #tab-nav-4:checked~.tabs_container_tabs>div:nth-of-type(4) {
            transform: rotateX(0deg);
            opacity: 1;
            z-index: 1;
            /* transform: scale(1); */
        }

        .pakbox-tabbed .arrow-down-entity {
            font-size: 24px;
            color: #fcc6f8;
        }

        .Portfolio-gallery:hover {
            box-shadow: 0 12px 16px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
        }

        .CustomBoxes-newTabs-pure .Portfolio-gallery {
            position: relative;
            transition-duration: 0.4s;
            animation: scaleanim 0.5s;
            -webkit-backface-visibility: visible;
            backface-visibility: visible;
        }


        .CustomBoxes-newTabs-pure .Portfolio-gallery img {
            width: 100%;
            height: auto;
            border-radius: 0px
        }

        @keyframes scaleanim {
            0% {
                opacity: 0 !important;
                transform: scale(0) !important;
                /* transform: scale3d(.3, .3, .3) !important; */
            }

            50% {
                opacity: 1 !important;
                transform: scale(2) !important;
            }

            100% {
                opacity: 1 !important;
                transform: scale(1) !important;
            }

        }


html {
	scroll-behavior: smooth;
}

/* ==============COMMON CSS============= */

body::-webkit-scrollbar {
	width: 10px;

}

body::-webkit-scrollbar-track {
	width: 0px;
	z-index: 9999;
	background: transparent;
	cursor: default;
	position: fixed;
	top: 0px;
	height: 100%;
	right: 0px;

}

body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgb(97, 50, 146);
	border: 1px solid rgb(97, 50, 146);
}

ul {
	padding: 0;
	margin: 0
}

li {
	/*list-style: none;*/
}

a:focus,
a:hover {
	text-decoration: none;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease
}

a:focus {
	outline: 0 !important;
	/* border: 0 !important; */
}

img {
	max-width: 100% ;
	height: auto ;
}




.container,
.container-fluid {
	clear: both;
}

.row {
	clear: both;
}



/*==============Top Header Area Styling ============
		========== */

#pakBox-top_header_area {
	background-color: #613292;
	padding: 20px 0px;
	box-sizing: border-box;
	/*position: fixed;*/
	width: 100%;
	top: 0;
	z-index: 9999;
}
.navbar-brand.img-class-brand-1{
     height: auto; 
     padding: 1px; 
     font-size: 18px;
     line-height: 0px; 
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #613292 !important;
    color: #ffffff !important;
}
.CustomBoxes-multi-nav li ul.dropdown-menu{
	background-color: #ffffff;
	
}
.dropdown-menu > li > a{
	color: #ba2aa3 !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	 background-color: #613292 !important;
	 color: #fff!important;
	}
#pakBox-top_header_area ul,
.CustomBoxes_main_menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}

#pakBox-top_header_area ul li,
.CustomBoxes_main_menu ul li {
	box-sizing: border-box;
	display: inline-block;
	line-height: 1.6;
	text-transform: capitalize;
	padding: 0px 5px;
	font-family: 'Encode Sans Expanded', sans-serif;
}

#pakBox-top_header_area ul li:after,
.myBox_nav-after:after {
	content: "|";
	margin-left: 6px;
	color: #ae4bcc;
}

#pakBox-top_header_area ul li:last-child:after {
	display: none;
}

#pakBox-top_header_area p,
#pakBox-top_header_area ul li a {
	color: #ffffff;
	font-family: 'Encode Sans Expanded', sans-serif;
	font-weight: normal;
	font-size: 12px;
}

#pakBox-top_header_area .coustom-fonts {
	color: #ffffff;
	font-size: 14px;
	padding-top: 3px;
	display: inline-block;
	text-decoration: none;
}

#pakBox-top_header_area .coustom-fontsnts i {
	margin-right: 3px;
}

.mt-top {
	margin-top: 25px;
}


#pakBox-top_header_area .myBox_nav li a,
.CustomBoxes_main_menu ul li a {
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
}

.CustomBoxes_main_menu ul li a {
	color: #000;
}

#pakBox-top_header_area .coustom-fonts i.pakBox-fa-phone {
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

.CustomBoxes_main_menu {
	z-index: -1;
}

.CustomBoxes_1620 {
	padding: 10px;
}

.form-inline {
	justify-content: flex-end;
}

.CustomBoxes_main_menu .form-inline .myBoxPackeging_searchbar .form-control {
	/* background: #f4f5f8; */
	border: 1px solid #f28965;
	box-shadow: none;
	width: 300px;
}

.btn-secondary {
	color: #fff;
	background-color: #000;
	border-color:  !important;
	font-size: 10px;
	padding: 11.5px 24px;
	border: 0;
}

/*==============Navbar slider ============
		========== */






#carouselExampleControls .carousel-indicators li {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	/* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12) box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12); */


}

#carouselExampleControls .carousel-indicators {
	justify-content: flex-end;
	bottom: 100px;

	/* right: 100px;
	bottom: 50px; */
}

/* #carouselExampleControls .carousel-indicators li {
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
		0 10px 10px rgba(0, 0, 0, 0.22);
} */

#carouselExampleControls .carousel-indicators li:first-child {
	background-color: #e87ddc;
}

#carouselExampleControls .carousel-indicators li:nth-of-type(2) {
	background-color: #f4c301;
}

#carouselExampleControls .carousel-indicators li:nth-of-type(3) {
	background-color: #5cd0d5;
}

@media (min-width: 991px) {
	.dropdown-menu {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}
}


/*nomanpackage*/
/*==============Top slider ============
		========== */
.carousel-control-prev,
.carousel-control-next {
	position: absolute;
	top: 50%;
	bottom: 40%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #fff;
	opacity: 0.5;
	color: #f28965;
	font-size: 25px;
	transition: opacity 0.15s ease;
	border: 2px solid #f28965;
}

.carousel-control-prev,
.carousel-control-next {
	display: none;
}

. .carousel-control-prev-icon,
.carousel-control-next-icon {
	display: none
}

/* ================Product-feature-section==============
================ */


#product-feature-section {
	background: #fcc6f8;
}


#product-feature-section .feature-block .inner img {
	width: 60px;
	margin-bottom: 10px;
	transition: 0.35s all;
}

#product-feature-section .feature-block .inner h2 {
	font-size: 18px;
	color: #ffffff;
	line-height: 22px;
	margin-bottom: 0;
	margin-bottom: 15px;
	font-weight: 600;
}

.p-tb-60 {
	padding: 80px 0px;
}

#product-feature-section .feature-block .inner img {
	width: 70px;
	margin-bottom: 10px;
	transition: 0.35s all;
}

#product-feature-section .feature-block * {
	transition: none;
	-webkit-transition: none;
}


section#product-feature-section p {
	color: #ffffff;
	margin-bottom: 30px;
	font-weight: lighter;
	letter-spacing: 1px;
	font-size: 15px;
	white-space: pre-wrap;
}

/* ==================Styling CustomBoxes-iamgeGallery==================== */
#CustomBoxes-iamgeGallery .CustomBoxes-iamgeGallery-Heading {
	color: #000000;
	text-transform: uppercase;
}

/*===================Styling CustomBoxes-blogsUpdate=================*/
.CustomBoxes-blogsUpdate .CustomBoxes-iamgeGallery-Heading {
	color: #333333;
 
	 
}

.CustomBoxes-blogsUpdate .card-body {
	padding: 10px;
}

.CustomBoxes-blogsUpdate .card-img {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	height: 250px;
	margin-bottom: 30px;
}

.CustomBoxes-blogsUpdate .card-blog {
	font-size: 16px;
	 
	color: #000;
	font-weight: 600;
}

.CustomBoxes-blogsUpdate .card-title {
	margin-bottom: 0.3rem;
}

.CustomBoxes-blogsUpdate .cat {
	display: inline-block;
	margin-bottom: 1rem;
}

.CustomBoxes-blogsUpdate .fa-users {
	margin-left: 1rem;
}

.CustomBoxes-blogsUpdate .card-footer {
	font-size: 0.8rem;
}

/* #wrapper {
	background: url("../images/wrapper_bg.jpg");
} */

/* shipping
  ========================================Styling CustomBoxes-aboutUs==================================================== */

.CustomBoxes-aboutUs {
	background-color: #c8e8e5;
	border-bottom-left-radius: 30%;
	border-top:13px solid #eaac33;
	border-left:13px solid #eaac33;
} 

.aboutUs-inner-content {
	display: flex;
	height: 300px;
	/* justify-content: center; */
	align-items: flex-start;
}

.CustomBoxes-aboutUs .img-single-tab {
	height: 300px;
}

.CustomBoxes-aboutUs .aboutUs-inner-content p {
	color: #666666;
	font-size: 16px;
	text-align: justify;
	line-height: 1.2;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px 27px -2px 0px;
}


/* ======================Styling Testimonial========================= */

/* ===================testimonial styling========
======= */
.testimonial {
	background:#f9f9f9;
	padding: 30px 30px 50px;
	margin: 10px 15px 100px;
	position: relative;
	border-radius: 20px;
	border-bottom-left-radius: 0px;
	z-index: 2;
	line-height: 1.4;
	-webkit-box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.75);
	/* < !-- margin-top: 168px;
	-->border-radius: 10px; */
}

.testimonial-inners {
	clip-path: polygon(0% 0%, 100% 0%, 100% 84%, 14% 84%, 0 100%, 0 84%, 0 84%);
}

.testimonial__main__hadings {
	color: #333;
	font-size: 2.5rem;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.testimonial:before {
	content: "";
	display: block;
	height: 90px;
	width: 90px;
	background-color: inherit;
	border: inherit;
	position: absolute;
	bottom: -53px;
	left: 0px;
	clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
	box-shadow: 0px 0 0px 45px inset rgba(21, 20, 20, 0.1);
	box-shadow: 12px 0 15px -4px -12px 0 8px -4px rgba(0, 0, 0, 0.75);
	transform: rotate(-270deg);
	border-radius: 0 0 0 0.25em;
	 



}


.testimonial .icon {
	display: inline-block;
	font-size: 80px;
	color: black;
	margin-bottom: 20px;
	opacity: 0.6;
}

.testimonial .description {
	font-size: 13px;
	color: black;
	font-weight: 300;
	text-align: left;
}

.testimonial .description a {
	text-decoration: none;
	color: #AA225A;
}

.testimonial .testimonial-content {
	display: flex;
	align-items: baseline;
	justify-content: space-around;
	text-align: center;
}

.testimonial-content {
	color: #282828;
	font-size: 17px;
	letter-spacing: 1px;
}

.testimonial .pic {
	display: inline-block;
	/* border: 6px solid white; */
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
	position: relative;
}

.testimonial .pic img {
	width: 100%;
	height: auto;
}

.testimonial .title {
	font-size: 15px;
	font-weight: bolder;
	color: black;
	text-transform: capitalize;
	margin: 0px 5px 0px;
}

.testimonial .post {
	/* display: block; */
	font-size: 13px;
	color: #333333;
	font-weight: 500;
}

.owl-theme .owl-controls {
	margin-top: 60px;
}

.owl-theme .owl-controls .owl-page span {
	width: 32px;
	height: 10px;
	background: #fff;
	border: 0px solid transparent;
	margin: 5px;
	opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #8b1bad !important;
	width: 15px !important;
	height: 15px !important;

}

.owl-theme .owl-controls .owl-page span {
	background: #ae4bcc !important;
	border-color: #ae4bcc !important;
	width: 15px !important;
	height: 15px !important;
	opacity: 1 !important;
}

.pic img {
	width: 80px !important;
	height: 50px;
}

.owl-theme .owl-controls .owl-page span {
	display: none;
}

.stars {
	margin: 15px 0px;
	height: 15px;

}

.myBoxPackeging_power_icons a .icon-img-truck,
.myBoxPackeging_power_icons a .icon-img-dollar-sign,
.myBoxPackeging_power_icons a .icon-img-print,
.myBoxPackeging_power_icons a .icon-img-clock,
.myBoxPackeging_power_icons a .icon-img-box-open,
.myBoxPackeging_power_icons a .icon-img-file-download {
	color: #e1934a;
	font-size: 80px;
}

.myBoxPackeging_power_icons a .icon-img-dollar-sign {
	color: #ee815c;
}

.myBoxPackeging_power_icons a .icon-img-print {
	color: #43b4af;
}

.myBoxPackeging_power_icons a .icon-img-clock {
	color: #914a44
}

.myBoxPackeging_power_icons a .icon-img-box-open {
	color: #eb983a
}

.myBoxPackeging_power_icons a .icon-img-file-download {
	color: #85b428;
}

.myboxpackaging-h {
	text-align: center;
	font-size: 14px;
	padding: 12px 0px;
	text-transform: capitalize;
}



/* global style end
  ============================================================================================ */
/* header style start
  ============================================================================================ */
.CustomBoxes_header_area {
	width: 100%;
	height: auto;
	background: #ffffff;
	z-index: 99;
	transition: background 0.4s, all 0.3s linear;
}

 
 

 



/*=================Services Styling=======
	=========	*/
.CustomBoxes-byBox-Style {
	padding: 25px 0px 0px 0px;
}

#myBoxPackeging-works .our-printing-view,
.myboxPrinting-video-section {
	padding: 10px;
}

.CustomBoxes-byBox-Style .byBox-Style-heading {
	padding: 30px 10px 0px;
}

.CustomBoxes-byBox-Style .byBox-Style-heading h1 {
	color: #ba2aa3;
	background-color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-transform: capitalize;
}

.owl-theme .item_owl .card {
	margin: 17px 0px;
	border: 1px solid #7849cb;
	/*width: 222px !important;*/
	border-radius: 0px;
}

.owl-theme .item_owl .card-header {
	padding: 0px;
	background: transparent;
	border: 2px solid transparent;
	transition: all 200ms linear;
}

.owl-theme .item_owl .card-header:hover {
	padding: 0px;
	background: transparent;
	border: 2px solid #7849cb;
	transition: all 200ms linear;
}

.owl-theme .item_owl .card-header img.card-img-top {
	max-width: 100%;
	height: 250px;
}

.owl-theme .item_owl .card-block .img-footer {
	border-top: 1px solid #7849cb;
}

.owl-theme .item_owl .card-block .img-footer h3 {
	font-family: 'Lato', sans-serif;
	/* color: #6c6c6c; */
	color: #000;
	text-align: center;
	font-size: 14px;
	margin: 0px;
	padding: 10px;
}

.owl-theme .item_owl .card-block .boxes-link:hover {
	text-decoration: underline;
	text-decoration-color: #262626;
	/*border-bottom: 1px solid #262626 !important;*/
}


/*.owl-theme .item_owl .card-header:hover{
   border: 5px solid #fd926d; 
   transition: all 500ms ease-in;
 }*/
.owl-theme .owl-nav {
	position: absolute;
	right: 0px;
	top: -45px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	border: 1px solid transparent !important;
	border-bottom: 0px solid #777777 !important;
	border-radius: 4px;
	color: #ba2aa3 !important;
	background: rgba(0, 0, 0, 0);
	box-shadow: 0 5px 0 transparent;
	cursor: pointer;
	font-size: 25px;
	/*margin: 0;*/
	outline: 0;
	padding: 4px 12px !important;
	transition: all .1s linear;
	height: 30px;
	width: 33px;
}

.owl-theme .owl-nav [class*='owl-'] {
	font-size: 24px !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
	background: #ba2aa3 !important;
	color: #FFF !important;
	text-decoration: none;
	box-shadow: 0 5px 0 transparent;
}






/*=================Footer Styling =======
		=========	*/
.footer-big p {
	font-size: 15px;
	/* line-height: 30px; */
	color: #ffffff;
	font-weight: 500 !important;
	letter-spacing: 2px !important;
}

.foter-logo {
	margin: 0px 0 25px;
}

.thecustomboxesSSL {
	margin: 20px 0 13px;
}

.fourlogos img {
	display: block;
	margin: 0 auto;
	width: 80px;
	height: auto;
}

#CustomBoxes-footer-area .no-padding {
	padding: 0 !important
}

.footer-big {
	padding: 25px 0px 50px;
}

/* .footer-big .footer-widget {
       margin-bottom: 40px
       } */

.CustomBoxes-footer-light {
	background: #2d283e;
}

.footer-big .footer-menu ul li a,
.footer-big p,
.footer-big ul li {
	color: #ffffff;
	font-weight: lighter;
	text-decoration: none;
}

.footer-menu {
	/* padding-left: 48px */
}

.footer-menu ul li a {
	font-size: 14px;
	line-height: 32px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.footer-menu--1 {
	width: 100%
}

.footer-widget-title {
	line-height: 42px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
}

.mini-footer {
	background: #8b1bad;
	padding: 10px 0;
	/* margin-top: 30px; */
	display: table;
	width: 100%;
	color: #fff;
}

.mini-footer p {
	margin: 0;
	padding-top: 8px;
	font-size: 14px;
	color: #ffffff;
}

.mini-footer p a {
	color: #ffffff;
	font-size: 14px;
}



.widget-about p {
	font-weight: 400;
	line-height: 25px;
}

.footericon_arrow.fa-caret-right {
	position: static;
}

.footericon_arrow {
	color: #FD926D !important;
}

.social_media_icons {
	list-style: none;
}

.footer-widget .footer-menu .social_media_icons li a,
.footer-big .CustomBoxes-socials .social_media_icons li a {
	display: inline-block;
	height: 30px;
	width: 30px;
	padding: 10px;
	border-radius: 100%;
	transition: 0.1s ease-in-out;
	background-color: transparent;
	border: 2px solid #ffffff;
}

.footer-big .CustomBoxes-socials .social_media_icons li a {
	background-color: #000;
	border: 2px solid #000;
}

.footer-widget .footer-menu .social_media_icons li a i,
.footer-big .CustomBoxes-socials .social_media_icons li a i {
	padding: 10px 5px;
	color: #ffffff;
	position: relative;
	top: -13px;
	left: -9px;
}



.footer-big .CustomBoxes-socials .social_media_icons li a:nth-of-type(1) i {
	left: -7px;
}

.footer-big .CustomBoxes-socials .social_media_icons li a:nth-of-type(2) i {
	left: -7px;
}

.CustomBoxes-footer-area .footer-big .footer-widget .footer-menu .footer-widget-title:after {
	content: "";
	position: absolute;
	width: 100px;
	height: 3px;
	background: #fff;
	top: 40px;
	left: 14px;
	padding-bottom: 5px;
}

.our-services,
.contact-info {
	margin-top: 20px;
}

/* .blcki_clr {
	color: #686868 !important;
	font-size: 12px !important;
}

.pd_lft_adph {
	padding-left: 20px !important;
	font-size: 14px !important;
	padding-top: 5px;
	padding-bottom: 5px;
} */

.form-detail {
	padding-bottom: 30px;
}


#goback2Top {
	width: 40px !important;
	line-height: 40px !important;
	overflow: hidden !important;
	z-index: 9999 !important;
	cursor: pointer !important;
	position: fixed !important;
	bottom: 50px !important;
	left: 10px !important;
	background-color: #8b1bad !important;
	display: inline !important;
	color: #fff !important;
	text-align: center !important;
	font-size: 30px !important;
	text-decoration: none !important;
}

 
/* .modal-dialog {
	transform: translate(0, -50%);
	top: 20%;
	margin: 0 auto;
	bottom: 20%;
} */



.modal-content {
	top: 100px;
}

.warpper-tabs{
  display:flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0px;
}
.tab{
  cursor: pointer;
  padding:10px 20px;
  margin:0px 2px;
  background:#000;
  display:inline-block;
  color:#fff;
  border-radius:3px 3px 0px 0px;
  box-shadow: 0 0.5rem 0.8rem #00000080;
}
.panels-parent{
  background:#fffffff6;
  box-shadow: 0 2rem 2rem #00000080;
  min-height:auto;
  width:100%;
  max-width:600px;
  border-radius:3px;
  overflow:hidden;
  padding:0px;  
}
.panel-CustomBoxes{
  display:none;
  animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-CustomBoxes-title{
  font-size:1.5em;
  font-weight:bold
}
.radio{
  display:none;
}
#one:checked ~ .panels-parent #one-panel,
#two:checked ~ .panels-parent #two-panel,
#three:checked ~ .panels-parent #three-panel{
  display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab{
  background:#fffffff6;
  color:#000;
  border-top: 3px solid #000;
}
.owl-carousel {
	padding-top: 0;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 21%;
	width: 100%;
	transform: translateY(-21%);
}

.owl-carousel .owl-nav [class*="owl-"] {
	background: red;
	color: #000;
	font-size: 70px !important;
	font-weight: bold;
	outline: 0;
	width: 120px;
	height: 200px;
	line-height: 30px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	opacity: 1 !important;
	visibility: visible !important;
	transition: all 0.3s ease 0s;
}

.RelatedProductSlider-pakboxs:hover .owl-carousel .owl-nav [class*="owl-"] {
	opacity: 1 !important;
	visibility: visible !important;
}

.owl-carousel .owl-nav [class*="owl-"]:before {
	font-family: FontAwesome;
	position: absolute;
	font-size: 20px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.owl-carousel .owl-nav [class*="owl-"].owl-prev {
	left: 0;
}

.owl-carousel .owl-nav [class*="owl-"].owl-prev:before {
	/* content: "\f104"; */
}

.owl-carousel .owl-nav [class*="owl-"].owl-next {
	right: 0;
}

.owl-carousel .owl-nav [class*="owl-"].owl-next:before {
	/* content: "\f105"; */
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
	background-color: transparent !important;
}

.item-1-img,
.item-3-img {
	height: 450px;
	width: 370px;
}


.item-2-img {
	height: 218px;
	width: 370px;
}