body {
    font-family:Cairo,'sans-serif';
    overflow-x:hidden;
    margin-top:90px;
}

html {
    overflow-x:hidden;
}

ul.unstyled {
    list-style:none;
    padding:0;
    margin:0;
}

.ltr {
    direction:ltr;
}

.reverse {
    direction:rtl;
    text-align:right;
}

.reverse-row {
    flex-direction:row-reverse !important;
}

.en {
    font-family: 'Montserrat', sans-serif;
}

/* start:: navbar */

.navbar {
    background-color:#fff;
    border:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:500;
    height:90px;
    box-shadow:0 0 10px rgba(0,0,0,.5);
}

.navbar .navbar-brand .img {
    width:160px;
}

.navbar .navbar-nav .nav-item {
    margin-left:20px;
}

.navbar .navbar-nav .nav-item .nav-link {
    font-weight:700;
    color:#333;
    font-size:18px;
}

.navbar .navbar-nav .dropdown-wrapper {
    position:relative;
}

.navbar .navbar-nav .dropdown-wrapper .dropdown-wrapper--content {
    position:absolute;
    top:130%;
    left:50%;
    transform:translateX(-50%);
    background-color:#fff;
    border:1px solid #ddd;
    width:180px;
    opacity:0;
    visibility:hidden;
    transition:all .4s;
}

.navbar .navbar-nav .dropdown-wrapper .dropdown-wrapper--content .link {
    padding:10px;
    display:block;
    text-align:center;
    color:#333;
    font-weight:700;
    border-bottom:1px solid #ddd;
    text-decoration:none;
    transition:all .4s;
}

.navbar .navbar-nav .dropdown-wrapper .dropdown-wrapper--content .link:hover {
    color:#E60263;
}

.navbar .navbar-nav .dropdown-wrapper:hover .dropdown-wrapper--content {
    opacity:1;
    visibility:visible;
    z-index:300;
}

/* end:: navbar */


/* start:: header */

.header {
    height:90vh;
    position:relative;
    z-index:5;
}

.header .carousel {
  height:100vh;
}

.header .carousel .carousel-item {
   height:90vh;
background-position: center;
    background-size:cover;
    background-repeat:no-repeat;
    background-blend-mode:overlay;
    background-color:rgba(0,0,0,.5);
}

.header .carousel .carousel-item .overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}

.header .w-m {
    text-align:center;
    color:#fff;
    font-weight:700;
    font-size:15px;
    margin-bottom:5px;
}

.header .title {
    color:#fff;
    font-weight:700;
    margin-bottom:15px;
    text-align:center;
}

.header .content {
    color:#ddd;
    width:60%;
    margin:0 auto;
    text-align:center;
    line-height:30px;
    margin-bottom:25px;
}

.header .btn {
    padding:15px 25px;
    background-color:#E60263;
    border-radius:25px;
    color:#fff;
    font-size:15px;
    font-weight:700;
    box-shadow:none;
}

.header .carousel .carousel-control-next {
    top:50%;
    right:0;
    transform:translateY(-50%);
    background-color:rgba(0,0,0,.5) !important;
    width:50px;
    height:50px;
    opacity:.85;
    transition:.4s all;
}

.header .carousel .carousel-control-prev {
    top:50%;
    left:0;
    transform:translateY(-50%);
    background-color:rgba(0,0,0,.5) !important;
    width:50px;
    height:50px;
    opacity:.85;
    transition:.4s all;
}

.header .carousel .carousel-control-next:hover ,
.header .carousel .carousel-control-prev:hover
{
    background-color:#E60263 !important;
}

/* end:: header */

/* start:: about */

.about {
    padding:50px 0;
    background-color:#fff;
    padding-top:80px;
}

.about .info-wrapper .sm-title {
    font-size:15px;
    font-weight:700;
    color:#E60263;
    margin-bottom:5px;
}

.about .info-wrapper .title {
    color:#333;
    font-weight:700;
    padding-bottom:15px;
    margin-bottom:20px;
    position:relative;
}

.about .info-wrapper .title:before {
    content:'';
    position:absolute;
    bottom:0;
    right:0;
    width:100px;
    height:2px;
    background-color:#E60263;
}

.about .info-wrapper .sub-title {
    font-weight:700;
    color:#333;
    margin-bottom:25px;
}

.about .info-wrapper .content {
    width:90%;
    margin-left:auto;
    color:#808080;
    line-height:30px;
    margin-bottom:20px;
}

.about .info-wrapper .btn {
    padding:10px 25px;
    background-color:#E60263;
    color:#fff;
    font-weight:700;
    box-shadow:none;
}

