/*

Theme Name: hkinfoway

Theme URI: https://www.vyomoverseas.com



Author: HK Infoway



Author URI: https://www.hkinfoway.com/



Text Domain: hkinfoway

Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned.



hkinfoway is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.



 */



:root {

  --main-color: #ff6129;

}



* {

  box-sizing: border-box;

}



html {

  scroll-behavior: smooth;

}



.responsive {

  width: 100%;

  height: auto;

}



a:focus,

.btn:focus,

.form-control:focus {

  outline: none;

  box-shadow: none;

}



body p,

a,

span,

select,

label,

button,

input {

  font-family: "Roboto", sans-serif;

}



body h1,

h2,

h3,

h4,

h5,

h6 , strong {

  font-family: "Roboto", sans-serif;

}



::selection {

  background-color: #3390ff;

  color: #fff;

}



.btn {

  position: relative;

  overflow: hidden;

  transition: all .35s;

  z-index: 0;

  background-color: var(--main-color);

  color: #fff;

  border-radius: 6px;

  padding: 10px 20px;

  font-weight: bold;

  text-transform: uppercase;

  font-size: 16px;

  letter-spacing: 1px;

}



.btn:after {

  background: #fff;

  content: "";

  height: 155px;

  left: -75px;

  opacity: .2;

  position: absolute;

  top: -50px;

  transform: rotate(35deg);

  transition: all 550ms cubic-bezier(0.19, 0.9, 0.22, 0.9);

  width: 50px;

  z-index: -10;

}



.btn:hover:after {

  left: 120%;

  transition: all 550ms cubic-bezier(0.19, 0.9, 0.22, 0.9);

}



.btn:hover {

  color: #fff;

  box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);

}





/**********index page start************/





