@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900');

/*Common Elements*/

body {
    font-family: 'Roboto', sans-serif;
    background-color: #0066ff;
    font-weight: 300;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.centered {
    margin-top: 2%;
}

.yellow {
    color: #ffcc00;
}

.logo-image {
    max-height: 150px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo-image {
        max-height: 200px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .logo-image {
        max-height: 225px;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .logo-image {
        max-height: 275px;
    }
}

@media (min-width: 1367px) and (max-width: 1920px) {
    .logo-image {
        max-height: 325px;
    }
}

.arrow-down {
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
    position: absolute;
    bottom: 30px;
    padding-left: 2px;
    left: 52%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    z-index: 3;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.arrow-down img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.arrow-down:hover {
    color: #ffcc00;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.arrow-down .arrow {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
}

.arrow-down .arrow-mouse {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.mouse-down .arrow-mouse.animate {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.btn-part {
    font-family: 'Roboto', sans-serif;
    font-weight: 900 !important;
    font-size: 36pt;
    height: 50px;
    width: 200px;
    color: #fff;
    background-color: #ffcc00;
    border-color: #ffcc00;
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.btn-part:focus,
.btn-part.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-part:hover {
    color: #fff !important;
    background-color: #ec971f;

}

/*First Screen*/

#main-screen {
    display: block;
    position: relative;
    background: url(../img/main-bg.png) no-repeat 40%;
    background-size: cover;
    color: #333333;
    width: auto;
    height: 100vh;
}

.navbar-default {
    background-color: transparent !important;
    border: none !important;
}

.navbar-brand > img {
    display: inline !important;
    padding-right: 40px;
}

.navbar-nav {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14pt;
    color: #333333;
    margin-left: auto !important;
    margin-right: auto !important;
}

.navbar-nav > li > a {
    padding-top: 40px !important;
    color: #333333 !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.navbar-nav:after > li > a {
    padding-top: 40px !important;
    color: #ffffff !important;

}

.navbar-nav > li > a:hover {
    color: #ffcc00 !important;
}

.navbar-toggle {
    padding-top: 35px !important;
    border: none !important;
}

.navbar-toggle:hover, .navbar-toggle:focus {
    background: transparent !important;
}

#main-screen h1 {
    cursor: pointer;
    color: #333333;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 100 !important;
}

#main-screen h1 > b:hover {
    color: #ffcc00;
}

#main-screen h1 > b {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

#main-screen .soclials {
    position: absolute;
    color: #333333;
    font-size: 22pt;
    bottom: 70px;
    float: left;
}

#main-screen .soclials > a {
    color: #333333;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

#main-screen .soclials > a:hover {
    color: #0066ff;
}

@media (max-width: 776px) and (max-width: 976px) {
    #main-screen {
        display: block;
        position: relative;
        background: url(../img/main-bg.png) no-repeat 83%;
        background-size: cover;
        color: #333333;
        width: auto;
        height: 100vh;
    }
}

/*Second Screen*/

#second-screen {
    display: block;
    position: relative;
    background: url(../img/second-bg.png) no-repeat 40%;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
    color: #fff;
    width: auto;
    height: 100vh;
}

#second-screen h1 {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 900 !important;
    font-size: 36pt;
    text-transform: uppercase;
}

#second-screen p {
    display: block;
    padding: 26px;
}

.line {
    display: inline-block;
    padding: 23px;
    border-bottom: 1px #fff solid;
}

@media (max-width: 776px) and (max-width: 976px) {
    #second-screen {
        display: block;
        position: relative;
        background: url(../img/second-bg.png) no-repeat 60%;
        background-size: cover;
        color: #fff;
        width: auto;
        height: 100%;
    }
}

#second-screen .bottom-section {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

#second-screen .bottom-section span {
    border: white solid 1px;
    width: 27%;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 20px;
    text-align: center;
    font-size: 16px;
}

/*Third Screen*/

#third-screen {
    display: block;
    position: relative;
    background: url(../img/third-bg.png) no-repeat 40%;
    background-size: cover;
    padding-top: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
    color: #fff;
    width: auto;
    height: 100vh;
    padding-bottom: 10px;
}

