/*====================================================
                DEFAULT VALUES:

                Font Family                 : Roboto Condensed,Satisfy
                
                Greenish Blue               : #34c6d3       (Buttons, Icons, Links, Lines & Backgrounds)
                Steel Gray                  : #41464b       (Headings)
                Blue Bayoux                 : #64707b       (Paragraphs)
                White                       : #fff          (Text With Black Backgrounds)
                Black                       : #000 

======================================================*/

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

/* General CSS */

html,
body {
    height: 100%;
}

body {
    font-family: "Roboto Condensed", sans-serif;
}

p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;

}

h1{
     color: rgb(255, 0, 191);
}

h3 {
    color: #41464b;
    text-transform: uppercase;
}


/*====================================================
                        HOME
======================================================*/

#home {
    height: 100%;
}
/*language*/
#home-cover-language {
    height: 100%;
    background-image: linear-gradient(45deg,
            rgba(254, 7, 77, 0.924),
            rgba(240, 2, 216, 0.55)), url("../img/NEW/languages.png");

}
/*language*/
#home-cover-ormiq {
    height: 100%;
    background-image: url("../img/Header/ormiq_bg.png");

}

/*neet*/
#home-cover-upsc {
    height: 100%;
    background-image: linear-gradient(45deg,
            rgba(7, 180, 254, 0.924),
            rgba(240, 2, 216, 0.55)), url("../img/NEW/upsc.png");

}
/*kids-learning*/
#home-cover-kids-learn {
    height: 100%;
    background-image: url("../img/NEW/skybg.png");

}
/*learning*/
#home-cover-elearn {
    height: 100%;
    background-image: linear-gradient(45deg,
            rgba(7, 180, 254, 0.723),
            rgba(255, 60, 236, 0.55)), url("../img/NEW/earning_bg.png");

}
/*NEET*/
#home-cover-neet {
    height: 100%;
    background-image: linear-gradient(45deg,
            rgba(131, 7, 254, 0.75),
            rgba(60, 255, 102, 0.55)), url("../img/NEW/neet.jpg");

}
/*robotics*/
#home-cover-robotics {
    height: 100%;
    background-image: linear-gradient(45deg,
    rgba(131, 7, 254, 0.75),
    rgba(60, 255, 102, 0.55)),url("../img/NEW/robo_shakehand.jpg");
    
}
/*programming*/
#home-cover-programming {
    height: 100%;
    background-image:linear-gradient(45deg,
    rgba(58, 0, 115, 0.75),
    rgba(242, 5, 218, 0.55)), url("../img/NEW/code_bg.jpg");
    
}
/*CHECKOUT*/
#home-cover-checkout {
    height: 100%;
    background-image: linear-gradient(45deg,
            rgba(254, 7, 77, 0.924),
            rgba(240, 2, 216, 0.55)), url("../img/NEW/shopping_cart.jpg");

}

#home-cover {
    height: 100%;
    background-image: url("../img/NEW/raagus_bg.jpg");
    
}
#home-cover-more {
    height: 100%;
    background-image: url("../img/Header/raagu_more_bg.png");
    
}
#home-content-box {
    width: 100%;
    height: 100%;
    display: table;
}

#home-content-box-inner {
    display: table-cell;
    vertical-align: middle;
    /* text-align: center; */
}
#home-heading h1 {
    color: #9901fe;
    font-size: 75px;
    font-weight: 700;
    font-family:'Satisfy',sans-serif;
    margin: 20px 0 20px 0;
}
#home-heading h2 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    font-family:'Satisfy',sans-serif;
    margin: 20px 0 20px 0;
}

#home-heading h3 {
    color: #e6ff04;
    font-size: 85px;
    font-weight: 700;
    margin: 20px 0 20px 0;
}
#home-heading-1 h3 {
    color: rgb(255, 255, 255);
    font-size: 55px;
    font-weight: 700;
    margin: 20px 0 20px 0;
    text-transform: none
}


#home-heading-raagu h3 {
    color: #f35444;
    font-family: 'Courgette', cursive;
    font-size: 25px;
    font-weight: 700;
    margin: 20px 0 20px 0;
    text-transform: none 
    
}

#home-heading h3 sup{
    text-transform: lowercase;

}

/*====================================================
                       NAVIGATION
======================================================*/

.navbar {
    padding: 20px 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.vesco-top-nav {
    background: rgb(255, 255, 255);
    padding: 7px 0;
}

.vesco-nav-wrapper {
    padding: 0 85px;
}

.navbar-nav {
    float: right;
}

.navbar-nav>li>a {
    color: rgb(0, 204, 254);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    background: none;
    color: #ff0077;
}
.navbar-toggle {
    background-color: rgb(250, 250, 250);
    border: 1px solid rgb(66, 0, 80);
    border-radius: 0;
}


.navbar-toggle .icon-bar {
    background-color: rgb(117, 117, 117);
}

.navbar-collapse {
    max-height: none !important;
}

.vesco-top-nav ul.navbar-nav>li.active>a {
    color: #fd007f;
}
/*-------------------------------------------------
                EXTRA
--------------------------------------------------*/

.dropdown:hover>.dropdown-menu {
    display: block;
   
  }
  
  .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
      pointer-events: none;
  }

/*====================================================
                        PARALLAX (Generic)
======================================================*/

.bg-parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.bg-no_parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    
}

/*====================================================
                        BUTTONS (Generic)
======================================================*/

.btn-general {
    border-width: 2px;
    border-radius: 0;
    padding: 12px 26px 12px 26px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-white {
    border-color: rgb(204, 255, 20);
    color: rgb(255, 255, 255);
}

.btn-white:hover,
.btn-white:focus {
    background-color: #fff;
    color: #41464b;
}

.btn-blue {
    border-color: #34c6d3;
    color: #003cff;
}

.btn-blue:hover,
.btn-blue:focus {
    background-color: #f11158;
    color: #fff;
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    padding: 3px 15px;
    border-radius: 0;
    display: none;
}


/*====================================================
                       ANIMATE
======================================================*/

#home-cover,
#home-heading,
#home-btn {
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
}

