body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    /* overflow-x: hidden; */
}

a:hover,
                                                                                                                                                                                        a:active,
                                                                                                                                                                                        a:focus {
    outline: none;
    text-decoration: none;
    color: #f06a60;
}

h1,
                                                                                                                                                                                        h2,
                                                                                                                                                                                        h3,
                                                                                                                                                                                        h4,
                                                                                                                                                                                        h5,
                                                                                                                                                                                        h6 {
    font-family: 'Roboto-Bold', sans-serif;
}

@font-face {
    font-family: 'Roboto';
                                                                                                                                                                                            src: url('../fonts/roboto-regular-webfont.eot');
                                                                                                                                                                                            src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular-webfont.woff2') format('woff2'), url('../fonts/roboto-regular-webfont.woff') format('woff'), url('../fonts/roboto-regular-webfont.ttf') format('truetype'), url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
                                                                                                                                                                                            font-style: normal;
                                                                                                                                                                                            font-weight: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
                                                                                                                                                                                            src: url('../fonts/roboto-bold-webfont.eot');
                                                                                                                                                                                            src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bold-webfont.woff2') format('woff2'), url('../fonts/roboto-bold-webfont.woff') format('woff'), url('../fonts/roboto-bold-webfont.ttf') format('truetype'), url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
                                                                                                                                                                                            font-style: normal;
                                                                                                                                                                                            font-weight: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
                                                                                                                                                                                            src: url('../fonts/roboto-medium-webfont.eot');
                                                                                                                                                                                            src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-medium-webfont.woff2') format('woff2'), url('../fonts/roboto-medium-webfont.woff') format('woff'), url('../fonts/roboto-medium-webfont.ttf') format('truetype'), url('../fonts/roboto-medium-webfont.svg#robotomedium') format('svg');
                                                                                                                                                                                            font-style: normal;
                                                                                                                                                                                            font-weight: normal;
}
.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}
.dropdown-submenu .caret{margin-left: 95px;}
.mobile-view-teacher{display: none;}
.desktop-view{display: block;}
.single-study-content h3 {
    font-size: 15px;
 
    text-align: center;
}
.carousel.vertical .active {
  top: 0;
}
.background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.slider_container {
    position: relative;
    width: 60%;
    min-width: 50rem;
    height: 40rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }
  
  .slider {
    position: relative;
    width: 400%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    animation: 30s cubic-bezier(1, 0.95, 0.565, 1) sliding infinite;
  }
  
  .slide {
    position: relative;
    min-width: 100%;
    height: 100%;
  }
  
  .slide img {
    width: 100%;
    height: 100%;
  }
  
  .slide .caption {
    position: absolute;
    left: 0;
    bottom: 5%;
    font-size: 5rem;
    font-weight: 600;
    color: white;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0.348);
    backdrop-filter: blur(10px);
    padding: 1rem 5rem;
    border-radius: 0 2rem 2rem 0;
  }
  
  .slide.one {
    background: rgb(182, 19, 109);
  }
  .slide.two {
    background: rgb(255, 64, 64);
  }
  .slide.three {
    background: rgb(11, 173, 188);
  }
  .slide.four {
    background: rgb(11, 188, 14);
  }
  .slide.five {
    background: rgb(173, 11, 188);
  }
  
  @keyframes sliding {
    0% {
      transform: translateX(0%);
    }
    20% {
      transform: translateX(0%);
    }
    25% {
      transform: translateX(-100%);
    }
    45% {
      transform: translateX(-100%);
    }
    50% {
      transform: translateX(-200%);
    }
    70% {
      transform: translateX(-200%);
    }
    75% {
      transform: translateX(-300%);
    }
    95% {
      transform: translateX(-300%);
    }
    100% {
      transform: translateX(-400%);
    }
  }
.tg-addnav1 {
    z-index: 2;
    color: #fff;
    float: right;
    padding: 10px 0;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    text-transform: capitalize;
}
.tg-addnav1 li {
    float: left;
    padding: 0 3px;
    position: relative;
    line-height: inherit;
    list-style-type: none;
}
.tg-addnav1 li a {
    color: #0c0c0c;
    display: block;
}
.button {
    padding: 7px 28px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff !important;
    background-color: #005d88;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
}
.headnum {
    background:#b91e22;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff !important;
    font-weight: 700;
    border-radius: 7px;
    font-size: 19px;
    margin-top: 7px;
}
.carousel.vertical .next {
  top: 400px;
}

.carousel.vertical .prev {
  top: -400px;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -400px;
}

.carousel.vertical .active.right {
  top: 400px;
}

.carousel.vertical .item {
    left: 0;
}
.mt0 {
    margin-top: 0 !important;
}
.mjhnl{width: 30%;}
.mt10 {
    margin-top: 10px;
}