.about .video-wrapper {
    position:relative;
}

.about .video-wrapper iframe {
 
    display:block;
    margin:0 auto;
}

.about .video-wrapper .overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:rgba(0,0,0,.5);
}

.about .video-wrapper .overlay .icon {
    width:65px;
}

.about .desc-wrapper {
    width:100%;
    padding:15px 10px;
    background-color:#E60263;
    color:#fff;
    font-weight:700;
    font-size:18px;
    text-align:right;
    direction:rtl;
}

/* end:: about */

/* start:: services */

.services {
    position:relative;
    overflow:hidden;
    background-attachment:fixed;
    background-size:cover;
    min-height:1190px;
}
@media (min-width:992px) and (max-width:1200px){
    .services{
        min-height:1500px;
    }
    
}
.services .top-wave {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:75px;
    background-image:url('../imgs/waves.png');
    transform:rotate(180deg);
    z-index:100;
}

.services .overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(254, 245, 246, .85);
    padding:85px 0;
}

.services .box-title {
    text-align:center;
    direction:rtl;
    margin-bottom:60px;
}

.services .box-title .sm-title {
    font-size:14px;
    font-weight:700;
    color:#E60263;
    margin-bottom:5px;
}

.services .box-title .title {
    font-weight:700;
    color:#333;
    position:relative;
    padding-bottom:25px;
}

.services .box-title .title:before {
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:150px;
    height:3px;
    background-color:#E60263;
}

.services .card-wrapper {
    margin-bottom:35px;
}

.services .card-wrapper .icon {
    width:75px;
    display:block;
    margin:0 auto;
}

.services .card-wrapper .title {
    font-weight:700;
    color:#333;
    margin-top:20px;
    margin-bottom:20px;
    text-align:center;
}

.services .card-wrapper .content {
    width: 90%;
    font-size: 18px;
    margin: auto;
    text-align: center;
    color: #333;
    line-height: 40px;

}

.services .bottom-wave {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:75px;
    background-image:url('../imgs/waves.png');
    z-index:100;
}

/* end:: services */

/* start:: goals */

.goals {
    background-color:#fff;
    padding:30px 0;
}

.goals .box-title {
    padding-top:150px;
}

.goals .box-title .sm-title {
    font-size:14px;
    font-weight:700;
    color:#E60263;
    margin-bottom:5px;
}

.goals .box-title .title {
    font-size:35px;
    font-weight:700;
    padding-bottom:20px;
    position:relative;
}

.goals .box-title .title:before {
    content:'';
    position:absolute;
    bottom:0;
    right:0;
    width:200px;
    height:3px;
    background-color:#E60263;
}

.goals .info-wrapper .line {
    margin-bottom:35px;
}

.goals .info-wrapper .line .title {
    font-weight:700;
    margin-bottom:15px;
}

.goals .info-wrapper .line .title .fa {
    margin-left:10px;
    font-size:18px;
}

.goals .info-wrapper .line .content {
    padding-right:25px;
    color:#808080;
    line-height:30px;
}

/* end:: goals */

/* start:: gallery */

.gallery {

    background-attachment:fixed;
    background-size:cover;
    height:1390px;
    position:relative;
    overflow:hidden;
}

.gallery .overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(254, 245, 246, .85);
    padding:85px 0;
}

.gallery .top-wave {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:75px;
    background-image:url('../imgs/waves.png');
    transform:rotate(180deg);
    z-index:100;
}

.gallery .bottom-wave {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:75px;
    background-image:url('../imgs/waves.png');
    z-index:100;
}

.gallery .box-title {
    text-align:center;
    direction:rtl;
    margin-bottom:60px;
}

.gallery .box-title .sm-title {
    font-size:14px;
    font-weight:700;
    color:#E60263;
    margin-bottom:5px;
}

.gallery .box-title .title {
    font-weight:700;
    color:#333;
    position:relative;
    padding-bottom:25px;
}

.gallery .box-title .title:before {
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:150px;
    height:3px;
    background-color:#E60263;
}

.gallery .card-wrapper {
    overflow:hidden;
    width:90%;
    margin: auto;
    margin-bottom:35px;
}

.gallery .card-wrapper .img-wrapper {
    border:6px solid #fff;
}

.gallery .card-wrapper .img-wrapper .img {
    width:100%;
    height:300px;
}

.gallery .card-wrapper .info-wrapper {
    margin-top:15px;
}

.gallery .card-wrapper .info-wrapper .content {
    font-size:18px;
    font-weight:700;
    text-align:center;
}

.gallery .button-wrapper {
    text-align:center;
    margin-top:20px;
}