@media (max-width: 776px) and (max-width: 976px) {
    #third-screen {
        display: block;
        position: relative;
        background: url(../img/third-bg.png) no-repeat 60%;
        background-size: cover;
        color: #fff;
        width: auto;
        height: 100%;
        padding-bottom: 10px;
    }
}

#third-screen h1 {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 900 !important;
    font-size: 36pt;
    text-transform: uppercase;
}

#third-screen h2 {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 900 !important;
    font-size: 26pt;
    text-transform: uppercase;
}

#third-screen p {
    display: block;
    padding: 25px;
}

.nav-tabs {
    margin-left: 10%;
    border-bottom: none !important;
}

.tab-content > .tab-pane {
    display: none;
    margin-top: 30px;
    margin-left: 5%
}

#third-screen .partners-logo {
    height: auto;
    background-color: transparent;
    margin-right: 0px;
}

#third-screen .partners-logo img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    opacity: 0.5;
    padding-bottom: 20px;
}

#third-screen .partners-logo img:hover {
    opacity: 1;
    padding-bottom: 20px;
}

@media (max-width: 776px) and (max-width: 976px) {
    .nav-tabs {
        margin: 15px;
        border-bottom: none !important;
    }
}

.nav-tabs > li {
    float: left;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-right: 5px;
    margin-top: 5px;

}

.nav-tabs > li > a {
    color: #fff;
    font-weight: 300;
    margin: -1px !important;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 10px !important;
}

.nav-tabs > li > a:hover {
    color: #333333;
    border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
}

/*Fourth Screen*/

#fourth-screen {
    display: block;
    position: relative;
    background: url(../img/fourth-screen.png) no-repeat 40%;
    background-size: cover;
    padding-top: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
    color: #fff;
    width: auto;
    height: 100vh;
    padding-bottom: 10px;
}

@media (max-width: 776px) and (max-width: 976px) {
    #fourth-screen {
        display: block;
        position: relative;
        background: url(../img/fourth-screen.png) no-repeat 35%;
        background-size: cover;
        color: #fff;
        width: auto;
        height: 100%;
        padding-bottom: 10px;
    }
}

#fourth-screen h1 {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 900 !important;
    font-size: 36pt;
    text-transform: uppercase;
}

#fourth-screen h2 {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700 !important;
    font-size: 20pt;
    text-transform: uppercase;
    padding-bottom: 10px;
}

#fourth-screen p {
    display: block;
    padding: 22px;
}

.icon {
    padding-top: 5px;
}

.icon .service-one {
    width: auto;
    height: auto;
    content: url(../img/icons/other/service-1.png);
}

.icon .service-two {
    width: auto;
    height: auto;
    content: url(../img/icons/other/service-2.png);
}

.icon .service-three {
    width: auto;
    height: auto;
    content: url(../img/icons/other/service-3.png);
}

.icon .service-four {
    width: auto;
    height: auto;
    content: url(../img/icons/other/service-4.png);
}

.icon .labels {
    cursor: pointer;
    text-align: center;
    padding-top: 10px;
    font-weight: 300;
}

#fourth-screen .partners {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    justify-content: center;
}

#fourth-screen .partners-logo {
    height: auto;
    background-color: transparent;
    margin-right: 0px;
}

#fourth-screen .partners-logo img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    opacity: 0.5;
    padding-bottom: 20px;
}

#fourth-screen .partners-logo img:hover {
    opacity: 1;
    padding-bottom: 20px;
}

/* Five Screen */

#five-screen {
    display: block;
    position: relative;
    background: url(../img/five-bg.png) no-repeat 40%;
    background-size: cover;
    padding-top: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
    color: #fff;
    width: auto;
    height: 100vh;
}

@media (max-width: 776px) and (max-width: 976px) {
    #five-screen {
        display: block;
        position: relative;
        background: url(../img/five-bg.png) no-repeat 35%;
        background-size: cover;
        color: #fff;
        width: auto;
        height: 100%;
        padding-bottom: 10px;
    }
}

#five-screen h1 {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 900 !important;
    font-size: 27pt;
    text-transform: uppercase;
}

