@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
/* font-family: 'Montserrat', sans-serif; */
/* font-family: 'Roboto', sans-serif; */
* {
  margin: 0;
  padding: 0;
  -webkit-font-variant-ligatures: no-common-ligatures;
  text-rendering: optimizeLegibility;
  text-rendering: optimizeSpeed;
  line-height: normal;
}

h1, h2, h3, h4, h5, h6, ul, a {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  list-style: none;
}
p, li {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
}
.cstm-container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 80%;
}
.hidden_lg {
    display: none;
}
.top-header {
    background: #242424;
    padding: 3px 0;
    z-index: 1;
}
.top-header .navbar-brand {
    /* background: rgba(255,255,255,1); */
    background: transparent;
    /* padding: 6px 10px; */
    border-radius: 8px;
    max-width: 138px;
}
.top-header .navbar-brand .logo-nav {
    max-width: 100%;
}
.fixed-header {
    position: sticky;
    width: 100%;
    top: 0;
}

.top-header .mbr_join-holder {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.top-header .member-singin {
    padding-right: 20px;
}
.top-header .member-singin a,
.top-header .join-edhelp a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    padding: 12px 10px;
    border-radius: 50px;
    transition: 0.8s;
    -webkit-transition: 0.8s;
}
.top-header .member-singin a:hover,
.top-header .join-edhelp a:hover {
    color: #242424;
    background: #f5f5f5;
    box-shadow: 0px 4px 6px -1px rgba(0,0,0,0.2);
    text-decoration: none;
}
.top-header .srch-resource-input {
    justify-content: center;
    display: flex;
    height: 100%;
    align-items: center;
}
.srch-resource-input .form-row {
    position: relative;
}
.srch-resource-input .form-row .form-control {
    background: transparent;
    border-radius: 50px;
    padding: 4px 20px;
    border-color: #5a5a5a;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    color: #fff;
    min-width: 280px;
}
.srch-resource-input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #707070;
}
.srch-resource-input ::-moz-placeholder { /* Firefox 19+ */
  color: #707070;
}
.srch-resource-input :-ms-input-placeholder { /* IE 10+ */
  color: #707070;
}
.srch-resource-input :-moz-placeholder { /* Firefox 18- */
  color: #707070;
}
.srch_btn-holder {
    position: absolute;
    right: 0;
}
.srch_btn-holder i {
    color: #7d7d7d;
    transition: 0.6s;
    -webkit-transition: 0.6s;
}
.srch_btn-holder i:hover {
    color: #fff;
}
.navigation-holder {
    background: #fff;
    box-shadow: 0px 2px 8px 1px rgba(0,0,0,0.05);
    z-index: 1;
}
.fixed-nav {
    position: sticky;
    width: 100%;
    top: 66px;
}
.fixed-nav ~ .about_banner-holder,
.fixed-nav ~ .boxes-contentbx-holder {
    margin-top: 0px;
}
.navigation-holder .navbar {
    padding: 0;
}
.left-nav,
.right-nav {
    width: 100%;
}
.navigation-holder .left-nav {
    justify-content: flex-end;
}
.navigation-holder .right-nav {
    justify-content: center;
}
.center-nav {
    width: 10%;
}
.center-nav .nav-item {
    width: 100%;
    text-align: center;
    position: relative;
}
.center-nav .nav-item .navbar-brand .logo-nav {
    max-width: 160px;
    margin: 5px 0 0 30px;
}
.navigation-holder .nav-item .nav-link {
    color: #0c5179;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 23px;
    transition: 0.8s;
    -webkit-transition: 0.8s;
}
.navigation-holder .nav-item:hover .nav-link,
.navigation-holder .nav-item:focus .nav-link {
    color: #116687;
    background: #f5f5f5;
    /* box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.1); */
}
.navigation-holder .nav-item.active .nav-link {
    color: #0c5179;
    background: #f5f5f5;
    box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.1);
}
.boxes-contentbx-holder {
    padding: 20px 0 60px;
}
.footer-main {
    background: #fff;
}
.footer-main .dvdr-row {
    padding: 60px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #e1e1e1;
}
.useful_links-holder h3 {
    color: #116687;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 24px;
}
.useful_links-holder ul li {
    line-height: 40px;
    font-size: 15px;
}
.useful_links-holder ul li a {
    color: #949494;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    transition: 0.8s;
    -webkit-transition: 0.8s;
}
.useful_links-holder ul li a:hover {
    color: #222;
}
.useful_links-holder ul li a i {
  font-size: 9px;
  padding-right: 10px;
}
.useful_links-holder ul li .join-btn {
    color: #212121;
    background: #f8c76c;
    padding: 14px 24px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    margin-top: 10px;
    min-width: 150px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    font-family: 'Montserrat', sans-serif;
}
.useful_links-holder ul li .join-btn:hover {
    background: #116687;
    color: #f8c76c;
}
.opening-hrs-holder {
    padding-top: 40px;
}
.opening-hrs-holder h3 {
    padding-bottom: 10px;
}
.opening-hrs-holder ul li .time-rgt {
    float: right;
    position: relative;
    top: 15px;
}
.opening-hrs-holder ul li .color-golden {
    color: #c7803b;
}
.opening-hrs-holder ul li {
    line-height: 50px;
    border-bottom: 1px solid #ddd;
}
.opening-hrs-holder ul .brdr-none {
    line-height: 50px;
    border-bottom: none;
}
.opening-hrs-holder ul li span {
    color: #949494;
}
.bottom-fotter-holder {
    padding: 16px 0;
}
.bottom-fotter-holder p {
    font-size: 14px;
    color: #656565;
}
.bottom-fotter-holder .social_icons {
    text-align: right;
}
.bottom-fotter-holder .copyright_tx {
    align-items: center;
    display: flex;
    height: 100%;
}
.bottom-fotter-holder .social_icons span a {
    border: 1px solid #b5b5b5;
    padding: 8px 11px;
    background: transparent;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    color: #a0a0a0;
    font-size: 13px;
    display: inline-block;
    margin-right: 5px;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    font-family: 'Montserrat', sans-serif;
}
.bottom-fotter-holder .social_icons span a:hover {
    border: 1px solid #116687;
    color: #f8c76c;
    background: #116687;
}

