* {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
}
body {
    line-height: 1.7;
    font-size: 16px;
    color: #171717;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    overflow-x: hidden !important;
 /*   background: #a6a7a7;
    background: #171717eb;*/
}
a {
    text-decoration: none !important;
}
li {
    list-style: none !important;
}
ul {
    margin-bottom: 3px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lora, serif;
    font-weight: 700 !important;
}
.toolbar-top-area {
    background: #ed3237;
    padding: 4px 0;
    border-bottom: 1px dashed #3a3a3a5e;
}
.toolbar-top-area .toolbar-contact ul li {
    display: inline-block;
    margin-right: 25px;
    color: grey;
    font-size: 14px;
    padding-top: 3px;
}
.toolbar-top-area .toolbar-contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.toolbar-top-area .toolbar-contact ul li i {
    font-weight: 600;
    font-size: 20px;
    margin-right: 10px;
    color: #fff;
}
.toolbar-top-area .toolbar-sl-share ul {
    padding-top: 2px;
}

.toolbar-top-area .toolbar-sl-share1 ul {
    text-align: right;
    padding-top: 2px;
}

.toolbar-top-area .toolbar-sl-share ul li {
    display: inline-block;
    color: #fff;
}
.toolbar-top-area .toolbar-sl-share ul li a {
    color: #fff;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    font-size: 16px;
    padding: 2px 11px;
}
.toolbar-top-area .toolbar-sl-share ul li a i {
    text-align: center;
    display: inline-block;
    color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -mzs-transition: 0.4s;
    padding-left: 0;
    font-size: 20px;
}
.toolbar-contact ul li a {
    color: #fff !important;
    font-size: 16px;
}
.fee1 a {
    display: none;
    color: #333;
}
.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.navbar {
    position: inherit;
    width: 100%;
    top: 0;
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
    border: transparent;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #ed3237;
    background-color: transparent;
}
.navbar-nav > li > a {
    text-transform: uppercase;
    line-height: 42px;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 10px 10px 19px;
}

.navbar-default .navbar-nav > li > a > span{
    color: #ed3237;
}

.navbar-nav {
    margin-top: 10px;
}
.navbar-brand {
    padding: 5px 15px;
}
.navbar-brand img {
    width:187px;
}
.shrink-nav .navbar-brand img {
    width: 200px;
margin-top: 0px;
}
.shrink-nav {
    color: #000 !important;
    top: 0;
    background-color: #fff;
    position: fixed;
    padding-bottom: 5px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.24);
}
.shrink-nav .navbar-nav > li > a {
    color: #000 !important;
    line-height: 24px;
    padding-top: 31px;
}
@media (max-width: 767px) {
    .navbar-nav > li > a {
        line-height: 15px;
    }
    .navbar-brand {
        padding: 7px 15px;
    }
    .navbar-brand img {
        width:173px;
        margin-top: -15px;
    }
}
.navbar {
    z-index: 999;
    left: 0;
    right: 0;
}
.navbar-toggle {
    border: none;
    background: 0 0 !important;
}
.navbar-toggle:hover {
    background: 0 0 !important;
}
.navbar-toggle .icon-bar {
   width: 29px;
transition: all 0.2s;
height: 4px;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
    opacity: 0;
}
.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}
.navbar-default .navbar-toggle .icon-bar {
    background-color:#ed3237;
}

