@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap');

body {
    background: #fff;
    color: #444;
    font-family: 'Poppins', sans-serif;
}

a {
  color: #007bff;
  transition: 0.5s;
}
html {
    scroll-behavior: smooth;
}
a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #007bff;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
    height: 100%;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/logo_first.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header

{
    position: fixed;
    left: 0;
    right: 0;
    top: -83px;
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 0px 0;
    background: #4268b3;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

    #header.header-scrolled,
    #header.header-pages {
        padding: 0px 0;
        position: fixed;
        top: 0;
    }

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}
    #header .logo {
        padding: 0px 0;
    }
        #header .logo img {
            padding: 18px 0;
            position: absolute;
        }

.main-pages {
  margin-top: 60px;
}
 #loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-left:250px;
  margin-top:250px;
}   

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
    width: 100%;
    position: relative;
    background: url("../img/intro-bg.png") center bottom no-repeat;
    background-size: cover;
    padding: 200px 0 120px 0;
}

#intro .intro-img {
  width: 50%;
  float: right;
}

#intro .intro-info {
  width: 50%;
  float: left;
}

#intro .intro-info h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info .btn-get-started {
  background: #007bff;
  border: 2px solid #007bff;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}
.scroll-down{
    position: absolute;
    z-index: 9;
    left: 48%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -48%);
    bottom: 0;
}
    .main-nav a {
        display: block;
        position: relative;
        color: #ffffff;
        padding: 28px 15px;
        transition: 0.3s;
        font-size: 14px;
        font-weight: 500;
    }
    #slider .owl-nav .owl-prev{
    font-size: 27px !important;
    background: #0000004a !important;
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
    color: white !important;
    line-height: 36px !important;
    margin: 0 4px 0 0 !important;
    position: absolute;
    top: 50%;
    left: 0;
    }
    .owl-nav{margin:0;}
    #slider .owl-nav .owl-next {
        font-size: 27px !important;
        background: #0000004a !important;
        height: 40px;
        width: 40px;
        border-radius: 50% !important;
        color: white !important;
        line-height: 36px !important;
        margin: 0 4px 0 0 !important;
        position: absolute;
    top: 50%;
    right: 0;
    }

    #slider .item img{
    height: 680px;
    object-fit: cover;
    object-position: center 24%;
    width: 100%;
    -webkit-animation: zoomslider 50s; /* Chrome, Safari, Opera */
    animation: zoomslider 50s;
    }
    #slider .item{
        position: relative;
        z-index: 9;
        overflow: hidden;
        }
        @-webkit-keyframes zoomslider {
            0% {
                -webkit-transform: scale(1,1);
            }
            50% {
                -webkit-transform: scale(1.2,1.2);
            }
            100% {
                -webkit-transform: scale(1.1,1.1);
            }
        }


/* Standard syntax */
@keyframes zoomslider {
    0% {
        -webkit-transform: scale(1,1);
    }
    50% {
        -webkit-transform: scale(1.2,1.2);
    }
    100% {
        -webkit-transform: scale(1.1,1.1);
    }
}

    .main-nav a:hover,
    .main-nav .active > a,
    .main-nav li:hover > a {
        color: #ffffff!important;
        text-decoration: none;
        border-bottom: 3px solid white;
        background: #010c2199;
    }

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 0px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

    .main-nav .drop-down ul a {
        padding: 10px 20px;
        font-size: 13px;
        color: #004289 !important;
    }
    .main-nav .drop-down ul a:hover {
        border:none!important;
    }

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #007bff;
  padding-left:23px;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

    .mobile-nav-toggle i {
        color: #ffffff;
        background: #313131;
        padding: 9px 14px;
        margin: 7px 4px;
    }

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #ecf5ff;
}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #intro {
    padding: 140px 0 60px 0;
  }

  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }

  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }

  #why-us .card {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
  }
    #what_is_does:before {
     display:none;
    }
    .does_detail {
        width: 100% !important;
        padding: 19px !important;
    }
  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  #intro {
    padding: 100px 0 20px 0;
  }
}

