html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Work Sans', sans-serif !important;
}

a {
    color: #000000;
    font-size: 13px;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    color: inherit;
    outline: none;
}

p {
    /*font-weight: 300;*/
    font-size: 16px;
}

img {
    max-width: 100%;
}

.menu_fixed {
    position: fixed !important;
    z-index: 9999 !important;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .05);
    top: 0 !important;
}

.logo-white img {
    width: 75px;
}

/*---------------------top bar start------------------------*/

.top-bar {
    background: #635c42;
    padding: 9px 0 12px;
    font-size: 13px;
}

.top-bar ul {
    margin: 5px 0 0;
    padding: 0;
}

.top-bar ul li {
    margin-right: 25px;
    float: left;
}

.top-bar p {
    color: #ffffff;
    margin: 0px;
    padding: 0;
    font-size: 13px;
}

.top-bar .fa {
    color: #dbcba0;
    margin-right: 6px;
}

.top-bar .fas {
    color: #dbcba0;
    margin-right: 6px;
}

.top-bar .fab {
    color: #dbcba0;
    margin-right: 6px;
}

.top-bar a {
    color: #e9e9e9;
}

.top-header-wrapper {
    padding: 5px 0 0 0;
}

.top-header-wrapper>a {
    color: #ffffff;
    border: 1px solid #c8c8c8;
    border-radius: 20px;
    padding: 3px 10px;
    background: #95a706;
}

span.separator {
    margin: 0 10px;
    color: #fff;
}

a#logwhite {
    padding-top: 34px;
}

.navik-header.header-shadow.home-page.viewport-lg.sticky a#logwhite {
    padding-top: 0;
}

a#play-video {
    visibility: hidden;
}

/*----------------------top bar end-----------------------*/
header.main_menu {
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
}

header.main_menu.home .logo-white {
    display: inline-block;
}

header.main_menu.home .logo-black {
    display: none;
}

header.main_menu.home.menu_fixed .logo-white {
    display: none;
}

header.main_menu.home.menu_fixed .logo-black {
    display: inline-block;
}

header.main_menu.home.menu_fixed ul.navbar-nav li a {
    color: #ac995f !important;
}

header.main_menu.menu-inner.menu_fixed ul.navbar-nav li a {
    color: #ac995f !important;
}

header.main_menu .menu-large .dropdown-toggle::after {
    display: none !important;
}

header.main_menu .menu-large .dropdown-menu {
    top: auto !important;
}

/*.navik-menu > ul > li:nth-child(5) a.nav-link {*/
/*    text-transform: none;*/
/*    border: 1px solid #ac995f;*/
/*    height: auto;*/
/*    line-height: 25px;*/
/*    background: #ac995f;*/
/*    color: #fff;*/
/*    border-radius: 25px;*/
/*    transition: .3s;*/
/*}*/
/*.navik-menu > ul > li:nth-child(5) a.nav-link:hover{*/
/*    transition: .3s;*/
/*    color: #ac995f !important;*/
/*    background: #fff;*/
/*}*/
/*.navik-menu > ul > li:nth-child(5) a.nav-link:hover::after {*/
/*    background: transparent;*/
/*}*/
/*.navik-header.sticky .navik-menu > ul > li:nth-child(5) a{*/
/*	    height: auto;*/
/*    line-height: 25px;*/
/*}*/
.navik-menu>ul>li:last-child {}

/*.navik-menu > ul > li:last-child a.nav-link {*/
/*    text-transform: none;*/
/*    border: 1px solid #ac995f;*/
/*    height: auto;*/
/*    line-height: 25px;*/
/*    background: #ac995f;*/
/*    color: #fff;*/
/*    border-radius: 25px;*/
/*    transition: .3s;*/
/*}*/
/*.navik-menu > ul > li:last-child a.nav-link:hover{*/
/*    transition: .3s;home-seven*/
/*    color: #ac995f !important;*/
/*    background: #fff;*/
/*}*/
/*.navik-menu > ul > li:last-child a.nav-link:hover::after {*/
/*    background: transparent;*/
/*}*/
.header-opacity-on .navik-menu>ul>li>a:hover {
    color: #e1dac6 !important;
}

/*.navik-header.sticky .navik-menu > ul > li:last-child a{*/
/*	    height: auto;*/
/*    line-height: 25px;*/
/*        text-transform: uppercase;*/
/*}*/
.navbar {
    position: inherit !important;
}

.carousel-caption.caro-head {
    left: 10% !important;
    bottom: 15% !important;
    width: 50% !important;
    text-align: left !important;
}

.carousel-caption.caro-head h1 {
    font-weight: 300;
    font-family: 'Work Sans', sans-serif !important;
}

.carousel-caption.caro-head ul li {
    display: inline-block;
    margin-right: 25px;
}

.carousel-caption.caro-head ul {
    list-style: none;
    padding: 0;
}

.carousel-caption.caro-head p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 16px;
}

.carousel-caption.caro-head ul li a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 7px 20px;
    /*font-family: 'Work Sans', sans-serif;*/
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    transition: .3s;
}

.carousel-caption.caro-head ul li a:hover {
    transition: .3s;
    background: #ac995f;
    border-color: #ac995f;
}

header.main_menu ul.navbar-nav li a {
    text-transform: uppercase;
    color: #fff !important;
    /*font-family: 'Work Sans', sans-serif;*/
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    transition: .3s;
}

header.main_menu ul.navbar-nav li a:hover {
    transition: .3s;
    color: #ac995f !important;

}

section.carousel-head {
    position: relative;
}

section.carousel-head .clients-link {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}

section.carousel-head .clients-link span {
    color: #fff;
    font-size: 13px;
}

section.carousel-head .clients-link span a {
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
    text-decoration-color: #ac995f;
    text-decoration-thickness: 0.2em;
    transition: .3s;
}

section.carousel-head .clients-link span a:hover {
    transition: .3s;
    text-decoration-color: #fff;
}

