/*-----------------------------------------------------------------------------------
    Template Name: WESAL HTML5 Template,
    Template URI: http://quomodotheme.com
    Description: This is html5 template
    Author: quomodotheme
    Author URI: http://quomodotheme.com
    Version: 1.0
-----------------------------------------------------------------------------------    
    CSS INDEX
    ===================
    0. Google-Fonts
	1. Theme Default CSS (body, link color, section etc),
    2. All-Button-Style,
    3. Overright-css,
    4. Helper Class,
    5. Header-Style,
    6. Mainmenu-Style,
    7. Work-Area-Style,
    8. Skillbar-Style,
    9. Service-Style,
    10. price-Style,
    11. Scrollup-button,    
    12. Preloader-style
-----------------------------------------------------------------------------------
0. Google-Fonts
-----------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:100,400,500,700');

/*---------------------------------------------------
1. Theme Default CSS (body, link color, section etc)
----------------------------------------------------*/
.l-profile .about__section > .about__slot:nth-of-type(3),  .t-profile .about__section > .about__slot:nth-of-type(8){
    display:none;
}

.about__section .about__slot{
       display:none;
}
a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #515050;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.8;
}

header {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/*------------------
2. All-Button-Style
-------------------*/

.bttn {
    border: medium none;
    display: inline-block;
    padding: 0.8em 3em;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
    border-radius: 2px;
    letter-spacing: 1px;
}

.bttn.round-bttn {
    border-radius: 50px;
}

.bttn.icon-bttn {
    overflow: hidden;
    padding-right: 81px;
    position: relative;
    z-index: 1;
}

.bttn.icon-bttn:hover {
    color: #f3a427;
}

.bttn.icon-bttn:before {
    content: "";
    border: 1px solid #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 99%;
    border-radius: 100px;
}

.bttn.icon-bttn:after {
    background-color: #fff;
    content: "";
    height: 99%;
    position: absolute;
    left: 84%;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.bttn.icon-bttn:hover:after {
    left: 0;
}

.bttn.icon-bttn span {
    color: #f3a427;
    height: 100%;
    line-height: 3.4;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}

.bttn.red-bttn {
    background-color: #f3a427;
    color: #ffffff;
}

.bttn.red-bttn:hover {
    background-color: #e59c28;
}

.bttn.border-bttn {
    border: 1px solid;
    color: #f3a427;
    border-color: #f3a427;
}

.bttn.border-bttn:hover {
    background-color: #f3a427;
    color: #ffffff;
}


/*---------------
3. Overright-css
----------------*/

.close-grid [class|=col] {
    padding: 0;
}

.img-full-width img {
    width: 100%;
}

.close-grid.row,
.close-grid.row .row {
    margin: 0;
}

.form-control {
    border-radius: 2px;
    min-height: 40px;
    padding: 10px;
    box-shadow: 0 0 0 0 rgba(230, 40, 88, 0.4);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #333;
    color: #333;
}

.form-control:focus {
    box-shadow: 0 0 0 0 rgba(230, 40, 88, 0.4);
    border-color: #f3a427;
}

.form-control::-moz-placeholder {
    color: #333;
}

.form-control:-ms-input-placeholder {
    color: #333;
}

.form-control::-webkit-input-placeholder {
    color: #333;
}


/*--------------
4. Helper Class
---------------*/

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.fix {
    overflow: hidden;
}

.relative {
    position: relative;
}

.vcenter {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.right-box-image {
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
}

.text-white a,
.text-white {
    color: #ffffff;
}

.gray-bg {
    background-color: #fbf9fa;
}

.black-bg {
    background-color: #111111;
    color: #999999;
}

.red-bg {
    background-color: #f3a427;
    color: #ffffff;
}

.red-bg a {
    color: #ffffff;
}

.red-bg a:hover {
    color: #666;
}

.page-count-num {
    color: #c8c3c3;
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-weight: 100;
}


/*-----------------
5. Header-Style
------------------*/

.header-area {
    height: 100%;
    width: 100%;
}

.header-bg-image div,
.header-bg-image,
.header-bg,
.particle {
    height: 100%;
    right: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.particle {
    z-index: 9;
}

#video-background {
    bottom: 0;
    left: 0;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -6;
}

.header-overlay {
    background-color: #f3a427;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.header-bg-image img {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    z-index: -9;
}

.header-angle-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left top, #f3a427 50%, transparent 50%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right bottom, #f3a427 50%, transparent 50%) repeat scroll 0 0;
}

.headline {
    font-size: 40px;
    color: #ffffff;
}

.header-scroll-btton a {
    background-color: #f3a427;
    border-radius: 50%;
    bottom: 30px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.6);
    color: #ffffff;
    font-size: 16px;
    height: 40px;
    left: 50%;
    line-height: 2.6;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
}

.header-scroll-btton a:hover {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    color: #ffffff;
}


/*----------------
6. Mainmenu-Style
-----------------*/

.mainmenu-area {
    background: none;
    border: medium none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 10px;
}

.mainmenu-area.affix {
    background-color: #f3a427;
    padding-top: 0;
}

.navbar-brand {
    padding: 6px;
}

#mainmenu .nav.navbar-nav li a {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

#mainmenu .nav.navbar-nav li.active a {
    background-color: transparent;
}

