.header-tops {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #23282c !important;
    text-align: left;
}
a.logins:hover {
    color: #00a7f4 !important;
    text-decoration: underline !important;

}
a.create_account:hover {
    color: #00a7f4 !important;
}
.navbar-nav .nav-link {
    color: black; /* Default color */
}
.navbar-nav .nav-link.active {
    color: #00a7f4 !important
    border-bottom-color: #00a7f4 !important;
}
/*.header-wrp .navbar-nav>li>a.active{
    color: #00a7f4 !important;
    border-bottom-color: #00a7f4 !important;
}*/
.header-wrp .navbar-nav>li {
    margin-left: 38px;
}
.header-wrp .navbar-nav>li>a.nav-link {
    padding: 5px 0;
    font-size: 15px;
    color: #373737;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    transition: all .5s;
    -webkit-transition: .5s;
    -ms-transition: all .5s;
    -moz-transition: .5s;
    border-bottom: 2px solid #fff;
    font-family: Poppins,sans-serif;
}
.header-wrp .navbar-nav>li>a:hover {
    color: #00a7f4;
    border-bottom-color: #00a7f4;
}

.hmabout-left .hmabout-wrp{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;   
}
.hmabout-left .hmabout-wrp:after {
    position: absolute;
    left: 60px;
    top: 58px;
    content: "";
    width: 80%;
    height: 100%;
    border: 10px solid #00a7f4;
    z-index: -1;
}
.hmabout-left .hmabout-wrp img {
    width: 100%;
    max-width: 450px;
    box-shadow: 0px 0px 10px 1px #0000009e;
}
.hmaboutright-top-left {
    font-size: 85px;
    color: #373737;
    border: 5px solid #00a7f4;
    padding: 20px;
    font-weight: 800;
    line-height: 90px;
}
.hmaboutright-top-right {
    font-size: 1.1rem;
    font-family: Poppins,sans-serif;
    font-weight: 400;
    color: #000;
    padding-left: 20px;
}
.hmaboutright-title h2 {
    font-weight: 800;
    line-height: 1.3;
    color: #373737;
    font-size: 35px;
    max-width: 400px;
    margin: 20px 0;
    font-family: "Open Sans",sans-serif;
}
.hmaboutright-des {
    line-height: 27px;
    color: #777;
    font-size: 16px;
    margin-bottom: 25px;
    font-family: "Open Sans",sans-serif;
    padding-right: 50px;
}
.hmaboutright-btn a{
    display: inline-block;
    text-align: center;
    white-space: nowrap; 
    border: 3px solid #00a7f4;
    color: #fff;
    background: #00a7f4;
    padding: 13px 24px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none; 
}
.hmaboutright-btn a:hover{
    background: 0 0;
    color: #00a7f4;
}  
/*third section  */
.section-header p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #00a7f4;
    font-weight: 500;
    margin-bottom: 15px;
}
.section-header h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.28em;
    color: #373737;
    font-weight: 600;
    padding-bottom: 18px;
    margin: 0;
}
.section-header h2:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #d1d2d6;
}
.section-header {
    margin-bottom: 40px;
}
.hmwhatwedo-leftcontent {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 29px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 30px;
}
.hmwhatwedo-col-left .hmwhatwedo-col-wrp {
    padding-right: 70px;
}
.mainhmwhatwedoc-list a.active{
    padding-left: 20px;
    color: #00a7f4;
}
.mainhmwhatwedoc-list a:hover {
    padding-left: 20px;
    color: #00a7f4;
}

