@font-face {
  font-family: 'Exo-Regular';
  src: url('../fonts/Exo-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Exo-Regular.otf')  format('opentype'),
       url('../fonts/Exo-Regular.woff') format('woff'), url('../fonts/Exo-Regular.ttf')  format('truetype'), url('../fonts/Exo-Regular.svg#Exo-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'Exo-ExtraBold';
  src: url('../fonts/Exo-ExtraBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Exo-ExtraBold.otf')  format('opentype'),
	     url('../fonts/Exo-ExtraBold.woff') format('woff'), url('../fonts/Exo-ExtraBold.ttf')  format('truetype'), url('../fonts/Exo-ExtraBold.svg#Exo-ExtraBold') format('svg');
  font-weight: normal;
  font-style: normal;
font-display: auto;
}
@font-face {
  font-family: 'Exo-Bold';
  src: url('../fonts/Exo-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Exo-Bold.otf')  format('opentype'),
	     url('../fonts/Exo-Bold.woff') format('woff'), url('../fonts/Exo-Bold.ttf')  format('truetype'), url('../fonts/Exo-Bold.svg#Exo-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
    font-display: auto;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Exo-Regular';
    position: relative;
    background-color: #000;
}
.wrapper{
    width: 100%;
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
/****** Header Start *****/

.iframe-wrapper iframe {
  width: 100%;
  height: calc(100vh - 300px) !important;
}
header{
    padding-top: 20px;
}
.logo a{
    display: inline-block;
}
.logo a img{
 -webkit-animation: rotate 4s linear infinite;
  -moz-animation: rotate 4s linear infinite;
  -o-animation: rotate 4s linear infinite;
  -ms-animation: rotate 4s linear infinite;
  animation: rotate 4s linear infinite;   
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotatey(360deg);
  }
}
header .wrapper{
    position: relative;
}
.home-wrapper header .wrapper{
    max-width: 100%;
    padding:0;
}
.back-arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.back-arrow a{
    font-size: 0;
    line-height: 0;
    display: inline-block;
    cursor: pointer;
}
/***** Home Menu Css *****/
.menu-box{
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;
}
.menu-box a{
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Exo-ExtraBold';
        -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    margin: 0 auto;
    letter-spacing: 5px;
    cursor: pointer;
}
.menu-box a span{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    vertical-align: middle;
}
.menu-box a.top-menu{
    top: 45px;
    left: 0px;
    right: 0px;
    width: 400px;
}
.menu-box a.left-menu{
    top: 50%;
    left: -267px;
    transform: rotateZ(-90deg);
    margin-top: -15px;
    width: 640px; 
}
.menu-box a.right-menu{
    top: 50%;
    right: -196px;
    transform: rotateZ(90deg);
    margin-top: -15px;
    width: 500px;
}
.menu-box a.bottom-menu{
    bottom: 45px;
    left: 0px;
    right: 0px;
    width: 600px;
}
.home-text p{
    text-align:justify;
}
.cf:after{
    clear: both;
    display: block;
    content: "";
}
.top-wrapper{
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 100vh;
    min-height: 890px;
}
/*****/

/***** Home Page Css ******/
.home-section{
    background: #000 url(../images/home_new_bg1.jpg) no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
}
.home-text{
    width: 100%;
    max-width: 580px;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 420px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.home-text h2{
    margin: 0 0 25px;
    padding: 0;
    line-height: 1;
    font-size: 72px;
    color: #fff;
    font-family: 'Exo-ExtraBold';
}
.home-text h1{
    font-size: 115px;
    color: #fff;
    line-height: 1;
    margin: 0 0 4px;
    padding: 0;
    font-family: 'Exo-ExtraBold';
}
.home-text p{
    font-size: 16px;
    color: #fff;
    line-height: 1.9;
    letter-spacing: 0.05em;
}
.home-link-box{
    clear: both;
    float: right;
    margin-right: 420px;
    position: absolute;
    bottom: 90px;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;
}
.home-link-box .social-menu ul li:after{
    width: 29px;
}
.home-link-box .social-menu ul li{
    padding-right: 33px;
}
.link-box ul{
    margin: 0 -10px;
    padding: 0;
    text-align: center;
}
.link-box ul li{
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}
.link-box ul li a{
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.link-box{
    margin-top: 14px;
}
.home-cont:after{
    clear: both;
    display: block;
    content: "";
}
/*****/

/**** Bio Page Css *****/
#bio_section .bio_section-main{
       background: #000 url(../images/bio_new_bg.jpg) no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
    height:100vh;
    min-height:850px;
    position:relative;
    padding:130px 0 100px;
}


#bio_section .bio-cont-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.bio-info{
    width: 100%;
    max-width: 1170px;
}
.bio-info .box-title{
    margin-top: 0;
}
.small-title{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Exo-ExtraBold';
    letter-spacing: 5px;
}
.box-title{
    font-size:55px;
    margin: 23px 0 0;
    padding: 0;
    color: #fff;
    font-family: 'Exo-ExtraBold';
    line-height: 1.2;
}
.cont-box{
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
    max-height: 332px;
    overflow-y: auto;
}
.cont-box p{
    margin: 0 0 30px;
    padding: 0;
    line-height: 1.9;
    letter-spacing: 0.06em;
}
.bio-cont-box .cont-box{
    max-height:450px;
}
.bio-cont-box .cont-box p{
    margin-bottom:15px;
    padding-right:25px;
}
.cont-box p:last-child{
    margin-bottom: 0;
}
.bio-cont-box .cont-box p strong{
    font-family: 'Exo-Bold';
    font-weight: normal;
}
.experience-brand strong{
    font-family: 'Exo-Bold';
    font-weight: normal;
}
/*****/
/***** About Me Page ****/
#about_section .about_main{
    background: #000 url(../images/about_new_bg.jpg) no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
}
.about-me .box-title{
    font-size: 85px;
}
.about_main .bio-cont-box{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.co-info{
    margin-top:150px;
}
.about-me h2{
    font-size:35px;
    margin: 8px 0 0;
    padding: 0;
    color: #fff;
    font-family: 'Exo-Bold';
    line-height: 1.2;
}
.company-name{
    margin: 15px -15px 0;
}
.company-name > div{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 15px;
}
.company-box a{
    font-size: 0;
    line-height: 0;
    display: inline-block;
}
.co-info .small-title{
    font-size: 30px;
}
.section-title{
    text-align: center;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 45px;
}
.section-title h2{
    margin: 0;
    padding: 0;
    font-size: 55px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
    font-family: 'Exo-Bold';
}
.tag-line{
    font-size:12px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 3px;
}
.section-title:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 60px;
    height: 2px;
    background: #fff;
    display: block;
    content: "";
}
.experience-sec{
    padding: 112px 0 60px;
}
.small-wrapper{
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
}
.experience-box{
    margin: 0 -15px;
}
.experience-box > div{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 60px;
}
.experience-box-inner{
    position: relative;
}
.experience-box-inner .experience-info{
    background: #11161c;
    width: 100%;
    max-width: 400px;
    float: right;
    padding-top: 38px;
    padding-left: 75px;
    padding-bottom: 70px;
    padding-right: 30px;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;
}
.experience-box-inner:after{
    clear: both;
    display: block;
    content: "";
}
.experience-title{
    margin: 0 0 20px;
    padding: 0;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    font-family: 'Exo-Bold';
    line-height:1.3;
}
.experience-brand{
    font-size: 16px;
    color: #fff;
}
.experience-info p{
    font-size: 16px;
    color: #fff;
    line-height: 1.89;
    margin: 9px 0 0;
    padding: 0;
}
.experience-date{
    text-align: right;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.experience-date .year{
    font-size: 90px;
    color: #202020;
    line-height: 1;
    font-family: 'Exo-Bold';
    margin-bottom: 1px;
    -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;
}
.experience-date .to-date{
    font-size: 20px;
    color: #fff;
    line-height: 1;
}

#about-bottom{
    display: none;
}
#about-bottom.show{
    display: block;
}
.scroll-bottom a{
    font-size: 0;
    line-height: 0;
    display: inline-block;
    cursor: pointer;
}
.scroll-bottom a svg{
    width: 60px;
    height: 60px;
}
.scroll-bottom a svg #arrow-down-sign-to-navigate_copy_xA0_Image_1_{
      -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(-3px);
  }
}
.scroll-bottom {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.time-line-main{
    position: relative;
    padding-bottom: 90px;
    margin-bottom: 88px;
    padding-top: 65px;
}
.time-line-main:before{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 100%;
    display: block;
    content: "";
    background: #202020;
    width: 2px;
}
.time-line-main:after{
    clear: both;
    display: block;
    content: "";
}
.time-line-box{
    width: 100%;
    margin-bottom: 70px;
}
.time-line-box:last-child{
    margin-bottom: 0;
}
.time-line-box:after{
    clear: both;
    display: block;
    content: "";
}
.time-line-box:nth-child(odd) .time-line{
    text-align: left;
}
.time-line-box:nth-child(even) .time-line{
    text-align: right;
}
.time-line-box:nth-child(odd){
    text-align: right;
}
.time-line-box:nth-child(even){
    text-align: left;
}
.time-line{
    width: 50%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.time-line:before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    border: solid 4px #fff;
    border-radius: 50%;
    box-sizing: border-box;
}
.time-line-box:nth-child(odd) .time-line:before{
    left: -10px;
}
.time-line-box:nth-child(even) .time-line:before{
    right: -10px;
}
.time-line-year .year{
    color: #202020;
    font-size: 55px;
    line-height: 1;
    font-family: 'Exo-Bold';
    -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;
}
.time-line-year{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.time-line-box:nth-child(odd) .time-line .time-line-year{
    left: 52px;
}
.time-line-box:nth-child(even) .time-line .time-line-year{
    right: 52px;
}
.time-info .time-title{
    margin: 0 0 20px;
    padding: 0;
    font-size: 20px;
    color: #fff;
    line-height: 1.3;
    font-family: 'Exo-Bold';
    font-weight: normal;
}
.country-name{
    font-size: 16px;
    color: #fff;
}
.time-info p{
    margin: 8px 0 0;
    padding: 0;
    line-height: 1.9;
    font-size: 16px;
    color: #fff;
    height: 85px;
    overflow: hidden;
}

.time-line-box:nth-child(odd) .time-line .time-line-inner{
    padding-left: 214px;
}
.time-line-box:nth-child(even) .time-line .time-line-inner{
    padding-right: 214px;
}
/*****/
/***** Footer *****/
.footer-inner{
    margin: 0 -15px;
    padding: 27px 0;
}
.footer-inner > div{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin-right: -4px;
    padding: 0 15px;
    box-sizing: border-box;
}
.social-menu ul{
    padding: 0;
    list-style: none;
    text-align: right;
    margin: 0;
}
.social-menu ul li{
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    padding-right: 37px;
    position: relative;
}
.social-menu ul li:last-child{
    padding-right: 0;
}
.social-menu ul li:after{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 31px;
    height: 1px;
    background: #fff;
    display: block;
    content: "";
}
.social-menu ul li:last-child:after{
    display: none;
}

.social-menu ul li a{
    font-size: 0;
    line-height: 0;
    display: inline-block;
}
.social-menu ul li a svg path, .social-menu ul li a svg circle{
    -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;
}

.copyright p{
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #fff;
}
/*****/
/****** Contact Us Page *****/
#contact_us_section{
    background: #000 url(../images/cont-bg-new.jpg) no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
}

.contact-box{
    margin: 220px -15px 0;
}
.contact-box > div{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding: 0 15px;
    box-sizing: border-box;
}
.contact-box-left h2{
        margin: 0 0 0;
    padding: 0;
    font-size: 55px;
    color: #fff;
    line-height: 1.25;
    font-family: 'Exo-ExtraBold';
    width: 100%;
    max-width: 620px;
}
.get-in-touch h4{
    margin: 0;
    font-size:35px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Exo-ExtraBold';
}
.contact-item-box{
    margin: 39px -32px 0;
}
.contact-item-box > div{
    display: inline-block;
    vertical-align: middle;
    padding: 0 32px;
}
.get-in-touch {
    margin-top: 70px;
}
.contact-item-box > div a{
    font-size: 20px;
    color: #fff;
    font-family: 'Exo-Bold';
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;
}

.contact-item-box > div a span svg path, .contact-item-box > div a span svg polygon{
    -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;
}

.contact-item-box > div a span.email-icon, .contact-item-box > div a span.call-icon{
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}
footer.footer-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}
.contact-box > div.contact-box-right{
    text-align: right;
}
.contact-right-inner {
    width: 100%;
    max-width: 720px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.contact-form {
    margin: 0 -10px;
}
.contact-form > div{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    box-sizing: border-box;
    margin-right: -4px;
    margin-bottom: 20px;
}
.contact-form > div > div{
    margin-bottom:20px;
    line-height:0;
    position: relative;
}
.contact-form > div > div:last-child{
    margin-bottom:0;
}
.form-field.full-field{
    width: 100%;
}
.form-field input{
    width: 100%;
    background: #292e34;
    height: 50px;
    font-size: 15px;
    color: #fff;
    border: none;
    box-sizing: border-box;
    padding: 0 20px;
    line-height:1.2;
    font-family: 'Exo-Regular';
}
.form-field textarea{
     width: 100%;
    background: #292e34;
    height: 190px;
    font-size: 15px;
    color: #fff;
    border: none;
    box-sizing: border-box;
    padding: 20px 20px;
    resize: none;
    overflow: hidden;
    line-height:1.2;
    font-family: 'Exo-Regular';
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-size: 15px;
  font-family: 'Exo-Regular';
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  font-size: 15px;
  font-family: 'Exo-Regular';
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  font-size: 15px;
  font-family: 'Exo-Regular';
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  font-size: 15px;
  font-family: 'Exo-Regular';
  opacity: 1;
}

input:focus, textarea:focus{
    outline: none;
    box-shadow: none;
}
.contact-form > div > div.form-field input ~ .focus-border:before,
.contact-form > div > div.form-field input ~ .focus-border:after,
.contact-form > div > div.form-field textarea ~ .focus-border:before,
.contact-form > div > div.form-field textarea ~ .focus-border:after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #d92040;
    transition: 0.4s;
}
.contact-form > div > div.form-field input ~ .focus-border:after,
.contact-form > div > div.form-field textarea ~ .focus-border:after{
    top: auto;
    bottom: 0;
}
.contact-form > div > div.form-field input ~ .focus-border i:after,
.contact-form > div > div.form-field input ~ .focus-border i:before,
.contact-form > div > div.form-field textarea ~ .focus-border i:after,
.contact-form > div > div.form-field textarea ~ .focus-border i:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #d92040;
    transition: 0.6s;
}
.contact-form > div > div.form-field input ~ .focus-border i:after,
.contact-form > div > div.form-field textarea ~ .focus-border i:after{
    left: auto;
    right: 0;
}
.contact-form > div > div.form-field input:focus ~ .focus-border:before,
.contact-form > div > div.form-field input:focus ~ .focus-border:after,
.contact-form > div > div.form-field textarea:focus ~ .focus-border:before,
.contact-form > div > div.form-field textarea:focus ~ .focus-border:after{
    left: 0;
    width: 100%;
    transition: 0.4s;
}