section.home-one {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.sidebar-common h2 {
    position: relative;
    font-family: 'Work Sans', sans-serif !important;
    padding-left: 15px;
    padding-bottom: 1rem;
}

.sidebar-common h2:before {
    position: absolute;
    content: " ";
    left: 0px;
    height: 25px;
    top: 0px;
    width: 0;
    color: #111;
    border: 1px solid #ac995f;
}

.owl-bg {
    position: relative;
}

.bg-img-owl img {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.bg-img-owl span {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.home-one-inner span {
    font-size: 14px;
    font-weight: 600;
}

section.home-two ul {
    padding: 0;
}

section.home-two ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
}

section.home-two span {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2rem;
    display: flex;
}

.discover-inner h4 {
    font-size: 18px;
    font-family: 'Work Sans', sans-serif !important;
    color: #999;
    padding: 1rem 0;
    margin: 0;
    font-weight: 400;
    transition: .3s;
}

.discover-inner a:hover h4 {
    transition: .3s;
    color: #ac995f;
}

.discover-inner i {
    font-size: 12px;
    padding-left: 10px;
}

section.home-three.sidebar-common {
    padding: 4rem 0;
    background: #f1f1f1;
}

.discover-inner p {
    text-align: justify;
}

section.home-two {
    padding-bottom: 5rem;
}

.owl-carousel.owl-theme {
    width: 90%;
    text-align: center;
    margin: auto;
}

.home-four #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}

.home-four #tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    font-size: 20px;
}

.home-four .tab-content span {
    font-size: 13px;
}

.home-four {
    padding: 5rem 0;
}

.home-four .nav .nav-link.active {
    color: #000;
    font-weight: 600;
    background-color: #eeebdf;
    border-radius: 25px;
    font-family: 'Rubik', sans-serif;
}

.pjust .nav .nav-link.active {
    color: #000;
    font-weight: 600;
    background-color: #eeebdf;
    border-radius: 25px;
    font-family: 'Rubik', sans-serif;
}

.home-four .tab-content span a {
    transition: .3s;
    color: #e0c164;
}

.home-four .tab-content span a:hover {
    color: #111;
    transition: .3s;
}

.pb-2rem {
    padding-bottom: 2rem;
}

.tabs-navs {
    padding-bottom: 2rem;
    padding-top: 1rem;
}

.testim ul {
    padding: 0;
}

.testim ul li {
    /*display: inline-block;*/
    list-style: none;
}

.testim ul li p {
    margin-bottom: 0.2rem !important;

}

.testim ul li span {
    font-size: 12px;
}

.testim {
    border: 1px solid #d2d2d2;
    border-radius: 15px;
    box-shadow: 0 15px 10px -10px rgb(0 0 0 / 50%), 0 1px 4px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
}

.test-img {
    /*border-top: 1px solid #d2d2d2;*/
    /*padding: 1rem 1rem;*/
    padding-top: 0;
}

.test-para {
    padding: 1rem 1rem;
    padding-bottom: 5px;
}

.test-img ul {
    margin-bottom: 0;
    text-align: center;
}

.test-para p {
    margin: 0;
    /*padding: 2rem 0rem;*/
    padding-bottom: 0;
    text-align: center;
}

.test-para img {
    width: auto !important;
}

.owl-testimonials {}

.owl-testimonials .owl-nav {
    text-align: center;
    padding-top: 15px;
}

.owl-testimonials .owl-nav button.owl-prev {
    position: relative;
    margin-right: 10px !important;
    font-size: 14px !important;
    transition: .3s;
}

.owl-testimonials .owl-nav button.owl-prev:before {
    position: absolute;
    content: " ";
    left: -40px;
    height: 0;
    top: 10px;
    width: 25px;
    color: #111;
    border: 1px solid #ac995f;
}

.owl-testimonials .owl-nav button.owl-prev:focus {
    outline: 0 !important;
}

.owl-testimonials .owl-nav button.owl-prev:hover {
    transition: .3s;
    color: #ac995f;
}

.owl-testimonials .owl-nav button.owl-prev:after {
    position: absolute;
    content: " ";
    left: 30px;
    height: 15px;
    top: 3px;
    width: 0;
    color: #080808;
    border: 1px solid #b3b3b3;
    transform: skew(-30deg);
}

.owl-testimonials .owl-nav button.owl-next {
    position: relative;
    margin-left: 10px !important;
    font-size: 14px !important;
    transition: .3s;
}

.owl-testimonials .owl-nav button.owl-next:after {
    position: absolute;
    content: " ";
    right: -40px;
    height: 0;
    top: 10px;
    width: 25px;
    color: #111;
    border: 1px solid #ac995f;
}

.owl-testimonials .owl-nav button.owl-next:focus {
    outline: 0 !important;
}

.owl-testimonials .owl-nav button.owl-next:hover {
    transition: .3s;
    color: #ac995f;
}

section.home-five {
    padding-bottom: 5rem;
    padding-top: 5rem;
}

section.home-six {
    position: relative;
    float: left;
    width: 100%;
    /*margin-bottom: 5rem;*/
}

.bg-six img {
    position: absolute;
    right: 0;
    width: 100%;
    top: 31%;
}

section.home-six span img {
    position: relative;
    z-index: 9;
}

.bg-six p {
    position: absolute;
    z-index: 9;
    bottom: 0;
}

.bg-six h3 {
    z-index: 9;
    position: absolute;
    top: 100px;
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 300;
    color: #fff;
}

.bg-six ul {
    position: absolute;
    bottom: -40px;
    padding: 0;
}

.bg-six ul li {
    display: inline-block;
}

.bg-six ul li a {
    border: 1px solid #ac995f;
    padding: 5px 15px;
    border-radius: 20px;
    transition: .3s;
}

.bg-six ul li a:hover {
    transition: .3s;
    color: #fff;
    border-color: #ac995f;
    background: #ac995f;
}

section.home-seven {
    background: #eeeef7;
    position: relative;
    float: left;
    width: 100%;
    /*margin-top: 5rem;*/
}

section.home-seven-two {
    background: #fafafc;
    position: relative;
    float: left;
    width: 100%;
    /*margin-top: 5rem;*/
}

section.home-eight {
    text-align: center;
    padding-top: 5rem;
    float: left;
    width: 100%;
}

section.home-eight ul li {
    display: inline-block;
    padding: 0 5px;
}

section.home-eight ul {
    padding: 0;
    list-style: none;
    padding-bottom: 2rem;
}

section.home-eight h4 {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 15px;
    padding-top: 2rem;
}

section.home-eight ul li a i {
    color: #c1c1c1;
    font-size: 25px;
    transition: .3s;
}

section.home-eight ul li a i:hover {
    transition: .3s;
    color: #ac995f;
}

/* ---------------------------home page end---------------------------*/

/*------------------------------e2e page start--------------------------------*/
header.main_menu.menu-inner.menu_fixed {
    position: fixed !important;
}

header.main_menu.menu-inner ul.navbar-nav li a {
    color: #ac995f !important;
}

header.main_menu.menu-inner {
    position: relative !important;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .05);
    margin-bottom: 3rem;
}

section.e2e-one {
    position: relative;
    padding-top: 10rem;
    margin-bottom: 3rem;
}

section.e2e-one span {
    position: absolute;
    bottom: -70px;
    right: 0;
}

section.e2e-one p {
    width: 75%;
}

.e2e-two-common {
    background-color: #ac995f;
    margin-top: 5rem;
    float: left;
    width: 100%;
    border-radius: 20px;
    color: #fff;
}

.e2e-two-common img {
    width: 75%;
    margin-left: 50px;
    position: relative;
    top: -80px;
    border-radius: 30px;
}

.e2e-two-inner {
    position: relative;
    top: -40px;
    padding: 0 50px;
}

section.e2e-two {
    padding-top: 14rem;
    margin-top: 8rem;
}

section.e2e-two h5 {
    padding-bottom: 5rem;
}

section.e2e-three {
    padding: 5rem 0rem;
}

section.e2e-three img {
    padding-bottom: 1rem;
}

section.e2e-three h6 {
    padding-bottom: 1rem;
}

.youtube-link1 {
    text-align: center;
    padding-top: 5rem;
}

section.e2e-four ul {
    padding: 0;
    padding-top: 1rem;
}

section.e2e-four ul li {
    display: inline-block;
    list-style: none;
}

section.e2e-four ul li img {
    padding-right: 15px;
}

section.e2e-four p {
    padding-bottom: 1rem;
}

section.e2e-four {
    padding-bottom: 5rem;
}


/*----------------------------e2e page end ------------------------*/




/*----------------------------about us page start-----------------------------*/


section.home-two.about-two {
    padding: 5rem 0rem;
    /*margin-top: 5rem;*/
}

section.about-three img {
    width: 100%;
}

.abt-three-inner {
    width: 100%;
}

section.about-three p {
    padding-bottom: 1rem;
}

.about-three-whyus h5 {
    display: inline-flex;
}

.about-three-whyus {
    text-align: center;
}

.about-three-whyus {
    padding: 5rem 0rem;
}

.centerbar-common h5 {
    position: relative;
    font-family: 'Work Sans', sans-serif !important;
    padding-left: 20px;
    padding-bottom: 1rem;
}

.centerbar-common {
    text-align: center;
}

section.about-four {
    /*padding-bottom: 5rem;*/
    float: left;
    width: 100%;
}

section.about-four form .form-control {
    border: 1px solid #a9a9a9;
    background: transparent;
    border-radius: 0;
    font-size: 13px;
}

section.about-four form .form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

section.about-four .btn-submit {
    border: 1px solid #ac995f;
    background: #ac995f;
    color: #fff;
    border-radius: 30px;
    padding: 3px 40px;
    font-size: 13px;
    margin: auto;
}

section.about-four form .form-control::placeholder {
    font-size: 12px;
    color: #111;
}

section.about-four form {
    padding-bottom: 3rem;
}







/*-----------------------about us page end -----------------------------------*/



/*----------------------solutions page start--------------------------------*/

section.solutions-one {
    position: relative;
    padding-top: 10rem;
    padding-bottom: 5rem;
}

section.solutions-one span {
    position: absolute;
    right: 0;
    top: 7rem;
}

section.solutions-two {
    padding-top: 5rem;
}

section.solutions-two a.btn {
    padding: 0;
    font-size: 12px;
    color: #ac995f;
}

