/* Theme Default CSS
==================================================*/
/*
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");

@import url('https://rsms.me/inter/inter.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*/
html {
    scroll-behavior: smooth;
}
body {
  /* font-family: 'inter', sans-serif; */
  max-width: 1920px;
  margin: auto;
}
/* Theme info */
#theme-info {
    position: relative;
    color: transparent;
    font-size: 9px;
    z-index: -1;
}
/* Theme info end */
/*
.container-fluid  {
    padding-right: 10%;
    padding-left: 10%;
}
*/
/* global classes */

  a {
    color: #313e3b;
   }

   hr {
      border-bottom: 1px solid #eceff8;
      border-top: 0 none;
      margin: 30px 0;
      padding: 0;
   }
   label {
      color: #333333;
      cursor: pointer;
      font-size: 14px;
      font-weight: 400;
   }
   *::-moz-selection {
      background: #d6b161;
      color: #fff;
      text-shadow: none;
   }
   ::-moz-selection {
      background: #444;
      color: #fff;
      text-shadow: none;
   }
   /* ::selection {
      background: #444;
      color: #fff;
      text-shadow: none;
   }*/
   *::-moz-placeholder {
      color: #555555;
      font-size: 14px;
      opacity: 1;
      filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   }
   *::-webkit-input-placeholder {
      color: #555555;
      font-size: 14px;
      opacity: 1;
      filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   }
   *:-ms-input-placeholder {
      color: #555555;
      font-size: 14px;
      opacity: 1;
      filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   }
   *::placeholder {
      color: #555555;
      font-size: 14px;
      opacity: 1;
      filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   }
   .theme-overlay {
      position: relative
   }
   .theme-overlay:before {
      background: #4272d7 none repeat scroll 0 0;
      content: "";
      height: 100%;
      left: 0;
      opacity: 0.6;
      filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      position: absolute;
      top: 0;
      width: 100%;
   }
   .separator {
      border-top: 1px solid #f2f2f2
   }

   .hybtn {
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10+ */
        user-select: none;
        background: #4272d7 none repeat scroll 0 0;
        border: 2px solid #4272d7;
        border-radius: 0;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
        line-height: 1;
        margin-bottom: 0;
        padding: 13px 25px;
        text-align: center;
        text-transform: uppercase;
        -ms-touch-action: manipulation;
            touch-action: manipulation;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        vertical-align: middle;
    }
    .hybtn:hover {
        background: transparent;
        color: #4272d7
    }
    .hybtn.hybtn-lg {
        padding: 10px 25px;
    }
    .hybtn-xl {
        font-weight: 700;
        padding: 13px 31px;
    }
    .hybtn.hybtn-inline {
        background: transparent none repeat scroll 0 0;
        border: 0 none;
        color: #ffffff;
        padding: 0;
        text-decoration: none;
    }
    .hybtn.hybtn-inline:hover {
        color: #ffffff;
        text-decoration: underline;
    }

    .breadcrumb > .active {
      color: #888;
   }
   input:focus[type="url"], input:focus[type="text"], input:focus[type="email"], input:focus[type="tel"], input:focus[type="button"], input:focus[type="submit"], input:focus[type="search"], button:focus[type="button"], button:focus[role="button"], button:focus, input:focus {
      outline: none;
      text-decoration: none;
   }
   .btn:focus {
     box-shadow: 0 0 0 0;
   }
   /* .btn .icon {
    margin: 0;
   }  */
/* Shape start */
.shape-start img {
    float: left;
}
.shape-start .icon{
    width: auto;
    height: 150px;
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    margin-left: 3rem;
    opacity: 0.9;
}
.shape-end img {
    float: right;
}
.shape-end .icon{
    width: auto;
    height: 150px;
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    margin-right: 3rem;
    opacity: 0.9;
}
/* Shape End*/
/* Start Header Area
==================================================*/
.main-menu li {
    display: inline-block;
    margin-left: 20px;
}