.contact-form > div > div.form-field input:focus ~ .focus-border i:after,
.contact-form > div > div.form-field input:focus ~ .focus-border i:before,
.contact-form > div > div.form-field textarea:focus ~ .focus-border i:after,
.contact-form > div > div.form-field textarea:focus ~ .focus-border i:before{
    top: 0;
    height: 100%;
    transition: 0.6s;
}

.form-field input::-webkit-input-placeholder, .form-field textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    font-size: 15px;
    opacity: 1;
}
.form-field input::-moz-placeholder, .form-field textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
    font-size: 15px;
    opacity: 1;
}
.form-field input:-ms-input-placeholder, .form-field textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
    font-size: 15px;
    opacity: 1;
}
.form-field input:-moz-placeholder, .form-field textarea:-moz-placeholder{ /* Firefox 18- */
  color: #fff;
    font-size: 15px;
    opacity: 1;
}
.block-title{
    display: block;
    text-align: center;
    margin-bottom: 25px;
}
.contact-btn{
    width: 100%;
    display: block;
    margin: 0 auto;
    height: 50px;
    border: none;
    background: #d92040;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    font-family: 'Exo-ExtraBold';
    letter-spacing: 3px;
    cursor: pointer;
        -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.contact-btn:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}
.contact-btn:focus{
    outline: none;
    box-shadow: none;
}
.contact-btn span{
    position: relative;
    z-index: 1;
}

