/*@media screen and (min-width: 1025px) and (max-width: 1200px) {
}
*/
@media screen and (min-width: 769px) and (max-width: 1199px) {
header {
    padding-bottom: 0;
}
header .logo-wrapper .col-md-8 {
    width: 100%;
}
header .logo-wrapper .col-md-2 {
    width: 50%;
}
header .main-menu-wrapper .col-md-9 {
    width: 100%;
}
header .main-menu-wrapper .col-md-3 {
    width: 100%;
}
header .mobile-main-menu {
    display: block !important;
}
header a.logo {
    float: none;
    margin: 0 auto;
    width: 150px;
}
header a.logo img {
    display: block;
}
header .company-name {
    float: none;
    margin: 10px auto;
    font-size: 20px;
    text-align: center;
}
header .mobile-contact-us {
    border-right: 1px solid #ccc;
    padding-right: 0;
}
header .contact-us {
    border: 0 none;
    padding: 0 15px 0 0;
    margin: 0;
    float: right;
}
header .contact-us i {
    font-size: 22px;
    margin-top: 4px;
    background: url(../images/icon-telephone-10-mobile.png) 0 0 no-repeat;
    height: 18px;   
    width: 18px;
}
header .contact-us .description {
    margin-left: 19px;
    margin-top: 0;
}
header .email-us {
    border: 0 none;
    padding: 0;
    margin: 0;
}
header .email-us i {
    font-size: 16px;
    margin-top: 2px;
}
header .email-us .description {
    margin-left: 22px;
    margin-top: 0;
}
header .main-menu-wrapper {
    top: initial;
}
header.sticky .main-menu-wrapper {
    position: relative;
    top: initial;
    z-index: 1;
    transition: initial;
    padding-bottom: 0;
    box-shadow: initial;
}
header .main-menu {
    display: none;
}
header .languages {
    display: block;
    width: 100%;
    margin: 10px auto;
    text-align: center;
}
header .search-form {
    display: block;
    position: relative;
    top: 5px;
    width: 100%;
    z-index: 1;
}
header .search-form label {
    display: block;
    width: 100%;
}
header .search-field {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #555;
}
header .search-field::placeholder {
    color: #ccc;
}
header .search {
    border: 0 none;
    padding: 0;
    margin: 0;
    float: none;
    position: absolute;
    z-index: 3;
    top: 53px;
    right: 18px;
}

header .search-btn {
    border: 0 none;
    padding: 0;
    margin: 0;
    float: none;
    position: absolute;
    z-index: 3;
    top: 53px;
    right: 18px;
}

header .main-menu {
    background-color: #0067ac;
    position: absolute;
    top: 107px;
    width: 100%;
    left: 0;
    z-index: 3;
}
header.sticky .main-menu {
    /*position: fixed;
    top: 20px;
    left: 0;
    z-index: 2;
    overflow-y: scroll;*/
}
header .main-menu li {
    display: block;
    padding: 10px 15px;
}
header .main-menu li a {
    color: #fff;
    font-weight: normal;
}

header .main-menu {
    display: none;
}
header .mobile-main-menu {
    background-color: #0067ac;
    padding: 5px 15px;
    margin: 5px 0 0;
    top: -50px;
}
header.sticky .mobile-main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
    transition: 1s top cubic-bezier(.3,.73,.3,.74);
}
header .mobile-main-menu i {
    color: #fff;
    font-size: 28px;
}
header .main-menu a:hover {
    color: #fff;
    display: block;
    position: relative;
}
header .dropdown-menu {
    width: 100%;
}
header .main-menu .dropdown-menu li {
    padding: 0 0 0 10px;
}
header .main-menu .open >.dropdown-menu {
    display: block;
    position: relative;
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
}
header .dropdown-menu h4 {
    font-size: 15px;
    margin-bottom: 10px;
}
.home-who .item {
    min-height: 560px;
}
.home-news .latest .img-wrapper {
    width: 140px;
}
.home-news .latest .description {
    width: 300px;
}
.home-news .item p {
    display: none;
}
.home-clients h2 {
    font-size: 22px;
}
footer ul.social li {
    margin-left: 25px;
}

}


