/* CSS */

@font-face {
    font-family: 'bebas';
    src: url('../fonts/bebas.woff2') format('woff2'),
         url('../fonts/bebas.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'Abril';
    src: url('../fonts/AbrilFatface-Regular.eot');
    src: url('../fonts/AbrilFatface-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AbrilFatface-Regular.woff2') format('woff2'),
        url('../fonts/AbrilFatface-Regular.woff') format('woff'),
        url('../fonts/AbrilFatface-Regular.ttf') format('truetype'),
        url('../fonts/AbrilFatface-Regular.otf') format('opentype'),
        url('../fonts/AbrilFatface-Regular.svg#AbrilFatface-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02C6;
}
@font-face {
    font-family:'SSPB';
    src: url('../fonts/Source Sans Pro Bold.eot');
    src: url('../fonts/Source Sans Pro Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Source Sans Pro Bold.woff2') format('woff2'),
        url('../fonts/Source Sans Pro Bold.woff') format('woff'),
        url('../fonts/Source Sans Pro Bold.ttf') format('truetype'),
        url('../fonts/Source Sans Pro Bold.otf') format('opentype'),
        url('../fonts/Source Sans Pro Bold.svg#Source Sans Pro Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'SSP';
    src: url('../fonts/Source Sans Pro.eot');
    src: url('../fonts/Source Sans Pro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Source Sans Pro.woff2') format('woff2'),
        url('../fonts/Source Sans Pro.woff') format('woff'),
        url('../fonts/Source Sans Pro.ttf') format('truetype'),
        url('../fonts/Source Sans Pro.otf') format('opentype'),
        url('../fonts/Source Sans Pro.svg#Source Sans Pro') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family:'SSPS';
    src: url('../fonts/Source Sans Pro Semibold.eot');
    src: url('../fonts/Source Sans Pro Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Source Sans Pro Semibold.woff2') format('woff2'),
        url('../fonts/Source Sans Pro Semibold.woff') format('woff'),
        url('../fonts/Source Sans Pro Semibold.ttf') format('truetype'),
        url('../fonts/Source Sans Pro Semibold.otf') format('opentype'),
        url('../fonts/Source Sans Pro Semibold.svg#Source Sans Pro Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}



/*Scrollbar css*/
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #e5c08e; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e5c08e; 
}

/* Loader CSS */
.rotate{ display: none; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: #fff; color: #333; font-size: 24px; font-weight: 100; z-index: 9999; text-align: center; line-height: 100vh}
#loader-wrapper { position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;z-index: 1000;}
#loader { display: block;position: relative;left: 50%;top: 50%;width: 150px;height: 150px;margin: -75px 0 0 -75px;-webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; z-index: 1001; background: url(../images/biography/wheel.png) no-repeat; background-size: contain;}
#street{  display: block;position: relative;left: 0; right: 0; top: 50%;width: 270px;margin: auto; z-index: 1001;}

@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);
    }
}
#loader-wrapper .loader-section { position: fixed;top: 0;width: 51%;height: 100%;background: #fff;z-index: 1000;-webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0);}
#loader-wrapper .loader-section.section-left { left: 0;}
#loader-wrapper .loader-section.section-right { right: 0;}
/* Loaded */
.loaded #loader-wrapper .loader-section.section-left { -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);}
.loaded #loader-wrapper .loader-section.section-right { -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);}
.loaded #loader, .loaded #street { opacity: 0; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.loaded #loader-wrapper { visibility: hidden;-webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%);-webkit-transition: all 0.3s 1s ease-out; transition: all 0.3s 1s ease-out;}

*{ margin: 0; padding: 0; box-sizing: border-box; }
html{ background: #fff; }
img{ max-width: 100%; }
p{ font-size: 26px; font-family: 'SSP'; }
.clearfix:after{ display: table; content: " "; clear: both;}
body{ overflow: hidden; background: #e5c08e;background: -moz-linear-gradient(top, #e5c08e 0%, #fffef6 99%);background: -webkit-linear-gradient(top, #e5c08e 0%,#fffef6 99%);background: linear-gradient(to bottom, #e5c08e 0%,#fffef6 99%); height: 100vh; font-family: 'SSP', sans-serif;}
.container{ width: 1140px; padding-left: 15px; padding-right: 15px; margin: auto;}
.container-center{ display: table;}
.container-center:before { content: ""; display: inline-block; vertical-align: middle; margin-left: -5px; height: 100%;}
.wrapper{ overflow: hidden; height: 100vh; position: relative; }
.back{ position: fixed; top: 10px; left: 10px; z-index: 999; width: 20px; height: 20px; cursor: pointer;}
.pulse { background: #703b35 none repeat scroll 0 0; border-radius: 90%; top: 20px; color: #fff; cursor: pointer; display: inline-block; height: 30px; position: fixed; left: 20px;text-align: center;transition: all 0.2s ease 0s; width: 30px; z-index: 99;}
.pulse svg{ width: 16px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto;}
@keyframes pulse {
    0% { opacity: 0; transform: scale(0.1);}
    50% { opacity: 0.3;}
    100% { opacity: 0; transform: scale(2);}
}
@keyframes pulse {
    0% { opacity: 0; transform: scale(0.1);}
    50% { opacity: 0.3;}
    100% { opacity: 0; transform: scale(2);}
}
.pulse:nth-child(1) { animation: 2s ease 0s normal none infinite running pulse;}
.pulse:nth-child(2) { animation: 2s ease 0.3s normal none infinite running pulse;}
.pulse:nth-child(3) { animation: 2s ease 0.6s normal none infinite running pulse;}
#fullscreen{ position: fixed; top: 10px; right: 10px; z-index: 999; width: 20px; height: 20px; cursor: pointer;}
.small{ display: none; }
.escape .expand{ display: none; }
.escape .small{ display: block; }
.windMain{ height: 223px; position: absolute; bottom: 129px;z-index: 0;left: 5%;}
.windFeath{ position: relative; }
.windFeath img{ position: absolute; top: -20px; -webkit-animation: feath 5s linear infinite; animation: feath 5s linear infinite;}
@keyframes feath {
    0%   { 
        -webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);
    }
}
.windMill{height: 100%;}

.hotelMain{ height: 223px; position: absolute; bottom: 149px; z-index: 0; right: 3%;}
.hotelGlass{ position: relative; }
.hotelGlass span{ position: absolute; background: url('../images/biography/glass.png') repeat-x 0 0 / cover; -webkit-animation: glass 175s linear infinite; animation: glass 175s linear infinite; width: calc(100% - 9px); height: 10px; top: 47px; left: 0; right: 0; margin: auto; overflow: hidden; transition: 500ms all;}
@keyframes glass {
    0%   { 
        background-position-x: 0;
    }
    100% {
        background-position-x: -1000px;
    }
}
.hotel{height: 100%;}

.building{ width: 100%; height: 223px; position: absolute; bottom: 129px; z-index: 0;}
.road{ width: 1000vw; height:169px; position: absolute;bottom: 0; z-index: 0; background-color: #464646;}
.line1{ width: 100%; height: 20px; background-color: #907d71; display: block;}
.line2{ width: 100%; height: 12px; background-color: #6a5f58; display: block;}
.holder { float: left; width: 100vw; height: 100vh; position: relative; overflow: hidden;}

/* Slider */
.slick-slider{ position: relative; display: table;table-layout: fixed; width: 100%; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{ position: relative; display: block; overflow: hidden; margin: 0;padding: 0;}
.slick-list:focus{ outline: none;}
.slick-list.dragging{ cursor: pointer; cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list{ -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0); }
.slick-track{position: relative;top: 0;left: 0;display: block;margin-left: auto;margin-right: auto;}
.slick-track:before, .slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;height: 100vh;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden { display: none;}
.slick-dots{ position: absolute;bottom: 30px;display: block;width: 100%;padding: 0;list-style: none;text-align: center; z-index: 2}
.slick-dots li{ position: relative; display: inline-block;margin: 0 45px; padding: 0; cursor: pointer;}
.slick-dots li button{ font-size: 0; line-height: 0; display: block;cursor: pointer; color: transparent;outline: none; background: #454545; width: 15px; height: 15px; border-radius: 50%; border:2px solid rgba(238,238,238,0.4); padding: 0; transition: 1000ms all;}
.slick-dots li button:hover{ outline: none;}
.slick-dots li button:hover:before{ opacity: 1;}
.slick-dots li button:before { white-space:nowrap;font-family: 'Abril'; font-size: 21px; line-height: 20px; position: absolute; top: -45px; left: 50%;  height: 20px; text-align: center; opacity: .25;color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translateX(-50%); transition: 300ms all;}
/*.slick-dots li button:after { position: absolute; content: ''; width: 0; height: 0; top: -15px; left: 50%; transform: translateX(-50%); border-top: 5px solid #fff; border-left: 5px solid transparent; border-right: 5px solid transparent;opacity: 0; transition: 300ms all;}*/
.slick-dots li:nth-child(1) button:before{content: '1981'}
.slick-dots li:nth-child(2) button:before{content: '2002'}
.slick-dots li:nth-child(3) button:before{content: '2006'}
.slick-dots li:nth-child(4) button:before{content: '2009'}
.slick-dots li:nth-child(5) button:before{content: '2010'}
.slick-dots li:nth-child(6) button:before{content: '2011'}
.slick-dots li:nth-child(7) button:before{content: '2013'}
.slick-dots li:nth-child(8) button:before{content: '2014'}
.slick-dots li:nth-child(9) button:before{content: '2015'}
.slick-dots li:nth-child(10) button:before{content: '2017'}
.slick-dots li:nth-child(11) button:before{content: '2018-23'}
.slick-dots li:nth-child(12) button:before{content: ''}
.slick-dots li:nth-child(13) button:before{content: ''}
.slick-dots li.slick-active button:before{ opacity: 1; color: #fff;}
.slick-dots li.slick-active button:after{ opacity: 1;}
.slick-dots li.slick-active button{ background: #87af4d; border-color: transparent; }
.wrapper-inner > .slick-dots li.yearVisited button{ background: #87af4d; border: none;}
.wrapper-inner > .slick-dots li.yearVisited + li button,.wrapper-inner > .slick-dots li:first-child button{ background: #87af4d; border-color: transparent;}
.slick-arrow{position: absolute;left: 0;top: 0;opacity: 0;visibility: hidden;}
.slick-dots li.delayTrans button{ transition-delay: 1300ms; }
.slick-slide, .slick-slide *{ outline: none; }

.year{ text-align: center;}
.year span{ font-family: 'Abril'; font-size: 210px; color: #703b35; text-shadow: 8px 4px 0px #ff9c00; position: relative; line-height: 200px; display: inline-block;vertical-align: top; line-height: 200px; margin-top: 10px;}
.swrill{ margin-bottom: 90px; }
.year.swrill span:after{content: ''; background: url(../images/biography/swril.png) no-repeat; width: 271px; height: 73px; left: 0; right:0; top: 100%; position: absolute; margin: auto;}
.year:before, .year:after{ content: ''; width: 107px; height: 205px; top: 0; display: inline-block; vertical-align: top;}
.year:before{ background: url(../images/biography/year-left.svg) no-repeat 0 0 / contain; }
.year:after{ background: url(../images/biography/year-right.svg) no-repeat 0 0 / contain; }
.cloud-main{ position: absolute; width: 100vw; top: 0; }
.bird{ position: absolute; width: 200px;  animation-name: example; animation-duration: 40s; animation-iteration-count: infinite;  bottom: 0;}
@keyframes example{
    from { right: -200px; top: 50%; transform: rotate(0deg); }
    to { right: calc(100% + 200px); top: 0%; transform: rotate(20deg); width: 100px; }          
}
.timeline{position: absolute; left: 0; right: 0; margin: 0 auto; bottom: 5px; background-color: rgba(238,238,238,0.4); height: 5px; z-index: -1; border: none; transform: translateX(-5px); padding: 0;}
.timeline span{ background-color: #87af4d; height: 5px; border-radius: 10px; float: left; }

/* Slide 1 */
.slide-1{ text-align: center; margin-top: 25px; display: table-cell; vertical-align: middle;}
.slide-1 > * { display: inline-block; vertical-align: middle;}
.sanjay-img{ position: relative; }
.fs-stroke{position: absolute; z-index: 1;width: 100%;}
.fs-circ{ stroke-dasharray: 10000; stroke-dashoffset: 0;}
.fs-content{ display: inline-table; margin-left: -90px; position: relative;}
.fs-content h1{font-size: 45px; line-height: 60px; color: #3e3e3e; font-family: 'Abril'; display: table-cell; vertical-align: middle; text-align: left; position: absolute; right: 30px; top: 46%; transform: translateY(-50%);}

/* Slide 2 */
.university{ background: url(../images/biography/university.png) no-repeat 0 calc(100% - 169px) / contain; position: relative; overflow: hidden;}
.uni-info{ width: 547px; position: relative; left: -130px; top: 50%; z-index: 1; transform: translateY(-50%);}
.uni-info h4{ font-size: 37px; font-style: italic; color: #fff; font-family: 'SSPS'; padding: 80px 25px 0; text-align: center; line-height: 45px; position: absolute; }
.uni-info h4 span{ color:#5b2c02; display: block; font-family: 'SSPB';}
.bench-left{ position: absolute; left: 13.50%; bottom: 170px;}
.bench-right{ position: absolute; right: 0; bottom: 170px;}
.uni-info-bg svg{ width: 100%; height: 100%; }

/* Slide 3 */
.slide-3{ display: table-cell; vertical-align: bottom; padding-bottom: 20px;}
.slide-3 > * { display: inline-block; vertical-align: middle;}
.office{width: 750px; position: absolute; bottom: 158px; left: 0; right: 0; margin: auto; z-index: -1;}
.office-left{ position: relative; text-align: center;}
.office-left h2{ position: absolute; color: #fff; text-align: center; font-size: 36px; padding: 30px 0; width: 100%; letter-spacing: 0.5px; font-family: 'SSP';}
.office-left h2 span{ display: block; }
.office-right{ position: relative; text-align: center; margin-left: 270px;}
.office-right h2{ position: absolute; color: #fff; text-align: center; font-size: 24px; padding: 55px 0 30px; width: 100%; letter-spacing: 0.5px; font-family: 'SSP';}
.office-right h2 span{ display: block; }
.php{ position: absolute; top: -55px; left: 0; right: 0; margin: auto; }
.sf{ position: absolute; left: -20px; bottom: -20px; }
.drupal{ position: absolute; right: -20px; bottom: -20px; }

/* Slide 4 */
.slide-4{ display: table-cell; vertical-align: bottom; padding-bottom: 80px; }
.slide-4 > *{ display: inline-block; vertical-align: bottom; }
.office-2{ left: 400px; }
.inside-office{ background: rgba(135,175,77,0.9); width: 410px; padding: 10px; position: relative; margin-right: 170px;}
.inside-office:after{ position: absolute; content: ''; border-left: 150px solid rgba(135,175,77,0.8); border-top: 140px solid transparent; border-bottom: 0;left: 100%; bottom: 30px;}
.io-content{ padding: 20px 40px; color: #fff; background-color: #87af4d; border-radius: 20px; margin-right: -140px; width: calc(100% - 450px);}

/* Slide 5 */
.text-center{ text-align: center; }
.freelancing{ display: table-cell;vertical-align: middle;}
.freelancing-inner{ background-color: rgba(135,175,77,0.8); position: relative; margin-top: 20px; padding-bottom: 20px;}
.freelancing-inner:before { position: absolute; content: ''; width: 0; height: 0; top: 0; bottom: 0; border-right: 105px solid rgba(135,175,77,0.8);border-top: 185px solid transparent;border-bottom: 185px solid transparent;right: 100%;}
.freelancing-inner:after { position: absolute; content: ''; width: 0; height: 0; top: 0; bottom: 0; border-left: 105px solid rgba(135,175,77,0.8);border-top: 185px solid transparent;border-bottom: 185px solid transparent;left: 100%;}
.freelancing-inner > *{ display: inline-block;vertical-align: middle; }
.freelancing-img{ width: 450px; position: relative;}
.code-icon { position: absolute;left: 115px; top: -67px; width: 287px;}
.coding{ margin-top: 23px;}
.binary { position: absolute; right: 100px; top: -65px;width: 130px;}
.freelancing-content{ width: calc(100% - 475px); margin-left: 20px; text-align: left;}
.freelancing-content h5{ color: #fff; font-size: 30px; text-transform: uppercase; font-family: 'SSPB';margin-bottom: 15px;}
.freelancing-content p{ color: #fff; }

/* Slide 6 */
.dev-team{ position: relative; display: table-cell; width: 100%; vertical-align: middle;}
.dev-team-inner{ background-color: #221f1f; position: relative; width: calc(100% - 210px); margin: 145px auto 0;}
.dev-team-inner:before { position: absolute; content: ''; width: 0; height: 0; top: 0; bottom: 0; border-right: 105px solid #221f1f;border-top: 164px solid transparent;border-bottom: 164px solid transparent;right: 100%;}
.dev-team-inner:after { position: absolute; content: ''; width: 0; height: 0; top: 0; bottom: 0; border-left: 105px solid #221f1f;border-top: 164px solid transparent;border-bottom: 164px solid transparent;left: 100%;}
.logo-bg{ background: url(../images/biography/invisible-logo.png) no-repeat; background-size: contain; position: absolute;width: 100%; height: 100%;}
.dev-member{ position: relative; width: 100%;}
.dev-member > *{ display: inline-block;vertical-align: middle; }
.sanjay{ position: absolute;left: 25px; top: -100px; }
.dr-logo{ position: absolute;left: 0; right: 0; margin: auto; width: 585px; top: -150px;}
.edward{ position: absolute;right: 25px; top: -100px;}
.flag-india, .flag-netherland{ width:80px; margin: 10px auto;}
.flag-india span, .flag-netherland span{ height: 20px; display: block;width: 100%; }
.flag-india span:first-child{ background-color: #ff5a00; }
.flag-india span:nth-child(2){ background-color: #ffffff; }
.flag-india span:last-child{ background-color: #3a9508; }
.flag-netherland span:first-child{ background-color: #eb0909; }
.flag-netherland span:nth-child(2){ background-color: #ffffff; }
.flag-netherland span:last-child{ background-color: #041c69; }
.dev-team-content{ text-align: center; padding: 100px 0 20px;}
.dev-team-content h5{ color: #fff; font-size: 40px; margin-bottom: 10px; font-family: 'SSPB';}
.dev-team-content p{ color: #fff; letter-spacing: 0.5px; line-height: 37px;}
.dev-team-content p span{ display: block; }

/* Slide 7 */
.dr-india{ background-color: #221f1f; position: relative; width: calc(100% - 210px); margin: 100px auto 0;}
.dr-india:before { position: absolute; content: ''; width: 0; height: 0; top: 0; bottom: 0; border-right: 105px solid #221f1f;border-top: 164px solid transparent;border-bottom: 164px solid transparent;right: 100%;}
.dr-india:after { position: absolute; content: ''; width: 0; height: 0; top: 0; bottom: 0; border-left: 105px solid #221f1f;border-top: 164px solid transparent;border-bottom: 164px solid transparent;left: 100%;}
.dr-india > *{ display: inline-block; vertical-align: middle; }
.dr-india-member{ margin: -65px 0 -50px -80px; position: relative;}
.dev-heros-content{width: calc(100% - 340px); padding: 0; text-align: justify;}
.dev-heros{position: absolute; right: -70px; z-index: 1; top: -155px; width: 200px;}

/* Slide 8 */
.text-right{ text-align: right; }
.expertise{ position: relative; display: inline-block;}
.expertise > *{ display: inline-block;vertical-align: middle; }
.support{ width: 200px; right: 0; position: absolute; top: -75px; }
.expertise-bg{ position: absolute; top: 0; right: 0; z-index: -1; margin: 20px 0;}
.expertise-content{ width: calc(100% - 550px); margin-left: 15px;}
.expertise-content h5{ color: #fff; font-size: 40px; margin-bottom: 10px; font-family: 'SSPB';}
.expertise-content p{ color: #fff; letter-spacing: 0.5px; line-height: 37px;}

/* Slide 9 */
.scrum-bg{ right: inherit;left: -85px; }
.certificate{ width: 175px; position: absolute; top: -190px; left: 25px; }
.agile-img{ margin-right: -50px;}
.agile-content { width: calc(100% - 450px); margin-left: 10px;}

/* Slide 10 */
.mtech-main { position: relative; height: 100%; width: 100%; display: table-cell; vertical-align: bottom; text-align: center;}
.ml-root > *{ display: inline-block; vertical-align: bottom; }
.mtech-logo{ width: 408px; margin-bottom: 10px; position: relative;}
.mtech-logo-svg { position: absolute; left: 0; bottom: 0; right: 0; top: 0; transform: scale(0); transition: 500ms all;}
.mtech-roots{ width: 456px;}
.dashed { padding: 0 50px; position: absolute; bottom: 20px; width: 100%; z-index: -1}


.stat-bg{ height: 670px; text-align: center;}
.target-img > *{ display: inline-block; vertical-align: top; width: 200px; margin: 0 15%; }
/*.goal{ width: 210px; float: left;  margin-left: 160px;}
.mission{ width: 230px; float: right; margin-right: 160px;}*/
.stat-of-mind{position: relative; display: table-cell; vertical-align: middle;}
.target{ position: absolute; text-align: center; width: 100%; top: 53%; z-index: 1; transform: translateY(-50%);}
.stat-content{ width: calc(100% - 260px); margin: auto; }
.stat-content h5{ color: #fff; font-size: 40px; margin-bottom: 10px; margin-top: 25px; }
.stat-content p{ color: #fff; line-height: 40px;}
.about{ margin: 0; padding: 0; text-align: center; }
.about li{ list-style-type: none; display: inline-block; text-transform: uppercase; font-size: 30px; font-family: 'bebas'; background-color: #481900; color: #fff; line-height: 60px; width: 235px; text-align: center; position: relative; margin-top: 20px; height: 60px;}
.about li ~ li{ margin-left: 50px; }
.about li:before{ position: absolute; content: ''; width: 0; height:0;top: 0;bottom: 0;border-right: 20px solid #481900;border-top: 30px solid transparent;border-bottom: 30px solid transparent;right: 100%;}
.about li:after{ position: absolute; content: ''; width: 0; height:0;top: 0;bottom: 0;border-left: 20px solid #481900;border-top: 30px solid transparent;border-bottom: 30px solid transparent;left: 100%;}


.team-support{ width: 75%; position: absolute; right: 0; bottom: 0;}
.support-main { position: relative;height: calc(100vh - 143px); display: inline-block;width: 100%; vertical-align: top;}
.spaceman{ margin-left: 120px; animation-name: spaceman; animation-duration: 10s; animation-iteration-count: infinite; margin-top: -20px}
@keyframes spaceman{

    25%{ margin-top: 0px; }
    50%{ margin-top: -20px; }
    75%{ margin-top: 0px; }
    100%{ margin-top: -20px; }
}
.support-bg{ background: url(../images/biography/space.png?time=4565) no-repeat 100% 100% / contain; width: 100%; border-radius: 50%; overflow: hidden; position: absolute;z-index: -1;animation-name: space; animation-duration: 200s; animation-iteration-count: infinite;}  
@keyframes space{

    0%{ transform: rotate(0deg); }
    100%{ transform: rotate(360deg); }
}
.support-main h4{ color: #fff; font-size: 30px; text-align: center; padding-top: 50px;}
.support-main h4 span{ display: block; }


/*slide 11*/
#slide-11 .container {
    display: flex;
    align-items: center;
}
.abjMain {
    background: rgba(0,0,0,0.8);
    border-radius: 24px;
    height: 75%;
    width: 100%;
    display: inline-block;
    box-shadow: 0px 5px 20px 0.98px rgba(0, 0, 0, 0.50);
    float: left;
}
.abjSlider {
    display: block;
    position: relative;
    width: 100%;
    table-layout: auto;
    
}.abjSlider .slick-slide{width: 100%;}

.abjSlider,.abjSlider .slick-list,.abjSlider .slick-track, .abjSlider .slick-slide {height: 100%;}
.abjSlider .slick-arrow {
    opacity: 1;
    visibility: visible;
    background: transparent;
    border: none;
    box-shadow: none;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    height: 36px;
    width: 18px;
    background-size: 100% auto;
    font-size: 0;
    z-index: 1;
}


.abjSlider button.slick-prev {
    left: 25px;
    background-image: url('../images/arrowprev.png');
    right: auto;

}
.abjSlider button.slick-next{
    right:25px;
     background-image: url('../images/arrownext.png');
     left: auto;
}

.abjSlider .slick-slide {
    padding: 40px 80px;

}
div#tabs-content {
    height: 100%;
    overflow-y: auto;
}
.tabs, .bniJourney {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.bniText {
    margin-top: 40px;
    height: 100%;
    overflow: auto;
}
.bniText p {
    font-size: 20px;
    color: #fff;
    line-height: 1.6rem;
}
.tabs-nav {
    text-align: center;
}
.tabs-nav li {
    display: inline-block;
    list-style: none;
    margin: 0px 20px;
}
.tabs-nav li a {
    text-decoration: none;
    font-family: 'Abril';
    color: #ac8e62;
    font-size: 32px;
    border-bottom: 4px solid transparent;
    padding-bottom: 2px;
}
.tabs-nav li.active a, .tabs-nav li a:hover{color:#fff;border-color:#fff;}
#tabs-content{margin-top: 50px;}
.tab-content ul{list-style: none;}
.tab-content ul li {
    color: #fff;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}
.tab-content ul li:last-child{margin-bottom: 0;}
.tabTitle{margin-bottom:20px;}
.tabTitle h3{
    color: #fff;
}
.tabTitle span{font-size: 14px;color:#fff;opacity: 0.7; }

.mrtop-30{margin-top: 48px;}
/* --------------- Media Querries ----------------*/
@media only screen and (max-width: 1600px){
    
    .year span{ font-size: 160px; line-height: 150px; text-shadow: 4px 2px 0px #ff9c00;}
    .year:before, .year:after{ width: 84px; height: 145px; }

    .uni-info{ width: 500px; left: 0; }
    .uni-info h4{ font-size: 34px; }
    .bench-left, .bench-right{ height: 120px }

    .dev-team-inner{ margin: 100px auto 0; }
    .dr-logo{ width: 500px; top: -100px; }

    .dr-india{ margin: 0 auto; }

    .certificate { width: 135px; position: absolute; top: -140px; left: 50px;}

    .mtech-logo{ width: 340px;}
    .mtech-roots{ width: 405px;}

    .stat-bg{ height: 570px; }
    /*.target{ top: 110px; }*/
    .about{ margin-top: 15px; }
    .target-img > *{ width: 170px; }
    .stat-content p{ line-height: normal; }
    .about li{ width: 200px; height: 50px; font-size: 26px; line-height: 50px; margin-top: 5px;}
    .about li:before, .about li:after{ border-top-width: 25px; border-bottom-width: 25px;}
    .stat-content { width: calc(100% - 330px);}

    .spaceman{ width: 250px; }
    .support-main h4{ padding-top: 20px; }

}
@media only screen and (max-width: 1366px){

    .year span{ font-size: 130px; line-height: 150px; text-shadow: 4px 2px 0px #ff9c00;}
    .year:before, .year:after{ width: 78px; height: 135px; }
    .fs-content{ margin-left: -80px;}
    .road{ height: 150px; }
    .sanjay-img{ width: 255px; margin-top: 6px;}
    .fs-content-bg{ height: 255px; }
    .fs-content-bg img{ height: 100%; }
    .fs-content h1{ font-size: 38px; line-height: 50px; }

    .university{ background-position-y: calc(100% - 150px); }
    .uni-info{ width: 360px; left: 0; right: 0; margin: auto;}
    .uni-info h4{ padding: 45px 25px; font-size: 28px;  line-height: 34px; }
    .bench-left, .bench-right{ height: 100px; }

    .slide-3{ text-align: center; }
    .office{ bottom: 141px; width: 540px; }
    .office-left-bg svg{ width: 340px; }
    .office-right{ margin-left: 200px; }
    .office-right img{ width: 70px; }
    .php{ top: -25px; }
    .sf{ left: -10px; bottom: -10px; }
    .drupal{ right: -10px; bottom: -10px; }
    .office-left h2{ font-size: 30px; padding: 15px 0; line-height: 33px;}

    .slide-4{ padding-bottom: 50px; text-align: right; }
    .office-2{ left: 280px; }
    .inside-office{ width: 320px; margin-right: 130px; }
    .inside-office:after{ border-left-width: 120px; border-top-width: 110px;  }
    .io-content{ padding: 15px; border-radius: 10px; }
    p{ font-size: 21px; }
    .io-content{ margin-right: 0; width: 50%; text-align: justify;}
    .freelancing-inner:before{ border-width: 150px 85px 150px 0; }
    .freelancing-inner:after{ border-width: 150px 0 150px 85px; }

    .freelancing{ width: calc(100% - 250px);}
    .freelancing-img{ width: 350px;}
    .freelancing-content{ width: calc(100% - 380px); text-align: justify;}
    .code-icon{ left: 90px; top: -46px; width: 200px; }
    .code-icon svg{ width: 100%; }
    .freelancing:before{ border-width: 149px 70px 149px 0; }
    .freelancing:after{ border-width: 149px 0 149px 70px; }
    .binary{ right: 60px; width: 120px; top: -60px; }

    .dev-team-inner{ margin: 100px auto 0; }
    .dev-team-content p span{ display: initial; }
    .sanjay { left: 35px; width: 130px; top: -75px;}
    .edward { right: 35px; width: 130px; top: -75px;}
    .flag-india, .flag-netherland{ width: 70px; }
    .flag-india span, .flag-netherland span{ height: 15px; }
    .dr-logo{ width: 450px; }
    .dev-team-content h5{ margin-bottom: 0; }
    .dev-team-content{ padding: 85px 0 10px; }
    .dev-team-inner:after{ border-width: 118px 0 118px 70px; }
    .dev-team-inner:before{ border-width: 118px 70px 118px 0; }
    .dev-team-content p{ line-height: 30px; }

    .dev-heros-content{ padding: 0; }
    .dr-india-member{ width: 340px; margin: -50px 0 -50px -30px; }
    .dev-heros { right: 0; top: -130px; width: 160px;}
    .dr-india:after{ border-width: 132px 0 132px 70px; }
    .dr-india:before{ border-width: 132px 70px 132px 0; }

    .support { width: 150px; top: -40px; right: 70px;}
    .expertise-content p{ line-height: 30px; }
    .expertise-bg{ height: 300px; }
    .project-img{ width: 370px; }

    .agile-img{ width: 370px; }
    .agile-content { width: calc(100% - 580px); margin-left: 110px; margin-top: 20px;}
    .certificate { width: 110px; top: -110px; left: 125px;}

    .mtech-logo{ width: 280px;}
    .mtech-roots{ width: 325px;}
    .dashed{ padding: 0 150px; }
    .ml-root{ text-align: center; left: 0; margin-bottom: -5px; }

    .stat-bg { height: 510px;}
    /*.target { top: 120px;}*/
    .target-img > *{ margin: 0 12%; }
    .stat-content h5{ margin: 0; }
    .stat-content { width: calc(100% - 460px);}

    .support-main { height: calc(100vh - 126px);}
    .slick-dots li {
    margin: 0px 30px;
 }
 .slick-dots li button:before {
    font-size: 18px;
    line-height: 30px;
    top: -35px;
 }
}

@media only screen and (max-width: 1024px){

    .container{ width: 100%; }
    .building, .windMain, .hotelMain{ height: 123px; bottom: 140px; }
    .hotelGlass span{top:27px; background-size: contain;}
    .building svg{ width: 100% }
    .slick-dots li{ width: 7%; margin: 0;}
    .slick-dots li button{ margin: 0px auto;}
    .slick-dots li button:before{ font-size: 16px; }

    .bench-left, .bench-right { height: 70px; bottom: 150px;}

    .slide-3{ vertical-align: bottom; }
    .office-left-bg svg{ width: 300px; }
    .office-left h2{ font-size: 24px; line-height: 29px; }
    .office-right{ margin-left: 130px; }
    .office-right h2{ font-size: 21px; padding: 65px 0 30px; }
    .office-right-bg svg{ width: 300px; }
    .office-right img{ width: 60px; }
    .php{ top: 0px; }
    .sf, .drupal{ bottom: 10px; }

    .office-2 { left: 0;}
    .slide-4{ text-align: left; }
    .inside-office { width: 250px; margin-right: 90px; padding: 5px 5px 2px;}
    .inside-office:after { border-left-width: 90px; border-top-width: 80px;}
    p { font-size: 18px;}

    .freelancing-img { width: 300px;}
    .coding{ margin-top: 21px; }
    .freelancing:after { border-width: 130px 0 130px 60px;}
    .freelancing:before { border-width: 130px 60px 130px 0;}
    .binary { right: 40px;width: 100px;top: -50px;}
    .freelancing-content { width: calc(100% - 320px); margin-left: 10px;}
    .freelancing-content h5{ font-size: 26px; margin-bottom: 0 }

    .dev-heros { top: -120px; width: 130px;}

    .dashed { top: inherit; transform: inherit; bottom: 0;}

    .stat-content { width: calc(100% - 200px); margin-top: 20px;}
    .stat-of-mind { display: inline-block; vertical-align: middle; width: 100%;}
    .about li{ width: auto; font-size: 21px; padding: 0 10px;}
    .about li:before{ border-right-width: 15px; }
    .about li:after{ border-left-width: 15px; }
    .about li ~ li{ margin-left: 40px; }
    .target-img > * { margin: 0px 15%; width: 150px;}
    .target { width: calc(100% - 220px); margin: auto; left: 0; right: 0; /*top: 60px;*/}


}

@media only screen and (max-width: 991px){

    .container-center:before{ margin-left: 0; }
    .building{ bottom: 125px; }

    .freelancing { width: 100%;}
    .code-icon { left: 50px;}
    .coding{ margin-top: 90px; }
    .freelancing-img { width: 250px;}
    .freelancing-content { width: calc(100% - 270px);}
    .freelancing-inner:before, .freelancing-inner:after{ display: none; }
    .freelancing-inner{ padding: 15px; }
    .freelancing-img { margin-top: -83px;}

    .dev-team-inner:before, .dev-team-inner:after{ display: none; }
    .dev-team-inner{ width: 100%;}
    .sanjay{ width: 100px; left: 20px; }
    .edward{ width: 100px; right: 20px; }
    .dev-team-inner { margin: 50px auto 0;}
    .dev-team-inner{ padding:0 15px; }
    .flag-india, .flag-netherland{width: 60px;}
    .flag-india span, .flag-netherland span{ height: 13px; }

    .dr-india:after, .dr-india:before{ display: none; }
    .dev-heros { right: 20px;}
    .dr-india-member { width: 300px; margin: -50px 0;}
    .dr-india{ width: 100%; padding: 15px; }

    .expertise-bg{ display: none; }
    .expertise{ background: #ff6c00; padding: 15px;}
    .project-img { width: 300px;}
    .support { width: 120px; top: -70px; right: -10px;}
    .expertise-content { width: calc(100% - 320px);}

    .pink-bg{ background: #ff5a98; }
    .agile-img { width: 300px; margin-right: 0;}
    .expertise-content { width: calc(100% - 320px); margin: 10px 10px 0 0;}
    .expertise-content p{ text-align: justify; }
    .certificate{ left: 50px; top: -130px;}

    .dashed { padding: 0;}

    .stat-bg { width: 100%;}
    .target{/*top: 100px;*/ width: 100%;}
    .target-img > * { margin: 0; width: 100px;}
    .mission{margin-left: 40%;}
    .stat-content { width: calc(100% - 210px);}
    .about li{ padding: 0 5px; }
    .stat-content h5{ margin-bottom: 0; margin-top: 15px; }

    .team-support{ width: 65%;  }
    .support-main h4{ font-size: 24px; }

    .support-main {height: calc(100vh - 130px);}
        .abjSlider .slick-slide {
    padding: 32px 50px;
    overflow-y: auto;
}
.bniLogo img {
    max-width: 290px;
}
.bniText {
    margin-top: 30px;
}
.abjSlider button.slick-prev {
    left: 15px;
 }
 .abjSlider button.slick-next {
    right: 15px;
 }
 .abjSlider .slick-arrow {
    height: 28px;
    width: 14px;
 }
 .bniText p {
   font-size: 14px;
     line-height: 1.5rem;
}
.tab-content ul li{  font-size: 14px;margin-bottom: 12px;}
.tab-content ul li:last-child{margin-bottom: 0;}
.tabs-nav li a {
    font-size: 18px;
}
#tabs-content {
    margin-top: 30px;
}
.tabs-nav li {
    display: inline-block;
    list-style: none;
    margin: 0px 12px;
}
.abjMain{height: 90%;}
}
@media only screen and (max-width: 767px){

    .year span{ font-size: 70px; line-height: 70px; text-shadow: 2px 2px 0px #ff9c00;}
    .year:before, .year:after { width: 40px; height: 70px;}
    .line1{ height: 10px; }
    .line2{ height: 5px; }
    .road { height: 80px;}
    .slick-dots{ bottom: 10px; }
    .slick-dots li{ width: 7%; }
    .building svg{ width: 100%; }
    .slick-dots li button:before { font-size: 12px; top: -30px;}
    .timeline{ height: 3px; bottom: 6px; }
    .sanjay-img { width: 120px; margin-top: 3px;}
    .fs-content { margin-left: -40px;}
    .fs-content-bg { height: 124px;}
    .fs-content h1 { font-size: 18px; line-height: 28px; right: 20px; top: 48%; letter-spacing: -0.5px;}
    .timeline span{ height: 3px; }
    .cloud-main{z-index: 0;}
    .bird{ z-index: 0; }
    .building, .windMain, .hotelMain { bottom: 50px;}
    
    .university { background-position-y: calc(100% - 80px);}
    .bench-left, .bench-right { height: 50px; bottom: 80px;}
    .uni-info h4 { padding: 25px 20px;font-size: 18px;line-height: 22px; font-family: 'SSPS';}
    .uni-info {width: 230px;}

    .office { bottom: 72px; width: 300px;}
    .office-left{ background-color: #500150;}
    .slide-3{ padding-bottom: 10px; }
    .office-left, .office-right{ width: 48%; min-height: 135px; border-radius: 15px;}
    .office-left-bg, .office-right-bg{ display: none; }
    .office-left h2 { font-size: 18px;line-height: normal;position: static;}
    .office-left h2 span, .office-right h2 span{ display: inline-block; }
    .office-right{ background-color: #37395a; padding: 10px 10px 50px; margin-left: 15px;}
    .office-right h2 { font-size: 18px; padding: 0; position: static;}
    .office-right img { width: 40px;}
    .php { top: inherit; bottom: 10px;}
    .sf{ left: 10px; bottom: 10px; }
    .drupal{ right: 10px; bottom: 10px; }

    .slide-4{ padding-bottom: 10px; }
    .inside-office:after { border-left-width: 50px; border-top-width: 40px; bottom: 10px;}
    .inside-office { width: 180px; margin-right: 50px;}
    .io-content{ width: 56%; }
    p { font-size: 16px;}
    .slide-4{ text-align: center; }

    .freelancing{ margin-top: 0; }
    .freelancing-inner{ margin-top: 0; }
    .freelancing-img { width: 30%;}
    .code-icon{ left: 40px; top: -33px; width: 140px; }
    .binary { right: 20px;width: 70px;top: -35px;}
    .freelancing-content { width: calc(100% - 230px);}

    .dev-team-inner{ margin: 0; }
    .sanjay, .edward{ width: 70px; top: -40px; }
    .dr-logo { top: 0; width: 210px;}
    .dev-team-content { padding: 90px 0 10px;}
    .dev-team-content h5{ font-size: 30px; }
    .dev-team-content p { line-height: 21px;}

    .dev-heros-content{ padding: 0; margin-left: 10px; width: calc(100% - 180px); }
    .dr-india-member { width: 160px; margin: 0;}
    .dev-heros { top: -80px; width: 100px;}
    .dr-india{ padding: 10px; }

    .project-img { width: 210px;}
    .expertise{ padding: 10px; }
    .expertise-content { width: calc(100% - 230px); margin: 0 0 0 10px;}
    .expertise-content h5 { font-size: 30px; margin-bottom: 0;}
    .expertise-content p { line-height: 21px;}
    .support { width: 100px; top: -60px;}

    .agile-img { width: 210px;}
    .agile-content{ margin: 0 10px 0 0; }
    .certificate { left: 30px; top: -65px; width: 60px;}

    .mtech-logo { width: 150px;}
    .mtech-roots { width: 170px;}
    .dashed { width: 50%;margin: auto;left: 0;right: 0; top: inherit; bottom: 0; transform: none;}

    .about li{ font-size: 16px; height: 30px; line-height: 30px; margin-top: 10px;}
    .about li ~ li { margin-left: 20px; }
    .about li:before, .about li:after { border-top-width: 15px;border-bottom-width: 15px;}
    .about li:before { border-right-width: 10px;}
    .about li:after { border-left-width: 10px;}
    .stat-bg{ display: none; }
    .target{ position: static; transform: none; }
    .stat-of-mind{ background-color: #fe5a00; padding: 10px;}
    .target-img > * { width: 80px;}
    .stat-content h5{ font-size: 30px; margin-top: 0;}
    .stat-content { width: 100%; margin-top: 0;}

    .support-main h4 { font-size: 21px;}
    .spaceman { width: 140px;}
    .support-bg{ transform: translateY(-10%); }
    .team-support { width: 320px;}

    .support-main { height: calc(100vh - 68px);}

    .bniLogo img {
    max-width: 210px;
}
.bniText {
    margin-top: 15px;
}
.abjSlider .slick-slide {
    padding: 20px 16px;
    overflow-y: auto;
}
.bniText p {
    font-size: 13px;
    line-height: 1.3rem;
}
.abjSlider .slick-dots {
    opacity: 1 !important;
    visibility: visible !important;
    position: relative;
    bottom: auto;
}
.abjSlider .slick-dots li button:before{display: none;}
.abjSlider .slick-list{
    height: calc(100% - 40px);
    overflow-y: auto;
}
.abjSlider .slick-dots li{width: auto;margin: 0 5px;}
.abjMain {
    border-radius: 14px;
 }
 .tabTitle h3{font-size: 16px;}
 .tabTitle span{font-size: 12px;}
 .mrtop-30 {
    margin-top: 32px;
}
}

@media only screen and (max-width: 568px){

    .year:before, .year:after { width: 30px; height: 60px;}
    .year span { font-size: 50px; line-height: 50px;}
    .windMain{ height: 70px;}

    .freelancing-content h5{ font-size: 21px; }
    .freelancing-inner { padding: 10px;}
    .freelancing-content { width: calc(100% - 180px);}
    .code-icon{ left: 20px; }
    p { font-size: 14px;}

    .dev-team-content h5 { font-size: 21px;}
    .dev-team-inner { padding: 0 10px;}
    .dev-team-content p { line-height: normal;}
    .dr-logo{ width: 180px; }
    .dev-team-content{ padding-top: 90px; }

    .dr-india-member{ width: 140px; }
    .dev-heros { top: -60px; width: 80px;}
    .dev-heros-content { width: calc(100% - 160px); padding-top: 0;}
    .dev-heros-content

    .expertise-content h5 { font-size: 21px;}
    .project-img { width: 160px;}
    .expertise-content {width: calc(100% - 180px);}
    .expertise-content p { line-height: normal;}
    .support { width: 70px; top: -30px;}

    .agile-img { width: 160px;}
    .certificate { top: -45px; width: 40px;}
    .goal, .mission{ width: 60px; margin: 0 30px; }
    .stat-content h5{ margin-top: 0; }
    .about li:before, .about li:after{ display: none; }
    .about li{ font-size: 14px; line-height: normal; height: auto; padding: 5px 10px;  }
    .about li ~ li{ margin-left:10px; }
    .support-main h4 { font-size: 18px; font-family: 'SSPS';}
    .team-support { width: 250px;}
    .spaceman { width: 110px;}
    .tabs-nav li a {
    font-size: 14px;
}
.tabs-nav li {
    display: inline-block;
    list-style: none;
    margin: 0px 7px;
}
}

@media only screen and (max-width: 479px){

    .slick-dots{ opacity: 0; visibility: hidden; }
    .building, .windMain, .hotelMain{ bottom: -5px; z-index: 0}
    .cloud-main, .bird{ z-index: 0; }
    .windFeath img{ top: -8px; left: -1px; }
    
    .bench-left, .bench-right{ bottom: 0; }
    .university { background-position-y: 100%;}

    .slide-3{ vertical-align: top; padding-top: 10px;}
    .office { bottom: -8px; width: calc(100% - 30px);}
    .office-right h2{ padding-bottom: 5px; }
    .office-left, .office-right{ width: 100%;  min-height: auto;}
    .office-right{ margin-left: 0; margin-top: 10px; }

    .io-content { width: 100%;}
    .inside-office { margin-right: 0; margin-bottom: 30px;}
    .inside-office:after { border-left-width: 20px; border-top-width: 20px; border-top-color: rgba(135,175,77,0.8); bottom: -20px; left: 0; right: 0; margin: auto;width: 0px; border-right: 20px solid transparent; border-left-color: transparent;}
    .slide-4 { vertical-align: top; padding-top: 20px;}

    .freelancing-img{ width: 200px; margin-top: 0;}
    .coding { margin-top: 0;}
    .freelancing-content{ width: 100%; margin-left: 0; }
    .code-icon{ display: none; }

    .dr-india{ text-align: center; }
    .dev-heros-content{ margin-left: 0; width: 100%;}
    .dr-india-member { width: 150px; margin: auto;}

    .project-img { width: 170px;}
    .support{ display: none; }
    .expertise-content{ width: 100%; margin-left: 0; }
    .expertise-content h5{ font-size: 24px; margin-bottom: 0; }
    .expertise-content p{ line-height: 21px;}
    .expertise{ text-align: center; padding: 10px;}

    .mtech-logo { width: 47%;}
    .mtech-roots { width: 50%;}
    .dashed { width: 100%; bottom: 0; top: inherit; transform: none;}

    .about li ~ li { margin-left: 0;}
    .about li{ width: 45%; }

    .support-bg { transform: translateY(0);}
    .support-main h4 { font-size: 16px; padding-top: 70px; width: calc(100% - 80px); margin: auto;}
    .support-main h4 span { display: inline-block;}
    .team-support{ display: none; }
    .spaceman { width: 100px; margin: 0px auto; padding-top: 20px;}
}
@media only screen and (max-width: 375px){

    /*.slick-dots li button:before{ font-size: 12px; top: -20px}
    .slick-dots li button{ width: 10px; height: 10px; }
    .slick-dots li button:before{ opacity: 0; }
    .slick-dots li{ width: 8%; }
    .slick-dots { bottom: 20px;}*/
    .timeline{ bottom: 4px; }
    .road{ display: none; }
    .building { height: auto;}
    .sanjay-img{ width: 100px; }
    .fs-content { margin-left: -35px;}
    .fs-content-bg { height: 104px;}
    .fs-content h1 { font-size: 16px; line-height: 24px; right: 10px;}

    .bench-left, .bench-right{ height: 30px; }
    
    .dev-heros{ display: none; }

    .binary{ display: none; }

    .dev-team-content h5{ font-size: 24px; }
    .dev-team-inner{ margin: 0;}
    .sanjay { width: 60px; left: 0px; top: -35px;}
    .edward { width: 60px; right: 0px; top: -35px;}
    .flag-india, .flag-netherland { width: 40px;}
    .flag-india span, .flag-netherland span { height: 10px;}
    .dr-logo { top: 15px; width: 170px;}
    .dev-team-content p { line-height: 21px;}

    .certificate{ display: none; }
    .agile-img{ width: 170px; margin-bottom: 10px; }
    .expertise-content{ margin: 0; }
    .expertise { display: inline-block; vertical-align: middle;}
    .agile-content{ display: table-footer-group; }

    .dev-heros-content{ margin-left: 0; }

    .about li{ width: 200px; }
    .about li ~ li{ margin-left: 0; }
    .about{ margin-top: 10px; }
    .stat-of-mind{padding: 15px; margin-top: 0;}
}