.section_box {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; transition: all 0.7s ease;
    background: #000;
    z-index: 4;
    display: none;
}
.section_box#about_section{
    top: -100%;
    left: 0;
}
.section_box#bio_section{
    left: 0;
    top: -100%;
}
.section_box#expertise_section{
    top: 0;
    right: 100%;
    left: inherit;
}
.section_box#contact_us_section{
    left: 100%;
}
.section_box#meeting_section{
    top: 100%;
    left: 0;
    right: 0;
    background:#f6f9f9;
}
.section_box#meeting_section .back-arrow  a svg path{
    fill:#000;
}
.section_box#meeting_section .back-arrow  a:hover svg path{
    fill:#d92040;
}
body{
    overflow-x: hidden;
}
.home-wrapper {
    height: 100vh;
    min-height: 850px;
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    display: block;
}
#contact_us_section .back-arrow a{
    transform: rotate(90deg);
    -webkiit-transform: rotate(90deg);
}

.about_main{
    min-height: 850px;
    height: 100vh;
    position: relative;
    padding: 130px 0 100px;
}
div#home-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    z-index: 2;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.loader img{
        -webkit-animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    -o-animation: rotate 3s linear infinite;
    -ms-animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotatey(360deg);
  }
}
body{
    overflow: hidden;
    max-height: 100vh;
}
.mCSB_inside>.mCSB_container{
    margin-right: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #000 !important;
    background-color: #000 !important;
    opacity: 0;
    visibility: hidden;
}
.bio-cont-box .cont-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #d92040 !important;
    background-color: #d92040 !important;
    opacity: 1;
    visibility: visible; 
}
.bio-cont-box .cont-box .mCSB_scrollTools .mCSB_draggerContainer{
    opacity: 0;
}
.bio-cont-box .cont-box:hover .mCSB_scrollTools .mCSB_draggerContainer{
    opacity: 1;
}
/*****/
/***** Expertise Page ******/
.expertise-info {
    margin-top: 0;
    width: 100%;
    max-width: 945px;
    margin: 0 auto 0;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
.expertise-info h1{
    margin: 25px 0 0;
    padding: 0;
    line-height: 1.2;
    font-size: 60px;
    color: #fff;
    font-family: 'Exo-ExtraBold';
}
.expertise-info h3{
    margin: 40px 0 0;
    padding: 0 0 33px;
    line-height: 1;
    position: relative;
    color: #fff;
    font-size: 42px;
    font-family: 'Exo-Bold';
}
.expertise-info h3:after{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: block;
    content: "";
    height: 2px;
    width: 60px;
    background: #fff;
}
.expertise-info p{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
    line-height: 1.85;
    letter-spacing: 0.06em;
}
.expertise-cont{
    margin-top: 34px;
}
.expertise-main{
    min-height: 930px;
    height: 100vh;
    position: relative;
    background: #000 url(../images/expertise.bg.jpg) no-repeat center center;
    background-size: cover;
    box-sizing: border-box;
    padding:130px 0 100px;
}
.expertise-main .back-arrow a{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);   
}
header.position-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#expertise-bottom{
    display: none;
    padding-top: 112px;
}
#expertise-bottom.show{
    display: block;
}
.service-box-sec{
    margin: 0 -15px 30px;
}
.service-box{
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 33.33%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.service-box-inner{
    text-align: center;
}
.service-icon span{
    display: inline-block;
    vertical-align: top;
}
.service-icon .icon-box{
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background: #11161c;
    -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease;
}
.service-icon span.icon {
    vertical-align: bottom;
    margin-top: 42px;
}
.service-title h4{
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-family: 'Exo-Bold';
    line-height: 1.5;
    font-weight: normal;
    margin: 50px 0 21px;
}
.service-info{
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0.06em;
    color: #fff;
}
.service-info p{
    margin: 0;
    padding: 0;
}

.back-to-top svg{
    width: 40px;
    height: 40px;
}
.back-to-top {
    position: absolute;
    bottom: 80px;
    right: 0;
}
.back-to-top a{
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    font-size: 0;
    transform: rotate(-180deg);
    cursor: pointer;
}
footer .wrapper{
    position: relative;
}
footer {
    background: #000;
    border-top: solid 1px #202020;
}
#contact_us_section footer{
    background: none;
}
.mCSB_scrollTools .mCSB_draggerContainer{
    opacity: 0;
}

