@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

body{
   font-family: 'Open Sans', sans-serif; 
}

#coldfusionBanner{
    background: url(../img/cf-banner-bg.jpg);
    background-size:100% auto;
    width: 100%;
    background-repeat:no-repeat;
    background-color:#10050f;
    overflow: hidden;
}


.banner-img-wrap, .banner-cont-wrap{
    height:500px;
}
.banner-cont{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.banner-cont img{
    margin-top: 10px;
    margin-bottom: 10px;
}

.banner-cont h1{
    margin-top: 0px;
    margin-left: 0px;
    color:#fff;
    font-weight: bolder;

}

.banner-img-wrap img{
    position: absolute;
    bottom: 0px;
    height: 90%;
}

.btn-white{
    border-radius: 3px;
    border:1px solid #fff;
    background: transparent;
    font-weight: 600;
}

.banner-cont .btn{
    margin-top: 10px;
}

.btn-white:hover{
    background: #fff;
    color:#4E4E4E;  
}


#page-desc{
    background: url(../img/bg-descr.jpg);
    background-size:100% auto;
    background-repeat: no-repeat;
    width: 100%;
    text-align: center;
    padding-top:60px;
    padding-bottom:60px;
}

#page-desc p{
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
}

#page-desc p a{
    font-weight: 600;
    line-height: 30px;
    color:#1730a3;
}

#page-desc img{
    display: inline-block;
}

.cold-features{
    padding-top: 60px;
    padding-bottom: 60px;
}
.cold-features ul{
    list-style: none;
    position: relative;
    line-height: 35px;
    padding-left: 0px;
}

.cold-features ul li{
    padding-left: 45px;
    position: relative;
    counter-increment: step-counter;
    font-size: 17px;
    color:#6c6b6b;
}
.cold-features .img-wrap{
    min-height: 325px;
    position: relative;
    vertical-align: middle;
}
.cold-features .img-wrap img{
    display: inline-block;
    position: relative;
    top: 30px;
}

.cold-features ul li:before{
    content:counter(step-counter, decimal-leading-zero);
    position: absolute;
    left:0px;
    text-align: left;
    top: 0;
    color: #c2c2c2;
    width: 18px;
    font-weight: 600;
    cursor: default;
}


.cold-features .para-wrap{
    padding-top: 20px;
}
.cold-features ul p{
    font-size: 16px;
    margin-bottom: 20px;
}



/* Coldfusion header banner Hire  START */

#coldfusionBanner.hire{
    background-color:#413d3a;
}

#coldfusionBanner.hire h1{
    font-size: 50px;
    margin-bottom: 55px;
}

#coldfusionBanner.hire .banner-img-wrap, #coldfusionBanner.hire .banner-cont-wrap{
    height:600px;
}
#coldfusionBanner.hire .banner-cont{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#coldfusionBanner.hire .banner-cont{
    text-align: center;
}
#coldfusionBanner.hire .banner-cont .btn{
    height: 60px;
    line-height: 56px;
    color: #0bb4e9;
    font-weight: bold;
    font-size: 18px;
    padding:0px 20px;
    border-radius: 10px;
    border:2px solid #fff;
}

#page-desc.hire{
    background: #72bda6;
    text-align: left;
    padding-bottom: 0px;
}
#page-desc.hire p{
    color:#495652;
    font-weight: normal;
    line-height: 2;
    text-align: left;
}
#page-desc.hire img{
    display: inline-block; 
}

#page-desc.hire h2{
    color:#fff;
    font-size: 36px;
}

#page-desc.hire h2 span{
    font-size: 44px;
    color:#292929;
    display: inline-block;
    margin-top: 25px;
}

.cold-features.hire{
    background: url(../img/bg-feature.jpg);
    background-size: cover;
}
.cold-features.hire h3{
    margin-bottom: 60px;
}
.cold-features.hire p{
    line-height: 2;
}

.cold-features.hire .img-wrap img{
    max-height:250px;
}
.cold-features.hire h3{
    font-size: 30px;
    font-weight: bold;
} 
.cold-features.hire ul li{
    line-height: 2.7;
    font-size: 18px;
}
/* Coldfusion header banner Hire  END */
/* Page for Node JS  */ /* START  */

#coldfusionBanner.nodejs{
    background-image: url(../img/banner-bg.png);
    background-repeat: no-repeat;
    background-size:100% auto;
    background-position: center;
    background-color:#f5f5f5;
    padding-top: 60px;
    padding-bottom: 60px;
    height:600px;
}
#coldfusionBanner.nodejs .banner-img-wrap img{
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    height: auto;
    padding-top: 15px;
}
#coldfusionBanner.nodejs .banner-cont.circle-wrap{
    height: 400px;
    width: 400px;
    border: 6px solid #fff;
    border-radius: 50%;
    background:#d2e7ec;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4)
}


