/*
        Project:		-- Uptown
        Version:	    --
        Create Date:	-- 7/3/17
        Last change:	--
        Primary use:	--
*/

/* 
        --- Table Of Content ---
        
        1. preload
        2. menu
        3. home-background slider
        4. about
        5. work
        6. service
        7. team
        8. price
        9. testimonials
        10. contact
        11.responsive 
        
*/

@font-face {
    font-family: 'Hacen Samra';
    src: url('../font/Hacen Samra.ttf');
}

@font-face {
    font-family: 'jflat';
    src: url('../font/JF Flat Regular.ttf');
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../font/glyphicons-halflings-regular.eot');
    src: url('../font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../font/glyphicons-halflings-regular.woff') format('woff'), url('../font/glyphicons-halflings-regular.ttf') format('truetype'), url('../font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
    font-family: "Flaticon";
    src: url("../font/flaticon.eot");
    src: url("../font/flaticon.eot#iefix") format("embedded-opentype"),
    url("../font/flaticon.woff") format("woff"),
    url("../font/flaticon.ttf") format("truetype"),
    url("../font/flaticon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}


html {
    position: relative;
    height: 100%;
}

body {
    direction: rtl;
    margin: 0px;
    padding: 0px;
    /*font-family: 'Lato', sans-serif;*/
    height: 100%;
    background-color: transparent;
    position: relative;
    font-family: 'jflat';

}




/*================================================================ PRELOAD ===================================================================*/


.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1111111111;
    background: url(../img/scu-jubilee.png) center no-repeat #f8f8f8;
	background-size: 150px 150px;
}


/*============================================================== MENU ==========================================================*/



.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #323030cf;
    z-index: 9999999;
}


.main-page-content {
    width: 100%;
    height: 100%;
}

.navbar_menu {
}

.navbar_menu li {
    margin: 0 15px;
}

.navbar_menu li a {
    color: white;
    /*letter-spacing: 2px;*/
    font-size: 15px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    padding: 15px 0px;
    text-decoration: none;
}

.navbar_menu li a:hover {
    color: #1A254E;
}

.navigation-link.active {
    color: #1A254E !important;
}

.navbar-fixed-top {
    direction: rtl;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 111111;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
	
	   /* new add */
    background: linear-gradient(135deg, rgba(154, 110, 65, 0.95), rgba(232, 203, 119, 0.95));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0px 0px 10px 0px #E8CB77;
}

.navbar-default.small {
    background: linear-gradient(135deg, rgba(154, 110, 65, 0.95), rgba(232, 203, 119, 0.95));
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    /*border-bottom: 1px solid #C7A45C;*/
    box-shadow: 0px 0px 10px 0px #E8CB77;
}

.navbar-default.small .navbar-nav > li > a {
    color: #C7A45C;
/*letter-spacing: 2 px;*/
    font-size: 15px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    padding: 10px 0px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3),
    -2px -2px 4px rgba(255, 255, 255, 0.3);
}

.navbar-nav li {
    float: left;
    margin: 0px 3px;
    display: inherit;

}

.navbar-default .navbar-nav > li > a {
    color: white;
    /*letter-spacing: 2px;*/
    font-size: 12px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    padding: 15px 0px;
    text-decoration: none;
    font-weight: bold;

}

.navbar-default.small .navbar-nav > li > a {
    color: #F2F2F2;
    /*letter-spacing: 2px;*/
    font-size: 12px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    padding: 10px 0px;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #F2F2F2;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #9A6E41 !important;
    background-color: transparent;
}

.navbar-default.small .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color:  #9A6E41 !important;
    background-color: transparent;
}

.navbar_menu li:first-child a.active {
    color: #9A6E41 !important;
    font-weight: bold;
}

.navbar-nav a.active.small {
    color:  #9A6E41 !important;
    border-bottom: 1px solid #a2a2a2;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}


.site-title {
    padding: 0px 0px;
}

.site-title h3 {
    font-family: 'Hacen Samra';
    font-size: 22px;
    color: white;
    font-weight: lighter;
    text-shadow: 1px 1px 1px #000;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    /* margin: 24px 0px; */
    /*letter-spacing: 5px;*/
}

.site-title h3 span {
    font-family: 'Hacen Samra';
    font-size: 18px;
    color: white;
    font-weight: lighter;
    text-shadow: 1px 1px 2px #000;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    margin: 24px 0px;
    letter-spacing: 0px;
    background-color:  #C7A45C;
    text-align: center;
    padding: 4px 6px;
    margin-right: 6px;
}

.navbar-default.small .site-title h3 {
    color: #1A254E;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 16%), -2px -2px 4px rgb(255 255 255 / 26%);
}

.navbar-toggler {
    position: relative;
    float: right;
    padding: 9px 10px;
    /* margin-top: -39px; */
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

}

}
/* ===== Navbar spacing ===== */

.navbar_menu{
	
    display:flex;
    align-items:center;
    justify-content:right;
    gap:8px;
    flex-wrap:wrap;
}

.navbar_menu > li{
    position:relative;
}

/* ===== Dropdown Menu ===== */

.dropdown-menu{
    border:none;
    border-radius:10px;
    padding:6px 0;
    background:#1A254E;
    min-width:150px;
    box-shadow:0 10px 25px rgba(0,0,0,0.12);
    text-align:center;
}

.dropdown-menu li{
	
    width:100%;
}

.dropdown-menu .dropdown-item{
    color:#fff;
    padding:10px 14px;
    font-size:14px;
    transition:0.3s ease;
    background:transparent;
    text-align:center;
}

.dropdown-menu .dropdown-item:hover{
    background:#E8CB77;
    color:#1A254E;
}

/* ===== Arrow ===== */

.dropdown-toggle::after{
    margin-right:8px;
    vertical-align:middle;
}

/* ===== Responsive ===== */

@media(max-width:991px){

    .navbar_menu{
        gap:4px;
    }

    .dropdown-menu{
        background:#24315f;
        border-radius:10px;
        margin-top:0px;
        padding:5px 0;
    }

    .dropdown-menu .dropdown-item{
        text-align:center;
		 margin-top:0px;
    }

}


/*====================================================== modal =====================================================*/

/*====================================================== HOME BACKGROUND =====================================================*/

#home {
    height: 100vh;
    min-height: 100%;
    width: 100%;
    position: relative;
}

.home-content {
    width: 100%;
    position: absolute;
    height: 100%;
}

.home-slider {
    height: 100vh;
    min-height: 100%;
    width: 100%;
    position: relative;
    background-size: 100% 100%;
    /*background-position: center center;*/
    filter: brightness(25%);
}

/*.home-slider-1 {
    height: 100vh;
    min-height: 100%;
    width: 100%;
    background-image: url(https://testportal.scu.eg/activities/wp-content/uploads/2024/01/My-first-design-1.png);
    position: relative;
    background-size: cover;
    background-position: center center;
}

.home-slider-2 {
    height: 100vh;
    min-height: 100%;
    width: 100%;
    background-image: url(https://testportal.scu.eg/activities/wp-content/uploads/2024/01/My-first-design.png);
    position: relative;
    background-size: cover;
    background-position: center center;
}

.home-slider-3 {
    height: 100vh;
    min-height: 100%;
    width: 100%;
    background-image: url(https://testportal.scu.eg/activities/wp-content/uploads/2024/01/My-first-design-1.png);
    position: relative;
    background-size: cover;
    background-position: center center;
}*/

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.carousel-inner > .item > a > img, .carousel-inner > .carousel-item > img {
    line-height: 1;
    height: 100%;
}

