* {
    padding: 0;
    margin: 0;
}

body,
a {
    color: #6c757d;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
}

.heading {
    padding: 50px 0;
}

h1 {
    font-size: 60px;
    font-family: 'Gloria Hallelujah', cursive;
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
}

h1:before {
    background-color: #FC5B4E;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 3px;
    position: absolute;
    margin: auto;
}

#top-bar {
    padding: 10px 0;
    background-color: #5750A0;
}

.widget_address_block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#top-bar .widget_address_block ul li a:hover,
#top-bar .widget_address_block ul li a:focus {
    opacity: 0.8;
}

#top-bar .widget_address_block ul li a {
    color: #fff;
}

.social-icons li:not(:last-child) {
    margin-right: 8px;
}

#top-bar .widget_address_block ul li {
    color: #fff;
    margin-right: 30px;
    font-family: 'Raleway', sans-serif;
}

#top-bar .widget_address_block ul li i {
    margin-right: 10px;
}

.widget_address_block ul li {
    display: inline-block;
}

.social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-icons li {
    width: 40px;
    height: auto;
    text-align: center;
    line-height: 40px;
    position: relative;
    list-style: none;
    display: inline-block;
}

.widget_social_icons {
    float: right;
    padding-right: 25px;
}

.banner .carousel-control-next-icon,
.banner .carousel-control-prev-icon {
    background-color: #FC5B4E;
    padding: 25px;
    border-radius: 50%;
    background-size: 25px;
}

.widget.widget_address_block {
    display: flex;
    height: 100%;
    align-items: center;
}

.social-icons li a:hover,
.social-icons li a:focus {
    background-color: #3c5798;
}

.social-icons li a:hover {
    color: #fff;
}

.social-icons li a {
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.20);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

#masthead {
    padding: 10px 0;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    box-shadow: 0px 4px 10px 1px #6c757d;
}

#masthead .logo button.navbar-toggler:focus{
        outline: none;
        box-shadow: none;      
}
#masthead .logo .navbar-toggler-icon{
            height: unset; 
}
#masthead .logo .navbar-toggler-icon i{
            font-size: 25px; 
            border: 1px solid #5750A0;
            padding: 10px 18px;
}

header ul.navbar-nav li a {
    transition: all 0.1s ease-in-out;
    color: #333;
}

header ul.navbar-nav li {
    text-align: center;
}

header ul.navbar-nav li .home_menu span {
    display: inline-block;
    width: 100%;
}

header ul.navbar-nav li .home_menu i {
    background-color: #5750A0;
    color: #fff;
    padding: 14px;
    border-radius: 50%;
    font-size: 18px;
}

header ul.navbar-nav li .home_menu span.bdr {
    width: auto;
    border: 1px solid #5750A0;
    padding: 5px;
    border-radius: 50%;
}

header ul.navbar-nav li .home_menu.active {
    color: #5750A0;
}

header ul.navbar-nav li .home_menu:hover {
    color: #5750A0;
}

header ul.navbar-nav li .services_menu span {
    display: inline-block;
    width: 100%;
}

header ul.navbar-nav li .services_menu i {
    background-color: #FCB54D;
    color: #fff;
    padding: 14px;
    border-radius: 50%;
    font-size: 18px;
}

header ul.navbar-nav li .services_menu span.bdr {
    width: auto;
    border: 1px solid #FCB54D;
    padding: 5px;
    border-radius: 50%;
}

header ul.navbar-nav li .services_menu.active {
    color: #FCB54D;
}

header ul.navbar-nav li .services_menu:hover {
    color: #FCB54D;
}


header ul.navbar-nav li .features_menu span {
    display: inline-block;
    width: 100%;
}

header ul.navbar-nav li .features_menu i {
    background-color: #FC5B4E;
    color: #fff;
    padding: 14px;
    border-radius: 50%;
    font-size: 18px;
}

header ul.navbar-nav li .features_menu span.bdr {
    width: auto;
    border: 1px solid #FC5B4E;
    padding: 5px;
    border-radius: 50%;
}

header ul.navbar-nav li .features_menu.active {
    color: #FC5B4E;
}

header ul.navbar-nav li .features_menu:hover {
    color: #FC5B4E;
}



header ul.navbar-nav li .modules_menu span {
    display: inline-block;
    width: 100%;
}

header ul.navbar-nav li .modules_menu i {
    background-color: #ADCA69;
    color: #fff;
    padding: 14px;
    border-radius: 50%;
    font-size: 18px;
}

header ul.navbar-nav li .modules_menu span.bdr {
    width: auto;
    border: 1px solid #ADCA69;
    padding: 5px;
    border-radius: 50%;
}

