@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,300i,400,500,600,700,900,900i&display=swap');

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin : 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5; 
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
:focus {
  outline: 0;
}
.contact form input[type="submit"],
.active, li:hover, a:hover, li, a, i {
  display: block;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
}

.top-foot li,
a {
  color: #fff;
  position: relative;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 500;
  position: relative;
  line-height: 1;
  font-family: 'Poppins', sans-serif !important;
}
h3 {
    
}
p {
  font-weight: normal;
  margin: 0;
  font-family: 'Poppins', sans-serif;
  margin: 10px 0 5px;
  font-size: 15px;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.head {
  background: #eee;
  padding: 10px 0 10px;
}
.head .logo {
  float: left;
 }
.logo img {
    width: 110px;
    object-fit: contain;
    margin-bottom: -40px;
}
.head .right {

}
.head .right .title {
  font-size: 35px;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  color: #ce2528;
  padding: 10px 0 10px 5px;
  }
.head .right .title h3 {
    margin: 0px;
    font-size: 22px;
    font-weight: 700;
}
.head .right .title h6 {
  font-size: 12px;
    font-style: italic;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #166a38;
  margin: 0px;
}
.head .right .find {
    float: right;
  display: inline-block;
  vertical-align: baseline;
  text-align: right;
  font-weight: normal;
  font-family: 'Poppins', sans-serif;
  color: #333;
  font-size: 13px;
  width: auto;
}
.head .tel {
    font-size: 16px;
    font-weight: 700;
}
.bx-wrapper figcaption {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding:15px 25px;
}
.bx-wrapper figcaption  h1{
   margin:0;
}
.bx-wrapper .bx-viewport,.bx-wrapper .bx-viewport figure{
   height:600px !important;
}
.background {
  position: relative;
}
.gallery li h2,
.gallery li a:after,
.testimonial .row .col .text:before,
.cta:after,
.background:after {
  content: "";
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.gallery li h2 {
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
  bottom: auto;
  visibility: hidden;
  opacity: 0;
  top: 10%;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  background: transparent;
}
.gallery li:hover h2 {
  visibility: visible;
  opacity: 1;
  top: 50%;
 transform: translateY(-50%);
 transition: all ease-in-out 0.4s;
-webkit-transition: all ease-in-out 0.4s;
-moz-transition: all ease-in-out 0.4s;
}
.cta .text,
.background .absolute {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  color: #fff;
  z-index: 1;
  padding: 0 10px;
}
/*menu*/
.list {
  width: 100%;
  background: #192cbc;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 35px;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.menu ul li:first-child a:after,
.event .prime .text h3:after,
figcaption .mfp-bottom-bar,
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: calc(100% - 39px);
   text-align: center;
  z-index: 1;
}
#cssmenu > ul {
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
   display: inline-block;
 transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
    padding: 5px 15px;
    border-right: 1px solid rgba(80, 80, 80, 0.12);
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    color: #d3eced;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #ffffff;
  background: #32a9c3;
  background: rgba(0, 0, 0, 0.1);
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 45px;
}
#cssmenu > ul > li.has-sub > a::after {
     content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #d3eced;
    right: 17px;
    top: 20px;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 36px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.4s ease, opacity 0.4s ease-in;
  -moz-transition: top 0.4s ease, opacity 0.4s ease-in;
  -ms-transition: top 0.4s ease, opacity 0.4s ease-in;
  -o-transition: top 0.4s ease, opacity 0.4s ease-in;
  transition: top 0.4s ease, opacity 0.4s ease-in;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: 26px;
  left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
}
#cssmenu > ul > li:hover > ul {
  top: 52px;
  left: 0;
  opacity: 1;
      top: 15px;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 11px 25px;
  width: 215px;
  color: #777777;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0,0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #ccc;
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}
.menu {
  margin: 20px 0 20px;
  /*background: #ddd;
  border-radius: 3px;*/
}
.menu li {
  float: left;
  padding: 0 3px;
}
.menu ul li a {
  font-size: 14px;
    padding: 5px 8px;
    margin-right: 3px;
    font-weight: 300;
    color: #192cbc;
}
.menu ul li.active a:after,
.menu ul li.active a {
  color: #000;
}
.list .search {
  width: 35px;
  float: right;
  text-align: right;
}
.list .search .search-icon > .fa-search {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
}
.absolute .text h3 {
  font-size: 40px;
  margin-bottom: 15px;
}
.absolute .text p {
  font-size: 17px;
  margin: 10px 0;
}
.contain .bx-wrapper {
  border: none;
  box-shadow: none;
  margin: 0;
}
.contain .bx-wrapper .bx-controls-direction a {
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  background: none;
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
}
.contain:hover .bx-wrapper .bx-controls-direction a {
  visibility: visible;
  opacity: 1;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
}
.contain .bx-wrapper .bx-controls-direction a:before {
  position: absolute;
  content: "\f137";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  text-indent: 0;
  font-size: 35px;
  margin: 0 auto;
  left: 0;
  color: rgba(128, 128, 128, 0.56);
}
.contain .bx-wrapper .bx-controls-direction a.bx-next:before {
  content: "\f138";
}
.contain .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager,
.contain .bx-controls .bx-pager {
  bottom: 15px;
  text-align: center;
  width: 100%;
}
.contain .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  margin: 0 2px;
}
.background:hover.bx-wrapper .bx-controls-direction a {
  visibility: visible;
  opacity: 1;
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
}
/*+======================
ABOUT
==========================*/
.gallery,
.about {
  background: #eee;
  padding: 60px 0 60px;
}
.about .information {
  width: 65%;
  float: left;
  color: #333;
  padding-right: 15px;
}
.header h3,
.about .information h3 {
  font-size: 45px !important;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  font-weight: 100;
  margin-top: 0px;
}
.event .prime h3:after,
.blog .prime h3:after, 
.classes .primary h3:after,
.photo .occasion h3:after,
.about-us .prime h3:after,
.contact .prime h3:after,
.top-foot h3:after,
.header h3:after,
.about .information h3:after {
  content: "";
  position: absolute;
  background: #fddb3c;
  width: 40px;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
}
.program .header h3:after {
  right: 90px;
}
.blogs .header h3:after {
  /*right: 35px;*/
}
.partner .header h3:after {
  right: 80px;
}
.blog .prime .col .button,
.blogs .row .col .button,
.program .row .col .button,
.about .information .button {
  display: inline-block;
    margin: 15px 0 10px;
}
.contact form input[type="submit"],
.blog .prime .col .button a,
.blog .prime .col .button a,
.blogs .row .col .button a,
.program .row .col .button a,
.about .information .button a {
  color: #fff;
    background: #192cbc;
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    border: 2px solid #192cbc;
    border-radius: 3px;
    text-decoration: none;
}
.about .images {
  width: 35%;
  float: right;
  padding-left: 10px;
}
.comment .col figure img {
  border-radius: 100%;
}
.comment .col .text h2 {
  font-size: 15px;
  margin-top: 20px;
}
/*+======================
GALLERY
==========================*/
.gallery {
  background: #fff;
  padding: 60px 0;
}
.partner .images,
.gallery .images {
  margin-left: -3%;
}
.partner li,
.gallery li {
  float: left;
  width: 22%;
  margin-left: 3%;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 3px;
}