#home-cover {
    -webkit-animation-delay: .1s;
            animation-delay: .1s;
}

#home-heading {
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
    
}
#home-heading-1 {
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
    
}

#home-heading-raagu {
    -webkit-animation-delay: .8s;
            animation-delay: .8s;
}

#home-btn {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}


/*====================================================
                       CONTENT (Generic)
======================================================*/

.content-box {
    padding: 60px 0 60px 0;
}

.content-title h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 30px 0;
}

.content-title-white h3 {
    color: #fff;
}

.content-title-underline {
    width: 30px;
    height: 3px;
    background-color: #0044ff;
    margin: 0 auto 30px auto;
}


/*====================================================
                       Cover Flow CSS
======================================================*/

.cbcontrol {
    font-size: 50px;
    float: left;
    color: white;
    width: 48%;
    text-align: center;
    background-color: silver;
}
.clear { clear: both; }

.stage {
  background-color: #fff;
  float:left;
  height: 550px;
  margin-top: 120px;
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  z-index: 10;
  position: relative;
 
}

.cbImage {
  width: 250px;
  height: 350px;
  float: left;
  margin: 25px 0px 25px 0px;
  color: white;
  box-shadow: 0px 5px 10px 0px #D6D6D6;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.cbImage img {
  width: 100%;
  height: 100%;
}

.inactiveLeft {
  -webkit-transform: perspective(500px) rotateY(60deg);
  -O-transform: perspective(500px) rotateY(60deg);
  transform: perspective(500px) rotateY(60deg);
  -webkit-transition: all .5s ease-out;
  -O-transition: all .5s ease-out;
  transition: all .5s ease-out;
  box-shadow: 12px 0px 20px 0px #d6d6d6;
}

.inactiveRight {
  -webkit-transform: perspective(500px) rotateY(-60deg);
  -O-transform: perspective(500px) rotateY(-60deg);
  transform: perspective(500px) rotateY(-60deg);
  -webkit-transition: all .5s ease-out;
  -O-transition: all .5s ease-out;
  transition: all .5s ease-out;
  box-shadow: -12px 0px 20px 0px #d6d6d6;
}

.active {
  z-index: 100;
  -webkit-transform: perspective(500px) rotateY(0deg);
  -O-transform: perspective(500px) rotateY(0deg);
  transform: perspective(500px) rotateY(0deg);
  -webkit-transition: all .5s ease-out;
  -O-transition: all .5s ease-out;
  transition: all .5s ease-out;
}


/*====================================================
                       ABOUT-KIDS APP
======================================================*/
.margintop{
    margin-top: 50px;
}
.marginbottom{
    margin-bottom: 50px;
}
#about-bg-diagonal {
    width: 60%;
    height: 700px;
    float: right;
    background-image: url(../img/NEW/kids_hands.jpg);
    border-left: 200px solid #fff;
    border-top: 700px solid transparent;
}
#about-bg-diagonal-kids {
    align-items: center;
    justify-items: center;
    width: 50%;
    height: 500px;
    padding: 50px;
    float: right;
    background-image: url(../img/NEW/writingpad.png);
    background-size:cover;
}
#about-bg-diagonal-1 {
    width: 60%;
    height: 700px;
    float: right;
    background-image: url(../img/NEW/robo_4.jpg);
    border-left: 200px solid #fff;
    border-top: 700px solid transparent;
}
#about-bg-diagonal-neet {
    width: 60%;
    height: 700px;
    float: right;
    background-image: url(../img/NEW/neetexam.jpg);
    border-left: 200px solid #fff;
    border-top: 700px solid transparent;
}
.about-content-box {
    float: left;
    height: 700px;
}

.about-content-box-outer {
    
    width: 100%;
    height: 100%;
    display: table;
}

.about-content-box-inner {
    display: table-cell;
    vertical-align: middle;
    
}

.about .content-title h3 {
    text-align: left;
    
}
/*heading-coding*/
.intro h2 {
    
    font-size: 35px;
    font-weight: 700;
    font-family: sans-serif;
}
.intro h3 {

    font-size: 20px;
    color: #002afc;
    font-weight: 700;
    font-family: sans-serif;
}

.about .content-title-underline {
    margin: 0 0 30px 0;
}

.about-desc p {
    margin-bottom: 30px;
}
.image-kids{
    width: 100%;
        height: 100%;
        display: table;
}

/*====================================================
                       ABOUT-LEFT PIC
======================================================*/


#about-bg-diagonal {
    border-left: 200px solid #fff;
    border-top: 700px solid transparent;
    float: right;

}

#about-bg-diagonal_left {
    border-left: 200px solid #fff;
    border-top: 700px solid transparent;
    float: right;

}
#about-content-box_right-ormiq{
   
        height: 700px;
}
#about-content-box-ormiq {
    float: left;
    height: 700px;
}
#about-content-box-ormiq_400 {
    float: left;
    height: 400px;
}

#about-content-box-outer-left-ormiq {

    width: 100%;
    height: 100%;
    display: table;
}

#about-content-box-inner-left-ormiq {
    display: table-cell;
    vertical-align: middle;

}
#about-content-box-outer-right-ormiq {

    width: 100%;
    height: 100%;
    display: table;
}

#about-content-box-inner-right-ormiq {
    display: table-cell;
    vertical-align: middle;

}

#about-ormiq .content-title h3 {
    text-align: left;

}

#about-ormiq .content-title-underline {
    margin: 0 auto 30px auto;
}

#about-desc-right-ormiq p {
    margin-bottom: 30px;
}


/*====================================================
                       SERVICES
======================================================*/

.service-item {
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
    cursor: pointer;
}

.service-item-icon i {
    color: #34c6d3;
    float: left;
    padding: 15px;
    margin-right: 25px;
    width: 75px;
    height: 75px;
    text-align: center;
}