/*.sticky {

  position: fixed;

  top: 0;

  vertical-align: middle;

  width: 100%;

  box-shadow: 0 0px 1px rgb(0 0 0 / 25%), 0 5px 10px rgb(0 0 0 / 22%);  

  z-index: 999;

  background-color: #fff;

}

.sticky{

  margin-top: 0px;

}



.sticky + .content {

  padding-top: 60px;

  }*/



  .header-sec {

    width: 100%;

    height: auto;

    background-color: #fff;

    position: relative;

    z-index: 1;

  }



  .header-sec .navbar-area {

    background-color: #fff;

    z-index: 1000;

    border-bottom: 1px solid #efefef;

    width: 100%;

    height: auto;

    position: relative;

  }



  .navbar .navbar-brand img {

    position: relative;

    max-width: 200px;

    height: auto;

  }



  .navbar-nav .nav-item.active .nav-link i {

    color: #3a4d80;

  }



  .navbar-nav .nav-item.active .nav-link {

    color: var(--main-color);

  }



  .navbar-nav .nav-item .nav-link {

    color: #000;

    font-size: 16px;

    font-weight: 500;

    line-height: 24px;

    text-transform: capitalize;

    letter-spacing: 0;

    padding: 15px 14px;

    transition: 0.2s all ease-in-out;

    display: inline-block;

    margin: 0;

  }



  .navbar-nav .nav-item:hover .nav-link {

    color: var(--main-color);

  }



  .nav-item {

    display: inline-block;

    position: relative;

    background: none;

    border: none;

  }



  .dropdown-menu .dropdown-item {

    font-size: 14px;

    font-weight: 400;

    line-height: 25px;

    text-transform: capitalize;

    letter-spacing: 0;

    margin-bottom: 5px;

  }



  .dropdown-menu {

    min-width: 12rem;

    top: 100%;

    border: none;

    transition: all 0.5s ease-out;

    transform: translateY(0);

    margin-left: 0px;

    padding: 10px 0;

    width: 300px;

    border-radius: 5px;

    box-shadow: 0px 5px 20px rgb(0 0 0 / 15%);

  }



  .dropdown-item .drop-item-content {

    margin-left: 50px;

  }



  .drop-item-content .drop-item-heading {

    color: #0d0c22;

    font-size: 14px;

    font-weight: 500;

    line-height: 20px;

    margin-bottom: 0px;

    text-transform: capitalize;

  }



  .drop-item-content .drop-item-tagline {

    color: #6e6d7a;

    font-size: 12px;

    font-weight: 400;

    line-height: 16px;

    margin-top: 3px;

    text-transform: none;

    margin-bottom: 0px;

  }



  .dropdown:hover .dropdown-menu {

    display: block;

  }



  .dropdown-item:hover {

    color: var(--main-color);

    text-decoration: none;

    background: none;

  }



  div.dropdown-multicol {

    width: 40em;

  }



  div.dropdown-row>a.dropdown-item {

    display: inline-block;

    width: 38%;

  }





  /* Columns */



  div.dropdown-multicol2 {

    width: 40em;

  }



  div.dropdown-multicol2>div.dropdown-col {

    display: inline-block;

    width: 38%;

  }



  .dropdown-item>i {

    margin-right: 7px;

    font-size: 14px;

  }



  .header-sec .home-banner-area {

    background-color: #fff;

    width: 100%;

    height: auto;

    position: relative;

  }



  .banner-text-area .banner-heading {

    margin: 0.3rem 0 2.5rem;

    font-size: 48px;

    font-weight: 700;

    color: #000;

    line-height: 54px;

    font-weight: 700;

  }



  .banner-text-area .banner-small-text {

    font-weight: bold;

    color: #000;

    font-size: 20px;

  }



  .banner-text-area .banner-title {

    font-weight: bold;

    font-size: 32px;

    color: #000;

    margin-bottom: 3rem;

  }



  .home-banner-area {

    padding: 100px 0 150px 0;

    width: 100%;

    height: auto;

    position: relative;

  }



  .light-grey-bg {

    background-color: #f9fcff;

  }



  .services-sec {

    position: relative;

    width: 100%;

    height: auto;

    padding: 100px 0px;

    margin-bottom: 30px;

  }



  .services-sec .services-main-area {

    background-color: #fff;

    -webkit-box-shadow: 0 5px 50px rgb(156 185 226 / 20%);

    box-shadow: 0 5px 50px rgb(156 185 226 / 20%);

    border-radius: 6px;

    padding-bottom: 5.5rem;

    padding-top: 5.5rem;

    margin-top: -10.5rem;

    padding-left: 20px;

    padding-right: 20px;

  }



  .section-title {

    margin: 13px 0 1.3rem;

    color: #000;

    font-weight: 900;

    font-size: 36px;

    line-height: 2.4rem;

  }



  .larger-txt {

    color: #000;

    font-size: 18px;

    line-height: 32px;

    font-weight: 300;

  }



  .service-block {

    position: relative;

    display: block;

    margin-top: 1.5rem;

    margin-bottom: 1.5rem;

    padding: 0 15px;

  }



  .service-block>a {

    text-decoration: none;

  }



  .service-block>a>img {

    max-width: 16rem;

    margin: 1rem 3.6rem 2rem 3.6rem;

  }



  .service-block>a>h3 {

    font-size: 22px;

    color: #000;

    font-weight: bold;

    margin-bottom: 16px;

    -webkit-transition: all .3s;

    transition: 0.3s all ease-in-out;

  }



  .service-block>a>h4:hover {

    color: var(--main-color);

  }



  .service-block p {

    margin-bottom: 0px;

  }



  .service-block p{

    color: #000;

    font-size: 17px;

    text-decoration: none;

    font-weight: 300;

    -webkit-transition: all .3s;

    transition: 0.3s all ease-in-out;

    line-height: 30px;

  }



  .service-block p:hover {

    color: #ff6129 !important;

}



  .about-sec {

    width: 100%;

    height: auto;

    position: relative;

    padding: 50px;

  }



  .about-img-area img {

    margin: auto;

    max-width: 500px;

    display: block;

  }



  .about-sec .about-content-area .about-heading,

  .about-page-sec .who-content-area .who-heading {

    font-size: 28px;

    line-height: 40px;

    margin-bottom: 30px;

    font-weight: bold;

    text-transform: capitalize;

  }



  .about-sec .about-content-area .about-content,

  .who-content {

    font-size: 18px;

    width: 100%;

    line-height: 30px;

    color: #000;

    margin-bottom: 30px;

    font-weight: 300;

  }



  .about-content-area .about-link {

    font-size: 16px;

    font-weight: bold;

    color: #000;

    margin-top: 40px;

    text-transform: capitalize;

    text-decoration: underline;

  }



  .about-content-area .about-link:hover {

    color: var(--main-color);

    transition: all 0.3s;

  }



  .celebrate-sec {

    padding: 0 0 30px 0;

    width: 100%;

    height: auto;

    position: relative;

  }



  .celebrate-sec .celebrate-main-area {

    background-color: #fff;

    border-radius: 6px;

    padding: 30px 20px;

  }



  .celebrate-content-area>p {

    color: #000;

    font-weight: 300;

    font-size: 16px;

    line-height: 25px;

    word-break: break-word;

    overflow-x: hidden;

  }



  .celebrate-main-area .celebrate-img img {

    margin: auto;

    max-width: 500px;

    display: block;

  }



  .celebrate-btn {

    margin-top: 30px;

  }



  .process-sec {

    background-color: #f9fcff;

    width: 100%;

    height: auto;

    position: relative;

    padding-bottom: 85px;

  }



  .process-sec .container{

    background-color: #fff;

  }



  .process-tab-area .nav-pills {

    margin-top: 1.5rem;

    margin-left: -1rem;

    margin-right: -1rem;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

  }



  .process-tab-area .nav-link.active,

  .process-tab-area .nav-link:hover {

    background: #fff;

    color: #000;

    -webkit-box-shadow: 0 20px 30px 5px rgb(136 143 184 / 15%);

    box-shadow: 0 20px 30px 5px rgb(136 143 184 / 15%);

    opacity: 1;

  }



  .process-tab-area .nav-link {

    padding: 20px 30px 20px 30px;

    max-width: 70%;

    text-align: left;

    margin-left: 25%;

    font-size: 18px;

    color: #000;

    font-weight: bold;

    margin-bottom: 15px;

    opacity: 0.5;

    -webkit-transition: all .2s;

    transition: all .2s;

  }



  .process-tab-area .nav-link.active span,

  .process-tab-area .nav-link:hover span {

    color: var(--main-color);

  }



  .process-tab-area .nav-link span {

    margin-right: 2rem;

    color: #DDDFEB;

    white-space: nowrap;

    -webkit-transition: all .5s;

    transition: all .5s;

    text-align: left;

    font-size: 18px;

    font-weight: bold;

  }



  .process-tab-area .nav-link.active i,

  .process-tab-area .nav-link:hover i {

    opacity: 1;

    right: 4rem;

    color: var(--main-color);

  }



  .process-tab-area .nav-link i {

    font-size: 22px;

    position: absolute;

    right: 5rem;

    line-height: 29px;

    opacity: 0;

    -webkit-transition: all .5s;

    transition: all 0.5s;

  }



  .process-tab-area .tab-content {

    padding-left: 2.4rem;

  }



  .process-sec .process-tab-area {

    padding-top: 50px;

  }



  .process-card-content {

    padding: 3rem 3rem 1rem;

    max-width: 80%;

  }



  .process-card-content h3 {

    margin-bottom: 25px;

    color: #000;

    font-size: 30px;

    font-weight: 700;

  }



  .process-card-content p {

    font-size: 18px;

    color: #000;

    line-height: 30px;

    font-weight: 300;

  }



  .footer-sec {

    padding: 100px 0 100px 0;

    background-color: #000;

    position: relative;

    width: 100%;

    height: auto;

  }



  .footer-img {

    margin-top: -28px;

  }



  .footer-sec ul {

    list-style: none;

    padding-left: 0px;

  }



  .footer-img .footer-text {

    color: #fff;

    font-size: 16px;

    font-weight: 400;

    line-height: 25px;

  }



  .footer-social-link {

    margin-bottom: 20px;

  }



  .footer-social-link a {

    display: block;

    font-size: 16px;

    color: #fff;

    text-decoration: none;

    margin-bottom: 8px;

    transition: all 0.3s;

  }



  .footer-social-link a:hover {

    color: var(--main-color);

  }



  .footer-social-link a i {

    margin-right: 8px;

    transition: all 0.3s;

  }



  .footer-social-link a:hover i {

    padding-right: 5px;

  }



  .footer-social-menu a {

    font-size: 18px;

    color: #fff;

    margin-right: 10px;

    transition: all 0.3s;

  }



  .footer-social-menu a:hover {

    color: var(--main-color);

  }



  /*.footer-link {

    margin-top: -13%;

  }



  .footer-map {

    margin-top: -11%;

  }*/

  .footer-link .menu .menu-item {

    margin-bottom: 16px;

  }



  .footer-link .menu .menu-item a {

    color: #fff;

    font-size: 16px;

    text-decoration: none;

    transition: all 0.3s;

  }



  .footer-link .menu .menu-item a:hover {

    color: var(--main-color);

  }



  .menu .menu-item a i {

    margin-right: 8px;

    transition: all 0.3s;

  }



  .menu .menu-item a:hover i {

    padding-right: 10px;

  }



 .footer-img img {

    max-width: 280px;

    margin-bottom: 8%;

    margin-top: 12%;

}



  .footer-map .footer-title {

    color: #fff;

    font-size: 28px;

    line-height: 30px;

    font-weight: 700;

    margin-bottom: 7px;

    text-transform: capitalize;

  }



  .footer-map iframe {

    margin-bottom: 20px;

    width: 100%;

    height: 220px;

  }



  .footer-map .footer-add {

    color: #fff;

    font-size: 16px;

    font-weight: 400;

    line-height: 26px;

  }



  .footer-map .footer-add i {

    margin-right: 8px;

    font-size: 16px;

  }



  .footer-white-line {

    width: 100%;

    height: 35px;

    background-color: #fff;

    position: relative;

  }



  .white-line {

    width: 100%;

    height: 35px;

    background-color: #fff;

    position: relative;

  }





  /**********Index Page Over**********/



  .process-card-img {

    max-width: 300px;

    height: auto;

  }



  .json-img-banner {

    max-width: 400px;

    height: auto;

    margin: auto;

    display: block;

    position: relative;

  }



  /*404 Page*/



  .not-found-json {

    max-width: 650px;

    margin-top: -4%;

  }



  .not-found-btn{

    padding: 20px 20px;

  }

  

  .not-found-banner{

    text-align: center;

  }



  .not-found-img {

    margin-bottom: -4%;

  }



  .not-found-heading{

    font-size: 42px !important;

    margin: 0.3rem 0 0.5rem !important; 

  }



  .not-found-banner{

    font-weight: 600 !important;

    margin-bottom: 1rem !important;

  }



  .who-img {

    max-width: 400px;

    display: block;

    height: auto;

    margin: auto;

  }



  .json-img-services {

    max-width: 400px;

    display: block;

    height: 400px;

    margin: auto;

  }



  .json-img {

    max-width: 500px;

    display: block;

    height: auto;

    margin: auto;

  }



  .json-img-blog {

    max-width: 500px;

    height: auto;

    position: relative;

    display: block;

  }



  .json-img-service {

    max-width: 256px;

    height: 256px;

    margin-bottom: 20px;

  }



  .json-img-hire-model {

    width: 280px;

    height: 280px;

    margin-left: auto;

    margin-right: auto;

    display: block;

  }



  .blog-img-small-json{

    width: 150px;

    height: 150px;

    float: left;

    margin-right: 30px;

    margin-bottom: 10px;

  }



  .blog-img-right-json{

    width: 300px;

    /*height: 300px;*/

    float: right;

    margin-left: 10px;

    margin-right: 10px;

    margin-bottom: 0px;

  }



  .blog-img-left-json{

    width: 300px;

    /*height: 270px;*/

    float: left;

    margin-right: 10px;

    margin-left: 10px;

    margin-bottom: 0px;

  }







  /********About Page Start*********/



  .banner {

    padding: 50px 0px;

    background-position: center bottom;

    background-repeat: no-repeat;

    background-size: 100% auto;

  }



  .banner .banner-text-area .banner-text {

    margin-bottom: 2.6rem;

    color: #000;

    font-size: 1.2rem;

    line-height: 2rem;

    font-weight: 300;

  }



  .banner-text a,

  .who-content a {

    font-weight: bold;

    color: var(--main-color);

    text-decoration: none;

  }



  .white-bg {

    background-color: #fff;

    width: 100%;

    height: auto;

    position: relative;

  }



  .about-page-sec {

    padding: 100px 0px;

    position: relative;

    width: 100%;

    height: auto;

  }



  .about-content-area {

    padding: 35px 10%;

    position: relative;

    width: 100%;

    height: auto;

  }



  .about-content-heading {

    font-size: 30px;

    line-height: 40px;

    margin-bottom: 30px;

    font-weight: bold;

    text-transform: capitalize;

  }



  .team-sec {

    padding: 100px 0px;

    width: 100%;

    height: auto;

    position: relative;

  }



  .team-sec .team-title {

    color: #000;

    font-size: 36px;

    margin-bottom: 20px;

    font-weight: bold;

  }



  .team-sec .team-tagline {

    font-size: 18px;

    color: #000;

    text-align: left;

    line-height: 30px;

    margin-bottom: 40px;

    font-weight: 300;

  }



  a.team-content-area {

    text-decoration: none;

  }



  .mb-80 {

    margin-bottom: 80px;

  }



  a.team-content-area:hover .team-name {

    color: var(--main-color);

  }



  a.team-content-area:hover .team-role {

    color: #000;

  }



  .team-content-area .team-img-area img {

    border-radius: 50%;

    max-width: 270px;

    max-height: 270px;

    box-shadow: -8px 0px 74px 6px rgb(0 0 0 / 35%);

    -webkit-box-shadow: -8px 0px 74px 6px rgb(0 0 0 / 35%);

    -moz-box-shadow: -8px 0px 74px 6px rgba(0, 0, 0, 0.5);

    margin-bottom: 40px;

    margin-left: auto;

    margin-right: auto;

    display: block;

  }



  .team-detail .team-name {

    display: block;

    font-size: 22px;

    line-height: 1rem;

    font-weight: 700;

    color: #000;

    margin-bottom: 1.3rem;

    -webkit-transition: all .3s;

    transition: all .3s;

    text-transform: capitalize;

  }



  .team-detail .team-role {

    display: block;

    font-size: 16px;

    color: #000;

    font-weight: 300;

    text-transform: capitalize;

  }



  .modal-open .team-modal {

    background-color: #f9fcff;

    padding-right: 0px !important;

  }



  .team-modal .modal-content {

    max-width: 420px;

  }



  .team-modal-header {

    border-bottom: 0px;

    padding: 0px;

  }



  .team-modal-header .close:focus {

    outline: none;

  }



  .team-modal-header .close:hover {

    color: var(--main-color);

  }



  .team-modal-header .close {

    padding: 0.6rem 1rem;

    margin: 0rem 0rem -1rem auto;

  }



  .team-modal-body .team-modal-img {

    max-width: 280px;

    border-radius: 8px;

    margin-bottom: 30px;

    margin-left: auto;

    margin-right: auto;

    display: block;

    position: relative;

  }



  .team-modal-body .team-modal-name {

    display: block;

    font-size: 22px;

    line-height: 1rem;

    font-weight: 700;

    color: #000;

    margin-bottom: 15px;

    -webkit-transition: all .3s;

    transition: all .3s;

    text-transform: capitalize;

  }



  .team-modal-body .team-modal-role {

    display: block;

    font-size: 16px;

    color: #000;

    font-weight: 300;

    text-transform: capitalize;

    margin-bottom: 0px;

  }



  .team-modal-body .team-modal-text {

    display: block;

    font-size: 14px;

    color: #000;

    font-weight: 300;

    margin-top: 20px;

  }



  .modal-footer.team-modal-footer {

    justify-content: center;

    padding: 20px 0px;

  }



  ul.team-modal-social {

    display: flex;

    list-style: none;

    margin-left: auto;

    margin-right: auto;

    padding-left: 0px;

    margin-bottom: 0px;

  }



  .team-modal-social li a {

    margin: 0 10px;

    font-size: 20px;

    color: #000;

    transition: all 0.3s;

  }



  .team-modal-social li a:hover {

    color: var(--main-color);

  }





  /********About Page end*********/





  /********blog Page Start*********/

  .blog-sec{

    position: relative;

    width: 100%;

    height: auto;

  }

  .blog-sec .blog-header-area{

    padding: 100px 0px;

    min-height: 650px;

    background-color: #000;

    

  }

  .blog-header-area .blog-header-title{

    text-align: center;

    font-size: 48px;

    color: #fff;

    text-transform: uppercase;

/*    padding: 0px 10%;*/

    line-height: 80px;

  }

  .blog-header-area .blog-header-title span{

    font-size: 48px;

    color: var(--main-color);

    font-weight: 900;

  }

  .blog-header-area .blog-bg-vector{

    position: absolute;

    bottom: 0;

    width: 100%;

  }

  .blog-content-area .blog-img-main-box{

    max-height: 586px;

    overflow: hidden;

    width: 970px;

  }

  .blog-img-box .blog-img{

    display: block;

    width: 650px;

    height: max-content;

    border-radius: 10px 10px 0 0;

    box-shadow: 1px -4px 39px -1px rgba(255,255,255,0.58);

    -webkit-box-shadow: 1px -4px 39px -1px rgba(255,255,255,0.58);

    -moz-box-shadow: 1px -4px 39px -1px rgba(255,255,255,0.58);



  }

  .blog-content-area{

    margin-top: -25%;

    position: relative;

    margin-bottom: 40px;

  }

  .blog-content-area .blog-detail-area{

    margin-top: -4%;

    position: relative;

    padding: 40px 40px;

    box-shadow: 0px 5px 40px -21px rgba(0,0,0,0.6);

    -webkit-box-shadow: 0px 5px 40px -21px rgba(0,0,0,0.6);

    -moz-box-shadow: 0px 5px 40px -21px rgba(0,0,0,0.6);

    border: 1px solid #efefef;

    border-radius: 6px;

    transition: all 0.3s;

  }

  .blog-content-sec .p-0{

    padding: 0px;

  }

  .blog-detail-area .blog-main-text{

    font-size: 20px;

    color: #000;

    margin-bottom: 20px;

    font-weight: 600;

    text-align: left;

    line-height: 30px;

  }

  .blog-detail-area .blog-detail{
padding: 30px 0 40px 0;
    display: inline-block;
    width: 100%;

  }



  .blog-detail-area .blog-detail.metadata{

    border-top: 3px dashed var(--main-color);

    border-bottom: 3px dashed var(--main-color);

  }

  .blog-detail-area .blog-detail.metadata>.blog-text{

    margin-bottom: 0px;

  }



  .blog-detail .blog-main-title{

    font-size: 24px;

    font-weight: bold;

    margin-bottom: 20px;

  }



  .blog-detail .blog-subtitle{

    font-size: 24px;

    font-weight: bold;

    margin-bottom: 20px;

    list-style: none;

    padding-left: 0px;

  }

  .blog-detail .blog-subtitle li{

    padding-left: 25px;

    line-height: 34px;

  }

  .blog-detail .blog-subtitle:before{

    content: "❖";

    position: absolute;

    font-size: 22px;

    vertical-align: middle;

  }

  .blog-detail .blog-text{

    font-size: 16px;

    color: #000;

  }





  /********blog Page end*********/





  /********blog Detail Page start*********/



  .blog-detail-sec {

    padding: 40px 0px;

  }



  article .blog-detail-img {

    margin-bottom: 20px;

  }



  article .blog-detail-meta {

    text-align: center;

  }



  .blog-detail-meta {

    margin-bottom: 50px;

  }



  .blog-detail-meta a {

    margin-right: 15px;

    text-decoration: none;

    color: #8a8a8a;

    transition: all 0.3s;

  }



  .blog-detail-meta a:hover {

    color: var(--main-color);

  }



  .blog-detail-meta a i {

    margin-right: 8px;

  }



  .article-content .article-title {

    font-size: 36px;

    color: #000;

    font-weight: bold;

    text-transform: capitalize;

    margin-bottom: 30px;

  }



  .article-content .article-subtitle {

    font-size: 30px;

    color: #000;

    text-transform: capitalize;

    margin-bottom: 30px;

    margin-top: 30px;

    font-weight: 700;

  }



  .article-content .article-text {

    font-size: 18px;

    color: #000;

    font-weight: 300;

    margin-bottom: 20px;

    line-height: 30px;

  }





  /********blog Detail Page end*********/





  /********service page start*********/



  .service-page-sec,

  .service-detail-sec {

    padding: 100px 0px;

    width: 100%;

    height: auto;

    position: relative;

  }



  .service-page-title,

  .service-detail-page-title {

    font-size: 28px;

    line-height: 40px;

    margin-bottom: 20px;

    font-weight: bold;

    text-transform: capitalize;

    color: #000;

  }



  .service-page-text,

  .service-detail-page-text {

    font-size: 16px;

    width: 100%;

    line-height: 30px;

    color: #000;

    margin-bottom: 30px;

    font-weight: 300;

    max-width: 85%;

  }