/*.event .prime .col,*/
.blog .prime .col:nth-of-type(2n+1),
.services .col:nth-of-type(3n+1),
.photo .occasion .images:nth-of-type(3n+1),
.top-foot .col:nth-of-type(3n+1),
.partner li:nth-of-type(4n+1),
.blogs .row .col:nth-of-type(3n+1),
.program .row .col:nth-of-type(3n+1),
.gallery li:nth-of-type(4n+1) {
  clear: left;
}
/*+======================
header
==========================*/
.header {
  text-align: center;
  margin: 0 auto 45px;
  width: 70%;
  color: #333;
}
.event .prime .par h3,
.event .prime .text h3,
.about-us .part h3,
.blog .prime .col .wrap h3,
.classes .services h3,
.classes .primary .paragraph h3,
.about-us .prime .text h3,
.header h3 {
  font-size: 25px;
  margin-bottom: 15px;
  color: #333;
}
.header h3:after {
  margin: 0 auto;
}
.header p {
  margin: 15px 0 20px 0;
}

/*+======================
OUR PROGRAMS
==========================*/
.testimonial,
.top-foot,
.partner,
.blogs,
.program {
  background: #ebebeb;
  padding: 60px 0 60px;
}
.row {
  margin-left: -3%;
}
.photo .occasion .images,
.blog .prime .col,
.services .col,
.top-foot .col,
.blogs .row .col, 
.program .row .col {
  width: 30.33%;
  float: left;
  margin-left: 3%;
  margin-bottom: 30px;
}
.blogs .row .col .text h4,
.program .row .col .text h4 {
  font-size: 22px;
  margin: 10px 0;
  margin: 30px 0 10px;
}
/*+======================
cta
==========================*/
.cta {
  /*background-image: url(../images/img-2.png);*/
  width: 100%;
  height: 330px;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
.cta .text {
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  bottom: auto;
  width: 80%;
  z-index: 1;
  padding: 0 10px;
  background: transparent;
}
.cta .text h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.cta .button a {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid #fff;
  text-decoration: none;
  display: inline-block;
  padding: 15px 40px;
  margin-top: 15px;
  font-family: 'Poppins', sans-serif;
}
/*+======================
blogs
==========================*/
.blogs .text {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 10px 8px #ddd;
    -moz-box-shadow: 0px 10px 8px #ddd;
    box-shadow: 0px 10px 8px #ddd;
}
.blogs .text h4 {
    margin-top: 10px !important;
}
.blogs .header a {
    display: block;
    margin-top: 20px;
}
.blogs .b-btn {
    text-align: center;
}
.blogs .b-btn a {
    text-transform: uppercase;
    padding: 15px 45px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #333;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
    color: #333;
}
.blogs .b-btn a:hover {
    border: 2px solid #192cbc;
    background: #192cbc;
    color: #fff;
}

/*+======================
testimonial
==========================*/
.testimonial {
  background: #fff;
  position: relative;
  padding-bottom: 80px;
}
.about-us .part .row,
.event .prime .row,
.comment .col figure,
.comment .row,
.testimonial .row {
  margin-left: 0;
  margin: 0;
}
.testimonial .text a {
    display:block;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    text-decoration: none;
}
.testimonial .text a:hover {
    color:#192cbc;
}
.testimonial .row .col {
  padding-right: 30px;
}
.testimonial .row .owl-item .col {
  width: 100%;
}
.testimonial .row .col .images {
  float: left;
  width: 15%;
  margin-top: 15px;
}
.testimonial .row .col .images img {
  border-radius: 100%;
}
.comment .col .text,
.testimonial .row .col .text {
  float: right;
  width: 80%;
  text-align: left;
  background: #f9f9f9;
  padding: 20px 10px 10px;
  border-radius: 10px;
  margin-left: 10px;
  position: relative;
  padding: 20px 30px 20px;
}
.comment .col .text:before,
.testimonial .row .col .text:before {
  background: transparent;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 15px solid #f9f9f9;
  border-bottom: 10px solid transparent;
  left: -15px;
  top: 30px;
  position: absolute;
  content: "";
}
.comment .col .text:before {
  border-right: 0;
  border-left: 15px solid #f9f9f9;
  left: 100%;
  right: -13px;
}
.testimonial .row .col .text h5 {
  font-size: 13px;
    font-weight: 600;
}
.testimonial .owl-carousel .owl-dots {
  padding: 9px 0 0;
}
.testimonial .owl-carousel .owl-dot {
  margin: 0 2px;
  height: 3px;
  width: 3px;
  border-radius: 100%;
  position: relative;
  background: #ded1d4;
}
.testimonial .images .owl-carousel.owl-loaded {
  margin-left: 2%;
  position: relative;
}
.testimonial .owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.testimonial .owl-carousel .owl-dot {
  display: inline-block;
  background: #ccc;
  padding: 5px !important;
  margin: 0px 1px;
  border-radius: 100%;
  bottom: 5px;
}
/*+======================
partners
==========================*/
/*+======================
footer
==========================*/
.top-foot {
    padding-bottom: 20px;
}
.top-foot .col .com  ul li {
  padding-left: 22px;
}
.top-foot .col li a:hover {
    color: #fddb3c;
}
.top-foot .col .com  ul li:after {
  content: "";
}
.event .prime .meta span i,
.top-foot .col .com  ul li i {
  position: absolute;
  left: 0;
  font-size: 13px;
  top: 50%;
  transform: translateY(-50%);
}
/*+======================
top-foot
==========================*/
.top-foot {
  background: #6b6b6c;
}
.top-foot h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 10px;
}
.top-foot li {
    margin-bottom: 10px;
}
.top-foot .col li a {
    padding: 0;
    color: #fff;
    font-weight: 300;
}
.top-foot .col li a:before {
  content: "";
  position: absolute;
}
.about-us .part .row .col ul li,
.secondary .col ul li a,
.services .text ul li,
.top-foot li {
   padding-left: 15px;
}
.about-us .part .row .col ul li:after,
.services .text ul li:after,
.menu ul li a:after,
.secondary .col ul li a:after,
.top-foot li:after {
  content: "\f0a4";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  top: 3px;
  font-size: 11px;
  color: #333;
}
.top-foot li:after {
  color: #fff;
}
/*+======================
down foot
==========================*/
.down-foot {
  background: #333;
  padding: 15px 0;
  color: #fff;
}
.down-foot .info, 
.down-foot .social-icons {
  width: 50%;
  float: left;
  color: #fff;
  margin-top: 3px;
}
.down-foot .social-icons {
  float: right;
  text-align: right;
}
.down-foot .social-icons a {
  display: inline-block;
  color: #fff;
  padding: 0 7px;
  font-size: 17px;
  border-radius: 100%;
}
.down-foot .social-icons a:hover {
    color: #fddb3c;
}
.down-foot .social-icons a i {
  font-size: 14px;
}
/*+======================
SECTION
==========================*/
.event .prime .par h3,
.event .prime .text h3,
.about-us .part h3,
.blog .prime .col .wrap h3,
.classes .services h3,
.classes .primary .paragraph h3,
.about-us .prime .text h3 {
  padding: 0;
}
.primary h3,
.prime h3{
    margin-bottom: 30px !important;
}

