/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts -
--------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900&display=swap');

/*****---------------------------------------- 1) 
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- 
import Files 
---------------------------------------------------------------------*/

@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- 
basic 
---------------------------------------------------------------------*/

#formz { font-size:90%; overflow:hidden; }
#formz  { margin-top:-100px; }

* {
    box-sizing: border-box !important;
}

.container {
    max-width: 1170px;padding:50px 30px;
}

/* Header */
#header #logo .logoname a{color:inherit;}

#header{min-width:100%;padding:30px 50px;margin:0px auto;background:#FFFEFF;}

#header #logo{ }
#header #logo *{margin:0; padding:0; line-height:1;}
#header #logo h1{margin:0px auto;text-align:center;font-weight:bold;margin-bottom:5px;}
#header #logo p{text-align:center;font-size:16px; text-transform:capitalize;line-height:1.5em;}

#header #logo .logoz { display: flex;justify-content: space-between; align-items: center;margin-bottom:10px;}
#header #logo .logoz img { width:130px;margin:0px auto;text-align:center; }

#header ul{}
#header ul li{}
#header ul li div{position:relative; min-height:45px; padding:0 0 0 60px; line-height:1;}
#header ul li div i{position:absolute; top:0; left:0; width:45px; height:45px; line-height:43px; font-size:16px; text-align:center; border:1px solid; border-radius:50%;}
#header ul li div span{display:block; padding:4px 0 0 0;}
#header ul li div strong{display:block; margin:0 0 8px 0;}

#header div:last-child{margin-bottom:0;}/* Used when elements stack in small viewports */

@media screen and (min-width:1140px){
	.hoc{max-width:1140px;}
}

@media screen and (min-width:978px) and (max-width:1140px){
	.hoc{max-width:95%;}
}

#scrollTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding:10px 15px;
    background:#b957d2;
    border:2px solid #FFF;
    opacity: 0.6;
    z-index:999;
    transition: opacity 0.15s ease-in-out;
    color:#FFF;
  }
  
#scrollTop:hover {
    opacity: 1;
    color:#b957d2;
    background:#FFF;
    border:2px solid #b957d2;
}

/* Mobile Devices
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:978px){
	.hoc{max-width:90%;}
}

@media screen and (min-width:1140px){
	.hoc{max-width:1140px;}
}

@media screen and (min-width:978px) and (max-width:1140px){
	.hoc{max-width:95%;}
}

@media screen and (min-width:790px){
    .hoc{max-width:90%;}
    #header #logo p{margin-bottom:20px;}
    .feature_section { display:block; }
}

@media screen and (max-width:790px){
    .hoc{max-width:90%;}
    #header #logo p{margin-bottom:100px;}
    .feature_section { display:none; }
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #FFFEEE;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 0px;
    font-weight: normal;
    font-size: 17px;
    line-height: 28px;
    color: #2d2d2d;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.titlepage {
    padding-bottom: 40px;
}

.titlepage h2 {
    font-size: 45px;
    color: #141313;
    line-height: 50px;
    font-weight: bold;
    padding: 0;
    display: inline-block;
}

.titlepage p {
    padding-top: 0px;
}

/* .d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

*/

