* {
    box-sizing: border-box;
}

p {
    text-align: justify;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
    color: #685a5a;
    font-family: "Raleway",Arial, Helvetica, sans-serif !important;
}

.topsec {
    background-image: linear-gradient(to right, rgba(53, 104, 227, 0.7), rgba(32, 200, 23, 0.7));
    color: #fff;
    font-family: "Abel", 'Trebuchet MS', Helvetica, sans-serif;
    line-height: 25px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    padding: 10px 2px;
}


/*========CSS STYLE FOR MENU NAVBAR FOR MOBILE VIEW=============*/


/*==============CSS STYLE FOR MENU NAVBAR FOR MOBILE VIEW========*/


/*=============CSS STYLE FOR MENU NAVBAR FOR MOBILE VIEW======*/

header {
    background: #fff;
    color: #000 !important;
    padding: 1em 0;
    position: relative;
    z-index: 1;
}

header::after {
    content: "";
    clear: both;
    display: block;
}

.logo {
    float: left;
    font-size: 1rem;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.logo span {
    font-weight: 300;
}

.site-nav {
    position: absolute;
    top: 100%;
    right: 0%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.99)), url('images/logo.fw.png');
    background-repeat: no-repeat;
    background-size: cover;
    /*background: #464655;*/
    clip-path: circle(0px at top right);
    transition: all ease-in-out 800ms;
}

.site-nav--open {
    clip-path: circle(100%);
}

.site-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    ;
}

.site-nav li {
    border-bottom: 1px solid #575766;
}

.site-nav a {
    color: #fff;
    display: block;
    padding: 1em 5em 1em 3em;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .4s;
}

.site-nav a:hover,
.site-nav a:focus {
    /*background: #E4B363;*/
    color: rgb(67, 111, 194);
}

.site-nav li:last-child {
    border-bottom: none;
}

.menu-toggle {
    padding: 1em;
    position: absolute;
    top: .5em;
    right: .5em;
    cursor: pointer;
}

.hamburger,
.hamburger::before,
.hamburger::after {
    content: "";
    display: block;
    background-image: linear-gradient(to right, rgba(53, 104, 227, 0.7), rgba(32, 200, 23, 0.7));
    height: 2px;
    width: 1.75em;
    border-radius: 3px;
    transition: all ease-in-out 500ms;
}

.hamburger::before {
    transform: translateY(-6px);
}

.hamburger::after {
    transform: translateY(4px);
}

.open .hamburger {
    transform: rotate(45deg);
}

.open .hamburger::before {
    opacity: 0;
}

.open .hamburger::after {
    transform: translateY(-3px) rotate(-90deg);
}

.eddy-icon {
    display: none;
    font-size: 1.5em;
    margin-right: 1em;
}


/*===============END=====CSS STYLE FOR MENU NAVBAR FOR MOBILE VIEW=*/


/*===============END====CSS STYLE FOR MENU NAVBAR FOR MOBILE VIEW====*/


/*===============END=====CSS STYLE FOR MENU NAVBAR FOR MOBILE VIEW===*/


/*=======SLIDER CSS==========*/

.icsimg img {
    height: 300px ! important;
    width: 100% ! important;
}

.imgcover {
    position: absolute;
    bottom: 0;
    background: rgba(40, 170, 225, .05);
    color: #f1f1f1;
    width: 100%;
    top: 0;
    height: 100%;
}

.slidertext1 {
    margin-top: -30px !important;
    color: #65CD75 !important;
    text-shadow: 1px 2px 1px #000 !important;
    font-family: 'ZCOOL XiaoWei' !important;
}

.slidertext2 {
    display: block !important;
    font-size: 17px !important;
    padding: 15px 0 0 0 !important;
    color: #fff !important;
    text-shadow: 1px 2px 1px #000 !important;
}

.consulting_btn {
    display: none;
    padding: 15px 3px !important;
    margin-left: -15px !important;
    margin-top: -20px !important;
    margin-bottom: -20px !important;
    font-weight: bold !important;
    background-image: linear-gradient(to right, rgba(53, 104, 227, 0.8), rgba(32, 200, 23, 0.8));
    border-color: rgb(32, 200, 23);
}


/*===========================SECOND SECTION/ DIV CSS STARTS HERE*/


/*===========================SECOND SECTION/ DIV CSS STARTS HERE*/

#boxsection {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 0;
}

#boxwrapper div {
    position: relative;
    padding: 0 0;
    margin: 0 0;
}