.gallery .button-wrapper .btn {
    padding:12px 25px;
    background-color:#fff;
    box-shadow:0 0 10px rgba(0,0,0,.5);
    font-weight:700;
    color:#333;
    font-size:15px;
    border-radius:25px;
    transition:.4s all;
}

.gallery .button-wrapper .btn:hover {
    color:#fff;
    background-color:#E60263;
}

.gallery .nav-tabs {
    justify-content:center;
    margin-bottom:35px;
    flex-direction:row-reverse;
}
.ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header li {
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    padding: 10px 25px;
    color: #333 !important;
    border-color: #fff;
    border-radius: 0;
    margin-left: 10px;
    font-weight: 700;
    transition: .4s all;
    font-family: Cairo,'sans-serif';
}
.ui-tabs .ui-tabs-nav.ui-widget-header li a {
    line-height: 18px;
    padding-bottom: 8px;
    padding-top: 8px;
    color: #000 !important;
    font-weight: 700;
    border: 0px none;
}
.ui-tabs .ui-tabs-nav.ui-widget-header li.ui-state-active {
    /* background-color: #FFFFFF; */
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
    background-color: #E60263 !important;
    border-color: #E60263;
    color: #fff !important;
    text-shadow: none;
}
.ui-tabs .ui-tabs-nav.ui-widget-header li.ui-state-active a {
    /* background-color: #FFFFFF; */
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
    background-color: #E60263 !important;
    border-color: #E60263;
    color: #fff !important;
    text-shadow: none;
}
.ui-tabs.ui-tabs-top .ui-tabs-nav.ui-widget-header {
    border-bottom: 1px solid #DDDDDD;
    direction: rtl;
}
.ui-tabs-header{
    background-color:#fff;
    padding:10px 25px;
    color:#333;
    border-color:#fff;
    border-radius:0;
    margin-left:10px;
    font-weight:700;
    transition:.4s all;
}
.nav-tabs .nav-link {
    background-color:#fff;
    padding:10px 25px;
    color:#333;
    border-color:#fff;
    border-radius:0;
    margin-left:10px;
    font-weight:700;
    transition:.4s all;
}

.gallery .nav-tabs .nav-link.active {
    background-color:#E60263;
    border-color:#E60263;
    color:#fff;
}
.nav-tabs .nav-link.active {
    background-color:#E60263;
    border-color:#E60263;
    color:#fff;
}


/* end:: gallery */


/* start:: statics */

.statics {
    padding:40px 0;
    background-color:#fff;
}

.statics .box-title {
    text-align:center;
    direction:rtl;
    margin-bottom:60px;
}

.statics .box-title .sm-title {
    font-size:14px;
    font-weight:700;
    color:#E60263;
    margin-bottom:5px;
}

.statics .box-title .title {
    font-weight:700;
    color:#333;
    position:relative;
    padding-bottom:25px;
}

.statics .box-title .title:before {
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:150px;
    height:3px;
    background-color:#E60263;
}

.statics .card-wrapper {
    padding:15px 25px;
    text-align:center;
    margin-bottom:25px;
}

.statics .card-wrapper .count {
    font-size:40px;
    font-weight:700;
    margin-bottom:5px;
    color:#E60263;
}

.statics .card-wrapper .title {
    font-size:16px;
    font-weight:700;
    color:#808080;
}

/* end:: statics */

/* start:: blog */

.blog {
    position:relative;
    background-image:url('../imgs/section-bg.jpg');
    background-attachment:fixed;
    background-size:cover;
    height:100vh;
    overflow:hidden;
}

.blog .overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(254, 245, 246, .85);
    padding:85px 0;
}

.blog .top-wave {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:75px;
    background-image:url('../imgs/waves.png');
    transform:rotate(180deg);
    z-index:100;
}

.blog .bottom-wave {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:75px;
    background-image:url('../imgs/waves.png');
    z-index:100;
}

.blog .box-title {
    text-align:center;
    direction:rtl;
    margin-bottom:60px;
}

.blog .box-title .sm-title {
    font-size:14px;
    font-weight:700;
    color:#E60263;
    margin-bottom:5px;
}

.blog .box-title .title {
    font-weight:700;
    color:#333;
    position:relative;
    padding-bottom:25px;
}

.blog .box-title .title:before {
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:150px;
    height:3px;
    background-color:#E60263;
}
.img-thumbnails {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 40%;
    height: auto;
}
.blog .card-wrapper {
    margin-bottom:35px;
}

.blog .card-wrapper .img-wrapper {
    height:250px;
    overflow:hidden;
}

.blog .card-wrapper .img-wrapper .img {
    width: 100%;
    height: 100%;
}

