html {
    position: relative;
    height: 100%;
    overflow-x: hidden
}

body {
    font-family: 'Nunito', sans-serif;
    /* background:#f3f0f0 ; */
    position: relative;
    height: 100%;
    background: url(../images/bg-revslider-1.png);
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
	
}

.header.sticky .header-in {
    padding: 10px 20px;
}

.header.sticky {
    position: fixed;
    background: #fff;
    z-index: 1000;
    width: 100%;
    float: left;
}

a:hover {
    text-decoration: none;
}

.header {
    width: 100%;
    float: left;
    background: transparent;
    transition: all .3s ease;
}

.header-in {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 20px 20px;
}

.header-in .logo {}

.header-in .menu {
    margin-left: 100px;
}
.cources-name{display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0px;
    padding: 0px;    flex-wrap: wrap;}
    .cources-name li{
    padding: 10px;
    margin: 5px 10px;
    min-width: 130px;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    /* box-shadow: inset 0 0 10px #fff; */
    border: 2px solid#ff0000;
    font-size: 22px;
}
     .cources-name li:nth-child(even){background:#000;color:#fff;}
      .cources-name li:nth-child(odd){background: #21b321;color:#000;}
      
/* .header-in .menu ul ul{display:none;float: left;position: absolute;top: 100%;z-index: 99999;left: 0;width: 240px;border-radius: 3px;background-color: #fff;box-shadow: 0 0 50px 0 rgb(0 0 0 / 7%);padding: 15px 0;transition: all 2s ease;}
.header-in .menu ul li:hover ul{display:block;}
.header-in .menu ul li li{display:block;width:100%;margin: 0;padding: 5px 10px;}
.header-in .menu ul li li a{display: block;    padding: 0px 0;} */
.header-in .menu ul li li:hover {
    background: #f1f1f1;
}

.header-in .menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.header-in .menu ul li {
    float: left;
    position: relative;
    margin: 0 20px;
    padding: 5px 0;
}

.header-in .menu ul li a:hover {
    text-decoration: none;
    color: #c50f11;
}

.header-in .menu ul li a {
    display: block;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #303360;
}

.pnumber {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pnumber a {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color:#c50f11;
    border-radius: 100px 100px 100px 100px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    /* width: 230px; */
    text-align: center;
    letter-spacing: 1px;
}

.pnumber a:hover {
    background: #303360
}

.header-wrap {}

.banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    clear: both;
}

.flex-box {
    display: flex;
    align-items: center;
    clear: both;
    flex-direction: row;
}

.flex-box .left-banner {
    width: 50%;
}

.flex-box .left-banner h1 {
    z-index: 12;
    height: auto;
    width: auto;
    color: rgb(0, 9, 44);
    text-decoration: none;
    text-align: left;
    line-height: 60px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 60px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: perspective(600px);
    visibility: visible;
}

.flex-box .left-banner h2 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 400;
    color: #c50f11;
    position: relative;
    padding-left: 70px;
}

.flex-box .left-banner h2:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 2px;
    background-color: #c50f11;
    left: 0;
    top: 50%;
}

.flex-box .left-banner p {
    color: rgb(85, 85, 85);
    text-decoration: none;
    text-align: left;
    line-height: 40px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 24px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
}

.flex-box .right-banner {
    width: 50%;
    position: relative;
}

.btn-wrap {
    display: flex;
    align-items: center;
    margin-top: 70px;
}

.my-buttion:hover {
    color: #fff;
}

.my-buttion-video {
    display: flex;
    align-items: center;

}

.my-buttion-video .video-icon {
    background: url(../images/play.jpg);
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: row;
}

.my-buttion-video .text-btn {
    color: #c50f11;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-left: -10px;
}

.my-buttion:hover {
    background: #303360
}

.my-buttion {
    background-color: #c50f11;
    color: rgb(255, 255, 255);
    text-decoration: none;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 16px;
    padding: 18px 26px;
    border-radius: 50px;
    text-align: center;
    border-width: 0px;
    display: inline-block;
    transition: all 0.5s ease;
    position: relative;
    margin-right: 30px;
    /* min-width: 180px; */
    border-radius: 30px;
}

.section {
    float: left;
    width: 100%;
    padding: 100px 0 100px 0;
    background-image: url(../images/bg-section2.svg);
    background-repeat: no-repeat;
}

.h2hero {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 30px 0;
    font-weight: 800;
}