.mainhmwhatwedoc-list {
    padding-bottom: 20px;
}
.mainhmwhatwedoc-list a {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 1.2em;
    color: #777;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 21px;
    transition: all .3s ease;
    font-family: Poppins,sans-serif;
    text-decoration: none;
}
.mainhmwhatwedoc-list a.active:before{
    opacity: 1;
    visibility: visible;
}
.mainhmwhatwedoc-list a:hover:before {
    opacity: 1;
    visibility: visible;
}
.mainhmwhatwedoc-list a:before {
    position: absolute;
    left: 0;
    top: 6px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #00a7f4;
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}
.mainhmwhatwedocol-right-img {
    max-width: 585px;
    margin-left: auto;
    box-shadow: 0px 0px 10px 1px #0000009e;
}
.mainhmwhatwedocol-right-innerwrp{
    position: relative;
    padding-top: 102px;
}

.mainhmwhatwedocol-right-box {
    position: absolute;
    left: 70px;
    bottom: 0;
    margin-bottom: 0;
    max-width: 370px;
    transition: all .7s ease;
    z-index: 1;
    padding: 70px 40px 65px;
    background-color: #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,.1);
    -webkit-transition: .3s;
}
svg{
    overflow: hidden;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.mainhmwhatwedocolr-bicon {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 1em;
    color: #f4745e;
    margin-bottom: 20px;
}
.mainhmwhatwedocol-right-innerwrp svg {
    max-width: 78px;
}
h3.mainhmwhatwedocolr-btitle {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #222;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 23px;
}
h3.mainhmwhatwedocolr-btitle:before {
    position: absolute;
    left: 0;
    height: 2px;
    width: 50px;
    background-color: #d1d2d6;
    content: "";
    bottom: 0;
    transition: all .3s ease;
}
.mainhmwhatwedocolr-bdes {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #848484;
    font-weight: 400;
    margin-bottom: 20px;
    transition: all .3s ease;
}
.mainhmwhatwedocolr-blink a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #373737;
    font-weight: 500;
    transition: all .3s ease;
}
/*4th section*/
.section.homereview-sec {
    position: relative;
    padding: 100px 0 60px;
    background-image: url("/images/4.8a4e74a3a5471518877f.png"); 
    background-color: #fff;
    background-position: center bottom;
    background-repeat: repeat-x;   
}
.homereview-sec h2 {
    font-size: 35px;
    color: #373737;
    line-height: 1.4em;
    max-width: 700px;
    margin: 0 auto 50px;
    text-align: center;
    font-weight: 500;
}
.homereviews-col {
    flex: 0 0 25%;
    text-align: center;
    padding: 20px;
}
.homereviews-colcount {
    position: relative;
    display: block;
    margin: 0 0 25px;
    font-weight: 700;
    color: #00a7f4;
    font-size: 65px;
    line-height: 1.2em;
}
h4.homereviews-coltitle {
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #373737;
    text-transform: capitalize;
    margin-bottom: 10px;
    letter-spacing: 0;
}
.homereviews-coldes {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #555;
}
/*magical no*/

/*.hmlogosection {
    background: url('{{ asset('images/5.436001a10cd4725c77fe.jpg) }}') center center / cover no-repeat fixed;
    position: relative;
}*/