.circle_btn {
    background: #010c21;
    border-radius: 50px;
    padding: 9px 18px !important;
    margin: 20px 4px 20px 0;
    transition: .5s ease;
    box-shadow: 0px 2px 1px white;
}
    .circle_btn:hover {
        background: white;
        color: #010c21!important;
        border-bottom:none!important;
    }
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.5, 1.5);
    }
}

#slider .carousel-item > img {
    -webkit-animation: zoom 30s;
    animation: zoom 30s;
    height:615px;
    width:100%;
    object-fit:cover;
}
.logo_first {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
}
.logo_first img {
    position: absolute;
}  
.slider_overlay {
    position: absolute;
    background: #1b1b1bbf;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}
.bg-dark {
    background-color: #4267b2 !important;
}

.header-topbar {
    background-color: #242c42;
    width: 100%;
    color: #fff;
    line-height: 30px;
}

#diamond_white {
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: white;
    position: relative;
    /* top: -50px; */
    margin: 0 auto;
    margin-top: -15px;
    margin-bottom: 20px;
}

    #diamond_white:after {
        content: '';
        position: absolute;
        left: -12px;
        top: 12px;
        width: 0;
        height: 0;
        border: 12px solid transparent;
        border-top-color: white;
    }

    #diamond_white span:before {
        content: '';
        position: absolute;
        right: 23px;
        top: 10px;
        width: 51px;
        height: 2px;
        background: white;
    }

    #diamond_white span:after {
        content: '';
        position: absolute;
        left: 23px;
        top: 10px;
        width: 51px;
        height: 2px;
        background: white;
    }

#about_us .about {
    background: #4267b2d9;
    padding: 50px 50px;
}

    #about_us .about h4 {
        color: white;
        font-size: 33px;
        font-weight: 200;
    }

        #about_us .about h4 span {
            font-weight: 600;
        }

#about_us {
    background: url(../images/about.jpg) no-repeat;
    background-size: cover;
    padding: 70px 0;
}

    #about_us p {
        color: white;
    }

.btn-background {
    background: #2b3652;
    padding: 10px 22px;
    text-align-last: center;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #2b3652;
    text-transform: uppercase;
    font-weight: 500;
    color: white;
    transition: .5s ease;
}
    .btn-background:hover {
        background: white;
        color: #2b3652 !important;
        border: 1px solid #2b3652;
        transition: .5s;
    }
#diamond_black {
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: black;
    position: relative;
    /* top: -50px; */
    margin: 0 auto;
    margin-top: -15px;
    margin-bottom: 20px;
}

    #diamond_black:after {
        content: '';
        position: absolute;
        left: -12px;
        top: 12px;
        width: 0;
        height: 0;
        border: 12px solid transparent;
        border-top-color: black;
    }

    #diamond_black span:before {
        content: '';
        position: absolute;
        right: 23px;
        top: 10px;
        width: 51px;
        height: 2px;
        background: black;
    }

    #diamond_black span:after {
        content: '';
        position: absolute;
        left: 23px;
        top: 10px;
        width: 51px;
        height: 2px;
        background: black;
    }

#latest_new_evnts .latest_new_evnts h1 {
    color: black;
    font-size: 33px;
    font-weight: 200;
    text-align: center;
    position:relative;
}
#latest_new_evnts h4:after {
    background: black;
    position: absolute;
    content: '';
    width: 90px;
    height: 2px;
    left: 0px;
    top: 160%;
}

    #latest_new_evnts .latest_new_evnts h1 span {
        font-weight: 600;
    }

#latest_new_evnts {
    padding: 70px 0;
}

    #latest_new_evnts img {
        height: 270px;
        width: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        z-index: 99;
        top: -4px;
        bottom: 0px;
    }

    #latest_new_evnts h4 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 24px;
        color: #383838;
        position: relative;
    }
    #latest_new_evnts .box-detail {
        padding: 14px 0;
    }
        #latest_new_evnts .box-detail p {
            margin-bottom: 14px;
            font-size: 14px;
            font-weight: 300;
            color: #212121;
        }
    #latest_new_evnts .box-detail h6 {
        margin: 0;
        font-weight: 500;
        color: #4268b3;
    }
