/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.main-wrapper {
    /**background: url(../images/banner.png) no-repeat center;**/
    min-height: 650px;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.main-wrapper nav {
    max-width: 1166px;
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
    background: #fff;
    padding: 15px 30px;
    box-sizing: border-box;
    border-radius: 10px;
}
.main-wrapper nav .logo {
    float: left;
}
.main-wrapper nav .logo img {
    width: 60px;
}
.main-wrapper nav ul {
    float: right;
    padding: 10px 0px;
}
.main-wrapper nav ul li {
    float: left;
    padding: 10px 20px;
}
.main-wrapper nav ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 17px;
    padding-bottom: 5px;
}
.main-wrapper nav ul li a:hover {
    border-bottom: 1px solid #24536A;
}

.main-wrapper nav ul li a.active {
    color: #24536A;
    border-bottom: 1px solid #24536A;    
}
.banner-content {
    max-width: 1166px;
    width: 100%;
    margin: 220px auto 0px;
}
.banner-content h5 {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #C8F6FF;
}
.banner-content h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 57px;
    color: #FFFFFF;
    margin-top: 20px;
}
.banner-content a {
    width: 150px;
    height: 50px;
    text-align: center;
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    border-radius: 10px;
    background: #C8F6FF;
    border: none;
    cursor: pointer;
    margin-top: 30px;
    text-decoration: none;
    display: inline-block;
    padding: 15px 0px;
    box-sizing: border-box;
}