.blog .card-wrapper .info-wrapper {
    background-color:#fff;
    padding:10px 25px;
}

.blog .card-wrapper .info-wrapper .date {
    font-size:14px;
    font-weight:700;
    color:#808080;
    margin-bottom:15px;
}

.blog .card-wrapper .info-wrapper .title {
    font-weight:700;
    color:#333;
    font-size:22px;
    margin-bottom:10px;
    height: 50px;
}

.blog .card-wrapper .info-wrapper .content {
    font-size:15px;
    color:#808080;
    line-height:30px;
    height: 120px;
    overflow: hidden;
    margin-bottom:15px;
}

.blog .card-wrapper .info-wrapper .btn {
    padding:10px 25px;
    color:#fff;
    font-weight:700;
    background-color:#555555;
    box-shadow:none;
}

/* end:: blog */

/* start:: footer */

.footer {
    padding: 50px 0;
}

.footer .container-fluid {
    padding-left:60px;
    padding-right:60px;
}

.footer .about-wrapper .logo-img {
    width:200px;
    display:block;
    margin-left:auto;
    margin-right: auto;
    margin-bottom:20px;
}

.footer .about-wrapper .content {
    font-size:15px;
    color:#808080;
    line-height:30px;
    text-align: center;
}

.footer .menu-content .title {
    font-size:20px;
    font-weight:700;
    padding-bottom:15px;
    margin-bottom:25px;
    position:relative;
    text-align:center;
}

.footer .menu-content .title:before {
    content:'';
    position:absolute;
    bottom:0;
    right:0;
    width:100%;
    height:3px;
    background-color:#E60263;
}

.footer .menu-content .menu-wrapper {
    list-style:none;
    margin:0;
    padding:0;
}

.footer .menu-content .menu-wrapper .menu-item {
    margin-bottom:15px;
    position:relative;
    padding-right:15px;
    text-align:center;
}

.footer .menu-content .menu-wrapper .menu-item:before {
    content:'';
    position:absolute;
    top:5px;
    right:-10px;
    width:6px;
    height:6px;
    border-radius:100%;
    background-color:#555555;
}

.footer .menu-content .menu-wrapper .menu-item .menu-link {
    text-decoration:none;
    color:#808080;
    font-weight:700;
}

.footer .contact-wrapper .title {
    font-size:20px;
    font-weight:700;
    padding-bottom:15px;
    margin-bottom:25px;
    position:relative;
    text-align:center;
}

.footer .contact-wrapper .title:before {
    content:'';
    position:absolute;
    bottom:0;
    right:0;
    width:100%;
    height:3px;
    background-color:#E60263;
}

.footer .contact-wrapper .media {
    padding:10px 0;
    border-bottom:1px solid #ddd;
}

.footer .contact-wrapper .media .fa {
    font-size:18px;
    color:#E60263;
}

.footer .contact-wrapper .media .media-body {
    padding-right:10px;
}

.footer .contact-wrapper .media .media-body .content {
    color:#808080;
    font-size:16px;
    text-align:right;
}

.footer .contact-wrapper .media .media-body .content.en {
    direction:ltr;
}

/* end:: footer */

/* start:: copyrights */

.copyright {
    padding:15px;
    text-align:center;
    background-color:#1B1B1B;
    height:110px;
    overflow:hidden;
}

.copyright .content {
    font-weight:700;
    word-spacing:2px;
    color:#fff;
    font-size:16px;
    direction:rtl;
    text-align: center;
}

.copyright .content .com {
    color:#BE926F;
}

.copyright .content .img {
    width:100px;
    margin-left:5px;
}

/* end:: copyrights */

/* start:: sub-services */

.sub-services {
    position:relative;
    overflow:hidden;
    padding:50px 0;
    background-color:#ddd;
}

.sub-services .box-title {
    text-align:center;
    direction:rtl;
    margin-bottom:60px;
}

.sub-services .box-title .sm-title {
    font-size:14px;
    font-weight:700;
    color:#E60263;
    margin-bottom:5px;
}

.sub-services .box-title .title {
    font-weight:700;
    color:#333;
    position:relative;
    padding-bottom:25px;
}

.sub-services .box-title .title:before {
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:150px;
    height:3px;
    background-color:#E60263;
}

.sub-services .card-wrapper {
    margin-bottom:55px;
    background-color:#fff;
    box-shadow:0 0 15px rgba(0,0,0,.4);
    padding:20px 15px;
    border-radius:5px;
    transition:.4s all;
}

.sub-services .card-wrapper:hover {
    transform:translateY(-20px);
}