.ht100-parent, .ht100-parent  div{  
    /* This style gives all the child div a height of 100 including the parent  */
    height:100%;
}


#coldfusionBanner.nodejs .heading-wrap{
    text-align: center;
}

#coldfusionBanner.nodejs .banner-cont.circle-wrap{
    position: relative;
    display: inline-block;
}

#coldfusionBanner.nodejs .banner-cont.circle-wrap h1{
    position: absolute;
    width: 100%;
    top: 50%;
    left:0px;
    color:#333333;
    transform:translateY(-50%);
    margin-bottom: 0px;
    display: inline-block;
    line-height: 1.7;
    font-size: 45px;
    font-weight: bold;
    text-align: left;
    padding-left: 60px;

}

#coldfusionBanner.nodejs .banner-cont.circle-wrap h1 span.subhead{
    color:#3c9187;
    font-weight: 400;
    display: block;
    font-size: 40px;
    padding-left: 26px;
}

#coldfusionBanner.nodejs .banner-cont.circle-wrap h1 span.subhead.two{
    
    padding-left: 80px;
}

#coldfusionBanner.nodejs .banner-cont.circle-wrap h1 span#headjs{
    color:#669f64;
}

#page-desc.nodejs{
    background: url("../img/dev-serv-bg.png");
    background-repeat: repeat;
    background-attachment:fixed; 
    background-color:#fcfefe;
}

#page-desc.nodejs h2{
    font-size: 40px;
}

#page-desc.nodejs p{
    font-size: 20px;
    font-weight: 600;
    line-height: 2.2;
}


.cold-features.nodejs small, .cold-features.nodejs .nodejs-pseudo ul.list-wrap li{ 
    color:#3e3e3e;
}

.cold-features.nodejs{
    background-color: #f0f9fa;
    padding-top: 0px;
    padding-bottom:0px; 
    overflow: hidden;
}

.cold-features.nodejs .nodejs-pseudo{
    padding-top: 60px;
    position: relative;
}
.cold-features.nodejs .nodejs-pseudo *{
    position: relative;
    z-index: 1;
}
.cold-features.nodejs .nodejs-pseudo:before{
    content: "";
    display: inline-block;
    width: 2000px;
    height: 2000px;
    background-color: #94d98b;
    position: absolute;
    right:100%;
    z-index: 0;
    top: 50%;
    transform:translateY(-70%) rotate(45deg);
}

.cold-features.nodejs .nodejs-pseudo:after{
    content: "";
    display: inline-block;
    width: 2000px;
    height: 2000px;
    background-color:#8bd9aa;
    position: absolute;
    left:100%;
    z-index: 0;
    bottom: 50%;
    transform:translateY(70%) rotate(45deg);
}
.cold-features.nodejs .nodejs-pseudo .list-wrap{
    padding-left: 50px;
}
.cold-features.nodejs .nodejs-pseudo ul.list-wrap{
    font-size: 18px;
    font-weight: 600;
    line-height: 2.7;
}
.cold-features.nodejs .nodejs-pseudo ul.list-wrap li:before{
    font-size: 26px;
    font-weight: bold;
    color:#6d6d6d;
    top:-10px;
}

.cold-features.nodejs h2{
    font-size: 52px;
}
.cold-features.nodejs h2 small{
    font-size: 100%;
}

.cold-features.nodejs.service{
    background-color: #eeeeee;
    padding-bottom: 60px;
}

.cold-features.nodejs.service .nodejs-pseudo .list-wrap{
    padding-left: 0px;
    padding-right: 50px;
}
.cold-features.nodejs.service .nodejs-pseudo .list-wrap li{
    padding-left: 0px;
}
.cold-features.nodejs.service .nodejs-pseudo ul.list-wrap  li:before{
    content: none;
}

.cold-features.nodejs.service .nodejs-pseudo:before{
    content: none;
}

.cold-features.nodejs.service .nodejs-pseudo:after{
    content: "";
    display: inline-block;
    width: 2000px;
    height: 2000px;
    background-color: #94d98b;
    position: absolute;
    left:100%;
    z-index: 0;
    top: 50%;
    transform:translateY(-70%) rotate(45deg);
    background-color: #dbdbdb;
}

.box-cont-wrap.grey{
    padding-top: 60px;
    padding-bottom: 60px;
}
.box-cont-wrap .box{
    padding: 30px 20px;
    background-color: #eeeeee;
}
.box-cont-wrap p{
    text-align: center;
    color:#198ccb;
}