.carousel-fade .carousel-inner .carousel-item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}


.carousel, .carousel-item, .active {
    height: 100%;
    position: relative;
}

#carousel-example-generic .carousel-indicators {
    z-index: 99 !important;
}

#carousel-example-generic .carousel-indicators li {
    border: 1px solid #fff;
    background-color: transparent !important;
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #fff;
}

#carousel-example-generic .carousel-indicators li.active {
    background-color:  #C7A45C !important;
}

#fade-quote-carousel .carousel-indicators li.active {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    margin: 0;
    background-color:  #C7A45C !important;
}

.home-content-main {
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    /*z-index: 11;*/
}

.home-content-main:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
/* background-color: rgba(0, 0, 0, 0.68);*/
    background-color: currentcolor;
    top: 0;
    left: 0;
    z-index: 1;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.home-row {
    z-index: 2;
    position: relative;
}

.home-text {
    width: 100%;
}

.home-text h2 {
    font-size: 21px;
    color:  #E8CB77;
    line-height: 23px;
/*letter-spacing: 2 px;*/
    padding-bottom: 39px;
    margin-top: 30px;
    font-family: 'Hacen Samra';
}

.underline1 {
    width: 200px;
    height: 2px;
    background-color:  #C7A45C;
    margin: auto;
}

.underline2 {
    width: 20px;
    height: 8px;
    background-color:  #E8CB77;
    margin: auto;
    border-radius: 150px;
    margin-top: -5px;
}

.home-text p {
    font-size: 16px;
    color: white;
    line-height: 25px;
/* letter-spacing: 2 px;*/
    padding-bottom: 0px;
    margin: 0px 160px;
    margin-bottom: 25px;
}

.home-text h3 {
    font-size: 35px;
    color: white;
 /*letter-spacing: 4 px;*/
    line-height: 47px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 600;
}

.home-text h3 span {

/*letter-spacing: 0 px;*/
    color:  #E8CB77;
    text-align: center;
    padding: 4px 6px;
}

.home-contact1 {
    font-size: 15px;
    padding: 7px 21px;
    background-color:  #ff5301;
    color: #9A6E41;
    border-radius: 6px;
/*letter-spacing: 1 px;*/
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border: 3px solid #fff;
    margin-right: 10px;
    text-decoration: none;
}

.home-contact1:hover {
    color: white;
    border: 3px solid #fff;
    text-decoration: none;
    background-color: transparent;
}

.home-contact2 {
    font-size: 15px;
    padding: 7px 21px;
    background-color: transparent;
    color: white;
    border-radius: 6px;
/* letter-spacing: 1 px;*/
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border: 3px solid #fff;
    margin-left: 10px;
    text-decoration: none;

}

.home-contact2:hover {
    color: #fff;
    border: 3px solid #fff;
    text-decoration: none;
    background: radial-gradient(circle at right center, #9A6E41 0%, #C7A45C 60%, #E8CB77 100%);
    font-weight: bold;
}

.home-background {
    width: 100%;
    height: 100vh;
}

.image-home {
    width: 100%;
    height: 100vh;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*==================================================================== dropdown menu ============================================================*/


/*==================================================================== ABOUT ============================================================*/


#about {
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
}

.about-content {
    padding-top: 100px;
    padding-bottom: 0px;

}


.us-grid {
    margin-top: 0px;
}

.about-col {
    padding: 0px;
    display: table;
    height: 100%;
}

.about-image {
    position: relative;
}

.about-img {
    width: 100%;
    height: auto;

}

.about-details {
    margin-left: 20px;
}

.about-title h3 {
    font-size: 31px;
    font-family: 'Hacen Samra';
/* letter-spacing: 3 px;*/
    color: #1A254E;
    font-weight: 900;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 16px;
}

.about-title p {
    font-size: 16px;
/*letter-spacing: 1 px;*/
    color: #9A6E41;
    padding: 0px;
    line-height: 27px;
    margin-top: 16px;
}

.about-row {
    margin-top: 50px;
}

.about-details h3 {
    font-size: 29px;
    font-family: 'Hacen Samra';
/* letter-spacing: 1 px;*/
    color:  #ff5301;
    font-weight: 700;
    margin-top: 0px;
    padding: 7px 0px;
}

.about-details p {
    font-size: 15px;
    color: #9A6E41;
/* letter-spacing: 1 px;*/
    line-height: 26px;
    margin-bottom: 34px;
    margin-top: 9px;
    padding-right: 24px;
}

.about-details h2 {
    font-size: 20px;
    color: #818181;
/* letter-spacing: 1 px;*/
    line-height: 29px;
    margin-bottom: 11px;
    margin-top: 1px;
    padding-right: 24px;
}

.about-details h2 span {
    font-size: 19px;
    color: white;
/* letter-spacing: 1 px;*/
    line-height: 29px;
    margin-bottom: 0px;
    margin-top: 2px;
    background-color: #17C9C3;
    display: inline;
    padding: 4px 11px;
    margin-right: 14px;
}

.about-details a {
    font-size: 15px;
    padding: 7px 21px;
    background-color:  #ff5301;
    color: #9A6E41;
    border-radius: 6px;
/*letter-spacing: 1 px;*/
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border: 3px solid  #ff5301;
    margin-right: 10px;
    text-decoration: none;
}

.about-details a:hover {
    color: #9A6E41;
    border: 3px solid #9A6E41;
    text-decoration: none;
    background-color: transparent;
}

.no-padding {
    padding: 0px;
}

.work-counter {
    width: 100%;
    margin-top: 100px;
}

#counter {
    direction: rtl;
    /* background: url(../img/counter.jpg) 50% 0 no-repeat fixed;*/
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    padding: 100px 0px;
    padding-bottom: 70px;
}

#counter:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.68);
}

.work-statistics {
    padding: 0px;
    margin-bottom: 30px;
    position: relative;
    z-index: 111;

}

.work-statistics h3 {
    font-size: 28px;
    color: white;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    font-weight: 700;
}

.work-statistics p {
    color: white;
    font-size: 20px;
    margin-bottom: 0px;
}

.stat-icon {
    font-size: 32px;
    margin-top: 0px;
    color: white;
    transition: .8s;
    -o-transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    height: 80px;
    width: 80px;
    background-color:  #ff5301;
    line-height: 71px;
    text-align: center;
    border-radius: 5px;
    border: 4px solid  #ff5301;
}

.work-statistics:hover .stat-icon {
    background-color: transparent;
    color: white;
    border: 4px solid white;
}

.work-statistics:hover h3 {
    color:  #ff5301;
}


/*================================================================ TEAM ===============================================================*/


#team {
    direction: rtl;
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
}

.team-content {
    padding-top: 100px;
    padding-bottom: 0px;
}

.team-grid {
    width: 100%;
    margin-top: 100px;
}

.team-row {
    margin-top: 50px;
}