.service-item:hover .service-item-icon i {
    color: #fff;
    background-color: #34c6d3;
}

.service-item-title h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.service-item-desc p {
    margin: 0;
    padding-left: 85px;
}



/*====================================================
                       WORK
======================================================*/


.row.no-gutters [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

.img-wrapper {
    overflow: hidden;
    size: 100px;
}

.img-wrapper img {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.img-wrapper img:hover {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    cursor: zoom-in;
}

/*====================================================
                       SOCIAL
======================================================*/

.social-list {
    padding-left: 0;
}

.social-list li {
    list-style: none;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 6px;
    margin-top: 10px;
}

.social-icon i {
    font-size: 17px;
}

.icon-gray i {
    color: #64707b;
}

.icon-white i {
    color: #fff;
}

.social-icon i:hover {
    color: #34c6d3;
}




/*====================================================
                       TESTIMONIALS
======================================================*/

#testimonials-cover {
    background-image: url("../img/Slider/raagus_bg-testimonials.jpg");

}

#testimonials .content-box {
    background-color: rgba(11, 27, 246, 0.1);

}

#customers-testimonials {
    padding: 50px 0;
}

.testimonial img {
    max-width: 120px;
    margin: 0 auto 0 auto;
}

.testimonial blockquote {
    border: 0;
    font-family: Georgia, sans-serif;
    font-style: italic;
    color: rgb(255, 255, 255);
    padding: 6px 150px;
    position: relative;
}

.testimonial blockquote p {
    color: #fff;
}

.testimonial blockquote::before,
.testimonial blockquote::after {
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    width: 30px;
    height: 30px;
    position: absolute;
}

.testimonial blockquote::before {
    content: "\201C";
    top: 0;
    left: 100px;
}

.testimonial blockquote::after {
    content: "\201D";
    bottom: 0;
    right: 100px;
}

.testimonial-author p {
    color: #fff;
    font-size: 17px;
}

.testimonial-author p strong {
    display: block;
}


/*====================================================
                       STATS
======================================================*/

#stats-cover {
    background-image: url("../img/Header/slide_bg.jpg");
}

#stats .content-box {
    background-color: rgba(0, 0, 0, .7);
}

.stats-item {
    padding: 100px 0;
}

.stats-item i {
    color: #34c6d3;
}

.stats-item h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 1px;
}

.stats-item p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 0;
}

/*====================================================
                      App features
======================================================*/

#appfeatures-cover {
    background-image: url("../img/Header/raagus_bg.jpg");
}

#appfeatures .content-box {
    background-color: rgba(0, 0, 0, .7);
}


/*====================================================
                       CLIENTS
======================================================*/

.client {
    padding: 40px 0;
}

/*====================================================
                       PRICING
======================================================*/

.pricing-box {
    border: 3px solid #ff0396;
    padding: 50px 0;
    margin: 40px 0;
}

h4.pricing-title {
    background-color: #7903ff9d;
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

h3.pricing-value {
    color: #fd007f;
    font-size: 60px;
    font-weight: 700;
}
h3.lg-pricing-value {
    color: #fffdfe;
    font-size: 60px;
    font-weight: 700;
}
h4.lg-pricing-value {
    color: #d5fa06;
    font-size: 25px;
    font-weight: 500;
}
h4.pricing-value {
    color: #5b0069;
    font-size: 25px;
    font-weight: 500;
}

h5.pricing-value {
    font-size: 50px;
    color: #470069;
    font-weight: 700;
}

h3.pricing-value sup {
    font-size: 28px;
    font-weight: normal;
    vertical-align: super;
}

ul.pricing-spec {
    list-style:none;
    padding-left: 0;
    margin: 20px 0 20px 0;
}

ul.pricing-spec li p {
    font-weight: 400;
    text-transform: uppercase;
}

.pricing-box-lg {
    padding: 90px 0;
    
    background-color: #5d0075;
}

.pricing-box-lg h4.pricing-title {
    color: #8e05ce;
    background-color: #fff;
}

.pricing-box-lg ul.pricing-spec li p {
    
    color: #fff;
}





/*====================================================
                       CONTACT
======================================================*/

footer {
    background-color: #41464b;
    padding-top: 30px;
    border-top: 5px solid rgba(255, 10, 104, 0.1);
}

#contact-left h3,
#contact-right h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 700;
}

#contact-left p {
    color: #fff;
    margin-bottom: 30px;
}

#contact-info {
    background-image: url("../img/Slider/world-map.png");
    background-repeat: no-repeat;
    background-size: contain;
}


address {
    color: #fff;
}
address strong { font-size: 16px; }
address strong,
#phone-fax-email strong {
    letter-spacing: 1px;
}

form .form-control {
    background: transparent;
    border-radius: 0;
    border-color: #fff;
    font-size: 17px;
    font-weight: 300;
    padding: 8px 16px;
    margin-bottom: 20px;
    color: #fff;
}


/*====================================================
                       FOOTER
======================================================*/

#footer-bottom {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    margin-top: 60px;
}

#footer-copyrights p {
    margin: 0;
    color: #fff;
}

#footer-menu {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

#footer-menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#footer-menu ul li {
    display: inline-block;
}

#footer-menu a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 10px;
    text-decoration: none;
}

#footer-menu a:hover {
    color: #34c6d3;
}





/*------------------------------------------------------------------
    SECTIONS
-------------------------------------------------------------------*/

.parallax {
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    padding: 120px 0;
    position: relative;
    width: 100%;
}

.parallax.parallax-off {
    background-attachment: scroll !important;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-position: center center;
   
    width: 100%;
    z-index: 2;
}

