body {
    font-family: 'Raleway', sans-serif;
    color: #030303;
    font-size: 16px;
    font-weight: normal;
}

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

h1,h2,h3,h4,h5,h6 {
    margin: 0px 0 20px;
    padding: 0;
}
h1 {
    font-size: 55px;
    font-weight: 300;
}
h2 {
    font-size: 45px;
    font-weight: 300;
}
h3 {
    font-size: 32px;
    font-weight: 300;
}
h4 {
    font-size: 28px;
    font-weight: 300;
}
h5 {
    font-size: 24px;
    font-weight: 300;
}
h6 {
    font-size: 18px;
    font-weight: 300;
}
p {
    padding: 0px;
    margin: 0px 0 20px;
}
a {
    outline: none;
    text-decoration: none;
    color: #00aff0;
}
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    color: #00aff0;
}
.btn {
    display: inline-block;
    font-size: 20px;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    box-shadow: 0 0 0;
    margin: 0;
    text-align: center;
}
.btn:hover {
    color: #fff;
}
.green-btn {
    background: #7fba00;
}
.blue-btn {
    background: #00aff0;
}
.white-btn {
    background: #fff;
    color: #0073c6;
}
.btn.white-btn:hover {
    color: #0073c6;
}
.section {
    position: relative;
    overflow: hidden;
}
.section .container {
    overflow: hidden;
    position: relative;
}
/*Header CSS START*/
header#main-header {
    
    padding: 0px 0 20px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
/*    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;*/
    
}
.logo {
    display: inline-block;
    padding-top: 35px;
}
header#main-header.sticky-header {
    position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px #333;
    padding: 0px 0 10px;
/*    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;*/
}
.sticky-padding.section-1 {
    padding-top: 119px;
}
.logo img {
    max-width: 100%;
}
header#main-header.sticky-header .logo img {
    max-width: 50%;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}
header#main-header.sticky-header .logo {
    padding-top: 15px;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}
.logo img {
    max-width: 100%;
}
.main-nav {
    text-align: right;
}
.main-nav ul.nav-listt {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    list-style: none;
}
.main-nav > ul.nav-listt > li {
    float: left;
    text-align: left;
    margin-left: 25px;
    padding-top: 1px;
}
.main-nav > ul.nav-listt > li:first-child {
    margin-left: 0px;
}
header#main-header.sticky-header .main-nav > ul.nav-listt > li > a {
    padding: 20px 0 0;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}
.main-nav > ul.nav-listt > li > a {
    display: block;
    font-size: 14px;
    color: #252729;
    padding: 50px 0 0;
    background: none;
    font-family: 'Open Sans', sans-serif;
    border-top: 4px solid transparent;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}
