
@import url('https://fonts.googleapis.com/css?family=Nova+Slim&display=swap');

body, html {
    font-size: 16px;
    font-weight:400;
    line-height: 1.5;
    color: #878787;
    font-family: 'Poppins', sans-serif;
    width: 100% !important;
    height: 100% !important;
    scroll-behavior: smooth;
}


h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    font-weight:500;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    color: #222;
    letter-spacing: -0.4px;
font-family: 'Philosopher', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}

h1 {
  font-size: 40px;
}
h2 {
    font-size: 29px;
    line-height: 40px;
}
h3 {
 font-size: 38px;
    line-height: 45px;
}
h4 {
    font-size: 38px;
    margin-bottom: 0.8rem;
}
.h5, h5 {
   font-size: 30px;
}
h6 {
 font-size: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-top: 0;
}


@media (min-width: 1200px){
.container {
    max-width: 1170px;
}
}


.tan-background {
    padding-bottom: 60px;
}
::-moz-selection {
  background: #dc3545;
  color:#fff;
  /* WebKit/Blink Browsers */
}
::selection {
  background: #dc3545;
  color:#fff;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #dc3545;
  color:#fff;
  /* Gecko Browsers */
}

p {
    margin: 0 0 15px;
   color: #676767;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
}


.text-justify{
	text-align:justify;
}

.banner-tagline {
    position: relative;
    top: 15px;
}

.banner-tagline p {
    font-size: 30px;
    text-align: center;
    color: #c51100;
    line-height: 39px;
    font-weight: 600;
}

.solution-content p{
	color:#222!important;
}

a {
   color: #444;
    text-decoration: none;
    outline: none !important;
	transition: all .3s ease-in-out;
}

a:hover{
 text-decoration:none;
}


ul, ol {
	padding: 0;
	margin:0px;
	list-style: none;
	webkit-padding: 0;
	moz-padding: 0;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}


.slick-slide {
   height:auto!important;
}


.about-row .bbox {
    padding: 2%;
    background: #e8e8e8;
}

.about-row {
    display: flex;
    width: 100%;
    margin-bottom: 2%;
}

.about-row .bbox .vision-img {
    width: 30%;
    float: left;
    margin-right: 2%;
}

.about-row .bbox p {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 1.5;
    justify-items: center;
    display: flex;
    align-items: center;
    text-align: justify;
}

.about-row .sbox {
    background: #f0f0f0;
    font-size: 50px;
    line-height: 50px;
	color:#333;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    font-weight: 500;
    position: relative;
}




.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/*========================================
header-top-section--------
==========================*/


.section-head {
	margin:0px 0px 15px 0px;
}
.section-head h3 {
    color: #000000;
    font-size: 33px;
    margin: 0;
    font-weight: 500;
    /* font-style: italic; */
}

.section-head h3 span {
    display: inline-block;
}

.section-head h3 span {
    display: inline-block;
    font-size: 75px;
}


.show-reg-form a:hover{
	color:#fff;
}


.default {
    border: none;
    position: relative;
    display: inline-block;
    /* text-align: center; */
    overflow: hidden;
    z-index: 1;
    line-height: 40px;
    text-align: center;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background-color: #40c351;
    color: #ffffff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 32px;
    font-weight: 500;
    font-size: 20px;
}


.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #000;
    color: #000000;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 34px;
    padding: 8px 18px;
    font-weight:500;
    font-size: 13px;
    /* letter-spacing: 1px; */
}
.show-reg-form {
    float: right;
    /* position: relative; */
    padding: 0 3px;
    color: #144273;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
}

.Notice {
    padding: 0;
    background: #ebebeb;
}

.blink_me {
    animation: blinker 1s linear infinite;
	font-family: 'Questrial', sans-serif;
}

.talkbubble {
    width: 100%;
    position: relative;
    line-height: 45px;
    color: #b52929 !important;
    font-weight: 500;
    font-size: 19px;
    margin: 0;
}
.talkbubble:before {
    content: "";
    position: absolute;
    right: -12px;
    top: 13px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 13px solid  #3c3c3c;
    border-bottom: 10px solid transparent;
}
@keyframes blinker{
50% {
    opacity: 0;
}
}



.goog-te-gadget {
    font-family: 'Fira Sans Condensed', sans-serif !important;
    font-size: 0 !important;
    color: #666;
    white-space: nowrap;
    margin-top: 0;
    border-left: 1px solid rgba(255,255,255,.15);
    padding: 10px 0;
    line-height: 0;
}
.goog-te-gadget .goog-te-combo {
    margin: 0 !important;
    border: 1px solid #efefef;
    width: 135px;
    padding: 0 5px;
    height: 20px;
    background: none;
    border: 0;
    color: #ffdd75;
    outline: none;
}

.Notice marquee {
    color: #3c3c3c !important;
    line-height: 26px;
    font-size: 14px;
    margin: 0;
    padding: 0;
    margin-top: 8px;
    width: 100% !important;
}
#shop {
background: #ffdd75;
    padding-top: 10px;
    padding-bottom: 10px;
}

.carousel-item p{
	font-size:17px;
}

.carousel-item p, .carousel-item p a {
    color: #000!important;
    text-align: center!important;
}

.head-demo ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 15px;
}

.head-demo ul li a {
    font-size: 14px;
    font-family: 'Questrial', sans-serif;
    margin: 0;
    color: #fff;
    padding: 0 5px;
}

#shop .social-media {
    margin: 0;
}

.social-media {
    text-align: right;
    margin-top:0px;
}
.head-demo .fa {
    color: #a5fe82;
    font-size: 12px;
}
.social-media .fab {
    padding: 0;
    font-size: 12px;
    text-decoration: none;
    margin: 0px 1px;
    display: inline-block;
    height: 35px;
    text-align: center;
    width: 35px;
    line-height: 35px;
    background: transparent;
    border-radius: 0;
    color: #fff;
}

.social-media a:nth-child(1){
	background: #1877F2;
}
 .social-media a:nth-child(2){
	background: #1DA1F2;
}
.social-media a:nth-child(3){
	background: #E4405F;
}
/*========================================
header-top-section--------
==========================*/


.header {
    position:relative;
    width: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 992;
    transition: all .4s ease-in-out;
}

.mobile-logo img {
    margin: 0px 0px;
    top: 0px;
    border-radius: 7px;
    position: relative;
    /* filter: invert(1) grayscale(2) brightness(2)contrast(1); */
    max-width: 157px;
    transition: all 0.5s ease;
}
.mobile-logo img:nth-child(2){
	display:none;
}
   
.navbar-scroll .mobile-logo img:nth-child(2){
	display:block;
}
 .navbar-scroll .mobile-logo img:nth-child(1){
	display:none;
} 

/*============topbar--section==============*/

.bar{
    position:relative;
    width:25px;
	margin:7px auto;
	height:2px;
	background-color:black;
    transition:0.4s;
  }
  
  
  .navbar-toggler:focus{
   outline:none;
   box-shadow:none;
   border:0px;
  }
  
  .topbr {
    background: #363532;
}
  
.navbar-scroll {
    z-index: 999;
    top: 0!important;
    position: fixed!important;
    background-color: #ffdd75!important;
    transition: .4s ease-out;
    box-shadow: 0 0 4px rgb(0 0 0 / 30%);
    color: #fff;
}
.navbar-scroll .mobile-logo img {
    margin: 0px 0px;
    top: 0px!important;
    filter: none!important;
    max-width: 129px;
    transition: all 0.5s ease;
}

.navbar-scroll .mobile-logo{
  display:block!important;
}

.navbar-scroll .logo-section{
      color: #333!important;
}
.logo-section img, .logo-section2 img {
    margin: 9px 5px 9px 0px!important;
     max-width: 190px;
    border-radius: 5px;
    transition: all 0.5s ease;
}


.mobile-logo{
  font-size:30px;
  color:#fff;
  font-weight:400;
}

.logo-section,.logo-section2{
    color: #fff!important;
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -1px;
}

.navbar-scroll .hdrinfo {
    padding: 2px 0px 7px 40px;
}


@keyframes slidedown {
	0% {
		transform: translateY(-100%);
	}			
	100% {
		transform: translateY(0%);
	}		
}

@-webkit-keyframes slidedown  {
	0% {
		-webkit-transform: translateY(-100%);
	}
	
	100% {
		-webkit-transform: translateY(0%);
	}	
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
	line-height:1.5em;
	color:white;
    vertical-align: middle;
    content: "";
    background:#1f343a;
	border-radius:5px;
}
.navbar-toggler-icon   i{
  color:white!important;
}


@media only screen and (min-width:992px){


.offcanvas-header {
    display: block!important;
}


   .small-display{display:none;}
   .padding-bg-screen{
     padding-top:130px;
   }
  .screen-overlay {
   display:none;
}
body.offcanvas-active {
  overflow:auto!important;
}
}


@media only screen and (min-width:576px){
.mobile-img{
	display:none!important;
}



.nav-link.show {
    background-color: #dc3545!important;
    color: #FFF!important;
}

}

@media only screen and (max-width:576px){
	
	.about-left-bx p{
		color:#222!important;
	}
	
	.about-sec .page-img {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.2!important;
}

	.b-blockquote-3 {
    margin-top: 0;
    position: relative;
    background: url(../img/testimonial-bg2.png);
    background-size: cover!important;
    background-position: center center!imporant;
    margin-bottom: 0;
    min-height: 258px!important;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 5%);
    padding: 20px 22px!important;
    border: 7px solid #e5e5e5!important;
    text-align: center;
    padding-bottom: 5px;
}
	
	
	
.desk-img{
	display:none!important;
}
.footer .footer-section__title {
    margin: 24px 0px 22px 0px!important;
}
.counter-outer2 {
    text-align: center!important;
}
.nav-pills .nav-link {
    width: 100%!important;
	    margin: 4px 0px!important;
}


.banner-tagline p {
    font-size: 19px!important;
    text-align: center!important;
}

.brand-logo {
    text-align: center!important;
}
.brand-logo img {
    max-width: 47%!important;
    text-align: center;
    position: relative;
    margin: 28px 0px 0px!important;
}

.mainproduct-list li a {
    font-size: 14px!important;
}

.Text-Up {
    width: 100%!important;
}


.page-banner {
    position: relative;
    overflow: hidden;
    margin:0px 0px 0px 0px!important;
    width: 100%;
}

#main #faq .card .card-header .btn-header-link {
    padding: 6px 21px!important;
    font-size: 14px!important;
    border-radius: 0px!important;
}

.faq-section .accordion .card-body {
    margin: 0 0px!important;
}

#main {
   margin:0px 0!important;
}

.product-inside-wrapp {
    padding:20px 0px;
}
.bg-text__relative {

    padding: 20px 0px!important;
}

}




@media only screen and (max-width:576px){
.show-reg-form {
	padding:10px 10px 10px 0px!important;
}
.banner-block-stacked {
    padding: 25px 10px 20px 3px!important;
}
.video-holder {
    margin:6px 0px!important;
}
.full-width img {
    max-width: 550px;
    width: 100%;
    object-fit: cover;
    min-height: 201px!important;
    max-height: 398px!important;
}
}