@media screen and (max-width: 768px) {
header {
	padding-bottom: 0;
}
header a.logo {
    float: none;
    margin: 0 auto;
    width: 150px;
}
header a.logo img {
    display: block;
}
header .company-name {
    float: none;
    margin: 10px auto;
    font-size: 14px;
    text-align: center;
}
header .mobile-contact-us {
    border-right: 1px solid #ccc;
    padding-right: 0;
}
header .contact-us {
    border: 0 none;
    padding: 0 15px 0 0;
    margin: 0;
    float: right;
}
header .contact-us i {
    font-size: 22px;
    margin-top: 4px;
    background: url(../images/icon-telephone-10-mobile.png) 0 0 no-repeat;
    height: 18px;   
    width: 18px;
}
header .contact-us .description {
    margin-left: 19px;
    margin-top: 0;
}
header .email-us {
    border: 0 none;
    padding: 0;
    margin: 0;
}
header .email-us i {
    font-size: 16px;
    margin-top: 2px;
}
header .email-us .description {
    margin-left: 22px;
    margin-top: 0;
}
header .main-menu-wrapper {
    top: initial;
}
header.sticky .main-menu-wrapper {
    position: relative;
    top: initial;
    z-index: 1;
    transition: initial;
    padding-bottom: 0;
    box-shadow: initial;
}
header .main-menu {
    display: none;
}
header .languages {
    display: block;
    width: 100%;
    margin: 10px auto;
    text-align: center;
}
header .search-form {
    display: block;
    position: relative;
    top: 5px;
    width: 100%;
    z-index: 1;
}
header .search-form label {
    display: block;
    width: 100%;
}
header .search-field {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #555;
}
header .search-field::placeholder {
    color: #ccc;
}
header .search {
    border: 0 none;
    padding: 0;
    margin: 0;
    float: none;
    position: absolute;
    z-index: 3;
    top: 53px;
    right: 18px;
}

header .search-btn {
    border: 0 none;
    padding: 0;
    margin: 0;
    float: none;
    position: absolute;
    z-index: 3;
    top: 53px;
    right: 18px;
}

header .main-menu {
    background-color: #0067ac;
    position: absolute;
    top: 36px;
    width: 100%;
    left: 0;
    z-index: 3;
}
header.sticky .main-menu {
    /*position: fixed;
    top: 20px;
    left: 0;
    z-index: 2;
    overflow-y: scroll;*/
}
header .main-menu li {
    display: block;
    padding: 10px 15px;
}
header .main-menu li a {
    color: #fff;
    font-weight: normal;
}

header .main-menu {
	display: none;
}
header .mobile-main-menu {
    background-color: #0067ac;
    padding: 5px 15px;
    margin: 5px 0 0;
    top: -50px;
}
header.sticky .mobile-main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 2;
    transition: 1s top cubic-bezier(.3,.73,.3,.74);
}
header .mobile-main-menu i {
    color: #fff;
    font-size: 28px;
}
header .main-menu a:hover {
    color: #fff;
    display: block;
    position: relative;
}
header .dropdown-menu {
    width: 100%;
}
header .main-menu .dropdown-menu li {
    padding: 0 0 0 10px;
}
header .main-menu .open >.dropdown-menu {
    display: block;
    position: relative;
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
}
header .dropdown-menu h4 {
    font-size: 15px;
    margin-bottom: 10px;
}
.home-banner {
    margin-bottom: 0;
}
#home-banner .owl-theme .owl-nav {
    top: 45%;
}
#home-banner .owl-prev {
    left: 0;
    top: -20px;
}
#home-banner .owl-next {
    right: 0;
    top: -20px;
}
#home-banner .owl-nav i {
    font-size: 50px;
}
#home-banner .owl-nav .owl-prev i:before {
    width: 35px;
    height: 35px;
}
#home-banner .owl-nav .owl-next i:before {
    width: 35px;
    height: 35px;
}
.home-banner .youtube-wrapper {
    top: 25%;
    right: 13%;
}
.home-banner .home-banner-video {
    margin-top: 20px;
    max-width: 100%;
    height: 200px;  
    background-size: contain !important;   
}
.mbYTP_wrapper iframe {
    max-height: 256px;
}
.home-who h2 {
    font-size: 22px;
}
.home-who {
    margin-bottom: 30px;
}
.home-who ul.owl-carousel {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.home-who .description {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    text-align: justify;
    font-size: 14px;
}
.home-who .item {
    border: 0 none;
}
.home-who .item-wrapper {
    border: 0 none;
}
.home-who .item-wrapper h3 {
    padding: 0;
    margin: 10px 0;
}
.home-who .item-wrapper p {
    padding: 0;
    margin-bottom: 5px;
    font-size: 14px;
}
.home-who .item-wrapper .read-more {
    padding: 0;
}
.home-who .bx-wrapper {
    margin: 0 auto;
}
.home-who .bx-wrapper .bx-viewport {
    border: 0 none;
    box-shadow: none;
    left: 0;
    background: transparent;
    width: 92% !important;
    margin: 0 auto;
}
.home-numbers {
    height: 220px;
}
.home-numbers h3 {
    font-size: 14px;
    font-weight: normal;
}
.home-numbers .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
}
.home-numbers .item img {
    width: 50px;
}
.home-numbers .item h4 {
    font-size: 18px;
}
.home-numbers .item h5 {
    font-size: 10px;
}
.home-projects h2 {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 22px;
}
.home-projects ul {
    margin-bottom: 20px;
}
.home-projects .cats li {
    margin: 0 3px;
}
.home-projects .cats li a {
    font-size: 14px;
}
#projects-list .bx-wrapper .bx-prev {
	left: 5%;
}
#projects-list .bx-wrapper .bx-next {
	right: 5%;
}
#projects-list {    
    margin-bottom: 0;
}
#projects-list .owl-theme .owl-nav {
    top: -175px;
}
#projects-list .owl-nav i {
    font-size: 50px;
}
.project-detail .bxslider li iframe {
    width: 100% !important;
    height: auto !important;
}
/*.project-detail #bx-pager li img{
    max-width: 80px;
    height: auto;
}*/
/*.project-detail #bx-pager li a img.thumb-icon {
    width: 27px;
}*/
.home-news {
	margin: 10px 0 30px 0;
}
.home-news h2 {
    font-size: 22px;
}
.home-news h2:after {
    border-bottom: 0 none;
}
.home-news .item p {
    font-size: 14px;
}
.home-news .featured {
    margin-bottom: 20px;
    margin-top: 40px;
}
.home-news .latest h4 {
    font-size: 14px;
}
.home-news .latest .img-wrapper {
    width: 35%;
}
.home-news .latest .description {
    width: 60%;
    margin-left: 5px;
}
.home-news .latest .description p {
    display: none;
}
.home-news .container .row {
	position: relative;
}
.home-news .view-all-mobile {
    width: 90px;
    height: initial;
    padding: 2px 10px;
    font-size: 14px;
    position: absolute;
    top: 22px;
    right: 15px;
}
.home-clients {
	margin-bottom: 30px;
}
.home-clients h2 {
	font-size: 22px;
    padding: 0;
}
.home-clients ul.owl-carousel .owl-stage-outer {
    width: 85%;
    margin: 0 auto;
}
.home-clients .owl-prev {
    left: -15px;
}
.home-clients .owl-next {
    right: -15px;
}
.home-office {
    margin-bottom: 10px;
    background-color: #fff;
}
.home-office h2 {
    margin: 20px 0;
    font-size: 22px;
}
.home-office img {
    max-width: 100%;
    margin: 0 auto;
}
.home-office .description {
    position: relative;
    top: initial;
}
.home-office p {
    max-width: 100%;
    font-size: 14px;
}
.home-office .container .row {
	position: relative;
}
.home-office .view-all-mobile {
    width: 90px;
    height: initial;
    padding: 2px 10px;
    font-size: 14px;
    position: absolute;
    top: 0px;
    right: 15px;
    margin-top: 0;
}
.products-services table td {
    width: 100% !important;
    display: block;
}
.products-services table td img{
    display: block;
    max-width: 100%;
}
.aboutus-parent table img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.careers td {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.careers td img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
footer {
    padding-top: 20px;
}
footer .address img {    
}
footer .address p {
    margin-top: 10px;
}
footer .dnv a, footer .leed a {
    display: block;
    font-size: 11px;
}
footer .dnv {
    width: 100%;
    float: left;
    margin-bottom: 0;
    margin-top: 0;
    padding: 10px 0;
}
footer .dnv img {
    width: 60px;
}
footer .dnv span {
    margin-left: 0px;
    font-size: 11px;
    line-height: 1.5em;
}
footer .leed {
   margin-left: 46%;
   padding: 10px 0;
}
footer .leed img {
    width: 68px;
}
footer .leed span {
    margin-left: 62px;
    padding-top: 0;
    font-size: 11px;
    line-height: 1.5em;
}
footer .line {
    margin: 10px 0;
}
footer .copy {
    font-size: 14px;
    text-align: center;
}
footer ul.social {
    display: block;
    width: 100%;
    text-align: center;
}
footer ul.social li {
    margin: 0 10px;
}

footer.survey {
    min-height: auto;
    padding: 10px; 0;
}


.contactus-office .left {
    width: 100%;
}
.contactus-office .right {
    width: 100%;
}
.contactus-form .last {
    width: 100%;
}
.contactus-form input[type="submit"] {
    float: none;
}
.contactus-form span.wpcf7-not-valid-tip {
    font-size: 12px;
}
.aboutus-parent .nav-tabs {
    width: 100%;
}
.aboutus-parent .nav-tabs > .active > a, .aboutus-parent .nav-tabs > .active > a:focus, .aboutus-parent .nav-tabs > .active > a:hover {
    border-left: 1px solid #0067ac;
}
.aboutus-parent .nav-tabs > li > a {
    border-left: 1px solid #0067ac;
}
.aboutus-parent h1 {
    font-size: 28px;
}
.aboutus-parent .clients-partners li {
    width: 45%;
}
.news-item {
    width: 100%;
    padding: 0 !important;
}
.news-item h2 {
    height: auto;
}
.news-pager ul.page-numbers li {
    margin: 0;
}
.other-news ul li {
    width: 100%;
}
.project-detail .other-projects .owl-nav {
    top: 90px;
}

.news-detail .content iframe {
    max-width: 100% !important;
}

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


}

@media screen and (max-width: 768px) {
   div#player > .ytp-chrome-top.ytp-show-cards-title {
    opacity: 0 !important;
}

}


@media screen and (max-width: 667px) {
/*    #projects-list .item {
        height: 350px;
    }
*/
    .home-banner .youtube-wrapper {
        top: 0;
        right: 0;
    }
}
@media screen and (max-width: 375px) {
/*    #projects-list .item {
        height: 230px;
    }
*/
}