.read_more {
    font-size: 16px;
    background: #212121;
    max-width: 233px;
    width: 100%;
    transition: ease-in all 0.5s;
    color: #fff;
    display: block;
    height: 70px;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.read_more:hover {
    background: #b957d2;
    color: #fff;
}

.read_more2 {
    margin:10px 20px;
}
.read_more2:hover {
    background: #762c88;
    color: #fff;
}

.text_align_left {
    text-align: left;
}

.text_align_right {
    text-align: right;
}

.text_align_center {
    text-align: center;
}

.img_responsive {
    max-width: 100%;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}


/*-- header --*/

.header-area {
    width: 100%;
    background: #141313;
}




.header_top {

    height: 129px;
    line-height: 129px;

}   


.logo a {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    display: block;
}


ul.top_info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

ul.top_info li {
    padding-bottom: 15px;
    display: inline-block;
    font-size: 16px;
    color: #dfdcdc;
}

ul.top_info li i {
    margin-right: 5px;
    color: #dfdcdc;
    text-align: center;
    font-size: 16px;
}
ul.top_info li a {
    color: #dfdcdc;
}

ul.top_info li a:hover {
    color: #b957d2;
}


ul.social_icon li {
    display: inline-block;
    margin: 0 2px;
}

ul.social_icon li a i {
    font-size: 17px;
    color: #2d2d2d;
    transition: ease-in all 0.5s;
    background: #fff;
    width: 29px;
    height: 29px;
    line-height: 29px;
    border-radius: 50px;
    text-align: center;
}
ul.social_icon li a i:hover {
    color: #fff;
    transition: ease-in all 0.5s;
    background: #b957d2;
}

.navbar-area {
    width:100%;
    background: #b957d2;
    display: flex;
    justify-content: space-evenly;
    height: 60px;
    align-items: center;
    margin-bottom: -54px;
}


.site-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-navbar ul {
    margin: 0;
    padding: 0px;
    list-style: none;
    display: flex;
}

.site-navbar ul li a {
    padding:10px;
    color: #fff;
    font-size: 15px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.site-navbar ul li {
    padding-right: 30px;
}

.site-navbar ul li:last-child {
    padding-right: 0;
}

.site-navbar ul li a.active {
    color: #111;
    background:#FFF;
}

.site-navbar ul li a:hover {
    background:#FFF;
    color: #111;
}

ul.dropdown-menu {
    position: absolute;
    display: none;
    flex-direction: column;
    width: 100%;
}

ul.dropdown-menu li:hover .dropdown-1 > li{
    display: block;
    top: 0;
}

.ul.dropdown-menu {
    display: none;
    position: relative;
  }


.intro-area {
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}


ul.email {
    text-align: right;
}
ul.email li {padding-right: 65px; display: inline-block;}
ul.email li:last-child {padding-right: 0px;}
ul.email li a {
    color: #fff; 
    font-size: 17px;
    text-transform: uppercase;
}

ul.email li a i {
    color: #ffff;
    font-size: 19px;
    padding-right: 10px;
} /* heade end */

.full_bg {
  background: #FFF;
  padding:0 45px 45px 45px;
  box-shadow: 3px 0 62px rgba(13, 3, 3, 0.10);
  margin: 0 50px;
  margin-bottom: 52px;
}

.slider_main {

    padding: 80px 0;
    padding-top: 5%;
    background: url(../images/bg01.png);
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.relative {
    position: inherit;
    left: 0;
    right: 0;
    text-align: center;
    position: inherit;
}

.carousel-item {
    height: 100%;
    width: 100%;
}

.creative {
    text-align: left;
}

.creative h3 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    text-shadow:3px 2px #111;
    font-weight: bold;
}

.creative p {
    color: #fff;
    padding:30px 0 35px 0;
    line-height: 1.5em;
}

.creative p span {
    padding:5px;
    background:#111;
}

.slider_main .carousel-indicators {
    display: none;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
    width: 76px;
    height: 76px;
    background-color: #fff;
    color: #000;
    font-size: 40px;
    opacity: 1;
    top: 98%;
    box-shadow: 0 0 10px rgba(13, 3, 3, 0.38);
    z-index: 999;
    border-radius: 50px;
}

#banner1 .carousel-control-prev {
    left:2%;
}

#banner1 .carousel-control-next {
    right:2%;
}

#banner1 .carousel-control-next:focus,
#banner1 .carousel-control-next:hover,
#banner1 .carousel-control-prev:focus,
#banner1 .carousel-control-prev:hover {
    color: #fff;
    background: #b957d2;
}

.perfect {
    padding-bottom: 120px;
    background: #efdeeb;  
}

.container_width {
    padding: 0 25px;
    margin: 0 auto;
    display: block;
    clear: both;
    width: 100%;
    max-width: 1471px;
}

.perfect h2 { 
    font-size:26px;
    line-height:1.3em;
    margin-bottom:0px; 
}

.perfect_img figure {
    margin: 10px 0px;
    position: relative;
    z-index:-1;
}

.perfect_img2 figure {
    margin: 50px 0px;
    position: relative;
}