.team-title {
    width: 100%;
}

.team-title h3 {
    font-size: 31px;
    font-family: 'Hacen Samra';
/* letter-spacing: 3 px;*/
    color: #1A254E;
    font-weight: 900;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 16px;
}

.team-title p {
    font-size: 16px;
    color: #9A6E41;
    font-weight: bold;
    padding: 0px;
    line-height: 27px;
    margin-top: 16px;
}

.corporate-team {
    position: relative;
    margin-bottom: 30px;
}

.corporate-team:hover .overlay {
    transform: scale(1);
}

.corporate-team:hover h2 {
    transform: translateY(0px);

}

.corporate-team:hover p {
    transform: translateY(0px);

}

.corporate-team:hover .team-icon-grid {
    transform: translateY(0px);

}

.team-col {
    margin: 0px;
    position: relative;
}

.team-member {
    position: relative;
    overflow: hidden;
    margin: 0px;
}

.team-img {
    width: auto;
    height: 400px;
    padding: 0px;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    border: 0px solid white;
    box-shadow: 0px 0px 4px 0px #d7d7d7;
}

.team-details {
    padding: 23px 0px;
    background-color:  #C7A45C;
    margin-top: 0px;
    position: relative;
    z-index: 11111;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    box-shadow: 0px 0px 4px 0px #d7d7d7;
}

.team-details h3 {
    margin: 0px;
    font-size: 18px;
    color: #F2F2F2;
    font-weight: 700;
    margin-top: 0px;
    text-align: center;
    padding: 0px 5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), -2px -2px 4px rgba(255, 255, 255, 0.3);
    height: 10vh;
}

.team-member h2 {
    margin: 0px;
    padding: 0px 25px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #1A254E;
    transform: translateY(-550px);
    transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    transition-delay: .2s;
}

.team-member p {
    font-size: 17px;
    color: #9A6E41;
    font-weight: bold;
    line-height: 24px;
    margin: 0px 20px;
    margin-top: 10px;
    margin-bottom: 15px;
    transform: translateY(-550px);
    transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    transition-delay: .2s;
    /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), -2px -2px 4px rgba(255, 255, 255, 0.3);*/
    border-top: 1px solid;
    padding-top: 8px;
}

.team-icon {
    margin-top: 3px;
    transition: .3s;
    position: relative;
    z-index: 1;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.team-social {
    padding-left: 0px;
    display: inline-flex;
    list-style: none;
    margin: 0px;
}

.team-social li {
    margin: 0px;
}

.team-social li a {
    font-size: 17px;
    color: white;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    text-align: center;
    margin-right: 11px;
    float: left;
    height: 30px;
    width: 30px;
    background-color: #9A6E41;
    border-radius: 5px;
    line-height: 30px;
}

.team-social li a:hover {
    color: #9A6E41;
    background-color: white;
}


.team-icon-grid {
    width: 100%;
    background-color: transparent;
    position: relative;
    margin-top: 10px;
    transform: translateY(250px);
    transition: .8s;
    -o-transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    transition-delay: .6s;
}

.skill {
    width: 100%;
    background-color: white;
    position: relative;
    margin-top: 70px;
}

.skill-main {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 111;
    padding-bottom: 70px;
}

.skill-title {
    padding-top: 0px;
}

.skill-row {
    margin-top: 30px;
}

.skill-title h3 {
    font-size: 31px;
    font-family: 'Hacen Samra';
/* letter-spacing: 3 px;*/
    color: #1A254E;
    font-weight: 900;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 16px;
}

.skill-under {
    background-color: white;
}

.skill-details {
    padding-top: 10px;
    margin-bottom: 30px;
}

.skill-details p {
    font-size: 15px;
/*letter-spacing: 1 px;*/
    color: #9A6E41;
    padding: 0px;
    line-height: 26px;
    margin-top: 0px;
}

.content {
    width: 100%;
    margin: 0;
    position: relative;
    float: left;
    font-size: 12px;
    line-height: 2em;
}

.col {
    width: 100%;
}

.faq-grid {
    margin-top: 19px;
}

/* panel start */

.panel-default > .panel-heading {
    color: #9A6E41;
    background-color:  #ff5301;
    border-color:  #ff5301;
}

.panel-heading {
    padding: 12px 12px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading a {
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    color: #9A6E41;
}

.panel-default {
    border: 1px solid #dedede;
    border-radius: 6px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 1px;
}

.panel-body {
    border-color: #dedede;
    /* margin-left: -7px;     */
    padding: 10px;
}

.panel-group {
    margin-bottom: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* panel end */

.message1 {
    width: 100%;
    background-color: 00267f;
    padding: 0px;
    margin-top: 0px;
}

#message-content1 {
    background: url(../img/message1.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    padding: 100px 0px;
}

#message-content1:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.68);
}

.message1-client {
    position: relative;
    z-index: 1111;
}

.message1-client h3 {
    font-size: 29px;
    font-family: 'Hacen Samra';
/* letter-spacing: 2 px;*/
    color: #ff5301;
    margin: 0px;
    font-weight: 600;
    line-height: 41px;
}

.message1-client p {
    font-size: 33px;
    color: white;
/* letter-spacing: 2 px;*/
    margin-top: 15px;
    margin-bottom: 36px;
}

.message1-client a {
    font-size: 15px;
    padding: 7px 21px;
    background-color: #ff5301;
    color: #9A6E41;
    border-radius: 6px;
/* letter-spacing: 1 px;*/
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border: 3px solid #fff;
    margin-right: 10px;
    text-decoration: none;
}

.message1-client a:hover {
    color: white;
    border: 3px solid #fff;
    text-decoration: none;
    background-color: transparent;
}


/*=========================================================================== Schedule ===============================================================*/


#schedule {
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
}

.schedule-content {
    padding-top: 100px;
    padding-bottom: 0px;
}

.schedule-grid {
    width: 100%;
    margin-top: 0px;
    position: relative;
    z-index: 111;
}

.schedule-title {
    width: 100%;
}

.schedule-title h3 {
    font-size: 31px;
    font-family: 'Hacen Samra';
/* letter-spacing: 3 px;*/
    color: #1A254E;
    font-weight: 900;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 16px;
}

.schedule-title p {
    font-size: 16px;
/* letter-spacing: 1 px;*/
    color: #9A6E41;
    padding: 0px;
    line-height: 27px;
    margin-top: 16px;
}

.schedule-details {
    padding: 18px;
    margin-bottom: 25px;
    border: 1px solid #F6F1F1;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    background-color: white;
    box-shadow: 0px 0px 2px 0px #c6c6c6;
}

.carousel, .item, .active1 {
    height: 100%;
    position: relative;
    width: auto;
}

.nav-pills {
    border-bottom: none;
    padding: 0px 15px;
    width: 395px;
    margin: auto;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: white;
    cursor: default;
    border: 1px solid transparent;
    background-color:  #ff5301;
}

.tips-row {
    margin-top: 50px;
}

.nav-pills > li > a {
    margin-right: 11px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #535353;
    cursor: default;
    background-color: transparent;
    font-size: 14px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    padding: 7px 20px;
}

.nav-pills .nav-link {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.nav-pills .nav-link.active {
    background-color: #fff;
    color: #535353;
    background-color:  #ff5301;
}

.nav-pills > li > a:hover {
    color: white;
    cursor: default;
    cursor: pointer;
    background-color:  #ff5301;
    border: 1px solid  #ff5301;
}

.details-tips {
    width: 100%;
    border-top: 1px solid #454545;
}

.tab-content {
    padding: 0px 15px;
    margin-top: 50px;
}

.about-col1 {
    padding: 0px;
    display: table;
    height: 100%;
    padding-right: 15px;
}

.day1-image {
    width: 100%;
    height: 400px;
    padding: 0px;
    background-image: url(../img/day1.jpg);
    background-size: cover;
    background-position: center center;
}

.day2-image {
    width: 100%;
    height: 400px;
    padding: 0px;
    background-image: url(../img/day2.jpg);
    background-size: cover;
    background-position: center center;
}

.day3-image {
    width: 100%;
    height: 400px;
    padding: 0px;
    background-image: url(../img/day3.jpg);
    background-size: cover;
    background-position: center center;
}

.day4-image {
    width: 100%;
    height: 400px;
    padding: 0px;
    background-image: url(../img/day4.jpg);
    background-size: cover;
    background-position: center center;
}

.day-text {
    padding: 0px 30px;
    text-align: right;
}

.day-text h3 {
    color: #151515;
    font-size: 28px;
    line-height: 26px;
/* letter-spacing: 1 px;*/
    margin-bottom: 21px;
    font-weight: 700;
}

.day-text h2 {
    color: #151515;
    font-size: 21px;
    line-height: 26px;
/*letter-spacing: 1 px;*/
    margin-bottom: 38px;
    margin-top: 0px;
}

.day-text p {
    color: #4b4b4b;
    font-size: 16px;
    line-height: 25px;
/* letter-spacing: 1 px;*/
    margin-bottom: 11px;
}

.day-text a {
    font-size: 15px;
    padding: 7px 21px;
    background-color:  #ff5301;
    color: #9A6E41;
    border-radius: 6px;
/* letter-spacing: 1 px;*/
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border: 3px solid  #ff5301;
    margin-right: 10px;
    text-decoration: none;
}

.day-text a:hover {
    color: #9A6E41;
    border: 3px solid #9A6E41;
    text-decoration: none;
    background-color: transparent;
}

.details-row {
    height: 400px;
    background-color: white;
    border: 1px solid #f0f0f0;
    box-shadow: 0px 0px 2px 0px #f0f0f0;
}

.property-details-bottom h3 {
    color: #9A6E41;
    font-size: 17px;
}

.property-icon {
    color: white;
    font-size: 19px;
    height: 40px;
    width: 40px;
    background-color:  #ff5301;
    text-align: center;
    line-height: 36px;
    box-shadow: 2px 2px 3px 0px  #ff5301;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

#video {
    position: relative;
    width: 100%;
    margin-top: 100px;
    background-image: url(../img/video.jpg);
    background-size: cover;
    background-position: center 45%;
}

#video:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.68);
    top: 0;
    left: 0;
    z-index: 1;
}

.video-content {
    padding: 100px 0px;
    position: relative;
    z-index: 111;
}

.video-grid h3 {
    color: white;
    font-size: 32px;
}

.video-icon {
    font-size: 23px;
    width: 50px;
    height: 50px;
    background-color: white;
    line-height: 49px;
    text-align: center;
    border-radius: 150px;
    margin-top: 20px;
    color:  #ff5301;
}

.video-grid a:hover {
    text-decoration: none;
    color: #24d8d2;
}


/*=========================================================================== WORK ===============================================================*/


#work {

    width: 100%;
    background-color: white;
    margin-top: 0px;
}