#five-screen p {
    display: inline-block;
    padding: 26px;
}

#five-screen .line {
    display: inline-block;
    padding: 20px;
    border-bottom: 1px #fff solid;
}

#five-screen b {
    font-weight: 400;
}

#five-screen .contacts b {
    font-size: 24px;
}

#five-screen .contacts p {
    font-size: 20px;
    padding: 0;
    margin-bottom: 0;
}

#five-screen .contacts a.contact {
    font-size: 20px;
}

.item-contact {
    padding-bottom: 20px;
}

#five-screen a {
    color: #ffcc00;
    text-decoration: underline;
}

#five-screen .soclials {
    display: inline;
    position: absolute;
    color: #ffffff;
    font-size: 22pt;

}

#five-screen .soclials > a {
    color: #ffffff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

#five-screen .soclials > a:hover {
    color: #ffcc00;
}

.jointo {
    display: block;
    padding: 10px;
    margin-top: 20px;
    height: auto;
    border: 1px #fff solid;
    border-radius: 5px;
    background-color: #fff;
}

@media (max-width: 776px) and (max-width: 976px) {
    .jointo {
        display: inline-block;
        float: right;
        padding: 10px;
        margin-top: 20px;
        margin-left: 40px;
        height: auto;
        border: 1px #fff solid;
        border-radius: 15px;
        background-color: #fff;
    }
}

.jointo > .btn-part {
    font-family: 'Roboto', sans-serif;
    font-weight: 900 !important;
    font-size: 36pt;
    height: 50px;
    width: 200px;
    color: #fff;
    background-color: #ffcc00;
    border-color: #ffcc00;
    border-radius: 50px !important;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.jointo > .btn-part:focus,
.jointo > .btn-part.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.jointo > .btn-part:hover {
    color: #fff !important;
    background-color: #ec971f;

}

.jointo p a {
    text-decoration: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.42857143;
    color: #333333 !important;
    background-color: none !important;
    background-image: url(../img/form-bg.png) repeat !important;
    border: none !important;
    border-bottom: 1px solid rgba(51, 51, 51, .5) !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.borderplus > .form-control {
    border: 1px solid rgba(51, 51, 51, .5) !important;

}

.form-control:focus {
    border-color: #0000cc !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
    color: #333333 !important;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.bigger {
    font-family: 'Roboto', sans-serif;
    font-weight: 900 !important;
    font-size: 18pt;
    text-transform: uppercase;

}

/* added new css for file index.html */
.nav > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.title {
    font-size: 33pt !important;
    padding-right: 15px;
}

.back-to-top {
    position: fixed;
    right: 30px;
    top: 85%;
    font-size: 32px;
    width: 45px;
    font-weight: bold;
    height: 45px;
    border-radius: 5px;
    background-color: #ffcc00;
    color: #fff;
    display: none;
    text-align: center;
    padding: 0;
}

.back-to-top:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    background-color: #ec971f;
}

#third-screen .nav-tabs > li > a {
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s
}

#third-screen .nav-tabs > li > a {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#third-screen .bottom-section {
    display: flex;
    text-align: center;
    margin-top: -50px;
}

#third-screen .bottom-section p {
    border: 1px solid #fff;
    padding: 15px 20px;
    margin-left: 35px;
}

#third-screen .bottom-section p:first-child {
    margin-left: 0;
}

#third-screen .btn {
    margin-bottom: 70px;
}

/* .nav-tabs{
    display: flex;
    justify-content: space-between;
} */
/* .nav-tabs>li>a{
    height: 100%;
    display: flex!important;
   align-items: center;
} */
/* .nav-tabs>li:hover{
  background-color: #eee;
} */
.services-block {
    display: flex;
    justify-content: space-between;
}

.services-block .services-item {
    width: 48%;
    margin-left: 2%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.services-block .services-item img {
    width: 48%;
    margin-left: 2%;
    height: 100%;
}

.services-block .services-item p {
    text-align: justify;
}

.services-block .services-item:last-child {
    margin-left: 0;
}

#five-screen .soclials a {
    text-decoration: none;
}

#fourth-screen .row {
    /* margin-right: 0; */
    /* margin-left: -20px; */
}