/* Responsive Section */ /* START  */


    @media (max-width:1400px) {
        #coldfusionBanner.nodejs .heading-wrap{
            text-align: left;
        }
    }
    @media (max-width:1366px) {
        #coldfusionBanner.nodejs{
            height:470px;
        }
    }
    @media (max-width:1200px) {
        #coldfusionBanner.nodejs{
            height:400px;
        }
        #coldfusionBanner.nodejs .banner-cont.circle-wrap{
            height: 300px;
            width: 300px;
            border: 4px solid #fff;
            border-radius: 50%;
            background:#d2e7ec;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4)
        }
        #coldfusionBanner.nodejs .banner-cont.circle-wrap h1{
            line-height: 1.7;
            font-size: 35px;
            padding-left: 35px;
        }
        #coldfusionBanner.nodejs .banner-cont.circle-wrap h1 span.subhead{
            font-size: 30px;
            padding-left: 26px;
        }

    }


    @media (max-width:991px) {
        #coldfusionBanner.nodejs{
            height:320px;
        }
        #coldfusionBanner.nodejs .banner-cont.circle-wrap{
            height: 220px;
            width: 220px;
            border: 4px solid #fff;
            border-radius: 50%;
            background:#d2e7ec;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4)
        }
        #coldfusionBanner.nodejs .banner-cont.circle-wrap h1{
            line-height: 1.7;
            font-size: 25px;
            padding-left: 20px;
        }
        #coldfusionBanner.nodejs .banner-cont.circle-wrap h1 span.subhead{
            font-size: 20px;
            padding-left: 26px;
        }

    }
    @media (max-width:500px) {
        #coldfusionBanner.nodejs{
            background-image: none;
        }
        #coldfusionBanner.nodejs .banner-cont.circle-wrap{
            position: relative;
            height: 100%;
            width:100%;
            border-radius: 0;
            background:none;
            border:0px;
            box-shadow: none;
        }
        #coldfusionBanner.nodejs .banner-cont.circle-wrap h1 span.subhead{
            display: inline;
            padding-left: 0px;
        }
        #coldfusionBanner.nodejs .banner-cont.circle-wrap h1 span.subhead.two{
            padding-left: 0px;
        }
    }
/* Responsive Section */ /* END  */
/* Page for Node JS  */ /* END  */

/* Page for angular */
.angular-sect {
  overflow: hidden;
  position: relative;
  display: block;
}
.angular-sect.sect2{
padding: 25px 15px;
}
.text-ban-bx{
    position: absolute;
    bottom: 60px;
    text-align: center;
    display: block;
    left: 0px;
    right: 0px;
}
.img-ang-logo{
    position: relative;
    max-width: 200px;
}
.text-ban-bx h1{
    display: inline-block;
    position: relative;
    font-size: 36px;
    font-weight: 600;
    color: #ffffff;
}
.cold-features.angular-sect{
    padding: 0px;
}
.cold-features.angular-sect::before{
    content: "";
    display: inline-block;
    width: 400px;
    height: 1570px;
    background-color: #ff5551;
    position: absolute;
    right: 100%;
    z-index: 0;
    top: 100%;
    transform: translateY(-70%) rotate(45deg);
}
.cold-features.angular-sect::after{
    content: "";
    display: inline-block;
    width: 2000px;
    height: 2000px;
    background-color: #DF4B49;
    position: absolute;
    left: 85%;
    z-index: 0;
    bottom: 60%;
    transform: translateY(70%) rotate(45deg);
}
.cold-features.angular-sect ul li:before {
    content: counter(step-counter, decimal-leading-zero);
    position: absolute;
    left: 0px;
    text-align: left;
    top: 0;
    color: #c2c2c2;
    width: 18px;
    font-weight: 600;
    font-size: 24px;
    cursor: default;
}
.cold-features.angular-sect .img-wrap img{
    z-index: 100;
    top: 2px;
}
.cold-features.angular-sect .col-sm-8{
    padding-bottom: 25px;
    padding-top:  25px;
}
.cold-features.angular-sect .col-sm-8 h2{
    font-size: 56px;
}

@media(max-width: 1590px){
    .text-ban-bx{
        position: absolute;
        bottom: 40px;
        text-align: center;
        display: block;
        left: 0px;
        right: 0px;
    }
}
@media(max-width: 1366px){
    .text-ban-bx{
        position: absolute;
        bottom: 30px;
        text-align: center;
        display: block;
        left: 0px;
        right: 0px;
    }
    .text-ban-bx h3{
        display: inline-block;
        position: relative;
        font-size: 20px;
        font-weight: 600;
        color: #ffffff;
    }
    .img-ang-logo{
        position: relative;
        max-width: 150px;
    }
}
@media(max-width: 1199px){
    .cold-features.angular-sect .img-wrap img{
        z-index: 100;
        top: 2px;
        display: block;
        top: 95px;
    }
}
@media(max-width: 991px){
    .text-ban-bx{
        position: absolute;
        bottom: 0px;
        text-align: center;
        display: block;
        left: 0px;
        right: 0px;
    }
    .text-ban-bx h3{
        display: inline-block;
        position: relative;
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
    }
    .img-ang-logo{
        position: relative;
        max-width: 120px;
    }
    .cold-features.angular-sect .img-wrap{
        display: none;
    }
    .cold-features.angular-sect .img-wrap img{
        z-index: 100;
        top: 2px;
        display: none;
    }
}