section.solutions-two a.btn i {
    padding-left: 5px;
    transition: .3s;
}

section.solutions-two a.btn:hover i {
    transition: .3s;
    padding-left: 10px;
}

section.solutions-two img {
    width: 100%;
}

section.solution-two section.solutions-two.sidebar-common:last-child {
    padding-bottom: 5rem;
}



/*------------------------solutions page end------------------------------------*/


/*--------------------------business app page start--------------------------------*/


section.businessapp-one span {
    font-size: 13px;
    display: block;
    padding-bottom: 3rem;
}


/*-----------------------------business app page end -------------------------------*/



/*-------------------------erp page start----------------------------------------------*/

section.inner-banner img {
    width: 100%;
}

h1 {
    font-family: 'Work Sans', sans-serif !important;
    font-size: 2.5rem;
    font-weight: 400;
}

section.erp-one {
    padding: 5rem 0;
}

section.erp-st {
    padding-bottom: 5rem;
}

section.erp-two {
    padding-bottom: 5rem;
}

section.erp-one h6 {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: .5rem;
    padding-top: 1rem;
}

section.erp-one h5 {
    font-size: 17px;
}

.erp-three-common ul li p {
    font-size: 13px;
    font-family: 'Work Sans', sans-serif !important;
    padding-bottom: 5px;
}

.erp-three-common ul {
    padding-top: 1rem;
}

.erp-three-common ul li {
    list-style: none;
    position: relative;
}

.erp-three-common ul li::before {
    position: absolute;
    content: "";
    border: 1px solid #ac995f;
    width: 15px;
    left: -40px;
    top: 10px;
}

.erp-three-common img {
    width: 100%;
}

.erp-three-two {
    padding-top: 3rem;
}

section.erp-three {
    padding-bottom: 5rem;
}

/*-------------------------------erp page end ------------------------------------------*/



/*----------------------------IT page start-----------------------------*/
.it-one img {
    width: 100%;
}

section.it-two {
    text-align: center;
    padding: 5rem 0;
    margin-top: 3rem;
    padding-bottom: 0;
}

h2 {
    font-family: 'Work Sans', sans-serif !important;
    padding-bottom: 1rem;
}

section.it-two ul li {
    list-style: none;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 300;
}

section.it-two ul {
    padding: 0;
}

.itthreeinner-one:hover {
    transition: .3s;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .05);
}

.itthreeinner-one {
    border: 1px solid #ac995f;
    text-align: center;
    transition: .3s;
    position: relative;
    padding: 2rem 0;
}

.itthreeinner-one span {
    font-size: 30px;
}

.itthreeinner-one:hover::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    transition: .3s;
    height: 10px;
    background: #ac995f;
    border-top: 10px solid #ac995f;
}

.it-three-inner {
    padding-bottom: 2rem;
}

section.it-four img.bg {
    width: 100%;
}