/******************** Teaching Resources CSS Starts here *********************/

.teaching-resource-holder {
    background: url(../images/resource.jpg) no-repeat center top #fafafa;
    background-size: 102%;
    padding: 80px 0;
    height: auto;
    min-height: 100vh;
}
.teaching-resource-holder h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #116687;
    padding-bottom: 50px;
    position: relative;
}
.teaching-resource-holder h1:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 72px;
    background: #000;
    bottom: 25px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.workbook-holder {
    background: #fff;
    border-radius: 30px;
    margin-top: 30px;
    box-shadow: 0px 12px 28px 8px rgba(0,0,0,0.03);
}
.cstm-wrkbkbg {
    background: #fffcf8;
    border-radius: 0 30px 30px 0;
    padding: 50px 30px;
}
.workbook-imgbx {
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.workbook-contbx h2 {
    color: #767676;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
}
.workbook-contbx .mb-0 {
    padding: 0;
}
.workbook-contbx .card-header {
    padding: 5px 5px;
    border: none;
    background: #fff;
    border-radius: 0;
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.08);
    margin: 10px 5px;
}
.workbook-contbx .card {
    padding-bottom: 5px;
    background: transparent;
    border: none;
}
.workbook-contbx .mb-0 .btn {
    font-size: 17px;
    color: #222;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
    text-align: left;
    position: relative;
    font-family: Georgia,Times,'Times New Roman',serif;
}
.workbook-contbx .mb-0 .btn:hover, .workbook-contbx .mb-0 .btn:focus {
    color: #116687;
}
.workbook-contbx .mb-0 .btn-link.collapsed:after {
    transition: 0.3s;
    transform: rotate(0deg) !important;
}
.workbook-contbx .mb-0 .btn-link:after {
    content: "";
    position: absolute;
    background: url(../images/arrow.png) no-repeat;
    height: 10px;
    width: 10px;
    right: 10px;
    top: 15px;
    transition: 0.3s;
    transform: rotate(-180deg);
}
.workbook-contbx .card-body {
    background: #fff;
    margin: 0 5px;
    box-shadow: 0px 4px 8px -3px rgba(0,0,0,0.06);
    padding-top: 0;
}
.workbook-contbx .card-body a {
    font-size: 13px;
    color: #116687;
    padding-bottom: 3px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}


/**************** homepage-boxes CSS starts here ****************/