.mt40 {
    margin-top: 40px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.relative {
    position: relative;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pt20 {
    padding-top: 20px;
}
.category-two__icon {
    margin-right: 19px;
    width: 36px;
    margin-left: 26px;
    display: inline-block;
}
.dkg{font-weight: 500;
    color: #005d88;
    margin-top: 20px !important;}
    .dkg a{
        color: #005d88;
        }
        .category-one__item {
            position: relative;
            border-radius: 14px;
            box-shadow: 11px 15px 30px 0px rgba(128, 137, 225, 0.1);
            margin: 0 0 30px;
        }
        .category-one__wrapper {
            position: relative;
            overflow: hidden;
            border-radius: 14px;
            border: 1px solid #e0e3fd;
            background: #fff;
        }
        .category-one__thumb {
            position: relative;
            padding-bottom: 44px;
        }
        .category-one__item:hover .category-one__hover {
            transform: scaleY(1);
          }
          
        .category-one__thumb img {
            -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 303 334" fill="none"> <path d="M308 179.977C134.62 179.977 30.4249 281.999 0 333.01V0.00976562H308V179.977Z" fill="black"/> </svg>');
            mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 303 334" fill="none"> <path d="M308 179.977C134.62 179.977 30.4249 281.999 0 333.01V0.00976562H308V179.977Z" fill="black"/> </svg>');
            mask-repeat: repeat;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
            -webkit-mask-size: cover;
            mask-size: cover;
        }
        .category-one__content {
            position: absolute;
            left: 0;
            bottom: 18px;
            height: 195px;
            width: 100%;
            text-align: center;
        }
        .category-one__icon {
            position: relative;
            width: 100px;
            height: 100px;
            background-color: #b91e22 ;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 50px;
            color: #fff;
            overflow: hidden;
            margin: 0 auto 24px;
        }
        .category-one__icon::after {
            position: absolute;
            content: '';
            right: -29px;
            bottom: -39px;
            width: 77px;
            height: 99px;
            transform: rotate(-146.877deg);
            background: linear-gradient(177deg, rgba(var(--eduact-white-rgb), 0.53) 0%, rgba(var(--eduact-white-rgb), 0) 100%);
            border-radius: 50%;
            transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
        }
        .containerdr {
            position: relative;
            width: 100%;
            max-width: 400px;
            margin-top: 17px;
          }
          
          .imagesd {
            display: block;
            width: 100%;
            height: auto;
            border-radius: 13px;
          }
          .imagesd1 {
            display: block;
            width: 100%;
            height: auto;
            border-radius: 13px;
          }
          .imagesd2 {
            display: block;
            width: 100%;
            height: auto;
            border-radius: 13px;
          }
          .imagesd3 {
            display: block;
            width: 100%;
            height: auto;
            border-radius: 13px;
          }
          .overlay {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            opacity: 0;
            transition: .3s ease;
            background-color: rgb(245 112 5 / 33%);
          }
          
          .containerdr:hover .overlay {
            opacity: 1;
          }
          .containerdr1 {
            position: relative;
            width: 100%;
            max-width: 400px;
            margin-top: 17px;
          }
          
         
          
          .overlay1 {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            opacity: 0;
            transition: .3s ease;
            background-color: rgb(245 112 5 / 33%);
          }
          
          .containerdr1:hover .overlay1 {
            opacity: 1;
          }
          .containerdr2 {
            position: relative;
            width: 100%;
            max-width: 400px;
            margin-top: 17px;
          }
          
         
          
          .overlay2 {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            opacity: 0;
            transition: .3s ease;
            background-color: rgb(245 112 5 / 33%);
          }
          
          .containerdr2:hover .overlay2 {
            opacity: 1;
          }
          .containerdr3{
            position: relative;
            width: 100%;
            max-width: 400px;
            margin-top: 17px;
          }
          
         
          
          .overlay3{
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100%;
            width: 100%;
            opacity: 0;
            transition: .3s ease;
            background-color: rgb(245 112 5 / 33%);
          }
          
          .containerdr3:hover .overlay3{
            opacity: 1;
          }
          .icon {
            color: white;
            font-size: 53px;
            position: absolute;
            top: 50%;
            left: 18%;
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            text-align: center;
        }
          
          .fa-user:hover {
            color: #eee;
          }
        .category-one__title {
            font-size: 20px;
            line-height: 26px;
            margin: 0 0 4px;
        }
        .category-one__text {
            font-size: 20px;
            color:#005d88 ;
            margin: 0;
        }
        .category-one__hover {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            transition-delay: .1s;
            transition-timing-function: ease-in-out;
            transition-duration: .5s;
            transition-property: all;
            transform-origin: top;
            transform-style: preserve-3d;
            transform: scaleY(0);
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        .category-one__hover__thumb {
            overflow: hidden;
            border-radius: 14px;
            position: relative;
            height: 100%;
        }
        .category-one__hover__thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 14px;
        }
        .category-one__hover__thumb::after {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: 14px;
            content: '';
            background: rgba(30, 31, 37, 0.5);
        }
        .category-one__hover__content {
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            text-align: center;
            top: 50%;
            transform: translateY(-50%);
            z-index: 3;
        }
        .category-one__hover__icon {
            position: relative;
            width: 100px;
            height: 100px;
            background-color: #005d88  ;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 50px;
            color: #fff;
            overflow: hidden;
            margin: 0 auto 28px;
        }
        .category-one__hover__icon::after {
            position: absolute;
            content: '';
            right: -29px;
            bottom: -39px;
            width: 77px;
            height: 99px;
            transform: rotate(-146.877deg);
            background: linear-gradient(177deg, rgba(0,0,0, 0.53) 0%, rgba(var(0,0,0,), 0) 100%);
            border-radius: 50%;
            transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -webkit-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
        }
        
        .category-one__hover__title a {
            color: inherit;
            background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
            display: inline;
            background-size: 0% 1px, 0 1px;
            background-position: 100% 100%, 0 100%;
            background-repeat: no-repeat;
            transition: all 0.4s ease;
        }
        .category-one__hover__text {
            font-size: 20px;
            color:#fff;
            margin: 0;
        }
        .category-one__hover__title {
            font-size: 32px;
            line-height: 26px;
            color: #ffff;
            margin: 0 0 10px;
        }
.category-two__title{font-size: 13px;
  
    font-weight: 600;}
/* .custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid #005d88;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
}
.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #005d88;
    opacity: .3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 999991;
} */
.pb20 {
    padding-bottom: 20px;
}

.around10 {
    padding: 10px;
}

.around40 {
    padding: 40px;
}

.spaceb10 {
    padding-bottom: 10px;
}

.child {
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.child1 {
    margin-top: 10px;
    margin-bottom: 0px;
}

.hife {
    display: block;
}

.spaceb40 {
    padding-bottom: 15px;
}

.spacet40 {
    padding-top: 40px;
}

.course-one {
    position: relative;
    background-color: #f1f2fd;
    padding: 52px 0 53px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 2;
}

.section-title__tagline {
    font-size: 24px;
    line-height: 26px;
    text-transform: capitalize;
    color: #d1143e;
    margin: 0 0 11px;
    position: relative;
    z-index: 2;
    padding: 0 4px;
    font-weight: 500;
}

.section-title__title {
    font-size: 31px;
    line-height: 38px;
    color: #17345a;
    font-weight: 500;
    margin: 0;
}

.course-one__item {
    position: relative;
    margin: 0 0 36px;
}

.course-one__thumb {
    width: 246px;
    height: 248px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    background: linear-gradient(147deg, #e4e4e4 0%, rgba(255, 255, 255, 0) 100%);
    margin: 0 0 24px auto;
    padding: 10px;
}

.course-one__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.course-one__like {
    position: absolute;
    left: -8px;
    top: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #d1143e;
    color: #ffffff;
    font-size: 20px;
}

.course-one__content {
    background-color: #ffffff;
    border-radius: 14px;
    height: 150px;
    border: 1px solid #e0e3fd;
    padding: 28px 30px 30px;
    box-shadow: 11px 15px 30px 0px rgb(128 137 225 / 10%);
    transition: 500ms ease;
    margin: -110px 0 0;
}

.course-two__item:hover .course-two__thumb svg {
    fill: #17345a;
}

.course-two__item:hover .course-two__title a {
    color: #d1143e;
}

.course-one__time {
    height: 24px;
    background-color: #17345a;
    color: #ffffff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 0 10.5px;
    margin: 0 0 25px;
}

.course-two__time1 {
    height: 28px;
    background-color: #d1143e;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 0 10.5px;
    margin: 0 0 14px;
}

.course-one__ratings {
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 1px;
    color: #d1143e;
    margin: 0 0 7px;
}

.course-one__ratings__reviews {
    font-size: 14px;
    color: #000;
    margin-left: 5px;
    letter-spacing: 0;
}

.course-one__title a {
    color: inherit;
    background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
    display: inline;
    background-size: 0% 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    transition: all 0.4s ease;
}

.course-one__title {
    font-size: 17px;
    line-height: 26px;
    margin: 0 0 0px;
    font-weight: 500;
}

.service-one {
    position: relative;
    background-color: #fff;
    padding: 7px 0 18px;
}

.service-one__item {
    position: relative;
    border-radius: 14px;
    margin: 0 0 7px;
    box-shadow: 11px 15px 30px 0px rgb(128 137 225 / 10%);
}

.service-one__wrapper {
    overflow: hidden;
    padding: 39px 29px 33px;
    position: relative;
    z-index: 2;
    height: 325px;
    border: 1px solid #e0e3fd;
    background-color: #fff;
    border-radius: 14px;
}

.service-one__icon {
    width: 76px;
    height: 76px;
    background-color: #17345a;
    font-size: 38px;
    line-height: 1;
    position: relative;
    z-index: 3;
    color: #ffff;
    margin: 0 0 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    transition: 500ms ease;
}

.service-one__title {
    font-size: 18px;
    margin: 0 0 17px;
}

.service-one__title a {
    color: #000;
    font-weight: 500;
}

.service-one__item:hover svg path {
    fill: #d1143e;
}

.service-one__item:hover .service-one__icon {
    background-color: #d1143e;
}

.service-one__text {
    font-size: 14px;
    margin: 0 0 15px;
}

.service-one__rm {
    display: flex;
    align-items: center;
    color: #d1143e;
    font-weight: 700;
    font-size: 16px;
}

.service-one__item svg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 118px;
    height: 129px;
}

.service-one__rm i {
    color: #17345a;
    font-size: 15px;
    font-weight: 800;
    position: relative;
    top: 2px;
    padding-left: 10px;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.service-one__bg {
    position: absolute;
    top: -229px;
    right: 0;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right top;
    width: 100%;
    height: 1882px;
}
.h1.milestone {
    font-size: 52px;
}
.h2.milestone {
   font-size: 35px;
    margin-top: 5px;
}
.hr-white {
    border-color: #fff;
}

.title-hr {
    width: 40px;
    border-top: 3px solid #fff !important;
    margin-left: 0px;
    margin-top: 0rem;
}
/* .bg-red {
    background-color: #d1143e !important;
} */
.h1.milestone-ranked {
 font-size: 33px;
    margin-top: 44px;

}
.go{margin-top: 19px;}
.ngh{
    margin-right: 0px !important;
    margin-left: 0px !important;
        margin-top: 12px;
    border-radius: 9px;
   /* padding-top: 35px !important;
    padding-bottom: 35px !important;*/
    background-image: url(../images/Bg-awards.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.about-one {
    position: relative;
    
    background-color: #fff;
}
.milestone-bg {
 
      left: -125px;
    height: 559px;
    width: 61%;
    /* height: calc(100% - 91px); */
    background-image: url(../images/award.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.zoomInOut {
    -webkit-animation: pu_placements_box 2s infinite linear;
    animation: pu_placements_box 2s infinite linear;
    margin-left: 93px;

}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.milestone-award {
        padding-top: 103px;
    padding-bottom: 10px;
    padding-right: 45px;
    padding-left: 81px;
}
.mb-2{font-size: 16px;
    color: #000;}
.milestone-bg1 {    width: 46%;
    position: absolute;
    margin-top: -20px;
    right: 3%;}

.about-one__thumb {
    position: relative;
    margin: 0 14px 0 -33px;
}

.about-one__thumb__one {
    display: block;
    position: relative;
    z-index: 2;
}

.about-one__thumb__one img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.about-one__thumb__one::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: calc(100% - 30%);
    height: calc(100% - 30%);
    content: '';
    border-radius: 362.021px;
    background: linear-gradient(147deg, rgb(209 20 62 / 27%) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 27px 27px 52px 0px rgb(0 0 0 / 8%);
    animation: blinker 1.5s ease-in-out infinite;
    -webkit-animation: blinker 1.5s ease-in-out infinite;
    -moz-animation: blinker 1.5s ease-in-out infinite;
}
.main-default-content ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}
.digital_box .img-11 img {
    width: 50px;
    height: 50px;
}
.asrp{width: 28%;border-radius: 39px;}
.digital_box:hover {
    color: #000!important;
    background-color: #fff!important;
}
.alm {
    margin-bottom: -6px;
    margin-top: 14px;
    font-size: 17px;
    /* padding: 0px !important; */
    font-weight: 700;
    line-height: 0px;
}
.digital_box p {
    text-align: center;
    padding: 14px 0px;
}
.main-default-content ul li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color:#92210f;
}
.tg-sectionhead .tg-description {
    color: #4a4a4a;
    padding-top: 22px;
    padding-right: 46px;
    padding-left: 0px;
}
.tg-sectionhead {
    width: 100%;
    float: left;
    padding: 17px 0 30px;
}
.tg-sectionspace {
    padding: 26px 0;
}
.vgh {
    margin-top: 23px;
}
.tg-verticalmiddle {
    background: #172f41 url(../images/pattern.png) !important;
    border-radius: 28px;
    margin: 0 -1px;
    float: none !important;
    display: inline-block;
    vertical-align: middle;
}
.digital_box {
    display: block!important;
    text-align: center;
    padding: 10px;
    background: #172f41;
    color: #fff;
    box-shadow: 0 0px 5px rgb(0 0 0 / 10%);
    margin: 11px auto;
    transition: all ease-in-out 0.3s;
    border-radius: 20px;
}
.pov {
    padding-left: 48px;
    padding-right: 0px;
    color: white;
}
.pov b{font-size: 18px;}
.pov1 {
    margin-top: -12px;
    margin-left: 32px;
    padding-bottom: 10px;
    list-style-type: disc;
}
.pova{padding-left: 46px !important;
    padding-right: 0px;}
    .recurit{margin-bottom: 15px;}
.enrol b{font-size: 18px;}
.single-study.study-f3f3f4 {
    background-color: #f3f3f4;
    border: none;
    padding: 30px;
    margin-bottom: 30px;
}
.single-study.study-f3f3f4:hover {
    background-color:#92210f;
    border-color: #92210f;
    color: #fff;
}
/* .single-study:hover p {
    color: #fff;
} */
.box-sh{
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    margin-bottom: 37px;
    margin-top: -198px;
}
.single-study-instites{
    background-color: #fff;
    border: 1px solid #e8e8e8;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    padding: 20px;
    margin-bottom: 30px;
}
.single-study-instites i {
 
        font-size: 40px;
        line-height: 1;
        margin-bottom: 20px;
        display: inline-block;
        width: 80px;
        height: 80px;
        line-height: 80px;
        background-color: var(--optional-color);
        border-radius: 50%;
        text-align: center;
        color: #fff;
        -webkit-transition: var(--transition);
        transition: var(--transition);
    
}
.single-study-instites h3 {
    font-size: 23px;
    margin-bottom: 14px;
}
.single-study-instites:hover {
    background-color: #92210f;
    border-color:#92210f;
}
.single-study-instites:hover i {
    background-color:#fff;
    color:  #92210f;
}
.single-study-instites:hover h3 a {
    color: #fff;
}
.single-study-instites:hover .read-more {
    color: #fff;
}
.single-study-instites h3 a {
    color:#252525;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.tg-verticalmiddle1 {
    margin-top: -185px;
    background: white;
    margin-left: 54px;
    border-radius: 28px;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important; 
    margin-bottom: 37px;
}

.names h4 {
    /* margin: 0; */
    font-weight: bold;
    color: #0089ff;
    font-size: 20px;
    margin-top: 15px;
}
.document-checklist{margin-bottom: 26px;}
.document{ box-shadow: 0 0 5px 2px #ccc; border-radius: 10px;    padding: 10px 20px;width: 41%;}
.sung{display: block;
    margin-left: 26px;}
.helpline_sec {
    background: #92210f;
    padding: 40px;
    margin-bottom: 40px;
}
.helpline_sec h2 {
    font-size: 24px;
    color: #ccc;
    padding-bottom: 10px;
    border-bottom: solid 1px #ccc;
}
.helpline_sec h4 {
    padding: 15px 0 0;
    color: #ccc;
    font-size: 21px;
}
p.post {
    font-size: 18px;
    font-weight: 700;
}
.helpline_sec p {
    color: #ccc;
}
.helpline_sec p a {
    color: #ccc;
}
.d-none {
    display: none;
}
.admission_process_sec.height_sec1, .admission_process_sec.height_sec2 {
    height: 250px;
}
.admission_process_sec {
    background: #131d3b1a;
    padding: 40px;
    margin-bottom: 30px;
}
.admission_process_sec.height_sec1 .stap_sec, .admission_process_sec.height_sec2 .stap_sec {
    border-bottom: 0;
}
.stap_sec {
    border-bottom: solid 1px #ccc;
    margin-bottom: 32px;
}
.py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
}
.mb-5 {
    margin-bottom: 3rem!important;
}
.pr-0 {
    padding: 0!important;
}
.bg-red {
    background:#92210f;
    padding: 29px 30px;
    border-radius: 7px 0 0 7px;
    /* min-height: 270px; */
    max-height: 191px;
    margin-top: 20px;
}
.bg-red h2 {
    font-weight: 600;
    line-height: 28px;
    margin: 0;
    font-size: 22px;
    color: #fff;
}
.addmission-contact {
    margin: 0;
    padding: 0px 0;
}
.addmission-contact li.call-us {
    width: 65%;
    border-right: 1px dotted #fff;
}
.addmission-contact li {
    color: #fff;
    line-height: 24px;
    display: inline-block;
    padding: 0;
    width: 32%;
    text-align: center;
}
.addmission-contact li.call-us {
    width: 65%;
    border-right: 1px dotted #fff;
}
.addmission-contact h6 {
    padding: 30px 0;
    font-size: 16px;
    margin: 0;
    height: 98px;
}
.pr-0, .px-0, .pl-0 {
    padding: 0!important;
}
.bg-yellow {
    background: #172f41;
    padding: 14px;
    border-radius: 0 7px 7px 0;
    /* min-height: 300px; */
    max-height: 300px;
    margin-top: 20px;
}
.admissions_page .bg-yellow h2 {
    padding-top: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    /* border-bottom: 1px dotted #d1143e; */
}
.bg-yellow h3 {
    padding: 14px 0px;
    border-bottom: 1px dotted #d1143e;
    height: 68px;
    color: #fff;
    font-size: 22px;
}
.pb-4 {
    padding-bottom: 1.5rem!important;
}
.coun{width:auto !important;}
.scienck p {
    text-align: center;
    padding: 10px;
    font-size: 15px;
    height: 100px;
    font-weight: 600;
}
.rcp {
    margin-left: 70px;
}
.about-one__thumb__shape1 {
    position: absolute;
    left: 0;
    top: 36px;
}

.about-one__thumb__shape1 img {
    -webkit-animation: rotated 20s infinite linear;
    animation: rotated 20s infinite linear;
}

.about-one__thumb__shape2 {
    position: absolute;
    z-index: 2;
    right: 36px;
    bottom: 25px;
}

.about-one__thumb__shape2 img {
    -webkit-animation-name: float-bob-y-2;
    animation-name: float-bob-y-2;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-timing-function: linear;
}

.about-one__thumb__box {
    position: absolute;
    z-index: 2;
    left: -24px;
    bottom: 37px;
    width: 350px;
    border-radius: 14px;
    background: #ffff;
    box-shadow: -18px 11px 52px 0px rgba( 0, 0, 0, 0.08);
    padding: 28px 30px 33px 59px;
}

.about-one__content {
    position: relative;
    padding: 2px 0 0;
}

.about-one__thumb__box__icon {
    width: 76px;
    height: 76px;
    background-color: #d1143e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -38px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 38px;
    color: #fff;
    overflow: hidden;
}

.eduact-btn:hover {
    color: #fff;
}

.eduact-btn:hover .eduact-btn__curve {
    right: 0;
    width: 100%;
    -webkit-transform: skewX(0deg);
    transform: skewX(0deg);
}

.about-one__thumb__box__title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 26px;
    margin: 0 0 9px;
}

.about-one__thumb__box__text {
    font-size: 18px;
    color: #d1143e;
    font-weight: 700;
    letter-spacing: 0.72px;
    margin: 0;
}

.about-one__thumb__box__text a {
    color: #d1143e;
}

.about-one .section-title {
    margin-bottom: 14px;
}

.about-one .section-title__tagline {
    margin-bottom: 14px;
}

.about-one__content__text {
    line-height: 26px;
    margin: 0 0 10px;
}

.about-one__box {
    position: relative;
    padding: 1px;
    background: linear-gradient(180deg, rgb(23 52 90 / 54%) 0%, rgb(209 20 62 / 35%) 100%);
    border-radius: 24px;
    margin: 0 0 17px;
}

.about-one__box__wrapper {
    border-radius: 23px;
    padding: 11px 27px 15px 130px;

    width: 100%;
    background-color: #fff;
}

.about-one__box__icon {
    display: flex;
    width: 64px;
    height: 63px;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    background: rgba(128, 137, 225, 0.12);
    font-size: 34px;
    color: #17345a;
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.about-one__box__icon i {
    display: inline-block;
    transition: all 500ms linear;
    transition-delay: 0s;
    transition-delay: 0.1s;
    transform: scale(1);
}

.about-one__box__title {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 7px;
}

.about-one__box__text {
    font-size: 14px;
    margin: 0;
}

.about-one__content .eduact-btn {
    margin-top: 20px;
}

.eduact-btn {
       display: inline-block;
    vertical-align: middle;
  
    border: none;
    outline: none !important;
    background-color: #005d88;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    border-radius: 6px;
    text-transform: capitalize;
    padding: 11px 26px 11px;
    overflow: hidden;
    z-index: 2;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.eduact-btn__curve {
    position: absolute;
    right: -15px;
    top: 0;
    width: 33px;
    height: 100%;
    background: #f6f5f5;
    opacity: 0.2;
    z-index: 0;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.eduact-btn i {
    display: inline-block;
    margin-left: 11px;
    position: relative;
    top: 2px;
}

.spaceb60 {
    padding-bottom: 60px;
}
                                                                                                                                                                                        /* .spacet60 {
                                                            padding-top: 104px;
                                                        } */
                                                                                                                                                                                        
.spacet50 {
    padding-top: 50px;
}

.spaceb50 {
    padding-bottom: 50px;
}

.spacet140 {
    padding-top: 140px;
}

.bg-orange {
    background: rgb(245, 130, 32);
}

.sec-icon {
    margin: -0.3em 0 25px 0;
}

.sec-icon .vs-circle {
    --circle-size: 45px;
    --circle-angle: -405deg;
    --circle-bg: #f44336;
    display: inline-block;
    width: 45px;
    height: 45px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    background-size: 100% 100%;
    background-image: linear-gradient(var(--circle-angle, -60deg), var(--circle-bg, #2F2552) var(--circle-count, 55%), transparent var(--circle-count, 55%));
}

.sec-subtitle {
    display: block;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .12em;
    margin: -0.2em 0 15px 0;
    text-transform: uppercase;
}

.category-style1 {
    margin-bottom: 0px;
    position: relative;
}

.category-style1 .category-img {
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.category-style1 .category-img:after,
                                                                                                                                                                                        .category-style1 .category-img:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #f44336;
    transition: all ease .4s;
}

.sec-title {
    font-size: 51px;
    font-weight: 500;
    color: #000;
}

.category-style1 .icon {
    background-color: #f44336;
    border-radius: 20px;
    color: #ffffff;
    font-size: 16px;
    height: 33px;
    left: 12px;
    line-height: 34px;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 30px;
    transition: all ease .4s;
}

.about-title .icon {
    background-color: #f44336;
    font-size: 40px;
    text-align: center;
}

.category-style1 .category-img:after {
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 10%, transparent 70%);
}

.category-style1 .category-img:after,
                                                                                                                                                                                        .category-style1 .category-img:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #f44336;
    transition: all ease .4s;
}

.category-style1 .category-content {
    bottom: 0;
    padding: 30px;
    position: absolute;
    transform: translateY(30px);
    transition: all ease .4s;
}

.category-style1 .category-title,
                                                                                                                                                                                        .category-style1 .subtitle {
    color: #fff;
    margin: 0 0 5px 0;
}

.category-style1 .category-title a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.category-style1 .subtitle {
    color: #fff;
}

.category-style1 .subtitle {
    opacity: 0;
}

.category-style1 .category-img:after {
    opacity: 1;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 10%, transparent 70%);
}

.category-style1:hover .category-img:before,
                                                                                                                                                                                        .slick-center .category-style1 .category-img:before {
    opacity: .8;
    visibility: visible;
}

.category-style1:hover .icon,
                                                                                                                                                                                        .slick-center .category-style1 .icon {
    background-color: #fff;
    color: #f44336;
}

.fullwidthinner,
                                                                                                                                                                                        .fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}

.category-style1:hover .subtitle,
                                                                                                                                                                                        .slick-center .category-style1 .subtitle {
    opacity: 1;
}

.category-style1:hover .category-content,
                                                                                                                                                                                        .slick-center .category-style1 .category-content {
    transform: translateY(0);
}

.bggray {
    background: #f8f8f8;
}

.picture-box2 .picture-1 {
    margin-left: 36%;
    margin-bottom: -120px;
    z-index: 3;
}

.fontbold {
    font-weight: bold;
}

.picture-box2 {
    position: relative;
}

.space-bottom {
    padding-bottom: 10px;
}

.space-top {
    padding-top: 60px;
}

.picture-box2 [class*=picture-] {
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 9999;
    border-radius: 20px;
}

.picture-box2 .picture-3 {
    margin-right: -170px;
    margin-left: auto;
    margin-top: -140px;
}

.vs-btn:before {
    transform-origin: left top;
}

.mega-hover:before {
    top: -10%;
    right: 51%;
    bottom: -10%;
    left: 50%;
    background: rgba(255, 255, 255, .3);
}

.mega-hover:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 900ms linear;
}

.mega-hover:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 900ms linear;
}

.mega-hover img {
    transition: all 2s ease;
    transform: scale(1);
}

.mega-hover:after {
    top: 50%;
    right: -10%;
    bottom: 50%;
    left: -10%;
    background: rgba(255, 255, 255, .6);
}

.mega-hover:after,
                                                                                                                                                                                        .mega-hover:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
    transform: rotate(5deg);
}

.picture-box2 .vs-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: initial;
    transform: translate(-42%, -50%);
    --circle-angle: -43deg;
    --circle-bg: #f44336;
    --circle-size: 554px;
    z-index: 1;
}

.vs-circle {
    display: block;
    width: 600px;
    height: 600px;
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    background-size: 100% 100%;
    background-image: linear-gradient(var(--circle-angle, -60deg), var(--circle-bg, #2F2552) var(--circle-count, 55%), transparent var(--circle-count, 55%));
}

.about-box2 {
    padding: 60px;
}

.title-area {
    margin-bottom: 40px;
}

.course-style2 {
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 20px;
}

.course-style2:after,
                                                                                                                                                                                        .course-style2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    border-style: solid;
    border-width: 2px 0 0 2px;
    z-index: 1;
    pointer-events: none;
    border-color: #42335b;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
}

.course-style2 .course-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.course-style2 .course-img img {
    width: 100%;
    transform: scale(1.001);
    transition: all ease .4s;
}

.slick-slide img {
    display: inline-block;
}

.course-style2 .course-price {
    background-color: #3747ff;
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-weight: bold;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 20px;
    padding: 0 25px;
    border-radius: 20px;
}

.course-style2 .course-content {
    padding: 6px 40px 1px 40px;
    text-align: center;
}

.course-style2 .course-name {
    margin-bottom: 18px;
    font-size: 24px;
}

.course-style2 .course-name a {
    color: #000;
}

.course-style2 .course-meta {
    border-bottom: 1px solid #dedede;
    margin-top: 17px;
    padding-bottom: 25px;
}

.course-style2 .course-meta span,
                                                                                                                                                                                        .course-style2 .course-meta a {
    color: #000;
    font-size: 14px;
    display: inline-block;
    margin-right: 12px;
    font-weight: 500;
}

.course-style2 .course-footer {
    position: relative;
    padding: 15px 0 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.course-style2 .course-teacher img {
    margin-right: 10px;
    vertical-align: middle;
    width: 44px;
    border-radius: 50%;
}

.course-style2 .course-teacher a {
    color: #000;
}

.course-style2 .course-review i:not(:last-child) {
    margin-right: 2px;
}

.course-style2 .course-review {
    color: #f6b800;
    font-size: 14px;
}

.course-style2:hover:after,
                                                                                                                                                                                        .course-style2:hover:before {
    opacity: 1;
    visibility: visible;
}

.course-style2 .course-meta span,
                                                                                                                                                                                        .course-style2 .course-meta a {
    color: #444444;
    font-size: 14px;
    display: inline-block;
    margin-right: 12px;
    font-weight: 500;
}

.course-style2:after {
    border-width: 0 2px 2px 0;
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    border-color: #f44336;
}

.course-style2:hover:after,
                                                                                                                                                                                        .course-style2:hover:before {
    opacity: 1;
    visibility: visible;
}

.course-style2.layout2 .course-content {
    flex: 1;
    padding: 15px 30px 0 30px;
}

.course-style2 .course-meta i {
    color: #3747ff;
    font-size: 12px;
    margin-right: 7px;
}

.course-style2 .course-img {
    position: relative;
    overflow: hidden;
}

.title-hr {
    width: 40px;
    border-top: 3px solid #17345a;
    margin-left: 0px;
    margin-top: 0rem;
}

.h2.title-main {
    font-size: 43px;
    color: #d1143e;
}

marquee img {
       width: 162px;
    padding: 13px;
}

.mjk {
    height: 300px;
}

.text-semibold {
    font-weight: 600 !important;
}

.placements-icon {
    padding-top: 5px;
}

.slick-slide {
    float: left;
    height: 100%;
}

.h-50 {
    height: 214px;
}

.placements-contnet {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 5;
    padding-top: 12px;
}

.placements-contnet h3 {
    font-size: 14px;
    font-weight: 700;
}

.placements-contnet-box {
                                                                                                                                                                                            /* padding-top: 50px; */
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0 auto 10px;
    padding: 5px 0 0 10px;
    border: 2px solid #999;
}

.placements-contnet-box::before,
                                                                                                                                                                                        .placements-contnet-box::after {
    content: '';
    position: absolute;
    background: #fff;
}

.placements-contnet-box::before {
    width: calc( 100% - 20px);
    height: calc(100% + 4px);
    top: -2px;
    right: -2px;
    z-index: 1;
}

.placements-contnet-box::after {
    width: calc( 100% + 4px);
    height: calc(100% - 18px);
    left: -2px;
    top: 20px;
    z-index: 1;
}

.placements-box {
    position: relative;
}

.no-gutters>.col,
                                                                                                                                                                                        .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.accmobiles {
    display: none;
}
.home_placement_text.right::before {
    content: '';
    position: absolute;
    top: calc(50% - 16px);
    left: auto;
    right: -16px;
    border-color: transparent #fefefe;
    border-style: solid;
    border-width: 16px 0px 16px 16px;
    height: 0px;
    width: 0px;
    z-index: 999;
}

.col-xl-61 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-61 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.mb-xl-0,
                                                                                                                                                                                        .my-xl-0 {
    margin-bottom: 0!important;
}

.gx-80 {
    --bs-gutter-x: 80px;
}

.media-style4 {
    margin-bottom: 30px;
}

.media-style4 .media-icon {
    margin-bottom: 20px;
}

.form-style2 .form-inner {
    background-color: #fff;
    border-radius: 20px;
    border: 5px solid #eaeaea;
    padding: 50px 50px 60px;
}

.form-style2 .form-title {
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 30px;
    font-size: 24px;
    max-width: 600px;
}

.form-style2 {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.form-style2 .form-group {
    margin-bottom: 15px;
}

.text-xl-start {
    text-align: left;
}
                                                                                                                                                                                        /* .h-100 {
                height: 214px;
            } */
                                                                                                                                                                                        
.placements-box-2 .placements-img {
    transform: scale(1);
    transition: all 0.2s ease-in-out 0.1s;
}

.pr-2,
                                                                                                                                                                                        .px-2 {
    padding-right: .5rem!important;
}

.pl-2,
                                                                                                                                                                                        .px-2 {
    padding-left: .5rem!important;
}

.pt-3,
                                                                                                                                                                                        .py-3 {
    padding-top: 46px;
}
.seri{
    position: relative;
    height: 263px;
    margin-bottom: 20px;
    padding: 0 0px;
    border-radius: 39px;
    overflow: hidden;
    cursor: pointer;
}
.awe{
    background: #003f60;
    position: absolute;
    bottom: 0px;
    left: 0;
    text-align: center;
    width: 100%;
    border-radius: 0px;
    right: 0;
    margin: auto;
    padding: 9px 0;
}
.awe .namteachs {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 0 0;
}
.awe  p {
    margin: 0;
    color: #ffffff;
    font-weight: 600;
}
.lop{padding: 50px;}
.placements-box img.placements-img.full_height.h-100 {
    height: 156px;
}

.text-semibold {
    font-weight: 600 !important;
    font-size: 15px;
    line-height: 23px;
}

.bg-red .home_placement_text::before {
    border-color: transparent #d1143e;
}

.home_placement_text::before {
    content: '';
    position: absolute;
    top: calc(50% - 16px);
    left: -16px;
    border-color: transparent #fefefe;
    border-style: solid;
    border-width: 16px 16px 16px 0px;
    height: 0px;
    width: 0px;
    z-index: 999;
}

/* .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
} */

.col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.row1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-white {
    color: #fff!important;
}

.bg-red .h1,
                                                                                                                                                                                        .bg-red .h2,
                                                                                                                                                                                        .bg-red .h3,
                                                                                                                                                                                        .bg-red .h4,
                                                                                                                                                                                        .bg-red .h5,
                                                                                                                                                                                        .bg-red .h6,
                                                                                                                                                                                        .bg-red h1,
                                                                                                                                                                                        .bg-red h2,
                                                                                                                                                                                        .bg-red h3,
                                                                                                                                                                                        .bg-red h4,
                                                                                                                                                                                        .bg-red h5,
                                                                                                                                                                                        .bg-red h6 {
    color: #fff;
}

.placements-box-2 {
    overflow: hidden;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.box-shadow-gray {
    box-shadow: 1px 3px 5px #ddd;
}

/* .bg-red {
        background-color: #d1143e !important;
   
} */
.late{ padding-top: 7px;
    padding-bottom: 7px;}

.form-style2 .vs-btn1 {
    margin-bottom: 15px;
    margin-top: 5px;
    display: block;
    width: 100%;
}

.form-style2 .form-link {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

.form-style2 .vs-circle {
    position: absolute;
    right: -60px;
    bottom: -60px;
    max-width: initial;
    max-height: initial;
    z-index: -1;
}

.vs-circle.color2 {
    --circle-bg: #f44336;
}

.vs-btn1 {
    border: none;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-family: var(--title-font);
    background-color: #17345a;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    padding: 21.5px 40px;
    border-radius: 9999px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.space-extra-bottom {
    padding-bottom: 28px;
}

.form-style2 select,
                                                                                                                                                                                        .form-style2 input {
    border: none;
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 14px;
    margin-bottom: 5px;
    height: 60px;
    border-radius: 9999px;
    width: 100%;
    padding-left: 27px;
    --body-color: #333333;
    transition: all ease .4s;
}

.text-theme {
    color: #3747ff;
}

.media-style4 .media-title {
    margin-bottom: 10px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.course-style2.layout2 .course-img {
    border-radius: 20px 0 0 20px;
}

.process-style1:not(:last-child) {
    margin: 0 0 50px 0;
    padding: 0 0 42px 0;
}

.process-style1 {
    position: relative;
    display: flex;
}

.process-inner1 .process-style1:before {
    right: -200px;
}

.process-style1:not(:last-child):before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    z-index: -1;
    background-color: #dfdfdf;
}

.process-style1 .process-content {
    flex: 1;
}

.img-box1.style2 {
    margin: 0 0 0 -60px;
}

.img-box1 .mega-hover {
    border-radius: 50%;
}

.mega-hover:before {
    top: -10%;
    right: 51%;
    bottom: -10%;
    left: 50%;
    background: rgba(255, 255, 255, .3);
}

.img-box1 .vs-circle img {
    border-radius: 50%;
    width: 100%;
}

.mega-hover:after {
    top: 50%;
    right: -10%;
    bottom: 50%;
    left: -10%;
    background: rgba(255, 255, 255, .6);
}

.mega-hover:after,
                                                                                                                                                                                        .mega-hover:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
    transform: rotate(5deg);
}

.mega-hover img {
    transition: all 2s ease;
    transform: scale(1);
}

.mega-hover:after,
                                                                                                                                                                                        .mega-hover:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
    transform: rotate(5deg);
}

.mega-hover {
    position: relative;
    overflow: hidden;
}

.mega-hover:hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 900ms linear;
}

.mega-hover:hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 900ms linear;
}

.img-box1 .vs-circle {
    width: auto;
    height: auto;
    --circle-bg: #d1143e;
    padding: 42px;
    margin-top: -22px;
    max-width: 95%;
    margin-left: 23px;
}

.img-icon {
    width: 60px;
    height: 60px;
    margin-right: 7px;
}

.bvg {
    margin-top: -61px;
}

.vs-circle.color2 {
    --circle-bg: #d1143e;
}

.img-box1 {
    margin: 0 -70px 30px 0;
    position: relative;
}

.process-style1 .process-text {
    margin: 0;
}

.process-style1 .process-number {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    margin-right: 25px;
    color: #fff;
    background-color: #3747ff;
    text-align: center;
    border-radius: 50%;
    transition: all ease .4s;
}

.background-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.course-style2:hover .course-img img {
    transform: scale(1.15);
}

.sec-subtitle {
    display: block;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .12em;
    margin: -0.2em 0 15px 0;
    text-transform: uppercase;
}

.about-title-pa {
    font-size: 48px;
    font-weight: 700;
    color: #000;
}

.about-box2 .about-content {
    padding-left: 165px;
}

.fs-md {
    font-size: 18px;
}

.call-media {
    display: flex;
    align-items: center;
    border-left: 3px solid #f44336;
    box-shadow: 0 0 30px 3px rgb(0 0 0 / 5%);
    padding: 20px 20px 20px 30px;
    margin: 30px 0 30px 0;
    max-width: 350px;
    text-align: left;
}

.call-media .media-icon {
    font-size: 30px;
    color: #f44336;
    margin-right: 20px;
}

.call-media .media-label {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .02em;
    color: #000;
    display: block;
    margin: 0 0 5px 0;
}

.call-media .media-info {
    font-size: 30px;
    font-family: var(--body-font);
    margin: 0;
    line-height: 1;
    font-weight: 500;
    color: #000;
}

.vs-btn.style3 {
    color: #000000;
    background-color: rgba(0, 0, 0, 0);
    padding: 0 35px 0 0;
    outline: 2px solid #f44336;
    outline-offset: -2px;
    --shape-gap: 5px;
}

.vs-btn {
    border: none;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-family: var(--title-font);
    background-color: var(--theme-color);
    color: var(--white-color);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    padding: 21.5px 40px;
    border-radius: 9999px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.mt-2 {
    margin-top: 0.5rem!important;
}

.vs-btn:before {
    transform-origin: left top;
}

.vs-btn:before,
                                                                                                                                                                                        .vs-btn:after {
    content: "";
    position: absolute;
    top: var(--shape-gap, 3px);
    right: var(--shape-gap, 3px);
    bottom: var(--shape-gap, 3px);
    left: var(--shape-gap, 3px);
    background-color: var(--theme-color3);
    transform: scale(0);
    z-index: -1;
    border-radius: inherit;
    transform-origin: right bottom;
    transition: all ease .4s;
    opacity: 0;
    visibility: hidden;
}

.vs-btn.style3 i,
                                                                                                                                                                                        .vs-btn.style5 i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 22px;
    margin: 0 15px 0 0;
    color: #fff;
    background-color: #f44336;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.vs-btn i {
    display: inline-block;
    vertical-align: middle;
    transition: all ease .4s;
}

.vs-btn:before,
                                                                                                                                                                                        .vs-btn:after {
    content: "";
    position: absolute;
    top: var(--shape-gap, 3px);
    right: var(--shape-gap, 3px);
    bottom: var(--shape-gap, 3px);
    left: var(--shape-gap, 3px);
    background-color: var(--theme-color3);
    transform: scale(0);
    z-index: -1;
    border-radius: inherit;
    transform-origin: right bottom;
    transition: all ease .4s;
    opacity: 0;
    visibility: hidden;
}

.vs-btn.style3:hover,
                                                                                                                                                                                        .vs-btn.style5:hover {
    color: #fff;
    background-color: #f44336;
}

.vs-btn:hover:before,
                                                                                                                                                                                        .vs-btn:hover:after {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.affix#alert header {
    background: #fff;
    position: absolute;
    width: 100%;
    top: 0;
    padding: 6px 0 4px 0;
    box-sizing: border-box;
}
header {
    padding: 5px 0 0;
/*    transition: all 0.1s;*/
    position: static;
    top: 116px;
    z-index: 99;
    background: #fff;
    width: 102%;
}
.elementor {
    background-color: #005d88;
}

.mobile-logo {
    margin-left: -19px;
   
}
.inlinke{     list-style-type: none;
    padding-top: 35px;
    text-transform: uppercase;
    margin-left: -87px;}
.inlinke li{      display: inline;
    padding: 8px;
    font-size: 14px;
    font-weight: 600;

}
.mobile-logo2 {
    padding-top: 8px;
}

.mobile-logo1 {
    padding-top: 8px;
}



.msd {
    padding-top: 35px;
    color: #b91e22;
    font-size: 17px;
    font-weight: 600;
    margin-left: -93px;
    margin-right: 13px;
    position: absolute;
}

.display-none-mob {
    color: #005d88;
    padding-top: 35px;
    font-size: 15px;
    margin-left: -19px;
 
    padding-left: 22px;
    font-weight: 600;
}
.testimonial-three__item {
    position: relative;
    max-width: 1151px;
    min-height: 338px;
    padding: 0 0 0 344px;
}
.testimonial-three__author {
    position: absolute;
    left: 0;
    top: 0;
    width: 303px;
    height: 338px;
    border-radius: 14px;
    overflow: hidden;
}
.text-dark{  color: #b91e22;}
.quick-link-box .link-box ul li a:hover {
    color: #000;
}

.bg-theme-colored4 {
    background-color: #e79800 !important;
}

.toparea {
    background: #fff;
    height: auto;
    position: relative;
    transition: all 3s ease 0s;
                                                                                                                                                                                            /* padding-top: 100px; */
    z-index: 1111;
}

.toparea1 {
    border-bottom: 1px solid #ccc;
    background: #f44336;
    transition: all 3s ease 0s;
}

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

.toplist li+li {
    margin-left: 20px;
}

.asfr {
    width: 410px;
    height: 315px;
}

.toplist li {
    display: inline-block;
    color: #777777;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 500;
}

.bg-gray-lighter {
    background-color: #eeeeee !important;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    border: 1px solid #eeeeee;
}

.pt-15 {
    padding-top: 15px !important;
}

.courses-box3 .single-item-wrapper {
    margin-bottom: 30px;
    background: #f7f7f7;
    display: flex;
}

.edu-section-gap {
    padding: 43px 0 0px;
}

.text-theme-colored {
    color: #0d5189 !important;
}

.mkl {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
}

.event-details {
    margin-bottom: 60px;
}

.text-gray {
    color: #808080 !important;
}

.event-details .main-thumbnail {
    margin-bottom: 70px;
}

.event-details .main-thumbnail img {
    border-radius: 10px;
}

.row--30 {
    margin-left: -15px;
    margin-right: -15px;
}

.row--30>[class*="col"],
                                                                                                                                                                                        .row--30>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

.other {
    display: block;
}

.event-details .details-content ul {
    list-style-type: disc;
    margin-bottom: 60px;
    margin-left: 16px;
    margin-top: 20px;
}

.edu-course-widget.widget-course-summery .content .course-item li:last-child {
    border-bottom: none;
}

.course-sidebar-3 .edu-blog-widget,
                                                                                                                                                                                        .course-sidebar-3 .edu-course-widget {
    background-color: var(--color-white);
    border-radius: 5px;
    box-shadow: 0px 10px 50px 0px rgb(26 46 85 / 7%);
    margin-bottom: 30px;
    width: 333px;
}

.edu-course-widget.widget-course-summery {
    padding: 15px;
}

.shape-dotted.style2 {
    --dot-bg: #f6f6f6;
}

.shape-dotted {
    width: 83px;
    height: 176px;
    background: radial-gradient(circle, transparent 20%, var(--dot-bg, #fff) 20%, var(--dot-bg, #fff) 80%, transparent), radial-gradient(circle, transparent 20%, var(--dot-bg, #fff) 20%, var(--dot-bg, #fff) 0%, var(--dot-color, #707070)) var(--dot-size, 5.8px) var(--dot-size, 5.8px);
    background-color: var(--dot-bg, #fff);
    background-size: calc(var(--dot-size, 5.8px)*2) calc(var(--dot-size, 5.8px)*2);
    z-index: -1;
}



.testi-style1:before {
    content: "";
    position: absolute;
    right: 56px;
    bottom: -20px;
    width: 56px;
    height: 56px;
    background-color: inherit;
    transform: rotate(45deg);
    border-style: solid;
    border-color: rgba(0, 0, 0, 0);
    border-width: 0 3px 3px 0;
    transition: all ease .4s;
}

.testi-style1 .testi-content {
    padding: 30px 23px 48px;
}

.process-style1 .process-title {
    font-size: 17px;
    margin-bottom: 6px;
    font-weight: 500;
}

.testi-style1 .testi-text {
    font-size: 20px;
    color: #fff;
}

.testi-style1 .testi-client {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 52px 25px;
    position: relative;
}

.testi-style1 .testi-name {
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 700;
}

.testi-style1 .testi-degi {
    font-size: 14px;
}

.testi-style1 .testi-rating {
    color:#b91e22;
    float: right;
    font-size: 14px;
}

.testi-style1 .testi-rating i {
    margin-left: 3px;
}

.testi-style1 .testi-client img {
    position: absolute;
    top: -38px;
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #fff;
}

.bgc-f6 {
    background-color: #f6f6f6;
}

.shape-mockup-wrap {
    position: relative;
    padding-top: 37px;
}

.overflow-hidden {
    overflow: hidden!important;
}

.vs-border-circle {
    width: var(--circle-size, 400px);
    height: var(--circle-size, 400px);
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    border: var(--border-size, 45px) solid #f44336;
}

.shape-mockup {
    position: absolute;
    z-index: 0;
}

.d-xxl-block {
    display: block!important;
}

.course-sidebar-3 .edu-course-widget:last-child {
    margin-bottom: 0;
}

.event-details .details-content ul li {
    color: #181818;
    font-size: 15px;
    line-height: 1.73;
    margin-top: 10px;
    margin-bottom: 10px;
}

.details-content h3 {
    font-size: 23px;
    color: #174873;
    font-weight: 600;
}

.edu-course-widget.widget-course-summery .content .course-item li {
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0;
    margin: 0;
}

.edu-course-widget.widget-course-summery .content .course-item li a {
    color: #181818;
}

.edu-course-widget.widget-course-summery .widget-title {
    margin-bottom: 4px;
    font-size: 23px;
    color: #174873;
    font-weight: 600;
}

.msf {
    margin-right: 0px;
    margin-bottom: 7px;
}

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.courses-box3 .single-item-wrapper .courses-img-wrapper:before {
    background-color: rgba(253, 200, 0, 0.8);
    z-index: 1;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.courses-box3 .single-item-wrapper .courses-content-wrapper {
    position: relative;
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2;
    padding: 18px 15px 10px 30px;
}

.courses-box3 .single-item-wrapper .courses-content-wrapper .item-title {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 500;
}

.courses-box3 .single-item-wrapper .courses-content-wrapper .item-title a {
    color: #002147;
}

.courses-box3 .single-item-wrapper .courses-img-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.list-icon1 li {
    font-size: 14px;
    margin: 0;
}

.list-icon1 li i {
    color: #555555;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin: 5px 10px 5px 0;
    text-align: center;
    width: 28px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-boxshadow {
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%);
}

.toplist li i {
    padding-right: 10px;
}

.toplist li img {
    padding-right: 10px;
}

.toplist li a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.toplist li a:hover {
    text-decoration: underline;
    color: #f5f5f5;
}

.topicon {
    margin: 0;
    padding: 0;
    text-align: right;
    display: block;
}
                                                                                                                                                                                        /* Vertical Masonry Timeline */
                                                                                                                                                                                        
.vertical-masonry-timeline .each-masonry-item {
    width: 50%;
    margin-bottom: 30px;
}

.single-left {
    position: absolute;
    left: 0px;
    top: 0px;
}

.single-left1 {
    position: absolute;
    left: 621px;
    top: 0px;
}

.single-left2 {
    position: absolute;
    left: 0px;
    top: 612px;
}

.single-left3 {
    position: absolute;
    left: 619px;
    top: 692px;
}

.single-left4 {
    position: absolute;
    left: 0px;
    top: 1225px;
}

.single-left5 {
    position: absolute;
    left: 619px;
    top: 1305px;
}

.vertical-masonry-timeline .each-masonry-item:nth-child(2) {
    margin-top: 80px;
}

.vertical-masonry-timeline .each-masonry-item:nth-child(2n) {
    padding-left: 50px;
}

.vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) {
    padding-right: 50px;
}

.vertical-masonry-timeline .each-masonry-item .timeline-block {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d7e4ed;
    height: 100%;
    padding: 20px;
    position: relative;
    width: 100%;
}

.vertical-masonry-timeline .each-masonry-item .timeline-block:before,
                                                                                                                                                                                        .vertical-masonry-timeline .each-masonry-item .timeline-block:after {
    border-style: solid;
    border-width: 8px;
    content: "";
    display: block;
    position: absolute;
    top: 20px;
}

.vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-block:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c6d2db;
    left: auto;
    right: -16px;
}

.vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-block:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
    left: auto;
    right: -15px;
}

.vertical-masonry-timeline .each-masonry-item:nth-child(2n) .timeline-block:before {
    border-color: rgba(0, 0, 0, 0) #c6d2db rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    left: -16px;
    right: auto;
}

.vertical-masonry-timeline .each-masonry-item:nth-child(2n) .timeline-block:after {
    border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    left: -15px;
    right: auto;
}

.vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-post-format {
    left: auto;
    right: -82px;
}

.vertical-masonry-timeline .each-masonry-item:nth-child(2n) .timeline-post-format {
    left: -80px;
    right: auto;
}

.timeline-post-format {
    border: 3px solid #bbb;
    border-radius: 100%;
    color: #bbb;
    height: 60px;
    overflow: hidden;
    position: absolute;
    top: -2px;
    width: 60px;
    z-index: 1;
}

.timeline-post-format:after {
    background: #fff none repeat scroll 0 0;
    color: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.timeline-post-format i {
    font-size: 18px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.vertical-masonry-timeline-wrapper:before {
    background: #ddd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 50%;
    margin-left: 0px;
    position: absolute;
    width: 4px;
}

.vertical-masonry-timeline-wrapper:after {
    background: rgba(0, 0, 0, 0) linear-gradient(#ddd, transparent) repeat scroll 0 0;
    bottom: -100px;
    content: "";
    height: 0px;
    left: 50%;
    margin-left: 0px;
    position: absolute;
    width: 4px;
}

.post .entry-content1 {
    position: relative;
    background: #fff;
    padding-top: 13px;
}

.vertical-masonry-timeline::after {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent, #ddd) repeat scroll 0 0;
    content: "";
    z-index: -1;
    height: 100px;
    left: 50%;
    position: absolute;
    top: -65px;
    width: 4px;
}

@media only screen and (min-width: 768px) {
    .vertical-masonry-timeline .each-masonry-item.item-right {
        padding-right: 0px;
        padding-left: 50px;
    }

    .vertical-masonry-timeline .each-masonry-item.item-right .timeline-block:before {
        border-color: rgba(0, 0, 0, 0) #c6d2db rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        left: -16px;
        right: auto;
    }

    .vertical-masonry-timeline .each-masonry-item.item-right .timeline-block:after {
        border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        left: -15px;
        right: auto;
    }

    .vertical-masonry-timeline .each-masonry-item.item-right .timeline-post-format {
        left: -80px;
        right: auto;
    }

    .vertical-masonry-timeline .each-masonry-item.item-left {
        padding-right: 50px;
        padding-left: 0px;
    }

    .vertical-masonry-timeline .each-masonry-item.item-left .timeline-block:before {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c6d2db;
        right: -16px;
        left: auto;
    }

    .vertical-masonry-timeline .each-masonry-item.item-left .timeline-block:after {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
        right: -15px;
        left: auto;
    }

    .vertical-masonry-timeline .each-masonry-item.item-left .timeline-post-format {
        right: -81px;
        left: auto;
    }
}

@media only screen and (max-width: 768px) {
    .vertical-masonry-timeline .each-masonry-item {
        width: 100%;
    }

    .vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) {
        padding-right: 0px;
        padding-left: 71px;
    }

    .vertical-masonry-timeline .each-masonry-item:nth-child(2n) {
        padding-left: 71px;
        padding-right: inherit;
    }

    .vertical-masonry-timeline .each-masonry-item:nth-child(2) {
        margin-top: 0;
    }

    .vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-post-format {
        left: -72px;
        right: auto;
    }

    .vertical-masonry-timeline .each-masonry-item:nth-child(2n) .timeline-post-format {
        left: -72px;
    }

    .vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-block::before {
        border-color: rgba(0, 0, 0, 0) #c6d2db rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        left: -16px;
        right: auto;
    }

    .vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-block::after {
        border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
        left: -15px;
        right: auto;
    }

    .vertical-masonry-timeline:after {
        left: 29px;
    }

    .vertical-masonry-timeline-wrapper:before,
                                                                                                                                                                                            .vertical-masonry-timeline-wrapper:after {
        left: 44px;
    }
}

.topicon li {
    list-style: none;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    padding: 3px 10px;
}

.topicon li a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border: 1px solid transparent;
}

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

.topicon li a.login {
    display: inline-block;
    border: 1px solid #fff;
    width: auto;
    padding: 0 10px;
}

.topicon li a.login i {
    padding-right: 5px;
}

.list-icon li {
    font-size: 14px;
    text-indent: -42px;
    margin-left: 30px;
}

.list-icon li i {
    color: #555555;
    font-size: 14px;
    text-align: center;
    margin-left: 38px;
    margin-right: 0px;
}

.logo {
    padding: 10px 0;
    height: 100%;
}

.affix#alert .topsection {
    top: 0px;
    visibility: hidden;
/*    transition: all 0.3s ease;*/
}

.topsection {
    position: static;
    top: 0;
    visibility: visible;
    width: 100%;
 
}

#alert {
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.affix#alert {
    top: 0px;
    z-index: 999;
    width: 100%;
}

header .logo img {
    transition: all 1s ease 0s;
    height: auto;
}

.affix#alert header .logo img {
    margin-bottom: 5px;
}

.affix#alert .header-extras {
    margin: 0px 0 0;
}

.affix#alert .navborder .navbar-toggle {
    top: -55px;
}

.affix#alert .navborder .navbar-nav>li>a {
    padding: 9px 17px;
}
.engi a{    margin-bottom: 5px;
    font-size: 20px;
    transition: var(--transition);
font-weight: 600;
color: #252525;}
.single-product .new {
    position: static!important; 
     top: 00px!important; 
    right: 20px !important; ; 
    width: auto!important; 
    padding: 1px 12px !important; ;
    height: auto !important; ;
    line-height: 40px;
    margin: 0 auto;
    background-color: #d00000;
   border-radius: 0% !important; 
    text-align: center;
    display: inline-block;
    color: #ffffff!important; 
    font-size: 14px;
    margin-top: 10px;
}
.brochure{    font-size: 14px;}
.navbar-collapse.collapse {
    padding-left: 0;
    padding-right: 0;
    /* margin: 0 auto; */
    margin-left: 5%;
}
.affix#alert .navbar {
    min-height: 100%;
}

.header-extras {
    float: right;
    margin: 25px 0 0;
    padding: 0;
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
}

.header-extras li {
    float: left;
    margin-left: 20px;
    list-style: none;
}

.i-plain {
    width: 36px !important;
    height: 36px !important;
    font-size: 28px;
    line-height: 36px !important;
    color: #1c1b17;
}

.i-plain {
    display: block;
    float: left;
    margin: 4px 11px 7px 0;
    text-align: center !important;
    font-size: 28px;
    cursor: pointer;
    font-style: normal;
}

.header-extras li i {
    margin-top: 3px !important;
    font-size: 36px;
}

.header-extras li i {
    margin-top: 5px !important;
    font-size: 24px;
    border-radius: 100%;
    color: #b91e22 ;
    border: 1px solid #b91e22;
}

.header-extras li:first-child {
    margin-left: 0;
}

.header-extras li a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.header-extras li .he-text {
    float: left;
    font-weight: normal;
    color: #848181;
}

.header-extras li .he-text span {
    display: block;
    font-weight: normal;
    text-transform: lowercase;
    font-weight: 600;
    color: #b91e22 ;
}

.affix#alert .logo img {
    transition: all 1s ease 0s;
    height: 45px;
}

.navborder {
    background: #fff;
    position: relative;
    margin-left:0px;
    z-index: 99;
}

.navborder .nav>li>a.active {
    color: #f1693b;
    border-top: #b91e22  1px solid;
    background: #f6f6f6;
    margin-top: -1px;
}

.navborder .dropdown-menu {
    min-width: 205px;
    padding: 0px 0;
    margin: 0px 0 0;
}

.navborder .navbar {
    margin-bottom: 0;
    margin-top: -54px;
    border: 0px solid transparent;
}

.navborder .navbar-default .navbar-nav>li.dropdown:hover>a,
                                                                                                                                                                                        .navborder .navbar-default .navbar-nav>li.dropdown:hover>a:hover,
                                                                                                                                                                                        .navborder .navbar-default .navbar-nav>li.dropdown:hover>a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}