@media (max-width: 767px){
    .cold-features.angular-sect::before{
        content: "";
        display: inline-block;
        width: 400px;
        height: 1000px;
        background-color: #ff5551;
        position: absolute;
        right: 100%;
        z-index: 0;
        top: 49%;
        transform: translateY(-70%) rotate(45deg);
    }
        .cold-features.angular-sect::after{
            display: inline-block;
            width: 2000px;
            height: 2000px;
            background-color: #DF4B49;
            position: absolute;
            left: 100%;
            z-index: -1;
            bottom: 19%;
            transform: translateY(70%) rotate(45deg);
        }
}
@media(max-width: 500px){
    .text-ban-bx{
        position: absolute;
        bottom: 0px;
        text-align: center;
        display: block;
        left: 0px;
        right: 0px;
    }
    .text-ban-bx h3{
        display: inline-block;
        position: relative;
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
        margin-top: 5px;
    }
    .img-ang-logo{
        position: relative;
        max-width: 50px;
    }
    .ban-img-res{
        background-color: #bb3e4a;
    }
}
/* Page for angular END */

/* Hire Node Js Page */ /* START  */

#hire-node-banner .wrapping-banner-row{
    height:540px;
    overflow: hidden;
}

#hire-node-banner .wrapping-banner-row .blank-banner-wrap{
    height:100%;
    position: relative;
    background:#f1f1f1;
    z-index: 2;
}

#hire-node-banner .wrap-banner-cont{
    height:100%;
    position: relative;
    background-color: #e6eae1;
    background-image: url(../img/banner-dsn.jpg);
    background-repeat:no-repeat;
    background-position: center center;
    background-size: auto 100%; 
}

#hire-node-banner .blank-banner-wrap{
    text-align: right;
    overflow: visible;
}
#hire-node-banner .blank-banner-wrap .node-logo-banner{
    position: relative;
    display: inline-block;
    right:-20px;
}

#hire-node-banner .wrap-banner-cont h1{
    font-size: 58px;
    color:#787878;
    font-weight: 800;
}

#hire-node-banner .wrap-banner-cont h1 .node-head{
    font-size: 62px;
    font-weight: bolder;
    color:#181818;
}
#hire-node-banner .wrap-banner-cont .banner-cont{
    left:50%;
    transform:translate(-50%, -50%);
}

#hire-node-banner .wrap-banner-cont h1 .js-highlight{
    color:#7bab31;
}

#hire-node-title{
    background-color:#90c53f;
    background-image: url(../img/hire-node-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding:60px 15px;
    text-align: center;
}
#hire-node-title h2{
    color:#fff;
    font-size: 40px;
    font-weight: 600;
}

#hire-node-feature{
    padding-top: 60px;
    padding-bottom: 0px;
    color:#859e5f;
    font-size: 16px;
}
#hire-node-feature p{
    line-height: 2.4;
    font-weight: 600;
}


    /* Responsive section */ /* START */
        @media (max-width:991px) {
            #hire-node-banner .wrapping-banner-row .blank-banner-wrap{
                display: none;
            }
        }
    /* Responsive section */ /* END */

/* Hire Node Js Page */ /* END  */

/* Node js Page */
.border-blash{
    display: block;
    position: relative;
}
.border-bla-img{
    width: 100%;
    display: block;
    position: relative;
}
#hire-node-list{
    background-color: #f9f9f9;
    padding: 80px 15px;
}
.list-noder{
    list-style: none;
    position: relative;
    padding: 0px;
}
.list-noder li{
    display: block;
    position: relative;
    margin: 0px;
    font-size: 20px;
    font-weight: 600;
    padding-left: 40px;
    padding-bottom: 35px;
    color: #888888;
}

.list-noder li .after-bg{
    background: url('../img/point_node.PNG');
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    width: 32px;
    height: 45px;
    top: 0px;
    left: 0px;
}

.list-noder li::before{
    content: url('../img/point_node.PNG');
    position: absolute;
    top: 0px;
    left: 0px;
}
.img-node-cen{
    display: block;
    position: relative;
    margin: 0px auto;
}
#hire-node-service{
    display: block;
    position: relative;
    padding-bottom: 80px;
    background-color: #ffffff;
}
.title-header{
    display: inline-block;
    position: relative;
}
.title-header:before{
    display: inline-block;
    position: absolute;
    bottom: -5px;
    width: 110px;
    height: 3px;
    background-color: #91c531;
    content: '';
}
.content-bx{
    padding-top: 30px;
}
.service-list-bx{
    list-style: none;
    position: relative;
    display: block;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
}
.service-list-bx li{
    display: inline-block;
    position: relative;
    box-shadow: 0px 0px 25px rgba(119, 118, 118, 0.3);
    border: 1px solid #dcdcdc;
    min-height: 150px;
    padding: 15px;
    margin: 10px;
    width: 30%;
    margin-top: 90px;
    border-radius: 3px;
    vertical-align: top;
}
.img-hexa {
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -56px;
}
.content-txt{
    display: inline-block;
    position: relative;
    padding-top: 70px;
    font-size: 16px;
    font-weight: 700;
}