.link_btn {
    background: #2b3652;
    border-color: #2b3652;
    border-radius: 0%;
    padding: 8px 25px;
    color: white;
    position: absolute;
    right: 15px;
    bottom: 12px;
    font-weight: 500;
    display: inline-block;
    font-size: 16px;
    border: 1px solid;
}

.box:hover .link_btn {
    background: #2b365200;
    border-color: #2b3652;
    border: 1px solid;
    color: #2b3652 !important;
}
.box {
    margin: 30px 0;
    background: #f3f3f3;
    display: inline-flex;
    border-top: 4px solid #4267b2;
    position: relative;
    min-height: 270px;
}

#commitee_members {
    background: linear-gradient(#000000b8, #000000b8),url(../images/slider/1.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

#commitee_members {
    padding: 70px 0;
}

    #commitee_members .boxes img {
        border-radius: 50%;
    height: 125px;
    width: 125px;
    object-fit: cover;
    margin: 0 auto 15px;
    border: 3px solid white;
    object-position: top;
    }

    #commitee_members .boxes {
        text-align: center;
        color: white;
        background: #00000080;
        padding: 23px 0px;
        height: 391px;
        border-top: 5px solid #4167b2;
        margin: 30px 0;
        position: relative;
    }
        #commitee_members .boxes h3 {
            margin-bottom: 17px;
            text-transform: uppercase;
            font-weight: 400;
            font-size: 16px;
            position: relative;
        }
            #commitee_members .boxes h3:after {
                content: '';
                position: absolute;
                background: white;
                width: 30px;
                height: 2px;
                left: 0;
                top: 23px;
                /* margin: 0 auto; */
                top: 28px;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                z-index: 99;
            }
        #commitee_members .boxes h6 {
            margin: 0;
            font-size: 15px;
            margin-top: 25px;
        }
.line {
    position: relative;
}
    .line:after {
        content: '';
        position: absolute;
        background: white;
        width: 152px;
        height: 1px;
        left: 0;
        top: 23px;
        /* margin: 0 auto; */
        top: 14px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 99;
    }
        #commitee_members .boxes p {
            margin: 0;
            font-weight: 200;
            margin-top: 3px;
            font-size: 13px;
        }
        #commitee_members .boxes h2 {
            text-transform: uppercase;
            background: #4268b3;
            font-size: 15px;
            padding: 8px 0;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            margin: 0;
        }


#footer {
    background: #03112e;
    padding: 70px 0 17px;
    color: white;
    border-top: 9px solid #4266b2;
    clear: both;
}

    #footer form.example input[type=text] {
        padding: 10px 13px;
        font-size: 13px;
        border: 1px solid #ffffff;
        float: left;
        width: 100%;
        background: #f1f1f1;
        position: relative;
    }

    #footer form.example button {
        width: 15%;
        padding: 8px 0px;
        background: #2196F3;
        color: white;
        font-size: 16px;
        border: 1px solid #2196F3;
        border-left: none;
        cursor: pointer;
        position: absolute;
        right: 0;
    }

        #footer form.example button:hover {
            background: #0b7dda;
        }

    #footer form.example::after {
        content: "";
        clear: both;
        display: table;
    }

    #footer .social_icon h4:after {
        content: '';
        position: absolute;
        border-bottom: 2px solid white;
        width: 50px;
        left: 0;
        top: 38px;
        padding: 0px 0;
    }

    #footer .social_icon h4 {
        text-transform: uppercase;
        font-size: 20px;
        position: relative;
        margin-bottom: 27px;
    }
    #footer .social_icon p {
        /* text-transform: uppercase; */
        font-size: 14px;
        /* position: relative; */
        margin-bottom: 14px;
        font-weight: 200;
    }
    #footer .links .fa {
        padding: 10px;
        font-size: 12px;
        /* width: 35px; */
        text-align: center;
        text-decoration: none;
        margin: 4px 0px;
    }

        #footer .links .fa:hover {
            opacity: 0.7;
        }

    #footer .links .fa-twitter {
        background: #55ACEE;
        color: white;
    }

    #footer .links .fa-facebook {
        background: #3B5998;
        color: white;
    }

    #footer .links .fa-instagram {
        background: #125688;
        color: white;
    }

    #footer .links .fa-pinterest {
        background: #cb2027;
        color: white;
    }

    #footer .links {
        margin: 12px 0;
    }

    #footer li {
        /* padding: 8px 0; */
        font-size: 14px;
        /* position: relative; */
        margin-bottom: 14px;
        font-weight: 200;
    }

        #footer li a {
            display: block;
            font-weight: 200;
            transition: .5s ease;
            font-size: 13px;
            color:white;
        }
            #footer li a:hover {
                margin-left: 2px;
                display: inline-block;
            }
    #footer .contact_icon .fa {
        background: #4266b2;
        width: 35px;
        height: 35px;
        padding: 9px 0;
        text-align: center;
        font-size: 16px;
    }
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.45);
}
.copyright p {
    margin: 0;
    font-weight: 200;
    font-size: 15px;
}
.copyright a {
    color: #007bff!important;
    font-weight: 500;
}
hr {
    border-top: 1px solid #3a3a3a;
}