.calendly-inline-widget{
    height:calc(100vh - 122px);
}
/******/
/****** Top Box *******/
.meeting-profile-box {
    display: table;
    width: 100%;
    margin: 0 0 15px;
}
.meeting-profile-box > div{
    display: table-cell;
    vertical-align: middle;
}
.meeting-profile-box div.meeting-profile-pic {
    width: 120px;
    height: 120px;
}
.meeting-profile-box > div .profile-pic-box img{
    width:100%;
    height:auto;
    max-width:100%;
    border-radius: 50%;
    border: solid 3px #d7dada;
    box-sizing: border-box;
}
.profile-pic-box {
    line-height: 0;
    font-size: 0;
}
.meeting-pro-info{
    padding-left:30px;
}
.meeting-pro-info h2{
    margin:0 0 5px;
    font-size:35px;
    color:#000;
    font-family: 'Exo-ExtraBold';
}
.meeting-pro-info p{
    margin:0;
    font-size:16px;
    font-family: 'Exo-Regular';
}
.meeting-box {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}
/***** Responsive Css Start *****/
@media (min-width:768px){
#bio_section footer{ display:none !important;}
}

@media (min-width:1025px){
    .menu-box a:hover{
        letter-spacing: 58px;
    }
    .social-menu ul li.facebook a:hover svg path, .social-menu ul li.facebook a:hover svg circle{
        fill:#3b5998;
    }
    .social-menu ul li.linkedin a:hover svg path, .social-menu ul li.linkedin a:hover svg circle{
        fill:#0077b5;
    }
    .social-menu ul li.twitter a:hover svg path, .social-menu ul li.twitter a:hover svg circle{
        fill:#55acee;
    }
    .social-menu ul li.instagram a:hover svg path, .social-menu ul li.instagram a:hover svg circle{
        fill:#c32aa3;
    }
    .link-box ul li a:hover{
        color: #d92040;
    }
    .experience-box-inner:hover .year{
        color: #fff;
    }
    .experience-box-inner:hover .experience-info{
        background: #292e34;
    }
    .time-line-inner:hover .time-line-year .year{
        color: #fff;
    }
    .contact-item-box > div a:hover{
        color:#d92040;
    }
    .contact-item-box > div a:hover span svg path, .contact-item-box > div a:hover span svg polygon{
        fill:#d92040;
    }
    .contact-btn:hover{
        color: #292e34;
    }
    .contact-btn:hover:before{
            opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    .back-arrow a:hover svg path{
        fill:#d92040;
    }
    .service-box-inner:hover .service-icon .icon-box{
        background: #d92040;
    }
}
@media (min-width:992px){
 /*   .contact_main-box{
        height:100vh;
        position: relative;
        padding-bottom:72px;
        box-sizing: border-box;
        min-height:650px;
    }*/
}
@media (max-width:1669px){
    .back-to-top{
        right: 15px;
    }
}
@media (max-width:1400px){
    /***** Home page *****/
    .home-text{
        right: 110px;
    }
    .home-text h2{
        font-size: 52px;
    }
    .home-text h1{
        font-size: 95px;
    }
    .home-wrapper{
        min-height: 700px;
        height: 95vh;
    }
    .home-link-box{
        margin-right: 130px;
    }
    /*****/
    /****** About page *****/
    .about-me .box-title {
        font-size: 68px;
    }
    .about-me h2{
        font-size: 40px;
    }
    .about_main{
        min-height: 700px;
        height: 100vh;
    }
    .section-title h2{
        font-size: 45px;
    }
    .co-info{
       margin-top:120px;
    }
    /*****/
    /****** Expertice page *****/
    .expertise-info h1{
        font-size: 60px;
    }
    .expertise-info h3{
        font-size: 45px;
    }
    .expertise-main{
        min-height: 700px;
        height: 100vh;
    }
    /*****/
    /***** Contact Us page *****/
    .contact-box-left h2{
        font-size: 45px;
    }
    .contact-box{
        margin-top: 68px;
    }
    .get-in-touch {
        margin-top: 122px;
    }
    .get-in-touch h4{
        font-size: 28px;
    }
    .contact-item-box{
        margin-top: 29px;
    }
    /*****/
    /***** Bio Page *****/
    .box-title{
        font-size: 45px;
    }
    /****/
    
}

@media (max-width:1369px){
    /***** Home page *****/
    .home-wrapper{
        min-height: 650px;
        height: 100vh;
    }
    /****/
    /***** About *****/
    
    .about_main{
        min-height: 650px;
        height: 100vh;
    }
    .about-me .box-title{
        font-size: 55px;
    }
    .about-me h2{
        font-size: 30px;
        max-width: 700px;
        width: 100%;
    }
    .co-info .small-title{
        font-size:24px;
    }
    .co-info {
        margin-top: 100px;
    }
    /****/
    /****** Expertice page *****/
    #expertise-bottom{
        padding-top:100px;
    }
    .expertise-main{
        min-height: 650px; 
        height: 100vh;
    }
    .expertise-info p{
        font-size: 14px;
    }
    /*****/
    /***** Contact Page ******/
    .contact-box-left h2{
        font-size: 48px;
    max-width: 580px;
    }
    .get-in-touch h4{
        font-size: 22px;
    }
    .contact-item-box > div a{
        font-size: 16px;
    }
    .contact-item-box > div{
        padding: 0 20px;
    }
    .contact-item-box{
        margin: 20px -20px 0;
    }
    .box-title{
        font-size: 40px;
    }
    
}

