
body {
    font-family: 'Open Sans', sans-serif;
    color: #444444;
}

a {
    text-decoration: none;
    color: #0880e8;
}

    a:hover {
        color: #2371d5;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    /*  font-family: "Raleway", sans-serif;*/
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    a opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #0880e8;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #2194f7;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #0880e8;
        border-top-color: #bfe0fd;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #2aa5d7;
    height: 40px;
    font-size: 15px;
    transition: all 0.5s;
    color: #555;
    padding: 0;
    padding-right: 70px;
    padding-left: 70px;
}

    #topbar.topbar-scrolled {
        top: -60px;
    }

    #topbar .contact-info i a, #topbar .contact-info i span {
        padding-left: 5px;
        color: #fff;
        font-style: normal;
        font-weight: 500;
    }

    #topbar .contact-info a {
        line-height: 0;
        /*color: rgba(255, 255, 255, 0.8);*/
        transition: 0.3s;
        font-size: 15px;
    }

        #topbar .contact-info a:hover {
            text-decoration: underline;
        }

    #topbar .contact-info i {
        color: #91cfff;
        line-height: 0;
        margin-right: 10px;
    }

    #topbar .contact-info .phone-icon {
        margin-left: 15px;
    }

    #topbar .cta {
        background: transparent;
    }

.top-bar-free-sign-up.become-partner {
    color: #fff;
}

.top-bar-free-sign-up {
    float: right;
    height: auto;
    margin: 0;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    font-weight: normal;
    padding: 6px 0px 6px 15px;
    font-size: 15px;
    line-height: normal !important;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
}

    .top-bar-free-sign-up:hover {
        color: #ccc;
    }

    .top-bar-free-sign-up i {
        position: relative;
        margin: 0 0 0 5px;
        padding: 0;
        display: inline-block;
        line-height: normal;
        text-align: center;
        font-size: 18px;
        top: 2px;
        line-height: normal !important;
        margin-right: 0 !important;
        color: #fff !important;
    }
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
   /* background: #2aa5d7;*/
    transition: all 0.5s;
    z-index: 997;
    height: auto;
    top: 0;
    padding: 0px 0px 0px 70px;
    /*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
    position: relative;
}

    #header .sticky-wrapper {
        position: relative;
        padding-right: 70px;
        background: #fff;
        padding-top: 5px;
        padding-bottom: 5px;
    }

        #header .sticky-wrapper::after {
            content: "";
            height: 100%;
            width: 50%;
            position: absolute;
            top: 0;
            right: 0;
            background-color: #fff;
            z-index: -1;
        }

    #header.header-scrolled {
        /*background: #f1f8fc;*/
        top: 0;
    }

    #header .logo {
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

        #header .logo a {
            color: #fff;
        }

        #header .logo img {
            max-height: 85px;
        }

.header-inner-pages {
    background: rgba(5, 87, 158, 0.9) !important;
}

.topbar-inner-pages {
    background: rgba(6, 98, 178, 0.9) !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
    position: relative;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative;
    }

    .navbar > ul > li {
        /*  position: relative;*/
        position: static;
        /*  white-space: nowrap;*/
        padding: 10px 0 10px 12px;
    }

    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        font-size: 15px;
        font-weight: 600;
        color: #222222;
        /*white-space: nowrap;*/
        transition: 0.3s;
        position: relative;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

        .navbar a i, .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }
        /*
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #f6b024;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
*/
        .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
            color: #188ee8;
        }

    .navbar .dropdown ul.list-drop-down {
        border-top: 3px solid #2aa5d7;
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 15px;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background-image: linear-gradient(to bottom, #ffffff, #c3e5ff);
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 0;
        /*width: 100%;*/
        min-width: 250px;
    }

        .navbar .dropdown ul.list-drop-down li {
            margin: 0px;
            padding: 6px 0px 6px 18px;
            position: relative;
        }

            .navbar .dropdown ul.list-drop-down li i {
                padding-right: 2px;
                color: #f2b327;
                font-size: 7px;
                line-height: 1;
                position: absolute;
                left: 0;
                top: 17px;
            }

            /*.navbar .dropdown ul.list-drop-down li i {
	width: 100%;
	left: 0;
	background: #0d458e;
}*/
            .navbar .dropdown ul.list-drop-down li a {
                color: #1b1b1b;
                transition: 0.3s;
                display: inline-block;
                line-height: 1;
                font-size: 14px;
                font-weight: 400;
                padding: 0px;
                margin: 0px;
                line-height: 26px;
            }

            .navbar .dropdown ul.list-drop-down li::after {
                content: '';
                position: absolute;
                width: 0;
                height: 2px;
                display: block;
                right: 0;
                background: #e4e5e5;
                transition: width .3s ease;
                -webkit-transition: width .3s ease;
                bottom: 0px;
            }

            .navbar .dropdown ul.list-drop-down li:hover::after {
                width: 100%;
                left: 0;
                background: #0d458e;
            }

    /*
.navbar .dropdown ul.sub-menu-out-div{

}
*/

    .navbar .dropdown ul.sub-menu-out {
        /* border-top: 3px solid #2aa5d7; */
        height: auto;
        /* display: flex; */
        display: block;
        position: absolute;
        right: 0;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background-image: linear-gradient(to bottom, #ffffff, #c3e5ff);
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 0;
        width: 100%;
        align-items: start;
        border-radius: 5px;
    }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div, .dropdown-menu .sub-menu-div {
            position: relative;
            display: flex;
        }

            .navbar .dropdown ul.sub-menu-out .sub-menu-div .left-services-details, .dropdown-menu .sub-menu-div .left-services-details {
                max-width: 300px;
                flex: 0 0 310px;
                margin: 0px;
                padding: 8px;
                background-image: linear-gradient(to bottom, #2371d5, #063675);
                height: 100%;
                /* display: inline-flex; */
                /* height: 100%; */
                /* background: #000; */
                position: absolute;
                z-index: 1;
                border-radius: 5px;
                width: 100%;
            }

                .navbar .dropdown ul.sub-menu-out .sub-menu-div .left-services-details .left-details-div {
                    position: relative;
                    height: 100%;
                }

                .navbar .dropdown ul.sub-menu-out .sub-menu-div .left-services-details h4, .dropdown-menu .sub-menu-div .left-services-details h4 {
                    color: #ffffff;
                    font-size: 20px;
                    padding: 0px 0px 20px 0px;
                    font-weight: 600;
                    margin: 0px;
                    position: relative;
                }

                    .navbar .dropdown ul.sub-menu-out .sub-menu-div .left-services-details h4::before, .dropdown-menu .sub-menu-div .left-services-details h4:before {
                        content: '';
                        width: 50px;
                        height: 3px;
                        background: #00a652;
                        position: absolute;
                        bottom: 5px;
                    }





    .navbar .dropdown ul li {
        /* min-width: 200px;*/
    }

    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 500;
        text-transform: none;
        color: #032e54;
    }

        .navbar .dropdown ul a i {
            font-size: 12px;
        }

        .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
            color: #0880e8;
        }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

    .navbar li.connect_btn {
        /*	padding: 0px;*/
    }

        .navbar li.connect_btn a {
            color: #fff;
            background: #30a1d1;
            padding: 8px 22px 8px 22px;
            display: inline-block;
            transition: 0.3s;
            border-radius: 50px;
            font-weight: 600;
            text-transform: none;
            font-size: 16px;
            letter-spacing: 1px;
        }

            .navbar li.connect_btn a:hover {
                background: #f28b2a;
            }

            .navbar li.connect_btn a.free-demo, .dropdown.connect_btn a.scrollto {
                background: #f28b2a;
            }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #f6b024;
    }



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background: url("../images/hero-bg.jpg") top center;
    background-size: cover;
    position: relative;
    /*  margin-bottom: -90px;*/
    z-index: 99;
    transition: 0.3s;
    padding: 30px 0px;
}

    #hero .container-fluid {
        padding: 0px 60px;
    }

    #hero .carousel {
        position: relative;
    }

    /*
#hero:before {
  content: "";
  background: rgba(6, 101, 183, 0.9);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
*/
    #hero .carousel-container {
        /*  display: flex;*/
        /*  justify-content: center;*/
        /*  align-items: center;*/
        /*  flex-direction: column;*/
        text-align: left;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #hero h3 {
        color: #027a3d;
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
    }
    /*
#hero h2 {
  color: #053573;
  margin-bottom: 20px;
  font-size: 58px;
  font-weight: 800;
	text-transform: uppercase;
}
*/
    #hero h2 {
        color: #2aa5d7;
        margin-bottom: 20px;
        font-size: 40px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        line-height: 68px;
    }

        #hero h2 span {
            color: #f28b2a;
        }

    #hero p {
        width:;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
        margin: 0 auto 30px auto;
        color: #252525;
        font-size: 20px;
        line-height: 42px;
        font-weight: 500;
    }

    #hero .carousel-control-prev, #hero .carousel-control-next {
        width: 10%;
    }

    #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
        background: none;
        font-size: 48px;
        line-height: 1;
        width: auto;
        height: auto;
    }

    #hero .btn-get-started {
        font-weight: 500;
        font-size: 20px;
        letter-spacing: 0.5px;
        display: inline-block;
        padding: 15px 26px;
        border-radius: 50px;
        transition: 0.5s;
        line-height: 1;
        margin: 0px 10px 0px 0px;
        color: #17171d;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        background-color: #ffffff;
        text-transform: none;
        border: 2px solid #002745;
    }

        #hero .btn-get-started:hover {
            background: #2aa5d7;
            color: #fff;
            text-decoration: none;
            border: 2px solid #2aa5d7;
        }

        #hero .btn-get-started.yellow {
            background: #f89e15;
            color: #fff;
            text-decoration: none;
            border: 2px solid #f89e15;
        }

            #hero .btn-get-started.yellow:hover {
                background: #2aa5d7;
                color: #fff;
                text-decoration: none;
                border: 2px solid #2aa5d7;
            }

    #hero .animated {
        animation: up-down 2s ease-in-out infinite alternate-reverse both;
    }

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: normal;
    padding: 0;
    margin-right: 0;
    margin-bottom: -41px;
    margin-left: 0;
    list-style: none;
    width: auto;
    text-align: left;
    /* padding-left: 20px; */
}

#hero .carousel-indicators li {
    cursor: pointer;
    background: #063777;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: 1;
    transition: 0.3s;
    margin: 0px 5px;
}

    #hero .carousel-indicators li.active {
        opacity: 1;
        background: #ffab00;
    }


/*
@media (min-width: 1024px) {
  #hero p {
    width:;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-width: 768px), (max-height: 700px) {
  #hero {
    height: auto;
    padding: 0px 0;
  }
  #hero h2 {
    font-size: 28px;
  }
}
*/

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #fff8ec;
}

.section--sky-bg {
    background-color: #e7f2fb;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 10px;
        padding-bottom: 0;
        color: #2aa5d7;
        letter-spacing: 0.5px;
    }


    .section-title h3 {
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 15px;
        padding-bottom: 0;
        color: #2aa5d7;
        letter-spacing: 0.5px;
    }



    .section-title .sub-text {
        color: #222222;
        padding: 8px 0px;
        /*border-bottom: 1px solid #a8a8a8;
	border-top: 1px solid #a8a8a8;*/
        font-size: 14px;
        font-weight: 400;
        display: inline-block;
        letter-spacing: 0.6px;
    }

    .section-title h1 {
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 15px;
        padding-bottom: 0;
        color: #2aa5d7;
        letter-spacing: 0.5px;
    }

.yellow-color {
    color: #ffbf5f;
}

.titel-bottom-line {
    background: url(../images/titel-line-img.png) no-repeat;
    background-position: center 88%;
}

.section-title p {
    margin-bottom: 0;
    font-style: italic;
}

.home_p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #222222;
    font-size: 18px;
    line-height: 42px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #222222;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 0;
}

    p strong {
        font-weight: 600;
    }

    p a {
        font-weight: 600;
        color: #212121;
    }

.btn-get-started {
    font-weight: 600;
    font-size: 20px;
    /*	letter-spacing: 1px;*/
    display: inline-block;
    padding: 15px 26px;
    border-radius: 5px;
    transition: 0.5s;
    line-height: 1;
    margin: 0px 10px 0px 0px;
    color: #063777;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background-color: #ffac00;
    /*	text-transform: uppercase;*/
    width: auto;
    margin: 0px auto;
}



/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/