/*.work-content {

    padding-bottom: 100px;
}*/

.work-grid {

    width: 100%;
}

.work-title {
    padding-top: 100px;
}

.work-title h3 {
    font-size: 31px;
    font-family: 'Hacen Samra';
    /*letter-spacing: 3px;*/
    color: #1A254E;
    font-weight: 900;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 16px;
}

.work-details {

    margin-top: 30px;
}

.overlay {
    height: 100%;
    width: 100%;
    background: #E4E4E4;

    position: absolute;
    z-index: 1;
    transform: scale(0);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.overlay-main {
    width: 100%;
    height: 100%;
    display: table;
}

.work-icon {
    font-size: 40px;
    color: #666;
    text-align: center;
}

.portfolio-wrapper:hover .overlay {
    transform: scale(1);
}

#filters {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

#filters li {

    float: right;
    margin-right: 10px;
    width: 32.4%;
    margin-bottom: 10px;

}

#filters li span {
    align: center;
    display: block;
    padding: 6px;
    text-decoration: none;
    color: #666;
    cursor: pointer;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
}

#filters li span.active {
    background: radial-gradient(circle at right center, #9A6E41 0%, #C7A45C 60%, #E8CB77 100%);
    color: #fff;
    border: 1px solid  #C7A45C;
    border-radius: 5px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), -2px -2px 4px rgba(255, 255, 255, 0.3);
    text-align: center;
}

#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 32%;
    height: 300px;
    margin: 0%;
    display: none;

    overflow: hidden;
    margin-right: 1%;
    margin-bottom: 1%;
}

.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;

    background: #9A6E41;
}

.portfolio img {
    width: 100%;
    height: 250px;
    position: relative;
    top: 0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio-wrapper img {
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}

.portfolio .text-category {
    display: block;
    font-size: 9px;
}


/* #Tablet (Portrait) */


/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {


    #ads {
        display: none;
    }



}


/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {


    #ads {
        display: none;
    }

}

/* #Clearing */

/* Self Clearing Goodness */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after {
    clear: both;
}

.row,
.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}


/*================================================================ FANCYBOX ===============================================================*/


.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #efefef;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background: url('../img/close.png') center center no-repeat;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../img/blank.gif');
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    right: 0;
}

.fancybox-next {
    left: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    right: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    left: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}


.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: visible !important;
}

.fancybox-lock-test {
    overflow-y: visible !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.83);
}


.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #9A6E41;
    background: rgba(0, 0, 0, .8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../fancybox_sprite@2x.png');
        background-size: 44px 152px;
    }

    #fancybox-loading div {
        background-image: url('../fancybox_loading@2x.gif');
        background-size: 24px 24px;
    }
}

#fancybox-buttons {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 8050;
}

#fancybox-buttons.top {
    top: 10px;
}

#fancybox-buttons.bottom {
    bottom: 10px;
}

#fancybox-buttons ul {
    display: block;
    width: 166px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    border: 1px solid #111;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
    background: rgb(50, 50, 50);
    background: -moz-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(68, 68, 68)), color-stop(50%, rgb(52, 52, 52)), color-stop(50%, rgb(41, 41, 41)), color-stop(100%, rgb(51, 51, 51)));
    background: -webkit-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -o-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: -ms-linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    background: linear-gradient(top, rgb(68, 68, 68) 0%, rgb(52, 52, 52) 50%, rgb(41, 41, 41) 50%, rgb(51, 51, 51) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0);
}

#fancybox-buttons ul li {
    float: right;
    margin: 0;
    padding: 0;
}