.scroll-down:after {
    content: '\f078';
    position: absolute;
    font-family: FontAwesome;
    font-size: 18px;
    text-decoration: none;
    padding: 7px 0;
    left: 48%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -48%);
    text-align: center;
    bottom: 43px;
    background: #000000c4;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    color: white;
    border: 6px double #a2a2a2;
    animation: mover 1s infinite alternate;
    box-shadow: 0px 0px 1px #fff1f1;
}
@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}


.owl-nav .owl-next, .owl-nav .owl-prev {
    font-size: 27px !important;
    background: #0000004a !important;
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
    color: white !important;
    line-height: 36px !important;
    margin: 0 4px 0 0 !important;
}

#commitee_members h1 {
    color: white;
    font-size: 33px;
    font-weight: 200;
    text-align: center;
    position: relative;
}
#commitee_members h1 span {
    font-weight: 600;
}
#what_is_does {
    padding: 70px 0;
    position: relative;
}

    #what_is_does:before {
        content: '';
        background: url(../images/whats_is_does.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        height: 500px;
        width: 50%;
        left: 0;
        top: 90%;
        z-index: 9;
    }
#what_is_does h1 {
    color: #333333;
    font-size: 33px;
    font-weight: 200;
    text-align: center;
    position: relative;
}
    #what_is_does h1 span {
        font-weight: 600;
    }
.does_detail {
    background: #4268b3;
    color: white;
    font-weight: 200;
    /* position: absolute; */
    float: right;
    margin-top: 11%;
    width: 56%;
    padding: 50px 0 17px 96px;
    margin-bottom: 45px;
}
#inner_header {
    background: linear-gradient(#000000d6, #00000057),url(../images/inner_bg.jpg);
    background-attachment: fixed;
    padding: 116px 0 23px;
    text-align: center;
}
#inner_header h1 {
    color: white;
    font-weight: 500;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 9px;
}
    #inner_header h2 {
        color: white;
        font-size: 14px;
        font-weight: 300;
    }
    #inner_header a {
        color: #4268b3 !important;
        font-size: 14px;
        font-weight: 500;
    }

#main_detail {
    padding: 50px 0;
}
    #main_detail h1 {
        font-weight: 500;
        font-size: 32px;
        position:relative;
    }
        #main_detail h1:after {
            content: '';
            position: absolute;
            background: black;
            height: 2px;
            width: 50px;
            left: 0;
            top: 45px;
        }
    #main_detail p {
        font-weight: 400;
    }
    #main_detail h2 {
        background: #4268b3;
        color: white;
        margin: 0;
        font-size: 21px;
        padding: 7px 13px;
        font-weight: 500;
    }
    #main_detail .right_side li {
        border-bottom: 1px solid grey;
    }
        #main_detail .right_side li a {
            color: #3a3a3a;
            text-transform: uppercase;
            padding: 11px 0;
            display: inline-block;
            font-weight: 400;
        }
            #main_detail .right_side li a:hover {
                color: #4268b3;
                font-weight: 500;
                margin-left: 11px;
            }
            #main_detail .right_side li a.active {
                color: #4268b3;
                font-weight: 500;
                margin-left: 11px;
            }