@media only screen and (max-width:768px){
	
	.custom-text-banner {
    margin-bottom: 20px!important;
}

	
	.text-feature-wrap .text-feature ul li {
    margin-top: 30px;
    padding-left: 0px!important;
    position: relative;
}
	
	.text-feature-wrap .text-feature ul li img {
    position: relative!important;
    top: 0;
    margin-bottom: 10px!important;
    filter: hue-rotate(-49deg) saturate(1.5) contrast(1) brightness(1.5);
    width: 80px;
    height: 80px;
    left: 0;
}

	
	
	.show-reg-form {
	padding:10px 10px 10px 0px!important;
}
	div#navbarSupportedContent {
    margin-bottom: 20px;
    background-color: #e3e1df30!important;
    border-top: 1px solid #f1f1f1!important;
}
	.page-img, .page-img2 {
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
	opacity: 0.7;
    height: 39%!important;
    justify-content: center;
    align-items: center;
    background: url(../img/about-bg.png);
    background-repeat: no-repeat!important;
    background-size: cover;
    background-position: left bottom;
    -webkit-transform: translateZ(0);
}
	
	
	
.solution-content ol li {
    font-size: 18px;
    margin: 1px 27px 24px 0px;
    color: #222;
    min-height: 96px;
    width: 100%!important;
    float: left;
    line-height: 24px;
    /* list-style: disc; */
    position: relative;
    padding: 10px 15px;
    /* border-radius: 10px 0px 10px 0px; */
    border: 2px solid #78aa2a;
}
	
	
	
	.section-head2 h3 span {
    font-size:38px!important;
}
	
	.footer .copyright {
     padding-right:0px!important;
}
	
	
	.print-box2 ul li {
    text-align: center!important;
}

	.carousel-indicators {
    margin-bottom: 0rem!important;
}
	
	
	.ulockd-ffact-one {
    padding: 9px 0!important;
    margin: 3px 0px!important;
}
	
	.welcome-section {
    padding: 20px 2px;
    overflow: hidden!important;
    position: relative;
}
	.promo-banner-box {
    position: relative;
    background-size: cover!important;
    background-position: center center!important;
    height: 244px!important;
}
	
	
	section.about-area.bg-f2fbfc.ptb-100 {
    padding-top: 40px;
    overflow: hidden!important;
    padding-bottom: 40px;
}
	
	.counter-outer {
    margin: 107px 0px!important;
    /* overflow: hidden; */
}
	
.section-head h3 {
    color: #1b1c1c;
    font-size: 21px!important;
    margin: 0;
    font-weight: 500;
}

.section-head2 h3 {
    font-size: 24px!important;
    line-height: 30px;
    color: #9d0b09;
}
.dt-owl-item-image {
    min-height: 110px!important;
    padding: 10px 10px 10px 10px!important;
}
.footer:before {
    display:none!important;
}
.prague-counter-img {
    width: 270px!important;
    height: 270px!important;
    border: 7px solid #ffdd75;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}

.circle {
    display:none!important;
}


.FontSizeL {
    font-size: 19px!important;
    font-weight: 700;
}
.bg-text {
    font-size: 33px!important;
}

.FontSizeM {
    font-size: 22px!important;
    text-align: center!important;
    font-weight: 700;
}
figure.image-box.m-0.p-0 {
    margin-bottom: 13px!important;
}
h2 {
    font-size: 25px;
    text-align: center;
    line-height: 26px!important;
}

.footer-contactus {
    font-size: 13px!important;
    padding-right: 40px;
}

p {
    margin: 0 0 15px;
    text-align: justify!important;
    text-transform: none;
}

.bg-text {
    color: rgb(0 0 0 / 6%)!important;
    font-weight: 700;
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: nowrap;
}

.sector--image {
    max-width: 100%!important;
    overflow: hidden;
     border-radius:5%!important;
     max-height:auto!important; 
}

.sector--slider .item {
    clear: both;
    width:100%!important;
    padding:0px!important;
    outline-offset: 0px!important; 
    margin: 0px auto!important;
   border-radius:5%!important;
     height: 304px;
    position: relative;
}

.sector--content, .sector--slider h3, .slider_nav {
    visibility:visible!important;
    opacity:1!important; 
    -webkit-transition: 1s cubic-bezier(0.39, 0.58, 0.57, 1);
    -o-transition: 1s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: 1s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.sector--slider ..slick-active {
    transform: scale(1)!important;
}

.sector--content {
    padding: 93px 15px 0px 15px!important;
    font-size: 15px!important;
    line-height: 16px!important;

}



}

@media only screen and (max-width:992px){

.heading-title {
    padding-left: 0px!important; 
    position: relative;
	text-align:center!important;
    margin-bottom:0px!important;
}

.heading-title img{
	width:150px!important;
}


#scrollUp {
    height: 38px!important;
    width: 38px!important;
    border-radius: 3px!important;
    right: 28px!important;
    bottom: 31px!important;
    line-height: 38px!important;
}
#scrollUp i{
	   line-height: 38px!important;
}

.carousel-indicators {
    display:none!important;
}

.carousel-control-next, .carousel-control-prev {
    width: 8%!important;
}


.carousel-item p {
    font-size: 14px;
    line-height: 16px;
}



.ulockd-ffact-one p {
    text-align: center!important;
}


.head-demo {
    text-align: center!important;
}

.navbar>.container{
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: start!important;
}

.default-btn {
    /* border: none; */
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    background-color: #dc3545;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    border-radius: 2px;
    padding: 5px 10px!important;
    font-weight: 500;
    font-size: 13px!important;
    /* letter-spacing: 1px; */
}

#shop .social-media {
    margin: 0;
    text-align: center!important;
}
h3 {
    font-size: 32px;
}
.section-texture {
    padding: 60px 15px!important;
}
.navbar {
    background-color: #fff!important;
    z-index: 555;
}
.offcanvas-header{
	display:none!important;
}

.navbar-scroll .nav-item .nav-link:hover {
    color:#fff!important;
}
.navbar-scroll.header {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}
.dropdown-toggle::after {
    position: absolute!important;
    right: 14px!important;
    top: 7px;
    border: none!important;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f141"!important;
}


.link-list {
    column-count:1!important;
}

.small-menu {
    min-width: 12rem!important;
}

.navbar-scroll .mobile-logo img {
    top:0px!important;
}
.mobile-logo img {
    filter: none!important;
    top: 0px!important;
}
.navbar-nav .nav-item {
    position: relative;
   margin-left:0px!important;
}
.header {
    background-color: #fff!important;
    padding-top: 0px;
    background: none;
    padding-bottom: 0px;
}


.mobile-logo img {
    width: 100%!important;
}

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



.navbar-nav .nav-item .nav-link:before {
    display:none!important;
}

.slide-big-heading{
	text-align:slick-center!important;
}

.dropdown-toggle::after {
    position: absolute!important;
    right: 22px!important;
    top: 15px;
}


.law-header-cta-btn.float-end {
    position: relative;
    top:14px;
    /* direction: ltr; */
    display: flex!important;
    justify-content: slick-center!important;
}


.nav-cont {
    display: block !important;
    padding-right: auto !important;
    padding-left: auto !important;
}

/*--
.offcanvas-header {
    display: block!important;
	background:;
    border-bottom: 1px solid;
    border-bottom-color: rgba(0, 0, 0, 0.13);
    padding:12px 20px;
    overflow: hidden;
}
---*/

.footer-widget-wrap .footer-widget{
        width:100%!important;
		padding:0px 20px!important;
}
 .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top:58px;
    opacity: 0;
    left: 0;
    height: 100vh;
    padding: 0px 0px;
    z-index:44;
    width: 276px;
    overflow: auto;
    overflow-x: hidden;
    transition: visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  background-color: #e5e8ee!important;
}

  html:lang(ar) .mobile-offcanvas {
    transform: translateX(100%);
  }

  .mobile-offcanvas.show {
    visibility: visible;
	opacity:1;
    transform: translateX(0);
  }

.footer-widget-wrap .footer-widget:nth-child(1) {

    padding-right:20px!important;
}

.hero-wrap.style2 {
    padding-top:70px!important;
    padding-bottom: 0px;
}

.hero-wrap .hero-content p {
    line-height: 21px!important;
    padding-right: 9px!important;
}

.hero-wrap .hero-content h1 {
    font-size: 24px!important;
}


.logo-section{
    color:#23252d!important;
}

.navbar-brand img {
    max-width: 109px!important;
    margin: 6px 0px!important;
}
.show-reg-form {
	margin-left:0px!important;
}

.text-box .inner .title {
    font-size: 26px!important;
    font-weight: 600;
    line-height: 29px!important;
}

.padding-bg-screen{
     padding-top:50px;
   }
   .nav-item .nav-link:focus{
	   color:#333!important;
   }
.nav-item .nav-link {
    border-bottom: 1px solid #f5f5f5;
    display: block!important;
    color: #333!important;
    font-size: 14px!important;
    font-weight: 500!important;
    text-transform: uppercase;
    padding: 15px 15px!important;
}
.nav-item .nav-link:hover {
    background-color: #dc3545;
}
.nav-item .nav-link:hover {
    color: #fff!important;
}


 .outer-ul{
  display:block!important;
}

   .header-bottom{
     display:none;
   }
  
   
   .mobile-menu{
     position:fixed;
	 top:0;
	 right:0;
	 width:100%;
	 padding-top: 66px;
	 transform:translateX(100%);
	 z-index:-1;
	 height:100vh;
	 background-color:white;
	 overflow:auto;
   }
     
}


.menu-active{
    transition: all 0.5s ease;
	transform:translateX(0%);
}



.navbar-toggler span {
    display: block;
    position: absolute;
    height:3px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    top: 0;
    border-radius: 0;
    -webkit-transform: rotate( 0deg );
    transform: rotate( 0deg );
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    border-radius:0px;
}


.button-active{
z-index: 1200!important;
}

.navbar-toggler {
    width: 23px;
    height: 20px;
    z-index: 333;
    padding: 0px;
    top: 23px;
    right: 12px;
    border: none;
    position: absolute;
    border-radius: 0;
    -webkit-transform: rotate( 0deg);
    transform: rotate( 0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.navbar-toggler span:nth-child(2) {
    top: 6px;
}

.navbar-toggler span:nth-child(3) {
    top: 12px;
}



.navbar-toggler.nav-active span:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(
135deg);
    transform: rotate(
135deg);
}

.navbar-toggler.nav-active span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler.nav-active span:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(
-135deg);
    transform: rotate(
-135deg);
}


.navbar button:focus{
  text-shadow:none;
  outline:none;
  border:none;
}


.navbar button:focus{
  text-shadow:none;
  outline:none;
  border:none;
}


body.offcanvas-active {
  overflow: hidden;
}

.screen-overlay {
  width: 0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  cursor:pointer;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.1s, width 1s ease-in;
}

.screen-overlay.show {
  transition: opacity 0.5s ease, width 0s;
  opacity: 1;
  width: 100%;
  height:100vh;
  visibility: visible;
}

.megamenu-fw {
    position: static!important;
}