.main-menu li a {
    display: block;
    padding: 0px 10px;
}
.header-area {
    border-top: 5px solid #4272d7;
    background: #fff;
}
.main-menu li.search-trigger a {
    border-left: 1px solid #666666;
    padding-left: 30px;
}

.main-menu {
    margin-top: 5px;
}
.header-area.sticky {
    position: fixed;
    width: 100%;
    z-index: 9;
    background: rgba(255, 255, 255);
    padding: 20px 0;
}
.main-menu li.active a {
    color: #4272d7;
}

/* End Header Area */
/* Start Slider Area
==================================================*/
.carousel-inner img {
    width: 100%;
    object-fit: cover;
}
.carousel-caption {
    max-width: 600px;
    margin: auto;
}

#slider2 .carousel-caption {
    max-width: 900px;
}
#slider3 .slider3-caption {
    position: absolute;
    padding-top: 0;
    padding-bottom: 0;
    color: #f8f9fa;
    text-align: left;
    bottom: 20%;
    line-height: 1.6;
    word-spacing: 3px;
    max-width: 33%;
}
#slider3 .carousel-indicators {
    right: unset;
    left: unset;
    margin-left: 5%;
    justify-content: unset;
    padding-left: unset;
    margin-right: unset;
    margin-left: unset;
}
#slider3 .carousel-indicators li {
    height: 25px;
    color: #222;
    text-indent: inherit;
    text-align: center;
    font-weight: 600;
    padding-top: 5px;
    margin-top: 5px;
    border-radius: 50px;
}

#slider4 .carousel-caption {
    top: 25%;
    line-height: 1.6;
    word-spacing: 3px;
}
.carousel-control-prev, .carousel-control-next {
    height: 45px;
    width: 45px;
    background-color: black;
    top: auto;
    margin: 0 5px;
    border-radius: 10px;
    bottom: 1%;
}
#slider4 .carousel-indicators {
    display: block;
    margin-left: 35%;
}
#slider4 .carousel-indicators li {
    height: 25px;
    color: #222;
    flex: none;
    text-indent: inherit;
    text-align: center;
    font-weight: 600;
    padding-top: 5px;
    border-radius: 50px;
}
#slider4 .get-started-btn {
    border-color: #fff !important;
}
#slider4  .hybtn:hover {
    background: transparent;
    color: white;
}
.slide-part-1 {
    width: 100%;
    background-color: #444;
}
.slide-part-2 {
    width: 100%;
}
.single-slider {
    height: 600px;
    background-size: cover;
    background-position: center;
    background-color: #cccccc;
    display: table;
    width: 100%;
}

.slider-inner {
    display: table-cell;
    vertical-align: middle;
}
.slider-inner h1 {
    font-weight: 700;
    font-size: 70px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    line-height: 1;
}
.slider-inner h3 {
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 400;
}
.slider-inner h5 {
    font-weight: 500;
    font-size: 19px;
    color:white;
}

.get-started-btn {
    margin-top: 40px;
    padding: 15px 35px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 2px;
    max-width: 75%;
}
.get-started-btn a{
    max-width: 75%;
}

/* End Slider Area */
/* Start Hire Us Area
==================================================*/
.hire-us-content {
    margin: 40px 0;
}
.hire-us-content h4 {
    margin: 0;
    font-weight: 400;
    word-spacing: 3px;
    line-height: 1.3;
}

.hire-us-button {
    position: relative;
    top: calc(50% - 30px);
    border-color: #fff !important;
    padding: 15px 20px;
    background: transparent !important;

}