#fancybox-buttons a {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url('fancybox_buttons.png');
    background-repeat: no-repeat;
    outline: none;
    opacity: 0.8;
}

#fancybox-buttons a:hover {
    opacity: 1;
}

#fancybox-buttons a.btnPrev {
    background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
    background-position: -33px 0;
    border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
    background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
    background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
    background-position: 3px -60px;
    border-left: 1px solid #111;
    border-right: 1px solid #3e3e3e;
    width: 35px
}

#fancybox-buttons a.btnToggleOn {
    background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
    border-left: 1px solid #111;
    width: 35px;
    background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
    opacity: 0.4;
    cursor: default;
}

#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050;
}

#fancybox-thumbs.bottom {
    bottom: 2px;
}

#fancybox-thumbs.top {
    top: 2px;
}

#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: 0.5;
}

#fancybox-thumbs ul li.active {
    opacity: 0.75;
    padding: 0;
    border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
    opacity: 1;
}

#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: none;
}

#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
    max-width: none;
}


/*--------------------------------------------------------------- PRICIING ------------------------------------------------------------*/


#pricing {
    height: auto;
    width: 100%;
    background-color:  #ff5301;
}

.pricing-content {
    padding-bottom: 100px;
}

.price-title {
    padding-top: 100px;
}

.price-title h3 {
    font-size: 31px;
    font-family: 'Hacen Samra';

    color: white;
    font-weight: 900;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 16px;
}

.price-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: white;
    padding: 0px;
    line-height: 27px;
    margin-top: 16px;
}

.white {
    background-color: white;
}

.price-grid {
    margin-top: 0px;
}

.price-pack {
    position: relative;
    margin: 0px 0px;
    border: 1px solid  #ff5301;
    padding: 28px 0px;
    background-color: white;
    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    margin-right: 10px;
    box-shadow: 0px 0px 6px 0px  #ff5301;
}

.price-pack:hover {
    box-shadow: 0px 0px 6px 0px  #ff5301;
}

.price-pack:hover .price-pack-head h3 {
    margin: 0px 25px;
    margin-top: 7px;
}


.price-pack-head {
    padding-bottom: 12px;
}

.price-pack-head h3 {
    margin: 0px;
    color: #FFF;
    padding-top: 0px;
    font-size: 21px;
    font-weight: 700;

    transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    margin-top: 7px;
    padding: 11px 30px;
    background-color:  #ff5301;
}

.price-pack-head p {
    margin: 0px;
    font-size: 18px;
    margin-top: 8px;
    color: #727272;
    padding: 0px 30px;
}

.price-pack-head p span {
    font-size: 54px;
    color:  #ff5301;
    font-weight: 900;
    font-family: 'Hacen Samra';
}

.price-pack-body {
    margin-top: 16px;
    padding-bottom: 10px;
    padding: 0px 30px;
}

.price-pack-body ul {
    padding: 0px;
    display: inherit;
    list-style: none;
    position: relative;
    margin-bottom: 41px;
}

.price-pack-body ul li {
    border-bottom: 1px solid #efefef;
    padding: 13px 0px;
    font-size: 14px;
    color: #4d4d4d;
}

.price-pack-body ul li:first-child {
    border-top: 1px solid #efefef;
}

.price-pack-body a {
    font-size: 15px;
    padding: 7px 21px;
    background-color:  #ff5301;
    color: #9A6E41;
    border-radius: 6px;
/*letter-spacing: 1 px;*/
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border: 3px solid  #ff5301;
    margin-right: 10px;
    text-decoration: none;
}

.price-pack-body a:hover {
    color: #9A6E41;
    border: 3px solid #9A6E41;
    text-decoration: none;
    background-color: transparent;
}


/*============================================================= TESTIMONIAL ================================================================*/


#testimonial {
	margin-top: 0 !important;
    padding-top: 0 !important;
    width: 100%;
    background-color: white;
    position: relative;


}

.testimonial-content {
    padding-bottom: 80px;
    padding-top: 80px;
}

.testimonial-grid {
	
    width: 100%;
    position: relative;
    z-index: 111;
}

.testimonial-title {
    padding-top: 0px;
}

.testimonial-title h3 {
    font-size: 31px;
    font-family: 'Hacen Samra';
    /*letter-spacing: 3px;*/
    color: #1A254E;
    font-weight: 900;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 16px;
}

.testimonial-title p {
    font-size: 16px;
    color: #9A6E41;
    padding: 0px;
    line-height: 27px;
    margin-top: 16px;
    font-weight: bold;
}

.testimonial-details {
    width: 100%;
}

.carousel-indicators1 {

    position: absolute;
    bottom: -60px;

    z-index: 15;

    padding-left: 0;
    /*margin-left: -30%;*/
    text-align: center;
    list-style: none;
}

section {
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    margin-top: 48px;
}

.quote {
    color: rgba(0, 0, 0, .1);
    text-align: center;
    margin-bottom: 20px;
}

#fade-quote-carousel.carousel {
    padding-bottom: 0px;
    height: auto;
    position: relative;
}

#fade-quote-carousel.carousel .carousel-inner .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

.carousel-indicators .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;

}

#fade-quote-carousel.carousel .carousel-indicators {
    bottom: -32px;

}

.carousel-indicators > li {
    width: 10px !important;
    height: 10px !important;
    background-color:  #E8CB77 !important;
    border-radius: 50%;
    border: 1px solid #fff;
}

#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color:  #ff5301;
    border: 1px solid #fff;


}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;

}

.carousel-item blockquote p {
    font-size: 16px;
    color: #2D2D2D;
    margin-bottom: 0px;
    line-height: 32px;
    position: relative;
    margin-top: 12px;
    text-align: center;

}

.carousel-item blockquote p span {
    font-size: 23px;
    color: #9A6E41;
    position: relative;
    line-height: 44px;
}

.carousel-item {
    height: auto;
}

.circle-img {
    width: 125px;
    height: 125px;
    border-radius: 5px;
}

#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
    margin-bottom: 9px;
    margin-top: 10px;
}

section {
    height: auto;
    margin: 40px 0;
}



/*--------------------------------------------------------------- sponsors ------------------------------------------------------------*/


#sponsors {
    height: auto;
    width: 100%;
    background-color: #221a1a;
}

.sponsors-content {
    padding-bottom: 100px;
}

.sponsors-title {
    padding-top: 100px;
}

.sponsors-title h3 {
    font-size: 31px;
    font-family: 'Hacen Samra';

    color: white;
    font-weight: 900;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 16px;
}

.sponsors-title p {
    font-size: 16px;

    color: white;
    padding: 0px;
    line-height: 27px;
    margin-top: 16px;
}

.white {
    background-color: white;
}

.sponsors-grid {
    margin-top: 0px;
}

.sponsors-image {
	margin-bottom: 10px;
}

.sponsors-img {
    padding: 5px;
    width: 100%;
    height: 280px;
    border-radius: 20px 100px 20px 100px;
    /* border: 1px solid  #ff5301; */
    box-shadow: 1px 2px 3px #C7A45C, -1px -2px 3px #E8CB77;
}


/*============================================================== CONTACT =====================================================================*/


#contact {
    width: 100%;
    background-color: white;
    margin-top: 0px;
    position: relative;
}

