#nav-toggle,
.header .get_touch,
.header .hamburger {
    font-family: robotolight;
    font-size: 16px;
    animation-iteration-count: 1;
    display: block;
    color: #000;
    text-decoration: none
}

@font-face {
    font-family: robotoregular;
    src: url(fonts/robotoregular.eot);
    src: url(fonts/robotoregular.eot?#iefix) format('embedded-opentype'), url(fonts/robotoregular.woff) format('woff'), url(fonts/robotoregular.ttf) format('truetype'), url(fonts/robotoregular.svg#robotoregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: robotolight;
    src: url(fonts/robotolight.eot);
    src: url(fonts/robotolight.eot?#iefix) format('embedded-opentype'), url(fonts/robotolight.woff) format('woff'), url(fonts/robotolight.ttf) format('truetype'), url(fonts/robotolight.svg#robotolight) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto-Bold;
    src: url(fonts/robotobold.eot);
    src: url(fonts/robotobold.eot?#iefix) format('embedded-opentype'), url(fonts/robotobold.woff) format('woff'), url(fonts/robotobold.ttf) format('truetype'), url(fonts/robotobold.svg#robotobold) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto-Thin;
    src: url(fonts/robotothin.eot);
    src: url(fonts/robotothin.eot?#iefix) format('embedded-opentype'), url(fonts/robotothin.woff) format('woff'), url(fonts/robotothin.ttf) format('truetype'), url(fonts/robotothin.svg#robotothin) format('svg');
    font-weight: 400;
    font-style: normal
}

.full_height,
.full_height #main-wrapper,
.full_height body {
    height: 100vh;
    padding: 0
}

body.home,
html.home {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent
}

body {
    background: #fff;
    margin: 0;
    padding: 0
}

.left {
    float: left
}

.right {
    float: right
}

.header {
    width: 100%;
    height: 87px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000
}

.active_header {
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .3)
}

#nav-toggle:after,
.header .get_touch:after {
    background: #000;
    content: ''
}

.header .get_touch {
    float: left;
    margin: 34px;
    position: relative;
    animation-name: dropHeader;
    animation-timing-function: ease-out;
    animation-duration: .6s
}

.header .get_touch i {
    margin-right: 10px
}

.header .get_touch:after {
    position: absolute;
    top: 100%;
    right: 0;
    width: 75%;
    height: 2px;
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, -o-transform .3s;
    -moz-transition: opacity .3s, transform .3s, -moz-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px)
}

.header .get_touch:hover::after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.header .logo {
    width: 139px;
    height: 57px;
    margin: 15px auto 0;
    animation-name: logo;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 2s;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1
}

#nav-toggle,
.header .hamburger {
    float: right;
    margin: 34px;
    position: relative;
    animation-name: dropHeader;
    animation-timing-function: ease-out;
    animation-duration: .6s
}

#nav-toggle {
    cursor: pointer;
    margin: 34px;
    width: 80px;
    text-align: right
}

#nav-toggle:after {
    position: absolute;
    top: 100%;
    right: 0;
    width: 50%;
    height: 2px;
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, -o-transform .3s;
    -moz-transition: opacity .3s, transform .3s, -moz-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px)
}

#nav-toggle:hover::after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

#nav-toggle span {
    margin-top: 10px
}

#nav-toggle span,
#nav-toggle span:after,
#nav-toggle span:before {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    transition: all .5s ease-in-out
}

#nav-toggle span:before {
    top: -8px
}

#nav-toggle span:after {
    bottom: -8px
}

#nav-toggle.active span {
    background-color: transparent
}

#nav-toggle.active span:after,
#nav-toggle.active span:before {
    top: 0
}

#nav-toggle.active span:before {
    transform: rotate(45deg)
}

#nav-toggle.active span:after {
    transform: rotate(-45deg)
}

.hamburger_menu {
    width: 100%;
    background: #fff;
    min-height: 100%;
    position: absolute;
    height: 535px;
    right: 0;
    padding: 127px 0 0;
    display: none;
    z-index: -10;
    font-family: Roboto-Bold
}

.hamburger_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 40px;
    text-align: center
}

.hamburger_menu ul li a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 20px 5px
}

.hamburger_menu ul li a:hover {
    color: #fff;
    background: #0071af
}

.hamburger_menu .head {
    color: red;
    padding: 5px;
    font-size: 16px
}

.hp_title,
.hp_title_1 {
    font-family: Roboto-Bold;
    font-size: 65px;
    text-shadow: 0 5px 5px rgba(0, 0, 0, .2);
    transition: all .3s ease;
    color: #000;
    font-weight: 700
}

.border_bottom {
    border-bottom: solid 1px #838585
}

@keyframes t4talented {
    from {
        background-position: 0 0
    }
    to {
        background-position: 100% 0
    }
}

