body
{
background:white;
overflow-x: hidden !important;
}

a
{
text-decoration: none !important;
color: inherit !important;
}

li
{
list-style: none;
}

ul
{
list-style: none;
}

p{
font-size: 14px;
color: #6D6D6D;
}

#mobile-hero-buttons
{
	display: none;
}

.desktop-hero-buttons
{
	display: inline-block;
}



header,
nav,
.navbar {
    overflow: visible !important;
    z-index: 9999 !important;
}
b
{
font-weight: normal;
}
/* Default transparent header */
.header-transparent {
    background: transparent;
    transition: all 0.4s ease;
}

.header-transparent .menu-link {
    color: white !important;

    transition: color 0.3s ease;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

/* Scrolled header */
.header-scrolled {
    background: white !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header-scrolled .menu-link {
    color: black !important;
}

.header-scrolled .navbar-toggler-icon {
    filter: invert(0);
}


.nav-link
{
	font-weight: 300 !important;
}

.input01,.select01
{

border: 1px solid rgba(0,0,0, 0.2);
height: 50px;
background-color:transparent !important;
box-shadow: none !important;
width: 100% !important;
border-radius: 5px !important; 
padding-left: 15px !important;
margin-top: 15px !important;

}


.image-div01 div
{
	text-align: center;
	margin-top: 00px;
	padding: 50px;
}


.input02,.select02
{

border: 1px solid rgba(255,255,255, 0.2);
height: 50px;
background-color:transparent !important;
box-shadow: none !important;
width: 100% !important;
border-radius: 5px !important; 
padding-left: 15px !important;

}

textarea
{
border-radius: 0px !important;
border: none !important;
background-color: #F1F0F0 !important;
}
.btn-01
{
	background-color: rgba(255,255,255,0.02) !important;
	border: 1px solid rgba(255,255,255,.2) !important;
	color: white !important;
	font-weight: 400 !important;
}

.btn-01 i.fa-angle-right {
    display: inline-block;
    transition: transform 0.3s ease;
}

.btn-01:hover i.fa-angle-right {
    transform: translateX(5px); /* move slightly right */
}

.btn-02
{
	background-color: rgba(0,0,0,1) !important;
	border: 1px solid rgba(0,0,0,1) !important;
	color: white !important;
	font-weight: 400 !important;
}

.btn-02 i.fa-angle-right {
    display: inline-block;
    transition: transform 0.3s ease;
}

.btn-02:hover i.fa-angle-right {
    transform: translateX(5px); /* move slightly right */
}

.btn-phone-number {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.04em;
    opacity: 0.75;
    border-left: 1px solid rgba(255,255,255,0.35);
    margin-left: 8px;
    padding-left: 8px;
    vertical-align: middle;
    line-height: 1;
}

.btn-phone-number--dark {
    border-left-color: rgba(255,255,255,0.35);
}

.btn-03
{
	background-color: rgba(255,255,255,0.05) !important;
	border: 1px solid rgba(255,255,255,0.2) !important;
	color: white !important;
	font-weight: 400 !important;
	position: relative;
	top: 10px;
}


.btn-03 i.fa-angle-right {
    display: inline-block;
    transition: transform 0.3s ease;
}

.btn-03:hover i.fa-angle-right {
    transform: translateX(5px); /* move slightly right */
}

.btn-04
{
	background-color: rgba(0,0,0,1) !important;
	border: 1px solid rgba(0,0,0,1) !important;
	color: white !important;
	font-weight: 400 !important;
	position: relative;
	top: 10px;
}


.btn-04 i.fa-angle-right {
    display: inline-block;
    transition: transform 0.3s ease;
}

.btn-04:hover i.fa-angle-right {
    transform: translateX(5px); /* move slightly right */
}
/* Dropdown styling */
.navbar .dropdown-menu {
    background: rgba(0,0,0,0.8);
    border: none;
    padding: 10px 0;
    backdrop-filter: blur(50px);
}

.dropdown-menu {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0),#0D0D0D) !important;
 z-index: 5000 !important;
    color: white !important;
        backdrop-filter: blur(5px);
        position: relative;
        left: 0px !important;
        width: 300px !important;
}

.navbar .dropdown-item {
    color: white;
    padding: 10px 20px;
    transition: 0.3s;
}

.dropdown-item
{
	font-weight: 300 !important;
}

.dropdown-item small
{
	color: #A1A1A1 !important;
}
.navbar .dropdown-item:hover {
    background: rgba(255,255,255,0.1);
}

/* When header is scrolled */
.header-scrolled .dropdown-menu {
    background: white !important;
}

.header-scrolled .dropdown-item {
    color: black !important;
}

.header-scrolled .dropdown-item:hover {
    background: rgba(0,0,0,0.05);
}


.btn
{
	font-size: 18px !important;
}

.slider-section {
    background: linear-gradient(120deg, #00108C, black, #BF0000);
    background-size: 300% 300%;
    animation: gradientRandomMove 20s ease-in-out infinite;
    position: relative;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    padding: 150px 0 200px;

}



@keyframes gradientRandomMove {
    0% {
        background-position: 20% 30%;
    }
    15% {
        background-position: 80% 20%;
    }
    30% {
        background-position: 40% 80%;
    }
    50% {
        background-position: 90% 50%;
    }
    65% {
        background-position: 10% 70%;
    }
    80% {
        background-position: 70% 90%;
    }
    100% {
        background-position: 20% 30%;
    }
}


.slider-section:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: white;
  
}

.website-works {
    position: relative;
    width: 100%;
    height: auto;
}

.website-works {
    -ms-overflow-style: none !important;  /* Internet Explorer 10+ */
    scrollbar-width: none !important;  /* Firefox, Safari 18.2+, Chromium 121+ */
}
.website-works::-webkit-scrollbar { 
    display: none !important;  /* Older Safari and Chromium */
}

.ss-title-home {
    -ms-overflow-style: none !important;  /* Internet Explorer 10+ */
    scrollbar-width: none !important;  /* Firefox, Safari 18.2+, Chromium 121+ */
}
.ss-title-home::-webkit-scrollbar { 
    display: none !important;  /* Older Safari and Chromium */
}

.website-works .ww-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
}