.sub-services .card-wrapper .icon {
    width:75px;
    display:block;
    margin:0 auto;
}

.sub-services .card-wrapper .title {
    font-weight:700;
    color:#333;
    margin-top:20px;
    margin-bottom:20px;
    text-align:center;
    transition:.4s all;
}

.sub-services .card-wrapper:hover .title {
    color:#E60263;
}

.sub-services .card-wrapper .content {
    width:90%;
    font-size:15px;
    margin:auto;
    text-align:center;
    color:#333;
    line-height:28px;
}

/* end:: services */

/* start:: contact-section */

.contact-section {
    padding:50px 0;
    background-color:#ddd;
}

.contact-section .title {
    width:80%;
    margin:0 auto;
    text-align:center;
    font-weight:700;
    line-height:45px;
}

.contact-section .social-wrapper {
    margin-top:25px;
    margin-bottom:25px;
    text-align:center;
}

.contact-section .social-wrapper .img-wrapper {
    width:60px;
    display:inline-block;
    margin-left:15px;
}

.contact-section .social-wrapper .img-wrapper .img {
    width:100%;
}

/* end:: contact-section */

/* start:: gallery */

.sub-gallery {
    position:relative;
    overflow:hidden;
    padding:60px 0;
}


.sub-gallery .box-title {
    text-align:center;
    direction:rtl;
    margin-bottom:60px;
}

.sub-gallery .box-title .sm-title {
    font-size:14px;
    font-weight:700;
    color:#E60263;
    margin-bottom:5px;
}

.sub-gallery .box-title .title {
    font-weight:700;
    color:#333;
    position:relative;
    padding-bottom:25px;
}

.sub-gallery .box-title .title:before {
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:150px;
    height:3px;
    background-color:#E60263;
}

.sub-gallery .card-wrapper {
    overflow:hidden;
    width:90%;
    margin: auto;
    margin-bottom:35px;
}

.sub-gallery .card-wrapper .img-wrapper {
    border:6px solid #fff;
}

.sub-gallery .card-wrapper .img-wrapper .img {
    width:100%;
    height:300px;
}

.sub-gallery .card-wrapper .info-wrapper {
    margin-top:15px;
}

.sub-gallery .card-wrapper .info-wrapper .content {
    font-size:18px;
    font-weight:700;
    text-align:center;
}

.sub-gallery .button-wrapper {
    text-align:center;
    margin-top:20px;
}

.sub-gallery .button-wrapper .btn {
    padding:12px 25px;
    background-color:#fff;
    box-shadow:0 0 10px rgba(0,0,0,.5);
    font-weight:700;
    color:#333;
    font-size:15px;
    border-radius:25px;
    transition:.4s all;
}

.sub-gallery .button-wrapper .btn:hover {
    color:#fff;
    background-color:#E60263;
}

.sub-gallery .nav-tabs {
    justify-content:center;
    margin-bottom:35px;
    flex-direction:row-reverse;
    border:none;
}

.sub-gallery .nav-tabs .nav-link {
    background-color:#ddd;
    padding:10px 25px;
    color:#333;
    border-color:#ddd;
    border-radius:0;
    margin-left:10px;
    font-weight:700;
    transition:.4s all;
}

.sub-gallery .nav-tabs .nav-link.active {
    background-color:#E60263;
    border-color:#E60263;
    color:#fff;
}

/* end:: sub-gallery  */

/* start:: sub-blog */

.sub-blog {
    position:relative;
    padding:60px 0;
    overflow:hidden;
}

.sub-blog .box-title {
    text-align:center;
    direction:rtl;
    margin-bottom:60px;
}

.sub-blog .box-title .sm-title {
    font-size:14px;
    font-weight:700;
    color:#E60263;
    margin-bottom:5px;
}

.sub-blog .box-title .title {
    font-weight:700;
    color:#333;
    position:relative;
    padding-bottom:25px;
}

.sub-blog .box-title .title:before {
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:150px;
    height:3px;
    background-color:#E60263;
}

.sub-blog .card-wrapper {
    margin-bottom:35px;
}

.sub-blog .card-wrapper .img-wrapper {
    height:280px;
    overflow:hidden;
}

.sub-blog .card-wrapper .img-wrapper .img {
    width:100%;
}

.sub-blog .card-wrapper .info-wrapper {
    background-color:#fff;
    padding:10px 25px;
}

.sub-blog .card-wrapper .info-wrapper .date {
    font-size:14px;
    font-weight:700;
    color:#808080;
    margin-bottom:15px;
}

.sub-blog .card-wrapper .info-wrapper .title {
    font-weight:700;
    color:#333;
    font-size:22px;
    margin-bottom:10px;
}

