@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

a, button, i, i:before,.fixedbar,.nav li,.nav li a,.nav li a:before,.faqlist .faq li,.faqlist .faq li *{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.nopadding{padding:0px !important;}
.nopadding-l{padding-left:0px !important;}
.nopadding-r{padding-right:0px !important;}
.nopadding-t{padding-top:0px !important;}
.nopadding-b{padding-bottom:0px !important;}

img{display:block;width: 100%;height: auto;}

body{
	font-family: 'Roboto';
	font-size: 16px;
	color:#000;
	line-height: normal;
}

a,a:hover,a:visited,a:active,a:focus{
    text-decoration:none;
}

body *{
    font-family: 'Roboto';
}

h1,
h2,
h3,
h4,
h5,
h6{
    display: block;
    font-family: 'Roboto';
	font-weight:bold;
    margin: 10px 0px;
    padding: 0px 0px;
    line-height: normal;
    font-size: 32px;
}

h1{font-size: 32px;font-weight:700}
h2{font-size: 26px;font-weight:700}
h3{font-size: 22px;font-weight:700}
h4{font-size: 20px;font-weight:700}
h5,h6{font-size: 16px;font-weight: normal}
h6{font-style: italic;}


header{
    position: relative;
    width: 100%;
    height: 155px;
    display: block;
}
header .toprow{
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color:#1aad1a;
    z-index: 0;
}

header .logocover{
    width: 31%;
}

header .logocover a,
header .logocover span{
    display: inline-block;
    width: auto;
    margin: 0px 10px 0px 0px;
    float: left;
}


header .menuwrapper{
    padding-top: 30px;
    display: table;
    text-align: center;
    width: 40%;
}
header .menuwrapper ul{
    display: table;
    text-align: left;
    position: relative;
    vertical-align: top;
    width: 100%;    
}

header .menuwrapper ul li{
    display: inline-block;
    text-align: center;
    padding:0px;
    float: left;
    border-right:1px solid #f5f5f5;
}

header .menuwrapper ul li a{
    display: block;
    position: relative;
    border-bottom: 5px solid #fff;
    padding: 48px 25px 42px 25px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    overflow: hidden;
    color:#333;
}

/*header .menuwrapper ul li a:before{
    content: '';
    display: block;
    width: 0px;
    height: 0px;
    border: 6px solid #1aad1a;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -3px;
    margin-top: 0px;
}*/

header .menuwrapper ul li:hover a,
header .menuwrapper ul li:focus a,
header .menuwrapper ul li.active a,
header .menuwrapper ul li a:hover ,
header .menuwrapper ul li a:focus ,
header .menuwrapper ul li a.active{
    border-bottom: 5px solid #1aad1a;
    padding: 48px 25px 42px 25px;
    color:#1aad1a;
}

header .menuwrapper ul li:hover a:before,
header .menuwrapper ul li:focus a:before,
header .menuwrapper ul li.active a:before,
header .menuwrapper ul li a:hover:before,
header .menuwrapper ul li a:focus:before,
header .menuwrapper ul li a.active:before{
    margin-top: -12px;
}

/*header .menuwrapper ul li a:hover,
header .menuwrapper ul li a:focus{
    background-color: #f5f5f5;
    color:#000;
}*/

header .headerRight{
    text-align: right;
    display: block;
    position: relative;
    padding: 0px;
    width: 29%;
}
header .headerRight label{
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    margin: 0px;
}
header .headerRight label.email{
    line-height: 41px;
    height: 41px;
    text-align: right;
}
header .headerRight label.email a{
    display: inline-block;
    line-height: 41px;
    color: #6fff6f;
    font-size: 17px;
    font-weight: 300;
}

header .headerRight .linkbox{
    display: block;
    text-align: right;
    line-height: normal;
    padding: 48px 0px 17px 0px;
}
header .headerRight .linkbox label{
    line-height: normal;
    height: auto;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #999999;
}
header .headerRight .linkbox label a{
    line-height: normal;
    font-weight:bold;
    color:#000;
    font-size: 18px;
}
header .headerRight .linkbox label a.email{
    line-height: normal;
    font-weight:300;
    color:#1aad1a;
    font-size: 18px;
}

section.slider{}
section.slider #pageslider{}
section.slider #pageslider .carousel-indicators{display:none;margin:0px;width:auto;}
section.slider #pageslider .carousel-control .ghr-chevron-left,
section.slider #pageslider .carousel-control .icon-prev,
section.slider #pageslider .carousel-control .ghr-chevron-right,
section.slider #pageslider .carousel-control .icon-next{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0px;
    left: 0px;
    padding: 0px;
    top: auto;
    background: #fff;
}