#main {
    transition: margin-left .5s;
    padding: 16px;
    display: none;
}

.bg-theme-colored {
    background-color: #0d5189 !important;
}

.navborder .navbar-toggle {
    background-color: #0d5189;
    border: 1px solid #000;
    position: absolute;
    right: -9px;
    top: -76px;
}

.btn-sm {
    font-size: 12px;
    padding: 5px 17px;
}

.bx-wrapper .bx-viewport {
    background: inherit;
    border: 0 solid #fff;
    box-shadow: 0 0 0 #ccc;
    left: 0;
    transform: translateZ(0px);
}

.no-bg {
    background: none !important;
}

.bx-controls .bx-controls-direction .bx-prev {
    right: 35px;
    left: auto;
}

.bx-controls .bx-controls-direction>a {
    background: #eee none repeat scroll 0 0;
    border: medium none;
    height: auto;
    line-height: 28px;
    padding: 0 12px;
    width: auto;
    text-indent: 0;
    top: -30px;
    z-index: 0;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.p-10 {
    padding: 10px !important;
}

.media-left,
                                                                                                                                                                                        .media>.pull-left {
    padding-right: 10px;
}

.bg-lighter235 .container {
    padding-top: 14px;
    padding-bottom: 43px;
}

.contact-info h4 {
    font-size: 20px;
    margin: 0 0 6px 0;
    font-weight: 500;
}

.pl-10 {
    padding-left: 10px !important;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.font-36 {
    font-size: 36px !important;
}

.bg-lighter {
    background-color: #f7f7f7 !important;
    height: 818px;
}

.bg-lighter235 {
    background-color: #f7f7f7 !important;
}

.p-0 {
    padding: 0 !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mt-70 {
    margin-top: 70px;
}

.line-bottom-centered {
    position: relative;
}

.aer {
    display: block;
}

.aer1 {
    display: none;
}

.img-circle {
    border-radius: 50%;
}

.text-white-f3 {
    color: #f3f3f3 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.font-48 {
    font-size: 48px;
}

.ml-60 {
    margin-left: 25px !important;
    display: inline-block;

}

.funfact .animate-number {
    line-height: 8px;
    color: #ffff;
    font-size: 28px;
    font-weight: 800;
}

.funfact h2 {
    position: relative;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.text-theme-colored3 {
    color: #92210f !important;
}

.section-title p {
    font-size: 17px;
}

.mt-0 {
    margin-top: 0 !important;
}

.line-bottom-white {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 17px;
}

#blog {
    margin-top: 26px;
    display: block;
}

#blog1 {
    margin-top: 26px;
    display: none;
}

.p-20 {
    padding: 20px;
}

.bg-lighter1 {
    background-color: #f7f7f7 !important;
}

.bg-lighter2 {
    background-color: #f7f7f7 !important;
    padding-bottom: 40px;
    margin-top: 0px;
    padding-top: 35px;
}

.bg-lighters {
    background-color: #fff !important;
    padding-top: 35px;
}

.bg-lighter1 a {
    color: #333;
}

.bg-lighter1 p {
    text-align: justify;
}

/* .funfact h2:after {
    bottom: 0;
} */

.btn-lg1 {
    font-size: 12px;
    padding: 3px 10px;
    margin-bottom: 11px;
}

.bngh {
    margin-bottom: 7px;
    padding-top: 26px;
    max-width: 1320px;
    padding-bottom: 11px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-top: -44px;
}
.news-ticker-padding{      margin-bottom: 11px;
    margin-top: 11px;
}
.icon-box.iconbox-theme-colored .icon.icon-dark {
    background-color: #005d88;
    color: #fff;
}

.p-15 {
    padding: 15px !important;
}

.icon-box .icon i {
    line-height: 68px;
}

.icon-box .icon-box-details {
    margin-left: 80px;
}

.abs {
    padding-top: 0px;
}

.border-1px {
    border: 1px solid #eeeeee !important;
}

.bg-gray {
    background-color: #f7f7f7 !important;
    height: 86px;
}

.bngh1 {
    margin-bottom: 10px;
    padding-top: 1px;
    padding-bottom: 17px;
    margin-left: -92px;
    font-size: 25px;
}
.tri{margin-top: 31px;}
.bngh2 {
    margin-bottom: 32px;
    padding-top: 54px;
    padding-bottom: 22px;
}

/* .line-bottom-white:after {
    background: #fff none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 60px;
} */

.display-block {
    display: block;
}

.font-42 {
    font-size: 42px !important;
}

.text-theme-colored2 {
    color: #f0f0f0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.text-white-f2 {
    color: #f2f2f2 !important;
}

.section-title {
    margin-bottom: 15px;
}

.col-md-offset-2 {
    margin-left: 16.66666667%;
}

.line-height-1 {
    line-height: 1 !important;
}

.cony {
    padding: 18px;
}

.profile-section {
    position: relative;
}

.pb-100 {
    padding-bottom: 0px;
}

.pt-100 {
    padding-top: 27px;
}

.profile-section .image-column {
    position: relative;
}

.profile-section .image-column .inner-column {
    position: relative;
    padding: 30px;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
}

.mb-50 {
    margin-bottom: 50px;
}

.profile-section .image-column .inner-column .image {
    position: relative;
}

.profile-section .image-column .inner-column .image img {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    width: 100%;
}

.profile-section .image-column .team-content h3 {
    position: relative;
    font-weight: 700;
    color: #111111;
    margin-top: 30px;
    margin-bottom: 10px;
}

.profile-section .image-column .team-content .text {
    position: relative;
    color: #626262;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 8px;
}

.profile-section .image-column .team-content .personal-info {
    margin-bottom: 20px;
}

.profile-section .image-column .team-content .personal-info li {
    margin: 5px 0;
    display: inline-block;
    padding-right: 15px;
}

.profile-section .image-column .team-content .personal-info li a {
    color: #111111;
}

.aed {
    padding-bottom: 56px;
}

.profile-section .image-column .social-box {
    position: relative;
    text-align: center;
}

.akmjl {
    height: 1918.02px;
}

.profile-section .image-column .team-content .personal-info li span i:before {
    font-size: 16px;
    margin-right: 10px;
}

.profile-section .image-column .social-box a {
    position: relative;
    color: #626262;
    font-size: 28px;
    margin: 0px 5px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.profile-section .content-column {
    position: relative;
}

.pl-60 {
    padding-left: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.profile-section .content-column .inner-column {
    position: relative;
}

.profile-section .content-column .inner-column h2 {
    position: relative;
    color: #111111;
    font-weight: 700;
    margin: 0;
}

.profile-section .content-column .inner-column p {
    position: relative;
    color: #626262;
    font-weight: 400;
    line-height: 1.9em;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 14px;
}

.profile-section .content-column .inner-column h4 {
    position: relative;
    color: #174873;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 15px;
    margin-bottom: 20px;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.border-left-theme-color-2-3px {
    border-left: 3px solid #b91e22 !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.p-150 {
    padding: 8px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.icon-box .icon {
    display: inline-block;
    height: 68px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 87%;
}
.abs img{margin-bottom: 14px;}
.bg-lighter-dull {
    background-color: #fff;
    padding-bottom: 40px;
    margin-top: -27px;
    padding-top: 35px;
}

.m-0 {
    margin: 0px !important;
}

.bg-white {
    background-color: #fff !important;
}

.icon-box-new .icon.icon-md {
    height: 75px;
    width: 75px;
}

.icon-box-new .icon.icon-circled {
    border-radius: 50%;
}

.icon-box-new .icon {
    background: #0d5189 !important;
    display: inline-block;
    text-align: center;
}

.mb-20 {
    margin-bottom: 0px;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    border: 1px solid #eeeeee;
}

.pl-10 {
    padding-left: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    margin-bottom: 18px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
                                                                                                                                                                                        /* -------------------------------- Modules - reusable parts of our design-------------------------------- */
                                                                                                                                                                                        
.cd-container {
                                                                                                                                                                                            /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

.cd-container::after {
                                                                                                                                                                                            /* clearfix */
    content: '';
    display: table;
    clear: both;
}
                                                                                                                                                                                        /* -------------------------------- Main components -------------------------------- */
                                                                                                                                                                                        
#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}

#cd-timeline::before {
                                                                                                                                                                                            /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
}

.post .entry-content {
    position: relative;
    background: #f8f8f8;
    padding: 15px;
}

@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }

    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}

.cd-timeline-block:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-block:first-child {
    margin-top: 0;
}

.cd-timeline-block:last-child {
    margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }

    .cd-timeline-block:first-child {
        margin-top: 0;
    }

    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}

.cd-timeline-img.cd-picture {
    background: #75ce66;
}

.cd-timeline-img.cd-movie {
    background: #c03b44;
}

.cd-timeline-img.cd-location {
    background: #f0ca45;
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        transform : translateZ(0);                                                                                                                                                                                   /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
   
    }

    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}

@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: white;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
}

.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}

.cd-timeline-content h2 {
    color: #303e49;
}

.cd-timeline-content p,
                                                                                                                                                                                        .cd-timeline-content .cd-read-more,
                                                                                                                                                                                        .cd-timeline-content .cd-date {
    font-size: 13px;
    font-size: 0.8125rem;
}

.cd-timeline-content .cd-read-more,
                                                                                                                                                                                        .cd-timeline-content .cd-date {
    display: inline-block;
}

.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}