/*+======================
ABOUT-US
==========================*/
.event,
.blog,
.contact,
.classes,
.photo .primary,
.about-us {
  padding: 5px 0 35px;
}
.comment .col .text,
.classes .paragraph,
.prime {
  float: left;
  width: 70%;
  padding-right: 30px;
}
.menu ul li a:after {
  content: "\f101";
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  left: -10px;
  color: #333;
  /*color: #fff;*/
}
.comment .col,
.event .prime .col,
.event .secondary .col,
.blog .secondary .col,
.contact .secondary .col,
.classes .primary .col,
.about-us .col {
  margin-bottom: 30px;
}
.photo .occasion h3,
.classes .primary h3,
.prime h3 {
  margin: 15px 0 35px;
  font-size: 40px;
  color: #333;
  padding-bottom: 7px;
}
.event .prime h3:after,
.photo .occasion h3:after,
.classes .primary h3:after,
.blog .prime h3:after, 
.contact .prime h3:after, 
.about-us .prime h3:after {
  width: 55px;
  height: 3px;
}
.event .secondary .col h3,
.blog .secondary .col h3,
.contact .secondary .col h3,
.classes .services .text h3,
.about-us .col h3 {
  font-size: 22px;
  margin: 15px 0 10px;
  color: #333;
}
.event li {
    
}
.event .secondary h2 {
    border: none !important;
}
.comment .col figure,
.blog .secondary,
.blogs .secondary,
.contact .secondary,
.classes .images,
.about-us .secondary,
.event .secondary{
  float: right;
  width: 30%;
  /*padding-left: 15px;*/
  background: #eee;
  padding: 15px 25px;
}
.event .secondary,
.contact .secondary{
    background: none;
}
.comment .col .text {
 width: 85%;
    margin-left: 0;
}
.comment .col figure {
  width: 15%;
    padding-left: 15px;
  /*float: none;
    display: inline-block;*/
}
.comment {
    padding: 40px 25px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 15px;
    /*padding: 40px 25px 40px 65px;*/
}
.event .secondary .col ul li a,
.blog .secondary .col ul li a,
.contact .secondary .col ul li a,
.about-us .col ul li a {
  color: #333;
}
.about-us .part .images {
  display: inline-block;
  width: 20%;
  text-align: right;
  float: right;
  padding: 15px;
  margin-top: -20px;
}
 .about-us .part h2 {
 font-size: 18px;
    font-family: 'Poppins', sans-serif;
    margin: 30px 0 10px;
    font-weight: 600;
 }
 .about-us .part .row .col ul li:after {
  content: "\f111";
  font-size: 6px;
  top: 8px;
 }
