#brands_background{
   background: #FFFFFF;
   padding: 60px 0;
   text-align: center;
  }

.menu-link-active {
	background-color: red;
}
.m-link-active {
	background-color: red;
}
.star {
  visibility: hidden;
  transition: visibility cubic-bezier(.165, .84, .44, 1) 1s;
}

.fadeIn {
  -webkit-animation: animat_show 1.0s;
  animation: animat_show 1.0s;
  visibility: visible !important;
}

@-webkit-keyframes animat_show {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

#fixedbutton {
    position: fixed;
    bottom: 0px;
    left: 0px;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
}

.logo-center {
  text-align: center;	
}

.main-menu-top {
    padding-top: 0px;
}

.header-top-new {
    font-size: 16px;
    padding: 2px;
    background-color: #191918;
}
.header-top-new a {
    color: #fff;
}
.header-top-new ul li {
    display: inline-block;
    margin-right: 20px;
}
.header-top-new .header-top-left i {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-top-new .header-top-left a:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-top-new .header-top-left a:hover i {
    color: #988fff;
}
.header-top-new .header-top-right {
    text-align: right;
}
.header-top-new .header-top-right a {
    margin-right: 10px;
}
.header-top-new .lnr {
    display: none;
}
@media (max-width: 588px) {  /*before 588px */	
    .header-top-new .lnr {
        display: block;
        font-weight: bold;
        font-size: 16px;
        color: #fff;
    }
    .header-top-new .text {
        display: none;
    }
}
@media (max-width: 767px) {
    .header-top-new {
        display: none;
    }
}

.pre-welcome-container {
  position: relative;
  max-width: 72%; /* Maximum width */
  margin: 0 auto; /* Center it */
}

.pre-welcome-container .content {
  position: absolute; /* Position the background text */
  bottom: 10; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(50, 50, 50, 0.6); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 20px; /* Some padding */
  border-radius: 25px;
}

.pre-welcome-container .image {
        text-align: center;
        vertical-align: middle;
        display: block;
    }

.pre-welcome-container .image img {
        max-width: auto;
        max-height: auto;        
    }

.text-red {
    color: #F3080C;
}

.home-about-us {
    background-color: #f9f9ff;
}
.home-about-us:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url("../img/about_img1.png") no-repeat center center/cover;
    z-index: 1;
}
@media (max-width: 991px) {
    .home-about-us:after {
        display: none;
    }
}
@media (max-width: 991px) {
    .home-about-us .justify-content-end {
        justify-content: flex-start !important;
    }
}
.home-about-us h1 {
    margin-bottom: 20px;
}
.home-about-us .home-about-right {
    max-width: 580px;
    padding-right: 36px;
}
@media (max-width: 1024px) {
    .home-about-us .home-about-right {
        padding-left: 15px;
    }
}
.home-about-us .single-services {
    margin-top: 10px;
}
.home-about-us .single-services h4 {
    margin: 20px 0;
}
.home-about-us .single-services .lnr {
    margin-top: 30px;
    font-size: 30px;
    color: #988fff;
}
@media (max-width: 414px) {
    .home-about-us .single-services p {
        font-size: 12px;
        width: 88%;
    }
}


