/*------------------------------------------------------------------
    Version: 1.0
-------------------------------------------------------------------*/
@import url('https://pro.fontawesome.com/releases/v5.10.0/css/all.css');

/*------------------------------------------------------------------
    [Table of contents]

    1. IMPORT FONTS
    2. IMPORT FILES
    3. SKELETON
    4. WP CORE
    5. HEADER
    6. SECTIONS
    7. SECTIONS
    8. PORTFOLIO
    9. TESTIMONIALS
    10. PRICING TABLES
    11. ICON BOXES
    12. MESSAGE BOXES
    13. FEATURES
    14. CONTACT
    15. FOOTER
    16. MISC
    17. BUTTONS
    18. TimeLine
    19. Error Section
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,900');

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(css/animate.css);
@import url(css/flaticon.css);
@import url(css/icomoon.css);
@import url(css/prettyPhoto.css);
@import url(css/owl.carousel.css);
@import url(css/font-awesome.min.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/
:root{
    --MainYellowColor: #F6CB14;
}
body {
    color: #215E59;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.80857;
    overflow-x: hidden;
}

body.demos .section {
    background: url(images/bg.png) repeat top center #f2f3f5;
}

body.demos .section-title img {
    max-width: 280px;
    display: block;
    margin: 10px auto;
}

body.demos .service-widget h3 {
    border-bottom: 1px solid #ededed;
    font-size: 18px;
    padding: 20px 0;
    background-color: #ffffff;
}

body.demos .service-widget {
    margin: 0 0 30px;
    padding: 30px;
    background-color: #fff
}

body.demos .container-fluid {
    max-width: 1080px
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #1f1f1f;
    margin: 0;
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}
ul, li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.img-header {
    width: 100%;
    height: 30%;
}

/*------------------------------------------------------------------
    MISC
-------------------------------------------------------------------*/

.dmtop {
    background-color: #3C3D41;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 47px;
    position: fixed;
    bottom: -100px;
    border-radius: 3px;
    right: 20px;
    text-align: center;
    font-size: 28px;
    color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.dmtop:hover {
	background-color: var(--MainYellowColor);
}

.dmtop.show {
    bottom: 20px;
}

.section-padding {
    padding: 10rem 0;
}
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  
  #header {
    height: 110px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
  }
  
  #header.header-scrolled,
  #header.header-pages {
    height: 75px;
    padding: 15px 0;
    background-color: #c61e45;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  }
  #header.header-scrolled .main-nav a::after {
    background-color: #c61e45;
  }
  #header.header-scrolled{
    background-color: #ffc10e;
    height: 95px;
  }
  #header.header-scrolled .logo-scroled {
    width: 20rem;
    z-index: -1;
  }
  #header.header-scrolled #topbar,
  #header.header-pages #topbar {
    display: none;
  }
  
  #header .logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  
  #header .logo h1 a,
  #header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
  }
  
  #header .logo img {
    padding: 0;
    margin: -79px 0;
    width: 20rem;
}
  
  .main-pages {
    margin-top: 60px;
  }
  
  .login-btn {
      background: var(--MainYellowColor);
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
}
  /*--------------------------------------------------------------
  # Intro Section
  --------------------------------------------------------------*/
  
  #intro {
    width: 100%;
    height: 100vh;
    position: relative;
    background: #c61e45;
    background-size: cover;
    padding-top: 18rem;
  }
  
  #intro .intro-info h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-top: 5rem;
  }
  #intro .intro-info p {
      margin: 0;
      color: #999;
  }
  #intro .intro-info h2 span {
    color: var(--MainYellowColor);
  }
  
  #intro .intro-info .btn-get-started,
  #intro .intro-info .btn-services {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 4px;
    transition: 0.5s;
    color: var(--MainYellowColor);
    background: #E74857;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
  
  #intro .intro-info .btn-get-started:hover,
  #intro .intro-info .btn-services:hover {
    background: #0a98c0;
  }

  .intro-other-pages {
    width: 100%;
    height: 14rem;
    background: #c61e45;
     }
  
     