.perfect_img figure img {
    width:100%;
    position: relative;
    z-index: 9999;
    border:2px solid #b957d2;
    border-radius:2px;
    box-shadow: 2px 0 62px rgba(13, 3, 3, 0.10);
}
.perfect_img span {
    display: block;
    background: #b957d2;
    width: 116px;
    height: 59px;
    text-align: center;
    z-index: 999999;
    line-height: 59px;
    color: #111;
    margin-bottom: -59px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    transition: ease-in all 0.5s;
}

.right_span span {float: right;}
.flot_right {
    float: right !important;
}
.perfect_img span:hover {
   background: #532160;
   color:#FFF;
   transition: ease-in all 0.5s;
}
.perfect .titlepage {
    padding-top: 40px;
    max-width: 550px;
    width: 100%;
    float: left;
}

.perfect .titlepage p {
    padding-top: 10px;
    text-align:justify;
}

.perfect .read_more {
    margin-top: 15px;
    margin-bottom:10px;
}

.feature_section .content .number-box {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: #b957d2;
    color: #f9fcfb;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  
  .feature_section .content .top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 530px;
    background-color: #edeeed;
    padding-top: 10px;
  }
  
  .feature_section .content .top-content .img-box img {
    width: 100%;
  }
  
  .feature_section .content .top-content .img-text {
    background-color: #fff;
    color: #111;
    padding: 10px 30px;
    text-align: center;
    margin-top:-80px;
    position:relative;
    z-index:9;
  }
  
  .feature_section .content .top-content .img-text h6 {
    margin: 0;
  }
  
  .feature_section .content .top-content .img-text h6.price {
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 0.8px solid #111;
    margin-bottom: 8px;
  }
  
  .feature_section .content .bottom-content {
    margin-top: 25px;
  }
  
  .feature_section .content .bottom-content h5 {
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .feature_section .content:hover .top-content {
    background-color: #b957d2;
  }
  
  .feature_section .content:hover .img-text {
    background-color: #f9fcfb;
    color: #050505;
  }
  
  .feature_section .carousel-control-prev {
    background-image: url(../icon/left-arrow-white.png);
    background-position: 19px center;
  }
  
  .feature_section .carousel-control-next {
    background-image: url(../icon/right-arrow-white.png);
    background-position: 22px center;
  }
  
  .feature_section .owl-nav > div {
    width: 50px;
    height: 50px;
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
    background-color: #b957d2;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .feature_section .owl-nav > div:hover {
    background-color: #050505;
  }
  
  .feature_section .owl-nav .owl-prev {
    background-image: url(../icon/left-arrow-white.png);
    left: 10%;
  }
  
  .feature_section .owl-nav .owl-next {
    right: 10%;
    background-image: url(../icon/right-arrow-white.png);
  }

.blogging {
    padding-top: 80px;
    padding-bottom: 0px;
    background: #efdeeb;
}

.about {
    padding-top: 0px;
    padding-bottom: 0px;
}

.service {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 0px;
    background:url(../images/Blank-BG.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.announce {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 0px;
    background:url(../images/Blank-BG.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.faq_section {
    position:relative;
    padding-top:80px;
    padding-bottom:120px;
    border-top:20px solid #b957d2;
}
.service_box {
    text-align:center;
}

.service_box h3 {
    font-weight:bolder;
}
#myCarousel .testimo {
    position: inherit;
    bottom: 0;
    padding: 0;
    left: 0;
    right: 0;
}

.faq_section {
    position: relative;
  }
  
  .faq_section .detail-box p {
    margin-top: 5px;
    margin-bottom: 20px;
    color: #7a7a7a;
  }
  
  .faq_section .detail-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #b957d2;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #b957d2;
  }
  
  .faq_section .detail-box a:hover {
    background-color: transparent;
    color: #b957d2;
  }
  
  .faq_section #faqAccordion .card {
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
  }
  
  .faq_section #faqAccordion .card-header {
    background-color: #b957d2;
    border: none;
  }
  
  .faq_section #faqAccordion h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  
  .faq_section #faqAccordion h5 button {
    border: none;
    background-color: transparent;
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    position: relative;
    padding-right: 25px;
    color: #ffffff;
    width: 100%;
  }
  
  .faq_section #faqAccordion h5 button::before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 0;
    color: #ffffff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  .faq_section #faqAccordion h5 button[aria-expanded="true"]::before {
    content: "\f106";
  }
  
  .faq_section #faqAccordion .card-body {
    background-color: #f8f9f9;
  }
  
  .faq_section #faqAccordion .card-body p {
    color: #000000;
  }
  
  .faq_section #faqAccordion a {
    padding-bottom:3px;
    border-bottom:3px dotted #111;
  }

  .faq_section #faqAccordion a:hover {
    padding-bottom:3px;
    background:#b957d2;
    color:#FFF;
  }