.ww-img {
    -ms-overflow-style: none !important;  /* Internet Explorer 10+ */
    scrollbar-width: none !important;  /* Firefox, Safari 18.2+, Chromium 121+ */
}
.ww-img::-webkit-scrollbar { 
    display: none !important;  /* Older Safari and Chromium */
}

.website-works .ww-img.active {
    opacity: 1;
    transform: translateY(0);
    position: relative;
}

#value01 {
    display: inline-block;
    position: relative;
    font-weight: 300;

    /* Gradient text */
    background: linear-gradient(120deg, #BF0000, black, #00108C);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    color: transparent;

    /* Run gradient animation forever */
    animation: gradientText 5s ease infinite;
}

/* Your flip animation (unchanged) */
@keyframes flipUp {
    0% { opacity: 0; transform: translateY(20px); }
    50% { opacity: 1; transform: translateY(0px); }
    100% { opacity: 1; }
}

/* New gradient movement animation */
@keyframes gradientText {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}



/* each card */
.work-card {
	margin-top: 15px;
  background: #fff;
  border-radius: 12px;
  overflow: visible;
  border: 1px solid rgba(0,0,0,0.06);
  transition: transform .25s ease, box-shadow .25s ease;
  cursor: pointer;
}
.work-card:hover { transform: translateY(-6px); box-shadow: 0 14px 30px rgba(0,0,0,0.01); }

/* the visible window for the tall screenshot */
.work-window {
  position: relative;
  width: 100%;         /* << fixed height as requested */
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: linear-gradient(180deg, #f6f7fb, #fff); /* subtle bg while image loads */
}

/* screenshot inside the window */
.work-screenshot {
  display: block;
  width: 100%;            /* scale to container width */
  height: auto;           /* natural tall image keeps aspect ratio */
  transform: translateY(0);
  /* we'll override transition dynamically via JS for precise durations */
  will-change: transform;
  -webkit-backface-visibility: hidden; /* smoother transform on some mobile broswers */
}

/* meta (title/label) under screenshot */
.work-meta {
  padding: 18px 20px;
  border-top: 0.5px solid rgba(0, 0, 0, .075);
background: linear-gradient(to right, rgba(158, 0, 0, 0.05), rgba(196, 169, 12, 0.05), 
rgba(0, 18, 158,0.05));
border-radius: 10px;
border-top-right-radius: 0px !important;
border-top-left-radius: 0px !important;

}
.work-meta h4 i {
  display: inline-block;
  transition: transform 0.3s ease;
}

.work-meta h4:hover i {
  transform: translateX(5px);
}
.work-meta h4 { margin: 0 0 6px; font-size: 18px; }
.work-meta .small { margin: 0; color: #666; font-size: 14px; }

/* small accessibility cue for touch devices */
@media (max-width: 767px) {
  .work-card { cursor: pointer; }
}

.timeline {
    position: relative;
    padding-left: 40px;
    margin-top: 10px;
    border-left: 2px solid rgba(255,255,255, 0.05);
}

.timeline-item {
    margin-bottom: 40px;
    position: relative;
}

.timeline-icon {
    position: absolute;
    left: -22px;
    top: 0;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255, 0.1);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.timeline-content h5 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 5px;
    padding-top: 50px !important;
    margin-left: -15px !important;
 
}

.timeline-content p {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
    margin-left: -15px !important;
 
}



.timeline-about {
    position: relative;
    padding-left: 40px;
    margin-top: 10px;
    border-left: 2px solid rgba(0,0,0, 0.05);
}

.timeline-item-about {
    margin-bottom: 40px;
    position: relative;
}

.timeline-icon-about {
    position: absolute;
    left: -22px;
    top: 0;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0, 0.6);
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.timeline-content-about h5 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 5px;
    padding-top: 50px !important;
    margin-left: -15px !important;
 
}