@media (max-width: 992px){
      .service-page-text,

  .service-detail-page-text {
      max-width: 100%;
  }
}


  .service-page-text a,

  .service-detail-page-text a {

    text-decoration: underline;

    color: #000;

    transition: all 0.3s;

    font-weight: 400;

  }



  .service-page-text a:hover,

  .service-detail-page-text a:hover {

    color: var(--main-color);

  }



  .contact_right {

    width: 100%;

    margin: 20px 0 0 0;

  }



  .cont_form_tab {

    float: left;

    width: 100%;

    margin: 10px 0;

  }



  .cont_form_tab input[type=text],

  .cont_form_tab input[type=text] {

    width: 100%;

    font-size: 16px;

    color: #444;

    border: 1px solid #888888;

    padding: 10px 20px;

    transition: 0.9s;

    border-radius: 5px;

    background-color: #fff;

    box-shadow: 4px 4px 5px -3px rgba(0, 0, 0, 0.69);

    -webkit-box-shadow: 4px 4px 5px -3px rgba(0, 0, 0, 0.69);

    -moz-box-shadow: 4px 4px 5px -3px rgba(0, 0, 0, 0.69);

  }



  .cont_form_tab textarea,

  textarea {

    width: 100%;

    font-size: 16px;

    color: #444;

    border: 1px solid #888888;

    border-radius: 5px;

    padding: 10px 20px;

    transition: 0.9s;

    background-color: #fff;

    box-shadow: 4px 4px 5px -3px rgba(0, 0, 0, 0.69);

    -webkit-box-shadow: 4px 4px 5px -3px rgba(0, 0, 0, 0.69);

    -moz-box-shadow: 4px 4px 5px -3px rgba(0, 0, 0, 0.69);

  }



  .btn-send-msg {

    box-shadow: 4px 4px 5px -3px rgba(0, 0, 0, 0.69);

    -webkit-box-shadow: 4px 4px 5px -3px rgba(0, 0, 0, 0.69);

    -moz-box-shadow: 4px 4px 5px -3px rgba(0, 0, 0, 0.69);

  }



  .contact-form-sec {

    width: 100%;

    height: auto;

    position: relative;

    padding: 100px 0px;

  }



  .contact-form-sec .quote {

    margin-bottom: 50px;

    text-align: center;

  }



  .quote .get-quote {

    font-size: 40px;

    font-weight: bold;

    color: #000;

  }



  .section_sub_title h3 {

    font-size: 26px;

    font-weight: 400;

  }



  .contact-form-right {

    margin-top: 60px;

  }



  .contact-form-right .contact-right-text {

    font-size: 18px;

    margin-bottom: 15px;

    color: #000;

    font-weight: 400;

  }



  .contact-form-right .contact-right-text span {

    font-weight: bold;

  }



  .contact-form-right .contact-right-title {

    font-size: 20px;

    color: #000;

    font-weight: 400;

    margin-bottom: 20px;

  }





  /********service Page end*********/





  /********service Detail Page start*********/



  .mb-50 {

    margin-bottom: 50px !important;

  }





  /********service Detail Page end*********/





  /********portfolio Page start*********/



  .portfolio-inner {

    padding: 30px 0;

  }



  .portfolio-text,

  .portfolio-list li {

    font-size: 16px;

    width: 100%;

    line-height: 30px;

    color: #000;

    margin-bottom: 10px;

    font-weight: 300;

  }



  .portfolio-list {

    padding-left: 22px;

  }



  .portfolio-list li {

    font-size: 18px;

    font-weight: 400;

  }



  .btn.portfolio-btn {

    margin-top: 26px;

    margin-left: auto;

    margin-right: auto;

    display: block;

    max-width: 25%;

  }



  .port-logo-area img {

    margin-bottom: 30px;

  }



  .port-logo-area img,

  .port-img-area img {

    max-width: 500px;

    height: auto;

    margin-left: auto;

    margin-right: auto;

    display: block;

  }



  .portfolio-header {

    margin-bottom: 35px;

  }



  .portfolio-header .portfolio-icon img {

    max-width: 100px;

    display: block;

    border-radius: 6px;

  }



  .portfolio-icon .portfolio-title {

    font-size: 40px;

    color: #000;

    font-weight: 700;

    font-style: normal;

  }



  .portfolio-footer .mac-btn {

    background-color: #2a2a2a;

  }



  .portfolio-inner .portfolio-footer {

    margin-top: 40px;

  }



  .portfolio-footer .mac-btn,

  .portfolio-footer .android-btn {

    display: block;

    padding: 12px 20px;

    max-width: 200px;

  }



  .portfolio-footer .mac-btn i,

  .portfolio-footer .android-btn i {

    font-size: 18px;

    margin-left: 8px;

  }



  .owl-carousel .owl-next,

  .owl-carousel .owl-prev {

    width: 50px;

    height: 50px;

    line-height: 50px;

    border-radius: 50%;

    position: absolute;

    top: 30%;

    font-size: 20px;

    color: #fff;

    border: 1px solid #ddd;

    text-align: center;

  }



  .owl-carousel .owl-prev {

    left: -70px;

  }



  .owl-carousel .owl-next {

    right: -70px;

  }



  .portfolio-slide-sec {

    padding: 50px 0px;

    width: 100%;

    height: auto;

    position: relative;

  }



  .portfolio-slide-sec .section-title {

    margin-bottom: 80px;

    font-size: 40px;

  }



  .portfolio-slider-img img {

    max-width: 200px;

    height: auto;

    position: relative;

    margin-left: auto;

    margin-right: auto;

    display: block;

    border-radius: 50px;

  }



  .owl-carousel .owl-nav button span {

    font-size: 40px !important;

    line-height: 30px;

  }



  .owl-carousel .owl-nav button.owl-prev,

  .owl-carousel .owl-nav button.owl-next {

    border: 2px solid var(--main-color) !important;

    border-radius: 50%;

    transition: all 0.3s;

  }



  .owl-carousel .owl-nav button.owl-prev:focus,

  .owl-carousel .owl-nav button.owl-next:focus {

    outline: none;

  }



  .owl-carousel .owl-nav button.owl-prev:hover,

  .owl-carousel .owl-nav button.owl-next:hover {

    background-color: var(--main-color);

  }



  h4.portfolio-slider-title {

    margin-top: 20px;

    text-align: center;

    font-size: 26px;

    font-weight: bold;

    color: #000;

  }





  /********portfolio Page end*********/





  /********contact Page start*********/



  .contact-page-sec {

    padding: 40px 0px;

    width: 100%;

    height: auto;

    position: relative;

  }



  .contact-page-sec .ptb-40 {

    padding-top: 40px;

    padding-bottom: 40px;

  }



  .connect-with-title {

    margin: 20px 0px;

    font-size: 22px;

    font-weight: bold;

    color: #000;

    text-transform: capitalize;

  }



  .connect-with-social {

    display: inline-flex;

    list-style: none;

    padding-left: 0px;

  }



  .connect-with-social li a {

    margin: 0px 8px;

    font-size: 18px;

    color: #000;

    transition: all 0.3s;

    font-weight: 400;

  }



  .connect-with-social li a:hover {

    color: var(--main-color);

  }



  .social-icon-box-area {

    margin: 40px 0px;

  }



  .social-icon-area>i {

    font-size: 40px;

    color: #000;

    margin-bottom: 15px;

  }



  .social-icon-area>.social-icon-title {

    font-size: 20px;

    color: #000;

    font-weight: 500;

    margin-bottom: 5px;

  }



  .social-icon-area>p>.social-icon-link {

    font-size: 18px;

    color: #000;

    font-weight: 400;

    margin-bottom: 0px;

    text-decoration: none;

    transition: all 0.2s;

  }



  .social-icon-area>p>.social-icon-link:hover {

    color: var(--main-color);

  }





  /********contact Page end*********/





  /********career Page start*********/



  .hiring-detail-area {

    margin-bottom: 40px;

    margin-left: 40px;

  }



  .hiring-detail-area .hiring-detail-title {

    font-weight: bold;

    color: #000;

    margin-bottom: 15px;

  }



  .hiring-detail-area .hiring-detail-content {

    margin-bottom: 8px;

  }



  .career-detail-m {

    margin-left: 40px;

    margin-right: 40px;

  }



  .border-heading {

    border-collapse: separate;

    border-spacing: 16px 0;

    border-spacing: 1rem 0;

    color: #000;

    display: table;

    line-height: .25;

    table-layout: auto;

    text-align: center;

    white-space: nowrap;

    width: 100%;

    margin: 60px 0 40px 0;

    font-size: 24px;

    font-weight: bold;

  }



  .border-heading::before,

  .border-heading::after {

    border-top: 3px double #000;

    content: '';

    display: table-cell;

    width: 50%;

    height: 3px;

    border-top-style: dashed;

    border-color: #000;

  }



  .career-detail-m .career-text {

    font-size: 18px;

    color: #000;

    font-weight: 400;

  }





  /********career Page end*********/





  /********hire-developers Page start*********/



  .hire-page-sec {

    padding: 80px 0px;

  }



  .hire-page-title {

    font-size: 36px;

    color: #000;

    font-weight: bold;

    text-align: center;

    margin-bottom: 50px;

    margin-left: 10%;

    margin-right: 10%;

  }



  .hire-page-tagline {

    font-size: 16px;

    color: #000;

    font-weight: 300;

  }



  .hire-service-area {

    padding: 0;

    margin-bottom: 10px;

    list-style: none;

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

  }



  .hire-service-area li {

    padding: 10px;

    background-color: #fff;

    max-width: 32%;

    width: 32%;

    align-items: baseline;

    text-align: left;

    box-shadow: 1px 2px 6px -3px rgb(0 0 0 / 58%);

    -webkit-box-shadow: 1px 2px 6px -1px rgb(0 0 0 / 58%);

    -moz-box-shadow: 1px 2px 6px -1px rgba(0, 0, 0, 0.58);

    border-radius: 10px;

    margin-bottom: 15px;

  }



  .hire-service-area li:hover {

    background-color: var(--main-color);

    color: #fff;

    transition: all 0.3s;

  }



  .hire-service-area li a {

    text-decoration: none;

  }



  .hire-service-title i {

    font-size: 36px;

    color: var(--main-color);

    vertical-align: sub;

    margin-right: 10px;

  }



  .hire-service-area li:hover i {

    color: #fff;

    transition: all 0.3s;

  }



  .hire-service-area .hire-service-title {

    font-size: 20px;

    color: #333;

    font-weight: 500;

    margin-bottom: 0px;

  }



  .hire-service-area li:hover .hire-service-title {

    color: #fff;

    transition: all 0.3s;

  }



  .hire-service-provide-sec,

  .hire-expertise-sec,

  .hire-model-sec {

    padding: 60px 0px;

    width: 100%;

    height: auto;

    position: relative;

  }



  .hire-service-small-heading {

    font-size: 25px;

    font-weight: bold;

    text-align: center;

    color: #000;

    margin-bottom: 15px;

  }



  .hire-service-heading,

  .hire-expertise-heading,

  .hire-model-heading {

    font-size: 36px;

    color: #000;

    font-weight: bold;

    text-align: center;

    margin-bottom: 30px;

  }



  .hire-service-tagline,

  .hire-model-tagline {

    font-size: 18px;

    color: #000;

    font-weight: 300;

    text-align: center;

    margin-bottom: 40px;

  }



  .hiring-banner-sec {

    padding: 50px 0px;

    width: 100%;

    height: auto;

    position: relative;

  }



  .hiring-banner-img img {

    width: 100%;

    max-height: 416px;

  }



  .our-value-sec {

    padding: 50px 0px;

    width: 100%;

    height: auto;

    position: relative;

  }



  .proposition-icon i {

    font-size: 40px;

    color: var(--main-color);

  }



  .hire-service-tagline.proposition-tagline {

    margin-bottom: 80px;

  }



  .proposition-icon-title {

    font-size: 26px;

    color: #000;

    font-weight: 600;

  }



  .our-values-text {

    font-size: 16px;

    color: #000;

    font-weight: 300;

  }



  .why-choose-box,

  .hire-model-box {

    padding: 20px 20px;

    background-color: #f9fcff;

    margin-bottom: 30px;

    min-height: 518px;

  }



  .why-choose-box:hover,

  .hire-model-box:hover {

    transition: 0.3s all ease-in-out;

    box-shadow: 0 14px 28px rgb(0 0 0 / 20%), 0 0px 10px rgb(0 0 0 / 20%);

  }



  .why-choose-box i {

    font-size: 70px;

    color: var(--main-color);

    margin-bottom: 20px;

  }



  .why-choose-box .why-choose-box-title,

  .hire-model-box .hire-model-box-title {

    font-size: 26px;

    color: #000;

    font-weight: bold;

    margin-bottom: 20px;

  }



  .why-choose-box .why-choose-box-text,

  .hire-model-box .hire-model-box-text {

    font-size: 18px;

    color: #000;

    font-weight: 300;

    line-height: 26px;

  }



  .expertise-box {

    padding: 28px;

    background-color: #ff8356;

    margin-top: 30px;

  }



  .expertise-box-title {

    font-size: 25px;

    color: #000;

    font-weight: 700;

    margin-bottom: 30px;

  }



  .expertise-box-text {

    font-size: 16px;

    color: #000;

    font-weight: 400;

  }



  .hire-model-box {

    background-color: #fff;

    min-height: 518px;

  }



  .hire-process-sec {

    padding: 0 0 80px 0;

    width: 100%;

    height: auto;

    position: relative;

  }



  .hire-process-sec .hire-process-container {

    padding: 20px;

  }



  .hire-process-card-img {

    max-width: 270px;

    height: 270px;

  }



  .hire-process-card-content {

    padding: 1rem 3rem 1rem;

    max-width: 80%;

  }



  .hire-process-card-content h3 {

    margin-bottom: 25px;

    color: #000;

    font-size: 32px;

  }



  .hire-process-card-content p {

    font-size: 18px;

    color: #000;

    line-height: 30px;

    font-weight: 300;

  }



  .faq-sec {

    padding: 60px 0px;

    width: 100%;

    height: auto;

    position: relative;

  }



  #faq1 .card {

    margin-bottom: 5px;

    border: 1px solid #efefef;

  }



  #faq1 .card .card-header {

    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);

    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);

    border-radius: 2px;

    padding: 0;

  }



  #faq1 .card .card-header .btn-header-link {

    display: block;

    text-align: left;

    background-color: #fff;

    color: #000;

    font-weight: bold;

    font-size: 19px;

    padding: 15px 20px;

    text-decoration: none;

  }



  #faq1 .card .card-header .btn-header-link:after {

    content: "\f106";

    font-family: 'Font Awesome 5 Free';

    font-weight: 900;

    float: right;

  }



  #faq1 .card .card-header .btn-header-link.collapsed {

    background-color: #fff;

    color: #000;

  }



  #faq1 .card .card-header .btn-header-link.collapsed:after {

    content: "\f107";

  }



  #faq1 .card .collapsing {

    background-color: #fff;

    line-height: 30px;

  }



  #faq1 .card .collapse.show {

    background: #fff;

    line-height: 30px;

    color: #222;

    border-top: 1px solid #efefef;

    /*border-top: 1px solid #efefef;*/

  }



  #faq1 .card .collapse .card-body p,

  #faq1 .card .collapse .card-body ul li {

    font-size: 16px;

    color: #000;

    font-weight: 400;

  }



  #faq1 .card .collapse .card-body p {

    margin-bottom: 10px;

  }



  #faq1 .card .collapse .card-body p a {

    color: var(--main-color);

    text-decoration: none;

  }



  .section-title.faq-title {

    margin-bottom: 40px;

  }



  .hire-contact-container {

    padding: 40px 20px;

  }



  .contact-form-sec.hire-contact-form-sec {

    padding: 60px 0px;

  }



  .contact-form-right img {

    max-width: 200px;

    height: auto;

    margin-bottom: 30px;

  }





  /********hire-developers Page end*********/



  #common-feature-photo.json-img-banner {

    max-width: 400px !important;

    height: 400px;

  }



  .wave {

    transform: rotate(180deg);

    opacity: 0.2;

    position: absolute;

    bottom: 24%;

    height: 600px;

    width: 100%;

    z-index: 0;

    left: 0;

    overflow: hidden;

  }





  /********hire detail Page start*********/



  .hire-detail-img img {

    max-width: 600px;

    height: auto;

    margin: auto;

    display: block;

  }



  .required-skill-content .required-skill-title {

    margin: 0.8rem 0 1.3rem;

    color: #000;

    font-weight: 900;

    font-size: 30px;

    line-height: 2.4rem;

  }



  .required-skill-content ul li {

    font-size: 18px;

    color: #000;

    margin-bottom: 10px;

  }



  .hire-expert-sec {

    padding: 40px 0px;

    position: relative;

    width: 100%;

    height: auto;

    z-index: 1;

  }



  .hire-expert-sec .hire-expert-bg {

    position: absolute;

    z-index: 2;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0; 

    opacity: .1;

    width: 100%;

    height: auto;

    background-size: contain;

  }



  .hire-expert-content .hire-expert-text {

    font-size: 18px;

    color: #222;

    font-weight: 300;

    line-height: 26px;

  }



  .hire-expert-content>ul>li {

    font-size: 18px;

    color: #000;

    font-weight: 400;

    line-height: 26px;

    margin-bottom: 10px;

  }



  .why-choose-box.hire-detail-box {

    min-height: 522px;

  }



  .why-choose-box.why-go-detail-box {

    min-height: 322px;

  }



  .hire-detail-box i {

    margin-bottom: 30px;

  }



  .hire-detail-box .why-choose-box-title {

    font-size: 22px;

    margin-bottom: 30px;

  }



  .hire-process-icon-box {

    height: auto;

    position: relative;

    margin: 0px 25px;

    padding: 25px 20px;

  }



  .hire-process-icon-box:hover {

    transition: 0.3s all ease-in-out;

    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);

  }



  .hire-process-icon-box i {

    font-size: 70px;

    color: var(--main-color);

    margin-bottom: 20px;

  }



  .hire-process-icon-box>.why-choose-box-title {

    font-size: 22px;

    color: #000;

    font-weight: 700;

  }



  .hire-model-slide-area {

    margin: 40px 0px;

  }



  .hire-model-slide-area .owl-carousel .item .hire-model-slide-img {

    max-width: 400px;

    max-height: 400px;

    margin: auto;

  }



  .why-go-detail-box .why-choose-box-go-title {

    font-size: 22px;

    color: #000;

    font-weight: bold;

    margin-bottom: 20px;

  }



  .hire-model-slide-area .owl-carousel .owl-next,

  .hire-model-slide-area .owl-carousel .owl-prev {

    top: 50%;

  }



  .why-choose-box.why-go-box {

    min-height: 270px;

  }





  /********hire detail Page end*********/





  /******PreLoader******/



  .ctn-preloader {

    align-items: center;

    cursor: none;

    display: flex;

    height: 100%;

    justify-content: center;

    position: fixed;

    left: 0;

    top: 0;

    width: 100%;

    z-index: 99999;

  }



  .ctn-preloader .animation-preloader {

    position: absolute;

    z-index: 100;

  }



  .ctn-preloader .animation-preloader .spinner {

    animation: spinner 1s infinite linear;

    border-radius: 50%;

    border: 3px solid rgba(0, 0, 0, 0.2);

    border-top-color: #ff6129;

    height: 9em;

    margin: 0 auto 3.5em auto;

    width: 9em;

  }



  .ctn-preloader .animation-preloader .txt-loading {

    font: bold 5em 'Montserrat', sans-serif;

    text-align: center;

    user-select: none;

  }



  .ctn-preloader .animation-preloader .txt-loading .letters-loading:before {

    animation: letters-loading 4s infinite;

    color: #ff6129;

    content: attr(data-text-preloader);

    left: 0;

    opacity: 0;

    position: absolute;

    top: 0;

    transform: rotateY(-90deg);

  }



  .ctn-preloader .animation-preloader .txt-loading .letters-loading {

    color: rgba(0, 0, 0, 0.2);

    position: relative;

  }



  .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {

    animation-delay: 0.2s;

  }



  .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {

    animation-delay: 0.4s;

  }



  .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {

    animation-delay: 0.6s;

  }



  .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {

    animation-delay: 0.8s;

  }



  .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {

    animation-delay: 1s;

  }



  .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {

    animation-delay: 1.2s;

  }



  .ctn-preloader .loader-section {

    background-color: #ffffff;

    height: 100%;

    position: fixed;

    top: 0;

    width: calc(50% + 1px);

  }



  .ctn-preloader .loader-section.section-left {

    left: 0;

  }



  .ctn-preloader .loader-section.section-right {

    right: 0;

  }



  .loaded .animation-preloader {

    opacity: 0;

    transition: 0.3s ease-out;

  }



  .loaded .loader-section.section-left {

    transform: translateX(-101%);

    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);

  }



  .loaded .loader-section.section-right {

    transform: translateX(101%);

    transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);

  }



  @keyframes spinner {

    to {

      transform: rotateZ(360deg);

    }

  }



  @keyframes letters-loading {

    0%,

    75%,

    100% {

      opacity: 0;

      transform: rotateY(-90deg);

    }

    25%,

    50% {

      opacity: 1;

      transform: rotateY(0deg);

    }

  }



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

    .ctn-preloader .animation-preloader .spinner {

      height: 8em;

      width: 8em;

    }

    .ctn-preloader .animation-preloader .txt-loading {

      font: bold 3.5em 'Montserrat', sans-serif;

    }

  }



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

    .ctn-preloader .animation-preloader .spinner {

      height: 7em;

      width: 7em;

    }

    .ctn-preloader .animation-preloader .txt-loading {

      font: bold 2em 'Montserrat', sans-serif;

    }

  }



   .celebration{

    position: absolute;

    bottom: -20%;

    width: 100%;

    height: auto;

}

 .celebration-left,

 .celebration-right{

    position: absolute;

    bottom: -11%;

    width: 300px;

    height: 320px;

    margin-left: auto;

    margin-right: auto;

    display: block;

}

