/* @font-face {
    font-family: 'GothamLight';
    src: url('../fonts/Gotham-Light.otf') format('truetype');
    font-weight: normal;
    font-style: normal;}
@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/Gotham-Bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;} */

    @font-face {
    font-family: 'Gordita Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Gordita Regular'), url('Gordita Regular.woff') format('woff');
    }
    @font-face {
    font-family: 'Gordita Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Gordita Bold'), url('Gordita Bold.woff') format('woff');
    }

::selection {background: #90df49; color: #FFF; text-shadow: none;}
::-moz-selection {background: #90df49; /* Firefox */ color: #FFF; text-shadow: none;}
::-webkit-selection {background: #90df49; /* Safari */ color: #FFF; text-shadow: none;}

body{font-family: 'Roboto', sans-serif; font-size:16px; line-height: 26px; color:#1a1a1a; margin: 0px; padding: 0px; background-color:#fff; -webkit-font-smoothing: antialiased;}
ul {list-style: none; margin:0;	padding:0;}
ul,li{padding:0; margin:0;}
li{list-style-type: none; font-size: 14px; font-weight: bold;}
.navbar-nav{margin: 0 0 0 0;}
.navbar-nav li a:hover,
.navbar-nav li a:focus {outline:none;	outline-offset: 0;text-decoration:none; background: transparent;}
a {color: #4f4f4f;	text-decoration: none;-webkit-transition: 300ms;	-moz-transition: 300ms;	-o-transition: 300ms;	transition: 300ms;}
a:focus, a:hover {color: #23527c; text-decoration: underline;}
a:active, a:hover {outline: 0;}


h1{font-family: 'Gordita Regular'; font-size:62px; color: #080808; line-height: 78px; margin: 0 0 0 0; padding: 0 0 0 0;}
h2{font-family: 'Gordita Regular', sans-serif; font-size:46px; color: #080808; line-height: 72px; margin: 0 0 0 0; padding: 0 0 0 0;}
h3{font-family: 'Gordita Regular', sans-serif; font-size:38px; color: #080808; line-height: 60px; margin: 0 0 0 0; padding: 0 0 0 0;}
h4{font-family: 'Gordita Regular', sans-serif; font-size:30px; color: #080808; line-height: 48px; margin: 0 0 0 0; padding: 0 0 0 0;}
h5{font-family: 'Gordita Regular', sans-serif; font-size:22px; color: #959595; line-height: 36px; margin: 0 0 0 0; padding: 0 0 0px 0;}
h6{font-family: 'Sacramento', cursive; font-size:32px; color: #080808; font-weight: 400; line-height: 44px; margin: 0 0 0 0; padding: 0 0 0px 0;}

p{font-family: 'Roboto', sans-serif; font-size:14px; line-height: 30px; color:#1a1a1a; margin:0px 0 0 0; padding: 0 0 0 0;}
@media (max-width:767px){
  /* h1{ font-size: 25px; margin: 0 0 0 0;}
  h2{ font-size: 18px; margin: 0 0 0 0;}
  h3{ font-size: 22px !important; } */
}
mark, .mark{background: rgb(19, 111, 245); color: #ffffff;}
.padding-top {padding-top:150px;}
.padding-bottom{padding-bottom:150px;}
.padding-none{padding: 0 0 0 0;}
.space-50{padding-top:50px;}
.space-bottom-50{padding-bottom:50px;}
.navbar-toggle {/*border:1px solid #fff;*/	margin-top:15px;}
.navbar-toggle i{color: #ffffff; font-size: 34px;}
/* .navbar-toggle .icon-bar {background-color:#000000;}
.navbar-toggle .icon-bar {display: block; width: 30px; height: 4px; border-radius: 1px;} */

.main-nav {left: 0;	position: absolute;	top: 0;	width: 100%; z-index: 1000; border: 0px;}
.top-bar-hide {display: none;}
.top-bar {position:absolute; right:30px;	top:25px;	z-index: 10;}
.top-bar span {margin-left:10px; float: left;}
.top-bar span a {color:#ffffff; font-size: 13px; font-weight: bold; float: left;}
.top-bar span a:hover {color: #ffffff; font-size: 13px; font-weight: bold; border: 0;}
.top-bar span i {color: #90df49;	margin-right: 10px; margin-top: 3px; font-size: 20px; float: left;}

#navigation .container {position:relative;}
.navbar-brand {width: 300px; height:auto; padding: 0px; margin:25px 0 0 0;}
.navbar-brand a:hover{border: 0px;}
.navbar-brand img{max-width: none;}
#navigation .navbar-right {margin-top: 60px; margin-right: 0px;}
#navigation .navbar-right li a {color:#ffffff; height: 100%; font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: normal; text-transform: none; margin: 0 3px; padding:3px 10px;}
#navigation .navbar-right li a.active,
#navigation .navbar-right li a:hover,
#navigation .navbar-right li a:focus,
#navigation .navbar-right li.active a{border-bottom: 3px solid #90df49;}
/*Main Carousel CSS*/
/* #carousel-wrapper {background: url("../images/cloud-bg.jpg") #ecf5f9 no-repeat center bottom;} */
/* #carousel-wrapper{background: linear-gradient(214deg, #f5004a, #28c1f1); background-size: 400% 400%; -webkit-animation: bra-indo-animation 10s ease infinite; -moz-animation: bra-indo-animation 10s ease infinite; animation: bra-indo-animation 10s ease infinite;} */
@-webkit-keyframes bra-indo-animation {
    0%{background-position:94% 0%}
    50%{background-position:7% 100%}
    100%{background-position:94% 0%}
}
@-moz-keyframes bra-indo-animation {
    0%{background-position:94% 0%}
    50%{background-position:7% 100%}
    100%{background-position:94% 0%}
}
@keyframes bra-indo-animation {
    0%{background-position:94% 0%}
    50%{background-position:7% 100%}
    100%{background-position:94% 0%}
}

#home-carousel  .item {background-position: top; background-repeat: no-repeat;	background-size:cover; width:100%; height:679px;}
.carousel-img img{width: 100%; height: auto;}
.carousel-caption {left:15px;	right:15px;	top:140px; font-size:15px; text-align:left; color:#0a3389; text-shadow:none;}
.banner-text{margin:0px 0 0 0; padding: 50px 0 0 0;}
.banner-text h1{padding: 0 0 0 0; margin: 0 0 35px 0; height: 45px; background: #2a0a58; color: #ffffff; float: left;}
.slide-h1-box{width: 100%; height: auto; float: left; padding: 4em 0 0 0;}
.slide-h1-box h6{color: rgb(255 255 255 / 50%); padding-bottom:20px; float: left;}
.slide-h1-box h4{width: 100%; float: left; font-size:22px; font-family: 'Roboto', sans-serif; color: rgb(209 218 255); line-height: 34px; padding-top: 20px;}
.slide-h1-box h2{width: 100%; height: auto; float: left; color: #ffffff;}
/* .carousel-caption h3 {color: #dbeaff;} */
.carousel-caption p {color: #dbeaff; text-transform: uppercase; font-size: 18px; max-width:580px;}
.primary-btn{margin-top: 25px; padding: 15px 40px; font-family: 'Roboto', sans-serif; float: left; background: rgb(255,104,46); background: linear-gradient(180deg, rgba(255,104,46,1) 39%, rgba(250,32,179,1) 100%); color: #ffffff; -webkit-font-smoothing:auto; font-size: 16px; border: 0px; -webkit-box-shadow: 0px 10px 18px -11px rgb(4 11 25); -moz-box-shadow: 0px 10px 18px -11px rgb(4 11 25); box-shadow: 0px 10px 18px -11px rgb(4 11 25); -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
/* { background: rgb(255,104,46); background: linear-gradient(180deg, rgba(255,104,46,1) 39%, rgba(250,32,179,1) 100%);} */
.primary-btn:hover,
.primary-btn:focus{text-decoration: none; background: rgba(250,32,179,1); color: #ffd8ed;}
.raise:hover,
.raise:focus {box-shadow: 0 0.5em 0.5em -0.4em var(--hover); transform: translateY(-0.25em);}
.secondary-btn{font-family: 'Gordita Regular', sans-serif; padding: 0px 10px 0 10px; border-bottom: 2px solid #90df49; font-size: 14px; color: #080808; margin: 25px 0 0 0px; float: left;}
.secondary-btn i{padding: 0 0 0 10px;}
.secondary-btn:hover{color: #7a725f; text-decoration: none; border-bottom: 2px solid #7a725f;}

.prodct-btn{margin-top: 25px; padding: 16px 40px; font-family: 'Roboto', sans-serif; text-transform: uppercase; background: #2b2532; color: #e4e0e0; -webkit-font-smoothing:auto; font-size: 14px; border: 0px; -webkit-box-shadow: 0px 10px 18px -11px rgb(4 11 25); -moz-box-shadow: 0px 10px 18px -11px rgb(4 11 25); box-shadow: 0px 10px 18px -11px rgb(4 11 25); -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
/* { background: rgb(255,104,46); background: linear-gradient(180deg, rgba(255,104,46,1) 39%, rgba(250,32,179,1) 100%);} */
.prodct-btn:hover,
.prodct-btn:focus{text-decoration: none; background: #000000; color: #ffffff;}

.container>.carousel-arrows {top: 580px; right:0;	position: relative;}
.home-carousel-left,
.home-carousel-right {position: absolute;	font-size:50px !important; z-index: 15;	color:#28c1f1;}
.home-carousel-left {left:0px;}
.home-carousel-right {left:25px;}

/*++++++++++++++++
Footer CSS
+++++++++++++++++*/
.footer {width: 100%; height: auto; float: left; background: #020a24;}
.footer h6{font-family: 'Gordita Bold'; font-size: 16px; padding-bottom: 20px; color: #909cc4;}
.foot-readmore-link{font-size: 13px; float: left; color: #909cc4;}
.foot-readmore-link i{color: #90df49; font-size: 18px; padding-right: 15px;}
.foot-readmore-link:hover{color: rgb(255 255 255 / 60%); text-decoration: underline; text-decoration-thickness:2px; text-decoration-color:#90df49;}
.logofooter {width: 100%; height: auto; float: left; padding:0 0;}
.logofooter label{width: 100%; height: auto; float: left; font-family: 'Gordita Bold'; font-size: 14px; padding-bottom: 20px; color: #909cc4;}
.logofooter img{width: 160px;}
.logofooter p{color:#909cc4; font-size:13px;}
.footer-col{float: left;}
/* .footer-col p { color:#565b5d; font-size:12px; margin-bottom:15px;} */
/* .footer-col p i { width:20px; color:#999;} */
.footer-ul { list-style-type:none;  padding-left:0; margin-left:2px; float: left; margin-bottom: 20px;}
.footer-ul li {width: 100%; float: left; font-size:13px; color: #565b5d; list-style: none; padding:5px 0px;}
/* .footer-ul li:last-child{border-right: 0px;} */
.footer-ul li a { color:#909cc4; text-transform: none; font-weight: normal;}
/* .footer-ul i { margin-right:10px;} */
.footer-ul li a:hover {color: #7f7f7f; text-decoration: underline; text-decoration-thickness:2px; text-decoration-color: #90df49;}
.social-links{margin: 0 0 0 0;}
.social-links ul{width: auto; height:  auto; float: left; padding: 0px 0 0 0px;}
.social-links ul li{width: 100%; height:  auto; float: left; padding:5px 0; list-style: none;}
.social-links ul li a{color:#909cc4; font-size:13px;}
.social-links ul li a i{color: #90df49; font-size: 18px; padding-right: 15px;}
.social-links ul li a:hover{color: #7f7f7f; text-decoration: underline; text-decoration-thickness:2px; text-decoration-color: #90df49;}
.social-links p{font-size: 13px; color: #909cc4; line-height: 30px;}
.copyright {width: 100%; float: left; background: #0b1534; padding: 0px 0; margin: 30px 0 0 0;}
.copyright .col-md-6{padding: 0px;}
.copyright p { text-align:left; color:rgb(255 255 255 / 60%); font-size: 13px; padding:10px 20px 10px 0px; margin-bottom:0; float: left;}
.post{width: 100%; height: auto; float: left; padding: 0px 0px 0 0px;}
.post p { font-size:13px; color:#909cc4; line-height:30px; padding-bottom: 30px; text-transform: capitalize;}
/* .post p span { display:block; color:#8f8f8f;} */
/* .post p a{color:rgb(255 255 255 / 60%); text-decoration:underline;} */
/* .post p a:hover{color: #7f7f7f; text-decoration: underline;} */
.email-call{width: 100%; height: auto; float: left; padding: 0px 10px 30px 0px;}
.email-call span{width: 100%; height: auto; float: left; }
.email-call i { color:#90df49; font-size:18px; padding-right: 15px;}
.email-call a { color:#909cc4; font-size:14px;}
.email-call a:hover {color: #7f7f7f; text-decoration: underline; text-decoration-thickness:2px; text-decoration-color: #90df49;}
.footer-support{width: 100%; height: auto; float: left; padding: 20px 10px 0 0px;}
.footer-support i {color: #1f5dc2; font-size: 38px; padding-bottom: 15px;}
.footer-support h4{font-family: 'Gordita Regular', sans-serif; font-size: 14px; text-transform: uppercase;}
.footer-support a{font-family: 'Gordita Regular', sans-serif; font-size: 22px; text-decoration: underline; text-transform: uppercase; text-decoration-color: #90df49; color: #001e44;}
.bottom_ul { list-style-type:none; float: left; padding-top:14px; padding-bottom: 14px; margin-bottom:0;}
.bottom_ul li { float:left; line-height:18px; color: #909cc4; font-size: 13px; text-transform: none; font-weight: normal; list-style: none; border-right: 1px solid rgb(255 255 255 / 50%); padding: 0 5px;}
.bottom_ul li:last-child{border-right: 0px;}
/* .bottom_ul li:after { content:"|"; color:rgb(255 255 255 / 60%); margin-right:7px; margin-left:7px;} */
.bottom_ul li a { color:#909cc4;  font-size:13px;}
.social-icon {width: 30px; height: 30px; font-size: 15px; background-color: blue; color: #fff; text-align: center; margin-right: 10px; padding-top: 7px; border-radius: 50%;}
.footer-social li{float:left; list-style: none;}
.footer-social li a img{float:left; margin: 0 10px 0 0; width:28px;}
.footer-social li a img:hover{opacity: 0.7;}
.linked-in{background-color:#007bb6;}
.facebook{background-color:#3b5998;}
.twitter{background-color:#1da1f2;}
.google{background-color:#f63e28;}
/* kreativemug styles */
.kreativemug{width:auto; float: right; margin-top: 0;}
.kreativemug span{text-align: left; color: rgb(255 255 255 / 50%); font-size: 13px; padding: 10px 0; margin-bottom: 0; float: left;}
.kreativemug a{text-align: left; color: rgb(255 255 255 / 50%); font-size: 13px; padding: 10px 0; margin-bottom: 0; float: left;}
.kreativemug i{font-size: 16px; color: rgb(255 255 255 / 50%); float: left; padding: 15px 6px 0 6px;}
.kreativemug a:hover{opacity: 0.8; text-decoration: underline;}

/* subpage css */
.about-banner{width:100%; height: 600px; background: url("../images/sub-pg-bnr.jpg") no-repeat bottom center #000fa0; background-size:contain;}
.product-banner{width:100%; height: auto; background: url("../images/prodct-pg-bnr.jpg") no-repeat top center #000fa0; background-size:cover;}
.services-banner{width:100%; height: 600px; background: url("../images/servcs-pg-bnr.jpg") no-repeat top center #000fa0; background-size:cover;}


/*careers page css*/
.contact-box{padding-top: 0px; margin-right:0px;}
.contact-box h2{text-align: center; padding-bottom: 30px;}
.contact-form{padding: 0px 0 0 0; /*float: left;*/}
.contact-form .form-group{margin-bottom: 30px; padding: 0 5px;}
.input-box{padding: 0 30px;}
.form-group span{font-size:14px; line-height:24px; color:#1b002e; }
.form-group label{color: #ff0000; background: none; padding: 0 0 0 0;}
/* .form-group input{height: 34px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: 14px; } */
/* .form-group select{height: 34px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-size: 14px; } */
.form-group textarea{-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  font-size:14px;}
.nav-social-links{margin:40px 0 0 0px;}
.nav-social-links h4{ margin: 0px 0 0px 0px; padding-bottom: 20px; font-size: 16px; font-family: 'Gordita Regular', sans-serif; text-transform: uppercase;}
.nav-social-links p {font-size: 14px; }
.nav-social-links ul{padding: 0 0 0 0; margin: 0 0 0 0;}
.nav-social-links ul li{list-style: none; float: left; margin: 0 15px 0 0;}
.nav-social-links ul li a{ float: left; padding: 0 0px;}
.nav-social-links ul li a i{font-size: 18px; color: #344dfd;}
.nav-social-links ul li a .fa-facebook{color: #4267B2;}
.nav-social-links ul li a .fa-instagram{color: #dd2a7b;}
.nav-social-links ul li a .fa-linkedin{color: #0077b5;}
.nav-social-links ul li a .fa-twitter{color: #00acee;}
.nav-social-links ul li a .fa-youtube{color: #e62117;}
.nav-social-links ul li a i:hover{opacity: 0.7;}

.contact-main-text {padding: 0 0 30px 0;}
.contact-main-text h2{padding-bottom: 15px;}
.contact-main-text h3{padding-bottom: 30px;}
.contact-main-text h5{padding-bottom: 10px;}
/* .building-box{padding: 0 0 0 0; margin: 0 0 0 0;} */
.building-box img{-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
.address-box{float: left;}
.address-box h6{padding: 0 0 15px 0;}
.address-box p{padding: 0 0 25px 0; font-size: 16px; line-height: 32px}
.address-box p span{font-weight: bold;}

.email-call-form{width: 100%; height: auto; float: left;}
.email-call-form span{width: 100%; height: auto; float: left; margin-bottom: 20px;}
.email-call-form i { color:#1a1a1a; font-size:18px; padding-right: 15px;}
.email-call-form a { color:#1a1a1a; font-size:14px;}
.email-call-form a:hover {color: #6d7c9b; text-decoration: underline; text-decoration-thickness:2px; text-decoration-color: #90df49;}
/* .address-box i{padding: 0 0 15px 0; color: #ffffff;} */
.form-box{margin: 0 0 0 0; }
.form-box h3{padding: 0 0 20px 0;}
.form-box h5{padding: 0 0 20px 0;}
.form-group input {width: 100%; height: 40px; border-radius: 6px; background: none; border: 1px solid #bfbfbf; box-shadow: none;}
.form-control{border: 0px;}
.form-group select {width: 100%; height: 38px; font-size: 14px; color: #868686; border-radius: 0px;background: none; border: 1px solid #bfbfbf; box-shadow: none;}
.form-group textarea{border: 1px solid #bfbfbf; border-radius: 6px; box-shadow: none;}
.career-img-box{padding: 10px;}
/*========================
g-map styles
===========================*/
.g-map{width: 100%; height: auto; float: left; margin-bottom: 0px; margin-top:0px; padding-left: 0; padding-right: 0;}
#map {width: 100%; height: 650px; margin-top: 0px; margin-bottom: 0px;}
.info-window {font-family: 'Roboto', sans-serif; font-size:14px; padding: 15px;}
.info-window h6{padding-bottom: 20px;}
.info-content {color: #999;}
/* .form-group span{ font-size: 14px; }
.form-group label{background: none; padding: 0 0 0 0;}
.form-group input{height: 38px; border-radius: 0px; font-family: 'Roboto', sans-serif; font-size:14px; }
.form-group textarea{border-radius: 0px; font-family: 'Roboto', sans-serif; font-size:14px; } */
.contact-page{padding: 100px 0;}
.info-window p{ padding: 0  0;}
/* BOX ON MAP  */
.box-contacts {width:330px; position: absolute; z-index: 1; left: 75px; margin-top: 100px; background: #f6004a; padding: 40px 60px; text-align: left; box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16); font-size: 14px;  text-transform: uppercase; color: #ffffff;}
.box-contacts h3{color: #ffffff; }


/*========================== MEDIA QUERY CSS FOR RESPONSIVE
 Extra small devices (phones, 600px and down)
 ================================ */
  @media only screen and (max-width: 600px) {
    .navbar-brand {width: 225px; margin:5px 5px;}
    .navbar-brand a img{width:150px; margin: 10px 0 0 0;}
    #navigation .navbar-right li a{color: #}
    .banner-text h1 {margin: 0 0 20px 0; height: 21px;}
    .sub-pg-text {margin: 30px 0 0px 0;}
    .sub-pg-img {margin:0px 0 0 0;}
    .sub-pg-text h1 { margin: 0px 0 15px 0; height: auto;}
    .sub-pg-text h3{float: left;}
    .carousel {margin: 0px; padding: 0 0 0 0px;}
    .carousel-img{margin: 0 0 0 0; padding: 0 0 0 0;}
    .carousel-caption{width: 100%;}
    .container>.carousel-arrows {top: 620px;}
    .welcome-box{padding:0 20px;}
    #myCarousel{top: 30px;}
    .vision-mission h2{padding: 0 0 0 0; margin: 0 0 0 0;}
    .vision-mission img {padding-bottom: 0px;}
    .vision-mission h5 {margin-bottom: 0px;}
    .sustain-home{padding: 0 0 50px 0;}
    .about-number h5 {margin: 15px 0px 0px 0px;}
    .flip-card{width: 100%; margin-top: 15px;}
    .form-box{padding: 30px;}
    .intro-txt-box{padding: 10px;}
    .intro-txt-box h2{padding: 20px 0 0px 0;}
    .tough-delivery div{padding: 10px;}
    .about-pg-intro{padding: 10px;}
    .about-pg-intro h4{font-size: 20px;}
    .input-box{padding: 0 0px;}
    .form-group{padding: 0px;}
    .contact-form .form-group{margin-bottom: 15px;}
    .contact-banner{background: url("../images/contact-bg.jpg") no-repeat top left -130px #1f5dc3; background-size: 960px}
    .intro-bullet-parent{padding: 20px 0px 0 10px}

    .slider-img{position: absolute; padding-top:0px !important; top: 110px;}
    .text-block{font-size: 65px !important; line-height: 80px !important; float: none !important;}
    .logofooter{padding-bottom: 25px;}
    .commitment-img img {position: inherit !important;}
    /* .slide-h1-box{padding:0 0 0 0;} */
    .slide-h1-box h2{line-height: 48px; padding-top: 30px;}
    .quality-curve-box h6{padding: 0 15px 10px 15px !important;}
    .quality-curve-box p{padding: 0 15px 10px 15px !important;}
    .yellow-box{top: 0 !important; padding: 45px !important;}
    .green-box2{top: 0 !important; left: 0 !important;}
    .vision-box{top: 0 !important; left: 0 !important;}
    .vision-mission h3{font-size: 38px !important;}
    .service-head h2 {position: relative !important; top: 60px !important;}
    .service-head span{font-size: 18px !important; top: 44px !important;}
    .service-additional{background-size: 540px !important;}
    .additional-box {padding: 10em 10px 0px 10px !important;}
    #google_translate_element{float: left !important; margin: 0px 0 20px 30px !important;}
  }

  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) {

  }

  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
    .navbar-brand{width: 180px;}
  }

  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {

  }

  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {

  }

  /*+++++++++++++++++
  nav with dropdowns++++++++++++++++++ */
.toggle, [id^=drop] {display: none;}
.toggle i{font-size: 34px; float: right; padding: 10px 5px 0 0;}
nav {width: 100%; height: auto; float: right; margin-top:0; padding: 0;}
nav:after {content:""; display:table; clear:both;}
nav ul {float: right; padding:0; margin:0; list-style: none; position: relative; top: 60px;}
nav ul li {text-transform: none; margin: 0px 5px; display:inline-block; float: left;}
nav a {margin: 0 3px; padding:3px 10px; color: #ffffff; font-size: 16px; display:block; text-decoration:none;}
/* nav ul li ul li:hover { border-bottom: 3px solid #90df49; } */
.menu ul li .active{text-decoration: none; border: 0; color: red; text-decoration: none;}
nav ul li ul li:hover{text-decoration: none; border: 0; color: red; text-decoration: none;}
nav a:hover {border-bottom: 2px solid #90df49; color: rgb(255 255 255 / 50%); text-decoration: none;}
nav a.active {border-bottom: 2px solid #90df49; color: rgb(255 255 255 / 50%); text-decoration: none;}
nav ul ul {display: none; position: absolute; top:35px; background: #18438e;}
nav ul li:hover > ul {display:inherit;}
nav ul ul li {width:100%; float:none; display:list-item; position: relative; padding: 3px 0; border-bottom: 3px solid #18438e;}
nav ul ul ul li {position: relative; top:-60px; left:170px; }

li > a:after { content:  ''; }
li > a:only-child:after { content: ''; }

@media all and (max-width : 768px) {

	nav {margin: 0; background: #0b2fa9; -webkit-box-shadow: 0px 2px 5px 0px rgb(23 30 99); -moz-box-shadow: 0px 2px 5px 0px rgb(23 30 99); box-shadow: 0px 2px 5px 0px rgb(23 30 99);}
	.toggle + a,
	.menu {display: none;}
  .toggle {display: block; padding:0 13px; color:#90df49; font-size:14px; text-decoration:none; border:none;}
  .toggle .fa-bars {display: block; padding:30px 10px; color:#90df49; text-decoration:none; border:none;}
  .toggle .fa-caret-down {display: block; padding: 0 0 0 0; color:#90df49; text-decoration:none; border:none;}
  .toggle:hover {background-color: none;}
  [id^=drop]:checked + ul {display: block;}
  nav ul{top: 0;}
	nav ul li {display: block; width: 100%; padding: 5px 10px;}
	nav ul ul .toggle,
	nav ul ul a {padding: 0 40px;}
  nav ul ul ul a {padding: 0 80px;}
	nav a:hover,
 	nav ul ul ul a {}
	nav ul li ul li .toggle,
	nav ul ul a,
  nav ul ul ul a{margin: 0 3px; padding:3px 10px; color:#FFF; font-size:14px;}
	nav ul li ul li .toggle,
	nav ul ul a {}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}

	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}

	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {position: static;}
}
@media all and (max-width : 330px) {
 	nav ul li {display:block; width: 94%;}

}
/* whatsapp style */
.float{position:fixed; width:55px; height:55px; bottom:80px; right:10px; background-color:#25d366; color:#FFF; border-radius:50px; text-align:center; font-size:30px; box-shadow: 2px 2px 3px #999; z-index:100;}
.my-float{margin-top:14px;}







/* CSS back to top rocket ====== */
#scroll {position:fixed; right:10px; bottom:10px; cursor:pointer; width:45px; height:45px; background: #6b39bd; /*background: rgb(141,243,73); background: linear-gradient(184deg, rgba(141,243,73,1) 0%, rgba(49,92,230,1) 100%);*/ text-indent:-9999px; display:none; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px;}
#scroll span {position:absolute; top:50%; left:50%; margin-left:-8px; margin-top:-12px; height:0; width:0; border:8px solid transparent; border-bottom-color:#ffffff;}
#scroll:hover {background-color:#b739bd; opacity:1;filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)";}





.whatsapp-btn {font-family: 'Gordita Regular', sans-serif; font-size: 16px;
    color: #87888b;
    text-decoration: none;
    float: left;
    margin: 35px 0 0 0;
}
.whatsapp-btn:hover{text-decoration: none;}
.whatsapp-btn span {
    border-bottom: 2px solid #87888b;
    margin-left: 10px;
}


/* services cards */
.row {
  display: flex;
  flex-wrap: wrap;
}
.column {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
}
.card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  background: rgb(51,122,251); background: linear-gradient(39deg, #1034a6 43%, #0e4ef9 100%); -webkit-border-radius: 8px;
  -moz-border-radius: 8px; border-radius: 8px;
  background-size: 100% 200%;
  background-position: 0 2.5%;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}
.card h6{color: #ffffff; padding-bottom: 20px;}
.card p{color: #ffffff; padding-bottom: 20px;}
.icon-wrapper {
  background-color: #003cc4;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  margin-bottom: 20px;
}
.card:hover {
  background-position: 0 100%;
}
.card:hover .icon-wrapper {
  background-color: #ffffff;
  color: #2c7bfe;
}
.card:hover h3 {
  color: #ffffff;
}
.card:hover p {
  color: #f0f0f0;
}
@media screen and (min-width: 768px) {
  section {
    /* padding: 0 2em; */
  }
  .column {
    flex: 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  section {
    /* padding: 1em 3em; */
  }
  .column {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.contact-intro{width: 100%; height: auto; float: left; }
.quick-contacts{width: 100%; padding: 2em; background: #fafafa; text-align: center; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; border: 1px solid #e7e8f3;}
.quick-contacts i{font-size: 38px; color: #214de0; padding: 0 0 20px 0;}
.quick-contacts h6{ padding-bottom: 10px; font-size: 22px; font-family: 'Gordita regular';}
.quick-contacts span a{color: #080808; font-size: 18px;}
.quick-contacts span a:hover{color: #6d7c9b; text-decoration: underline; text-decoration-color: #90df49;}
.contact-sec{width: 100%; height: auto; float: left; padding-top: 50px;}

.divider {display: flex;}
.divider:before, .divider:after {content: ""; flex: 1;}
.line {align-items: center; margin: 0.6em -1em;}
.line:before, .line:after {height: 2px; margin: 25px 15px 0 15px;}
.one-line:before, .one-line:after {background: #91df4a;}

.home-intro{width: 100%; height: auto; float: left;}
.home-introhead{margin: 0px auto; float: none; padding: 0 0 0px 0;}
.home-introhead h2{width: 100%; height: auto; float: left;}
.divider-text{padding-bottom: 0px;}
.intro-copy{padding: 30px;}
.intro-copy h6 {color: #727272; font-family: 'Roboto', sans-serif; font-size: 22px; line-height: 34px; padding-bottom: 30px; float: left;}
.intro-copy p{padding-bottom: 30px;}
.green-box{padding:20px 30px 20px 30px; background: rgb(32 57 252);
    background: linear-gradient(205deg, rgb(206 73 223) 0%, rgb(32 58 252) 94%); -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
.green-box img{padding-bottom: 30px;}
.green-box h5{color: #ffffff; font-family: 'Gordita Bold'; font-size: 30px;}
.green-box p{color: #ffffff; padding: 10px 0 10px 0;}
.intro-highlights{margin:50px 0 0 0;}
.icon-box{padding:0 15px; background: url("../images/left-border-img.jpg") no-repeat left bottom;}
.icon-box img{padding-bottom: 20px;}
.icon-box label{font-size: 14px; line-height: 18px; font-family: 'Gordita'; text-transform: uppercase; padding: 0 20px 0 0px; margin: 0 0 0 0;}

.quality-sec{width: 100%; height: auto; float: left;}
.promise-box{float: left;}
.promise-box h3{padding-bottom: 10px;}
.promise-box p{padding-right: 40px;}
.promise-box a{float: left; margin: 0px 30px 0 0; padding-top: 12px;}
.quality-curve-box{background: #f9f9f9; float: left; padding: 25px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
.quality-curve-box img{margin-bottom: 40px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 0px 17px 8px -1px rgba(202,201,204,1); -moz-box-shadow: 0px 17px 8px -1px rgba(202,201,204,1); box-shadow: 0px 17px 8px -1px rgba(202,201,204,1);}
.quality-curve-box h6{padding:0 0 10px 0; color: #000000; font-size: 22px; font-family: 'Gordita'; line-height: 34px;}
.quality-curve-box p{padding: 0 0 0px 0;}
.aldiyaan-numbers{padding:30px 0px 0 20px; margin:50px 0; background: url("../images/circle-img-bg.png") no-repeat left top;}
.aldiyaan-numbers h6{color: #000000; font-family: 'Gordita Bold';}
.aldiyaan-numbers p{line-height: 16px;}

.aspiration-sec{width: 100%; height: auto; float: left; background-image: radial-gradient(#d0cde0 1px, transparent 1px); background-size: 5px 5px;
background-color: #f9f9f9;}
.aspiration-sec h6{color: #ffffff;}
.aspira-container{padding: 0px; background: rgb(126,29,170); background: linear-gradient(319deg, rgba(126,29,170,1) 0%, rgba(205,12,173,1) 100%); -webkit-border-top-right-radius: 120px; -moz-border-radius-topright: 120px; border-top-right-radius: 120px; -webkit-box-shadow: 0px 17px 8px -1px rgba(202,201,204,1); -moz-box-shadow: 0px 17px 8px -1px rgba(202,201,204,1); box-shadow: 0px 17px 8px -1px rgba(202,201,204,1);}
.challenges-txt p{color: #ffffff; padding: 25px 0 0 0;}
.challenges-txt h5{color: #ffffff; font-family: 'Gordita Bold'; font-size: 38px;}

.whyus-sec{width: 100%; height: auto; float: left; background: url("../images/happen-bg.jpg") no-repeat top left #fff443; background-size: cover;}
.whyus-sec h5{color: #080808; padding-bottom: 20px;}
.whyus-sec h6{color: #080808;}
.whyus-sec span{color: #2c2d1d; font-family: 'Roboto', sans-serif; font-size: 22px; line-height: 34px; padding-bottom: 40px; float: left;}
.whyus-box-1{ height: auto; float: left; background: #dcf1f9; padding: 30px; margin: 20px 20px 0 0;  -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
.whyus-box-2{height: auto; float: left; background: #d7f6f2; padding: 30px; margin: 20px 20px 0 0;  -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
.whyus-box-3{height: auto; float: left; background: #ffe9f7; padding: 30px; margin: 20px 20px 0 0; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}

.logo-scroll{width: 100%; height: auto; float: left;}
.logo-scroll h4{padding-bottom: 30px;}
.logo-scroll img{padding:0 30px 20px 0px;}

.quick-sec{width: 100%; height: auto; float: left;}
.get-touch{padding: 35px; background: #70135a; float: left;}
.get-touch i{font-size: 18px; color: #ffffff; background: #d4006f; padding: 20px; float: left; margin-bottom: 15px; webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px;}
.get-touch label{width: 100%; float: left; color: #ffffff; font-family: 'Gordita Bold'; font-size: 12px; text-transform: uppercase; margin: 0 0 0 0;}
.get-touch a{color: #ffffff; float: left; border-bottom: 2px solid #90df49; margin-bottom: 5px;}
.get-touch a:hover{color: #f9bdeb; text-decoration: none; border-bottom: 2px solid #d4006f;}
.get-touch p{width: 100%; color: #ffffff; float: left; margin-bottom: 20px; line-height: 22px;}
.post-address{padding: 35px; background: #d4006f; float: left; }
.post-address i{font-size: 18px; color: #ffffff; background: #70125a; padding: 20px; float: left; margin-bottom: 15px; webkit-border-radius: 60px; -moz-border-radius: 60px; border-radius: 60px;}
.post-address label{width: 100%; float: left; color: #ffffff; font-family: 'Gordita Bold'; font-size: 12px; text-transform: uppercase; margin: 0 0 41px 0;}
.post-address a{color: #ffffff; float: left; border-bottom: 2px solid #90df49; margin-bottom: 5px;}
.post-address a:hover{color: #f9bdeb; text-decoration: none; border-bottom: 2px solid #70135a;}
.post-address p{width: 100%; color: #ffffff; float: left; margin-bottom: 35px; line-height: 22px;}

.full-box{padding: 16em 4em 4em 4em; height: 100%; min-height:100%; position: absolute; right: 0;  background: rgb(126,29,170); background: linear-gradient(319deg, rgba(126,29,170,1) 0%, rgba(205,12,173,1) 100%); -webkit-border-top-right-radius: 120px; -moz-border-radius-topright: 120px; border-top-right-radius: 120px;}
.full-box span{font-family: 'Gordita Bold'; color: #ffffff; font-size: 18px; text-transform: uppercase;}
/* .gradient-background {background: linear-gradient(191deg,#ff632a,#323fda,#8a4df6,#950f35,#4b135a); background-size: 300% 300%; animation: gradient-animation 10s ease infinite;}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
} */

/* ++++++++++++++++++++++++++++
Product slider homepage
++++++++++++++++++++++++++++ */
.ftco-section {width: 100%; height: auto; float: left; padding: 0; }

.ftco-no-pt {
  padding-top: 0; }

.ftco-no-pb {
  padding-bottom: 0; }

.heading-section {
  font-size: 28px; }

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-item {
    opacity: 1; }
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .owl-nav {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .owl-carousel .owl-nav .owl-prev,
    .owl-carousel .owl-nav .owl-next {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -10px;
      color: rgba(0, 0, 0, 0.2) !important;
      -webkit-transition: 0.7s;
      -o-transition: 0.7s;
      transition: 0.7s;
      opacity: 1; }
      @media (prefers-reduced-motion: reduce) {
        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next {
          -webkit-transition: none;
          -o-transition: none;
          transition: none; } }
      .owl-carousel .owl-nav .owl-prev span:before,
      .owl-carousel .owl-nav .owl-next span:before {
        font-size: 22px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        @media (prefers-reduced-motion: reduce) {
          .owl-carousel .owl-nav .owl-prev span:before,
          .owl-carousel .owl-nav .owl-next span:before {
            -webkit-transition: none;
            -o-transition: none;
            transition: none; } }
      .owl-carousel .owl-nav .owl-prev:hover span:before,
      .owl-carousel .owl-nav .owl-next:hover span:before {
        color: #b063c5; }
    .owl-carousel .owl-nav .owl-prev {
      right: 0;
      margin-right: 20px; }
    .owl-carousel .owl-nav .owl-next {
      right: 0; }
  .owl-carousel .owl-dots {
    text-align: left;
    margin-top: 10px; }
    .owl-carousel .owl-dots .owl-dot {
      width: 14px;
      height: 14px;
      margin: 5px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.1);
      position: relative; }
      .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
        outline: none !important; }
      .owl-carousel .owl-dots .owl-dot.active {
        background: #91df4a; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.work {
  width: 100%; }
  .work .img {
    width: 100%;
    height: 270px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 20px 35px -30px rgba(0, 0, 0, 0.26);
    z-index: 0; }
    .work .img:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      z-index: -1;
      background: rgba(255, 93, 177, 0);
      background: -moz-linear-gradient(top, rgba(255, 93, 177, 0) 0%, rgba(148, 54, 103, 0) 42%, black 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 93, 177, 0)), color-stop(42%, rgba(148, 54, 103, 0)), color-stop(100%, black));
      background: -webkit-linear-gradient(top, rgba(255, 93, 177, 0) 0%, rgba(148, 54, 103, 0) 42%, black 100%);
      background: -o-linear-gradient(top, rgba(255, 93, 177, 0) 0%, rgba(148, 54, 103, 0) 42%, black 100%);
      background: -ms-linear-gradient(top, rgba(255, 93, 177, 0) 0%, rgba(148, 54, 103, 0) 42%, black 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 93, 177, 0)), color-stop(42%, rgba(148, 54, 103, 0)), to(black));
      background: linear-gradient(to bottom, rgba(255, 93, 177, 0) 0%, rgba(148, 54, 103, 0) 42%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#000000', GradientType=0 );
      opacity: .6; }
  .work .text {padding: 10em 2em 2em 2em;}
    .work .text h5 {
      /* font-size: 34px; */
      /* font-weight: 400; */
      /* font-family: "Playfair Display", serif; */
      margin-bottom: 0; }
      .work .text h5 a {font-size: 22px; color: #ffffff; text-shadow: 3px 3px 2px rgba(0,0,0,0.51); font-family: 'Gordita Bold';}
    .work .text .cat {
      font-size: 12px;
      color: #ffffff;
      font-weight: 400;
      background: #fa20b3;
      padding: 1px 8px;
      text-transform: uppercase;
      letter-spacing: 1px;
      display: inline-block;
      margin-bottom: 5px; }
.about-sec{width: 100%; height: auto; float: left;}
.about-sec h2{padding-bottom: 30px;}
.about-sec h6{font-family: 'Roboto', sans-serif; font-size: 22px; line-height: 34px; padding-bottom: 20px;}
.abt-img-box{}
.abt-img-box img{margin-bottom: 20px; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 0px 17px 28px -1px rgba(202,201,204,1); -moz-box-shadow: 0px 17px 28px -1px rgba(202,201,204,1); box-shadow: 0px 17px 28px -1px rgba(202,201,204,1);}
.abt-img-box h6{padding: 1em; font-family: 'Roboto', sans-serif; font-size: 22px; line-height: 34px;}
.abt-img-box p{padding:0 2em;}

.vision-mission{width: 100%; height: auto; float: left; background: url('../images/mission-sec-bg.png') bottom left 100px no-repeat #6b39bd; background-size: 500px;}
.vision-mission h6{color: #d0b3ff;}
.vision-mission h3{color: #ffffff; padding-bottom: 20px;}
.vision-mission h5{color: #ffffff; padding: 15px 0;}
.vision-mission p{color: #ffffff;}
.green-box2{padding:30px; position: relative; top:-170px; left: 50px; background: #ff4a9c; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
.green-box2 img{margin-bottom: 30px;}
.green-box2 h5{color: #ffffff; font-family: 'Gordita Bold'; font-size: 30px; line-height: 40px; padding: 0 0 0 0;}
.green-box2 p{color: #ffffff; padding: 0px 0 0px 0;}

.yellow-box{padding:30px; position: relative; top:-300px; background: url("../images/retail-leader.png") top 2em center no-repeat #2f135e; background-size: 90%; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
.yellow-box img{padding-bottom: 30px;}
.yellow-box h3{color: #fff; font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 30px; padding-top: 13em;}
.yellow-box p{color: #ffffff; padding: 10px 0 10px 0;}

.vision-box{padding:30px; position: relative; top:-130px; left: 30px;}
.vision-box h3{padding: 20px 0 0 0; color:#ffffff;}
.vision-box h5{color: #eee4ff; font-family: 'Roboto', sans-serif; font-size: 18px; line-height: 30px; padding-bottom: 20px}

/* product cards css */
.box {position: relative;
  max-height: 300px;
  border-radius: 8px;
  overflow: hidden;}
.box .hide {opacity: 0;}
.box .frame {
  position: absolute;
  border: 1px solid #fff;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box h5, .box p {
  position: absolute;
  color: #fff;
  z-index: 2;
  width: 100%;
  transition: opacity 0.2s, transform 0.3s;
}
.box h5 {
  /* font-weight: 500; */
  font-size: 22px; text-shadow: 3px 3px 2px rgba(0,0,0,0.51);
  margin-bottom: 0;
  letter-spacing: 1px;
}
.box p {
  bottom: 0;
  font-size: 14px;
  letter-spacing: 1px;
}
.box:hover {
  transition: all 0.3s ease-in-out;
}
.box:hover:before {
  transition: all 0.3s ease-in-out;
}
.box img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.box img:hover {
  transition: all 0.3s ease-in-out;
}
.box img:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.box img:hover {
  transition: all 0.3s ease-in-out;
}

.vintage h5 {
  top: 50%; font-family: 'Gordita bold';
  transform: translate3d(0, 60px, 0);
  text-align: center;
}
.vintage p {
  opacity: 0;
  bottom: 0;
  transform: translate3d(0, -10px, 0);
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}
.vintage:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%); */
  background: linear-gradient(to bottom, rgb(238 30 228 / 50%) 0%, rgb(51 83 255 / 50%) 75%);
  z-index: 2;
  bottom: -100%;
  left: 0;
}
.vintage:hover:before {
  bottom: 0;
}
.vintage:hover h5 {
  bottom: 40px;
  transform: translate3d(0, 20px, 0);
}
.vintage:hover p {
  opacity: 1;
  transform: translate3d(0, -30px, 0);
}

/*  =  == = = = = Gallery filter ============== */
.product-sec li{list-style-type: none; margin-bottom: 20px; text-align: center;}
.product-sec ul{ margin: 10px 0;}
section#gallery{ padding: 20px; }
section#gallery > h1{text-align: center; font-size: 3em; padding: 40px 0; font-weight: normal;}
.button-group{ text-align: left; margin-bottom: 20px;}
.btn{padding: 10px 30px; color: #080808; font-size: 16px; font-family: 'Gordita regular'; border: none; background: none;}
.btn.on{background: #efefef;}

/* grid */
.grid{ display: flex; }
.grid-item {
  width: 33.3%;
  padding-left:5px; padding-right:5px;
}

.service-section{width: 100%; height: auto; float: left;}
.service-head span{color: #727272; font-family: 'Roboto', sans-serif; font-size: 22px;}
/* .service-head h2{position: absolute; top: 0px;} */
.services-highlights{padding:60px; background: #fff; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: 3px 3px 46px 0px rgba(240,240,240,1); -moz-box-shadow: 3px 3px 46px 0px rgba(240,240,240,1); box-shadow: 3px 3px 46px 0px rgba(240,240,240,1);}
.services-highlights h5{color: #080808;}
.services-highlights-2{padding:60px; background: #31c77f; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
.services-highlights-2 h5{color: #ffffff;}
/* .service-box{padding: 30px; float: left; border: 1px solid #727272; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;} */

.service-box {display: block; top: 0px; position: relative; border-radius: 4px; padding: 30px; margin-bottom: 30px; text-decoration: none; z-index: 0; overflow: hidden; border: 1px solid #e1e1e1;}
.service-box:hover {transition: all 0.2s ease-out; -webkit-box-shadow: 3px 3px 46px 0px rgba(240,240,240,1); -moz-box-shadow: 3px 3px 46px 0px rgba(240,240,240,1); box-shadow: 3px 3px 46px 0px rgba(240,240,240,1); top: -4px; border: 1px solid #ffffff; background-color: white;}
.service-box img{width: 64px; height: auto; float: left; padding-bottom: 20px;}
.service-box h5{width: 100%; height: auto; float: left; color: #080808; font-size:22px; line-height: 28px; font-family: 'Roboto', sans-serif;}
.service-box-subdiv{width: 100%; height: auto; float: left; border-bottom: 1px solid #e1e1e1; padding: 0 0 20px 0; margin: 0 0 15px 0;}
.expertise-box{padding:30px; background: #000fa0; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
.expertise-box h3{color: #ffffff; font-family: 'Gordita bold'; line-height: 44px; padding: 15px 0 15px 0;}
.expertise-box p{color: #ffffff;}

.service-additional{width: 100%; height: auto; float: left; background: url("../images/service-addi.jpg") no-repeat top center #ffe226; background-size: contain;}
.additional-box{padding:25em 30px 30px 30px;}
.additional-box h4{padding-bottom: 20px;}
.additional-box p{}


.partner-sec{width: 100%; height: auto; float: left; }
  /* background: url("../images/partners-bg.jpg") no-repeat top left #fff443; background-size: cover; */
.partner-sec h3{padding: 0 0 0.5em 0;}
.partner-sec span{color: #727272; font-family: 'Roboto', sans-serif; font-size: 22px; line-height: 34px; padding-bottom: 40px; float: left;}
.partner-details{padding: 0px;}
.market-dets{padding: 15px 15px 15px 0; margin-bottom: 30px;}
.market-dets h5{font-family: 'Gordita bold'; color: #080808;}

/* translate CSS */
/* #translation{width: auto; height: auto; float: left; padding: 10px;} */
/* #google_translate_element{padding: 10px; float: left; background: #f2f2f2;} */
.goog-te-gadget-icon {display:none;}
.goog-te-gadget-simple {background-color: #ecebf0 !important; border:0 !important; font-size: 10pt; font-weight:normal !important; display: inline-block; padding:2px 2px !important; cursor: pointer; zoom: 1;}
.goog-te-gadget-simple  span {color:#3e3065 !important;}
.VIpgJd-ZVi9od-xl07Ob-lTBxed {margin-left: 0 !important; margin-right: 0 !important; padding: 0 5px 0 5px !important;}