section.it-four {
    background-image: url(../img/it-2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.itfour-inner {
    text-align: center;
    color: #fff;
    padding: 5rem 0;
}

.itfour-inner i.far.fa-check-circle {
    font-size: 45px;
}

.itfour-inner h6 {
    padding: 1rem 0;
}

.space {
    float: left;
    width: 100%;
    padding: 2rem 0;
}

.it-five {
    padding-top: 5rem;
}

section.it-three {
    padding-bottom: 5rem;
}

section.it-two h1 {
    padding-bottom: 1rem;
}


/*----------------------------IT page end--------------------------------*/


/*----------------------------domain page start -----------------------------*/

section.domain-one h1 {
    text-align: center;
    padding-bottom: 1rem;

}

section.domain-one {
    padding-top: 10rem;
}

.domain-inner-one {
    border: 1px solid #111;
    padding: 2rem 3rem;
}

section.domain-one span p {
    font-size: 15px;
    font-weight: 500;
    padding: 2rem 0;
}

.domain-inner-one h6 {
    padding: 1rem 0;
}

section.domains-one {
    position: relative;
}

/*------------------------------domain page end ----------------------------------*/

/*---------------------------------blog page start--------------------------------*/

section.domains-one img {
    width: 100%;
}

section.domains-one span {
    padding: 10rem 0;
}

section.domains-one {
    background-image: url(../img/blog-1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    width: 100%;
}

section.domains-one span h1 {
    border: 1px solid #fff;
    color: #fff;
    padding: 0.2rem 4rem;
}

.dom-two-inner {
    padding-top: 3rem;
}

.dom-two-inner h6 {
    padding: 1.5rem 0;
    margin-bottom: 0;
}

section.domains-two {
    float: left;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 5rem;
}





/*---------------------------------blog page end ----------------------------------*/


/*---------------------------------contact page start------------------------------*/
section.contact-two h5 {
    padding-bottom: 4rem;
    text-align: center;
}

.con-inner {
    text-align: center;
}

.con-inner h6 {
    padding: 0.5rem 0;
}

section.contact-two .col-lg-4.col-sm-4.col-12::after {
    position: absolute;
    content: " ";
    right: 0px;
    height: 100%;
    top: 0;
    border: 1px solid #b29962;
}

section.contact-two .col-lg-3.col-sm-3.col-12::after {
    position: absolute;
    content: " ";
    right: 0px;
    height: 100%;
    top: 0;
    border: 1px solid #b29962;
}

section.contact-two .col-lg-4.col-sm-4.col-12:last-child::after {
    border: none;
}

section.contact-two {
    float: left;
    width: 100%;
    padding: 5rem 0;
}

.card-header .title {
    font-size: 15px;
    color: #000;
}

.card-header .accicon {
    float: right;
    font-size: 15px;
    width: 1.2em;
}

.card-header {
    cursor: pointer;
    border-bottom: none;
}

.card {
    /*border: 1px solid #ddd;*/
    border: none !important;
}

.card-body {
    /*border-top: 1px solid #ddd;*/
}

.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(135deg);
}

section.contact-five h5 {
    text-align: center;
    padding-bottom: 5rem;
}

section.contact-five {
    background: #fafafb;
    padding: 5rem 0;
    float: left;
    width: 100%;
}

section.contact-five .card-header {
    background: #eae7dc;
    padding: 0.51rem 1.25rem;
}

section.contact-five .collapse {
    background: #eae7dc !important;
}

section.contact-five .card-body {
    padding: 0.5rem 1.25rem;
    font-size: 13px;
}

section.contact-five .card {
    padding-bottom: 2rem;
    background: transparent;
}

section.contact-six {
    text-align: center;
    padding: 5rem 0;
    float: left;
    width: 100%;
}
}

section.contact-six ul {
    padding: 1rem 0;
    list-style: none;
    margin: 0;
}

section.contact-six ul li {
    display: inline-block;
    padding: 0px 35px;
}

section.contact-six ul li a {
    background: #ac995f;
    color: #fff;
    padding: 5px 7px;
    transition: .3s;
}

section.contact-six ul li a:hover i {
    transition: .3s;
    color: #111;
}

.contact-map {
    padding-top: 2rem;
}

section.contact-two .row:last-child {
    margin-top: 14px;
}













/*-----------------------------------contact page end ---------------------------------*/

/*----------------------- footer start ------------------------------*/


footer {
    background: #111111;
    color: #fff;
    float: left;
    width: 100%;
    padding: 5rem 0rem;
}

footer ul {
    padding: 0;
    list-style: none;
}

footer ul li a {
    color: #fff;
    transition: .3s;
}

footer ul li a:hover {
    color: #dcc789;
    transition: .3s;
}

footer a {
    color: #fff;
}

footer .col-lg-3:nth-of-type(1)::after {
    position: absolute;
    content: "";
    border: 1px solid #797979;
    height: 100%;
    top: 0;
    right: 7px;
}

footer .col-lg-3:nth-of-type(2)::after {
    position: absolute;
    content: "";
    border: 1px solid #797979;
    height: 100%;
    top: 0;
    right: 7px;
}

footer .col-lg-3:nth-of-type(3)::after {
    position: absolute;
    content: "";
    border: 1px solid #797979;
    height: 100%;
    top: 0;
    right: 7px;
}

.ftr-common h6 {
    font-size: 13px;
    font-weight: 500;
}

.ftr-common {
    padding: 0px 15px;
}

.ftr-common p {
    font-size: 13px;
}

.ftr-four ul li {
    padding-bottom: 20px;
}

.ftr-four ul li a i {
    border: 1px solid #777;
    ;
    padding: 7px;
    border-radius: 20px;
    font-size: 20px;
    transition: .3s;
    background: #777;
}

.ftr-four ul li a:hover i {
    transition: .3s;
    border-color: #797979;
}

section.ftr-bottom {
    float: left;
    width: 100%;
    background-color: #050302;
    color: #fff;
	margin: 0px !important;
}

section.ftr-bottom p {
    margin: 0;
    text-align: center;
    padding: 1rem 0;
}


/*----------------------- footer end ------------------------------*/


/*---------------------------megamenu start----------------------------*/

.mega-dropdown {

    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-dropdown-menu>li>ul {

    padding: 0;
    margin: 0;
}

.mega-dropdown-menu>li>ul>li {
    list-style: none;
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    color: #222;
    padding: 3px 5px;
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
    text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
    font-size: 18px;
    color: #ff3546;
    padding: 5px 60px 5px 5px;
    line-height: 30px;
}

.menu-large {
    position: static !important;
}

.navik-menu .mega-menu-container ul li {
    list-style: none;
}

.navik-menu ul li {
    text-transform: uppercase;
    list-style: none;
}

.navik-menu li>ul ul {
    padding: 0;
}

.navik-menu>ul>li:nth-child(5) {
    margin-right: 15px;
}

/*-------------------------------megamenu end -----------------------------------*/
.ftr-one img {
    padding-bottom: 1rem;
}

section.carousel-head .carousel-item.active img {
    width: 100%;
}



/* contents adn styles added by sanjun after the QMS page alteations added */

.tick-marked {
    width: 30px;
    height: 30px;
    margin-top: 6px;
    margin-right: 10px;
}

.text-normal {
    font-weight: normal !important;
    font-size: 18px !important;
}

.text-heading {
    color: #d1a00e;
    font-size: 30px;
    font-weight: normal;
}

.vms-section .text-main-heading,
.vms-section.e2e-one h1 {
    font-size: 40px;
    font-weight: normal;
}

.text-subheading {
    font-weight: normal !important;
    font-size: 18px !important;
}

.sidebar-common h2 {
    text-align: center !important;
}

.text-white-font-size {
    color: #fff !important;
    font-size: 1px !important;
}

.pb-3 {
    padding-bottom: 3rem !important;
}

.mt-40 {
    margin-top: 40px !important;
    padding-top: 0px !important;
}

.sidebar-common h2:before {
    position: unset;
    margin-right: 10px;
}

.small-h3 {
	font-size: 1.15rem !important;
}
.box-conainer {
    background: #1b536e;
    /* height: 560px; */
    border-top-left-radius: 30px;
    border-radius: 30px;
}

.blue-box {
    color: #fff;
    text-align: center;
    padding: 10px;
}

.pjust p {
    text-align: left !important;
}

.blue-box p {
    text-align: center !important;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 80px;
}

.blue-box h6 {
    font-size: 20px;
    line-height: 45px;
    padding-top: 10px;
    font-weight: bold;
    padding-bottom: 10px;
    height: 40px;
}

.text-primary {
    color: #d1a00e !important;

}

.text-bold {
    font-weight: bold !important;
}

.text-center {
    text-align: center !important;
}

.mt-10 {
    margin-top: 100px !important;
    padding-top: unset !important;
}

.mt-40 {
    margin-top: 40px !important;
}

img {
    max-width: 101%;
}

.soze-28 {
    font-size: 28px !important;
}

.d-flex-center {
    display: flex;
    justify-content: space-evenly;
    width: 70%;
    align-items: center;
    margin: 8px auto;
}

.e2e-text-subheading {
    color: #d1a00e;
    margin-bottom: 0px;
    font-weight: normal;
    text-align: left;
    padding-bottom: 0px;
}

section.e2e-three img {
    max-width: 90%;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.e2e-three li {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    /* Space between items */
    line-height: 1.5;
    /* Adjust line height for readability */
    list-style-type: disc;
    /* Use disc for list item marker */
    padding-left: 4px;
    /* Space between marker and text */
}

.reqdemo {
    line-height: 40px;
}

.xolo-28 {
    font-size: 28px;
    font-weight: normal;
}

.xolo-40 {
    font-size: 40px;
    font-weight: normal;
}

.text-vertical-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
}

.img-90-sm-guest-check-in {
    max-width: 101% !important;
}

.integrations .box-conainer {
    border-radius: 20px;
}

.mb-10 {
    margin-bottom: 80px;
}

.integrations img {
    border-radius: 18px;
    border-bottom-right-radius: 20px;
    border: 1px solid #ededed;
}

.integrations .blue-box h6 {
    font-size: 15px;
    line-height: 22px;
    padding-top: 10px;
    font-weight: bold;
    padding-bottom: unset;
    height: 48px;
    text-transform: uppercase;
}

section.e2e-three h6 {
    font-size: 1.2rem;
    margin-bottom: 0rem;
}

section.vms-common h6 {
    font-size: 1.2rem;
}

.test-para {
    /*min-height: 305px;*/
}

.test-img {
    /*min-height: 120px;*/
}

section.e2e-one p {
    width: 100% !important;
}

section.e2e-one h1 {
    font-size: 28px;
}


.reqdemo {
    border: 1px solid #ac995f;
    height: auto;
    line-height: 25px;
    background: #ac995f;
    color: #fff !important;
    border-radius: 41px;
    transition: .3s;
    padding: 16px;
    text-transform: capitalize;
    font-size: 15px;
}

a.reqdemo:hover {
    background: #fff;
    color: #ac995f !important;
}

.callButton {
    position: fixed;
    visibility: hidden;
    bottom: 6%;
    right: 10%;
    background: #ac9960;
    padding: 16px;
    border-radius: 37px;
    width: 60px;
    height: 60px;
    text-align: center;
}

.callButton i {
    font-size: 25px;
}

.e2e-three a.reqdemo {
    margin-top: 14px;
    line-height: 3;
    padding: 10px;
}

/*------------------------RESPONSIVE START ---------------------------*/
/*------------------------RESPONSIVE START ---------------------------*/
/*------------------------RESPONSIVE START ---------------------------*/
/*------------------------RESPONSIVE START ---------------------------*/


@media (min-width:1920px) and (max-width:2560px) {
    .bg-six h3 {
        top: 50%;
    }

    .bg-six p {
        bottom: -45%;
    }

    section.home-six {
        margin-bottom: 5rem;
    }

    .carousel-caption.caro-head {
        left: 15.6% !important;
    }

    /*.discover-inner img {*/
    /*    height: auto !important;*/
    /*}*/
    section.e2e-one img {
        width: 100%;
    }
}






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

    section.carousel-head {
        margin-left: auto !important;
        margin-right: auto !important;
        /*max-width: 1920px !important;*/
        width: 100% !important;
    }

    .container {
        max-width: 1500px !important;
    }

    .h5,
    h5 {
        font-size: 1.75rem !important;
    }

    p,
    .home-one-inner span,
    .discover-inner h4,
    .h4,
    h4,
    a,
    .form-control,
    .navik-menu ul li>a,
    .ftr-common p,
    .carousel-caption.caro-head p,
    section.carousel-head .clients-link span a,
    section.carousel-head .clients-link span {
        font-size: 18px !important;
    }

    .h6,
    h6 {
        font-size: 20px;
    }
}

@media (min-width:1920px) and (max-width:1920px) {
    .bg-six h3 {
        top: 115px;
    }

    .bg-six p {
        bottom: -35px !important;
    }
}

@media (min-width:1600px) and (max-width:1920px) {
    .bg-six img {
        bottom: 0;
        top: 29%;
    }

    section.about-four {
        padding-top: 0rem;
    }

    .navik-menu>ul>li:nth-child(6) a.nav-link {
        line-height: 30px;
    }

    .navik-menu>ul>li:last-child a.nav-link {
        line-height: 30px;
    }
}


@media (min-width:1600px) and (max-width:1600px) {
    .carousel-caption.caro-head {
        left: 16% !important;
    }
}


@media(min-width: 1200px) and (max-width: 1200px) {
    .navik-menu>ul>li:nth-child(6) {
        margin-right: 15px;
    }
}

@media (max-width: 1199px) {
    .navik-header a#logwhite {
        display: none;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        display: none !important;
    }

    section.e2e-one {
        padding-top: 3rem;
    }

    section.e2e-two {
        padding-top: 14rem;
        margin-top: 6rem;
    }

    section.e2e-two h5 {
        padding-bottom: 3rem;
    }

    .e2e-two-common {
        margin-bottom: 3rem;
    }

    section.e2e-three {
        padding: 3rem 0rem;
    }

    .youtube-link1 {
        padding-top: 1rem;
    }

    section.e2e-four {
        padding-bottom: 0rem;
        padding-top: 1rem;
    }

    section.home-six {
        margin-bottom: 2rem;
    }

    .same-form {
        padding-top: 0;
        float: left;
        width: 100%;
        padding-bottom: 1rem;
    }

    section.about-four {
        padding-bottom: 0rem;
    }

    section.home-seven {
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-top: 0rem;
    }

    section.home-seven-two {
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-top: 0rem;
    }

    .owl-carousel.owl-clients img {
        /*width: 50% !important;*/
        text-align: center;
        margin: auto;
    }

    .owl-carousel.owl-clients-two img {
        /*width: 50% !important;*/
        text-align: center;
        margin: auto;
    }

    /* responsive added after the UI changes */

    section.e2e-one p {
        width: 100%;
    }

    .xolo-28 {
        font-size: 16px;
    }

    .xolo-40 {
        font-size: 20px;
    }

    .blue-box h6 {
        font-size: 16px;
    }

    .text-main-heading,
    section.e2e-one h1 {
        font-size: 20px;
    }

    .d-flex-center {
        width: 90%;
    }

    .tick-marked {
        width: 20px;
        height: 20px;
        margin-top: 0px;
        margin-right: 5px;
    }

    section.e2e-one h1 {
        font-size: 20px !important;
    }

    .vms-mobile-pt-none {
        padding-top: 0 !important;
    }

    .mt-10-sm {
        margin-top: 10px !important;
    }

    .img-90-sm-guest-check-in {
        max-width: 90% !important;
    }

    .text-sm-normal {
        font-weight: normal !important;
    }

    .text-h-30 {
        line-height: 28px !important;
    }

    .reqdemo {
        padding: 11px;
        font-size: 14px;
    }

    .callButton {
        visibility: visible;
    }

    p {
        font-size: 14px;
    }

    .box-conainer {
        border-radius: 15px;
    }

    .pb-sm-0 {
        padding-bottom: 0px !important;
    }

    .sdesktop .mb-100 {
        align-content: center;
        text-align: center;
    }

    section.sdesktop h6 {
        text-align: left;
    }
}