.celebration-left-minion{

    position: absolute;

    bottom: -7%;

    max-width: 350px;

    height: auto;

    margin-left: auto;

    margin-right: auto;

    display: block;

    z-index: 0;

}



.navbar-expand-lg .navbar-collapse {

    line-height: 0 !important;

}

nav#wp-megamenu-menu-1 {

    text-align: right !important;

    /* font-size: 55px; */

    width: 100%;

    float: left;

}



body .wp-megamenu-wrap .wpmm-nav-wrap > ul {

    display: inline-block !important;

}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-item>a {

    color: #ff6129;

}

#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li>a, .wp-megamenu-wrap .wpmm-nav-wrap>ul>li.wpmm-social-link.wpmm-social-link-search a, .wpmm-menu-cart .cart-icon .fa-shopping-cart, .wp-megamenu-wrap .form .submit, .wpmm-menu-cart span.cart-icon i {

    font-family: "Roboto",sans-serif !important;

    color: #000;

    font-size: 16px;

    font-weight: 600;

    line-height: 24px;

    text-transform: inherit;

    letter-spacing: 0;

}

#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-item>a {

    color: #ff6129;

}

.wp-megamenu-wrap ul.wp-megamenu > li {

    position: relative !important;

}

#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu {

    width: 404px !important;

    background-color: #fff;

    box-shadow: 0 2px 3px rgb(0 0 0 / 15%);

}

