.menu li a, .menu ul li a {
    font-weight: 400;
    display: block;
}
.responsive-menu, .wrapper {
    box-sizing: border-box;
    -moz- box-sizing: border-box;
    -webkit- box-sizing: border-box;
    -o- box-sizing: border-box;
}
.clr, .clr-10, .clr-20, .clr-30, .clr-40, .clr-60 {
    clear: both;
}
body {
    font-family: Lato, sans-serif;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
.wrapper {
    width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
}
.fullwidth-row {
    width: 100%;
    margin: 0;
    padding: 0;
}
.clr-10 {
    height: 5px;
}
.clr-20 {
    height: 20px;
}
.clr-30 {
    height: 30px;
}
.clr-40 {
    height: 40px;
}
.clr-60 {
    height: 60px;
}
.top-color-bar {
    background: url(../images/top-color-bar.jpg) repeat-x;
    height: 5px;
}
.menu ul ul:after, .menu ul:after {
    content: " ";
    height: 0;
    pointer-events: none;
}
.logo {
     width:  50%;
     float: left;
}
.logo img {
    width:  77%;
}
.sml-top-nav {
    float: right;
    margin-top: 1%}
.sml-top-nav .sml-nav {
    margin: 0;
    padding: 0;
}
.sml-top-nav .sml-nav li {
    list-style: none;
    margin: 10px 0 0 25px;
    padding: 0;
    float: left;
}
.sml-top-nav .sml-nav li a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
}
.space01 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.bord-bottom {
    border-bottom: #cacaca solid 1px;
}
.menu-bg {
    background-color: transparent;
}
.menu ul, nav {
    background: #fff;
}
nav {
    display: block;
}
.menu {
    display: block;
    margin: 0;
    padding: 0;
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
    text-align: center;
}
.menu li:first-child {
    margin-left: 0;
}
.menu li a {
    font-size: 18px;
    text-decoration: none;
    padding: 20px 18px;
    color: #005bb6;
    transition: all .2s ease-in-out 0s;
}
.menu ul, .menu ul ul {
    transition: all .2s ease-out;
}

 

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 330px;
    position: absolute;
    left: 0;
    z-index: 99;
    transform: translate(0, 20px);
}
.menu ul:after {
    bottom: 100%;
    left: 18%;
    border: solid transparent;
    width: 0;
    position: absolute;
    border-color: rgba(233, 232, 232, 0);
    border-bottom-color: #282828;
    border-width: 6px;
    margin-left: -6px;
}
.menu ul li {
    width: 100%;
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    border-bottom: solid #bababa 1px;
    text-align: left;
}
.menu ul li a {
    font-size: 16px;
    color: #fff;
    background: #282828;
}
.menu ul li a span {
    font-size: 13px;
    color: #a4a4a4;
}
.menu ul li a:hover, .menu ul li:hover>a {
    background: #005bb6;
    color: #fff;
}
.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
.menu ul ul {
    left: 169px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px, 20px);
}
.menu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    width: 0;
    position: absolute;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}