@media (max-width:1199px){
    .home-text{
        right: 100px;
    }
    .home-text h2{
        font-size: 42px;
    }
    .home-text h1{
        font-size: 75px;
    }
    .home-text{
        max-width: 510px;
    }
    .home-link-box{
        margin-right: 100px;
        bottom: 45px;
    }
    .home-wrapper{
        min-height: inherit;
    }
    .home-wrapper{
        height: 100vh;
    }
    .home-text p{
        font-size:14px;
    }
    /****/
    /**** About ****/
    .about_main{
        min-height: inherit;
    }
    /*****/
    /**** Expertise page ****/
    .expertise-main{
        min-height: inherit;
    }
    .expertise-info h1{
        font-size: 50px;
    }
    .expertise-info h3{
        font-size: 35px;
        margin-top: 30px;
    }
    .expertise-cont{
        margin-top: 24px;
    }
    /*****/
    .experience-date .year{
        font-size: 70px;
    }
    .experience-date{
        left: 30px;
    }
    .experience-date .to-date{
        font-size: 16px;
    }
    .experience-sec{
        padding: 60px 0 40px;
    }
    .section-title h2{
        font-size: 40px; 
    }
    .time-line-year .year{
        font-size: 45px;
    }
    .time-line-box:nth-child(odd) .time-line .time-line-inner{
        padding-left: 180px;
    }
    .time-line-box:nth-child(even) .time-line .time-line-inner{
        padding-right: 180px;
    }
    .time-line-box:nth-child(even) .time-line .time-line-year{
        right: 40px;
    }
    .time-line-box:nth-child(odd) .time-line .time-line-year{
        left: 40px;
    }
    .time-line-box{
        margin-bottom: 40px;
    }
    .time-info .time-title{
        font-size: 18px;
    }
    .country-name{
        font-size: 14px;
    }
    .time-info p{
        font-size: 14px;
        line-height: 1.6;
        height: 60px;
    }
    .time-line-main{
        padding-bottom: 60px;
    margin-bottom: 58px;
    }
}
@media (max-width:1149px){
    .experience-date{
        left: 20px;
    }
    .experience-date .year{
        font-size: 60px;
    }
    .experience-box-inner .experience-info{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .experience-box > div{
        margin-bottom: 40px;
    }
    .service-title h4{
        font-size: 18px;
        margin: 30px 0 15px;
    }
}
@media (max-width:1059px){
    .experience-date{
        left: -10px;
    }
}
@media (max-width:1023px){
    .experience-date .year{
        font-size: 50px;
    }
    .experience-date .to-date{
        font-size: 14px;
    }
    .time-line-year .year{
        font-size: 35px;
    }
    .time-line-box:nth-child(odd) .time-line .time-line-year{
        left: 30px;
    }
    .time-line-box:nth-child(odd) .time-line .time-line-inner{
        padding-left: 130px; 
    }
    .time-line-box:nth-child(even) .time-line .time-line-inner{
        padding-right: 130px;
    }
    .time-line-box:nth-child(even) .time-line .time-line-year{
        right: 30px;
    }
    .time-info .time-title{
        font-size: 16px;
    }
    .time-line-box{
        margin-bottom: 30px;
    }
    .time-line-main{
        padding-top: 40px;
    }
    /****/
    /***** Contact page *****/
    .contact-box-left h2{
        font-size: 39px;
    }
    .get-in-touch h4{
        font-size: 18px; 
    }
    .contact-btn{
        font-size:14px;
    }
}
@media (max-width:991px){
    .co-info{
        margin-top:80px;
    }
    #about_section .about_main{
        min-height:550px;
        background-position: 70% center;
    }
    .expertise-main{
        min-height:550px;
        padding-bottom: 80px;
    padding-top: 110px;
    }
    #bio_section .bio_section-main{
        padding-bottom: 30px;
    padding-top: 110px;
    min-height:720px;
    background-position: 70% center;
        
    }
    .section_box#bio_section{
        min-height:250px;
        overflow: hidden;
    overflow-y: auto;
    padding-bottom:30px;
    }
    /***** Home page *****/
    .home-text {
        max-width: 440px;
    }
    .home-text h1{
        font-size: 65px;
    }
    .home-text h2{
        font-size: 36px;
    }
    .scroll-bottom a svg{
        width: 40px;
        height: 40px;
    }
    /*****/
    /**** Expertise page *****/
    #expertise-bottom{
        padding-top:90px;
    }
    .expertise-info h1{
        font-size: 40px;
    }
    .expertise-info h3{
        font-size: 25px;
        margin-top: 20px;
    }
    .experience-date {
        left: 0;
        width: 100%;
        text-align: left;
        top: -10px;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .experience-box-inner .experience-info{
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 20px;
        padding-top: 40px;
    }
    .experience-box > div{
        margin-bottom: 70px;
    }
    .experience-box{
        margin-top: 90px;
    }
    /*****/
    /***** Contact Page *****/
    .contact-box > div{
        width: 100%;
        display: block;
    }
    .contact-box > div.contact-box-right{
        margin-bottom:60px;
    }
    .contact-box{
        margin-top: 50px;
    }
    .get-in-touch{
        margin-top: 30px;
    }
    .contact-box-left{
        margin-bottom: 60px;
    }
    .contact-right-inner{
        width: 100%;
        max-width: 100%;
        float: none;
    }
    #contact_us_section{
        overflow: hidden;
        overflow-y: auto;
        background-position: 10% center;
    }
    #contact_us_section .footer-bottom{
        position: inherit;
        left: inherit;
        bottom: inherit;
    }
    .contact-box-left{
        text-align: center;
    }
    .contact-box-left h2{
        max-width: 100%;
    }
    .box-title{
        font-size: 35px;
    }
}
@media (max-width:849px){
    .service-box{
        width: 50%;
    }
}
@media (max-width:767px){
    .home-section{
        background-position: 40% center;
    }
    .meeting-pro-info p{
        font-size:14px;
        line-height:1.3;
    }
    .meeting-pro-info h2{
        font-size:26px;
    }
    .meeting-profile-box div.meeting-profile-pic {
        width: 90px;
        height: 90px;
    }
    .meeting-pro-info {
        padding-left: 20px;
    }
    .iframe-wrapper iframe {
          width: 100%;
          height: calc(100vh - 120px) !important;
        }
    .bio-cont-box .cont-box{
        max-width: 550px;
    }
    .bio-cont-box .cont-box p{
        font-size:14px;
    }
    .home-text {
        max-width: 350px;
    }
    .loader img{
        max-width: 60px;
        height: auto;
    }
    /**** home page ****/
    .logo img{
        max-width: 60px;
        height: auto;
    }
    .home-text h2{
        font-size: 28px;
        margin-bottom: 15px;
    }
    .home-text h1{
        font-size: 38px;
    }
    .home-text p{
        font-size: 14px;
        line-height: 1.5;
    }
    .menu-box a{
        font-size: 14px;
    }
    .home-link-box{
        bottom: 15px;
        width: 100%;
        right: 0;
        left: 0;
        text-align:center;
    }
    .home-link-box .social-menu ul{
        text-align:center;
    }
    .home-text{
        right: inherit;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
    }
    .menu-box a.top-menu{
        width: 120px;
        top: 15px;
    }
    .menu-box a.left-menu{
        width: 130px;
        left: -40px;
    }
    .menu-box a.right-menu{
        width: 130px;
        right: -40px;
    }
    .menu-box a.bottom-menu{
        width: 120px;
        bottom: 65px;
    }
    .menu-box a{
        z-index: 3;
    }
    .link-box{
        margin-top: 6px;
    }
    .home-link-box{ }
    /*****/
    /****** About *****/
    .about-me .box-title{
        font-size: 45px;
    }
    .about-me h2{
        font-size: 26px;
    }
    .small-title{
        font-size: 18px;
    }
    .company-box a img {
        max-height: 44px;
        width: auto;
        max-width:130px;
        height:auto;
    }
    .company-name > div{
        padding: 0 8px;
    }
    .company-name{
        margin-left: -8px;
        margin-right: -8px;
    }
    .co-info .small-title{
        font-size: 20px;
    }
    .back-arrow a svg{
        width: 18px;
        height: 10px;
    }
    .experience-title{
        font-size: 18px;
    }
    .experience-info p{
        font-size: 14px;
    }
    .section-title h2{
        font-size: 30px;
    }
    .experience-date .year{
        font-size: 40px;
    }
    /****/
    /***** Expertise page *****/
    #expertise-bottom{
        padding-top:60px;
    }
    .expertise-info h1{
        font-size: 30px;
        margin-top: 20px;
    }
    .expertise-info h3{
        font-size: 22px;
    }
    /***/
    /***** Contact page *****/
    .contact-box-left h2{
        font-size: 26px;
    }
    .time-line-main{
        margin-bottom: 25px;
    }
    /*****/
    .service-title h4{
        font-size: 16px;
        margin-top: 15px;
    }
    .service-info{
        font-size: 14px;
    }

	
}
@media (max-height:360px){
    .home-link-box{
        bottom:10px !important;
    }
    .menu-box a.bottom-menu{
        bottom:55px;
    }
}

