/*This is the whole boby default style*/
body {
    /*font-family: 'Lora', serif;*/
}

/* page Loading Class*/

.loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    background-color: #EEE;
    z-index: 99;
    text-align: center; /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */
    filter: alpha(opacity=70); /* Netscape */
    -moz-opacity: 0.7; /* Safari 1.x */
    -khtml-opacity: 0.7; /* Good browsers */
    opacity: 0.7;
}


.clsLoadingNew {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #333333;
    z-index: 99;
    text-align: center;
}

.loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
}

.page-loader {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    display: none;
    opacity: 0.7;
}

    .page-loader.page-loading {
        display: block;
    }

    .page-loader .loader-img-cont {
        display: table;
        height: 100%;
        table-layout: fixed;
        text-align: center;
        width: 100%;
    }

        .page-loader .loader-img-cont .img-cont {
            display: table-cell;
            vertical-align: middle;
        }

        .page-loader .loader-img-cont .img-cont {
            display: table-cell;
            vertical-align: middle;
        }



.section {
    padding-top: 7%;
    padding-bottom: 5%;
    color: #666666;
}

.fun-text {
    font-size: 21px;
    letter-spacing: 2px;
}

h1 {
    font-size: 45px;
    font-weight: 400;
    font-family: Phenomena-Bold;
}

h2 {
    font-size: 32px;
    font-family: Phenomena-Bold;
}

h3 {
    font-size: 21px;
    font-family: Phenomena-Bold;
}

h4 {
}

h5 {
}

h6 {
}

.blur { /*Bluring the bacground images*/
    z-index: 2;
    background-color: rgba(0,0,0,0.5);
    margin: 0px;
    padding-top: 7%;
    padding-bottom: 5%;
}
/*Menu bar style*/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    z-index: 9;
    cursor: pointer;
    background-color: rgba(0,0,0,0.1);
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1031;
    right: 0;
    top: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 5%;
}

.main a {
    color: #464945;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    word-spacing: 10px;
    font-weight: 100;
}

.btn {
    color: #464945;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    word-spacing: 10px;
    font-weight: 100;
}

.sidenav a {
    padding: 5%;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-size: 16px;
    letter-spacing: 2px;
    outline: none !important;
}

.sidenav hr {
    margin-bottom: 5px;
    margin-top: 6px;
}

.sidenav a:hover, .offcanvas a:focus {
    color: #2c2b2b;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 20px 0 15px 0px;
    margin-top: -7px;
}

#mainSurvey {
    transition: margin-left .5s;
    padding: 30px 0 0px 0px;
    margin-top: -7px;
}

.craft-bar {
    padding: 0px;
}

#nav .craft-bar:nth-child(2) .nav-title-menu {
    margin-left: 28%;
}

#nav .craft-bar:nth-child(3) .nav-title-menu {
    margin-left: 58%;
}

.logo {
    display: block;
    padding-top: 15px;
}