.timeline-content-about p {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
    margin-left: -15px !important;
 
}




.just-launch-card
{
	
	border-radius: 10px;
	background-color: rgba(255,255,255, 0.05);
      transition: transform 0.3s ease;
}


.just-launch-card:hover {
   transform: translateY(-5px);
}
.just-launch-card-content 
{

	padding: 15px;
	padding-top: 0px !important;
}

.just-launch-card-content h3
{
	font-size: 18px !important;
}


.insights-card
{
	padding-top: 10px !important;
	border-radius: 10px;
	background: linear-gradient(120deg, #1F1F1F,black);
	padding: 15px;


}

.insights-card-content 
{


	padding-top: 0px !important;
	padding-bottom: 5px !important;
}

.insights-card-content h3
{
	font-size: 18px !important;
	font-weight: 400;
	line-height: normal;
}

.image
{
width: 100%;
}

.margin-top-10
{
margin-top: 10px !important;
}

.margin-top-20
{
margin-top: 20px !important;
}

.margin-top-30
{
margin-top: 30px !important;
}

.margin-top-50
{
margin-top: 50px !important;
}

.margin-top-100
{
margin-top: 100px !important;
}

.margin-top-10x
{
margin-top: -10px !important;
}

.margin-top-20x
{
margin-top: -20px !important;
}

.margin-top-30x
{
margin-top: -30px !important;
}

 .margin-top-0
{
margin-top: 0px !important;
}
.margin-auto
{
margin:0 auto !important;

}

.remove-item
{
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
position: absolute !important;
height: 0px !important;
width: 0px !important;
overflow-x: hidden !important;
overflow-y: hidden !important;
}

#side-header
{
position: fixed;
right: -510px;
height: 100%;
opacity: 1;
width: 500px;
background-color: black !important;
z-index: 9999;
top: 0px;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
transition: all .5s ;
padding-right: 15px;
}


#header
{
position: fixed;
top: 0px;
width: 100%;
background-color: white;
z-index: 9997;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
transition: all .4s;
}

#full-body-overlay
{
transition: all .6s;
position: fixed;
top: 0px;
height: 100%;
width: 100%;
background-color: black;
opacity: 0;
z-index: 9998;
display: none;

}

#mobile-menu-icon
{
 
 position: absolute;
 top: 25px;
 left: 25px;
 width: 150px;
}

#header-close-icon
{
position: absolute;
top: 20px;
right: 27px;
font-size: 30px;
cursor: pointer;
color: white !important;
}

.nav-head-links
{
color: white !important;
font-weight: 300;
font-size: 18px;
margin-top: 15px;
opacity:0.9;
cursor: pointer;
transition: all .3s;
}

#nav-head-links-ul {
    -ms-overflow-style: none !important;  /* Internet Explorer 10+ */
    scrollbar-width: none !important;  /* Firefox, Safari 18.2+, Chromium 121+ */
}
#nav-head-links-ul::-webkit-scrollbar { 
    display: none !important;  /* Older Safari and Chromium */
}
.mobile-menu-content
{
	color: #858282;
}

.nav-head-link-right-arrow
{
opacity: 0;
transition: left .2s;
position: relative;
left: 0px;
}



.nav-head-links:hover 
{
opacity: 1;
}

.nav-head-links:hover > .nav-head-link-right-arrow
{
opacity: 1;
left: 5px;
}

.center-align,.center-align-01
{
position: relative;
transform: translateY(-45%);
top: 45%;
margin-top: 0px;
}

.center-align-01
{
position: relative;
left: 0px;
}

#nav-head-links-ul
{
position: relative;
left: 0px;

position: relative;
top: 100px !important;overflow-y: scroll;

padding-bottom: 120px;
}

#full
{
transition: all 1s;
display:table-cell;vertical-align: middle;margin:0 auto;text-align: center;
opacity: 1;
}