#wp-megamenu-menu-1>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a, #wp-megamenu-menu-1>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a, #wp-megamenu-menu-1>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a {

    font-size: 14px;

    font-weight: 500;

    line-height: 24px;

    text-transform: inherit;

    letter-spacing: 0;

    margin-bottom: 0;

    color: #282828;

    padding: 8px 20px;

    padding-top: 3px;

    padding-bottom: 3px;

        

}

#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a, #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li, #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu h1, #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu h2, #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu h3, #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu h4, #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu h5, #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu h6 {

    font-family: "Roboto",sans-serif !important;

}

#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li {

    border-bottom-left-radius: 5px;

    border-bottom-right-radius: 5px;

    background-color: white;

    float: none !important;

    padding: 0px;

}

.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu ul.wp-megamenu-sub-menu li.wpmm-type-widget {

    margin-bottom: 0px;

}

#wp-megamenu-menu-1>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a, #wp-megamenu-menu-1>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a, #wp-megamenu-menu-1>.wpmm-nav-wrap .wp-megamenu>li .wpmm-strees-row-and-content-container>ul.wp-megamenu-sub-menu li.wpmm-type-widget:hover>a {

    color: #ff6129!important;

    text-decoration: none;

}

#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li:hover>a, #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-ancestor>a, #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li.active>a {

    color: #ff6352 !important;

    text-decoration: none;

}