.no-scroll-xy {
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.section {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.noover {
    overflow: visible;
}

.noover .btn-dark {
    border: 0 !important;
}

.nopad {
    padding: 0;
}

.nopadtop {
    padding-top: 0;
}

.section.wb {
    background-color: #ffffff;
}

.section.lb {
    background-color: #f2f3f5;
}

.section.db {
    background-color: #1f1f1f;
}

.section.color1 {
    background-color: #448AFF;
}

.first-section {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 16em 0 13em;
}

.first-section h2 {
    color: #ffffff;
    font-size: 68px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    margin: 0;
    padding: 0 0 30px;
    position: relative;
}

.first-section .lead {
    font-size: 21px;
    font-weight: 300;
    padding: 0 0 40px;
    margin: 0;
    line-height: inherit;
    color: #ffffff;
}

.macbookright {
    width: 980px;
    position: absolute;
    right: -15%;
    bottom: -6%;
}

.section-title {
    display: block;
    position: relative;
    margin-bottom: 60px;
}

.section-title p {
    color: #999;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    margin: 0;
}

.section-title h3 {
    font-size: 42px;
    font-weight: 600;
    line-height: 62px;
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;
}

.section.colorsection p,
.section.colorsection h3,
.section.db h3 {
    color: #ffffff;
}

/*------------------------------------------------------------------
    ICON BOXES
-------------------------------------------------------------------*/

.icon-wrapper {
    position: relative;
    cursor: pointer;
    display: block;
    z-index: 1;
}

.icon-wrapper i {
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 28px;
    background-color: #f2f3f5;
    color: #1f1f1f;
    margin-top: 0;
}

.small-icons.icon-wrapper:hover i,
.small-icons.icon-wrapper:hover i:hover,
.small-icons.icon-wrapper i {
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    padding: 0 !important;
    color: #e3e3e3 !important;
    background-color: transparent !important;
    background: none !important;
    margin-right: 10px !important;
    vertical-align: middle;
    font-size: 24px !important;
}

.small-icons.icon-wrapper h3 {
    font-size: 18px;
    padding-bottom: 5px;
}

.small-icons.icon-wrapper p {
    padding: 0;
    margin: 0;
}

.icon-wrapper h3 {
    font-size: 21px;
    padding: 0 0 15px;
    margin: 0;
}

.icon-wrapper p {
    margin-bottom: 0;
    padding-left: 95px;
}

.icon-wrapper p small {
    display: block;
    color: #999;
    margin-top: 10px;
    text-transform: none;
    font-weight: 600;
    font-size: 16px;
}

.icon-wrapper p small:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 5px;
    font-size: 11px;
}

.effect-1 {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

.effect-1:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.effect-1 {
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 2px #2750ff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

.effect-1:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.effect-1:after {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.effect-1:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


/*------------------------------------------------------------------
    MESSAGE BOXES
-------------------------------------------------------------------*/

.service-widget h3 {
    font-size: 21px;
    color: #ffffff;
    padding: 20px 0 12px;
    margin: 0;
}

.service-widget h3 a,
.section.wb .service-widget h3,
.section.lb .service-widget h3 {
    color: #1f1f1f;
}

.service-widget p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.message-box h4 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #999;
}

.message-box h2 {
    font-size: 38px;
    font-weight: 300;
    padding: 0 0 10px;
    margin: 0;
    line-height: 62px;
    margin-top: 0;
    text-transform: none;
}

.message-box p {
    margin-bottom: 20px;
}

.message-box .lead {
    padding-top: 10px;
    font-size: 19px;
    font-style: italic;
    color: #999;
    padding-bottom: 0;
}

.post-media {
    position: relative;
}

.post-media img {
    width: 100%;
}

.playbutton {
    position: absolute;
    color: #ffffff !important;
    top: 40%;
    font-size: 60px;
    z-index: 12;
    left: 0;
    right: 0;
    text-align: center;
    margin: -20px auto;
}

.hoverbutton {
    background-color: #AD1457;
    position: absolute;
    color: #ffffff !important;
    top: 48%;
    font-size: 21px;
    z-index: 12;
    left: 0;
    opacity: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: -20px auto;
}

.service-widget:hover .hoverbutton {
    opacity: 1;
}

hr.hr1 {
    position: relative;
    margin: 60px 0;
    border: 1px dashed #f2f3f5;
}

hr.hr2 {
    position: relative;
    margin: 17px 0;
    border: 1px dashed #f2f3f5;
}

hr.hr3 {
    position: relative;
    margin: 25px 0 30px 0;
    border: 1px dashed #f2f3f5;
}

hr.invis {
    border-color: transparent;
}

hr.invis1 {
    margin: 10px 0;
    border-color: transparent;
}

.section.parallax hr.hr1 {
    border-color: rgba(255, 255, 255, 0.1);
}

.sep1 {
    display: block;
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    margin-left: -14px;
    background-color: #1f1f1f;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.sep2 {
    display: block;
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    top: -20px;
    left: 50%;
    margin-left: -14px;
    background-color: #1f1f1f;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}


/* Divider Styles */

.divider-wrapper {
    width: 100%;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    height: 540px;
    margin: 0 auto;
    position: relative;
}

.divider-wrapper:hover {
    cursor: none;
}

.divider-bar {
    position: absolute;
    width: 10px;
    left: 50%;
    top: -10px;
    bottom: -15px;
}

.code-wrapper {
    border: 1px solid #ffffff;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    background: url("uploads/code.jpg") no-repeat;
}

.design-wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.design-image {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("uploads/design.jpg") no-repeat;
}


/*------------------------------------------------------------------
    FEATURES
-------------------------------------------------------------------*/

.customwidget h1 {
    font-size: 44px;
    color: #ffffff;
    padding: 15px 0 25px;
    margin: 0;
    line-height: 1 !important;
    font-weight: 500;
}

.customwidget ul {
    padding: 0;
    display: block;
    margin-bottom: 30px;
}

.customwidget li i {
    margin-right: 5px;
}

body.app_version .customwidget li i{
	color: #ffffff;
}

.customwidget li {
    color: #ffffff;
    margin-right: 10px;
}

.image-center img {
    position: relative;
    margin: 0 0 80px;
    z-index: 10;
    padding-right: 30px;
    text-align: center;
}

.customwidget p {
    font-style: normal;
    font-size: 18px;
    padding: 0 0 10px;
}

.img-center img {
    width: 100%;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}

.img-center {
    margin: auto;
}

#features li p {
    margin-bottom: 0;
    padding-bottom: 0;
}

#features li {
    display: table;
    width: 100%;
    margin: 35px 0;
    cursor: pointer;
}

.features-left,
.features-right {
    padding: 0 10px;
}

.features-right li:last-child,
.features-left li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0 !important;
}

.features-right li i,
.features-left li i {
    width: 68px;
    height: 68px;
    line-height: 68px;
    display: table;
    border-radius: 6px;
    font-size: 26px;
	color: #ce0505;
    border-color: #fbefef;
    background-color: #fafafa;
    box-shadow: #e6ff04;
    margin: 0 auto 22px;
    position: relative;
    text-align: center;
    z-index: 55;
    transition: .4s;
    padding: 0;
}

#features i img {
    display: table;
    margin: 0 auto;
}