.section {
    padding: 25px 10px 10px;
    background-size: cover;
    height: auto;
    position: relative;
    overflow: hidden;
}
.section h2 {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 7px;
    position: relative;
    text-transform: capitalize;
    color: #282350;
    text-align: center;
}
.section p {
    text-align: center;
    font-size: 17px;
    padding-bottom: 20px;
}
.site-heading {
    text-align: center;
    width: 100%;
    margin: 0 auto 82px;
    padding-top: 42px;
}
.site-heading h3 {
    color: #2c3c42;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 32px;
}
.single-category-holder {
    padding: 24px 1px;
    text-align: center;
    display: block;
    border-radius: 5px;
    min-height: 200px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 0 21px;
    text-align: center;
}
.single-category-holder::before {
    content: "";
    z-index: 9;
    height: 5px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #e1b391;
    position: absolute;
    box-shadow: 0 0 9px rgba(5, 198, 251, 0.21);
    border-bottom-left-radius: 32px;
    display: none;
}
.category-holder-icon {
    margin-bottom: 10px;
}
.category-holder-icon i {
    font-size: 35px;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #e1b391;
    padding: 17px;
    border-radius: 9px;
    box-shadow: 0 6px 7px rgba(0, 0, 0, 0.2);
}
.category-holder-text h3 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500 !important;
    line-height: 30px;
    color: #202020;
    margin-top: 0;
}
.bg-gray {
    background: #f9f9f9;
}
.section-padding {
    padding: 120px 0;
}
.tabs-section .nav-pills {
    padding: 0;
}
.tabs-section .nav-pills .nav-link {
    background-color: #f2f2f2;
    padding: 12px 40px;
    border-right: 1px solid #eee;
    border-top: 2px solid transparent;
    border-radius: 0;
    position: relative;
    z-index: 5;
}
.tabs-section .nav-pills .nav-link.active {
    border-top-color: #1a237e;
    background-color: #fff;
    color: #1a237e;
}
.tabs-section .tab-content .left {
    padding: 0;
    position: relative;
    z-index: 3;
}
.tabs-section .tab-content .left .box-white {
    padding: 50px 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 0 5px 5px 5px;
}
.tabs-section .tab-content .left .title {
    margin-bottom: 5px;
    font-weight: 700;
}
.tabs-section .tab-content .left .sub-title {
    color: #777;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px;
}
.mt-40 {
    margin-top: 40px !important;
}
.mb-30 {
    margin-bottom: 15px !important;
}
.skills h6 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.skills .skill-progress {
    height: 8px;
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 20px;
    position: relative;
}
.skills .skill-progress .progres {
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    background-color: #1a237e;
    background: -webkit-gradient(linear, left top, right bottom, from(#2576fd), to(#1a237e));
    background: linear-gradient(to bottom right, #2576fd, #1a237e);
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}
.tabs-section .tab-content .image {
    padding: 0;
    position: relative;
    margin-left: -50px;
    margin-top: -40px;
    max-width: calc(50% + 50px);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.tabs-section .tab-content .image .img {
    position: relative;
}
.tabs-section .tab-content .image .img img {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.single-blog {
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-blog .content {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 4px 6px 9px 1px rgba(0, 0, 0, 0.13);
    background-color: #363636;
    padding: 10px 6px 30px;
    max-width: 265px;
    margin: -30px auto 0;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    height: 175px;
}

.single-blog .content1 {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 4px 6px 9px 1px rgba(0, 0, 0, 0.13);
    background-color: #fff;
    padding: 10px 6px 30px;
    max-width: 360px;
    margin: -30px auto 0;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.single-blog .content::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #0f0f0f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
}

.single-blog:hover .content {
    max-width: 100%;
}
.single-blog:hover .content::before {
    height: 100%;
}
.single-blog .content i {
    position: absolute;
    top: -15px;
    right: 15px;
    width: 25px;
    height: 25px;
    background-color: #2f2c52;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #fff;
    z-index: 1;
}
.single-blog .content h3 {
    font-size: 18px;
    margin: 5px 0 0 0;
    line-height: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    font-family: Poppins, sans-serif;
}

.single-blog .content h3 a {
    color: #fff;
}
.single-blog .content strong {
    color: #eee;
    padding-bottom: 15px;
    display: block;
    z-index: 1;
    position: relative;
    font-size: 15px;
    font-weight: normal;
}

.single-blog .content1 h3 a {
    color: #ed3237;
}
.single-blog .content1 strong {
    color: #282828;}


.single-blog .content .blog-btn {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-family: Rubik, sans-serif;
    margin-top: 10px;
    position: absolute;
    bottom: 16px;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
}

.single-blog .content1 .blog-btn {
    display: inline-block;
    font-size: 16px;
    color: #282828;
    font-family: Rubik, sans-serif;
    margin-top: 10px;
    position: absolute;
    bottom: 16px;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
}



.single-blog:hover .blog-btn {
    opacity: 1;
    color: #fff;
}
.single-blog:hover h3 a {
    color: #fff;
}
.single-blog:hover strong {
    color: #fff;
}

.single-blog img{
    border:1px solid #ccc;
}

.hmabout1 a {
    padding: 15px 40px;
    margin-right: 10px;
    background: #363636;
    color: #fff;
    margin-top: 15px;
    font-weight: 600;
    border-radius: 25px;
}
.footer {
    padding: 41px 0 0 0;
    background-color: #000;
    position: relative;
    background: url(../images/teambg.jpg) center no-repeat;
    background-size: cover;
}
/*.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/footerbg.png) center no-repeat;
    background-size: cover;
}*/
.footer-top b {
    color: #fff;
    border-bottom: 3px solid #0e54ae;
    padding-bottom: 4px;
}
.footer-top ul {
    margin-top: 18px;
}
.footer-top ul li {
    padding: 5px 0;
    color: #ed3237;
    border-bottom: 1px dashed #71e0ec;
}
.footer-top ul li a {
    color: #f2f2f2;
}
.footer-top b {
    color: #fff;
    border-bottom: 3px solid #ed3237;
    padding-bottom: 4px;
    font-size: 19px;
}
.footer-top a {
    color: #ff6700;
}
.copyright {
    padding: 15px 0 10px;
    text-align: center;
    border-top: 1px solid rgba(167, 244, 233, 0.2);
    margin-top: 60px;
}
.copyright1 p {
    font-size: 16px;
    margin: 0 !important;
    color: #f7f7f7;
}
.footer-top p {
    color: #f2f2f2;
    margin-top: 18px;
}
.fotters li {
    float: left;
    padding: 3px 10px;
    border: 2px solid #ed3237;
    margin-left: 5px;
}
.fotters {
    margin-top: 15px;
}
.fotters i {
    font-size: 18px;
    color: #ed3237;
}
.enqform {
    background: #f4f2f2;
    float: left;
    padding: 0 20px 20px;
    box-shadow: 0 0 75px 0 rgba(0, 0, 0, 0.1);
    margin-top: -160px;
    box-shadow: 0 9px 35px 0 rgba(26, 47, 106, 0.19);
}
.enqform h2 {
    color: #fff;
    background: #222;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 26px;
    font-weight: 700;
}
.form-control {
    position: relative;
    display: block;
    border: 1px solid #b7b5b5 !important;
    font-size: 16px;
    height: 47px;
    -webkit-appearance: none;
    
}
.enqform .form-control {
    border: none;
    border-radius: 0;
}
.enqform textarea {
    line-height: 1.42857143;
    color: #555;
    background-color: #ed3237 !important;
}
.my-btn4 {
    padding: 15px 40px;
    margin-right: 10px;
    background: #363636;
    color: #fff;
    margin-top: 15px;
    font-weight: 600;
    border-radius: 25px;
     border: 1px solid #222;
}
.my-btn4:hover {
    background: #363636;
    color: #fff;
    border: 1px solid #222;
}
.hmcont {
    padding: 50px 0 80px;
}
textarea::placeholder {
    color: #000 !important;
}
input::placeholder {
    color: #000 !important;
}
.ser {
    padding: 21px 25px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}
.section_70 {
    padding: 15px 0 25px;
    background: url(../images/bgn-industries.png) no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
    overflow: hidden;
}
.jobguru {
    position: relative;
    background: #e1e1e1ed;
    padding: 25px 50px 71px;
}
.jobguru::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/about-bg.png) center no-repeat;
    background-size: cover;
}
.jobguru h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 32px;
    position: relative;
    text-transform: capitalize;
    color: #282350;
    text-align: center;
}
.jobguru1 {
    position: relative;
    background: #e1e1e14a;
}
.jobguru1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/about-bg.png) center no-repeat;
    background-size: cover;
}
.ser1 {
    padding: 19px 37px;
}
.ser1 h6 {
    font-size: 32px;
    color: #222;
}
.ser1 p {
    padding: 3px 0;
}
.ser1 strong {
    padding: 8px 0;
    display: block;
}
.ser1 ul li i {
    color: #ff6700;
}
.ser1 ul li {
    padding: 2px 0;
}
.servi1 {
    padding: 23px 30px 50px;
    background-color: #ed3237;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 0 15px 15px 15px;
}
.sers {
    margin-right: 0 !important;
    background: #ed3237;
}
.sev {
    padding-right: 0;
    padding-left: 0;
}
.sers1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.image {
    padding: 0;
    position: relative;
    margin-left: 0;
    margin-top: -85px;
    max-width: calc(50% + 50px);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.image img {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.left {
    padding: 0;
    position: relative;
    z-index: 3;
}
.servi h6 {
    font-size: 26px;
    color: #222;
}
.servi strong {
    padding: 8px 0 2px;
    display: block;
    color: #222;
    font-size: 22px;
}
.servi ul li i {
    color: #390ed2;
}
.servi ul li {
    padding: 2px 0;
}
.servi p {
    padding: 12px 0;
    color: #131313f2;
}
.servi p i {
    color: #ff6700;
    border: 1px solid #ff6700;
    padding: 5px;
    border-radius: 50%;
}
.servi p span {
    color: #000;
    font-weight: 600;
}
.servi1 a {
    margin-right: 10px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(121, 112, 112, 0.95);
    font-size: 18px;
}
.visi {
    padding: 0 !important;
}
hr {
    margin-top: 0px;
margin-bottom: 10px;
border-top: 1px solid #c6baba;
}
.single-item .img-holder {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.single-item .img-holder img {
    position: relative;
    overflow: hidden;
    transition: all 0.6s;
}
.single-item4 .img-holder {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.single-item4 .img-holder img {
    position: relative;
    overflow: hidden;
    transition: all 0.6s;
}
.single-item .img-holder img {
    width: 100%;
}

.single-item4 .img-holder img {
    transform: scale(1.3);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.single-item4:hover .img-holder img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-item4 {
    margin-top: 125px;
    margin-left: -84px;
}
.singlee {
    padding: 17px;
    color: #1c1c1c;
    border-radius: 6px;
    background: #ed3237;
    z-index: 9;
    position: absolute;
    margin-top: 31px;
    margin-left: 3px;
    margin-right: 49px;
    padding-left: 39px;
}
.singlee i {
    font-size: 45px;
}
.singlee strong {
    color: #222 !important;
    padding-top: 15px;
    display: block;
}
.hmcareer {
    padding: 70px 0 60px;
}
.hmcareer1 h4 {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    position: relative;
    text-transform: capitalize;
    color: #ed3237;
}
.hmcareer1 h6 {
    color: #fff;
    font-size: 18px;
    padding: 8px 0;
}
.hmcareer1 p {
    padding: 5px 0;
    color: #ffffffeb;
}
.hmcareer1 p span {
    font-weight: 600;
    color: #fff;
}
.hmcareer1 strong {
    color: #fff;
}
.hmcareer2 img {
    margin-top: 70px;
}
.hmcareer1 a {
    padding: 10px 24px;
    margin-right: 10px;
    background: #ed3237;
    color: #222;
    margin-top: 15px;
    font-weight: 600;
    box-shadow: 2px 3px 3px 2px #1e1616;
}
.jobguru .resp-tab-content {
    padding: 0 6px !important;
}
.activity .thumbnail {
    position: relative;
}
.thumbnail h4 {
    color: #282350;
    text-align: center;
    display: block;
    font-size: 20px;
}
.thumbnail strong {
    color: #390ed2;
    text-align: center;
    display: block;
}
.thumbnail {
    padding: 14px 14px 10px;
}
.space-ten {
    display: none;
}
.thumbnail .btn-primary {
    color: #000;
    background-color: #e1b391;
    border-color: #e1b391;
    font-weight: 600;
}
.modal-content {
    padding: 15px 10px 20px;
    background-color: #fff !important;
}
.modal-dialog {
    width: 1125px !important;
    border-radius: 6px;
}
.modal-dialog {
    margin-top: 35px !important;
}
.modal-title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 7px;
    text-transform: capitalize;
    color: #000;
    font-family: Lora, serif;
}
.modal-header {
    border-bottom: none;
}
.modal-header span {
    color: #000 !important;
}
.modal-header strong {
    font-size: 20px;
color: #ed3237;
}
.modal-body {
    padding: 0 15px;
}
.modal-body p {
    padding: 5px 0;
}
.modal-body strong {
    color: #fff;
    padding-top: 5px;
    display: block;
}
.modal-body b {
    color: #fff;
}
.hmteam {
    padding: 25px 0 20px;
    background-size: cover;
}
.hmteam h5 {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 25px;
    text-transform: capitalize;
    text-align: center;
}
.hmteam h4{
    font-size: 28px;

margin-bottom: 25px;
font-family: Poppins, sans-serif;
padding-left: 7px;
text-align: center;
}

.hmteam h4 span {
    border-bottom: 1px dashed #ed3237;
    display: inline-block;
    padding-bottom: 6px;
}

.all{
    text-align: center;
    padding-top: 15px;
}

.all a{
    padding: 15px 40px;
margin-right: 10px;
background: #363636;
color: #fff;
margin-top: 15px;
font-weight: 600;
border-radius: 25px;
}

.hmabout {
    padding: 75px 0 90px;
    background-size: cover;
}
.hmabout h1 {
    /*color: #ed3237;*/
    font-size: 28px;
    margin-top: 5px;
    margin-bottom: 3px;
}

.hmabout h1 span{
    color: #ed3237;
}

.hmabout h2 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 2px;
}

.hmabout h2 span{
    color: #ed3237;
}

.hmabout p {
    padding: 3px 0;
    letter-spacing: 0.6px;
}
.hmabout ul {
    padding-top: 15px;
}
.hmabout ul li {
    padding: 5px 0;
}
.hmabout ul li i {
    color: #ff6700;
}
.hmservice {
    padding: 10px 0 30px;
    background: url(../images/pattern.jpg) repeat;
    background-size: cover;
    margin-bottom: 40px;
}
.welcome {
    padding-bottom: 15px;
}
.box {
    overflow: hidden;
    position: relative;
    background: #b3d3a2;
    margin-bottom: 24px;
    box-shadow: 0 3px 20px 0 rgba(76, 110, 245, 0.08);
    border: 3px solid #ed3237;
    border-radius: 6px;
}
.box:after,
.box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.box:after {
    background: #83b8d757;
    border: 2px solid #006ea6;
    top: 0;
    left: 170%;
    opacity: 1;
    z-index: 1;
    transform: skewX(45deg);
    transition: all 1s ease 0s;
}
.box:hover:before {
    opacity: 1;
}
.box:hover:after {
    left: -170%;
}
.box img {
    width: 100%;
    height: auto;
}
.box .box-content {
    width: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.5s ease 0s;
}
.box:hover .box-content {
    bottom: 32%;
}
.box .title {
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    cursor: pointer;
    background: #fff;
    width: 30%;
    padding: 4px;
    margin: 0 auto;
}
.box1 {
    position: absolute;
    top: 0;
    color: #fff;
    left: 0;
    display: table-cell;
    vertical-align: middle;
    background-color: #00000082;
    width: 100%;
    height: 100%;
}
.box1 h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 160px;
    font-style: normal !important;
    padding-left: 25px;
}
.box1 p {
    color: #ed3237;
    padding-left: 25px;
}
.box1 img {
    width: 50px;
}
.box3 h5 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000;
    padding-top: 211px;
}
.box .post {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
}
.box .icon {
    list-style: none;
    padding: 0;
    margin: 0;
}
.box .icon li {
    display: inline-block;
}
.box .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #0dab76;
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
    transition: all 0.5s ease 0s;
}
.box .icon li a:hover {
    transform: rotate(360deg);
}
.boxs:after,
.boxs:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.boxs:after {
    background: #83b8d757;
    border: 2px solid #006ea6;
    top: 0;
    left: 170%;
    opacity: 1;
    z-index: 1;
    transform: skewX(45deg);
    transition: all 1s ease 0s;
}
.boxs {
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
    box-shadow: 0 3px 20px 0 rgba(76, 110, 245, 0.08);
}
.boxs1 {
    position: absolute;
    top: 2%;
    color: #fff;
    left: 0;
    display: table-cell;
    vertical-align: middle;
    background-color: #00000073;
    width: 100%;
    height: 100%;
}
.boxs1 h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000;
    padding-top: 99px;
    font-style: normal !important;
}
.boxs1 img {
    width: 50px;
}
.section-header h3 {
    margin-bottom: 10px;
    font-size: 38px;
}
.section-header {
    text-align: center;
    max-width: 910px;
    margin: 0 auto 40px;
}
.hmtesti {
    background: url(../images/testimonialbg.jpg) no-repeat;
    background-size: cover;
    padding: 150px 0;
}
.call-out {
    padding: 12px 0 25px;
    background: url(../images/background4.png) no-repeat;
    background-position: center center;
    position: relative;
    background-size: cover;
}
.call-out::before {
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    background: #ed3237b8;
    height: 100%;
}
.float_left {
    float: left;
}
.float_left h4 {
    color: #222;
    margin-top: 25px;
    font-size: 30px;
    font-weight: 700;
    position: absolute;
}
.float_right {
    float: right;
}
.call-out .thm-btn.style-3 {
    margin-top: 20px;
}
.thm-btn {
    position: relative;
    font-size: 14px;
    line-height: 46px;
    border-radius: 4px;
    color: #fff;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 0 16px;
    transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
    background: #222;
}
.thm-btn.style-3:hover {
    background: #fff;
    color: #ff5722;
    border-color: #fff;
}
#totop {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 18px;
    right: 1.5%;
    display: none;
    z-index: 9999;
    background: #ed3237;
    border: 3px solid #222;
    border-radius: 50%;
    height: 47px;
    width: 47px;
    text-align: center;
    transition: all 0.2s linear;
}
#totop i {
    color: #fff;
    line-height: 40px;
    font-size: 20px;
}
.counter {
    text-align: center;
}
.customer,
.design,
.employees,
.order {
    margin-top: 20px;
    margin-bottom: 70px;
}
.counter-count {
    font-size: 30px;
    border-radius: 50%;
    position: relative;
    color: #fff;
    text-align: center;
    line-height: 92px;
    width: 92px;
    height: 75px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    font-weight: 600;
}
.customer i {
    color: #fff;
    font-size: 25px;
}
.customer-p,
.design-p,
.employee-p,
.order-p {
    font-size: 22px;
    color: #fff;
    line-height: 31px;
    font-weight: 600;
}
.separator {
    line-height: 0.5;
    text-align: center;
    margin: 30px 0 30px 0;
}
.separator span {
    display: inline-block;
    position: relative;
}
.separator {
    line-height: 0.5;
    text-align: center;
}
.separator span::before {
    right: 100%;
    margin-right: 15px;
}
.separator span::after {
    left: 100%;
    margin-left: 15px;
}
.separator span::after,
.separator span::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    top: 0;
    width: 300px;
}
.separator span i {
    font-size: 12px;
    padding: 0;
    margin: 0;
    float: none;
    color: #fab207;
}
.customer::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 58px;
    border-left: 1px dashed #fff;
    left: 0;
    right: 0;
    margin: auto;
    top: -48px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.customer::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 58px;
    border-left: 1px dashed #fff;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -48px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.customer:hover::after {
    height: 90px;
}
.customer:hover::before {
    height: 90px;
}
.abt-banner {
    background: url(../images/abts.jpg) no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: cover;
    padding: 80px 0 200px;
}
.about-text h2 {
    color: #fff;
    font-size: 28px;
    letter-spacing: 3px;
    font-weight: 700;
    padding-top: 15px;
    display: none;
}
.about-text p,
.about-text p a {
    color: #fff;
}
.page-pay p,
.static-page-content .page-pay p {
    font-size: 16px;
    margin: 1em 0;
}
p.titles {
    font-size: 20px !important;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-weight: 600;
    margin: 1em 0;
}
.row-flex *,
.row-flex ::after,
.row-flex ::before {
    box-sizing: border-box;
}
.row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.row-flex {
    margin-left: -15px;
    margin-right: -15px;
}
.row-flex > .col-sm-3,
.row-flex > .col-sm-6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px) {
    .row-flex > .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px) {
    .row-flex > .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
.row-big {
    margin-left: -30px;
    margin-right: -30px;
}
.row-big > div[class*=" col-"] {
    padding-right: 30px;
    padding-left: 30px;
}
@media (max-width: 992px) {
    .row-big {
        margin-left: -15px;
        margin-right: -15px;
    }
    .row-big > div[class*=" col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.bx-icon-container {
    margin-bottom: 30px;
}
.bx-icon-container .bx-icon {
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background: #fffbbd;
    text-align: center;
    padding: 40px;
}
.bx-icon-container .bx-icon img {
    max-width: 100%;
    height: auto;
}
.cont-container {
    position: relative;
}
.bx-icon-container {
    margin-bottom: 30px;
}
.bx-icon-container .bx-icon {
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background: #fffbbd;
    text-align: center;
    padding: 40px;
}
.bx-icon-container .bx-icon img {
    max-width: 100%;
    height: auto;
}
.uppercase {
    text-transform: uppercase;
}
.semi {
    font-weight: 600;
}
.round-btn {
    width: 100%;
    display: block;
    color: #333;
    text-decoration: none;
    border-bottom: 0 none;
    letter-spacing: 0.03em;
}
.round-btn {
    font-size: 16px;
}
.spoiler-title {
    cursor: pointer;
}
.spoiler-body {
    display: none;
}
.spoiler-body {
    border-top: 0 none;
    -webkit-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    left: 0;
    width: 100%;
    z-index: 5;
}
.spoiler-title {
    position: relative;
    z-index: 6;
}
.spoiler-body:before {
    content: "";
    position: absolute;
    left: -3px;
    top: -12px;
    width: 3px;
    height: 12px;
    background: #ffe700;
    display: block;
    z-index: 5;
}
.spoiler-body:after {
    content: "";
    position: absolute;
    right: -3px;
    top: -12px;
    width: 3px;
    height: 12px;
    background: #ffe700;
    display: block;
    z-index: 5;
}
.tip1 {
    display: none;
}


/*taplegal start*/

.mainhome{
background: url(../images/main.jpg) center no-repeat;
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: 0;
    background-size: auto;
background-size: cover;
background-position: 50% 50%;

}

.mainhome1{
    padding: 90px 0 0;
}

.mainhome1 img{
    width: 400px;
    margin: 0 auto;
    display: block;
}

.mainhome2{
    text-align: center;
    color: #fff;
}

.mainhome2 h1{
        font-size: 28px;
        font-family: Poppins, sans-serif;
        padding-bottom: 15px;
}

.mainhome2 p{
    padding-bottom:45px;
}

.mainhome2 a{
    color: #fff;
    padding: 15px 35px;
    background: #ed3237;
    box-shadow: 2px 1px 4px 2px #1c1a1a;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-weight: 600;
    /*margin-right: 55px;*/
}

.mainhome3{
  padding-top:55px;
}

.mainhome3 p{
  color: #fff;
  text-align: center;
}

.single-service-item {
    padding: 5px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 35px;
    border: 1px solid #cccccca1;
    background: #fff;
}

.single-service-item .img-holder {
    display: block;
    position: relative;
    overflow: hidden;
}

.single-service-item .img-holder img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 180px;
}

.overlay {
    background-color: transparent;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.4s ease 0s;
    transition: background-color 0.4s ease 0s;
}

.overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.overlay .box .content a {
    padding: 9.5px 24px;
    -webkit-transform: translate3d(0, -75px, 0);
    transform: translate3d(0, -75px, 0);
    -webkit-transition: all 0.4s ease 0s !important;
    transition: all 0.4s ease 0s !important;
    opacity: 0;
}

.single-service-item:hover .img-holder img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-service-item:hover .img-holder .overlay {
    background-color: #181e2ad6;
}

.single-service-item:hover .img-holder .overlay .box {
    border-color: #ffb118;
}

.single-service-item .text-holder .text h3 {
    margin: 0 0 15px;
    font-size: 18px;
    color: #ed3237;
    text-align: center;
    font-weight: 600;
    font-family: Poppins, sans-serif;
}

.single-service-item .text-holder {
    padding-left: 0;
    position: relative;
    padding-top: 22px;
}

.text a {
    text-align: right;
    color: #ed3237;
    float: right;
}

.text p{
    padding: 0 10px;
}

.single-service-item .text-holder .text {
    padding-bottom: 40px;
}

.sing{
    padding: 0 6px;
}

.about-box {
    padding: 30px 20px 30px;
    letter-spacing: 0.8px;
}

.about-box span{
    color: #ed3237;
font-size: 19px;
font-weight: 700;
padding-top: 15px;
display: block;
}

.line2 {
    padding: 80px 0 0;
}

.services {
    padding-bottom: 35px;
    padding-top: 10px;
}

.services-2 h3 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.services-1 img {
    margin-top: 55px;
}

.services-2 ul li{
    padding: 2px 0;
}

.line {
    border: 1px dashed #0000002e;
    margin-bottom: 25px;
}

.services-2 p{
    padding-bottom: 8px;
}

.vse{
    display: none;
}

.hmdetails {
    padding: 40px 0 40px;
    position: relative;
}

.hmdetails h2 {
    color: #252c30;
    font-size: 36px;
    text-align: center;
    padding-bottom: 35px;
}

/*.hmtestis {
    padding: 0 15px;
}*/

.contact-info {
    background: #fff;
}

.single-cta {
    line-height: 28px;
}

.f-cta-icon i {
    display: inline-block;
    /*height: 40px;
    width: 40px;*/
    text-align: center;
    line-height: 22px;
    /*background: #ed3237;*/
    border-radius: 50%;
    color: #ed3237;
    font-size: 24px;
    float: left;
}

.single-cta h5 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #f7c703;
    padding-left: 10px;
}

