@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@charset "utf-8";
/* CSS Document */
html { }
body{font-family: "Poppins", serif; color: #001027;}
.h1, h1 {}
.sticky {
    position: fixed !important;    top: 0px;     z-index: 999;    -webkit-animation-fill-mode: both;    
	animation-fill-mode: both;    -webkit-animation-duration: 1s;    animation-duration: 1s;    -webkit-animation-name: slideInDown;    
	animation-name: slideInDown;    box-shadow: 0px 6px 5px 0px rgb(0 0 0 / 7%);}
	.sticky	.hdr-top{display: none;}
.sticky	.navbar-brand>img {height: 55px;}
.sticky	.navbar-expand-lg .navbar-nav .nav-link {}

select.form-control {
    background: #fff url(../images/down-arrow.png) no-repeat;
    background-position: right 10px center;
    background-size: 18px;
}
	.media{}
.media .media-left, .media .media-body, .media .media-right{display: table-cell;vertical-align: top;}
.media .media-left{}
.media .media-body{padding-left: calc(var(--bs-gutter-x) * .5);width: 10000px;}
img{max-width: 100%;}
  a{text-decoration:none;}
  .btn-check:active+.btn-success, .btn-check:checked+.btn-success, .btn-success.active, .btn-success:active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #A1C33A;
    border-color: #A1C33A;
}
.btn-check:active+.btn-success:focus, .btn-check:checked+.btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}
.bg-dark {
    background-color: #0d2446 !important;
}
.text-primary {
    color: #0050C3 !important;
}
.table-primary {
    --bs-table-bg: #0d2446;
    color: #fff;
    border-color: #193256;
}
h1, h2, h3, h4, h5{margin-top: 0px;}
p{line-height: 28px;
    font-size: 15px;}
p strong{font-weight: 600;}
.list-point{position: relative;    margin-bottom: 25px;}
.list-point ul{}
.list-point ul li>img{    width: 14px;
    height: 14px;
    position: absolute;
    left: 5px;
    top: 4px;}