@media (max-width:639px){
    .home-text h2{
        font-size: 24px;
    }
    .home-text h1{
        font-size: 35px;
    }
    .home-text p{
        font-size: 12px;
    }
    .menu-box a{
        font-size: 12px;
    }
    .home-link-box{
        margin-right: 50px;
    }
    /*****/
    /***** About page ****/
    .co-info .small-title {
        font-size: 16px;
    }
    .about-me .box-title{
        font-size: 35px;
    }
    .about-me h2{
        font-size: 20px;
    }
    .expertise-cont {
        max-height: 200px;
        overflow: hidden;
        overflow-y: auto;
    }
    .experience-box > div{
        width: 100%;
        padding: 0;
        margin-bottom: 60px;
    }
    .experience-box > div:last-child{
        margin-bottom: 0;
    }
    .time-line-box:nth-child(even) .time-line .time-line-inner{
        padding-right: 20px;
    }
    .time-line-box:nth-child(odd) .time-line .time-line-inner{
        padding-left: 20px;
    }
    .time-line-box:nth-child(odd) .time-line .time-line-year {
        left: 20px;
        top: -20px;
    }
    .time-line-box:nth-child(even) .time-line .time-line-year {
        right: 20px;
        top: -20px;
    }
    .time-line-year .year{
        font-size: 30px;
    }
    .time-info .time-title{
        margin-bottom: 10px;
    }
    .time-line-main{
        padding-bottom: 40px;
        margin-bottom: 38px;
    }
    .footer-inner{
        padding: 17px 0;
    }
    .footer-inner > div{
        width: 100%;
        text-align: center;
    }
    .footer-inner > div:first-child{
        margin-bottom: 15px;
    }
    .social-menu ul{
        text-align: center;
    }
    .get-in-touch h4{
        font-size: 16px;
    }
    .contact-item-box > div a{
        font-size: 14px;
    }
    .call-icon svg{
        width: 18px;
        height: 18px;
    }
    .email-icon svg {
        width: 18px;
        height: 13px;
    }
    .contact-item-box > div{
        padding: 0 10px;
    }
    .contact-item-box{
        margin: 15px -10px 0;
    }
    .box-title{
        font-size: 30px;
    }
    .contact-form > div{
        width:100%;
    }
}
@media (max-width:567px){
    .home-text{
        width: 100%;
        max-width: 100%;
        padding: 15px 60px;
        box-sizing: border-box;
        background: rgba(0,0,0,0.4);
        -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.5);

    }
    .home-text h1{
        font-size: 30px;
    }
    .home-text h2{
        font-size: 20px;
    }

    /*.home-link-box{
        right: 0;
        left: 0;
        margin-right: 0;
        box-sizing: border-box;
        padding: 0 15px;
        text-align: center;
    }*/

    .social-menu ul{
        text-align: center;
    }
    /*****/
    /***** about page ****/
    .about-me .box-title{
        font-size: 30px;
    }
    .about-me h2{
        font-size: 18px;
    }
    /****/
    /***** Expertise page *****/
    .expertise-info h1{
        font-size: 28px;
    }
    .expertise-info h3{
        font-size: 18px;
    }
    /****/
    .service-box{
        width: 100%;
        display: block;
        max-width: 300px;
        margin: 0 auto 20px;
    }
}
@media (max-width:479px){
    .contact-form > div{
        width: 100%;
    }
    .time-line-main:before{
        left: 0;
    }
    .time-line{
        width: 100%;
    }
    .time-line-box:nth-child(even) .time-line{
        text-align: left;
    }
    .time-line-box:nth-child(even) .time-line .time-line-inner{
        padding-left: 20px;
        padding-right: 0;
    }
    .time-line-box:nth-child(even) .time-line:before{
        left: -10px;
        right: inherit;
    }
    .time-line-box:nth-child(even) .time-line .time-line-year{
        right: inherit;
    }
    .time-line-year{
        position: inherit;
        left: inherit;
        right: inherit;
        top: inherit;
        transform: none;
        margin-bottom: 10px;
    }
    .time-info p{
        height: inherit;
    }
    .time-line-main{
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .box-title {
        font-size: 25px;
    }
}
@media (max-width:359px){
    .contact-item-box > div{
        display: block;
        width: 100%;
        padding: 0;
        margin-left: 0;
        padding-right: 0;
    }
    .contact-item-box > div:first-child{
        margin-bottom: 15px;
    }
}

/*15-11-2019*/
@media only screen and (max-width: 1365px) and (min-width: 1024px)  { 
    .home-section { background-position: 30% center; }
    #about_section .about_main { background-position: 87% center; }
}


@media only screen and (max-width: 1023px) and (min-width: 768px)  {    
    .home-text { max-width: 340px; }
    .home-section { background-position: 30% center; }
    #about_section .about_main { background-position: 88% center; }
}

@media only screen and (max-width: 820px) and (min-width: 768px)  {    
    .company-box a img { max-width: 170px; }
    #about_section .about_main { background-position: 88% center; }
}

@media only screen and (max-width: 767px) and (min-width: 568px)  {    
    .home-section { background-position: 11% center; }
    .home-text { background: rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.5); padding:15px 60px; }
    #bio_section .bio_section-main { background-position: 62% center; }
    #about_section .about_main { background-position: 88% center; }
}