.banner-bg-1{
	background: url(http://dalia.mta-eg.group/public/dalia/images/page_image_1632057260.jpeg);
	padding: 265px 0;	
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.banner-bg-1::before{
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	background: rgba(34, 34, 34, 0.4);
}

.banner{
	position: relative;
}

.banner h2{
	color: #f1f1f1;
	font-size: 45px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-left: 20px;
	position: relative;
}
.banner h2::after {
    background: var(--MainYellowColor);
    content: "";
    height: 35px;
    left: -15px;
    position: absolute;
    top: 8px;
    width: 6px;
}
.page-title-link {
    display: flex;
}
.page-title-link li a {
    color: #fff;
    padding: 10px;
}
.page-title-link li a:hover {
    color: #c61e45;
}
.playbutton {
    position: absolute;
    color: #ffffff !important;
    top: 30%;
    font-size: 60px;
    z-index: 12;
    left: 0;
    right: 0;
    text-align: center;
    margin: -20px auto;
}
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  
  /* Desktop Navigation */
  
  .main-nav,
  .main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .main-nav > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
  }
  
  .main-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: large;
    font-family: revert;
    text-transform: uppercase;
    font-weight: 600;
  }
  .main-nav a::after{
    position: absolute;
    content: "";
    height: 3px;
    top: 100%;
    left:0;
    background: #EDA93A;
    opacity: 0;
    visibility: hidden;
    width: 0;
    transition: width 1s, opacity 1s;
    -webkit-transition: width 1s, opacity 1s;
    -moz-transition: width 1s, opacity 1s;
    -ms-transition: width 1s, opacity 1s;
    -o-transition: width 1s, opacity 1s;
}
.main-nav a:hover::after,
.main-nav .activee > a::after,.main-nav .active > a::after{
    opacity: 1;
    visibility: visible;
    width: 100%;
}
  .main-nav a span {
      padding: 7px 15px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      display: inline-block;
    background: var(--MainYellowColor);
}

  .main-nav li:hover > a span {
      color: #fff !important;
  }
  .main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
  }
  
  .main-nav .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  .main-nav .drop-down li {
    min-width: 180px;
    position: relative;
  }
  
  .main-nav .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #065e77;
  }
  .main-nav .drop-down ul a::after{
      display: none;
  }
  .main-nav .drop-down ul a:hover,
  .main-nav .drop-down ul .active > a,
  .main-nav .drop-down ul li:hover > a {
    color: var(--MainYellowColor);
  }
  
  .main-nav .drop-down > a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
  }
  
  .main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
  }
  
  .main-nav .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
  }
  
  .main-nav .drop-down .drop-down > a {
    padding-right: 35px;
  }
  
  .main-nav .drop-down .drop-down > a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
  }
  /* Mobile Navigation */
  
  .mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(40, 38, 70, 0.8);
    transition: 0.4s;
  }
  
  .mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
  }
  
  .mobile-nav a:hover,
  .mobile-nav .activee > a,
  .mobile-nav .active > a,
  .mobile-nav li:hover > a {
    color: #8dc2fa;
    text-decoration: none;
  }
  
  .mobile-nav .drop-down > a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
  }
  
  .mobile-nav .activee.drop-down > a:after,  .mobile-nav .active.drop-down > a:after {
    content: "\f077";
  }
  
  .mobile-nav .drop-down > a {
    padding-right: 35px;
  }
  
  .mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
  }
  
  .mobile-nav .drop-down li {
    padding-left: 20px;
  }
  
  .mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
  }

  .mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #fff;
    font-size: 5rem;
  }

  .mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(40, 38, 70, 0.8);
    overflow: hidden;
    display: none;
  }
  
  .mobile-nav-active, 
    .mobile-nav-activee {
    overflow: hidden;
  }
  
  .mobile-nav-activee .mobile-nav , .mobile-nav-active .mobile-nav {
    left: 0;
  }
  
  .mobile-nav-activee .mobile-nav-toggle i,.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
  }

  /*--------------------------------------------------------------
  # Talent
  --------------------------------------------------------------*/
section {
    width: 100%;
    height: auto;
}
.talents {
    text-align: center;
}
.talents h2 {
    color: #c61e45;
    font-family: 'Fjalla One', sans-serif;
    font-size: 5rem;
}
.talents p{
    margin-bottom: 33px;
}
.talents h3{
    padding: 2rem 3rem;
    border-radius: 15px;
    display: inline-block;
    font-family: 'Josefin Sans', sans-serif;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin: 0 1rem 1rem 0;
}
.talent-title + div h3{
    background: #215E59;
    color: #fff;
}
.type-2{
    background-color: var(--MainYellowColor);
    color: #c61e45;
}
.defind {
    display: block;
    font-size: 1.3rem;
}
.talents h3:nth-of-type(2){
    background-color: #c61e45;
    color: #fff;
}
.experience h2,.partners h2{
    color: #c61e45;
    font-family: 'Fjalla One', sans-serif;
    font-size: 5rem;
}