.our_exemplary_services {
    position: relative;
    /* z-index: 100;
	  background-image: linear-gradient(to bottom, #2371d5, #063675);*/
}

    /*.our_exemplary_services h2 {
	color: #fff;
}*/

    /*.our_exemplary_services .section-title span {
	border-bottom: 1px solid #6996d2;
	border-top: 1px solid #6996d2;
	color: #fff;
}*/
    .our_exemplary_services .benefits-out {
        padding-top: 56px;
    }

    .our_exemplary_services .icon-box {
        padding: 75px 10px 10px;
        position: relative;
        /*overflow: hidden;*/
        /* background: #fff; */
        /* box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2); */
        transition: all 0.3s ease-in-out;
        border-radius: 10px;
        text-align: center;
        background-image: linear-gradient(to bottom, #2aa5d7, #00306f);
        width: 100%;
    }

    .our_exemplary_services .icon i {
        font-size: 36px;
        line-height: 1;
        color: #ffbf8a;
    }

    .our_exemplary_services .title {
        font-weight: 500;
        margin-bottom: 12px;
        font-size: 20px;
        color: #ffbf8a;
        letter-spacing: 0.5px;
    }

    .our_exemplary_services .description {
        margin: 0px;
        padding: 0px;
    }

        .our_exemplary_services .description ul {
            margin: 0px;
            padding: 0px;
        }

            .our_exemplary_services .description ul li {
                margin: 0px;
                padding: 0px;
                height: 66px;
                border-bottom: #3367ab 1px solid;
                list-style: none;
                align-items: center;
                display: flex;
                text-align: left;
            }

                .our_exemplary_services .description ul li:last-child {
                    border-bottom: none;
                }

                .our_exemplary_services .description ul li span {
                    font-size: 14px;
                    line-height: 26px;
                    margin: 0px;
                    padding: 0px;
                    color: #fff;
                    font-weight: 400;
                    position: relative;
                    padding-left: 30px;
                }

                    .our_exemplary_services .description ul li span i {
                        color: #f89e15;
                        position: absolute;
                        left: 12px;
                        top: 10px;
                        font-size: 7px;
                    }


    .our_exemplary_services .icon {
        margin: 0 auto 20px auto;
        display: inline-block;
        text-align: center;
        background: #e7f2fb url(../images/sprite-genius.png) no-repeat;
        height: 90px;
        width: 90px;
        border-radius: 50px;
        position: absolute;
        top: -45px;
        left: 40%;
    }

        .our_exemplary_services .icon.management {
            background-position: -1026px 2px;
        }

        .our_exemplary_services .icon.teacher {
            background-position: -1118px 2px;
        }

        .our_exemplary_services .icon.student_parent {
            background-position: -1210px 2px;
        }

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
.welcome {
    /*padding: 80px 0;*/
    position: relative;
}

    .welcome .container {
        position: relative;
        z-index: 100;
    }

    .welcome .content h3 {
        font-weight: 600;
        font-size: 26px;
    }

    .welcome .content ul {
        list-style: none;
        padding: 0;
    }

        .welcome .content ul li {
            padding-left: 28px;
            position: relative;
        }

            .welcome .content ul li + li {
                margin-top: 10px;
            }

        .welcome .content ul i {
            position: absolute;
            left: 0;
            top: 2px;
            font-size: 20px;
            color: #0880e8;
            line-height: 1;
        }

    .welcome .welcome-img-div {
        width: 100%;
        height: auto;
        margin: 15px 0 0 0;
        padding: 0;
        text-align: center;
    }

        .welcome .welcome-img-div img {
            max-width: 100%;
            display: inline;
            height: auto;
        }

.app-store-row {
    width: 100%;
    height: auto;
    margin: 25px 0 15px 0;
    padding: 0;
    display: inline-block;
    text-align: center;
}

    .app-store-row .btn-clo-div {
        width: auto;
        height: auto;
        margin: 0 5px;
        display: inline-block;
    }

.welcome .content .btn-learn-more {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: #0880e8;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #0880e8;
}

    .welcome .content .btn-learn-more:hover {
        background: #0880e8;
        color: #fff;
        text-decoration: none;
    }

@media (max-width: 992px) {
    .welcome {
        padding: 60px 0;
    }
}

.section-notification {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: -85px;
    overflow: unset;
}

.notification-box {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 5px 30px #E7EBF0;
    box-shadow: 0px 5px 30px #E7EBF0;
    border-radius: 10px;
    padding: 20px 40px;
    gap: 30px;
    position: relative;
    z-index: 3;
    justify-content: center;
}

    .notification-box .box-icon {
        padding: 0px 35px;
        background: #fff;
        border-radius: 10px;
        margin: 0px 0px;
        height: auto;
        text-align: center;
        /* display: flex; */
        align-items: center;
        justify-content: center;
        width: auto;
    }

        .notification-box .box-icon .box-icon-img {
            width: 90px;
            height: 90px;
            margin: 0px auto;
            padding: 0px;
            background: url(../images/sprite-genius.png) no-repeat;
            display: block;
        }

            .notification-box .box-icon .box-icon-img.cloud {
                background-position: 0px 0px;
            }

            .notification-box .box-icon .box-icon-img.country_currency {
                background-position: -90px 0;
            }

            .notification-box .box-icon .box-icon-img.multi_language {
                background-position: -182px 0;
            }

            .notification-box .box-icon .box-icon-img.multi_institute {
                background-position: -272px 0;
            }

            .notification-box .box-icon .box-icon-img.customizable_erp {
                background-position: 0px -232px;
            }


        .notification-box .box-icon h3 {
            font-weight: 600;
            font-size: 18px;
            margin: 0px auto 0px auto;
            color: #222222;
            text-align: center;
            letter-spacing: 0.5px;
            display: block;
            width: 100%;
            margin-top: 10px;
        }



/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
    padding: 50px 0;
    position: relative;
}

.introarea::before, .introarea::after {
    content: '';
    height: 326px;
    width: 335px;
    position: absolute;
    background-size: 335px 326px;
}

.introarea::before {
    content: '';
    background: url(../images/topright.webp);
    right: 0;
    top: 0;
}

.introarea::after {
    content: '';
    background: url(../images/bottomleft.webp);
    left: 0;
    bottom: 0;
}

.about .container {
    position: relative;
}

.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

    .about .content ul li {
        padding-left: 28px;
        position: relative;
    }

        .about .content ul li + li {
            margin-top: 10px;
        }

    .about .content ul i {
        position: absolute;
        left: 0;
        top: 2px;
        font-size: 20px;
        color: #0880e8;
        line-height: 1;
    }

.about .content p:last-child {
    margin-bottom: 0;
}

.about .content .btn-learn-more {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: #0880e8;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #0880e8;
}

    .about .content .btn-learn-more:hover {
        background: #0880e8;
        color: #fff;
        text-decoration: none;
    }

@media (max-width: 992px) {
    .about {
        padding: 60px 0;
    }
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
    background: #f1f8ff;
    padding: 0;
    position: relative;
}

    .why-us::before {
        content: '';
        width: 50%;
        position: absolute;
        height: 100%;
        background: #ffedd1;
        margin: 0px;
        padding: 0px;
        left: 0px;
        top: 0px;
    }

    .why-us::after {
        content: '';
        width: 50%;
        position: absolute;
        height: 100%;
        background: #2aa5d7;
        margin: 0px;
        padding: 0px;
        right: 0px;
        top: 0px;
    }

    .why-us .content {
        padding: 60px 100px 0 100px;
    }

        .why-us .content h3 {
            font-weight: 400;
            font-size: 34px;
        }

        .why-us .content h4 {
            font-size: 20px;
            font-weight: 700;
            margin-top: 5px;
        }

        .why-us .content p {
            font-size: 15px;
            color: #848484;
        }

    .why-us .why_out {
        background: #ffedd1;
        color: #c0c1c3;
        padding-top: 35px;
        text-align: center;
        padding-bottom: 35px;
        padding-right: 40px;
    }

    .why-us h3 {
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        margin: 0px 0px 10px 0px;
        padding: 0px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .why-us .why_out p {
        color: #ffffff;
        font-size: 14px;
        line-height: 26px;
        font-weight: 500;
        text-align: center;
    }

    /*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
    .why-us .section-title {
        text-align: center;
        padding-bottom: 20px;
    }

.counts-out {
    padding: 0px 0px 0 0;
}

.counts {
    padding: 0px 0 0px;
    position: relative;
}

    .counts .count-box {
        align-items: center;
        padding: 30px 15px;
        width: auto;
        /* box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08); */
        text-align: left;
        background: #fff;
        margin: 18px 5px;
        border-radius: 20px;
        display: inline-block;
        display: block;
    }

.clear {
    clear: both;
}

.counts .count-box .count-icon {
    width: 83px;
    height: 83px;
    border-radius: 20px;
    background: #2aa5d7 url(../images/sprite-genius.png) no-repeat;
    float: left;
    margin-right: 15px;
}

    .counts .count-box .count-icon.countries {
        background-position: -686px -1px;
    }

    .counts .count-box .count-icon.institutes {
        background-position: -772px -1px;
    }

    .counts .count-box .count-icon.teachers {
        background-position: -856px -1px;
    }

    .counts .count-box .count-icon.students {
        background-position: -942px -1px;
    }

.counts .count-box-details {
    float: left;
}

.counts .count-box .purecounter {
    font-size: 40px;
    display: block;
    font-weight: 700;
    color: #2aa5d7;
    display: inline-block;
    line-height: 46px;
}

.counts .count-box .pluse-icon {
    font-size: 40px;
    font-weight: 700;
    color: #2aa5d7;
    padding-left: 5px;
    line-height: 46px;
    display: inline-block;
}

.counts .count-box .details-name {
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #17171d;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.manager_software_btn {
    width: auto;
    height: auto;
    padding: 12px 25px;
    color: #ffffff;
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #00b5f0;
    border-radius: 50px;
    letter-spacing: 0.5px;
    line-height: 32px;
    margin-top: 20px;
}

    .manager_software_btn i {
        font-size: 22px;
        position: relative;
        top: 2px;
        margin-left: 6px;
    }

    .manager_software_btn:hover {
        background-color: #2aa5d7;
        color: #fff;
    }

.why-us .you_tube {
    background-color: #2aa5d7;
    color: #c0c1c3;
    padding-top: 35px;
    text-align: center;
    padding-bottom: 106px;
    z-index: 1;
    padding-left: 40px;
}

    .why-us .you_tube iframe {
        width: 100%;
        height: 100%;
        padding: 0px 0px 106px 0px;
    }