@media (min-width: 768px){

    .container {

        max-width: 720px;

    }

}

    

@media (min-width: 992px){

    .container {

        max-width: 960px;

    }

}



@media (min-width: 1200px){

    .container {

        max-width: 1140px;

    }

}



@media screen and (min-width: 1400px){

    .container {

        max-width: 1260px !important;

    }

}

#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li.menu-item-type-custom>ul.wp-megamenu-sub-menu {

    width: 235px !important;

    border-bottom-left-radius: 5px;

    border-bottom-right-radius: 5px;

    padding: 5px 16px;

}

#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li.menu-item-type-custom>ul.wp-megamenu-sub-menu > li > ul > li {

    padding: 10px 15px;

    box-sizing: border-box;

}

#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li.menu-item-type-custom>ul.wp-megamenu-sub-menu > li > ul > li > ul > li:not(:last-child) {

    margin-bottom: 6px;

}

#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li.menu-item-type-custom>ul.wp-megamenu-sub-menu > li > ul > li > ul > li a {

    font-size: 14px;

    font-weight: 400;

    line-height: 25px;

    text-transform: inherit;

    letter-spacing: 0;

    padding: 3px 0;

}



/*blog*/



p.blog-date {

    font-size: 16px;

    line-height: 2.6rem;

    color: #686868 !important;

    font-weight: lighter;

    margin-bottom: 0;

}