.features-left li i:before,
.features-right li i:before {
    text-align: center;
}

.features-right li i .ico-current,
.features-left li i .ico-current {
    opacity: 1;
    transition: .4s;
    visibility: visible;
}

.features-right li i .ico-hover,
.features-left li i .ico-hover {
    opacity: 0;
    transition: .4s;
    visibility: hidden;
    top: 19px;
}

.features-right li:hover .ico-current,
.features-left li:hover .ico-current {
    opacity: 0;
    transition: .4s;
    visibility: hidden;
}

.features-right li:hover .ico-hover,
.features-left li:hover .ico-hover {
    opacity: 1;
    transition: .4s;
    visibility: visible;
}

.features-right i {
    float: left;
}

.fr-inner {
    margin-left: 90px;
}

.features-left i {
    float: right;
}

.fl-inner {
    text-align: right;
    margin-right: 90px;
}

#features h4 {
    text-transform: capitalize;
    margin: 0;
    font-size: 19px;
	padding-bottom: 15px;
}

/*# sourceMappingURL=bootstrap-select.css.map */

.bootstrap-select > .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 15px;
    height: 33px;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0;
    width: 100%;
    color: #bcbcbc !important;
}



/*------------------------------------------------------------------
    Zenith Slider
-------------------------------------------------------------------*/

* { box-sizing: border-box; }
.zenith_slider:before,
.zenith_slider:after,
.row:before,
.row:after{
  display: table;
  content: " ";
}
.zenith_slider:after,
.row:after{
  clear:both;
}

 .zenith_slider .row{
    z-index: 2;
     position: relative;
     min-height: 1px;
     padding-right: 15px;
     padding-left: 15px;
     width: 31.777777%;
     margin-right: -15px;
     margin-left: -15px;
}
 .zenith_slider ul {
    list-style: none;
     z-index: 2;
}

 .highlight h4:after{
    content: ' ';
     display: block;
     position: absolute;
     bottom: 0;
     width: 0;
     left: 0;
     margin: 0px;
     height: 2px;
     background: #ff0202;
     visibility: hidden;
     transition: all 0.45s ease;
     -webkit-transition: all 0.45s ease;
     -moz-transition: all 0.45s ease;
}
 .highlight.active h4:after{
    width: 100%;
    left:0;
    visibility: visible;
}

 .highlight span {
     text-align: center;
     display: inline-block;
     vertical-align: top;
     padding: 10px 12px;
     background: rgba(9,16,26,0.85);
    border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     background-image: linear-gradient(0deg, rgba(92,92,92,0)34%, rgba(92,92,92, 0.4)24%);
     -moz-background-image: linear-gradient(0deg, rgba(92,92,92,0)34%, rgba(92,92,92, 0.4)24%);
     -webkit-background-image: linear-gradient(0deg, rgba(92,92,92,0)34%, rgba(92,92,92, 0.4)24%);
     -o-background-image: linear-gradient(0deg, rgba(92,92,92,0)34%, rgba(92,92,92, 0.4)24%);
    transition: color 0.5s ease-in;
     -webkit-transition: color 0.5s ease-in;
     -ms-transition: color 0.5s ease-in;
     -moz-transition: color 0.5s ease-in;
     -o-transition: color 0.5s ease-in;
}
 .highlight-title {
    text-align: center;
     text-transform: uppercase;
     width: 105%
}

 .phone-holder{
     display: block;
     height: 600px;
     position: relative;
     top: 0px;
     left: 0px;
     width: 300px;
     margin: auto;
     overflow: hidden
}
 #fon{
    position: absolute;
     top: 1;
     left: 0;
     width: 100%;
     height: 100%;
     background:url(img/Slider/phonebg_1.png) center top no-repeat; 
     background-position-x: 0px;
     z-index: 2;
     overflow: hidden;
}
 .highlights-phone.wht .phone-holder #fon{
    background: url(img/Slider/phonebg_1.png) center top no-repeat;
     background-position-x: 0px;
}
 .hgi{
    position: absolute;
     top: 58px;
     left: 12px;
     width: 270px;
    height: 448px;
     visibility: hidden;
     overflow: hidden;
}
 .hgi img{
    width: 100%;
    height: 448px;
}
 .highlights-phone.wht .hgi{
    top: 71px;
}
 .hgi.active{
    visibility: visible;
}
.left-row{
    float: left;
     margin-right: 0;
}

 .left-row .highlight-title span{
    right: -8px;
}
 .right-row .highlight-title span{
    left: -8px;
}
 .right-row .highlight-title{
     text-align: left;
}

 .highlight-title span{
    position: relative;
     z-index: 1;
}
 .highlight-title .fa{
    color: #FFFFF0;
     font-size: 40px;
     width: 64px;
     height: 64px;
     text-align: center;
     vertical-align: middle;
}
 .highlight-title .fa:before{
    margin: 3px 0;
     display: block
}
 .highlight-title span {
    background: cornflowerblue;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
     -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
     transition: transform ease-out 0.1s, background 0.2s;
}
 .highlight-title span:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: inset 0 0 0 2px rgba(9,16,26,0.76);
    opacity: 0;
     -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing: content-box;
    border-radius: 50%;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
}
 .highlight.active .highlight-title span {
    background: crimson;
     -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
}
 .highlight:hover .highlight-title span:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}