@media (max-width: 1024px) {
    .why-us .content, .why-us .accordion-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .why-us .content {
        padding-top: 30px;
    }

    .why-us .accordion-list {
        padding-bottom: 30px;
    }
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.features {
    padding-top: 120px;
}

.services .full-box-row {
    margin-bottom: 20px;
    padding: 0;
    border-radius: 0px;
    position: relative;
    padding-left: 0;
    min-height: auto;
}

    .services .full-box-row .tab-nav-div {
        flex: 0 0 auto;
        width: 100%;
        margin: 0px;
        position: relative;
        height: 109%;
        top: 0;
        left: 0;
        padding: 0px 0;
    }

.services .nav-tabs {
    border-bottom: none;
    justify-content: center;
}

    .services .nav-tabs .nav-item {
        padding: 0px 6px;
    }

        .services .nav-tabs .nav-item:last-child {
            border-bottom: none;
        }

.services .nav-link {
    border: 0;
    padding: 8px 0 8px 0;
    transition: 0.3s;
    color: #17171d;
    border-radius: 0;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    margin: 0px;
    line-height: 28px;
    width: 224px;
    height: 178px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 5px 30px #E7EBF0;
    border-radius: 20px;
    overflow: hidden;
    padding-top: 30px;
}

    .services .nav-link::before {
        width: 100%;
        margin: 0px;
        padding: 0px;
        content: "";
        height: 5px;
        background-color: #307ad5;
        position: absolute;
        bottom: 0px;
        left: 0px;
        border-radius: 0px 0px 20px 20px;
    }

    .services .nav-link.academics-tabs::before {
        background-color: #eab830;
    }

    .services .nav-link.student-tabs::before {
        background-color: #307ad5;
    }

    .services .nav-link.transportation-tabs::before {
        background-color: #1ec1d9;
    }

    .services .nav-link.exam-tabs::before {
        background-color: #10c45c;
    }

    .services .nav-link.payroll-tabs::before {
        background-color: #d94da6;
    }

    .services .nav-link.hrm-tabs::before {
        background-color: #921815;
    }

    .services .nav-link.active {
        color: #fff;
    }

    .services .nav-link.academics-tabs.active {
        background-color: #eab830;
    }

    .services .nav-link.student-tabs.active {
        background-color: #307ad5;
    }

    .services .nav-link.transportation-tabs.active {
        background-color: #1ec1d9;
    }

    .services .nav-link.exam-tabs.active {
        background-color: #10c45c;
    }

    .services .nav-link.payroll-tabs.active {
        background-color: #d94da6;
    }

    .services .nav-link.hrm-tabs.active {
        background-color: #921815;
    }

    .services .nav-link .services_tabs_link_icon {
        height: 60px;
        width: 60px;
        background: url(../images/sprite-genius.png) no-repeat;
        margin: 0 auto 5px;
        text-align: center;
    }

        .services .nav-link .services_tabs_link_icon.academics_img {
            background-position: -364px -60px;
        }

        .services .nav-link .services_tabs_link_icon.student_img {
            background-position: -424px -60px;
        }

        .services .nav-link .services_tabs_link_icon.transportation_img {
            background-position: -484px -60px;
        }

        .services .nav-link .services_tabs_link_icon.exam_img {
            background-position: -544px -60px;
        }

        .services .nav-link .services_tabs_link_icon.payroll_img {
            background-position: -604px -60px;
        }

        .services .nav-link .services_tabs_link_icon.hrm_img {
            background-position: -1026px -183px;
        }

    .services .nav-link.active .services_tabs_link_icon.academics_img {
        background-position: -364px 0px;
    }

    .services .nav-link.active .services_tabs_link_icon.student_img {
        background-position: -424px 0px;
    }

    .services .nav-link.active .services_tabs_link_icon.transportation_img {
        background-position: -484px 0px;
    }

    .services .nav-link.active .services_tabs_link_icon.exam_img {
        background-position: -544px 0px;
    }

    .services .nav-link.active .services_tabs_link_icon.payroll_img {
        background-position: -604px 0px;
    }

    .services .nav-link.active .services_tabs_link_icon.hrm_img {
        background-position: -1026px -123px;
    }


.tab-content {
    margin-top: 35px;
}

.features_img_div {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    background-color: #b0e8ff;
    border-radius: 0px 20px 20px 0px;
    margin: 0px;
    padding-right: 60px;
}

    .features_img_div div {
        width: auto;
        margin: 0px auto;
    }

    .features_img_div img {
        max-width: 100%;
    }

.tab-con-item {
    background-color: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 26px rgba(0,0,0,.1);
    box-shadow: 0 0 26px rgba(0,0,0,.1);
    margin-top: 40px;
    margin-left: -60px;
    /* max-width: 1150px; */
    margin-bottom: 36px;
    padding: 10px 15px;
}

    .tab-con-item .box_title {
        text-align: center;
    }

        .tab-con-item .box_title h3 {
            text-decoration: none;
            background-color: #2aa5d7;
            border-radius: 50px;
            /* display: inline-block; */
            padding: 0 35px;
            color: #fff;
            font-weight: 400;
            font-size: 20px;
            letter-spacing: 0.5px;
            /* margin: 0; */
            height: 48px;
            position: relative;
            top: -34px;
            margin: auto;
            /* display: -webkit-inline-box; */
            /* display: -ms-inline-flexbox; */
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-transition: color 400ms;
            transition: color 400ms;
        }

    .tab-con-item .view-clo {
        /*float: left*/
    }

        .tab-con-item .view-clo .icon-div {
            width: auto;
            height: auto;
            margin: 20px 0 0 0;
            padding: 0;
        }

        .tab-con-item .view-clo .titel-line {
            height: 3px;
            width: auto;
            margin: 10px 0;
            background: url(../images/tab-con-item-line.png) no-repeat center;
        }

        .tab-con-item .view-clo .titel-text {
            color: #2aa5d7;
            font-size: 16px;
            text-align: center;
            font-weight: 600;
            margin: 0;
            padding: 0;
        }

    .tab-con-item .text-details {
        font-style: normal;
        line-height: 22px;
        font-size: 14px;
        position: relative;
        color: #191920;
        padding: 10px 10px 10px;
        text-align: center;
        font-weight: 400;
    }

    .tab-con-item .view-clo .icon-div img {
        vertical-align: middle;
        height: 50px;
    }

    .tab-con-item .view {
        width: auto;
        height: auto;
        margin: 0;
        float: none;
        /* overflow: hidden; */
        position: relative;
        text-align: center;
        cursor: default;
        margin: 10px 0px;
    }

        .tab-con-item .view .mask, .view .content {
            width: 100%;
            height: 175px;
            position: absolute;
            overflow: hidden;
            top: -5%;
            left: 0;
            background: #fff;
            z-index: 1000;
            padding-bottom: 10px;
        }

        .tab-con-item .view h2 {
            text-transform: capitalize;
            color: #2aa5d7;
            text-align: center;
            font-weight: 600;
            position: relative;
            font-size: 16px;
            padding: 0;
            margin: 20px 0 0 0;
        }

        .tab-con-item .view p {
            font-weight: 400;
            font-style: normal;
            line-height: 22px;
            font-size: 13px;
            position: relative;
            color: #191920;
            padding: 0 10px 0;
            text-align: center;
            margin-bottom: 5px;
        }

        .tab-con-item .view a.info {
            display: inline-block;
            text-decoration: none;
            padding: 0px 14px;
            /* background: #faa41c; */
            color: #f89e15;
            text-transform: capitalize;
            /* -webkit-box-shadow: 0 0 1px #000; */
            -moz-box-shadow: 0 0 1px #000;
            /* box-shadow: 0 0 1px #000; */
            font-weight: 600;
            margin-bottom: 0;
            font-size: 14px;
        }

            .tab-con-item .view a.info:hover {
                text-decoration: underline;
            }

    .tab-con-item .view-first img {
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        -ms-transition: all .2s linear;
        transition: all .2s linear;
    }

    .tab-con-item .view-first .mask {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        background-color: #fff;
        border: 1px solid #00aeef;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .tab-con-item .view-first h2 {
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .tab-con-item .view-first p {
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -o-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        -ms-transition: all .2s linear;
        transition: all .2s linear;
    }

    .tab-con-item .view-first:hover img {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }

    .tab-con-item .view-first a.info {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .tab-con-item .view-first:hover .mask {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .tab-con-item .view-first:hover h2,
    .tab-con-item .view-first:hover p,
    .tab-con-item .view-first:hover a.info {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

    .tab-con-item .view-first:hover p {
        -webkit-transition-delay: .1s;
        -moz-transition-delay: .1s;
        -o-transition-delay: .1s;
        -ms-transition-delay: .1s;
        transition-delay: .1s;
    }

    .tab-con-item .view-first:hover a.info {
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        -o-transition-delay: .2s;
        -ms-transition-delay: .2s;
        transition-delay: .2s;
    }




/*.services .tab-content-row {
	padding-top: 15px;
	padding-bottom: 0;
	margin: 0px 0px 0px 0px;
}
.services .tab-content-row:hover{
	background: #f6f6f6;
}
.services .tab-content-row .details-div {
	margin-left: 120px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e5e5e5;
}
.services .tab-content-row:hover .details-div {
	border-bottom: 1px solid #f6f6f6;
}
.services .tab-content-row h4{
	color: #1b1b1b;
	font-size: 18px;
	font-weight: 600;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.services .tab-content-row h4 a{
	text-decoration: none;
	color: #1b1b1b;
	font-size: 18px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
}
.services .tab-content-row h4 a:hover{
	color: #053674;
	text-decoration: none;
}

.services .tab-content-row:hover h4 a{
	color: #053674;
}
.services .icon-box {
  margin-bottom: 20px;
  padding: 50px 40px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .tab-content-row .details-div p {
	margin: 0px;
	font-size: 16px;
	line-height: 34px;
	color: #212121;
	font-weight: 500;
}
.services .icon-box i {
  float: left;
  color: #f6b024;
  font-size: 40px;
  line-height: 0;
}
.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .icon-box h4 a {
  color: #05579e;
  transition: 0.3s;
}
.services .icon-box h4 a:hover {
  color: #0880e8;
}
.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}*/

/*--------------------------------------------------------------
# Technologies Expertise
--------------------------------------------------------------*/
.technologies_expertise {
    position: relative;
    z-index: 100;
}
    /*.technologies_expertise h2 {
	color: #fff;
}*/

    /*.technologies_expertise .section-title span {
	border-bottom: 1px solid #6996d2;
	border-top: 1px solid #6996d2;
	color: #fff;
}*/

    /*.technologies_expertise .nav-pills {
	border-bottom: 1px solid #d6d6d6;
	text-align: center;
	justify-content: center;
	margin-top: 15px;
}*/
    .technologies_expertise .nav-pills {
        text-align: center;
        justify-content: center;
        margin-top: 15px;
        background: #fff;
        width: auto;
        display: inline-flex;
        border-radius: 50px;
        overflow: hidden;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    }

        .technologies_expertise .nav-pills .nav-link {
            font-size: 18px;
            font-weight: 600;
            color: #17171d;
            /* text-transform: uppercase; */
            position: relative;
            padding: 6px 30px;
            margin: 0 0;
            line-height: 36px;
            letter-spacing: 0.5px;
        }

            .technologies_expertise .nav-pills .nav-link.active, .technologies_expertise .nav-pills .nav-link:hover {
                color: #fff;
                background-color: #2aa5d7;
                border-radius: 0px;
            }

.hometab-image {
    width: 365px;
    margin: 0 auto;
    max-height: 610px;
    position: relative;
    overflow: hidden;
    z-index: 99;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

    .hometab-image::before {
        content: "";
        display: block;
        width: 100%;
        height: 50%;
        background-image: linear-gradient(rgba(0,0,0,0), #e7f2fb);
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 99;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s;
    }

    .hometab-image:hover::before {
        height: 0%;
    }

    .hometab-image:hover {
        max-height: 762px;
        margin-top: -81px;
        /*margin-bottom: -81px;*/
    }

.lazyloaded {
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
    width: auto !important;
    height: auto !important;
}


.mobile_app_features_row {
    height: auto;
    padding: 12px 0px;
    margin: 0px;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(231,242,251), rgba(184,204,225), rgba(231,242,251,0));
    border-image-slice: 1;
}


    .mobile_app_features_row .clo_d_div {
        width: 50%;
        margin: 0px;
        padding: 0px 15px;
        height: auto;
        float: left;
    }

        .mobile_app_features_row .clo_d_div .text-details-div {
            width: auto;
            min-height: 95px;
            margin: 0px;
            padding: 0px;
            text-align: left;
            position: relative;
            padding-left: 105px;
            padding-top: 5px;
            display: flex;
            align-items: center;
        }

            .mobile_app_features_row .clo_d_div .text-details-div .modules_icon {
                width: 95px;
                height: 95px;
                position: relative;
                background: #fff;
                border-radius: 30px;
                box-shadow: 0px 10px 20px rgba(0,0,0,0.04);
                padding: 0px;
                position: absolute;
                left: 0px;
                top: 0px;
            }

            .mobile_app_features_row .clo_d_div .text-details-div h5 {
                font-weight: 600;
                color: #17171d;
                font-size: 15px;
                line-height: normal;
                margin: 0px 0px 3px 0px;
                padding: 0px;
            }

            .mobile_app_features_row .clo_d_div .text-details-div p {
                font-weight: 400;
                font-size: 14px;
                line-height: 26px;
                color: #43464b;
                margin: 0px;
                padding: 0px;
            }












/*.technologies_expertise .nav-pills .nav-link.active::after {
	content: '';
	width: 68%;
	height: 3px;
	position: absolute;
	bottom: -2px;
	left: 16%;
	background: #ffac00;
}*/

.technologies_expertise_logo {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px;
    margin: 0px;
}

    .technologies_expertise_logo li {
        margin: 15px 15px;
        list-style: none;
        background: #fff;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        width: 150px;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .technologies_expertise_logo li .out-div {
            width: auto;
            height: auto;
            margin: 0px;
            padding: 0px;
        }

        .technologies_expertise_logo li .techno_exp_logo_name {
            text-align: center;
            font-size: 18px;
            color: #222222;
            font-weight: 600;
            display: inline-block;
            width: 100%;
        }



.techno_exp_logo {
    background: url(../images/sprite-new.png) no-repeat;
    height: 70px;
    width: 70px;
    margin: 0 auto 5px auto;
}

    .techno_exp_logo.web-wordpress-icon {
        background-position: -3px -477px;
    }

    .techno_exp_logo.web-magento-icon {
        background-position: -77px -477px;
    }

    .techno_exp_logo.web-shopify-icon {
        background-position: -145px -477px;
    }

    .techno_exp_logo.web-dnn-icon {
        background-position: -216px -477px;
    }

    .techno_exp_logo.web-kentico-icon {
        background-position: -3px -477px;
    }

    .techno_exp_logo.web-woocommerce-icon {
        background-position: -358px -477px;
    }

    .techno_exp_logo.web-iphone-icon {
        background-position: -4px -552px;
    }

    .techno_exp_logo.web-android-icon {
        background-position: -74px -552px;
    }

    .techno_exp_logo.web-swift-icon {
        background-position: -146px -552px;
    }

    .techno_exp_logo.web-kotlin-icon {
        background-position: -218px -552px;
    }

    .techno_exp_logo.web-reactjs-icon {
        background-position: -289px -552px;
    }

    .techno_exp_logo.web-xamarin-icon {
        background-position: -359px -552px;
    }

    .techno_exp_logo.web-gflutter-icon {
        background-position: -868px -552px;
    }

    .techno_exp_logo.web-angularjs-icon {
        background-position: -4px -624px;
    }

    .techno_exp_logo.web-vuejs-icon {
        background-position: -143px -378px;
    }

    .techno_exp_logo.web-knockout-icon {
        background-position: -214px -378px;
    }

    .techno_exp_logo.web-csharp-icon {
        background-position: -435px -475px;
    }

    .techno_exp_logo.web-netcore-icon {
        background-position: -505px -475px;
    }

    .techno_exp_logo.web-nodejs-icon {
        background-position: -577px -475px;
    }

    .techno_exp_logo.web-php-icon {
        background-position: -648px -468px;
    }

    .techno_exp_logo.web-pythone-icon {
        background-position: -719px -475px;
    }

    .techno_exp_logo.web-javascript-icon {
        background-position: -935px -552px;
    }

    .techno_exp_logo.web-mongodb-icon {
        background-position: -438px -552px;
    }

    .techno_exp_logo.web-mysql-icon {
        background-position: -509px -552px;
    }

    .techno_exp_logo.web-sqlserver-icon {
        background-position: -581px -552px;
    }

    .techno_exp_logo.web-postgre-icon {
        background-position: -653px -552px;
    }

    .techno_exp_logo.web-mariadb-icon {
        background-position: -720px -306px;
    }

    .techno_exp_logo.web-dynamodb-icon {
        background-position: -789px -306px;
    }

    .techno_exp_logo.web-laravel-icon {
        background-position: -865px -477px;
    }

    .techno_exp_logo.web-html5-icon {
        background-position: -936px -477px;
    }

    .techno_exp_logo.web-javascript-icon {
        background-position: -935px -552px;
    }

    .techno_exp_logo.web-aspnet-icon {
        background-position: -866px -624px;
    }

    .techno_exp_logo.web-sqlite-icon {
        background-position: -723px -552px;
    }

    .techno_exp_logo.web-joomla-icon {
        background-position: -722px -630px;
    }

    .techno_exp_logo.web-drupal-icon {
        background-position: -792px -630px;
    }
/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.our_clients_slider .swiper-slide {
    height: auto;
}

.our_clients_slider .case-study-item {
    background-color: #fff;
    padding: 10px;
    margin: 20px 10px 0px;
    text-align: center;
}

    .our_clients_slider .case-study-item img {
        max-width: 100%;
    }
/*--------------------------------------------------------------
# Connect with Us
--------------------------------------------------------------*/
.connect_with_us {
    background: url(../images/connect-with-us-bg.jpg);
    background-position: left top;
    position: relative;
    overflow: hidden;
    padding: 50px 0px;
    ;
}

.connect_with {
    width: auto;
    height: auto;
    margin: 0px;
    padding: 0px;
}

    .connect_with .contact_row h2 {
        color: #fff;
        a;
    }

    .connect_with .contact_row .section-title span {
        border-bottom: 1px solid #6996d2;
        border-top: 1px solid #6996d2;
        color: #fff;
    }

    .connect_with .contact-img {
        position: absolute;
        height: 100%;
        width: 710px;
        top: 0;
        right: 0;
    }

        .connect_with .contact-img img {
            max-width: 100%;
        }

    .connect_with .section-title h3 {
        font-size: 28px;
        font-weight: 600;
        text-transform: none;
        margin-bottom: 15px;
        padding-bottom: 0;
        color: #2aa5d7;
        text-align: center;
        letter-spacing: 0.5px;
        line-height: 46px;
    }

    .connect_with .app-store-row {
        margin-top: 0px;
    }


    .connect_with .manager_software_btn {
        background-color: #2aa5d7;
    }

        .connect_with .manager_software_btn:hover {
            background-color: #00b5f0;
        }

    .connect_with .middle-box {
        text-align: left;
        padding: 0px 0 0px 40px;
        position: relative;
        margin: 0px 0px 25px 0px;
    }

        .connect_with .middle-box .box_icon {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 40px;
            height: 30px;
            background: url(../images/sprite-genius.png) no-repeat;
        }

            .connect_with .middle-box .box_icon.location-icon {
                background-position: -1308px -13px;
            }

            .connect_with .middle-box .box_icon.phone-icon {
                background-position: -1366px -13px;
            }

            .connect_with .middle-box .box_icon.emails-icon {
                background-position: -1416px -13px;
            }

.social_icon {
    display: table;
    margin-bottom: 25px;
    margin-top: 0;
    text-align: left;
    width: 100%;
    margin-top: 0px;
}

    .social_icon ul {
        margin: 0;
        padding: 0;
        position: relative;
        text-align: left;
        top: 0;
    }

        .social_icon ul li {
            display: inline-block;
            list-style: none;
            margin: 0;
            padding: 0;
            text-align: center;
        }

            .social_icon ul li a {
                background: #0969c3;
                display: inline-block;
                height: 33px;
                width: 33px;
                margin: 0 1px;
                transition: all .3s ease-in 0;
                color: #fff;
                font-size: 18px;
                border-radius: 3px;
                line-height: 33px;
            }

.connect_with h5 {
    font-size: 20px;
    font-weight: 600;
    padding: 0px 0px 10px 0;
    color: #2aa5d7;
    margin: 0;
    letter-spacing: 0.5px;
}

.connect_with .middle-box p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #222222;
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
}

    .connect_with .middle-box p a {
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
        color: #222222;
        text-decoration: none;
        letter-spacing: 1px;
    }

.connect_with .middle-box .btn-get-started {
    margin: 15px 0px 0px 0px;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 20px;
    background-color: #063777;
    color: #fff;
}

    .connect_with .middle-box .btn-get-started:hover {
        background-color: #ffac00;
        color: #063777;
    }


.country_number_main {
    padding: 0 0px;
    display: flex;
    width: auto;
    background-color: #ffffff52;
    border-radius: 50px;
    padding: 0 20px;
}

.country_number {
    width: auto;
    font-weight: 600;
    line-height: 40px;
    font-size: 15px;
    /*float: left;*/
    text-align: left;
    /*background-color: #e6f0f9;*/
    border-radius: 0;
    padding: 0 10px;
    margin: 0;
}

    .country_number span {
        font-weight: 400;
        width: auto;
        /* float: left; */
        font-size: 16px;
        line-height: 22px;
    }

        .country_number span .flag {
            width: 40px;
            height: 22px;
            margin-right: 5px;
            position: relative;
            top: -2px;
            border: 1px solid #fff;
        }

.connect_with_us .container {
    position: relative;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    position: relative;
    background: #2aa5d7;
    padding: 0 0 0px 0;
    color: #fff;
    font-size: 14px;
}

    #footer .footer-top {
        padding: 50px 0 20px 0;
        background: url(../images/footer-top-bg.png) center bottom;
        background-repeat: no-repeat;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-info .logo {
                width: auto;
                height: auto;
                margin: 0px 0px 20px 0px;
                padding: 0px;
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 32px;
                margin-bottom: 0;
                color: #fff;
                text-align: justify;
                font-weight: 400;
            }

        #footer .footer-top h4 {
            font-size: 20px;
            font-weight: 600;
            color: #ffc978;
            text-transform: none;
            position: relative;
            padding-bottom: 12px;
            letter-spacing: 0.5px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #fff;
                    font-size: 7px;
                    line-height: 1;
                    position: absolute;
                    left: 0;
                    top: 14px;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                    position: relative;
                    padding-left: 18px;
                }
                /*
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
*/
                #footer .footer-top .footer-links ul a {
                    color: #fff;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                    font-size: 14px;
                    font-weight: 400;
                    letter-spacing: 0.5px;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #fff;
                    }

        #footer .footer-top .footer-contact {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-contact p {
                line-height: 26px;
            }

    #footer .copyright {
        text-align: center;
        padding-top: 15px;
        color: #36383d;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        padding-bottom: 15px;
        background-color: #e7f2fb;
        letter-spacing: 0.5px;
    }

        #footer .copyright a {
            color: #36383d;
            font-size: 15px;
            font-weight: 500;
            text-decoration: none;
        }

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