@media(max-width: 800px){
    .service-list-bx{
        list-style: none;
        position: relative;
        display: block;
        padding: 0px;
        margin-top: 20px;
        margin-bottom: 0px;
        text-align: center;
    }
    .service-list-bx li{
        display: inline-block;
        position: relative;
        box-shadow: 0px 0px 25px rgba(119, 118, 118, 0.3);
        border: 1px solid #dcdcdc;
        min-height: 150px;
        padding: 15px;
        margin: 10px;
        width: 100%;
        margin-top: 90px;
        border-radius: 3px;
        vertical-align: top;
    }
    .img-hexa {
        position: absolute;
        top: -70px;
        left: 50%;
        margin-left: -56px;
    }
    .content-txt{
        display: inline-block;
        position: relative;
        padding-top: 70px;
        font-size: 16px;
        font-weight: 700;
    }
}
/* Node js page End */

/* Odoo-page */
.odoo-sect{
    display: block;
    position: relative;
    overflow: hidden;
}
#odoobanner{
    background-position: center center;
    background-size: 100% 85%;
    background-color: #f2f2f2;
    background-repeat:  no-repeat;
}
.odoo-baloon, .baloon-l{
    position: absolute;
    display: inline-block;
    left: 0%;
    top: 20px;
    max-height: 90%;
}
.odoo-baloon-right, .baloon-r{ 
    position: absolute;
    display: inline-block;
    right: 0%;
    bottom: 7px;
    max-height: 30%;
}
.head-bx{
    margin-top: 30px;
    margin-bottom: 30px;
}
.odoo-pic{
    max-height: 280px;
    margin: 0px auto;
    display: block;
}
#odooPage{
    margin-bottom: 20px;
}
.choosebx-title{
    font-size: 56px;
}
.choosebx-title span{
    color: #198ccb;
    display: block;
    line-height: 110px;
}
#odooChoose{
    background-color: #f7f7f7;
    padding: 50px 15px;
}
.oodo-ch-bx{
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(17, 17, 17, 0.32);
    padding: 50px 30px;
    margin-bottom: 25px;
    border-radius: 5px;
}
.icon-choose{
    max-width: 100%;
    display: block;
    position: relative;
    margin: 0px auto;
}
.icon-choose-sm{
    max-width: 50px;
    display: block;
    position: relative;
    margin: 0px; 
}
.choose-para{
    color: #B4B4B4;
    text-align: center
}
.capsule-des {
    height: 10%;
    width: 22%;
    border-radius: 200px;
    background-color: #e6e6e6;
    content: '';
    display: inline-block;
    position: absolute;
    top: 15%;
    left: -25px;
    transform: rotate(-32deg);
}
.title-bx-bod{
    display: inline-block;
    margin: 0px auto;
}
.title-bx-bod::before{
    position: absolute;
    bottom: -10px;
    content: '';
    height: 3px;
    width: 100px;
    background-color: #0bb4e9;
}
.bx-serv{
    border-bottom: 1px solid #d4d4d4;
    padding: 15px;
}
.txt-serv{
    padding-top: 5%;
}
.img-responsive.image-odoo{
    max-width: 190px;
    position: absolute;
    top: 50%;
    right: 35px;

}
.choose-bx-sect{
    min-height: 100px;
}
.choose-bx-sect .icon-choose{
    width: 100px;
}
.dektop-oodu{
    max-width: 600px;
}
@media(max-width: 1300px){
.dektop-oodu{
    max-width: 600px;
}
.img-responsive.image-odoo{
    max-width: 190px;
    position: absolute;
    top: 50%;
    right: 10%;

}
}
@media(max-width: 991px){
    .dektop-oodu{
        max-width:400px;
    }
    .img-responsive.image-odoo{
        max-width: 190px;
        position: absolute;
        top: 50%;
        right: 15%;
    
    }
    }

    @media(max-width: 670px){
        .dektop-oodu{
            max-width:300px;
        }
        .img-responsive.image-odoo{
            max-width: 140px;
            position: absolute;
            top: 50%;
            right: 15%;
        
        }
        }
        @media(max-width: 540px){
            .dektop-oodu{
                max-width:200px;
            }
            .img-responsive.image-odoo{
                max-width: 100px;
                position: absolute;
                top: 50%;
                right: 10%;
            
            }
            }
            @media(max-width: 320px){
                .dektop-oodu{
                    max-width:200px;
                }
                .img-responsive.image-odoo{
                    max-width: 100px;
                    position: absolute;
                    display: none;
                    top: 50%;
                    right: 10%;
                
                }
                }