.sub-blog .card-wrapper .info-wrapper .content {
    font-size:15px;
    color:#808080;
    line-height:30px;
    margin-bottom:15px;
}

.sub-blog .card-wrapper .info-wrapper .btn {
    padding:10px 25px;
    color:#fff;
    font-weight:700;
    background-color:#555555;
    box-shadow:none;
}

/* end:: sub-blog */

/* start:: blog-wrapper */

.blog-wrapper {
    padding:25px 0;
    background-color:#fff;
    text-align: center;
}

.blog-wrapper .box-title {
    text-align:center;
    direction:rtl;
    margin-bottom:60px;
}

.blog-wrapper .box-title .title {
    font-weight:700;
    color:#333;
    position:relative;
    padding-bottom:25px;
}

.blog-wrapper .box-title .title:before {
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:150px;
    height:3px;
    background-color:#E60263;
}

.blog-wrapper .content-wrapper {
    width:90%;
    margin:0 auto;
}

.blog-wrapper .content-wrapper .img-wrapper {
    overflow:hidden;
    margin-bottom:25px;
    position:relative;
}

.blog-wrapper .content-wrapper .img-wrapper .img {
    width:100%;
    height:400px;
}

.blog-wrapper .content-wrapper .img-wrapper .title {
    padding:10px 15px;
    text-align:center;
    position:absolute;
    bottom:0;
    right:0;
    background-color:#E60263;
    color:#fff;
    margin-bottom:0;
    font-size:18px;
    font-weight:700;
}

.blog-wrapper .content-wrapper .info-wrapper .content {
    font-size:16px;
    color:#808080;
    line-height:30px;
    text-align:right;
}

.blog-wrapper .content-wrapper .info-wrapper .line .title {
    font-size:16px;
    color:#333;
    font-weight:700;
    margin-left:15px;
}

.blog-wrapper .content-wrapper .info-wrapper .line .icon-wrapper .img-wrapper {
    width:60px;
    display:inline-block;
    margin-left:15px;
    margin-bottom:0;
    transform:translateY(20px);
}

.blog-wrapper .content-wrapper .info-wrapper .line .icon-wrapper .img-wrapper .img {
    width:100%;
    height:auto;
}

.blog-wrapper .content-wrapper .info-wrapper .form-wrapper {
    margin-top:40px;
}

.blog-wrapper .content-wrapper .info-wrapper .form-wrapper .form-control {
    box-shadow:none;
    text-align:right;
    transition:.4s all;
}

.blog-wrapper .content-wrapper .info-wrapper .form-wrapper .form-control:focus {
    border-color:#E60263;
}

.blog-wrapper .content-wrapper .info-wrapper .form-wrapper .btn {
    padding:10px 25px;
    font-size:15px;
    font-weight:700;
    display:block;
    margin-left: auto;
}

/* end:: blog-wrapper */

/* start:: map-wrapper */

.map-wrapper iframe {
    width:100%;
}

/* end:: map-wrapper */

/* start:: sub-contact */

.sub-contact {
    padding: 80px 0;
}

.sub-contact .box-title {
    padding-bottom:20px;
    border-bottom:1px solid #ddd;
    text-align:center;
    margin-bottom:70px;
    position:relative;
}

.sub-contact .box-title:before {
    content:"";
    position:absolute;
    bottom:-10px;
    left:50%;
    transform:translateX(-50%);
    width:20px;
    height:20px;
    border-radius:100%;
    background-color:#E60263;
}

.sub-contact .box-title .title {
    font-weight:700;
}

.sub-contact .box-title .content {
    color:#808080;
}

.sub-contact .form-wrapper .form-group {
    position:relative;
    margin-bottom:25px;
}

.sub-contact .form-wrapper .form-group:before {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:0;
    height:2px;
    background-color:#E60263;
    opacity:0;
    transition: .3s;
}

.sub-contact .form-wrapper .form-group:focus:before {
    width:100%;
    opacity:1;
} 

.sub-contact .form-wrapper .form-group .form-control {
    border:none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    height:45px;
    border-radius:0;
    text-align:right;
}

.sub-contact .form-wrapper .form-group textarea.form-control {
    height: auto;
}

.sub-contact .form-wrapper .form-group .control-label {
    position:absolute;
    top:10px;
    right:20px;
    font-size:15px;
    color:#808080;
    transition: .4s;
}

.sub-contact .form-wrapper .form-group .form-control:focus ~ .control-label {
    top:-15px;
    font-size:14px;
    right:10px;
    color:#E60263;
}