.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;
}

.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}

.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}

.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid white;
}

@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .cd-timeline-content p {
        font-size: 13px;
        text-align: justify;
    }

    .cd-timeline-content .cd-read-more,
                                                                                                                                                                                            .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }

    .cd-timeline-content {
        background: #f1f1f1;
    }

    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white;
    }

    .cd-timeline-content .cd-read-more {
        float: left;
    }

    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }

    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }

    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }

    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
                                                                                                                                                                                            /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}

@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }

    100% {
        -moz-transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

.icon-box-new .icon.icon-md i {
    font-size: 36px;
    line-height: 75px;
}

.border-1px {
    border: 1px solid #eeeeee !important;
}

.post .entry-header-new {
    clear: both;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.post .blog-overlay {
    background: rgba(0, 0, 0, 0.75);
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 500ms ease 0s;
    width: 100%;
}

.mb-30 {
    margin-bottom: 0px;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.border-1px {
    border: 1px solid #eeeeee !important;
}

.bg-theme-colored3 {
    background-color: #f45661 !important;
}

.icon-box-new i {
    display: inline-block;
}

.font-32 {
    font-size: 32px !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.text-black-444 {
    color: #404040 !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.font-15 {
    font-size: 15px !important;
}

.btn-theme-colored2 {
    color: #fff;
    background-color: #FC9928;
    border-color: #FC9928;
}

.img-fullwidth {
    width: 100% !important;
    border-radius: 5px;
}

.text-center {
    text-align: center;
}

h3 {
    font-size: 21px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.icon-box-new:hover {
    -webkit-box-shadow: 0 10px 5px 0 rgb(14 15 16 / 10%);
    -moz-box-shadow: 0 10px 5px 0 rgba(14, 15, 16, 0.1);
    box-shadow: 0 10px 5px 0 rgb(14 15 16 / 10%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-box-new:hover .icon {
    background: #f45661 !important;
}

.line-bottom-centered:after {
    background: #2b96cc none repeat scroll 0 0;
    bottom: -8px;
    content: "";
    height: 1px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: absolute;
    right: 0;
    width: 30px;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.imh {
    border-radius: 16px;
    margin-bottom: 21px;
    margin-left: 0px;
}

.btn-theme-colored {
    color: #fff;
    background-color: #0d5189;
    border-color: #0d5189;
}

.mt-15 {
    margin-top: 5px !important;
}

.btn-lg {
    font-size: 14px;
    padding: 10px 26px;
}

.btn-circled {
    border-radius: 25px;
}

#about {
    padding-top: 40px;
}

.mr-10 {
    margin-right: 10px !important;
}

.font-12 {
    font-size: 12px !important;
}

.btn-theme-colored {
    color: #fff !important;
    background-color: #0d5189;
    border-color: #0d5189;
}

.font-20 {
    font-size: 20px !important;
}

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

.bg-theme-colored {
    background-color: #0d5189 !important;
}

.bg-theme-colored2 {
    background-color: #FC9928 !important;
}

.bg-theme-colored3 {
    background-color: #f45661 !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.event .event-date-new {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.pr-20 {
    padding-right: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.no-border {
    border: none !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.btn-sm {
    font-size: 12px;
    padding: 5px 17px;
}

.line-bottom-edu {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.line-bottom-edu:after {
    border: 1px solid #172f41;
}

.line-bottom-edu:after {
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.mt-0 {
    margin-top: 0 !important;
}

.pb-90 {
    padding-bottom: 90px;
}

.vbg {
    min-height: 799px;
}

.lead {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

.line-height-1 {
    line-height: 1;
}

.bg-theme-colored2 {
    background-color: #FC9928 !important;
}

.pr-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.bg-theme-colored3 {
    background-color: #f45661 !important;
}

.navborder .navbar-toggle .icon-bar {
    background: #fff;
}

.navborder .navbar-nav>li>a {
    color: #252525;
    padding: 20px 19px;
 
    cursor: pointer;
    font-weight: 500;
    font-size: 17px;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.bg-theme-colored {
    background-color: #0d5189 !important;
}

.media-body,
                                                                                                                                                                                        .media-left,
                                                                                                                                                                                        .media-right {
    display: table-cell;
    vertical-align: top;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.p-30 {
    padding: 30px !important;
    margin-top: 90px;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.mt-20 {
    margin-top: 20px !important;
}

.styled-icons.icon-dark a {
    margin: 5px 7px 5px 0;
    color: #eeeeee;
    display: block;
    text-align: center;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    width: 36px;
}

.widget .styled-icons li {
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-block;
}

.navborder .navbar-nav>li>.dropdown-menu {
    right: auto;
    left: 0;
    border-top: 1px solid #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.cont {
    padding: 10px;
}

.bg-theme-colored3 {
    background-color: #f45661 !important;
}

.bg-theme-colored5 {
    background-color: #fc9928e3 !important;
}

.bg-theme-colored {
    background-color: #005d88 !important;
}

.course-two__item {
    position: relative;
    background-color: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0px 0px 60px 0px rgb(2 2 2 / 7%);
    margin: 0 0 36px;
}

.course-two__thumb {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
}

.course-two__thumb img {
    -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 416 276" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="208" cy="-2" rx="279" ry="278" fill="black"/></svg>');
    mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 416 276" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="208" cy="-2" rx="279" ry="278" fill="black"/></svg>');
    mask-repeat: repeat;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 100%;
}

.course-two__like {
    position: absolute;
    left: 20px;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #b91e22;
    color: var(--eduact-white);
    font-size: 20px;
}

.course-two__thumb svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
    fill: #d1143e;
    transition: 500ms ease;
    z-index: -1;
    width: calc(100% - 63px);
}

.course-two__content {
    position: relative;
    padding: 34px 27px 13px;
}

.course-two__time {
    height: 24px;
    background-color: #2a254d;
    color: var(--eduact-white);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 0 10.5px;
    margin: 0 0 14px;
}

.course-two__title {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 25px;
    text-align: center;
}

.course-two__title a {
    color: #17345a;
    font-size: 24px;
    font-weight: 500;
}

.header-top {
    position: relative;
    display: block;
    background: #172f41;
    height: 37px;
}

.header-top .auto-container {
    padding: 0 30px;
}

.nav>li>a:hover {
    text-decoration: none;
    text-decoration: none;
    background-color:#ffffff;
    color: #b91e22;
}

.header-top .outer-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.header-top-left {
    position: relative;
    display: flex;
    align-items: center;
}
.header-left-content li{
    line-height: 1;
    list-style: none;
    padding: 0;
    margin-right:15px;
    display: inline-block;
}
.header-left-content li a i {
        font-size: 18px;
      
        color:#fff;
        text-align: center;
        border-radius: 50%;
        line-height: 1;
        margin-right: 5px;
        position: relative;
        top: 3px;
    }
  
.header-top-right {
    position: relative;
    display: block;
}

.social-link-box-style1 {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.social-link-box-style1 .icon {
    width: 25px;
}

.social-link-box-style1 p {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.social-link-box-style1 ul {
    position: relative;
    display: block;
    padding-left: 10px;
    padding-bottom: 0px;
}

.social-link-box-style1 ul li {
    position: relative;
    display: block;
    float: left;
    margin-right: 20px;
}

.social-link-box-style1 ul li a {
    color: #ffffff;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.font-14 {
    font-size: 14px !important;
}

.text-black-777 {
    color: #ffff !important;
}

.quick-link-box {
    position: relative;
    display: flex;
    align-items: center;
}

.quick-link-box .inner-title {
    position: relative;
    display: flex;
    align-items: center;
    width: 140px;
}

.quick-link-box .inner-title p {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
  
    text-transform: capitalize;
    margin: 0;
}

.quick-link-box .link-box {
    position: relative;
    display: block;
    padding-top: 6px;
    padding-left: 6px;
    padding-bottom: 6px;
    z-index: 1;
}

.quick-link-box .link-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: -1000000px;
    height: 50%;
    background-color: #172f41;
    -moz-transform: skew(30deg, 0deg);
    -webkit-transform: skew(30deg, 0deg);
    -o-transform: skew(30deg, 0deg);
    -ms-transform: skew(30deg, 0deg);
    transform: skew(30deg, 0deg);
    z-index: -1;
}

.quick-link-box .link-box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: -1000000px;
    height: 50%;
    background-color: #172f41;
    -moz-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    -o-transform: skew(-30deg, 0deg);
    -ms-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
    z-index: -1;
}

.quick-link-box .link-box ul li {
    position: relative;
    display: block;
    float: left;
    margin-right: 19px;
    margin-left: 10px;
}

.quick-link-box .link-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.quick-link-box .link-box ul li a {
    color: #ffffff;
    font-size: 14px;
   
    text-transform: capitalize;
}
.quick-link-box .link-box ul li a i {
    margin-right: 10px;
}

.text-white {
    color: #fff !important;
}

.list-border li {
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px dashed #fff;
}

.widget {
    margin-top: 21px;
}

.list-border li a {
    color: #ffffff !important;
}

.widget.dark .widget-title {
    color: #fff;
}

.text-gray {
    color: #808080 !important;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.navborder .dropdown-menu>li>a {
    padding: 10px;
}

.navborder .dropdown-menu>li>a:focus,
                                                                                                                                                                                        .navborder .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #172f41;
}

.navborder .navbar-nav>.active>a {
    color: #92210f;
  
    /* height: 400px; */
    position: relative;
    z-index: 1;
}
.navborder .nav>li>a:focus,
                                                                                                                                                                                        .nav>li>a:hover {
    color:#92210f ;
    /* padding: 9px 25px; */
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #ffffff;
    border-color: #174873;
    color: #b91e22 !important;
}

.tg-navtabs li.active a {
    color: #fff;
    background-color: #174873;
}

.tg-navtabs li a {
    display: block;
    color: #949494;
    padding: 0 40px;
}

small {
    font-size: 13px;
}

.bg-light {
    background-color: #f5f5f5 !important;
}

.styled-icons li {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}

.icon-theme-colored.icon-dark a {
    background-color: #0d5189;
    color: #fff;
}

.team-member:hover .thumb img {
    transform: scale(1.1);
}

.team-member {
    margin-bottom: 30px;
}

.styled-icons.icon-sm a {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 2px 7px 2px 0;
    width: 30px;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.styled-icons.icon-circled a {
    border-radius: 50%;
}

.icon-theme-colored3.icon-dark a {
    background-color: #f45661;
    color: #fff;
}

.icon-theme-colored2.icon-dark a {
    background-color: #FC9928;
    color: #fff;
}

.p-15 {
    padding: 8px !important;
}

.tg-memberimg {
    margin: 0;
    width: 100%;
    float: left;
    border-radius: 10px;
}

.team-member .thumb {
    position: relative;
    overflow: hidden;
}

.team-member .thumb img {
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.tg-themetabs .tg-tabcontent {
    width: 100%;
    float: left;
}

.tg-themetabs .tg-tabcontent .tab-pane {
    width: 100%;
    float: left;
    margin: -1px 0 0;
    padding: 18px 25px;
    border: 1px solid #d4d4d4;
}

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

.tg-description {
    width: 100%;
    float: left;
}

.tg-themetabs .tg-tabcontent .tg-description p:last-child {
    margin: 0;
}

.tg-themetabs .tg-tabcontent .tg-description p {
    color: #686868;
    font-size: 15px;
    line-height: 23px;
}

.tg-description p {
    text-align: justify;
}

.tg-navtabs li.active {
    border-color: #08387f;
}

.tg-navtabs li {
    float: left;
    line-height: inherit;
    list-style-type: none;
    border: 1px solid #d4d4d4;
}

.tg-navtabs {
    width: 100%;
    float: left;
    font-size: 18px;
    list-style: none;
    font-weight: 600;
    line-height: 50px;
    position: relative;
    text-transform: uppercase;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}

.bs-slider>.carousel-inner>.item>img,
                                                                                                                                                                                        .bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    width: 100% !important;
    /* opacity: .5; */
}

.control-round .carousel-control {
    top: 47%;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #000;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
    background: #b91e22;
    color: #fff;
}

.control-round .carousel-control.right {
    right: 1%;
    background: #b91e22;
    color: #fff;
}

.control-round .carousel-control.left:hover,
                                                                                                                                                                                        .control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}

.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #fff;
}

.hide1 {
    display: block;
}

.indicators-line>.carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 25px;
    height: 25px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.indicators-line>.carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 15%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}

.slide-text>h1 {
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slide-text>p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text>a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
                                                                                                                                                                                        .slide-text>a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.slide-arrow {
    border: 1px solid #ddd;
    font-size: 24px;
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 30px;
    color: #000;
    line-height: 38px;
}

.slide-arrow:hover {
    background: #202c45;
    color: #fff;
}

@media (max-width: 991px) {
    .text-sm-center {
        text-align: center;
    }

    .top-right {
        text-align: center;
        width: 100%;
    }

    .bs-slider .carousel-inner {
        height: 100%;
    }

    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

    .slide-text>p {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }

    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .slide-text>p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .control-round .carousel-control {
        display: none;
    }
}

@media (max-width: 320px) {
    .slide-text {
        padding: 10px 30px;
    }

    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .slide-text>p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .slide-text>a.btn-default,
                                                                                                                                                                                            .slide-text>a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }

    .indicators-line>.carousel-indicators {
        display: none;
    }
}

.featurebox {
    display: block;
}

.featbox-blue {
    background: #3e73de;
}

.featbox-green {
    background: #46b7a6;
}

.featbox-orange {
    background: #f58220;
}

.featbox-red {
    background: #ffba06;
}

.featbox-pink {
    background-color: #e868a7;
}

.featbox-purpal {
    background-color: rgb(32, 44, 69);
}

.featbox-greenlight {
    background-color: rgba(181, 213, 106, 1);
}

.featbox-blue,
                                                                                                                                                                                        .featbox-red,
                                                                                                                                                                                        .featbox-green,
                                                                                                                                                                                        .featbox-orange,
                                                                                                                                                                                        .featbox-pink,
                                                                                                                                                                                        .featbox-purpal,
                                                                                                                                                                                        .featbox-greenlight {
    padding: 20px 20px 20px 80px;
    color: #fff;
    min-height: 140px;
    margin-top: 30px;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
    border: 4px solid #fff;
    outline: 1px solid #ccc;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.featbox-blue:hover,
                                                                                                                                                                                        .featbox-red:hover,
                                                                                                                                                                                        .featbox-green:hover,
                                                                                                                                                                                        .featbox-orange:hover,
                                                                                                                                                                                        .featbox-pink:hover,
                                                                                                                                                                                        .featbox-purpal:hover,
                                                                                                                                                                                        .featbox-greenlight:hover {
    box-shadow: 0 6px 29px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.morebtn {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 10px;
}

.morebtn:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}

.featurebox i {
    font-size: 50px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    left: 30px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.no-gutters {
    padding-right: 0;
    padding-left: 0;
}

.cont-title {
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 40px;
}

.cont-title span {
    font-weight: 700;
    color: #f5821e;
    line-height: 40px;
}

.title18 {
    font-size: 18px;
    color: #3f444a;
    font-weight: 300;
}



.course-offer-in {
    margin-bottom: 30px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}



.course-overlay img {
    height: auto;
    width: 100%;
}

.course-overlay span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    z-index: 1;
}

.course-offer-in a.course-overlay img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.course-offer-in a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
}

.course-offer-in:hover a.course-overlay img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.findmain {
    align-items: center;
    display: flex;
    height: 150px;
    justify-content: center;
}

.find_inner {
    display: flex;
}

.find_inner h3 span {
    font-weight: 700;
    padding-left: 6px;
    text-transform: capitalize;
}

.find_inner h3 {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 30px;
    margin-top: 10px;
}

.findbtn {
    margin-left: 50px;
}

.findmore {
    background: #202c45;
    color: #fff;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 4px;
}

.findmore:hover {
    color: #e9ae37;
    background: #000;
}

.smdivider {
    background: #000000;
    height: 2px;
    width: 60px;
    margin: 25px auto;
    clear: both;
}

.courses-box {
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    transition: all 1s ease 0s;
    margin-bottom: 15px;
}

.courses-box:hover,
                                                                                                                                                                                        .courses-box:focus,
                                                                                                                                                                                        .courses-box:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.courses-box-img {
    position: relative;
    overflow: hidden;
}

.courses-box-img img {
    width: 100%;
    transition: all .4s;
    position: relative;
}

.courses-box-img:hover img {
    transform: scale(1.15, 1.15) rotate(-5deg);
    -webkit-transform: scale(1.15, 1.15) rotate(-5deg);
    -moz-transform: scale(1.15, 1.15) rotate(-5deg);
}

.courses-box {
    border: 1px solid #ddd;
}

.courses-box-img {
    position: relative;
    overflow: hidden;
}

.courses-box:hover .courses-box-img i {
    color: #fdc800;
    opacity: 100;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.courses-box-img i {
    font-size: 22px;
    cursor: pointer;
    opacity: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    color: #ff3115;
    z-index: 11;
    color: #fff;
    font-weight: 400;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s ease 0s;
}

.courses-box .courses-box-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}

.courses-box:hover .courses-box-img:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.courses-box-img img {
    width: 100%;
    transition: all .4s;
    position: relative;
}

.courses-box:hover .courses-box-img img {
    transform: scale(1.15, 1.15) rotate(-5deg);
    -webkit-transform: scale(1.15, 1.15) rotate(-5deg);
    -moz-transform: scale(1.15, 1.15) rotate(-5deg);
}

.courses-box:hover .course-inner {
    background: #002147;
    color: #fff;
}

.course-inner {
    padding: 25px 20px;
    transition: 0.4s;
}

.course-inner h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 11px;
}

.course-subject {
    color: #ff0000;
}
.aboutleep {
    padding-bottom: 83px;
    padding-top: 50px;
}
/* .elementor-widget-container img {
    -webkit-mask-image: url('../images/testimonial-quotes.png');
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
} */
.elementor-widget-container img::after {
    top: 0;
    left: 12px;
    position: absolute;
    height: 530px;
   
    background: url('../images/about-stroke-03.png');
    background-repeat: no-repeat;
}
.event-sidebar .event-single-sidebar {
    background-color: #f3f3f4;
    padding: 30px;
    border-radius: 20px;
}
.survey li{list-style-type: disc;}
.panel {
    margin-bottom: 20px;
    margin-top: -22px;
    /* padding-top: 10px; */
    background-color: #fff;
    border: 1px solid #92210f;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
/* .main-default-content .gap-20 {
    margin-bottom: 51px !important;
} */
.basic{font-size: 25px;}
.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.bene{font-size: 17px;}
.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}
.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}
.accordion ul li div a {
  display: block;
  height: 250px;
  width: 100%;
  position: relative;
  z-index: 3;

  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  transition: all 200ms ease;
}
.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.accordion ul li div a h2 {
  font-family: Montserrat, sans-serif;
  text-overflow: clip;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 160px;
}
.accordion ul li div a p {
  top: 160px;
  font-size: 13.5px;
}

.kmjn{
    border-radius: 15px;
    position: relative;
    /* overflow: hidden; */
    height: 500px;
    width: 100%;
    background-size: cover!important;
    background-position: center!important;}
    .wpem-event-infomation {
        position: absolute;
        bottom: 0;
        padding: 30px;
    }
    .detail-news{position: absolute;
        bottom: 0;
        padding: 30px;}
    .mkv{width: 170px;
        height: 110px;
        margin-bottom: 36px;
        border-radius: 10px;}
        .edu{color: #005d88;
            font-size: 16px;
            font-weight: 600;  ;}
            .mb-e2{font-size: 19px;
                color: #000;
                line-height: 23px;
                margin-top: 8px;}
.tabs {
    display: inline-block;
    width: 100px;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: 0;
    font-size: 16px;
    transition: all 0.4s ease-in-out 0.1s;
    -moz-transition: all 0.4s ease-in-out 0.1s;
    -o-transition: all 0.4s ease-in-out 0.1s;
    -webkit-transition: all 0.4s ease-in-out;

    
    border-right: 1px solid #fff;
    vertical-align: top;
}
.accmobiles {
    display: none;
}
.social-links {
    background: url('https://learners-1a89c.kxcdn.com/images/list1.webp');
    background-size: cover;
    width: 135px;
    cursor: pointer;
}
.social-links.fintnesico {
    background: url(https://learners-1a89c.kxcdn.com/images/list5.webp);
    background-size: cover;
}
.social-links.vaicons {
    background: url(https://learners-1a89c.kxcdn.com/images/list4.webp);
    background-size: cover;
}
.social-links.blulistonl {
    background: url(https://learners-1a89c.kxcdn.com/images/list22.webp);
    background-size: cover;
}
.social-links.socioallist {
    background: url(https://learners-1a89c.kxcdn.com/images/list3.webp);
    background-size: cover;
}
.social-links.listsecond {
    background: url(https://learners-1a89c.kxcdn.com/images/list2.webp);
}
.social-links.blulistonl.seclis {
    background: url(https://learners-1a89c.kxcdn.com/images/list23.webp);
    background-size: cover;
}
.social-links {
    display: flex;
    height: 100%;
    float: left;
}
.social-links.acedemincpt a, .tabs:hover .social-links.acedemincpt a {
    margin: auto -47px;
}
.social-links a {
    transform: rotate(-90deg);
    color: #fff;
    margin: auto -42px;
    display: inline-flex;
    text-decoration: none;
    font-weight: 700;
}
.tabs .paragraph {
    position: absolute;
    width: 350px;
    margin-left: 100px;
    padding: 20px 11px;
    height: 100%;
    background: #b91e22;
    float: left;
    top: 0;
    left: 0;
}
.tabs .paragraph h1 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}
.tabs .paragraph p {
    font-size: 12px;
    line-height: 1.5em;
    padding-right: 30px;
    color: #fff;
}
.tabs.current {
    width: 450px;
}
.btn-read {
    background: #bd0745;
    text-align: center;
    border: 1px solid #bd0745;
    outline: 0;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 15px;
    transition: all 0.5s ease;
}

.courses-box:hover .btn-read {
    background: #fff;
    color: #000;
    text-decoration: none;
}

.course-inner p {
    padding-bottom: 10px;
}

.countdown_bg {
    background: #f5821f;
    background-size: cover;
    position: relative;
    padding: 70px 0;
    text-align: center;
    z-index: 0;
}

.countdown_bg:after {
    position: absolute;
    content: "";
    background: rgb(32, 44, 69);
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
    top: 0;
}

.countdown_bg h3 {
    font-size: 48px;
    margin-bottom: 15px;
    color: #FFF;
    font-weight: 700;
    position: relative;
}

.countdown_bg h3:after {
    content: "";
    background: #fdd333;
    height: 1px;
    width: 100%;
    bottom: 0;
    margin: 20px auto auto;
    display: block;
}

.countdown_bg span {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.countdown_bg i {
    color: #fdd333;
    font-size: 56px;
}

.testimonial_bg {
    overflow: hidden;
    position: relative;
    background: #202c45;
    padding-bottom: 50px;
    color: #fff;
}

.testimonial_bg h4 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial_bg .testi_description {
    display: inline-block;
    text-align: center;
    margin-right: 5%;
}

.testimonial_bg .testimonialimg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, 0.15);
}

.testimonial_bg .testimonialimg img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
}

.testi_description h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0 0 0;
}

.testimonial-content span {
    font-size: 12px;
    color: #fff;
}

.testimonial_bg .testi_description {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    margin-top: 20px;
    position: relative;
}

.testimonial_bg .testi_description:before {
    content: "";
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    top: -20px;
    left: 47.5%;
}

.owl-carousel .owl-nav,
                                                                                                                                                                                        .owl-carousel .owl-dots {
    margin-top: 30px;
    text-align: center;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0px;
}

.owl-carousel .owl-nav .owl-next {
    right: 0px;
}

.owl-carousel .owl-nav .owl-prev,
                                                                                                                                                                                        .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    width: 42px;
    display: none;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #bd0745;
    background-color: #bd0745;
    color: #fff;
    transform: translateY(-50%);
    font-size: 22px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ddd;
}

/* .owl-carousel .owl-dot.active {
    background-color: #b91e22;
} */

@media only screen and (max-width: 480px) {
}

.staffteam {
    margin-top: 20px;
    text-align: center;
}

.staffteamimg {
    display: block;
    overflow: hidden;
    border-radius: 50%;
}

.staffteamimg img {
    width: 100%;
    height: auto;
}

.staffteam .staffteamimg {
    position: relative;
    overflow: hidden;
}

.staffteam .staffteamimg img {
    width: 100%;
    transition: all .4s;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
}

.staff-content {
    padding: 0 10px 15px;
    transition: .3s;
}

.instructor-icon {
    margin-top: 15px;
}

.staffteam .staffteamimg img {
    width: 100%;
    transform: scale(1);
    transition: all 500ms ease;
}

.staffteam:hover .staffteamimg img {
    transform: scale(1.3);
    transition: all 500ms ease;
}

.staffteam .staffteamimg:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.5);
    transform: scale(0.0);
    transition: all 500ms ease;
}

.staffteam:hover .staffteamimg:before {
    background: rgba(0, 0, 0, 0.5);
    transform: scale(1.1);
    transition: all 500ms ease;
}

.staffteam ul {
    display: none;
}

/* .social-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
} */

.social-links li {
    position: relative;
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    display: inline-block;
    height: 36px;
    margin-right: 5px;
    text-align: center;
    border-radius: 100%;
    width: 36px;
    color: #000;
    transition: .3s;
    box-shadow: 8px 6px 8px rgba(0, 0, 0, 0.175);
}

.social-links li a.active {
    color: #fff;
    background: #f5821f;
}

.social-links li a:hover {
    color: #fff;
    background: #f5821f;
}

.social-links li a:last-child {
    margin-right: 0;
}

.social-links li a i {
    line-height: 36px;
    font-size: 14px;
}

.staff-content h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.staff-content span {
    color: #333;
    font-weight: 400;
}

.our-facility {
    background-color: #ED6600;
    padding: 50px 0px 50px 0px;
    color: #fff;
}

.counter-content {
    color: #fff;
    text-align: left;
}

.counter-main {
    border: 1px solid rgba(255, 255, 255, 0.19);
    padding: 30px 30px 18px;
    border-radius: 4px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-bottom: 15px;
}

.counter-main:hover {
    box-shadow: 0 6px 29px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.creative_heading {
    font-size: 30px;
    word-wrap: break-word;
    font-weight: 700;
}

.creative_heading span {
    color: #ed6600;
}

.owl-carousel,
                                                                                                                                                                                        .teamstaff {
    clear: both;
}

.services {
    position: relative;
}

.service-inner {
    padding-top: 0px;
    position: absolute;
    top: -184px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.service-box {
    border-right: 1px solid rgba(255, 255, 255, 0.21);
    padding: 30px 30px 20px 40px;
    display: block;
    color: #fff;
    background-color: #bd0745;
    width: 32.5% !important;
}

.service-box:last-child {
    border-right: none;
}

.service-box .service-box-content {
    position: relative;
    padding-left: 60px;
}

.service-box .service-box-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 0;
}

.service-box .service-box-content h3 a {
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-box .service-box-content p {
    color: #FFF;
    font-weight: 400;
    width: 80%;
}

.service-box .service-box-icon {
    padding-top: 10px;
    position: absolute;
    left: 0;
    top: -15px;
}

.service-box .service-box-icon img {
    width: 50px;
    height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.service-box .service-box-icon i {
    color: #fdc800;
    font-size: 36px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.service-box:hover .service-box-content h3 a {
    color: #fdc800;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-box:hover .service-box-content p {
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-box:hover .service-box-icon i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

footer {
    background: url('../images/footer-bg-1.png');
    clear: both;
    padding-top: 35px;
    padding-bottom: 10px;
    color: #ffffff;
    position: relative;
    /* z-index: 0; */
    background-color: #005d88;
    /* z-index: 0; */
}
.copy-rightarea1{
	background-color: #132a3b;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
  }
  
  .copy-rightarea1 p {
	color: var(--white-color);
  }
  
  .copy-rightarea1 p i {
	position: relative;
	top: 2px;
  }
  
  .copy-rightarea1 p a {
	color: var(--white-color);
	font-weight: 600;
  }
  
  .copy-rightarea1 p a:hover {
	color: var(--main-color);
  }
footer:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.85);
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
    top: 0;
}
.floatrightsidebar1 {
    position: fixed;
    right: -35px;
    top: 42%;
    z-index: 1;
    -ms-transform: rotate(20deg);
    transform: rotate(90deg);
    padding: 5px 10px;
    background-color: #eb1f22;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
}
.floatrightsidebar2 {
    position: fixed;
    right: -39px;
    top: 58%;
    z-index: 1;
    -ms-transform: rotate(20deg);
    transform: rotate(90deg);
    padding: 5px 10px;
    background-color: #131d3b;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
}
.fo-title {
    position: relative;
    padding-bottom: 15px;
    color: #b91e22;
    margin-bottom: 25px;
}

.h-100 {
       height: 209px !important;

    min-height: auto !important;
}

.lmnj {
    width: 79%;
    margin-left: 14%;
}

.container2 {
    width: 1467px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.infoborderb {
    border-top: 1px solid #8c8587;
    margin-top: 20px;
    margin-bottom: 20px;
}

.fo-title:after {
    position: absolute;
    content: "";
    left: 0;
    width: 50px;
    background: #ebedfc;
    height: 2px;
    bottom: 0;
}

.h-50 {
    height: auto !important;
    min-height: 17%;
}

.placements-box-2 .placements-img {
    transform: scale(1);
    transition: all 0.2s ease-in-out 0.1s;
}

.col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}

.padding-section {
    padding-top: 2rem;
    padding-bottom: 1rem;
    padding-left: 40px !important;
    padding-right: 47px !important;
}

.heading-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.company-social {
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
}

.company-social li {
    margin: 0;
    text-align: left;
    list-style: none;
    padding: 0;
    margin-bottom: 5px;
    display: inline-block;
    border: 1px solid #8c8587;
}

.company-social li a {
    margin: 0 0px 0 0;
    display: block;
    color: #8c8587;
}

.company-social a:hover {
    color: #fff;
    background: #bd0745;
    border: 0px solid #fff;
}

.company-social a i {
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    text-align: center;
    border-radius: 3px;
    padding: 0;
}

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

.listcircle li {
    padding: 3px 15px;
    display: flex;
    align-items: baseline;
    position: relative;
}

.listcircle li:after {
    content: "\f111";
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 10px;
    font-family: 'FontAwesome';
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control {
    width: 8%;
    width: 0px;
}

.carousel-control.left,
                                                                                                                                                                                        .carousel-control.right {
    margin-right: 40px;
    margin-left: 32px;
    background-image: none;
    opacity: 1;
}

.carousel-control>a>span {
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.funfact {
    padding-left: 53px;
    width: 20%;
    float: left;
}
.about-two__thumb__shape1 img {
    -webkit-animation: rotated 20s infinite linear;
    animation: rotated 20s infinite linear;
}
.about-two {
    position: relative;
    overflow: hidden;
    padding: 68px 0 106px;
}
.about-two__thumb {
    margin-right: 29px;
}
.about-two__thumb {
    position: relative;
}
.about-two__thumb__one {
    position: relative;
    text-align: right;
}
.about-two__thumb__one img {
    border-radius: 500px;
    max-width: 100%;
    height: auto;
}
.about-two__thumb__two {
    border-radius: 500px;
    border: 10px solid #fff;
    position: absolute;
    left: -41px;
    bottom: 8px;
    max-width: 305px;
}
.section-title__tagline svg.arrow-svg {
    position: relative;
    display: inline-block;
    width: 55px;
    overflow: hidden;
    margin: 0 0 0 9px !important;
    fill: #b91e22;
}
.about-two__thumb__two img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 500px;
}
.about-two__thumb__two-icon {
    width: 70px;
    height: 70px;
    background-color:#005d88;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 44px;
    z-index: 2;
    position: absolute;
    right: -5px;
    bottom: 12px;
}
.about-two__thumb__two-icon span {
    display: inline-block;
}
.about-two__fact {
    position: absolute;
    left: -32px;
    top: 9px;
    width: 267px;
}
.about-two__fact__icon {
    width: 70px;
    height: 70px;
    background-color: #005d88;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 44px;
    margin: 0 0 -34px 30px;
    z-index: 2;
    position: relative;
}
.about-two__fact__content {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
    padding: 49px 25px 27px;
    text-align: center;
}
.about-two__fact__count {
    display: block;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color:#b91e22;
    margin: 0;
    position: relative;
    z-index: 2;
}
.about-two__fact__count .count-box {
    display: inline-flex;
}
.about-two__fact__count {
    display: block;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: #b91e22;
    margin: 0;
    position: relative;
    z-index: 2;
}
.about-two__fact__title {
    line-height: 1;
    font-size: 20px;
    color: #697585
    ;
    font-weight: 600;
    margin: 0;
}
.about-two__thumb__shape1 {
    position: absolute;
    left: 149px;
    top: 9px;
    z-index: -1;
}
.about-two__thumb__shape3 {
    position: absolute;
    left: -54px;
    bottom: 2px;
    z-index: -1;
}
.about-two__thumb__shape2 {
    position: absolute;
    left: -84px;
    top: 117px;
    z-index: -1;
}
.about-two__thumb__shape4 {
    position: absolute;
    right: 88px;
    bottom: -54px;
}
.about-two__content {
    padding-top: 50px;
}
.about-two__content .section-title {
    margin-bottom: 25px;
}
.space-top1 {
    padding-top: 60px;
}
.spaceextrabottom1 {
    padding-bottom:28px;
}
.whychoose{
    background-image: url(../../pixel/images/course-bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
.about-two__content .section-title__tagline {
    padding: 0;
}
.section-title__tagline {
    font-size: 24px;
    line-height: 26px;
    text-transform: capitalize;
    color:#005d88 ;
    margin: 0 0 11px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}
.section-title__title {
    font-size: 40px;
    line-height: 47px;
    color: #2a254d;
    margin: 0;
}
.about-two__content__text {
    font-weight: 600;
    color: #697585;
    /* font-size: 20px; */
    margin: 0 0 33px;
    font-size: 16px;
}
.about-two__box {
    position: relative;
    background-color:#f6f5f5;
    border-radius: 11px;
    padding: 5px 20px 24px 122px;
    margin: 0 0 40px;
}
.about-two__box svg {
    position: absolute;
    left: 0;
    top: 0;
    fill: #b91e22;
    width: 295px;
    height: auto;
}
.about-two__box__icon {
    font-size: 48px;
    line-height: 48px;
    color: #fff;
    position: absolute;
    left: 21px;
    top: 53px;
    display: flex;
}
.about-two__box__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    margin: 0 0 20px;
    position: relative;
}
.about-two__box__text {
    font-weight: 600;
    margin: 0;
       
        color: #697585;
    position: relative;
}
.about-two__lists {
    margin: 0 0 32px;
    padding: 0;
    list-style: none;
    clear: both;
}
.about-two__lists li {
    list-style: none;
    padding: 4px 0 0 49px;
    position: relative;
    font-size: 20px;
    color: #2a254d;
    font-weight: 700;
    line-height: 26px;
    min-height: 32px;
    width: 50%;
    float: left;
    margin: 0 0 18px;
}
.about-two__lists li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background-color: #005d88;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 400ms linear;
}
.service-two {
    position: relative;
    background-color:#f6f6f6;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 29px 0 31px;
}
.service-two__item {
    position: relative;
    border-radius: 10px;
    margin: 0 0 36px;
    background-color: #fff;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
}

.service-two__wrapper {
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-radius: 10px;
}
.service-two__item svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 117px;
    transition: 300ms ease;
    fill: #F6F6F6;
}
.service-two__icon {
    width: 166px;
    height: 166px;
    background-color: #b91e22;
    font-size: 60px;
    line-height: 1;
    position: relative;
    z-index: 3;
    color: #fff;
    margin: -66px auto 35px;
    display: flex;
    align-items: end;
    justify-content: center;
    border-radius: 50%;
    transition: 500ms ease;
    padding: 0 0 22px;
}
.service-two__icon span {
    display: inline-block;
    transition: all 500ms linear;
    transition-delay: 0s;
    transition-delay: 0.1s;
    transform: scale(1);
}
.service-two__title {
    font-size: 20px;
    margin: 0 25px 18px;
}
.service-two__text {
    font-weight: 500;
    max-width: 230px;
    margin: 0 auto 32px;
}
.service-two__rm {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    border-top: 1px solid #e4e4e4;
    color: #2a254d;
    font-weight: 700;
    font-size: 16px;
    z-index: 2;
}
.section-title {
    /* position: relative; */
    /* display: block; */
    margin-bottom: 50px;
}
.service-two__item:hover .service-two__icon {
    background-color: #005d88;
}
.service-two__item:hover .service-two__rm::after {
    visibility: visible;
    transform: scale(1);
    opacity: 1;
}
.service-two__item:hover .service-two__rm {
    color: #fff;
}
.service-two__item:hover .service-two__rm::before {
    visibility: visible;
    transform: scale(1);
    opacity: 1;
}
.service-two__rm::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: 500ms ease;
    background-image: url(../images/service-rm.png);
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    z-index: -1;
    transform: scale(1.1);
}
.service-two__rm i {
    color:#b91e22;
    font-size: 10px;
    position: relative;
    top: 1px;
    padding-left: 10px;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.carousel-caption p {
    font-size: 18px;
}
.service-two__rm::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0,0,0, 0.46);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    transform: scale(1.1);
    z-index: -1;
}
.team-two {
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 53px 0 45px;
}
.team-two__item {
    position: relative;
    padding: 0 0 35px;
    margin-bottom: 36px;
    z-index: 2;
}
.team-two__image {
    position: relative;
    overflow: hidden;
    border-radius: 200px;
    margin: 0 31.5px;
}
.team-two__item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color:#b91e22 ;
    content: '';
    border-radius: 0 0 200px 200px;
    width: 100%;
    height: 233px;
    z-index: -1;
}

.team-two__image img {
    width: 100%;
    height: auto;
}
.team-two__image::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(24, 24, 24, 0.69);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.team-two__item::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #005d88 ;
    content: '';
    border-radius: 0 0 200px 200px;
    width: 100%;
    height: 200px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.team-two__item:hover .team-two__image::after {
    visibility: visible;
    opacity: 1;
}
.team-two__item:hover::after {
    height: 234px;
    visibility: visible;
    opacity: 1;
}
.team-two__content {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.team-two__title {
    font-size: 17px;
    color: #fff;
    line-height: 26px;
    padding-left: 40px;
    /* padding: 35px; */
    padding-bottom: 10px;
    padding-right: 39px;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    transform: translate3d(-100px, 0, 0);
    -moz-transform: translate3d(-100px, 0, 0);
    -webkit-transform: translate3d(-100px, 0, 0);
}
.team-two__title a{ color: #fff;}
.team-two__item:hover .team-two__title {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.team-two__item:hover .team-two__designation {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.team-two__designation {
    font-size: 16px;
    color:#fff;
    line-height: 1;
    display: block;
    margin: 5px 0 22px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    -webkit-transform: translate3d(100px, 0, 0);
}
.whylearners {
    padding: 80px 0;
    /* background: url('https://learners-1a89c.kxcdn.com/images/whylearners.webp'); */
    background-size: cover;
    background-attachment: fixed;
}
.whygrids {
    display: block;
    margin-left: 9%;
    margin-right: 49px;
}
.half-ctns.tablinks.active {
    background: #b91e22;
}
.half-ctns {
    text-align: center;
    display: flex;
    flex-direction: column;
    background: #005d88;
    margin-bottom: 20px;
    padding: 18px;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    min-height: 134px;
}
.half-ctns img {
    margin: auto;
    width: 40px;
    filter: brightness(0%) invert(1);
}
.whylearners .main-heaings h4, .whylearners  p {
    color: #fff;
}
.testimonial-three .section-title {
    margin-bottom: 36px;
}
.testimonial-three__wrapper {
    position: relative;
    border-radius: 11px;
    border: 1px solid #e4e4e4;
    background: #ffffff;
    padding: 39px 39px;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    transform:translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
   
}
.testimonial-three__carousel__thumb a {
    display: block;
    width: 76px;
    height: 76px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #EEEEEE;
    overflow: hidden;
}
.testimonial-three__carousel__thumb a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.testimonial-three__content {
    position: relative;
}
.testimonial-three__quote {
    font-size: 15px;
    line-height: 29px;
    color: #444444;
    margin: 10px 0 22px;
}
.testimonial-three__average-ratings {
    font-weight: 600;
    letter-spacing: 0.32px;
    margin-bottom: 13px;
}
.testimonial-three__ratings {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}
.testimonial-three__title {
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    color: #005d88;

    margin-bottom: 7px;
}
.testimonial-three__designation {
    font-size: 14px;
    /* letter-spacing: 0.48px; */
    text-transform: uppercase;
    line-height: 1;
    /* margin-bottom: 19px; */
    color: #b91e22;
    font-weight: 500;
}
.testimonial-three {
    position: relative;
    overflow: hidden;
    /* padding: 120px 0 120px; */
    background-color: #fff;
}
.boldfnt {
    font-weight: 700;
    margin: auto;
    color: #fff;
    font-size: 13px;
}
.fulls-ctns p.boldfnt {
    text-align: center;
    font-size: 18px;
    margin: 24px 0;
}
.fulls-ctns {
    text-align: center;
    display: flex;
    flex-direction: column;
    background: #b91e22;
    margin-bottom: 0;
    padding: 21px 18px;
    border-radius: 20px;
    min-height: 443px;
}
.carousel-caption h3 {
    font-size: 49px;
    color: #fff;
    font-weight: 800;
}

.carousel-caption h3 span {
    font-size: 50px;
    color: #d1143e;
    font-weight: 800;
}

.carousel-caption {
    position: absolute;
    bottom: 51%;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}

.pt-lg-4 {
    padding-top: 29px;
}

.carousel-col {
    position: relative;
    min-height: 1px;
    padding: 5px;
    float: left;
}

.active>div:first-child {
    display: block;
}

@media (max-width: 767px) {
    .carousel-inner .active.left {
        left: -50%;
    }

    .carousel-inner .active.right {
        left: 50%;
    }

    .carousel-inner .next {
        left: 50%;
    }

    .carousel-inner .prev {
        left: -50%;
    }

    .carousel-col {
        width: 50%;
    }

    .active>div:first-child+div {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-inner .active.left {
        left: -50%;
    }

    .carousel-inner .active.right {
        left: 50%;
    }

    .carousel-inner .next {
        left: 50%;
    }

    .carousel-inner .prev {
        left: -50%;
    }

    .carousel-col {
        width: 50%;
    }

    .active>div:first-child+div {
        display: block;
    }

    header .logo img {
        height: 55px;
    }

    .header-extras {
        margin: 5px 0 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-inner .active.left {
        left: -33%;
    }

    .carousel-inner .active.right {
        left: 33%;
    }

    .carousel-inner .next {
        left: 33%;
    }

    .carousel-inner .prev {
        left: -33%;
    }

    .carousel-col {
        width: 33%;
    }

    .active>div:first-child+div {
        display: block;
    }

    .active>div:first-child+div+div {
        display: block;
    }
}

@media (min-width: 1200px) {
    .carousel-inner .active.left {
        left: -25%;
    }

    .carousel-inner .active.right {
        left: 25%;
    }

    .carousel-inner .next {
        left: 25%;
    }

    .carousel-inner .prev {
        left: -25%;
    }

    .carousel-col {
        width: 25%;
    }

    .active>div:first-child+div {
        display: block;
    }

    .active>div:first-child+div+div {
        display: block;
    }

    .active>div:first-child+div+div+div {
        display: block;
    }
}

.block {
    width: 306px;
    height: 230px;
}

.red {
    background: red;
}

.blue {
    background: blue;
}

.green {
    background: green;
}

.yellow {
    background: yellow;
}

.btnorange {
    color: #fff;
    background-color: #f58220;
    border-color: #f58220;
}

.mr-4 {
    margin-right: 1.5rem;
}

.mt-4 {
    margin-top: 1.5rem;
}

.btn-secondary {
    color: #fff;
    background-color: #202c45;
    border-color: #202c45;
}

.btnorange:hover,
                                                                                                                                                                                        .btn-secondary:hover {
    background: #000;
    color: #fff;
}

.btn-lg2 {
    padding: 12px 30px;
    font-weight: 700;
    border-radius: 4px;
}

.f1-list {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-bottom: 0px;
    overflow: hidden;
}

.f1-list li {
    display: block;
    padding: 6px 15px;
    position: relative;
    width: 50%;
    float: left;
}

.f1-list li a:after {
    content: "\f0da";
    position: absolute;
    top: 6px;
    left: 0px;
    font-family: 'FontAwesome';
    color: #8c8587;
}

.f1-list li a {
    text-decoration: none;
    color: #fff;
}

.f1-list li a:hover {
    text-decoration: none;
    color: #8c8587;
}

.contacts-item {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.content-title {
    font-size: 18px;
    color: #fff;
}

.cright p a {
    font-size: 18px;
    color: #fff;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sub-title {
    font-size: 16px;
    color: #8c8587;
}

.cleft {
    width: 50px;
    float: left;
    font-size: 2.5em;
    color: #8c8587;
}

.cright {
    float: left;
    padding-left: 15px;
    width: 80%;
    border-left: 1px solid #8c8587;
    min-height: 65px;
}

.cright a:hover {
    color: #f983ab;
    text-decoration: none;
}

.copy-right {
    background: #005d88;
    padding-bottom: 2px;
    color: #fff;
}

.copy-right p {
    margin-bottom: 0;
    padding: 15px 0;
}

.fbolist {
    margin: 0;
    padding: 0;
}

.fbolist li {
    list-style: none;
    display: inline-block;
    position: relative;
}

.fbolist li a {
    text-decoration: none;
    color: #fff;
    padding: 0 10px;
}

.fbolist li:after {
    content: "|";
    position: absolute;
    left: -3px;
    top: -1px;
    font-size: 15px;
}

.fbolist li:first-child:after {
    display: none;
}

.fbolist li a:hover {
    text-decoration: none;
    color: #000;
}

.fleft {
    text-align: left;
}

.fright {
    text-align: right;
}

.complainbtn {
    background-color: #a6c437;
    border-radius: 30px;
    box-shadow: 0px 5px 25px 0px rgba(166, 196, 55, 0.35);
    padding: 10px 30px;
    display: inline-block;
    font-size: 14px;
    border-radius: 30px;
    background: #bd0745;
    text-decoration: none !important;
    color: #fff !important;
    text-align: center;
    line-height: 24px;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
    -moz-box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
    box-shadow: 0px 5px 25px 0px rgba(240, 90, 33, 0.35);
}

.testimonals {
    height: 605px;
}

.complainbtn:hover {
    background: #000;
}

.pl-150 {
    padding-left: 150px;
}

.klmn {
    margin-top: 40px;
    margin-bottom: 40px;
}

.pr-150 {
    padding-right: 150px;
}

.pb-70 {
    padding-bottom: 70px;
}

.complain {
    position: relative;
    font-size: 24px;
    margin-top: 5px;
    padding-left: 50px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    width: 100%;
}

.bs-slider {
    /* overflow: hidden; */
    max-height: 100%;
    position: relative;
    background: #000;
    width: 101%;
}

.res-social {
    display: block;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 1px;
}

.icon-bar {
    position: fixed;
  
    z-index: 999999;
    transition: 2.5s !important;
}

#a1 {
    top: 133px;
    background: #43609c;
}

#mySidenav p {
    margin-top: -23px;
    font-size: 13px;
    width: 128px;
    font-family: Arial, Helvetica, sans-serif;
    overflow: visible;
    margin-left: 26px;
}

#contact {
    top: 248px;
    background-color: #ad328c;
}

#projects {
    top: 209px;
    background-color: #1173be;
}

#mySidenav a {
    position: absolute;
    left: -10px;
    transition: 0.5s;
    padding: 7px 15px;
    width: 41px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    height: 34px;
    overflow: hidden;
    border-radius: 0 25px 25px 0;
}

.vision_mission_section-1 {
    padding-top: 46px;
}

.vision_mission_section {
    color: #FFF;
    background-color: #172f41;
    min-height: 224px;
    margin-bottom: 10px;
    width: 540px;
}

.left-sec {
    float: left;
    width: 100%;
    max-width: 173px;
    text-align: center;
}

.vision_mission_section-2 {
    background-color: #92210f;
    padding-top: 42px;
}

figure {
    margin: 0;
}

.vision_mission_section img {
    margin: 0 auto;
    display: block;
}

.right-sec {
    float: left;
    width: 100%;
    max-width: 333px;
}

.vision_mission_section p {
    padding: 0;
    margin: 0;
}

.vision_mission_section h2 {
    color: #FFF;
    font-size: 20px;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 6px;
}

#con2 {
    top: 328px;
    background: #e79800;
}



.bg-theme-white {
    background-color: #f7f7f7 !important;
}
                                                                                                                                                                                        /*-=-=-=-=-=-=-=-=-=-*/
                                                                                                                                                                                        /* Wow Image */
                                                                                                                                                                                        /*-=-=-=-=-=-=-=-=-= */
                                                                                                                                                                                        
.wow_imgage {
    position: relative;
    float: left;
    margin: 0 20px 20px 0;
    width: 270px;
    height: 180px;
}

.wow_imgage img {
    border: 4px solid #e4e4e1;
}
                                                                                                                                                                                        /*-=-=-=-=-=-=-=-=-=-*/
                                                                                                                                                                                        /* Column Grids */
                                                                                                                                                                                        /*-=-=-=-=-=-=-=-=-= */
                                                                                                                                                                                        
#mySidenav a:hover {
    left: 0px;
    width: 120px;
    line-height: 23px;
    border-radius: 0 25px 25px 0;
}

.hh1 {
    font-weight: 800;
    font-size: 18px;
}

#con1 {
    top: 287px;
    background: #25d366;
}

#gogle {
    top: 170px;
    background-color: #dc4e41;
}

.complain i {
    position: absolute;
    left: 0px;
    font-size: 40px;
    color: #fff;
    top: 0;
}

.complain a {
    text-decoration: none;
    transition: all 1s ease 0s;
    cursor: pointer;
    padding: 5px;
    color: #fff;
}

.complain a:hover {
    color: #8c8587;
    text-decoration: none;
}

.scrollToTop {
    border-radius: 100%;
    bottom: 20px;
    color: #fff;
    display: none;
    font-size: 30px;
    line-height: 36px;
    height: 40px;
    background: #b91e22;

    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    z-index: 99;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.scrollToTop:hover i {
    color: #fff;
}

.scrollToTop:hover {
    background: #000;
}

.svg {
    width: 50px;
    height: 50px;
}

.svg path {
    fill: #fdc800 !important;
}

.about_img img {
    width: 100%;
    height: auto;
}

.about_img {
    position: relative;
    margin-top: 30px;
}

.about_img:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 33, 33, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 6px;
}

.about_img:hover:after {
    opacity: 1;
}

.about-right {
    display: block;
    margin-top: 30px;
}

.about-right h3 {
    text-transform: uppercase;
    font-size: bold;
    margin-top: 0;
}

.panel-heading .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    color: #fff;
    font-size: 18px;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\f106";
}

.accrodion2 {
    display: block;
}

.accrodion2 .panel-default>.panel-heading {
    background-color: #bd0745;
    color: #fff;
    padding: 15px 15px;
}

.accrodion2 .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}

.newstab {
    background: #bd0745;
    color: #fff;
    padding: 7px 15px;
    font-size: 15px;
    position: absolute;
    z-index: 1;
    margin-left: 0px;
    left: 16px;
}

.catetab {
    background: #bd0745;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 4px 4px 0px 0;
}

.newsborder {
    border: 1px solid #ddd;
    padding: 10px 10px 0;
}

.newsbox {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.date_item span {
    display: block;
    width: 100%;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.date_item {
    width: 60px;
    border-radius: 2px;
    padding-top: 5px;
    background: #1da0e1;
    color: #fff;
    border: 1px solid #000;
    height: 50px;
    position: absolute;
    left: 0;
    text-align: center;
}

.datenews {
    font-family: 'Roboto-Bold';
    display: inline-block;
    color: #FFEB3B;
}

.newsarea {
    background: #202c45;
    transition: all 3s ease 0s;
}

.newscontent {
    height: 33px;
}

.newscontent .mask {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.newscontent ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.newscontent ul li span {
    font-weight: bold;
    padding-right: 5px;
    color: #6b0f11;
}

.newscontent ul li:last-child {
    border-bottom: 0;
}

.newscontent li {
    min-height: 80px;
}

.newscontent ul li {
    padding: 8px 10px 0;
    display: inline-block;
    margin-left: 10px;
    padding-left: 60px;
    overflow: hidden;
}

.newscontent ul li a {
    text-decoration: none;
    color: #fff;
}

.newscontent ul li a:hover {
    color: #FFEB3B;
    text-decoration: none;
}

.newscontent marquee {
    margin-left: 120px;
}

.newsh250 {
    height: 250px;
    overflow: hidden;
}

.tickercontainer {
    background: #202c45;
    padding: 10px;
}

.eventbox {
    position: relative;
    background-color: #1da0e0;
    color: #fff;
    margin: 0px 0 25px;
    transition: all 1s ease 0s;
    border-radius: 4px;
    height: 230px;
    overflow: hidden;
}

.eventbox a {
    color: #fff;
    cursor: pointer;
    display: block;
    border-radius: 4px;
}

.eventbox a:hover {
    background-color: #ddd;
    color: #fff;
    cursor: pointer;
}

.evcontentfix {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #bd0745;
    padding: 15px 20px;
}

.eventbox img {
    width: 100%;
    height: auto;
    border-radius: 4px 4px 0 0px;
}



.eventbox h3 {
    font-size: 20px;
    margin: 0px;
}

.gallheight {
    height: 200px;
    overflow: hidden;
}

.galleryfancy .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.galleryfancy:hover .content-overlay {
    opacity: 1;
    border-radius: 4px;
}

.overlay-details {
    color: #fff;
    font-size: 24px;
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.galleryfancy:hover .overlay-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.fadeIn-bottom {
    top: 80%;
}

.galleryfancy {
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.galleryfancy img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.fancy-lightbox {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0 !important;
}

.fancy-lightbox-container {
    position: relative;
}

.container1 {
    width: 1317px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.fancy-lightbox-container>div.fancy-lightbox-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.fancy-lightbox iframe {
    width: 100%;
    height: 100%;
}

.fancy-lightbox-nav-overlay {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
}

.fancy-lightbox-nav-overlay a {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    transition: opacity .5s;
    color: #fff;
    font-size: 30px;
    z-index: 1;
}

.fancy-lightbox-nav-overlay a>* {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.fancy-lightbox-nav-overlay a>:focus {
    outline: none;
}

.fancy-lightbox-nav-overlay a span {
    padding: 0 30px;
}

.fancy-lightbox-nav-overlay a:last-child span {
    text-align: right;
}

.fancy-lightbox-nav-overlay a:hover {
    text-decoration: none;
}

.fancy-lightbox-nav-overlay a:focus {
    outline: none;
}

.fancy-lightbox-nav-overlay a.disabled {
    cursor: default;
    visibility: hidden;
}

.fancy-lightbox a:hover {
    opacity: 1;
    text-decoration: none;
}

.fancy-lightbox .modal-dialog {
    display: none;
}

.ekko-lightbox .modal-footer {
    text-align: left;
}

.fancy-lightbox-loader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.fancy-lightbox-loader>div {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
}

.fancy-lightbox-loader>div>div {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    animation: a 2s infinite ease-in-out;
}

.fancy-lightbox-loader>div>div:last-child {
    animation-delay: -1s;
}

.modal-dialog .fancy-lightbox-loader>div>div {
    background-color: #333;
}

.fancy-lightbox-item img {
    border-radius: 4px;
}

.modal-title {
    display: none;
}

.fancy-lightbox .modal-header {
    padding: 0px;
    border-bottom: none;
}

.fancy-lightbox .close {
    background: #000;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    color: #fff;
    outline: 0;
    border-radius: 100%;
    font-size: 20px;
    position: absolute;
    right: -10px;
    opacity: 100;
    top: -10px;
    text-shadow: none;
    border: 2px solid #fff !important;
    box-shadow: 0px 0px 5px #000;
}

.fancy-lightbox .close:hover {
    background: #6b0f10;
    opacity: 100;
    color: #fff;
    display: block;
}

@keyframes a {
    0%,
                                                                                                                                                                                            to {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.cuadro_intro_hover {
    padding: 0px;
    position: relative;
    overflow: hidden;
    height: 230px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.cuadro_intro_hover:hover .eventcaption {
    opacity: 1;
    transform: translateY(-180px);
    -webkit-transform: translateY(-180px);
    -moz-transform: translateY(-180px);
    -ms-transform: translateY(-180px);
    -o-transform: translateY(-180px);
}

.cuadro_intro_hover img {
    text-align: center;
    border-radius: 4px 4px 0 0px;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
}

.cuadro_intro_hover .eventcaption {
    position: absolute;
    top: 180px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.cuadro_intro_hover .blur {
    background: rgba(32, 44, 69, 0.8);
    height: 300px;
    z-index: 5;
    position: absolute;
    width: 100%;
}

.cuadro_intro_hover .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    height: 300px;
    text-align: center;
    top: 0px;
    width: 100%;
}

.cuadro_intro_hover p {
    opacity: 0;
}

.cuadro_intro_hover:hover p {
    opacity: 100;
}

.eventcaption h3 {
    font-size: 20px;
    margin-top: 15px;
    font-weight: normal;
}

.event20 {
    padding: 0px 10px;
    color: #fff;
    position: relative;
    z-index: 6;
}

.newsinner {
    background: #1ea0e0;
    padding: 10px;
}

.newsmaindiv .col-md-4 {
    padding-right: 5px;
    padding-left: 5px;
}

.newsmaindiv .row {
    margin-right: -20px;
    margin-left: -20px;
}

.newspagebox2 {
    background: #0a6fa0;
    min-height: 200px;
    border: 1px solid #bfbebe;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 20px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.30);
}

.newspagebox2 h2 {
    color: #35373e;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 20px;
}

.newspagebox2 h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    padding: 4px 20px;
    font-size: 14px;
}

.newspagebox2 h4 {
    color: #35373e;
    font-size: 16px;
    margin-top: 0;
}

.newspagebox2 p {
    color: #35373e;
}

.newspagebox2 a {
    color: #1ea0e0;
}

.newspagebox2 .date2 {
    color: #1ea0e0;
    font-weight: 700;
}

.newspagebox2 a:after {
    content: "\f178";
    display: inline-block;
    margin-left: 6px;
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    color: #1ea0e0;
}

.news_titles {
    background: #fff;
    margin: 20px 20px 0;
    padding: 15px 20px;
    position: relative;
}

.newsmain {
    display: block;
    margin-left: -20px;
}

.contact-item {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 30px;
    text-align: center;
    background-color: #f1f1f1;
    border: 1px solid #ececec;
    transition: all .3s ease-in;
}

.contact-item h3 {
    font-size: 20px;
    margin-top: 0;
    text-transform: uppercase;
    color: #000;
}

.contact-item svg {
    width: 66px;
    border: 2px solid #036494;
    height: 66px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: block;
}

.contact-item img {
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-bottom: 20px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.contact-item p {
    line-height: 20px;
    margin-bottom: 0;
}

.courses-head {
    margin: 0px 0 5px;
}

.courses-head span {
    color: #fbbe07;
}

.contact-item:hover {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.contact-page {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact-page .contact-form {
    padding-top: 20px;
}

.form-group label {
    font-weight: normal;
}

.mapWrapper iframe {
    display: block;
}

textarea {
    resize: none;
    padding: 10px;
    border-radius: 0;
}

.contact-page .contact-wrap {
    margin-top: 20px;
}

@media(max-width: 767px) {
    header .logo img {
        height: 48px;
        margin-left: 1px;
        width: 153px;
    }

    .media-body {
        width: 100%;
    }

    .carousel-caption h3 {
        font-size: 22px;
        color: #fff;
        font-weight: 800;
        margin-bottom: 0px;
    }

    .carousel-caption h3 span {
        font-size: 25px;
    }
    /* .row>* {
        flex-shrink: 0;
        width: auto;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x)/ 2);
        padding-left: calc(var(--bs-gutter-x)/ 2);
        margin-top: var(--bs-gutter-y);
    } */
    .sidebar {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 17px;
        color: #604e4e;
        display: block;
        text-transform: capitalize;
        transition: 0.3s;
        border-bottom: solid 1px #f0f0f0;
    }

    .sidenav a,
                                                                                                                                                                                            .dropdown-btn {
        padding: 6px 8px 6px 32px;
        text-decoration: none;
        font-size: 17px;
        color: #604e4e;
        display: block;
        border: none;
        background: none;
        width: 100%;
        text-align: left;
        cursor: pointer;
        outline: none;
        border-bottom: solid 1px #f0f0f0;
    }

    .dropdown-btn.active {
        background-color: #005d88;
        color: #fff !important;
    }
                                                                                                                                                                                            /* On mouse-over */
    .sidenav a:hover,
                                                                                                                                                                                            .dropdown-btn:hover {
        color: #604e4e;
    }

    .dropdown-container {
        display: none;
        padding-left: 8px;
    }

    .dropdown-container a {
        font-size: 13px;
        padding: 5px 37px;
    }
                                                                                                                                                                                            /* Optional: Style the caret down icon */
    .fa-caret-down {
        float: right;
        padding-right: 8px;
    }

    .sidebar .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    .tg-addnav1 {
        z-index: 2;
        color: #fff;
        float: right;
        padding: 10px 0;
        list-style: none;
        display: none;
        font-size: 13px;
        line-height: 20px;
        position: relative;
        text-transform: capitalize;
    }
    .openbtn {
        font-size: 15px;
        cursor: pointer;
        background-color: #f44336;
        color: white;
        padding: 0px 7px;
        border-radius: 5px;
        border: none;
        margin-top: 10px;
        margin-left: -29px;
        position: absolute;
    }

    .openbtn:hover {
        background-color: #444;
    }

    #main {
        transition: margin-left .5s;
        padding: 0px;
        display: block;
        float: right;
    }
                                                                                                                                                                                            /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
                                                                                                                                                                                            @media screen and (max-height: 450px) {
        .sidebar {
                                                                                                                                                                                                    padding-top: 15px;
    }

    .sidebar a {
        font-size: 18px;
    }
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

.toplist li {
    display: none;
}

.affix#alert .logo img {
    transition: all 1s ease 0s;
    height: 42px;
}

.boxheader-border {
    overflow: hidden;
}

.toplist,
                                                                                                                                                                                            .topicon {
    text-align: center;
    visibility: hidden;
    height: 5px;
}

.find_inner {
    flex-flow: row wrap;
}

.findbtn {
    margin-left: 0;
    margin: auto;
    margin-bottom: 0;
    line-height: 0;
}

.find_inner h3 {
    display: block;
    font-size: 20px;
    text-align: center;
}

.fright,
                                                                                                                                                                                            .fleft {
    text-align: center;
}

.countdown_bg i {
    margin-top: 20px;
}

.navbar {
    position: relative;
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.navborder .navbar-nav {
    margin-top: 1px;
}

.header-extras {
    margin: 0px 0 10px;
    float: none;
    width: 100%;
}

.navborder .navbar-nav>li>a {
    padding: 15px 28px;
}

.course-offer-in {
    margin-top: 20px;
}

.testimonial4 .carousel-inner {
    width: 100%;
}

.carousel-control.left,
                                                                                                                                                                                            .carousel-control.right {
    display: none;
}

.about_img {
    margin-bottom: 20px;
}

.service-box {
    width: 100% !important;
}

.service-inner {
    position: relative;
    top: 0;
}
                                                                                                                                                                                        }

@media(min-width: 768px) and (max-width:991px) {
}

.about-title .innermain {
    height: 100%;
    display: table;
    width: 100%;
}

.page-title-wrapper {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.captions {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 7px 0;
}

.sm-height-auto {
    min-height: 210px;
}

.breadcrumb {
    margin: 0;
    background-color: transparent !important;
    text-transform: capitalize;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li a {
    color: #cccccc;
}

.breadcrumb li a:hover {
    color: #fbbe07;
}

.breadcrumb li:last-child {
    pointer-events: none;
}

.breadcrumb li.active a {
    color: #fff;
}

.breadcrumb li+li:before {
    padding: 0 10px;
    color: #cccccc;
    content: '\f105';
    font-family: FontAwesome;
}

.whychooses {
    text-align: center;
    padding-top: 30px;
}

.equal-height-inner {
    margin-top: -140px;
}

.whychooses-icon {
    margin-bottom: 18px;
}

.whychooses-icon {
    border-radius: 100%;
    height: 120px;
    width: 120px;
    display: block;
    background: #FFFFFF;
    line-height: 120px;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.whychooses:hover .whychooses-icon {
    background: #bd0745;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.whychooses-icon img {
    width: 60px;
    height: 60px;
}

.whychooses h3 a {
    color: #000;
}

.whychooses:hover h3 {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.whychooses:hover h3 a {
    color: #bd0745;
    text-decoration: none;
}

.whychooses p {
    width: 80%;
    margin: 0 auto;
}

.head-title2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.head-title2:after {
    position: absolute;
    content: "";
    left: 0;
    width: 50px;
    background: #f5821e;
    height: 2px;
    bottom: 0;
}

.facility_bg {
    background-image: url(../images/achievements-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    padding: 60px 0 60px;
    background-size: cover;
    color: #fff;
    position: relative;
}

.facility_bg:before {
    border-radius: 4px;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(10, 15, 28, 0.7);
}

.visionbg {
    background: #202c45;
    color: #fff;
    padding: 20px;
}

.misssion {
    border-top: 4px solid #bd0745;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    padding-bottom: 50px;
    margin-top: 30px;
    min-height: 365px;
}

.whitebox {
    background: #fff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    padding: 40px;
}

.blue-box1 {
    background-color: #202c45;
    color: #fff;
    text-align: center;
}

.sports {
    display: block;
}

.sports h2 {
    font-size: 24px;
}



.onlineform .form-control {
    border-radius: 30px;
}

.onlineformbtn {
    border-radius: 30px !important;
    padding: 7px 20px;
    border: 0;
    display: inline-block;
    font-size: 14px;
    border-radius: 30px;
    background: #bd0745;
    text-decoration: none !important;
    color: #fff !important;
    text-align: center;
                                                                                                                                                                                            /*line-height: 24px;*/
    transition: all 0.5s ease 0s;
    box-shadow: 0px 5px 25px 0px rgba(189, 7, 69, 0.41);
}

.onlineformbtn:hover {
    background: #000;
    color: #fff;
}

.onlineformbtn {
    display: inline-block;
    vertical-align: middle;
                                                                                                                                                                                            /*width: 100%;*/;
}

@media (max-width: 767px) {
  html,body{
    overflow-x: hidden;
}
    .misssion {
        min-height: 100%;
    }
    .edu {
    color: #005d88;
    font-size: 12px;
    font-weight: 600;
}
.mobile-view-teacher{display: block;}
.desktop-view{display: none;}
.category-one__item {
    height: auto;
    position: relative;
    border-radius: 14px;
    box-shadow: 11px 15px 30px 0px rgba(128, 137, 225, 0.1);
    margin: 0 0 30px;
    width: 200px;
    margin: 0 auto;
}
.category-one__icon {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #b91e22;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    overflow: hidden;
    margin: 67px auto 18px;
}
.category-one__thumb {
    position: relative;
    padding-bottom: 0px;
}
.category-one__content {
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 195px;
    width: 100%;
    text-align: center;
}
.elementor-widget-container img {
/*   
    -webkit-mask-image: url('../images/testimonial-quotes.png');
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat; */
    width: 500px;
    height: 265px;
    margin-top: 0px!important;
    margin-bottom: 14px !important;
}
.category-one__title {
    font-size: 13px;
    line-height: 15px;
    margin: 0 0 4px;
}
.category-one__text {
    font-size: 13px;
    color: #005d88;
    margin: 0;
}
.category-one__hover__icon {
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #005d88;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    overflow: hidden;
    margin: 67px auto 18px;
}
.category-one__hover__text {
    font-size: 13px;
    color: #fff;
    margin: 0;
}
.category-one__hover__title {
    font-size: 16px;
    line-height: 10px;
    color: #ffff;
    margin: 0 0 10px;
}
.toparea {
    background: #fff;
   
    position: relative;
    transition: all 3s ease 0s;
    
}
.team-two__item {
    position: relative;
    padding: 0 0 23px;
    margin-bottom: 16px;
    z-index: 2;
}
.header-top {
   
    height: 5px;
}
.kmjn {
    border-radius: 15px;
    position: relative;
    /* overflow: hidden; */
    height: 246px;
    width: 100%;
    background-size: cover!important;
    background-position: center!important;
}
.mb-e2 {
       font-size: 11px;
    color: #000;
    line-height: 13px;
    margin-top: 1px;

}
.mb-e3 {
       font-size: 11px;
    color: #000;
    line-height: 13px;
    margin-top: -6px;
}
.eduact-btn {
    display: inline-block;
    vertical-align: middle;
   
    border: none;
    outline: none !important;
    background-color: #005d88;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 6px;
    text-transform: capitalize;
    padding: 5px 17px 6px;
    overflow: hidden;
    z-index: 2;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.about-two__lists li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    background-color: #005d88;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 400ms linear;
}

.shy2 {
    padding-right: 0px;
    padding-left: 0px;
    width: 16%;
    float: left;
}

.mkv {
    width: 130px;
    height: 82px;
    margin-top: 10px;
    margin-bottom: 4px;
    border-radius: 10px;
}
.section-title__title {
    font-size: 15px;
    line-height: 23px;
    color: #2a254d;
    margin: 0;
}
.section-title__tagline {
       font-size: 17px;
    line-height: 16px;
    text-transform: capitalize;
    color: #005d88;
    margin: 0 0 4px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .btn-lg {
        font-size: 13px;
        padding: 3px 11px;
    }

    .cont {
        padding: 10px;
        font-size: 11px;
    }

    .mb-30 {
        margin-bottom: 10px;
    }

    .vision_mission_section h2 {
        color: #FFF;
        font-size: 20px;
        margin: 0;
        padding-top: 15px;
        padding-bottom: 0px;
    }

    .left-sec {
        float: none;
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

    .border-1pxd {
        border: 1px solid #eeeeee !important;
    }

    .wow {
        visibility: visible !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    .vision_mission_section p {
        padding: 10px 10px;
        margin: 0;
        text-align: center;
    }

    .icon-box {
        height: 117px!important;
    }

    .shy3 {
        padding-right: 3px;
        padding-left: 3px;
        width: 49% !important;
        float: left;
    }
    .icon {
        color: white;
        font-size: 53px;
        position: absolute;
        top: 28%;
        left: 51%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }
.half-ctns {
    text-align: center;
    display: flex;
    flex-direction: column;
    background: #005d88;
    margin-bottom: 5px;
    padding: 10px 15px;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    margin-right: 4px;
    /* width: 200px; */
    /* min-height: 106px; */
    margin-left: 0px;
    min-width: 93px;
}
.boldfnt {
    font-weight: 700;
    margin: auto;
    color: #fff;
    font-size: 11px;
    /* line-height: 18px; */
}
.fulls-ctns {
    text-align: center;
    display: flex;
    flex-direction: column;
    background: #b91e22;
    margin-bottom: 7px;
    padding: 17px 5px;
    border-radius: 20px;
    min-height: 275px;
    margin-left: -14px;
    width: 287px;
}
.testimonial-three__item {
    position: relative;
    max-width: 100%;
    min-height: 343px;
    padding: 0 0 0 0px;
}
.testimonial-three__content {
    position: relative;
    /* margin-top: 100px; */
    padding-top: 226px;
    text-align: center;
}
.testimonial-three__wrapper {
    position: relative;
    border-radius: 11px;
    border: none;
    background: #ffffff;
    padding: 9px 20px;
}
.testimonial-three .section-title {
    margin-bottom: 7px;
}
.whylearners {
    padding: 20px 0;
    /* background: url('https://learners-1a89c.kxcdn.com/images/whylearners.webp'); */
    background-size: cover;
    background-attachment: fixed;
}
.testimonial-three__author {
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* margin: 0 auto; */
    width: 193px;
    height: auto;
    margin-left: 76px;
    border-radius: 14px;
    overflow: hidden;
}
.testimonial-three__title {
    font-size: 18px;
    margin-bottom: 0px;
   
}
.testimonial-three__designation {
    font-size: 12px;
   
}
.aboutleep {
    padding-bottom: 0px;
    padding-top: 11px;
}
.testimonial-three__quote {
    font-size: 12px;
    line-height: 19px;
    color: #444444;
    margin: 10px 0 0px;
}
.fulls-ctns p.boldfnt {
    text-align: center;
    font-size: 13px;
    margin: 7px 0;
}
.half-ctns img {
    margin: auto;
    width: 34px;
    filter: brightness(0%) invert(1);
}
.mjhnl {
    display: flex;
    /* padding-right: 5px; */
    padding-left: 0px;
    /* position: initial; */
    padding-right: 0px;
}

.service-two__icon {
    width: 166px;
    height: 137px;
    background-color: #b91e22;
    font-size: 42px;
    line-height: 9;
    position: relative;
    z-index: 3;
    color: #fff;
    margin: -66px auto 3px;
    display: flex;
    align-items: end;
    justify-content: center;
    border-radius: 50%;
    transition: 500ms ease;
    padding: 0 0 22px;
}

.service-two__title {
    font-size: 15px;
    margin: 0 22px 4px;
}
.service-two__text {
    font-weight: 500;
    max-width: 202px;
    padding: 0px 9px;
    margin: 0 auto 9px;
}
.service-two__rm {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    border-top: 1px solid #e4e4e4;
    color: #2a254d;
    font-weight: 700;
    font-size: 11px;
    z-index: 2;
}
.service-two__item {
    position: relative;
   
    border-radius: 10px;
    margin: 0 0 14px;
    background-color: #fff;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
}
.team-two {
    position: relative;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 21px 0 0px;
}
.team-two__image {
    position: relative;
    overflow: hidden;
    border-radius: 194px;
    margin: 0 19px;
}
.team-two__item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #b91e22;
    content: '';
    border-radius: 0 0 200px 200px;
    width: 100%;
    height: 159px;
    z-index: -1;
}
.team-two__item:hover::after {
    height: 159px;
    visibility: visible;
    opacity: 1;
}
.team-two__title {
    font-size: 13px;
    color: #fff;
    line-height: 18px;
    padding-left: 25px;
    /* padding: 35px; */
    padding-bottom: 4px;
    padding-right: 18px;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    transform: translate3d(-100px, 0, 0);
    -moz-transform: translate3d(-100px, 0, 0);
    -webkit-transform: translate3d(-100px, 0, 0);
}
.team-two__designation {
    font-size: 13px;
    color: #fff;
    line-height: 1;
    display: block;
    margin: 5px 0 9px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    -webkit-transform: translate3d(100px, 0, 0);
}
.team-two__item::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #005d88;
    content: '';
    border-radius: 0 0 200px 200px;
    width: 100%;
    height: 159px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.service-two {
    position: relative;
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    padding: 9px 0 0px;
}

    .icon-box .icon-box-details {
        margin-left: 0px;
    }

    .icon-box .icon-box-details h4 {
        font-weight: 600 !important;
        font-size: 12px;
        line-height: 14px;
        margin-top: 64px !important;
        width: 100%;
        text-align: center;
    }

    .icon-box .icon i {
        line-height: 51px;
    }

    .bg-lighter-dull {
        background-color: #fff;
        padding-bottom: 11px;
        margin-top: 0px;
        padding-top: 18px;
    }
/* 
    .icon-box .icon {
        height: 60px;
        margin-bottom: 20px;
        text-align: center;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 100%;
    } */

    .bg-lighter2 {
        background-color: #f7f7f7 !important;
        padding-bottom: 43px;
        margin-top: 0px;
        padding-top: 14px;
        position: relative;
        z-index: -1;
    }

    .vision_mission_section img {
        margin: 0 auto;
        display: block;
        width: 80px;
    }

    .bngh1 {
        margin-bottom: 13px;
        padding-top: 1px;
        font-size: 22px;
        padding-bottom: 0px;
    }

    .vision_mission_section {
        color: #FFF;
        min-height: 224px;
        margin-bottom: 10px;
        width: auto;
    }

    .vision_mission_section-1 {
        padding-top: 17px;
        margin-top: 36px;
    }

    .vision_mission_section-2 {
        /* background-color: #e79800; */
        padding-top: 14px;
    }

    .testimonals {
        height: 404px;
        padding-top: 1px;
    }

    .aed {
        padding-bottom: 0px;
    }

    .spacet40 {
        padding-top: 0px;
    }

    .widget {
        margin-top: 15px;
    }
.quick-link-box .link-box:before {
   display: none;
}
.quick-link-box .link-box:after {
    display: none;
}
.social-link-box-style1 {
     display: none;
}
.quick-link-box .link-box ul {
   
    display: none;
   
}
.quick-link-box .inner-title p {
 
    display: none;
   
}
.display-none-mob {
   color: #005d88;
    padding-top: 18px;
    font-size: 8px;
    margin-left: 0px;
    padding-left: 22px;
    font-weight: 600;
    width: 92px;
}
.mobile-logo2 {
      padding-top: 0px;
    width: 55px;
    height: 48px;
    margin-top: 10px;
    margin-right: 23px;
}
.msd {
  
          padding-top: 25px;
    color: #b91e22;
    font-size: 9px;
    font-weight: 600;
    margin-left: 35px;
    margin-right: 11px;
    width: 60px;
    position: relative;
  
}
.affix#alert header {
    background: #ffffff;
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
    padding: 6px 0 4px 0;
    box-sizing: border-box;
}
.mobile-logo1 {
   padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    width: 56px;
    margin-top: 11px;
    margin-left: 5px;
    height: 48px;
}
.ser{padding-left: 0px;
padding-right:0px;}
.mobile-view{display: inline-flex;}
    .copy-right p {
        margin-bottom: 0;
        padding: 12px 0;
        font-size: 12px !important;
    }
    .styled-icons.icon-dark a {
    margin: 5px 7px 5px 0;
    color: #eeeeee;
    display: block;
    text-align: center;
    font-size: 16px;
    height: 31px;
    line-height: 36px;
    width: 31px;
}
.mt-20 {
    margin-top: 0px !important;
}
.pl-10 {
    padding-left: 0px !important;
}

    .copy-right {
        background: #005d88;
        padding-bottom: 0px;
    }
.shy-foot{
  padding-right: 0px;
    padding-left: 4px;
    width: 24%;
    margin-left: 2px;
    float: left;
}
    .fo-title {
      position: relative;
    padding-bottom: 5px;
    color: #fff;
    margin-bottom: 4px;
    font-size: 14px;
    margin-top: 14px;
    }
    .mobile-kj{    padding-bottom: 6px;}
    footer {
    background: url('../images/footer-bg-1.png');
    clear: both;
    padding-top: 1px;
    color: #ffffff;
    position: relative;
   
    background-color: #005d88;
   z-index: auto;
}
.list-border li {
    margin-bottom: 0;
    padding: 3px 0;
    border-bottom: 1px dashed #fff;
}
.list-border li a {
    color: #ffffff !important;
    font-size: 12px;
}
    .spaceb40 {
        padding-bottom: 0px;
    }

    .pr-150 {
        padding-right: 22px;
    }

   

}

.pb-70 {
    padding-bottom: 5px;
}

#blog {
    margin-top: 26px;
    display: none;
}

#blog1 {
    margin-top: 26px;
    display: block;
}

.pl-150 {
    padding-left: 22px;
}

.font-48 {
    font-size: 25px;
}

.category-style1 {
    margin-bottom: 13px;
    position: relative;
}

.mt-100 {
    margin-top: 19px;
}

.klmn {
    margin-top: 0px;
    background-image: none !important;
    margin-bottom: 0px;
}

.bngh {
      margin-bottom: 0px;
    padding-top: 4px;
    padding-bottom: 0px;
    margin-top: 0px;
}

.section-title p {
    font-size: 13px;
}

.section-title {
    margin-bottom: 10px;
}

.mt-xs-30 {
    margin-top: 15px !important;
}

.border-1px {
    height: 177px;
    border: 1px solid #eeeeee !important;
}

.text-white-f2 {
    color: #f2f2f2 !important;
                                                                                                                                                                                                /* line-height: 16px; */
    font-size: 12px;
    margin-top: -13px;
}

.funfact {
  margin-left: 12px;
    margin-right: 1px;
}
.aboutleep .accordion {
    display: none;
}
.about-two__thumb__shape4 {
    
    display: none;
}
.about-two__thumb__shape3 {
   
    display: none;
}
.about-two__thumb__shape2 {
   
    display: none;
}
.about-two__thumb__two-icon {
    
    display: none;
   
}
.about-two__thumb__two {
    
    display: none;
   
}
.about-two__fact {
    position: relative;
    left: 0;
    top: -10px;
    margin: -69px 14px -0px;
}
.about-two__fact__content {
    
    padding: 22px 20px 15px;

}
.about-two__fact__count {
    display: block;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    color: #b91e22;
    margin: 0;
    position: relative;
    z-index: 2;
}
.about-two__fact__title {
    line-height: 28px;
    font-size: 17px;
    color: #697585;
    font-weight: 600;
    margin: 0;
}
.accmobiles .card:nth-child(1) .card-header, .accmobiles .card:nth-child(2) .card-header, .accmobiles .card:nth-child(3) .card-header {
    background: url(../images/scholastic-programme-mobile.jpg);
    background-size: 100% 100%;
    width: 100%;
    color: #fff;
    padding: 4px 10px;
}
.accmobiles .card:nth-child(2) .card-header {
    background: url(../images/holistic-wellbeing-mobile.jpg);
    background-size: 100% 100%;
    width: 100%;
    color: #fff;
    padding: 4px 10px;
}
.accmobiles .card:nth-child(3) .card-header {
    background: url(../images/community-programme-mobile.jpg);
    background-size: 100% 100%;
     width: 100%;
    color: #fff;
    padding: 4px 10px;
}
.accmobiles {
   display: block;
    margin-top: 7px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 13px;
}
.testi-style1 {
    background-color: #172f41;
    border-radius: 20px;
    margin-bottom: 29px;
    padding: 10px;
    position: relative;
   
    border: 4px solid rgba(0, 0, 0, 0);
    transition: all ease .4s;
}
.elementor-widget-container img {
    -webkit-mask-image: url('../images/testimonial-quotes.png');
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    margin-top: -90px;
    margin-bottom: 45px;
}
.candidates-resume-content p {
    margin-top: 5px !important;
    margin-bottom: 20px !important;
}
.testi-style1 .testi-text {
    font-size: 14px;
    color: #fff;
}
.testi-style1 .testi-content {
    padding: 30px 23px 48px;
}
.testi-style1 .testi-client {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 52px 25px;
    position: relative;
}
.testi-style1 .testi-name {
    margin-bottom: 1px;
    font-size: 15px;
    font-weight: 700;
}
.owl-carousel .owl-nav, .owl-carousel .owl-dots {
    margin-top: 0px;
    text-align: center;
}
.owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
}


.accmobiles .card:nth-child(4) .card-header {
    background: url(../images/makers-programme-mobile.jpg);
    background-size: 100% 100%;
      width: 100%;
    color: #fff;
    padding: 4px 10px;
}
.accmobiles .card:nth-child(5) .card-header {
    background: url(../images/social-skills-programme-mobile.jpg);
    background-size: 100% 100%;
    width: 100%;
    color: #fff;
    padding: 4px 10px;
}
.accmobiles .card:nth-child(6) .card-header {
    background: url(../images/va-pa-mobile.jpg);
    background-size: 100% 100%;
    width: 100%;
    color: #fff;
    padding: 4px 10px;
}
.accmobiles .card:nth-child(7) .card-header {
    background: url(../images/fitness-sports-mobile.jpg);
    background-size: 100% 100%;
    width: 100%;
    color: #fff;
      padding: 4px 10px;
}

.testi-style1 .testi-degi {
    font-size: 12px;
}
/* .testi-style1 .testi-client img {
    position: absolute;
    top: -33px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 4px solid #fff;
} */
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.accmobiles .card .card-header h5 button {
    color: #fff;
    text-decoration: none;
    width: 100%;
    outline: none;
}
.accmobiles .card-body {
    font-size: 13px;
    min-height: auto;
}
.accmobiles .card-body {
    background: linear-gradient(82deg, #b91e22, #b91e22);
    border-radius: 0px;
}
.accmobiles .card-body h4 {
    text-align: center;
}
.accmobiles .card-body h4, .accmobiles .card-body {
   color: #fff;
    font-size: 12px;
    /* padding-left: 10px; */
    padding: 4px 17px;
    margin-bottom: 2px;
}
.equal-height-inner {
    margin-top: 0px;
}

.shy {
    padding-right: 0px;
    padding-left: 0px;
    width: 33.3%;
    float: left;
}

.shy1 {
    padding-right: 0px;
    padding-left: 0px;
    width: 50%;
    float: left;
}

.picture-box2 {
    padding-left: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 10px;
    z-index: 0;
}

.picture-box2 [class*=picture-] {
    margin: 0;
    width: auto;
}

.picture-box2 [class*=picture-] img {
    width: 100%;
}

.picture-box2 .picture-3 {
    grid-auto-flow: row dense;
    grid-column: 1/4;
    padding-right: 10px;
}

.picture-box2 .vs-circle {
    display: none;
}

.mobile-logo {
    width: 276px;
    margin-left: 0px;
    height: auto;
    padding-right: 0px;
    padding-left: 1px;
    margin-top: 0px;
    /* margin: 0 auto; */
    position: relative;
}

.space-top {
    padding-top: 12px;
}

.hife {
    display: none;
}

.space-bottom {
    padding-bottom: 11px;
}

.about-box2 {
    padding: 14px 0 0;
}

.about-box2 .about-content {
    padding-left: 0;
}

.about-box2 .about-title {
    font-size: 30px;
}

.about-box2 .about-content {
    padding-left: 0;
}

.vs-btn.style3 i,
                                                                                                                                                                                            .vs-btn.style5 i {
    height: 37px;
    width: 37px;
    line-height: 37px;
    font-size: 19px;
    margin: 0 11px 0 0;
}

p.fs-md {
    font-size: 16px;
}

.sec-icon {
    margin: -0.3em 0 5px 0;
}

.sec-subtitle {
    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .12em;
    margin: -0.2em 0 0px 0;
    text-transform: uppercase;
}

.sec-icon .vs-circle {
    width: 31px;
    height: 31px;
}

.vs-btn {
    font-size: 14px;
}

.call-media {
    padding: 15px 15px 15px 20px;
    margin: 0 auto 9px auto;
}

.call-media .media-icon {
    font-size: 28px;
    margin-right: 15px;
}

.call-media .media-label {
    font-size: 14px;
}

.call-media .media-info {
    font-size: 14px;
}

.about-title-pa {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0px;
}

.text-xl-start {
    text-align: center;
}

.title-area {
    margin-bottom: 10px;
}

.sec-title {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 700;
}

  
.media-style4 .media-icon {
    margin-bottom: 20px;
    
}

.form-style2 .form-title {
    font-weight: 400;
    line-height: 1px;
    margin-bottom: 19px;
    font-size: 16px;
    text-align: center;
    max-width: 600px;
}

.form-style2 .form-group {
    margin-bottom: 5px;
}

.vs-btn1 {
    border: none;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    font-family: var(--title-font);
    background-color: #f44336;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.2;
    padding: 9.5px 24px;
    border-radius: 9999px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.form-style2 .form-inner {
    background-color: #fff;
    border-radius: 20px;
    border: 5px solid #eaeaea;
    padding: 16px 1px 17px;
}

.form-style2 .vs-btn1 {
    margin-bottom: 10px;
}

.form-style2 select,
                                                                                                                                                                                            .form-style2 input {
    border: none;
    border: 1px solid #d1d1d1;
    font-size: 16px;
    font-size: 12px;
    margin-bottom: 2px;
    height: 43px;
    border-radius: 9999px;
    width: 100%;
    padding-left: 22px;
    --body-color: #333333;
    transition: all ease .4s;
}

.img-box1 .vs-circle {
    width: auto;
    height: auto;
    --circle-bg: #172f41;
    padding: 30px;
    margin-top: -61px;
    max-width: 81%;
    margin-left: 82px;
}

.process-style1:not(:last-child) {
    margin: 0 0 50px 0;
    padding: 0 0 42px 0;
}

.process-style1 {
    position: relative;
    display: flex;
    margin-bottom: 13px;
}

.asdr {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}

.order-1 {
    order: 1!important;
}

.order-2 {
    order: 2!important;
}

.order-3 {
    order: 3!important;
}



.media-style4 {
    margin-bottom: 14px;
}

.space-extra-bottom {
    padding-bottom: 0px;
}
.ladyer {
    height: 268px !important;
    border-radius: 35px;
    /* background: #fff; */
    margin-bottom: 17px;
}
.course-style2 {
    position: relative;
    background-color: #fff;
    margin-bottom: 13px;
    border-radius: 20px;
}

.course-style2 .course-content {
    padding: 2px 27px 1px 21px;
    text-align: center;
}
.lert{background-color: #fff;}
.course-style2 .course-name {
    margin-bottom: 7px;
    font-size: 16px;
    margin-top: 5px;
}

.about-box2 .sec-subtitle {
    margin: -0.2em 0 10px 0;
    letter-spacing: 0;
    font-size: 14px;
}

.vs-circle.color2 {
    display: none;
}
.ml-60 {
    margin-left: 0px !important;
    display: inline-block;
}
.funfact .animate-number {
    line-height: 15px;
    color: #ffff;
    font-size: 13px;
    font-weight: 800;
}

.about-two__content {
    padding-top: 0px;
}
.msvg{width: 46%;
    height: 36px;}
.about-two__content__text {
    font-weight: 600;
    color: #697585;
    /* font-size: 20px; */
    margin: 0 0 14px;
    font-size: 14px;
}
.about-two__content .section-title {
    margin-bottom: 7px;
}
.about-two__box__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
    color: #fff;
    margin: 0 0 20px;
    position: relative;
}
.about-two__lists li {
    list-style: none;
    padding: 2px 0 2px 33px;
    position: relative;
    font-size: 11px;
    color: #2a254d;
    font-weight: 700;
    line-height: 16px;
    min-height: 6px;
    width: 49%;
    float: left;
    margin: 0 0 15px;
}
.about-two__box {
    position: relative;
    background-color: #f6f5f5;
    border-radius: 11px;
    padding: 5px 20px 24px 122px;
    margin: 0 0 11px;
}
.about-two__lists {
    margin: 0 0 8px;
    padding: 0;
    list-style: none;
    clear: both;
}
.about-two {
    position: relative;
    overflow: hidden;
    padding: 14px 0 14px;
}

.col-md-offset-2 {
    margin-left: 0px !important;
    margin-bottom: 0px;
}

/* .team-member .thumb {
    overflow: initial;
} */
.bg-theme-coloredred{background-color:#92210f ;}
.bg-theme-coloredblue{background-color:#172f41;}
.tg-themetabs .tg-tabcontent .tab-pane {
    width: 100%;
    float: left;
    margin: 0px 0 0;
    padding: 18px 11px;
    border: 1px solid #d4d4d4;
}
.msg {
    font-size: 15px !important;
    font-style: italic !important;
    line-height: 24px !important;
}
.edu-section-gap {
    padding: 8px 0 0px;
}

.child {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.mb-20 {
    margin-bottom: 0px;
}

.details-content h3 {
    font-size: 20px;
    color: #174873;
    margin-bottom: 3px;
    font-weight: 600;
}

.post .entry-content1 {
    position: relative;
    background: #fff;
    padding: 2px;
}

.event-details .details-content ul li {
    color: #181818;
    font-size: 13px;
    line-height: 17px;
    margin-top: 3px;
    margin-bottom: 1px;
}

.event-details .details-content ul {
    list-style-type: disc;
    margin-bottom: 25px;
    margin-left: 19px;
    margin-top: 13px;
}

.event-details .main-thumbnail {
    margin-bottom: 10px;
}

.tg-themetabs .tg-tabcontent .tg-description p {
    color: #686868;
    font-size: 13px;
    line-height: 19px;
}

.tg-navtabs {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-top: 10px;
    list-style: none;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
}

.tab-content {
    margin-bottom: 7px;
    margin-top: 7px !important;
}

.bg-lighters {
    background-color: #fff !important;
    padding-top: 15px;
}

.isotop-btn {
    text-align: center;
    margin-bottom: 23px!important;
}

.isotop-btn a {
    background: transparent;
    padding: 10px 26px;
    font-size: 16px;
    font-weight: 500;
    color: #002147;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #e0e0e0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.form-group.checkboxs {
    display: flex;
    column-gap: 10px;
}

.asfr {
    width: 100%;
    height: 200px;
}

.other {
    display: none;
}

.tg-navtabs li a {
    display: block;
    color: #949494;
    padding: 2px 37px;
}

.gallery-wrapper {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 14px;
}

.akmjl {
    height: 2528px;
}

.vertical-masonry-timeline .each-masonry-item .timeline-block {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d7e4ed;
    height: 100%;
    padding: 8px;
    position: relative;
    width: 100%;
}

.single-left1 {
    position: absolute;
    left: 0px;
    top: 412px;
}

.single-left2 {
    position: absolute;
    left: 0px;
    top: 841px;
}

.single-left4 {
    position: absolute;
    left: 0px;
    top: 1701px;
}

.single-left3 {
    position: absolute;
    left: 0px;
    top: 1274px;
}

.single-left2 {
    position: absolute;
    left: 0px;
    top: 841px;
}

.single-left5 {
    position: absolute;
    left: 0px;
    top: 2111px;
}

#maina {
    display: flex;
    flex-direction: column-reverse;
}


.shy5 {
    padding-right: 0px;
    padding-left: 5px;
    width: 33%;
    float: left;
}

.shy6 {
    padding-right: 0px;
    padding-left: 5px;
    width: 50%;
    float: left;
}

.pb-0 {
    font-size: 13px;
}

.info h4 {
    font-size: 18px;
}
.btn {
 
    font-size: 12px !important;
    border-radius: .25rem;
    
}
.info h6 {
    font-size: 14px;
    font-weight: 400;
    padding-top: 4px;
}

.mt-sm-0 {
    font-weight: 700;
}

.vfga {
    font-size: 13px;
    margin-bottom: 0px;
}

.sm-height-auto {
    min-height: auto;
    margin-bottom: 10px;
}

.spaceb50 {
    padding-bottom: 0px;
}

.team-member {
    margin-bottom: 12px;
}

.bngh2 {
    margin-bottom: 15px;
    padding-top: 17px;
    padding-bottom: 0px;
    font-size: 21px;
}

.mb-15 {
    margin-bottom: 4px;
}

.facalities1 {
    margin-top: 13px;
}

.res-social {
    display: none;
}

.aer {
    display: none;
}

.aer1 {
    display: block;
    padding-left: 8px;
}

.topsection {
    position: initial;
}

.mt-70 {
    margin-top: 20px!important;
}

.mb-50 {
    margin-bottom: 26px;
}

.vbg {
    display: block;
    min-height: 300px;
    width: 100%;
    background-size: cover;
}

.pb-90 {
    padding-bottom: 0px;
}

.line-bottom-edu {
    position: relative;
    margin-bottom: 13px;
    padding-bottom: 7px;
    padding-top: 0px;
    font-size: 25px;
}

#cd-timeline {
    position: relative;
    padding: 6px 0;
    margin-top: 6px;
    margin-bottom: 6px;
}

.cd-timeline-content p {
    margin: 4px 0;
    line-height: 1.6;
    font-size: 10px;
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
}

.cd-timeline-img img {
    display: block;
    width: 17px;
    height: 17px;
    position: relative;
    left: 22%;
    top: 20%;
    margin-left: 0px;
    margin-top: 0px;
}

.post .entry-content {
    position: relative;
    background: #f8f8f8;
    padding: 8px;
}

.list-icon1 li {
    font-size: 12px;
    margin: 0;
}

.list-icon1 li i {
    color: #555555;
    font-size: 12px;
    height: 26px;
    line-height: 20px;
    margin: 2px 4px 0px 0;
    text-align: center;
    width: 9px;
}

.single-service h5 {
    font-size: 12px;
    margin: 0 0 6px 0;
}

.list-icon li {
    font-size: 12px;
    text-indent: -42px;
    margin-left: 29px;
}

.cd-timeline-block {
    position: relative;
    margin: 10px 0px;
}

.table>tbody>tr>td,
                                                                                                                                                                                            .table>tbody>tr>th,
                                                                                                                                                                                            .table>tfoot>tr>td,
                                                                                                                                                                                            .table>tfoot>tr>th,
                                                                                                                                                                                            .table>thead>tr>td,
                                                                                                                                                                                            .table>thead>tr>th {
    padding: 6px;
    line-height: 1.42857143;
    font-size: 12px;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.cd-timeline-content {
    position: relative;
    margin-left: 41px;
    background: white;
    border-radius: 0.25em;
    padding: 6px;
    box-shadow: 0 3px 0 #d7e4ed;
}

p {
    margin: 0 0 7px;
    font-size: 12px;
}

.entry-title {
    font-size: 12px;
    margin-bottom: 3px;
}

.hide1 {
    display: none;
}

.list-sc {
    padding: 8px 8px 8px 32px;
    margin-top: 10px;
}

.list-sc li h3 {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 21px;
}

.list-sc li {
    font-size: 14px;
    line-height: 24px;
}

.mt-10 {
    margin-top: 4px !important;
}

.about {
    padding-top: 81px;
    text-align: center;
    padding-bottom: 81px;
    font-size: 33px !important;
}

.side-logo {
    width: 214px;
    margin-top: -57px;
    border-bottom: none !important;
}

#about {
    padding-top: 4px;
}

.p-30 {
    padding: 11px !important;
    margin-top: 0px;
}

.scrollToTop {
    border-radius: 100%;
    bottom: 105px;
}

.float1 {
    display: block!important;
    position: fixed;
    width: 29px;
    height: 29px;
    bottom: 25px;
                                                                                                                                                                                                /* right: 2px; */
    left: 5px;
    color: #FFF;
    border-radius: 12px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.pt-50 {
    padding-top: 12px;
}

.pt-100 {
    padding-top: 11px;
}

.profile-section .image-column .inner-column {
    position: relative;
    padding: 20px;
    margin-bottom: 5px!important;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 12%);
}

.profile-section .content-column .inner-column p {
    position: relative;
    color: #626262;
    font-weight: 400;
    line-height: 1.9em;
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.profile-section .image-column .team-content h3 {
    position: relative;
    font-weight: 700;
    color: #111111;
    margin-top: 14px;
    margin-bottom: 0px;
}

.profile-section .content-column .inner-column h2 {
    position: relative;
    color: #172f41;
    font-weight: 700;
    margin: 0;
    font-size: 18px !important;
}

.profile-section .content-column .inner-column h4 {
    position: relative;
    color:#92210f;
    font-weight: 600;
    line-height: 1.3em;
    font-size: 15px;
    margin-top: 7px;
    margin-bottom: 0px;
}

.pl-60 {
    padding-left: 15px;
}

h3 {
    font-size: 16px;
    margin: 0 0 6px 0;
}

.float {
    display: block !important;
    position: fixed;
    width: 29px;
    height: 29px;
    bottom: 57px;
                                                                                                                                                                                                /* right: 26px; */
    left: 5px;
    color: #FFF;
    border-radius: 12px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.affix#alert .header-extras {
    display: none;
}

.service-box {
    margin-top: 1px;
}

header {
    top: 0px;
}


@media (min-width: 768px) and (max-width:991px) {
    .navborder .navbar-nav>li>a {
        padding: 23px 15px;
    }
}

ul.square li {
    list-style: square;
    padding: 3px;
    margin-left: -25px;
}

.latestevent {
    padding: 10px 0;
}

.latestevent h4 a {
    color: #bd0745;
}

.latestevent img {
    -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.image img {
    width: 100%;
    height: auto;
}

#cookieConsent {
    background-color: #202c45;
    min-height: 26px;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 2;
    text-align: center;
}

#cookieConsent a {
    color: #fff;
    text-decoration: none;
}

#closeCookieConsent {
  
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    font-size: 15px;
    line-height: 28px;
    padding-right: 20px;
}

#closeCookieConsent:hover {
    color: #0084B4;
}

#cookieConsent a:hover {
    color: #0084B4;
}

#cookieConsent a.cookieConsentOK {
    background-color: #bd0745;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    padding: 0 20px;
    cursor: pointer;
    margin: 0 10px 0 10px;
    text-decoration: none;
}

#cookieConsent a.cookieConsentOK:hover {
    background-color: #000;
    color: #fff;
}
                                                                                                                                                                                        /*safari Browser*/
                                                                                                                                                                                        
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome,
                                                                                                                                                                                            .newscontent {
        overflow: hidden;
    }

    ::i-block-chrome,
                                                                                                                                                                                            .fullwidth {
        width: 102em;
        margin-left: -51em;
    }

    ::i-block-chrome,
                                                                                                                                                                                            .countdown_bg,
                                                                                                                                                                                             ::i-block-chrome,
                                                                                                                                                                                            .testimonial_bg {
        background-attachment: local;
    }

    ::i-block-chrome,
                                                                                                                                                                                            .about-title {
        height: 50rem;
    }
}

.catpcha {
    cursor: pointer;
    padding-left: 10px;
}

#captcha_image img {
    border-radius: 8px;
}

@media(max-width:767px) {
    #captcha_image img {
        margin-bottom: 5px;
    }
}

.displaynone {
    display: none;
}

.req {
    color: red;
}

.dropify-wrapper {
    height: 34px !important;
    border-radius: 30px;
    cursor: pointer;
}

.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-items-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
}

.statusright {
    float: right;
                                                                                                                                                                                            /* background: #786e6d;
    box-shadow: 0px 5px 25px 0px rgb(125 123 123);
    text-decoration: none !important;
    color: #fff !important;
    text-align: center;
    line-height: 24px;
    transition: all 0.5s ease 0s;
    border-radius: 30px;
    padding: 5px 20px;*/;
}
                                                                                                                                                                                        /*.statusright:hover {background: #000;color: #fff;} */
                                                                                                                                                                                        
.statusimg {
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
}

.statusimg li {
    display: inline-block;
    text-align: center;
}

.statusimg li+li {
    padding-left: 20px;
}

.statusimg li img {
    border-radius: 4px;
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
    flex-shrink: 0;
    min-width: 40px;
    min-height: 40px;
    overflow: hidden;
}

.statusimg p {
    margin-bottom: 0;
}

.printbtndrakgray {
    color: #fff;
    background-color: #727272;
    border-color: #525252;
}

.printbtndrakgray:focus,
                                                                                                                                                                                        .printbtndrakgray:hover {
    color: #fff !important;
    background-color: #070707;
    border-color: #525252;
}

.printcontent {
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 0px 15px 0px;
    width: 100%;
    margin-bottom: 10px;
}

.printcontent p {
    margin-bottom: 0px;
}

.pagetitleh2 {
    background: #f3f3f3;
    margin: 0;
    font-size: 16px;
    padding: 8px 15px;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.entered {
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
}

.formstatus {
    border: 1px solid #ccc;
    padding: 5px 20px;
    display: block;
    border-radius: 3px;
}

.formstatus b {
    padding-right: 2px;
}

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

.reflist li {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 10px 3px;
    border-radius: 4px;
    background: #f9f9f9;
    font-size: 13px;
    margin-top: 0.5rem;
}

.reflist li+li {
    margin-left: 0px;
}

.reflist li span {
    display: block;
}

@media(max-width:767px) {
    .statusright,
                                                                                                                                                                                            .formstatus {
        margin-top: 10px;
    }

    .printcontent .form-group {
        margin-bottom: 15px;
    }

    .statusimg {
        margin-top: 10px;
    }

    .carousel-caption p {
        font-size: 9px;
    }

    .carousel-caption {
        position: absolute;
        bottom: 21px;
        padding-bottom: 0px;
        color: #fff;
        padding-top: 0px;
        text-align: center;
        text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    }

    .btnMD {
        float: none;
        width: 100%;
    }

    .complainbtn {
        float: right;
        padding: 10px 20px;
        max-height: 40px;
        line-height: 20px;
    }

    .header-extras li {
        margin-left: 3px;
        width: auto;
    }

    .header-extras li+li {
        float: right;
    }

    .spacet140 {
        padding-top: 0px;
    }

    .spacet60-mobile {
        padding-top: 60px;
    }

    .pt-0-mobile {
        padding-top: 0px !important;
    }

    .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .float {
        display: block;
    }

    .float1 {
        display: block;
    }

    header {
        margin-bottom: 0px;
    }

    .modal-close-xs {
        text-align: center;
        margin-top: 1rem;
    }

    .w-full-xs {
        width: 100%;
    }

    .boxheader-border {
        overflow: hidden;
    }
}

@media(min-width: 992px) {
    .bs-slider .carousel-inner {
        height: 600px;
    }

    .text-lg-right {
        text-align: right;
    }

    .mr-lg-1 {
        margin-left: 0.5rem;
    }

    .max-vh-75 {
        height: 75vh;
    }
}

.modalclosebtn {
    border-radius: 30px !important;
}

.modalclosebtn:focus,
                                                                                                                                                                                        .modalclosebtn:hover {
    background: #000;
    color: #fff !important;
    outline: none;
}

.modalclosebtn {
    display: inline-block;
    vertical-align: top;
    padding: 6px 15px;
    background: #786e6d;
    box-shadow: 0px 5px 15px 0px rgb(25 25 25 / 41%);
    color: #fff;
    transition: all 0.5s ease 0s;
}

.modal-header-small {
    padding: 5px 15px;
}

.closebtnmodal {
    opacity: 100;
    margin-top: 10px !important;
}

.mdbtn {
    width: 100px;
    margin-top: 2px;
}

.capture-icon {
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.btnMD {
    float: right;
}

@media(min-width:768px) {
    .width-auto {
        width: auto;
    }
}

.termsconditions h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.termsconditions h4 {
    margin-top: 20px;
}

.termsconditions p {
    text-align: justify;
}

.mt-24 {
    margin-top: 24px;
}

.cart-course-wrapper .image a img {
    object-fit: cover;
    width: 100px !important;
    height: 80px !important;
    overflow: hidden;
}

@media(min-width:320px) and (max-width:480px) {
    .cart-course-wrapper {
        flex-direction: column;
    }

    .cart-course-wrapper .image,
                                                                                                                                                                                            .cart-course-wrapper .mainright,
                                                                                                                                                                                            .cart-course-wrapper .removebtn,
                                                                                                                                                                                            .cart-course-wrapper .pricetext {
        max-width: 100% !important;
    }

    .cright p a {
        white-space: normal;
        word-break: break-all;
    }
}

.float-right {
    float: right;
}

.login-footer {
    padding: 15px 15px 10px;
    border-top: 1px solid #e5e5e5;
}

.login-col-left {
    display: flex;
    gap: 0.5rem;
}

.guestbtn {
    padding: 7px 12px;
    white-space: nowrap;
    border: 0;
    display: inline-block;
    font-size: 14px;
    border-radius: 30px;
    background: #03a9f4;
    text-decoration: none;
    color: #fff;
    text-align: center;
    transition: all 0.5s ease 0s;
    box-shadow: 0px 5px 15px 0px rgb(4 161 232 / 50%);
}

.guestbtn:focus,
                                                                                                                                                                                        .guestbtn:hover {
    background: #000;
    color: #fff;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 50%);
}

.admin-text {
    display: flex;
    gap: 2rem;
    padding-top: 1rem;
    align-items: center;
    border-top: 1px solid #e5e5e5;
    width: 100%;
    margin-top: 1.5rem;
}

.admin-text a {
    color: #000;
    text-decoration: none;
}

.admin-text a:hover {
    color: #337ab7;
    text-decoration: underline;
}

@media(min-width:768px) {
    .login-col-left {
        align-items: center;
        justify-content: end;
    }

    .admin-text {
        justify-content: end;
    }

    .forgot-md {
        padding-top: 0.75rem;
        display: inline-block;
    }
}

@media(max-width:767px) {
    .admin-text,
                                                                                                                                                                                            .login-col-left {
        justify-content: center;
    }

    .forgot-sm {
        padding-bottom: 1rem;
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }
}

@media(min-width:320px) and (max-width:480px) {
    .login-col-left {
        justify-content: center;
    }

    .header-extras li .he-text {
        font-size: 12px;
    }

    .header-extras li {
        display: flex;
    }

    .i-plain {
        margin-right: 2px;
    }
}

@media (min-width: 768px) {
    .search-top-space {
        margin-top: 23px;
        height: 34px;
    }

   
                                                                                                                                                                                       
}