/* Odoo-page END */


/* CF SECTION */
.overlay{
    position: absolute;
    opacity: 1;
    text-align: center;
    padding-top: 90px;
    background-color: rgba(8, 140, 207, 0.9);
    color: #ffffff;
}
.overlay .title-icon{
    display: inline-block;
    overflow: hidden;
}
.gallery-profile {
    padding: 50px 0px;
    display: block;
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
}
.icons-over{
    height: initial !important;
    display: block;
}
.snake {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0px;
    line-height: 1;
    box-sizing: border-box;
    float: left;
    max-width: 32.22%;
    max-height: 320px;
    
}
.btn-primary-custome{
    background-color: #138ccd;
    color: #ffffff;
    padding: 15px 35px;
}
.btn-primary-custome:hover,
.btn-primary-custome:focus{
    background-color: #0B75AA;
    color: #ffffff;
}
.image-add-icon{
    width: 50px;
    display: block;
    position: relative;
    margin: 0px auto;
}
.snake img{
    max-width: 100%;
}  
.snake .description{
    display: block;
    position: relative;
    font-size: 22px;
    text-align: center;
    margin: 15px 0px;
}  
#cfSect.cfn-sect{
    display: block;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.box-paker-cf{
    display: block;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 80%;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.46);
    margin-bottom:  30px;
    top: -50px;
}
.heading-wrap-cf{
    padding: 150px 25px;
}
.heading-wrap-cf, .heading-wrap-cf *{
    font-weight: normal;
    text-align: center;
    color: #ffffff;
}
.cfn-sect{
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.box-paker-cf{
    display: block;
    position: relative;
}
.waper-title{
    font-weight: 500; 
    text-transform: uppercase; 
    color: #0bb4e9;
    position: relative;
}
.waper-title::after{
    position: absolute;
    height: 1px;
    background-color: #c2c2c2;
    bottom: -10px;
    left: 0px;
    width: 150px;
    content: '';
}
.warp-textbx{
    font-size: 18px;
    margin:  30px 0px;
    font-weight: 600;
    max-width: 70%;
}
.text-warper-paker{
    padding: 120px 0px;
}
.image-certify-adobe{
    border-top: 1px solid #ccc;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: -30px;
    margin-right: -30px;
}
.image-certify-adobe img:first-child{
    margin-right:  50px;
}
.cf-avatar{
    position: absolute;
    right: 40px;
    bottom: 0px; 
    z-index: 1000;
}
.bakkerbx{
    max-width: 550px;
    display: block;
    margin-left: auto;
    text-align: center;
    font-size: 20px;
    padding-left: 50px;
    position: relative;
}
.bakkerbx::before{
    position: absolute;
    top: 0px;
    left: 0px;
    content:url('https://www.techversantinfotech.com/wp-content/themes/techversant/images/comment-icon.PNG');
}
.bakkerbx-secbx{
    max-width: 600px;
    position: relative;
    display: block;
    margin-right: auto;
    text-align: left;
    font-size: 16px;
    padding-left: 50px;
}
.bakkerbx-secbx::before{
    position: absolute;
    top: 0px;
    left: 0px;
    content:url('https://www.techversantinfotech.com/wp-content/themes/techversant/images/code-icon.PNG');
}
.jby-bx{
    text-align: right !important;
    font-size: 14px;
    position: relative;
    left: -40px;
}
.jby-bx p{
    text-align: right !important;
    font-size: 16px;
}
.bx-ntr{
    background-color: #138ccd;
    color: #ffffff;
    padding:  80px 20px;
    min-height: 285px;
}
.ht100-parent .bx-ntr:nth-child(2){
    background-color: #117cb6;
    color: #ffffff;
}
#cfSect3{
    padding: 100px 20px;
    background-color: #f9f9f9;
}

