*{
    margin:0px;
    padding:0px;
    line-height: 1.6em;
    font-size: 14px;
    font-family: 'Nexal';
    letter-spacing: 1px;
}

/*custom fonts========*/
@font-face {
    font-family: 'Nexal';
    src: url('../fonts/NexaLight.eot');
    src: url('../fonts/NexaLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/NexaLight.woff') format('woff'),
    url('../fonts/NexaLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

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

/*custom fonts========*/

/*Generic Classes==============*/
html,
body{
    overflow-x: hidden;
}
.btn:active, .btn.active {
    background: #ff9064!important;
}
.article_padd{
    padding: 120px 0;
}

.article-h{
    margin-bottom: 100px;
    font-size: 40px;
    color: #000;
    letter-spacing: 2px;
    text-align: center;
}

.article-h.white{
    color: #fff;
}

.grey{
    background: #f7f6f6;
}

.navbar-brand img{
    max-width: 120px;
}

/*Generic Classes==============*/

.btn112:focus,
.btn112:hover{
    box-shadow: 0px 0px 71px 2px #e8e5e5;
    color: #fff;
}

.btn112{
    margin-top: 50px;
    font-family: 'Nexab';
    color: #fff;
    padding: 12px 20px;
    background: url("../images/btnbg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}


/*What we do===========*/

#home{
    height: 680px;
    background: url("../images/head.jpg");
    background-size: cover;
    background-position: center;
}

#home h1{
    font-size: 55px;
    color: #fff;
    font-family: 'Nexal';
    text-align: center;
    margin: 50px;
    line-height: 1.4em;
}

#home .def_nav11 ul li a{
    font-family: 'Nexab';
    color: #fff;
    padding: 25px 18px;
    font-size: 14px;
}
#home .def_nav11 ul li a:hover{
        color: #445254;
}
#home .def_nav11{
    background: none !important;
}

#home.subpages112{
    background: url("../images/productteam.jpg");
    background-size: cover;
    background-position: center center;
}

#home.subpages112 h1{
    font-size: 45px;
    margin: 60px 0;
}

#home.subpages112 .def_nav11 ul li a{
    color: #000;
}

#home.subpages112 .def_nav11{
    background: #fff !important;
}

#home.subpages112{
    height: 500px;
}

.whatwedo{
    padding-top: 180px;
}

.content112 a{
    margin: 0;
    font-size: 15px;
    padding: 17px 30px;
}

.content112 p{
    font-size: 22px;
    color: #fff;
    font-family: 'Nexal';
    margin: 80px 0 20px;
}

/*Services=====================*/

.services11>.service_box p{
    color: #6e6d6d;
    font-family: 'Nexab';
    text-transform: uppercase;
    margin: 15px 0 0;
    font-size: 12px;
}

.services11>.service_box .hover_text p{
    font-size: 12px;
    color: #b1b1b1;
    text-transform: capitalize;
    font-family: 'Nexab';
    margin: 0;
}

.services11>.service_box .hover_text .btn112{
    margin-top: 12px;
    font-size: 12px;
    padding: 8px 12px;
}

.services11>.service_box .hover_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 22px 20px;
    font-size: 11px;
    color: #b1b1b1;
    z-index: 1;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.services11>.service_box{
    max-width: 180px;
    width: 100%;
    padding: 40px 0;
    box-shadow: 0px 0px 15px 2px #f7f6f6;
    position: relative;
    overflow: hidden;
}