@media (min-width: 1024px) and (max-width: 1024px) {
    .bg-six h3 {
        top: 75px;
    }
}


@media (max-width: 992px) {
    section.e2e-one span {
        display: none;
    }
}



@media (min-width: 1200px) {
    .navik-header a#logdark {
        display: none;
    }
}


@media (min-width:320px) and (max-width:1024px) {
    .navik-menu>ul>li:nth-child(6) {
        margin-right: 0;
        margin-bottom: 5px;
    }

    img.defend {
        max-width: 40% !important;
        padding-bottom: 36px;
    }

}

@media (min-width: 768px) and (max-width: 768px) {
    .bg-six h3 {
        top: 50px;
    }

    /*.bg-six img {
    right: -100px;
}*/
    section.home-six {
        overflow: hidden;
    }

    section.solutions-one {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .bg-six img {
        position: relative;
        right: 0;
        bottom: 0;
        visibility: hidden;
    }

    .bg-six h3 {
        top: auto;
        bottom: 50px;
        font-size: 18px;
        color: #111;
        left: 40px;
    }

    .bg-six p {
        left: 40px;
        bottom: -10px;
    }

    .bg-six ul {
        bottom: -10px;
        padding: 0;
    }
}



@media (min-width: 1024px) and (max-width: 1024px) {
    .tabs-navs .nav-item {
        margin-right: .5em !important;
    }

    .nav-link {
        padding: .5rem 0.5rem !important;
    }
}


@media (max-width: 1024px) {
    .navik-menu>ul>li:last-child {
        width: max-content;
    }

    .navik-menu>ul>li:nth-child(6) {
        width: max-content;
    }

    .navik-menu .dropdown_menu .dropdown-plus {
        width: 100%;
    }
}




@media (min-width: 320px) and (max-width: 480px) {
    .bg-six img {
        visibility: hidden;
    }

    .bg-six {
        padding: 0 15px;
    }

    .bg-six h3 {
        color: #000;
        padding-top: 15px;
        position: relative;
        top: 0;
    }

    .bg-six p {
        position: relative;
    }

    .carousel-caption.caro-head {
        bottom: 10% !important;
        left: 5% !important;
        width: 100% !important;
    }

    .carousel-caption.caro-head p {
        display: none;
    }

    .carousel-caption.caro-head h1 {
        font-size: 2rem;
    }

    .burger-menu {
        top: 20px;
    }

    .navik-menu ul li.mega-menu.dropdown_menu ul {
        padding: 0;
    }

    .navik-menu ul li.nav-item.dropdown_menu ul {
        padding: 0;
    }
}


.mb-30 {
    margin-bottom: 30px !important;
}

.pjust p {
    text-align: left !important;
}

.pb-0 {
    padding-bottom: opx !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.it-four p {
    text-align: left !important;
}

[class^="icon-"],
[class*=" icon-"] {
    color: #ac995f;
}


.home-eight {
    display: none !important;
}

.navik-menu {
    font-weight: 500 !important;
}

.clr-white {
    color: #fff !important;
}




@media (max-width: 480px) {

    .carousel-caption.caro-head h1 {
        font-size: 17px !important;
    }

    .carousel-caption.caro-head ul li a {
        padding: 5px 7px;
    }

    .carousel-caption.caro-head ul li a {
        font-size: 10px !important;
        background: #f6f6f6;
        color: #111;
    }

    section.carousel-head .clients-link span {
        font-size: 10px !important;
        font-weight: 600 !important;
    }

    section.carousel-head .clients-link span a {
        font-weight: 600 !important;
        font-size: 10px !important;
    }

    section.carousel-head .clients-link {
        right: 20px !Important;
        text-align: left !important;
        left: 22px;
    }

    h5 {
        text-align: left !important;
    }

    .card-header .title {
        font-size: 13px;
    }

    section.contact-five h5 {
        padding-bottom: 2rem;
    }

    .carousel-caption.caro-head ul li {
        margin-right: 0px;
    }

    section.home-one {
        padding-top: 2rem;
        padding-bottom: 3rem;
    }

    .home-one-inner.sidebar-common {
        padding-bottom: 1rem;
    }

    section.home-two {
        padding-bottom: 1rem;
    }

    section.home-three.sidebar-common {
        padding: 2rem 0;
    }

    .discover-inner img {
        width: 100%;
    }

    .discover-inner p {
        margin-bottom: 2rem;
    }

    .discover-inner h4 {
        padding: 0.6rem 0;
    }

    .home-four {
        padding: 3rem 0;
    }

    .tabs-navs {
        padding-bottom: 0rem;
        padding-top: 1rem;
    }

    .home-four img {
        padding-top: 1rem;
    }

    section.home-five {
        padding-bottom: 3rem;
    }

    section.home-seven {
        padding-top: 1rem;
        padding-bottom: 0rem;
    }

    section.home-seven-two {
        padding-top: 1rem;
        padding-bottom: 0rem;
    }

    .ftr-common {
        padding: 0.5rem 0;
    }

    section.home-two.about-two {
        padding: 0rem 0rem;
        margin-top: 3rem;
    }

    section.solutions-one span {
        visibility: hidden;
    }

    section.solutions-one {
        padding-top: 2rem;
        padding-bottom: 0rem;
    }

    section.businessapp-one span {
        padding-bottom: 1rem;
    }

    .businessapp-one section.solutions-two img {
        padding: 1rem 0;
    }

    .businessapp-one section.solutions-two h5 {
        padding-bottom: 0;
    }

    section.erp-one {
        padding: 2rem 0;
    }

    footer {
        padding: 2rem 0rem;
    }

    section.contact-two h5 {
        padding-bottom: 2rem;
        text-align: center !important;
    }

    section.e2e-three h6 {
        text-align: center;
    }

    section.sdesktop h6 {
        text-align: left;
    }

    section.e2e-three p {
        text-align: center;
    }
}

/*------------------------RESPONSIVE END ---------------------------*/
/*------------------------RESPONSIVE END ---------------------------*/
/*------------------------RESPONSIVE END ---------------------------*/
/*------------------------RESPONSIVE END ---------------------------*/

.home-eight {
    display: none !important;
}


.owl-dots {
    display: none !important;
}

img.defend {
    max-width: 28% !important;
    padding-bottom: 36px;
}

.contact-two .fas {
    font-size: 35px !important;
    color: #ac995f;
}

.contact-two .fab {
    font-size: 35px !important;
    color: #ac995f;
}

section.yt-1 {
    padding-top: 5rem;
}

/*.test-img img
{
    width: 40px !important;
    max-width:40px !important;
    border-radius: 50% !important;
}
 */

.test-img img {
    width: 100px !important;
    max-width: 104px !important;
    /* border-radius: 50% !important; */
    height: auto;
    padding-right: 20px;
    margin: auto;
}


section.e2e-two.ways-queue {
    margin-top: 0 !important;
}

section.home-seven .owl-clients {
    width: 80%;
    text-align: center;
    margin: auto;
}

section.home-seven .owl-clients-two {
    width: 80%;
    text-align: center;
    margin: auto;
}

section.e2e-four.supports {
    padding-bottom: 0 !important;
}




@media (min-width: 1200px) {
    .navik-header a#logdark {
        display: none;
    }
}


@media (min-width:320px) and (max-width:1024px) {

    img.defend {
        max-width: 65% !important;
        padding-bottom: 36px;
    }

}



.home-one .fab {
    font-size: 25px !important;
    padding-left: 5px !important;
    color: #ac995f;
}

section.home-two span {
    font-size: 17px !important;
}

section.home-one {
    padding-bottom: 2rem !important;
}

.ft-wt p {
    font-weight: 500 !important;
}


.discover-inner img {
    height: 225px;
}

section.main-site-section {
    text-align: center;
}

section.main-site-section h1 {
    font-weight: 600;
    padding: 1rem 0;
    margin: 0;
}

.ftr-two h6 {
    padding-bottom: 5px;
}

.ftr-four h6 {
    padding-bottom: 5px;
}



img.h-200 {
    border-radius: 10px !important;
}


.tabs-navs .nav-item {
    margin-right: 1em;
}

.align-right {
    text-align: right !important;
}


.fw-400 {
    font-weight: 400 !important;
}


@media (min-width: 1200px) {

    .navik-header-container {
        margin-top: auto;
        height: 70px;
    }
}

@media (max-width: 2560px) and (min-width: 1920px) {
    .carousel-caption.caro-head {
        left: 12% !important;
    }

    .navik-menu.menu-hover-2>ul>li:last-child>a,
    .navik-menu.menu-hover-3>ul>li:last-child>a,
    .navik-menu.menu-hover-4>ul>li:last-child>a,
    .center-menu-1 .navik-menu>ul>li:last-child>a,
    .center-menu-2 .navik-menu>ul>li:last-child>a {
        padding: 3px 20px !important;
    }

    .navik-menu>ul>li>a {
        padding: 3px 20px !important;
    }

    .caro-head h1 {
        font-size: 4rem;
    }

    .carousel-caption.caro-head p {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .discover-inner img {
        height: 360px;
    }

    .owl-carousel.owl-theme {
        width: 100%;
    }

    .owl-carousel {
        width: 100% !important;
    }

    form#contactForm {
        margin-top: 10em;
    }

    .test-para {
        min-height: 355px !important;
    }

}



@media (min-width: 2560px) {
    .carousel-caption.caro-head {
        left: 21% !important;
    }

    .bg-six p {
        bottom: -20%;
    }

    .bg-six h3 {
        top: 45%;
        font-size: 2.5em;
    }

    section.e2e-one span {
        right: 100px;
    }

}

/*
.grecaptcha-badge { visibility: hidden; }*/



.whatsa-chat {
    position: fixed;
    right: 30px;
    bottom: 20px;
    z-index: 30
}

.whatsa-chat a {
    border-radius: 90%;
    padding-top: 3px;
    text-align: center;
    font-size: 36px !important;
    font-weight: normal;
    color: #fff;
    background: #12ac5e;
    width: 58px;
    height: 58px;
    display: block;
}


@media screen and (max-width: 600px) {
    .smobile {
        visibility: hidden;
        display: none;
    }

    .whatsa-chat a {
        border-radius: 90%;
        padding-top: 3px;
        text-align: center;
        font-size: 36px !important;
        font-weight: normal;
        color: #fff;
        background: #12ac5e;
        width: 58px;
        height: 58px;
        display: block;
    }

}


@media screen and (min-width: 600px) {
    .sdesktop {
        visibility: hidden;
        display: none;
    }
}






/*--------------------------button wrap start---------------------------*/


.custom-btn {
    /* width: 130px; */
    /* height: 40px; */
    /* color: #fff; */
    /* border-radius: 5px; */
    /* padding: 3px 15px; */
    /* font-family: 'Lato', sans-serif; */
    /* font-weight: 500; */
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    /* display: inline-block; */
    /* outline: none;
}
.btn-15 {
  background: #3baa00;
  border: none;
  z-index: 1;
}
.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  /*background-color: #663dff;*/
    /*border-radius: 5px;*/
    /*box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),*/
    /*7px 7px 20px 0px rgba(0,0,0,.1),*/
    /*4px 4px 5px 0px rgba(0,0,0,.1);*/
    transition: all 0.3s ease;
}

.btn-15:hover {
    color: #fff;
}

.btn-15:hover:after {
    left: 0;
    width: 100%;
}

.btn-15:active {
    top: 2px;
}

/*--------------------------------button wrap end -----------------------------*/
button.open-button {
    visibility: hidden;
}

a.custom-btn.btn-15:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 25px;
    background: #cfe424;
    border-radius: 20px;
    animation: pulse-border 1500ms ease-out infinite;
}