.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
.responsive-menu {
    display: none;
    width: 100%;
    padding: 15px;
    background: 0 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.nav-icon02, .web-icon {
    height: 38px;
    display: inline-block;
    margin: 0 37%}
.text-center, .text-center2 {
    line-height: 30px;
    font-weight: lighter;
}
.responsive-menu:active, .responsive-menu:hover, .responsive-menu:visited {
    background: #454545;
    color: #fff;
    text-decoration: none;
}
a.homer {
    background: 0 0;
}
.web-icon {
    background: url(../images/web-design-icon.png) no-repeat;
    width: 50px;
}
.nav-icon02 {
    background: url(../images/nav-icon02.png) no-repeat;
    width: 50px;
}
.nav-icon03 {
    background: url(../images/nav-icon03.png) no-repeat;
    width: 50px;
    height: 45px;
    display: inline-block;
    margin: 0 37%}
.nav-icon04, .nav-icon05 {
    width: 50px;
    height: 38px;
    display: inline-block;
    margin: 0 37%}
.nav-icon04 {
    background: url(../images/nav-icon04.png) no-repeat;
}
.nav-icon05 {
    background: url(../images/graphic-icon.png) no-repeat;
}
.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd";
    margin-left: 12px;
    font-size: 19px;
}
.resp-menu {
    display: none!important;
}
.mobile-view {
    display: none;
}
@media (min-width:768px) and (max-width:979px) {
    .mainWrap {
    width: 768px;
}
.menu ul {
    top: 100px;
}
.menu li a {
    font-size: 15px;
    padding: 20px 15px;
}
a.homer {
    background: 0 0;
}
}@media (max-width:768px) {
    .menu ul, .menu ul ul {
    left: 0;
    transform: initial;
}
.menu li:hover>ul, .menu li>ul ul:hover, .menu ul, .menu ul ul {
    transform: initial;
}
.menu {
    display: none;
}
.responsive-menu {
    display: block;
    background: 0 0;
}
.nav-icon02, .nav-icon03, .nav-icon04, .nav-icon05, .web-icon {
    display: none;
}
nav {
    margin: 0;
    background: 0 0;
}
.menu li {
    display: block;
    margin: 0;
    text-align: left;
}
.menu li a {
    background: #fff;
    color: #797979;
}
.menu li a:hover, .menu li:hover>a {
    background: #454545;
    color: #fff;
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    width: 100%}
.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    position: relative;
}
}.cent-align, .slide-txt, .text-center, .text-center2 {
    text-align: center;
}
@media (max-width:767px) {
    .menu ul, .menu ul ul {
    left: 0;
    transform: initial;
}
.menu li:hover>ul, .menu li>ul ul:hover, .menu ul, .menu ul ul {
    transform: initial;
}
.mainWrap {
    width: auto;
    padding: 50px 20px;
}
.menu, .nav-icon02, .nav-icon03, .nav-icon04, .web-icon {
    display: none;
}
.responsive-menu {
    display: block;
    background: 0 0;
}
nav {
    margin: 0;
    background: 0 0;
}
.menu li {
    display: block;
    margin: 0;
}
.menu li a {
    background: #fff;
    color: #797979;
}
.menu li a:hover, .menu li:hover>a {
    background: #454545;
    color: #fff;
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    width: 100%}
.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    position: relative;
}
}.slider-inner {
    width: 100%!important;
}
.featured-clients {
    width: 80%;
    margin: 30px auto 0;
}
.div-container {
    width: 80%;
    margin: 0 auto;
}
.client-list {
    list-style: none;
    width: 33%;
    float: left;
    display: block;
    height: 100px;
    cursor: pointer;
    margin: 10px 0 0;
}
.client01 {
    background: url(../images/feat-logo01.png) center center no-repeat;
}
.client01:hover {
    background: url(../images/feat-logo-hover.png) center center no-repeat;
}
.client02 {
    background: url(../images/feat-logo02.png) center center no-repeat;
}
.client02:hover {
    background: url(../images/feat-logo02-hover.png) center center no-repeat;
}
.client03 {
    background: url(../images/feat-logo03.png) center center no-repeat;
}
.client03:hover {
    background: url(../images/feat-logo03-hover.png) center center no-repeat;
}
.client04 {
    background: url(../images/feat-logo05.png) center center no-repeat;
}
.client04:hover {
    background: url(../images/feat-logo05-hover.png) center center no-repeat;
}
.client05 {
    background: url(../images/feat-logo04.png) center center no-repeat;
}
.client05:hover {
    background: url(../images/feat-logo04-hover.png) center center no-repeat;
}
.client06 {
    background: url(../images/feat-logo06.png) center center no-repeat;
}
.client06:hover {
    background: url(../images/feat-logo06-hover.png) center center no-repeat;
}
.client07 {
    background: url(../images/feat-logo07.png) center center no-repeat;
}
.client07:hover {
    background: url(../images/feat-logo07-hover.png) center center no-repeat;
}
.client08 {
    background: url(../images/feat-logo08.png) center center no-repeat;
}
.client08:hover {
    background: url(../images/feat-logo08-hover.png) center center no-repeat;
}
.text-center {
    color: #000;
    font-size: 20px;
}
.text-center2 {
    color: #fff;
    font-size: 20px;
}
.btn-more, .btn-more:hover {
    color: #FFF;
    text-decoration: none;
}
.divder {
    background: #ccc;
    height: 1px;
    width: 100%}