/*body -------------*/


body.demos .section-title img {
    max-width: 280px;
    display: block;
    margin: 10px auto;
}

body.demos .service-widget h3 {
    border-bottom: 1px solid #ededed;
    font-size: 18px;
    padding: 20px 0;
    background-color: #ffffff;
}

body.demos .service-widget {
    margin: 0 0 30px;
    padding: 30px;
    background-color: #fff
}

body.demos .container-fluid {
    max-width: 1080px
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

ul, li, ol{
	list-style: none;
	margin: 0px;
	padding: 0px;
}


.form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
/*------------------------------------------------------------------
    BUTTONS
-------------------------------------------------------------------*/


.effect-1:after
 {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.feature-img-yoga{padding: 1px;
    width: 100%;
    margin-top: 25px;
    
position: relative;}


.img-size-app{
    max-width: 200px;
}
.inline-block {
    display: inline-block;
 }

 /*------------------------------------------------------------------
    Download
-------------------------------------------------------------------*/
.margin-head{
    margin-top: 20px;
}

.error__button {
    min-width: 7em;
    margin-top: 3em;
    margin-right: 0.5em;
    padding: 0.5em 2em;
    outline: none;
    border: 2px solid #2f3640;
    background-color: transparent;
    border-radius: 8em;
    color: #576375;
    cursor: pointer;
    transition-duration: 0.2s;
    font-size: 0.75em;
    font-family: 'Righteous', cursive;
}
.error__button--active {
    background-color: #e67e22;
    border: 2px solid #e67e22;
    color: white;
}
/*---------------------
  Categories
-----------------------*/
.cat-bg-box{
    background-color: rgba(11, 27, 246, 0.1);
}
.cat_bg_1{
    background-image:url("../img/NEW/ncert_mob.png");
    background-repeat: no-repeat;
    background-size:cover;
}
.cat_bg_2{
    background-image: url("../img/NEW/neet.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.cat_bg_3{
    background-image: linear-gradient(45deg,
    rgba(253, 0, 21, 0.75),
    rgba(254, 5, 113, 0.55)),url("../img/NEW/upsc_1.png");
    
}
.cat_bg_4{
    background-image: url("../img/NEW/iit.png");
    background-repeat: no-repeat;
    background-size: cover;
    
}
.cat_bg_5{
    background-image: linear-gradient(45deg,
    rgba(240, 253, 0, 0.75),
    rgba(192, 254, 5, 0.55)), url("../img/NEW/omr.jpg");
    background-repeat: no-repeat;
}
.cat_bg_6{
    background:url("../img/NEW/robotics_new.png");
    background-size: cover;
    background-repeat: no-repeat;
    
}
.cat_bg_7{
    background-image: linear-gradient(45deg,
    rgba(0, 78, 115, 0.75),
    rgba(42, 5, 254, 0.55)),url("../img/NEW/programming.jpg");
}
.cat_bg_8{
    background-image:url("../img/NEW/ar_lab.png");
    background-size: cover;
}
.cat_bg_9{
    background-image: linear-gradient(45deg,
    rgba(225, 245, 255, 0.75),
    rgba(165, 149, 255, 0.55)),url("../img/NEW/languages.png");
}
.cat_bg_10{
    background-image:url("../img/NEW/ncert_card_1.png");
}
.cat_bg_11{
    background-image:url("../img/NEW/ncert_card_2.png");
}
.cat_bg_12{
    background-image:url("../img/NEW/ncert_card_3.png");
}
.cat_bg_13{
    background-image:url("../img/NEW/ncert_card_4.png");
}
.categories {
	overflow: hidden;
	margin-top: 10px;
    margin-bottom: 10px;
}
.categories__item img{
    height: 100px;
    width: 100px;
}

.categories .container-fluid {
	padding-right: 5px;
}

.categories__item {
	height: 314px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 30px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.categories__item.categories__large__item {
	height: 638px;
	padding-left: 70px;
}

.categories__item.categories__large__item .categories__text {
	max-width: 480px;
}

.categories__item.categories__large__item .categories__text p {
	margin-bottom: 15px;
}

.categories__text h1 {
    font-size: 40px;
	font-family: "Cookie", cursive;
	color: #ffffff;
	margin-bottom: 5px;
}

.categories__text h4 {
    font-size: 35px;
	color: #ffffff;
	font-weight: 700;
}

.categories__text p {
	margin-bottom: 10px;
    color: #ffffff;
    font-size: 20px;
}

.categories__text a {
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	padding: 0 0 3px;
	display: inline-block;
}

.categories__text a:after {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #ca1515;
	content: "";
}
/*---------------------
  STATS
-----------------------*/
#stats-cover {
    background-image: url("../img/Header/slide_bg.jpg");
}

#stats .content-box {
    background-color: rgba(0, 0, 0, .7);
}

.stats-item {
    padding: 100px 0;
}

.stats-item i {
    color: #34c6d3;
}

.stats-item h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 1px;
}

.stats-item p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 0;
}

/*------------------------------------------------------------------
    KIDS LEARNING PAGE HOME
-------------------------------------------------------------------*/
.home-demo .item {
    background: #ff3f4d;
  }
  .home-demo .item.purple {
    background: purple;
  }
  .home-demo h2 {
    color: #fff;
    font-size: 55px;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 700;
  }

  .small-slide-bg{
    overflow: hidden;
	margin-top: 10px;
    margin-bottom: 10px;
   
  }
   .home-demo h1{
    font: 150px;
    font-style: italic;
    font-weight: 700;
    color: #6a0091;
  }
  #more-languages-btn{
    float: right;
      position: relative;
      left: -10%;

  }
  #products-language{
  
    background-repeat: no-repeat;
    background-size:cover;
    
  }
  .categories__item.categories__large__item .categories__text {
	max-width: 480px;
}