.help-title{
    color: #138ccd;
    font-weight: 500;
}
.approch{
    color:#313131; 
    margin-top: 20px; 
    font-weight: 600;
}
.icon-cf{
    display: block;
    position: relative;
    margin: 0px auto;
    margin-bottom: 30px;
}
.bx-slimer-grup{
    margin-top: 80px;
}
.bx-slimer-grup .bx-slimer:not(:first-child){
    border-left: 1px solid #ccc;
}
#cfSect4{
    padding: 70px 20px;
}
.title-prof{
    text-align: center;
    position: relative;
    font-weight: 500;
}
.title-prof::after{
    width: 200px;
    height: 1px;
    display: block;
    background-color: #B4B4B4;
    content: '';
    position: relative;
    clear: both;
    bottom: -15px;
    margin: 0px auto;
}
#cfSect5{
    background-color: #5db856;
    padding: 100px 15px;
    display: block;
    position: relative;
    background-position: top -2px center;
    background-repeat: no-repeat;
    background-size: 40%;
    overflow: hidden;
}
.title-sucees{
    font-weight: 500;
    text-align: center;
    color: #ffffff;
}
.title-sucees::after{
    display: block;
    max-width: 150px;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    content: '';
    clear: both;
    bottom: -10px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: -40px;
}

}
.web-bl{
    position: absolute;
    display: inline-block;
    left: -20%;
    top: -40px;
    height: 400px;
    width: 20%;
    content: url('https://www.techversantinfotech.com/wp-content/themes/techversant/images/link-web.PNG');
    opacity: .5;
}
.web-bl-right{
    position: absolute;
    display: inline-block;
    right: -20%;
    top: -40px;
    height: 400px;
    width: 20%;
    content: url('https://www.techversantinfotech.com/wp-content/themes/techversant/images/link-web.PNG');
    opacity: .5;
}
#cfSect6{
    padding: 100px 15px;
}
.full-banner-bg{
    height: 55%;
    width: 100%;
    background-color: #eaeaea;
    content: '';
    position: absolute;
    top: 30%;
    left: 0px;
    z-index: -1;
}
.form-female {
    top: 78px;
    position: relative;
}
.form-qut{
    box-shadow: 0px 0px 20px rgba(16, 5, 15, 0.2);
    background-color: #ffffff;
    border-radius: 5px;
    padding: 30px 30px;
    position: relative;
    top: 40px;
}
.input-form{
    border: 1px solid transparent;
    border-bottom: 2px solid #c2c2c2;
    width: 100%;
    height: 45px;
    outline: none;
    padding: 7px;
}
textarea.input-form{
    border: 1px solid transparent;
    border-bottom: 2px solid #F7F7F7;
    width: 100%;
    height: 85px;
    outline: none;
    padding: 7px;
    resize: none;
}
.cfsect-list{
    margin-top: 30px;
    font-size: 18px;
    font-weight: 700;
    list-style: none;
    padding: 0px;
}
.cfsect-list li{
    margin-top: 20px;
    font-size: 18px;
    color: #181818;
    font-weight: 700;
}
.cfsect-list li::before {
    color: #0bb4e9;
    content: "\2022"; 
    font-size: 1em; 
    padding-right: 1.1225em; 
    position: relative;
    top: 0em; 
  }