/*-----------------------video play button start-----------------------*/
.video-play-button {
    position: absolute;
    z-index: 10;
    /* top: 100%; */
    left: 45%;
    top: 81%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    /* width: 15px; */
    /* height: 12px; */
    /* background: #b50201; */
    border-radius: 50%;
    padding: 9px 24px 18px 28px;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    /*top: 100%;*/
    /*left: 61%;*/
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 10px;
    background: #b50201;
    border-radius: 50%;
    padding: 9px 24px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #b50201;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

/*.video-play-button:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translateX(-50%) translateY(-50%);*/
/*    display: block;*/
/*    width: 70px;*/
/*    height: 70px;*/
/*    background: #b50201;*/
/*    border-radius: 50%;*/
/*    transition: all 200ms;*/
/*    border: solid 4px #fff;*/
/*}*/

.carousel-caption.caro-head ul li:last-child a {
    border-radius: 50% !important;
    padding: 5px !important;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


/*------------------------------vieo play button end ---------------------------*/

button.btn.btn-submit.c-sub.g-recaptcha {
    border: 1px solid #ac995f;
    background: #ac995f;
    color: #fff;
    border-radius: 30px;
    padding: 6px 40px;
    font-size: 13px;
    margin: auto;
    transition: .3s;
    width: 100%;
}

button.btn.btn-submit.c-sub.g-recaptcha:hover {
    border: 1px solid #ac995f;
    background: #ffffff;
    color: #ac995f;
    transition: .3s;
}

.top-bar ul

/*li:last-child:before*/
li:not(:first-child):before {
    position: absolute;
    top: -4px;
    margin: 8px 0 0 -14px;
    vertical-align: middle;
    display: inline-block;
    /* width: 4px; */
    /* height: 4px; */
    /* background: #fff; */
    color: #fff;
    content: "|";
}

.cnt-fir {
    margin-top: 10rem;
    margin-bottom: 5rem;
}

.cnt-hme {
    padding-top: 5rem;
}

a.m-link {
    color: #5166f9;
}

section.contact-six.pad-0 {
    padding: 0;
}

section.contact-six h5 {
    padding-bottom: 1rem;
}


/*------------------date time picker start----------------------------*/

/*--------------------------date time picker end-------------------------------------*/








/*-----------------------scrol top start-----------------*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #ac995f;
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 8px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#whatsapp-floating {
    position: fixed;
    bottom: 80px;
    left: 20px;
    background-color: #25D366;
    width: 55px;
    height: 55px;
    text-decoration: none;
    display: block;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
}

#whatsapp-floating i {
    color: #fff;
    margin: 8px;
    position: relative;
    /**left: 1px;top: 4px;**/
    font-size: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*---------------scroll top end----------------------------*/


/*----------------------about page start----------------------------*/
.abc-one {
    margin: auto;
    text-align: center;
    width: 100%;
    float: left;
}

.abc-one h1 {
    font-weight: 600;
}

.abc-one p {
    border: 1px solid #b1b1b1;
    padding: 1rem 0rem;
    font-size: 16px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-style: italic;
}

.abcd-two {
    padding-top: 5rem;
}

.e2e-abt {
    padding-top: 0 !important;
}

/*----------------------about page end----------------------------*/


.owl-theme .owl-nav button.owl-prev {
    position: absolute;
    left: -5%;
    top: 30%;
    transition: .3s;
}

.owl-theme .owl-nav button.owl-prev:hover {
    background: transparent !important;
    transition: .3s;
    left: -6%;
}

.owl-theme .owl-nav button.owl-next {
    position: absolute;
    right: -5%;
    top: 30%;
    transition: .3s;
}

.owl-theme .owl-nav button.owl-next:hover {
    background: transparent !important;
    transition: .3s;
    right: -6%;
}

.owl-theme .owl-nav img {
    width: 25px;
}

.owl-theme .owl-nav button:focus {
    outline: none !important;
}


/********** owl clients **************/

.owl-clients .owl-nav button.owl-prev {
    position: absolute;
    left: -5%;
    top: 30%;
    transition: .3s;
}

.owl-clients .owl-nav button.owl-prev:hover {
    background: transparent !important;
    transition: .3s;
    left: -6%;
}

.owl-clients .owl-nav button.owl-next {
    position: absolute;
    right: -5%;
    top: 30%;
    transition: .3s;
}

.owl-clients .owl-nav button.owl-next:hover {
    background: transparent !important;
    transition: .3s;
    right: -6%;
}

.owl-clients .owl-nav img {
    width: 25px;
}

.owl-clients .owl-nav button:focus {
    outline: none !important;
}

/********** owl clients two **************/

.owl-clients-two .owl-nav button.owl-prev {
    position: absolute;
    left: -5%;
    top: 30%;
    transition: .3s;
}

.owl-clients-two .owl-nav button.owl-prev:hover {
    background: transparent !important;
    transition: .3s;
    left: -6%;
}

.owl-clients-two .owl-nav button.owl-next {
    position: absolute;
    right: -5%;
    top: 30%;
    transition: .3s;
}

.owl-clients-two .owl-nav button.owl-next:hover {
    background: transparent !important;
    transition: .3s;
    right: -6%;
}

.owl-clients-two .owl-nav img {
    width: 25px;
}

.owl-clients-two .owl-nav button:focus {
    outline: none !important;
}


.contactform-all input {
    width: 100%;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 15px;
    border: 1px solid #cecece;
}

.contactform-all textarea {
    width: 100%;
    padding: 15px 15px;
    border-radius: 15px;
    border: 1px solid #cecece;
}

.contactform-all textarea:placeholder {
    color: #111;
}

.contactform-all input::placeholder {
    color: #111;
}

input#datepicks::placeholder {
    color: #e8e8e8 !important;
    opacity: 0 !important;
}

.contactform-all .wpcf7-submit:hover {
    transition: .3s;
    background: #fff;
    color: #ac995f;
}

.contactform-all .wpcf7-submit {
    background: #ac995f;
    border: 1px solid #ac995f;
    border-radius: 15px;
    padding: 5px 31px;
    color: #fff;
    transition: .3s;
    width: auto;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.contactform-all span input:focus {
    outline: none;
}

.contactform-all textarea::placeholder {
    color: #111;
}

.contactform-all textarea:focus {
    outline: none;
}


/*.owl-carousel.owl-verticals.owl-loaded.owl-drag{*/
/*    visibility: hidden;*/
/*}*/
.owl-carousel.owl-verticals.owl-loaded.owl-drag .item {
    padding: 40px 40px 0 40px;
    text-align: center;
    background-color: #d0bf8a;
    margin-bottom: 90px;
}

.vert-img {
    border-radius: 3px;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

.vert-content a.link-b {
    font-size: 15px;
    background: #000000;
    color: #fff;
    text-transform: capitalize;
    padding: 5px 10px;
    transition: .3s;
}

.vert-content a.link-b:hover {
    background: #ffffff;
    border: 1px solid #fff;
    color: #111;
    transition: .3s;
}

.vert-content a.link-b i {
    font-size: 12px;
}

.vert-content h4 {
    font-family: 'Poppins', sans-serif;
    padding-bottom: 10px;
    text-transform: capitalize;
    transition: .3s;
    color: #000000;
    font-size: 20px;
}

.vert-content h4:hover {
    transition: .3s;
    color: #313131;
}

.owl-carousel.owl-verticals .owl-nav button.owl-prev {
    position: relative;
    margin-right: 10px !important;
    font-size: 14px !important;
    transition: .3s;
}

.owl-carousel.owl-verticals .owl-nav button.owl-next {
    position: relative;
    margin-left: 10px !important;
    font-size: 14px !important;
    transition: .3s;
}

.owl-carousel.owl-verticals .owl-nav button.owl-prev:before {
    position: absolute;
    content: " ";
    left: -40px;
    height: 0;
    top: 10px;
    width: 25px;
    color: #111;
    border: 1px solid #ac995f;
}

.owl-carousel.owl-verticals .owl-nav button.owl-prev:after {
    position: absolute;
    content: " ";
    left: 30px;
    height: 15px;
    top: 3px;
    width: 0;
    color: #080808;
    border: 1px solid #b3b3b3;
    transform: skew(-30deg);
}

.owl-carousel.owl-verticals .owl-nav button.owl-next:after {
    position: absolute;
    content: " ";
    right: -40px;
    height: 0;
    top: 10px;
    width: 25px;
    color: #111;
    border: 1px solid #ac995f;
}

.owl-carousel.owl-verticals .owl-nav {
    text-align: right;
}

.owl-carousel.owl-verticals .owl-nav button.owl-next:focus {
    outline: none;
}

.owl-carousel.owl-verticals .owl-nav button.owl-prev:focus {
    outline: none;
}

.owl-carousel.owl-verticals .owl-nav button.owl-prev:hover {
    transition: .3s;
    color: #ac995f;
}

.owl-carousel.owl-verticals .owl-nav button.owl-next:hover {
    transition: .3s;
    color: #ac995f;
}

section#verticals {
    padding-top: 4rem;
    padding-bottom: 6rem;
}

section#tabs {
    padding-top: 0;
}

.owl-carousel.owl-verticals {
    padding-top: 1rem;
}

section.about-four h2 {
    padding-top: 10px;
}

section.vert-two.sidebar-common h1 {
    position: relative;
    font-family: 'Work Sans', sans-serif !important;
    padding-left: 15px;
    padding-bottom: 1rem;
    font-size: 25px;
    text-align: left;
}

section.vert-two.sidebar-common h1:before {
    position: absolute;
    content: " ";
    left: 0px;
    height: 25px;
    top: 0px;
    width: 0;
    color: #111;
    border: 1px solid #ac995f;
}

section.vert-two {
    padding: 5rem 0;
    padding-bottom: 0rem;
}

section.vert-three {
    padding-bottom: 3rem;
}









.top-bar ul.list-unstyled.list-inline a {
    text-decoration: underline;
}

.top-bar ul.list-unstyled.list-inline span {
    text-decoration: underline;
}

.screen-reader-response ul {
    display: none !important;
}

.contactform-all span.wpcf7-not-valid-tip {
    font-size: 12px;
    text-align: right;
    float: left;
    width: 100%;
    margin: auto;
}

.screen-reader-response {
    display: none !important;
}

.xooblog_featured_box.featured_box_type1.mt-5.layout_style_2 {
    display: none;
}

div#archives-2 {
    display: none;
}