@media only screen and (max-width: 567px) and (min-width: 320px)  {    
    .home-section { background-position: 11% center; }
    #about_section .about_main { background-position: 84% center; }
    .about_main .bio-cont-box .wrapper { padding: 15px; background: rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.5); }
    .co-info { margin-top: 40px;}
    .bio-cont-box .cont-box { max-height: 350px; }
     .about_main .bio-cont-box .wrapper { padding: 15px; background: rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.5); }
}



/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
      #bio_section .bio_section-main { background-position: 66% center; }
      #about_section .about_main { background-position: 87% center; }
}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
      #bio_section .bio_section-main { background-position: 48% center; }
      #about_section .about_main { background-position: 84% center; }
    

}

@media (max-width:1500px){
    .bio_section-main .bio-cont-box .cont-box { max-height: 350px; }
    .bio_section-main .bio-cont-box .wrapper { padding: 0 20px 60px 20px; margin: 0; width: 70%; }
    #bio_section .bio_section-main { background-position: 70% center; }

}

@media (max-width:600px){
    .bio_section-main .bio-cont-box .wrapper { padding: 20px; width: 100%;  background: rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.5); }
}

@media (max-width:1023px){
 .about_main .bio-cont-box .wrapper { padding: 15px; background: rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.5); margin-top: 34px; }
}

@media only screen and (max-width: 479px) and (min-width: 320px)  {    
.home-link-box { bottom: 100px; }
body { max-height: calc(100vh - 50px); background-color: #08111a; }
}
@media (max-width:767px){
	.expertise-main .scroll-bottom, .about_main .scroll-bottom{ display:none;}
	#about-bottom, #expertise-bottom{ display:block;}
    #about_section .footer-bottom { margin-bottom:40px;}
	.section_box#about_section{ overflow-x:hidden; overflow-y:auto;  height:100vh}
	.section_box#expertise_section{ overflow-x:hidden; overflow-y:auto; height:100vh; }
	.section_box#bio_section{  height: 100vh;
    box-sizing: border-box; padding-bottom: 0;}
	.mCustomScrollBox{     max-height: 100% !important;}
	.home-section{ overflow-x:hidden; overflow-y:auto;}
	.expertise-cont{    max-height: inherit;}
	.back-to-top{ display:none;}
	.experience-date .to-date{    padding-top: 15px;}
	#contact_us_section{ height: 100vh; box-sizing: border-box;}
	#bio_section .bio_section-main{ min-height: 580px; height:calc(100vh - 80px); padding-bottom:0px;}
	/* #bio_section footer{ 
	position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
	} */
	}