:root{
    --color-theme: #ffdb00;
    --color-light:#000000;
}

body{
	font-family: 'Nunito', sans-serif;
	-webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: #222;
    font-weight: 400;
    font-family: Nunito;
    font-size: 15px;
}
h1, .h1, h2{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
}
.bg-overley{
    position: absolute;
    background: #0000007a;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.navbar-brand img{
    border-radius: 9px;
    width: 100%;
}
.bg-logo{
    background-color: #000!important;
}
.text-logo{
    background-color: #e0c495!important;
}
.text-theme{
    color: var(--color-theme);
}
.border-theme{
    border-color: var(--color-theme);
}
.bg-theme{
    background: var(--color-theme)!important;
}
.bg-gradient{
    background: linear-gradient(to right, var(--color-theme), #000000)!important;
}
.btn-theme{
    background: var(--bs-black);
    color: var(--color-theme);
    border: 2px solid var(--bs-black);
}
.btn-theme:hover,
.btn-theme:focus{
    background: var(--color-theme);
    color: var(--bs-black);
    border: 2px solid var(--bs-black);
}
.font2{
	font-family: 'Josefin Sans', sans-serif;
}
.topbar{
	border-bottom: 1px solid #434141;
    background: #000;
}
.navbar{
    padding: 0px;
}
.topbar .contact-details a{
	color: var(--color-theme);
    font-weight: 400;
    font-size: 14px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-left: 1px solid #84848426;
    line-height: 45px;
    display: inline-block;
}
.topbar .contact-details a:last-child,
.topbar .top-social a:last-child{
	border-right: 1px solid #84848426;
}

.topbar .contact-details a .icon{
	color: var(--color-theme);
	padding-right: 8px;
}
.topbar .top-social a{
	color: var(--color-theme);
    font-weight: 400;
    font-size: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
    border-left: 1px solid #84848426;
    line-height: 45px;
    display: inline-block;
}
header .navbar-brand{
	max-width: 250px;
}
header .navbar-nav .nav-link{
	padding-top: 32px;
    padding-bottom: 32px;
    color:var(--bs-white);
    font-size: 18px; 
    font-weight: 700;
    text-transform: uppercase;
}
.banner-caption{
    position: absolute;
    left: 0;
    top: 37%;
    width: 100%;
    right: 0;
}
.what-we-do .card-grid {
  display: flex;
  height: 700px;
}
.banner-logo{
    width: 170px;
    margin-bottom: 1.6rem;
}
.enquiry img{
    width: 50px;
}
/*.blog-products .card .card-body{
    min-height: 237px!important;
}*/

.what-we-do .section {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  color: #fff;
  transition: flex .4s ease;
  position: relative;
  border-right: 1px solid #636060;
}
.mlist-icon{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #fe9f10;
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / 50%) !important;
}
.item-list li{
    font-size: 18px;
    border-bottom: 1px solid #5d5d5d;
    line-height: 40px;
}
.what-we-do .section .overlay {
  background-color: rgb(0 0 0 / 45%);
  width: 100%;
  height: 100%;
  position: absolute;
  transition: background-color .8s ease;
}

.what-we-do .section .content {
  z-index: 2;
  max-width: 75%;
  position: absolute;
}
.menu-box{
    margin-bottom: 2rem;
}
.sub_info{
    font-size: 13px;
    color: #ddd;
    display: block;
}
.what-we-do .section:hover {
  flex: 100%;
}