.hmlogosection:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 140px;
    width: 100%;
    background-color: #fff;
    content: "";
}
.homelogisec-col-lwrp {
    position: relative;
    background-color: #fff;
    padding: 45px 50px;
    box-shadow: 0 5px 30px rgba(0,0,0,.1);
}
h3.homelogisec-col-title {
    position: relative;
    display: block;
    color: #373737;
    font-weight: 600;
    padding-bottom: 18px;
    font-size: 30px;
    line-height: 1.3em;
    margin-bottom: 25px;
    font-family: "Open Sans",sans-serif;
}
h3.homelogisec-col-title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #d1d2d6;
}
.homelogisec-col-des {
    font-size: 16px;
    line-height: 30px;
    color: #848484;
    margin-bottom: 40px;
    font-family: "Open Sans",sans-serif;
}
.homelogisec-lcounter {
    position: relative;
    border-top: 2px dashed #dfdfdf;
    padding-top: 30px;
}
/*.row.homelogisec-lcounter-wrp {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}*/
.homelogisec-lcounter-left .homelogisec-lcounter-rwrp {
    border-right: 2px dashed #dfdfdf;
}
.homelogisec-lcounter-rwrpicon {
    position: absolute;
    left: 0;
    top: 3px;
}
.homelogisec-lcounter-rwrpicon svg {
    max-width: 50px;
}
.homelogisec-lcounter-rightcontentcount {
    position: relative;
    font-size: 34px;
    line-height: 1em;
    color: #00a7f4;
    font-weight: 500;
}
.homelogisec-lcounter-rightcontentpname {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 3px;
}
.homelogisec-lcounter-rwrp {
    padding-left: 70px;
    position: relative;
}
.homelogisec-col-right-wrp {
    padding: 50px 0;
    text-align: center;
}
.hmwhatwedoright-wrp {
    position: relative;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 10px 40px rgba(0,0,0,.1);
}
.hmwhatwedoright-col+.hmwhatwedoright-col {
    margin-top: 35px;
}
.hmwhatwedorighticon {
    position: relative;
    height: 80px;
    width: 80px;
    line-height: 66px;
    text-align: center;
    font-size: 42px;
    color: #f4745e;
    font-weight: 400;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    flex: 0 0 80px;
    transition: all .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
.hmwhatwedorighticon svg {
    max-width: 42px;
    height: auto;
}
.hmwhatwedoright-contnet {
    padding-left: 20px;
}
h3.hmwhatwedoright-ctitile {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 600;
    margin-bottom: 5px;
}
.hmwhatwedoright-cdes {
    font-weight: 400;
    color: #848484;
    position: relative;
    padding-right: 25px;
    font-size: 15px;
    line-height: 24px;
    font-family: "Open Sans",sans-serif;
}
/***************************FAQ***************/
.hmfaqsec-col-left-wrp {
    display: block;
    overflow: hidden;
    padding: 30px;
    box-shadow: 0 3px 12px #ccc;
    min-height: 400px;
}
.hmfaqsec-wrp h3 {
    color: #373737;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: "Open Sans",sans-serif;
}
.card {
    margin-bottom: 1.5rem;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #c8ced3;
    border-radius: 0.25rem;
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f0f3f5;
    border-bottom: 1px solid #c8ced3;
}
.section.hmfaqsec .card-body {
    border-bottom: 1px solid #e8e8e8;
    background: #fff;
    padding: 15px 15px 15px 60px;
    color: #777;
    font-size: 15px;
    font-family: "Open Sans",sans-serif;
}
.accordions {
  background-color: #eeeeeee6;
  color: #777;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-bottom: 1px solid #c8ced3;
   font-family: "Open Sans",sans-serif;
}

/*.active, .accordions:hover {
  background-color: #cccccc78; 
}*/

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.hmfaqsec-col-right-wrp {
    margin-left: 30px;
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.hmfaqsec-rformrow input, .hmfaqsec-rformrow textarea {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.hmfaqsec-rformrow textarea {
    min-height: 135px;
    height: auto;
    padding-top: 13px;
}
.hmfaqsec-rformbtn button {
    padding: 9px 38px;
}
.hmaboutright-btn a, .hmfaqsec-rformbtn button {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 3px solid #00a7f4;
    color: #fff;
    background: #00a7f4;
    padding: 13px 45px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}
/************************footer css******************************/
section.footer{
    background: #222;
    color: #fff;
    position: relative;
    min-height: 200px;
}
.footer-top {
    background: #00a7f4;
}
.footer-top .footert-colleft-wrp a {
    font-size: 30px;
    font-weight: 600;
    font-family: Poppins,sans-serif;
    text-decoration: none;
    color: #fff;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footertcolright {
    background: #222;
    position: relative;
    transform: skewX(-0deg);
   /* -webkit-transform: skewX(-23deg);
    -ms-transform: skewX(-23deg);
    -moz-transform: skewX(-23deg);
    -o-transform: skewX(-23deg);*/
    padding: 20px 30px;
    z-index: 19;
}
.footertcolright-wrp {
   /* transform: skewX(23deg);
    -webkit-transform: skewX(23deg);
    -ms-transform: skewX(23deg);
    -moz-transform: skewX(23deg);
    -o-transform: skewX(23deg);*/
}
.footertcolright:after {
    position: absolute;
    width: 671px;
    height: calc(100% + 0px);
    content: "'";
    background: #222;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.footertcolright-content-wrp {
    padding: 6px 0 6px 25px;
    border-left: 1px solid #ccc;
    font-size: 14px;
    line-height: 27px;
    color: #999;
}
.footertcolright-logo {
    flex: 0 0 255px;
    max-width: 255px;
    margin-right: 30px;
}
.footermdl {
    padding: 60px 0;

}
h3.footermdl-coltitle {
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.footermdl-colwrp-coltent ul li {
    margin-bottom: 8px;
}
.footermdl-colwrp-coltent ul li a {
    padding-left: 25px;
    position: relative;
    color: #999;
    text-decoration: none;
}
.footermdl-colwrp-coltent ul li a i {
    position: absolute;
    left: 0;
    top: 4px;
}
.fa-angle-double-right:before {
    content: "\f101";
}
.forget_back_button {
    margin-left: -22px;
    width: 22px;
    border-radius: 108px;
    margin-top: -33px;
}
.creatform-cfields {
    width: 100%; 
}
.creatform-cicon {
    border: 1px solid #e6e6e6;
    border-right: 0;
    padding: 14px;
    white-space: nowrap;
    text-align: center;
    font-weight: 600;
    line-height: 26px;
}
input.form-control {
    padding: 15px;
}
.bg-primary {
    background-color: #187da0 !important;
}
.input-group-prepend {
    border:2px solid #e4e7ea;    
    padding: 10px;
}
.input-group-prepend.my-email img {
    padding-right: 5px;
}
@media only screen and (max-width: 600px) {
.footertcolright:after {
        width: 0px;   
    }
    .homereviews-col {
       flex: 100%;
    }
    .hmfaqsec-col-right-wrp {
        margin-left: 0px;
    }
    .footermdl {
       text-align:center;    
    }
    .footertcolright-logo {
        flex: 0 0 80px;
    }
    .d-flex.align-items-center.footertcolright-wrp {
        flex-direction: column;
    }
    .hmabout.hmabout-right {
        margin-top: 100px;
    }
    .hmwhatwedo-col-left .hmwhatwedo-col-wrp {
        padding-right: 0px;
    }
    .hmwhatwedo-col.hmwhatwedo-col-right {
        margin-top: 50px;
    }
    .homelogisec-col-right-wrp{
        padding: 0px 10px;
    }
    section.section.hmfaqsec {
        padding: 10px 0px !important;
    }
    .hmfaqsec-col-right {
        margin: 50px 0px;
    }
    .homereview-sec h2 {
        font-size: 25px;
    }
    .carousel-inner {
        text-align: center;
    }
    .footertcolright-content-wrp {
        border-top: 1px solid #ccc;
       border-left:none;
    }
    .footermdl {
        padding: 45px 0;
    }
    .footermdl-colwrp {
        padding: 20px 0px;
    }


}
@media only screen and (min-width: 600px) {
    .col-12.col-md-12.col-lg-6.hmabout.hmabout-right {
        margin-top: 120px;
    }
    /*.mainhmwhatwedocol-right-box {
        position: absolute;
        left: 0px;
    }*/
    .homereview-sec h2{
        font-size: 34px;
    }
    .hmwhatwedo-col-wrp {
        margin-top: 50px;
    }
    section.section.hmwhatwedo-sec {
        padding: 50px 0px !important;
    }
    .hmfaqsec-col-right-wrp{
        margin-left: 0px;
        margin-top: 50px;
    }
    
}