.boxes-contentbx-holder .slick-slide {
  margin: 15px;
}

.boxes-contentbx-holder .slick-slide img {
  width: auto;
  margin: 0 auto;
}

.boxes-contentbx-holder .slick-prev:before,
.boxes-contentbx-holder .slick-next:before {
  color: #1a729e;
  background: #fff;
  border-radius: 100%;
  padding: 8px;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
}

.boxes-contentbx-holder .slick-slide {
  transition: all ease-in-out .3s;
  opacity: 1;
}
.slick-prev:before, .slick-next:before {
    opacity: 0.6;
}
.boxes-contentbx-holder .slick-prev {
    left: -50px;
}
.boxes-contentbx-holder .slick-next {
    right: -35px;
}
.boxes-contentbx-holder .slick-list {
    padding: 0 !important;
}

.boxes-contentbx-holder .slick-active {
  opacity: 1;
}

.boxes-contentbx-holder .slick-current {
  opacity: 1;
}
.slick-dots li button {
    width: 14px;
    height: 14px;
    background: #ddd;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 50%;
}
.boxes-contentbx-holder .slick-active button {
    background: #7bccc5;
    height: 20px;
    width: 20px;
    left: 0px;
    position: relative;
}
.slick-dots li.slick-active button:before,
.slick-dots li button::before {
    font-size: 0 !important;
}
.slick-dots li button:hover {
    background: #aaa;
    height: 20px;
    width: 20px;
    left: 0px;
    position: relative;
}
.slick-dots {
    bottom: -30px;
}

.c-worksheets__item {
    display: block;
    color: inherit;
    text-decoration: none;
    text-align: center;
    height: 100%;
    border-radius: 0.9375rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 1.25rem;
    background: rgba(0, 0, 0, 0.04);
    overflow: hidden;
    margin-bottom: 0;
    outline: none;
}
.c-worksheets__item:hover {
    color: #0c5179;
    text-decoration: none;
    box-shadow: 0 0 0.3125rem rgba(12, 81, 121, 0.3);
}
.c-worksheets__image {
    background: #fff;
    margin: -1.25rem -1.25rem 1.25rem -1.25rem;
    padding: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font: 0/0 a;
    position: relative;
    overflow: hidden;
    min-height: 300px;
}
.c-worksheets__img {
    max-width: 100%;
    height: auto;
}
.c-worksheets__image--overlay {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 1.25rem 1.25rem 0rem 1.25rem;
    transition: .3s ease-in-out;
}
.c-worksheets__item:hover .c-worksheets__image {
    background: transparent;
    border-bottom-color: transparent;
}
.c-worksheets__item:hover .c-worksheets__image .c-worksheets__image--overlay {
    top: 0;
    transition: .3s ease-in-out;
}
.c-worksheets__subheading {
    font-size: 18px;
    font-weight: 600;
    color: #424242;
    min-height: 50px;
}
.c-worksheets__item:hover .c-worksheets__subheading {
    color: #116687;
    text-decoration: none;
}



/**************** Banner CSS starts here ****************/