.mega-menu {
    width: 87%!important;
    left: 0;
    margin: 0px auto!important;
    right: 0;
    border-top: 1px solid #efebeb!important;
    box-shadow: 0 2px 4px 0 rgb(25 29 36 / 8%)!important;
    right: 0;
}

.link-list{
	column-count:2;
}

.navigationDropdown-title {
    font-size: 19px;
    line-height: 22px;
    font-weight: 500;
    color: #ffdd75;
    margin-bottom: 10px;
    padding: 0 15px;
}

.mega-menu .container {
    max-width: 1460px;
    margin: 0 auto;
    padding:20px 20px 20px;
}

.small-menu {
    box-shadow: 0 2px 4px 0 rgb(25 29 36 / 8%);
    position: relative;
    border-radius: 1px;
    padding: 10px 0;
    border-top: 3px solid #ffd042!important;
    border: 1px solid #eee;
    background-color: #ffffff;
    margin: 0px 0px 0px 0px;
    -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    -o-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    min-width: 16rem;
    opacity: 0;
    visibility: hidden;
    animation: slidedown cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s 1;
}

.small-menu2{
	 -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    -o-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    min-width: 17rem;
	  box-shadow: 0 2px 4px 0 rgb(25 29 36 / 8%);
    border-radius: 5px;
    padding: 10px 0;
    /* border-top: 2px solid #325d92!important; */
      border: 1px solid #eee;
	   animation: slidedown cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s 1;
}


.small-menu:before {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    left: 24px;
    top: -6px;
    /* bottom: 0; */
}


.navigationDropdown-item {
    padding-left: 15px;
    padding-right: 15px;
}

.small-menu a.active, .small-menu a:hover {
   background: #ffdd75;
   color:#000;
    text-decoration: none;
}



@keyframes slidedown{
  0%{ transform:translatey(38px); opacity:0;}
   100%{ transform:translatey(0px); opacity:1;}
}


.small-menu a {
    display: block;
    line-height: 17px;
    text-decoration: none;
    text-transform:capitalize;
    font-weight: 400;
    font-size: 15px;
    color: #5c5959;
    -webkit-transition: color .2s ease,background-color .2s ease;
    transition: color .2s ease,background-color .2s ease;
    padding: 13px 15px;
    transition: 0.3s ease;
    position: relative;
    z-index: 2;
}

 .small-menu a:last-child{
	 border-bottom:0px;
 }

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    position: absolute;
    right: 16px;
    top: 20px;
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}


.dropend > a {
    display: block;
       font-weight: 400;
    font-size: 15px;
    color: #5c5959;
    /* border-bottom: 1px solid #23282f; */
 padding: 13px 15px;
    text-transform:capitalize;
    transition: 0.3s ease;
    position: relative;
    z-index: 2;
}


@media only screen and (min-width:992px){
   .dropdown:hover .small-menu{
  opacity:1;
  display:block!important;
  	transform:translatey(0px);
	visibility:visible;
}
.navbar-scroll .nav-item .nav-link:hover {
 color: #444053!important;
}
.navbar-scroll .dropdown:hover .nav-link {
    color: #444053!important;
}

}




@media only screen and (max-width:576px){

.page-banner > .page-img{
	display:none!important;
}
}

@media only screen and (max-width:992px){

.default {
    width: 31px!important;
    height: 30px!important;
	border-radius:2px!important;
}

.banner-subhead {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center!important;
    display: block;
    font-size: 20px;
    color: #7a853b;
}

.banner-block-stacked {
    padding: 25px 0px 20px 0px!important;
}
.banner-block-stacked {
    position: relative;
    left: 0px!important;
}

.my-navbar .container-fluid{
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: start!important;
}

.section-head h3 span {
    display: inline-block;
    font-size: 28px!important;
}

.parallax-article .title {
    font-size: 27px!important;
    line-height: 49px!important;
    margin-bottom:10px!important;
}


.scroll-animation {
    left: 46%!important;
    cursor: pointer;
    z-index: 774;
    position: absolute;
    transform: translatex(-50%) rotate(45deg);
    opacity: 0;
}

.item1 {
    position: relative;
    height:auto!important;
    overflow: hidden;
    min-height:auto!important;
}

.breadcrumb > li + li:before {
  display:none;
}

   .dropdown .small-menu{
    opacity:1;
	max-height:100%!important;
  	transform:translatey(0px);
	visibility:visible;
}


.nav-link.show {
    background-color: #dc3545!important;
    color: #FFF!important;
}


}


.navbar-scroll .mobile-logo {
    font-size: 30px;
    color: #ffdd75!important;
    position: relative;
    top:0px!important;
    font-weight: 400;
}

.dropdown:hover .nav-link {
      color: #ffdd75!important;
}
.dropdown:hover .nav-link:before {
    visibility: visible;
    opacity: 1;
	
}

.nav-item .nav-link:hover :before{
 visibility: visible;
 opacity: 1;
}

.nav-item .nav-link:hover {
     color: #ffdd75!important;
}


.navigation {
    width: 100%;
	top:0px;
    position:relative;
    background:transparent;
	transition: .4s ease-out;
    z-index: 333;
}

.navbar-nav .nav-item{
	position:relative;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #000;
    font-weight: 500;
}
.navbar-nav .nav-item .nav-link {
    position: relative;
    display: block;
    color: #000000;
    font-size: 17px;
    /* letter-spacing: -0.3px; */
    font-weight: 400;
    padding: 5px 22px;
    line-height: 14px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .2s ease-in-out;
}
/*--
.nav-item .nav-link:before {
    content: "";
    width: 100%;
    height: 0;
    background: #ffdd75;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    -o-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}


.nav-item:hover .nav-link:before {
    height: 100%;
}

---*/


.nav-item:last-child .nav-link:before {
	display:none!important;
}

.navbar-scroll .nav-item .nav-link:before {
    background-color: #ffdd75!important;
}

.nav-item:hover .nav-link:before {
	 width: 100%;
}

.navbar-nav .nav-item .nav-link i {
    font-size: 10px;
    margin-left: 2px;
    font-size: 9px;
    color: #fff;
    /* height: 10px; */
    position: relative;
    /* top: -11px; */
    bottom: 0;
    margin: auto;
}


.navbar-scroll .navbar-nav .nav-item .nav-link {
    color: #000000;
}

.navbar-nav .nav-item.active .nav-link {
     color: #444053;
    font-weight:400;
}

.header-social-icon {
   border-left: 1px solid #fff;
}


@media only screen and (min-width:1200px){


.navbar-nav .nav-item .nav-link {
    padding: 35px 13px 35px 13px;
}
.py-xl-110 {
    padding-bottom: 75px!important;
    padding-top: 75px!important;
}

}

