@font-face {
    font-family: 'Mont-Heavy';
    src: url('../Scripts/fonts/Mont-Heavy.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../Scripts/fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../Scripts/fonts/OpenSans-Semibold.ttf') format('truetype');
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
body{
    margin:0;
    padding: 0;
}
.navbar .navbar-toggler {
    padding: 0rem;
}
.navbar-light .navbar-toggler {
    border-color: white !important;
}
.navbar button:focus {
    outline: none;
}
.nav-item .nav-link {
    text-align: right;
}
.banner {
    width: 100%;
    height: calc(100vh - 9.0625rem);
    object-fit: cover;
    background: url("../images/main_Photo.jpg");
    background-repeat: no-repeat;
    position: relative;
    background-position: 50%;
}
    .banner .bond-body {
        position: absolute;
        background: #ffffff;
        text-align: center;
        box-shadow: 0px 2px 32px rgba(0, 0, 0, 0.24);
        width: 525px;
        left: 50px;
        top: 94px;
    }
    .banner .bond-body .bond-title {
        margin: 40px 40px 8px 40px;
        text-align: left;
        font-family: Mont-Heavy;
        font-style: normal;
        font-weight: 800;
        font-size: 64px;
        line-height: 62px;
        color: #00B034;
    }
    .banner .bond-body .bond-sub-title {
        margin: 0px 76px 16px 40px;
        font-family: Mont-Heavy;
        font-style: normal;
        font-weight: 800;
        font-size: 24px;
        line-height: 32px;
        color: #4D4D4D;
        text-align: left;
    }
    .banner .bond-body .bond-content {
        text-align: left;
        font-family: OpenSans-Regular;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
        margin: 0px 58px 32px 40px;
        color: #575757;
    }
    .banner .bond-body .continue_btn {
        text-align: center;
    }
    .banner .bond-body .gradient-border-btn {
        background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #00b034), color-stop(45%, #23b9c4), to(#06c));
        background-image: linear-gradient(to bottom right, #00b034 0, #23b9c4 45%, #06c);
        border-radius: 2.5rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #000;
        font-size: .875rem;
        font-weight: 700;
        letter-spacing: .0625rem;
        font-family: OpenSans-Regular;
        line-height: 2rem;
        position: relative;
        text-decoration: none;
        text-transform: uppercase;
        border: none;
        outline: none;
        width: 20.1875rem;
        height: 3.0625rem;
        margin: 0 auto;
        padding: .1875rem;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        margin-bottom: 56px;
    }
        .banner .bond-body .gradient-border-btn span {
            -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center;
            background: #fff;
            border-radius: 2.5rem;
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -ms-flex-pack: center;
            -webkit-box-pack: center;
            justify-content: center;
            height: 100%;
            -webkit-transition: background .3s ease;
            transition: background .3s ease;
            width: 100%;
            color: #575757;
            text-decoration: none;
        }
        .banner .bond-body .gradient-border-btn:hover {
            background-image: none;
            background-color: #06c;
            color: #fff;
            -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
        }
            .banner .bond-body .gradient-border-btn:hover span {
                background: #06c;
                color: inherit;
            }
.main-heading {
    text-align: justify;
    margin-top: 4.2rem;
}
    .main-heading .title {
        text-align: center;
        color: #00B034;
        font-weight: 800;
        font-style: normal;
        font-family: Mont-Heavy;
        font-size: 48px;
        line-height: 56px;        
        padding:0px 20%;
    }
    .main-heading .matter {       
        padding: 10px 10%;
        font-family: OpenSans-Regular;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 28px;
    }
.sub-content{
    position: relative;
}
.sub-content-1 {
    position: relative;
    margin-top:10%;
}
.picture-1 img {    
    position: relative; 
    width:50%;
}
.picture-1-content {
    width: 50%;
    margin-top: -20%;
    margin-right: 5%;
    position: relative;
    text-align: center;
    background-image: linear-gradient(to bottom right,#00b034 0,#23b9c4 45%,#06c);
    float: right;
    padding: 8px;
    z-index: -1;
}
    .picture-1-content .for_Border1 {
        background-color: white;
        padding: 1% 15%;
        margin: -4px;
    }
.sub-content-1 .picture-1-content .title-1 {
    margin: 35px 0px;
    text-align: left;
    font-family: Mont-Heavy;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: #333333;
}
.sub-content-1 .picture-1-content .title-content-1 {
    margin: 30px 0px;
    text-align: left;
    font-family: OpenSans-Regular;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #575757;
}
.sub-content-2 {
   margin-top:30%;
   position:relative;
}
.picture-2 img {
    position: relative;
    float: right;
    width: 50%;
    right: 75px;
}
.picture-2-content {
    width: 50%;
    position: relative;
    text-align: center;
    background-image: linear-gradient(to bottom right,#00b034 0,#23b9c4 45%,#06c);
    padding: 10px;
    z-index: -1;
    top: 350px;
}
    .picture-2-content .for_Border2 {
        background-color: white;
        padding: 1% 15%;
        margin: -6px;
    }
.sub-content-2 .picture-2-content .title-2 {
    margin: 35px 0px;
    text-align: left;
    font-family: Mont-Heavy;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: #333333;
}
.sub-content-2 .picture-2-content .title-content-2 {
    margin: 30px 0px;
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #575757;
    text-align: left;
}
.sub-content-3 {
    position:relative;
    margin-top: 50%;
    
}
.picture-3 img{    
    position:relative;    
    width:50%;   
}
.picture-3-content {
    margin-top: -20%;
    margin-right: 5%;
    position: relative;
    text-align: center;
    background-image: linear-gradient(to bottom right,#00b034 0,#23b9c4 45%,#06c);
    width: 50%;
    float: right;
    padding: 10px;
    z-index: -1;
}
    .picture-3-content .for_Border3 {
        background-color: white;
        padding: 1% 15%;
        margin: -6px;
    }
.sub-content-3 .picture-3-content .title-3 {
    margin: 35px 0px;
    text-align: left;
    font-family: Mont-Heavy;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: #333333;
}
.sub-content-3 .picture-3-content .title-content-3 {
    margin: 30px 0px;
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #575757;
    text-align: left;
}
.myth-carousal {
    margin-top: 20%;
    margin-bottom:50px; 
}
    .myth-carousal .carousal-image {
        text-align: center;
        position: relative;
        top: 70px;
        z-index: +1;
    }
    .myth-carousal #demo {
        position: relative;
        background-image: linear-gradient(to bottom right,#00b034 0,#23b9c4 45%,#06c);
        padding: 54px;
        width: 725px;
        left: calc(50% - 725px/2 + 0.5px);
        text-align: center;
    }
#border1 {
    background-color: white;
    margin: -8%;
    padding: 4% 6%;
}
#border2 {
    padding: 45px;
}
.myth-carousal #demo .carousal-inner {
    text-align: center;
}
.carousel-item .myth_number {
    margin:10px;
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 28px;
    color: #0066CC;
}
.carousel-item .Myth-title {
    margin:20px 0px;
    font-family: Mont-Heavy;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    color: #333333;
}
.carousel-item .Myth-body {
    margin: 20px 0px;
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #575757;
}
.indicators {
    position: relative;
    margin: 5% 35%;    
}
    .indicators .carousel-control-prev {
        color: #FF9900;
        opacity: 2.5;
    }
.indicators .carousel-control-next {
    color: #FF9900;
    opacity: 2.5;
}

footer {
    margin-top: 138px;
    margin-bottom: 24px;
}

    footer .footer-span {
        display: inline-grid;
        justify-content: left;
        align-items: center;
    }

.footer-body {
    font-family: OpenSans-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
}


.footer_div {
    text-align: right;
}

.footer-span1 {
    margin-right: 30px;
}

    .footer-span1 a {
        color: #4D4D4D;
        font-family: OpenSans-Regular;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
    }

.footer-span2 a {
    margin: auto 10px;
}

@media (max-width:1024px){
    
    .banner {
        background-position: 70%;
    }
        .banner .bond-body {
            width: 450px;
            top: 85px;
            left: 35px;
        }
            .banner .bond-body .bond-title {
                margin: 25px 35px 8px 35px;
                font-size: 50px;
                line-height: 55px;
            }
            .banner .bond-body .bond-sub-title {
                margin: 0px 35px 16px 35px;
            }
            .banner .bond-body .bond-content {
                margin: 0px 35px 30px 35px;
            }
            .banner .bond-body .gradient-border-btn {
                margin-bottom: 25px;
            }
    .main-heading {
        margin-top: 10%;
    }
        .main-heading .title {
            font-size: 45px;
            line-height: 51px;
            padding: 0px 11%;
        }
        .main-heading .matter {
            padding: 10px 0;
        }
    .picture-2 img {
        right:50px;
    }
    .picture-2-content {
        top: 290px
    }
    .picture-3-content {
        margin-right: 0%;
        width: 55%;
    }
}
@media (max-width:800px){
    .banner .bond-body {
        width: 400px;
        top: 85px;
        left: 35px;
    }
        .banner .bond-body .bond-title {
            margin: 25px 0px 8px 30px;
            font-size: 50px;
            line-height: 55px;
        }

        .banner .bond-body .bond-sub-title {
            margin: 0px 0px 16px 30px;
        }

        .banner .bond-body .bond-content {
            margin: 0px 0px 30px 30px;
        }

        .banner .bond-body .gradient-border-btn {
            margin-bottom: 25px;
        }
    .sub-content-2 {
        margin-top: 50%;
    }
    .picture-2 img {
        right: 35px;
    }
    .picture-2-content {
        top: 170px;
    }
    .picture-3-content {
        margin-right: 5%;
        width: 50%;
    }
    .myth-carousal #demo {
        width: 525px;
        left: calc(50% - 525px/2 + 0.5px);
        padding: 40px;
        
    }
    .myth-carousal .carousal-image {
        left: 210px;
    }
    .footer_div {
        text-align: right;
        display: inline-grid
    }
}
@media (max-width:650px){
    .banner .bond-body {
        width: 90%;
        top: 183px;
        left: 35px;
    }
    .main-heading {
        margin-top: 30%;
    }
        .main-heading .title {
            font-size: 40px;
            line-height: 45px;
            padding: 0px;
        }
    .picture-1 img {
        width: 100%;
    }

    .picture-1-content {
        width: 100%;
        margin-top: -20%;
        margin-right: 0%;        
        z-index: 1;
    }
    .sub-content-2 {
        margin-top: 60%;
    }
    .picture-2 img {
        float: none;
        width: 100%;
        right: 0px;
    }

    .picture-2-content {
        width: 100%;
        z-index: 1;
        top:0px;
    }
    .sub-content-2 .picture-2-content .title-2 {
        font-size: 28px;
        line-height: 36px;
    }
    .sub-content-3 {
        margin-top: 20%;
    }
    .picture-3 img {
        width: 100%;
    }
    .picture-3-content {
        margin-right: 0%;
        width: 100%;
        z-index: 1;
    }
    .myth-carousal #demo {
        width: 80%;
        left: calc(50% - 80%/2 + 0.5px);
        padding: 40px;
    }
    .myth-carousal .carousal-image {
        left: 0px;
    }
    .indicators {
        position: relative;
        margin: 22% 35% 0% 35%;
    }
    footer {
        margin-top: 200px;
        text-align: center;
    }

    .footer {
        display: block !important;
    }

    .footer-div {
        display: inline-block;
        text-align: center;
    }

    footer span {
        display: block;
        margin-bottom: 10px;
    }

    footer .footer-span {
        margin-right: 0;
    }

    .footer-body {
        font-family: OpenSans-Regular;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
    }


    .footer-span1 {
        margin-right: auto;
    }

    footer-span1 a {
        color: #4D4D4D;
        font-family: OpenSans-Regular;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
    }

    .footer-span2 a {
        margin: auto auto;
    }
}
@media (max-width:480px){
    .myth-carousal #demo {
        padding: 30px;
    }
}
@media (max-width:414px) {
    .banner .bond-body {
        width: 90%;
        top: 183px;
        left: 15px;
    }
        .banner .bond-body .bond-title {
            margin: 25px 5px 8px 20px;
            font-size: 40px;
            line-height: 48px;
        }
        .banner .bond-body .bond-sub-title {
            margin: 0px 11px 16px 20px;
        }
        .banner .bond-body .bond-content {
            margin: 0px 5px 20px 20px;
        }
        .banner .bond-body .gradient-border-btn {
            margin-bottom: 20px;
        }
    .main-heading {
        margin-top: 40%;
    }
        .main-heading .title {
            font-size: 28px;
            line-height: 36px;
            padding: 0px;
        }
    .picture-1-content {
        width: 100%;
        margin-top: -30%;
        margin-right: 0%;
        z-index: 1;
    }
        .picture-1-content .for_Border1 {
            padding: 1% 10%;
        }
    .sub-content-2 {
        margin-top: 90%;
    }    
        .picture-2-content .for_Border2 {
            padding: 1% 10%;            
        }
    .picture-3-content .for_Border3 {
        padding: 1% 10%;
    }
    .myth-carousal #demo {
        padding: 27px;
    }
    #border1 {
        padding: 5% 1%;
    }
    footer {
        margin-top: 162px;
        text-align: center;
    }

    .footer {
        display: block !important;
    }

    .footer-div {
        display: inline-block;
        text-align: center;
    }

    footer span {
        display: block;
        margin-bottom: 10px;
    }

    footer .footer-span {
        margin-right: 0;
    }

    .footer-body {
        font-family: OpenSans-Regular;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
    }


    .footer-span1 {
        margin-right: auto;
    }

    footer-span1 a {
        color: #4D4D4D;
        font-family: OpenSans-Regular;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
    }

    .footer-span2 a {
        margin: auto auto;
    }
}
@media (max-width:375px){
    .main-heading {
        margin-top: 60%;
    }
    .picture-1-content .for_Border1 {
        padding: 1% 5%;
    }
    .sub-content-2 {
        margin-top: 100%;
    }
    .picture-2-content {
        top: -21px;
    }
    .picture-2-content .for_Border2 {
        padding: 1% 5%;
    }
    .picture-3-content .for_Border3 {
        padding: 1% 5%;
    }
    .myth-carousal #demo {
        padding: 25px;
    }
    #border2 {
        padding: 45px 4px;
    }
    footer {
        margin-top: 200px;
        text-align: center;
    }

    .footer {
        display: block !important;
    }

    .footer-div {
        display: inline-block;
        text-align: center;
        margin-left: 20px !important;
    }

    footer span {
        display: block;
        margin-bottom: 10px;
    }

    footer .footer-span {
        margin-right: 0;
    }

    .footer-body {
        font-family: OpenSans-Regular;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
    }


    .footer-span1 {
        margin-right: auto;
    }

    footer-span1 a {
        color: #4D4D4D;
        font-family: OpenSans-Regular;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 19px;
    }

    .footer-span2 a {
        margin: auto auto;
    }
}