div#categories-2 {
    display: none;
}

section.contact-main-page {
    padding-top: 10rem;
    text-align: center;
    padding-bottom: 5rem;
}

.con-con-inner {
    text-align: center;
    box-shadow: 0 2.5px 12.5px -2.5px rgb(10 10 71 / 0%), 0 5px 7.5px -7.5px rgb(10 10 71 / 0%);
    border: 1px solid rgba(10, 10, 71, .1);
    padding: 5rem 2rem;
    background: #f9f9f9;
}

.con-con-inner a {
    border: 1px solid #ac995f;
    border-radius: 20px;
    padding: 5px 15px;
    background: #ac995f;
    color: #fff;
    text-transform: capitalize;
    transition: .3s;
}

.con-con-inner a:hover {
    transition: .3s;
    background: #f9f9f9;
    color: #111;
    border: 1px solid #111;
}

.con-con-inner h5 {
    text-align: center !important;
}

.same {
    Scroll-margin-top: 10rem !important;
}

.post-meta {
    display: none !important;
}

.post-item h2 {
    line-height: 28px !important;
    font-size: 18px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.post-content p {
    font-size: 14px !important;
    line-height: 27px !important;
    margin: 0 0 !important;
    color: #757575 !important;
    font-weight: 400 !important;
}

.home-page.xooblog_post_layout.layout_style_2 {
    background: #fff !important;
}

.navik-header {
    background-color: #fff;
    box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
}

div#site-content {
    background: #fff;
}