.blog-list-content {

    padding: 1rem 15px 1rem;

}

h2.blog-name {

    display: block;

    font-size: 22px;

    line-height: 28px;

    font-weight: 700;

    color: #32325c;

    margin-bottom: 1rem;

    -webkit-transition: all .3s;

    transition: all .3s;

}

p.blog-list-text {

    color: #546182;

    font-size: 16px;

    line-height: 26px;

    margin-bottom: 17px;

}

.blog-list-area a:hover {

    text-decoration: none;

}

.blog-list-area a:hover h2 {

    color: #ff6129 !important;

}


div#blog-wordpress {
    width: 300px;
    height: 130px;
}

/*https://www.hkinfoway.com/services/web-development-services/*/

div#web-dev-life-cycle {
    max-width: 400px;
    height: 300px;
}

div#iphone-widget-dev {
    max-width: 400px;
    height: 220px;
}

div#iphone-widget-dev {
    max-width: 400px;
    height: 220px;
}

div#keyword-analysis {
    max-width: 400px;
    height: 240px;
}

div#social-media-optimization{
    max-width: 300px;
    height: 250px;
    margin-top: -53%;
}

div#amazon-ppc-ads {
    max-width: 400px;
    height: 240px;
    margin-top: -50%;
}

div#secure-web-dev-service {
    max-width: 350px;
    display: block;
    height: 230px;
    margin: auto;
}

div#planning {
    max-width: 380px;
    height: 300px;
}

div#user_friendly {
    max-width: 400px;
    display: block;
    height: 281px;
}

div#support-maintanance {
    max-width: 400px;
    display: block;
    height: 220px;
    margin-top: -10%;
}

div#animated-gif-services {
    max-width: 400px;
    height: 285px;
}

/*service Last Json*/

.other-json {
    max-width: 400px;
    display: block;
    height: 270px;
    margin: auto;
}

.seo-services-featured {
    max-width: 600px;
    display: block;
    height: 520px;
    margin: auto;
}

.wave{bottom: 0;  height: auto;}
.banner{position:relative}

@media(max-width: 991px){
    .blog-img-box .blog-img {
        width: 78%;
    }
    
    .blog-content-area .blog-img-main-box {
        width: 100%;
    }
}
@media (max-width: 1043px){
    .blog-header-area .blog-header-title {
    font-size: 40px;
    line-height: 57px;
}
.blog-sec .blog-header-area {
    padding: 100px 0px;
    min-height: 530px;
    background-color: #000;
}


}
@media (max-width: 991px){
    .hire-service-area li {
        width: calc(100% / 2 - 10px);
        max-width: calc(100% / 2 - 10px);
    }
}
@media (max-width: 971px){
    .blog-sec .blog-header-area {
        min-height: 483px;
    }  
}


}
@media (max-width:  767px){
  #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu {
      width: 100% !important;
  }
}
@media (max-width: 600px){
    .blog-header-area .blog-header-title {
        font-size: 30px;
        line-height: 44px;
    }
    .blog-sec .blog-header-area {
        min-height: 386px;
    }
    div#blog-wordpress, .blog-img-left-json, .blog-img-right-json{
        width: 100%;
        margin-bottom: 22px;
    }
    .blog-detail-area .blog-detail h2 {
        font-size: 23px;
        margin-bottom: 20px;
    }
    .blog-detail-area .blog-detail h3{
        font-size: 20px;
    }

}
@media (max-width: 400px){
    .blog-header-area .blog-header-title {
        font-size: 27px;
        line-height: 41px;
    }
    .blog-sec .blog-header-area {
        min-height: 364px;
        padding: 80px 0;
    }
}

/*Pagination*/

.blog-nav-menu {
    text-align: center;
    margin: 25px 0;
    display: block;
}

.blog-nav-menu ul li {
    list-style: none;
    width: auto;
    background: black;
    margin: 0 5px;
    padding: 5px 12px;
    border-radius: 4px;
    box-shadow: 0px 4px 11px 0px #5178ff38;
    color: #ff6129;
    font-weight: 600;
}

.blog-nav-menu ul {
    display: inline-flex;
    flex-wrap: wrap;
}

.blog-nav-menu ul li a {
    color: #fff;
}

img.post-content-img {
    width: 300px;
    /*height: 300px;*/
    height: auto;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
   /*object-fit: contain;*/
}


ul.page-numbers {
    margin: 0px;
    padding: 0px;
}
.blog-nav-menu ul li{
margin-bottom: 5px;
}

.post-tag span a {
    padding: 10px;
    font-weight: 700;
    border: solid black;
    color: black;
    display: inline-block;
    margin: 10px;
}

.post-tag span a:hover {
    padding: 10px;
    font-weight: 700;
    border: solid #ff6129;
    color: black;
    transform: translateY(-10px);

}

