@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    color: #5f5f5f !important;
    font-family: 'Roboto', sans-serif !important;
    background-color: #f1f3f6 !important
}

p {
    font-weight: 400;
    line-height: 2;
    letter-spacing: 1px;
}
/*============================Scroll======================================================*/
/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
::-webkit-scrollbar {
    background-color: #5f5f5f;
    width: 12px;
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}

    ::-webkit-scrollbar-track:hover {
        background-color: #f0f0f0;
    }

/* scrollbar itself */
::-webkit-scrollbar-thumb {
    background-color: #5f5f5f;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #018abe;
        border: 1px solid #018abe;
    }

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
    display: none
}


/*============================Scroll======================================================*/

/*============================Social box======================================================*/
.social-box {
    position: absolute;
    left: 1.5rem;
    bottom: 80px;
    width: 1.5rem;
    z-index: 99;
}

.follow-label {
    padding-right: 5rem;
    position: absolute;
    bottom: 100%;
    right: 0;
    line-height: 1.5rem;
    height: 1.5rem;
    white-space: nowrap;
    transform-origin: 100% 0;
    text-align: right;
    transform: rotate(90deg);
}

    .follow-label:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 60px;
        height: 2px;
        background-color: #018abe;
    }

.social a {
    color: #5f5f5f;
}
/*============================Social box======================================================*/

/*============================Header======================================================*/
/*============================Logo======================================================*/
header {
    position: fixed;
    z-index: 99;
}

.overlay-menu-toggler {
    position: fixed;
    top: 5px;
    color: #5f5f5f !important;
    padding: 10px;
    right: 24px;
    z-index: 999;
    border-radius: 0 4px 4px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}

.size-md {
    font-size: 2.25rem !important;
}

.logo {
    font-weight: 600;
    font-size: 24px;
    margin-left: 14px;
}

    .logo img {
        position: absolute;
        top: 14px;
        width: 200px;
    }
/*============================Logo======================================================*/
/*============================Header======================================================*/



/*============================Bx Slider======================================================*/

.bx-wrapper {
    border: none;
    margin-bottom: 0px;
}

.bxslider {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .bxslider li {
        position: relative;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

        .bxslider li img {
            display: block;
            width: 100vw;
            height: 100vh;
        }

@media screen and (max-width: 320px) and (max-width: 480px) {
    .box {
        width: 320px;
        height: 480px;
    }
}

.bxslider li img {
    -webkit-animation: inout 15s;
    -moz-animation: inout 15s;
    animation: inout 15s;
    animation-iteration-count: infinite;
    margin: 0 auto;
    object-fit: cover;
}

@-webkit-keyframes inout {
    0% {
        -webkit-transform: scale(1.08) rotate(0.1deg);
    }

    100% {
        -webkit-transform: scale(1.3) rotate(0.1deg);
    }
}

@-moz-keyframes inout {
    0% {
        -moz-transform: scale(1.08) rotate(0.1deg);
    }

    100% {
        -moz-transform: scale(1.3) rotate(0.1deg);
    }
}

@keyframes inout {
    0% {
        transform: scale(1.08) rotate(0.1deg);
    }

    100% {
        transform: scale(1.3) rotate(0.1deg);
    }
}

div.text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9 !important;
    color: #fff;
}

.text-01 {
    font-size: 2.4rem;
    font-weight: normal;
    text-shadow: 3px 3px 7px #000000;
    font-weight: bold;
    padding: 0;
    font-family: "Sawarabi Mincho";
}

.text-02 {
    font-size: 1.2rem;
    font-weight: normal;
    text-shadow: 3px 3px 7px #000000;
    margin: 5px 0 0 0;
    font-weight: bold;
    padding: 0;
    font-family: "Sawarabi Mincho";
}

.bxslider img {
    height: 100vh !important;
}
/*============================Bx Slider======================================================*/

/*=======================home=======================*/
#home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    overflow: hidden;
    background: #f1f3f6 !important;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
}

/*=======================home=======================*/

/*=======================Hero Scroll=======================*/
.hero-scroll i {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #5f5f5f;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
    cursor: pointer;
}

.hero-scroll i {
    padding-top: 60px;
}

    .hero-scroll i span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 30px;
        height: 50px;
        margin-left: -15px;
        border: 2px solid #5f5f5f;
        border-radius: 50px;
        box-sizing: border-box;
    }

        .hero-scroll i span::before {
            position: absolute;
            top: 10px;
            left: 50%;
            content: '';
            width: 6px;
            height: 6px;
            margin-left: -3px;
            background-color: #5f5f5f;
            border-radius: 100%;
            -webkit-animation: sdb10 2s infinite;
            animation: sdb10 2s infinite;
            box-sizing: border-box;
        }

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
/*=======================Hero Scroll=======================*/


/*=======================Overlay=======================*/
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #222;
    z-index: 999;
    text-transform: uppercase;
    color: #fafafa;
    letter-spacing: 2px;
    padding: 0.50rem;
    font-weight: 500;
    overflow: auto;
}

.overlay-close {
    color:#fafafa !important;
}

.overlay a {
    color: #fafafa;
}

a:hover {
    color: #018abe !important;
    text-decoration: none;
}

.overlay span {
    font-size: 14px;
    letter-spacing: 2px;
    padding: 0.50rem;
    display: inline-block;
    font-weight: 500;
    width: 100%;
}


.overlay ul {
    list-style: none;
    padding-left: 0;
}

.overlay .container {
    margin-top: 15%;
}

