@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,700');
@charset "utf-8";

/* CSS Document */
body, html {
    width: 100%;
    height: 100%;
}

/*setup*/
body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Cabin', sans-serif;
    font-weight: 700;
	
}


/*HEADER*/
.content-header {
    background-image: url(../img/catapult-sales2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.content-header,h1 {
    font-size: 46px;
    font-style: normal;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
}


/*SECTION-ONE*/
.section-one {
    padding-top: 35px;
    padding-bottom: 50px;
}

.form-one {
    margin-top: 20px;
}

.form-control {
    background-color: #fafafa;
    width: 65%;
    font-size: 17px;
    font-weight: 400;
    border-color: 1px solid #dbdbdb;
    border-radius: 0;
    padding: 20px;
}

.form-control:focus {
    border-color: 1px solid #dbdbdb;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon i {
    position: absolute;
    right: 125px;
    padding: 10px 12px;
    pointer-events: none;
}

.btn {
    border-radius: 0;
    font-size: 27px;
    font-weight: 500;
}

.btn-success:hover {
    color: #212121;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efdd56+0,fccd4d+50,f8b500+51,efb700+100 */
background: #efdd56; /* Old browsers */
background: -moz-linear-gradient(top,  #efdd56 0%, #fccd4d 50%, #f8b500 51%, #efb700 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #efdd56 0%,#fccd4d 50%,#f8b500 51%,#efb700 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #efdd56 0%,#fccd4d 50%,#f8b500 51%,#efb700 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efdd56', endColorstr='#efb700',GradientType=0 ); /* IE6-9 */

    border: 3px solid #212121;
}

.btn-success {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff55b+0,fccd4d+50,f8b500+51,f8b500+100 */
background: #fff55b; /* Old browsers */
background: -moz-linear-gradient(top,  #fff55b 0%, #fccd4d 50%, #f8b500 51%, #f8b500 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fff55b 0%,#fccd4d 50%,#f8b500 51%,#f8b500 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fff55b 0%,#fccd4d 50%,#f8b500 51%,#f8b500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff55b', endColorstr='#f8b500',GradientType=0 ); /* IE6-9 */
    color: #212121;
    background-color: #ec971f;
    border: 3px solid #212121;
    border-radius: 8px;
    padding: 15px 50px;
    font-size: 34px;
}

.imgbook {
    margin-top: 20px;
}


/*SECTION-TWO*/
.section-two {
    background-image: url(../img/catapult-sales3-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-two h2 {
    font-weight: 400;
}

.listorder {
    font-family: "Cabin", sans-serif;
    font-size: 20px;
}

.para-course {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}

/*CONTENTBONUSONE*/
.content-bonus-one {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.content-bonus-one,h2 {
    text-align: center;
    font-size: 33px;
    font-weight: 400;
    color: #212121;
}

.content-bonus-one,h1 {
    text-align: center;
    font-weight: 400;
    color: #f18305;
}

/*CONTENTBONUSTWO*/
.content-bonus-two {
    background: #eeeeee;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #cccccc;
}

hr.style-me {
    border: 0;
    color: #bfbfbf;
    background-color: #bfbfbf;
    height: 1px;
    width: 80%;
    margin-bottom: 30px;
}

.panel {
    width: 70%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
}

.btn-warning {
    margin-top: 25px;
    padding: 25px 50px;
    border-color: #000000;
    border-width: 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#61b231+0,5bbc47+50,29af15+53,37af09+100 */
background: #61b231; /* Old browsers */
background: -moz-linear-gradient(top,  #61b231 0%, #5bbc47 50%, #29af15 53%, #37af09 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #61b231 0%,#5bbc47 50%,#29af15 53%,#37af09 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #61b231 0%,#5bbc47 50%,#29af15 53%,#37af09 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61b231', endColorstr='#37af09',GradientType=0 ); /* IE6-9 */
}

.btn-warning {
    color: #212121;
}

.btn-warning:hover,.btn-warning:active {
    color: #212121;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#75ce39+0,5bbc47+50,6dbc18+53,61c90c+100 */
background: #75ce39; /* Old browsers */
background: -moz-linear-gradient(top,  #75ce39 0%, #5bbc47 50%, #6dbc18 53%, #61c90c 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #75ce39 0%,#5bbc47 50%,#6dbc18 53%,#61c90c 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #75ce39 0%,#5bbc47 50%,#6dbc18 53%,#61c90c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75ce39', endColorstr='#61c90c',GradientType=0 ); /* IE6-9 */
    border-color: #61b231;
}

/*MEDIA QUERIES*/
@media (min-width: 992px) {
    .imgbook {
        margin-left: 225px;
    }
    
    .listorder {
        margin-left: 140px;
    }
}