.categories__item.categories__large__item .categories__text p {
	margin-bottom: 15px;
}
.categories__text-language h1{
    color: #bb3800;
    align-self: center;
    font-weight: 700;
    font-size: 35px;
}

.categories__text h1 {
    font-size: 40px;
	font-family: "Cookie", cursive;
	color: #ffffff;
	margin-bottom: 5px;
}
/*------------------------------------------------------------------
    KIDS CODING SERVICE SECTION
-------------------------------------------------------------------*/

.intro {
    margin-bottom: 36px;
    text-align: center;
}
    
   
    .intro h6{
        color: var(--brand);
        font-weight: 400;
        text-transform: uppercase;
    }
    
    .intro h1 {
        margin-top: 25px;
        margin-bottom: 15px;
    }
.service_code {
    padding: 32px;
    background-color: #ffffff;
    box-shadow:#6a0091;
    margin-top: 15px;
}

.service_code h5 {
    margin-top: 24px;
    margin-bottom: 14px;
    font-size: 25px;
}


.service_code img {
    width: 90px;
}
/*---------------------
  PRICING-SLIDE
-----------------------*/
.our-courses {
    background-image: url(../images/meetings-bg.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 130px;
  }
  
  .our-courses .item .down-content {
    background-color: #fff;
  }
  
  .our-courses .item .down-content h4 {
    padding: 25px;
    font-size: 18px;
    color: #1f272b;
    text-align: center; 
    border-bottom: 1px solid #eee;
  }
  
  .our-courses .item .down-content .info {
    padding: 25px;
  }
  
  .our-courses .item .down-content .info ul li {
    display: inline-block;
    margin-right: 1px;
  }
  
  .our-courses .item .down-content .info ul li i {
    color: #f5a425;
    font-size: 14px;
  }
  
  .our-courses .item .down-content .info span {
    color: #a12c2f;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    display: inline-block;
    width: 100%;
  }
  
  .our-courses .owl-nav {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-45px);
  }
  
  .our-courses .owl-dots {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 40px;
  }
  
  .our-courses .owl-dots .owl-dot {
    transition: all .5s;
    width: 7px;
    height: 7px;
    background-color: #fff;
    margin: 0px 5px;
    border-radius: 50%;
    outline: none;
  }
  
  .our-courses .owl-dots .active {
    width: 24px;
    height: 8px;
    border-radius: 4px;
  }
      
  .our-courses .owl-nav .owl-prev{
    margin-right: 10px;
    outline: none;
    position: absolute;
    left: -80px;
  }
  
  .our-courses .owl-nav .owl-prev span,
  .our-courses .owl-nav .owl-next span {
    opacity: 0;
  }
  
  .our-courses .owl-nav .owl-prev:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f104';
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
  }
  
  .our-courses .owl-nav .owl-prev {
    opacity: 1;
    transition: all .5s;
  }
  
  .our-courses .owl-nav .owl-prev:hover {
    opacity: 0.9;
  }
  
  .our-courses .owl-nav .owl-next {
    opacity: 1;
    transition: all .5s;
  }
  
  .our-courses .owl-nav .owl-next:hover {
    opacity: 0.9;
  }
  
  .our-courses .owl-nav .owl-next{
    margin-left: 10px;
    outline: none;
    position: absolute;
    right: -85px;
  }
  .img {
    width: 100%;
    overflow: hidden;
  }
  .our-courses .owl-nav .owl-next:before {
    display: inline-block;
    font-family: 'FontAwesome';
    color: #1e1e1e;
    font-size: 25px;
    font-weight: 700;
    content: '\f105';
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
  }
  /*--------------------------------
                Learning APP
-----------------------------------*/
.item-img{
    height: 90%;
    width: 90%;
    padding: auto;
    align-items:center;
}

/*------------------------------------------------------------------
    NEW ABOUT BULLET SECTIONS
-------------------------------------------------------------------*/
.heading-section .subheading {
    font-size: 18px;
    display: block;
    font-weight: 600;
    color: #fa0000;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heading-section h2 {
    font-size: 30px;
    font-weight: 800;
}

@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 28px;
    }
}

.heading-section.heading-section-white .subheading {
    color: #000000;
}

.heading-section.heading-section-white h2 {
    color: #000000;
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}
.services-2 {
    width: 100%;
    display: inline;
}

.services-2 .icon {
    width: 70px;
    height: 70px;
    margin-right: -60px;
    margin-top: 60px;
    margin-bottom: -50px;
    border-radius: 50%;
    background-image: linear-gradient(rgb(0, 255, 255), rgb(0, 60, 255));
    -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
   
    
}
.services-2 .icon-2 {
    width: 70px;
    height: 70px;
    margin-right: -60px;
    margin-top: 60px;
    margin-bottom: -50px;
    border-radius: 50%;
    background-image: linear-gradient(rgb(34, 0, 255), rgb(255, 0, 204));
    -webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);


}

.services-2 .icon span {
    font-size: 40px;
    color: #fff;
    
}

.services-2 .text {
    width: calc(100% -60px);
    display: inline;
}

