@font-face {
    font-family: 'Rounded Elegance';
    src: url('../fonts/RoundedElegance-Regular.woff2') format('woff2'),
        url('../fonts/RoundedElegance-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ante Cf Serif Demo';
    src: url('../fonts/AnteCfSerifDemo-Regular.woff2') format('woff2'),
        url('../fonts/AnteCfSerifDemo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garet Book';
    src: url('../fonts/Garet-Book.woff2') format('woff2'),
        url('../fonts/Garet-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* :root {
    scroll-behavior: initial;
}

*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
} */


a:hover,
a:focus,
a:active{
    text-decoration: none;
}

/* ol, ul{
    margin: 0;
    padding: 0;
} */
img{
    display: block;
}
body{
    font-family: 'Rounded Elegance';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

a{
    transition: .4s linear;
    -webkit-transition: .4s linear;
    text-decoration: none;
}

ul, ol {
    padding-left: 20px;
    margin-bottom: 15px !important;
}

ul li,
ol li {
    font-size: 22px;
    line-height: 32px;
    color: #000000;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{max-width: 1350px;}

/* **** Header **** */
header{
    position:absolute;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 15px 0;
    z-index: 120;
    transition: .4s linear;
    -webkit-transition: .4s linear;
} 
.navbar>.container .navbar-brand, 
.navbar>.container-fluid .navbar-brand{
    margin-left: 0;
}
.navbar-brand{
    float: none;
    height: auto;
    padding: 0;
}
.navbar{
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin:0;
    padding:0px;
    z-index: 120;
    flex-flow: row-reverse;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.navbar .navbar-nav{
    background: #7f7fd3;
    padding: 0 0 0;
    position: relative;
}
.navbar {
    padding: 1rem 1rem;
}
/* .navbar .navbar-nav:after{
    position: absolute;
    content: '';
    background: #7f7fd3;
    width: 800px;
    height: 100%;
    left: -800px;
    top: 0;
} */
.navbar .navbar-nav:after{
    position: absolute;
    content: '';
    background: #7f7fd3;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}
.navbar .navbar-nav>li{
    margin-right: 0px;
}
.navbar .navbar-nav>li:last-child{
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link,
.navbar .navbar-nav>li>a{
    padding: 12px 30px;
    color: #fff;
    font-family: 'Garet Book';
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.navbar .navbar-nav>li>a:focus, .navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:hover{
    color:#000;
    background: #cce566;
}
.navbar .navbar-nav>li a.nav-link.active {
    color:#000;
    background: #cce566;
}
.navbar .navbar-nav>.active>a, .navbar .navbar-nav>.active>a:focus, .navbar .navbar-nav>.active>a:hover{
    color:#000;
    background: #cce566;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color:#000;
    background: #cce566;
}

.navbar-toggler{
    background-color: #7f7fd3;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
}
.navbar-toggler:focus{box-shadow: none;}

.navbar-light .navbar-toggler-icon{
    background-image:unset;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
    position: relative;
    padding: 0;
    height: 40px;
    width: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #fff;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #fff;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
/* **** End Header **** */

/* **** Hero Banner **** */
.hero-banner-wrp{
    padding: 250px 0 250px;
    width: 100%;
    background: #f7f3ef;
    position: relative;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.50);
}
.banner-data h1{
    font-size: 46px;
    font-weight: normal;
    color: #000000;
    margin: 0 0 25px;
    text-align: center;
    font-family:'Ante Cf Serif Demo';
}
.banner-data p{
    font-size: 22px;
    font-weight: normal;
    color: #000;
    text-align: center;
    line-height: 32px;
    margin: 0 auto 105px;
}
.aws-img img{
    display: inline-block;
    margin: 0 auto;
    width: 150px;
}
.hero-row{
    width: 75%;
    margin: 0 auto;
}
.cloude-host-bx h2{
    font-size: 46px;
    font-weight: normal;
    color: #000;
    text-align: center;
    font-family:'Ante Cf Serif Demo';
    margin: 0 0 25px;
}
.cloude-host-bx p{
    font-size: 22px;
    font-weight: normal;
    color: #000;
    text-align: center;
    line-height: 32px;
    margin: 0;
    width: 100%;
}
/* **** End Hero Banner **** */

.data-analysis-wrp{
    padding: 0 0 150px;
    margin: -150px 0 0;
    position: relative;
    z-index: 5;
}
.analysis-row .row{
    align-items:flex-end;
}
.data-a-img{
    display: flex;
    align-items: flex-end;
    flex-flow: column;
}
.data-a-img img{
    width: 90%;
    margin: 0 0 45px;
}
.data-analise-box{
    /* text-align: right;
    direction: rtl; */
}
.data-analise-box h3{
    font-size: 46px;
    color: #000;
    margin: 0 0 25px;
    font-family:'Ante Cf Serif Demo';
}
.data-analise-box p{
    font-size: 24px;
    font-weight: normal;
    color: #000;
    line-height: 32px;
    margin: 0;
}

/* .data-analise-box ul {
    padding: 0 20px 0 0;
} */

/* .data-analise-box ul{
    margin: 0 0 15px;
}
.data-analise-box ul li{
    display: block;
    position: relative;
    padding: 5px 15px 5px 0px;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Garet Book';
    color: #000;
}
.data-analise-box ul li:before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    top: 12px;
    right: 0;
}
.data-analise-box ul li .sublist{
    padding-right: 15px;
    margin: 5px 0;
} */

.tech-img img{
    margin: 80px auto 80px;
    display: table;
}
.analysis-box{
    width: 80%;
    margin: 0 auto;
}
.analysis-box h4{
    font-size: 46px;
    color: #000;
    margin: 0 0 25px;
    font-family:'Ante Cf Serif Demo';
    text-align: center;
}
.analysis-box p{
    font-size: 22px;
    text-align: center;
    font-weight: normal;
    color: #000;
    line-height: 32px;
    /* margin: 0; */
}

.analysis-box ul {
    padding: 0;
    list-style-type: none;
}

/* .course-level-data ul,
.cloude-host-bx ul,
.analysis-box ul{
    margin: 0 0 15px;
}
.course-level-data ul li,
.cloude-host-bx ul li,
.analysis-box ul li{
    display: block;
    position: relative;
    padding: 5px 0 5px 15px;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Garet Book';
    color: #000;
}
.course-level-data ul li:before,
.cloude-host-bx ul li:before,
.analysis-box ul li:before{
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    top: 12px;
    left: 0;
} */
/* .course-level-data ul li .sublist,
.cloude-host-bx ul li .sublist{
    padding-left: 15px;
    margin: 0;
} */

.course-level{
    padding: 0 0 0px;
    background: #f0eae2;
    width: 100%;
    margin: 0 0 -30px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.50);
}
.course-level-box{
    width: 800px;
    margin: 0 auto;
    position: relative;
    top: -100px;
    z-index: 1;
}
.course-level-img img{
    width: 100%;
    margin: 0 auto 80px;
}

.course-level-data{
    width: 75%;
    margin: 0 auto;
}
.course-level-data h2{
    font-size: 46px;
    color: #000;
    margin: 0 0 25px;
    font-family:'Ante Cf Serif Demo';
    text-align: center;
}
.course-level-data p{
    font-size: 22px;
    text-align: center;
    font-weight: normal;
    color: #000;
    line-height: 32px;
    margin: 0;
}

.our-demo-wrp{
    padding: 60px 0;
    width: 100%;
    background: #7f7fd3;
}
.our-demo-wrp h2{
    font-size: 46px;
    color: #fff;
    margin: 0 0 25px;
    font-family:'Ante Cf Serif Demo';
    text-align: center;
}
.btn-main{
    padding: 10px 35px 8px;
    font-size: 22px;
    font-weight: normal;
    color: #000;
    background: #fff;
    border-radius: 30px;
    margin: 0 auto;
    font-family:'Ante Cf Serif Demo';
    display: table;
}
.btn-main:hover{
    background: #000;
    color: #fff;
}

/* **** Footer **** */
footer{
    padding:45px 0;
    width: 100%;
    background: #3f3f48;
}
.quicklinks h4{
    font-size: 28px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 25px;
    font-family:'Ante Cf Serif Demo';
}

.quicklinks ul {
    display: block;
    padding: 0;
    margin: 0 !important;
    list-style-type: none;
}

.quicklinks ul li {
    display: block;
    padding: 0;
    margin: 0 !important;
    list-style-type: none;
}

.quicklinks li a{
    display: block;
    padding: 5px 0;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Garet Book';
}
.quicklinks li a:hover{
    opacity: 0.70;
}
/* **** End Footer **** */

/* **** Feature Page **** */
.feature-banner{
    padding: 300px 0 0px;
}
.feature-img img{
    width: 100%;
}
.feature-data h2{
    font-size: 46px;
    font-weight: normal;
    color: #000;
    line-height: 62px;
    text-align: right;
    font-family:'Ante Cf Serif Demo';
    margin: 0 0 15px;
}
.feature-data p{
    font-size: 24px;
    font-weight: normal;
    color: #000;
    text-align: right;
    margin: 0 0 25px;
}
.box-img img{
    width: 60%;
    margin: 0 0px 0 200px;
}
.feature-analys{
    margin: -100px 0 0;
}
.feature-analys .data-a-img img{
    width: 100%;
    margin: 0 0 100px;
}
.fact-img img{
    width: 100%;
}

.mission-wrap{
    padding: 100px 0 0;
}
.mission-wrap h2{
    font-size: 46px;
    font-weight: normal;
    color: #000;
    line-height: 62px;
    text-align: center;
    font-family:'Ante Cf Serif Demo';
    margin: 0 0 15px;
}
.mission-wrap h6{
    font-size: 24px;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin: 0 0 35px;
    line-height: 34px;
}
.mission-img img{
    margin: 50px auto 80px;
    width: 50%;
}
.mission-row .analysis-box h4{
    font-size: 38px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mission-row .row{
    
}


.acess-demoback{
    width: 430px;
    height:425px;
    background: url('../images/acsess-demo.png') 0 0 no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.acecnt{
    width: 300px;
    margin: 0 auto;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
}
.acecnt h3{
    font-size:26px;
    font-weight:bold;
    color: #000;
    text-align: center;
    margin: 0 auto 15px;
    padding-bottom: 2px;
    border-bottom: 1px solid #000;
    display: table;
}
.acecnt p{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height:30px;
    margin: 0;
    height: 220px;
    overflow: auto;
    /*font-family: 'Garet Book';*/
}
.fact-back{
    background-image: url('../images/funfact-img.png');
}
#container {
    display: flex;
    align-items: center;
}
/* **** End Feature Page **** */

/* **** Subscribe Page **** */
.subscribe-wrapper{
    display: flex;
    height: 100vh;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.left-box{
    width: 45%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-box{
    width: 55%;
    height: 100vh;
    background: url('../images/img1.png') 0 0 repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-box-img{
    width: 80%;
}
.inner-box-img img{
    width: 100%;
}

.subscribe-form{
    font-family: 'Garet Book';
    width: 70%;
    margin: 0 auto;
}
.sub-logo img{
    margin: 0 0 55px;
}
.form-subs h3{
    font-size: 24px;
    font-weight: 400;
    color: #000;
    line-height: 32px;
    margin: 0 0 35px;
}
.form-subs h3 strong{
    font-weight: bold;
}
.form-subs .form-group{
    position: relative;
    margin: 0 0 15px;
}
.form-subs .form-group .form-control{
    padding: 10px 15px;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 15px;
    font-weight: normal;
    color: #333;
    box-shadow: none;
}
.form-subs button{
    padding: 15px 15px;
    width: 100%;
    background: #B4CB58;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border: none;
    outline: none;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    margin: 0 0 25px;
}
.form-subs button:hover{
    background: #000;
    color: #fff;
}
.form-subs p{
    font-size: 15px;
    font-weight: normal;
    color: #333;
    margin: 0;
}
/* **** End Subscribe Page **** */