.ghr-chevron-left:before,
.ghr-chevron-right:before{
    content:"\e257";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    text-shadow: none;
    color: #d5d5d5;
    font-size: 22px;
}
.ghr-chevron-right:before{
    content:"\e258";
}

section.slider #pageslider .carousel-control .icon-next .ghr-chevron-left:before{}
section.slider #pageslider .carousel-control .icon-prev .ghr-chevron-right:before{}

section.slider #pageslider .carousel-control .ghr-chevron-right,
section.slider #pageslider .carousel-control .icon-next{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0px;
    left: 0px;
    padding: 0px;
}

section.slider #pageslider .carousel-inner{
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

section.slider #pageslider .carousel-inner .item{
    position: absolute;
    left: 0%;
    top:0%;
    display: block;
    /*-moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);*/
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    
}

section.slider #pageslider .carousel-inner .item.active{
    position: relative;
    left: 0%;
    top:0%;
    height: auto;
    /*-moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.carousel-control{
    width: 40px;
    height: 40px;
    left: 0px;
    bottom: 10px;
    top: auto;
}
.carousel-control.right{left: 50px;}

#pageslider .carousel-control.left,
#pageslider .carousel-control.right,
#pageslider .carousel-indicators{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    left:45px
}
#pageslider .carousel-control.right{
    left: 90px;
}

#pageslider:hover .carousel-control.left,
#pageslider:hover .carousel-control.right,
#pageslider:focus .carousel-control.left,
#pageslider:focus .carousel-control.right,
#pageslider:hover .carousel-indicators,
#pageslider:focus .carousel-indicators{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
#pageslider .carousel-control.left:hover span:before,
#pageslider .carousel-control.right:hover span:before,
#pageslider .carousel-control.left:focus span:before,
#pageslider .carousel-control.right:focus span:before{
    color:#1aad1a;
}

.pageFooter{
    position:relative;
    padding:35px 160px 35px 20px;
}
.pageFooter .designby{
    display: block;
    position: absolute;
    width: auto;
    height: 70%;
    right: 25px;
    top: 15%;
    padding: 0px;
}
.pageFooter .designby a {
    display: inline-block;
}
.pageFooter .designby img{
    display:block;
    width:auto;
    height:100%;
    max-height:100%;
}

/*
@-webkit-keyframes slmove {
    from {left: 100%;top:0%;}
    to {left: 0%;}
} 


@keyframes slmove {
    from {
        left: 0%;top:0%;
    }
    to {
        left: -100%;top:50%;
    }
}
*/

/*.carousel.slide > .item {
    -webkit-transition: all 2s ease-in-out !important;
    -moz-transition: all 2s ease-in-out !important;
    -ms-transition: all 2s ease-in-out !important;
    -o-transition: all 2s ease-in-out !important;
    transition: all 2s ease-in-out !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    left: 100%;
}

.carousel.slide > .item.active {
    -webkit-transition: all 2s ease-in-out !important;
    -moz-transition: all 2s ease-in-out !important;
    -ms-transition: all 2s ease-in-out !important;
    -o-transition: all 2s ease-in-out !important;
    transition: all 2s ease-in-out !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    left: 0% !important;
}*/