.contact-section-area .overlay-bg {
    background-image: -moz-linear-gradient(0deg, #121212 0%, #121212 100%);
    background-image: -webkit-linear-gradient(0deg, #121212 0%, #121212 100%);
    background-image: -ms-linear-gradient(0deg, #121212 0%, #121212 100%);
}
.contact-section-area {
    background: url(../img/contact-bg1.jpg) center;
    background-size: cover;
}
.contact-section-area .overlay-bg {
    opacity: 0.5;
}
.contact-section-area .discount-left p {
    padding: 20px 0;
	font-size: 15px;
}
.contact-section-area .discount-left .header-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
}
@media (max-width: 991px) {
    .contact-section-area .discount-left {
        margin-bottom: 50px;
    }
}
.contact-section-area .discount-right h4 {
    text-align: center;
    margin-bottom: 10px;
}
.contact-section-area .discount-right .form-control {
    padding: 10px;
    border-radius: 0;
    background: transparent;
    border: 2px solid #000000;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}
.contact-section-area .discount-right .form-control::placeholder {
    color: #fff;
}
.contact-section-area .discount-right .form-control:focus {
    box-shadow: none !important;
}
.contact-section-area .discount-right .genric-btn {
    font-size: 14px;
}
.contact-section-area .discount-right .genric-btn:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.welcome-content {
    text-align: left;
}
.welcome-content h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .welcome-content h1 {
        font-size: 40px;
    }
}
.welcome-content h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .welcome-content h2 {
        font-size: 40px;
    }
}
.welcome-content h6 {
    font-weight: 300;
    letter-spacing: 2px;
    z-index: 2;
    color: #fff;
}
@media (max-width: 991px) {
    .welcome-content h6 {
        margin-top: 80px;
        font-size: 10px;
    }
}
.welcome-content p {
    max-width: 450px;
}

.welcome-area {
    background: url(../img/banner-bg.jpg) center;
    background-size: cover;
}
@media (max-width: 767px) {
    .welcome-area .fullscreen {
        height: 100% !important;
    }
}
.welcome-area .primary-btn {
    padding-left: 30px;
    padding-right: 30px;
}

.services-about-area {
    background-color: #f9f9ff;
}
.services-about-area:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(../img/about-img2.jpg) no-repeat center center/cover;
    z-index: 1;
}
@media (max-width: 991px) {
    .services-about-area:after {
        display: none;
    }
}
@media (max-width: 991px) {
    .services-about-area .justify-content-end {
        justify-content: flex-start !important;
    }
}
.services-about-area h1 {
    margin-bottom: 20px;
}
.services-about-area .home-about-right {
    max-width: 580px;
    padding-right: 36px;
}
@media (max-width: 991px) {
    .services-about-area .home-about-right {
        padding-left: 15px;
    }
}
.services-about-area .single-services {
    margin-top: 10px;
}
.services-about-area .single-services h4 {
    margin: 20px 0;
}
.services-about-area .single-services .lnr {
    margin-top: 30px;
    font-size: 30px;
    color: #988fff;
}
@media (max-width: 360px) {
    .services-about-area .single-services p {
        font-size: 12px;
        width: 88%;
    }
}