h4 {
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0px;
    text-transform: uppercase;
}
.bellow-banner{
    width: 100%;
    float: left;
    padding: 100px 0;
}
.flex-banner-type{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.head-left{
    width: 48%;
    padding: 0 50px;
    position: relative;
    color: #222222;
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 600;
    text-align: right;
    /* border-right: 2px solid #ff0000; */
}
.head-right{
    width: 48%;
    padding: 0 50px;
    position: relative;
    color: #555555;
    font-size: 14px;
    line-height: 1.9em;
    color: #696687;
    font-size: 16px;
    line-height: 1.7em;
    background: #fff;
    padding:20px;
    border-left: 2px solid #ff0000;
}
.counter{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-items: center;
    clear: both;
    padding: 30px;
	background-image:url(http://z.commonsupport.com/bratis/wp-content/uploads/2021/04/pattern-2.png);
	background-color:#05e249;float: left;;margin-top: 100px;
}
.c-box img{width: 70px;}
.c-box{
    float: left;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 32px 57px;
}
.c-box .c-box-right{
    padding-left: 40px;
    color: #fff;
}
.c-box .c-box-right h3{margin:0px;padding:0px;color: #fff;font-size: 20px;position: relative;font-size: 16px;font-weight: 500;color: #ffffff;letter-spacing: 1px;}
.c-box .c-box-right .t,
.c-box .c-box-right .timer{
    font-size: 50px;
    position: relative;
    font-size: 60px;
    line-height: 1em;
    font-weight: 700;
    color: #ffffff;
    margin: 10px 0px 0px;
}
.flex-grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-grid-item:nth-child(1) {
    background: #f9f8ff
}

.flex-grid-item:nth-child(2) {
    background: #fffcf6
}

.flex-grid-item:nth-child(3) {
    background: #f0fffc
}

.flex-grid-item:nth-child(6) {
    background: #f9f8ff
}

.flex-grid-item:nth-child(4) {
    background: #fffcf6
}

.flex-grid-item:nth-child(5) {
    background: #f0fffc
}

.flex-grid-item {
    width: 30%;
    text-align: center;
    padding: 60px 43px 57px 43px;
    background-color: #f9f8ff;
    border-radius: 10px 10px 10px 10px;
    justify-content: center;
    margin: 20px 0;
}

.flex-grid-item figure {
    margin: 0;
    max-width: 140px;
    width: 140px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 150px;
}

.flex-grid-item img {
    max-width: 100%;
}

.flex-grid-item h3 {
    color: #3b3663;
    font-size: 20px;
    line-height: 26px;
}

.flex-grid-item p {
    color: #696687;
    font-size: 16px;
    line-height: 1.7em;
}

.section-2 h2 {
    color: #fff;
}

.section-2 {
    padding: 50px 0;
    width: 100%;
    float: left;
    background: #000;
    position: relative;

}

.left-men {
    position: absolute;
    left: 40px;
    bottom: -100px;
    background-image: url(../images/left-mean.png);
    z-index: 222;
    width: 157px;
    height: 293px;
}

.right-men {
    position: absolute;
    right: 40px;
    bottom: -100px;
    background-image: url(../images/right-man.png);
    z-index: 222;
    width: 140px;
    height: 285px;
}

.section-3 {
    float: left;
    width: 100%;
    padding: 100px 0;
   
    /* background-image: url(http://demo.ovathemes.com/solume/wp-content/uploads/2022/05/Frame-421.svg); */
	background-image: url(https://boostup.qodeinteractive.com/wp-content/uploads/2018/11/background-workflow.jpg?id=2504);

}

img {
    max-width: 100%
}

.college-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.college-list-item {
    width: 31%;
    margin: 20px 0;
    background: #241a1a;
    border: 1px solid #e5e5e5;
}

.text-wrap {
    padding: 15px;
}

.college-list-item .image-wrap {
    transition: all 2s ease;
    width: 100%;
    height: 220px;
    overflow: hidden
}

.college-list-item .image-wrap img {
    transition: all 2s ease;
}

.college-list-item .image-wrap:hover img {
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Safari 3-8 */
    transform: scale(1.5);
}

.college-list-item p {
    color: #696687;
    font-size: 16px;
    line-height: 1.7em;
}

.college-list-item h3 {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    margin: 0px 0 20px 0;
}

.btn-list {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: self-end;
    position: relative;
    top: 29px;
}

.college-list-item a {
    margin: 0px;
    width: 50%;
    border-radius: 15px 0 0 15px;
    padding: 10px 0;
    background: #971515;
    border: 1px dashed #fff;
    /* background: transparent; */
    /* color: #000; */
}

.college-list-item a:last-child {
    background: #ff9800;
    border-left: 3px solid #fff;
    border-radius: 0 15px 15px 0;
}

.section-4 {
    width: 100%;
    float: left;
    padding: 100px 0;
}

.section-4 .flex-box {
    margin: 100px 0;
}

.section-4 .flex-box h3 {
    color: rgb(0, 9, 44);
    text-align: left;
    line-height: 60px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 35px;
    transform-origin: 50% 50%;
}

.section-4 .flex-box p {
    font-size: 20px;
    line-height: 30px;
}

.section-4 .flex-box ul li {
    font-size: 18px;
    line-height: 25px;
    color: rgb(85, 85, 85);
}

.section-5 .flex-box .left-banner p {
    font-size: 20px;
    line-height: 30px;
}

.section-5 {
    width: 100%;
    float: left;
    padding: 100px 0;
    position: relative;
    background-color: #F5F5FD;
    margin-bottom: 40px;
}

.section-5:after {
    content: "";
    background-image: url(https://livewp.site/wp/md/ewebot/wp-content/themes/ewebot/dist/img/bg-clouds_bottom.5d8f60b8.png);
    width: 100%;
    height: 191px;
    position: absolute;
    bottom: -70px;
    left: 0;
    background-repeat: repeat;
    background-position: 0 0;
    background-size: auto 100%;
    -webkit-animation: animatedBackground 300s linear infinite;
    animation: animatedBackground 300s linear infinite;
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0
    }

    to {
        background-position: -10000px 0
    }
}

.sitting-boy {
    position: absolute;
    right: 0;
    top: 30%;
}

.section-5 .flex-box {
    justify-content: space-between
}

.section-5 .flex-box .left-banner {
    width: 48%
}

.section-5 .flex-box .right-banner {
    width: 48%
}

.form-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    margin: 20px 0px;
}

.form-row .ctrl-wrap {
    width: 48%;
}

.form-row .ctrl-wrap .form-ctrl:focus {
    outline: none;
}

.form-row .ctrl-wrap .form-ctrl {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;

    border: none;
    border-bottom: 1px solid #c0baf6;
    background: transparent;
    padding: 0px 0;
    display: block;
    font-size: 17px;
    line-height: 41px;
}

/*footer*/
.site-footer {
    background-color: #252E31;
    float: left;
    width: 100%;
    position: relative
}

.site-footer ul,
.copyright ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.site-footer .wrapper {
    position: relative
}

.main-links h3 {
    color: rgba(255, 255, 255, .7);
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 400
}

.main-links h3:after {
    width: 50px;
    height: 3px;
    content: '';
    display: block;
    background: rgba(255, 255, 255, 0.1);
    margin: 10px 0 0
}

.mid_footer h3:after {
    margin-left: auto;
    margin-right: auto
}

.main-links ul li {
    margin-bottom: 5px
}

.main-links ul li:last-child {
    margin-bottom: 0
}

.main-links ul li a {
    display: block;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px;
    font-weight: 300;
    letter-spacing: .5px
}

.main-links ul li a:hover {
    color: #fff
}

.company-info img {
    display: block;
    margin-bottom: 25px;
    width: 200px
}

.company-info ul {
    margin-bottom: 15px;
    margin-top: 25px
}

.company-info ul li {
    position: relative;
    padding-left: 25px;
    line-height: 1.4;
    margin-bottom: 20px
}

.company-info ul li:last-child {
    margin-bottom: 0
}

.company-info ul li i {
    position: absolute;
    left: 0;
    top: 0
}

.company-info ul li .icons {
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px
}

.company-info ul li:first-child i {
    top: 2px
}

ul.social-links {
    font-size: 0
}

ul.social-links li {
    display: block;
    vertical-align: top;
    padding-left: 0;
    margin-bottom: 5px
}

ul.social-links li a {
    display: inline-block;
    min-height: 30px;
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    line-height: 1.2;
    position: relative;
    padding: 0 0 0 40px
}

ul.social-links li a .social-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .8
}

ul.social-links li a:hover .social-icon {
    opacity: 100
}

ul.social-links li a .social-icon img {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

ul.social-links li a i {
    position: relative
}

ul.social-links li.fb a .social-icon {
    background-color: #3b5998
}

ul.social-links li.tw a .social-icon {
    background-color: #00aced
}

ul.social-links li.ln a .social-icon {
    background-color: #007bb6
}

ul.social-links li.g-plus a .social-icon {
    background-color: #dd4b39
}

ul.social-links li.yt a .social-icon {
    background-color: #b00
}

ul.social-links li a {
    position: relative
}

ul.social-links li a img {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin: 0;
    opacity: .4;
    transition: all .3s;
    -webkit-transition: all .3s
}

ul.social-links li.g-plus a img {
    width: 20px;
    height: 20px
}

ul.social-links li a:hover img {
    opacity: 100
}

.partner {
    margin: 30px 0 0
}

.partner a {
    display: block;
    padding: 15px;
    font-size: 16px;
    line-height: 1;
    color: #fff !important;
    background: #192f59;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.partner a:hover {
    background: #192f59;
    color: #fff !important
}

.copyright {
    background-color: #252E31;
    text-align: center;
    padding: 15px;
    float: left;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.copyright ul {
    font-size: 0;
    margin-bottom: 10px
}

.copyright li {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding-right: 15px;
    margin-right: 15px;
    font-size: 14px
}

.copyright li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0 none
}

.copyright li a,
.company-info ul li a {
    display: block;
    line-height: 1;
    color: rgba(255, 255, 255, 0.4)
}

.copyright li a:hover,
.company-info ul li a:hover {
    color: #fff
}

.copyright p {
    color: rgba(255, 255, 255, 0.4);
    margin: 0
}

.copyright p a {
    color: #fff
}

.link-50 ul {
    width: 50%;
    float: left
}

.site-footer .container {
    width: 100%;
    max-width: 1400px
}

.top_footer {
    color: rgba(255, 255, 255, 0.3);
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.top_footer a,
.top_footer p {
    color: rgba(255, 255, 255, 0.3)
}

.top_footer a:hover {
    color: #fff
}

.top_footer .right_part {
    padding: 40px 0
}

.top_footer .company-info {
    position: relative;
    padding: 60px 15px 30px;
    background: rgba(0, 0, 0, 0.07);
    min-height: 100%
}

.top_footer .company-info:before {
    width: 5000px;
    height: 100%;
    content: '';
    position: absolute;
    left: -5000px;
    top: 0;
    background: rgba(0, 0, 0, 0.07)
}

.top_footer .flexed {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.top_footer .flexed .col-md-3 {
    order: -1
}

.mid_footer {
    width: 100%;
    padding: 20px 0;
    text-align: center
}

.mid_footer h3 {
    color: rgba(255, 255, 255, .7);
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 400
}

.mid_footer li {
    position: relative;
    padding: 0 8px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.4)
}

.mid_footer li a {
    color: rgba(255, 255, 255, 0.4)
}

.mid_footer li:not(:last-child):after {
    width: 1px;
    height: 12px;
    content: '';
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -6px;
    background: rgba(255, 255, 255, 0.4)
}

.mid_footer ul+ul li:last-child:after {
    display: none
}

.mid_footer li a:hover {
    color: #fff;
    text-decoration: none
}

.mid_footer ul {
    display: inline
}

/*end footer*/

/*compare page*/
.comapre-box {
    width: 100%;
    float: left;
    position: fixed;
    bottom: 0px;
    background: #195ec8;
    padding: 10px 0;
    display: none;
    z-index:999;
}

.comapre-box .comapre-box1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.comapre-box .comapre-box1 h4 {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    align-items: center;
    margin: 0px;
}

.comapre-box .comapre-box1 .btn {
    margin: 0 5px;
}

.comapre-box .comapre-box1 .btn:hover {
    background: #fff;
    color: #000;
}

.comapre-box .comapre-box2 {
    width: 100%;
    float: left;
}

.c-list-com {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.c-list-com .c-list-in {
    display: flex;
    align-items: center;
    background: #fff;
    /* width: 19%; */
    padding: 10px;
    margin: 10px;
    border-radius: 4px;
    border: 1px dashed #000;
    position: relative;
}

.c-list-com .c-list-in img {
    width: 60px;
    margin-right: 20px;
}

.c-list-com .c-list-in span.remove-me {
    position: absolute;
    right: -7px;
    top: -6px;
    background: #000;
    color: #fff;
    padding: 3px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 16px;
    border-radius: 100%;
    font-size: 12px;
    cursor: pointer;
}

.c-list-com .c-list-in span {
    font-weight: normal;
    font-size: 16px;
}

.compare-college {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.compare-header {
    width: 100%;
    float: left;
}
.mob-footer{display:none;}
.process{
    width: 100%;
    float: left;
	/* background-image:url(https://boostup.qodeinteractive.com/wp-content/uploads/2018/11/background-workflow.jpg?id=2504); */
	display:flex;flex-direction:row;justify-content:space-between;padding:50px 30px;position: relative;
}
.process-wrap h4{color:#fff;text-align:center;font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    display: block;margin:0px;}
.process-wrap h2{color:#fff;}
.process-wrap{width:100%;float:left;}
.process-wrap .item1{/* width:23%; */}
.process-wrap .item1:nth-child(odd){margin-top:300px}
a.call-now{
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    line-height: 52px;
    background: #c50f11;
    padding: 10px 20px;
    border-radius: 28px;
    box-shadow: 0 0 10px #fff;
    }
	a.call-now span{background:#000;padding: 9px;border-radius: 100%;font-size: 22px;}
.process:before{width: 96%;content:"";left: 2%;top: 0;background:#fff;position:absolute;height:2px;top: 50%;}
.desc-procesl h3{ font-family: Nunito, sans-serif;
    margin: 0px 0 20px 0;
    padding: 0px;
    font-size: 26px;
    line-height: 35px;}
	.desc-procesl p{ font-family: Nunito, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 26px;}
.desc-procesl{padding: 30px 36px;
    box-sizing: border-box;
    box-shadow: 0 5px 31px 0 rgb(0 0 0 / 20%);background:#fff;position:relative;text-align: left;
    padding: 30px 36px;
    box-sizing: border-box;
    box-shadow: 0 5px 31px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    border-radius: 10px;
   }
	.process-wrap .item1:nth-child(odd) .step{position: absolute;
    text-align: center;
    top: -110px;
    left: 0;
    right: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;}
	.process-wrap .item1:nth-child(even) .step{position: absolute;
    text-align: center;
    top: 250px;
    left: 0;
    right: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;}
	.process-wrap .item1:nth-child(odd) .desc-procesl:after{content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #fff;
    top: -75px;
    left: 50%;
    margin-left: -12px;
    text-align: center;}
		.process-wrap .item1:nth-child(odd) .desc-procesl:before{content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #1f75ff;
    top: -70px;
    left: 51.2%;
    margin-left: -12px;
    text-align: center;
    z-index: 9;}
	
	.process-wrap .item1:nth-child(even) .desc-procesl:after{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #fff;
    top: 223px;
    left: 50%;
    margin-left: -12px;
    text-align: center;
    }
		.process-wrap .item1:nth-child(even) .desc-procesl:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #1f75ff;
    top: 228px;
    left: 51.5%;
    margin-left: -12px;
    text-align: center;
    z-index: 9;
    }
	.line{width: 2px;
    height:60px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: -57px;
    margin-left: -3px;}
	.line2{
    width: 2px;
    height:60px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -59px;
    margin-left: -3px;
    }
.college-lis-new{
    width: 100%;
    float: left;
}
.college-list-contnet{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;position:relative;
}
.college-list-contnet .college-image img{max-width:100%}
.college-list-contnet .college-image.second{    margin-left: 0;
    margin-right: 30%;}
.college-list-contnet .college-image{
    text-align: center;
    width: 150px;
    height: 150px;
    border: 2px solid #000;
    background: #fff;
    display: flex;
    align-items: center;
    object-fit: fill;
    justify-content: center;
    float: right;
    margin-left: 30%;
}
.college-list-contnet .college-contnet{
    width: 40%;
    background: #fff;
    padding: 20px;
    padding: 10px 40px 10px 50px;
    border-radius: 0;
    background-color: #ffffff;
    display: flex;
    box-shadow: 6px 7px 20px rgb(0 0 0 / 10%);
    transition: 0.4s;
    flex-direction: column;
    position: relative;
}
.college-list-contnet:after{    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    background-image: linear-gradient(0deg, #ccc, #ccc 50%, transparent 50%, transparent 100%);
    background-size: 20px 20px;    z-index: 9;}
.college-list-contnet .college-contnet h3{}
.college-list-contnet .college-contnet p{}
.count-right{
    position: absolute;
    z-index: 2;
    font-size: 20px;
    font-weight: 800;
    transition: 0.4s;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 1;
    display: flex;
    border-radius: 50%;
    flex: 1 0 auto;
    justify-content: center;
    align-items: center;
    box-shadow: 19px 13px 32px 0px rgb(255 114 104 / 20%);
    background-image: linear-gradient(90deg, #ff7268 30%, #ffb06c 100%);
    left: -29px;
    top: 50%;
    margin-top: -30px;
    color: #fff;
    }
.count-right.opp{left:93%;background-image: linear-gradient(90deg, #643CB5 30%, #C670EA 100%);}
.count-right.opp:after{left:67px}
.count-right:after{
	content: '';
    height: 1px;
    position: absolute;
    top: 50%;
    background-image: linear-gradient(90deg, #ccc, #ccc 50%, transparent 50%, transparent 100%);
    background-size: 20px 20px;
    z-index: 9;
    width: 78px;
    left: -76px;
}
.count-right.opp:before{left:137px}
.count-right:before{
	content: '';
    position: absolute;
    top: 50%;
    border-radius: 50%;
    transition: 0.4s;
    top: calc(50% - 11px);
    left: -95px;
    width: 20px;
    height: 20px;
    z-index: 9;
    background: #ccc;
    border: 3px solid #fff;
}
.college-lis-new .my-buttion:focus{ color:#fff;text-decoration:none;}
.college-lis-new .btn-list{}
.college-lis-new .btn-list .my-buttion.app{border-radius:20px  0 0 20px}
.college-lis-new .btn-list .my-buttion.com{border-radius:0 20px  20px 0}
.ha-dual-btn-connector {
    position: absolute!important;
    z-index: 9;
    overflow: hidden;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 5px rgb(255 255 255 / 30%);
    box-shadow: 0 0 0 5pxrgba(255,255,255,.3);
    color: #27374c;
    text-transform: uppercase;
    font-size: 12px;
    /* line-height: 30px; */
    -webkit-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    transform: translate(50%,-50%);
    left: 43%;
    top: 23px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.college-lis-new .my-buttion{
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 8px;
    width: 37%;
    text-align: center;
    border-radius: 0;
    }
	.college-lis-new .my-buttion:last-child{background:#000000}
	.loc-buttion{text-decoration:underline;color: #000;font-weight: bold;font-size: 12px;}
	
	.popup-body{}
.popup-body h3{font-size: 18px;line-height: 24px;font-weight: bold;margin: 0px;padding: 0px;}
.popup-body h3 span{display: block;font-size: 12px;}
.popup-body .flex-wrap{display: flex;align-items: flex-start;justify-content: space-between;flex-direction: column;/* margin-top: 0px; */}
.ctrl-wrap legend{margin: 0px;padding: 0px;border: none;font-size: 14px;position: relative;top: 10px;left: 10px;background: #fff;display: inline-block;float: left;
width: auto;text-align: center;padding: 0 10px;}
.ctrl-wrap{width: 100%;}
.f-ctrl:focus{outline:none;}
.f-ctrl.from{background: url(../images/plane.png);background-position: 97% center;background-repeat: no-repeat;}
.ctrl-wrap .f-ctrl.to{background: url(../images/calandar.png);background-position: 97% center;background-repeat: no-repeat;}
.f-ctrl.email{margin-top:15px;}
.f-ctrl{width: 100%;float: left;border: 1px solid #ccc;border-radius: 5px;height: 40px;padding:0 10px;}
.popup-body .iti {    width:100%;}
.flex-wrap .red{display: block;background: #ff0000;border: none;color: #fff;padding: 10px;border-radius: 5px;width: 150px;font-weight: bold;}
.flex-wrap .red span{display: block;}
.flex-wrap p{font-size:12px;line-height:20px;padding:10px 0;}
.flex-wrap .green{display: block;background: green;border: none;color: #fff;padding: 10px;border-radius: 5px;width:150px;font-weight: bold;}
.flex-wrap .green span{display: block;}
.coupon small{display:block;font-size:12px;}
.coupon{border: 1px dashed green;padding: 10px;width: 100%;text-align: center;font-size: 20px;}
.apply-flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    }
.left-text-area{width: 49%;height: 450px;color: #fff;padding: 10px;background: #192f59 url(../images/compass.jpg) center bottom no-repeat;border: 1px solid blue;position: relative;
    color: #fff;
}
.left-text-area ul{
    margin: 0px;
    padding-left: 20px;
}
.left-text-area ul li{
    font-size: 14px;
    line-height: 30px;
}
button.close {
    padding: 10px;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0px;
}
.left-text-area-in { position: relative;
    z-index: 1;
    padding: 15px;
}
.left-text-area:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #192f59;
    opacity: .85;
    outline: 1px solid rgba(255,255,255,0.4);
    outline-offset: -10px;
}
.right-box-apply{width: 49%; padding: 10px;}
@media only screen and (max-width: 767px) {
	.grid-box-flex {       flex-direction: column;}
	.grid-box{width:100%;}
	.modal-header .close { color: #000;}
	}
	
@media screen and (max-width:1366px) {
	.section {
    
    padding: 80px 0 100px 0;
   
}
.sitting-boy{top: 42%;
    width: 190px;}
	
	.desc-procesl h3 {
   margin-bottom:10px;
    font-size: 17px;
    line-height: 20px;
}
.desc-procesl p {
    font-family: Nunito, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 25px;
}
}
@media screen and (max-width:1024px) {
	.desc-procesl {
   
    padding: 18px;
}
.process-wrap .item1:nth-child(odd) .desc-procesl:before {  left: 53%;}
.process-wrap .item1:nth-child(even) .desc-procesl:before {  left: 53%;}
	body {
   
    background-position: -106px 0;
}
	.header-in .menu {
    display:none;
}
.section-4 .flex-box, .section-4 {
    margin: 50px 0;
}
.section-4 .flex-box h3 {
   
    line-height: 40px;
}
.sitting-boy {
    top: 440px;
    width: 120px;
}

}

@media screen and (max-width:992px) {
	.college-list-contnet .college-image {
    
    margin-left: 20%;
}
.college-list-contnet .college-image.second {
    
    margin-right: 15%;
}
.college-list-contnet .college-contnet {
   
    padding: 20px;
padding: 8px 30px;}
.college-lis-new .btn-list {
	top:20px;
}
.college-lis-new .my-buttion{width:45%;}
	.process {
    flex-wrap: wrap;
}
.process-wrap .item1:nth-child(even) ,
.process-wrap .item1:nth-child(odd) {
    width:100%;
    margin: 40px 0;
}
.process:before{display:none;}
.process-wrap .item1:nth-child(odd) .step {
    position: relative;
    
    top: -70px;
}
.process-wrap .item1:nth-child(even) .step {
    position: relative;
    
    top: -70px;
}
.line, .line2,
.process-wrap .item1:nth-child(even) .desc-procesl:before,
.process-wrap .item1:nth-child(odd) .desc-procesl:after,
.process-wrap .item1:nth-child(even) .desc-procesl:after,
.process-wrap .item1:nth-child(odd) .desc-procesl:before {
    display:none;
}
.desc-procesl h3 {
   
    line-height: 30px;
    margin-top: -27px;
    font-size: 24px;
}
.desc-procesl p {
   
    font-size: 19px;
    line-height: 32px;
}
	.shape{display:none;}
	.flex-grid-item {
    width: 48%;
   
    min-height: 410px;
}
.college-list-item {
    width: 48%;
   
}
.section-3{padding:50px 0;}
.flex-box .left-banner h1 {
    
    line-height: 65px;
    font-size: 55px;
}
.section-4 .flex-box, .section-4 {
   
    padding: 0;
}
.section-5 .flex-box {
   
    flex-direction: column;
}
.section-5 .flex-box .right-banner {
    width: 100%;
}
.section-5 .flex-box .left-banner {
    width: 100%;
}
.sitting-boy {
    top: 70%;
    width: 120px;
}
.header-in .menu{

    position: absolute;
    width: 100%;
    background: #fff;
    left: 0px;
    top: 100%;margin: 0;}
	.header{position:relative;}
.header-in .menu  ul{   
	z-index:99;position:relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    z-index: 99;
    width: 100%;
    border: 1px solid #ccc;}
	.header-in .menu ul li {margin:0px; padding:0px;}
	.header-in .menu ul li a{padding:5px 10px; border-bottom:1px solid #ccc;}
	.header-in .menu ul li:hover a{background: #f9f9f9;}
	.header-in .menu ul li:last-child a{ border:none}
}


@media screen and (max-width:767px) {
	.college-list-contnet{flex-direction:column;border-bottom: 1px dashed #ccc;}
	.college-list-contnet .college-contnet {width:80%}
	.college-list-contnet .college-image {margin: 40px auto;}
	.college-list-contnet .college-image.second {    margin: 40px auto;}
	.college-list-contnet:after{display:none;}
	.college-list-contnet:nth-child(odd){    flex-direction: column-reverse}
	.count-right.opp:before{display:none;}
	.count-right.opp:after{display:none;}
	

	.mob-footer{
    background: #e64a19;
    position: fixed;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #fff;
    z-index: 9999;
    display:
    block;
    height: auto;
    display: flex;
    padding: 0;
    bottom: 0;
    left: 0px;
    right: 0px;

    }
	.mob-footer a{
    width: 32%;
    border-right: 1px solid #fff;
    padding: 22px 0;
    float: left;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    text-align: center;
    text-transform: capitalize;
}
	.mob-footer a span{}
	.c-list-com .c-list-in span {
   display:none;
}
	.flex-box {
   
    flex-direction: column;
}
.flex-box .right-banner {
    width: 100%;
}
.flex-box .left-banner {
    width: 100%;
}
.header-in .logo {
    width: 150px;
}
.pnumber a {
    font-size: 14px;
    line-height: 18px;
  
    padding: 9px 9px;
 
}
.header-in , .header.sticky .header-in{padding:10px 0;}
.flex-grid-item {
    width: 100%;
    min-height: auto;
}
.left-men{display:none;}
.right-men{display:none;}
.college-list-item {
    width: 100%;
}
.sitting-boy {
    top: 77%;
    width: 70px;
}
.h2hero br{display:none;}
.header-in, .header.sticky .header-in {
    padding: 10px 0;
    flex-wrap: nowrap;
}

.pnumber a {
    font-size: 13px;
    line-height: 18px;
    padding: 4px 11px;
    margin-left: 10px;
}
.flex-box .left-banner p {
    
    line-height: 29px;
   
    font-size: 19px;
}

.btn-wrap {
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.right-box-apply {
    width: 100%;
    
}
.left-text-area {
   
    display: none;
}
.modal {
   
    z-index: 99999;
}
a.call-now {
   
    font-size: 18px;
    
}
a.call-now span {
    background: #000;
    padding: 9px;
    border-radius: 100%;
    font-size: 13px;
}
.h2hero {
    text-align: center;
    font-size: 21px;
    line-height: 33px;
    margin: 0 0 30px 0;
    font-weight: 800;
    padding: 0 20px;
}
.college-lis-new .my-buttion {
    width: 50%;
}
.ha-dual-btn-connector {
   
    left: 34%;
}
.counter {
    
    flex-direction: column;
}
.c-box .c-box-right {
    padding-left: 0;
    color: #fff;
}
.c-box {
   
    flex-direction: column;
}
.c-box .c-box-right h3 {
   
    margin: 10px 0;
}
.counter {
    flex-direction: column;
    margin: 0;
}

.head-left {
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
}
.head-right {
    padding: 20px 0;
    border-left: none;
    width: 100%;
}
.flex-banner-type{flex-direction:column;}
.flex-box .left-banner h1 {
    line-height: 50px;
    font-size: 30px;
}
}
@media screen and (max-width:550px) {
    .bellow-banner {

    padding: 40px 0;
}
    .my-buttion {    line-height: 24px;
       font-size: 13px;
    padding: 5px 10px;
    margin-right: 13px;
}
.head-left {
   
    font-size: 24px;
    line-height: 1.1em;
}
.c-box {
   
    flex-direction: row;

    padding: 10px 7px;
}
.c-box .c-box-right {
    padding-left: 30px;
 
}
.flex-grid-item {
    width: 49%;
    margin: 0;
    padding:10px;
}
.flex-grid-item figure {
   margin: 0 auto;
    max-width: 90px;
    width: 90px;
    padding: 0;height: auto;
}
.flex-grid-item h3 {
   
    font-size: 16px;
    line-height: 23px;
    margin: 0px;
}
.college-list-contnet .college-contnet h3 {
    font-size: 16px;
}
.college-list-contnet {
  
    padding:30px 0;
}
.college-list-contnet .college-contnet h3 {
    font-size: 13px;
}
.college-list-contnet .college-image {
    margin: 40px auto 0px auto;
}
.college-list-contnet {
    flex-direction: row;
       align-items: self-start;
}
.college-list-contnet:nth-child(odd) {
    flex-direction: row;    align-items: self-start;
    
}
.college-list-contnet .college-image.second {
    margin: 0;
}
.college-list-contnet .college-image {
    margin: 0;
}
.count-right:before, .count-right:after{display:none;}
.college-list-contnet .college-contnet {
    
    min-height: 149px;
}
.count-right {
 
    font-size: 13px;
   
    width: 40px;
    height: 40px;
   
    left: -22px;
}
}
@media screen and (max-width:481px) {
    .comapre-box .comapre-box1 h4 {
    
    font-size: 14px;
}
.comapre-box {
   
    z-index: 9999;
}
	.header-in .logo {
    width: 120px;
}
.pnumber a {
    font-size: 13px;
  
}
	.mb-menu{width:44px;}
	.header-in, .header.sticky .header-in {
    padding: 5px 0;
}
.flex-grid-item {
    padding: 10px;
    margin: 10px 0;
    height: 280px;
    box-shadow: 1px 2px 4px #e5e5e5;
}
.mob-footer a {
    
    padding: 10px 0;
    
    font-size: 13px;
}
.site-footer {
   
    padding-bottom: 30px;
}
.mb-menu {
    width: 24px;
    margin-left: 12px;
    margin-top: 0px;
}
	}