.splitted-sec {
    padding: 80px 0px;
    background: #F2FDFF;
}
.splitted-inner {
    align-content: center;
    padding: 0px 50px;
    box-sizing: border-box;
    border-right: 1px solid #00000026;
}
.splitted-inner:last-child {
    border-right: none;
}
.splitted-sec-mid {
    max-width: 1166px;
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: space-around;    
}
.splitted-inner h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #000000;
    margin: 20px 0px;
}
.splitted-inner p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #616161;
    line-height: 26px;
}
.revolution-wpr {
    background: #fff;
    padding: 50px 0px;
}
.revolution-wpr-center {
    max-width: 1166px;
    width: 100%;
    margin: 0px auto;    
}
.revolution-wpr-left {
    width: 55%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
}
.revolution-wpr-right {
    width: 45%;
    float: left;
}
.revolution-wpr-right  img {
    width: 100%;
}
.revolution-wpr-left h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #000;
    margin: 20px 0px;
}
.revolution-wpr-left p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #616161;
    margin: 20px 0px;
}
.obstructive-wrapper {
     display: flex;
    clear: both;
    margin: 50px 0px;
    float: left;
    width: 100%;
}
.obstructive-wrapper-left {
    width: 30%;
    float: left;
    background: url(../images/Obstructive.png) no-repeat center;
    background-size: cover;
}
.obstructive-wrapper-left img {
    width: 100%;
}
.obstructive-wrapper-right {
    width: 70%;
    float: left;
    background: #24536A;
    padding: 90px 70px;
    box-sizing: border-box;
}
.obstructive-wrapper-right h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #fff;
}
.obstructive-wrapper-right ul {
    list-style: none;
}
.obstructive-wrapper-right ul li {
    position: relative;
    padding-left: 20px;
    margin: 35px 0px;
}
.obstructive-wrapper-right ul li::before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0px;
    top: 8px;
    background: url(../images/star.png) no-repeat center;
}
.obstructive-wrapper-right li p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 26px;
}
.header-wpr {
    width: 100%;
    float: left;
    position:fixed;
    width: 100%;
    transition: all 0.4s ease;  
    background: transparent;  
}
.header-wpr.sticky {
  height: 135px;
  background: #fff;
  z-index: 99;
}
.leadership-team {
    clear: both;
    padding: 30px 0px;
}
.leadership-team h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #000000;
    text-align: center;
}
.leadership-team-grd-wpr {
    max-width: 1166px;
    width: 100%;
    margin: 30px auto;
    display: flex;
    justify-content: space-between; 
}
.leadership-team-img {
    width: 150px;
    float: left;
}
.leadership-team-img img {
    max-width: 100%;
}
.leadership-team-content {
    width: calc(100% - 150px);
    box-sizing: border-box;
    float: left;
    padding: 0px 0px 0px 30px;
}
.leadership-team-grd {
    border-radius: 15px;
    background: #EBFCFF;
    padding: 30px;
    box-sizing: border-box;
    width: 49%;
}
.leadership-team-content h3 {
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #000000;
    margin-bottom: 10px;
}
.leadership-team-content h4 {
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #000000;  
    margin-bottom: 15px;  
}
.leadership-team-content p {
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #616161;
    margin-bottom: 15px;
}
.leadership-team-content p:last-child {
    margin-bottom: 0px;
}
.customer-segment-wpr {
    background: url(../images/segment.png) no-repeat center;
    background-size: cover;
    min-height: 560px;
    position: relative;
}
.customer-segment-overlay {
    background: #24536AE5;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.customer-segment-mid {
    max-width: 1166px;
    width: 100%;
    margin: 0px auto;
    position: relative;
    padding: 50px 0px;
}
.customer-segment-mid h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
    margin: 0px 0px 30px 0px;
}
.segment-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.segment-lists {
    background: #FFFFFFF2;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
}
.segment-lists span {
    display: inline-block;
    vertical-align: middle;
    width: 35px;
}
.segment-lists span img {
    max-width: 100%;
}
.segment-lists p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    padding-left: 5px;
    box-sizing: border-box;
}
.incupation-center-wpr {
    max-width: 1166px;
    width: 100%;
    margin: 0px auto;
    position: relative;
    padding: 50px 0px;  
    overflow: hidden; 
}
.incupation-left-wpr {
    width: 50%;
    float: left;
    padding-right: 50px;
    box-sizing: border-box;
}
.incupation-left-wpr img {
    float: left;
    max-width: 100%;
}
.incupation-right-wpr {
    width: 50%;
    float: left;    
}
.incupation-right-wpr h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #000;
    margin: 30px 0px;
}
.Incubation-brand-list span {
    width: 170px;
    float: left;
    background: #DCFAFF;
    padding: 20px;
    box-sizing: border-box;
}
.Incubation-brand-list span img {
    max-width: 95%;
}
.Incubation-brand-list {
    width: 100%;
    display: flex;
    align-items: center;
    clear: both;
    background: #DCFAFF;
    margin-bottom: 15px;
}
.social-medias a {
    width: 40px;
    height: 40px;
    display: inline-block;
}
.social-medias a img {
    max-width: 100%;
}
.hat-content {
    width: calc(100% - 170px);
min-height: 100px;
    float: left;
    background: #F7F7F7;
    padding: 17px 30px;
    box-sizing: border-box;
}
.hat-content p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.getin-touch-center-wpr {
    max-width: 1166px;
    width: 100%;
    margin: 0px auto;
    position: relative;
    padding: 50px 0px;
    overflow: hidden;   
}
.getin-touch-left-wpr {
width: 40%;
    float: left;
    box-sizing: border-box;
    padding-right: 10px;
}
.getin-touch-right-wpr {
     width: 60%;
    float: left; 
    box-sizing: border-box; 
        padding-left: 35px;     
}
.getin-touch-wpr {
    background: #EAEFF1;
    padding: 30px 0px;
}
.getin-touch-left-wpr h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #000;
}
.question-para {
font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #616161;
    margin: 25px 0px;
}
.contact-info-lst span {
    width: 40px;
    height: 40px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
    padding: 8px;
    box-sizing: border-box;
}
.contact-info-lst span img {
    max-width: 100%;
}
.contact-info-lst {
    margin-bottom: 15px;
}
.contact-info-lst p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    line-height: 22px;
}
.form-field-list label {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #000;  
    display: block;
    margin-bottom: 8px;
}
.form-field-list input,
.form-field-list textarea {
    width: 100%;
    border: 1px solid #E4E4E4;
    background: #fff;
    font-family: "DM Sans", sans-serif;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 16px;
}
.form-field-list input {
    height: 45px;
}
.form-field-list textarea {
    height: 95px;
}
.name-field-wpr {
    width: 48%;
    float: left;
}
.mail-field-wpr {
    width: 48%;
    float: right;
}
.form-field-list {
    clear: both;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
.form-field-list input::placeholder,
.form-field-list textarea::placeholder {
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    color: #00000066;
}
.form-field-list button {
    width: 185px;
    height: 50px;
    text-align: left;
    padding: 5px 20px;
    background: #289EB4;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.form-field-list button::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/Send.png);
    position: absolute;
    right: 15px;
    top: 15px;
    background-size: 100%;
}
.footer-wpr {
max-width: 1166px;
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
    padding: 40px 0px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
}
.footer {
background: #153F54;
    width: 100%;
    float: left;
    clear: both;
}
.footer-copyright {
width: 100%;
    float: left;
    clear: both;
    padding: 30px 20px;
    box-sizing: border-box;
    border-top: 1px solid #FFFFFF33;
}
.footer-copyright p {
font-family: "DM Sans", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 28px;
color: #FFFFFFB2;
text-align: center;
}
.footer-list:nth-child(1) p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFFB2;
    margin: 30px 0px;
}
.footer-list:nth-child(1) {
    width: 40%;
}
.footer-list:nth-child(2) {
    width: 15%;
}
.footer-list:nth-child(3) {
    width: 45%;
}
.quick-links-sec h2,
.quick-links-sec2 h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0px 0px 20px 0px;
}
.quick-links-sec ul {

}
.quick-links-sec ul li {
    list-style: none;
    margin: 0px 0px 20px 0px;    
}
.quick-links-sec ul li a {
font-family: "DM Sans", sans-serif;
font-weight: 400;
font-size: 16px;
color: #FFFFFFB2;
text-decoration: none;
}
.quick-links-sec2 ul li {
    list-style: none;
    margin: 0px 0px 20px 0px;    
}
.quick-links-sec2 ul li p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFFB2;
    text-decoration: none;
    position: relative;
    padding-left: 25px;
    line-height:1.4;
}
.quick-links-sec2 ul li p::before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0px;
    top: 3px;
}
.quick-links-sec2 ul li:nth-child(1) p::before {
    background: url(../images/location-white.png);
background-size: 100%;
}
.quick-links-sec2 ul li:nth-child(2) p::before {
    background: url(../images/phone-white.png);
background-size: 100%;
}
.quick-links-sec2 ul li:nth-child(3) p::before {
    background: url(../images/mail-white.png);
background-size: 100%;
}
#button {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  opacity: 0;
}
#button img {
    max-width: 100%;
    background: #fff;
    border-radius: 100%;
}
#button.show {
    opacity: 1;
}