.pre-welcome-content {
    text-align: left;
}
.pre-welcome-content h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1em;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (max-width: 360px) {
    .pre-welcome-content h1 {
        font-size: 40px;
    }
}
.pre-welcome-content h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
	text-align: center;
}
@media (max-width: 360px) {
    .pre-welcome-content h2 {
        font-size: 40px;
    }
}
.pre-welcome-content h6 {
    font-weight: 300;
    letter-spacing: 2px;
    z-index: 2;
    color: #fff;
}
@media (max-width: 360px) {
    .pre-welcome-content h6 {
        margin-top: 80px;
        font-size: 10px;
    }
}
.pre-welcome-content p {
    max-width: 450px;
}
.pre-welcome-area .overlay-bg {
    background-image: -moz-linear-gradient(0deg, #c4c2c1 0%, #c4c2c1 100%);
    background-image: -webkit-linear-gradient(0deg, #c4c2c1 0%, #c4c2c1 100%);
    background-image: -ms-linear-gradient(0deg, #c4c2c1 0%, #c4c2c1 100%);
}
.pre-welcome-area {
    background: url("../img/pre-welcome.jpg") center;
    background-size: cover;
}
.pre-welcome-area .overlay-bg {
    opacity: 0.6;
}
/*@media (max-width: 360px) {
    .pre-welcome-area .fullscreen {
        height: 100% !important;
    }
}*/
@media (max-width: 991px) {
    .pre-welcome-area .fullscreen {
        height: 100% !important;
		width: auto;
    }
}

.pre-welcome-area .primary-btn {
    padding-left: 30px;
    padding-right: 30px;
}

.brand-wrap-new {
    padding: 40px 0;
}
.brand-wrap-new .owl-carousel .owl-item img {
    width: auto !important;
}
.brand-wrap-new .single-brand {
    text-align: center;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(1%);
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.brand-wrap-new .single-brand:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 0.2;
}

.promote-work-area .single-promote-work .promote-work-icon-box span {
    background: -moz-linear-gradient(0deg, #f43d6a 0%, #f574dd 100%);
    background: -webkit-linear-gradient(0deg, #f43d6a 0%, #f574dd 100%);
    background: -ms-linear-gradient(0deg, #f43d6a 0%, #f574dd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 991px) {
    .promote-work-area .justify-content-around {
        justify-content: center !important;
    }
}
.promote-work-area .promote-work-process {
    padding: 0 30px;
}
@media (max-width: 991.98px) {
    .promote-process-area .promote-work-process {
        padding: 0;
    }
}
.promote-work-area .single-promote-work {
    margin-top: 30px;
    text-align: center;
}
@media (max-width: 767.98px) {
    .promote-work-area .single-promote-work {
        width: 100%;
    }
}
.promote-work-area .work-icon-box {
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 3px;
    border: 10px solid #eee;
    text-align: center;
}
.promote-work-area .work-icon-box span {
    line-height: 118px;
    font-size: 42px;
}
.promote-work-area .caption {
	width: auto;
    font-size: 20px;
    margin-top: 1px;
	text-transform: uppercase;
}
.promote-work-area .caption2 {
	font-style: oblique;
	width: auto;
	font-size: 14px;
	margin-top: 3px;
	text-align: center;
}
.promote-work-area .work-arrow {
    margin-top: -30px;
}
@media (max-width: 1199.98px) {
    .promote-work-area .work-arrow img {
        width: 40px;
        height: auto;
    }
}
@media (max-width: 991.98px) {
    .promote-work-area .work-arrow img {
        width: 25px;
        height: auto;
    }
}
@media (max-width: 767.98px) {
    .promote-work-area .work-arrow {
        display: none;
    }
}
.promote-work-area .img-center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;	
}

.top-service-area {
    background-image: -moz-linear-gradient(270deg, #8f8e8d 25%, #d6d2ce 30%, #ffffff 55%);
    background-image: -webkit-linear-gradient(270deg, #8f8e8d 25%, #d6d2ce 50%, #ffffff 75%);
    background-image: -ms-linear-gradient(270deg, #8f8e8d 25%, #d6d2ce 33%, #ffffff 55%);
}

.top-service-area .owl-carousel .owl-item img {
    width: auto !important;
}
.top-service-area .owl-dots {
    text-align: center;
    bottom: 5px;
    margin-top: 20px;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.top-service-area .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 20px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    margin-left: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.top-service-area .owl-dot.active {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #fff;
}
@media (max-width: 414px) {
    .top-service-area .active-top-service-carusel {
        padding: 30px;
    }
}
.top-service {
    text-align: center;
    padding: 30px;
    background: #f9f9ff;
    border: 1px solid #eee;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.top-service h5 {
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.top-service .desc {
    padding: 30px 0px;
}
.top-service:hover {
    cursor: pointer;
    background-color: #fff;
}
.top-service:hover h5 {
    color: #988fff;
}

.top-service-feed {
    margin: -5px;
}
.top-service-feed li {
    overflow: hidden;
    width: 25%;
}
.top-service-feed li img {
    margin: 25px;
}
.top-service-feed .caption3 {
	width: auto;
    font-size: 15px;
	margin: 5px 20px 10px 20px;
	text-transform: uppercase;
}
.top-service-feed .caption4 {
	width: auto;
    font-size: 15px;
	margin: 5px -50px 10px 160px;
	text-transform: uppercase;
}
.top-service-feed p {
	color: red;
}

.single-top-service h4 {
    padding: 20px 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 17px;
}
.single-top-service:hover {
    cursor: pointer;
}
.single-top-service:hover h4 {
    color: #988fff;
}
.single-top-service .thumb {
    overflow: hidden;
}
.single-top-service .thumb img {
    width: 100%;
	display: block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-top-service:hover .thumb img {
    transform: scale(0.7) rotateY(180deg);
}
@media (max-width: 960px) {
    .single-top-service {
        text-align: center;
        margin-bottom: 30px;
    }
}
.single-top-service .caption3 {
	width: auto;
    font-size: 15px;
	margin: 5px 20px 10px 20px;
	text-transform: uppercase;
}
.single-top-service .caption4 {
	width: auto;
    font-size: 15px;
	margin: 5px -50px 10px 160px;
	text-transform: uppercase;
}
.single-top-service p {
	color: red;
}

.col-lg-1-tsa,
.col-lg-2-tsa,
.col-lg-3-tsa,
.col-lg-4-tsa,
.col-lg-5-tsa,
.col-lg-6-tsa,
.col-lg-7-tsa,
.col-lg-8-tsa,
.col-lg-9-tsa,
.col-lg-10-tsa,
.col-lg-11-tsa,
.col-lg-12-tsa,
.col-lg-tsa,
.col-lg-auto-tsa,
.col-md-1-tsa,
.col-md-2-tsa,
.col-md-3-tsa,
.col-md-4-tsa,
.col-md-5-tsa,
.col-md-6-tsa,
.col-md-7-tsa,
.col-md-8-tsa,
.col-md-9-tsa,
.col-md-10-tsa,
.col-md-11-tsa,
.col-md-12-tsa,
.col-md-tsa,
.col-md-auto-tsa,
	
@media (min-width: 992px) {
    .col-lg-tsa {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto-tsa {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1-tsa {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2-tsa {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3-tsa {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4-tsa {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5-tsa {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6-tsa {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7-tsa {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8-tsa {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9-tsa {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10-tsa {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11-tsa {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12-tsa {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
	

@media (min-width: 768px) {
    .col-md-tsa {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto-tsa {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1-tsa {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2-tsa {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3-tsa {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4-tsa {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5-tsa {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6-tsa {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7-tsa {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8-tsa {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9-tsa {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10-tsa {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11-tsa {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12-tsa {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.nav-menu-new,
.nav-menu-new * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-menu-new ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.9);
}
.nav-menu-new li {
    position: relative;
    white-space: nowrap;
}
.nav-menu-new > li {
    float: left;
}
.nav-menu-new li:hover > ul,
.nav-menu-new li.sfHover > ul {
    display: block;
}
.nav-menu-new ul ul {
    top: 0;
    left: 100%;
}
.nav-menu-mew
ul li {
    min-width: 180px;
    text-align: left;
}


#nav-menu-container-new {
    margin: 0;
}
.nav-menu-new a {
    padding: 0 8px 0px 8px;
    text-decoration: none;
    display: inline-block;
    color: #222;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    outline: none;
}
.nav-menu-new > li {
    margin-left: 10px;
}
.nav-menu-new ul {
    margin: 22px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}
.nav-menu-new ul li {
    transition: 0.3s;
}
.nav-menu-new ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 12px;
    text-transform: none;
}
.nav-menu-new ul li:hover > a {
    color: #988fff;
}
.nav-menu-new ul ul {
    margin: 0;
}
#mobile-nav-toggle {
    position: fixed;
    right: 15px;
    z-index: 999;
    top: 60px;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}
@media (max-width: 767px) {
    #mobile-nav-toggle {
        top: 22px;
    }
}
#mobile-nav-toggle i {
    color: #222;
    font-weight: 900;
}
@media (max-width: 800px) {
    #mobile-nav-toggle {
        display: inline;
    }
    #nav-menu-container-new {
        display: none;
    }
}
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}
#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#mobile-nav ul li {
    position: relative;
}
#mobile-nav ul li a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 400;
}
#mobile-nav ul li a:hover {
    color: #fff;
}
#mobile-nav ul li li {
    padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #988fff;
}
#mobile-nav ul .menu-has-children li a {
    text-transform: none;
}
#mobile-nav ul .menu-item-active {
    color: #988fff;
}
#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}
body.mobile-nav-active {
    overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
    left: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}