.contact {
    background: #EAE;
    padding-top: 74px;
}

.main_form .form_control {
    padding: 0 25px;
    margin-bottom: 20px;
    width: 100%;
    height: 66px;
    background: #ffffff;
    color: #1f1d14;
    font-size: 15px;
    font-weight: normal;
    border: inherit;
    box-shadow: 2px 0 62px rgba(13, 3, 3, 0.04);
}

.main_form .textarea {
    margin-bottom: 40px;
    width: 100%;
    background: #ffffff;
    color: #1f1d14 !important;
    font-size: 15px;
    font-weight: normal;
    padding: 15px 25px 15px 25px;
    border: inherit;
    height: 146px;
    box-shadow: 2px 0 62px rgba(13, 3, 3, 0.04);
}

.main_form .send_btn {
    font-size: 18px;
    transition: ease-in all 0.5s;
    background-color: #363636;
    text-transform: uppercase;
    color: #fff;
    max-width: 276px;
    width: 100%;
    display: block;
    font-weight: bold;
    height: 78px;
    line-height: 78px;
    margin: 0 auto;
}

.main_form .send_btn:hover {
    background-color: #b957d2;
    transition: ease-in all 0.5s;
    color: #fff;
}

#request *::placeholder {
    color: #1f1d14;
    opacity: 1;
} /*contact end */

.footer {
    margin-top: 90px;
    padding-top: 90px;
    background: #252525;
    text-align: center;
}

.hedingh3 h3 {
    color: #fff;
    font-size: 22px;
    padding-bottom: 20px;
    line-height: 23px;
    font-weight: 500;
    text-align: left;
}

ul.top_infomation li {
    padding-bottom: 17px;
    display: block;
    font-size: 16px;
    color: #fdfdfd;
}

ul.top_infomation li img {
    margin-right: 5px;
}

ul.top_infomation li a {
    color: #fdfdfd;

}

ul.top_infomation li a:hover {
    color: #b957d2;
}

ul.menu_footer {
    text-align: left;
    margin-bottom: 15px;
    padding-left: 20px;
}
ul.menu_footer li a {
    color: #fdfdfd;
    font-size: 17px;
    line-height: 18px;
    padding-bottom: 10px;
    display: block;
    position: relative;
}
ul.menu_footer li a::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #b957d2;
    top: 5px;
    border-radius: 20px;
    left: -20px;
}

ul.menu_footer li a:hover {
    color: #b957d2;
}

.newsl {
    width: 100%;
    height: 51px;
    background: #fff;
    color: #252525;
    font-size: 17px;
    font-weight: normal;
    box-shadow: inherit;
    border:inherit;
    padding: 0 15px;
    margin-bottom: 20px;
}

.subsci_btn {
    font-size: 16px;
    transition: ease-in all 0.5s;
    background-color: #b957d2;
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-weight: normal;
    line-height: 48px;
    height: 48px;
    max-width: 154px;
    width: 100%;
    display: block;
}

.subsci_btn:hover {
    transition: ease-in all 0.5s;
    color: #b957d2;
    background-color: #fff;
}

#colof *::placeholder {
    color: #252525;
    opacity: 1;
}

.copyright {
    margin-top: 70px;
}

.copyright p {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    padding-bottom: 25px;
    font-weight: normal;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #b957d2;
}

.blog_page .footer {
     margin-top: 0px;
}
.inner_page .about {
     margin-top: 90px;
}
.inner_page .appointment {
     margin-top: 90px;
}

.portfolio_page .footer {
    margin-top: 60px;
}

.boxed {
    margin:50px 0px;
    background:#b957d2;
    padding:20px 30px;
    width:85%;
    color:#FFF;
}

.boxed2 {
    margin-top:20px;
    background:#FEFEFE;
    border:2px solid #111;
    color:#111;
    font-size:110%;
}