header ul.navbar-nav li .modules_menu.active {
    color: #ADCA69;
}

header ul.navbar-nav li .modules_menu:hover {
    color: #ADCA69;
}


header ul.navbar-nav li .contact_menu span {
    display: inline-block;
    width: 100%;
}

header ul.navbar-nav li .contact_menu i {
    background-color: #84BED6;
    color: #fff;
    padding: 14px;
    border-radius: 50%;
    font-size: 18px;
}

header ul.navbar-nav li .contact_menu span.bdr {
    width: auto;
    border: 1px solid #84BED6;
    padding: 5px;
    border-radius: 50%;
}

header ul.navbar-nav li .contact_menu.active {
    color: #84BED6;
}

header ul.navbar-nav li .contact_menu:hover {
    color: #84BED6;
}

header nav {
    float: right;
}

header .logo {
    height: 100%;
    align-items: center;
    display: flex;
}

.carousel-inner .carousel-item:before {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#carouselExampleCaptions .carousel-caption {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 999px;
    align-items: center;
    display: flex !important;
}

#carouselExampleCaptions .carousel-inner img {
    min-height: 350px;
    width: 100%;
}

#carouselExampleCaptions .carousel-caption h2 {
    font-family: 'Gloria Hallelujah', cursive;
    text-shadow: 2px 2px 8px #000;
}

.service_container img {
    width: 30%;
}

section.banner {
    position: relative;
}

section .cloudup {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

section .cloudup img {
    width: 100%;
}

.services .content p {
    line-height: 26px;
    min-height: 140px;
}

.services .content h3 {
    margin: 15px 0 15px 0;
}

.services .cards {
    box-shadow: 0px 10px 10px 2px #c7c7c7;
    padding: 10px 15px;
    margin-bottom: 40px;
}

section.services {
    margin-bottom: 50px;
}



.contact-us .form_btn {
    width: 100%;
    font-size: 1.3rem;
}

.contact-us .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: none;
    box-shadow: none;
}

.contact-us .single-cta {
    display: flex;
    padding: 1rem 0;
}

.contact-us .single-cta i {
    font-size: 28px;
    margin-right: 15px;
}

.copyright .wrap {
    background-color: #ffe4e4;
    padding-bottom: 35px;
    color: #282828;
}

.copyright .wrap p {
    margin: 0;
    font-family: 'Oxygen', sans-serif;
}

.copyright img {
    width: 100%;
    background-color: #5750A0;
}

.contact-us .single-cta a:hover {
    color: #fc5b4e;
}

.contact-us {
    background-color: #5750A0;
    color: #fff;
    padding: 50px 0 20px 0;
}

.contact-us .cta-text a {
    color: #fff;
}

.contact-us form input::placeholder,
.contact-us form textarea::placeholder {
    color: #fff;
}

.contact-us form textarea {
    height: 110px;
}

.contact-us form input,
.contact-us form textarea,
.contact-us form input:focus,
.contact-us form textarea:focus,
.contact-us form input:active,
.contact-us form textarea:active {
    background-color: transparent !important;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

.contact-us form input[type="submit"] {
    background-color: #fc5b4e !important;
    border-bottom: none;
    color: #fff;
    border-radius: 0;
}

.multiuser .users ul,
.features .modules ul {
    padding-left: 0;
    list-style: none;
}

.multiuser .users ul li,
.features .modules ul li {
    padding: 12px;
    color: #333;
}

.multiuser .users ul li img,
.features .modules ul li img {
    margin-right: 10px;
}

.multiuser .users ul li:first-child {
    background: rgba(255, 85, 98, 0.1)
}

.multiuser .users ul li:nth-child(2n+3) {
    background: rgba(255, 85, 98, 0.1)
}

.features .modules ul li:first-child,
.features .modules ul li:nth-child(2n+3) {
    background: rgba(132, 190, 214, 0.5);
}

.multiuser {
    margin-bottom: 50px;
}

/**/

.features .tabs {
    display: flex;
    justify-content: center;
    padding-left: unset;
}

.features .tab-link {
    margin: 0 1%;
    list-style: none;
    padding: 10px 40px;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.5s;
    border-bottom: 3px solid rgba(255, 255, 255, 0.6);
    letter-spacing: 1px;
}

.features .tab-link:hover {
    border-color: #999;
}

.features .tab-link.active {
    color: #333;
    border-color: #333;
}

.features .tab-link:nth-of-type(1).active {
    color: #EE6534;
    border-color: #EE6534;
}

.features .tab-link:nth-of-type(2).active {
    color: #1790D2;
    border-color: #1790D2;
}


.tab-content {
    display: none;
    transform: translateY(15px);
    animation: fadeIn 0.5s ease 1 forwards;
}

.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    100% {
        opacity: 1;
        transform: none;
    }
}