#mainmenu .nav.navbar-nav li a:after {
    background-color: #ffffff;
    border-radius: 2px 2px 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#mainmenu .nav.navbar-nav li ul a:after {
    background-color: #ffffff00;
    border-radius: 2px 2px 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#mainmenu .nav.navbar-nav li a:hover:after,
#mainmenu .nav.navbar-nav li.active a:after {
    width: 100%;
}

/* Custom header changes by developer */
ul li ul.dropdown{
    min-width: 184px; /* Set width of the dropdown */
    background: #f3a427;
    display: none;
    position: absolute;
    padding: 12px;
}
ul li:hover ul.dropdown{
    display: block;	/* Display the dropdown */
}
ul li ul.dropdown li{
    display: block;
}

.dropdown_spacing{
    padding: 5px;
}
/*----------------
7. Work-Area-Style
-----------------*/

.team-image img,
.work-popup img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.team-image:hover img,
.work-popup:hover img {
    -webkit-filter: brightness(0.5);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.5);
}

.team-image {
    overflow: hidden;
}

.team-sical {
    position: absolute;
    right: -40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.team-image:hover .team-sical {
    right: 10px;
}

.team-sical li a {
    color: #ffffff;
    display: block;
    margin: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 2;
}

.team-sical li a:hover {
    color: #f3a427;
}

.team-image:hover .team-sical li a {
    margin: 10px 0;
}

.img-hover-ef {
    overflow: hidden;
    display: block;
}

.img-hover-ef img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.img-hover-ef:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: brightness(0.5);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.5);
}


/*---------------
8. Skillbar-Style
----------------*/

.skillst {
    width: 100%;
}

.skillst .skillbar {
    background-clip: padding-box;
    background-color: #d4d4d4;
    border-radius: 50px;
    box-sizing: border-box;
    height: 6px;
    position: relative;
    width: 100%;
}

.skillst .skillbar .count-bar {
    background-clip: padding-box;
    background-color: #313538;
    border-radius: 1px;
    height: 6px;
    width: 0;
    border-radius: 50px;
}

.skillst .title {
    font-size: 14px;
    font-weight: 400;
    left: 5px;
    line-height: 1.7;
    padding-left: 5px;
    position: absolute;
    top: -30px;
}

.skillst .count {
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
    position: absolute;
    right: 5px;
    top: -30px;
}

.skillbar.green .count-bar {
    background-color: #0dc184;
}

.skillbar.blue .count-bar {
    background-color: #15a2dc;
}

.skillbar.red .count-bar {
    background-color: #ea236f;
}

.skillbar.yellow .count-bar {
    background-color: #ffb500;
}

.skillbar.green .count {
    color: #0dc184;
}

.skillbar.blue .count {
    color: #15a2dc;
}

.skillbar.red .count {
    color: #ea236f;
}

.skillbar.yellow .count {
    color: #ffb500;
}


/*-------------------
9. Service-Style
---------------------*/

.single-service .vcenter {
    left: 10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
}

.single-service:hover .vcenter {
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
}


/*-------------------
10. price-Style
---------------------*/

.single-price {
    border-bottom: 4px solid transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.single-price.active {
    border-color: #f3a427;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.price-rate {
    color: #f3a427;
    font-size: 60px;
    font-weight: 600;
}


/*-------------------
11. Scrollup-button
--------------------*/

#scrollUp {
    border: 1px solid #f3a427;
    border-radius: 2px;
    bottom: 30px;
    color: #f3a427;
    height: 40px;
    line-height: 3;
    right: 30px;
    text-align: center;
    width: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#scrollUp:hover {
    background-color: #f3a427;
    color: #ffffff;
}


/*---------------------
12. Preloader-style
----------------------*/

.preloader {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
}