/*
.carousel.slide .item {
  opacity: 0;
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  left: 0 !important;
}

.carousel.slide .active {
  opacity: 1 !important;
}

.carousel.slide .left {
  opacity: 0 !important;
  -webkit-transition: opacity 0.5s ease-in-out !important;
  -moz-transition: opacity 0.5s ease-in-out !important;
  -ms-transition: opacity 0.5s ease-in-out !important;
  -o-transition: opacity 0.5s ease-in-out !important;
  transition: opacity 0.5s ease-in-out !important;
}

.carousel.slide .carousel-control {
  opacity: 1 !important;
}

*/

.tableBlock{
    display: table;
    width:100%;
    float: none;
    text-align: left;
}
.tableBlock > .tablecell{
    display: table-cell;
    float: none;
    text-align: left;
    vertical-align: middle;
    width: 50%;
}
.tableBlock > .tablecell.title{
    display: table-cell;
    width: 40%;
    padding: 0px;
    vertical-align: middle;
}
.tableBlock > .tablecell.serviceList{
    width:60%;
}

section.serviceSection{
    background: #f3f3f3;
    padding: 73px 0px;
}

section.serviceSection .title,
.contentCover .contentbox .contentTitle{
    display: block;
    font-size: 48px;
    font-weight: 300;
    line-height: 68px;
    /*margin: 10px 0px 40px 0px;*/
    margin: 0px;
}
section.serviceSection .title span.gr,
.contentCover .contentbox .contentTitle span.gr{color:#000;}

.contentCover .contentbox .subtitle{
    margin: 0px;
    font-size: 24px;
    line-height: 48px;
    font-weight: 300;
    color: #333;
}

section.serviceSection .serviceList{
    padding: 0px;
}
section.serviceSection .serviceList .listbox{
    position: relative;
    width: 29%;
    margin: 10px 2%;
    display: block;
    padding: 0px;
}
section.serviceSection .serviceList .listbox .listLink{
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto;
}
section.serviceSection .serviceList .listbox .listLink a{}

.listbox .listLink .iconcover{
    display: block;
    width: 100%;
    max-width: 150px;
    margin: 0px auto;
    background: #fff;
    border-radius: 100%;
    padding: 20px 0px;
}
.listbox .listLink .iconcover img{
    display: block;
    max-width: 65px;
    margin: 0px auto;
}
.listbox .listLink .title{
    display: block;
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin: 0px;
}

.contentCover{
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 60px 0px;
}
.contentCover .contentimg{
    text-align: right;
    position: relative;
    padding: 25px 0px;
    display: block;
}
.contentCover .contentimg img{
    display: inline-block;
    width: auto;
    margin-right: 10px;
    max-width:100%;
}
.contentCover .contentbox{
    display: block;
    position: relative;
    padding: 2% 0px 0px 5%;
}
/*
.contentCover .contentbox .contentTitle{
    display: block;
    text-align: left;
    font-size: 32px;
    font-weight: 500;
    margin: 20px 0px;
}

.contentCover .contentbox .contentTitle span{color:#000;}
*/
.contentCover .contentbox ul{
    margin: 0px;
    display: block;
    text-align: left;
    padding: 0px;
    margin-bottom: 20px;
}
.contentCover .contentbox ul li{
    display: block;
    padding: 10px 0px 10px 30px;
    margin: 0px;
    line-height: normal;
    font-size: 24px;
    font-weight: 300;
    color: #666666;
    line-height: normal;
    position: relative;
}

.contentCover .contentbox ul li:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0px;
    top: 15px;
    background: url(../images/li_bullet.png) left top no-repeat
}

.contentCover .contentbox a{
    display: block;
    margin: 0px;
    font-size: 20px;
    font-weight: 300;
}

.pageFooter{
    padding: 35px 160px 35px 0px;
    background: #333;
    text-align: center;
    height: 92px;
}

.pageFooter .copyright{
    font-family: 'Roboto';
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}
.pageFooter a.footerlink{
    font-family: 'Roboto';
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 10px;
    border-left: 1px solid #fff;
}
.pageFooter a.footerlink:hover,
.pageFooter a.footerlink:focus{}