.hire-us-button:hover {
    background: #333 !important;
    color: #fff !important;
}
.hire-us-area {
    padding: 30px 0;
}
.hire-us-content h6 span {
    font-size: 30px;
}
/* End HIre Us Area */
/* Start Iconbox Area */
.single-course {
    height: 245px;
    display: table;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #cccc;
    position: relative;
    z-index: 1;
}
.single-icon-box {
    height: 280px;
    background-size: cover;
    background-position: center;
    background-color: #cccc;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.icon-box-content {
    position: absolute;
    left: 0;
    top: 210px;
    width: 100%;
    height: 100%;
    background: #4272d7;
    opacity: .9;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    color: #fff;
    z-index: -1;
    padding: 20px 30px 30px 30px;
    -webkit-transition: .6s;
    transition: .6s;
    cursor: pointer;
}
.icon-box-content:hover {
    top: 0;
}
.iconbox-content-heading {
    font-weight: 600;
    font-style: normal;
    margin: 0 0 15px;
    text-transform: normal;
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.iconbox-content-heading i {
    font-size: 30px;
    margin-right: 15px;
}
[dir="rtl"] .iconbox-content-heading i{
    margin-right: 0px;
    margin-left: 15px;
}
.iconbox-content-body p {
    color: #f6f6f6;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 25px;
}
.read-more-btn {
    text-transform: capitalize;
    font-weight: 600;
}

.read-more-btn i {
    margin-right: 5px;
}
/* End Iconbox Area */
/* Start Bemax Area
==================================================*/
.section-title-fp h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 10px;
}
.section-title-fp h4:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 3px;
    width: 50px;
    content:"";
    background: #adadad;
}
.item-icon i {
    padding: 10px;
    width: 50px;
    height: 50px;
    background: #4272d7;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    border: 1px solid #4272d7;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 100px;
}
.item-icon i:hover {
    background: transparent;
    color: #4272d7;
}
.item-content {
    padding-left: 20px;
    margin-top: -4px;
}

.item-content h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.single-bemax-item {
    margin-bottom: 40px;
}
/* End Bemax Area */
/* Start Latest Project Area
==================================================*/
/* .project-bg-8 {background-image:url([[pix:almond|almond/project_08]]);} */
.single-project {
    height: 225px;
    display: table;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #cccc;
    position: relative;
    z-index: 1;
}
.project-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    visibility: hidden;
    opacity: 0;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .3s;
    transition: .3s;
}
.project-inner:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: #4272d7;
    color: #fff;
    z-index: -1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
.project-inner h5 {
    font-size: 16px;
    color: #cccc;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 5px;
    -webkit-transition: .3s;
    transition: .3s;
}
.project-inner h5 a {
    color: #d6d7d8;
}
.project-inner h5 a:hover {
    color: #fff;
}
.project-inner p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}
.project-inner p a {
    color: #ccc;
    -webkit-transition: .3s;
    transition: .3s;
}
.project-inner p a:hover {
    color: #fff;
}

.courseall a:hover {
    color: theme-bg;
}
.single-project:hover .project-inner:after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    visibility: visible;
    opacity: .9;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.single-project:hover .project-inner {
    visibility: visible;
    opacity: 1;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* End Latest Project Area */

/* Start ARIADNE FIX */

.btn-unipr {
    height: 100px;
    line-height: 75px;
    color: white;
    background-color: #0f6cbf ;
    font-size: 19px;
}

.btn-unipr:hover{
    height: 100px;
    line-height: 75px;
    color: white;
    background-color: #0f6cbf ;
    font-size: 19px;
}

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

.font15 {
    font-size: 15px;
}

.video_button {
    background-color: #f8b300 !important;
    color: #001c45;
    border-color: #f8b300 !important;
    font-size: 15px;
    width: 172px;
    height: 56px;
    padding: 9px 9px;
}

.categorybrowser h4::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    width: 50px;
    content: "";
    background: #adadad;
}
#mod_book-chaptersnavigation > .container-fluid {
    padding-right: 0% !important;
    padding-left: 0% !important;
}
.font50 {
    font-size: 50px;
}

.left-right-adjust {
    right: auto;
    left: 6%;
    padding-bottom: 113px;
}

#page-course-index-category select {
    display: none;
}

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

.carousel-control-next {
    display: none;
}
/* End ARIADNE */

/* Start Category browser block */
.categorybrowser .categorybrowser__title {
    /* float: left; */
    padding-top: 16px;
    margin-top: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: center;
    /* margin-bottom: 35px; */
    color: #001c45;
    font-weight: 900;
    position: relative;
}