/*The head section style*/
.head { /*Style's applied for full device height head section */
    min-height: 100vh;
    background-image: url(../../Content/images/prog-bg.jpg);
    background-size: cover;
    z-index: -1;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

    .head .blur {
        padding-top: 0px;
        padding-bottom: 0px;
        min-height: 100vh;
    }

.menu-bar {
    padding-top: 3%;
    z-index: 1;
}

.menu-zero {
    height: 0px;
    overflow-y: hidden;
}

.menu-fixed .container .menu-bar {
    padding-top: 4px;
    padding-bottom: 2px;
}

.main {
    padding-top: 1%;
    text-align: right;
}

.head-items {
    color: white;
    padding-top: 18vh;
    padding-bottom: 18vh;
}

/*Download button property*/
.craft-btn {
    border-color: #ffffff;
    border-radius: 50px;
    color: #ffffff;
    padding: 5px 15px;
    margin-top: 5%;
    margin-bottom: 30px;
    margin-right: 10px;
    font-family: 'Roboto';
}

    .craft-btn span {
        float: left;
        font-size: 40px;
    }

.craft-btn-content h4 {
    font-size: 25px;
}

.craft-btn-content h6 {
    font-size: 14px;
}

.craft-btn-content h4, .craft-btn-content h6 {
    margin: 0px;
    margin-left: 40px;
}

.craft-btn:hover {
    color: #ffffff;
    background-color: #e1666a;
    border-color: #e1666a;
}
/*Feature section style*/
.feature-block h3 {
    color: #666666;
}

.icon-circle {
    height: 90px;
    width: 90px;
    border: 1px solid #e1666a;
    border-radius: 100%;
    font-size: 30px;
    line-height: 90px;
    text-align: center;
    color: #e1666a;
}
/*Hover effect*/
.feature-block .icon-circle, .feature-block h3, .craft-btn {
    transition: all 0.4s ease-in-out;
}

.feature-block:hover .icon-circle {
    color: #ffffff;
    background-color: #e1666a;
}

.feature-block:hover h3 {
    color: #e1666a;
}
/*Explore mind-craft section style*/
.explore-mindcraft {
    background-color: #fafafa;
    border-bottom: 1px solid #dbdbdb;
}

.explore .craft-btn {
    color: #666666;
    border-color: #666666;
}

    .explore .craft-btn:hover {
        color: #ffffff;
        border-color: #e1666a;
    }
/*Mind-craft in action style*/
.mindcraft-action {
    text-align: center;
}

    .mindcraft-action h2 {
        margin: 0px;
        margin-bottom: 20px;
    }

iframe {
    width: 700px;
    height: 470px;
    border: none;
    padding-top: 2%;
    padding-bottom: 1%;
}

.social ul {
    padding-left: 0px;
}

.social li {
    list-style-type: none;
    display: inline-block;
    border: 1px solid black;
    margin-right: 20px;
}

.social a {
    padding: 10px;
    color: black;
    text-align: center;
    text-decoration: none;
}

    .social a:hover {
        color: #ffffff;
        background-color: #e1666a;
        transition: .5s;
    }

.social li:hover {
    border: 1px solid #e1666a;
    transform: .5s;
}

.social {
    padding-top: 20px;
}
/*Testimonial style property*/
.testimonial {
    background-image: url(../img/5.jpg);
    background-size: 100% 100%;
    z-index: -1;
    color: white;
    text-align: center;
    background-attachment: fixed;
}

.carousel-view {
    color: black;
    background-color: white;
    padding: 2% 5%;
    margin: 1% 25%;
    border-radius: 5px;
}

.owl-carousel.owl-loading {
    opacity: 1;
}

.carousel-view ul {
    list-style-type: none;
    padding-left: 0px;
}

.carousel-view li {
    display: inline-block;
    color: #e1666a;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: 59%;
    top: 32%;
    /*border:1px solid white;*/
    padding: 10px 17px;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: 70%;
    top: 30%;
    /*border:1px solid white;*/
    padding: 10px 17px;
}

    .owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-nav .owl-prev:hover {
        background-color: transparent;
        border: none;
    }

.owl-carousel .owl-dot {
    background-color: transparent;
    border-radius: 100%;
    border: 1px solid white;
    display: inline-block;
    padding: 5px 5px;
    margin-right: 5px;
}

    .owl-carousel .owl-dot.active {
        background-color: #e1666a;
        border-color: #e1666a;
    }

.owl-carousel .owl-item img {
    width: 10%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
    margin-top: 2%;
}
/*Simplest user interface style*/
.user-interface h2 {
    text-align: center;
}

.user-interface {
    background-color: #ebeaea;
}

.user-interface-blocks {
    padding-top: 55px;
    padding-left: 20px;
}

.icon-circle img {
    margin: 50% auto;
}

.user-interface-blocks h4 {
    margin-bottom: 0px;
    margin-top: 6%;
}

.interface-block {
    margin-bottom: 5%;
}
/*.interface-block:hover .icon-circle img{
	zoom:1.3;
}*/
/*.interface-block:hover .para-zom{
	zoom:1.3;
}*/
/*.zoom-act:hover{
	zoom:110%;
}*/
/*News letter section style*/
.newsletter {
    background-image: url(../img/7.jpg);
    background-size: 100% 100%;
    z-index: -1;
    color: white;
    text-align: center;
}

    .newsletter input {
        background-color: transparent;
        color: white;
        border-color: white;
        border-radius: 0%;
        padding: 20px 20px;
    }

.form-inline .form-control {
    width: 420px;
    height: 40px;
    font-size: 16px;
}

.form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #ffffff;
}

.form-control:-ms-input-placeholder {
    color: #ffffff;
}

.newsletter form {
    margin-top: 3%;
    margin-bottom: 2%;
}

.newsletter button {
    background-color: #ffffff;
    color: #424242;
    border-color: white;
    border-radius: 0%;
    margin-left: 12px;
    padding: 9px 25px;
}

.newsletter-form {
    text-align: center;
}

.footer-icon .social {
    text-align: center;
    padding-top: 7px;
}

.footer-text {
    text-align: right;
    font-size: 16px;
    margin-top: 18px;
}

    .footer-text i {
        color: #e1666a;
    }

.footer {
    padding-bottom: 25px;
}

    .footer .container .row {
        padding-top: 3%;
    }



/*Media Queries*/