#contact-content {
    background: url(../img/contact.jpg) 50% 0 no-repeat fixed;
    margin: 0;
    height: 100%;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    padding: 100px 0px;
    padding-bottom: 0px;
}

#contact-content:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #9A6E41;
}

.contact-grid {
    position: relative;
    z-index: 111;
}

.contact-title {
    padding-top: 0px;
}

.contact-col h3 {
    font-size: 33px;
    font-family: 'Hacen Samra';

    color: #1A254E;
    font-weight: 700;
    margin-top: 100px;
    padding: 0px;
}

.contact-col p {
    font-size: 16px;

    color: #9A6E41;
    padding: 0px;
    line-height: 27px;
    margin-top: 19px;
}

.contact-row {
    margin-top: 50px;
}

.contact-form-details {
    margin-top: 0px;
    padding-bottom: 0px;
}

.contact-form {
    width: 100%;
    margin: auto;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    display: block;
    width: 100%;
    margin: auto;
    height: 45px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #B6B6B6;
    background-image: none;
    border: 1px solid #9A6E41;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-color: transparent;
    background-color: white;
    text-align: center;
    box-shadow: 0px 0px 2px 0px #dadada;
}

.form-control:enabled {
    box-shadow: none;
    border: 1px solid #c8c8c8;
}

.has-error .form-control {
    border-color: #9A6E41;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.contact-col {
    background-color: white;
    border: 1px solid #fff;
    padding: 0px 70px;
    padding-bottom: 100px;
}

.contact-form-details {
    margin-top: 0px;
    padding-bottom: 0px;
}

.contact-form {
    width: 100%;
    margin: auto;
    margin-top: 50px;
}

.has-error .help-block {
    color: #848383;
    text-align: center;
}

.has-error .form-control:enabled {
    border: 1px solid #d4d4d4
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
}

.btn-success.disabled {
    background-color:  #ff5301;
    border-color:  #ff5301;
    color: #9A6E41;
    cursor: not-allowed;
}

.btn.disabled:hover {
    background-color:  #ff5301;
    border-color:  #ff5301;
    color: #9A6E41;
    cursor: not-allowed;
}

.btn-success:hover {
    cursor: pointer;
    background-color:  #ff5301;
    border-color:  #ff5301;
    color: #9A6E41;
}

.btn-success {
    background-color:  #ff5301;
    border-color:  #ff5301;
    color: #9A6E41;
}

.text-danger {
    color: #9A6E41;
    position: absolute;
    width: 100%;
    text-align: center;
}

.text-success {
    color: #9A6E41;;
    position: absolute;
    width: 100%;
    text-align: center;
}

.hidden {
    display: none !important;
    color: #2a99cc;
}

.contact-colamn {
    padding-top: 0px;
}

.contact-col-grid {
    background-color: transparent;
    padding: 18px 26px;
    margin: 0px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border: 1px solid  #ff5301;
}

.contact-icon {
    font-size: 19px;
    color: white;
    position: relative;
    margin-left: 0px;
    margin-top: 0px;
    background-color:  #ff5301;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    border-radius: 5px;
}

.contact-row {
    margin-top: 100px;
    margin-bottom: 80px;
}

.contact-col-grid h3 {
    font-size: 29px;
    color: white;
    position: relative;
    margin-top: 15px;
    font-family: 'Hacen Samra';
}

.contact-col-grid p {
    font-size: 17px;
    color:  #ff5301;
    line-height: 23px;
    position: relative;
}

.map {
    width: 100%;
    height: 600px;
}

.map-wrap {
    position: relative;
}

.overlay-map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 11;
}

.map-col {
    padding: 0px;
}

.copyright-details {
    background: linear-gradient(180deg, #9A6E41, #E8CB77);
}

.copyright h3 {
    margin: 0px;
    padding: 16px 0px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

.form-control::-webkit-input-placeholder {
    color: #9A6E41;
}

.form-control:-moz-placeholder {
    color: #9A6E41;
}

.form-control::-moz-placeholder {
    color: #9A6E41;
}

.form-control:-ms-input-placeholder {
    color: #9A6E41;
}


/*=============================================================== RESPONSIVE ======================================================*/

@media screen and (max-width: 1200px) {
    .navbar-nav li {
        float: left;
        margin: 0px 7px;
        display: inherit;
    }
}

@media screen and (max-width: 992px) {
    .navbar-default .navbar-toggler {
        border-color: #ddd;
    }

    .navbar-nav li {
        float: left;
        margin: 0px 7px;
        display: inherit;
    }

    .navbar-default .navbar-nav > li > a {
        color: white;

        font-size: 13px;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        padding: 10px 0px;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: 100%;
        background-color: rgba(0, 0, 0, 0.76);
        position: relative;
        top: 17px;
    }

    .navbar-fixed-top.small .navbar-collapse {
        background-color: white;
    }


    div#uptown > ul {
        display: flex;
        justify-content: center !important;
        align-items: center;
    }

    .team-details h3{
        font-size: 14px;
        padding: 5px;
    }

    #searchForm select, #statsForm select{
        width: 100% !important;
        margin-bottom: 5px;
    }
    input[type='submit']#show, input[type='submit']#show-stats{
        width: 100% !important;
    }

    #filters li{
        width: 100%;
        margin: 10px 0px;
    }

    #portfoliolist .portfolio{
        height: 150px;
    }

    .testimonial-title p{
        padding: 0px 35px;
        text-align: justify;
    }

    div.home {
        width: 100% !important;
        overflow-x: scroll;
    }

    #donut-chart {
        text-align: inherit !important;
    }

    .apexcharts-toolbar{
        right: -50px !important;
    }

    .team-details h3{
        height: auto;
    }

    #bedaya .carousel-inner .carousel-item {
        height: 300px !important;
    }
}


@media screen and (max-width: 865px) {
    .navbar-nav li {
        float: left;
        margin: 0px 5px;
        display: inherit;
    }
}

@media screen and (max-width: 768px) {
    .container {
        width: 100%;
    }

    .navbar-default .navbar-nav > li > a {
        color: white;
    /* letter-spacing: 2 px; */
        font-size: 11px;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        padding: 10px 0px;
    }

    .navbar-default.small .navbar-nav > li > a {
        color: #1A254E;
    /* letter-spacing: 2 px; */
        font-size: 11px;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        padding: 10px 0px;
    }

    .navbar-nav li {
        float: left;
        margin: 0px 4px;
        display: inherit;
    }

    .navbar-nav {
        float: right;
        margin: 17px 21px;
        margin-right: 10px;
    }

    .home-text p {
        font-size: 16px;
        color: white;
        line-height: 25px;
    /*letter-spacing: 2 px;*/
        padding-bottom: 0px;
        margin: 0px 10px;
        margin-bottom: 25px;
    }

    .about-details p {
        font-size: 13px;
        color: #595959;
    /*letter-spacing: 1 px;*/
        line-height: 25px;
        margin-bottom: 34px;
        margin-top: 9px;
        padding-right: 24px;
    }

    .faq-grid {
        margin-top: 60px;
    }

    .price-pack {
        position: relative;
        margin: 0px 0px;
        border: 1px solid  #ff5301;
        padding: 28px 0px;
        background-color: white;
        transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        margin-right: 10px;
        box-shadow: 0px 0px 6px 0px  #ff5301;
        margin-bottom: 30px;
    }

    .pricing-content {
        padding-bottom: 70px;
    }

    #skill {
        list-style: none;
        padding: 34px 2px;
    }

    .skill-details {
        padding-top: 32px;
    }

    .skill-main {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 111;
        padding-bottom: 66px;
    }

    .about-title p {
        font-size: 16px;
        /*letter-spacing: 1px;*/
        color: #9A6E41;
        padding: 0px 30px;
        line-height: 27px;
        margin-top: 24px;
    }

    .about-details {

        margin-left: 30px;

    }

    /* .navbar-default .navbar-nav > li > a:hover {
        color: #ff5301 ;
    } */

}