.video-background {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: -2;
}

.hamburger-menu {
    float: right;
    margin-top: 75px;
    display: none;
}
.bar, .bar:after, .bar:before {
    width: 30px;
    height: 3px;
}
.bar {
    position: relative;
    transform: translateY(10px);
    background:#289eb4;
    transition: all 0ms 300ms;
    width: 30px;
    height: 3px;
}
.bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background:#289eb4;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    background:#289eb4;
}

.bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background:#289eb4;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bar.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    background:#289eb4;
}

@media only screen and (width:1024px) {


    
    .obstructive-wrapper {
        display: block;
        width: 100%;
    }
    .obstructive-wrapper-left {
        width: 100%;
        min-height: 400px;
    }
    .obstructive-wrapper-right {
        width: 100%;
        padding: 30px 20px;
    }    


.leadership-team-grd {
    text-align: center;
}
.leadership-team-img {
    width: 150px;
    float: none;
    margin: 0 auto;
}
.leadership-team-content {
    width: 100%;
    padding: 30px 0px 0px 0px;
}
.hat-content {
    min-height: 100px;
}
.splitted-inner {
    padding: 0px 20px;
}
 .main-wrapper nav,
 .banner-content {
    width: 90%;
} 
.revolution-wpr {
    padding: 50px 20px;
    overflow: hidden;
} 
.leadership-team {
    padding: 30px 20px;
}
.customer-segment-mid {
    padding: 50px 20px;
    box-sizing: border-box;
}
.incupation-center-wpr {
    padding: 50px 20px;
    box-sizing: border-box;
}
.getin-touch-wpr {
    padding: 30px 20px;
}
.name-field-wpr,
.mail-field-wpr {
    width: 47%;
}
.footer {
    padding: 0px 20px;
    box-sizing: border-box;
}
}