.gallery_box {
    margin-bottom: 29px;
}
.gallery_box img {
    width: 100%;
    height: 242px;
    object-fit: cover;
}
.gallery_box .g_title {
    padding: 0px 0;
}
.gallery_box h3 {
    background: #4268b3;
    font-size: 19px;
    text-align: center;
    font-weight: 500;
    padding: 14px 0;
    color: white;
}
.gallery_box h3 span{
font-weight: 200;
    font-size: 16px;
    display: block;
    margin-top: 10px;
}
.contact-form {
    margin-top: 45px;
}
    .contact-form input {
        border-radius: 0px;
        min-height: 48px;
        
    }
.gj-datepicker-bootstrap [role=right-icon] button {
    width: 38px;
    position: relative;
    border: 1px solid #efefef!important;
    background: whitesmoke!important;
    color: #2196F3!important;
}
#membership input {
    border-radius: 0px;
    min-height: 48px;
    font-size: 13px;
    background: whitesmoke;
    border: none;
    padding: 0 10px;
}
#MyMembership_filter input{
border-radius: 0px;
    min-height: 35px;
    font-size: 13px;
    /* background: whitesmoke; */
    border: none;
       width: auto!important;
    padding: 0 10px;
    border: 1px solid #e6e6e6;
}
#membership select, #membership textarea {
    border-radius: 0px;
    font-size: 13px;
    background: whitesmoke;
    border: none;
}
select {
    border-radius: 0px !important;
    min-height: 48px;
    font-size: 13px;
}
.label-control {
    text-align: left;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}
    .contact-form textarea {
    border-radius: 0px;
}
.form-control:focus {
    box-shadow: none;
    border: 1px solid #4268b3;
}
.method-item {
    background: #f3f3f3;
    text-align: center;
    border-top: 4px solid #4268b3;
    margin-bottom: 10px;
    padding: 15px 0;
}
.method-item i{
    font-size: 27px;
    background: #4268b3;
    color: white;
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 11px 0;
    border-radius: 50%;
    margin-bottom: 8px;
}
    .method-item .detail {
        font-weight: 400;
    }
    .method-item .detail span{
        font-weight: 600;
    }
.login_reg_form h1 {
   font-weight: 200;
    margin: 0 0 32px;
}
.login_reg_form {
    text-align: center;
    box-shadow: 1px 1px 27px #d8d8d8;
    padding: 30px 30px;
    margin: 15% auto 0;
}
#login_register p {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
}
#login_register a {
    font-weight: 600;
}
.btn-blue {
    background: #2196F3!important;
    padding: 10px 22px;
    text-align-last: center;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #2196F3;
    text-transform: uppercase;
    font-weight: 500;
    color: white;
    transition: .5s ease;
}
    .btn-blue:hover {
        background: #2b3652!important;
        color: white;
        border: 1px solid #2b3652;
    }
#membership h6 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
}
#membership p {
    font-size: 14px;
    color: grey;
    margin-bottom: 11px;
    text-align: left;
}
#membership h5 {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
}
.card {
    margin-bottom: 16px;
}
.card-header {
    padding: 9px 11px;
    border-top: 2px solid #007bff;
}
.login_reg_form input{
  border-radius: 0px;
    font-size: 14px;
    min-height: 47px;
}
.card-header h1 {
    font-weight: 500;
    font-size: 19px;
    margin: 0;
}
.card-body h4 {
    margin-bottom: 6px;
    border-bottom: 1px solid #bfbfbf;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 7px;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 12px;
}
.school_image {
    display: inline-flex;
}
.school_image img {
       width: 29px;
    margin: 0 0 0;
}
    .school_image h1 {
      margin: 9px 11px 0;
    font-size: 15px;
    }