.services-2 .text h4 {
    font-size: 20px;
    font-weight: 700;
   
}
 .pl-md-5 {
     padding-left: 3rem !important;
 }
   .py-md-5 {
       padding-bottom: 3rem !important;
   }
  .pl-md-4
{
 padding-left: 1.5rem !important;
 }
   .pt-md-5 {
       padding-top: 3rem !important;
   } 
    .col-md-6 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 100%;
  }
  .w-100 {
      width: 100% !important;
  }
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.pl-4
{
    padding-left: 44px !important;
    
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.flaticon-wealth{
    align-items: center;
    display: inline;
    
}
.flaticon-wealth img {
   padding: auto;
   margin-left: 13px;
   margin-top: 5px;
    height: 45px;
    width: 45px;
}
.lotte-class{
    width: 700px;
    height: 700px;
    margin-left:-100px;
   
}
.margin-left{
    margin-top: 20px;
    margin-left:0px; 
    align-content: center;
   
}
.services-2 .text h4{
    font-size: 18px;
    display: inline-block;
    margin-left: 35px;
        
}
.services-2 .text h2 {
    font-size: 25px;
    color: #ce0505;
    font-weight: 700;
    display: inline-block;
    margin-left: 35px;
    text-transform: uppercase;

}
.services-2 .text p{
    
    margin-left: 75px;

}


*------------------------------------------------------------------
    NEW Learn Pricing
-------------------------------------------------------------------*/

/*
.btn {
    border-radius: 30px;
    padding: 10px 20px;
    border: 2px solid #072f5f;
    text-decoration: none;
    color: #072f5f;
    font-size: .6em;
    text-transform: uppercase;
    display: block;
    margin: 30px auto 0;
    max-width: 100px;
    width: 100%;
    font-weight: bold;
    pointer-events: initial;
}

*/
.swiper {
    width: 950px;
}

.card {
    position: relative;
    background: #fff;
    border-radius: 20px;
    margin: 20px 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.card::before {
    content: "";
    position: absolute;
    height: 40%;
    width: 100%;
    background: #00aad8;
    border-radius: 20px 20px 0 0;
}

.card .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    position: relative;
    z-index: 100;
}

section .card .image {
    height: 140px;
    width: 140px;
    border-radius: 50%;
    padding: 3px;
    align-items: center;
    background: #6a018d;
}

section .card .image img {
    height: 100%;
    width: 100%;
    padding: 3px;
    object-fit:contain;
    border-radius: 50%;
    border: 3px solid #fff;
}

.card .media-icons {
    position: absolute;
    top: 10px;
    right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card .media-icons i {
    color: #fff;
    opacity: 0.6;
    margin-top: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.card .media-icons i:hover {
    opacity: 1;
}

.card .name-profession {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    color:#3b3b3b ;
}
.card .name-profession ul{
   font-size: 18px;
    align-items: center;
    
}
.card .name-profession ul.myUL {
    display: inline-block;
    text-align: left;
    text-align: center;
}
.trapezoid {
    border-bottom: 50px solid #002afc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    width: 100%;
    text-align: center;
}
.trapezoid-red {
    border-bottom: 50px solid #FF676D;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    width: 100%;
    text-align: center;
}
.trapezoid-green {
    border-bottom: 50px solid #00820f;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: 0;
    width: 100%;
    text-align: center;
}
.card .name-profession ul >li{
    margin-top: 5px;
    align-items: center;
}
.card-content h1 {
    font-size: 38px;
    align-items: center;
    color: #AD1457;
}
.card-content .name {
    
    width: 100%;
    align-items: center;
    
}
.card-content .name h1 {
    font-size: 25px;
    margin-top: 5px;
    align-items: center;
    color: #ffffff;
}
.name-profession .name {
    font-size: 20px;
    font-weight: 600;
}

.name-profession .profession {
    font-size: 15px;
    font-weight: 500;
}

.card .rating {
    display: flex;
    align-items: center;
    margin-top: 18px;
}

.card .rating i {
    font-size: 18px;
    margin: 0 2px;
    color: #FF676D;
}

.card .button {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.card .button button {
    background: #FF676D;
    outline: none;
    border: none;
    color: #fff;
    padding: 8px 22px;
    border-radius: 20px;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.button button:hover {
    background: #6616d0;
}

.swiper-pagination {
    position: absolute;
}

.swiper-pagination-bullet {
    height: 7px;
    width: 26px;
    border-radius: 25px;
    background: #FF676D;
}

.swiper-button-next,
.swiper-button-prev {
    opacity: 0.7;
    color: #FF676D;
    transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1;
    color: #FF676D;
}

.credit a {
    text-decoration: none;
    color: #FF676D;
    font-weight: 800;
}
#learn-pricing{
    position: relative;
        height: 450px;
        width: 100%;
        display: flex;
        align-items: center;
}

/*------------NEW-------------*/
#application img {
    width: 250px;
    height: 375px;
    position: absolute;
}

.temp {
    background: #440;
}

/*Image slider */
#screenshot{
    position: relative;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    
}
.bg-image {
    margin: auto;
    align-items: center;
    width: 700px;
    height: 600px;
    background-image: url(../img/Slider/tablet_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 53px 53px 103px;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    height: 222px;
}

.carousel,
.carousel .item,
.carousel-inner,
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    height: 100% !important;
    object-fit: cover;
}
/*align center*/
.centeralign{
display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.centeralign_textbox{
    display: inline-block;
    vertical-align: middle;
}
.centeralign-low {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 93%;
}
/*====================================================
                       CHECKOUT
======================================================*/

.row_checkout {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    margin: 0 -16px;
}

.col-25 {
    -ms-flex: 25%;
    /* IE10 */
    flex: 25%;
}

.col-50 {
    -ms-flex: 50%;
    /* IE10 */
    flex: 50%;
}

.col-75 {
    -ms-flex: 75%;
    /* IE10 */
    flex: 75%;
}

.col-25,
.col-50,
.col-75 {
    padding: 0 16px;
}


input[type=text] {
    width: 100%;
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

label {
    margin-bottom: 10px;
    display: block;
}

.icon-container {
    margin-bottom: 20px;
    padding: 7px 0;
    font-size: 24px;
}

.btn_checkout {
    background-color: #04AA6D;
    color: white;
    padding: 12px;
    margin: 10px 0;
    border: none;
    width: 100%;
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
}

.btn_checkout:hover {
    background-color: #45a049;
}

span.price {
    float: right;
    color: grey;
}