.membershipz {
    width:100%;
    border:1px solid #CCC;
}

.membershipz th {
    text-align:center;
    background:#b957d2;
    color:#FFF;
}

.membershipz td {
    border:1px solid #CCC;
    padding:5px;
    text-align:center;
    color:#111;
}


/* New Gallery */

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 10px;
  min-width:930px;
}

.grid-item {
  width: 100%;
 display: inline-block; 
  vertical-align: top;
}

.grid-sizer {
  width: 25%;
  display: inline-block; 
  vertical-align: top;
}

  /* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 70%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mySlides {
    display: none;
  }
  
  .cursor {
    cursor: pointer;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  img {
    margin-bottom: -4px;
  }
  
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }



  /* menu */
  
  .navbar-collapse {
    font-weight:normal;
    font-size:105%;
    min-width:300px;
    background:#b957d2;
    position:relative;
    top:0px;
    z-index:9;
  }

  .navbar .dropdown-menu {
    font-weight:normal;
    font-size:110%;
    min-width:300px;
    border:1px dotted #b957d2;
    background:#FFF;
    position:relative;
    top:45px;
    z-index:99;
  }

  .navbar .dropdown-menu a {
    padding-left:10px;
    color:#111;
  }

  .navbar .dropdown-menu li:hover, .navbar .dropdown-menu li:hover a {
    background:#b957d2;
    color:#FFF;
  }

  a.nav-link.dropdown-toggle::after {
    color:#FFF;
  }
  .navbar .dropdown-menu .nav-label .fa-caret {
    margin-left:5px;
    color:#FFF;
  }
  .navbar-collapse *::after, .navbar-collapse *::before {
    color:#000;
  }

  .navbar-collapse hr {
    border:1px dotted #b957d2;
    margin:5px 8px;
  }
  .custom_nav-container {
    padding: 10;
  }
  
  .custom_nav-container .navbar-nav {
    margin-left: auto;
  }
  
  .custom_nav-container .navbar-nav .nav-item .nav-link {
      padding: 5px 20px;
      color: #FFF;
      text-align: center;
      text-transform: uppercase;
      border-radius: 5px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      font-weight: 700;
  }
  
  .custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
    color: #fff;
  }
  
  .custom_nav-container .navbar-toggler {
    outline: none;
  }
  
  .custom_nav-container .navbar-toggler {
    padding: 0;
    width: 37px;
    height: 42px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .custom_nav-container .navbar-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #FFF;
    margin: 7px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border-radius: 5px;
    transition: all 0.3s;
  }
  
  .custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #FFF;
    top: -10px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .custom_nav-container .navbar-toggler span::after {
    top: 10px;
  }
  
  .custom_nav-container .navbar-toggler[aria-expanded="true"] {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  
  .custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 0;
  }
  
  /*end header section*/
  
            ol.members {
              color:#000;
              font-size:16px;
          }
          ol.members li {
              margin-left:15px;
              list-style-type:square;
              text-align:justify;
          }

.blog_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.blog_section .box {
  margin-top: 55px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.blog_section .box .img-box {
  position: relative;
}

.blog_section .box .img-box .blog_date {
  position: absolute;
  right: 40px;
  bottom: -32.5px;
  padding: 10px 15px;
  font-size: 14px;
  background-color: #b957d2;
  margin: 0;
  text-align: center;
  border: 3px solid #ffffff;
  color: #ffffff;
}

.blog_section .box .img-box .blog_date span {
    font-weight:bold;
    font-size:22px;
  display: inline-block;
}

.blog_section .box .img-box img {
  width: 100%;
}

.blog_section .box .detail-box {
  margin-top: 35px;
  padding: 25px;
}

.blog_section .box .detail-box h5 {
  font-weight: bold;
  font-size:24px;
  margin-bottom:10px;
}

.blog_section .box .detail-box p {
  font-size: 15px;
  text-align:justify;
}

.blog_section .box .detail-box a {
  display: inline-block;
  padding: 7px 25px;
  background-color:#b957d2;
  color: #ffffff;
  border-radius: 0;
  border: 1px solid #b957d2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.blog_section .box .detail-box a:hover {
  background-color: transparent;
  color: #b957d2;
}

caption { color:#000; }