.single-cta p a {
    color: #333;
    display: block;
}

.single-cta a {
    color: #333;
}

.single-cta p{
    padding-top: 2px;
}

.single-cta p b{
    font-size: 15px;
    color: #ed3237;
}

.single-cta span{
    font-weight: 600;
color: #000;
}

.social-detail {
    padding: 0 0;
}

.single-cta {
    line-height: 28px;
}

.single-cta h5 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #ed3237;
   margin-left: 19px;
}

.social-detail ul li {
    float: none;
    display: inline-block;
    line-height: 2em;
    margin-right: 7px;
}

.hmform {
    
    padding: 5px 60px 25px;
}

.hmform h3 {

    font-size: 36px;

}


.form-group {
    margin-bottom: 15px;
}

.form-control {
    position: relative;
    display: block;
    border: none;
    border-radius: 3px;
    border: 1px solid #848484;
    box-shadow: none;
    font-size: 14px;
    height: 50px;
    -webkit-appearance: none;
    background: #f5f5f5;
}

.visionpg{
    padding: 40px  0 20px;
}

.visionpg h3{
    font-size: 32px;
    color: #000;
    margin-bottom: 0px;
}

.visionpg h3 span{
    color: #ed3237;
}

.visionpg strong{
    color: #000;
    padding-bottom: 14px;
    display: block;
}