.border-none
{
border: none !important;
border-radius:0px !important;
}
.img2
{
	width: 100%;
	border-radius: 10px;

}

.black
{
color: black !important;
}

.off-black
{
color:#7A7A7A !important;
}

.white
{
color: white !important;
}

.off-white
{
	color: 
#B0B0B0 !important;
}

/* Default footer link */
.footer-links {
    color: #B0B0B0 !important;
    transition: color 0.3s ease;
}

/* Right arrow styling */
.footer-links i.fa-angle-right {
    transition: transform 0.3s ease, color 0.3s ease;
    opacity: 0;
    transform: translateX(-5px);
}

/* Hover effect */
.footer-links:hover {
    color: #ffffff !important;
}

.footer-links:hover i.fa-angle-right {
    transform: translateX(0px); /* slight right movement */
    color: #ffffff !important;
    opacity: 1;
}

.bg-black
{
background-color: black !important;
}

.bg-white
{
background-color: white !important;
}

#img
{
border-radius: 1000px;text-align: center;width: 200px;
}

#underline
{
width: 25px;
background-color: black;
margin:0 auto;
height: 1.5px;
margin-bottom: 30px;
}

.break
{

height: 3px;
width: 200px;
border-radius: 1000px;
margin: 0 auto;
margin-top: 50px;
margin-bottom: 50px;
background-color: transparent;
}

#logo
{
position: fixed;
left: 0px;
width: 120px;
top: 18px;	
right: 0px;
text-align: center;
margin: 0 auto;
}

.text-align-center
{
	text-align: center !important;
}
.padding-optimize
{
padding-left: 0px !important;padding-right: 0px !important;
}

.full-body-optimize-header
{
max-width: 1280px !important;
margin: 0 auto !important; 


padding-left: 5px !important;
padding-right: 5px !important;

}

.full-body-optimize
{
max-width: 1280px !important;
margin: 0 auto !important; 
padding-bottom: 18px !important;
padding-left: 5px !important;
padding-right: 5px !important;
overflow-x: hidden;
}

.navbar-icon
{
position: fixed;
top: 28px;
background-color: transparent;
height: 12px;
cursor: pointer;
right: 30px;
transition: all .5s;
opacity: 1;
display: none;
}

.bg-white
{
	background-color: white;
}
.bg-black
{
	background-color: black;
}
.navbar-icon-line1
{
background-color:white;height:2px;width:30px;position: relative;
top: 2px;
}

.navbar-icon-line2
{
background-color:white;height:2px;width:30px;
position: relative;
top: 12px;
}

.Arial
{
font-family: arial;
}

.title-box
{
font-size: 10px;
font-weight: 600;
color: #393939;
background-color: #F1F1F1;
padding: 10px;


}

.main-headings
{
font-size: 66px;
font-weight: 300;
line-height: 1;
}

.sub-title01
{
font-size: 30px;
font-weight: 300;
line-height: 1;
}

.sub-title02
{
font-size: 20px;
font-weight: 400;
line-height: 1;
}

.fs-heading
{
font-size: 60px;
font-weight: 700;
text-align: center;
max-width: 75% !important;
width: 75% !important;
margin: 0 auto !important;
}

.contact-info-item {
    align-items: flex-start; /* icon stays top-left */
}

.contact-icon {
    font-size: 28px;
    width: 40px;
    margin-right: 5px;
    color: white; /* you can change to gradient if needed */
}

.contact-content h5 {
    margin: 0 0 4px 0;
}

.contact-content p {
    margin: 0;
    line-height: 1.5;
}


.headings1 /* Need to remove [Delete] */
{
font-size: 70px;
font-weight: 700;
text-align: left;
margin-top: 30px;
}


.headings3 /* Need to remove [Delete] */
{
font-size: 40px;
font-weight: 700;
text-align: left;
margin-top: 15px;
}

.headings10 /* Need to remove [Delete] */
{
font-size: 10px;
font-weight: 600;
color: #393939;
background-color: #F1F1F1;
padding: 10px;
}

.h2-heading
{
font-size: 70px;
font-weight: 700;
text-align: left;
margin-top: 30px;
}


.h3-heading
{
font-size: 40px;
font-weight: 700;
text-align: left;
margin-top: 15px;
}


.headings14
{
font-size: 70px;
font-weight: 700;
text-align: left;
margin-top: -10px;
margin-bottom: 20px;
}

.headings2
{
font-size: 40px;
font-weight: 700;
text-align: left;
margin-top: 30px;
}



.headings4
{
font-size: 40px;
font-weight: 700;
text-align: left;
margin-top: 25px;
}