@media (min-width: 300px) {
    .custom-menu {
        background-color: transparent;
        border: none;
    }

    iframe {
        height: 200px;
        width: 280px;
    }

    .carousel-view {
        color: black;
        background-color: white;
        padding: 2% 5%;
        margin: 1% 6%;
        border-radius: 5px;
    }

    .form-inline .form-control {
        width: 120px;
        height: 30px;
        font-size: 14px;
    }

    p {
        /*font-style: italic;
        font-size: 13px;*/
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    .fun-text {
        letter-spacing: 0px;
        font-size: 16px;
    }

    .craft-btn {
        margin-bottom: 0px;
    }

    .head-items {
        padding-top: 10vh;
        padding-bottom: 5vh;
    }

    .icon-circle {
        height: 70px;
        width: 70px;
        font-size: 20px;
        line-height: 70px;
    }

    .form-inline .form-control {
        width: 280px;
        height: 40px;
        font-size: 16px;
    }

    .newsletter input {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .newsletter button {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-text {
        margin-top: 6px;
        font-size: 10px;
    }

    .footer-social a {
        padding: 6px;
    }

    .footer-social li {
        margin-right: 2px;
    }
}


@media (min-width: 600px) {
    .explore-mindcraft .row {
        display: table;
    }

    iframe {
        height: 400px;
        width: 550px;
    }

    .carousel-view {
        color: black;
        background-color: white;
        padding: 2% 5%;
        margin: 1% 25%;
        border-radius: 5px;
    }

    .form-inline .form-control {
        width: 420px;
        height: 40px;
        font-size: 16px;
    }

    p {
        font-style: italic;
        font-size: 16px;
    }

    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 43px;
    }

    h3 {
        font-size: 21px;
    }

    .icon-circle {
        height: 90px;
        width: 90px;
        font-size: 30px;
        line-height: 90px;
    }

    .footer-social a {
        padding: 10px;
    }

    .footer-social li {
        margin-right: 20px;
    }

    .footer-text {
        margin-top: 18px;
    }

    .fun-text {
        letter-spacing: 1px;
        font-size: 21px;
    }

    .craft-btn {
        margin-bottom: 30px;
    }

    .head-items {
        padding-top: 10vh;
        padding-bottom: 5vh;
    }

    .newsletter input {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: auto;
    }

    .newsletter button {
        margin-left: 12px;
        margin-right: auto;
    }

    .footer-text {
        margin-top: 10px;
        font-size: 16px;
    }

    .footer-social a {
        padding: 10px;
    }

    .footer-social li {
        margin-right: 20px;
    }
}


@media (min-width: 950px) {
    .explore-mindcraft .row [class*="col-"] {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

    iframe {
        height: 500px;
        width: 800px;
    }

    .head-items {
        padding-top: 20vh;
        padding-bottom: 18vh;
    }

    .custom-menu {
        transition: 2s;
    }
}

@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */
    .bfrbutton {
        margin-top: 10px;
        width: 100%;
    }
}

@media (min-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */

}

@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */

    .bfrbutton {
        margin-top: 10px;
    }
}

@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */

    .bfrbutton {
        margin-top: 10px;
    }
}

@media (min-width:761px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
    .bfrbutton {
        margin-top: 0px;
    }
}

@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
}

@media (min-width:1281px) { /* hi-res laptops and desktops */
}

/*.explore-mindcraft .row{
	display: tabe;
}
.explore-mindcraft .row [class*="col-"]{
	display: table-cell;
	vertical-align: middle;
	float: none;
}*/
@media screen and (max-width:500px) {
    #nav .craft-bar:nth-child(2) .nav-title-menu {
        margin-left: 20%;
    }

    #nav .craft-bar:nth-child(3) .nav-title-menu {
        margin-left: 45%;
    }
}

@media screen and (max-width:480px) {
    #nav .craft-bar:nth-child(2) .nav-title-menu {
        margin-left: 15%;
    }

    #nav .craft-bar:nth-child(3) .nav-title-menu {
        margin-left: 38%;
    }
}

@media screen and (max-width:480px) {
    #nav .craft-bar:nth-child(2) .nav-title-menu {
        margin-left: 12%;
    }

    #nav .craft-bar:nth-child(3) .nav-title-menu {
        margin-left: 35%;
    }
}

@media screen and (max-width:415px) {

    .nav-title-menu a {
        font-size: 12px !important;
    }

    .nav-title-menu {
        padding-top: 8px !important;
        width: 100px !important;
    }
}

@media screen and (max-width:320px) {
    .nav-title-menu a {
        font-size: 11px !important;
    }

    .nav-title-menu {
        padding-top: 8px !important;
        width: 90px !important;
    }
}