.preloader-spinner {
    -webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
    animation: 1s ease-out 0s normal none infinite running pulsate;
    border: 5px solid #f3a427;
    border-radius: 40px;
    display: block;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 10;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes pulsate {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes pulsate {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes pulsate {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
    }
    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.two-h-s {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s
}

.four-h-s {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.six-h-s {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

/* Custom CSS changes by developer */

.navbar {
    min-height: 100px !important;
}
.navbar-nav{
    margin-top: 3% !important;
}
#para_justify{
    text-align: justify;
}
#banner_grayscale{
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/emergway/banner/banner2.jpg");
    /* background-position: center;
    background-repeat: no-repeat; */
    background-size: cover;

}
#CorporatePages{
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/emergway/banner/Corporate Pages.png");
    /* background-position: center;
    background-repeat: no-repeat; */
    background-size: cover;

}
#leadershipteam{
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/emergway/banner/leadership team.png");
    /* background-position: center;
    background-repeat: no-repeat; */
    background-size: cover;

}
#TrainersProfile{
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/emergway/banner/Trainers Profile.png");
    /* background-position: center;
    background-repeat: no-repeat; */
    background-size: cover;

}
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

.about__section {
    width:auto;
    margin:auto;
  }
  
  @media (max-width:767px){
    .about__section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items:center;
    }
  }
  .about__section .about__slot {
    width:24%;
    box-sizing: border-box;
    background-color:#f5f5f5;
    /*border:1px solid #ccc;*/
    border-right:none;
    border-top:none;
    height:15vw;
    min-height:300px;
    min-width:220px;
    display:inline-block;
    /* vertical-align:top; */
    text-align:center;
    cursor:pointer;
    position:relative;
    background-size:0% auto;
    -webkit-transition:all 0.3s linear;
    background-position:center center;
    background-repeat:no-repeat;
    overflow:hidden;
  }
  
  .about__slot .bioText {
    opacity:0;
    color:rgba(242,242,242,0);
    pointer-events:none;
    position:absolute;
    top:350px;
    left:0;
    right:0;
    padding:10%;;
    padding-top:25px;
    padding-bottom:25px;
    width:80%;
    height:0;
    -webkit-transition:all 0.3s linear;
    margin:auto;
  }
  
  .about__slot.bio .about__info {
    top:0px;
    bottom:200px;
    background-color:rgba(0,0,0,0.42);
    box-shadow:inset 0px -5px 10px 0 rgba(0,0,0,1);
  }
  
  .about__slot.bio .bioText  {
    opacity:1;
    border-radius:0;
   position:absolute;
    top:50px;
    padding-top:200px;
    left:0;
    right:0;
    bottom:0;
    width:80%;
    height:250px;
    color:rgba(255,255,255,1);
    background-color:rgba(42,42,42,0.7);
    z-index:8;
    margin:auto;
    font-family:sans-serif;
    overflow:auto;
  }
  
  .about__slot .about__info {
    position:absolute;
    left:0;
    bottom:0;
    top:210px;
    right:0;
    /* pointer-events:none; */
    z-index:9;
    -webkit-transition:all 0.3s linear;
    
  }
  /*BOOM */
  .about__slot .headshot {
    margin:auto;
    margin-top:19px;
    width:172px;
    height:172px;
    /*border:10px double #424242;*/
    background-size:200px 200px;
    background-position:center 15%;
    border-radius:100%;
    box-shadow:0px 2px 10px 2px rgba(0,0,0,0.42);
    -webkit-transition:all 0.1s ease-in-out;
  }

  .about__slot .headshot1 {
    margin:auto;
    margin-top:19px;
    width:172px;
    height:172px;
    /*border:10px double #424242;*/
    background-size:200px 200px;
    background-position:center 15%;
    border-radius:100%;
    box-shadow:0px 2px 10px 2px rgba(0,0,0,0.42);
    -webkit-transition:all 0.1s ease-in-out;
  }

  .about__slot.bio .headshot {
    -webkit-filter:blur(3px);
    opacity:1;
    width:100%;
    height:300px;
    border-radius:0;
    margin-top:0;
    background-size:375px 375px !important;
    border:0;
    top:0;
    left:0;
    bottom:0;
    right:0;
  
  }
  
  .about__slot .name {
    font-family:"Typo Grotesk",sans-serif;
    font-size:20px;
    font-weight:800;
    color:#424242;
    margin-bottom:0px;
    -webkit-transition:all 0.3s linear;
  }
  
  .about__slot .title {
     font-family:"Typo Grotesk",sans-serif;
    font-size:16px;
    font-weight:300;
    margin-top:5px;
    color:#424242;
    -webkit-transition:all 0.3s linear;
  }
  
  .about__slot.bio .name {
    color:#f5f5f5;
  }
  
  .about__section .about__slot:hover .headshot {
    opacity:1;
    width:100%;
    height:300px;
    border-radius:0;
    margin-top:0;
    background-size:325px 325px;
    border:0;
    top:0;
    left:0;
    bottom:0;
    right:0;
  }
  
  .about__section .about__slot:hover .name {
    color:#f5f5f5 !important;
  }

  .about__section .about__slot:hover .title {
    color:#f5f5f5 !important;
  }
  
  
  .about__section .about__slot:hover .about__info {
      background-color:rgba(0,0,0,0.42);
  }
  #contactinfo_spacing{
      padding: 10px;
  }
  #map {

	height:600px;
  /* width: 50%;
  margin: auto 25% ; */


}
@media (max-width:767px){
  #map {

width: 100%;
margin: auto ;


}
}