.headings11 /* Need to remove [Delete] */
{
font-size: 10px;
font-weight: 600;
color: #393939;
background-color: #F1F1F1;
padding: 10px;
}

.send_button
{
margin-top: 20px !important;
width: 150px !important;
}

.content1
{
font-size: 16px;
font-weight:300;
}

.content10
{
font-size: 14px;
font-weight: 400;
}

.captions1
{
font-size: 16px;
padding-top: 10px;
}

.is-section-content1
{
	font-size: 20px;

}


.is-section-content2
{
	font-size: 20px;
	margin-top:0px !important;
}

.is-section-content3
{
	font-size: 20px;
	margin-top:20px !important;
}

.content2
{
font-size: 20px;
margin-top: -10px;
}

.first-section
{
width: 100%;
padding-top: 300px;
padding-bottom: 50px;
background-color: black;
position: relative;
text-align: center !important;
}



/* Homepage */

#section1
{
width: 100%;
height: 100%;
margin-top: 100px;
}


.website-types-list {

   	margin-left: -32px;
    font-size: 16px;
    color: #000;
}

.website-types-list li {
    margin-bottom: 8px;
    line-height: 1.6;
    position: relative;
    list-style: none;
}

/* Elegant bullet style */




#slider-image-01
{
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;

	transition: all 1s;
}

.ss-title-home
{
position: relative;
text-align: left !important;
transition: all 1s;
margin: 0 auto;
opacity: 0;
}

.ss-title
{
position: absolute;
bottom: 100px;

left: 0px;
right: 0px;
text-align: left !important;
transition: all 1s;
margin: 0 auto;
opacity: 0;
}

.ss-title-head
{

	font-weight: 300;
	font-size: 54px;
}

.get-quote-button1
{
	background-color: white !important;
	border-radius: 100px !important;
	color: black;
opacity: 1;
transition: all .5;
}

#myVideo
{
margin-top: -35px;
width: 100%;
height: 100%;
z-index: 2;
}

.benefits-section {
    padding: 50px 0;

}