.navigationList-link {
    line-height: 15px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

/*------------slider---section------------*/

/*--------footer---design---*/

.btn-animate {
  -webkit-transition: 0.2s cubic-bezier(0.32, 0.33, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.32, 0.33, 0.25, 1);
  transition: 0.2s cubic-bezier(0.32, 0.33, 0.25, 1);
}


/*----slider--section---*/

.slider-item{
    position: relative;
    overflow: hidden;
}
/*---
.slider-item:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
        background: rgba(0,0,0,.);
    background-image: linear-gradient(0deg,rgba(0,0,0,.1) 0,transparent 60%,rgba(0,0,0,.1));
    content: "";
}
--*/

.slider-item img{
	width:100%;
}

.parallax-article {
    padding: 0 15px;
    position: relative;
}

.parallax-article .subtitle {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.home-parallax .subtitle{
		animation: fadeInLeft 1.4s cubic-bezier(0.175, 0.885, 0.32, 1) 1;
}

span.hm_sub {
    color: #ffdd75;
    font-weight: 700;
}

 .parallax-article .title {
    font-size: 74px;
    line-height: 90px;

    display: inline-block;
	font-weight:700;

	text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
}

.home-parallax .title{
	    border-top: 2px #fff solid;
		    animation: zoomInUp 1.4s cubic-bezier(0.175, 0.885, 0.32, 1) 1;
    border-bottom: 2px #fff solid;
}


 .wrap-home-banner .slider-track {
     transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.parallax-article .description {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    max-width: 470px;
    margin: 0 auto 25px auto;
}

.home-parallax .description{
	animation: fadeInRight 1.4s cubic-bezier(0.175, 0.885, 0.32, 1) 1;
}


#content-block *:last-child {
    margin-bottom: 0;
}
.parallax-vertical-align {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -85px;
    text-align: center;
}


.button {
    font-weight: 400;
    font-size: 12px;
    /* line-height: 14px; */
    color: #373737;
    text-transform: uppercase!important;
    text-align: center;
    padding: 4px 10px;
    display: inline-block;
    margin-bottom: 12px;
    cursor: pointer;
    min-width: 127px;
    border: 2px #dadada solid;
    background: transparent;
    position: relative;
}


.button.style-7 {
    background: #ffdd75;
    border-color: #ffdd75;
    color: #fff;
}

.home-slides {
	position: relative;
    overflow: hidden;
}

.scroll-animation{
  left: 50%;
  cursor:pointer;
  z-index:774;
  position:absolute;
  transform: translatex(-50%) rotate(45deg);
  opacity: 0;
}

@keyframes scrolldown {
            0%{
                transform: translateY(20%) rotate(45deg);
                opacity: 0.7;
            }
            50%{
                transform: translateY(0%) rotate(45deg);
                opacity: 0.2;
            }
            100%{
                transform: translateY(20%) rotate(45deg);
                opacity: 0.7;
            }
        }


.homebanner--cont {
    position: relative;
    height: 100%;
    width: 100%;
}

.banner--2.banner-content-sec, .banner--3.banner-content-sec {
    top: inherit;
    right: inherit;
    left: 6%;
    bottom: 10%;
}

/*--
.home-slides {
    margin-top: 50px;
}

---*/
.banner--2 .banner--content, .banner--3 .banner--content {
    padding: 20px 30px;
}

@media (max-width: 1440px){
	
	.banner-block-stacked {
    position: relative;
    left:0px;
}

.banner--content {
    padding: 20px 40px;
}
.image-on-banner--wrap .image-on-banner h4 span {
    font-size: 16px!important;
	display:block!important
}
.banner--2 .banner--content h2, .banner--3 .banner--content h2 {
    font-size: 38px!important;
}
.image-on-banner--wrap .image-on-banner h4 {
    font-size: 25px!important;
}
.banner-content-sec {
    max-width: 600px!important;
}

.banner--content h2 {
    font-size: 65px!important;
}

}


.banner--content {
    border: 8px solid #fff;
    clear: both;
    float: left;
    padding: 20px 60px;
    margin-bottom: 20px;
}


.banner--content h2 {
    float: left;
    width: 100%;
    color: #fff;
    font-size:30px;
    font-weight: 700;
}

.banner--2 .banner--content h2, .banner--3 .banner--content h2 {
    font-size: 50px;
}

.image-on-banner--wrap {
    display: flex;
    width: 100%;
}

.banner--2 .image-on-banner {
    background-color: #c62326;
    background-image: linear-gradient(90deg, #c62326 0%, #f5911f 88%);
}

.image-on-banner--1 {
    width: 40%;
}
.image-on-banner--2 {
    width:60%!important;
}


.image-on-banner {
    display: block;
    float: left;
    color: #fff;
    padding: 22px;
    background-color: #d91d5a;
    background-image: linear-gradient(90deg, #d91d5a 0%, #f48f1f 73%);
}

.banner--2 .image-on-banner {
    background-color: #c62326;
    background-image: linear-gradient(90deg, #c62326 0%, #f5911f 88%);
}


.image-on-banner--wrap .image-on-banner h4 {
    font-size: 32px;
}
.image-on-banner h4 {
    color: #fff;
}
.desk-img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.banner-content-sec {
    position: absolute;
    top: 20%;
    max-width: 750px;
    right: 6%;
    text-align: left;
}


@media only screen and (min-width:1080px){

   .prev.slick-arrow {
    position: absolute;
    z-index: 2;
	padding-left: 10px;
	transition:all 0.5s ease;
    left:10px!important;
}
.next.slick-arrow {
    position: absolute;
    z-index: 2;
	padding-right: 10px;
		transition:all 0.5s ease;
    right:10px!important;
}
}
.prev.slick-arrow {
    position: absolute;
    z-index: 2;
	transition:all 0.5s ease;
    left:0px;
}
.next.slick-arrow {
    position: absolute;
    z-index: 2;
    transition:all 0.5s ease;
    right:0px;
}

.description {
    text-transform: capitalize;
}


.prev.slick-arrow:hover {
   font-size:28px;
}
.next.slick-arrow:hover {
   font-size:28px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 39px;
    height: 44px;
    border-radius: 0px;
    /* background-color: #0000005c; */
    background-color: #0009;
    background-repeat: no-repeat!important;
    background-position: 50%;
    background-size: 56% 100%;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 17px;
    height: 5px;
    padding: 0;
    margin-right: 6px;
    margin-left: 7px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}


.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1.5;
    transition: opacity .15s ease;
}


.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 2rem;
    margin-left: 15%;
    list-style: none;
}

.service-slider .slick-arrow ,.wrap-slider .slick-arrow ,.client--slider .slick-arrow,.news--slider .slick-arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color:transparent;
    line-height: 40px!important;
    color: #fff;
    border-radius: 0px;
    font-size:45px;
    text-align: slick-center;
    cursor: pointer;
}

.service-slider .slick-slide{
 margin:0px 0px;
}

.gallery-slider .slick-slide{
	margin:0px 10px;
}


.client--slider .slick-arrow,.news--slider .slick-arrow {
	color:#333!important;
}



.client-item {
    display: block;
    height: auto;
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}



.tp-seo-brand.pt-60.p-relative.wow.tpfadeUp.animated {
    padding: 50px 0px 70px 0px;
    /* padding: 70px 0; */
    /* background: #efefef; */
    background: #ffffff;
}

.client-item{
    display: block;
    height: auto;
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}
.client-item2{
    display: block;
    height: auto;
    width: 100%;
	padding:20px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}
.client2-slider .slick-slide{
	margin:0px 10px;
}

.client_slider .bx-controls-direction {
    background: #393939;
    bottom: -15px;
    height: 30px;
    left: 0px;
    right: 0px;
    margin: auto;
    position: absolute;
    width: 20%;
}

.btn-wrap button {
    background: rgba(0, 0, 0, 0.5) url(../img/arrow-left.png) center center no-repeat !important;
    line-height: 25px!important;
    color: #065395;
    width: 30px;
    box-shadow: none;
    border: none;
    height: 30px;
    text-align: center;
    cursor: pointer;
}

.tp-bs-brand-slider.mt-2 {
    position: relative;
}

.box-control {
    position: absolute;
    width: 100%;
}

.box-control {
    bottom: -15px;
    /* height: 30px; */
    left: 0px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    right: 0px;
    margin: auto;
    position: ;
    width: 100%;
}

.btn-wrap {
    bottom: -15px;
    height: 30px;
    /* left: 0px; */
    z-index: 4;
    right: 0px;
    /* margin: auto; */
    position: relative;
    width:100%;
}


.btn-wrap button:nth-child(2){
	    background: rgba(0, 0, 0, 0.5) url(../img/arrow-right.png) center center no-repeat !important;
}




/*----about--us---*/


/*---------about--us----*/

.wp-chat img {
    height: auto;
    width: 14% !important;
    border-radius: 0;
    position: fixed;
    bottom: 10px !important;
    left: 10px;
    display: block;
    z-index: 9999999 !important;
}



.gallery-bg{
	background-position:center center!important;
	background-size:cover!important;
	position:relative;
	padding:30px 0px 40px 0px;
	z-index:2;
	overflow:hidden;
	background-repeat:no-repeat;
}

.gallery-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    background-color: rgb(249 249 249 / 84%);
    content: "";
}


.con-title h1 {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 40px;
    text-transform: uppercase;
}

.welcome-section{
    padding: 20px 0;
    position: relative;
}

.ulockd-ffact-one {
    background-color: #ffdd75;
    padding: 25px 0;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px dashed #fff;
}

.ulockd-ffact-one .timer {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 34px;
}
.ulockd-ffact-one p {
    color: #ffffff;
    margin: 0px;
    font-family: 'PT Serif', serif;
    font-size: 18px;
    font-weight: 600;
}
.ulockd-ffact-one span.sign {
    font-size: 30px;
    display: block;
    padding: -23px;
    margin-top: -55px;
    margin-left: 92px;
    color: #fff;
}



.con-title {
    text-align: center;
    margin-bottom: 40px;
}

.con-title h1 span {
    font-size: 22px;
    font-weight: 700;
    color: #ffdd75;
    line-height: 40px;
    text-transform: uppercase;
}

.ptb-100{
	padding-top:80px;
}

.heading-title {
    position: relative;
    margin-bottom: -17px;
}

.prague-counter-img {
    width: 350px;
    height: 350px;
    /*---border: 7px solid #ffdd75;---*/
    position:relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
}


.counter-outer{
	padding: 15px;
    border-radius: 50%;
    position: relative;
	float: left;
    margin-right: 15px;
    -webkit-shape-outside: circle();
    shape-outside: circle();
    background: none;
    border: none;
	background-size:cover!important;
	background-position:center center!important;
    width: auto;
    height: auto;
    background-image: url(./img/about-img.png);
}


.prague-counter .counter-outer {
    position: relative;
}



/*--
.solution-content p{
font-family: 'EB Garamond', serif;
}
---*/


/*-----why-choose---*/


/*-------product-service---*/

.product-bg{
	background-color:#fff;
	position:relative;
	width:100%;
	overflow:hidden;
	padding:50px 0px;
}

b, strong {
    font-weight: 600;
    color: #222;
}


.product_card_cc {
    position: relative;
    /* width: 19.7%; */
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #D4D4D4;
    margin-bottom: 40px;
}

.product-image-section{
	position:relative;
	overflow:hidden;
	z-index:2;
}

.product-image-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}

.product_card_cc:hover > .product-image-section:before {
  visibility:visible;
  opacity:1;
}


.product_card_cc img {
    width: 100%;
    height: auto;
    margin: 0px 0px 40px 0px;
    object-fit: contain;
	    transition: all .5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    /* border-bottom: 1px solid #D4D4D4; */
    padding: 0 15px;
}


.product_card_cc  > a{
	position:relative;
	width:100%;
	display:block;
	overflow:hidden;
}



.product_card_cc h4 {
    height: 23px;
    margin-top: 20px;
}
.product_card_cc h4 {
    font-size: 21px;
    /* line-height: 1.2; */
    margin: 0;
    /* justify-content: center; */
    align-items: left;
    display: flex;
    color: #7a6d6d;
    height: 23px;
    margin-top: 12px;
}

.one_liners {
    line-height: 1.4;
    margin: 0;
    font-size: 14px;
    font-size: 13px;
    font-weight: 400;
    color: #afafaf;
    text-align: left;
    margin-bottom: 11px;
    /* justify-content: center; */
    align-items: left;
    /* display: flex; */
    color: #7a6d6d;
    height: 48px;
    margin-top: 14px;
}


.product_card_cc h4 a {
    color: #7a6d6d;
    font-size: 18px;
    letter-spacing: -0.6px;
   
    font-weight: 600;
    color: #eb1f28;
}

.product_card_cc:hover a.add_to_buy {
	opacity:1;
    visibility: visible;
	transform:translateY(-20px);
	z-index:33;
}


a.add_to_buy {
    cursor: pointer;
    background: #eb1f28;
    border: none;
    /* border-radius: 20px; */
 opacity: 0;
    visibility: hidden;
	position:relative;
	z-index:33;
	transform:translateY(40px);
    color: #fff;
    /* width: 100%; */
    display: inline-block;
    border-radius: 3px;
	    transition: all .5s;
    padding: 4px 18px;
    font-size: 14px;
    text-transform: capitalize;
}
/*------page--style---*/


/*---contactus--page--design----*/
.section-lg {
    padding-top: 30px;
	    color: #ffff;
    padding-bottom: 40px;
}
.form-input {
    display: block;
    width: 100%;
    height: 41px;
    padding: 1px 15px;
    font-size: inherit;
    font-weight: inherit;
    border: none;
    line-height: inherit;
    color: #737273;
    background-color: #1e1d1d00;
    background-image: none;
    border-bottom: 2px solid #ffefef;
    /* border-radius: 6px; */
    -webkit-appearance: none;
}

.form-wrap.form-wrap-validation {
    margin: 10px 0px;
}
.form-label-outside {
    position: static;
    font-style: italic;
    color: #ffff;
    margin-bottom: 10px;
}
textarea.form-input {
    height: 160px;
    min-height: 128px;
    max-height: 272px;
    resize: vertical;
}

