@font-face {
    font-family: Gotham-Medium;
    src: url('../fonts/custom/Gotham-Medium.ttf');
}
@font-face {
    font-family: Gotham-Bold;
    src: url('../fonts/custom/Gotham-Bold.ttf');
}

@font-face {
    font-family: AbrilFatface-Regular;
    src: url('../fonts/custom/Engravers-gothic.ttf');
}


@font-face {
    font-family: BELL;
    src: url('../fonts/custom/BELL.ttf');
}
 @font-face 
        {
            font-family: bell-mt-grassetto;
            src: url('../fonts/custom/bell-mt-grassetto.ttf');
        }
        .designation-team {
            font-family: bell-mt-grassetto !important;
        }

.top_logo {
    background: #E8833F;
    text-align: center;
    padding: 40px 0px;
}
.custom_navbar ul {
    text-align: center;
    width: 100%;
}
.custom_navbar ul li {
    display: inline-block;
    float: none;
}
.logo {
    margin: 0px auto;
}
.custom_navbar {
    border-radius: 0px;
    margin-bottom: 0px;
    position: absolute;
    z-index: 99;
    width: 100%;
    background: rgba(239, 151, 84, 0.19);
    border-color: #fff0;
}
.custom_navbar ul li a {
    padding: 15px 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: Gotham-Medium;
    color: #fff !important;
}
.carousel-caption-custom {
    position: absolute;
    top: 40%;
    left: 10%;
    color: #fff;
    letter-spacing: 3px;
}
.carousel-caption-custom h3 {
   position: relative;
   line-height: 60px;
   font-family: Gotham-Bold;
   font-size: 40px;
}
.carousel-caption-custom h3:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 60px;
    background: #E8833F;
    bottom: -20px;
}
.carousel-control .glyphicon {
    background: #fff;
    color: #000;
    height: 100px;
    line-height: 95px;
    width: 60px;
    font-size: 45px;
}
.carousel-control .glyphicon-chevron-left {
    left: 10px;
}
.carousel-control .glyphicon-chevron-right {
    right: 10px;
    }
    .dis_block {
        display: block;
    }

.about_section {
    background-image: url('../images/about_banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 100px;
    min-height: 100vh;
}
.about_sec_inner {
    background: #b1b4b630;
    padding: 50px;
    position: relative;
    margin-bottom: 50px;
}

.about_sec_inner h2 {
    color: #E8833F;
    font-family: AbrilFatface-Regular;
    letter-spacing: 6px;
    font-size: 50px;
    margin-bottom: 50px;
    border-bottom: 2px solid #E8833F;
    padding-bottom: 20px;
    width: 70%;
    margin-left: 15%;
}

.about_sec_inner h4 {
    color: #E8833F;
    font-family: AbrilFatface-Regular;
    letter-spacing: 1px;
}
.about_sec_inner p {
    font-family: BELL;
    line-height: 26px;
    color: #FDF5E4;
    font-size: 18px;
    letter-spacing: 1px;
}
.about_sec_inner h4 {
    color: #E8833F;
    font-family: AbrilFatface-Regular;
    letter-spacing: 5px;
    font-size: 30px;
    margin-top: 50px;
}
.about_sec_inner:before {
    content: '';
    position: absolute;
    border: 3px solid #b1b4b630;
    left: 10px;
    right: -10px;
    top: 10px;
    bottom: -10px;
}

.team_image {
    /* float: left; */
    margin-bottom: 10px;
}
.team_content {
    float: left;
    text-align: left;
    padding: 0px 20px;
}
.team_content h5 {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 3px;
    color: #E8833F;
    margin-bottom: 0px;
    font-family: AbrilFatface-Regular;
}

.team_content p {
    font-size: 16px;
    font-style:italic;
    font-family: BELL;
    letter-spacing: 2px;
    line-height: 20px;
}

.team_image img {
    width: 120px;
}
.designation {
    font-size: 16px;
    font-style:italic;
    font-family: BELL;
    font-size: 26px !important;
    margin-bottom: 20px;
    font-family: bell-mt-grassetto !important;
}
.team_content {
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    padding: 0px;
    width: 100%;
    /* padding-top: 19px; */
}
.team_heading {
    text-align: left;
    margin-left: 0% !important;
    width: 100%;
}
div#myCarousel .item img {
    width: 100%;
}

.disktop{
	
	display:block !important;
}

.mobiles{
	display:none !important;
	
}
@media screen and (max-width: 667px) {
    .carousel-caption-custom 
        {
            /* position: relative; */
            /* color: #000; */
            left: 24px;
        }
        .carousel-caption-custom h3 {
            line-height: 20px;
            font-size: 18px;
            text-align: left;
            letter-spacing: 1px;
        }
        .carousel-control.right {
           
            background-image: none;
            background-image: none;
            background-image: none;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
            background-repeat: repeat-x;
        }
        .carousel-control .glyphicon 
        {
                   width: 30px;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
        }
        .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev 
        {
            position: absolute;
            top: 26%;
        }
        .custom_navbar 
        {
            position: relative;
            background: rgb(239, 151, 84);
        }

        .custom_navbar ul li {
     display: block;
    
        }
        .carousel-caption-custom h3:before
        {
            height:0px;
        }
        .about_sec_inner {
            padding: 20px;
          
        }
        .about_sec_inner h2 {
                 width: 100%;
                 margin-left: auto;
                 text-align: center;
                 font-size: 46px;
            }
        .about_sec_inner:before {
                left: 10px;
                right: 10px;
            }

        .logo {
            width: 200px;
        }
        .top_logo {
   
    padding: 20px 0px;
    }
    .team_content {
        margin-bottom: 30px;
    }
	.about_section {

    padding-top: 00px;
    }
	
	
@media screen and (max-width: 550px) {
.disktop{
	
	display:none !important;
}

.mobiles{
	display:block !important;
	
}