.what-we-do .section:hover .overlay {
  background-color: rrgb(0 0 0 / 45%);
}
.vm-sec .card{
    min-height: 340px;
}
.flat-clients {
    background: url('../images/brands-bg.jpeg');
    padding: 50px 10px 30px;
}
.cta-home{
    background: url('../images/cta-bg-home.jpg');
    padding-left: 2rem;
    padding-right: 2rem;
    background-position: center;
    padding-top: 8rem;
    padding-bottom: 5rem;
    background-size: cover;
}
.cta-home-right{
    background: #fff;
    border-radius: 0.5rem;
    padding: 3rem 3rem 3rem 5rem;
    position: relative;
}
.cta-logo{
    background: #fff;
    position: absolute;
    border-radius: 0.5rem;
    left: -12%;
    top: -22%;
}
.cta1{
	color: var(--bs-black);
	text-align: center;
	padding-top: 3rem;
    padding-bottom: 3rem;
}
.brands .slide-arrow {
    position: absolute;
    top: 61%;
    background-color: #38332d00;
    border: 2px solid #302f2f;
    border-radius: 5px;
}
.next-arrow {
    font-size: 20px;
    color: #000;
    right: 2%;
}
.brands .prev-arrow {
    left: 2%;
}
.brands .thumb-clients{
     width: 13%;
    float: left;
    line-height: 180px;
    padding-left: 20px;
}
.brands .thumb-clients img{
     width: 220px;
     border-radius: .5rem;
}
.vm-sec .card{
    transition: all 0.3s ease-in-out;
}
.vm-sec .card .icon{
    width: 100px;
    height: 100px;
    background: #f7f7f7;
    border-radius: 50%;
    padding: 15px;
    border: 3px solid #296cc563;
    margin-left: auto;
    margin-right: auto;
}
.vm-sec .card:hover{
    background: var(--color-theme);
    color: #fff;
    transform: translateY(-15px);
}
.vm-sec .card:hover .icon{
    background: #fff;
    border: 3px solid #fff;
}
.vm-sec .card:hover h2{
    color: #fff!important;
}
.process-box{
    text-align: center;
}
.process-box .process-icon{
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 50%;
    background: var(--bs-black);
    padding: 25px;
    display: flex;
    align-items: center;
    border: 3px solid var(--color-theme);
}
.process-box p{
    font-size: 20px;
    font-weight: 600;
}
.footer .footer-divider {
    height: 3px;
    width: 100px;
    background:linear-gradient(to right, var(--color-light), #555, var(--color-light));
    margin-bottom: 1rem;
    border-radius: 25px;
}
.footer .footer-links ul li a {
    line-height: 31px;
    text-decoration: none;
}
.footer .footer-credits2 {
    text-align: right;
}
.inner-banner::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #00000047;
}
.inner-banner{
	position: relative;
    padding: 14rem 0 14rem;
    background-position: top!important;
    background-size: cover!important;
}
.inner-banner h1{
	position: relative;
    z-index: 99;
}
.contact-banner{
	background: url('../images/contact-banner.jpg');
}
.about-banner{
	background: url('../images/about-banner.jpg');
}
.menu-banner{
    background: url('../images/menu-banner.jpg');
}
.services-banner1{
    background: url('../images/services-banner1.jpg');
}
.specialities-banner{
    background: url('../images/specialities-banner.jpg');
}
.services-banner2{
    background: url('../images/services-banner2.jpg');
}
.contact-content {
    text-align: center;
    border: 2px solid var(--color-theme);
    padding: 15px 10px 15px!important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
/*    height: 260px;*/
    background: #fdfdfd;
    box-shadow: 0px 6px 7px 0px #296cc52e;
}
.contact-content .c-icon{
    width: 50px;
}

.service-slider .slide-arrow.prev-arrow{
    position: absolute;
    top: 20%;
    background-color: var(--color-theme);
    border: 2px solid var(--color-theme);
    border-radius: 5px;
    z-index: 8;
    font-size: 20px;
    color: var(--bs-dark);
    left: -4%;
    cursor: pointer!important;
}
.service-slider .slide-arrow.next-arrow{
    position: absolute;
    top: 20%;
    background-color: var(--color-theme);
    border: 2px solid var(--color-theme);
    border-radius: 5px;
    z-index: 8;
    font-size: 20px;
    color: var(--theme-dark);
    right: -4%;
    cursor: pointer!important;

}
.gallery-box{
    height: 270px!important;
    overflow: hidden;
    margin-bottom: 2rem;
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
/*    border: 2px solid #fe9f10;*/
    margin-left: 5px;
    margin-right: 5px;
}
.conditions-box{
    margin-bottom: 30px;
}
.conditions-box .condition-icon{
    width: 120px;
    height: 120px;
    display: block;
    margin: auto;
    padding: 20px;
    background: var(--bs-black);
    border-radius: .5rem;
    border: 2px solid var(--color-theme);
}
.conditions-box p{
    font-size: 20px;
    font-weight:600 ;
    margin-top: 10px;
    text-align: center;
}
.gallery-box img{
    width: 100%;
    min-height: 100%;
}

.contact-content:hover {
	outline: 10px solid #ffbb4c70;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.contact-content p a{
	text-decoration: none;
	color: #000;
}
.contact-content p a i{
	color: #296cc5;
}
.exp-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #060c21;
/*    min-height: 100vh;*/
    position: sticky;
}

.exp-cards .container {
    position: relative;
    width: 90%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-template-rows: auto;
    gap: 40px 40px;
}

.exp-cards .card-exp {
    position: relative;
    height: 400px;
    background: #060c21;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    cursor: pointer;

}

.exp-cards .card-exp:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, .05);
    pointer-events: none;
}

.exp-cards .card-exp.skew::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: #fff;
    transform: skew(2deg, 2deg);
    z-index: -1;
}