@media only screen and (width:820px) and (height:1180px) {
    .obstructive-wrapper {
        display: block;
        width: 100%;
    }
    .splitted-inner {
    padding: 0px 20px;
}
    .obstructive-wrapper-left {
        width: 100%;
        min-height: 400px;
    }
    .obstructive-wrapper-right {
        width: 100%;
        padding: 30px 20px;
    }    
.leadership-team-grd {
    text-align: center;
}
.leadership-team-img {
    width: 150px;
    float: none;
    margin: 0 auto;
}
.leadership-team-content {
    width: 100%;
    padding: 30px 0px 0px 0px;
}    
 .main-wrapper nav,
 .banner-content {
    width: 90%;
} 
.revolution-wpr {
    padding: 50px 20px;
    overflow: hidden;
} 
.leadership-team {
    padding: 30px 20px;
}
.customer-segment-mid {
    padding: 50px 20px;
    box-sizing: border-box;
}
.incupation-center-wpr {
    padding: 50px 20px;
    box-sizing: border-box;
}
.getin-touch-wpr {
    padding: 30px 20px;
}
.name-field-wpr,
.mail-field-wpr {
    width: 47%;
}
.footer {
    padding: 0px 20px;
    box-sizing: border-box;
}
}


@media only screen and (width:1180px) and (height:820px) {
    .obstructive-wrapper {
        display: block;
        width: 100%;
    }
    .splitted-inner {
    padding: 0px 20px;
}
    .obstructive-wrapper-left {
        width: 100%;
        min-height: 400px;
    }
    .obstructive-wrapper-right {
        width: 100%;
        padding: 30px 20px;
    }        
.leadership-team-grd {
    text-align: center;
}
.leadership-team-img {
    width: 150px;
    float: none;
    margin: 0 auto;
}
.leadership-team-content {
    width: 100%;
    padding: 30px 0px 0px 0px;
}    
 .main-wrapper nav,
 .banner-content {
    width: 90%;
} 
.revolution-wpr {
    padding: 50px 20px;
    overflow: hidden;
} 
.leadership-team {
    padding: 30px 20px;
}
.customer-segment-mid {
    padding: 50px 20px;
    box-sizing: border-box;
}
.incupation-center-wpr {
    padding: 50px 20px;
    box-sizing: border-box;
}
.getin-touch-wpr {
    padding: 30px 20px;
}
.name-field-wpr,
.mail-field-wpr {
    width: 47%;
}
.footer {
    padding: 0px 20px;
    box-sizing: border-box;
}
}

@media only screen and (width:768px) and (height:1024px) {
    .splitted-inner {
    padding: 0px 20px;
}
    .obstructive-wrapper {
        display: block;
        width: 100%;
    }
    .obstructive-wrapper-left {
        width: 100%;
        min-height: 400px;
    }
    .obstructive-wrapper-right {
        width: 100%;
        padding: 30px 20px;
    }        
.leadership-team-grd {
    text-align: center;
}
.leadership-team-img {
    width: 150px;
    float: none;
    margin: 0 auto;
}
.leadership-team-content {
    width: 100%;
    padding: 30px 0px 0px 0px;
}    
 .main-wrapper nav,
 .banner-content {
    width: 90%;
} 
.revolution-wpr {
    padding: 50px 20px;
    overflow: hidden;
} 
.leadership-team {
    padding: 30px 20px;
}
.customer-segment-mid {
    padding: 50px 20px;
    box-sizing: border-box;
}
.incupation-center-wpr {
    padding: 50px 20px;
    box-sizing: border-box;
}
.getin-touch-wpr {
    padding: 30px 20px;
}
.name-field-wpr,
.mail-field-wpr {
    width: 47%;
}
.footer {
    padding: 0px 20px;
    box-sizing: border-box;
}
.getin-touch-left-wpr {
    width: 42%;
    padding-right: 0px;
}
.getin-touch-right-wpr {
    width: 58%;
}
}