@media screen and (max-width: 767px) {
    /* .navbar-default.small .navbar-nav > li > a {
        color: white;
        letter-spacing: 2px;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        padding: 10px 0px;
        font-weight: 600;
        font-size: 16px;
    } */
    /* .navbar-default .navbar-nav > li > a:hover {
        color: #ff5301 ;
    } */
    .us-row {
        height: 350px;
        background-color: #F6F6F6;
    }

    .about-col {
        padding: 0px;
        display: table;
        height: 100%;
        background-color: #F6F6F6;
    }

    .navbar-default .navbar-toggler {
        border-color: #9A6E41;
        /* margin-top: -56px; */
    }

    .navbar-default {
        background-color: transparent;
        height: 75px;
        border-bottom: none;
        overflow: visible;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }

    /* .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 36%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    } */
    .navbar-style {
        padding: 0px;
    }

    /* .navbar-nav li {
        float: left;
        margin: 9px 11px;
        display: inherit;
        width: 100%;
    } */
    /* .navbar-default .navbar-nav > li > a {
        color: white;
        letter-spacing: 2px;
        font-size: 16px;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        padding: 10px 0px;
        text-align: center;
    } */
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
        overflow: visible;
    }


    .about-details {
        margin-top: 30px;
        margin-left: 0px;
    }

    .details-row {
        background-color: white;
        border: 1px solid #f0f0f0;
        box-shadow: 0px 0px 2px 0px #f0f0f0;
        height: auto;
    }

    .about-col1 {
        padding: 0px;
        height: 100%;
        padding-right: 0px;
        display: block;
    }

    .about-col {
        padding: 0px;
        display: block;
        background-color: white;
    }

    .day-text {
        padding: 30px 30px;
        padding-bottom: 60px;
    }

    .price-pack {
        margin: 12px 0px;
    }

    .pricing-content {
        padding-bottom: 88px;
    }

    .contact-col {
        background-color: white;
        border: 1px solid #fff;
        box-shadow: 0px 0px 9px 0px #e3e3e3;
        padding: 0px 70px;
        padding-bottom: 100px;
        margin: 0px 15px;
    }
}


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

    /*
        .navbar-default.small .navbar-nav > li > a {
            color: white;
            letter-spacing: 2px;
            transition: .2s;
            -webkit-transition: .2s;
            -moz-transition: .2s;
            -ms-transition: .2s;
            -o-transition: .2s;
            padding: 10px 0px;
            font-weight: 600;
            font-size: 16px;
        }
        .navbar-default .navbar-nav > li > a:hover {
            color: #ff5301 ;
        } */
    .active-grid {
        border: 5px solid #0F569C;
    }

    #portfoliolist .portfolio {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 50%;
        margin: 0%;
        display: none;
        float: left;
        overflow: hidden;
    }
}


@media screen and (max-width: 480px) {
    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }

    .home-text h3 {
        font-size: 32px;
        color: white;
        font-family: 'jflat';

        line-height: 39px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .message1-client p {
        font-size: 33px;
        color: white;

        margin-top: 15px;
        margin-bottom: 36px;
        line-height: 34px;
    }

    .contact-col {
        background-color: white;
        border: 1px solid #fff;
        padding: 0px 20px;
        padding-bottom: 100px;
        margin: 0px 15px;
        box-shadow: none;
    }

    .about-title p {
        font-size: 14px;

        color: #5D5D5D;
        padding: 0px 30px;
        line-height: 27px;
        margin-top: 24px;
    }

    .us-row {
        height: 450px;
        background-color: #F6F6F6;
    }

    /* .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 27%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    } */
    #filters li {
        float: none;
        margin-bottom: 5px;
    }

    #filters {
        padding: 0;
        list-style: none;
        margin-bottom: 30px;
        width: 100%;
        margin: auto;
        margin-bottom: 30px;
    }


    .item blockquote p {
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 30px;
        position: relative;
    }

    /* .navbar-default.small .navbar-nav > li > a {
        color: white;
        letter-spacing: 2px;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        padding: 10px 0px;
        font-weight: 600;
        font-size: 16px;
    }
    .navbar-default .navbar-nav > li > a:hover {
        color: #ff5301 ;
    } */


}

@media screen and (max-width: 320px) {
    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }

    /* .navbar-nav li {
        float: left;
        margin: 4px 11px;
        display: inherit;
        width: 100%;
    } */
    /* .navbar-default.small .navbar-nav > li > a {
        color: white;
        letter-spacing: 2px;
        transition: .2s;
        -webkit-transition: .2s;
        -moz-transition: .2s;
        -ms-transition: .2s;
        -o-transition: .2s;
        padding: 5px 0px;
        font-weight: 600;
        font-size: 14px;
    }
    .navbar-default .navbar-nav > li > a:hover {
        color: #ff5301 ;
    } */
    .about-details p {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 34px;
        margin-top: 9px;
        padding-right: 12px;
    }

    .about-details {
        margin-top: 0px;
        margin-left: 12px;
    }

    .about-details {
        margin-top: 0px;
        margin-left: 0px;
    }

    .home-text h3 {
        font-size: 18px;
        color: white;
        font-family: 'Raleway', sans-serif;

        line-height: 25px;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .home-text p {
        font-size: 13px;
        color: white;
        line-height: 22px;

        padding-bottom: 0px;
        margin: 0px 0px;
        margin-bottom: 9px;
    }

    .home-text h2 {
        font-size: 18px;
        color:  #ff5301;
        line-height: 23px;

        padding-bottom: 9px;
        margin-top: 10px;
        font-family: 'Hacen Samra';
    }

    .home-contact1 {
        font-size: 12px;
        padding: 7px 12px;
        background-color:  #ff5301;
        color: white;
        border-radius: 6px;

        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        border: 3px solid #fff;
        margin-right: 5px;
    }

    .home-contact2 {
        font-size: 12px;
        padding: 7px 12px;
        margin-left: 5px;
    }

    .about-title p {
        font-size: 13px;
        letter-spacing: 1px;
        padding: 0px 0px;
        line-height: 23px;
        margin-top: 24px;
    }

    #portfoliolist .portfolio {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 100%;
        margin: 0%;
        display: none;
        float: left;
        overflow: hidden;
    }

    .service-title p {
        font-size: 13px;

        padding: 0px 0px;
        line-height: 23px;
        margin-top: 24px;
    }

    .team-title p {
        font-size: 13px;

        padding: 0px 0px;
        line-height: 23px;
        margin-top: 24px;
    }

    .price-title p {
        font-size: 13px;

        padding: 0px 0px;
        line-height: 23px;
        margin-top: 24px;
    }

    .testimonial-details {
        width: 100%;
        padding-bottom: 0px;
    }

    .contact-title p {
        font-size: 13px;

        padding: 0px 5px;
        line-height: 23px;
        margin-top: 24px;
    }

    .what-title p {
        font-size: 13px;

        color: #9A6E41;
        padding: 0px;
        line-height: 23px;
        margin-top: 24px;
    }

    .about-details h2 {
        font-size: 14px;
        color: #818181;
    
        line-height: 29px;
        margin-bottom: 11px;
        margin-top: 1px;
        padding-right: 24px;
    }

    .about-details p {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 17px;
        margin-top: 9px;
        padding-right: 12px;
    }

    .nav-tabs {
        border-bottom: none;
        padding: 0px 15px;
        width: 100%;
        margin: auto;
    }

    .nav-tabs > li {
        float: left;
        margin-bottom: 12px;
    }

    /* .navbar-nav {
        float: right;
        margin: 11px 21px;
        margin-right: 17%;
        display: inherit;
        width: 200px;
        background-color: transparent;
    } */
}