.school_image_right {
    float: right;
}
    .school_image_right h2 {
        font-size: 15px;
        margin: 0;
    }
.header_dashboard {
    background: antiquewhite;
    padding: 17px 0;
    margin: 0 0 23px;
}
.btn-register {
    background: #2988ff;
    color: white;
    border-radius: 0px;
    font-size: 15px;
    padding: 6px 21px;
}
    .btn-register:hover {
        background: #04254e;
        
        color: white;
        border-radius: 0px;
        font-size: 15px;
        padding: 6px 21px;
    }
.navbar_left img {
    width: 25px;
    float: left;
}
.navbar_left .nav-pills > li.nav-item > a.active img {
    filter: brightness(0) invert(1);
}
.navbar_left .nav-pills .nav-link.active, .navbar_left.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #4267b2;
}
.navbar_left .nav li a {
    position: relative;
    display: block;
    padding: 15px 15px;
    background: #5d5d5d;
    color: #5f5f5f;
    border-radius: 0px;
    background: #dcdcdc;
    border-radius: 50px;
}
.navbar_left .nav li a img {
    max-width: none;
    width: 25px;
    float: left;
}
    .navbar_left .nav li a h2 {
        font-weight: 500;
        font-size: 16px;
        margin: 3px 0;
        padding-left: 30px;
    }
.navbar_left .nav > li {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 7px;
}

.navbar_left .nav-pills > li {
    float: left;
}
.thead-dark{
	background: #383737;
    color: white;
}
.dataTable{width:100%!important;}
.circular_box{
background: #2196F3;
    padding: 12px;
    color: white;
    margin-bottom: 6px;
}
.circular_box h6{
margin-bottom: 6px;
    font-size: 13px;
    font-weight: 300;
}
.circular_box h2{
    margin-bottom: 4px;
    font-size: 21px;
    font-weight: 500;
}
.circular_box p{
   margin: 0;
    font-weight: 300;
    font-size: 15px;
}
.circular_download{
	    position: absolute;
    background: #003c6b;
    right: 57px;
    margin-top: -72px;
    padding: 8px 24px;
    color: white;
    font-size: 14px;
}
.circular_download:hover{
background: #ffffff;
    right: 57px;
    margin-top: -72px;
    padding: 8px 24px;
    color: #2196f3;
    font-size: 14px;
}
.current_Event{
    background: #2196F3;
    color: white;
    padding: 11px;
	margin-bottom: 9px;
}
.current_Event h1{
    font-size: 24px;
    position: relative;
}
.current_Event h1:after{
	content: '';
    width: 100%;
    background: white;
    height: 1px;
    position: absolute;
    left: 0;
    top: 39px;
}
.current_Event h2{
   margin-bottom: 5px;
    font-size: 19px;
    font-weight: 500;
}
.current_Event h2{
   margin-bottom: 5px;
    font-size: 21px;
    font-weight: 500;
}
.current_Event span.location{
    font-size: 14px;
    font-weight: 300;
}
.current_Event p{
	margin: 0;
    font-size: 15px;
    font-weight: 300;
}
.close{
	    position: absolute;
    right: 20px;
}
.modal-title{
font-weight: 500!important;
    font-size: 17px!important;
}
#payment label, #paynow label{
	    font-size: 15px;
    text-transform: uppercase;
}
#payment input, #paynow input{
    border-radius: 0px;
    font-size: 14px;
    color: grey;
    font-weight: 300;
}
.birthday {
    padding: 0 0 39px;
}
    .birthday .item {
       text-align:center;
    }
.birthday_box h2 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 14px 0 0;
}
.birthday_box img {
    height: 185px;
    width: 100%;
    object-fit: cover;
}

.birthday_box img {
    height: 158px;
    width: 145px !important;
    object-fit: cover;
    margin: 0 auto;
}
.birthday h1 {
    color: #333333;
    font-size: 33px;
    font-weight: 200;
    text-align: center;
    position: relative;
}
    .birthday h1 span {
        font-weight: 600;
    }
.birthday {
    padding: 44px 0;
}
    .birthday #diamond_black {
        margin-bottom: 39px;
    }