@media only screen and (max-width:767px) {
.main-wrapper nav ul li a:hover {
    border-bottom: 1px solid #fff;
}
.main-wrapper nav ul li.active a {
    color: #24536A;
    border-bottom: 1px solid #fff;    
}
.main-wrapper nav ul li a {
    padding: 10px 0px;
}
.main-wrapper nav ul li {
    float: left;
    padding: 5px 20px;
}
.main-wrapper nav ul li:last-child a {
    border-bottom: 0px;
}
.mobile-menu {
        top: 0;
        max-width: 100%;
        left: -100%;
        top: 135px;
        width: 100%;
        padding: 0px 0px !important;
        box-sizing: border-box !important;
        background: #289eb4;
        height: auto;
        position: absolute;
        z-index: 9997;
        overflow-y: auto;
        -webkit-transform: translate3d(0, 0, 205px);
        -moz-transform: translate3d(0, 0, 205px);
        transform: translate3d(0, 0, 205px);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }  
    .nav-list li {
        margin-right: 0px;
        width: 100%;
        float: left;
        box-sizing: border-box;
        padding: 0px 15px;
    }
    .nav-list li a {
        color: #fff !important;
        padding: 15px 0px 15px;
        border-bottom: 1px solid #fff;
        text-decoration: none !important;
    }
    .nav-list li:last-child a {
        border-bottom: 0px;
    }
    .register-btn {
        padding: 20px 20px;
    }    
    .mobile-menu.active {
        left: 0;
        top: 135px;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out;
    }      
    .hamburger-menu {
        margin-top: 25px;
        display: block;
        margin-right: 20px;
    }
    .top-header {
        padding: 0px 0px;
    }
    .top-header nav {
        padding: 20px 20px 20px;
        justify-content: space-between;
        box-shadow: 0px 0px 5px 0px #ccc;
    }    
    .hamburger-menu {
        position: absolute;
        top: 35px;
        right: 20px;
        display: inline-block;
    }   

.splitted-sec-mid {
    display: block;
}
.splitted-inner {
    padding: 0px 20px;
    margin-bottom: 30px;
}
.revolution-wpr-left {
    width: 100%;
    padding-right: 0px;
}
.revolution-wpr-right {
    width: 100%;
}
.revolution-wpr-left p {
    text-align: justify;
}
.revolution-wpr-left h2 {
    text-align: center;
    line-height: 36px;
}
.obstructive-wrapper {
    display: block;
    width: 100%;
}
.obstructive-wrapper-left {
    width: 100%;
    min-height: 400px;
}
.obstructive-wrapper-right {
    width: 100%;
    padding: 30px 20px;
}
.leadership-team-grd {
    width: 100%;
    clear: both;
    overflow: hidden;
    text-align: center;
}
.leadership-team-img {
width: 150px;
        float: none;
        margin: 0 auto;
        overflow: hidden;
        height: 150px;
        display: block;
}
.leadership-team-content {
        width: 100%;
        float: none;
        padding: 0px 0px 0px 0px;
        text-align: center;
        padding-top: 30px;
        display: block;
}
.customer-segment-mid h2 {
    line-height: 36px;
}
.segment-lists {
    display: block;
    width: 100%;
}
.segment-lists p {
    width: 100%;
}
.incupation-left-wpr {
    width: 100%;
    padding-right: 0px;
}
.incupation-right-wpr {
    width: 100%;
}
.Incubation-brand-list span {
    width: 100%;
    padding: 50px 20px;
    text-align: center;
}
.hat-content {
    width: 100%;
    text-align: center;
}
.leadership-team-grd-wpr {
    display: block;
}
 .main-wrapper nav,
 .banner-content {
    width: 90%;
} 
.revolution-wpr {
    padding: 50px 20px;
} 
.leadership-team {
    padding: 30px 20px;
}
.customer-segment-mid {
    padding: 50px 20px;
    box-sizing: border-box;
}
.incupation-center-wpr {
    padding: 50px 20px;
    box-sizing: border-box;
}
.getin-touch-wpr {
    padding: 30px 20px;
}
.name-field-wpr, .mail-field-wpr {
    width: 100%;
    margin-bottom: 20px;
}
.footer {
    padding: 0px 20px;
    box-sizing: border-box;
}
.getin-touch-left-wpr {
    width: 100%;
    padding-right: 0px;
}
.getin-touch-right-wpr {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
}
.question-para {
    text-align: justify;
}
.footer-wpr {
    display: block;
    padding: 40px 0px 0px;
}

.footer-list:nth-child(1),
.footer-list:nth-child(2),
.footer-list:nth-child(3) {
    width:100%;
    margin-bottom: 30px;
}
}