/*+======================
PHOTO GALLERY
==========================*/
.photo .occasion {
  padding: 50px 50px 20px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 7px;
}
.photo .occasion .images h4,
.photo .occasion h3 {
  /*text-align: center;*/
  margin: 15px 0 5px;
}
.photo .occasion .images h4 {
  margin: 10px 0px 5px;
}
.photo .occasion h3:after {
  left: 0%;
}
.gallery li a {
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.gallery li:hover a {
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
/*+======================
MOMENT
==========================*/
.photo .moment .occasion {
  padding: 0;
  box-shadow: none;
    border-radius: none;
}
.photo .moment .occasion .images {
  padding: 15px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 7px;
}
.photo .moment .occasion h3:after {
    left: 49%;
}
/*+======================
EVENT
==========================*/
.event .prime .col {
  width: 100%;
  margin-bottom: 30px;
}
.event .prime .meta {
  margin: 15px 0 15px;
  font-family: 'Poppins', sans-serif;
}
.event .prime .meta span {
  padding: 0 10px 0 18px;
  position: relative;
}
.event .prime .text h3 {
  margin: 15px 0 0px;
}
.calendar table#wp-calendar {
  width: 100%;
  background: #eee;
}
.calendar caption {
    background: #192cbc;
    color: #fff;
    padding: 5px 0;
}
.calendar tbody {
    text-align: center;
}
td#next a,
td#prev a {
  color: #333;
  padding: 7px 10px;
}
.event .prime .par h3 {
  font-size: 30px;
}
/*+======================
CLASSES
==========================*/
.classes .primary {
  padding-bottom: 50px;
}
.event .prime .par h3:after,
.blog .prime .col .wrap h3:after,
.about-us .prime .text h3:after,
.classes .paragraph h3:after {
  width: 0;
}
.contact .notice .prime .row,
.contact .notice .prime .col,
.classes .primary .row {
   margin-left: 0%;
}
.classes .services h3 {
  font-size: 35px;
}
/*+======================
blog
==========================*/
.blog .prime .col {
  width: 47%;
}
.blog .prime .col .images {
  position: relative;
}
/*.event .prime .text h3,*/
.event .prime .par h3,
.about-us .part h3,
.about-us .part h3,
.about-us .prime .text h3,
.blog .prime .col .wrap h3 {
  margin: 20px 0 5px;
}
.blog .prime .col span {
  background: #192cbc;
  position: absolute;
  bottom: 0;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  padding: 2px 10px;
  border-radius: 3px;
}
/*+======================
CONTACT
==========================*/
.contact form {
  margin-top: 20px;
}
.contact form textarea, 
.contact form input {
  width: 100%;
  font-size: 15px;
  border: 1px solid #ddd;
  padding: 10px 10px;
  margin-bottom: 23px;
  font-family: 'Poppins', sans-serif;
  border-radius: 3px;
}
.contact form textarea {
  height: 200px;
  resize: none;
}
.contact form input[type="submit"] {
  width: auto;
  padding: 12px 40px;
  font-weight: 600;
  border: 2px solid #192cbc;
}
/*+======================
hover
==========================*/
.calendar tbody td:hover {
   background: #192cbc;
   color: #fff;
   cursor: pointer;
}
.calendar tbody tr td.active {
  color: #192cbc;
}
.owl-carousel .owl-dot.active, 
.contain .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.contain .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #192cbc;
}
.secondary .col ul li a:hover {
   color: #192cbc;
}
.cta .button a:hover {
  background: #192cbc;
  border-color: #192cbc;
}
.contact form input[type="submit"]:hover,
.blog .prime .col .button a:hover,
.about .information .button a:hover,
.program .row .col .button a:hover,
.blogs .row .col .button a:hover {
 color: #192cbc;
 border: 2px solid #192cbc;
 background: transparent;
}
#cssmenu > ul > li:hover {
  transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
}

.fc-basic-view .fc-body .fc-row{
        min-height: 3em !important;
}

.bx-default-pager{
  display: none;
}

.secondary .col h2{
  font-size: 22px;
font-weight: 700;
border-bottom: 1px solid #ccc;
padding-bottom: 8px;
margin-bottom: 20px;
}