.boder-under{
    display: block;
    position: relative;
    height: 2px;
    width: 100%;
    background-color: #a5a5a5;
    content: '';
    max-width: 160px;
}
.input-form:focus{
    border: 1px solid transparent;
    border-bottom: 2px solid #138ccd;
    outline: none;
    padding: 7px;
}
.input-custom{
    display: inline-block;
    position: relative;
    width: 35px;
    border: 2px solid #a5a5a5;
    outline: none;
    text-align: center;
}
.input-custom:focus{
    display: inline-block;
    position: relative;
    width: 35px;
    border: 2px solid #138ccd;
    outline: none;
}
.label-antspam{
    font-weight: 600;
    display: block;
}
#cfSect7{
    padding: 50px 15px;
}
#cfSect7 .box-paker-cf{
    top: 0px;
}
.text-lg{
    font-size: 30px;
    text-align: center;
    margin: 0px;
}
#cfSect8{
    padding: 50px 15px;
    color: #ffffff;
}
#cfSect9{
    padding: 50px 15px;
}
.bx-blog{
    box-shadow: 0px 5px 14px rgba(49, 49, 49, 0.43);
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 20px;
}
.blogmar{
    margin-top: 70px;
    clear: both;
    display: block;
    position: relative;
}
.blogredrict{
    position: relative;
    padding: 15px;
    z-index:  1000;
}
.blogredrict a{
    font-weight: 700;
    color: #1b8dcc;
}
.blog-body{
    padding: 7px 15px;
}
.blogtitle{
    margin: 10px 0px;
}
.bogdate{
    font-size: 12px;
    color: #787878;
}
.blogpara{
    font-size: 14px;
}
.blogspot-img{
    max-width: 100%;
    display: block;
    position: relative;
}
.blogtitle{
    font-weight: 700;
}
#commentsslide{
    max-width: 730px;
    margin: 0px auto;
    margin-top:  50px;

}
#commentsslide .slick-slide{
    padding: 15px;
    outline: none;
}
#commentsslide .item-sliderbx{
    background-color:  #ffffff;
    border-radius: 3px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.32);
    padding: 15px 20px;
}
#commentsslide  .slick-prev,
#commentsslide  .slick-next{
    display: none !important;
}
#commentsslide  .slick-dots{
    display: block;
    position: absolute;
    top: 28px;
    right: 30px;
    list-style: none;
    padding: 0px;
}
#commentsslide  .slick-dots li{
    position: relative;
    display: block;
    background-color: #b1acac;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 7px;
}
#commentsslide  .slick-dots li.slick-active{
    background-color: #1a8ccd;
}
#commentsslide  .slick-dots li:hover{
    background-color: rgba(26, 142, 205, 0.6);
}
#commentsslide  .slick-dots li button{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 0;
}
.user-img {
    width: 60px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
}
.userimage {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.qouts-user {
    display: block;
    position: relative;
    padding: 15px 0px;
    border-top: 1px solid #dadada;
}
.qouts-txt::before{
    content: "\f10d";
    font-family: 'FontAwesome';
    margin-right: 7px;
    color: #b5b5b5;
    font-size: 16px;
}
.qouts-txt::after{
    content: "\f10e";
    font-family: 'FontAwesome';
    margin-left: 7px;
    color: #b5b5b5;
    font-size: 16px;
}
.terist-body {
    padding: 50px;
    display: block;
    position: relative;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}
.user-name-quts{
    font-weight: 700;
    margin-left: 7px;
}
.user-title-quts{
    margin-left: 7px;
}
@media(max-width: 991px){
    .cf-avatar{
        position: absolute;
        right: 40px;
        bottom: 0px; 
        z-index: 1000;
        max-width: 200px;
    }
    .snake {
        display: block;
        position: relative;
        overflow: hidden;
        margin: 0px;
        line-height: 1;
        box-sizing: border-box;
        float: left;
        max-width: 50%;
        max-height: 320px;
    }
    }

    @media(max-width: 767px){
        .heading-wrap-cf h1:not(first-child){
            margin-top: 3px;
        }
        .heading-wrap-cf h1:not(last-child){
            margin-bottom: 3px;
        }
        .cf-avatar{
            position: absolute;
            display: none;
            right: 40px;
            bottom: 0px; 
            z-index: 1000;
            max-width: 200px;
        }
        .bx-slimer-grup .bx-slimer:not(:first-child) {
            border-left: 1px solid transparent;
        }
        .snake {
            display: block;
            position: relative;
            overflow: hidden;
            margin: 0px;
            line-height: 1;
            box-sizing: border-box;
            float: left;
            max-width: 100%;
            max-height: 320px;
        }
        .text-warper-paker {
            padding: 10px 0px;
        }
        .box-paker-cf {
            display: block;
            position: relative;
            background-position: top center;
            background-repeat: no-repeat;
            background-size: 80%;
            padding: 30px;
            background-color: #ffffff;
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.46);
             margin-bottom: 0px; 
            top: -50px;
        }
        .terist-body {
            padding: 14px 10px;
            display: block;
            position: relative;
            text-align: center;
            font-size: 14px;
            font-weight: 700;
            color: #000000;
        }
        .form-female {
            top: 60px;
            position: relative;
            max-width: 100%;
        }
        #cfSect8 .btn-primary-custome.btn-lg {
            margin-top: 5px;
        }
        .cfsect-list li {
            margin-top: 20px;
            font-size: 14px;
            color: #181818;
            font-weight: 700;
            text-align: left;
        }
        #cfSect7 .cfsect-list li {
            margin-top: 20px;
            font-size: 14px;
            color: #181818;
            font-weight: 700;
            position: relative;
            text-align: left;
            padding-left: 0px;
        }
        #cfSect7 .cfsect-list li::before {
            color: #0bb4e9;
            content: "\2022";
            font-size: 1em;
            padding-right: 1.1225em;
            position: absolute;
            top: 0em;
            left: -12px;
        }
        .image-certify-adobe img:not(:last-child){
            margin-bottom: 15px;
        }
        .warp-textbx {
            font-size: 18px;
            margin: 30px 0px;
            font-weight: 600;
            max-width: 100%;
        }
        #cfSect5 {
            background-color: #5db856;
            padding: 100px 15px;
            display: block;
            position: relative;
            background-position: top -2px center;
            background-repeat: no-repeat;
            background-size: 90%;
            overflow: hidden;
        }
        #cfSect6 {
            padding: 20px 15px;
            padding-bottom: 50px;
        }
        .heading-wrap-cf {
            padding: 95px 25px;
        }
        #cfSect1 .row{
            margin: 0px;
            padding: 0px;
        }
        .qouts-user {
            display: block;
            position: relative;
            padding: 15px 0px;
            border-top: 1px solid #dadada;
            text-align: center;
        }
        .userimage {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            margin-bottom: 5px;
        }
        #commentsslide .slick-slide {
            padding: 13px;
            outline: none;
        }
        }
/* CF SECTION END */