/*==========================================================================
========================Adjust the body and global styles===================
==========================================================================*/
body {
    font-family: 'Open Sans', sans-serif;
}

/* .full-width-container,
.single-full-width-blog-article,
.2cols-blog-article {
    width: 100%;
    position: relative;
} */

main[role="main"]>article {
    width: 100%;
}

main[role="main"],
aside[role="complementary"] {
    margin-top: 35px;
    margin-bottom: 35px;
}

main[role="main"].contact-full-content {
    margin-top: 0;
    margin-bottom: 0;
}

main[role="main"] article {
    float: left;
    margin-bottom: 65px;
}

main[role="main"] article.portfolio-article,
main[role="main"] article.team-item-wrap {
    margin-bottom: 30px;
}

main[role="main"] article.fof-full-article {
    float: none;
}

main[role="main"].contact-full-content article {
    margin-bottom: 0;
}

main[role="main"] article.single-full-width-blog-article {
    margin-bottom: 0;
}

/*==========================================================================
========================Some multipurpose colors bellow=====================
==========================================================================*/

/*===========================
bottom footer 3 widgets wrap=
===========================*/
.footer-widgets-container {
    background: #fdfdfd;
    border-top: 1px solid #f8f7f7;
    border-bottom: 1px solid #f8f7f7;
}

.footer-widgets-container.border {
    border-top: 1px solid #dedede;
    border-bottom: none;
    background: none;
}

.footer.fixed-p {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    z-index: 9999999;
}

@media (max-height:600px) {
    .footer.fixed-p {
        position: relative;
    }
}

.footer.fixed-c {
    position: relative;
    background: #ffffff;
    z-index: 9999999;
}