.blog-featured-post-container figure.post-image img {
    width: 100%;
}

.blog-featured-post-container article.post-item {
    box-shadow: none;
    margin-top: 5px !important;
    padding: 0 !important;
}

.tecxoo-post-share {
    display: none !important;
}

.xooblog_author {
    display: none !important;
}

nav.navigation.post-navigation {
    display: none !important;
}

.respond {
    display: none !important;
}

.post-item.tecxoo-post-details .post-title,
.single-post .post-title {
    font-family: 'Work Sans', sans-serif !important;
}

.xooblog_post_layout.layout_style_2 .more-post.btn {
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 500 !important;
}

body.blog .top-bar ul li:last-child:before {
    top: 1px !important;
}

body.blog .top-bar ul.list-unstyled.list-inline a:hover {
    transition: .3s;
    color: #e9e9e9;
}

section.full-width-demo a.reqdemo {
    border: 1px solid #fff;
    float: right;
    background: #ffffff;
    color: #ac995f !important;
    font-weight: 500;
    padding: 5px 30px;
    border-radius: 0;
    font-size: 14px;
}

section.full-width-demo a.reqdemo:hover {
    background: #ac995f;
    color: #fff !important;
}

section.full-width-demo {
    background: #ac995f;
    padding: 0.5rem 0;
}

section.full-width-demo p {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.same-form {
    padding-top: 4rem;
    float: left;
    width: 100%;
    padding-bottom: 4rem;
}

.tecxoo-post-details.post-item .post-content figure.wp-block-image.size-large img {
    /*display: none !important;*/
}

.clr-white .ftr-common p {
    color: #fff;
    line-height: 18px;
}

.ftr-two a:hover {
    transition: .3s;
    color: #ac995f;
}

.ftr-two a {
    transition: .3s;
}

.post-content a:focus {
    box-shadow: none;
    text-decoration: none;
}

.xooblog_post_layout.layout_style_2 .post-item .post-content a.more-post.btn:hover {
    transition: .3s;
    color: #ac995f;
}

.xooblog_post_layout.layout_style_2 .post-item .post-content a.more-post.btn {
    transition: .3s;
}

.post-item h2:hover {
    transition: .3s;
    color: #ac995f;
}

.post-item h2 {
    transition: .3s;
}

.xooblog_blog_widget.widget_recent_entries a {
    color: #111;
}

.xooblog_blog_widget.widget_recent_entries a:hover {
    color: #ac995f;
    transition: .3s;
}

.xooblog_blog_widget.widget_recent_entries a {
    transition: .3s;
}

.chaty-widget.desktop_active.mobile_active {
    display: none !important;
    visibility: hidden !important;
}

div#site-content .blog-page input {
    margin-bottom: 15px;
}

div#site-content .blog-page {
    padding: 0rem 0rem;
    margin: 3rem 0rem;
}

.parking-mvs .text-main-heading {
    margin-bottom: 10px;
}

.parking-mvs .second-text {
    margin-bottom: 30px;
}

.parking-mvs section {
    margin: 20px;
}

section.vms-common h6 {
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 200;
}

p,
.e2e-three li {
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 300;
    font-size: 16px !important;
    line-height: 30px;
}

.row.grid-two-cols {
    /* height: 480px; */
}

.grid-two-cols .cols {
    height: -webkit-fill-available;
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: center;
    padding: 18px;
    align-items: center;
    margin-bottom: 10px;
}


@media(max-width:1024px) {
    section.contact-main-page {
        padding-top: 3rem;
    }
}

@media screen and (max-width: 991px) {
    .top-bar ul li:last-child:before {
        display: none;
    }
}

@media (min-width:426px) {
    section.home-two ul.para2 li:last-child {
        margin-top: 7px;
    }

    section.home-two ul.para2 li:first-child {
        float: left;
    }
}

@media screen and (max-width: 480px) {
    .top-bar ul li:last-child {
        margin-right: 0;
    }

    .top-bar span {
        display: none;
    }

    .top-bar ul.list-unstyled.list-inline a {
        text-decoration: underline;
    }

    .top-header-wrapper {
        text-align: center;
        padding-top: 5px;
        display: flex;
        justify-content: space-evenly;
        margin-top: 10px;
    }

    .top-header-wrapper>a {
        font-size: 12px;
    }

    .navik-header ul {
        text-align: center;
        display: flex;
        justify-content: space-evenly;
    }

    section.home-two ul li br {
        display: none;
    }

    section.about-four {
        padding-top: 0rem;
    }

    .owl-carousel.owl-clients button img {
        display: none !important;
    }

    .owl-carousel.owl-clients-two button img {
        display: none !important;
    }

    .navik-menu>ul>li:last-child {
        width: 100%;
    }

    section.about-four {
        padding-top: 0rem;
    }

    section.contact-main-page {
        padding-bottom: 1rem;
    }

    section.contact-six h5 {
        text-align: center !important;
    }

    section.full-width-demo {
        text-align: center;
    }

    section.full-width-demo a.reqdemo {
        text-align: center;
        float: none;
    }

    section.full-width-demo p {
        margin-bottom: 1rem;
    }
}

@media (min-width: 376px) and (max-width: 425px) {
    .top-bar ul li {
        margin-right: 20px;
        display: inline-block;
        float: none;
    }
}

@media screen and (max-width: 375px) {
    .top-bar ul li {
        margin-right: 12px;
        display: inline-block;
        float: none;
    }

}

/* // laptop */

@media screen and (min-width: 768px) {
    .grid-two-cols .cols {
        height: 480px;
        padding: 48px;
        margin-bottom: 100px;
    }

    .parking-mvs section {
        margin: 0px;
    }
}

.client-two {
    margin-top: 1rem;
    margin-bottom: 3rem;
}

.client-home-two {
    margin-bottom: 3rem;
}

.owl-homepage .owl-nav {
    display: none !important;
}

@media (max-width: 480px) {
    .pb-mb-srn {
        margin-bottom: 1rem;
    }
}