.unit-left, .unit-right {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.map-section {
  width:100%;
overflow:hidden;
position:relative;
}

.address-info-item h5 {
    line-height: 1.36364;
    font-size: 20px;
	    color: #ffff;
}
.heading-divider-default:before {
    border-color: #e3e3e3;
}
.heading-divider:before {
    content: '';
    display: inline-block;
    width: 100%;
}
.address-info-wrap a, .address-info-wrap a:focus, .address-info-wrap a:active {
    color: #ffff;
    text-transform: capitalize;
}

* + .form-button, .form-wrap + .button {
    margin-top: 30px;
}

.unit {
    display: -ms-flexbox;
    display: -webkit-flex;
    /* display: flex; */
    -ms-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.inline-list-md, .inline-list-md:first-child, .inline-list-md:last-child {
    transform: translateY(-10px);
    margin-bottom: -10px;
    margin-left: -27px;
}


.address-info-item{
 margin-top: 60px;
}

.unit-body {
    padding-top: 0;
    padding-left: 15px;
}

.unit-gel .mdi-map-marker {
    position: relative;
    top: 2px;
}
.icon-md, .icon-md.mdi {
    font-size: 24px;
}

.icon-secondary {
    color: #ffdd75;
}


.submit-btn {
    display: inline-block;
    position: relative;
    padding: 6px 17px;
    font-size: 17px;
    line-height: 27px;
    border-radius: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-style: solid;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    border-width: 3px;
    text-transform: capitalize;
    user-select: none;
    letter-spacing: .04em;
    transition: .3s ease-out all;
}

.button-primary, .button-primary:focus, .button-primary:active {
    color: #fff;
    background-color: #49b5b7;
    border-color: #49b5b7;
}

.inline-list-md li{
    display: inline-block;
    margin-top: 10px;
    margin-left: 27px;
}
.inline-list-md li a{
  font-size:20px;
      color: #2C2C2C;
}

#contacts h2 {
    font-size: 32px;
    color: #ffff;
	font-weight:600;
    line-height: 1.20833;
}


.container.container-wide {
    background-color: #666261;
    padding: 30px 20px;
}


@media (min-width: 0px){
.unit-xxs-horizontal {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
}


.footer p {
    color: #ffffff!important;
    font-size: 17px;
}

.dt-owl-item-image {
    align-items: center!important;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    min-height: 150px;
    display: flex!important;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    border-color: #CFD8DC80;
}

.client--slider .slick-slide{
	margin:10px 10px;
}


/*---faq---*/

.faq-section {
    background: url(../img/FAQ-base.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.faq-heading h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2;
}
#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #ffdd75;
    color: #fff;
    padding: 10px 40px;
    font-weight: 400;
    font-size: 22px;
    border-radius: 30px;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f078";
}
#main #faq .card .card-header .btn-header-link:after {
    content: "\f077";
 font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
}

#main #faq .card .card-header {
    border: 0;
    border-radius: 2px;
    padding: 0;
}
#main #faq .card {
    margin-bottom: 5px;
    border: 0;
    background-color: transparent;
}
#main #faq .card .collapse.show {
    background: 0 0;
    line-height: 30px;
    color: #646464;
    transition: .3s;
}

.faq-section .accordion .card-body {
    background: #f3f3f3;
    border-radius: 0 0 20px 20px;
    margin: 0 20px;
}



#main #faq .card .collapse {
    border: 0;
}

#main {
    margin: 50px 0;
}

.faq-button {
    width: 100%;
    text-align: center;
}

.faq-button .btn-main {
    background-color: #fff !important;
}

.product-feature {
    background-color: #192f4e;
}

.product-category{
	border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #E50051;
		background-color: #E50051;
	border-radius:0px 20px 0px 20px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 0px 10px 0px;
}

.product-category.additive {
    border-color: #ffdd75;
    background-color: #ffdd75;
}
.product-category.white{
    border-color: #000;
		background-color: #000;
}
.product-category.color {
    border-color: #565fab;
    background-color: #565fab;
}
.product-category.filled {
    border-color: #03a651;
    background-color: #02a650;
}
.product-category.special {
    border-color: #f57233;
    background-color: #f57436;
}




.thumb-info-wrapper img{
	border-radius:0px 20px 0px 20px;
	transition:all 0.5s ease;
}

.thumb-info-wrapper:hover img{
	transform:scale(1.1);
}

.thumb-info-title h3{
	font-size:20px;
	color:#fff;
	margin:10px 0px 10px 0px;
	text-align:center;
	font-weight:700;
}

#scrollUp {
    /* background: #f6732e; */
    background-color: #121010;
    height: 46px;
    width: 46px;
    right: 50px;
    position: fixed;
    z-index: 44;
    font-size: 16px;
    /* box-shadow: 0 1px 19px rgb(0 0 0 / 20%); */
    bottom: 40px;
    display: inline-block;
    color: #ffffff;
    border: 2px soild #fff;
    animation: fadeInLeft 1.4s cubic-bezier(0.175, 0.885, 0.32, 1) 1;
    text-align: center;
    border-radius: 1px;
    line-height: 46px;
    transition: .3s;
}

.floating-contact {
    position: fixed;
    z-index: 99999999;
    left: 5px;
	    top: 40%;
}

.floating-contact .iconblock {
    background: #feaea3;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    padding: 10px;
    text-align: center;
    box-shadow: 0px 1px 5px 4px #00000038;
    display: inline-block;
}

.floating-contact .numberblock {
    /* width: 190px; */
    /* background-color: #ce1b21; */
    /* text-align: center; */
    /* border-radius: 6px; */
    /* padding: 7px 7px; */
    /* position: relative; */
    display: inline-block;
    /* margin: 0 0px 0px 10px; */
    /* top: 3px; */
    /* box-shadow: 2px 2px 5px 1px #00000038; */
}

.numberblock a::after {
    content: "";
    position: absolute;
    top: 17px;
    margin-top: -6px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent #FFF1ED transparent transparent;
    left: -14px;
}


.numberblock a {
    font-size: 18px;
    color: #333;
    /* text-decoration: underline; */
    width: 190px;
    background-color: #FFF1ED;
    text-align: center;
    border-radius: 6px;
    padding: 4px 15px;
    position: relative;
    display: inline-block;
    margin: 0 0px 0px 10px;
    top: 3px;
    box-shadow: 2px 2px 5px 1px #00000038;
}


#scrollUp i{
	line-height: 46px;
}










/*=========================================

  new--design---*/
  
  /*-----footer-----*/
  
.image-boxform {
    background: url(../img/call-back.jpg);
    background-position: center center;
    background-size: cover;
    width: 100%;
    min-height: 570px;
}

.section-texture {
    background: url(../img/form.png),#ffdd75;
    height: 100%;
    padding: 64px 0px;
}

  .btn {
    /* background-color: #ffdd75; */
    color: #fff;
    /* padding: 10px 5px; */
    /* min-width: 200px; */
    display: inline-block;
    text-align: slick-center;
    border-radius: 5px;
    font-weight: 500;
    font-size: 13px;
    /* border: 1px solid #ffdd75; */
    -webkit-transition: 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
    -o-transition: 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
    -webkit-appearance: none;
}
  
.newsletter-footer {
    /* background: #d6d683; */
    background: #F7F8F9;
    background: #fbf8ec;
    padding-top: 55px;
    padding-bottom: 55px;
}
 .single-footer-widget p {
    margin-bottom: 0;
    max-width: 70%;
    font: normal normal 300 14px Poppins;
    /* color: #fff; */
    /* font-size: 16px; */
}
.Newsletter p {
    color: #000 !important;
}

.form-control-lg {
    min-height: calc(1.5em + (1rem + 2px));
    padding: 0.5rem 1rem;
    background-color: transparent;
    box-shadow: none;
    font-size: 14px;
    color: #000!important;
    border: 1px solid #484745!important;
    border: none;
    font-size: 1.25rem;
    border-radius: 0px;
}

.input-group{
	position:relative;
	width:100%;
}

.input-group-text {
    display: flex;
    align-items: center;
    /* padding: 0.375rem 0.75rem; */
    padding: 0px 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #eb1f28;
    border: 0px solid #ced4da;
    border-radius: 0rem;
}

.input-group-text button {
    padding: 7px 12px;
    box-shadow: none;
    background-color: #484745;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    text-transform: uppercase;
    color: #fff;
    border: none;
}

.input-group-text{
	position:absolute;
	right:4px;
	top:3.8px;
}

.form-control-lg::placeholder{
	font-size:14px;
	   color: #000!important;
}
  
.footer {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    padding: 60px 0px 0px 0px;
    z-index: 1;
    background: #2a2727;
}
#svg-sec {
       background: #F7F8F9;
    width: 100%;
    height: 146px;
}
#svg-sec svg {
    transform: rotateX(180deg);
}

.footer__logo {
    display: inline-block;
    z-index: 33;
    position: relative;
    margin-bottom: 53px;
}

a.btn, .btn {
    font-size: 14px;
    padding: 6px 20px;
    /* background-color: #ffdd75; */
    color: #db702e;
    border: 1px solid #db702e;
    background: #dc3545;
    border: solid 1px #c71122;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 3%), inset 0px 4px 3px -2px rgb(0 0 0 / 7%);
    /* border: none; */
    font-weight: 400;
    /* font-family: 'Prompt', sans-serif; */
    color: #ffffff;
    transition: all .5s;
    transition: .5s;
    -webkit-transition: .5s;
    cursor: pointer;
    display: table;
}
.solution-btn {
    position: relative;
    margin-bottom: 20px;
}
a.btn span {
    cursor: pointer;
    font-size: 17px;
    margin: 0px;
    color: inherit;
    font-weight: 500;
    letter-spacing: -0.3px;
    display: inline-block;
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
}

a.btn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
	    transition: .5s;
    -webkit-transition: .5s;
    top: 0;
    right: -20px;
}

a.btn.ylw, a.btn:hover, .btn.ylw, .btn:hover {
    background-color: #db702e;
    transition: .5s;
	color:#fff;
    -webkit-transition: .5s;
}

a.btn:hover span:after {
    opacity: 1;
    right: -13px;
}

.footer-overlay {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    position: absolute;
    opacity: .1;
    mix-blend-mode: multiply;
    transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
}

.footer .footer-section__title {
    margin-bottom: 31px;
    font-size: 16px;
    font-weight: 500;
    color: white;
}

.footer .footer-section__subtitle {
    margin-bottom: 10px;
    font-weight: 500;
    color: #eee;
}

.footer__info {
    margin-right: 20px;
}

.footer .footer-section .btn {
    margin-top: 27px;
    color: #fff;
    border-width: 1px;
    border-color: rgba(232, 232, 232, 0.3);
}
.btn .icon {
    display: inline-block;
    width: 20px;
    height: 3px;
    margin-right: 10px;
    margin-left: -5px;
    vertical-align: super;
    background-color: #ddd;
}

.footer__bottom {
    padding-top: 28px;
    /* background: #2C2C2C; */
    background: #2a2727;
    padding-bottom: 28px;
}
.footer__bottom .container {
}