@media only screen and (min-height:925px) and (min-width:980px) {
    .footer.fixed-c {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}

/*===========================
===single page header wrap===
===========================*/
.single-page-header-container {
    background: #ecf0f1;
}

/*==========================================================================
================Adjust the top header aka logo + top menu===================
==========================================================================*/

/*===========================
============The logo=========
===========================*/
.logo-wrap {
    float: left;
    display: table;
    height: 118px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.logo-wrap a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}

.logo-wrap a span {
    font-size: 14px;
    margin-left: 10px;
    font-weight: 300;
    color: #7F8C8D;
}


.phone-social-align {
    position: absolute;
    right: 0;
    top: 0;
}

/*===========================
============PHONE=========
===========================*/
a.phone {
    float: right;
    top: 5px;
    position: relative;
    background: url("../image/phone_icon.png") no-repeat 13px center;
    line-height: 27px;
    font-size: 14px;
    color: #9ca6af;
    border-bottom: 1px solid #d5e1ec;
    padding-left: 40px;
}

a.phone:hover {
    text-decoration: none;
    color: #1b709b;
}

/*===========================
============SOCIAL=========
===========================*/
.social-btns {
    position: relative;
    float: right;
    top: 9px;
    margin-left: 30px;
    display: inline-block;
}

.social-btns a {
    width: 18px;
    height: 18px;
    float: left;
    margin-left: 7px;
    transition: linear 0.2s;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    -o-transition: linear 0.2;
}

.social-btns a.fb {
    background: url("../image/social.png") no-repeat 0 -18px;
}

.social-btns a.fb:hover {
    background: url("../image/social.png") no-repeat 0 0;
}

.social-btns a.tt {
    background: url("../image/social.png") no-repeat -18px -18px;
}

.social-btns a.tt:hover {
    background: url("../image/social.png") no-repeat -18px 0;
}

.social-btns a.in {
    background: url("../image/social.png") no-repeat -36px -18px;
}

.social-btns a.in:hover {
    background: url("../image/social.png") no-repeat -36px 0;
}

/*===========================
============The menu=========
===========================*/
.fullwidth-container.header {
    box-shadow: 0 0 3px rgba(224, 224, 224, 1);
    z-index: 9999;
    background: #fff;
    position: relative;
}

@media (max-width:900px) {
    .fullwidth-container.header {
        padding-bottom: 20px;
    }
}

.main-nav {
    /* float: right; */
    top: 8px;
}

/* .main-nav ul {
    margin: 0;
    padding: 0;
} */

/* .main-nav ul li {
    position: relative;
    list-style: none;
    float: left;
    font-size: 14px;
    border-top: 1px solid #fff;
    margin-left: 22px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
} */
/* .main-nav ul li a {
    width: 100px;
    display: block;
    background: transparent !important;
    border-top: 1px solid transparent;
    color: #9ca6af;
    text-align: center;
    line-height: 23px;
    text-transform: uppercase;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
} */

.main-nav ul li a:hover {
    text-decoration: none;
    color: #1b709b;
}

.main-nav ul li a:focus {
    outline: none;
}

/* .main-nav li ul li a {
    text-align: left;
    text-indent: 10px;
} */

/*the top level styling first*/
.main-nav li>ul {
    display: none;
}

.main-nav li.active a {
    border-top: 1px solid #1b709b;
    color: #1b709b;
}

.main-nav li:hover>a,
.main-nav li.active>a {
    color: #1b709b;
}

.main-nav li:hover>ul {
    display: block;
    position: absolute;
    background: #fff;
    top: 30px;
    z-index: 500;
}

.main-nav li>ul li a {
    width: 230px;
    height: 50px;
    line-height: 50px;
    color: #088ac8;
    border-bottom: 1px solid #d3d6d8;
}

.main-nav li>ul li,
.main-nav li>ul li:hover {
    border-bottom: none;
}

/*the second level styling first*/
.main-nav ul li ul li:hover>ul {
    left: 200px;
    top: 0;
}

/*the third level styling first*/
.main-nav ul li ul li ul li:hover>ul {
    left: 200px;
    top: 0;
}

/*===========================
============The bottom menu=========
===========================*/
/* .menu-toggle {}

.bottom-nav {} */

/*the hook for nav menus: .bottom-nav is the wrapper and has structure like this .main nav -> ul -> li -> a; */

.bottom-nav {
    float: left;
    padding: 10px 0 10px 0;
}

.bottom-nav ul {
    margin: 0;
    /*this overwrites bootstrap 815 line*/
    padding: 0;
}

.bottom-nav ul li {
    position: relative;
    list-style: none;
    /*this overwrites default list style*/
    float: left;
    font-size: 14px;
    margin-right: 22px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.bottom-nav ul li a {
    background: transparent !important;
    color: #9ca6af;
    line-height: 30px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
}

.bottom-nav ul li a:hover,
.bottom-nav ul li.active a {
    text-decoration: none;
    color: #1b709b;
}

@media only screen and (max-width: 768px) {
    .bottom-nav ul li {
        font-size: 13px;
        margin-right: 10px;
    }
}

/*===========================
============ SLIDER =========
===========================*/
.overlay-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(27, 112, 155, 0.76);
    z-index: 1;
}

/************************* Bodybuilding Supplements ************************/
.slider-control {
    float: left;
    height: 24px;
    width: 14px;
}

.slider-control:focus {
    outline: none;
}

.slider-control.prev {
    background: url("../image/prev.png") no-repeat;
}

.slider-control.next {
    background: url("../image/next.png") no-repeat;
}

.container .title {
    font-size: 24px;
    color: 636466;
    text-transform: uppercase;
    float: left;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    margin-left: 30px;
    margin-right: 30px;
}

/* .container.latest-news {
    padding-bottom: 60px;
    padding-top: 80px;
} */

.container.latest-news.desktop {
    padding-bottom: 166px;
}

@media (min-width:1200px) {
    .container.latest-news.mobile {
        display: none;
    }
}

@media (max-width:1200px) {
    .container.latest-news.desktop {
        display: none;
    }
}

@media (max-width:480px) {
    .container.latest-news {
        padding-bottom: 30px;
        padding-top: 20px;
    }
}

.row-1 {
    display: block;
}

.row-2 {
    display: block;
    margin-top: 40px;
}

.news {
    float: left;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

.news img {
    width: 282px;
    height: 282px;
}

.news .description {
    width: 282px;
    height: 282px;
    color: #ffffff;
    float: left;
    text-align: center;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

.news .description .title {
    font-weight: bold;
    font-size: 20px;
    margin-top: 100px;
    position: relative;
    width: 100%;
    display: block;
    margin-left: 0;
    text-align: center;
    clear: both;
    color: #fff;
}

.news .description .author {
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
    display: block;
    clear: both;
    width: 100%;
}

.news .description .line {
    width: 50px;
    height: 1px;
    background: #fff;
    margin: 20px auto 0 auto;
    display: block;
}

.news .description .date {
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    line-height: 30px;
    display: block;
    width: 100%;
}

.description.blue,
a.overlay-text-content.blue,
a.overlay-text-content.blue:hover {
    background: #1b709b;
}

.description.yellow,
a.overlay-text-content.yellow,
a.overlay-text-content.yellow:hover {
    background: #f7c80c;
}

a.overlay-text-content {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    display: none;
    text-decoration: none;
}

a.overlay-text-content {
    text-align: center;
    color: #fff;
    cursor: crosshair;
}

.overlay-text-content .title {
    font-weight: bold;
    font-size: 20px;
    display: block;
    float: none;
    margin-top: 50px;
}

.overlay-text-content .author {
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    display: block;
}

.overlay-text-content p {
    display: block;
    position: relative;
    color: #fff;
    text-align: center;
    width: 90%;
    line-height: 20px;
    font-weight: 300;
    margin: 15px auto;
    height: 110px;
}

.overlay-text-content p a {
    color: #fff;
    font-size: 20px;
}

.overlay-text-content .line {
    width: 50px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 20px auto 0 auto;
}

.overlay-text-content .date {
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    display: block;
    width: 100%;
    float: none;
}


/*===========================
=====NEWS Page====
===========================*/
.news-content {
    max-width: 1128px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 50px;
}

@media (max-width:980px) {
    .news-content {
        margin-bottom: 100px;
    }
}

a.news-item {
    display: table;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    cursor: crosshair;
}

a.news-item img {
    width: 100%;
    height: 100%;
}

a.news-item .img-news {
    position: relative;
}

a.news-item.right .img-news {
    float: left;
    width: 50%;
    /* height: 282px; */
    height: 299px;
}

a.news-item.left .img-news {
    float: right;
    width: 50%;
    height: 298px;
}

a.news-item .description {
    color: #ffffff;
    width: 50%;
    height: 298px;
    display: inline-table;
    text-align: center;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

a.news-item .description .title {
    font-weight: bold;
    font-size: 20px;
    margin-top: 35px;
    display: block;
}

a.news-item .description .author {
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    display: block;
}

a.news-item .description p {
    display: block;
    position: relative;
    color: #fff;
    text-align: center;
    width: 90%;
    line-height: 15px;
    font-weight: 300;
    margin: 15px auto;
    height: 110px;
    font-size: 13px;
}

a.news-item .description .line {
    width: 50px;
    height: 1px;
    background: #fff;
    margin: 20px auto 0 auto;
    display: block;
}

a.news-item .description .date {
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    line-height: 30px;
    display: block;
}

.blue .description,
.blue .overlay-text-content,
.blue.overlay-text-content:hover {
    background: #1b709b;
}

.yellow .description,
.yellow .overlay-text-content,
.yellow .overlay-text-content:hover {
    background: #f7c80c;
}

@media only screen and (min-width:900px) {
    .overlay {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        z-index: 2;
        display: none;
    }

    a.news-item.blue .overlay,
    a.news-item.blue .overlay:hover {
        background: url("../image/more-icon-white-large.png") no-repeat center rgba(27, 112, 155, .76);
    }

    a.news-item.yellow .overlay,
    a.news-item.yellow .overlay:hover {
        background: url("../image/more-icon-white-large.png") no-repeat center rgba(247, 200, 12, .76);
    }
}

@media (max-width:1128px) {
    .news-content {
        width: 80%;
        max-width: 800px;
    }

    a.news-item {
        display: table;
        font-family: 'Open Sans', sans-serif;
        position: relative;
        cursor: pointer;
        margin-bottom: 15px;
    }

    a.news-item.right .img-news {
        float: none;
        width: 100%;
        height: auto;
    }

    a.news-item.left .img-news {
        float: none;
        width: 100%;
        height: auto;
    }

    a.news-item .description {
        color: #ffffff;
        width: 100%;
        min-height: 282px;
        display: inline-table;
        text-align: center;
        position: relative;
        font-family: 'Open Sans', sans-serif;
    }

    a.news-item .description p {
        height: auto;
    }
}

@media (max-width:800px) {
    .overlay {
        width: 0;
        height: 0;
        left: 0;
        top: 0;
        position: absolute;
        z-index: 2;
        display: none;
    }

    .blue.overlay,
    .blue.overlay:hover {
        background: none;
    }

    .yellow.overlay,
    .yellow.overlay:hover {
        background: none;
    }
}

@media (max-width:480px) {
    .news-content {
        width: 98%;
    }
}

/*===========================
=====ARTICLES====
===========================*/
.articles {
    top: 0;
    position: absolute;
}

.article {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #fff;
}

.article img {
    width: 100%;
}

.article .content {
    display: block;
    color: #fff;
    text-align: center;
}

.article.blue {
    background: rgba(27, 112, 155, .95);
}

.article.yellow {
    background: rgba(247, 200, 12, .95);
}

.article .content .title {
    font-weight: bold;
    font-size: 20px;
    padding-top: 60px;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.article .content .author {
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    display: block;
    text-align: center;
}

.article .content p {
    display: block;
    color: #fff;
    text-align: left;
    width: 90%;
    line-height: 23px;
    font-weight: 300;
    margin: 30px auto;
}

@media (max-height:600px) {
    .article .content p {
        font-size: 10px;
        line-height: 12px;
    }
}

.article .content .line {
    width: 50px;
    height: 1px;
    background: #fff;
    right: 20px;
    position: absolute;
}

.article .content .date {
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    line-height: 30px;
    text-align: right;
    margin-right: 40px;
    position: relative;
}

.article .content .close-fix {
    display: block;
    height: 40px;
    position: relative;
}

.article .content a.close-btn {
    background: url(img/icons/close-btn.png) no-repeat;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 19px;
    right: 19px;
}

@media (max-width:800px) {
    .article .content p {
        width: 98%;
        line-height: 17px;
    }
}

/*===========================
=====ABOUT====
===========================*/
.about-photo img {
    /* background: url("../image/about.jpg") no-repeat; */
    background-size: cover;
    height: 440px;
    width: 50%;
    display: inline-block;
    float: left;
}

.about-text {
    width: 50%;
    height: 440px;
    display: inline-block;
    background: #1b709b;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.about-text h2 {
    font-size: 24px;
    font-weight: 400;
    color: #cbd0d6;
    padding-left: 47px;
    margin-top: 75px;
    z-index: 2;
    position: relative;
}

.about-text p {
    padding-left: 47px;
    padding-right: 47px;
    padding-top: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 31px;
    z-index: 2;
    position: relative;
}

@media (max-width:1200px) {
    .about-text h2 {
        margin-top: 10px;
    }

    .about-text p {
        padding-left: 20px;
        padding-right: 20px;
        line-height: 25px;
    }
}

@media (max-width:768px) {
    .about-photo {
        display: none;
    }

    .about-text h2 {
        padding-left: 20px;
    }

    .about-text {
        width: 100%;
        position: relative;
        margin: 0 auto;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        background: url(img/about/about.jpg) no-repeat left top;
        background-size: cover;
    }

    .overlay-about-photo {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background: rgba(27, 112, 155, .8);
    }
}


/*===========================
=====OUR SOLUTION====
===========================*/
.our-solution-text {
    background: #1b709b;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
}

.our-solution-text h2 {
    display: block;
    max-width: 1128px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    color: #cbd0d6;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
}

.our-solution-text.sub h2 {
    text-transform: none;
    text-align: left;
}

.our-solution-text p {
    display: block;
    max-width: 1128px;
    width: 90%;
    margin: 20px auto;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    line-height: 25px;
}

.our-solution-text.sub p {
    font-size: 18px;
    text-align: left;
}

.our-solution-text.sub a {
    color: #f7c80c;
}

@media (max-width:1200px) {
    .our-solution-text.sub h2 {
        padding-left: 20px;
    }

    .our-solution-text.sub p {
        padding-left: 20px;
        padding-right: 10px;
    }
}

@media (max-width:900px) {
    .container-solution {
        width: 90%;
        margin: 0 auto;
    }

    .solution-list {
        width: 100%;
        margin: 0 auto 0 auto;
        text-align: center;
    }

    a.placeholder.first {
        display: none;
    }
}

@media (min-width:900px) {
    .solution-list {
        max-width: 999px;
        margin: 63px auto 0 auto;
        text-align: justify;
        display: block;
    }
}

a.solution-item {
    width: 320px;
    min-height: 365px;
    display: inline-table;
    border: 1px solid transparent;
    text-decoration: none;
}

a.solution-item:focus,
a.solution-item:active {
    outline: none;
    text-decoration: none;
}

a.solution-item.placeholder {
    border: none;
    min-height: 0;
}

a.solution-item.placeholder:hover {
    border: none;
}

a.solution-item:hover {
    text-decoration: none;
    border: 1px solid #eee;
}

a.solution-item h2 {
    color: #232426;
    font-size: 17px;
    display: block;
    font-weight: 400;
    text-align: center;
    margin: 0;
    margin-top: 30px;
    line-height: 25px;
}

a.solution-item span.line {
    width: 128px;
    height: 1px;
    background: #505255;
    display: block;
    margin: 5px auto;
}

a.solution-item p {
    text-align: center;
    width: 235px;
    margin: 25px auto;
    color: #9ca6af;
    font-size: 15px;
    font-weight: 300;
}

a.solution-item.comprehensive {
    background: url("../solutions_image/solution-1.png") no-repeat center 37px;
}

a.solution-item.helpdesk {
    background: url("../solutions_image/solution-2.png") no-repeat center 41px;
}

a.solution-item.architecture {
    background: url("../solutions_image/solution-3.png") no-repeat center 39px;
}

a.solution-item.telecom {
    background: url("../solutions_image/solution-4.png") no-repeat center 37px;
}

a.solution-item.data {
    background: url("../solutions_image/solution-5.png") no-repeat center 39px;
}

a.solution-item.exchange {
    background: url("../solutions_image/solution-6.png") no-repeat center 37px;
}

a.solution-item.web_development {
    background: url("../solutions_image/solution-7.png") no-repeat center 37px;
}

a.solution-item.mobile_development {
    background: url("../solutions_image/solution-8.png") no-repeat center 37px;
}

a.solution-item.transitioning_to_the_cloud {
    background: url("../solutions_image/solution-9.png") no-repeat center 37px;
}

a.solution-item.virtualization {
    background: url(img/solution/solution-10.png) no-repeat center 30px;
}

.container.solution {
    max-width: 1128px;
    width: 90%;
    position: relative;
    padding-top: 66px;
}

.container.solution .player-video {
    display: inline-block;
    width: 47%;
    height: 300px;
    float: left;
}

.container.solution .text {
    display: inline-block;
    width: 50%;
    float: right;
}

.container.solution .text.exchange {
    display: block;
    width: 100%;
    text-align: center;
    float: none;
    padding-bottom: 40px;
}

.container.solution .text p {
    color: #9ca6af;
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;
    margin-top: 30px;
}

@media (max-width:1200px) {
    .container.solution .player-video {
        display: block;
        width: auto;
        float: none;
        text-align: center;
    }

    .container.solution .text {
        display: block;
        width: auto;
        margin-top: 50px;
        float: none;
    }
}

@media (max-width:766px) {
    .container.solution .player-video {
        max-width: 300px;
        margin: 0 auto;
        height: 164px;
    }
}

a.btn-back {
    width: 29px;
    height: 29px;
    background: url("../solutions_image/more-icon-grey-back.png") no-repeat;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

/*===========================
=====CONTACT US page====
===========================*/
.contact-us-content {
    max-width: 1128px;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    padding-top: 40px;
    padding-bottom: 50px;
}

.contact-us-content h2 {
    color: #636466;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    font-weight: 400;
}

.contact-us-content .email {
    display: block;
}

.contact-us-content a.tel {
    text-decoration: none;
    color: #9ca6af;
    font-size: 14px;
    line-height: 35px;
}

.contact-us-content a.tel:hover {
    text-decoration: underline;
}

.contact-us-content .instruction {
    display: block;
    color: #a9b1b9;
    font-size: 17px;
    font-style: italic;
    margin-top: 100px;
    font-weight: 300;
    padding-bottom: 45px;
    background: url("../image/more-icon-grey.png") bottom no-repeat;
}

/*===========================
=====adjust the footer====
===========================*/
.copyright {
    font-size: 13px;
    color: #636466;
    font-weight: 300;
    line-height: 50px;
    float: right;
}

.copyright a {
    color: #f7c80c;
}

.copyright a:hover {
    color: #1b709b;
    text-decoration: none;
}

@media (max-width: 980px) {
    .copyright {
        display: block;
        float: none;
        clear: both;
        text-align: center;
    }
}

@media only screen and (min-width: 980px) {
    .contact-bottom-form {
        width: 650px;
        margin-left: auto;
        margin-right: auto;
        font-family: 'Open Sans', sans-serif;
        text-align: left;
        margin-top: 40px;
    }

    form .group {
        position: relative;
        float: left;
    }

    form .group.email {
        display: inline-block;
        position: relative;
        margin-left: 9px;
    }

    form .group.company {
        float: right;
    }

    form .group.comment {
        margin-top: 25px;
    }

    form .group.send-btn {
        float: right;
        margin-top: 34px;
    }

    form .group .type {
        display: block;
        font-size: 14px;
        color: #b0b7bf;
        font-weight: 300;
        line-height: 25px;
    }

    form .group .type span {
        color: #f7c80c;
    }

    form input {
        width: 207px;
        font-size: 13px;
        font-weight: 300;
        height: 30px;
        text-indent: 10px;
        border: 1px solid #c2cfdb;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        background: none;
        color: #5e666a;
    }

    form input:focus {
        background: #eeeeee;
        outline: none;
    }

    form input.send-btn {
        width: 135px;
        font-size: 14px;
        color: #fff;
        background: #1b709b;
        height: 39px;
        text-indent: 0;
        font-weight: 300;
        position: relative;
        margin-bottom: 20px;
    }

    form input.send-btn:active {
        top: 2px;
    }

    form textarea {
        display: block;
        min-width: 730px;
        /* max-width: 729px !important; */
        width: 100% !important;
        font-family: 'Open Sans', sans-serif;
        text-indent: 10px;
        line-height: 20px;
        font-size: 13px;
        background: none;
        color: #5e666a;
        /* border: 1px solid #c2cfdb; */
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        width: 100%;
        height: 100%;
        max-height: 150px;

    }

    form textarea:focus {
        background: #eeeeee;
        outline: none;
    }
}

@media only screen and (max-width: 980px) {
    .contact-bottom-form {
        width: 90%;
        font-family: 'Open Sans', sans-serif;
        margin-top: 40px;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

    form .group {
        position: relative;
        display: block;
        margin-bottom: 20px;
    }

    form .group.send-btn {
        float: right;
    }

    form .group .type {
        display: block;
        font-size: 14px;
        color: #b0b7bf;
        font-weight: 300;
        line-height: 25px;
    }

    form .group .type span {
        color: #f7c80c;
    }

    form input {
        width: 100%;
        font-size: 13px;
        font-weight: 300;
        height: 30px;
        text-indent: 10px;
        border: 1px solid #c2cfdb;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        background: none;
        color: #5e666a;
    }

    form input:focus {
        background: #eeeeee;
        outline: none;
    }

    form input.send-btn {
        width: 135px;
        font-size: 14px;
        color: #fff;
        background: #1b709b;
        height: 39px;
        text-indent: 0;
        font-weight: 300;
        position: relative;
    }

    form input.send-btn:active {
        top: 2px;
    }

    form textarea {
        display: block;
        min-width: 100%;
        max-width: 100%;
        width: 100%;
        min-height: 140px;
        font-family: 'Open Sans', sans-serif;
        text-indent: 10px;
        line-height: 20px;
        font-size: 13px;
        background: none;
        color: #5e666a;
        border: 1px solid #c2cfdb;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
    }

    form textarea:focus {
        background: #eeeeee;
        outline: none;
    }
}

/*responsive stuff*/
@media (max-width: 1600px) {

    /*this is used for menu purposes*/
    /*handle the begining and the endings*/
    .main-nav ul li:nth-child(1) ul li:hover>ul,
    .main-nav ul li:nth-child(2) ul li:hover>ul,
    .main-nav ul li:nth-child(3) ul li:hover>ul {
        left: 100px;
        top: 35px;
    }

    .main-nav ul li:nth-child(4) ul li:hover>ul,
    .main-nav ul li:nth-child(5) ul li:hover>ul,
    .main-nav ul li:nth-child(6) ul li:hover>ul {
        left: 50px;
        top: 35px;
    }

    footer[role="contentinfo"] .main-nav ul li:nth-child(1) ul li:hover>ul,
    footer[role="contentinfo"] .main-nav ul li:nth-child(2) ul li:hover>ul,
    footer[role="contentinfo"] .main-nav ul li:nth-child(3) ul li:hover>ul {
        top: auto;
        bottom: 35px;
    }


}

@media (max-width: 1200px) {

    /*fix the slider*/
    .large-responsive {
        width: 400px !important;
    }

    .small-responsive {
        width: 100px !important;
        margin-left: 5.5%;
        margin-top: 2.5%;
    }

    .simple-caption {
        margin-left: 0 !important;
        left: 10% !important;
        font-size: 20px;
        margin-top: -1% !important;
    }

    .responsive-caption-img img {
        width: 350px !important;
    }

    .fullwidthbanner-container {
        height: 400px;
    }

    .tp-bullets.simplebullets.square-old .bullet {
        width: 100px;
    }

    /*item 2*/
    .responsive-caption-img.slide_2 img {
        width: 400px !important;
        height: auto !important;
    }


    /*fix the logo*/
    .logo-wrap {
        float: left;
        margin: auto !important;
    }

}

@media (max-width: 979px) {
    .team-item-wrap.active .team-single-content>div p {
        width: 300px;
        margin-left: -37px;
    }

    /*fix the articles again please*/
    .single-post-with-sidebar-cw,
    .comments-wrapper.span8 {
        width: 100%;
    }

    /*fix the pricing tables please*/
    .pricing-item-wrap {
        max-width: 100% !important;
        width: 350px;
        float: none !important;
        margin-left: auto;
        margin-right: auto;
        display: table;
    }

    /*fix the contact form again*/
    .contact-form-wrapper.contact-form-with-sidebar .select-group {
        width: 100%;
    }

    /*fix the 3 counters again*/
    .fun-facts-item {
        margin-top: 30px;
    }

    .fun-facts-counter {
        display: inline-block;
    }

    .logo-wrap {
        position: relative;
        top: 30px;
    }

    .logo-wrap img {
        width: 250px;
    }

    /*fix the menu*/
    .nav-collapse .nav>li {
        float: left !important;
    }

    .nav-collapse {
        top: 40px;
        position: relative;
    }

    .main-nav {
        float: right;
        margin-right: 0;
    }

    .nav-collapse .nav>li>a,
    .nav-collapse .dropdown-menu a {
        padding: 0 0 0 15px;
        font-weight: normal;
        color: inherit;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .large-responsive {
        width: 400px !important;
    }

    .small-responsive {
        width: 100px !important;
        margin-left: 5.5%;
        margin-top: 2.5%;
    }

    /*fix the menu*/
    .menu_handler_wrap {
        position: relative;
    }

    button.btn-navbar {
        position: absolute;
        width: 40px;
        height: 40px;
        margin-top: 80px;
        background: #f6f6f6;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: none;
        outline: none;
        right: 0;
        top: 0;
    }

    button.btn-navbar>span {
        color: #838383;
    }

    .main-nav {
        float: none;
    }

    .main-nav {
        margin-bottom: 60px;
    }

    .main-nav ul li,
    .main-nav ul li:hover,
    .main-nav li>ul li a {
        width: 100%;
        height: auto !important;
        border-bottom: none;
    }

    .main-nav ul li a,
    .main-nav li>ul li a {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-bottom: 2px solid #eaeaea;
        text-align: left;
        color: #6a6a6a;
    }

    .main-nav ul li a:hover,
    .main-nav ul li.active a {
        color: #1b709b;
        border-top: 1px solid transparent;
    }

    .main-nav ul li {
        text-indent: 0;
    }

    .main-nav ul li ul li {
        text-indent: 30px;
    }

    .main-nav ul li ul li ul li {
        text-indent: 60px;
    }

    .main-nav ul li ul li ul li ul li {
        text-indent: 90px;
    }

    .main-nav ul li:hover {
        background: none;
    }

    .main-nav li:hover>ul,
    .main-nav li>ul {
        display: block;
        position: static;
    }

    li.dropdown {
        position: relative;
    }

    li.dropdown:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        z-index: 400;
        background: rgba(37, 187, 187, 0);
        width: 100%;
        height: 42px;
    }

    li.dropdown:hover {
        cursor: pointer;
    }


    .main-nav li:hover>ul,
    .main-nav li>ul {
        display: none;

    }

    .main-nav li.active ul {
        display: block;
    }

    /*fix the footer*/
    .footer-widgets-container {
        text-align: center;
    }

    .footer-widget-content>a {
        float: none;
        margin: auto;
    }

    .footer-social-icons {
        width: 100%;
    }

    .footer-follow-on-dribble-widget a,
    .footer-social-icons a {
        float: none;
        margin: 5px 5px !important;
        display: inline-block;
    }

    .footer-social-icons a {
        float: none;
    }


    /*fix intro services*/
    .intro-services-item {
        text-align: center;
    }

    .intro-services-img {
        margin: 0 0 10px;
        display: inline-block;
    }



    /*fix meet the team guys in homepage*/
    .meet-team-social-follow {
        text-align: center;
    }

    .meet-team-social-follow a {
        display: inline-block;
        margin: 5px 0;
    }


    .case-studies-content {
        margin: auto;
    }

    /*fix the blog.html */
    main[role="main"] {
        width: 100%;
        margin: 15px 0;
    }

    /*fix the contact form page*/
    .contact-form-wrapper input[type="text"],
    .contact-form-wrapper select,
    .contact-with-sidebar .contact-form-wrapper input[type="text"],
    .contact-with-sidebar .contact-form-wrapper select,
    .select-group {
        width: 100%;
    }

    /*fix the read mored button*/
    a.read-more-button {
        display: table;
        margin: 25px auto 0;
        float: none;
    }
}

@media (max-width: 767px) {

    /*fix the slider*/
    .hidden-phone {
        display: none !important;
    }

    /*fix the footer widgets*/
    .footer-widgets {
        float: left;
        padding: 15px 0 5px;
    }
}

/*******my css*/
.customnavbar {
    width: 100%;
    justify-content: end;
}

li.nav-item a {
    font-size: 15px;
    text-decoration: none;
    font-family: 'Open Sans';
    font-weight: 500;
    color: #9ca6af !important;
    line-height: 10px;
}

a.phone {
    text-decoration: none;
}

li.nav-item {
    margin-left: 8px;
}

element.style {
    top: 10px;
}

li.nav-item a:hover {
    color: #1b709b !important;
}

.customnavbar .nav-link {
    color: #000;
    padding-top: 10px;

}

.customnavbar .nav-link.active {
    color: #1b709b !important;
    border-top: 2px solid #1b709b;
    padding-top: 8px;

}


/******new css***/
.newarchi {
    background-color: #1b709b;
}

.subnewheader {
    padding-top: 40px;
    padding-bottom: 40px;
}

.subnewheader h2 {
    text-align: left;
    color: #cbd0d6;
    margin: 0 auto;
    font-size: 24px;
    line-height: 30px;
    text-transform: none;
    font-weight: 400;
}

.new-sloution-txt p {
    color: #fff;
    margin: 20px 0px;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;

}


.fullwidth {
    box-shadow: 0 0 3px rgba(224, 224, 224, 1);
    z-index: 9999;
    background: #fff;
    position: relative;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
    /* padding: 10px; */
    border: 1px solid #c2cfdb !important;
    border-radius: 5px;
    max-width: 230px;
    /* margin-left: 10px; */
}

.wpcf7-form-control.wpcf7-submit {
    width: 135px;
    font-size: 14px;
    color: #fff;
    background: #1b709b;
    height: 39px;
    text-indent: 0;
    font-weight: 300;
    position: relative;
    margin-bottom: 20px;

}

.contact-page {
    background: #fdfdfd;
    border-top: 1px solid #f8f7f7;
    border-bottom: 1px solid #f8f7f7;

}

.wpcf7-response-output {
    display: none;
}

.screen-reader-response {
    display: none;
}

span.wpcf7-not-valid-tip {
    color: red;
    font-family: 'Open Sans';
    font-weight: 500;
    line-height: 25px;
    font-size: 13px;
}

.customfconatactform {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 70%;
}

.Comment-form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;


}

.sendmessagebtn {
    display: flex;
    justify-content: end;
    width: 85%;
    align-items: center;
}

.contactlabel {
    margin-right: 15px;
}

span.starcolor {
    color: #f7c80c;
}

.solution-item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.solution-list.row {
    margin: 0 auto;
    margin-top: 40px;

}

.text1 p {
    color: #9ca6af;
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;
    margin-top: 10px;
    margin-bottom: 0px;

}

.text2 p {
    color: #9ca6af;
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.text1 {
    width: 320px;
    min-height: 365px;
    display: inline-table;
    border: 1px solid transparent;
    text-decoration: none;
}

.mainimage {
    display: flex;
    margin-top: 50px;
}

img.imagemeeting {

    width: 100%;
    max-width: 410px;
    margin-left: 50px;
}

.text2 {
    width: 320px;
    min-height: 365px;
    display: inline-table;
    border: 1px solid transparent;
    text-decoration: none;
}

article.article-container {
    padding-top: 60px;
}