#fourth-screen .services-block-wrapper {
    margin: 0;
}

#fourth-screen .partners-wrapper {
    /* margin-right: 0px; */
    /* margin-left: -20px; */
}

#fourth-screen .partners-scroll {
    display: flex;
    overflow-x: scroll;
}

#fourth-screen .partners-scroll img {
    padding-left: 25px;
    padding-bottom: 10px;
}

#fourth-screen .btn {
    margin-top: 25px;
}

.select-block {
    padding-top: 28px;
}

.select-block .btn-default {
    background-color: transparent;
    border: 0;
    font-size: 16px;
    padding: 10px 15px;
    padding-right: 0;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.select-block .btn-default:hover, .select-block .btn-default:focus,
.select-block .btn-default.active, .select-block .btn-default:active,
.select-block .open > .dropdown-toggle.btn-default,
.select-block .btn-group.open .dropdown-toggle,
.select-block .open > .dropdown-toggle.btn-default:focus,
.select-block .open > .dropdown-toggle.btn-default:hover {
    background-color: transparent;
    border: 0;
    color: #ffcc00;
    box-shadow: none;
}

.select-block .btn-default .caret {
    margin-left: 5px;
}

.select-block img {
    width: 27px;
    padding-right: 5px;
}

#fourth-screen .partners-slider .carousel-control {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: inline !important;
    padding: 10px !important;
}

.partners-slider-sm {
    display: none;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
}

@media (max-width: 1199px) {
    .title {
        font-size: 26pt !important;
    }

    #fourth-screen .partners-scroll {
        width: 922px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }

}

@media (max-width: 1199px) and (min-width: 992px) {
    .nav-tabs > li > a {
        font-size: 12px;
    }

    #fourth-screen .services-block img {
        height: 86%;
    }

    #third-screen p {
        display: block;
        padding: 13px 25px;
    }

    .partners {
        margin-top: -50px;
    }
}

@media (max-width: 992px) and (min-width: 776px) {
    #fourth-screen .services-block img {
        height: 57%;
    }

    #five-screen p {
        padding: 12px 26px;

    }
}

@media (max-width: 991px) {
    .title {
        font-size: 20pt !important;
    }

    #fourth-screen .partners-scroll {
        width: 700px;
    }

    .navbar-nav > li > a {
        padding-top: 10px !important;
    }

    .select-block {
        padding-top: 4px;
    }

    .select-block .btn-default {
        font-size: 12px !important;
    }

    .select-block .btn-default .caret {
        margin-top: -2px !important;
    }

}

@media (max-width: 776px) {
    .services-block {
        flex-direction: column;
        margin-top: 20px;
    }

    .services-block .services-item {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .services-block .services-item:last-child {
        margin-bottom: 0;
    }

    #fourth-screen .partners {
        display: flex;
        flex-direction: column;
    }

    #fourth-screen .partners-scroll {
        width: 465px;
        align-self: center;
    }

    .back-to-top {
        right: 5px;
        top: 90%;
    }

    #second-screen .bottom-section {
        flex-direction: column;
        align-items: stretch;
    }

    #second-screen .bottom-section span {
        width: 100%;
        margin-left: 0;
    }

    #third-screen .bottom-section {
        flex-direction: column;
        align-items: stretch;
    }

    #third-screen .bottom-section p {
        margin-left: 0;
    }

    .select-block .btn-default {
        padding-left: 10px;
    }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
        display: block !important;
    }

    .partners-slider-sm {
        display: block !important;
    }

    .partners-slider {
        display: none !important;
    }

    .carousel-control {
        top: 42px !important;
        bottom: 110px !important;
    }

    .carousel-control.right {
        right: -20px !important;
    }

    .carousel-control.left {
        left: -20px !important;
        top: 43px !important;
    }

}

@media (max-width: 580px) {
    .services-block .services-item {
        flex-direction: column;
    }

    .services-block .services-item img {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
    }

    #fourth-screen .partners-scroll {
        width: 250px;
    }

    .back-to-top {
        top: 95%;
    }

    #fourth-screen .icon {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    #fourth-screen {
        /* height: 1600px !important; */
    }

}