.footer .copyright {
    padding-top: 5px;
    border-top: 1px solid #ffff;
    padding-top: 32px;
    padding-right: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.footer .footer-section__title {
    margin-bottom: 31px;
    font-size: 19px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 14px;
    /* border-bottom: #4c576a 1px solid; */
    margin: 0px 0px 30px 0px;
    font-weight: 500;
    color: #ffffff;
}

.ui-decor-2 {
    display: inline-block;
    width: 40px;
    height: 3px;
}
.footer .footer-section {
}
.footer__main {
    padding-bottom: 37px;
}

.footer .ui-decor-2 {
    width: 39px;
    position: absolute;
    bottom: 0;
    margin-right: 8px;
    background-color: #ffdd75!important;
    vertical-align: middle;
}


.footer-list .footer-list__link {
    display: block;
    color: #eee;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-list .footer-list__link {
    margin: 0;
    /* padding: 0 0 0 20px; */
    color: #ffffff;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
}

.footer-list .footer-list__link::before {
    content: '';
    width: 4px;
	position:absolute;
	left:0;
	top:9px;
    background: #fff;
    height: 4px;
    display: inline-block;
    border-radius: 43px;
    margin: 0px 10px 3px 0;
}

.footer-list .footer-list__link:hover::before {
	    height: 22px;
    margin: 0px 10px -6px 0;
    transition: height 1s ease-out;
}


.footer-list__item {
    display: inline-block;
    width: 100%;
    margin-right: 1px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 10px;
    vertical-align: top;
}

.list-mark-4 li {
    padding-left: 18px;
}

.list li {
    position: relative;
    margin-bottom: 5px;
    margin-bottom: 9px;
}

.list li:before {
    position: absolute;
    top: 5px;
    left: 1px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

.footer-list__item:before {
    color: #ccc;
}

.footer-gallery__item {
    float: left;
    width: 33.3%;
    margin-top: 6px;
    overflow: hidden;
}

.footer-gallery__link {
    overflow: hidden;
}
.footer-gallery__link {
    display: block;
    margin-right: 6px;
}


.footer__contact {
    margin-bottom: 13px;
    padding-left: 20px;
	position:relative;
}

.footer__contact i {
    position: absolute;
    top: 4px;
    left: 0;
}


.footer__contact .icon {
    margin-right: 0;
    padding-right: 16px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.footer .copyright__link {
    padding-left: 12px;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@keyframes fadeInUp{
0% {
    opacity: 0;
    -webkit-transform: translateY(20px)!important;
    -ms-transform: translateY(20px)!important;
    transform: translateY(20px)!important;
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0)!important;
    -ms-transform: translateY(0)!important;
    transform: translateY(0)!important;
}
}

@-webkit-keyframes fadeInUp{
0% {
    opacity: 0;
    -webkit-transform: translateY(20px)!important;
    -ms-transform: translateY(20px)!important;
    transform: translateY(20px)!important;
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0)!important;
    -ms-transform: translateY(0)!important;
    transform: translateY(0)!important;
}
}

.info {
    position: relative;
    padding:0px 0!important;
    background-position: 50% 50%;
}


/*-------page--style---design---*/

@media only screen and (min-width:992px){

}



.page-banner{
   position:relative;
    width: 100%;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:2;
    background-size:cover;
    background-position: left bottom;
    -webkit-transform: translateZ(0);
}


.page-img, .page-img2 {
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 86%;
    justify-content: center;
    align-items: center;
    background: url(../img/about-bg.png);
    background-repeat: no-repeat!important;
    background-size: cover;
    background-position: left bottom;
    -webkit-transform: translateZ(0);
}
.page-img2{
	  background-position: bottom right!important;
	background:url(../img/about-bg2.png)!important;
}



.parallax-slide .position-center {
    height: inherit;
    min-height: inherit;
    position: relative;
}

.position-center {
    background: none;
}

.fullwidth-block {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.parallax-slide {
    position: relative;
}

.parallax-article .title {
    color: #FFF;
    font-size: 58px;
    text-shadow: 0px 0px 13px rgba(0,0,0,0.5);
    margin-top: 20px;
    line-height: 58px;
    text-transform: capitalize;
    font-family: 'Questrial', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
}

.parallax-article .subtitle {
    color: #fff;
    font-size: 24px;
	margin-top: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.in_chil_ser h2 span {
    color: #ffdd75;
}


/*---contact-page--*/

.block-title.main-heading {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.block-title {
    font-size: 20px;
    line-height: 24px;
    color: #2e2e2e;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px #ebebeb solid;
    margin-bottom: 25px;
}
label {
    font-size: 18px;
    line-height: 14px;
    color: #313131;
    font-weight: 600;
    display: block;
    margin-top: 10px;
    margin-bottom: 16px;
}
.form-check-inline {
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 18px;
    margin-right: 7px;
}

.simple-field {
    margin-bottom: 25px;
    width: 100%;
    border: 1px #e6e6e6 solid;
    font-size: 13px;
    box-shadow: inset 0 5px 5px rgb(0 0 0 / 4%);
    border: 1px solid #ececec;
    border-radius: 0px;
    line-height: 43px;
    color: #313131;
    height: 45px;
    padding: 0 20px;
    font-weight: 400;
}

label span {
    color: #eb0101;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
}

textarea.simple-field {
    margin-bottom: 20px;
    line-height: 19px;
    padding-top: 14px;
    padding-bottom: 14px;
    height: 199px;
}

.button.style-10, .button.style-12, .button.style-18 {
    font-size: 14px;
    line-height: 18px;
    padding: 11px 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: 2px #262626 solid;
    background: #262626;
    letter-spacing: 2px;
}

.article-container h3, .h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 11px;
    color: #000;
}

.ft_blk {
    color: #000 !important;
}
.ft_office2 {
    font-size: 19px;
    line-height: normal;
    color: #FFF;
    font-weight: 500;
    /* font-family: 'Arimo'; */
    margin-top: 10px;
}
.share-box {
    border-top: 1px #ebebeb solid;
    border-bottom: 1px #ebebeb solid;
    padding: 12px 0;
    position: relative;
}

.share-box .title {
    font-size: 16px;
    color: #2e2e2e;
    font-weight: 500;
    line-height: 30px;
}

.clear {
    clear: both !important;
}
.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
    font-size: 0px;
    display: block;
}

.socials-box a {
    font-size: 14px;
    line-height: 30px;
    width: 30px;
    display: inline-block;
    color: #2e2e2e;
    margin: 0 0px;
    text-align: center;
}

.socials-box {
    font-size: 0;
}

.article-container {
    font-size: 23px;
    line-height: 30px;
    color: #2e2e2e;
    margin-bottom: 25px;
}

.img-holder{
	margin:10px 0px;
	display:block;
	width:100%;
}

.img-holder a img {
    width: 100%;
    border-radius: 25px;
    /* border-radius: 2px; */
    /* border: solid 2px #2E2E2E; */
}

/*---happy-client---*/





/*---happy-client---*/

.happy-client-container {
    width: 100%;
    position: relative;
    padding: 40px 0px;
    background-attachment: fixed!important;
    background-position: 50%!important;
    overflow: hidden;
    z-index: 2;
    background: #ffffff;
    background-size: cover;
    background-position: 0 0!important;
    /* background: url(../img/testimonial-bg.webp); */
}

.scheme-swirl{
	position: absolute;
    width: 100%;
    height: 100%;
	    background-image: url(.img/pat.svg);
    opacity: 0.12;
    top: 0px;
    left: 0px;
    z-index: -1;
}


.quote-image {
    max-width: 25px;
	margin:0px auto;
}

.quote-top{
	position:absolute;
	left:30px;
	opacity:0.7;
}
.quote-bottom {
    position: absolute;
    right: 80px;
    bottom: 104px;
	opacity:0.7;
    transform: rotate(-173deg);
}
.b-blockquote-3 {
    margin-top: 0;
    position: relative;
    background: url(../img/testimonial-bg2.png);
    background-size: cover!important;
    background-position: center center!imporant;
    margin-bottom: 0;
    min-height: 326px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 5%);
    padding: 25px 30px;
    border: 13px solid #e5e5e5;
    text-align: center;
    padding-bottom: 5px;
}

.b-blockquote p{
	font-size:14px;
	line-height:10px;
}

.b-blockquote__face {
    display: flex;
    justify-content: center;
}
.b-blockquote-3 .b-blockquote__face img {
    width: 63px;
    margin: 59px 0px 0px 0px;
    height: 62px;
    border-radius: 50%;
    overflow: hidden;
}



.happyclient--slider .slick-slide {
    padding: 15px 9px;
}

blockquote {
    padding: 10px;
    margin: 20px 0 12px;
    position: relative;
    font-weight: 400;
}
.happyclient--slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px!important;
    padding: 0;
    cursor: pointer;
}

.happyclient--slider .slick-dots li button::before {
    font-family: slick;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px!important;
    height: 6px!important;
    content: "•";
    text-align: center;
    opacity: 0.25;
    background-color: #000!important;
    color: #ccc!important;
    -webkit-font-smoothing: antialiased;
    font-size: 0px !important;
}

blockquote, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1;
    color: #aaaaaa;
}

.b-blockquote-3 .b-blockquote__cite {
    display: block;
    margin: 50px 0px 0px 0px;
    font-style: normal;
}

.b-blockquote-3_w_bg .b-blockquote__author {
    color: #333;
}
.block-ellipsis {
    display: block;
    /* display: -webkit-box; */
    max-width: 100%;
    height: 61px;
    margin: 12px 0px 0px 0px;
    color: gray;
    /* margin: 0 auto; */
    font-size: 13px;
    padding: 0px 10px;
    line-height: 15px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.b-blockquote-3 .b-blockquote__author {
    display: block;
    margin-bottom: 5px;
    /* font-family: 'Poppins',sans-serif; */
    font-weight: 600;
    padding-top: 10px;
    font-size: 13px;
}
.b-blockquote-3_w_bg .b-blockquote__category {
    color: #ccc;
}
.b-blockquote-3 .b-blockquote__category {
    display: block;
    font-family: Lato;
    font-size: 12px;
	font-family:'Arimo',sans-serif;
    font-weight: 500;
    opacity: 0.8;
}



.b-blockquote-3_w_bg {
    color: white;
}



.happyclient--slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color:#7d7d7d;
}

.happyclient--slider .slick-dots li{
    margin-bottom:0px;
}

.happyclient--slider .slick-dots {
    position: absolute;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}





/*---sevices--page--style---*/
.box {
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 6px #c7c7c7;
    margin-bottom: 26px;
    min-height: 290px;
}

.box .box-heading {
    font-size: 18px;
    font-weight: 500;
    padding: 20px 0px;
    color: #232323;
    /* margin-top: 20px; */
    line-height: 26px;
}

.image-box{
	position:relative;
	width:100%;
	overflow:hidden;
}
.image-box:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    /* background: transparent linear-gradient(to top, #000000 -24%, transparent 100%) repeat scroll 0; */
    background-color: rgba(0,0,0,0.2);
    content: "";
}
.image-box:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    outline: 1px solid #e3dcdc82;
    outline-offset: -10px;
    content: "";
}



/*---career-form--*/

.career-form-sec {
    height: auto;
    position: relative;
    margin: 0 0px 30px;
    padding: 30px;
    border: 1px solid #e9e9e9;
    padding: 0 20px 2em;
    width: 100%;
	    box-shadow: 1px 1px 1px rgb(0 0 0 / 60%);
    /* border: 4px solid #ffdd75; */
    border-radius: 20px;
    background: #f5f5f5;
    /* box-shadow: 5px 17px 30px -7px #d5d5d5; */
}


.jobs-table h3 {
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 800;
}

.jobs-table .cv p a{
	text-transform:capitalize;
	color:#333;
}
.career-form-sec .form-item > input ,.career-form-sec .form-item > select{
    width: 100%;
    display: inline-block;
    height: 35px;
    font-size: 14px;
    box-shadow: none;
    padding: 5px;
    border-radius:0px;
    background: #fff;
    outline: none;
    border: 1px solid #ccc;
}
.career-form-sec .form-item  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.marker, .form-required {
    color: #f00;
}

.form-item, .form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}

.form-item .description {
    font-size: 0.85em;
}

.career-form-sec .form-submit {
    width: 100px;
    /* height: 35px; */
    background-color: #ffdd75;
    border: 1px solid #c71f44;
    color: #ffffff;
    border-radius: 2px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    /* padding-top: 0px; */
    outline: none;
}

.jobs-table .cv p a {
    text-transform: capitalize;
    color: #ffdd75;
    font-weight: 700;
}