.talent-title img {
    width: 44%;
    position: absolute;
    top: -8.5rem;
    right: 40rem;
    z-index: -1;
}
@media (max-width:1200px){
    .talent-title img{
        display: none;
    }
}
  /*--------------------------------------------------------------
  # Experience
  --------------------------------------------------------------*/
.experience h4 {
    padding: 5rem 1rem 2rem 3.3rem ;
    font-family: 'Fjalla One', sans-serif;
    font-size: 2rem;
    position: relative;
}
.experience h4::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 10px;
    border-radius: 5px;
    background: #c61e45;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    left: 0%;
    top: 60%;
}
.title-sec {
    padding-left: 30%;
    margin-bottom: 10rem;
}
.ex {
    position: relative;
}
.ex img {
    position: absolute;
    top: -50rem;
    left: -26%;
    width: 152%;
    z-index: -1;
}
@media (max-width:765px){
    .title-sec.ex img {
        position: absolute;
        top: -22rem;
        left: -26%;
        width: 152%;
    }
}
@media (min-width:766px) and (max-width:985px){
    .title-sec.ex img {
        position: absolute;
        top: -30rem;
        left: -26%;
        width: 152%;
    }
}
@media (min-width:986px) and (max-width:1100px){
}
@media (min-width:1101px) and (max-width:1190px){
    .title-sec.ex img {
        position: absolute;
        top: -44rem;
        left: -26%;
        width: 152%;
    }
}

/* Audio Playing */
.clearfix{
    clear: both;
}
.audio-playing {
    background-color: #c61e45;
    padding: 5px;
    color: #fff;
    border-radius: 5rem !important;
    -webkit-border-radius: 5rem !important;
    -moz-border-radius: 5rem !important;
    -ms-border-radius: 5rem !important;
    -o-border-radius: 5rem !important;
}
#audioimg {
    overflow: hidden;
    height: 150px;
    margin-bottom: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
#audioimg img {
    position: relative;
    top: 10px;
    right: -37%;
    width: 123px;
    height: 123px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#info {
    text-align: center;
}
#info .artist {
    font-weight: bold;
}
.cover {
    width: 100%;
    z-index: 1;
}
#vol {
    padding: 0 10px;
}
.glyphicon-volume-up{
    font-size: 30px;
}

#volume {
    position: relative;
    top: -15px;
    width: 80%;
    background-color: gray;
    height: 2px;
    margin: 0px auto;
    margin-bottom: 20px;
}
#audiobuttons{
    width: 65%;
    margin: 15px auto;
    overflow: auto;
    display: flex;
    justify-content: center;
}
#playbtn,#pausebtn,#stopbtn{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#playbtn {
    border: none;
    width: 70px;
    height: 70px;
    background: url('images/play.png') no-repeat;
}
@media (max-width:400px){
    #playbtn,#pausebtn,#stopbtn{
        width: 75px !important;
    }
    #audiobuttons{
        width: 93%;
    }
}
@media (max-width:489px){
    .ex{
        margin-bottom: 0 !important;
    }
}
@media (min-width:401px) and (max-width:570px){
    #playbtn,#pausebtn,#stopbtn{
        width: 75px !important;
    }
}
@media (min-width:770px) and (max-width:990px){
    #playbtn,#pausebtn,#stopbtn{
        width: 100px !important;
    }
    #nextbtn{
        margin-left: 0 !important;
    }
}
#pausebtn {
    border: none;
    width: 70px;
    height: 70px;
    background: url('images/pause.png') no-repeat;
}
#stopbtn {
    border: none;
    width: 70px;
    height: 70px;
    background: url('images/stop.png') no-repeat;
}
#prevbtn {
    border: none;
    width: 70px;
    height: 70px;
    background: url('images/prev.png') no-repeat;
    margin-top: 2rem;
}
#nextbtn {
    border: none;
    width: 70px;
    height: 70px;
    background: url('images/next.png') no-repeat;
    margin-top: 2rem;
    margin-left: 2rem;
}
#stopbtn:focus,#playbtn:focus,#pausebtn:focus,#prevbtn:focus,#nextbtn:focus{
    outline: none;
}
#playlisthead{
    font-weight: bold;
    padding: 0px;
}
#playlist{
    cursor: pointer;
    /*margin: 5px;*/
}