.exp-cards .card-exp.skew.glow:nth-child(1)::before {
    background: linear-gradient(315deg, #ff0057, #e64a19);
}

.exp-cards .card-exp.skew.glow:nth-child(2)::before {
    background: linear-gradient(315deg, #89ff00, #00bcd4);
}

.exp-cards .card-exp.skew.glow:nth-child(3)::before {
    background: linear-gradient(315deg, #e91e63, #5d02ff);
}

.exp-cards .card-exp.skew.glow:nth-child(4)::before {
    background: linear-gradient(315deg, #ff0000, #ffc107);
}

.exp-cards .card-exp .content1 {
    position: relative;
    padding: 20px;
    transform: translateY(40px);
}

.exp-cards .card-exp .content1 h2 {
    position: absolute;
    top: -60px;
    right: 20px;
    margin: 0;
    padding: 0;
    font-size: 10em;
    color: rgba(255, 255, 255, .05);
    transition: .5s;
}

.exp-cards .card-exp:hover .content1 h2 {
    top: -140px;
}

.exp-cards .card-exp .content1 h3 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.exp-cards .card-exp .content1 p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
}

.exp-cards .card-exp .content1 a {
    margin: 20px 0 0;
    position: relative;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #fff;
    display: inline-block;
    color: #fff;
    transition: .5s;
    transform: translateY(-40px);
    opacity: 0;
    visibility: none;
}

.exp-cards .card-exp:hover .content1 a {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.exp-cards .card-exp .content1 a:hover {
    background: #fff;
    color: #000;
}
.exp-cards img{
	    margin-top: -40px;
    margin-bottom: 20px;
}
@keyframes colorChange {
    0% {
        color: #fff;
    }

    50% {
        color: #b1b493;
    }

    80% {
        color: #4f8a8b;
    }

    100% {
        color: #fff;
    }
}

/* =======================Responsive Breakpoint ========================== */

.hr-icon img{
    width: 51px;
    margin-top: 16px;
}
.hr-icon{
    margin-bottom: 2rem;
    text-align: center;
    height: 100px;
}
.hr-icon:after{
    content: "";
    background: url('../images/ring.png');
    position: absolute;
    top: 0;
    width: 120px;
    height: 120px;
    background-size: 100%;
    background-position: center;
    left: 50%;
    margin-left: -60px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: service-hex-1 2s infinite linear;
    -moz-animation: service-hex-1 2s infinite linear;
    -o-animation: service-hex-1 2s infinite linear;
    animation: service-hex-1 2s infinite linear;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
.hr-block .card:hover .hr-icon:after  {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@keyframes service-hex-1 {
    0% {
        -moz-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    100% {
        -moz-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}
.reasons-block .card{
    min-height: 307px;
}
.reasons-block .card img{
    max-width: 100px;
}
.hr-block .card{
    min-height: 370px;
}
.reasons-block .card{
    transition: all 0.3s ease-in-out;
}
.reasons-block .card:hover {
    background: var(--color-theme);
    color: #fff;
    transform: translateY(-15px);
}
.reasons-block .card:hover img{
    filter: brightness(0) invert(1);
}
.reasons-block .card:hover h5{
    color: #fff!important;
}
.industry-list li{
    font-size: 18px;
}
.industry-list li i{
    font-size: 22px;
    vertical-align: text-top;
}
.whatsapp {
    position: fixed;
    top: 65%;
    right: 4px;
    z-index: 1000;
    border-radius: 50%;
}
.whatsapp img {
    width: 50px;
    height: 50px;
}
.carousel-control-prev {
    left: -8rem;
}
.carousel-control-next {
    right: -8rem;
}
.carousel-control-prev span,
.carousel-control-next span{
    background-color: #000;
    border-radius: 7px;
}
.carousel .slick-img{
    height: 250px;
    overflow: hidden;
    border-radius: 5px;
    border-width: 3px !important;
    border-color: var(--bs-dark-border-subtle) !important;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.carousel .slick-img img{
    max-width: 100%;
}
.bg-yellow{
    background: #fe9f10;
}
.specialities li{
    line-height: 30px;
}
.specialities li i{
        background: #000;
    font-size: 12px;
    padding: 3px;
    border-radius: 50%;
}
.conditions-list ul li{
    background: var(--bs-black);
    padding: 10px 17px;
    border-radius: 25px;
    margin-bottom: 10px;
    color: var(--color-theme);
    font-size: 16px;
}
.conditions-list ul li:hover{
    background: var(--bs-black);
    padding: 10px 17px;
    border-radius: 25px;
    margin-bottom: 10px;
    color: var(--bs-white);
}
.conditions-list ul {
        height: 350px;
    overflow-y: scroll;
}