.box1 {
    width: 100%;
    height: auto;
    background-image: linear-gradient(to right, rgba(80, 106, 169, 0.9), rgba(80, 106, 169, 0.9)), url(images/img/img1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0;
    margin: 10px 0;
}

.title1 {
    font-family: "Abel";
    color: #fff;
    display: block;
    letter-spacing: 1px;
    text-align: center;
    padding: 20px 10px;
    font-size: 30px;
    font-weight: 100;
}

.titlep {
    color: #fff !important;
    margin: 0px 20px;
    text-align: justify;
    font-family: "Nunito+Sans";
}

.box2div {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.box2 {
    width: 100%;
    height: auto;
    background-image: linear-gradient(to right, rgba(69, 152, 64, .88), rgba(69, 152, 64, .88)), url(images/img/img2.jpg);
    padding: 0 0;
    margin: 10px 0 10px 0;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .25);
}

.box3 {
    width: 100%;
    height: auto;
    background-image: linear-gradient(to right, rgba(80, 106, 169, 0.9), rgba(80, 106, 169, 0.9)), url(images/img/img1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0;
    margin: 10px 0;
}

.btnbox {
    padding: 9px 27px;
    color: #000;
    background: #fff;
    border: none;
    margin: 20px 30px;
    transition: all .4s;
}

.btnbox:hover {
    transform: translateY(-5px);
}


/*===========================SECOND SECTION/ DIV CSS ENDS HERE*/


/*===========================SECOND SECTION/ DIV CSS ENDS HERE*/


/*=================ABOUT US SECTION STARTS HERE===========*/


/*=================ABOUT US SECTION STARTS HERE===========*/


/*the single about us page*/

.abt {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #F7F7F7;
    box-shadow: 0px 0px 10px #918c8c;
    padding: 17px;
}

.abt2 {
    margin-top: 25px;
    border-radius: 12px;
    border: 1px solid #F7F7F7;
    box-shadow: 0px 0px 10px #918c8c;
    padding: 17px;
}

.smalllogo1 {
    position: relative;
}

.smalllogo2 {
    position: absolute;
    top: 0px;
    background-image: linear-gradient(to right, rgba(225, 225, 225, 0.7), rgba(225, 225, 225, 0.7)), url(images/logosmall.fw.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: -1;
}

.ulockd-bgth {
   background-image: linear-gradient(to right, rgba(53, 104, 227, 0.7), rgba(32, 200, 23, 0.7));
}

.title-bottom::before {
    background-image: linear-gradient(to right, rgba(53, 104, 227, 0.7), rgba(32, 200, 23, 0.7));
}

.ficon-box:hover .ficon {
    background-image: linear-gradient(to right, rgba(53, 104, 227, 0.7), rgba(32, 200, 23, 0.7));
}

/*END the single about us page*/

.titlebar {
    border-left: 5px solid rgb(80, 106, 169);
    padding-left: 10px;
    line-height: -10px;
}

.iconabt {
    font-size: 50px;
    color: rgba(69, 152, 64, .88);
}

.imgabtcover {
    bottom: 10px;
    background: rgba(40, 170, 225, .2);
    color: #f1f1f1;
    width: 100%;
    top: 0;
}

.abttop {
    margin-top: 40px;
}

.abouttext p {
    color: #000;
    margin: 0px 10px;
    text-align: justify;
    font-family: "Abel";
    line-height: 2em;
}

.btnabt {
    padding: 10px 40px;
    background-color: transparent;
    border-color: #42A721;
    color: #000;
    transition: all 4s;
}

.btnabt:hover {
    transform: translateY(-5px);
}

.ficon-box {
    background-color: #ffffff;
    margin-bottom: 25px;
    padding: 15px 25px;
    position: relative;
}


/*=================ABOUT US SECTION ENDS HERE===========*/


/*=================ABOUT US SECTION ENDS HERE===========*/




/*=================OUR SERVICES SECTION STARTS HERE===========*/


/*services page*/

ul.a {
    list-style-type: circle;
}

.myicon {
    font-size: 50px;
    color: rgba(32, 200, 23, 0.7);
}

.icon_box .icon i, .icon_box .icon span, .ulockd-bdr-thm {
    border: 1px solid #65CD75;
}

.icon_box:hover .icon span {
    background-image: linear-gradient(to right, rgba(53, 104, 227, 0.7), rgba(32, 200, 23, 0.7));
}

.ulockd-faq-content .panel-default > .panel-heading{
    background-image: linear-gradient(to right, rgba(53, 104, 227, 0.7), rgba(32, 200, 23, 0.7));
}


/*END services page*/

.titleservice {
    font-size: 30px;
    font-weight: 900;
    font-family: "Raleway";
    color: #282828;
}

.btnservice {
    background: transparent;
    border: none;
    color: #5AA356;
    transition: all .3s;
}

.btnservice:hover {
    background: transparent;
    border: none;
    color: #28AAE1;
    transform: translateY(-3px);
}

.serviceicon {
    font-size: 50px;
    color: #28AAE1;
}

.client {
    color: #5bb754;
    font-weight: bold;
    font-size: 18px;
}

.clientext {
    font-weight: bold;
}

.servicetext{
  font-family: 'ZCOOL XiaoWei';
  font-size: 20px;
  font-weight: bold ;
}


/*=================OUR SERVICES SECTION ENDS HERE===========*/




/*=================PROJECTS SECTION STARTS HERE===========*/


/*=================PROJECTS SECTION STARTS HERE===========*/

.titlebar1 {
    border-left: 5px solid #5AA356;
    padding-left: 10px;
    line-height: -98px;
}

.bgprojects {
    background-image: linear-gradient(to right, rgba(53, 104, 227, 0.9), rgba(32, 200, 23, 0.9)), url(images/img/bgimg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
}

.project-box {
    background-color: #f5f5f5;
    position: relative;
    padding: 15px;
    margin-bottom: 50px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    box-shadow: 0 7px 20px rgba(0, 0, 0, .25);
}

.project-box .pb-details {
    padding: 10px 0 0;
    position: relative;
    z-index: 1;
}


/*=================PROJECTS SECTION ENDS HERE===========*/

.countwrap{
    position: absolute;
    top: 35%;
    left: 35%;
}

.count1{
    width: 440px; 
    height: 400px; 
    background-image: linear-gradient(to right, rgba(225, 225, 225, 0.7), rgba(225, 225, 225, 0.7)), url(images/logobg.fw.png);
    background-repeat: no-repeat;
    position: relative;
    z-index: -1;

}

/*.count2{
    width: 240px; 
    height: 240px; 
    background-image: linear-gradient(to right, rgba(32, 200, 23, 0.7), rgba(53, 104, 227, 0.7));
    border-radius: 50%; 
    position: absolute; 
    top: 50px;
    left:50px;
}*/
/*.count2::after{
    content: "ICS";
    color: #fff;
    font-size: 85px;
    font-weight: 700;
    top: 60px;
    left: 65px;
    position: absolute;
}*/

/*=================PROJECTS SECTION ENDS HERE===========*/


/*team*/

.img-whp {
    width: 70% !important;
}


}
.team-one .team-overlay {
    border: 1px solid #ffffff;
    bottom: 0;
    left: -100%;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    width: 300px !important;
}

/*======OTHER PROJECTS========*/
.fancybox-gallery-slider .owl-next,
.team-icon a,
.twitter.style2 ul li a,
.text-thm2 {
    color: #65CD75 !important;
}
.fancybox-gallery-slider .owl-prev,
.fancybox-gallery-slider .owl-next,
.team-icon a,
.twitter.style2 ul li a,
.text-thm2 {
    color: #65CD75 !important;
    display: block ! important;
}

/*=========================================MEDIA QUERY DESKTOP===========================================================================================*/

/*=========================================MEDIA QUERY DESKTOP========================================================================================*/
@media (min-width: 700px) {
    .consulting_btn {
        display: block;
        padding: 15px 3px !important;
        margin-left: -15px !important;
        margin-top: -20px !important;
        margin-bottom: -20px !important;
        font-weight: bold !important;
        background-image: linear-gradient(to right, rgba(53, 104, 227, 0.8), rgba(32, 200, 23, 0.8));
        border-color: rgb(32, 200, 23);
    }
    /*MENU BAR STARTS HERE*/
    
    .menu-toggle {
        display: none;
    }
    
    .site-nav {
        height: auto;
        position: relative;
        background: transparent;
        text-align: center;
        clip-path: initial;
        padding-top: 25px;
    }
    
    .site-nav li {
        display: inline-block;
        border: none;
    }
    
    .site-nav a {
        padding: 0;
        margin-left: 2em;
        color: #000;
        font-family: 'ZCOOL XiaoWei';
    }
    
    .eddy-icon {
        display: none !important;
    }
    
    .site-nav a:hover,
    .site-nav a:focus {
        background: transparent;
        color: rgb(139, 197, 62);
    }
    /*MENU BAR ENDS HERE*/
    /*=========SLIDER CSS==========*/
    
    .icsimg img {
        height: 100% ! important;
        width: 100% ! important;
    }
    
    .slidertext1 {
        color: #65CD75;
        text-shadow: 1px 2px 1px #000;
        font-family: 'ZCOOL XiaoWei';
    }
    
    .slidertext2 {
        font-size: 30px !important;
        padding: 25px !important;
        color: #fff !important;
        text-shadow: 1px 2px 1px #000 !important;
    }
    /*===========SECONDS SECTION ROW STARTS HERE===========*/
    /*===========SECONDS SECTION ROW STARTS HERE===========*/
    
    #boxsection {
        padding: 0 0;
        margin: 0 0;
    }
    
    #boxwrapper div {
        position: relative;
        padding: 0 0;
        margin: 0 0;
        top: -10px;
    }
    
    .box1 {
        width: 100%;
        height: auto;
        background-image: linear-gradient(to right, rgba(80, 106, 169, 0.9), rgba(80, 106, 169, 0.9)), url(images/img/img1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 0 0;
        margin: 0 0;
    }
    
    .title1 {
        font-family: "Abel";
        color: #fff;
        display: block;
        letter-spacing: 1px;
        text-align: center;
        padding: 20px 10px;
        font-size: 30px;
        font-weight: 100;
    }
    
    .titlep {
        color: #fff !important;
        margin: 0px 20px;
        text-align: justify;
        font-family: "Nunito Sans";
    }
    
    .box2div {}
    
    .box2 {
        width: 100%;
        height: auto;
        background-image: linear-gradient(to right, rgba(69, 152, 64, .88), rgba(69, 152, 64, .88)), url(images/img/img2.jpg);
        padding: 0 0;
        margin: -30px 0 0 0;
        background-size: cover;
        background-repeat: no-repeat;
        box-shadow: 0 3px 20px rgba(0, 0, 0, .25);
    }
    
    .box3 {
        width: 100%;
        height: auto;
        background-image: linear-gradient(to right, rgba(80, 106, 169, 0.9), rgba(80, 106, 169, 0.9)), url(images/img/img1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 0 0;
        margin: 0 0;
    }
    
    .btnbox {
        padding: 9px 27px;
        color: #000;
        background: #fff;
        border: none;
        margin: 20px 30px;
        transition: all .4s;
    }
    
    .btnbox:hover {
        transform: translateY(-5px);
    }
    /*===========SECONDS SECTION ROW ENDS HERE===========*/
    /*===========SECONDS SECTION ROW ENDS HERE===========*/
    /*=====about css=====*/
    
    .abttop {
        margin-top: 0px;
    }
    /* starts project===========*/
    
    .project-box {
        background-color: #f5f5f5;
        position: relative;
        padding: 15px;
        margin-bottom: 50px;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        box-shadow: 0 7px 20px rgba(0, 0, 0, .25);
        margin-top: 0px;
    }




    /*services page*/

ul.a {
    list-style-type: circle;
}

.myicon {
    font-size: 50px;
    color: rgba(32, 200, 23, 0.7);
}

.icon_box .icon i, .icon_box .icon span, .ulockd-bdr-thm {
    border: 1px solid #65CD75;
}

.icon_box:hover .icon span {
    background-image: linear-gradient(to right, rgba(53, 104, 227, 0.7), rgba(32, 200, 23, 0.7));
}

.ulockd-faq-content .panel-default > .panel-heading{
    background-image: linear-gradient(to right, rgba(53, 104, 227, 0.7), rgba(32, 200, 23, 0.7));
}


/*END services page*/

.titleservice {
    font-size: 30px;
    font-weight: 900;
    font-family: "Raleway";
    color: #282828;
}

.btnservice {
    background: transparent;
    border: none;
    color: #5AA356;
    transition: all .3s;
}

.btnservice:hover {
    background: transparent;
    border: none;
    color: #28AAE1;
    transform: translateY(-3px);
}

.serviceicon {
    font-size: 50px;
    color: #28AAE1;
}

.client {
    color: #5bb754;
    font-weight: bold;
    font-size: 18px;
}

.clientext {
    font-weight: bold;
}

.servicetext{
  font-family: 'ZCOOL XiaoWei';
  font-size: 25px;
  font-weight: bold ;
}

}