@-webkit-keyframes t4talented {
    from {
        background-position: 0 0
    }
    to {
        background-position: 100% 0
    }
}

@-ms-keyframes t4talented {
    from {
        background-position: 0 0
    }
    to {
        background-position: 100% 0
    }
}

@-moz-keyframes t4talented {
    from {
        background-position: 0 0
    }
    to {
        background-position: 100% 0
    }
}

@keyframes dropHeader {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes logo {
    0%,
    100% {
        transform: translateY(0)
    }
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.first_slide {
    width: 100%;
    height: 100%;
    position: relative;
    background: url(images/bg_hp.jpg) center top repeat-x #fff;
    animation: t4talented 50s linear infinite;
    -ms-animation: t4talented 50s linear infinite;
    -moz-animation: t4talented 50s linear infinite;
    -webkit-animation: t4talented 50s linear infinite;
    background-size: cover
}

.hp_title_wrapper,
.scroll {
    position: absolute;
    z-index: 1
}

.hp_title .txt_1,
.hp_title .txt_2,
.hp_title_1 .txt_3,
.hp_title_1 .txt_4 {
    animation-name: title;
    animation-timing-function: ease-in;
    text-align: center;
    float: left
}

.hp_title .txt_1,
.hp_title .txt_2,
.hp_title_1 .txt_3,
.hp_title_1 .txt_4,
.scroll i {
    animation-iteration-count: 1
}

.hp_title_wrapper {
    width: 100%;
    height: 180px;
    top: 50%;
    margin-top: -100px;
    right: 0;
    bottom: 0;
    left: 0
}

.hp_title_1 {
    width: 515px;
    margin: 0 auto
}

.hp_title_1 .txt_3 {
    animation-duration: 2s;
    width: 320px;
    margin-right: 20px
}

.hp_title_1 .txt_4 {
    animation-duration: 2.5s;
    width: 175px
}

.hp_title {
    width: 736px;
    margin: 0 auto
}

.hp_title .txt_1 {
    animation-duration: 3s;
    width: 287px;
    margin-right: 20px
}

.hp_title .txt_2 {
    animation-duration: 3.5s;
    width: 429px
}

.scroll i,
.scroll:hover i {
    animation-name: arrow;
    animation-timing-function: ease-in;
    animation-duration: 1s
}

@keyframes title {
    from {
        opacity: 0;
        transform: translateY(-50%)
    }
    100% to {
        opacity: 1;
        transform: translateY(0)
    }
}

.scroll {
    font-size: 17px;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    bottom: 50px;
    font-family: robotolight;
    color: #000;
    text-decoration: none;
    text-align: center
}

.scroll i {
    font-size: 50px;
    line-height: 40px
}

.scroll:hover i {
    animation-iteration-count: infinite
}

@keyframes arrow {
    from {
        opacity: 0;
        transform: translateY(-50%)
    }
    100% to {
        opacity: 1;
        transform: translateY(0)
    }
}

.homepage_services {
    width: 100%;
    height: 662px;
    max-height: 100%;
    margin: 0;
    padding: 0
}

.header_space {
    height: 87px;
    width: 100%
}

.homepage_services a {
    display: block
}

.homepage_services .first_panel {
    width: 20%;
    float: left
}

.homepage_services .first_panel .top_box {
    width: 100%;
    max-width: 283px;
    overflow: hidden;
    position: relative
}

.homepage_services .first_panel .top_box .image {
    width: 100%;
    max-width: 283px;
    height: 287px;
    background: url(images/services_1.jpg) center bottom no-repeat;
    background-size: cover;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.homepage_services .first_panel .top_box:hover .image {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')
}

.homepage_services .first_panel .top_box .image .black_layer {
    background: #111;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .5s linear .15s;
    opacity: 0
}

.homepage_services .first_panel .top_box .content {
    position: absolute;
    z-index: 100;
    color: #fff;
    bottom: 10px;
    padding: 20px;
    font-size: 28px;
    font-family: Roboto-Bold
}

.homepage_services .first_panel .top_box .content span {
    font-family: robotolight;
    font-size: 13px;
    display: block
}

.homepage_services .first_panel .bottom_box {
    width: 100%;
    max-width: 283px;
    overflow: hidden;
    position: relative
}

.homepage_services .first_panel .bottom_box .image {
    width: 100%;
    max-width: 283px;
    height: 287px;
    background: url(images/services_2.jpg) center bottom no-repeat;
    background-size: cover;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.homepage_services .first_panel .bottom_box:hover .image {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')
}

.homepage_services .first_panel .bottom_box .image .black_layer {
    background: #111;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .5s linear .15s;
    opacity: 0
}

.homepage_services .first_panel .bottom_box .content {
    position: absolute;
    z-index: 100;
    color: #fff;
    bottom: 10px;
    padding: 20px;
    font-size: 28px;
    font-family: Roboto-Bold;
    line-height: 30px
}

.homepage_services .first_panel .bottom_box .content span {
    font-family: robotolight;
    font-size: 13px;
    display: block;
    line-height: normal
}

.homepage_services .second_panel {
    width: 45%;
    float: left;
    overflow: hidden;
    position: relative
}

.homepage_services .second_panel .image {
    width: 100%;
    height: 574px;
    background: url(images/services_3.jpg) center bottom no-repeat;
    background-size: cover;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.homepage_services .second_panel:hover .image {
    width: 100%;
    max-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')
}

.homepage_services .second_panel .image .black_layer {
    background: #111;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .5s linear .15s;
    opacity: 0
}

.homepage_services .second_panel .content {
    position: absolute;
    z-index: 100;
    color: #fff;
    bottom: 10px;
    padding: 40px;
    font-size: 50px;
    font-family: Roboto-Bold
}

.homepage_services .second_panel .content span {
    font-family: robotolight;
    font-size: 15px;
    display: block;
    line-height: normal
}

.homepage_services .third_panel {
    width: 35%;
    float: left
}

.homepage_services .third_panel .top_box {
    width: 100%;
    max-width: 536px
}

.homepage_services .third_panel .top_box .left_panel {
    width: 50%;
    max-width: 268px;
    float: left;
    overflow: hidden;
    position: relative
}

.homepage_services .third_panel .top_box .left_panel .image {
    width: 100%;
    max-width: 268px;
    height: 287px;
    background: url(images/services_4.jpg) center bottom no-repeat;
    background-size: cover;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.homepage_services .third_panel .top_box .left_panel:hover .image {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')
}

.homepage_services .third_panel .top_box .left_panel .image .black_layer {
    background: #111;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .5s linear .15s;
    opacity: 0
}

.homepage_services .third_panel .top_box .left_panel .content {
    position: absolute;
    z-index: 100;
    color: #fff;
    bottom: 10px;
    padding: 20px;
    font-size: 30px;
    font-family: Roboto-Bold;
    line-height: 30px
}

.homepage_services .third_panel .top_box .left_panel .content span {
    font-family: robotolight;
    font-size: 13px;
    display: block;
    line-height: normal
}

.homepage_services .third_panel .top_box .right_panel {
    width: 50%;
    max-width: 268px;
    float: left;
    overflow: hidden;
    position: relative
}

.homepage_services .third_panel .top_box .right_panel .image {
    width: 100%;
    max-width: 268px;
    height: 287px;
    background: url(images/services_5.jpg) center bottom no-repeat;
    background-size: cover;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.homepage_services .third_panel .top_box .right_panel:hover .image {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')
}

.homepage_services .third_panel .top_box .right_panel .image .black_layer {
    background: #111;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .5s linear .15s;
    opacity: 0
}

.homepage_services .third_panel .top_box .right_panel .content {
    position: absolute;
    z-index: 100;
    color: #fff;
    bottom: 10px;
    padding: 20px;
    font-size: 28px;
    font-family: Roboto-Bold;
    line-height: 30px
}

.homepage_services .third_panel .top_box .right_panel .content span {
    font-family: robotolight;
    font-size: 13px;
    display: block;
    line-height: normal
}

.homepage_services .third_panel .bottom_box {
    width: 100%;
    max-width: 536px;
    overflow: hidden;
    position: relative
}

.homepage_services .third_panel .bottom_box .image {
    width: 100%;
    max-width: 536px;
    height: 287px;
    background: url(images/services_6.jpg) center center no-repeat;
    background-size: cover;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.homepage_services .third_panel .bottom_box:hover .image {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')";
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.1, M12=0, M21=0, M22=1.1, SizingMethod='auto expand')
}

.homepage_services .third_panel .bottom_box .image .black_layer {
    background: #111;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .5s linear .15s;
    opacity: 0
}

.homepage_services .third_panel .bottom_box .content {
    position: absolute;
    z-index: 100;
    color: #fff;
    bottom: 10px;
    padding: 20px;
    font-size: 28px;
    font-family: Roboto-Bold;
    line-height: 30px
}

.homepage_services .third_panel .bottom_box .content span {
    font-family: robotolight;
    font-size: 13px;
    display: block;
    line-height: normal
}

.inner_header {
    color: #fff;
    background: #0071af;
    padding: 50px;
    text-align: Center;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.inner_header h1 {
    line-height: 1;
    padding: 0;
    font-size: 76px;
    text-transform: uppercase;
    font-family: Roboto-Bold;
    max-width: 980px;
    margin: 0 auto 23px;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.inner_content,
.inner_header p {
    font-family: robotolight;
    font-size: 16px;
    line-height: 25px;
    transition: all 1s ease;
    margin: 0 auto
}

.inner_header p {
    max-width: 980px;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.inner_content {
    position: relative;
    padding: 50px;
    width: 100%;
    max-width: 905px;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    text-align: justify
}

.inner_content span {
    text-align: center;
    display: block;
    font-weight: 700;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.inner_content ul {
    margin: 0 auto
}

.inner_content .banner {
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 600px
}

.inner_header_portfolio ul {
    margin: 0 auto;
    padding: 0
}

.inner_header_portfolio {
    color: #fff;
    background: #0071af;
    padding: 10px;
    text-align: Center;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.inner_header_portfolio li {
    display: inline-block
}

.inner_header_portfolio li a {
    padding: 5px 30px;
    color: #fff;
    text-decoration: none;
    font-family: robotoregular;
    font-size: 14px;
    margin: 10px;
    display: inline-block
}

.inner_header_portfolio li a:hover {
    background: #fff;
    color: #0071af;
    border-radius: 5px
}

.link_space {
    width: 100%;
    display: table
}

.link_space .our_expertise,
.link_space .our_work_link {
    width: 50%;
    text-align: center;
    text-decoration: none;
    padding: 40px 0;
    color: #fff;
    float: left
}

.link_space .our_work_link {
    display: block;
    font-size: 50px;
    font-family: Roboto-Bold;
    background: #00a9d3;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.link_space .our_work_link span {
    display: block;
    font-size: 17px;
    font-family: robotolight;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.link_space .our_expertise {
    display: block;
    font-size: 50px;
    font-family: Roboto-Bold;
    background: #b44752;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.link_space .our_expertise span {
    display: block;
    font-size: 17px;
    font-family: robotolight;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.form {
    width: 100%;
    padding-top: 50px
}

.form h2,
.form p {
    padding: 0;
    margin: 0;
    text-align: center
}

.form h2 {
    font-size: 45px;
    color: #000;
    font-family: Roboto-Bold
}

.form .form_inner .contact_row input,
.form p,
textarea {
    font-size: 15px;
    font-family: robotolight
}

.form .form_inner {
    width: 760px;
    margin: 0 auto;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.form .form_inner .contact_row {
    position: relative;
    margin: 30px 0
}

.form .form_inner .contact_row:after {
    clear: both;
    content: '';
    display: table
}

.form .form_inner .contact_row .field {
    display: table
}

.form .form_inner .contact_row input,
textarea {
    padding: 15px 10px;
    color: #999;
    border: 1px solid #dcdcdc;
    background: #fff
}

.form .form_inner .contact_row input:first-child {
    float: left
}

.form .form_inner .contact_row input:last-child {
    float: right
}

.form .form_inner .contact_row input {
    width: 350px;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.form .form_inner .contact_row textarea {
    width: 97%;
    min-height: 150px;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.form .form_inner .contact_row .button {
    background: #0071af;
    color: #fff;
    width: 100%;
    padding: 10px;
    border: 0;
    font-size: 20px;
    font-family: robotolight
}

.portfolio_work {
    width: 100%;
    display: table
}

.portfolio_work .box {
    float: left;
    width: 25%;
    position: relative
}

.portfolio_work .box img {
    width: 100%
}

.portfolio_work .box .name {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    position: absolute;
    z-index: 1000;
    top: 0;
    width: 94%;
    height: 86%;
    padding: 10px;
    font-family: Roboto-Bold;
    font-size: 20px;
    display: none;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.clients,
.clients .box {
    transition: all 1s ease
}

.portfolio_work .box .name span {
    font-size: 13px;
    display: block;
    font-weight: 400;
    font-family: robotolight
}

.footer,
.portfolio_work .last {
    font-size: 14px;
    font-family: robotolight
}

.portfolio_work .box:hover .name {
    display: block
}

.portfolio_work .last {
    padding: 63px 20px 64px;
    width: 46.8%;
    border: 1px solid #bfbfbf
}

.footer {
    padding: 10px;
    text-align: center;
    display: block;
    border-top: solid 1px #bfbfbf
}

.portfolio_work .info {
    width: 600px;
    margin: 155px auto;
    text-align: Center;
    display: block;
    font-family: robotolight
}

.portfolio_work .info a {
    font-family: robotoregular
}

.clients {
    display: table;
    padding: 30px;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.clients .box {
    float: left;
    width: 280px;
    height: 200px;
    position: relative;
    margin: 15px;
    border: 1px dotted #bfbfbf;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.clients .box img {
    width: 100%;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease
}

.clients .box .outfrom_site {
    position: absolute;
    width: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    padding: 75px 0;
    right: 0;
    bottom: 0;
    display: none;
    font-family: robotolight;
    text-align: center
}

.clients .box .outfrom_site i {
    font-size: 30px
}

.clients .box:hover .outfrom_site {
    display: table
}
.career{display:table;}
.career .job-detail-box{border: dotted 1px #bfbfbf; display: table; padding: 20px; float: left; width: 44%; height: 178px; margin: 5px; color:#000; text-decoration:none; text-align:left;}
.career .job-detail-box .job-title{font-weight:700; text-decoration:underline; margin-bottom:5px;}
.career .job-detail-box .experience{padding:5px; padding-left:30px; position:relative;}
.career .job-detail-box .experience:before{content:'\f0b1'; font-family:FontAwesome; font-size:15px; position:absolute; left:7px; color:#737373;}
.career .job-detail-box .location{padding:5px; padding-left:30px; position:relative;}
.career .job-detail-box .location:before{content:'\f041'; font-family:FontAwesome; font-size:15px; position:absolute; left:10px; color:#737373;}
.job-title-apply{text-align:center; width:100%; margin-bottom:25px; font-weight:bold;}
.form-area{display:table; width:600px; margin:0 auto;}
.form-area .field {padding:5px; padding-left:150px; margin-bottom:10px;}
.form-area .field input{width:100%; padding:10px; border:solid #737373 1px}
.form-area .field textarea{width:100%; padding:10px; border:solid #737373 1px}
.form-area .field button{padding:10px 25px; border:solid #737373 1px; font-size:15px; background:#0071af; color:#fff; border:0px;}
.form-area .name{position:relative;}
.form-area .name:before{content:'Full Name'; position:absolute; left:5px; top:10px; font-size:14px;}
.form-area .email{position:relative;}
.form-area .email:before{content:'Email Address'; position:absolute; left:5px; top:10px; font-size:14px;}
.form-area .phone{position:relative;}
.form-area .phone:before{content:'Phone Number'; position:absolute; left:5px; top:10px; font-size:14px;}
.form-area .cover-letter{position:relative;}
.form-area .cover-letter:before{content:'Cover Letter'; position:absolute; left:5px; top:10px; font-size:14px;}
.form-area .file-upload{position:relative;}
.form-area .file-upload:before{content:'File Upload'; position:absolute; left:5px; top:10px; font-size:14px;}



@media screen and (min-width:1150px) and (max-width:1280px) {
    .clients {
        display: table;
        padding: 30px
    }
    .clients .box {
        float: left;
        width: 236px;
        height: auto;
        position: relative;
        margin: 15px;
        border: 1px dotted #bfbfbf
    }
    .clients .box img {
        width: 100%
    }
}

@media screen and (min-width:769px) and (max-width:1024px) {
    .homepage_services .first_panel .bottom_box .image,
    .homepage_services .first_panel .top_box .image {
        height: 264px
    }
    .homepage_services .first_panel .bottom_box .content,
    .homepage_services .first_panel .top_box .content {
        font-size: 22px;
        padding: 10px
    }
    .homepage_services .second_panel .image {
        height: 528px
    }
    .homepage_services .third_panel .bottom_box .image,
    .homepage_services .third_panel .top_box .left_panel .image,
    .homepage_services .third_panel .top_box .right_panel .image {
        height: 264px
    }
    .homepage_services .second_panel .content {
        font-size: 30px;
        padding: 20px
    }
    .homepage_services .third_panel .bottom_box .content,
    .homepage_services .third_panel .top_box .left_panel .content,
    .homepage_services .third_panel .top_box .right_panel .content {
        font-size: 22px;
        padding: 10px
    }
    .inner_header {
        color: #fff;
        background: #0071af;
        padding: 50px;
        text-align: Center
    }
    .inner_header h1 {
        line-height: 1;
        padding: 0;
        font-size: 50px;
        text-transform: uppercase;
        font-family: Roboto-Bold;
        max-width: 980px;
        margin: 0 auto 30px
    }
    .inner_content,
    .inner_header p {
        margin: 0 auto;
        line-height: 25px;
        font-family: robotoregular;
        font-size: 14px
    }
    .inner_header p {
        max-width: 980px
    }
    .inner_content {
        padding: 40px;
        width: auto;
        max-width: auto
    }
    .inner_content span {
        text-align: center;
        display: block;
        font-weight: 700
    }
    .inner_header_portfolio li a {
        padding: 5px 10px;
        color: #fff;
        text-decoration: none;
        font-family: robotoregular;
        font-size: 14px;
        margin: 10px;
        display: inline-block
    }
    .portfolio_work .box {
        float: left;
        width: 33.3333%;
        position: relative
    }
    .portfolio_work .last {
        padding: 13px 20px 14px;
        width: 27.6%;
        border: 1px solid #bfbfbf;
        font-family: robotolight;
        font-size: 14px
    }
    .link_space .our_expertise {
        width: 50%;
        display: block;
        float: left;
        text-align: center;
        font-size: 50px;
        font-family: Roboto-Bold;
        text-decoration: none;
        padding: 28px 0;
        background: #b44752;
        color: #fff;
        transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease
    }
    .link_space .our_expertise span {
        display: block;
        font-size: 17px;
        font-family: robotolight;
        transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease
    }
    .clients {
        display: table;
        padding: 30px
    }
    .clients .box {
        float: left;
        width: 280px;
        height: auto;
        position: relative;
        margin: 15px;
        border: 1px dotted #bfbfbf
    }
    .clients .box img {
        width: 100%
    }
    .portfolio_work .info {
        width: 600px;
        margin: 95px auto;
        text-align: Center;
        display: block;
        font-family: robotolight
    }
}

@media screen and (min-width:540px) and (max-width:768px) {
    .header .get_touch {
        display: none
    }
    .header .logo {
        width: 100px;
        height: 41px;
        left: 30px!important;
        right: inherit!important
    }
    #nav-toggle {
        margin: 34px 20px
    }
    .header .logo img {
        width: 100%;
        height: auto
    }
    .hamburger_menu {
        padding-top: 87px
    }
    .hamburger_menu ul {
        font-size: 20px
    }
    .hamburger_menu ul li a {
        padding: 10px 5px
    }
    .scroll {
        bottom: 20px
    }
    .hp_title_wrapper {
        height: 127px;
        margin-top: -75px
    }
    .homepage_services .first_panel .bottom_box .image,
    .homepage_services .first_panel .top_box .image {
        height: 197px
    }
    .hp_title {
        font-size: 45px;
        width: 500px
    }
    .hp_title .txt_1 {
        width: 192px
    }
    .hp_title .txt_2 {
        width: 288px
    }
    .hp_title_1 {
        font-size: 45px;
        width: 355px
    }
    .homepage_services .first_panel .bottom_box .content,
    .homepage_services .first_panel .top_box .content {
        font-size: 22px;
        padding: 10px
    }
    .hp_title_1 .txt_3 {
        width: 215px
    }
    .hp_title_1 .txt_4 {
        width: 120px
    }
    .homepage_services .first_panel {
        width: 35%
    }
    .homepage_services .second_panel {
        width: 65%
    }
    .homepage_services .second_panel .image {
        height: 394px
    }
    .homepage_services .third_panel .top_box .left_panel .image,
    .homepage_services .third_panel .top_box .right_panel .image {
        height: 197px
    }
    .homepage_services .second_panel .content {
        font-size: 30px;
        padding: 20px
    }
    .homepage_services .third_panel .bottom_box .content,
    .homepage_services .third_panel .top_box .left_panel .content,
    .homepage_services .third_panel .top_box .right_panel .content {
        font-size: 22px;
        padding: 10px
    }
    .homepage_services .third_panel {
        width: 100%
    }
    .homepage_services .third_panel .top_box {
        width: 70%;
        float: left
    }
    .homepage_services .third_panel .bottom_box {
        width: 30%;
        float: left
    }
    .homepage_services .third_panel .bottom_box .image {
        height: 197px;
        max-width: 232px
    }
    .homepage_services .header_space {
        height: 87px;
        width: 100%;
        display: none
    }
    .inner_header {
        color: #fff;
        background: #0071af;
        padding: 50px;
        text-align: Center
    }
    .inner_header h1 {
        line-height: 1;
        padding: 0;
        font-size: 35px;
        text-transform: uppercase;
        font-family: Roboto-Bold;
        max-width: 980px;
        margin: 0 auto 15px
    }
    .inner_content,
    .inner_header p {
        margin: 0 auto;
        font-family: robotoregular;
        font-size: 14px
    }
    .inner_header p {
        max-width: 980px;
        line-height: normal
    }
    .inner_content {
        padding: 40px;
        width: auto;
        max-width: auto;
        line-height: 25px
    }
    .inner_content span {
        text-align: center;
        display: block;
        font-weight: 700
    }
    .inner_header_portfolio li a {
        padding: 5px 10px;
        color: #fff;
        text-decoration: none;
        font-family: robotoregular;
        font-size: 14px;
        margin: 10px;
        display: inline-block
    }
    .portfolio_work .box {
        float: left;
        width: 50%;
        position: relative
    }
    .link_space .our_expertise,
    .link_space .our_work_link {
        float: none;
        text-align: center;
        text-decoration: none;
        padding: 40px 0;
        color: #fff
    }
    .link_space {
        width: 100%;
        display: table
    }
    .link_space .our_work_link {
        width: 100%;
        display: block;
        font-size: 50px;
        font-family: Roboto-Bold;
        background: #00a9d3;
        position: relative
    }
    .link_space .our_work_link span {
        display: block;
        font-size: 17px;
        font-family: robotolight
    }
    .link_space .our_expertise {
        width: 100%;
        display: block;
        font-size: 50px;
        font-family: Roboto-Bold;
        background: #b44752
    }
    .form .form_inner .contact_row .button,
    .link_space .our_expertise span,
    .portfolio_work .info,
    .portfolio_work .last {
        font-family: robotolight
    }
    .link_space .our_expertise span {
        display: block;
        font-size: 17px
    }
    .form p {
        padding: 0 10px
    }
    .form .form_inner {
        width: 480px;
        margin: 0 auto
    }
    .form .form_inner .contact_row {
        position: relative;
        margin: 0
    }
    .form .form_inner .contact_row:after {
        clear: both;
        content: '';
        display: table
    }
    .form .form_inner .contact_row input,
    textarea {
        padding: 15px 10px;
        color: #999;
        border: 1px solid #dcdcdc;
        background: #fff;
        font-size: 15px;
        font-family: robotolight;
        margin: 15px 0
    }
    .form .form_inner .contact_row input:first-child,
    .form .form_inner .contact_row input:last-child {
        float: left
    }
    .form .form_inner .contact_row input {
        width: 95%
    }
    .form .form_inner .contact_row textarea {
        width: 95%;
        min-height: 150px
    }
    .form .form_inner .contact_row .button {
        background: #0071af;
        color: #fff;
        width: 100%;
        padding: 10px;
        border: 0;
        font-size: 20px
    }
    .portfolio_work .last {
        padding: 13px 20px 14px;
        width: 92%;
        border: 1px solid #bfbfbf;
        font-size: 14px
    }
    .clients {
        display: table;
        padding: 30px
    }
    .clients .box {
        float: left;
        width: 190px;
        height: auto;
        position: relative;
        margin: 15px;
        border: 1px dotted #bfbfbf
    }
    .clients .box img {
        width: 100%
    }
    .portfolio_work .info {
        width: 400px;
        margin: 95px auto;
        text-align: Center;
        display: block
    }
}

@media screen and (min-width:360px) and (max-width:539px) {
    #homepage_bg {
        height: 595px
    }
    .header,
    .homepage_services .header_space {
        height: 70px
    }
    .header .get_touch {
        display: none
    }
    .header .logo {
        left: 20px!important;
        right: inherit!important;
        margin-top: 10px;
        width: 120px;
        height: 49px
    }
    .header .logo img {
        width: 100%;
        height: auto
    }
    #nav-toggle {
        margin: 28px 20px
    }
    .hamburger_menu ul {
        font-size: 20px
    }
    .hp_title_wrapper {
        height: 100%
    }
    .hp_title,
    .hp_title_1 {
        font-size: 30px;
        height: 40px
    }
    .hp_title {
        width: 330px
    }
    .hp_title .txt_1 {
        width: 128px;
        margin-right: 10px
    }
    .hp_title .txt_2 {
        width: 192px
    }
    .hp_title_1 {
        width: 245px
    }
    .homepage_services .first_panel .bottom_box .image,
    .homepage_services .first_panel .top_box .image {
        height: 187px
    }
    .hp_title_1 .txt_3 {
        width: 145px;
        margin-right: 10px
    }
    .hp_title_1 .txt_4 {
        width: 80px
    }
    .homepage_services .first_panel {
        width: 100%
    }
    .homepage_services .first_panel .bottom_box,
    .homepage_services .first_panel .top_box {
        width: 50%;
        float: left
    }
    .homepage_services .first_panel .top_box .content {
        font-size: 18px;
        padding: 5px
    }
    .homepage_services .first_panel .bottom_box .content {
        font-size: 18px;
        padding: 5px;
        line-height: normal
    }
    .homepage_services .second_panel {
        width: 100%
    }
    .homepage_services .second_panel .image {
        height: 300px
    }
    .homepage_services .third_panel .top_box .left_panel .image,
    .homepage_services .third_panel .top_box .right_panel .image {
        height: 187px
    }
    .homepage_services .second_panel .content {
        font-size: 18px;
        padding: 10px
    }
    .homepage_services .third_panel {
        width: 100%
    }
    .homepage_services .third_panel .top_box {
        width: 100%;
        float: left
    }
    .homepage_services .third_panel .top_box .left_panel .content {
        font-size: 18px;
        padding: 5px;
        line-height: normal
    }
    .homepage_services .third_panel .top_box .right_panel .content {
        font-size: 18px;
        padding: 5px
    }
    .homepage_services .third_panel .top_box .right_panel .content span {
        line-height: 15px
    }
    .homepage_services .third_panel .bottom_box {
        width: 100%;
        float: left
    }
    .homepage_services .third_panel .bottom_box .image {
        height: 300px
    }
    .homepage_services .third_panel .bottom_box .content {
        font-size: 22px;
        padding: 10px
    }
    .header_space {
        height: 70px;
        width: 100%
    }
    .inner_header {
        color: #fff;
        background: #0071af;
        padding: 30px 20px;
        text-align: Center
    }
    .inner_header h1 {
        line-height: 1;
        padding: 0;
        font-size: 25px;
        text-transform: uppercase;
        font-family: Roboto-Bold;
        max-width: 980px;
        margin: 0 auto 15px
    }
    .inner_content,
    .inner_header p {
        font-size: 13px;
        margin: 0 auto;
        font-family: robotoregular
    }
    .inner_header p {
        max-width: 980px;
        line-height: normal
    }
    .inner_content {
        padding: 20px;
        width: auto;
        max-width: auto;
        line-height: 18px;
        text-align: justify
    }
    .inner_content span {
        text-align: center;
        display: block;
        font-weight: 700
    }
    .inner_header_portfolio li a {
        padding: 5px 10px;
        color: #fff;
        text-decoration: none;
        font-family: robotoregular;
        font-size: 14px;
        margin: 10px
    }
    .portfolio_work .box {
        float: left;
        width: 100%;
        position: relative
    }
    .link_space .our_expertise,
    .link_space .our_work_link {
        width: 100%;
        float: none;
        text-align: center;
        text-decoration: none;
        padding: 20px 0;
        color: #fff
    }
    .link_space {
        width: 100%;
        display: table
    }
    .link_space .our_work_link {
        display: block;
        font-size: 40px;
        font-family: Roboto-Bold;
        background: #00a9d3;
        position: relative
    }
    .link_space .our_work_link span {
        display: block;
        font-size: 17px;
        font-family: robotolight
    }
    .link_space .our_expertise {
        display: block;
        font-size: 40px;
        font-family: Roboto-Bold;
        background: #b44752
    }
    .link_space .our_expertise span {
        display: block;
        font-size: 17px;
        font-family: robotolight
    }
    .form {
        padding-top: 30px
    }
    .form h2 {
        font-size: 40px
    }
    .form p {
        padding: 0 10px
    }
    .form .form_inner {
        width: 320px;
        margin: 0 auto
    }
    .form .form_inner .contact_row {
        position: relative;
        margin: 0
    }
    .form .form_inner .contact_row:after {
        clear: both;
        content: '';
        display: table
    }
    .form .form_inner .contact_row input,
    textarea {
        padding: 10px;
        color: #999;
        border: 1px solid #dcdcdc;
        background: #fff;
        font-size: 15px;
        font-family: robotolight;
        margin: 10px 0
    }
    .form .form_inner .contact_row input:first-child,
    .form .form_inner .contact_row input:last-child {
        float: left
    }
    .form .form_inner .contact_row input {
        width: 93%
    }
    .form .form_inner .contact_row textarea {
        width: 93%;
        min-height: 150px
    }
    .form .form_inner .contact_row .button {
        background: #0071af;
        color: #fff;
        width: 100%;
        padding: 10px;
        border: 0;
        font-size: 20px;
        font-family: robotolight
    }
    .portfolio_work .info,
    .portfolio_work .last {
        font-family: robotolight;
        font-size: 14px
    }
    .portfolio_work .last {
        padding: 13px 20px 14px;
        width: 88.4%;
        border: 1px solid #bfbfbf
    }
    .clients {
        display: table;
        padding: 10px
    }
    .clients .box {
        float: left;
        width: 150px;
        height: auto;
        position: relative;
        margin: 5px;
        border: 1px dotted #bfbfbf
    }
    .clients .box img {
        width: 100%
    }
    .portfolio_work .info {
        width: 320px;
        margin: 95px auto;
        text-align: Center;
        display: block;
        line-height: 25px
    }
	.career .job-detail-box{width: 93%; margin: 0px 0px 10px 0px; height: auto; padding: 10px;}
	.form-area{display:table; width:100%; margin:0 auto;}
	.form-area .field{padding-left: 5px; padding-top: 25px;}
	.form-area .field input { width: 300px; padding: 10px; border: solid #737373 1px;}
	.form-area .field textarea { width: 300px; padding: 10px; border: solid #737373 1px;}
	.form-area .name:before {content: 'Full Name'; position: absolute; left: 5px; top: 4px; font-size: 14px;}
	.form-area .email:before {content: 'Full Name'; position: absolute; left: 5px; top: 4px; font-size: 14px;}
	.form-area .phone:before {content: 'Full Name'; position: absolute; left: 5px; top: 4px; font-size: 14px;}
	.form-area .cover-letter:before {content: 'Full Name'; position: absolute; left: 5px; top: 4px; font-size: 14px;}
	.form-area .file-upload:before {content: 'Full Name'; position: absolute; left: 5px; top: 4px; font-size: 14px;}

}