.categorybrowser .iconbox-content-heading {
    font-size: 12px;
}

.categorybrowser .single-icon-box {
    margin-bottom: 25px;
}

.categorybrowser .categorybrowser__subtitle {
    /* float: left; */
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 35px;
    color: #001c45;
    font-weight: 500;
    position: relative;
}

.categorybrowser .categorybrowser__list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 1140px;
}

.categorybrowser .categorybrowser__item {
    display: flex;
    flex: 0 0 33%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 1rem;
    color: #00324A;
    user-select: none;
}

.categorybrowser .categorybrowser__item img {
    height: 66px;
    width: 66px;
}

.categorybrowser .categorybrowser__item .catname {
    margin: .5rem auto;
    text-transform: uppercase;
    color: #001c45;
}

.categorybrowser .categorybrowser__item .outer {
    width: 66px;
    height: 66px;
    background-color: #f1f1f1;
    border-radius: 50%;
}

.categorybrowser .categorybrowser__item i::before {
    line-height: 66px;
}

.card.block_categorybrowser {
    border: 0;
}
/* End category browser block */

/* Start Course Area
==================================================*/
.course-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    visibility: hidden;
    opacity: 0;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .3s;
    transition: .3s;
}
.course-inner:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: #4272d7;
    color: #fff;
    z-index: -1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