#tracker {
    position: relative;
    width: 100%;
}
#progressbar {
    width: 83%;
    margin-left: 2%;
    margin-bottom: 30px ;
    margin-top: 9px;
    height: 10px;
    background: url('images/progress_bg.png') no-repeat;
    background-size: cover;
    float: left;
}
#progress{
    background: url('images/progress.png') no-repeat;
    background-size: cover;
    height: 9px;
    display: inline-block;
    position: absolute;
    top: 16rem;
    left: 0px;
}
#duration{
    position: absolute;
    top: 11rem;
    right: 15px;
    padding: 4px 8px;
    background: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
#playlist li {
    padding-left: 3rem;
}
.activee,.active {
    font-weight: bold;
    color: #EDA93A;
}

/* Partner */
.partner {
    padding-left:20% ;
}
.partner-logo {
    padding: 0;
    margin-right: 2rem;
    color: #fff;
    margin-bottom: 2rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.partner-logo img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}	
.partner .row div:nth-of-type(1),.partner .row div:nth-of-type(4){
    background-color: var(--MainYellowColor);
}
.partner .row div:nth-of-type(2),.partner .row div:nth-of-type(5){
    background-color: #215e59;
}
.partner .row div:nth-of-type(3){
    background-color: #c61e45;
}
.after-title-img{
    position: relative;
}
.after-title-img img {
    position: absolute;
    width: 100%;
    bottom: -20rem;
    z-index: -1;
}
.partners .title-sec p {
    max-width: 60%;
}
@media (max-width:750px) {
    .partners .title-sec {
        padding: 0;
    }
    .partners .title-sec p{
        max-width: none;
    }
    .after-title-img img  {
        display: none;
    }
}
@media (min-width:1000px) and (max-width:1200px){
    .after-title-img img  {
        bottom: -14rem;
    }
}
@media (min-width:750px) and (max-width:999px){
    .partners .title-sec p{
        font-size: 1rem;
    }
    .after-title-img img  {
        bottom: -8rem;
    }
}

/*------------------------------------------------------------------
    Service
-------------------------------------------------------------------*/
.service {
    position: relative;
    width: 100%;
    padding: 0 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.service .service-item img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.service .service-item h3 {
    margin: 0;
    padding: 25px 15px 15px 15px;
    font-size: 20px;
    font-weight: 300;
    color: #c61e45;
    font-family: 'Josefin Sans', sans-serif;
}

.service .service-item p {
    margin: 0;
    padding: 0 25px 25px 25px;
    font-size: 16px;
}

.service .service-item a.btn {
    position: relative;
    margin-bottom: 30px;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    border: none;
    border-radius: 5px;
    background: var(--MainYellowColor);
    transition: .3s;
}

.service .service-item:hover a.btn {
    color: #ffffff;
    background: #c61e45;
}

.service .service-item a.btn:hover {
    color: #000000;
    background: var(--MainYellowColor);
}

/*------------------------------------------------------------------
    Feature
-------------------------------------------------------------------*/
.feature {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.feature .section-header {
    margin-bottom: 30px;
}

.feature a.btn {
    margin-top: 10px;
    padding: 15px 35px;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    border: none;
    border-radius: 5px;
    background: var(--MainYellowColor);
    transition: .3s;
}

.feature a.btn:hover {
    color: #ffffff;
    background: #c61e45;
}

.feature .feature-item {
    margin-bottom: 30px;
}

.feature .feature-item img {
    width: 100%;
    border-radius: 5px;
}

.feature .feature-item h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 300;
    color: #c61e45;
    font-family: 'Josefin Sans', sans-serif;
}

.feature .feature-item p {
    margin: 0;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .feature a.btn {
        margin-bottom: 45px;
    }
}


/*------------------------------------------------------------------
    Pricing Plan
-------------------------------------------------------------------*/
.price {
    position: relative;
    padding: 45px 0 15px 0;
}

.price .price-item {
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
}

.price .price-header {
    padding: 30px 0 50px 0;
    color: #000000;
    background: var(--MainYellowColor);
    border-radius: 5px 5px 0 0;
}

.price .featured-item .price-header {
    color: #ffffff;
    background: #c61e45;
}

.price .price-icon {
    margin-bottom: 15px;
}

.price .price-icon i {
    display: inline-block;
    font-size: 45px;
}

.price .price-title h2 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
}