#carousel_control{
    left: -15%;
    top: 25%;
}
#carousel_control1{
    /* right: -10%; */
    top: 25%;
}

#fa_color{
    color: black !important;
}

.carousel-control.lefts{
    background-image:  linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 100%) !important;
}
.carousel-control.rights{
    background-image:  linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 100%) !important;
}
  
  .submenu,
  .sub-submenu{
    min-width: 184px; /* Set width of the dropdown */
    background: #f3a427;
    display: none;
    position: absolute;
    padding: 12px;
    
  }
  
  .sub-submenu{
    left:170px;
    top:0;
  }
  
  .submenu li{
    width: 100%;
    border-bottom:1px solid rgba(255,255,255,.5);
  }
  
  .submenu li:last-child{
    border:0;
  }
  
  .menu li:hover .submenu,
  .submenu li:hover .sub-submenu{
    display: block;
  }

  
  .caret-right{
    float:right;
    margin-top:6px;
    margin-right:5px;
  }

  

  
  .submenu li{
    list-style:none;
    /* position:relative; */
  }
  
  .submenu a{
    /* display: block; */
    text-decoration:none;
    /* line-height:1.5; */
 
  }
  
  blink, .blink {
    -webkit-animation: blink 1s step-end infinite;
    -moz-animation: blink 1s step-end infinite;
    -o-animation: blink 1s step-end infinite;
    animation: blink 1s step-end infinite;
}

@-webkit-keyframes blink {
    67% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    67% {
        opacity: 0;
    }
}

@-o-keyframes blink {
    67% {
        opacity: 0;
    }
}

@keyframes blink {
    67% {
        opacity: 0;
    }
}#img_spacing{
    padding: 10px;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  
  tr:nth-child(even) {
    background-color: #dddddd;
  }

  .tabs {
    /* max-width: 90%; */
    float: none;
    list-style: none;
    padding: 0;
    margin: 75px auto;
    border-bottom: 4px solid #ccc;
}

.tabs:after {
    content: '';
    display: table;
    clear: both;
}

.tabs input[type=radio] {
    display: none;
}

.tabs label {
    display: block;
    float: left;
    /* width: 23.3333%; */
    padding: 0px 46px;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: 2;
    cursor: pointer;
    box-shadow: inset 0 4px #ccc;
    border-bottom: 4px solid #ccc;
    -webkit-transition: all 0.5s;
    /* Safari 3.1 to 6.0 */
    transition: all 0.5s;
}

.tabs label span {
    display: inline-block;
}

.tabs label i {
    padding: 5px;
    margin-right: 0;
}

.tabs label:hover {
    color: #f3a427;
    box-shadow: inset 0 4px #f3a427;
    border-bottom: 4px solid #f3a427;
}

.tab-content {
    display: none;
    width: 100%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
    background-color: #ffffff;
}

.tab-content * {
    -webkit-animation: scale 0.7s ease-in-out;
    -moz-animation: scale 0.7s ease-in-out;
    animation: scale 0.7s ease-in-out;
}

@keyframes scale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    50% {
        transform: scale(1.01);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.tabs [id^="tab"]:checked+label {
    background: #FFF;
    box-shadow: inset 0 4px #f3a427;
    border-bottom: 4px solid #f3a427;
    color: #f3a427;
}

#tab1:checked~#tab-content1,
#tab2:checked~#tab-content2,
#tab3:checked~#tab-content3,
#tab4:checked~#tab-content4,
#tab5:checked~#tab-content5,
#tab6:checked~#tab-content6 {
    display: block;
}

@media (min-width: 768px) {
    .tabs i {
        padding: 5px;
        margin-right: 10px;
        color: #000;
    }

    .tabs label span {
        display: inline-block;
    }

    .tabs {
        max-width: auto;
        margin: 50px auto;
    }
}
#staffdescription{
    text-align: justify;
  
}

#videosid{
    width:650px;
    height:440px;
}
