html,
body {
    height: 100%;
    width: 100%;
}

@font-face {
    font-family: 'BaiJamjuree';
    src: url('../fonts/BaiJamjuree-SemiBold.ttf');
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}

a:hover,
a:focus {
    color: #474157;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.navbar-default {
    font-weight: 200;
    letter-spacing: 1px;
}

.navbar-default .navbar-header .navbar-brand {
    font-weight: 200;
    letter-spacing: 1px;
    color: #474157;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #474157;
}

.navbar-default .navbar-header .navbar-toggle {
    font-size: 12px;
    color: #474157;
    padding: 8px 10px;
}

.navbar-default .nav > li > a {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    color: #7a798c;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
    color: #474157;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
    color: #474157 !important;
    background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
}

#mainbody {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: #f1f6fd;
    color: #474157;
    height: calc(100vh - 61px);
}

#mainbody .index-text {
    text-align: center;
    padding: 250px 0 50px;
    position: relative;
    height: 100vh;
}

#mainbody .index-text h1 {
    font-size: 50px;
    font-weight: bold;
    color: #171347
}

#mainbody .index-gallery {
    text-align: center;
    padding: 200px 0 50px;
    position: relative;
}

.carousel-indicators li {
    display: inline-block;
    width: 40px;
    height: 5px;
    margin: 0px;
    margin-left: 4px;
    margin-right: 4px;
    /*text-indent: -999px;*/
    /*cursor: pointer;*/
    background-color: rgba(240, 240, 240, 0.5);
    border-radius: 5px;
    background-clip: border-box;
    border: 0;
}

.carousel-indicators > .active {
    width: 40px;
    height: 5px;
    margin: 0px;
    background-color: rgba(255, 255, 255, 1) !important;
}

.carousel-indicators{
    width: 70%;
    margin-bottom: 4vw;
}

#carousel-example-generic,#carouselExampleControlsNoTouching,.con4,#carouselIndicators{
    opacity: 0;
    transition: all 1s;
    transform:scale(0.8);
}

#carousel-example-generic.active,#carouselExampleControlsNoTouching.active,.con4.active,#carouselIndicators.active{
    opacity: 1;
    transform:scale(1);
}

#carousel-example-generic,#carouselExampleControlsNoTouching,.con4,#carouselIndicators{
    opacity: 0;
    transition: all 1s;
    transform:scale(0.8);
}

#carousel-example-generic.active,#carouselExampleControlsNoTouching.active,.con4.active,#carouselIndicators.active{
    opacity: 1;
    transform:scale(1);
}

.border-bottom-div,.title-p1,.title-p2{
    transition: all .5s;
}
.border-bottom-div{
    display: inline-block;
    width: 100px;
    height: 8px;
    border-bottom: 3px solid #3B66C5;
}

.title-p1{
    font-size: 40px;
    margin-top: 50px;
}

.title-p2{
    font-family: 'Acumin Variable Concept';
    font-size: 24px;
    color: #888;
}

.border-bottom-div:hover{
    width: 160px;
}
.title-p1:hover,.title-p2:hover{
    transform: scale(1.05);
}

.content1-1-1,.content1-1-2,.content1-1-3,.content1-1-4,.box-shadow-white-10{
    transition: all 1s;
}
.content1-1-1,.content1-1-2{
    font-weight: bold;
}

.content1-1-1{
    font-size: 60px;
}
.content1-1-2{
    font-size: 38px;
}

.content1-1-3{
    font-size: 24px;
    margin-top: 5px;
}

.content1-1-4{
    background: transparent;
    border: 1px solid #fff;
    width: 140px;
    height: 38px;
    font-size: 15px;
    margin-top: 20px;
    border-radius: 19px;
}

.content1-1-1:hover,.content1-1-2:hover,.content1-1-3:hover{
    margin-left: 20px;
}
.content1-1-4:hover,.box-shadow-white-10:hover{
    box-shadow:#fff 0px 0px 10px;
}


@media (max-height: 500px) {
    #mainbody {
        height: inherit;
    }
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    #mainbody .index-text {
        text-align: left;
    }
}
.carousel-carousel{
    height: 100vh;
}

.carousel-example-div{
    margin-top: 75px;
}
@media (max-width: 767px) {
    .website-logo{
        margin-top: 5px !important;
    }
    .carousel-indicators li {
        display: inline-block;
        width: 5px;
        height: 5px;
    }

    .carousel-indicators > .active {
        width: 7px;
        height: 7px;
    }
    #carousel-example-generic{
        /*margin-top: 60px;*/
    }
    .navbar-default {
        background-color: #f1f6fd;
        border-color: #f1f6fd;
    }

    .navbar-default .navbar-collapse {
        background: #124361;
        box-shadow: 5px 9px 5px rgba(0, 0, 0, 0.07);
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
        background: transparent;
    }


    #mainbody {
        height: unset;
    }

    #mainbody .index-text {
        padding: 130px 0 0 0;
        height: calc(100vh - 261px);
    }

    #mainbody .index-gallery {
        padding: 30px 0 50px 0;
    }

    #mainbody .index-text h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }

    .carousel-example-generic{
        height: 60vw;
        margin-top: 0;
    }

    .carousel-carousel{
        height: 60vw;
    }
    .carousel-example-div{
        margin-top: 50px;
    }

    .content1-1{
        top:20vw !important;
        width: 80% !important;
        left: 10% !important;
    }

    .content1-1-1{
      font-size: 16px;
    }

    .content1-1-2{
        font-size: 13px;
    }

    .content1-1-3{
        font-size: 10px;
    }

    .content1-1-4{
        height: 24px;
        font-size: 12px;
    }

    .content-all{
        width: 80% !important;
        left: 10% !important;
    }

    .title-p1{
        font-size: 20px;
        margin-top: 25px;
    }

    .title-p2{
        font-family: 'Acumin Variable Concept';
        font-size: 12px;
        color: #888;
    }
}

footer {
    background-color: #222222;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
}

footer p {
    font-size: 14px;
    margin: 0;
}

.bg-primary {
    background: #fdcc52;
    background: -webkit-linear-gradient(#fdcc52, #fdc539);
    background: linear-gradient(#fdcc52, #fdc539);
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 300px;
}

.btn-xl {
    margin-top: 20px;
    padding: 10px 45px;
    font-size: 14px;
}