.main-nav > ul.nav-listt.nav.navbar-nav {
    float: none;
}
.main-nav > ul.nav-listt.nav.navbar-nav > li.active a {
    background: none;
/*    padding: 0;*/
}
.main-nav > ul.nav-listt.nav.navbar-nav > li.active a {
    background: none;
    color: #252729;
    border-top: 4px solid #030303;
}
.main-nav > ul.nav-listt.nav.navbar-nav > li.active a:hover,
.main-nav > ul.nav-listt > li > a:hover {
    color: #252729;
    background: none;
}
/*Header CSS END*/
.v-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
}
html,body {
    height: 100%;
}
/*First look Section*/
.first-look {
    height: 100%;
    background: #111111;
}
.first-look-content {
    height: 100%;
}
.main-logo-big {
    margin-bottom: 100px;
}
.first-look-content h3 {
    color: #fff;
    font-family: 'HelveticaNeueLT-35-Thin';
    font-size: 26px;
}
.section-1 {
    background: url(../images/home-1-bg.jpg) no-repeat;
    background-size: cover;
}
.section-1-data h1 {
    margin: 0 0 16px;
    font-weight: 200;
}
.section-1-data h5 {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: normal;
}
.section-1-data p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.section-1-data-txt {
    padding-top: 100px;
}
.section-1-data-img img {
    max-width: 100%;
}
/**/
.section-black {
    background: #111111;
    padding: 90px 0;
    color: #fff;
    text-align: center;
}
.section-black h2 {
    color: #fff;
    margin: 0 0 22px;
}
.section-black p {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    margin: 0;
}
/**/
.section-big-img {
    
}
.big-img-bx {
    width: 75%;
}
.big-img-bx img {
    max-width: 100%;
}
.big-img-left {
    float: left;
    margin-left: -30%;
}
.big-img-right {
    float: right;
    margin-right: -30%;
}
.big-img-txt {
    position: absolute;
    width: 100%;
    top: 30%;
}
.big-img-txt h2 {
    font-size: 55px;
    margin: 0 0 20px;
}
.big-img-txt p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}
/**/
.color-bxs-1 {
}
.color-bxs-gray {
    background: #e2e2e2;
    padding: 100px 0;
}
.color-bxs-row-1:before {
    content: "";
    background: #e2e2e2;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}
.color-bxs-row-2:before {
    content: "";
    background: #f3f4f4;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}
.color-bxs-lightGray {
    background: #f3f4f4;
    padding: 100px 0;
}
.color-bxs-row {
    position: relative;
}
.color-bxs-row-1:after {
    content: "";
    background: #f3f4f4;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}
.color-bxs-row-2:after {
    content: "";
    background: #e2e2e2;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}
.color-bxs-in {
    
}
h6.date-txt {
    font-size: 14px;
    color: #6c7173;
    margin: 0 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: normal;
}
.color-bx-logo {
    
}
.color-bx-logo img {
    max-width: 100%;
}
p.color-bx-p {
    font-size: 16px;
    color: #030303;
    line-height: 33px;
    margin: 0 0 20px;
    height: 100px;
    position: relative;
    overflow: hidden;
}
.color-bxs-in a.readmore-btn {
    display: inline-block;
    position: relative;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 8px 40px;
    background: #9f9f9f;
    border: 0;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}
.color-bxs-in a.readmore-btn:hover,
.color-bxs-in a.readmore-btn:focus {
    outline: 0;
    color: #fff;
    background: #111111;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}
.color-bxs-in a.readmore-btn span:after {
    content: "\f178";
    font-family: FontAwesome;
    position: relative;
    margin-left: 4px;
}
/**/
.work-info-bx {
    text-align: center;
}
.work-info-bx .info-bx-icon {
    margin: 0 0 20px;
}
.work-info-bx .info-bx-icon img {
    max-width: 100%;
}
.work-info-bx h3 {
    font-size: 22px;
    color: #030303;
    font-weight: 500;
    margin: 0 0 20px;
}
.work-info-bx p {
    font-size: 18px;
    color: #030303;
    line-height: 24px;
    font-weight: 500;
}
.work-info-section {
    padding: 70px 0 50px;
}
/**/
.success-story-section {
    
}
.row-left-white,
.row-right-white {
    position: relative;
}
.row-left-white:after {
    content: "";
    background: #f3f4f4;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}
.row-right-white:before {
    content: "";
    background: #f3f4f4;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
}
.sc-story-data {
    padding: 50px 0;
}
.sc-story-data h3 {
    color: #030303;
    font-size: 32px;
    margin: 0;
    font-weight: 300;
    text-align: right;
}
.sc-story-data h4 {
    color: #030303;
    font-size: 35px;
    margin: 0;
    font-family: 'HelveticaNeueLT-35-Thin';
    text-align: right;
}
.row-right-white .sc-story-data h4,
.row-right-white .sc-story-data h3 {
    text-align: left;
}
.sc-story-data p {
    color: #030303;
    font-size: 18px;
    text-align: center;
}
.date-circle {
    background: #697478;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    color: #fff;
    font-size: 35px;
    text-align: center;
    padding-top: 23px;
    position: absolute;
    top: 19%;
    left: 45.5%;
}
/**/
.events-data-section {
    
}
.ev-images-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ev-images-list li {
    float: left;
    position: relative;
    width: 16.666%;
    cursor: pointer;
}
.ev-img img {
    max-width: 100%;
}
.ev-hover-txt {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(34,187,187,0.8);
    text-align: center;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}
.ev-images-list li:hover .ev-hover-txt {
    display: block;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
}
.ev-hover-txt h4 {
    font-size: 18px;
    color: #fff;
    margin: 0 0 5px;
    font-weight: bold;
}
.ev-hover-txt p {
    font-size: 14px;
    color: #fff;
    margin: 0px;
}
/**/
.service-patner {
    padding: 60px 0;
}
.service-patner-logos  img {
    max-width: 100%;
}
/*Footer*/
.footer-section-1 {
    background: #bfbfbf;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.footer-section-1 h3 {
    font-size: 20px;
    color: #030303;
    margin: 0 0 15px;
    font-weight: normal;
}
.ftr-info-icon {
    float: left;
    width: 24px;
    height: 24px;
    text-align: center;
    background: #1f1f1f;
}
.ftr-info-icon img {
    max-width: 65%;
}
.ftr-info-txt {
    font-size: 13px;
    color: #030303;
    line-height: 21px;
    float: left;
    width: 100%;
    -webkit-width: calc(100% - 24px);
    -moz-width: calc(100% - 24px);
    width: calc(100% - 24px);
    padding-left: 15px;
}
.ftr-info-txt a,
.ftr-info-txt a:hover,
.ftr-info-txt a:focus {
    font-size: 13px;
    color: #030303;
}
.footer-inner-bx {
    margin: 0 0 20px;
}
.footer-inner-info .footer-inner-bx:last-child {
    margin: 0;
}
.footer-social {
    
}
.footer-social > div {
    font-size: 16px;
    color: #030303;
    margin: 0 0 10px;
}
.fb-icon {
    background: url(../images/fb-icon.png) no-repeat;
    padding-left: 40px;
}
.tweet-icon {
    background: url(../images/tweet-icon.png) no-repeat;
    padding-left: 40px;
}
.gPlus-icon {
    background: url(../images/gPlus-icon.png) no-repeat;
    padding-left: 40px;
}
.linkIn-icon {
    background: url(../images/linkIn-icon.png) no-repeat;
    padding-left: 40px;
}
.form-row {
    margin: 0 0 5px;
}
.form-row .form-field {
    display: block;
    background: #fff;
    width: 100%;
    border: 1px solid #e1e2e0;
    height: 43px;
    margin: 0;
    padding: 0 0 0 8px;
    color: #686868;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}
.form-row textarea.form-field {
    height: 85px;
    resize: none;
    padding: 10px;
}
.form-btn-dark {
    color: #fff;
    display: block;
    border: 1px solid #e1e2e0;
    width: 100%;
    text-align: center;
    padding: 9px 5px;
    font-size: 16px;
    background: #151515;
}
.footer-section-2 {
    color: #fff;
    background: #171717;
    padding: 18px 0;
}
.copy-txt {
    font-size: 13px;
    text-align: right;
    margin: 0;
    padding: 5px 0 0;
    font-family: 'Open Sans', sans-serif;
}

/*Responsive CSS*/
@media only screen and (max-width: 1199px){
    p.color-bx-p {
        line-height: 25px;
    }
    .sc-story-data p {
        font-size: 16px;
    }
    .sc-story-data h3 {
        font-size: 26px;
    }
    .date-circle {
        left: 45%;
    }
    .ev-hover-txt p {
        font-size: 12px;
    }
    .ev-images-list li {
        width: 25%;
    }
}
@media only screen and (max-width: 992px){
    .main-nav > ul.nav-listt > li {
        margin-left: 10px;
    }
    .main-nav > ul.nav-listt > li > a {
        font-size: 13px;
        padding: 44px 0 0;
    }
    header#main-header.sticky-header .main-nav > ul.nav-listt > li > a {
        padding: 12px 0 0;
    }
    header#main-header.sticky-header {
        padding:  0 0 7px;
    }
    h1 {
        font-size: 38px;
    }
    h2,
    .big-img-txt h2 {
        font-size: 32px;
    }
    .section-1-data p {
        font-size: 14px;
    }
    .section-1-data-txt {
        padding-top: 60px;
    }
    .section-black {
        padding: 50px 0;
    }
    .section-black p {
        font-size: 18px;
    }
    .big-img-txt p {
        font-size: 16px;
    }
    .color-bxs-gray,
    .color-bxs-lightGray {
        padding: 50px 0;
    }
    p.color-bx-p {
        font-size: 14px;
    }
    .work-info-bx p {
        font-size: 15px;
    }
    .date-circle {
        font-size: 24px;
        height: 60px;
        width: 60px;
        padding-top: 13px;
        left: 46%;
        top: 24%;
    }
    .sc-story-data p {
        font-size: 13px;
    }
    .sc-story-data h3 {
        font-size: 22px;
    }
    .sc-story-data h4 {
        font-size: 24px;
    }
    .sc-story-data {
        padding: 40px 0 30px;
    }
    .footer-social > div {
        font-size: 14px;
        padding-bottom: 4px;
    }
}
@media only screen and (max-width: 767px){
    #main-nav {
        padding-top: 10px;
    }
    .navbar-toggle {
        border: 1px solid #111111;
        float: right;
        margin: 10px 0 0;
    }
    header#main-header.sticky-header .main-nav > ul.nav-listt > li > a {
        padding: 4px 0;
    }
    .navbar-toggle span {
        background: #111111;
    }
    .logo {
        float: left;
        padding-top: 5px;
    }
    header#main-header {
        padding: 10px 0;
    }
    .main-nav > ul.nav-listt {
        width: 100%;
    }
    .main-nav > ul.nav-listt > li {
        float: none;
        margin-left: 0;
    }
    .main-nav > ul.nav-listt > li a {
        padding: 8px 0;
    }
    .main-nav > ul.nav-listt > li a:hover,
    .main-nav > ul.nav-listt > li.active a:hover,
    .main-nav > ul.nav-listt > li.active a {
        padding: 8px 0;
    }
    .big-img-txt {
        text-align: center;
        position: static;
        top: 0%;
        padding: 50px 0 0;
    }
    .big-img-bx {
        display: none;
    }
    .mob-col-half {
        float: left;
        width: 50%;
        margin-bottom: 10px;
    }
    .footer-address.footer-inner-bx {
        margin: 0 0 10px;
    }
    h2, .big-img-txt h2 {
        font-size: 28px;
    }
    .section-black p {
        font-size: 14px;
    }
    .section-black p br {
        display: none;
    }
    .big-img-txt h2 {
        margin: 0 0 12px;
    }
    .service-patner {
        padding: 40px 0;
    }
    .ev-images-list li {
        width: 33.333%;
    }
    .ev-hover-txt h4 {
        font-size: 15px;
    }
    .ev-hover-txt p {
        font-size: 10px;
    }
    .copy-txt {
        font-size: 11px;
    }
    .footer-section-2 img {
        width: 35px;
    }
    .footer-section-2 {
        padding: 10px 0;
    }
    .footer-section-1 {
        padding: 30px 0;
    }
    .date-circle {
        position: static;
        margin: 0 auto 10px;
    }
    .row-left-white:after,
    .row-right-white:before,
    .color-bxs-row-1:before,
    .color-bxs-row-2:before {
        background: none;
    }
    .row-right-white {
        background: #f3f4f4;
        text-align: center;
    }
    .row-right-white,
    .row-left-white {
        padding: 15px 0;
    }
    .row-right-white .sc-story-data h4, 
    .row-right-white .sc-story-data h3 {
        text-align: center;
    }
    .sc-story-data p {
        margin-bottom: 0;
    }
    .sc-story-data h3,
    .sc-story-data h4 {
        text-align: center;
    }
    .sc-story-data {
        padding: 10px 0 0px;
    }
    .color-bxs-gray, 
    .color-bxs-lightGray {
        padding: 20px 15px;
    }
    p.color-bx-p {
        height: auto;
    }
    .color-bxs-in.col-sm-11 {
        padding: 0;
    }
    .color-bxs-row-1 .color-bxs-gray {
        background: #f3f4f4;
    }
    .color-bxs-row-1 .color-bxs-lightGray {
        background: #e2e2e2;
    }
    .color-bxs-in,
    .section-1-data-txt {
        text-align: center;
    }
}
@media only screen and (max-width: 480px){ 
    .mob-col-half {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }
    .ev-images-list li {
        width: 50%;
    }
}