.opt {
    padding: 15px 0px 7px 0px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin: 10px 0px 0px;
    margin-bottom: 15px;
    background-color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.gridme {
    padding: 0px 13px;
    /* margin-bottom: 10px; */
}

.collapse-btn {
    border-top: 1px solid #ccc;
    display: block;
	position:relative;
    margin: 10px 0px 0px 0px;
    padding: 9px 14px 0px 15px;
    width: 100%;
}

.collapse-btn:focus,.collapse-btn:active,.collapse-btn:hover{
	color:#333;
}

.collapse-btn i{
	position:absolute;
	right:20px;
	
}


.info-txt {
    padding-left: 40px;
    font-size: 12px;
    /* padding-bottom: 15px; */
    padding-top: 0px;
    color: #666;
    font-style: italic;
    padding-right: 15px;
}

.form-check-input:checked {
    background-color: #5dadec;
    border-color: #5dadec;
}

.freq_drop .freq_opt {
    display: block;
    padding: 3px 0;
    padding-left: 15px;
}



.service-catergory li.active {
    border-left: 5px solid #ffdd75;
}
.service-catergory li:first-child {
    background-color: #ffdd75;
    border-color: #ffdd75;
    color: #fff;
}
.service-catergory li {
    list-style: none;
    position: relative;
    background: #fbfbfb;
    border-radius: 2px;
    border: 1px solid #0e385e;
    transition: all 0.5s ease;
    padding: 11px 0 11px 18px;
    color: #000000;
    margin-bottom: 4px;
}

.service-catergory li:hover:after {
    opacity: 1;
}
.service-catergory li:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background-color: #ffdd75;
    top: 0;
    opacity: 0;
    transition: all 0.5s ease;
    left: 0;
}

.service-catergory li .view-all-icon {
    position: absolute;
    right: 20px;
    top: 14px;
    color: #ffffff;
}

.service-catergory li a {
    display: block;
    font-size: 14px;
    color: #2e292a;
    line-height: 20px;
    text-transform: capitalize;
    border-left: 5px solid transparent;
    font-weight:500;
    transition: all 0.5s ease;
    position: relative;
}

.page-heading.about-info.text-left .section-title h2 {
    font-size: 26px;
    line-height: 32px;
    color: #222;
    font-style: normal;
    /* letter-spacing: -.5px; */
    word-spacing: 0px;
    text-transform: capitalize;
}

.section-title h5, .text ul li b {
   font-size:20px;
    line-height:24px;
    color: #222;
    text-transform: capitalize;
    margin: 20px 0px;
    font-style: normal;
    /* letter-spacing: -.5px; */
    word-spacing: 0px;
    /* text-transform: lowercase; */
}
.googlemap{
  position:sticky;
  -webkit-position:sticky;
  top:110px;
}
.googlemap iframe {
    margin: 20px 0px;
    border: 5px solid #cfcfcf;
}


.why-box{
 border:1px solid #ccc;
 border-radius:8px;
 padding:20px;
}

 ul.list-group li i {
    color: #28a745;
    margin-right: 10px;
}


/*---contactus--page--design----*/
.section-lg {
    padding-top: 30px;
    padding-bottom: 40px;
}
.form-input {
    display: block;
    width: 100%;
    height: 60px;
    padding: 10px 15px;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: #737273;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c8c8c8;
    border-radius: 6px;
    -webkit-appearance: none;
}
.form-label-outside {
    position: static;
    margin-bottom: 10px;
}
textarea.form-input {
    height: 160px;
    min-height: 128px;
    max-height: 272px;
    resize: vertical;
}