section.features .subtitle h2 {
    font-family: 'Gloria Hallelujah', cursive;
    position: relative;
}

section.features .subtitle h2:before {
    content: '';
    background-color: #FCB54D;
    height: 3px;
    width: 100px;
    left: 0;
    bottom: 5px;
    position: absolute;
}

section.features.webapp {
    position: relative;
}

section.features.webapp:before {
    content: '';
    background-image: url(../images/webapp.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
}

section.features.mobapp {
    position: relative;
}

section.features.mobapp:before {
    content: '';
    background-image: url(../images/mobapp.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
}

section#features:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

section.features h1,
section.features .container,
section.features .subtitle,
section.features .modules ul li {
    color: #fff;
    position: relative;
    z-index: 9;
}

section.features .inner_mob {
    background-color: #fff;
    color: #333;
    padding: 20px 15px;
    text-align: center;
    border-radius: 5px;
}

section.features .points span {
    background-color: #84BED6;
    color: #fff;
    padding: 6px 8px;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
}

section.features .inner_mob h4 {
    font-family: 'Gloria Hallelujah', cursive;
    font-size: 30px;
    display: inline-block;
    border-bottom: 3px solid #ADCA69;
}

section.features .subtitle h4 {
    font-family: 'Gloria Hallelujah', cursive;
}

section.features .container-fluid.cloud_rotate {
    padding: 0;
}

section.features .container-fluid.cloud_rotate img {
    z-index: 9;
    width: 100%;
    position: relative;
    transform: rotate(180deg);
    top:-1px;
}

/**/

section.features .portfolio-menu {
    text-align: center;
}

section.features .control {
    background: black;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 20px;
    border-radius: 0;
    margin: 5px;
    cursor: pointer;
    -webkit-transition: all 05s ease;
    -moz-transition: all 05s ease;
    -ms-transition: all 05s ease;
    -o-transition: all 05s ease;
    transition: all 0.5s ease;
    border: none;
}

section.features .portfolio-section button.student {
    background-color: rgba(252, 181, 77, 0.7);
}

section.features .portfolio-section button.teacher {
    background-color: rgba(252, 91, 78, 0.7);
}

section.features .portfolio-section button.super {
    background-color: rgba(173, 202, 105, 0.7);
}

section.features .portfolio-section button.all {
    background-color: rgba(132, 190, 214, 0.7);
}

section.features .portfolio-section button.student:hover,
section.features .portfolio-section button.student.mixitup-control-active {
    background-color: rgba(252, 181, 77, 1);
}

section.features .portfolio-section button.teacher:hover,
section.features .portfolio-section button.teacher.mixitup-control-active {
    background-color: rgba(252, 91, 78, 1);
}

section.features .portfolio-section button.super:hover,
section.features .portfolio-section button.super.mixitup-control-active {
    background-color: rgba(173, 202, 105, 1);
}

section.features .portfolio-section button.all:hover,
section.features .portfolio-section button.all.mixitup-control-active {
    background-color: rgba(132, 190, 214, 1);
}

section.features .btm_part {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

section.features .btm_part p {
    position: relative;
    padding-bottom: 20px;
}

section.features .btm_part p:before {
    content: '';
    background-color: rgba(252, 181, 77, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 1px;
    margin: auto;
}

section.features .btm_part p:last-child:before {
    display: none;
}

section.features .control:hover {
    background: #343a40;
    color: #fff;
}

section.features .mixitup-control-active {
    color: #fff;
    background: #343a40;
}

section.features .fancybox-container button:focus {
    outline: 0;
    box-shadow: none;
}

section.features .pd img {
    height: 180px;
    transition: all 0.5s;
}

section.features .portfolio-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    text-align: center;
    visibility: hidden;
    transition: all 0.5s;
    transform: scale(0);
}

section.features .portfolio-overlay p,
section.features .portfolio-overlay a {
    position: relative;
    z-index: 4;
}

section.features .portfolio-overlay::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 0;
    position: absolute;
    left: 10%;
    top: 10%;
    transition: 50ms height ease 150ms;
    z-index: 3;
}

section.features .portfolio-overlay::after {
    content: "";
    width: 0;
    height: 0;
    border-width: 0;
    position: absolute;
    right: 10%;
    bottom: 10%;
    transition: 100ms width ease 200ms;
    z-index: 3;
}

section.features .portfolio-item:hover .portfolio-overlay::before {
    width: 80%;
    height: 80%;
    border-top: 1px solid #08acf2;
    border-right: 1px solid #08acf2;
    transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}

section.features .portfolio-item:hover .portfolio-overlay::after {
    width: 80%;
    height: 80%;
    border-bottom: 1px solid #08acf2;
    border-left: 1px solid #08acf2;
    transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
section.features .portfolio-item{
    padding: unset;
}
section.features .portfolio-item li:hover .portfolio-overlay {
    visibility: visible;
    transform: scale(1);
}

section.features .portfolio-overlay .category {
    margin-bottom: 5px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

section.features .overlay-content {
    height: 100%;
    display: grid;
    align-items: center;
}

section.features .portfolio-overlay .magnify-icon {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    background: #08acf2;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.25s;
}

section.features .portfolio-overlay .magnify-icon:hover {
    background: #000;
}

section.features .portfolio-overlay .magnify-icon p span i {
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
}

section.features ul.portfolio-item li {
    display: inline-block;
    position: relative;
    margin: 15px 15px;
    width: 22%;
}
section.features ul.portfolio-item {
    display: flex;
    justify-content: center;
}
section.features ul.portfolio-item li img {
    width: 100%;
    box-shadow: 0px 10px 20px 0px #000;
}

section.features ul.portfolio-item {
    margin: 0;
}

section.features .portfolio-section {
    text-align: center;
}

section.features #web_app_tab.active,
section.features #mob_app_tab.active {
    background-color: black;
    color: #fff;
}

section.features #web_app_tab,
section.features #mob_app_tab {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 50px;
}

section.features .tab_wrap a {
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
}

section.features #web_app_tab,
section.features #mob_app_tab:hover {
    color: white;
}

section.features #mob_app_panel {
    display: none;
}