.services11>.service_box:hover .hover_text{
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.services11{
    display: flex;
    justify-content: space-between;
    text-align: center;
}

/*Who we are ============*/

.about112{
    background: url("../images/bg1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about112 .btn112{
    font-size: 15px;
    padding: 16px 28px;
    margin-top: 20px;
}

.about112 .video_cont video,
.about112 .video_cont iframe,
.about112 .video_cont img{
    width: 100%;
}
.about112 .video_cont{
    border-radius: 5px;
    overflow: hidden;
}
.about112 p{
    font-size: 22px;
    color: #fff;
    font-family: 'Nexab';
    margin-top: 50px;
}

/*NEWS =============*/

.NEWS11 form{
    max-width: 520px;
    width: 100%;
    border-radius: 4px;
    padding: 40px;
    box-shadow: 0px 0px 15px 2px #f7f6f6;
    margin: 0 auto;
    text-align: center;
}

.NEWS11 form .btn112{
    margin: 0;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 15px;
    border-radius: 2px;
}

.NEWS11 form>.form-control{
    border: 1px solid #f2f1f1;
    height: 50px;
    background: #f7f7f7;
    margin-bottom: 35px;
    font-family: 'Nexal';
    padding: 15px;
    border-radius: 2px;
}
.NEWS11 form>textarea.form-control{
    height: 130px;
}

/*Product Team,===========*/

.pteam112 h2.article-h{
    font-size: 40px;
    text-align: left;
    margin-bottom: 50px;
}

.pteam112 a.btn112{
    margin-top: 0;
    font-size: 15px;
    padding: 15px 60px;
}

.pteam112 p{
    font-size: 22px;
    color: #707070;
    line-height: 1.6em;
    margin-bottom: 35px;
}

/*Tech Research Team ============*/

.techresearch{
    background: url("../images/techresearch.jpg") !important;
    background-size: cover;
    background-position: center center !important;
}


/*Tech Research Team ============*/

.techselection{
    background: url("../images/techselection.jpg") !important;
    background-size: cover;
    background-position: center center !important;
}


/*designteam Team ============*/

.designteam{
    background: url("../images/designteam.jpg") !important;
    background-size: cover;
    background-position: center center !important;
}


/*Flexcil resource Team ============*/

.flexcilresource{
    background: url("../images/flexcilresource.jpg") !important;
    background-size: cover;
    background-position: center center !important;
}

/*Service =================*/

.service223{
    background: url("../images/service.jpg") !important;
    background-size: cover;
    background-position: center center !important;
}



.serviceblocks112 .btn112{
    margin-top: 15px;
}

.serviceblocks112 h2{
    font-size: 40px;
    margin: 20px 0 25px;
}

.serviceblocks112 p{
    font-size: 14px;
    font-family: 'Nexab';
    color: #6e6d6d;
    line-height: 1.9em;
}

.ourclients ul{
    display: flex;
    justify-content: space-between;
}

.cmtblock img{
    width: 165px !important;
    margin: 0 auto 40px;
}

.cmtblock h2{
    font-family: 'Nexab';
    font-size: 16px;
    color: #302e2f;
}

.cmtblock p{
    max-width: 800px;
    font-size: 18px;
    margin: 0 auto;
}

.cmtblock strong{
    font-size: 16px;
    margin: 10px 0;
    display: block;
    font-family: 'Nexab';
    color: #ff6621;
    letter-spacing: 3px;
}

.owl-nav>div:first-child:after{
    font-family: FontAwesome;
    content: "\f104";
    color: #b0adad;
    position: absolute;
    left: 0;
    top: 0;
}

.owl-nav>div:last-child:after{
    font-family: FontAwesome;
    content: "\f105";
    color: #b0adad;
    position: absolute;
    right: 0;
    top: 0;
}

.owl-nav>div:first-child{
    left: 0;
}

.owl-nav>div:last-child{
    right: 0;
}

.owl-nav>div{
    pointer-events: auto;
    position: absolute;
    color: rgba(0,0,0,0);
    font-size: 70px;
    width: 50px;
    height: 50px;
}

.owl-nav{
    display: block !important;
    position: absolute;
    top: 10%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    pointer-events: none;
}

/*News112=============*/

.news112{
    background: url("../images/news.jpg") !important;
    background-size: cover;
    background-position: center center !important;
}

.breadNav ul{
    background: none;
    margin: 0;
}

.breadNav ul li a{
    color: #fff;
    font-family: 'Nexab';
    font-size: 15px;
}
.breadNav{
    background: #363636;
    padding: 5px 0;
}

.newspost{
    border: 1px solid #efebeb;
    margin-bottom:80px;
}

.newspost .bottom_bar{
    padding: 20px 35px 15px;
    border-top: 1px solid #efebeb;
}

.newspost .bottom_bar>a:last-child{
    font-size: 15px;
    font-family: 'Nexab';
    color: #ff6624;
}

.newspost .bottom_bar>a:first-child i{
    vertical-align: initial;
    font-size: 18px;
    margin-right: 5px;
}

.newspost .bottom_bar>a:first-child{
    font-size: 15px;
    font-family: 'Nexab';
    color: #b7b7b7;
}

.newspost h2{
    font-size: 40px;
    padding: 30px 35px;
    line-height: 1.3em;
}

.newspost div.img_container img{
    width: 100%;
}
.newspost div.img_container{
    height: 380px;
    width: 100%;
    overflow: hidden;
}

.pagination-bar .pagination a i{
    font-size: 20px;
    margin-top: 7px;
}

.pagination-bar .pagination a{
    font-size: 15px;
    font-family: 'nexab';
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 2.5;
    color: #464646;
    border-radius: 0px !important;
}

.pagination-bar .pagination li.active a{
    color: #fff;
    background: url("../images/btnbg.png");
    background-size: cover;
    background-position: center;
    border: 1px solid #ddd;
}

.pagination-bar .pagination{
    justify-content: center;
}

.widget p{
    color: #7f7e7e;
    font-size: 12px;
    font-family: 'Nexab';
    text-transform: uppercase;
    margin: 20px 0 15px;
}
.widget .w-content{
    padding: 0 20px;
}

.widget ul.postlist li p{
    margin-top: 12px;
    color: #000;
}

.widget ul.postlist li img{
    margin-right: 15px;
}
.widget ul.postlist li:last-child{
    border: none;
}
.widget ul.postlist li{
    padding: 20px 0 20px;
    border-bottom: 1px solid #efebeb;
}

.widget .btn112{
    margin: 15px 0 20px;
    text-transform: uppercase;
    width: 100%;
}

.widget input{
    height: 40px;
    border-radius: 0px;
    border-color: #ccc;
    font-size: 13px;
    font-family: 'Nexab';
}

.widget h2{
    font-family: 'Nexab';
    color: #464646;
    font-size: 20px;
    padding: 20px;
    border-bottom: 1px solid #efebeb;
}

.widget{
    border: 1px solid #efebeb;
    margin-bottom: 50px;
}

/*Single News ============*/

.newspost.single_post12{
    border: none;
}

.newspost.single_post12 h2{
    padding: 30px 0;
}

.newspost.single_post12 .content_area{
    padding:35px 0 35px;
    border-bottom: 1px solid #efebeb;
}

.newspost.single_post12 p{
    font-size: 20px;
    color: #707070;
}

.newspost.single_post12 .bottom_bar{
    padding: 20px 0px 15px;
    border-bottom: 1px solid #efebeb;
}


.newspost.single_post12 .bottom_bar>a:first-child ,
.newspost.single_post12 .bottom_bar>a:last-child {
    font-size: 17px;
    font-family: 'Nexab';
    color: #b7b7b7;
    margin-right: 50px;
}

.newspost.single_post12 .bottom_bar>a:first-child i ,
.newspost.single_post12 .bottom_bar>a:last-child i {
    vertical-align: initial;
    font-size: 20px;
    margin-right: 5px;
}

/*Footer =================*/

footer p{
    font-size: 22px;
    font-family: 'Nexab';
    color: #fff;
}

footer ul li a{
    display: block;
    width: 45px;
    height: 45px;
    color: #55cce8;
    background: #fff;
    font-size: 22px !important;
    line-height: 2 !important;
    text-align: center;
    border-radius: 50%;
}

footer{
    background: url("../images/bg1.jpg");
    padding: 45px 0 25px;
    background-position: center top;
    background-size: cover;
}


/*Media Query================*/

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

    #home {
        height: 640px;
    }

}

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

    .newspost div.img_container{
        height: auto;
    }

    .newspost h2 {
        font-size: 30px;
    }

    .article-h {
        margin-bottom: 80px;
        font-size: 35px;
    }

    .ourclients ul li,
    .services11>div.service_box{
        margin-bottom: 40px;
    }
    .ourclients ul,
    .services11{
        flex-flow: row wrap;
        justify-content: space-around;
    }

    .article_padd{
        padding: 90px 0;
    }

    .about112 p {
        font-size: 16px;
        margin-top: 40px;
    }

    .NEWS11 form {
        padding: 20px 15px;
    }

    .whatwedo {
        padding-top: 120px;
    }

    .def_nav11{
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 1;
    }

    .def_nav11 .navbar-nav li:last-child a{
        border: none !important;
    }
    .def_nav11 .navbar-nav a{
        color: #585756 !important;
        padding: 25px 18px;
        border-bottom: 1px solid #ccc;
    }

    .about112{
        text-align: center;
    }

    #home {
        padding-top: 70px;
    }

    #home h1 {
        font-size: 40px;
        margin: 50px 0;
    }

    #home {
        height: 600px;
    }

    .content112 p br{
        display: none;
    }

    .content112 p {
        margin: 20px 0 20px;
    }

    .navbar-toggler{
        background: #3ec5e5;
        top: 15px;
        right: 5px;
    }

    #home .def_nav11 {
        background: #fff !important;
    }

    .serviceblocks112 img{
        max-width: 80%;
    }

    .serviceblocks112 h2 {
        font-size: 40;
        line-height: 1.25;
    }

    .serviceblocks112{
        text-align: center;
    }

    .serviceblocks112 p,
    .serviceblocks112 h2{
        text-align: center;
    }

    .pteam112 h2.article-h {
        font-size: 35px;
        line-height: 1.5;
    }

    .pteam112 p {
        font-size: 18px;
    }

    .newscontent112{
        padding:90px 15px ;
    }

}

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

    .content112 img{
        max-width: 350px;
        width: 100%;
    }

    footer ul,
    footer p{
        text-align: center;
    }

    .content112{
        text-align: center;
    }

    .content112 p {
        margin: 20px 0 20px;
    }

    #home h1 {
        font-size: 30px;
        margin: 30px 0;
    }

    .content112 p {
        font-size: 15px;
    }

    .content112 a {
        font-size: 12px;
        padding: 14px 20px;
    }

    .services11 {
        display: block;
    }

    .ourclients ul li,
    .services11>.service_box {
        margin: 0 auto 40px;
        max-width: 210px;
    }

    .newspost h2 {
        font-size: 25px;
        padding: 30px 20px;
    }

    .newspost .bottom_bar {
        padding: 20px 20px;
    }

    .newspost.single_post12 .bottom_bar>a:first-child, .newspost.single_post12 .bottom_bar>a:last-child {
        font-size: 15px;
        margin-right: 30px;
    }

}