.banner-holder {
    background: #faf5ed;
    padding: 22px 0 0;
}
.banner-holder .contbx {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.banner-holder .contbx h1 {
    color: #0c5179;
    font-weight: 600;
    font-size: 38px;
    line-height: 40px;
}
.banner-holder .contbx p {
    color: #838383;
    font-size: 18px;
    max-width: 850px;
    line-height: 28px;
    padding: 20px 0 24px;
}
.banner-holder .contbx .btn {
    color: #212121;
    background: #f8c76c;
    font-size: 14px;
    padding: 14px 24px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    margin-top: 10px;
    min-width: 150px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 0.6px;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    font-family: 'Montserrat', sans-serif;
}
.banner-holder .contbx .btn:hover {
    background: #116687;
    color: #f8c76c;
}
.banner-holder .imgbx {
    text-align: center;
}
.banner-holder .imgbx .banner_img {
    max-width: 300px;
    margin-bottom: -6px;
    filter: drop-shadow(10px -2px 6px rgb(0, 0, 0, 0.15));
}

/* About CSS starts here */

.about_banner-holder .contbx {
    background: rgba(255,255,255,0.9);
    border-radius: 40px;
    padding: 40px 20px;
    height: auto;
    border: 1px solid #e8e1d6;
    margin-top: 17px;
}
.about_banner-holder .contbx h1 {
    font-size: 38px;
    line-height: 40px;
    text-transform: capitalize;
}
.our_motto-holder {
    text-align: center;
    padding: 60px 0;
    background: #ffffff;
}
.our_motto-holder h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #116687;
    padding-bottom: 50px;
    position: relative;
}
.our_motto-holder h1:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 72px;
    background: #000;
    bottom: 25px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.our_motto-holder p {
    color: #636363;
    font-size: 20px;
}
.our_motto-holder .descptx {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 0 30px 18px;
}
.our_motto-holder .imgbx-holder {
    padding: 30px 0;
}
.who_we-holder {
    max-width: 100%;
    padding: 0 15px;
    background: #fff;
}
.hello-content-holder {
    background: #f7f7f7;
    padding: 60px 0;
    text-align: center;
}
.hello-content-holder span img {
    max-width: 300px;
    filter: drop-shadow(0px 5px 10px rgba(0,0,0,0.07));
}
.hello-content-holder h1 span {
    font-size: 82px;
    font-weight: 800;
    color: #116687;
}
.hello-content-holder h2 {
    font-size: 28px;
    letter-spacing: 5px;
    padding-top: 4px;
    font-weight: 600;
    position: relative;
    color: #116687;
}
.hello-content-holder h2:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 90px;
    background: #222;
    bottom: -22px;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.hello-content-holder p {
    font-size: 16px;
    color: #636363;
    line-height: 28px;
    padding: 38px 0 0;
    max-width: 700px;
    margin: 0 auto;
}
.who_we-holder .contbx-holder {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 75%;
    margin: 0 auto;
}
.who_we-holder .contbx-holder .contbx {
    padding-bottom: 35px;
}
.who_we-holder .contbx-holder .contbx h1 {
    font-size: 26px;
    font-weight: 600;
    color: #242424;
}
.who_we-holder .contbx-holder .contbx p {
    font-size: 16px;
    color: #636363;
    line-height: 28px;
    padding: 12px 0 0;
}
.vidoebx {
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.vidoebx video {
    outline: none;
    cursor: pointer;
}

.div_child { float: left; padding: 10px; margin:5px 0px;  height:auto; vertical-align: middle; }

.div_child a b { text-align: center;  } /*width: 100%; float: left;*/ 
.div_child a { text-align: center; color:#fff; }
/*.div_li a, .div_li b { width: 100%; float: left; text-align: left;  padding: 5px 0px 5px;  }*/
.div_li b { padding-top: 10px; }
.div_li .li_head , .div_li .li_head b { text-align: left; }
.div_li h5 { font-size: 15px; font-weight: bold; margin-top: 10px; margin-bottom: 5px; width: 100%;float: left; text-align: left; color:#030303; }


.c-worksheets__image1_no_head {
    background: #fff;
    padding: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font: 0/0 a;
    position: relative;
    overflow: hidden;
    min-height: 300px;
}


.c-worksheets__image1 {
    background: #fff;
    margin: -1.25rem -1.25rem 1.25rem -1.25rem;
    padding: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font: 0/0 a;
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

.c-worksheets__text {
    margin: -1.25rem -1.25rem 1.25rem -1.25rem;
    padding: 1.25rem;
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

.div__item {
    display: block;
    color: inherit;
    text-decoration: none;
    text-align: center;
    height: 100%;
    border-radius: 0.9375rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 1.25rem;
   /* background: rgba(0, 0, 0, 0.04);*/
   background: #0c5179;
    overflow: hidden;
    margin-bottom: 0;
    outline: none;
}

.div__item__subheading {
    font-size: 18px;
    font-weight: 600;
    /*color: #424242;*/
    color:#fff;
    min-height: 50px;
}
.div__item__subheading a { color: #ffffff; width: 100%; float:left; }

.div_li a, .div_li b { color:#0c5179; text-align: left;  padding: 5px 0px 5px;  }

.c-worksheets__text .div_li a  { color: #0c5179; text-align: left;  padding: 5px 0px 5px 15px; }
.c-worksheets__text .div_li a{ width: 100%; float:left; padding-top: 8px; } 
.c-worksheets__text h4 { font-weight: bold; color: #030303; padding-left: 15px; }
.c-worksheets__text .div_li h5 { font-size: 15px; font-weight: bold; margin-top: 10px; margin-bottom: 5px; width: 100%;float: left; text-align: left; color:#030303; padding-left: 15px; }

.div__item__subheading a b { float: none;  }
.div__item__subheading  a  { margin-top: 5px; }

.div_child .demo:not(:first-child) { margin-top: 30px; }

.div_child h4 { font-size: 20px; margin-top: 30px; }


.maine_box {
    position: relative;
    overflow: hidden;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #0c5179;
}

.maine_box .c-worksheets__image img {
    width: 100%;
}

.box_detail {
    width: 100%;
    background: #0c5179;
    color: #fff;
    position: absolute;
    left: 0px;
    bottom: 0;
    transition: all 0.3s;
    padding: 23px 15px 23px;
    max-height: 69px;
    opacity: 0.8;
    text-align: center;
}

.maine_box__image {
    background: #fff;
    padding: 1.25rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font: 0/0 a;
    position: relative;
    overflow: hidden;
    min-height: 300px;
    text-align: center;
}

.custom-worksheets__text {
    margin: -1.25rem -1.25rem 0rem -1.25rem;
    padding: 1.25rem 1.25rem 0.5rem 1.25rem;
    position: relative;
    overflow: hidden;
    min-height: 300px;
}

.custom-worksheets__text .div_li a  { color: #0c5179; text-align: left;  padding: 5px 0px 5px 15px; }
.custom-worksheets__text .div_li a{ width: 100%; float:left; padding-top: 8px; } 
.custom-worksheets__text h4 { font-weight: bold; color: #030303; padding-left: 15px; }
.custom-worksheets__text .div_li h5 { font-size: 15px; font-weight: bold; margin-top: 10px; margin-bottom: 5px; width: 100%;float: left; text-align: left; color:#030303; padding-left: 15px; }

.articles .pdng-5 { float: left; /*padding-left: 0px;*/ }
.articles .img-contbx-holder {
    background: #fff;
    margin-bottom: 20px;
    padding: 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
    border-radius: 0.9375rem;
    text-align: center;
    font-size: 16px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.articles .img-contbx-holder .imgbx {
    padding: 10px 10px 0;
    background: #fff;
    border-radius: 0.9375rem 0.9375rem 0 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.imgbx img {
    max-width: 100%;
    border-radius: 0.9375rem 0.9375rem 0 0;
}

 .articles .img-contbx-holder .txbx {
    padding-bottom: 10px;
    background: #ececec;
    border-radius: 0 0 0.9375rem 0.9375rem;
}

.articles .txbx p {
    font-size: 16px;
    font-weight: 600;
    color: #424242;
    line-height: 20px;
    padding: 15px 5px 5px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.trending-container {
    border-bottom: 2px solid #0c5179;
    padding: 8px 0px;
}

.trending-container h2 {
    font-size: 18px;
    font-weight: 600;
}

.trending-list {
    display: flex;
    margin: 8px 0px;
}

.trend-img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.trending-txt h5 {
    padding: 9px 8px;
    font-size: 15px;
    color: #2f303a;
    font-weight: 500;
}


.article_head h4{ margin-top: 0.5rem; margin-bottom: 0.5rem; margin-left: 15px; }

/*.article_content a:hover { color:#fff; text-decoration-color: #fff; }
.article_content a:hover .img-contbx-holder .imgbx{ background: lightgrey;  opacity: 0.5; }
.article_content a:hover .img-contbx-holder .txbx { background: #0c5179;   opacity: 1; }
.article_content a:hover .img-contbx-holder .txbx p { color: #fff; -webkit-transition:none; }

.trending-list:hover { background: #ececec; color:#0c5179; border: 1px solid #0c5179;}
.trending-list:hover .trending-txt h5 { color:#0c5179; }
.trending_a { font-size: 14px; width:100%; float: left; font-weight: bold;  }

.parent_a:hover .maine_box__image { background: lightgrey;  opacity: 0.7; } */

.trending_a { font-size: 14px; width:100%; float: left; font-weight: bold;  }
.article_content a:hover .img-contbx-holder .imgbx{
  display: inline-block;
    -webkit-transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -ms-transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translateY(0) scale(0.95, 0.95);
  -moz-transform: translateY(0) scale(0.95, 0.95);
    -ms-transform: translateY(0) scale(0.95, 0.95);
    -o-transform: translateY(0) scale(0.95, 0.95);
    transform: translateY(0) scale(0.95, 0.95);  
}


.article_content a:hover .img-contbx-holder .imgbx:hover {
    box-shadow: 0px 3px 15px 3px rgba(0,0,0,0.5);
    -webkit-transform: translateY(-5px) scale(1.05);
        -moz-transform: translateY(-5px) scale(1.05);
        -ms-transform: translateY(-5px) scale(1.05);
        -o-transform: translateY(-5px) scale(1.05);             
    transform: translateY(-5px) scale(1.05);  
}

.parent_a:hover .maine_box__image{
  display: inline-block;
    -webkit-transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -ms-transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translateY(0) scale(0.95, 0.95);
  -moz-transform: translateY(0) scale(0.95, 0.95);
    -ms-transform: translateY(0) scale(0.95, 0.95);
    -o-transform: translateY(0) scale(0.95, 0.95);
    transform: translateY(0) scale(0.95, 0.95);  
}


.parent_a:hover .maine_box__image:hover {
    box-shadow: 0px 3px 15px 3px rgba(0,0,0,0.5);
    -webkit-transform: translateY(-5px) scale(1.05);
        -moz-transform: translateY(-5px) scale(1.05);
        -ms-transform: translateY(-5px) scale(1.05);
        -o-transform: translateY(-5px) scale(1.05);             
    transform: translateY(-5px) scale(1.05);
}


.trending-list:hover .trend-img {
 
  display: inline-block;
    -webkit-transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -ms-transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 700ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translateY(0) scale(0.95, 0.95);
  -moz-transform: translateY(0) scale(0.95, 0.95);
    -ms-transform: translateY(0) scale(0.95, 0.95);
    -o-transform: translateY(0) scale(0.95, 0.95);
    transform: translateY(0) scale(0.95, 0.95);  
}
.trending-list:hover .trend-img:hover {
    box-shadow: 0px 3px 15px 3px rgba(0,0,0,0.5);
    -webkit-transform: translateY(-5px) scale(1.05);
        -moz-transform: translateY(-5px) scale(1.05);
        -ms-transform: translateY(-5px) scale(1.05);
        -o-transform: translateY(-5px) scale(1.05);             
    transform: translateY(-5px) scale(1.05);
 }  
  /*a {
    color: #eaeaea;
    text-decoration:none;
    padding: 0 1rem;
  }*/


}



/******************** Media CSS Starts here *********************/

@media only screen and (max-width:1450px) {
  .who_we-holder .contbx-holder {
      max-width: 85%;
      padding-top: 30px;
  }
  .banner-holder .contbx h1 {
    font-size: 32px;
    line-height: 32px;
}
.banner-holder .contbx p {
    font-size: 16px;
    max-width: 100%;
    line-height: 25px;
}
.first_grade-detail-holder .contbx .col-lg-12.col-xl-5,
.first_grade-detail-holder .contbx .col-lg-12.col-xl-7 {
    max-width: 100%;
    flex: 0 0 100%;
}


}

@media (max-width:1450px) and (min-width:1200px) {

.vidoebx iframe, .vidoebx video {
    height: 240px;
}
}


@media only screen and (max-width:1350px) {
  .center-nav .nav-item:after {
    bottom: -70px;
}
.c-worksheets__subheading,
.c-worksheets__image {
    min-height: auto;
}


}

@media only screen and (max-width:1200px) {


  .center-nav .nav-item .navbar-brand .logo-nav {
      width: auto;
      margin: 0;
      max-width: 115px;
  }

  .center-nav .nav-item:after {
      bottom: -40px;
      left: -40px;
      margin: 0;
      background-size: 130px;
  }
  .teaching-resource-holder {
    background: url(../images/resource.jpg) no-repeat left 0% #fafafa;
    background-size: 102%;
}
.workbook-imgbx img {
    max-width: 100%;
}
.teaching-resource-holder .container {
    max-width: 90%;
}
.teaching-resource-holder {
    background-size: 110%;
}
.vidoebx {
    margin: 30px 0px;
    display: block;
}
.faq_bannerbtn-holder {
    max-width: 70% !important;
}
.navigation-holder .nav-item .nav-link {
    font-size: 14px;
    padding: 14px 15px;
}
.top-header .member-singin a, .top-header .join-edhelp a {
    font-size: 9px;
    padding: 12px 6px;
}
}

@media only screen and (max-width:991px) {
  .navbar-brand.hidden_lg {
      display: block;
  }
  .navbar-nav.center-nav {
    display: none;
}
.left-nav, .right-nav {
    display: inline-block;
}
.navigation-holder .left-nav {
    text-align: right;
}
.navigation-holder .right-nav {
    text-align: center;
}
.left-nav .nav-item, .right-nav .nav-item {
    display: inline-block;
}
.navigation-holder .right-nav .hidden_lg {
    display: block;
}
.top-header .col {
    min-width: auto;
}
.navigation-holder .navbar .logo-nav {
    max-width: 160px;
}
.navbar-light .navbar-toggler {
    border: none;
    box-shadow: none;
    outline: none;
}
.navbar-collapse.collapse.show {
    padding-bottom: 30px;
}
.srch-resource-input .form-row {
    position: relative;
    max-width: 100%;
}
.srch-resource-input .form-row .form-control {
    min-width: auto;
}
.srch-resource-input form {
    width: 100%;
}
.srch-resource-input .col-auto {
    width: 100%;
}
.srch-resource-input .srch_btn-holder {
    width: auto;
}
.navigation-holder .navbar .collapse {
    display: block;
}
.top-header .member-singin a, .top-header .join-edhelp a {
    font-size: 11px;
}
.workbook-contbx .col-md-6 {
    padding-right: 0;
    padding-left: 0;
}
.workbook-contbx .mb-0 .btn {
    font-size: 13px;
}
.faq_bannerbtn-holder {
    max-width: 100% !important;
}
.faq-banner {
    background: #faf5ed !important;
}

}

@media only screen and (max-width:767px) {
  .bottom-fotter-holder .copyright_tx {
      justify-content: center;
  }
  .bottom-fotter-holder .social_icons {
    text-align: center;
    margin-top: 10px;
}
.bottom-fotter-holder p {
    text-align: center;
}
.useful_links-holder {
    margin-bottom: 30px;
}
.footer-main .dvdr-row {
    padding: 50px 0 0px;
}
.top-header {
    text-align: center;
}
.top-header .col {
    min-width: 100%;
}
.srch-resource-input form {
    width: 60%;
    padding: 6px 0;
}
.top-header .mbr_join-holder {
    text-align: center;
    display: flex;
    justify-content: center;
}
.top-header {
    padding: 12px 0;
}
.navigation-holder .nav-item .nav-link {
    padding: 8px 8px;
}
.navigation-holder {
    padding: 10px 0;
}
.fixed-header, .fixed-nav {
    position: static;
}
.cstm-wrkbkbg {
    border-radius: 0 0px 30px 30px;
    padding: 50px 30px;
    margin: 50px 15px 0 15px;
}
.workbook-imgbx {
    padding-top: 50px;
}
.workbook-holder {
    margin-top: 15px;
}

}

@media only screen and (max-width:576px) {
  .srch-resource-input .form-row {
      max-width: 100%;
  }
  .navigation-holder .navbar .logo-nav {
    max-width: 130px;
}
.bottom-fotter-holder p {
    font-size: 13px;
}
.srch-resource-input form {
    width: 80%;
}
.teaching-resource-holder h1 {
    font-size: 24px;
}
.teaching-resource-holder .container {
    max-width: 100%;
}
.banner-holder .imgbx .banner_img {
    max-width: 200px;
}
.boxes-contentbx-holder .slick-next {
    right: -25px;
}
.boxes-contentbx-holder .slick-prev {
    left: -40px;
}
.vidoebx iframe, .vidoebx video {
    height: 200px;
}
.faq-contbx-holder .card-body .submit_btn, .faq-banner .srch-resource-input a {
    font-size: 12px !important;
    padding: 14px 20px !important;
    text-transform: capitalize !important;
    margin: 10px 6px 0px 0 !important;
    min-width: 135px !important;
}
.faq-banner {
    min-height: 400px !important;
}
.faq-contbx-holder .cstm-wrkbkbg {
    padding: 50px 10px !important;
    margin: 0 15px !important;
}

.div_child { padding:0px; }
.cstm-container { padding-left: 0px; padding-right: 0px; max-width: 78%; }

.box_detail a { margin-top: 0px; font-size: 12px;font-weight: 400; }

}