:root {
    /*--btn-color: linear-gradient(to right, #e68c4f, #e77d4f, #e76d52, #e65d56,
  #e24c5d);*/
    --btn-color: linear-gradient(to right, #ff7533, #ff7235, #ff6b4b, #ff4036, #ff223b);
    --menu-color: #edeef2;
    --section-color: #f1f1f140;
    --bgcolor: #15f1843;
    --primary-colorwhite: #ffffff;
}

body {
    font-family: 'Open Sans', sans-serif;

}

.home-clients-card-button {
    background: white;
    z-index: 15;
    border-radius: 15px;
    cursor: pointer;
    text-align: center;
    padding: 8px 30px !important;
    color: linear-gradient(to right, #ff7533, #ff7235, #ff6b4b, #ff4036, #ff223b);
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.home-clients {
    background-image: url(../img/bg_5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ar-img {
    background: linear-gradient(to right, #ff7533, #ff7235, #ff6b4b, #ff4036, #ff223b);
    border-radius: 50%;
}

#header-logo-text {
    display: none;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 55px;
    margin-top: -10px;
    letter-spacing: 1px;
    color: #2b2a28;
    opacity: 1;
    font-weight: bold;
}

.banner_content img {
    height: 100%;
    width: 100%;
}

.menu-list {
    justify-content: flex-end;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.why-better {
}

.custom-navbar {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    background-image: none;
    padding: 1px 10px;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.custom-navbar.sticky {
    padding: 0 10px;
    background: white;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.custom-navbar .menu-list {
    justify-content: flex-end
}

.custom-navbar .menu-list .nav-item {
    padding: 0 5px
}

.custom-navbar .menu-ul .nav-link {
    color: white;
    font-weight: lighter;
    text-align: center;
    position: relative;
    overflow: hidden
}

.sticky.custom-navbar .menu-ul .nav-link {
    /* color: #1f1843; */
}

.custom-navbar .menu-ul .nav-link {
    margin: 0 10px;
    position: relative;
    overflow: hidden
}

.menu-ul {
    margin-right: 50px;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    z-index: 99;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .flx-items:nth-of-type(1) {
        order: 1
    }

    .flx-items:nth-of-type(2) {
        order: 2
    }

    .flx-items:nth-of-type(3) {
        order: 4
    }

    .flx-items:nth-of-type(4) {
        order: 3
    }
}

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .portfolio-padd-fx {
        max-width: 1190px
    }

    .modal-xl {
        max-width: 1140px
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (min-width:1280px) and (max-width:1440px) {
    .portfolio-padd-fx {
        max-width: 1200px
    }
}

@media (min-width:1441px) {
    .portfolio-padd-fx {
        max-width: 1300px
    }
}

.flx {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flx-items {
    margin: 40px 0
}



.custom-flx-width {
    width: 30.5%;
    margin: .745555%;
    background-color: #ef5734;
background-image: linear-gradient(315deg, #ef5734 0%, #ffcc2f 74%);

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.custom-flx-width .onhvr-content {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-color: #ba2d0b;
background-image: linear-gradient(319deg, #ba2d0b 0%, #fe7f2d 37%, #ffbf46 100%);



    padding: 10% 5%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.custom-flx-width:hover.custom-flx-width .onhvr-content {
    left: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}


.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.animated-icon3 {
    width: 30px;
    height: 15px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

.animated-icon3 span:nth-child(1) {
    top: 0
}

.animated-icon3 span:nth-child(2),
.animated-icon3 span:nth-child(3) {
    top: 9px
}

.animated-icon3 span:nth-child(4) {
    top: 18px
}

.animated-icon3 span:nth-child(4) {
    top: 18px
}

.animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.animated-icon3 span {
    background: var(--bgcolor)
}

.animated-icon3.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%
}

.animated-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.animated-icon3.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%
}

/* .custom-flx-width {
    width: 100%;
    margin: 0
} */

.listing-clients-content {
    padding: 30px 15px 10px 15px
}

.listing-clients-content .portfolio-fix {
    min-height: 115px;
    position: relative;
    overflow: hidden
}

.listing-logo .figure-caption {
    color: white;
    margin-bottom: 20px;
    font-size: 22px;
    text-transform: capitalize;
    
}

.listing-clients-content .portfolio-fix .fit-logo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.listing-clients-content .listing-logo img.img-fluid {
    margin-bottom: 50px
}

.listing-clients-content .client-description {
    color: white;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    max-height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.sprite-outer-box {
    padding: 5px
}

.flex-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.flex-outer .col-50 {
    width: 50%
}

.client-location .location {
    margin: 0;
    padding: 2px 10px;
    color: var(--primary-paracolor);
    width: 100%;
    text-align: right
}

.custom-ul .project-title .head {
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
}

.top-clients-pic .client-location {
    display: block;
    font-size: 12px;
    margin-top: 20px;
    opacity: .5
}

@media (min-width:0px) and (max-width:640px) {
    .custom-flx-width {
        width: 100%;
        margin-bottom: 10px
    }
}

@media (min-width:641px) and (max-width:991px) {
    .custom-flx-width {
        width: 48%;
        margin-bottom: 10px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .custom-flx-width {
        width: 31.8%
    }
}


.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}


/* .item-align {
  align-items: center;
  justify-content: center;
  align-content: center;
} */


/* .logo_h img{
  max-height: 300px;
  margin-top: -100px;
} */
.navbar-fixed {
    background-color: white;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    box-shadow: 0 0 10px #212121;
    position: fixed;
    top: 0;
}

.onscrollimg {

    margin-top: -25px;
    width: 150%;
    height: 300%;

}

.displaylap {

    width: 100%;
    z-index: 999;
    padding: 4px 10px;

}

.random_section {
    background: #f1f1f140;
}

.header_area {
    padding: 10px 10px 5px 0px;

}

.home_common_area {
    padding-top: 2rem;
}

.home-page-carousel {
    height: 75%;
}

.heading-margin {
    /* margin-top: 50px; */
    margin-bottom: 30px;
}

.heading-margin-top {
    margin-top: 50px;
}

.space-above {
    margin-top: 20px;
}

.header_area .navbar {
    margin-bottom: 0;
}

.header_area a {
    padding: 0px 0px;
}

.header_area li>a {
    padding: 8px 20px;
    margin-top: 12px;
}

.common-btn {
    background: linear-gradient(to right, #ff7533, #ff7235, #ff6b4b, #ff4036, #ff223b);
    z-index: 15;
    border-radius: 15px;
    cursor: pointer;
    /**margin: 0 8px!important;**/
    text-align: center;
    padding: 8px 30px !important;
    color: white;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.align-btn {
    margin-top: 25px;
    margin-bottom: 40px;
}

.align-middle {
    display: flex;
    align-items: center;
}

.mycaro .carousel-indicators {
    bottom: -41px !important;
    left: 44% !important;
}

.mycaro {
    margin-top: 0px !important;
}

.mycaro .carousel-indicators li,
.mycaro .carousel-indicators li.active {
    width: 22px !important;
    height: 22px !important;
}

.primary_btn {
    background: linear-gradient(to right, #ff7533, #ff7235, #ff6b4b, #ff4036, #ff223b);
    z-index: 15;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 8px !important;
    text-align: center;
    padding: 9px 30px !important;
    color: white;
    font-family: 'Open Sans', sans-serif;

}

.book_now {
    background-color: #f1dfd1;
background-image: linear-gradient(315deg, #f1dfd1 0%, #f6f0ea 74%);border-radius: 20px;
    cursor: pointer;
    margin: 0 8px !important;
    text-align: center;
    padding: 9px 30px !important;
    color: black;
    font-family: 'Open Sans', sans-serif;
}

.book_now>li>a {
    color: black;
}

/*section{
    padding: 2%;
}*/
.home_banner_area {
    background-image: url(../img/planet-new.gif);
    background-repeat: no-repeat;
    background-position: right -120px;

}

.home_banner_area .myimg2 {
    background-image: url(../img/banner-bg.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 100% 100%;

}

.img1 {
    background-image: url(../img/bg_3.png);
    background-repeat: no-repeat;
    background-position-x: left;
    background-size: 100% 100%;
}

.img5 {
    background-image: url(../img/bg_1.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 100% 100%;
}

.banner {
    /* margin-top: 100px; */

}

.banner img {
    margin-bottom: 25px;
}

.img-man {
    margin-top: -290px;
    margin-left: 150px;
}

.offer {
    background: white;
    text-align: center;
    border: 1px solid #a2959570;
    padding: 12px;
    border-radius: 8px;
    margin-top: 100px;
}

.offer .common-btn {
    width: 100%;
}

.banner_content {
    /* margin-top: 100px; */
    text-align: center;
    margin-left: 20px;
    position: relative;
    z-index: 1;
}

.banner_content p {
    /*font-family: 'Open Sans', sans-serif;*/

    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    text-align: center;
    font-style: italic;
}

.home_banner_area .banner_inner .banner_content .title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 40px;
    text-align: center;
    margin-bottom: 5px !important;


}

.edu-p {
    margin: 0 0 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: grey;
    margin-bottom: 40px;
}

.fa-snowflake-o {
    font-size: xx-large;
}

.home_banner_area .banner_inner .banner_content .sub_title {
    margin-top: 0;
    text-align: center;
    margin-bottom: 2px;
    font-size: 50px;
    letter-spacing: 0px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.sec_header {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.sec_header1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.display-flex {
    display: flex;
    font-size: 20px;
    font-weight: 600;

}

p.display-flex {
    margin-bottom: 15px !important;
}

.display-flex .spl-sem {
    margin-right: 10px;
    color: #f55542;
}

.left-content {
    padding: 0 70px;
}

.merits-bg {
    background-image: url(../img//merits/bg_3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.round-bg {
    height: 150px;
    width: 150px;
    position: relative;
    border-radius: 50%;
    margin: 20px auto;
    padding: 8px 6px;
}

.round-bg:after {
    border: 2px dashed black;
    transition: all .3s cubic-bezier(.53, -67, .73, .74);
    transform: none;
    border-radius: 50%;
    background-color: transparent;
    width: calc((158px)*20);
    opacity: 0;
}

.round-ng:hover {

    background: #f1f1f140;
}

.round-ng:hover:after {
    transition: all .3s cubic-bezier(.37, .74, .15, 1.65);
    transform: scale(1.1);
    opacity: 1;
}

.round-bg .myimg {
    padding-top: 15px;
    margin-left: 10px;

}

.para {
    font-family: 'Source Sans Pro', sans-serif;
    color: grey;
    font-size: 15px;
}

.center-align {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.round-corner-icon {
    margin-top: 9px;
}

.strat-color {
    background: linear-gradient(to right, #ff7533, #ff7235, #ff6b4b, #ff4036, #ff223b);
    /*border: 2px dashed black;*/
    /*transition: all .3s cubic-bezier(.53, -67, .73, .74);*/
}

.start-color:after {
    content: "";
    border: 2px dashed black;
    transition: all .3s cubic-bezier(.53, -67, .73, .74);
    transform: none;
    border-radius: 50%;
    display: block;
    position: absolute;
    background-color: transparent;
    width: calc((8px)*20);
    height: calc((8px)*20);
    opacity: 0;
}

.start-color:hover:afer {
    transition: all .3s cubic-bezier(.37, .74, .15, 1.65);
    transform: scale(1.1);
    opacity: 1;
}

.start-color:hover,
.strat-color img:hover {
    transition: all .3s ease-in-out;
    transform: translateY(calc((8px)*-1));
}

.round-bg i {
    padding: 25% 35%;
    font-size: 38px;
    color: white;
}

.limitless-learning {
    margin-bottom: 50px;
    margin-top: 50px;
}

.limitless-learning-header {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}

.limit-para-right-margin {
    margin-right: 20px;
}

.para-align {
    /*text-align: left;
    margin-right: 100px;*/
    font-family: 'Source Sans Pro', sans-serif;
}

.para-align p {
    font-size: 18px;
    color: darkslategrey;
}

.p_list {
    display: flex;
    flex-direction: column;
}

.p_items {
    clear: both;
    display: flex;
    justify-content: center;
}

.extra-margin-bottom {
    margin-bottom: 20px;
}

.extra-margin-top {
    margin-top: 30px;
}

.extra-card-length {
    background: -webkit-linear-gradient(linear-gradient(to right, #ff7533, #ff7235, #ff6b4b, #ff4036, #ff223b));
    background: -moz-linear-gradient(linear-gradient(to right, #ff7533, #ff7235, #ff6b4b, #ff4036, #ff223b));
    background: -ms-linear-gradient(linear-gradient(to right, #ff7533, #ff7235, #ff6b4b, #ff4036, #ff223b));
    background: -o-linear-gradient(linear-gradient(to right, #ff7533, #ff7235, #ff6b4b, #ff4036, #ff223b));
    background: linear-gradient(to right, #ff7533, #ff7235, #ff6b4b, #ff4036, #ff223b);
    text-align: center;
    min-height: 200px;
    border-radius: 8px 8px 0px 0px;
}

.card-2,
.card-1,
.card-3 {
    border-radius: 8px;
    border: 1px solid #edeef2;
}

.card-2:hover,
.card-1:hover,
.card-3:hover {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4);
    transform: scale(1.05, 1.05);
}

.pricing {
    background: -webkit-linear-gradient(linear-gradient(to right, #ff7533, #ff7235, #ff6b4b, #ff4036, #ff223b));
    background: -moz-linear-gradient(linear-gradient(to right, #ff7533, #ff7235, #ff6b4b, #ff4036, #ff223b));
    background: -ms-linear-gradient(linear-gradient(to right, #ff7533, #ff7235, #ff6b4b, #ff4036, #ff223b));
    background: -o-linear-gradient(linear-gradient(to right, #ff7533, #ff7235, #ff6b4b, #ff4036, #ff223b));
    background: linear-gradient(to right, #ff7533, #ff7235, #ff6b4b, #ff4036, #ff223b);
    text-align: center;
    min-height: 180px;
    border-radius: 8px 8px 0px 0px;

}

.pricing_1 {
    /*min-height: 200px;*/
    height: 100%;
    border-radius: 8px 8px 0px 0px;
    width: 100%;
}

.pricing_1 img {
    width: 100%;
    height: 100%;
}

.pricing_item {
    padding: 25px 14px;
    background-color: floralwhite;
    border-radius: 8px;
    border: 1px solid #edeef2;
    box-shadow: 0px 0px 0px #21212161;
}


.p_title {
    margin-top: 0px;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}

.dashed-line {
    text-decoration: line-through;
    margin-left: 10px;
}

.title-float-left {
    float: left;
}

.apps-link {
    text-decoration: line-through;
    margin-top: 20px;
}

.title-float-right {
    float: right;
}

.white-background {
    background-color: white;
}

.mobile-app-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-grade {
    clear: both;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}

.testimonial-title {
    text-align: center;
}

.testimonial-subtitle {
    text-align: center;
    color: dodgerblue;
}

.testimonial-text {
    text-align: justify;
}

.testimonial-card {
    border: 2px solid #fff;
    border-image-source: -webkit-linear-gradient(-45deg, rgba(23, 224, 207) 0%, rgba(159, 35, 247) 100%);
    border-image-slice: 3;
    position: relative;
    box-sizing: border-box;
    height: 280px;
}

.testimonial-card p {
    padding-left: 1rem;
    padding-right: 2rem;
}

.testimonial-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
    border-width: 3px;
    border-style: solid;
    border-image:
        linear-gradient(to bottom,
            red,
            rgba(0, 0, 0, 0)) 1 100%;
}

.ul-title {
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid darkgrey;
}

.title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.p_price {
    font-weight: 200;
    color: grey;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
}

.p_price_1 {
    font-weight: 600;
    color: black;
}

/**************************************************************************
             tabs
*********************************************************************************/
.login-signup {
    padding: 0 0 25px;
}

.btn-success {
    background: linear-gradient(to right, #ff7533, #ff7235, #ff6b4b, #ff4036, #ff223b);
    border-radius: 0;
    border: 2px solid #23bab5;
    transition: all 400ms cubic-bezier(.4, 0, .2, 1);
}

.btn-success:hover,
.btn-success:focus {
    background: rgba(26, 161, 157, 0);
    border: 2px solid linear-gradient(to right, #ff7533, #ff7235, #ff6b4b, #ff4036, #ff223b);
    transition: all 400ms cubic-bezier(.4, 0, .2, 1);
    color: #23BAB5;
}



ul {
    list-style-type: none;
}

article[role="login"] {
    padding: 30px 50px;
    /* margin-bottom: 20px; */
}



.nav-tab-holder {
    padding: 0 0 0 30px;
    /* float: right; */
    /*border-bottom: 5px solid #8080807d;*/
}

.nav-tab-holder .nav-tabs {
    border: 0;
    float: none;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.nav-tab-holder .nav-tabs>li {
    margin-bottom: -3px;
    text-align: center;
    padding: 0;
    display: table-cell;
    float: none;
    padding: 0;
}

.nav-tab-holder .nav-tabs>li>a {
    background: #d9d9d9;
    color: #6c6c6c;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
}

.nav-tab-holder .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #FFF;
    background: linear-gradient(to right, #ff7533, #ff7235, #ff6b4b, #ff4036, #ff223b);
    border: 0;
    border-radius: 0;

}

.nav-tabs>li.active::after {

    content: "";
    position: absolute;
    bottom: -15px;
    right: 120px;
    border-width: 15px 15px 0;
    border-style: solid;
    border-color: #e65d56 transparent;
    display: block;
    width: 0;

}

/* .mobile-pull {
    float: right;
  }
   */
article[role="manufacturer"] {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 10px rgba(0, 0, 0, 0.24);
    padding: 0 0 40px;
    max-width: 420px;
    margin: -45px auto 0;
}

article[role="manufacturer"] header {
    background: #23bab5;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: 300;
}

article[role="manufacturer"] h1 {
    font-size: 26px;
    font-weight: 300;
    border-bottom: 1px solid #f2f2f2;
    padding: 25px 15px;
}

article[role="manufacturer"] ul {
    padding: 0 25px;
}

article[role="manufacturer"] ul li {
    font-size: 16px;
    border-bottom: 1px solid #eaeaea;
    padding: 20px 15px;
    color: #404040;
}

article[role="manufacturer"] ul li i {
    color: #23bab5;
}

.login-signup {
    padding: 0 0 25px;
}

@media only screen and (max-width: 767px) {
    .mobile-pull {
        float: none;
    }

    .home-page-carousel {
        height: 75%;
    }


    .nav-tab-holder {
        padding: 0 0 0 30px;
        /* float: right; */
        /*border-bottom: 5px solid #8080807d;*/
    }

    .nav-tabs>li>a {
        font-size: 13px;
        font-weight: 600;
        padding: 10px 5px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nav-tabs>li {
        width: 50%;
    }
}



.card {
    border-radius: 8px;
    border: 1px solid #edeef2;
    box-shadow: 0px 5px 10px #21212161;
    margin-bottom: 10px;
}

.g-play {
    width: 250px;
    height: 110px;
}

.a-store {
    width: 250px;
    height: 80px;
}

/****************over tabs*******************/

/***************************************************************
  testimonial
  *******************************************/
.carousel {
    margin: 50px auto;
    padding: 0 70px;
}

.carousel .item {
    color: #999;
    overflow: hidden;
    min-height: 150px;
    font-size: 25px;
}

.carousel .media img {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
}

.carousel .testimonial {
    padding: 0 0px 0 40px;

}

.testi-flex {
    display: flex;
    justify-content: space-evenly;
}

.carousel .testimonial::before {
    content: "\201C";
    font-family: Arial, sans-serif;
    color: #e2e2e2;
    font-weight: bold;
    font-size: 68px;
    line-height: 54px;
    position: absolute;
    left: 15px;
    top: 0;
}

.carousel .overview b {
    text-transform: uppercase;
}

.carousel .carousel-indicators {
    bottom: 0px;
    left: 13%;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 17px !important;
    height: 17px !important;
    border-radius: 50%;
    margin: 1px 3px;
}

.testimonial-indicators {
    margin-bottom: -70px;
}

.carousel-indicators li {
    background: #e2e2e2;
    border: 4px solid #fff;
}

.carousel-indicators li.active {
    color: #fff;
    background: linear-gradient(to right, #ff7533, #ff7235, #ff6b4b, #ff4036, #ff223b);
    border: 5px double;
}

.random_section.testi {
    background-image: url(../img/testimonial.png);
    position: relative;
    background-position: center;
    /* padding: 19% 0% 0% 0%; */
    width: 100%;
    height: 550px;
    background-size: 100% 100%;
    padding: 6% 0;
    background-repeat: no-repeat;
}

.mobile-app {
    background-color: antiquewhite;
}

.mobile-image {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.left-pad {
    padding-left: 130px;
    margin-top: 60px;
}

.item p {
    color: white;
}

.random_section.testi::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
}

.testimonial p {
    font-size: 25px;
    font-style: italic;
    font-family: 'Source Sans Pro', sans-serif;
}

.test-title {
    color: white;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 30px;
    text-transform: capitalize;
    font-family: 'Source Sans Pro', sans-serif;
}

/******over testimoial******/
.ftr {
    background: #edeef2;
}

footer {
    padding: 2%;
}

.ftr-icons {
    display: flex;
}

.home_banner_area {
    padding-top: 10px;
}

.ftr-social-icons {
    display: flex;
    justify-content: space-evenly;
    padding: 10px 0;
}

.form-control {
    height: 40px;
    border-color: #ffffff;
    border-radius: 2px 0px 0px 2px
}

.form-control:focus {
    box-shadow: none !important;
    border: 2px solid #243c4f;
    border-color: none
}

.subscribe-button {
    min-height: 40px;
    border-radius: 0;
    background: linear-gradient(to right, #ff7533, #ff7235, #ff6b4b, #ff4036, #ff223b);
    color: #fff;
    font-weight: 300;
    margin-top: 14px;
    text-transform: uppercase;
}

.ftr-div {
    text-align: left;
}

.links-content p a {
    text-decoration: none;
    color: grey;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
}

.ftr-social-icons a {
    width: 40px;
    color: black;
    height: 40px;
    border: 2px solid white;
    background-color: white;
    /*border-radius: 50%;*/
    display: inline-block;
    position: relative;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.footer-text {
    margin-left: 50px;
    color: grey;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    margin-right: 100px;
    text-align: justify;

}

.ftr-social-icons a:hover {
    background-color: #ff223b;
    color: white;
}

.ftr-social-icons a i {
    font-size: 18px;
    padding: 10px 0;
}

.img-ftr {
    max-height: 100px;
}

/*--------------------------------------------------------------------
Careers Page
--------------------------------------------------------------------*/
.cmn-section-marg {
    margin: 30px 0
}

.mar-top-50 {
    margin-top: 50px
}

.form-group {
    margin-bottom: 1rem
}

.btn-toolbar .input-group {
    width: auto
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-text {
    align-items: baseline;
    position: relative;
    top: 8px
}

.input-group-addon i {
    padding: 14px 10px;
    background-color: var(--box-bgcolor);
    color: var(--para-color)
}

.input-group-text {
    background: 0 0;
    border-radius: 0;
    border-color: transparent;
    border: 0;
    color: var(--primary-headcolor)
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.my-frm-cntrl,
.my-frm-cntrl:focus {
    background-color: var(--box-bgcolor);
    border: 1px solid var(--box-bgcolor);
    color: var(--para-color);
    font-size: 14px;
    color: var(--para-color);
    height: auto
}

.marginauto {
    margin: 0 auto
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.common-head-two {
    font-size: 26px;
}

.common-head-three {
    font-weight: 100;
    font-size: 22px;
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

.common-head-one {
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding: 0 10px;
    /* color: var(--primary-headcolor); */
    font-family: raleway-extrabold;
    letter-spacing: 1.2px;
}

.about-banner-section2 .card .card-body {
    padding: 2%;
    background-color: #1E234D;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: #fff
}

.about-banner-section2 .card-title {
    margin-bottom: 0
}

.about-banner-section2 {
    background-image: url(../img/vr/vrbg-2.png);
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}

.about-banner-section2 .card {
    background: 0 0;
    border: none
}

.about-banner-section2 .card .card-header {
    box-shadow: none;
    border-bottom: none;
    padding: 0
}

.about-banner-section2 .card .card-header .card-title:hover {
    background-color: rebeccapurple;
    color: #fff
}

.about-banner-section2 .card .card-body {
    padding: 2%;
    background-color: rebeccapurple;
    border-radius: 2px;
    margin-top: -12px;
    margin-bottom: 10px
}

.about-banner-section2 .card-title {
    display: block;
    padding: 15px;
    text-decoration: none;
    background-color: rebeccapurple;
    color: #C4C5CE !important;
    border-radius: 2px;
    font-size: 18px;
    text-transform: capitalize;
    cursor: pointer
}

.about-banner-section2 .card-title:hover {
    background-color: #42C9E3;
    color: #fff !important
}

.more-less {
    float: right;
    color: #42C9E3;
}

.about-banner-section2 .card .card-header .card-title:hover .more-less {
    color: #fff
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.mini-menu-center li  {
    padding: 1rem;
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.requirements li {
    display: flex
}

.requirements i {
    color: vrebeccapurple;
    padding: 4px 7px
}

.requirment-heading {
    font-size: 20px;
    letter-spacing: 1px
}

.form-control:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0);
    -moz-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0);
    color: #C4C5CE
}

.footer-contact-form .form-group {
    background-color: #1E234D;
    ;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 1.5rem
}

/*--------------------------------------------------------------------
Careers Page ends
--------------------------------------------------------------------*/


/* --------------------------------------------------------------------
Contacts Page
--------------------------------------------------------------------- */

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.mdl-cnt {
    border: 0
}

.mdl-head {
    display: block
}

.mdl {
    padding-right: 0 !important
}

.mdl-dia {
    max-width: 100%;
    margin-top: 0
}

.mdl-cnt {
    background: var(--bgcolor)
}

.mdl-close {
    color: #fff !important;
    font-size: 35px;
    opacity: 1 !important
}


/* ----------------------------------------------------------------------
Contacts Page Ends
---------------------------------------------------------------------- */

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }

    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:321px) and (max-width:480px) {

    .common-head-outer {
        padding: 18px 0
    }

    .common-section {
        text-align: center
    }

    .spl-common-head-outer {
        padding: 50px 0 50px 0
    }

    .about-banner-section2 .card-title {
        font-size: 14px
    }

    .about-banner-section2 .panel-body p,
    .requirements li {
        font-size: 12px
    }
}

@media (min-width:481px) and (max-width:768px) {
    .spl-common-head-outer {
        padding: 120px 0 50px 0
    }

    .common-head-outer {
        padding: 30px 0
    }

}

@media (min-width:0px) and (max-width:320px) {
    .spl-common-head-outer {
        padding: 50px 0 50px 0
    }

    .about-banner-section2 .card-title {
        font-size: 14px
    }

    .common-head-two {
        font-size: 20px
    }

    .about-banner-section2 .card-body p,
    .requirements li {
        font-size: 12px
    }
}

@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

@media (min-width:1441px) and (max-width:2560px) {
    .make-center {
        padding: 0
    }

    .common-para-description {
        font-size: 16px
    }

    .my-frm-cntrl,
    .my-frm-cntrl:focus {
        font-size: 18px
    }

    .pad2 {
        padding-top: 115px !important
    }

    .pad3 {
        padding-top: 115px !important
    }

    .pad4 {
        padding-top: 50px !important
    }
}

/*--------------------------------------------------------------------
Media Queries
--------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {

    /*For Mobile Devices*/
    .banner_content {
        margin-top: 100px;
        text-align: center;
        position: relative;
        z-index: 1;
    }

    #img-size {
        display: none;
        height: 40px;
        width: 60px;
        margin-top: 0px;
        margin-left: 10px;
    }

    #header-logo-text {
        display: none;
        font-size: 50px;
        margin-top: -2px;
    }

    .img-man {
        margin-top: -290px;
        margin-left: -80px;
    }


    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .home-page-carousel {
        height: 75%;
    }

    .home_banner_area .banner_inner .banner_content .title {
        font-size: 30px;
        margin-left: 0px;
        text-align: center;
    }

    .home_banner_area .banner_inner .banner_content .sub_title {
        font-size: 45px;
        text-align: center;
        margin-left: 0px;
    }

    .banner_content p {
        margin-left: 0px;
        font-size: 20px;
    }

    .banner_content img {
        height: 100%;
        width: 100%;
        margin-left: -10px;
    }

    .add-z-index {
        z-index: 1;
        width: 100%;
    }

    .img-man {
        margin-top: -290px;
        margin-left: 0px;
    }

    .banner {
        margin-top: 0px;
    }

    .offer {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .center-align {
        display: block;
        padding-top: 0px;
    }

    .align-middle {
        display: block;
        align-items: center;
    }

    .para-align {
        margin-left: 15px;
        margin-right: 15px;
    }

    .heading-margin {
        margin-top: 10px;
    }

    .align-btn {
        margin-bottom: 0px;
    }

    .car-2 {
        margin-top: 30px;
    }

    .ftr-div {
        text-align: center;
    }

    .random_section.testi {
        height: 300px;
    }

    .testi-flex {
        display: block;
    }

    .test-title {
        margin-bottom: 20px;
    }

    .carousel .item {
        min-height: 60px;
    }

    .carousel .carousel-indicators {
        bottom: 0px;
        left: 30%;
    }

    .testimonial p {
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical
    }

    .test-title {
        font-size: 15px;
    }

    .carousel {
        margin: 25px auto;
        padding: 0 30px;
    }

    .carousel .testimonial {
        padding: 0 70px 0 40px;
    }

    .testimonial-indicators {
        font-size: 13px;
    }

    .top-margin {
        margin-top: 30px;
    }

    .left-pad {
        padding-left: 60px;
        margin-top: 40px;
    }

    .align-items-center {
        display: flex;
        flex-direction: column;
    }

    .apps-link {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .g-play {
        width: 250px;
        height: 100px;
    }

    .a-store {
        width: 230px;
        height: 80px;
    }

    .tab-title {
        font-size: 15px;
    }

    .footer-text {
        margin-left: 10px;
        color: grey;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 3072px) {
    .img-man {
        margin-top: -290px;
        margin-left: 800px;
    }
}

@media only screen and (min-width: 600px) {
    /*For Tablets*/
}

@media (max-width:991px) {
    .menu-ul {
        padding: 20px 0;
        max-height: 90vh;
        overflow-y: auto;
        margin-right: 0
    }

    .dropdown-menu-center,
    .mini-menu-center {
        display: none;
        min-width: 100%
    }

    .has-dropdown {
        position: relative
    }

    .img-man {
        margin-top: -200px;
        margin-left: -80px;
    }

    .custom-navbar {
        background: var(--primary-colorwhite);
        padding: 5px
    }

    .custom-navbar .menu-ul .nav-link {
        color: var(--bgcolor)
    }
}

@media (min-width:992px) {
    .custom-navbar .menu-ul .nav-link:before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 3px;
        left: 0;
        opacity: 0;
        background-color: var(--headsidebar);
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

    .custom-navbar .menu-ul .nav-link:hover:before {
        opacity: 1;
        bottom: 4px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s
    }

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

.aboutus-contact{
    position: relative;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}
address{
    display: block;
}
address b{
    color: red;
}
@media (max-width: 600px) {
    .aboutus-contact {
      padding: 10px;
    }
  }

.whatsapp_container{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
}
.whatsapp_container img{
    width: 60px;
}

@media (max-width: 767px) {
    /* Adjust the position for smaller screens */
    .whatsapp_container {
      bottom: 10px;
      right: 10px;
    }
  
    /* Adjust the size of the WhatsApp icon for smaller screens */
    .whatsapp_container img {
      width: 40px;
    }
  }