.price .price-pricing h2 {
    font-size: 60px;
    font-weight: 100;
    margin-left: 15px;
    margin-bottom: 0;
}

.price .price-pricing h2 small {
    position: absolute;
    font-size: 18px;
    font-weight: 300;
    margin-top: 16px;
    margin-left: -15px;
}

.price .price-body {
    padding: 20px 0;
    background: #ffffff;
    border-radius: 25px 30px 0 0;
    margin-top: -30px;
}

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

.price .price-des ul li {
    color: #2A293E;
    font-size: 14px;
    font-weight: 300;
    padding: 5px;
    border-bottom: 1px solid #eeeeee;
}

.price .price-des ul li:last-child {
    border: none;
}

.price .price-footer {
    padding-bottom: 30px;
    background: #ffffff;
    border-radius: 0 0 5px 5px;
}


.price .price-action a {
    display: inline-block;
    padding: 10px 25px;
    color: #000000;
    font-size: 14px;
    letter-spacing: 2px;
    background: var(--MainYellowColor);
    border-radius: 5px;
    transition:  .3s;
}

.price .price-action a i {
    margin-right: 5px;
}

.price .price-action a:hover {
    color: #ffffff;
    background: #c61e45;
}

.price .featured-item .price-action a {
    color: #ffffff;
    background: #c61e45;
}

.price .featured-item .price-action a:hover {
    color: #000000;
    background: var(--MainYellowColor);
}


/*------------------------------------------------------------------
    CONTACT
-------------------------------------------------------------------*/

.bootstrap-select {
    width: 100% \0;
    /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .fa-angle-down {
    position: absolute;
    top: 30% !important;
    right: -5px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    border: 1px solid #ededed;
    box-shadow: none;
    box-sizing: border-box;
    min-width: 100%;
    padding: 20px 10px;
    z-index: 1035;
}

.dropdown-menu > li > a {
    background-color: transparent !important;
    color: #bcbcbc !important;
    font-size: 15px;
    padding: 10px 20px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: 4px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1036;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
}

select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

select.mobile-device {
    position: absolute !important;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}


/*# sourceMappingURL=bootstrap-select.css.map */

.bootstrap-select > .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 15px;
    height: 33px;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0;
    width: 100%;
    color: #bcbcbc !important;
}

.contact_form {
    border: 1px solid #ededed;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    background-color: #f2f3f5;
    padding: 40px 30px;
}

.contact_form .form-control {
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #ccc;
    font-size: 16px;
    outline: 0 none;
    padding: 10px 25px;
    height: 45px;
    resize: none;
    box-shadow: none !important;
    width: 100%;
}

.contact_form textarea {
    color: #bcbcbc;
    padding: 20px 25px !important;
    height: 160px !important;
}

.contact_form .form-control::-webkit-input-placeholder {
    color: #bcbcbc;
}

.contact_form .form-control::-moz-placeholder {
    opacity: 1;
    color: #bcbcbc;
}

.contact_form .form-control::-ms-input-placeholder {
    color: #bcbcbc;
}

#contact {
    background: url(images/bg.png) no-repeat center center #fff;
}
.pd-add{
	padding: 70px 0px;
}
.address-item{
	margin: 10px 11px;
	padding: 0px 15px;
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}

.address-icon{
	padding: 15px 0px;
}
.address-icon i{
	font-size: 38px;
	color: #0f7977;
}

.address-item h3{
	font-size: 28px;
	font-weight: 600;
	color: var(--MainYellowColor);
}
#contactform button[type="submit"] {
    background-color: var(--MainYellowColor);
    color: #fff;
}
.copyrights {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    background-color: #1f1f1f;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 50px 60px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.copyrights a{
    color: var(--MainYellowColor);
}
.copyrights a:hover{
    color: #c61e45;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