.visionpg strong span{
    color: #ed3237;
}


.visionpg p{
    padding-bottom: 8px;
}

.board {
    background: #ffffffeb;
    
}

.teampage{
    padding: 45px 0 75px;
}

.board h1 {
    color: #e7752c;
    text-transform: uppercase;
    font-size: 28px;
}

.board1 {
    padding: 15px 25px;
    border: 1px solid #ccc;
    margin-left: 0px;
}

.board1 h6 {
    color: #de3a29;
    font-size: 20px;
    margin-bottom: 2px;
    margin-top: 5px;
}

.board1 strong {
    padding-bottom: 10px;
    display: block;
}

.line {
    border: 0.2px dashed #e7752ca1;
    margin: 24px 0;
}


.inter{
    text-align: center;
    background: #fff;
    box-shadow: 0 3px 3px #ccc;
    margin-bottom: 25px;
}

.inter strong{
    padding-top: 15px;
    display: block;
}


.inter1{
    text-align: center;
    background: #fff;
    box-shadow: 4px 3px 7px 1px #ccc;
    margin-bottom: 25px;
    padding: 20px 0 15px;
    border:1px solid #ed32378c;
}

.inter2{
    text-align: center;
    box-shadow: 0px 0px 0px 0px #ccc;
    margin-bottom: 25px;
    padding: 20px 0 15px;
    border:1px solid #ed32378c;
    background: #000000d4;
}