.list-point ul li{line-height: 22px;
    font-size: 15px;
    padding-left: 30px;
    position: relative;
    font-weight: 500;
    margin-bottom: 15px;
    color:#383838;}
    .rounded-3 {
    border-radius: 0.6rem !important;
}
    .text-success {
    color: #8BC34A !important;
}
    .bg-danger {
    background-color: #990033 !important;
}
    .bg-success {
    background-color: #068720 !important;
}
   
    .text-dark {
        color: #02202e !important;
    }
  .btn-primary {
    color: #fff;
    background-color: #0050C3;
    border-color: #0050C3;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0d2446;
    border-color: #0d2446;
}
.btn-dark {
    color: #fff;
    background-color: #0d2446;
    border-color:#0d2446;
}
.btn-dark:hover {
    color: #fff;
    background-color: #001027;
    border-color: #001027;
}
.bg-light {
    background-color:#f4f4f4 !important;
}
.media .d-m-show{display:none;}
.container-fluid {padding-left: 30px;padding-right: 30px;}
header{ z-index:1000;/*box-shadow: 0 2px 4px rgb(0 0 0 / 20%);*/
    transition: 0.5s;    width: 100%;}
.hdr-top {    background: #0d2446;
    padding-top: 6px;
    padding-bottom: 3px;
}
.hdr-social-link li{padding-right: 2px;
    padding-left: 2px;}
.hdr-social-link li a {font-size: 14px;
    color: #8BC34A;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%;
}
.hdr-social-link li a.fb{background-color: #3c579e;color: #fff;}
.hdr-social-link li a.tw{background-color: #1da1f3;color: #fff;}
.hdr-social-link li a.linden{background-color: #0076b4;color: #fff;}
.hdr-top-cnt{margin-bottom: 5px;}
.hdr-top-cnt li{margin-right: 15px;}
.hdr-top-cnt li:last-child{margin-right: 0px;}
.hdr-top-cnt li a {color: #fff;
    font-weight: 500;
    font-size: 13px;
}
.hdr-top-cnt li a.btn{border-radius: 0px;padding: 3px 8px;}
.hdr-top .hdr-social-link li{margin-right:5px;}
.hdr-top .hdr-social-link li a {color: #0d2446;width: 22px;
    height: 22px;}
.txt-rgt{ text-align:right;}
.navbar{}

.navbar-brand {  padding: 5px 0px;
    color: #2CA9E1 !important;
    font-weight: 700;
    font-size: 30px;}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: transparent;}
.navbar-default .navbar-brand {}
.navbar-brand span{}
.navbar-brand>img {    height: 95px;}
.navbar-default .navbar-nav>li>a{color: #333;}
.navbar-nav>li>a.logo{    padding: 5px 35px;margin-top: 10px;}
.navbar-nav{}
.navbar-expand-lg .navbar-nav .nav-link {     color: #000;
    padding: 10px 19px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;}
   
	.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{color:#77dd76;}
	.navbar-nav>li:hover>.drop-menu{ display:block;}
.navbar-expand-lg .navbar-nav>li>a.search-nav{}
.navbar-expand-lg .navbar-nav>li>a.search-nav>img{width: 24px;
    height: 24px;
    object-fit: contain;}
.navbar-expand-lg .navbar-nav>li>a.login-nav{ color: #fff;
    background-color: #0d2446;
    border-radius: 10px;
    padding: 10px 10px;
    font-size: 15px;
    text-transform: inherit;
    font-weight: 500;}
    .navbar-expand-lg .navbar-nav>li>a.reg { background-color:#0050C3;}
   .navbar-expand-lg .navbar-nav>li>a.login-nav:focus{color: #fff;}
.navbar-expand-lg .navbar-nav>li>a.login-nav:hover{color:#fff; background-color:#0050C3;}
.navbar-expand-lg .navbar-nav>li> .location-nav{padding-top: 5px; padding-bottom: 5px;}
.navbar-expand-lg .navbar-nav>li> .location-nav .form-control{font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    height: 39px;}
  .navbar-expand-lg .navbar-nav>li> .location-nav  select.form-control {
    background: #fff url(../images/down-arrow.png) no-repeat;
    background-position: right 5px center;
    background-size: 14px;
}
	.drop-menu{ padding:0px;width: 100%}
.drop-menu-srvs{ }
	.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #0f4aa4;
}
	.drop-menu>li>a { padding: 12px 20px;font-weight: 600;color: #444; border-bottom: 1px solid #ddd;}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color:#e43039;
}
/*.navbar-nav>li>a.logo:hover{background-color: transparent;}*/
.navbar-default .navbar-nav>li>a.logo:focus, .navbar-default .navbar-nav>li>a.logo:hover{background-color: transparent;}
.navbar-light .navbar-nav .nav-link:hover {
    color:#0050C3;
}
	/*============ slider css =============*/
.type-box{text-align: center; margin: 30px;}
.type h1 a{ color:#fff; font-size:45px;}
	.bs-slider{
    overflow: hidden;
   /* height: 650px;*/
    position: relative;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
 .bs-slider-overlay {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(90deg, #001027 -14.3%, rgb(0 16 39 / 56%) 41.8%, rgb(0 16 39 / 58%) 100.18%);
   
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto; height:650px;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/
.slider-wrap{ width: 100%; position: relative;overflow: hidden;background-color: #e4f5fd;}
.slider-wrap>img{    width: 100%;
    height: 550px;
    object-fit: cover;}
.slider-wrap .owl-carousel .owl-item img{height: 480px;
    object-fit: cover;}
.slider-wrap .owl-nav{position: absolute;
    top: 50%;justify-content: space-between;
    width: 100%;}
.slider-wrap .owl-dots{text-align: center;
    position: absolute;
    bottom: 40px;
    left: 8%;}
.slider-wrap .owl-nav .owl-prev{float: left;margin-left: 30px;}
.slider-wrap .owl-nav .owl-next{float: right;margin-right: 30px;}
.slider-wrap .owl-nav .owl-prev span{ font-size: 50px; color: #fff; }
.slider-wrap  .owl-nav .owl-next span{ font-size: 50px; color: #fff; }
/*---------- SLIDE CAPTION ----------*/
.mrgn-auto { margin:auto;}

.slide-text {left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    justify-content: center;
        align-items: center;
	    display: flex;
    background: linear-gradient(90deg, #001027 -14.3%, rgb(0 16 39 / 56%) 41.8%, rgb(0 16 39 / 15%) 100.18%);
    height: 100%;
    z-index: 1;
}
.slide-text-dec{position: relative; }
.slide-text h4 { font-weight:600;
    color: #fff;
    font-size: 24px;}
.slide-text h1 { font-weight:700;
    font-size: 42px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    margin-bottom: 20px;
}
.slide-text h1 span{}
.slide-text h3{ margin-bottom: 0px;
    font-size: 40px;}
.slide-text h5{font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;}
.slide-text p {      position: relative;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 25px;
    color: #181c13;
}
.slide-text .list-point{margin-bottom: 35px;}
 .slide-text .list-point ul li {
        line-height: 26px;
        font-size: 20px;
        color: #fff;
    }
     .slide-text .list-point ul li>i{position: absolute;
    left: 0px;
    top: 4px;
    font-size: 17px;}
    .slide-text .list-point ul li:before {
       display: none;
    }
.slide-text .btn-lg{padding: 10px 15px;
    font-size: 18px;}
/*=========== end ===========*/

.search-group{} 
.search-group .form-control{height: 60px;
    border-radius: 12px;}
.search-group .btn{font-weight: 500;
    font-size: 16px;padding: 10px 20px;}

/*========== enquire form ======*/
.btn{font-size: 14px;
    padding: 8px 15px;
    border-radius: 10px;}
.btn-lg{font-size: 16px;
    padding: 12px 25px;
    font-weight: 600;}
.btn-sm{font-size: 12px;
    padding:5px 15px;}
.btn-warning {
    color: #fff;
    background-color:#fda31b;
    border-color:#fda31b;}
.btn-warning:hover{color: #fff;
    background-color:#fda31b;
    border-color:#fda31b;}
.GetinTouch-form .close {
    position: absolute;
    right: -30px;
    top: -40px;
    font-size: 50px;
    color: #fff;
    opacity: 0.8;
}
.GetinTouch-form  .modal-body {
    padding: 25px 45px;}
.popup-img {
    text-align: center;
    margin: 10px auto 40px;
    display: block;
}
.popup-img h3{ font-weight: 600;}
.GetinTouch-form .form-group{position: relative; margin-bottom: 20px;}
.form-control{box-shadow: none;}
.GetinTouch-form .form-group .form-ctrl-pop{ border-radius: 30px; height: 45px; padding-left: 40px;}
.GetinTouch-form .form-group .form-ctrl-msg{border-radius: 30px; padding-left: 40px;}
.GetinTouch-form .form-group .form-icon {
    position: absolute;
    left: 20px;
    top: 10px;
    color: #c22a36;}
.GetinTouch-form .form-group .btn{border-radius: 30px;}

.wrap{ position:relative; padding-top:70px; padding-bottom:70px;}
.border-top2{border-top: 2px solid #e7e7e7 !important;}
.bg-white{background-color: #fff;}
.title{ position:relative; margin-bottom:35px;}
.title h1{    font-size: 44px;font-weight: 700;}
.title h2{    font-size: 40px;font-weight: 700;}
.title h2 .rounded{border-radius: 14px !important;}
.text-stroke-white{-webkit-text-stroke: 1px #fff;}
.title h3{font-size: 36px;font-weight: 700;}
.title h4{font-size: 28px;font-weight: 700;}
.title h4 span{}
.title h5{font-weight: 700;}
.title h6{font-weight: 700;}
.title p{font-size: 17px;}
.title-bg{position: relative; width: 50px; height: 5px; background-color:#77dd76; display: inline-block; border-radius: 4px;}
.green{color: #77dd76;}
.red{color: #e43039;}
.white{ color:#fff;}
.bg-blue{background-color: #19ace9;}
.embed-responsive {
    width: 100%;
    height: 435px;
    background-color: #313131;
    overflow: hidden;
    border-radius: 10px;
}
.embed-responsive>video, .embed-responsive>iframe {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

/*=========== about hompe page ================*/
.abt-box{position: relative;margin-bottom: 25px;}
.abt-box h4{font-size: 28px;}
.abt-box h5{font-size: 20px;}
.abt-box p{}
.abt-icon{    width: 75px;
 height: 75px;
    margin-bottom: 5px;}
.abt-icon>img{width: 100%;height: 100%;object-fit: contain;}
.abt-img{position: relative;
    width: 100%;
height: 450px;
overflow: hidden;}
.abt-img>img{width: 100%;height: 100%;object-fit:cover;}
.abt-img1{}
.abt-img2{margin-top: 30px;height: 240px;    border-radius: 60px 0px 60px 0px;}
.abt-img2>img{object-fit: cover;}

.abt-img:before{    /*content: "";
    position: absolute;
    border: 4px solid #fff;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    background: hsl(0deg 0% 0% / 11%);*/
}
.img-translate{transform: translate(0px, -120px);-webkit-transform: translate(0px, -120px);-o-transform: translate(0px, -120px);}
.img-lg{width: 100%;
    height: 650px;
    object-fit: cover;}
.item-box{position: relative;}
.tmb{position: relative;
    width: 100%;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;}
.tmb>img{width: 100%;height: 100%;object-fit: cover;}
.item-dec{padding: 10px 12px 10px;}
.item-dec h4{font-size: 17px;
    font-weight: 600;
    min-height: 45px;}
.item-dec p{line-height: 22px;color: #666;}
.item-box-overlay-text{background: rgb(0 16 39 / 88%);border-top-left-radius: 8px;}
.item-box-overlay-text a{font-size: 12px;font-weight: 500;}
.Getstarted-wrap{background:url(../images/slide3.jpg)no-repeat;}
.Getstarted-wrap .title h2{color: #fff;font-size: 50px;}
.Getstarted-wrap .title h2 span{-webkit-text-stroke: 1px #fff;}

/*========== course-item  ========*/
.course-item{}
.course-item .tmb{border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 200px;}
    .phra-icon{}
    .phra-icon>img{width: 14px;
    height: 14px;
    position: absolute;
    left: 0px;
    top: 3px;}
    .phra-icon p{padding-left: 20px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;}
    .rating{font-size: 13px;}
    .course-item .btn{border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-weight: 500;
    padding: 10px 10px;}

    /* =============== City location============ */
    .location-item{border-radius: 40px;}
    .location-img{    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
transition: 0.5s;}
    .location-img>img{width: 100%;height: 100%;object-fit: cover;transition: 0.5s;}
     .location-item  .location-img:hover{transform: scale(1.2);-webkit-transform: scale(1.2);-o-transform: scale(1.2);}
    .location-item h5{font-weight: 600;}
     .location-item h5 a{color: #212529;}
     .location-item h5 a:hover{color: #0050C3;}
/*========== services  ========*/
.services-wrap{background: url(../images/girl-student.png) no-repeat;
    background-position: right bottom;
    background-size: 45%;}
.srvs-box{ position: relative;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom:5px;}
.srvs-icon{ width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 50%;
    background: #0d2446;
    padding: 14px;}
.srvs-icon>img{width: 100%;height: 100%;object-fit: cover;}
.srvs-no{font-size: 40px;
    font-weight: 700;
    color: #012758;
    background-color: #fff;
    width: 100px;
    border: 10px solid #f4f4f4;
    height: 100px;
    margin:-65px auto 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;}
    .srvs-box h3{font-weight: 600;
    font-size: 20px; }
    .srvs-box h3 a{color: #262e1b;}
    .srvs-box h3 a:hover{color: #990033;}
.srvs-box h4{    font-weight: 500;
    font-size: 18px;color: #000;}
    .srvs-box h4.text-secondary {
    color: #6d6e6b !important;
}
.srvs-box h5{font-size: 16px;}
.srvs-box h6{font-size: 13px;}
.srvs-box p{line-height: 24px;}
.srvs-box .btn-link:hover{color: #3A3537 !important;text-decoration: none;}


.noOne-wrap{background: url(../images/home-college-section-program-bg.jpg)no-repeat;background-attachment: fixed;
    background-size: cover;}
.noOne-wrap .title{}
.noOne-wrap .title h2.fs-1{font-size: 45px !important;}
.noOne-wrap .title h4{}
.noOne-wrap .title h4>img{}


/*================= Why Choose Us ===================*/
.why-choose-wrap{}
.why-choose{border-radius: 20px;}
.why-choose-icon{width: 65px;
    height: 65px;
    /* padding: 10px; */
    margin-right: 15px;
    position: relative;}
.why-choose-icon>img{width: 100%;height: 100%;object-fit: contain;position: relative;}
.why-choose-icon:before{content: "";
    position: absolute;
    left: -10px;
    background: #7bb1ff;
    width: 35px;
    height: 35px;
    border-radius: 50%;}
.why-choose h4{font-weight:700;font-size: 18px;}
.why-choose h5{font-weight:600;font-size: 15px;}
.why-choose p{font-size: 14px;
    line-height: 20px;
    padding-right: 5px;}
    .why-choose .btn{padding: 5px 10px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50%;}
    .number-box h4{font-weight: 700;
    font-size: 18px;}
    .sr{font-size: 50px;
    font-weight: 700;
    line-height: 40px;}
    .number-box:hover{background-color: #990033; color: #fff;}
    .number-box:hover .sr{color: #fff !important;}
    .exam-card{border: 1px solid #0d2446;    border-radius: 12px;}
    .exam-header{border-top-left-radius: 10px;
    border-top-right-radius: 10px;}
    .exam-header h4{    font-size: 22px;
    font-weight: 600;}
    .exam-header p{    font-size: 12px;line-height: 16px;}
    .calender-icon{    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 6px;
    padding: 6px;
    background-color: #0d2446;}
    .calender-icon>img{width: 100%;height: 100%;object-fit: contain;}
    .exam-body{}
    .calender-card{}
    .calender-card h5{font-size: 12px;}
    .calender-card p{font-size: 15px;
    font-weight: 700;
    color: #0050C3;}
    .exam-footer{}
    .exam-footer .btn{border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 10px;}

/*=========== faq ================*/
.sidebar-sticky{position: sticky;top: 80px;}
.faq-accordion{position: relative;}
.faq-accordion .accordion-item {
    background-color: transparent;
}
.faq-accordion .accordion-button {font-size: 18px;
    color: #262e1b;background-color: transparent;
    font-weight: 600;padding: 20px 20px 20px 0px;}
.faq-accordion .accordion-button::after {content: "\f067";
    background-image: none;
    font: normal normal normal 14px / 1 FontAwesome;
    background-color: #0050C3;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(0deg);
    content: "\f068";
}
.faq-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;color: #0050C3;
}
.faq-accordion .accordion-body {
    padding: 5px 12px 12px 0px;
}
.faq-accordion p {
}

/*================= Our Process ===================*/
.process-wrap{}
.process-line-wt {position: relative;
    margin: auto;
}
.process-line {
    position: absolute;
    top: 60px;
    left: 90px;
    right: 90px;
}
.process-line img {
    z-index: 0;
    margin: auto;
    display: block;
}
.process-list{display: flex;
    width: 100%;
    align-self: center;
    margin: auto;}
.process-list li{    width: 20%;margin-top: 15px;
    padding: 0px 20px;
    border-right: 1px solid #a92551;
}
.process-list li:first-child{padding-left: 0px;}
.process-list li:last-child{ border-right: none;padding-right: 0px;}
.process-box {
    position: relative;
}
.process-icon {  position: relative;
    width: 110px;
    height: 110px;
    border-radius: 0px;
    margin: 0px auto 15px;
    padding: 8px;
    background: #ffffff;
    border-radius: 50%;
   
}

.process-icon img {
   position: relative;
    top: 20px;
    width: 55px;
    height: 55px;
    object-fit: contain;
}
.process-icon span {  position: absolute;
    bottom: 35%;
    right: -30px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
   background-color: #fda31b;
    border-radius: 50%;
}
.process-list li h4 {color: #fff;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
}
.process-list li p{ color: #fff;
    font-size: 14px;
    line-height: 20px;}




/*============= owl-carousel ================*/
.owl-dots{text-align: center;}
.owl-carousel button.owl-dot{width: 8px; height: 8px; display:inline-block; margin: 5px; border-radius: 50%; background-color:#aba7a8; }
.owl-carousel button.active{background-color:#0050C3;width: 10px; height: 10px;}
.owl-nav {}
.owl-nav button span { font-size: 40px;
    line-height: 26px;
    font-weight: 100;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: block;
    color: #fff;
    background: #0d2446;
}
.owl-nav button span:hover{/*border: 1px solid #E93131;
    color: #E93131;*/}
.owl-nav .owl-next, .owl-nav .owl-prev{position: absolute;top: 44%;}
.owl-nav .owl-prev {left: 10px;}
.owl-nav .owl-next{right: 10px;}

/*====================  ====================*/
/*==================== ====================*/
.testimonial_block {width: 100%;
    position: relative;

}

.client_message:before{  /* content: "\f10e";
    position: absolute;
    font: normal normal normal 14px / 1 FontAwesome;
    color: #88b0e9;
    font-size: 26px;
    right: 20px;
    top: 30px;*/
}
.testimonial_icon {width: 55px;
    height: 55px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
}
.testimonial_icon i {
  width: 100%;height: 100%;object-fit: cover;
}
.client_message {position: relative;
    width: 100%;
}
.client_message p {font-size: 15px;    max-height: 120px;
    overflow: auto;
}
.client_info{}
.client_info .media-left, .client_info .media-body{vertical-align: middle;}
.client_info .name h4 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.client_info .name h6{}
.client_info .name span {
    font-size: 12px;
    line-height:18px;
}

.testimonial_block .quote_left {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -10px;
}
.testimonial_block .quote_left i {
    font-size: 70px;
    color:#e8fff0;
}
#testimonials .owl-carousel .owl-dots{text-align: center;}
#testimonials .owl-carousel .owl-dots .owl-dot{width: 12px; outline: none;
    height: 12px; margin: 2px;
    border-radius: 50%;
    background-color: #ddd;}
#testimonials .owl-carousel .owl-dots .owl-dot.active{background-color:#ff0000;}
/*========= home page contact =========*/
.home-contact-wrap{}
.contactinfo-rgt{border-radius: 18px;}
.contactinfo-rgt .title{margin-bottom: 40px;}
.contactinfo-rgt .fotr-media{margin-bottom: 20px;}
.contactinfo-rgt .fotr-media h6{font-size: 13px; color: #777;}
.contactinfo-rgt .fotr-media p{ color: #000;}
.contactinfo-rgt .fotr-media p a{ color: #000;}
.contactinfo-rgt .hdr-social-link li a {}
.contact-form{ position: relative;
    padding: 35px 45px;
    border-radius: 0px;}
.contact-form h4{font-size: 28px;}
.contact-form .form-group{ margin-bottom: 20px;}
.contact-form label{ font-weight: 400;
    font-size: 14px;
    margin-bottom: 5px;}
.form-ctrl{height: 48px;
    border: 1px solid #bebdbd;
    font-size: 14px;
    color: #000;
    border-radius: 8px;
}
.btn-submit{    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;}
textarea.form-ctrl{padding-left: 15px;height:auto;}
.input-group-text {
    border-radius: 8px;
}
/*=========== Our Clients ================*/
.ulRowfive{}
.ulRowfive>li{width: 20%;}
.partner-logo{    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    padding: 15px 24px;
    background-color: #fff;
    height: 100px;
    box-shadow: 5px 5px 20px 0px rgb(0 0 0 / 12%);margin-bottom: 25px;
}
.partner-logo>img{transition: 0.5s;width: 100%;height: 100%;object-fit: contain;}
.partner-logo:hover> img{ transform: scale(1.2); -o-transform: scale(1.2); -webkit-transform: scale(1.2);}


/*=========== footer ================*/
footer{ position: relative;
    padding-top: 45px;}
    
footer .title{}
footer .title h2{color: #000;}
footer .title h2 span{-webkit-text-stroke: 1px #000;
    color: #404041;}
.fotr-logo{ margin-bottom: 15px;width:215px;}
footer h3{color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    text-transform: capitalize;}

footer p{  color: #b9c3d3;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;}
.fotr-media{    margin-bottom: 15px;
    position: relative;}
.fotr-media-icon{    width: 30px;
    height: 30px;
    background-color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0050C3;
    border-radius: 6px;}
.fotr-media-icon>img{width: 100%;height: 100%;object-fit: contain;}
.fotr-media h6{margin-top: 0px;
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: uppercase;}
.fotr-media p{ margin-bottom: 5px;}
.fotr-media p a{font-size: 13px;
    font-weight: 400;
    color: #b9c3d3;
    margin-bottom: 5px;}
.fotr-media p a:hover{color: #fff;}
.adress{padding-right:80px;}
.fotr-media-item{margin-bottom: 45px;}
.fotr-menu{}
.fotr-menu li{margin-right: 40px;}
.fotr-menu li:last-child{margin-right: 0px;}
.fotr-menu li  img{width: 20px;height: 20px;margin-right: 5px;object-fit: contain;}
.fotr-menu li a{   color: #b9c3d3;
    display: block;
    padding: 6px 0px;
    transition: 0.5s;
    font-weight: 400;
    font-size: 13px;}
	.fotr-menu li a:hover{transform: translate(10px, 0px);-o-transform: translate(10px, 0px);-webkit-transform: translate(10px, 0px); text-decoration:none;color: #fff;}
	.cpyrgt-wrap{    position: relative;
    padding-top: 20px;
    padding-bottom: 5px;
    border-top: 1px solid #2d405e;}
footer .hdr-social-link{margin-top: 10px;}
footer .hdr-social-link li{padding-right: 10px;}
footer .hdr-social-link li a{    color: #0050C3;
    transition: 0.5s;
    background-color: #fff;
    border-radius: 6px;
    width: 30px;
    height: 30px;}
footer .hdr-social-link li a:hover{transform: scale(1.2);-webkit-transform: scale(1.2);-o-transform: scale(1.2);}
    .cpyrgt-wrap p{ font-size: 13px;
    font-weight: 400;
    color:#b9c3d3;}
.cpyrgt-wrap p a{color: #fff;font-weight: 500;}
.cpyrgt-wrap p a:hover{color: #b9c3d3;}
.cpyrgt-wrap ul li{}
.cpyrgt-wrap ul li a{font-size: 13px;padding-left: 10px;padding-right: 10px;
    font-weight: 400;display: block;
    color:#b9c3d3;}
    .cpyrgt-wrap ul li a:hover{color: #fff;}
/*========== whatsapp ==========*/
.fixed-links {right: 5px;
    position: fixed;
    z-index: 100;
    bottom: 50px;}
.fixed-links>a{font-weight: 600;
    border-radius:50%;
    font-size: 22px;
    color: #fff;
    background: #25d366;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.06), 0 2px 32px 0 rgba(0,0,0,0.16);
    padding: 11px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 4px;
    text-decoration: none;
    text-align: center;}
.fixed-links>a.whatsap{background: #25d366;border-radius: 50%;}
.fixed-links>a.call{background-color:#0050C3;}
.mrgn-btm0{margin-bottom: 0px;}
/*================ thank you  ===========*/
.thanks-section{padding-top: 90px;padding-bottom: 80px; background-color: #f5f5f5;}
.inner-thanks{}
.inner-thanks img{ width: 100px;margin-bottom:10px;}
.thanks-footer{padding-top: 0px;}
.thanks-footer .cpyrgt-wrap{ margin-top: 0px;}
.btn-width{width: 150px; margin: auto;}

/*================ inner pages ===========*/
.txt_dec {
    position: relative;
    margin-bottom: 25px;
}
.txt_dec h3 {font-weight: 600;
    font-size: 26px;}
.txt_dec h4 {
    font-weight: 600;
    font-size: 22px;
}
.txt_dec p {
    text-align: justify;
}
.sidebar{position: sticky;top: 90px;}
.sidebar .contact-form, .sidebar .need-box{border-top: 4px solid #0050C3;border-radius: 10px;}
.sidebar .contact-form .title p {
    font-size: 14px;
    line-height: 20px;
}
/*============= about us ================*/
.table>:not(caption)>*>* {
    font-size: 14px;
}
.inr-wrap{position: relative; padding-top:20px;padding-bottom: 10px;overflow: hidden;}
  .inr-wrap-banner{padding-top: 0px;padding-bottom: 0px;}
  .inr-wrap-banner>img{height: 300px;
    object-fit: cover;}
    .inr-wrap-banner .bs-slider-overlay{}
.about-bnr{ }
.inr-title{ position: relative;}
.inr-title h1{font-size: 55px; font-weight: 600;}
.brdcrm{background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 10px 0px;
    margin-bottom: 0px;}
.brdcrm>li {    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;}
.brdcrm>li a{ color: #fff1f1;}
.breadcrumb-item+.breadcrumb-item::before { color: #fff1d0;}
.brdcrm>li.active{ color: #fff;}
.orange{color: #f99011;}
.abt-dec{margin-bottom: 20px;}
.abt-dec h3{ margin-bottom: 20px;}
.abt-dec p{ }
.abt-tmbimg{}
.abt-tmbimg .img-responsive{}
.vision-mission .media .media-left, .vision-mission .media .media-body{vertical-align: middle; }
.vision-mission h3{font-size: 32px;
    font-weight: 700;}
    .Quotation q{font-size: 24px;
    line-height: 38px;
    font-weight: 400;}
    .Quotation blockquote h6{border-top: 2px solid #0050C3;}

.client-list img {
    transition: 0.5s;
        -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .4;
}
.client-list:hover> img {opacity: 1;
    transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/*================ Gallery=================*/
.tabs-nav {
    margin-bottom: 20px;
    border: 1px solid #858585;
    border-radius: 30px;
    padding: 6px;
}
.tabs-nav .nav-link {border-radius: 30px;
    font-size: 16px;
    color: #858585;
    font-weight: 500;
    padding: 10px 5px;
}
.tabs-nav .nav-link.active, .tabs-nav .show>.nav-link {
    color: #fff;
      background-color: #0050C3;
}
.galry-list .tmb {
    height: 210px;}
.galry-list .embed-responsive {
    width: 100%;
    height: 260px;
    border-radius: 10px;
    overflow: hidden;margin-bottom: 25px;
}

/*================ Course Listing =================*/
.filter{    position: sticky;
    top: 90px;}
.filter h3{font-size: 26px;
    font-weight: 600;}
.filter h3>img{width: 22px;
    height: 22px;
    object-fit: contain;}
.filter-body{}
.filter .accordion {padding: 2px;
    border-radius: 10px;
}
.filter .accordion-button{font-weight: 600;
    text-transform: uppercase;}
   .filter .accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
}
.filter-item{}
.filter-item h4{font-size: 17px;}
.filter-item .form-check{}
.filter-item .form-check .form-check-input[type=checkbox] {
    border-radius: 0px;
        border: 1px solid #777;
    width: 14px;
    height: 14px;
}
.filter-item .form-check .form-check-label{font-size: 14px;}
.course-item .two-btns .btn:first-child{border-bottom-right-radius: 0px;}
.course-item .two-btns .btn:last-child{border-bottom-left-radius: 0px;}
.CoursesProvid-list{}
.CoursesProvid-list li{}
.CoursesProvid-list li a{    color: #414852;
    font-size: 11px;
    font-weight: 500;
    display: block;
    padding: 1px 6px;
    border: 1px solid #d7e1ef;
    background-color: #eff6ff;
    border-radius: 4px;
    margin: 0px 5px 5px 0px;}
    .short-by{}
    .short-by .form-group h5{font-size: 14px;}
    .short-by .form-group .form-ctrl{height: 36px;
    font-size: 13px;}

    /* ========Course detail ========= */
    .college-media{}
    .college-logo{width: 165px;
    height: 170px;
    border-radius: 12px;}
    .college-logo>img{object-fit: contain;}
    .college-media h1 {
    font-size: 38px;}
    .admision-open{}
    .admision-open span{padding: 5px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;}
    .college-media .phra-icon p { font-size: 14px;}
     .college-media .rating {font-size: 15px;}
    .callege-banner{background-color: #f0f0f0;border-radius: 18px;}
   .callege-banner .owl-carousel .owl-item img { height:500px;
    object-fit: cover;
    border-radius: 18px;
}
.callege-banner .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.short-info-box{border-radius: 20px;}
.short-info{}
.short-info h6{    font-size: 13px;}
.short-info h6.text-secondary {
    color: #c1c1c1 !important;
}
.short-info h5{font-size: 14px;font-weight: 600;}
.course-accordion .accordion-button {font-weight: 600;
    font-size: 22px;    padding: 25px 25px;}
    .accordion-button:not(.collapsed) {
    color: #0d2446;
    background-color: transparent;
}
.course-accordion .accordion-body {
    padding: 20px 25px;
}
.course-accordion .txt_dec h3 {
    font-weight: 600;
    font-size: 24px;
}
.course-accordion .fotr-media-icon {
    background-color: #0050C3;
    color: #fff;
}
.course-accordion  .fotr-media p a {
    color: #001027;
}
.review-list .list-group-item{    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    font-weight: 500;}

/*================ Services =================*/
.srvs-row{background-color: #d3a023;margin-right: 0px;
    margin-left: 0px;}
.srvs-row>* {
    padding-right: 0px;
    padding-left: 0px;
}
.srvs-item{position: relative;    padding: 0px 30px;}
.srvs-item .title h2 {
    color: #fff;
}
.srvs-item p{font-size: 14px;color: #fff;}
.srvs-img{width: 100%;
    height: 500px;
    object-fit: inherit;}
.srvs-img>img{width: 100%;height: 100%;object-fit: cover;}


/*================ contact =================*/
.contactus-inner{}
.contactinfo{padding: 35px 25px;}
.contactus-inner .contactinfo-rgt .fotr-media p {
    color: #fff;
}
.contactus-inner .contactinfo-rgt .fotr-media p a {
    color: #fff;
    font-size: 16px;
}
.contactus-inner .contactinfo-rgt .fotr-media-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.contactus-inner .contactinfo-rgt .hdr-social-link li a{font-size: 14px;
    color: #0050C3;
    width: 45px;
    height: 45px;
    border-radius: 50%;}
    .contactus-inner .contactinfo-rgt .input-group-text{color: #fff;
    background-color: #0d2446;}
   .contactus-inner .contactinfo-rgt .form-ctrl {
    color: #fff;
    background-color: #0d2446;
}
.contactus-inner .btn-submit:hover{background-color: #0d2446;border-color:#fff;}
.location-wrap{position: relative;}
.location-wrap>iframe{width: 100%;border-radius: 18px;
    height: 385px;}

    /*===================== Blog  setion  ===============*/
    .blog{position: relative;    
    border-radius: 12px;}
.blog .tmb{width: 100%;height: 250px;border-radius: 12px 12px 0px 0px;}
.blog .tmb img{width: 100%;
    height: 100%;
    object-fit: cover;}
.blog-dec{position: relative;
    padding: 10px 15px 15px;}
.blog-dec h4{    font-size: 20px;
    margin-bottom: 15px;
    text-transform: inherit;
    font-weight: 600;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;}
.blog-dec h4 a{color: #0d2446;}
.blog-dec p{font-size: 16px;line-height: 22px;color: #878282;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
            line-clamp: 3; 
    -webkit-box-orient: vertical;}
    .blog-sublist{position: relative;}
.blog-sublist>li{margin-right: 20px;font-size: 12px;color: #979595;font-weight: 500;}
.blog-sublist>li:last-child{margin-right: 0px;}

/* ==========blog detail =========== */
/*======== Blog Detail =======*/
.blog-detail{position: relative;padding-bottom: 40px;}
.blog-detail img{width: 100%;border-radius: 8px;margin-bottom:20px;}
.blog-detail-dec{ position: relative;}
.blog-detail-dec h1{font-size: 46px;margin-bottom: 15px;font-weight: 600;}
.blog-detail-dec h2{font-size: 28px;}
.blog-detail-dec h3{font-size: 24px;}
.blog-detail-dec h4{font-size: 26px;    font-weight: 700;}
.blog-detail-dec p{font-size: 18px;margin-bottom: 20px;}
.phra-header{border-left: 5px solid #f27e00;
    padding: 15px 25px;
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: #f7f7f7;
    border-radius: 12px;}
.phra-header p{margin-bottom: 0px;font-size: 22px;font-weight: 400;line-height: 32px;}
.blog-detail .blog-sublist {border-bottom: 1px solid #ddd;padding-bottom: 15px;}
.blog-detail .blog-sublist>li {font-size: 16px;}
    /*===================== Blog End  setion  ===============*/
/*===================== Sign up  setion  ===============*/


/*================ login =================*/
.login-wrap{position: relative; padding: 90px 0px;background-color: #3d7fe2;}
.login-form-box{  width: 75%;
    margin: auto;
    padding: 20px 40px;
    background-color: #fff;
    /*box-shadow: 0px 0px 14px 2px #e4e4e4;*/
    border-radius: 4px;
    position: relative;
    overflow: hidden;}
.login-form-box:before{content: "";
    position: absolute;
    left: -28px;
    top: 0px;
    bottom: 0px;
    width: 54%;
    background-color: #1f56aa;
    transform: skew(-5deg, 0deg);-o-transform: skew(-5deg, 0deg);-webkit-transform: skew(-5deg, 0deg);}
.logi-lft-box{position: relative;margin-bottom: 40px;margin-right: 40px;}
.logi-lft-box img{width: 75px;
    margin: 25px auto 15px;
    display: block;}
.logi-lft-box h3{    color: #fff;
    font-size: 30px;}
.logi-lft-box h5{    color: #fff;
    font-size: 16px;}
.sign-nav{text-align: center;}
.sign-nav li{margin-top: 10px;}
.sign-nav li a{    background-color: #fff;
    display: block;
    font-size: 14px;
    border-radius: 30px;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
margin-right: 40px;
color: #333;}
.sign-nav li.active> a{background-color: #ff0000;color: #fff;}
.sign-nav li a:hover{text-decoration: none;
    background-color: #ff0000;
    color: #fff;}
.login-form{      position: relative;
    margin-left: 80px;
    margin-top:20px;}
.login-form h4{font-size: 26px;
    margin-bottom: 40px;
    font-weight: 600;}
.login-form .form-group{margin-bottom: 25px;}
.login-form .form-group label{    font-size: 16px;font-weight: 600;}
.login-form .form-group .checkbox  label{font-weight:500;}
.login-form .form-control{border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none;
    border-radius: 0px;
    padding-left: 2px;
    border-bottom: 1px solid #bbbbbb;
    height: 40px;
    font-weight: 500;}
.forget-psw{margin-top: 30px;}
.forget-psw a{    color: #1f56aa;
    font-weight: 500;
    text-decoration: underline;
display: block; margin-bottom: 10px;}
.forget-psw p{font-weight: 500;
    font-size: 16px;
    color: #333;}
.forget-psw a:hover{color: #777; text-decoration: none;}
.login-form .btn{
    text-transform: uppercase;
    font-weight: 600;
    height: 45px;
    border-radius: 30px;}


/*============ Testimolial-inner ===============*/
.testimolial-inner{}
.testimolial-inner .client_message {margin-bottom: 20px;}
.testimolial-inner .client_info {margin-bottom: 0px;}
.testimolial-inner .media .media-left{padding-right: 0px;}
.testimolial-inner .testimonial_icon{margin: 0px 15px 0px 0px;border-radius: 10px;}

/*============ portfolio ===============*/
.navbar-default {
    border: none;
    margin-bottom: 0px;
}
.navbar-default .navbar-nav>li>a {
  padding: 30px 15px;
    font-size: 16px;
    font-family: "Poppins", serif;
}
    .navbar-nav>li>a {
        padding-top: 25px;
        padding-bottom: 25px;
    }
.edu2-tarining-wrap {
    position: relative;
    background: url(../images/contact-bgggg.png) no-repeat center;
    padding-bottom: 60px;
    padding-top: 20px;
    background-size: cover;
}
.inner-pg {
    padding-top: 50px;
}
.inner-pg h1 {
    font-weight: 500;
    color: #fff;
    font-family:"Poppins", serif;
    font-size: 30px;
    font-weight: 700;
}
.bredcrmb {
    background-color: transparent !important;
    margin-top: 20px;
    /* text-align: right; */
}
.bredcrmb li a {
    text-transform: capitalize;
    font-weight: 500;
    font-family:"Poppins", serif;
    color: #fff;
}
.bredcrmb li.active {
    text-transform: capitalize;
    font-weight: 600;
    font-family:"Poppins", serif;
    color: #fff;
}
.portfolio-nav-tab{width: 75%;
    margin: 15px auto 25px;
    border: 1px solid #c1bdbd;
    padding: 5px;
    border-radius: 30px;}
.portfolio-nav-tab .nav>li>a {
    padding: 10px 15px 10px 15px !important;
    font-family: "Poppins", serif;
    font-size: 16px;
    font-weight: 500;
    color: #999;
     border-radius: 30px;
     margin-bottom: 0px;
}
.portfolio-nav-tab .nav>li>a:before{display: none;}
.portfolio-nav-tab .nav-pills>li.active>a, .portfolio-nav-tab .nav-pills>li.active>a:focus, .portfolio-nav-tab .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #163a6b;
}
.portfolio-row{    border-radius: 20px;
    background-color: #ffffff;
    position: relative;margin-bottom: 40px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 12%);}
    .portfolio-row .portfolio-item:last-child{margin-bottom: 0px;border-bottom: none;}
.portfolio-item{position: relative;
    border-bottom: 1px solid #c1bdbd;
    padding: 45px;
    margin-bottom: 35px;}
    .web-logo{left: 0px;
    top: 0px;margin-bottom: 10px;
    height: 70px;width: 250px;}
    .web-logo img{width: 100%;height: 100%;object-fit: contain;}
    .short-item {
    padding: 10px;}
    .short-dec{position: relative;
    padding-left: 0px;display: flex;
    align-items: center;    margin-bottom: 20px;}
    .short-box{ }
    .short-box>img{width: 40px;
    height:40px;margin-right: 15px;
    object-fit: contain;
    margin-bottom: 8px;}
   .short-dec h5{font-family: "Poppins", serif;font-size: 20px;}
     .short-item .list-point ul li:before {
    color: #163a6b;
}
.portfolio-dec{position: relative;margin-bottom: 25px;}
.portfolio-dec h3{color: #133286;font-size: 34px;font-family:"raleway", serif;    font-weight: 700;
}
.portfolio-dec p{font-family:"Poppins", serif; text-align: left;}
.laptop-frame{position: relative;overflow: hidden;}
.laptop-frame>img{width: 100%;}
.portfolio-img{    position: relative;
    margin-top: 20px;margin-bottom: 25px;
}
.portfolio-img>img{border-radius: 2px; border-bottom: 2px solid #e7e6e6;   margin: auto;}
.challenges-tabs{margin-bottom: 10px;}
.challenges-tabs li a {    font-size: 18px;    color: #999;
    margin-bottom: 0px;    padding: 10px 20px 10px 5px !important;}
    .challenges-tabs li a>img{width: 25px;
    height: 25px;
    object-fit: contain;
    margin-right: 6px;}
   .challenges-tabs li a:before {
    top: 14px;
}
    .challenges-tabs>li.active>a, .challenges-tabs>li.active>a:focus, .challenges-tabs>li.active>a:hover {
    color: #163a6b;
    border: none;
}

@media (min-width: 1300px) {
    .container {
        max-width: 1240px;
    }
}