.pageBanner{
    display: block;
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
    border-top: 1px solid #393a3e;
}
.pageBanner img{
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 0;
    width: 100%;
    height: auto;
}
.pageBanner .bannercontent{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.pageBanner .bannerTitle{
    display: block;
    position: relative;
    height: 100%;
}

.pageBanner .pageTitle{
    position: absolute;
    left: 0px;
    bottom: 30px;
    font-weight: bold;
    font-size: 33px;
}

.breadCumCover{
    display: block;
    background: #f3f3f3;
    line-height: 28px;
    padding: 10px 0px;
    height: 48px;
    font-size: 14px;
    color: #333;
}

.breadCumCover .link{
    line-height: normal;
    font-size: 14px;
    padding-right: 20px;
    margin-right: 10px;
    position: relative;
    color: #333;
}

.breadCumCover .link:after {
    content: '/';
    position: absolute;
    right: 0px;
    top: 0px;
    color: inherit;
}

.breadCumCover .bread{
    color: #1aad1a;
}

.contentCover.aboutus,
.contentCover.faq{
    padding-bottom: 100px;
}

.contentCover.aboutus .title,
.contentCover.faq .title{
    font-size: 32px;
    font-weight: 300;
    color: #333;
    margin: 0px 0px 60px 0px;
}

.contentCover.aboutus .title strong,
.contentCover.faq .title strong{
    color:#1aad1a;
}

.contentCover.aboutus .contentimg{
    display: block;padding: 0px;
}

.contentCover.aboutus .contentimg img{
    width: 100%;
}

.contentCover.aboutus .contentbox{
    padding: 0px 10px 0px 20px;
    margin: 0px;
    text-align: left;
    position: relative;
    top: -15px;
}

.contentCover.aboutus .contentbox li{
    font-size: 17px;
    font-weight: normal;
    line-height: 24px;
}

.faqlist{
    display: block;
    width: 100%;
    height: auto;
    padding: 0px;
    position: relative;
}
.faqlist .faq{
    display: block;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.faqlist .faq li{
    position: relative;
    line-height: 25px;
    display: block;
    padding: 8px 0px;
}
.faqlist .faq li .question{
    position: relative;
    width: 100%;
    display: block;
    line-height: 20px;
    padding: 15px 65px 12px 65px;
    background: #f3f3f3;
    border-radius: 4px;
    overflow: hidden;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}
.faqlist .faq li .question:before,
.faqlist .faq li .question:after{
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/faq-icon.png) left top no-repeat;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -8px;
}

.faqlist .faq li .question:after{
    content: '';
    left: auto;
    right: 30px;
    background-position: 0px -16px;
}

.faqlist .faq li .ans{
    padding:0px;
    border: 1px solid #000;
    border-top: 0px;
    font-size: 15px;
    color: #333;
    font-weight: normal;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    height: 0px;
    overflow: hidden;
}

.faqlist .faq li.open .ans p{}
.faqlist .faq li.open .ans ol,
.faqlist .faq li.open .ans ul{
    display: block;
    padding: 0px;
    padding-left: 20px;
}

.faqlist .faq li.open .ans ol li,
.faqlist .faq li.open .ans ul li{
    display: list-item;
    list-style-position: outside;
    padding-left: 10px;
}

.faqlist .faq li.open .ans > a{
    display: block;
    padding: 5px;
}

.faqlist .faq li.open .ans p a,
.faqlist .faq li.open .ans strong{
    font-weight: bold;
    display: inline-block;
    padding: 1px 5px;
    border-bottom:1px solid #1aad1a;;
}
.faqlist .faq li.open .ans strong,
.faqlist .faq li.open .ans b{
    color: #1aad1a;
}
.faqlist .faq li.open .ans a:hover,
.faqlist .faq li.open .ans a:focus{
    background: #1aad1a;
    color:#fff;
}

.faqlist .faq li.open .question,
.faqlist .faq li:hover .question,
.faqlist .faq li:focus .question{
    background: #1aad1a;
    color: #fff;
    border-radius: 4px 4px 0px 0px;
}
.faqlist .faq li.open .question:before,
.faqlist .faq li:hover .question:before,
.faqlist .faq li:focus .question:before{
    content: '';
    background-position: -16px 0px;
}

.faqlist .faq li.open .question:after{
    content: '';
    background-position: -16px -16px;
}
.faqlist .faq li.open .ans{
    padding: 40px 65px;
    border-color: #1aad1a;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    height: auto;
}



@media screen and (max-width:1024px){
    .container{
        width:100%;
        max-width: 100%;
    }
}

@media screen and (max-width:992px){
    header{
        width: 100%;
        left: 0% !important;
        height: auto;
    }
    .container{
        width:100%;
        max-width: 100%;
    }
    header .logocover{
        padding: 0px;
    }
    header .headerRight .linkbox{
        /*background-color: #1aad1a;*/
    }
    header .headerRight .linkbox label{
        font-size: 14px;
        padding: 0px;
        line-height: normal;
        font-weight: normal;
        color: #fff;
        display: block;
        text-align: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    header .headerRight .linkbox label a{
        font-size: 16px;
        line-height: normal;
        color: #fff;
        display: block;
        margin-bottom: 5px;
        font-weight: normal;
        text-transform: lowercase;
    }

    header .menuwrapper ul li:hover a,
    header .menuwrapper ul li:focus a,
    header .menuwrapper ul li.active a,
    header .menuwrapper ul li a:hover,
    header .menuwrapper ul li a:focus,
    header .menuwrapper ul li a.active,
    header .menuwrapper ul li a{
        padding-left:20px;
        padding-right:20px;
        font-size: 18px;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    header .logocover a{
        
    }
    header .headerRight{
        width: 30%;
        position: absolute;
        right: 0px;
        top: 0px;
        background: #1aad1a;        
        height: 100%;
    }

    header .logocover a img,
    header .logocover span img{
        height: 125px;
        width: auto;
/*        max-width: 100%;
        height: auto;
        max-height: 100%;*/
    }
    header .logocover a.HeaderLogo-1 img{}
    .listbox .listLink .title{
        padding: 15px 10px 5px 10px;
        font-size: 16px;
        font-weight: 400;
        margin: 0px;
        line-height: normal;
    }
    .pageBanner .bannerTitle{
        width: 90%;
    }
    header .headerRight .linkbox{
        padding: 5px;
        
        margin-right: 0px;
    }
    section.serviceSection{
        padding: 45px 0px;
    }
    .contentCover{
        padding:10px 0px;
    }
    .contentCover.aboutus .title, .contentCover.faq .title{
        margin: 20px 0px 20px 0px;
        font-size: 26px;
    }

}
@media screen and (max-width:767px){
    .container{
        width:100%;
        max-width: 100%;
    }
    header{
        padding-bottom: 45px;
        height: 190px;
        position: relative;
    }
    header.header:before {
        content: '';
        width: 100%;
        height: 45px;
        background: #f5f5f5;
        position: absolute;
        left: 0px;
        bottom: 0px;
        border-top: 1px solid #d5d5d5;
    }
    header .logocover a img,
    header .logocover span img{
        height: 145px;
    }

    header .menuwrapper{
        position: absolute;
        left: 0px;
        width: 100%;
        bottom: 0%;
        padding: 0px;
        line-height: normal;
        line-height: 45px;
        height: 45px;
    }
    
    header .menuwrapper ul li {
        display: inline-block;
        text-align: center;
        padding: 0px;
        float: left;
        width: 33.33%;
        height: 45px;
        line-height: 45px;
    }
    header .logocover{
        width: 45%;
    }
    header .headerRight{
        width: 55%;
        float: right;
        position: relative;
        background: transparent;
    }
    header .headerRight .linkbox{padding:45px 0px 15px 0px;}
    header .headerRight .linkbox label,
    header .headerRight .linkbox label a{
        display: inline-block;
        color: #000;
        font-size: 18px;
        text-align: right;
        line-height: normal;
    }
    header .headerRight .linkbox label a{}
    

    header .menuwrapper ul li a{
        padding: 0px;
        line-height: 45px;
        border: 0px;
        color: #1aad1a;
    }
    header .menuwrapper ul li:hover a,
    header .menuwrapper ul li:focus a,
    header .menuwrapper ul li.active a,
    header .menuwrapper ul li a:hover,
    header .menuwrapper ul li a:focus,
    header .menuwrapper ul li a.active{
        color: #fff;
        padding: 0px;
        margin:0px;
        border:0px;
        background-color: #1aad1a;
    }
    
    

    header .menuwrapper ul li:hover,
    header .menuwrapper ul li:focus,
    header .menuwrapper ul li.active{background: #1aad1a;color:#fff;}

    header .menuwrapper ul li:hover a:before,
    header .menuwrapper ul li:focus a:before,
    header .menuwrapper ul li.active a:before,
    header .menuwrapper ul li a:hover:before,
    header .menuwrapper ul li a:focus:before,
    header .menuwrapper ul li a.active:before{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0px;
        top: -0%;
        box-shadow: inset 0px 0px 5px 2px rgba(0,0,0,0.5);
        margin: 0px;
    }
    header .menuwrapper ul li a:before{content:'';padding: 0px;margin:0px;border:0px;}
    .contentCover .contentimg img {
        width: 80%;
        height: auto;
        margin: 0px auto;
        display: block;
    }
    .contentCover .contentimg {
        width: 80%;
        float: none;
        display: block;
        margin: 0px auto;
    }
    .contentCover .contentbox {
        padding: 0px;
        width: 80%;
        float: none;
        display: block;
        margin: 0px auto;
    }
    .pageFooter{padding:35px 160px 35px 60px;}
    .pageFooter .copyright{padding:0px 20px;display:block;}
}

@media screen and (max-width:679px){
    header .logocover{width: 50%;}
    header .headerRight{width: 50%;}
    header .headerRight .linkbox label,
    header .headerRight .linkbox label a{font-size: 16px;}
    
    header .logocover a img,
    header .logocover span img{
        width: auto;
        
        max-height: 100%;
        margin: 0px auto;
        display: block;
    }
    section.serviceSection .title{
        margin-bottom: 20px;
    }
    section.serviceSection{padding: 35px 0px;}
    section.serviceSection .serviceList .listbox{
        width: 40%;
        margin: 15px 5%;
        background: rgba(255,255,255,1);
        border: 1px solid #f1f1f1;
        box-shadow: 2px 2px 2px 0px #999;
    }
    .listbox .listLink .iconcover{
        width: 100%;
        max-width: 100%;
        padding: 10px 0px;
    }

    .listbox .listLink .iconcover img{
        width: auto;
        max-width: none;
        max-height: 75px;
    }
    .tableBlock > .tablecell.title,
    .tableBlock > .tablecell.serviceList{
        display: block;width: 100%;
    }
    .tableBlock > .tablecell.title .title{
        font-size: 34px;
        line-height: normal;
        text-align: left;
        font-weight: 400;
        width: 90%;
        margin: 0px auto;
    }
    .listbox .listLink .title{
        padding: 10px 0px;
        line-height: 30px;
        background: rgba(0,0,0,0.1);
    }
    .contentCover{
        padding: 25px;
    }
    /*.contentCover .contentimg{
        width: 40%;
        float: left;
    }
    .contentCover .contentimg img{
        width: 90%;
        height: auto;
        margin: 0px auto;
        display: block;
    }
    .contentCover .contentbox{
        padding: 0px;
        width: 60%;
        float: right;
    }
    */
   .contentCover .contentimg img {
        width: 80%;
        height: auto;
        margin: 0px auto;
        display: block;
    }
    .contentCover .contentimg {
        width: 80%;
        float: none;
        display: block;
        margin: 0px auto;
    }
    .contentCover .contentbox {
        padding: 0px;
        width: 80%;
        float: none;
        display: block;
        margin: 0px auto;
    }
    .pageFooter{
        padding:15px 160px 35px 60px;
        height: auto;
    }

    .pageFooter .copyright{
        display: block;
        padding: 10px 0px;
    }

    .contentCover.aboutus .title, .contentCover.faq .title{
        margin: 20px 0px 20px 0px;
        font-size: 26px;
    }

    .pageBanner img{
        height: 150px;
        width: 100%;
    }
    .faqlist .faq li.open .ans{
        padding:10px;
    }
    .contentCover.aboutus, .contentCover.faq{
        padding: 20px 0px;
    }
    header .logocover a img,
    header .logocover span img {
        height: 115px;
    }
    header .headerRight .linkbox label,
    header .headerRight .linkbox label a {
        font-size: 15px;
    }

}

@media screen and (max-width:479px){
    
    header{
        height:170px
    }
    header .logocover {
        width: 30%;
    }
    header .headerRight {
        width: 70%;
    }
    header .headerRight label.email{padding: 0px;}
    header .headerRight .linkbox label{color:#fff; font-size: 16px;}
    header .headerRight .linkbox label a{color:#6fff6f; font-size: 16px;}
    header .toprow{height: 100%;top:auto;bottom: 45px;}
    header .headerRight .linkbox{
        padding: 0px 0px;
        text-align: right;
    }
    section.serviceSection .title{font-size: 24px;font-weight: 400;}
    section.serviceSection{padding:10px;}
    section.serviceSection .title{margin:0px;}
    section.serviceSection .serviceList .listbox{
        margin: 10px 10%;
        width: 80%;
    }
    .contentCover{
        padding: 20px 0px;
    }
    .contentCover .contentimg,
    .contentCover .contentbox{
        float: none;
        width: 100%;
        height: auto;
        padding: 0px;
    }
    .contentCover .contentimg img {
        width: auto;
        padding: 0px;
        height: 150px;
    }
    .contentCover.aboutus .contentimg img {
        width: 100%;
        height: auto;
    }
    .contentCover.aboutus .contentbox{
        top:0px;
    }
    .faqlist .faq li{
        padding:5px 0px;
    }
    .faqlist .faq li .question{
        padding: 10px 30px;
        font-size: 14px;
        font-weight: 400;
    }

    .faqlist .faq li .question:before,
    .faqlist .faq li.open .question:before,
    .faqlist .faq li:hover .question:before,
    .faqlist .faq li:focus .question:before{
        content:'';
        left: 5px;
    }

    .faqlist .faq li .question:after,
    .faqlist .faq li.open .question:after,
    .faqlist .faq li:hover .question:after,
    .faqlist .faq li:focus .question:after{
        content:'';
        right: 5px;
    }
    
    header .logocover,
    header .headerRight{display: block;width:50%;}
    header .logocover a{}
    header .logocover a img,
    header .logocover span img{
        height: 110px;
    }
    header .container{
        padding: 0px;
    }

    header .logocover a.HeaderLogo{
        width: 55%;
        height: auto;
        overflow: hidden;
        margin-right: 2%;
        background: #fff;
        height: 110px;
    }
    header .logocover span.HeaderLogo-1{
        width: 30%;
        height: auto;
        float: left;
        background: #fff;
        height: 110px;
    }
    header .logocover a.HeaderLogo-1 img{
        width: 100%;height: auto;
    }
    header .headerRight .linkbox label{
        font-size: 14px;
        text-align: left;
    }
    header .menuwrapper ul li a{
        font-size: 16px;
        font-weight: bold;
    }
    .pageFooter .copyright,
    .pageFooter a.footerlink{
        font-size: 14px;
        padding: 0px 10px;
        margin: 5px 0px;
    }
    .pageFooter .designby{
        height: 50%;
        right: 20px;
    }
    .pageFooter {
        padding: 15px 160px 35px 10px;
        height: auto;
    }

}