.benefit-box {
    padding: 30px;
    border-radius: 16px;
    background: rgba(255,255,255, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
    position: relative;
    cursor: pointer;
    margin-top: 15px;

}

.benefit-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.number {
    font-size: 60px !important;
    font-weight: 300;
    color: black;
    opacity: 0.15;
    
    left: 20px;
    top: 10px;
}

.benefit-title {
 
    margin-top: 20px;
   
}

.benefit-desc {
    font-size: 16px;
    margin-top: 10px;
    color: #444;
    line-height: 1.6;
}


.insights-card button
{
	display: none;
}

#section2
{
margin-top: 0px;
padding-top: 80px;

text-align: left;
padding-bottom: 80px;
background-color: white;

position: relative;
top: -80px;

}


#section5
{
margin-top: 0px;
padding-top: 80px !important;

text-align: left;
padding-bottom: 100px;
background: linear-gradient(to bottom, white,#DEDEDE);

position: relative;
margin-top: -80px;


}



#section6
{
margin-top: 0px;
padding-top: 100px !important;

text-align: left;
padding-bottom: 150px !important;
background: linear-gradient(to bottom, #1F1F1F,#0D0D0D);

position: relative;
margin-top: -80px;


}


#section6_about
{
margin-top: 0px;
padding-top: 80px !important;

text-align: left;
padding-bottom: 150px !important;
background: linear-gradient(to bottom, white,#E3E3E3);

position: relative;
margin-top: -80px;


}



#section7
{
margin-top: 0px;


text-align: left;
padding-bottom: 150px !important;
background: linear-gradient(to bottom,white,#EBEBEB);

position: relative;
margin-top: -100px;


}

#section7-insights
{
margin-top: 0px;


text-align: left;
padding-bottom: 150px !important;
background: linear-gradient(to bottom, white,#EBEBEB);

position: relative;
margin-top: -80px;


}

#section3
{
padding-top:85px;
text-align: left;
padding-bottom: 90px;
background: linear-gradient(to bottom, rgba(158, 0, 0, 0.1), rgba(196, 169, 12, 0.2), 
rgba(0, 18, 158,0.2));

}

#section3-works
{
padding-top:50px;
text-align: left;
padding-bottom: 90px;
background: linear-gradient(to bottom, rgba(158, 0, 0, 0.1), rgba(196, 169, 12, 0.2), 
rgba(0, 18, 158,0.2));

}


#reimagine-img,.image-01
{
width: 100%;
}

#section4
{
padding-top: 100px;
text-align: left;
padding-bottom: 60px;
background-color: white;
}
#section4-1
{
padding-top: 60px;
text-align: left;
padding-bottom: 100px;
background-color: #1E1E1E;
}

#things-to-know-01
{
	margin-top: 100px;


}

#things-to-know-02
{
	margin-top: 0px;


}
#section5
{
padding-top: 55px;
text-align: left;
padding-bottom: 90px;
background-color: #E3E3E3;
}

.join-network-button
{
background-color: black !important;
border-radius: 0px !important;
}

#section6
{
padding-top: 85px;
text-align: left;
padding-bottom: 85px;
}







/* Homepage Ends */




/* About us Ends */


#ab_section2
{
padding-top: 85px;
text-align: left;
padding-bottom: 65px;
}

#ab_section3
{
padding-top: 90px;
text-align: left;
padding-bottom: 85px;
background-color: #F5F5F5;
}

.areas-work-div
{
position: relative;
transition: all .5s;
transform: scale(1);
cursor: pointer;
margin-top: 25px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 300px;
width: 100%;
}

.areas-work-div_title
{
background-color: white;
color: black;
position: absolute;
bottom: 25px;
left: 25px;
padding: 10px;border-left: 5px solid black;
transition: all .5s;
cursor: pointer;
opacity: 1;
}


[data-industryimg="Construction"]
{
	background-image: url(../img/areas-01.jpg);
}

[data-industryimg="Education"]
{
	background-image: url(../img/education01.jpg);
}

[data-industryimg="Fashion"]
{
	background-image: url(../img/beauty01.jpg);
}

[data-industryimg="Health"]
{
	background-image: url(../img/health01.jpg);
}


[data-industryimg="Retail"]
{
	background-image: url(../img/retail01.jpg);
}


[data-industryimg="Travel-Hospitality"]
{
	background-image: url(../img/hotel01.jpg);
}

[data-industryimg="Electronics"]
{
	background-image: url(../img/electronics01.jpg);
}


[data-industryimg="Hotel"]
{
	background-image: url(../img/hotel01.jpg);
}


[data-industryimg="Food"]
{
	background-image: url(../img/food01.jpg);
}

[data-industryimg="Agriculture"]
{
	background-image: url(../img/agriculture01.jpg);
}

[data-industryimg="Finance"]
{
	background-image: url(../img/finance01.jpg);
}

[data-industryimg="Media"]
{
	background-image: url(../img/media01.jpg);
}

/* About us Ends */




/* Industy Detail Page */


.margin-top-170
{
	margin-top: 170px !important;
}


.margin-top-150
{
	margin-top: 150px !important;
}

.padding-bottom-85
{
	padding-bottom: 85px !important;
}

#is_section
{

text-align: left;

}

#industry_section1
{
margin-top: 170px !important;
text-align: left;
padding-bottom: 85px !important;
}
/* Industry Detail Page Ends */






/* Strategy & Consulting Page */


.sc_section2
{
padding-top: 85px;
text-align: left;
padding-bottom: 65px;
}


.sc_section3
{
text-align: left;
background-color: white;
padding-bottom: 85px;
}
/* Strategy & Consulting Page Ends*/



/* Solutions Page  */




.s_section2
{
text-align: left;
background-color: white;
padding-top: 60px;
padding-bottom: 85px;
}

.count01
{
font-size: 100px;
font-weight: 700;
opacity: 0.3;
}

.solutions-row
{
	margin-top: -20px;
}

.solutions-div
{
	margin-top: 20px !important;
}

/* Solution Page Ends */



/* Our Purpose */

.p_section2
{
padding-top: 80px;
text-align: left;
padding-bottom: 30px;
}

/* Our Purpose Ends */



/* things-to-know */

.ne_section2
{
padding-top: 90px;
text-align: left;
padding-bottom: 85px;
}


.things-to-know-row
{
	margin-top: -65px !important;
}
.things-to-know-divs
{
margin-top: 80px !important;
}

.things-to-know-img
{
width: 100%;
height: 250px;
background-color: #EFEFEF;
background-repeat: no-repeat;
background-position: center;
background-size: cover;

}

[data-thingstoknowimg="things-to-know1"] {
	background-image: url(../img/news-01.jpg);
  
}

[data-thingstoknowimg="things-to-know2"] {
	background-image: url(../img/news-01.jpg);
  
}
[data-thingstoknowimg="things-to-know3"] {
	background-image: url(../img/news-01.jpg);
  
}

.things-to-know-button
{
	background-color: black !important;
	border-radius: 0px !important;
}
/* things-to-know Ends */



/* Enquiry Pages  */

.contact-section3
{
	margin-top: 60px;
}

.whatsapp-btn1
{
	background-color: white !important;
	border-radius: 0px !important;

	opacity: 1;
}
.whatsapp-btn1:hover
{
	background-color: white !important;
	border-radius: 0px !important;
	opacity: 1;
}

.fa-whatsapp
{
	font-size: 24px !important;
	position: relative;
	top:2px;
}

.whatsapp-btn2
{
	background-color: #25D366 !important;
	border-radius: 0px !important;

	opacity: 1;
}
.whatsapp-btn2:hover
{
	background-color: #25D366 !important;
	border-radius: 0px !important;
	opacity: 1;
}



.whatsapp-btn3
{
	background-color: #25D366 !important;
	border-radius: 0px !important;

	opacity: 1;
		left: -12px;
	top: -10px;
}
.whatsapp-btn3:hover
{
	background-color: #25D366 !important;
	border-radius: 0px !important;
	opacity: 1;
		left: -12px;
	top: -10px;
}

.whatsapp_icon
{
	position: relative;
	top: -2px;
	border-radius: 0px !important;
	background-color: white !important;

}

.whatsapp_icon2
{
	position: relative;
	top: -2px;
	border-radius: 0px !important;
	background-color: #25D366 !important;

}
button:focus {outline:0;}
button
{
	box-shadow: none !important;
}
.margin-auto
{
	margin:0 auto !important;
}
.es_section2
{
text-align: left;
background-color: white;
padding-top: 30px;
padding-bottom: 87px;
}

.es2_section2
{
	text-align: left;
background-color: white;
padding-top: 5px;
padding-bottom: 87px;
}

.form-01
{
margin-top: 100px;
padding: 15px;
box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
padding-top: 50px;
padding-bottom: 110px;
}

.form-05
{
margin-top: 50px;
padding: 15px;
box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
padding-top: 20px;
padding-bottom: 80px;
}

.form-label
{
	margin-top: 25px;
}
.dim-05
{
opacity: 0.5 !important;
}

.form-05-title
{
	margin-top: 50px !important;
margin-bottom: 20px !important;}


.form-01-title
{
	margin-top: 50px !important;
margin-bottom: 20px !important;}


.g-recaptcha
{
margin-top: 20px !important;
}
/* Enquiry Pages Ends */



/* Enquiry Status */


.ebs_section2
{
text-align: left;
background-color: white;
padding-top: 0px;
padding-bottom: 65px;
}


/* Enquiry Status Ends */



/* Footer */

#footer
{
	background-color:black;text-align: center;color: white;padding-top: 60px;
	padding-bottom: 50px;
}


.f-divs
{
	padding-bottom: 50px;
	text-align: center;
}

.f-heading
{
	font-size: 30px !important;
	padding-bottom: 10px;
}

.smi
{
	font-size: 26px !important;
}

.f-line
{

		margin: 0 auto;
	background-color: rgba(255,255,255, 0.1);
	height: 1px;
	width: 100% !important;
	margin-bottom: 50px;
	margin-top: 50px !important;
}


#footer-logo
{
	width:150px;
	margin-bottom: 0px;
}


.f-div
{

	text-align: left;
}

.f-div-menu
{

	text-align: left;
}

#f-div-menu1
{

	margin-top: 0px;

}

/* Footer Ends */


@media(max-width: 1279px)
{
.full-body-optimize-header
{
padding-left: 5px !important;
padding-right: 5px !important;
}

.full-body-optimize
{
max-width: 100% !important;
margin: 0 auto !important; 


padding-left: 15px !important;
padding-right: 15px !important;
overflow-x: hidden;
}

.image-01
{
	margin-top: 75px;
}
}


@media(max-width: 992px)
{


.main-headings
{
font-size: 60px;
font-weight: 300;
line-height: 1;
}


.ss-title-head
{

	font-weight: 300;
	font-size: 50px;
}
.navbar-icon
{
	display: block;
}
.full-body-optimize-header
{
max-width:100% !important;
margin: 0 auto !important; 


padding-left: 15px !important;
padding-right: 15px !important;

}


.fs-heading
{
font-size: 50px;
font-weight: 700;
text-align: center;
max-width: 75% !important;
width: 75% !important;
margin: 0 auto !important;

}
.h2-heading
{
font-size: 60px;
font-weight: 700;
text-align: left;
margin-top: 30px;
}

.h3-heading
{
font-size: 36px;
font-weight: 700;
text-align: left;
margin-top: 15px;
}

.div-type-01
{
max-width: 100%;
margin: 0 auto;



}

#things-to-know-01
{
	margin-top: 0px;


}


#things-to-know-02
{
	margin-top: 30px;


}


#footer-logo
{
	margin-bottom: 30px;
}


}




@media(max-width: 842px)
{
.center-align
{
position: relative;
transform: translateY(0%);
top: 0%;
margin-top: 20px;
}
#section3{
	padding-bottom: 70px;
}
}


@media(max-width: 768px)
{

.slider-section {
	padding: 100px 0 120px;
}

.image-div01 div
{
padding: 0px;
margin-top: 15px;
}

	.main-headings
{
font-size: 60px;
font-weight: 300;
line-height: 1;
}

#section2
{
	padding-top: 80px;
	padding-bottom: 40px;	
}

	.image-01
{
	margin-top: 90px;
}

#mobile-hero-buttons
{
	display: inline-block;
}

.desktop-hero-buttons
{
	display: none;
}

.btn-phone-number
{
	display: none;
}


.div-type-01
{
max-width: 100%;
margin: 0 auto;

margin-top: -80px;

}

.ss-title-home
{
position: relative;
text-align: center !important;
transition: all 1s;
margin: 0 auto;
opacity: 0;
}

.ss-title
{

text-align: left !important;

}


.ss-title-head
{

	font-weight: 300;
	font-size: 40px;

}

.row-div-01
{
margin: 0 auto !important;	
padding-top: 160px;
background-color: white;
}


.solutions-row
{
	margin-top: -60px !important;
}

.solutions-div
{
	margin-top: 60px !important;
}

.captions1
{
font-size: 16px;
padding-top: 10px;
}

}


@media(max-width: 692px)
{

	.timeline-content-about h5 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 5px;
    padding-top: 50px !important;
    margin-left: -15px !important;
 
}
	.main-headings
{
font-size: 50px;
font-weight: 300;
line-height: 1;
}
}

@media(max-width: 576px)
{

.slider-section {
	padding: 100px 0 120px;
}

.timeline-content h5 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
    padding-top: 50px !important;
    margin-left: -15px !important;
 
}

	.sub-title01
{
font-size: 26px;
font-weight: 300;
line-height: 1;
}


.main-headings
{
font-size: 40px;
font-weight: 300;
line-height: 1;
}
.ss-title
{

text-align: left !important;

}
.ss-title-head
{

	font-weight: 300;
	font-size: 36px;
	
}
.fs-heading
{
font-size: 40px;
font-weight: 700;
text-align: center;
max-width: 90% !important;
width: 90% !important;
margin: 0 auto !important;
}
.h2-heading
{
font-size: 50px;
font-weight: 700;
text-align: left;
margin-top: 30px;
}





.div-type-01
{
max-width: 100%;
margin: 0 auto;

margin-top: -50px;

}

	.image-01
{
	margin-top:60px;
}
.h3-heading
{
font-size: 32px;
font-weight: 700;
text-align: left;
margin-top: 15px;
}

.row-div-01
{
margin: 0 auto !important;	
padding-top: 140px;
background-color: white;
}
}

@media(max-width: 442px)
{

.slider-section {
	padding: 120px 0 150px;
}

#logo
{
position: fixed;
left: 0px;
width: 120px;
right: 0px;
text-align: center;
margin: 0 auto;
}


.ss-title-home
{
position: relative !important;
top: auto !important;
transform: none !important;
left: 0px;
right: 0px;
text-align: center !important;
transition: all 1s;
margin: 0 auto;
opacity: 1 !important;
}


.ss-title
{

text-align: left !important;

}


}

@media(max-width: 500px)
{
#side-header
{
width:100%;
}


.fs-heading
{
font-size: 40px;
font-weight: 700;
text-align: center;
}
.h2-heading
{
font-size: 35px;
font-weight: 700;
text-align: left;
margin-top: 30px;
}

.ss-title-home
{
position: relative !important;
top: auto !important;
transform: none !important;
left: 0px;
right: 0px;
text-align: center !important;
transition: all 1s;
margin: 0 auto;
opacity: 1 !important;
}

.ss-title
{

text-align: left !important;

}
.content1
{
font-size: 16px;
}



.content2
{
font-size: 18px;
margin-top: -10px;
}



.btn
{
	font-size: 18px !important;
}

.f-heading
{
	font-size: 25px !important;
	padding-bottom: 10px;
}

}



@media(max-width: 250px)
{
#logo
{
position: fixed;
left: 0px;
width: 100px;
right: 0px;
text-align: center;
margin: 0 auto;
}
.content1
{
font-size: 16px;
}

.content2
{
font-size: 16px;
margin-top: -10px;
}

.btn
{
	font-size: 16px !important;
}




.fs-heading
{
font-size: 35px;
font-weight: 700;
text-align: center;
}

}