.btn-more {
    background: #a6ce39;
    border-radius: 30px;
    padding: 18px 35px;
    font-size: 20px;
    display: inline-block;
}
.btn-more:hover {
    background: #1fb2e7;
    transition: all .2s ease-in;
    outline: 0;
}
.blue-txt {
    color: #1fb2e7;
    line-height: 50px;
    font-weight: 700;
}
.blue-txt span, .sub-txt {
    color: #000;
}
.sub-txt {
    font-size: 20px;
    font-weight: lighter;
}
.black-txt {
    color: #3b3b3b;
    font-size: 55px;
    font-weight: 700;
}
.container-box-rgt {
    width: 41%;
    float: right;
}
.container-box-lft {
    width: 49%;
    float: left;
}
.usp-icons-container {
    float: left;
    width: 25%;
    margin-top: 10%}
.usp-txt {
    float: left;
    width: 70%;
    overflow: hidden;
}
.usp-txt h3 {
    font-size: 25px;
    color: #000;
    font-weight: 700;
    clear: both;
    margin-bottom: 20px;
    text-align: left;
}
.usp-txt p, .usp-txt ul li {
    font-size: 18px;
    color: #000;
    font-weight: lighter;
    text-align: left;
    line-height: 30px;
}
.usp-txt ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.usp-txt ul li {
    margin-bottom: 20px;
}
.grey-strip {
    background: #4b4b4b;
    padding: 50px 0;
}
.disc-text {
    font-size: 35px;
    font-weight: 700;
    color: #FFF;
    float: left;
}
.disc-btn {
    font-size: 20px;
    font-weight: 700;
    color: #4b4b4b;
    float: right;
    border-radius: 30px;
    padding: 22px 40px;
    background: #F7BC00;
    text-decoration: none;
}
.disc-btn:hover {
    background: #a6ce39;
    color: #FFF;
    transition: all .2s ease-in;
    text-decoration: none;
}
.portfolio-box img, .portfolio-box:hover img {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.btn-arrow {
    margin-left: 10px;
}
.facts-record {
    width: 100%}
.facts-record-box li {
    width: 25%;
    float: left;
    text-align: center;
    list-style: none;
}
.facts-record-box li img {
    width: 50%;
    height: auto;
}
.facts-record-box p {
    font-size: 80px;
    text-align: center;
    font-weight: lighter;
}
.facts-record-box {
    font-size: 20px;
    margin: 0;
    padding: 0;
}
.scroll-div {
    background: url(../images/service-bg-new.jpg) center no-repeat fixed;
    background-size: cover;
    color: #FFF;
}
.usp-txt p a, .usp-txt p a:hover {
    color:  #000;
     text-decoration:  none;
}
.usp-icons-container .industry-icon {
    max-height:  90px;
}
.usp-txt h3 a {
    color:  #000;
     text-decoration:  none;
}

.sub-txt a,  .sub-txt a:hover  {
    font-weight:  lighter;
     color:  #000;
     text-decoration:  none;
}

.blue-txt a,  .blue-txt a:hover {
    color:  #1fb2e7;
     text-decoration:  none;
}

.text-center a,  .text-center a:hover  {
    color:  #000;
      text-decoration:  none;
}

.white-txt {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    text-align: center;
}

.white-txt a,  .white-txt a:hover {
    color:  #fff;
     text-decoration:  none;
}

.usp-txt ul li a,  .usp-txt ul li a:hover {
    color:  #000;
      text-decoration:  none;
}

.text-center2 a,  .text-center2 a:hover  {
    color:  #fff;
      text-decoration:  none;
}

.service-container-box-lft a, .service-container-box-lft a:hover, .service-container-box-rgt a, .service-container-box-rgt a:hover {
    color: #FFF;
    text-decoration: none;
}
.service-container-box-rgt {
    width: 45%;
    float: right;
}
.service-container-box-lft {
    width: 45%;
    float: left;
}
.serv-icon {
    float: left;
    width: 25%}
.serv-text {
    float: left;
    width: 70%;
    font-size: 20px;
}
.serv-text p {
    font-size: 22px;
    margin-bottom: 20px;
}
.serv-list {
    margin: 0;
    padding: 0;
}
.serv-list li {
    margin: 0 0 20px;
    padding: 0 0 0 45px;
    list-style: none;
    background: url(../images/arrow.png) left 5px no-repeat;
    font-size: 18px;
}
.grey-brd-rgt {
    border-right: solid 2px #3f4446;
}
.process-list {
    width: 100%;
    margin: 0;
    padding: 0;
}
.process-list li {
    width: 14.28%;
    float: left;
    list-style: none;
    padding: 20px;
    font-size: 21px;
    font-weight: lighter;
    text-align: center;
}
.process-list li span {
    background: #c2f046;
    width: 10%;
    height: 2px;
    display: block;
    margin: 20px auto 10px;
}
.color-green01 {
    background-color: #a6ce39;
}
.color-green02 {
    background-color: #98bf2e;
}
.portfolio-box {
    width: 50%;
    float: left;
    position: relative;
    border: 1px solid #fff;
    cursor: pointer;
    overflow: hidden;
}
.portfolio-box img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.portfolio-box .transparent-div {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999;
}
.portfolio-box .text-over-img {
    position: absolute;
    left: 0;
    z-index: 9999;
    padding: 15px;
    font-size: 18px;
    color: #fff;
    text-align: left;
    bottom: 0;
    width: 90%}
.portfolio-box .text-over-img img { width: auto;}
.portfolio-box:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
}
.port-container {
    position: relative;
    width: 49%;
    float: left;
    margin: 2px 0 0 2px;
}
.overlay, .port-container p, .text { position: absolute;}
.image, .overlay, .text {width: 100%}
.image {display: block; height: auto;}
.overlay {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #005bab;
}
.port-container p {
    z-index: 9;
    font-size: 18px;
    color: #fff;
    text-align: left;
    bottom: 10px;
    padding-left: 10px;
}
.port-container p img { margin: 0 0 10px;}
.port-container:hover .overlay {opacity: 1;  z-index: 99;}
.text {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.port-heading {
    font-size: 25px;
    font-weight: 600;
}
.footer-lft-sec, .txt-fild, .txt-wrap { font-weight: lighter;}
.newsletter-container {
    background: #005bab;
    padding: 40px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
}
.newsletter-input-wrapper {
    width: 80%;
    position: relative;
    margin: 0 auto;
}
.txt-wrap { width: 80%; margin: 0 auto;}
.txt-field-area {
    width: 46%;
    float: left;
    margin: 0 0 0 14px;
}
.txt-field-area2 { margin: -46px 0 0;}
.txt-fild {
    width: 96%;
    float: left;
    padding: 13px 5px;
    background: #FFF;
    color: #000;
    font-size: 16px;
    border: 0;
    margin: 0 14px 0 0;
}
.submit-btn {
    position: absolute;
    top: -2px;
    right: 0;
    font-size: 20px;
    color: #FFF;
    background: #005bab;
    border: 1px solid #fff;
    padding: 10px;
}
.footer { width: 100%}
.footer-lft-sec {
    width: 30%;
    float: left;
    font-size: 15px;
    line-height: 25px;
}
.footer-logo { margin-bottom: 18px;}
.footer-rgt-sec {
    width: 60%;
    float: left;
    margin-left: 10%}
.footer-rgt-sec .footer-col {
    width: 50%;
    float: left;
}
.footer-rgt-sec .footer-col-100 {
    width: 100%;
    float: left;
}
.footer-rgt-sec .footer-col-100 ul {
    margin: 0;
    padding: 0;
}
.footer-rgt-sec .footer-col-100 ul li {
    float: left;
    padding: 0 27px 0 0;
}
.footer-col p {
    font-weight: 700;
    font-size: 18px;
    color: #4d4d4d;
    margin-bottom: 20px;
}
.footer-col p a {
    font-weight: 700;
    font-size: 18px;
    color: #4d4d4d;
    text-decoration: none;
}
.footer-col p a:hover {
    color: #ccc;
    transition: all .2s ease-in;
}
.footer-nav01 {
    font-size: 18px;
    font-weight: 700;
    color: #4d4d4d;
    list-style: none;
}
.footer-nav01 li { margin-bottom: 10px;}
.footer-nav01 li a {
    text-decoration: none;
    color: #4d4d4d;
}
.footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-col li { margin-bottom: 10px;}
.footer-col li a {
    font-size: 15px;
    text-decoration: none;
    color: #4d4d4d;
}
.footer-col li a:hover {
    color: #ccc;
    transition: all .2s ease-in;
}
.social-icons {
    margin: 70px 0 20px;
    padding: 0;
}
.social-icons a { margin-right: 10px;}
.mobile-navigation {
    display: none!important;
}
.big-client-text {
    width: 100%;
    margin: 0 auto;
    color: #1fb2e7;
    font-size: 52px;
    font-weight: 700;
    text-align: center;
}
.banner {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.banner img {width: 100%}
.mobile-banner {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    display: none;
}
.mobile-banner img {
    width: 100%;
    height: 100%}
.address-heading {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin: 30px 0 50px;
}
.address-inner h1, .address-inner p {
    text-align: left;
    text-transform: none;
}
.address-inner {
    width: 35%;
    float: left;
    margin: 0 13px;
}
.address-inner img {
    width: 25%;
    height: auto;
    float: left;
    margin: 132px 35px 0 0;
}
.address-inner h1 {
    width: 100%;
    color: #787878;
    font-size: 20px;
    margin: 0 0 15px;
}
.address-inner p {
    width: 100%;
    color: #807f7f;
    font-size: 18px;
}
.address-inner p a { color: #000;}
.address-inner p a:hover {
    color: #807f7f;
    text-decoration: none;
}
.hide-container, .process-area {
    width: 100%;
    display: block;
}
.inner-none {
    display:  none;
}

.telto-call {
    float:  right;
     font-size:  20px;
     font-weight:  600;
 }

.telto-call a {
    color:  #0059a7;
 }

.telto-call a:hover {text-decoration:  none;}

.footer-lft-sec p a,  .footer-lft-sec p a:hover {
     color: #070000;
     text-decoration:  none;
 }

/*side bar contact form*/
.sidebar-contact {
    position: fixed;
    top: 60%;
    /*left: -350px;
    */transform: translateY(-50%);
     width: 350px;
    height: auto;
    padding: 40px;
      background: #fff;
  box-shadow: 0 20px 50px rgba(203, 199, 199, 0.82);
      box-sizing: border-box;
      transition: 0.5s;
      z-index:  999;
}

.sidebar-contact.active {  left: -350px;}

.sidebar-contact input, .sidebar-contact textarea {
      width: 100%;
      height: 36px;
      padding: 5px;
      margin-bottom: 10px;
      box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, .5);
      outline: none;
      font-size: 15px;
}

.sidebar-contact h2 {
     margin: 0 0 20px;
      padding: 0;
}

.sidebar-contact textarea {
     height: 60px;
      resize: none;
}

.sidebar-contact input[type="submit"] {
      background: #005baa;
      color: #fff;
      cursor: pointer;
      border: none;
      font-size: 18px;
}

.toggle {
    position: absolute;
      height: 48px;
      width: 48px;
      text-align: center;
      cursor: pointer;
      background: #a5cc39;
      top: 0;
      right: -48px;
      
	line-height: 48px;
}

.toggle:before {
    content: '\f00d';
    font-family: fontAwesome;
     font-size: 18px;
      color: #fff;
}

.toggle.active:before {
     content: '\2709';
      font-size:  30px;
}


/*end side bar contact form*/