section.features .fancybox-inner button:focus,
section.features .fancybox-inner button:active,
section.features .fancybox-inner button:hover {
    background: transparent;
}

section.features div#n2-ss-2 .nextend-arrow img {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 12px 0px;
    width: 50px;
}

section.features .elementor-icon-box-description a {
    color: white;
}




.reviews .eapps-widget-toolbar,
.reviews .Main__Container-sc-1n4ud0o-0.kPOGIE a {
    display: none !important;
}

.reviews .Main__Container-sc-1n4ud0o-0.kPOGIE a.ReviewLinkContainer__Container-sc-1k1tx10-0 {
    display: block !important;
}

.reviews .Main__Container-sc-1n4ud0o-0.kPOGIE a.ReviewLinkContainer__Container-sc-1k1tx10-0 .ReviewAvatar__Container-sc-1lraoly-0 {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.reviews {
    background-color: rgba(132, 190, 214, 0.1);
}

.reviews .CarouselItem__CarouselItemContainer-sc-1527w87-0 .kVCnGZ {
    min-height: 180px;
    box-shadow: 0px 2px 10px 2px #c7c7c7;
}

.playstore_btn:hover img {
    right: 0;
}

.playstore_btn img {
    width: 200px;
    position: fixed;
    z-index: 9999;
    opacity: 1;
    right: -140px;
    bottom: 0;
    top: 0;
    margin: auto;
    transition: all 0.25s;
}


/**/

@media screen and (max-width: 991px) {
    .widget_social_icons {
        float: none;
        display: flex;
        justify-content: center;
        padding-right: 0;
    }

    .widget.widget_address_block {
        justify-content: center;
        text-align: center;
        padding: 10px 0;
    }
}

@media screen and (max-width: 1200px) and (min-width:600px)  {

    #carouselExampleCaptions .carousel-caption h2 {

        width: 80%;
        font-size: 25px;
        margin: auto;
    }
}

@media screen and (max-width: 1440px) and (min-width: 767px){
    .services .cards {
        min-height: 420px;
    }
}
@media screen and (max-width: 770px) and (min-width: 507px){
    .features .tab-link{
        padding: 10px 30px;
    }
}
@media screen and (max-width: 508px){
    .features .tab-link{
        padding: 10px 25px;
    }
    .features .subtitle {
        padding: 0px 20px;
    }
    .features .tabs {
        flex-direction: column;
        text-align: center;
    }
    .features .tabs li {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    section.features ul.portfolio-item li {
        width: 100%;
    }
    header .navbar .navbar-nav{
        display: flex;
        flex-direction: row;
    }
    #carouselExampleCaptions .carousel-caption h2 {
        margin: auto;
        width: 75%;
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    section.features ul.portfolio-item li {
        width: 40%;
    }
    section.features .inner_mob {
        min-height: 500px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
    section.features .inner_mob {
        min-height: 380px;
    }
}

@media only screen and (min-width: 768px) {
    #masthead .logo button.navbar-toggler{
        display: none;
    }
}

.playstore_btn.appstore_btn img{
   
    top: 140px;
   
}