@media (max-width: 767px){
    .wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu {
        box-shadow: 1px 2px 16px #80808030;
    }

    .hire-service-area li {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 600px){
    .blog-detail {
        display: inline-flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}
/*3 feb 2022*/
@media (max-width:  991px){
  .process-tab-area .nav-link{max-width: 100%;    margin-left: 0;}
}
@media (max-width: 576px){
  .process-card-img {
      max-width: 100%;
      height: auto;
  }
  .process-card-content {
    padding: 3rem 3rem 1rem;
    max-width: 100%;
  }
  .section-title {
    font-size: 30px;
    margin-bottom: 12px;
}

.larger-txt {
    font-size: 16px;
}

.services-sec .services-main-area {
    padding-top: 3rem;
}

.service-block>a>h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.service-block p {
    font-size: 16px;
    line-height: 27px;
}

.white-bg {
    padding-bottom: 50px;
}

.about-content-area {
    padding: 30px 5%;
}

.about-sec .about-content-area .about-heading, .about-page-sec .who-content-area .who-heading {
    margin-bottom: 20px;
}

.about-sec .about-content-area .about-content, .who-content {
    font-size: 16px;
    line-height: 26px;
}

.process-tab-area .tab-content {
    padding-left: 0px;
}

.process-card-content h3 {font-size: 27px;margin-bottom: 20px;}

.process-card-content p, .celebrate-content-area>p {
    font-size: 16px;
    line-height: 24px;
}

.btn {
    font-size: 15px;
}

.footer-img img {
    margin-top: 0%;
}

.footer-img .footer-text {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 24px;
}
.banner-text-area .banner-heading {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}

.banner .banner-text-area .banner-text {
    font-size: 15px;
    line-height: 27px;
}

.service-page-sec, .service-detail-sec {
    padding: 50px 0;
}

.service-page-title, .service-detail-page-title {
    font-size: 24px;
}

.service-page-text, .service-detail-page-text {
    font-size: 15px;
    line-height: 27px;
        margin-bottom: 15px;
}

.quote .get-quote {
    font-size: 30px;
}

.section_sub_title h3 {
    font-size: 20px;
}

.contact-form-sec .quote {
    margin-bottom: 10px;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu {
      width: 100% !important;
  }
  .banner-text-area .banner-heading {
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 20px;
}
.hire-page-title {
    font-size: 26px;
    margin: 0px;
    margin-bottom: 5%;
}
.hire-service-heading, .hire-expertise-heading, .hire-model-heading {
    font-size: 25px;}
.hire-service-small-heading {
    font-size: 20px;}
    .hire-service-tagline, .hire-model-tagline {
    font-size: 15px;
}
.hire-service-area .hire-service-title {
    font-size: 17px;
}
.hire-service-area .hire-service-title {
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.proposition-icon-title {
    font-size: 24px;
}
.our-values-text {
    font-size: 15px;
    line-height: 24px;
}
.why-choose-box, .hire-model-box{    min-height: auto;}
.expertise-box {
    padding: 28px;
}
.expertise-box-text {
    margin-bottom: 0px;
}
.expertise-box-title {
    font-size: 22px;
    margin-bottom: 15px;
}
.hire-model-box {
    min-height: auto;
}
.why-choose-box .why-choose-box-text, .hire-model-box .hire-model-box-text {
    font-size: 15px;
}
.why-choose-box .why-choose-box-title, .hire-model-box .hire-model-box-title {
    font-size: 24px;
    margin-bottom: 15px;
}
.hire-process-card-img{
  max-width: 100%;
}
.hire-process-card-content{
  max-width: 100%;
  padding: 1rem 0rem;
  text-align: center;
}
#faq .card .card-header .btn-header-link{font-size: 16px;}
#faq .card .collapse .card-body p, #faq .card .collapse .card-body ul li{font-size: 15px;}
h2.get-quote{
  margin-bottom: 20px;
}
.contact-form-right{margin-top: 0px;}
.contact-form-right .contact-right-text{
  font-size: 17px;
  margin-bottom: 10px;
}
body {
    width: 100%;
    overflow-x: hidden !important;
}
.hire-service-heading, .hire-expertise-heading, .hire-model-heading {
    font-size: 25px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.hire-service-tagline, .hire-model-tagline {
    font-size: 15px;
    color: #000;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
}
.required-skill-content .required-skill-title {
    margin: 0.8rem 0 1.3rem;
    color: #000;
    font-weight: 900;
    font-size: 21px;
    line-height: 2.4rem;
}
.required-skill-content ul li {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
}
.hire-model-slide-area .owl-nav {
    display: none;
}
.hire-model-slide-area .owl-dots {
    margin-top: 21px;
}
.hire-expert-content .hire-expert-text {
    font-size: 15px;
    color: #222;
    font-weight: 300;
    line-height: 26px;
}
.hire-expert-content>ul>li {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 7px;
}
.btn.portfolio-btn {
    max-width: 100%;
}
.banner-text-area .banner-heading{margin-top: 10px;}
#portfolio-slider.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
#portfolio-slider.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    border: 1px solid var(--main-color) !important;
    border-radius: 50%;
    transition: all 0.3s;
}
.owl-carousel .owl-next, .owl-carousel .owl-prev {
    width: 30px;
    height: 30px;
}
.owl-carousel .owl-nav button span {
    font-size: 29px !important;
    line-height: 23px;
}
.portfolio-slide-sec .section-title {
    margin-bottom: 46px;
    font-size: 27px;
}
h4.portfolio-slider-title {
    font-size: 20px;}
.portfolio-icon .portfolio-title {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    font-style: normal;
}
.portfolio-header .portfolio-icon img {
    max-width: 54px;
    display: block;
    border-radius: 6px;
    margin: 0;
    padding: 0;
}
.portfolio-text, .portfolio-list li {
    font-size: 15px;
    width: 100%;
    line-height: 26px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 300;
}
.portfolio-header .portfolio-icon img {
    max-width: 54px;
    display: inline-block !important;
    border-radius: 6px;
    margin: 0;
    padding: 0;
}
.portfolio-icon .portfolio-title {
    font-size: 25px;
    color: #000;
    font-weight: 700;
    font-style: normal;
}
.portfolio-header .portfolio-icon > div > div {
    width: auto;
    max-width: fit-content;
}
.team-sec .team-title {
    color: #000;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: bold;
}
.team-sec .team-tagline {
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 25px;
    margin-bottom: 40px;
    font-weight: 300;
}
.career-detail-m .career-text {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.social-icon-area>p>.social-icon-link {
    font-size: 16px;
}
.social-icon-area>.social-icon-title {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}
.hire-process-card-content p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    font-weight: 300;
    line-height: 27px;
}
.hire-process-card-content h3 {
    margin-bottom: 20px;
    color: #000;
    font-size: 28px;
}


}
/*4 feb 2022*/
.navbar-brand.sticky-logo {
    display: none;
}
header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    background: black;
}

header.sticky .navbar-area, header.sticky  #wp-megamenu-menu-1 {
    background: #000 !important;
    color: #fff;
    border-color: #000 !important;
}

header.sticky  #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li>a {
    color: #fff !important;
}
header.sticky .header-sec .navbar-area{    border-bottom: 1px solid #000;}
header.sticky a.navbar-brand {
    display: none;
}

header.sticky .sticky-logo {
    display: block !important;
}

header.sticky #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li.current-menu-item>a {
    color: #ff6129 !important;
}

header.sticky button.navbar-toggler span{color: #fff !important;}


.blogs-data img.post-content-img, .blogs-data .blog-img-right-json {height: 200px;margin: auto;float: none;}
.blogs-data .blog-img-left-json {display: inline-flex;align-items: center;}
.blog-detail.blogs-data {padding: 10px;}


@media (max-width: 767px){
  header.sticky #wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li>a {
    color: #000 !important;
  }
}
header {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0px;
    left: 0px;
    right: 0px;
}
.header-sec {
    width: 100%;
    height: auto;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding-top: 87px;
}

/*16 feb 2022*/
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li{margin-bottom: 6px;}
#wp-megamenu-menu-1>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a {
  width: 100%;
  display: flex;
  align-items: flex-start;
  word-break: break-word;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap .wp-megamenu>li>ul.wp-megamenu-sub-menu li.wpmm-type-widget>a i {
  margin-right: 13px;
  padding-top: 5px;
}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li{margin-top: 6px;}
#wp-megamenu-menu-1>.wpmm-nav-wrap ul.wp-megamenu>li.menu-item-type-custom>ul.wp-megamenu-sub-menu>li>ul>li {
    padding: 0px 15px;
    box-sizing: border-box;
    margin: 0px;
}
@media (max-width: 446px){
  .post-tag span a{width: 100%;text-align: center;}
}
/*.blog-img-left-json{height: 300px;}*/
.blog-detail ul li, .blog-detail p {
    font-family: "Roboto",sans-serif;
    color: #546182;
}
.blog-img-box .blog-img, .blog-content-area .blog-img-main-box {
    width: 100%;
}
.g-recaptcha > div {
      display: block;
      margin: auto;
  }


/*Loader*/

#preloader{
  position : fixed;
    z-index: 9999;
    background : url('../hkinfoway/assets/images/hk-loader-main.gif') 50% 50% no-repeat;
    top : 0px;
    left : 0px;
    height : 100%;
    width : 100%;
    cursor : wait;
    background-color: #fcfcfc;
    background-size: 26%;
}
.blog-content-area .blog-detail-area{margin-top: 0 !important;}
.blog-detail-area .blog-detail {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}
.blog-detail-area .blog-detail div:nth-of-type(2) {
    width: calc(100% - 330px);
}
.blog-content-area .blog-detail-area .row > div:nth-child(2n) > div {
    flex-direction: row-reverse;
}
.blog-detail-area .blog-detail {
    width: 100% !important;
}
@media (max-width: 991px){  
  .blog-img-left-json {
    width: 100%;
  }
  .blog-detail-area .blog-detail div:nth-of-type(2) {
      width: 100%;
  }
  .blog-content-area .blog-detail-area .row>div:nth-child(2n)>div {
      flex-direction: unset;
  }
  .blog-img-right-json {
      float: none;
      margin: auto;
      margin-bottom: 20px;
  }
  img.post-content-img{float:none;    margin: auto;
      display: block;}
}
@media (max-width: 600px){
  .blog-content-area .blog-detail-area .row>div:nth-child(2n)>div {
    flex-direction: column-reverse ;
  }
  .blog-img-right-json {
      float: none;
      margin: auto;
      margin-bottom: 0px;
      margin-top: 20px;
  }
  div#blog-wordpress, .blog-img-left-json, .blog-img-right-json {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width:  1024px){
  #preloader{
    background-size: 250px;
  }
}

ul.wsp-pages-list {
    list-style: none!important;
}

.wsp-products-list li, .wsp-pages-list li {
    float: left !important;
    margin: 5px !important;
    padding: 10px !important;
}

ul.wsp-posts-list {
    list-style: none;
}

.wsp-posts-list li:before {
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f101" !important;
    margin-right: 7px !important;
}

.wsp-pages-list li.page_item a{
  color: #FF6129;
}

.wsp-pages-list li ul.children{
  list-style: none;
}

.wsp-posts-list li.wsp-post a{
  color: #FF6129;
}

.wsp-posts-list strong.wsp-category-title a{
  color: #000;
}
.wsp-product_cats-list li:before, .simple-sitemap-post li:before, .wsp-pages-list li:before, .wsp-products-list li:before, .wsp-posts-list {
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f101" !important;
    margin-right: 7px !important;
}

.wsp-posts-list li{
  float: left!important;
    margin: 5px!important;
    padding: 10px!important;
}

.wsp-posts-list li.wsp-post{
      float: left!important;
    margin: 5px!important;
    padding: 10px!important;
}

@media (max-width: 1024px){
    .wsp-products-list li, .wsp-pages-list li ,
    .wsp-posts-list li, .wsp-posts-list li.wsp-post{float: left!important;margin: 2px!important;padding: 7px!important;    }
    .wsp-products-list li a, .wsp-pages-list li a,
    .wsp-posts-list li a, .wsp-posts-list li.wsp-post a{font-size:14px;}
}
.hire-expert-content {
    position: relative;
    z-index: 9;
}
.banner-text-area .banner-title{display: block;    font-size: 25px;}
.proposition-icon i{width: 50px;text-align: center;}