.social-links-icon a {
    font-size: 10px;
}

.social-links-icon li {
    display: inline;
}

.overlay-icon {
    width: 10%;
    float: left;
}

.overlay-content {
    width: 90%;
    float: left;
}

.menu-active a{
    color: #018abe !important;
}

/*=======================Overlay=======================*/


/*=======================Media=======================*/

/* Extra small devices (portrait phones, less than 576px) */

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 600px) {
    .social-box {
        display: none;
    }

    .title-wrapper {
        font-size: 48px;
    }

    .title-content {
        top: -44px
    }

        .title-content h2 {
            font-size: 32px;
        }

    .col {
        display: block !important;
        width: 100% !important;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .row-container {
        display: block !important;
        width: auto !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 600) and (max-width: 991.98px) {
    .title-wrapper {
        font-size: 64px;
    }

    .title-content h2 {
        font-size: 36px;
    }

    .title-content {
        top: -58px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .title-wrapper {
        font-size: 64px;
    }

    .title-content h2 {
        font-size: 36px;
    }

    .title-content {
        top: -58px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/*=======================Media=======================*/

/*=======================About=======================*/
.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-content {
    vertical-align: middle;
    display: table-cell;
    padding: 100px 0;
}

.title-wrapper {
    text-align: center;
    font-size: 79px;
    font-weight: 900;
    color: rgba(95, 95, 95, .1);
    font-family: 'Poppins', sans-serif;
}

.title-content {
    text-align: center;
    position: relative;
    top: -70px;
}

    .title-content h2 {
        font-size: 42px;
        font-weight: 900;
        margin-bottom: 0;
    }


/*=======================Common=======================*/

.main-section {
    min-height: 95vh;
}

footer {
    text-align: center;
}

h1, h2, h3, h4, h5, h6, .h1 {
    font-family: 'Poppins', sans-serif;
    line-height: 1.618;
}

.mt-10 {
    margin-top: 5rem !important;
}

/*=======================Common=======================*/

/*=======================Button=======================*/
.btn {
    border-radius: 1rem;
    border: none;
    padding: 10px 30px;
    transition: all 0.3s ease;
    font-size: 16px;
    display: inline-block;
    color: #018abe;
    width: 100%;
    height: 100%;
}

    .btn:hover, .btn.active {
        border: none;
        box-shadow: inset 3px 3px 3px #dadada, inset -3px -3px 3px #fafafa;
        color: #018abe;
    }

.element-wrapper {
    background: #f1f3f6;
    box-shadow: 3px 3px 3px #dadada, -3px -3px 3px #fafafa;
    display: inline-block;
    padding: 1px;
    border-radius: 1rem;
}
/*=======================Button=======================*/

/*=======================Card=======================*/
.my-card {
    background-color: #f1f3f6;
    border-radius: 1.25rem;
    box-shadow: 3px 3px 3px #e1e1e1, -3px -3px 3px #fff;
    padding: 10px 30px;
    margin-top: 30px;
    transition: .5s all ease;
}

    .my-card:hover {
        box-shadow: inset 3px 3px 3px #dadada, inset -3px -3px 3px #fafafa;
        transform: translateY(-10px);
    }
/*=======================Card=======================*/


/*=======================Responsive Card Table=======================*/
.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
    border-collapse: separate;
    border-spacing: 30px;
}

.col {
    display: table-cell; /* Make elements inside the container behave like table cells */
    width: 33.3333%;
    /* padding: 15px; */
    vertical-align: middle;
}


.row-container {
    display: table-row;
    width: 100%;
}

/*=======================Responsive Card Table=======================*/


/*=======================form-control=======================*/

.form-group {
    background-color: #f1f3f6;
    box-shadow: inset 3px 3px 3px #dadada, inset -3px -3px 3px #fafafa;
    -webkit-box-shadow: inset 3px 3px 3px #dadada, inset -3px -3px 3px #fafafa;
    -moz-box-shadow: inset 3px 3px 3px #dadada, inset -3px -3px 3px #fafafa;
    -o-box-shadow: inset 3px 3px 3px #dadada, inset -3px -3px 3px #fafafa;
    -ms-box-shadow: inset 3px 3px 3px #dadada, inset -3px -3px 3px #fafafa;
    border-radius: 1.25rem;
}

.form-control {
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 44px !important;
    font-size: 14px !important;
    position: relative !important;
    transition: border .9s ease !important;
    padding: 1rem !important;
    border: none !important;
    color: #018abe !important;
}


textarea {
    min-height: 175px !important;
    resize: none !important;
}

/*=======================form-control=======================*/


/*=======================Table=======================*/
table {
    color: #5f5f5f !important;
    font-family: 'Roboto', sans-serif !important;
}
/*=======================Table=======================*/



/*=======================Whatsapp=======================*/
.whats {
    width: 60px;
    height: 60px;
    order: 1;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    transition: all 0.5s ease 0s;
    position: fixed;
    z-index: 200;
    display: block;
    border: 0px;
    background: rgb(77, 194, 71) !important;
    color:#fff !important;
    left:23px;
    bottom:23px;
}

    .whats:hover {
        box-shadow: rgb(0 0 0 / 70%) 2px 2px 11px;
        color: #fff !important;
    }

.whats-icon{
    height:40px !important;
    width:40px !important;
}

/*=======================Whatsapp=======================*/


/*=======================Captcha=======================*/
.cap-img{
    height:60px !important;
    width:160px !important;
}
/*=======================Captcha=======================*/