/*
.faq .faq-list {
  padding: 0 100px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.
faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  padding: 0;
  outline: none;
  cursor: pointer;
  color: #01316e;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #75bdfa;
}
.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #343a40;
}
.faq .faq-list a.collapsed:hover {
  color: #0880e8;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
*/

/*nav-bar-design*/

.bottom_country_number span {
    font-weight: 400;
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 22px;
}

    .bottom_country_number span .flag {
        width: 40px;
        height: 27px;
        margin-right: 10px;
        position: relative;
        top: -1px;
        border: 1px solid #fff;
    }

.bottom_country_number_main {
    float: none;
    width: 100%;
    text-align: left;
    padding: 8px 0 8px;
    color: #fff;
}

.bottom_country_number {
    width: auto;
    font-weight: 500;
    line-height: normal;
    font-size: 16px;
    float: none;
    /* font-family: Arial, Helvetica, sans-serif; */
    text-align: left;
    padding: 7px 0;
    letter-spacing: 1px;
}

    .bottom_country_number span {
        float: none;
    }

/*.left-services-details .experience-row {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	margin-top: 26px;
	text-align: center;
}*/

.left-services-details .experience-row {
    /* width: auto; */
    height: auto;
    margin: 0;
    padding: 0;
    margin-top: 26px;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-bottom: 8px;
}

    .left-services-details .experience-row .whatsapp-num {
        background: #c5e6ff url(../images/whatsapp-icon-img.png) no-repeat;
        border-radius: 100px;
        padding: 10px 15px 10px 68px;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 1px;
        background-position: 20px 6px;
        color: #003272;
    }

        .left-services-details .experience-row .whatsapp-num:hover {
            background: #f3a62d url(../images/whatsapp-icon-img.png) no-repeat;
            color: #003272;
            background-position: 20px 6px;
        }

    .left-services-details .experience-row .app-store-row {
        width: 100%;
        height: auto;
        margin: 22px 0 0px 0;
        padding: 0;
        display: inline-block;
        text-align: center;
    }

        .left-services-details .experience-row .app-store-row .btn-clo-div {
            width: 127px;
            height: auto;
            margin: 0 4px;
            /* display: inline-block; */
            float: left;
        }

            .left-services-details .experience-row .app-store-row .btn-clo-div a {
                padding: 0px;
            }

                .left-services-details .experience-row .app-store-row .btn-clo-div a img {
                    max-width: 100%;
                    border: 1px solid #c6e6ff;
                    border-radius: 5px;
                }

    .left-services-details .experience-row .menu-left-btn {
        background-image: linear-gradient(to bottom, #fbbf61, #f3a62d);
        border-radius: 100px;
        padding: 12px 0;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 1px;
        text-decoration: none;
        color: #003170;
        text-align: center !important;
        display: inline-block;
        width: 100%;
    }

    .left-services-details .experience-row .multi-language-btn {
        background-image: linear-gradient(to bottom, #fbbf61, #f3a62d);
        border-radius: 100px;
        padding: 5px 0;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        text-decoration: none;
        color: #000000;
        text-align: center !important;
        display: inline-block;
        width: 100%;
    }


.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .small_video_box {
    width: auto;
    height: auto;
}

.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .small_video {
    padding: 8px;
    background: #fff;
    height: 100%;
    display: inline-block;
    box-shadow: 0 0 26px rgba(0,0,0,.1);
}

    .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .small_video iframe {
        height: 160px;
        float: left;
    }

.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .small_video_box .video_name {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: none;
    color: #000;
    text-align: center;
    padding-top: 6px;
}

.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .mobile-menu-screen {
    padding: 8px;
   /* background: #fff;*/
    height: auto;
    box-shadow: 0 5px 15px 0 rgba(210,210,245,.5);
    width: auto;
    margin: 6px 8px 0 8px;
}

    .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .mobile-menu-screen img {
        max-width: 100%;
    }

.left-services-details .experience-row .titel {
    color: #fefeff;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 32px;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 600;
}

.left-services-details .experience-row ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

    .left-services-details .experience-row ul li:first-child {
        padding-left: 0 !important;
    }

    .left-services-details .experience-row ul li {
        padding: 0 0 !important;
        margin: 0 !important;
        line-height: 15px;
        width: auto;
        font-size: 16px;
        color: #fff !important;
        font-weight: 500;
        position: relative !important;
        width: auto !important;
        float: left;
    }

    .left-services-details .experience-row ul span {
        width: 10px;
        height: 10px;
        position: relative;
        top: 4px;
        display: inline-block;
        background-color: #ffab00;
        float: left;
        margin: 0 12px;
        border-radius: 50px;
    }

    .left-services-details .experience-row ul li:last-child {
        padding-right: 0 !important;
    }

.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details, .dropdown-menu .sub-menu-div .right-services-details {
    width: 100%;
    min-height: 400px;
    height: auto;
    flex: 0 0 100%;
    padding: 0 0 122px 300px;
    background-image: linear-gradient(to bottom, #ffffff, #c3e5ff);
    position: relative;
}


    .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .free-sign-up .col-form-label {
        padding-top: 0;
        padding-bottom: 5px;
        margin-bottom: 0;
        line-height: 1.5;
        font-size: 14px;
        text-align: left;
        padding-right: 0;
        padding-left: 0;
        color: #222;
        font-weight: 500;
    }

    .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .free-sign-up .form-control {
        padding: 6px 12px !important;
        font-size: 13px;
        background-color: #fff !important;
        background-image: none;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0;
    }

    .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .form-group {
        margin-bottom: 5px;
    }

    .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .contact-form-btn {
        border-radius: 50px;
        padding: 8px 26px 8px 26px;
        background: #f89e15;
        color: #fff;
        text-decoration: none;
        border: 2px solid #f89e15;
        font-weight: 500;
        font-size: 18px;
        line-height: 1;
        margin-top: 8px;
    }

.required {
    color: red;
    padding-left: 3px;
}

.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div {
    padding: 0 0 15px 0px;
    margin: 0px;
}

    .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div h5, .dropdown-menu .sub-menu-div .right-services-details .menu-link-out-div h5 {
        color: #1b1b1b;
        font-size: 18px;
        font-weight: 600;
        padding: 0px 11px;
        margin: 0px 0px 8px 0;
    }

    .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div {
        margin: 0px;
        padding: 0px;
    }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div ul {
            margin: 0px;
            padding: 0px;
            position: relative;
            display: unset;
        }

            .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div ul li {
                margin: 0px;
                padding: 4px 0px 4px 18px;
                position: relative;
                /*	border-bottom: 1px solid #e4e5e5;*/
            }

.navbar .dropdown .dropdown-menu {
    position: absolute;
    z-index: 1000;
    /*display: none;*/
    min-width: 10rem;
    padding: 10px;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-image: linear-gradient(to bottom, #ffffff, #c3e5ff);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    padding: 10px;
}



.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div ul li::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    right: 0;
    background: #e4e5e5;
    transition: width .3s ease;
    -webkit-transition: width .3s ease;
    bottom: 0px;
}

.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div ul li:hover::after {
    width: 100%;
    left: 0;
    background: #0d458e;
}

.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div ul li i {
    padding-right: 2px;
    color: #f2b327;
    font-size: 9px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 11px;
}

.divmenu i {
    padding-right: 2px;
    color: #f2b327;
    font-size: 9px;
    line-height: 1;
    position: absolute;
    left: 6px;
    top: 17px;
}

.divmenu {
    margin: 0px;
    padding: 0px;
    position: relative;
    display: unset;
}

.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div ul li a {
    color: #000;
    transition: 0.3s;
    display: inline-block;
    /* line-height: 1; */
    font-size: 14px;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    line-height: 24px;
}

.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .lets-discuss-menu, .dropdown-menu .sub-menu-div .right-services-details .lets-discuss-menu {
    margin: 0px;
    padding: 0px 0px 0px 308px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

    .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .lets-discuss-menu .lets-discuss-yellow, .dropdown-menu .sub-menu-div .right-services-details .lets-discuss-menu .lets-discuss-yellow {
        background-image: linear-gradient(to bottom, #fbbf61, #f3a62d);
        border-radius: 5px;
        padding: 10px 0;
    }
    /*.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .lets-discuss-menu .titel-text span {
	font-weight: 400;
}*/
    .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .lets-discuss-menu .titel-text, .dropdown-menu .sub-menu-div .right-services-details .lets-discuss-menu .titel-text {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.2px;
        text-transform: none;
        color: #000;
        margin: 0px;
        padding: 0px;
        line-height: 26px;
        float: left;
        margin-bottom: 3px;
    }

    .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .lets-discuss-menu p, .dropdown-menu .sub-menu-div .right-services-details .lets-discuss-menu p {
        margin-top: 0;
        margin-bottom: 0;
        color: #222222;
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        letter-spacing: 0;
        display: inline-block;
    }

    .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .lets-discuss-menu .btn-get-started, .dropdown-menu .sub-menu-div .right-services-details .lets-discuss-menu .btn-get-started {
        float: left;
        margin: 24px 0px 0px 12px;
        background-color: #0d458e;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 16px;
        padding: 12px 20px;
    }

    .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .lets-discuss-menu .menu-call-content, .dropdown-menu .sub-menu-div .right-services-details .lets-discuss-menu .menu-call-content {
        background-color: #fff;
        padding: 12px 80px 12px 20px;
        border-radius: 50px;
        position: relative;
        max-width: 345px;
        float: none;
        top: 24px;
    }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .lets-discuss-menu .menu-call-content a, .dropdown-menu .sub-menu-div .right-services-details .lets-discuss-menu .menu-call-content a {
            padding: 0;
            background: none;
        }

.menu-call-content h3 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 8px;
    color: #042f65;
    font-weight: 700;
}

.menu-call-content span {
    padding: 0px;
}

.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .lets-discuss-menu .menu-call-content a, .dropdown-menu .sub-menu-div .right-services-details .lets-discuss-menu .menu-call-content a {
    color: #000000 !important;
    font-weight: 700 !important;
    font-size: 19px !important;
    padding: 0px !important;
    letter-spacing: 0.9px;
}

.menu-call-content i {
    position: absolute;
    top: -6px;
    right: 0;
    width: 64px;
    height: 64px;
    font-size: 35px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    background: #043677 url(../images/call-icon-img.png) no-repeat;
    color: #053674;
    border-radius: 50px;
    -webkit-transition: .7s;
    transition: .7s;
    background-position: center center;
}

.navbar .dropdown ul.sub-menu-out .sub-menu-div .left-services-details .left-img-div {
    width: 100%;
    height: auto;
    padding: 8px 0 8px;
    margin: 0px;
}

    .navbar .dropdown ul.sub-menu-out .sub-menu-div .left-services-details .left-img-div img {
        display: block;
        max-width: 100%;
        margin: 0px auto;
    }

.navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li {
    padding-left: 28px;
}

    .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon {
        width: 22px;
        height: 15px;
        position: absolute;
        left: 0;
        top: 10px;
        background: url(../images/language-flag-icon.jpg) no-repeat;
        display: block;
    }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.english {
            background-position: -9px -8px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.spanish {
            background-position: -41px -8px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.french {
            background-position: -73px -8px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.portuguese {
            background-position: -105px -8px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.italian {
            background-position: -137px -8px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.dutch {
            background-position: -169px -8px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.turkish {
            background-position: -9px -38px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.arabic {
            background-position: -41px -38px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.korean {
            background-position: -73px -38px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.japanese {
            background-position: -105px -38px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.bengali {
            background-position: -137px -38px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.chinese {
            background-position: -169px -38px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.hindi {
            background-position: -9px -68px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.tamil {
            background-position: -41px -68px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.german {
            background-position: -73px -68px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.indonesion {
            background-position: -105px -68px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.irish {
            background-position: -137px -68px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.malay {
            background-position: -169px -68px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.norwegian {
            background-position: -9px -96px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.romanian {
            background-position: -41px -96px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.russian {
            background-position: -73px -96px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.kazakh {
            background-position: -105px -96px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.polish {
            background-position: -137px -96px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.fipilino {
            background-position: -169px -96px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.swedish {
            background-position: -9px -126px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.greek {
            background-position: -41px -126px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.parsian {
            background-position: -73px -126px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.krainian {
            background-position: -105px -126px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.urdu {
            background-position: -137px -126px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.uzbek {
            background-position: -169px -126px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.vietnamese {
            background-position: -9px -144px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.azerbaijani {
            background-position: -41px -144px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.cebuano {
            background-position: -73px -144px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.chinese {
            background-position: -105px -144px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.hausa {
            background-position: -137px -144px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.igbo {
            background-position: -169px -144px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.khmer {
            background-position: -9px -162px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.leo {
            background-position: -41px -162px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.myanmr {
            background-position: -73px -162px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.yoruba {
            background-position: -105px -162px;
        }

        .navbar .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div.language ul li .flag-icon.amharic {
            background-position: -137px -162px;
        }




@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
        background-color: #063777;
        border-radius: 5px;
        padding: 5px;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(5, 74, 133, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile > ul > li {
        padding: 0;
    }

    .navbar-mobile a, .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #0665b7;
    }

        .navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
            visibility: hidden;
        }

        .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
            color: #f6b024;
        }

    .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul.sub-menu-out {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        width: auto;
    }



        .navbar-mobile .dropdown ul.sub-menu-out .sub-menu-div .left-services-details {
            display: none;
        }

        .navbar-mobile .dropdown ul.sub-menu-out .sub-menu-div .right-services-details {
            padding-left: 0px !important;
            padding-bottom: 0px;
        }

            .navbar-mobile .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .menu-link-out-div .link-menu-div ul {
                margin: 0px;
                padding: 0px;
                position: relative;
                display: unset;
                left: 0px;
                top: 0;
            }

            .navbar-mobile .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .lets-discuss-menu {
                margin: 0px;
                padding: 15px 0 !important;
                position: relative !important;
                padding-left: 0 !important;
            }

                .navbar-mobile .dropdown ul.sub-menu-out .sub-menu-div .right-services-details .lets-discuss-menu .titel-text {
                    font-size: 16px;
                }

    .navbar-mobile .dropdown ul li {
        min-width: 200px;
    }

    .navbar-mobile .dropdown ul a {
        padding: 10px 20px;
    }

        .navbar-mobile .dropdown ul a i {
            font-size: 12px;
        }

        .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
            color: #f6b024;
        }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block !important;
    }


.pxp-container {
    /* width: 100%; */
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .pxp-container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .pxp-container {
        max-width: 1320px;
    }
}

@media (min-width: 1680px) {
    .pxp-container {
        max-width: 1600px;
    }
}

.d-none {
    display: block !important;
}

#footer .footer-top .footer-info .logo img {
    max-width: 100%;
}




.hero-inner {
    background: url("../images/inner-banner-bg.jpg") top center !important;
}

#hero.hero-inner h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.5px;
    line-height: 68px;
}

    #hero.hero-inner h2 span {
        color: #00e1b8;
    }

#hero.hero-inner p {
    color: #fff;
}

.academice_management {
    background: #fff;
    padding: 0px 20px;
    border-radius: 10px;
    margin-top: 30px;
}

.inner-sub-title {
    background: #f89e15;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 5px 30px;
    border-radius: 100px;
    font-size: 24px;
    text-transform: uppercase;
}

.inner-sub-section-title {
    text-align: center;
    position: relative;
    top: -20px;
}

.clients_choose_services_col {
    padding: 20px;
    position: relative;
    background-image: linear-gradient(to bottom, #f2f2f2, #ffffff);
    height: auto;
    border-radius: 5px;
    margin: 0px 0px 20px 0px;
}

.purple {
    background: #efeff7;
}

.dark-purple {
    background: #e2dcfe;
}

.blue {
    background: #dcf7fe;
}

.dark-blue {
    background: #d0e4ff;
}

.green {
    background: #e5fae9;
}

.dark-green {
    background: #cef5d6;
}

.yellow {
    background: #fdeede;
}

.dark-yellow {
    background: #fae0d1;
}

.dgreen {
    background: #dcf7fe;
}

.clients_choose_services_col h4 {
    text-align: left;
    color: #0c0c0c;
    font-size: 18px;
    font-weight: 600;
}

.clients_choose_services_col p {
    font-size: 15px;
    color: #3f3f3f;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}

.icon-div {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 7px;
}



.tw-facts-inner {
    z-index: 2;
    padding: 60px 0 60px;
    background: #2aa5d7;
    /* background: linear-gradient(to right, #0c2c47 , #03203e); */
    background-image: url(../images/counter-bg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    /* background-attachment: fixed; */
    /* background-size: 50% 100%; */
}

    .tw-facts-inner .counts .count-box {
        padding: 20px 15px;
    }

        .tw-facts-inner .counts .count-box .purecounter {
            font-size: 30px;
        }

.studentmanagemant-image {
    margin: 0 auto;
    position: relative;
    z-index: 99;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.mobile_app_features_row1 {
    height: auto;
    padding: 15px 0px;
    margin: 0px;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(231,242,251), rgba(184,204,225), rgba(231,242,251,0));
    /* border-image-slice: 1; */
}

    .mobile_app_features_row1 .clo_d_div_inner {
        width: 100%;
        margin: 0px;
        padding: 0px 15px;
        height: auto;
        float: left;
    }

        .mobile_app_features_row1 .clo_d_div_inner .text-details-div {
            width: auto;
            min-height: 95px;
            margin: 0px;
            padding: 0px;
            text-align: left;
            position: relative;
            padding-left: 115px;
            display: flex;
            align-items: center;
        }

            .mobile_app_features_row1 .clo_d_div_inner .text-details-div .modules_icon {
                width: 95px;
                height: 95px;
                position: relative;
                background: #fff;
                border-radius: 20px;
                padding: 0px;
                position: absolute;
                left: 0px;
                top: 0px;
            }

            .mobile_app_features_row1 .clo_d_div_inner .text-details-div p {
                font-weight: 400;
                font-size: 15px;
                line-height: 30px;
                color: #17171d;
                margin: 0px;
                padding: 0px;
                text-align: justify;
            }

.exam-management-inner {
    z-index: 2;
    padding: 60px 0 60px;
    background: #2aa5d7;
    /* background: linear-gradient(to right, #0c2c47 , #03203e); */
    background-image: url(../images/student-mng-bg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    /* background-attachment: fixed; */
    /* background-size: 50% 100%; */
}


.mobile_app_features_row {
    height: auto;
    padding: 12px 0px;
    margin: 0px;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(231,242,251,0), rgba(31,82,148), rgba(231,242,251,0));
    border-image-slice: 1;
}

.exam-mng-main {
    background: #2aa5d7;
    padding: 20px;
    border-radius: 20px;
}


    .exam-mng-main .mobile_app_features_row .clo_d_div .text-details-div h5 {
        color: #f89e15;
        font-size: 18px;
    }

    .exam-mng-main .mobile_app_features_row .clo_d_div .text-details-div p {
        color: #fff;
    }

    .exam-mng-main .mobile_app_features_row .clo_d_div .text-details-div {
        padding-left: 115px;
    }

    .exam-mng-main .mobile_app_features_row {
        padding: 20px 0px;
    }


.payroll_mobile_app_features_row1 {
    background: #f3f3f3;
    padding: 15px 0px;
    margin: 0px 0px 20px 0px;
    border-radius: 10px;
}

.readytogo-sec {
    background: url(../images/inner-banner-bg.jpg) center top no-repeat;
    background-size: auto;
    background-size: cover;
    padding: 90px 0px;
}

.holow-btn3 {
    background: -webkit-gradient(linear, 0% 0, 0% 100%, from(#faa41c), to(#ffb540));
    font-weight: normal;
    padding: 10px 30px;
    font-size: 22px;
    text-transform: none;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    margin-top: 15px;
    border-radius: 100px;
    font-weight: 500;
}


.new-development-services-list {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    position: relative;
    transition: all ease .5s;
    border-radius: 100px;
}
/*
.new-development-services-left .new-development-services-list:first-child, .new-development-services-left .new-development-services-list:last-child {
	left: 40px;
}
*/
.new-development-services-img.location_music {
    background-position: -644px -705px;
}

.new-development-services-left .new-development-services-img {
    float: right;
    margin-right: 0;
    margin-left: 12px;
}

.new-development-services-left .new-development-services-text {
    text-align: right;
    float: right;
}

.new-development-services-text h3, .new-development-services-text h4 {
    font-size: 18px;
    color: #17171d;
    line-height: 1.7;
    padding: 0;
    margin-bottom: 5px;
    font-weight: 600;
}

.new-development-services-text p {
    font-size: 15px;
    color: #17171d;
    line-height: 26px;
    margin: 0px;
    font-weight: 400;
}

.new-development-services-center {
    text-align: center;
    align-items: center;
    display: flex;
}

.new-development-services-center-img {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}

.mw-100 {
    max-width: 100% !important;
}
/*
.new-development-services-right .new-development-services-list:first-child, .new-development-services-right .new-development-services-list:last-child {
	right: 40px;
}
*/

.new-development-services-text {
    width: 80%;
    float: left;
    padding-top: 8px;
}

.new-development-services-img {
    float: left;
    background: #f8f9fa url(../images/sprite-new.png) no-repeat;
    border-radius: 100%;
    width: 104px;
    height: 104px;
    line-height: 80px;
    text-align: center;
    position: relative;
    margin-right: 12px;
    transition: all ease .5s;
    box-shadow: 0px 0px 10px #d6d6d6;
}

.details-d h5 {
    color: #17171d;
    font-size: 18px;
    line-height: 28px;
}






/*-------------------------------------------------------------- # Frequently Asked Questions --------------------------------------------------------------*/
.faq .faq-list {
    padding: 0 100px;
}

    .faq .faq-list ul {
        padding: 0;
        list-style: none;
    }

    .faq .faq-list li + li {
        margin-top: 0;
        /*     border-top: 1px solid #cfcfcf;*/
    }

    .faq .faq-list li {
        padding: 0;
        background: #fff;
        border-radius: 10px;
        position: relative;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .faq .faq-list a {
        display: block;
        position: relative;
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
        padding: 30px 20px 30px 20px;
        outline: none;
        cursor: pointer;
        background: transparent;
        color: #01316e;
    }

    .faq .faq-list .icon-help {
        font-size: 24px;
        position: absolute;
        right: 0;
        left: 15px;
    }

    .faq .faq-list .icon-show, .faq .faq-list .icon-close {
        font-size: 24px;
        position: absolute;
        right: 12px;
        top: 30px;
        font-weight: 700;
    }

.faq-details {
    padding: 0px 20px 20px 20px;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 0 0 0 0;
    margin: 0px;
    font-size: 16px;
    line-height: 32px;
    color: #222;
}

.faq-details ul.submenu {
    margin: 0px;
    padding: 0px;
}

    .faq-details ul.submenu li {
        margin: 0px;
        padding: 0px;
        font-size: 15px;
        line-height: 32px;
        color: #212121;
        font-weight: 500;
        background: url(../images/check-img-faq.jpg) no-repeat;
        background-position: left 12px;
        padding: 2px 0px 2px 30px;
        border: 0px;
    }

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list a.collapsed {
    color: #343a40;
    /*     background: #fff;*/
}

    .faq .faq-list a.collapsed:hover {
        color: #0880e8;
    }

    .faq .faq-list a.collapsed .icon-show {
        display: inline-block;
    }

    .faq .faq-list a.collapsed .icon-close {
        display: none;
    }

@media (max-width: 1200px) {
    .faq .faq-list {
        padding: 0;
    }
}



.country_list, .country_list a {
    color: #212121;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    /* padding: 1px; */
    text-align: justify;
    text-decoration: none;
    text-transform: lowercase;
}

.studentmanagemant-image img {
    max-width: 100%;
}

.question_div ul {
    margin: 0;
    padding: 0;
    position: relative;
}

.question_div li {
    color: #fff;
    width: 49%;
    display: inline-block;
    line-height: 40px;
    list-style: none;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
}

    .question_div li .fa {
        font-size: 10px;
        padding-right: 10px;
        top: 15px !important;
        position: absolute;
        left: 0;
    }

.our_exemplary_services_new .icon {
    left: 43%;
}

.our_exemplary_services_new .title {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 26px;
    color: #ffac00;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.our_exemplary_services_new .description p {
    color: #fff;
}

.question_div_full li {
    width: 100%;
}


.faq .faq-list li .fa {
    padding-right: 7px;
    color: #01316e;
}

ul.sub-menu-inner {
    padding-left: 25px;
}

    ul.sub-menu-inner .fa {
        font-size: 15px;
        top: 1px;
    }

.Question_div_yellow li {
    color: #222;
}

    .Question_div_yellow li .fa {
        font-size: 15px;
        padding-right: 10px;
        top: 0px !important;
        position: relative;
        color: #2aa5d7;
    }

.banner_list {
    padding: 0;
}

    .banner_list li {
        color: #fff;
        list-style: none;
        padding-bottom: 10px;
    }

        .banner_list li .fa {
            padding-right: 10px;
            color: #fff;
        }

.tracking_menu ul {
    margin-top: 20px;
}

    .tracking_menu ul li {
        color: #212121;
        font-size: 18px;
        width: 100%;
    }

        .tracking_menu ul li .fa {
            top: 11px;
            font-size: 16px;
        }

.tracking_menu_list ul li .fa {
    top: 0;
}

.smp-img {
    margin-bottom: 15px;
}

    .smp-img img {
        height: auto;
        width: 100%;
    }

.features_item {
    list-style: none;
    font-style: normal;
    line-height: 22px;
    padding: 0;
    text-align: left;
}

.benefits_item li {
    font-style: normal;
    line-height: 24px;
    font-size: 14px;
    color: #434343;
    float: none;
    width: auto;
    padding: 5px 0;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    padding-left: 24px;
}

.benefits_item .fa {
    padding-right: 8px;
    color: #28b05f;
    position: absolute;
    left: 3px;
    top: 13px;
}

.benefits_item li a {
    font-style: normal;
    line-height: 24px;
    font-size: 14px;
    color: #434343;
    text-decoration: none;
}


.contact-us-form.paypal {
    padding-top: 30px;
    width: 100%;
    float: left;
    display: block;
    border-radius: 5px;
}

.form-group {
    /*
	width: 100%;
	display: inline-block;
*/
    margin-bottom: 8px;
}


/*
.col-form-label {
	padding-top: 8px;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1.5;
	float: left;
	
	font-size: 16px;
	text-align: right;
	padding-right: 0;
}
*/

/*
.form-control-div {
	float: left;
}
*/
.contact-us-form select {
    padding: 8px 20px;
    border-radius: 0;
    height: auto !important;
    border: 1px solid #dfdede;
    border-radius: .25rem;
}

.note {
    margin-left: 71px;
    float: left;
    width: 100%;
}

.submit_box {
    float: left;
    width: 100%;
    text-align: center;
}

    .submit_box a {
        padding: 5px 20px;
        color: #fff;
        background-color: #007acc;
        border: 0;
        border-radius: 4px;
    }

.icon_image {
    float: left;
    text-align: center;
    width: 100%;
    margin: 30px;
}

















.package {
    width: 1446px;
    margin: 0 auto 10px;
    border: 1px solid #CCC;
    display: inline-block;
}

.packageLeftBar {
    width: 40%;
    background: #fbfbfb;
    float: left;
}

    .packageLeftBar li,
    .packageDetails li {
        border-top: 1px dotted #CCC;
        text-align: left;
        padding: 5px 5px;
        font-size: 14px;
        color: #212121;
    }

.packageDetails {
    width: 15%;
    float: left;
    position: relative;
    border-left: 1px dotted #CCC;
}

    .packageDetails:hover {
        background: #fafafa;
    }

    .packageDetails .fa-times {
        color: #d31c06;
    }

    .packageDetails .fa-check {
        color: #7e9513;
    }

    .packageDetails li {
        text-align: center;
    }

        .packageDetails li .fa {
            text-align: center;
            float: none;
            line-height: 0;
        }

    .packageDetails.blue li:first-child {
        background-color: #00a4ca;
        color: #FFF;
        padding: 5px 10px;
    }

    .packageDetails li div {
        width: 100%;
        float: left;
        font-size: 14px;
    }

    .packageDetails.blue li .package_type {
        font-size: 25px;
        font-family: arial;
        font-weight: bold;
        border-bottom: 2px solid #029cc0;
        padding-bottom: 7px;
        margin-bottom: 5px;
        line-height: 20px;
        text-transform: uppercase;
        padding-top: 7px;
    }

    .packageDetails.green li .package_type {
        font-size: 25px;
        font-family: arial;
        font-weight: bold;
        border-bottom: 2px solid #6f9e2d;
        padding-bottom: 7px;
        margin-bottom: 5px;
        line-height: 20px;
        text-transform: uppercase;
        padding-top: 7px;
    }

    .packageDetails.pink li .package_type {
        font-size: 25px;
        font-family: arial;
        font-weight: bold;
        border-bottom: 2px solid #ca3f7b;
        padding-bottom: 7px;
        margin-bottom: 5px;
        line-height: 20px;
        text-transform: uppercase;
        padding-top: 7px;
    }

    .packageDetails.orange li .package_type {
        font-size: 25px;
        font-family: arial;
        font-weight: bold;
        border-bottom: 2px solid #f3a01c;
        padding-bottom: 7px;
        margin-bottom: 5px;
        line-height: 20px;
        text-transform: uppercase;
        padding-top: 7px;
    }

    .packageDetails.dark-blue li .package_type {
        font-size: 25px;
        font-family: arial;
        font-weight: bold;
        border-bottom: 2px solid #036af0;
        padding-bottom: 7px;
        margin-bottom: 5px;
        line-height: 20px;
        text-transform: uppercase;
        padding-top: 7px;
    }

    .packageDetails.dgreen li .package_type {
        font-size: 25px;
        font-family: arial;
        font-weight: bold;
        border-bottom: 2px solid #003579;
        padding-bottom: 7px;
        margin-bottom: 5px;
        line-height: 20px;
        text-transform: uppercase;
        padding-top: 7px;
    }

    .packageDetails.red li .package_type {
        font-size: 25px;
        font-family: arial;
        font-weight: bold;
        border-bottom: 2px solid #f64944;
        padding-bottom: 7px;
        margin-bottom: 5px;
        line-height: 20px;
        text-transform: uppercase;
        padding-top: 7px;
    }

    .packageDetails.purple li .package_type {
        font-size: 25px;
        font-family: arial;
        font-weight: bold;
        border-bottom: 2px solid #6f62c8;
        padding-bottom: 7px;
        margin-bottom: 5px;
        line-height: 20px;
        text-transform: uppercase;
        padding-top: 7px;
    }

    .packageDetails li .price {
        font-size: 25px;
        /*  font-family: 'robotomedium';*/
        float: none;
        clear: both;
    }

.dollor {
    font-size: 16px;
    bottom: 0;
    padding-left: 10px;
}

.packageDetails li .price span {
    position: relative;
    font-size: 20px;
    color: rgba(255, 255, 255);
}

    .packageDetails li .price span::before {
        content: " ";
        display: block;
        width: 100%;
        border-top: 3px solid rgba(255, 255, 255, 0.8);
        height: 4px;
        position: absolute;
        bottom: 13px;
        left: 0;
        transform: rotate(-11deg);
    }

    .packageDetails li .price span::after {
        content: " ";
        display: block;
        width: 100%;
        border-top: 3px solid rgba(255, 255, 255, 0.8);
        height: 4px;
        position: absolute;
        bottom: 13px;
        left: 0;
        transform: rotate(11deg);
    }

.packageDetails.green li:first-child {
    background-color: #74a52e;
    color: #FFF;
    padding: 5px 10px;
}

.packageDetails.pink li:first-child {
    background-color: #d24280;
    color: #FFF;
    padding: 5px 10px;
}

.packageDetails.orange li:first-child {
    background-color: #faa41c;
    color: #FFF;
    padding: 5px 10px;
}

.packageDetails.dark-blue li:first-child {
    background-color: #0470fd;
    color: #FFF;
    padding: 5px 10px;
}

.packageDetails.dgreen li:first-child {
    background-color: #2aa5d7;
    color: #FFF;
    padding: 5px 10px;
}

.packageDetails.red li:first-child {
    background-color: #f75551;
    color: #FFF;
    padding: 5px 10px;
}


#economy select {
    border: 0;
    outline: 0;
    padding: 3px 8px;
}

.packageContainer {
    width: 100%;
    overflow: auto;
}

.leftbar_head {
    color: #000;
    font-size: 25px !important;
    text-transform: uppercase;
    text-align: center !important;
    padding: 30px !important;
}

.first_raw {
    height: 110px;
}

.packageDetails .blue {
    background: #00a4ca;
    box-shadow: inset 0 0 10px rgba(68, 68, 68, 0.6);
}

    .packageDetails .blue a {
        color: #fff;
        display: inline-block;
        width: 100%;
        line-height: 42px;
        font-size: 18px;
    }

.packageDetails .green {
    background: #6f9e2d;
    box-shadow: inset 0 0 10px rgba(68, 68, 68, 0.6);
}

    .packageDetails .green a {
        color: #fff;
        display: inline-block;
        width: 100%;
        line-height: 42px;
        font-size: 18px;
    }

.packageDetails .pink {
    background: #d24280;
    box-shadow: inset 0 0 10px rgba(68, 68, 68, 0.6);
}

    .packageDetails .pink a {
        color: #fff;
        display: inline-block;
        width: 100%;
        line-height: 42px;
        font-size: 18px;
    }

.packageDetails .orange {
    background: #faa41c;
    box-shadow: inset 0 0 10px rgba(68, 68, 68, 0.6);
}


    .packageDetails .orange a {
        color: #fff;
        display: inline-block;
        width: 100%;
        line-height: 42px;
        font-size: 18px;
    }

.packageDetails .dark-blue {
    background: #0470fd;
    box-shadow: inset 0 0 10px rgba(68, 68, 68, 0.6);
}


    .packageDetails .dark-blue a {
        color: #fff;
        display: inline-block;
        width: 100%;
        line-height: 42px;
        font-size: 18px;
    }

.packageDetails .dgreen {
    background: #2aa5d7;
    box-shadow: inset 0 0 10px rgba(68, 68, 68, 0.6);
}

    .packageDetails .dgreen a {
        color: #fff;
        display: inline-block;
        width: 100%;
        line-height: 42px;
        font-size: 18px;
    }

.packageDetails .red {
    background: #f75551;
    box-shadow: inset 0 0 10px rgba(68, 68, 68, 0.6);
}

    .packageDetails .red a {
        color: #fff;
        display: inline-block;
        width: 100%;
        line-height: 42px;
        font-size: 18px;
    }



.packageDetails .purple {
    background: #7769d8;
    box-shadow: inset 0 0 10px rgba(68, 68, 68, 0.6);
}

    .packageDetails .purple a {
        color: #fff;
        display: inline-block;
        width: 100%;
        line-height: 42px;
        font-size: 18px;
    }

    .packageDetails.purple li:first-child {
        background-color: #7769d8;
        color: #FFF;
        padding: 5px 10px;
    }

.star {
    color: #f00;
    font-size: 27px;
}

.star_footer {
    color: #f00;
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
}

.packagefirst {
    background-color: rgb(43, 61, 81, 0.1);
}

.blue ul {
    background-color: rgb(0, 164, 202, 0.1);
}

.green ul {
    background-color: rgb(116, 165, 46, 0.1);
}

.pink ul {
    background-color: rgb(210, 66, 128, 0.1);
}

.orange ul {
    background-color: rgb(250, 164, 28, 0.1);
}

.purple ul {
    background-color: rgb(119, 105, 216, 0.2);
}

.red ul {
    background-color: rgb(253, 181, 180, 0.2);
}


.signup-package .packageDetails.blue li .package_type, .packageDetails.green li .package_type, .packageDetails.green li .package_type, .packageDetails.pink li .package_type, .packageDetails.orange li .package_type, .packageDetails.purple li .package_type, .packageDetails.red li .package_type, .packageDetails.dark-blue li .package_type, .packageDetails.dgreen li .package_type {
    text-transform: none;
    font-size: 20px;
    font-weight: normal;
}

.packageContainer .packageLeftBar li, .packageDetails li {
    font-size: 13px;
}

.package li {
    list-style: none;
}

.package ul {
    margin: 0;
    padding: 0;
}


.signup-package .packageLeftBar {
    width: 20%;
}

.signup-package .packageDetails {
    width: 10%;
}

.paymentplan-india .signup-package .packageLeftBar {
    width: 23%;
}

.paymentplan-india .signup-package .packageDetails {
    width: 11%;
}

.packageDetails .purple {
    background: #7769d8;
    box-shadow: inset 0 0 10px rgba(68, 68, 68, 0.6);
}

.packageDetails .dgreen {
    background: #2aa5d7;
    box-shadow: inset 0 0 10px rgba(68, 68, 68, 0.6);
}




.services-item .content-part .title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #fff;
}

.services-item .img-part img {
    width: 100%;
    height: 220px;
}

.services-item .content-part {
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px;
    border-radius: 4px;
    transition: all .3s ease;
}

    .services-item .content-part .desc {
        font-size: 16px;
        line-height: 26px;
        font-weight: normal;
        color: #fff;
        margin: 0;
        font-style: normal;
        position: relative;
    }



.free-sign-up .form-control-div {
    padding: 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.free-sign-up .form-control {
    padding: 8px 12px !important;
    font-size: 14px;
    background-color: #f7f7f7 !important;
}

.captcha-code-full {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
}

    .captcha-code-full .captcha-code-img {
        width: auto;
        height: auto;
        margin: 0;
        padding: 5px 30px;
        border: 1px solid #f1f1f1;
        background-color: #fff;
        display: inline-block;
    }

    .captcha-code-full .captcha-code-input {
        width: 280px;
        height: auto;
        margin: 0;
        padding: 0;
        display: inline-block;
    }

.contact-us-form textarea {
    padding: 8px 20px;
    border-radius: 0;
    border: 1px solid #dfdede;
    resize: none;
    background: #f7f7f7;
    border-radius: .25rem;
}

.free-sign-up .col-form-label {
    padding-top: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 16px;
    text-align: left;
    padding-right: 0;
    padding-left: 0;
    color: #222;
    font-weight: 500;
}
/*.free-sign-up .form-group {width: 50%;}*/
.quick-box {
    width: 100%;
    display: block;
    float: right;
    position: relative;
    z-index: 9;
    background: #fff;
    margin: 0;
    padding: 50px 75px;
    border-radius: 0;
    -webkit-box-shadow: 1px 9px 19px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 1px 9px 19px 0 rgba(0,0,0,.15);
    box-shadow: 1px 9px 19px 0 rgba(0,0,0,.15);
}




#main-termcondition {
    height: 150px;
    margin: auto;
    margin-top: 5px;
}

.terms-conditions {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    padding: 8px 20px;
}

.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .nano .nano-content {
        padding: 10px;
        padding-right: 20px;
    }

    .nano > .nano-content {
        position: absolute;
        overflow: scroll;
        overflow-x: hidden;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.features_item {
    list-style: none;
    font-style: normal;
    line-height: 22px;
    padding: 0;
    text-align: left;
}

.terms_condition_titel {
    font-size: 14px !important;
    color: #032846 !important;
    margin: 0;
    line-height: normal !important;
    padding-left: 0 !important;
}

.features_item li {
    font-style: normal;
    line-height: 30px;
    font-size: 16px;
    color: #434343;
    float: none;
    width: auto;
    padding: 4px 0;
    text-align: justify;
}

.terms-conditions ul li {
    font-size: 13px;
    line-height: 20px;
    color: #222;
    padding: 5px 0 5px 18px;
    position: relative;
}

.features_item .fa {
    padding-right: 10px;
    color: #28b05f;
}

.terms-conditions ul li i {
    position: absolute;
    left: 0;
    top: 11px;
    font-size: 10px;
    color: #222 !important;
}


.form-detail {
    margin: 0px 0px 50px 0px;
}

.free_signup_sidebar_content {
    background: #f7f7f7;
    padding: 30px;
    border-radius: 0;
    height: 100%;
}

.free_signup_demo_helper_image {
    width: auto;
    height: auto;
    margin: 0 0 25px 0;
    text-align: center;
}

    .free_signup_demo_helper_image img {
        max-width: 80%;
        margin: 0 auto;
    }

.free_signup_sidebar_content h2 {
    color: #032846;
    text-transform: none;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding: 0;
}

.free_signup_sidebar_content ul {
    margin: 0 0 12px 22px;
    padding: 0;
}

    .free_signup_sidebar_content ul li {
        list-style: none;
        margin: 0;
        padding: 2px 0;
    }

        .free_signup_sidebar_content ul li i {
            margin: 0 8px 0 0;
        }

        .free_signup_sidebar_content ul li a {
            color: #032846;
            text-transform: none;
            font-size: 16px;
            font-weight: 600;
        }

.free_signup_sidebar_content h4 a {
    text-decoration: none;
    color: #28b05f;
}

.free_signup_sidebar_content h4 {
    color: #222;
    text-transform: none;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 34px;
}



.contact-form-btn {
    border-radius: 50px;
    padding: 12px 26px 13px 26px;
    background: #f89e15;
    color: #fff;
    text-decoration: none;
    border: 2px solid #f89e15;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
}

.refund-policy h5 {
    font-size: 24px;
    padding-bottom: 15px;
}

.refund-policy ul li {
    line-height: 36px;
}

.refund-policy ul i {
    top: 12px !important;
}


.features_item li {
    padding-left: 25px !important;
}

    .features_item li .fa {
        left: 0;
        position: absolute;
        top: 7px;
    }



.full-box-row-inner .tab-nav-div {
    background: #2aa5d7;
}

.full-box-row-inner .nav-tabs {
    border-bottom: none;
    /* text-align: center; */
    justify-content: center;
}

.full-box-row-inner .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #9bb8df;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
}

.full-box-row-inner .tab-content {
    margin-top: 12px;
}

.full-box-row-inner .nav-tabs .nav-item.show .nav-link, .full-box-row-inner .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    /* border: 5px solid #2aa5d7; */
    /* margin-top: -3px; */
    /* border-bottom: 0px; */
    position: relative;
    top: 10px;
    line-height: 17px;
    height: 44px;
}

.full-box-row-inner .tab-con-item .box_title h3 {
    background-color: #f89e15;
}

.full-box-row-inner .tab-con-item {
    margin-left: 0;
}



.tab-point-img-div {
    border: 1px solid #d6d6d6;
    float: left;
    padding: 6px;
    background-color: #fff;
    width: 250px;
    margin: 0 15px 0 0;
}

    .tab-point-img-div img {
        display: block;
        max-width: 100%;
    }

.benefit_point {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #222222;
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 0;
}

    .benefit_point strong {
        font-weight: 600;
    }

.full-box-row-inner .tab-con-item .box_title h3 {
    top: 0;
}

.full-box-row-inner .tab-con-item .box_title {
    margin-top: -35px;
    margin-bottom: 15px;
}


.question_part3 li {
    width: 33%;
}


.mobile-app-admin img {
    max-width: 100%;
    margin-bottom: 30px;
}

.icon-div img {
    max-width: 100%;
}



.color-switcher {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 280px;
    background: #fff;
    text-align: center;
    transition: all .5s ease 0;
    z-index: 999;
    -webkit-box-shadow: 0 0 17px 1px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 17px 1px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 17px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 17px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 17px 1px rgba(0, 0, 0, .1);
}

    .color-switcher.switcher-palate {
        bottom: -482px;
    }

.color-trigger {
    position: relative;
    top: 0;
    height: auto;
    right: 0;
    width: auto;
    line-height: normal;
    cursor: pointer;
    background: #f89e15;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    padding: 10px;
}

    .color-trigger i {
        font-size: 20px;
        line-height: normal;
        color: #fff;
    }

.color-switcher .form-div {
    padding: 5px 10px;
    margin: 0;
}

    .color-switcher .form-div input,
    .color-switcher .form-div select {
        padding: 5px 15px;
        margin: 3px 0;
        width: 100%;
        background: #f0f0f0;
        border: 0;
        outline: 0;
        font-size: 13px;
        color: #464646;
        font-weight: 400;
        height: 30px;
        line-height: 30px;
    }

    .color-switcher .form-div textarea {
        padding: 5px 15px;
        margin: 5px 0;
        width: 100%;
        height: 60px;
        background: #f0f0f0;
        border: 0;
        outline: 0;
        font-size: 13px;
        color: #464646;
        font-weight: 400;
        line-height: 22px;
    }

    .color-switcher .form-div .submit {
        background-color: #032846;
        padding: 5px 20px;
        text-align: center;
        margin: 0;
        color: #fff;
        font-size: 18px;
        font-weight: normal;
        display: block;
        text-transform: uppercase;
        border-radius: 50px;
    }


.section--blue-bg {
    background: #2aa5d7;
}




















.responsive_services_offered .container-fluid {
    max-width: 1660px;
}

.new-development-services-point-home .new-development-services-list {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    position: relative;
    transition: all ease .5s;
}

.new-development-services-point-home .new-development-services-left .new-development-services-list:first-child, .new-development-services-point-home .new-development-services-left .new-development-services-list:last-child {
    left: 50px;
}

.new-development-services-point-home .new-development-services-left .new-development-services-img {
    float: right;
    margin-right: 0;
    margin-left: 12px;
}

.new-development-services-point-home .new-development-services-text {
    width: 80%;
    float: left;
    padding-top: 8px;
}

    .new-development-services-point-home .new-development-services-text h3, .new-development-services-point-home .new-development-services-text h4 {
        font-size: 18px;
        color: #ffbf5f;
        line-height: 1.7;
        padding: 0;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .new-development-services-point-home .new-development-services-text p {
        font-size: 14px;
        color: #fff;
        line-height: 26px;
        margin: 0px;
        font-weight: 400;
    }

.new-development-services-point-home .new-development-services-center {
    text-align: center;
    align-items: center;
    display: flex;
}

.new-development-services-point-home .new-development-services-center-img {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}

.new-development-services-point-home .angular-development-services .new-development-services-center-img {
    margin: 230px auto 0;
}

.new-development-services-point-home .new-development-services-right .new-development-services-list:first-child, .new-development-services-point-home .new-development-services-right .new-development-services-list:last-child {
    right: 50px;
}

.new-development-services-point-home .new-development-services-list {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    position: relative;
    transition: all ease .5s;
    background: #167ac6;
    border-radius: 15px;
    padding: 15px;
}

.new-development-services-point-home .new-development-services-left .new-development-services-text {
    text-align: right;
    float: right;
}

.new-development-services-point-home .new-development-services-point {
    padding: 0px 10px;
    margin-top: 15px;
}

.new-development-services-point-home .new-development-services-img {
    float: left;
    background: #005697;
    border-radius: 20px;
    width: 100px;
    height: 100px;
    line-height: 95px;
    text-align: center;
    position: relative;
    margin-right: 12px;
    transition: all ease .5s;
    box-shadow: none;
}


.video_btn {
    position: relative;
    top: -111px;
}

    .video_btn:hover {
        background-color: #f89e15;
        color: #fff;
    }

.contact-info-box-content i {
    float: left;
    margin-top: 6px;
    color: #28b05f;
    font-size: 22px;
    position: relative;
    top: -2px;
    margin-right: 20px;
}

.contact-info-box-content {
    background: #f7f7f7;
    padding: 30px;
    border-radius: 0;
    height: 100%;
}

    .contact-info-box-content .contact_info {
        line-height: 25px;
        font-weight: 600;
        clear: both;
        margin-bottom: 20px;
    }

.contact_info a {
    color: #222;
}

    .contact_info a:hover {
        color: #2371d5;
    }

.contact-info-box-content .contact_info .phone-titel {
    font-size: 16px;
    margin-top: 0;
    color: #28b05f;
    padding-right: 8px;
}

.our_offices_box img {
    max-width: 100%;
}

.map {
    height: 450px;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

.features_item_1 {
    position: relative;
}

    .features_item_1 li {
        position: relative;
    }

        .features_item_1 li .fa {
            top: 13px;
        }



.payroll_list {
    margin: 0px;
    padding: 0px;
}

    .payroll_list li {
        font-weight: 400;
        font-size: 15px;
        line-height: 30px;
        color: #17171d;
        margin: 0px;
        padding: 0px;
        list-style: none;
        position: relative;
        padding-left: 26px;
        padding-bottom: 10px;
    }

        .payroll_list li .fa {
            position: absolute;
            top: 8px;
            left: 0;
        }


/*.small_video{background: #f0f0f0;}*/
.video-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    padding: 10px 0px 15px 0px;
    color: #2aa5d7;
}


.video-btn a {
    background: #f00;
    padding: 8px 20px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
}



.small_video {
    padding: 10px 10px 0px 10px;
    background: #f0f0f0;
    height: 100%;
}

.demo-video-part iframe {
    height: 250px;
}

/*.keyword_data {
	font-weight: 500;
	text-transform: none;
	text-align: center;
	background: #f1f8fc;
	padding: 7px 10px;
	margin: 8px 0;
	border: 1px solid #dae1e4;font-size: 14px;line-height: 26px;
}
.keyword_data a {
	font-weight: 600;
}
.keyword_data, .keyword_data a {
	font-size: 14px;	
	line-height: 26px;
	text-decoration: none;color: #222;clear: both;
}
.keyword_data a:hover {
	color: #f89e15;
	text-decoration: underline;
}*/

.keyword_data, .box {
    font-weight: 500;
    text-transform: none;
    text-align: center;
    background: #f1f8fc;
    padding: 7px 10px;
    margin: 8px 0;
    border: 1px solid #dae1e4;
    font-size: 14px;
    line-height: 26px;
}

    .keyword_data a, .box a {
        font-weight: 600;
    }

    .keyword_data, .keyword_data a, .box, .box a {
        font-size: 14px;
        line-height: 26px;
        text-decoration: none;
        color: #222;
        clear: both;
    }

        .keyword_data a:hover, .box a:hover {
            color: #f89e15;
            text-decoration: underline;
        }

.country-part hr {
    border: none;
    width: auto;
    height: 50px;
    border-bottom: 1px solid #d6d6d6;
    box-shadow: 0 16px 17px -20px #959393;
    margin: -20px auto 20px;
    background: 0 0;
    opacity: .9;
}

.country-part .section-title .inner-sub-title {
    font-size: 26px;
    text-transform: none;
    margin-bottom: 5px;
    padding-bottom: 0;
    color: #053674;
    font-weight: 600;
    line-height: 50px;
    background: transparent;
    padding: 0px;
}


.country_listing {
    margin: 0 0 30px 0;
    padding: 0px;
    float: left;
}

    .country_listing li {
        background: url(../images/check-img-faq.png) left 10px no-repeat;
        border: 0;
        padding-left: 32px;
        position: relative;
        line-height: 34px;
        margin: 0;
        font-weight: 500;
        list-style: none;
        width: 50%;
        float: left;
    }

.country_listing_full li {
    width: 100%;
}

.country_listing li a {
    color: #222;
}

    .country_listing li a:hover {
        color: #2371d5;
    }

.inner-small-p-details-bg {
    background: #f1fafc;
    padding: 20px;
    text-align: justify;
}

.full-box-row-country .tab-con-item {
    margin-left: 0;
    padding: 0;
}



.services-country .nav-tabs {
    /*border-bottom: 1px solid #ececec;*/
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(231,242,251,0), rgba(31,82,148), rgba(231,242,251,0));
    border-image-slice: 1;
}

    .services-country .nav-tabs .nav-item.show .nav-link, .services-country .nav-tabs .nav-link.active {
        color: #222;
        background-color: transparent;
        border-color: transparent;
        position: relative;
    }

.services-country .nav-link {
    display: block;
    padding: .5rem 5px 15px;
    color: #2aa5d7;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.services-country .nav-tabs .nav-item.show .nav-link::before, .services-country .nav-tabs .nav-link.active::before {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 30%;
    height: 3px;
    background-color: #f89e15;
    content: '';
    bottom: -2px;
    left: 35%;
}

.services-country .nav-item {
    width: 20%;
    text-align: center;
}

.services-country .nav-link .services_tabs_link_icon {
    height: 60px;
    width: 60px;
    background: url(../images/sprite-genius.png) no-repeat;
    margin: 0 auto 10px;
    text-align: center;
}

    .services-country .nav-link .services_tabs_link_icon.academics_img {
        /*  background-position: -364px -60px;*/
        background: url(../images/country-tab-icon1.png) center center no-repeat;
    }

    .services-country .nav-link .services_tabs_link_icon.student_img {
        background: url(../images/country-tab-icon2.png) center center no-repeat;
    }

    .services-country .nav-link .services_tabs_link_icon.transportation_img {
        background: url(../images/country-tab-icon3.png) center center no-repeat;
    }

    .services-country .nav-link .services_tabs_link_icon.exam_img {
        background: url(../images/country-tab-icon4.png) center center no-repeat;
    }

    .services-country .nav-link .services_tabs_link_icon.payroll_img {
        background: url(../images/country-tab-icon5.png) center center no-repeat;
    }
/*

.services-country .nav-link.active .services_tabs_link_icon.academics_img {
  background-position: -364px 0px;
}
.services-country .nav-link.active .services_tabs_link_icon.student_img {
	background-position: -424px 0px;
}
.services-country .nav-link.active .services_tabs_link_icon.transportation_img {
	background-position: -484px 0px;
}
.services-country .nav-link.active .services_tabs_link_icon.exam_img {
	background-position: -544px 0px;
}
.services-country .nav-link.active .services_tabs_link_icon.payroll_img {
	background-position: -604px 0px;
}
*/


.country-title h1 {
    font-size: 27px;
}


.inner-sub-title-artical {
    background: none;
    text-transform: none;
    text-align: left;
    padding: 10px 0px 0px 0px;
    font-size: 22px;
    color: #2aa5d7;
    font-weight: 700;
    margin-bottom: 15px;
}






.dashboard_icon1 {
    width: 33.33%;
    text-align: center;
    padding: 2px;
    float: left;
}

/*.dashboard_icon1_inner{border: 1px solid #d6d6d6;padding: 11px 0px 6px 0px}*/
.dashboard_icon1_inner {
    border: 0px solid #d6d6d6;
    padding: 11px 0px 6px 0px;
    background: #f0f0f0;
    font-size: 14px;
    font-weight: 600;
}

.mobile_screen {
    background-image: url(../images/mobile-screen.png);
    left: 0;
    max-width: 600px;
    height: 1000px;
    background-repeat: no-repeat;
    padding: 75px 43px 54px 48px;
}

.dashboard_img {
    padding-bottom: 7px;
}

    .dashboard_img img {
        width: auto;
        height: 50px;
    }

.mobileapp-bg {
    background: #e7f2fb;
    border-radius: 20px;
    position: relative;
}

    .mobileapp-bg::before {
        background: #2aa5d7;
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        border-radius: 20px;
        margin: 20px;
        z-index: -1;
    }


    .mobileapp-bg img {
        max-width: 320px;
    }

.mobileapp_image {
    text-align: center;
    padding: 20px;
}



.outsourcing-main {
    position: relative;
    margin-top: 0px;
}

.outsourcing-main-left {
    position: relative;
    background: #fff;
    padding: 40px 0;
}

    .outsourcing-main-left::before {
        position: absolute;
        margin: 0;
        padding: 0;
        content: '';
        width: 50%;
        height: 100%;
        background: #ecf4fd;
        top: 0;
    }

.center-text {
    display: inline-flex;
    align-items: center;
}

.outsourcing-main-text {
    padding: 0 50px;
}

.outsourcing-main h3 {
    color: #2aa5d7;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 20px;
}

.outsourcing-main p {
    line-height: 34px;
    text-align: justify;
}

.outsourcing-img {
    height: 280px;
    width: auto;
    margin: 0 auto;
    text-align: center;
}

    .outsourcing-img img {
        max-width: 100%;
        max-height: 100%;
    }

.outsourcing-main-right {
    background: #fff;
    position: relative;
    padding: 40px 0;
}

    .outsourcing-main-right::before {
        position: absolute;
        margin: 0;
        padding: 0;
        content: '';
        width: 50%;
        height: 100%;
        background: #ecf4fd;
        right: 0;
        top: 0;
    }

.effective_benefits {
    padding: 30px 0;
    position: relative;
}

    .effective_benefits::before {
        position: absolute;
        width: 58.33333333%;
        background: linear-gradient(to bottom,#194074,#194074);
        content: '';
        height: 100%;
        right: 0;
        top: 0;
    }

    .effective_benefits::after {
        position: absolute;
        width: 41.66666667%;
        background: url(../images/school-management-system.jpg) top/cover no-repeat #fff;
        content: '';
        height: 100%;
        left: 0;
        top: 0;
    }

    #inner-banner-form, .effective_benefits .right-div {
        padding-left: 50px;
    }

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.section-blue-part {
    background-color: #ecf4fd;
}

.you_tube-new {
    height: 100%;
    display: flex;
    align-items: center;
}

    .you_tube-new iframe {
        width: 100%;
        min-height: 350px;
        padding: 0px 0px 0px 0px;
    }

.page_banner_video_bg {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0;
    background-color: #f89e15;
}

.video-left-img {
    display: flex;
    align-items: center;
}

    .video-left-img img {
        max-width: 100%;
    }

.h4 {
    font-size: 20px;
    color: #17171d;
    font-size: 20px;
    line-height: 28px;
}

.our_exemplary_services .benefits-out-new {
    padding-top: 15px;
}

.our_exemplary_services .icon-box-new {
    padding: 20px 12px;
    position: relative;
    /* overflow: hidden; */
    /* background: #fff; */
    /* box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2); */
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    text-align: center;
    background-image: linear-gradient(to bottom, #0049a8, #00306f);
    width: 100%;
}

    .our_exemplary_services .icon-box-new ul.banner_list {
        padding: 0;
        margin: 0px;
        text-align: left;
    }

        .our_exemplary_services .icon-box-new ul.banner_list li {
            color: #fff;
            list-style: none;
            /* padding-bottom: 0; */
            font-size: 16px;
            font-weight: 400;
            position: relative;
            /* padding-left: 25px; */
            letter-spacing: 1.5px;
            padding: 5px 0 5px 25px;
        }

        .our_exemplary_services .icon-box-new ul.banner_list .fa {
            padding-right: 10px;
            color: #ffac00;
            position: absolute;
            left: 0px;
            top: 8px;
            font-size: 16px;
        }

.display-inline {
    display: inline-block;
    width: 40%;
    margin-bottom: 5px;
}

#hero.hero-inner p {
    margin-bottom: 20px;
}

#hero .btn-get-started.yellow {
    margin: 20px 0px;
}

.display-inline-1 strong {
    color: #00e1b8;
    font-size: 16px;
    padding-bottom: 8px;
    padding-right: 3px;
    font-weight: 600;
}

.country-title-text {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 0;
    color: #2aa5d7;
    text-align: left;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

    .country-title-text span {
        color: #f89e15;
    }

.main-point-titel-blue {
    font-weight: 600;
    font-size: 20px;
    color: #0c2c47;
    margin: 0 0 8px 0;
    padding: 0 0 6px 0;
    letter-spacing: 1px;
    border-bottom: 1px solid #d6d6d6;
}

.aws-top-logo {
}

.bottom-aws-logo {
    width: 120px;
    margin: 10px auto 0;
}

    .bottom-aws-logo img {
        max-width: 100%;
    }

.aws-logo-banner {
    display: inline-block;
    position: relative;
    top: -3px;
    margin-left: 5px;
}

    .aws-logo-banner img {
        max-width: 100%;
    }

.clients-top-aws-logo {
    width: 70px;
    margin: 0 auto 5px auto;
    padding: 0px;
}

    .clients-top-aws-logo img {
        max-width: 100%;
    }

.cmmi {
    text-align: center;
    align-items: center;
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
}

.cmmi-img {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
}


/* Advertise PoPup */

.offer-popup {
    display: none;
    height: 100%;
    width: 100%;
    visibility: visible;
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: left;
}

#sb-overlay {
    position: relative;
    height: 100%;
    width: 100%;
}

#sb-wrapper {
    left: 0;
    right: 0;
    top: 7%;
    margin: 0 auto;
}

#sb-wrapper {
    position: absolute;
    visibility: hidden;
    width: 60%;
    height: auto;
    background: #fff;
}

#sb-wrapper-inner {
    position: relative;
}

.right_form {
    background-image: linear-gradient(#00387e, #012655);
    width: 50%;
    padding: 0px;
    background-size: cover;
    padding-bottom: 20px;
    flex: 0 0 0 auto;
}

.discount-tag {
    font-size: 1.5vw;
    color: #fff;
    font-weight: 800;
    line-height: 2.5vw;
    text-align: center;
    padding-top: 20px;
}

    .discount-tag span {
        color: #f89e15;
    }

        .discount-tag span.upto {
            font-size: 1.5vw;
        }

        .discount-tag span.per-off {
            font-size: 2.3vw;
            background: none;
        }

.close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0%;
    padding: 10px;
    font-size: 30px;
    font-weight: bold;
    background: #a70822;
    color: #fff;
    line-height: 20px;
}

    .close:hover {
        background: #bbb;
    }

.schedule-form {
    padding: 10px 30px;
}

    .schedule-form .schedule-btn {
        background-image: linear-gradient(#f9b339, #fe7c19);
        border: 0px;
        text-transform: uppercase;
        text-align: left;
        margin-top: 5px;
        font-size: 18px;
        font-weight: bold;
        color: #003982;
        padding: 14px 70px;
        line-height: 18px;
        border-radius: 100px;
    }

    .schedule-form .contact-form-btn:hover {
        background: #2aa5d7;
        border: 0px;
    }

.valid-btn {
    background: #2aa5d7;
    text-transform: none !important;
    border: 0px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 0px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 14px 30px;
    line-height: 18px;
    border-radius: 100px;
}

    .valid-btn:hover {
        background: #f89e15;
        text-transform: none;
    }


.form-group {
    margin-bottom: 7px;
}

.header-form {
    background: url(../images/right-top-bg.png);
    background-repeat: repeat-x;
    height: 109 px;
    position: relative;
}

    .header-form:before {
        background: url(../images/right-top-left.png) no-repeat left;
        height: 154px;
        content: '';
        width: 98px;
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .header-form:after {
        background: url(../images/right-top-right.png) no-repeat right;
        height: 145px;
        content: '';
        width: 144px;
        position: absolute;
        right: 30px;
        top: 10px;
    }

.left_offer_page {
    background: #f7ede3 url(../images/left-bg.png) no-repeat;
    width: 50%;
    background-size: contain;
    padding-bottom: 10px;
    flex: 0 0 0 auto;
    text-align: center;
}

.ad-logo {
    text-align: center;
    margin: 10px 0px 10px 0px;
}

.discount-line {
    color: #000;
    font-size: 1.25vw;
    font-weight: 700;
    text-align: center;
    line-height: 35px;
}
/*
.discount-line span {
	color: #c10001;
	font-size: 1.5vw;
	font-weight: 800;
	line-height: 38px;
}
*/

#sb-player input, #sb-player select {
    font-size: 14px;
    height: 36px;
}

#sb-player {
    display: flex;
}




.school-title {
    background: #003f8f;
    padding: 0px 20px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 5px;
}

.discount-part {
    font-family: 'poetsenoneregular';
    font-size: 38px;
    color: #fff;
    background: #c10001;
    padding: 0px 15px;
    line-height: 43px;
    margin: 5px 0px;
    display: inline-block;
}

    .discount-part c {
        font-size: 26px;
    }

.hurry-text {
    font-family: PoetsenOne;
    font-size: 20px;
    color: #c10001;
    padding-left: 110px;
    margin-top: -40px;
    padding-bottom: 5px;
}


/* END Advertise PoPup */





.feature-box {
    background-color: #fff;
    box-shadow: 0px 10px 22px rgba(0,0,0,.05);
    border-radius: 4px;
    padding: 20px;
}

    .feature-box h6 {
        color: #1b1b1b;
        font-size: 16px;
        font-weight: 600;
        margin: 0px 0px 5px 0px;
        padding: 0px;
        letter-spacing: 1px;
    }

    .feature-box .feature-icon {
        background-color: rgba(35,113,213,.15);
        color: #05bd93;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 20px;
        border-radius: 4px;
    }

ul.part_list_menu1 i {
    color: #00a651;
    font-size: 16px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 3px;
}

ul.part_list_menu1 li {
    display: inline-block;
    width: 100%;
    line-height: 22px;
    color: #212121;
    font-size: 14px;
    letter-spacing: 1px;
}

ul.part_list_menu1 {
    padding: 0;
    margin: 0px 0px 0px 0px;
}

    ul.part_list_menu1 li {
        padding-left: 28px;
        position: relative;
        list-style: none;
    }