.inter1 p a{
    color: #171717;
    font-size: 18px;
}

.inter1 b{
    padding-bottom: 8px;
    display: block;
}

.inter1 p  i{
    color: #ed3237;
    font-size: 24px;
}


.inter2 p a{
    color: #fff;
}

.inter2 b{
    padding-bottom: 8px;
    display: block;
     color: #fff;
}

.inter2 p  i{
    color: #fff;
    font-size: 18px;
}

.hmprocess {
    padding: 0px 0 70px;
   /* background: #f2f2f2;
    background: url(..//images/banner.png) center no-repeat;*/
    background-size: cover;
    background-attachment: fixed;
    text-align: center;

}

.hmprocess h3{
    color: #000;  
   font-size: 33px;
padding-bottom: 20px; 
}

.item1 {
    background: url(..//images/main.jpg) center no-repeat;;
    background-size: cover;
   background-repeat: no-repeat;
   height: 100vh;
}

.slide-text.inroslide {
    top: 15%;
}


.single-cta hr {
   margin-top: 10px;
margin-bottom: 10px;
border-top: 1px dashed #0d0d0d;
width: 74%;
}

.abt-banner4 {
    background: url(../images/abts4.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0 203px;
}

.vid {
    padding-right: 0;
    padding-left: 0;
}

.abt-banner5 {
    background: url(../images/abts5.jpg) no-repeat;
    background-size: cover;
   padding: 80px 0 203px;
}

.abt-banner6 {
    background: url(../images/abts6.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0 203px;
}


.abt-banner7 {
    background: url(../images/abts7.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0 203px;
}


.abt-banner8 {
    background: url(../images/abts8.jpg) no-repeat;
    background-size: cover;
   padding: 80px 0 245px;
}

.abt-banner9 {
    background: url(../images/abts9.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0 203px;
}


.abt-banner10 {
    background: url(../images/abts10.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0 203px;
}


.abt-banner11 {
    background: url(../images/abts11.jpg) no-repeat;
    background-size: cover;
   padding: 80px 0 203px;
}

.abt-banner12 {
    background: url(../images/abts12.jpg) no-repeat;
    background-size: cover;
   padding: 80px 0 203px;
}


/*.abt-banner1 {
    background: url(../images/abts3.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
}
*/
.abt-banner2 {
    background: url(../images/abts2.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0 203px;
}

.abt-banner3 {
    background: url(../images/abts3.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0 203px;
}

.footerbtm {
    padding: 30px 0 20px 0;
    background: #070707;
    border-top: 5px solid #ed3237;
}

.copy p, .copydesign p {
    margin: 0px;
    color: #fff;
    font-size: 14px;
}

.socials-about {
    float: left;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.socials li a {
    display: inline-block;
    background-color: #ed3237;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    transition: all 0.4s ease;
}

.socials li a i {
    color: #fff;
}

.copy p{
    float: right;
}

.socials1 li{
    float: left;
    margin-right: 15px;
}

.updatepage{
    padding: 55px 0 75px;
}

.updatepage2 h3{
    margin-top: 0px;
    font-size: 30px;
    color: #000;
}

.updatepage2 a {
    padding: 11px 40px;
    margin-right: 10px;
    background: #363636;
    color: #fff;
    margin-top: 15px;
    font-weight: 600;
    border-radius: 25px;
}

.updatepage2 p{
    padding-bottom: 25px;
}

.updatepage1 img{
    width: 100%;
}

.updates{
    border: 1px solid #ccc;
    padding: 15px 10px 22px;
    background: #fff;
    box-shadow: 0 1px 5px 2px #cccccca1;
}

.line{
    /*background: #ed3237;*/
    height: 1px;
border: 1px dashed #ed3237e6;
margin: 34px 0;
}

.messages1{
    color: green;
font-weight: 600;
padding-bottom: 8px;
}

.error{
    color: red;
font-size: 14px;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .toolbar-top-area .toolbar-contact ul {
        margin-left: -10px;
    }

    .toolbar-top-area{
        text-align: center;
    }

    .toolbar-top-area .toolbar-sl-share ul {
        text-align: center;
        padding-top: 0px;
        margin-left: 0;
        margin-bottom: 2px;
        margin-right: 0;
    }

    .toolbar-top-area .toolbar-sl-share ul li a i {
    font-size: 18px;
}
    .toolbar-top-area .toolbar-sl-share ul li a {
        font-size: 15px;
        padding: 2px 4px;
    }
    .toolbar-top-area .toolbar-contact ul li {
        padding-top: 2px;
        float: left;
        margin-left: 100px;
        margin-right: 5px;
    }
    .navbar {
        position: inherit;
        padding: 10px 0;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #ffde59;
        margin-top: 14px;
    }
    .shrink-nav .navbar-nav > li > a {
        color: #fff !important;
        line-height: 15px;
        padding-top: 0;
    }
    .shrink-nav {
        display: none;
    }
    .slide-text {
        left: 0;
        top:16% !important;
    }
    .slide-text h1 {
        font-size: 21px !important;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 24px !important;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .hmabout {
        padding: 31px 0 33px;
    }
    .single-item {
        padding-top: 35px;
    }
    .singlee {
        padding: 7px;
        margin-top: 20px;
        margin-left: 3px;
        margin-right: 5px;
        padding-left: 22px;
    }
    .image {
        margin-top: 0;
        max-width: 100%;
    }
    .resp-tabs-container {
        padding: 5px !important;
    }
    .servi1 {
        margin-top: -21px;
        margin-left: 6px;
        margin-right: 7px;
        background-color: #ed3237;
    }
    .box1 h5 {
        padding-top: 88px;
    }
    .resp-accordion {
        background: #000;
    }
    .resp-tab-active {
        background-color: #ed3237 !important;
        border-top: 3px solid #000 !important;
    }
    .section_70 {
        padding: 15px 0 0;
    }
    .hmcareer {
        padding: 0 0 18px;
    }
    .tip {
        display: none;
    }
    .tip1 {
        display: block;
    }
    .tip1 img {
        width: 100%;
    }
    .hmtesti {
        padding: 99px 0 50px;
    }
    .enqform {
        margin-top: -90px;
    }
    .hmcont {
        padding: 50px 0 1px;
    }
    .call-out {
        padding: 12px 0 13px;
    }
    .float_left h4 {
        margin-top: 1px;
        font-size: 24px;
    }
    .call-out .thm-btn.style-3 {
        margin-top: 35px;
    }
    .footer {
        padding: 11px 0 0 0;
    }
    .footer-top {
        padding-top: 14px;
    }
    .copyright {
        padding: 15px 0 18px;
        margin-top: 25px;
    }
    #totop {
        bottom: 1px;
    }
    .abt-banner {
        padding: 80px 0 20px;
    }
    .about-text h2 {
        padding-top: 0;
    }
    .ser1 {
        padding: 19px 19px;
    }
    .ser1 h6 {
        font-size: 25px;
    }
.slide-text {
    padding: 10px 10px !important;
}

.single-blog .content{
    max-width: 362px;
}

.mainhome2 a{
    padding: 15px 24px;
    margin-right: 4px;
}
.mainhome1 {
    padding: 41px 0 0;
}
.mainhome2 h1 {
    font-size: 26px;}


.modal-dialog {
    width: 350px !important;
    border-radius: 6px;
}

.vse{
    display: block;
}

.vse1{
    display: none;
}

.hmprocess {
    padding: 18px 0 13px;}

.visionpg {
    padding: 10px 0 0px;
}

.abt-banner2, .abt-banner3, .abt-banner4, .abt-banner5, .abt-banner6, .abt-banner7, .abt-banner8, .abt-banner9, .abt-banner10, .abt-banner11{
    padding: 54px 0 50px;
}



.hmteam {
    padding: 25px 0 0px;}

.about-box {
    padding: 15px 4px 11px;
    text-align: inherit;
    letter-spacing: 0.8px;
}

.services-2 h3 {
    font-size: 26px;}

.services-1 img {
    margin-top: 17px;
}

.services {
    padding-bottom: 0px;
    padding-top: 10px;
}

.hmdetails {
    padding: 20px 0 27px;
    position: relative;
}
.hmdetails h2 {
    font-size: 31px;
    padding-bottom: 10px;
}

.hmform {
    padding: 5px 0px 25px;
}


}