.unit-left, .unit-right {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.map-section {
  width:100%;
overflow:hidden;
position:relative;
}

.address-info-item h5 {
    line-height: 1.36364;
    font-size: 20px;
}
.heading-divider-default:before {
    border-color: #e3e3e3;
}
.heading-divider:before {
    content: '';
    display: inline-block;
    width: 100%;
}
.address-info-wrap a, .address-info-wrap a:focus, .address-info-wrap a:active {
    color: #737273;
}

* + .form-button, .form-wrap + .button {
    margin-top: 30px;
}

.unit {
    display: -ms-flexbox;
    display: -webkit-flex;
    /* display: flex; */
    -ms-flex: 0 1 100%;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.inline-list-md, .inline-list-md:first-child, .inline-list-md:last-child {
    transform: translateY(-10px);
    margin-bottom: -10px;
    margin-left: -27px;
}


.address-info-item{
 margin-top: 60px;
}

.unit-body {
    padding-top: 0;
    padding-left: 15px;
}

.unit-gel .mdi-map-marker {
    position: relative;
    top: 2px;
}
.icon-md, .icon-md.mdi {
    font-size: 24px;
}

.icon-secondary {
    color: #fe4f02;
}


.submit-btn {
    display: inline-block;
    position: relative;
    padding: 6px 17px;
    font-size: 17px;
    line-height: 27px;
    border-radius: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-style: solid;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    border-width: 3px;
    text-transform: capitalize;
    user-select: none;
    letter-spacing: .04em;
    transition: .3s ease-out all;
}

.button-primary, .button-primary:focus, .button-primary:active {
    color: #fff;
    background-color: #0e385e;
    border-color: #0e385e;
}

.inline-list-md li{
    display: inline-block;
    margin-top: 10px;
    margin-left: 27px;
}
.inline-list-md li a{
  font-size:20px;
}

#contacts h2{
  font-size: 32px;
    line-height: 1.20833;
}


.container.container-wide {
    background-color: #fff7f4;
    padding: 30px 20px;
}



@media (min-width: 0px){
.unit-xxs-horizontal {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
}


.left-one {
    margin-right: 3%;
    background: #1FC157;
    border: 1px solid #1FC157;
}

.overview-image {
    position: relative;
    border-radius: 5px;
}

.overview-image img {
    border-radius: 5px;
}
.overview-wrapper h3 {
    font-size: 32px;
	text-transform:capitalize;
    line-height: 40px;
}
.single-count {
    width: 47%;
    float: left;
    text-align: center;
    padding: 40px 20px;
    border-radius: 3px;
}

.right-one {
    margin-left: 3%;
    background: #0A27D5;
    border: 1px solid #0A27D5;
}

.count-num {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    line-height: 70px;
}

.single-count h4 {
    color: #fff;
}

.down-btn {
    border: 1px solid #f4f4f4;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 12px 15px;
    text-align: left;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #fff;
    width: 100%;
    position: relative;
    border-radius: 2px;
}

.down-btn:hover{
  color:#ffdd75;
}

.down-btn i {
    font-size: 24px;
    float: right;
}

.down-btn.apli {
    margin-bottom: 0px;
}
 
 
  .marker-list li {
    color: #2a354e;
	position:relative;
}

.marker-list li {
    color: #2a354e;
    padding-left: 35px;
    margin: 10px 0px;
    position: relative;
}

 .marker-list li::after {
    position: absolute;
    left: 0px;
    font-weight: 600;
    top: 0px;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    background: #ffdd75;
}

 
 .client-image {
    padding: 10px 10px;
   box-shadow: 0 18px 28px 0 rgb(20 1 1 / 6%);
    min-height: 150px;
    background-color: #ffffff;
    border-radius: 20px;
    margin: 10px 0px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.client-image img {
    max-width: 109px;
}

.why-bikefixo-sec {
    width: 100%;
    padding: 50px 0;
    position: relative;
}

.why-bikefixo-box p {
    text-align: center;
    font-size: 15px;
    margin-top: 19px;
    line-height: 23px;
    font-weight: 400;
    color: #262525;
}

.why-bikefixo-box {
    background-color: #f7f7f7;
    padding: 20px;
    box-shadow: 0px 2px 0px rgb(0 0 0 / 20%);
    min-height: 359px;
    border-radius: 10px;
}

.why-bikefixo-box img{
	border-radius:30px;
}



/*------page--style---*/

.page-banner{
	position:relative;
	overflow:hidden;
	width:100%;
}

.small-head{
	font-weight:600;
	font-size:20px;
}

.table-overflow {
    overflow: auto;
}




table.product-table thead tr th {
    border-bottom: 1px solid #EEE8EB;
}

table.product-table th {
    padding: 8px;
    font-size: 15px;
    font-weight: 500;
}

.bg--green table.product-table thead {
    background-color: #5dadec;
}
table.product-table thead {
    background: #5dadec;
    border: 0px;
    color: #fff;
    text-align: center;
}

.table>:not(:first-child) {
    border-top: 0px solid currentColor!important;
}

table.product-table td:last-child {
    border-right: 0;
    width: 35%;
    text-align: left;
}
table.product-table td:first-child {
    width: 81%;
    text-align: left;
}
table.product-table td {
    border-right: 1px solid #EEE8EB;
    width: 15%;
    text-align: center;
}
table.product-table td {
    /* padding: 25px; */
    padding: 6px 10px;
    font-size: 15px;
}

 th {
  position: sticky;
  top:0px;
  color: white;
}


table.product-table tbody tr:nth-child(even) {
    background-color: rgb(235 235 235);
}


.table {
    padding: 100px 0;
    border: 1px solid #e9e9e9!important;
    overflow: hidden;
}


.page-item.active .page-link {
    z-index: 3;
    color: #fff!important;
    background-color: #5dadec!important;
    border-color: #5dadec!important;
}



.applynow-job-btn {
    background-color: #ffdd75;
    border: 1px solid #ffdd75;
    color: #fff;
    padding: 5px 22px;
    /* font-family: 'Inter',sans-serif; */
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: inherit;
}

.applynow-job-btn:hover{
	color:#fff;
}



        .list-group > li:nth-child(5n+1) {
            border-top: 1px solid rgba(0,0,0,.125);
            border-top-left-radius: .25rem;
            border-top-right-radius: .25rem;
        }

        .list-group > li:nth-child(5n+0) {
            border-bottom-left-radius: .25rem;
            border-bottom-right-radius: .25rem;
        }
		
		
		
.page-link {
    position: relative;
    display: block;
    color: #595959!important;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.form-category {
    font-size: 13px;
    line-height: 14px;
    display: block;
    letter-spacing: -0.6px;
    color: #313131;
    font-weight: 600;
    display: block;
    margin-top: 5px;
    /* margin-bottom: 7px; */
}

label.form-check-label {
    letter-spacing: -0.4px;
    text-transform: capitalize;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 2px!important;
    background-position: center;
    background-size: contain;
    border: 1px solid #828181;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}


.Enq-Btn {
    position: fixed;
    z-index: 9998;
    bottom: 45%;
    right: 0px;
	font-weight:500;
	font-family:Arial;
    background-color: #EE2C2A;
    color: #fff;
    border: 0;
    border-radius: 4px 4px 0 0;
    padding: 4px 15px 13px;
    cursor: pointer;
    transition: all .4s;
    transform: rotate(-90deg);
    margin-right: -50px;
}
.Enq-Btn:hover{
	text-decoration:none;
	color:#fff;
}







/*----------counter---*/


.feature_section {
    background: #fff;
    padding-top: 45px;
	position:relative;
    padding-bottom: 60px;
}

/*---
.feature_section:after{
	background-repeat: repeat-x;
    background-position-y: bottom;
	content: '';
    height: 36px;
    display: block;
    background-image: url(../img/pattern.svg);
    background-repeat: repeat-x;
    background-position-y: bottom;
    position: absolute;
    bottom: 0;
    width: 100%;
}
----*/
.heliten_cc {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin: 10px 0px;
    border: 1px solid #cccc;
    text-align: center;
    border-radius: 19px;
    padding: 15px 15px 34px 15px;
}
.icon-holder {
    /* background: #ffc107 none repeat scroll 0 0; */
    border-radius: 50%;
    box-shadow: 0 3px 4px #ebebebd4;
    color: #292929;
    color: #eb1f28;
    background: #ffdd75;
    display: block;
    /* border-top: 2px solid #7b853a; */
    font-size: 30px;
    font-weight: 400;
    margin: 20px auto;
    height: 83px;
    padding: 23px 0;
    text-align: center;
    width: 83px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.icon-holder img {
    width: 67px;
}

.timer {
     color: #222;
    font-size: 39px;
    font-weight: 700;
}

.heliten_cc i {
    color: #eb1f28;
    font-size: 27px;
    font-weight: 700;
    position: relative;
    top: -3px;
}

.heliten_cc h3 {
    color: #292929;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 2px 0 0;
   
    /* font-family: 'Poppins', sans-serif; */
}

.portfolio-section-two {
    /* background-color: #F6F7FB; */
    position: relative;
	    background-color: #32323105;
    z-index: 2;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 50px;
    margin-bottom: 0px;
    padding: 80px 0px 60px 0px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    border-radius: 30px;
    font-size: 20px;
    text-align: center;
    background-color: #dc3545;
}

.nav-pills .nav-link {
    background: 0 0;
    position: relative;
    font-size: 20px;
    margin: 11px 0px;
    padding: 10px 10px;
    text-align: center;
    z-index: 2;
    border-bottom: 3px solid #dc3545!important;
    border-radius: 30px;
    color: #000;
    background-color: #f1f1f1;
    border: 0;
}

.print-box ul{
	column-count:2;
	
}
.print-box ul li{
	padding:10px;
}
.print-box ul li img{
	box-shadow:4px 0px 5px 10px rgba(0,0,0,0.1);
}

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


.full-width img {
    max-width: 550px;
    width: 100%;
    object-fit: cover;
    min-height: 460px;
    max-height: 520px;
}



 .banner-block-stacked {
    padding: 25px 95px 25px 35px;
}


   
.banner-subhead {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    color: #7a853b;
}

h2.green-header {
    color: #222;
}
h2.green-header a{
	color:inherit;
}

.banner-content-text {
    font-size: 16px;
    padding: 0 0 20px;
}

.dark-background {
    color: #222;
    font-family: 'Philosopher', sans-serif;
}

.banner-button {
    min-width: 178px;
    margin: 0;
}
.btn-light {
    background-image: none;
    background: #2c4720;
    border: 1px solid #000;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'EB Garamond', serif;
    /* font-family: 'Cora'; */
    font-weight: 600;
    margin: 2px 0;
    padding: 12px 20px;
    font-size: 19px;
    line-height: 1.8rem;
    box-sizing: border-box;
    vertical-align: middle;
    transition: all ease .3s;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    background: #fbf8ec;
    border: 1px solid #fbf8ec;
    color: #000;
    text-decoration: none;
}

.banner-block-stacked {
    padding: 25px 95px 25px 35px;
    position: relative;
}


.pt-breadcrumb {
    background: #f7f8fa;
    padding: 7px 0px;
    line-height: 22px;
}
.pt-breadcrumb ul li:first-child {
    padding-left: 0;
}

.pt-breadcrumb ul li {
    font-size: 12px;
    padding: 4px 6px 4px 11px;
    position: relative;
    color: #777777;
}
.pt-breadcrumb ul li a {
    color: #777777;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
}


.pt-breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pt-breadcrumb ul li:not(:first-child):before {
    content: '/';
    position: absolute;
    display: inline-block;
    left: 0;
    top: 4px;
}
.section-head2{
	position:relative;
}


.section-head2 h3{
	font-size:30px;
}

.section-head2 h3 {
    font-size: 38px;
    color: #222;
}
.brand-logo img {
    max-width: 90%;
    position: relative;
    margin: 50px 0px 0px;
    /* top: 50px; */
    filter: brightness(1) contrast(1.5) saturate(1.5);
}
.section-head2 h3 span{
	 font-size: 56px;
}


.solution-content h6{
	color:red;
}
.solution-content ol {
}
section.about-area2.ptb-100.pb-5.overflow-hd {
    background-color: #ffe3e7ab;
    /* height: 20px; */
}

.section-head h5 {
    color: #dc3545;
    font-size: 26px;
}
.solution-content ol li {
    font-size: 16px;
    margin: 10px 10px;
    color: #000000;
    min-height: 96px;
    width: 45%;
    float: left;
    line-height: 24px;
    /* list-style: disc; */
    position: relative;
    padding: 10px 15px;
    /* border-radius: 10px 0px 10px 0px; */
    border: 2px solid #dc3545;
}
.solution-content ol li:before {
    position: absolute;
    top: -13px;
    right: -11px;
    width: 24px;
    border-radius: 50%;
    height: 25px;
    z-index: 3;
    padding: 5px;
    background-color: #dc3545;
    content: "";
    background-size: 56%;
    background-repeat: no-repeat!important;
    background-position: center center;
}

.solution-content ol li:after {
    position: absolute;
    top: -13px;
    right: -11px;
    width: 24px;
    border-radius: 50%;
    height: 25px;
    z-index: 3;
    padding: 5px;
    content: "";
	filter: invert(2) grayscale(3) brightness(2) contrast(1);
    background-image: url(../img/tick.png);
    background-size: 56%;
    background-repeat: no-repeat!important;
    background-position: center center;
}

.overflow-hd{
	overflow:hidden;
}

.adobe-download-button-container
{
  text-align:center;
}
.adobe-pdf-download {
    border: 2px solid #de4533;
    background: transparent;
    color: #de4533;
	display:inline-block;
	margin:30px 0px 0px;
    text-transform: capitalize;
    font-size: 19px;
    padding: 7px 20px 7px 20px;
    transition: background 0.5s,color 0.5s;
}

.adobe-pdf-download i{
	font-size:27px;
}


.adobe-pdf-download
{
  text-decoration:none;
  color: #de4533;
  transition: background 0.5s,color 0.5s;
}

.adobe-pdf-download:hover
{
  color:white;
  transition: background 0.5s,color 0.5s;
}
.adobe-pdf-download:hover 
{
  color:white;
  transition: background 0.5s,color 0.5s;
}

.adobe-pdf-download:hover
{
  background:#de4533;
  color:white;
  transition: background 0.5s,color 0.5s;
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.adobe-pdf-download img
{
  margin:0px 10px 0px 0px;
  padding: 0px;
  height: 20px;
}

.image-box2 img{
	width:100%;
}

.section-head2 h2 {
    color: #dc3545;
    font-size: 24px;
}

.light-box.snip {
    border: 3px solid #222;
    display: inline-block;
    margin: 20px 0px;
    width: 100%;
}
.brand-logo2 img {
    max-width: 99%;
}
.solution-content2 h4 {
    color: #c50d0b;
}

.solution-content2 .bold{
	font-size:20px;
	color:#222;
}

 .elementor-widget-container {
    background-color: #f8f5de !important;
    margin: 20px 0px;
    background-image: linear-gradient(to right, rgba(255,210,0,0.4), rgba(200, 160, 0, 0.1) 11%, rgba(0,0,0,0) 35%, rgba(200, 160, 0, 0.1) 65%) !important;
    box-shadow: inset 0 0 75px rgb(255 210 0 / 30%), inset 0 0 20px rgb(255 210 0 / 40%), inset 0 0 30px rgb(220 120 0 / 80%) !important;
    color: rgba(0,0,0,0.5) !important;
    padding: 40px 20px;
    border-radius: 30px 30px 31px 31px;
    line-height: 1.8 !important;
    /* padding: 5em 10em 15em 5em !important; */
}

.elementor-heading-title {
    color: #810C00;
    font-size: 40px;
    font-weight: 00;
    line-height: 60px;
}

.heading__title{
	color: #810C00;
    font-size: 40px;
    line-height: 60px;
}

.about-area h1{
	font-size:50px;
}

.color {
    /* color: #810C00; */
    font-size: 30px;
    font-family: 'Philosopher', sans-serif;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}
.text-feature {
    padding: 0px 25px;
}

.text-feature-wrap .text-feature ul li img {
    position: absolute;
    top: 0;
    filter: hue-rotate(-49deg) saturate(1.5) contrast(1) brightness(1.5);
    width: 80px;
    height: 80px;
    left: 0;
}
.text-feature-wrap .text-feature ul li:first-child {
    margin-top: 0px;
}
.text-feature-wrap .text-feature ul {
    margin-top: 30px;
}
.text-feature-wrap .text-feature ul li {
    margin-top: 30px;
    padding-left: 100px;
    position: relative;
}

.custom-about-feature {
    padding: 0px 0px 80px 0px;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.musicplayer1 {
    display: inline-flex;
    /* width: 231px; */
    height: 48px;
    margin: 10px 0px;
    align-items: center;
    border: 2px solid #c61616;
    position: relative;
    left: 5px;
    border-radius: 33px;
    cursor: pointer;
    top: 5px;
    /* background: lightgray; */
}

.title1 {
  font-size: 15px;
  padding: 0;
  margin: 0;
  text-align: center;
  float: right;
  padding-right: 15px;
  display: inline-block;
}


.title1 p {
    margin: 0px;
    color: #222;
}
#icon1, #icon2 {
    width: 32px;
    margin: 10px;
    justify-content: left;
    display: inline-block;
}


.home-list {
	 list-style: none;
	 border-radius: 4px;
}
 .home-list li {
	 padding: 10px 0 10px 0;
	 font-size:18px;
	 color:#222;
}
 .home-list li:nth-child(odd) {
    text-align: left;
    border-left: 10px solid #b51b2a;
    padding-left: 4px;
    border-bottom: 10px solid #f57d89;
}
 .home-list li:nth-child(even) {
    text-align: right;
    border-right: 10px solid #b51b2a;
    padding-right: 4px;
    border-bottom: 10px solid #f57d89;
}



	.dark-green-background {
    display: flex;
    align-items: center;
}


.custom-text-banner a img{
	border-radius:50%;
}

b.red {
    font-weight: 700!important;
    color: #dc3545;
    /* font-size: 21px; */
}

.solution-content2 > ol li {
    font-size: 18px;
    margin: 0px 27px 2px 30px;
    color: #222;
    width: 100%;
    line-height: 24px;
    list-style: disc;
    position: relative;
    padding: 10px 7px;
    /* border-radius: 10px 0px 10px 0px; */
}


.about-sec {
    position: relative;
    padding-bottom: 100px!important;
}
.about-sec .page-img {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.1;
}




.about-sec.about-page{
	padding-bottom:40px!important
}

 .video-holder iframe{
	margin:20px 0px!important;
	border-radius:10px;
}

.heading-title4 h3{
	font-size:20px!important;
}

.solution-content ol li b {
    color: #dc3545;
}