.sub-contact .form-wrapper .form-group .btn {
    width:170px;
    padding:10px;
    background-color:#E60263;
    color:#fff;
    font-weight:700;
    box-shadow:none;
    display:block;
    margin-left:auto;
}

.sub-contact .contact-content {
    width:90%;
    margin-right: auto;
}

.sub-contact .contact-content .line {
    padding-bottom: 25px;
    border-bottom:1px solid #ddd;
    text-align:right;
    margin-bottom:15px;
}

.sub-contact .contact-content .line .title {
    color:#E60263;
    margin-bottom: 20px;
    font-weight:700;
}

.sub-contact .contact-content .line .content {
    color:#808080;
    margin-bottom:5px;
}

/* start:: contact-icon */

/* start:: insta-wrapper */

.insta-wrapper {
    padding:80px 0;
    background-color:#fff;
}

.insta-wrapper .container-fluid {
    padding-left:80px;
    padding-right:80px;
}

.insta-wrapper .info-wrapper {
    padding-top:100px;
}

.insta-wrapper .info-wrapper .title {
    font-size:34px;
    font-weight:700;
    text-align:right;
}

.insta-wrapper .info-wrapper .btn {
    padding:10px;
    background-color:#E60263;
    box-shadow:none;
    font-size:15px;
    width:180px;
    font-weight:700;
    color:#fff;
    display:block;
    margin-left:auto;
    margin-top:30px;
}

.insta-wrapper .main-img--content {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row-reverse;
    justify-content:space-between;
}

.insta-wrapper .main-img--content .img {
    width:32%;
    margin-bottom:20px;
    height:180px;
    display:inline-block;
}

/* end:: insta-wrapper */

/* start:: related-blogs */

.related-blogs {
    padding:50px 0;
    background-color:#fff;
}

.related-blogs .box-title {
    text-align:right;
    direction:rtl;
    margin-bottom:50px;
    padding-bottom:20px;
    border-bottom:1px solid #ddd;
    position:relative;
}

.related-blogs .box-title:before {
    content:'';
    position:absolute;
    bottom:-2px;
    right:0;
    width:120px;
    height:4px;
    background-color:#E60263;
}

.related-blogs .img-wrapper a {
    color:#333;
    text-decoration:none;
}

.related-blogs .img-wrapper .img {
    height:250px;
}

.related-blogs .img-wrapper .title {
    font-size:16px;
    text-align:center;
    padding-top:15px;
    font-weight:700;
}

.related-blogs .owl-nav {
    display:none;
}

.related-blogs .owl-dots {
    display:block !important;
    text-align:center;
}

.related-blogs .owl-dots .owl-dot {
    width:15px;
    height:15px;
    border-radius:100%;
    background-color:#E60263 ;
    opacity:.6;
    margin-left:10px;
    transition:.4s all;
}

.related-blogs .owl-dots .owl-dot.active {
    opacity:1;
}

/* end:: related-blogs */



/* end:: contact-icon */

/* end:: sub-contact */

/* start:: single-gallery */

.single-gallery {
    padding:50px 0;
    background-color:#fff;
}

.single-gallery .main-card--wrapper {
    border:1px solid #ddd;
    background-color:#fff;
    padding:15px 25px;
}

.single-gallery .main-content .main-img {
    
   max-height:350px;
}

.single-gallery .sample-content {
    overflow-x:auto;
    height:150px;
    width:100%;
    margin-top:10px;
}

.single-gallery .sample-content a {
    display: inline-block;

}

.single-gallery .sample-content a .main-img {
    width: 100%;
    max-width: 150px;
    height: 130px;
    object-fit: cover;
}

.single-gallery .main-card--wrapper .info-wrapper {
    padding-top:40px;
    text-align:center;
}