.course-inner h5 {
    font-size: 16px;
    color: #cccc;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 5px;
    -webkit-transition: .3s;
    transition: .3s;
}
.course-inner h5 a {
    color: #d6d7d8;
}
.course-inner h5 a:hover {
    color: #fff;
}
.course-inner p {
    color: #fff;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}
.course-inner p a {
    color: #ccc;
    -webkit-transition: .3s;
    transition: .3s;
}
.course-inner p a:hover {
    color: #fff;
}
.course-project {
    height: 225px;
    display: table;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #cccc;
    position: relative;
    z-index: 1;
}
.course-project:hover .course-inner:after {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    visibility: visible;
    opacity: .5;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.course-project:hover .course-inner {
    visibility: visible;
    opacity: 8;
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.card {
    border-radius: 0;
}
/* End Course Area */
/* Start Choose Us Area
==================================================*/
/* .video-img-thumbnail {background-image: url(../img/video_01.jpg);} */
.video-img-thumbnail {
    height: 320px;
    background-size: cover;
    background-position: center;
    background-color: #cccc;
}
.video-img-thumbnail a {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 60px;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: .5s;
    transition: .5s;
}
.video-img-thumbnail a:hover {
    color: #4272d7;
}
.single-choose-item h6 {
    font-size: 16px;
    font-weight: 600;
    color: #555555;
}
.single-choose-item h6 i {
    margin-right: 10px;
}
.single-choose-item p {
    margin: 0;
    font-size: 15px;
    color: #666666;
}
.single-choose-item {
    margin-bottom: 20px;
}
/* End Choose Us Area */
/* Course Us Area
==================================================*/
.single-course-item h6 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .05rem;
    color: #555555;
}
.single-course-item h6 i {
    margin-right: 10px;
}
.single-course-item p {
    margin: 0;
    font-size: 15px;
    color: #666666;
}
.single-course-item {
    margin-bottom: 1px;
}
/* End Course Us Area */
/* Start Working With Us Area
==================================================*/
.hire-us-content span {
    font-size: 20px;
}
/* End Working With Us Area */
/* Start Carousel Area
==================================================*/
.blog-carousel img {
    width: 200px;
    display: inline-block;
    height: auto;
}
.single-blog-img {
    position: relative;
    float: left;
}
.single-blog-img span {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #222;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    padding: 0 10px;
}
.blog-content {
    padding-left: 220px;
}
.blog-btn {margin-top: 10px;}

.post-heading {
    font-size: 18px;
    font-weight: 600;
    color: #555555;
}
.post-content-text {
    margin: 0;
    color: #666666;
    font-size: 15px;
    text-align: justify;
}
.blog-tags {
    display: inline-block;
    font-size: 13px;
}
.blog-tags i {
    font-size: 12px;
}

.blog-tags a {
    color: #555555;
    font-weight: 600;
    -webkit-transition: .3s;
    transition: .3s;
}

.blog-btn .read-more-btn {
    color: #555555;
    display: inline-block;
    margin-left: 20px;
}

.blog-btn .read-more-btn:hover {
    color: #4272d7;
}

.blog-tags a:hover {
    color: #4272d7;
}
.carousel-area .section-title-fp h4 {
    margin-bottom: 30px;
}
.carousel-area .section-title-fp h4:after {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.testimonial-content i {
    font-size: 20px;
    color: #666666;
    margin-right: 15px;
}
.testimonial-content p {
    font-size: 15px;
    color: #666666;
    text-align: justify;
    margin: 0;
}
.testimonial-content p {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.testimonial-carousel img {
    display: block;
    width: 55px;
    height: auto;
    border-radius: 50%;
}
.author-img {
    padding-left: 30px;
}
.author-content a {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #555555;
    -webkit-transition: .3s;
    transition: .3s;
}
.author-content span {
    display: block;
    line-height: 15px;
}
.author-content {
    padding-left: 15px;
}
.author-content a:hover {
    color: #4272d7;
}
/* End Carousel Area */
/* Start Brand Area
==================================================*/
.brand-item {
    display: table;
    width: 100%;
    position: relative;
    height: 100%;
}
.brand-item-inner {
    display: table-cell;
    vertical-align: middle;
}
/* End Brand Area */
/* Start ScrollUp */
.scrollUp {
    background: #4272d7;
    height: 40px;
    width: 40px;
    padding: 0;
    right: 30px;
    bottom: 30px;
    font-weight: 900;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity .7s ease 0s, visibility .1s ease .8s;
    display: block;
    position: fixed;
    z-index: 10009;
         }
  .scrollUp a {
    position: absolute;
    right: 0;
    transform: translateY(-100%); }
    body.scrolled .scrollUp {
        opacity: 1;
        visibility: visible;
        transition: visibility 0s ease 0s, opacity .7s ease .1s; }
/* End ScrollUp */
/* Tablet desktop :768px. */
@media only screen and (max-width: 991px) {
    .blockbgwhite {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .blockbgwhite-t {
        margin-top: 25px;
    }
    .blockbgwhite-b {
        margin-bottom: 25px;
    }
    .blockbgcolor {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .blockbgcolor-t {
        padding-top: 25px;
    }
    .blockbgcolor-b {
        padding-bottom: 25px;
    }
    .single-slider {
        height: 500px;
    }
    .single-icon-box {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .single-course {
        width: 100%;
        margin: 0 auto;
    }
    .video-img-thumbnail {
        height: 300px;
        margin-bottom: 30px;
    }
    .section-title-fp {
        margin-bottom: 0px;
    }
    .single-choose-item {
        display: block;
        margin-bottom: 30px;
    }
    .single-choose-item h6 {
        margin-bottom: 10px;
    }
    .single-course-item {
        display: block;
        margin-bottom: 10px;
    }
    .single-course-item h6 {
        margin-bottom: 5px;
    }
    .hire-us-img img {
        width: 100%;
    }
    .hire-us-content .section-title-fp {
        margin-bottom: inherit;
    }
    .carousel-area .section-title-fp {
        margin-bottom: inherit;
    }
    .blog-carousel {
        margin-bottom: 30px;
    }
    .brand-area {
        padding: 50px 0;
    }
    .widget-title {
        margin-bottom: 25px;
    }
    .footer-widget {
        margin-bottom: 40px;
    }
    }
    .footer-area {
        padding-bottom: 20px;
    }
}
/* small mobile :320px. */
@media only screen and (max-width: 767.98px) {
    .blockbgwhite {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .blockbgwhite-t {
        margin-top: 20px;
    }
    .blockbgwhite-b {
        margin-bottom: 20px;
    }
    .blockbgcolor {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .blockbgcolor-t {
        padding-top: 20px;
    }
    .blockbgcolor-b {
        padding-bottom: 20px;
    }
    .single-slider {
        height: 400px;
    }
    .slider-inner h1 {
        font-size: 50px;
        font-weight: 500;
    }
    .slider-inner h3 {
        font-size: 25px;
        font-weight: 400;
        line-height: inherit;
    }
    .slider-inner h5 {
        font-weight: 400;
        font-size: 16px;
    }
    .get-started-btn {
        margin-top: 30px;
    }
    .hire-us-content {
        text-align: center;
    }
    .hire-us-area .col-12.text-right {
        text-align: center !important;
        margin-top: 20px;
    }
    .single-icon-box {
        width: 100%;
    }
    .single-course {
        width: 100%;
    }
    .working-with-us-area .hire-us-content {
        padding: 40px 0;
    }
    .blog-carousel img {
        width: 100%;
        height: 250px;
    }
    .blog-content {
        padding-left: 0;
    }
    .single-blog-img {
        margin-bottom: 30px;
    }
    .single-blog-item {
        margin-bottom: 30px;
    }
}
@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1320px;
    }
}

/* ARIADNE FIX (theme_almond). */
.catbrowserpadding {
    padding: 5px 10px 10px 10px;
}
.catbrowsernewfontsize {
    font-size: 13px !important;
}
.catbrowsermargin {
    margin: 0px 0px 30px 0px;
}

.btn-unipr {
    height: 100px;
    line-height: 75px;
    color: white;
    background-color: #0f6cbf ;
    font-size: 19px;
}

.btn-unipr:hover{
    height: 100px;
    line-height: 75px;
    color: white;
    background-color: #0f6cbf ;
    font-size: 19px;
}

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

.font15 {
    font-size: 15px;
}

.video_button {
    background-color: #f8b300 !important;
    color: #001c45;
    border-color: #f8b300 !important;
    font-size: 15px;
    width: 172px;
    height: 56px;
    padding: 9px 9px;
}

.categorybrowser h4::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    width: 50px;
    content: "";
    background: #adadad;
}
#mod_book-chaptersnavigation > .container-fluid {
    padding-right: 0% !important;
    padding-left: 0% !important;
}
.font50 {
    font-size: 50px;
}

.left-right-adjust {
    right: auto;
    left: 6%;
    padding-bottom: 113px;
}

#page-course-index-category select {
    display: none;
}

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

.carousel-control-next {
    display: none;
}
/* End ARIADNE */

/* Start Category browser block */

.categorybrowser {
    padding: 3rem 0;
}

.categorybrowser .categorybrowser__title {
    /* float: left; */
    padding-top: 16px;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: center;
    /* margin-bottom: 35px; */
    color: #001c45;
    font-weight: 900;
    position: relative;
}

.categorybrowser .iconbox-content-heading {
    font-size: 12px;
}

.categorybrowser .single-icon-box {
    margin-bottom: 25px;
}

.categorybrowser .categorybrowser__subtitle {
    /* float: left; */
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 35px;
    color: #001c45;
    font-weight: 500;
    position: relative;
}

.categorybrowser .categorybrowser__list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 1140px;
}

.categorybrowser .categorybrowser__item {
    display: flex;
    flex: 0 0 33%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 1rem;
    color: #00324A;
    user-select: none;
}

.categorybrowser .categorybrowser__item img {
    height: 66px;
    width: 66px;
}

.categorybrowser .categorybrowser__item .catname {
    margin: .5rem auto;
    text-transform: uppercase;
    color: #001c45;
}

.categorybrowser .categorybrowser__item .outer {
    width: 66px;
    height: 66px;
    background-color: #f1f1f1;
    border-radius: 50%;
}

.categorybrowser .categorybrowser__item i::before {
    line-height: 66px;
}

.card.block_categorybrowser {
    border: 0;
}