.profile-circle iframe{
    width: 500px;
    height: 250px;
}

.carousel-item iframe{
    width: 100%;
    height: 400px;
    border-top: 3px solid  #C7A45C;
    border-left: 3px solid  #C7A45C;
    border-bottom: 3px solid #1A254E;
    border-right: 3px solid #1A254E;
    border-radius: 10px/10px;
}

#bedaya .carousel-inner .carousel-item {
	/*background-size: cover;
    background-position: center;*/
	height: 500px; /* Adjust to control vertical size */
    object-fit: cover; /* Keeps the image proportionate */
    width: 100%; /* Ensures full-width scaling within the carousel */
}


#bedaya-slider .carousel-control-next-icon,
#bedaya-slider .carousel-control-prev-icon{
	background-color: #9A6E41;
    padding: 10px;
	background-size: 50% 50%;
}

#bedaya-slider .carousel-caption h5{
	background: #e8cb7785;
    padding: 15px;
    width: 100%;
    font-weight: bold;
    text-shadow: 1px 2px 3px #000;
}

#bedaya .bedaya-title h3{
	font-size: 31px;
    font-family: 'Hacen Samra';
    color: #1A254E;
    font-weight: 900;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 16px;
}

#bedaya .bedaya-title p {
    font-size: 16px;
    color: #9A6E41;
    padding: 0px;
    line-height: 27px;
    margin-top: 16px;
    font-weight: bold;
}

#bedaya .bedaya-content{
	padding-top: 80px;
}

#bedaya .bedaya-row{
	margin-top: 30px;
}

/* Stats Section */
.stats-section {
    margin: 0px !important;
    background: linear-gradient(135deg, rgba(154, 110, 65, 0.95), rgba(232, 203, 119, 0.95));
    padding: 20px;
    color: #fff;
    text-align: center;
    border-top: 4px solid #fff;
    
    border-bottom: 4px solid #fff;
    margin: 0px;
}

.stats-container {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.stat-box {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    width: 45%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e6dede0a;
}

.stat-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.stat-number {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: #fff;
    text-shadow: 0px 1px 3px #000;
}


.stat-label {
    font-size: 16px;
    margin: 10px 0 0;
    color: #1A254E;
    font-weight: bold;
}

/* PSC Section */
#psc-section{
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#psc-section .psc-section-title h3 {
    font-size: 31px;
    font-family: 'Hacen Samra';
    color: #1A254E;
    font-weight: 900;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 16px;
}

#psc-section .psc-img-wrapper {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 30%);
}

#psc-section .psc-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* crop nicely */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

#psc-section .psc-img:hover {
    transform: scale(1.05);
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}

#psc-section .psc-section-content{
    padding-top: 80px;
    padding-bottom: 80px;
}

#psc-section .psc-section-title p {
    font-size: 16px;
    color: #9A6E41;
    padding: 0px;
    line-height: 27px;
    margin-top: 16px;
    font-weight: bold;
}

#pscModal .modal-title{
    text-align: center;
    font-size: 18px;
    color: #1A254E;
    text-shadow: 0px 0px 1px;
}


/*
Centers for the Disabled
*/
#cfd-section{
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#cfd-section .cfd-section-content{
    padding-top: 80px;
}

#cfd-section .cfd-section-title h3 {
    font-size: 31px;
    font-family: 'Hacen Samra';
    color: #1A254E;
    font-weight: 900;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 16px;
}
#cfd-section .cfd-section-title p {
    font-size: 16px;
    color: #9A6E41;
    padding: 0px;
    line-height: 27px;
    margin-top: 16px;
    font-weight: bold;
}

#mediaModal .modal-title{
    text-align: center;
    font-size: 18px;
    color: #1A254E;
    text-shadow: 0px 0px 1px;
}

#cfd-section .media-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

#cfd-section .media-item img {
    width: 100%;
    height: 220px;
    object-fit: cover; /* crops to fit */
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 6px;
}

/* Fix YouTube iframe to behave like an image */
#cfd-section .media-item iframe {
    width: 100%;
    height: 220px;
    object-fit: cover;       /* make video thumbnail fill */
    object-position: center; /* center the video */
    border: none;
    border-radius: 6px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#cfd-section .media-item img:hover,
#cfd-section .media-item iframe:hover {
    transform: scale(1.05);
    box-shadow: 0 0.8rem 1.5rem rgba(0,0,0,0.2);
}

/*

Start: Expats Section

*/


#expats-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


#expats-section .expats-section-content {
	
    padding-top: 80px !important;
    padding-bottom: 80px;
}

#expats-section .expats-section-title h3 {
    font-size: 31px;
    font-family: 'Hacen Samra';
    color: #1A254E;
    font-weight: 900;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 16px;
}

#expats-section .expats-section-title p {
    font-size: 16px;
    color: #9A6E41;
    padding: 0px;
    line-height: 27px;
    margin-top: 16px;
    font-weight: bold;
}

/* Media cards */
.expats-media-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transition: all .35s ease;
    transform: translateY(0);
}

.expats-media-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

/* Image hover zoom */
.expats-image-card img {
    transition: transform 0.4s ease;
}

.expats-image-card:hover img {
    transform: scale(1.12);
}

/* Video card styling */

.expats-video-card iframe {
    border: none;
    border-radius: 12px;	
}
.expats-video-card .ratio iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}
/* Fade-in animation */
.expats-media-card {
    opacity: 0;
    animation: fadeInUp .7s ease forwards;
}


.expats-media-card:nth-child(1) { animation-delay: .1s }
.expats-media-card:nth-child(2) { animation-delay: .2s }
.expats-media-card:nth-child(3) { animation-delay: .3s }
.expats-media-card:nth-child(4) { animation-delay: .4s }
.expats-media-card:nth-child(5) { animation-delay: .5s }
.expats-media-card:nth-child(6) { animation-delay: .6s }
.expats-media-card:nth-child(7) { animation-delay: .7s }
.expats-media-card:nth-child(8) { animation-delay: .8s }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