.single-gallery .main-card--wrapper .info-wrapper .title {
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.single-gallery .main-card--wrapper .info-wrapper .content {
    font-size:16px;
    color:#808080;
    margin-bottom:25px;
}

.single-gallery .main-card--wrapper .info-wrapper .btn {
    width:50px;
    height:50px;
    background-color:#ddd;
    border-radius:100%;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    margin-left:10px;
    transition:all .4s;
}

.single-gallery .main-card--wrapper .info-wrapper .btn:hover {
    color:#e60263;
}

.single-gallery .related-gallery .box-title {
    margin-bottom:25px;
    border-bottom:1px solid #ddd;
    padding-bottom:15px;
    text-align:center;
    position:relative;
}

.single-gallery .related-gallery .box-title:before {
    content:'';
    position:absolute;
    bottom:-2px;
    left:50%;
    transform:translateX(-50%);
    background-color:#e60263;
    width:100px;
    height:4px;
}

.single-gallery .related-gallery .box-title .title {
    font-weight:700;
}

.single-gallery .related-gallery .img-wrapper {
    padding:15px 10px;
    border-bottom:1px solid #ddd;
}

.single-gallery .related-gallery .img-wrapper .img {
    width:200px;
    display:block;
    margin:0 auto;
    height:160px;
}

.single-gallery .related-gallery .img-wrapper .content {
    font-size:16px;
    font-weight:700;
    text-align:center;
    text-decoration:none;
    color:#333;
}

.single-gallery .slider-wrapper {
    margin-top:30px;
    padding: 0 80px;
}

.single-gallery .slider-wrapper .box-title {
    text-align:right;
    padding-bottom:20px;
    border-bottom:1px solid #ddd;
    margin-bottom:40px;
    position:relative;
}

.single-gallery .slider-wrapper .box-title .title {
    font-weight:700;
}

.single-gallery .slider-wrapper .box-title:before {
    content:'';
    position:absolute;
    bottom:-2px;
    right:0;
    width:100px;
    height:4px;
    background-color:#e60263;
}

.single-gallery .slider-wrapper .img-wrapper .img {
   
    width: auto;
    max-height: 220px;
    margin: 0px auto;

  
}

.single-gallery .slider-wrapper .img-wrapper .content {
    font-size:16px;
    font-weight:700;
    text-align:center;
    color:#333;
    text-decoration:none;
}

.single-gallery .slider-wrapper .owl-dots {
    text-align:center;
    display:block !important;
}

.single-gallery .slider-wrapper .owl-dots .owl-dot {
    width:15px;
    height:15px;
    border-radius:100%;
    background-color:#e60263;
    margin-left:10px;
    opacity:.7;
    outline:0;
    transition:all .4s;
}

.single-gallery .slider-wrapper .owl-dots .owl-dot.active {
    opacity:1;
}

/* end:: single-gallery */



@media (max-width:991px) {
    .about .video-wrapper {
        margin-top:35px;
    }
    .about .info-wrapper .content {
    width: 100% !important;
    margin-left: auto;
    color: #808080;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center !important;
}
.navbar .navbar-brand .img {
    width: 127px !important;
}
.goals .info-wrapper .line .content {
    padding-right: 0px !important;
    color: #808080;
    line-height: 30px;
    text-align: center !important;
}

blog .card-wrapper .info-wrapper .content {
   
    text-align: center !important;
}
    .img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.footer .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
    .goals .info-wrapper {
        margin-top:45px;
    }
    .navbar .navbar-nav.reverse-row {
        flex-direction:column !important;
    }
    .navbar .navbar-nav .nav-item {
        text-align:center;
    }
    .navbar .container.reverse-row {
        flex-direction:row !important;
    }
    .navbar-collapse {
        background-color:#fff;
    }
    .gallery {
        height:3000px;
    }
    .blog {
        height:2300px;
    }
    .contact-section .title {
        font-size:26px;
        width:100%;
    }
    .footer .about-wrapper .content {
        text-align:center;
    }
    .blog-wrapper .content-wrapper .img-wrapper .img {
        height:350px;
    }
    .navbar .navbar-nav .dropdown-wrapper .dropdown-wrapper--content {
        display:none;
        opacity:1;
        visibility:visible;
        position:relative;
    }
    .about .reverse-row {
        flex-direction:column-reverse !important;
    }
    .about .inf-wrapper {
        margin-top:20px;
    }
    .insta-wrapper .container-fluid {
        padding-left:10px;
        padding-right:10px;
    }
    .insta-wrapper .info-wrapper {
        padding-top:10px;
        margin-bottom:30px;
    }
    .services {
        min-height:2450px;
    }
    .copyright {
        height: 130px;
        padding: 0px 0px 34px 0px;
    }
    .ui-tabs .ui-tabs-panel {
        border-width: 0;
        padding: 0px 0px !important;
        background: 0;
    }
    .gallery .card-wrapper .img-wrapper .img {
        width: 100%;
        height: 200px !important;
    }
    .single-gallery .slider-wrapper {
        padding:0 10px;
    }
    .single-gallery .slider-wrapper .owl-nav {
        display:none;
    }
    .single-gallery .slider-wrapper .owl-dots {
        margin-top:20px;
    }
    .single-gallery .slider-wrapper .img-wrapper .img {
        width:85%;	
        display:block;
        margin:0 auto;
    }
    .single-gallery .owl-carousel {
        width:85%;
        margin:0 auto;
    }
}

.lg-outer .lg-thumb {

    margin: 0px auto;
}

.sample-row.lightgallery {
    text-align: center;
}