
body{font-family: 'Montserrat', sans-serif;}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: none;
}
.navbar-nav {
  /*margin-left: 10px !important;*/
  margin-left: 30% !important;
}
.navbar-inverse .navbar-nav>li>a {
  color: black;
}
.navbar-inverse .navbar-nav>li>a {
  color: #ffffff;
  text-decoration: none;
  color: black;
  letter-spacing: 2px;
  font-size: 11px;
  font-family: 'Montserrat',"Open Sans", Arial, Helvetica, sans-serif;
  /* padding: 11px 0 10px 0; */
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  -webkit-transition: all ease-in 0.5s;
  -o-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
  /*color: #c39f76;*/
  color: #fff;
  -webkit-transition: all ease-in 0.5s;
  -o-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
}
.navbar {
  margin-bottom: 0px;
  
}
.img-responsive{width: 100%;}
.sub-menu-header_navbar .dropdown-menu.bg-style{
  background: #222;
  padding: 0;
}
.sub-menu-header_navbar .dropdown-menu.bg-style {
  background: #080808;
  padding: 0;
}
.sub-menu-header_navbar .dropdown-menu.bg-style li{ 
 display: block;
 border-top: 1px solid #f5f5f536;
 padding-right: 0;}

 .sub-menu-header_navbar .dropdown-menu.bg-style li>a {
  padding: 8px 15px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 2px;
  -webkit-transition: all ease-in 0.5s;
  -o-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
}
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
  background: transparent;
  color: #c39f76!important;
  -webkit-transition: all ease-in 0.5s;
  -o-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
}

.dropdown-submenu {
  position:relative;
}
.dropdown-submenu>.dropdown-menu {
 top:0;left:100%;
 margin-top:-6px;margin-left:-1px;
 -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
}

.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}

.dropdown-submenu:hover>a:after {
  border-left-color:#555;
}

.banner.mailing-list {
  margin-top: 40px;
  margin-bottom: 40px;
}
.apply-process.clearfix {

  margin: 80px 0px;
}
.title-apply.text-center {
  padding: 20px 0;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0, .65);
  -moz-box-shadow: 0 0 10px rgba(0,0,0, .65);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  min-height: 185px;
}
.text-para {
 font-size: 16px;
 font-weight: 400;
 margin: 15px 15px;
 min-height: 160px;
 font-family: 'Open Sans', sans-serif;
}
/*=========================
  Icons
  ================= */

  /* footer social icons */
  a.btn-proceed:focus, a.btn-proceed:hover {
    background: #a37d54;
  }
  ul.social-network {
       list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
    margin-bottom: 0px;
    margin-right: 55px !important;
    float: right;
    margin-top: 6px;
  }
  ul.social-network li {
    display: inline;
    padding: 0 5px;
  }
.feedback_wrapper{
/*     background: #b80048;
    padding: 53px 20px;
    border-bottom: 1px solid #ccc; */
}
  /* footer social icons */
  .social-network a.icoRss:hover {
    /*background-color: #F56505;*/
  }
  .social-network a.icoFacebook:hover {
    /*background-color:#3B5998;*/
  }
  .social-network a.icoTwitter:hover {
    /*background-color:#33ccff;*/
  }
  .social-network a.icoGoogle:hover {
    /*background-color:#BD3518;*/
  }
  .social-network a.icoVimeo:hover {
    /*background-color:#0590B8;*/
  }
  .social-network a.icoLinkedin:hover {
    /*background-color:#007bb7;*/
  }
  .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
  .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
    /*color:#c39f76;*/
    color:#a87bdd;
  }
  a.socialIcon:hover, .socialHoverClass {
    /*color:#44BCDD;*/
    color: #a87bdd;
  }

  .social-circle li a {
    display:inline-block;
    position:relative;
    margin:0 auto 0 auto;
    text-align:center;
    font-size:15px;
  }
  .social-circle li i {
    margin:0;
    line-height:50px;
    text-align: center;
    font-size: 20px;
  }

  .social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
  }
  .social-circle i {
    color:black;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
  }


  h1#logo {
    display: block;
    position: relative;
    text-align: center;
  }
  .tagline {
    font-family: 'Montserrat',"Open Sans", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 400;
    padding: 0 0 0 0;
    margin: 0px auto;
    color: #000;
    text-align: center;

  }

  .element-left {
    background: #fff;
    border: 2px solid #2b2b2b;
    text-align: center;
    position: relative;
    padding: 0px 15px;

  }
  .tile-heading {
    font-family: 'Montserrat',"Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0;
    position: absolute;
    top: -7px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #2b2b2b;
    font-weight: 600;
  }
  .tile-heading span {
    display: inline-block;
    background: #fff;
    z-index: 100;
    padding: 0 8px 0 10px;
    position: relative;
  }
  .parent {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    /*padding: 66px 0;*/
    padding: 41px 0;
    overflow: hidden;
    position: relative;

  }
  .parent.center-width { padding: 59px 0;}
  .parent.center-width  .child h2 { line-height: 50px; }

  .contnt-video {
    padding-top: 60px;
  }
  .child h2 {
    /*font-size: 36px;*/
    font-size: 30px;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: -2px;
    font-family: 'Merriweather', Georgia, "Times New Roman", Times, serif;
  }

  .bottom-link.splink{
    color: #c39f76;
    border-top: 1px solid #c39f76;
    display: inline-block;
    padding-top: 7px;
    margin-top: 19px;
    padding-bottom: 0;
    font-size: 13px;
  }
  .close_btn {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #fff;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #000;
  }
  #footer {
    background: #0b0b0b;
    position: relative;
    webkit-transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
    text-align: center;
  }
  footer p, footer p a {
    color: #a8a8a8;
    font-family: 'Montserrat','Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    padding: 0;
    border: 0;
    text-decoration: none;
    letter-spacing: 2px;
    margin-bottom: 28px;
  }
  #footer-bottom {
    padding-top: 50px;
    padding-bottom: 50px;}
    #footer-top {
      background: #161616;
      position: relative;
      padding: 20px 0;
    }
    #footer-top .social-circle li a {
      font-size: 23px;
      font-weight: 300;
    }
    #footer-top ul.social-network li {
      display: inline;
      padding: 0 10px;
    }
    footer .social-list {
      margin-left: 25px;
      margin-top: 40px;
      display: inline-block;
    }

    div#footer-top ul.social-network {
    }


    select.frecuency {
      border: none;
      font-style: italic;
      background-color: transparent;
      cursor: pointer;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: -webkit-transform .35s ease-in;
      transition: -webkit-transform .35s ease-in;
      border-bottom: none;
    }
    select.frecuency:focus {
      outline: none;
      border-bottom: 5px solid #39b3d7;
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
      -webkit-transition: -webkit-transform .35s ease-in;
      transition: -webkit-transform .35s ease-in;
    }
    .free {
      text-transform: uppercase;
    }
    .input-group {
      margin: 5px auto;
      width: 100%;
    }
    input.btn.btn-lg,
    input.btn.btn-lg:focus {
      outline: none;
      width: 60%;
      height: 60px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      cursor: inherit;
      text-align: left;
    }
    .cust0btn {
      width: 40%;
      height: 60px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .promise {
      color: #999;
    }
    button.btn.btn-info.btn-lg.cust0btn {
      background: #c39f76;
      border: #c39f76;
    }
    #footer-bottom .well {
     background-color: transparent;
     border: 1px solid #e3e3e330;
     padding: 0px 5px !important;

   }
   div#footer-bottom a:hover {
    font-weight: 600;
    color: #ffffff;
  }

  h1#logo img {
    margin: 0 auto;
        float: left;
    width: 97px;
    position: relative;
    left: 30%;
    top: 0;
  }

  .banner-title-6 {
    padding: 16rem 0;
    background-image: url(../images/Contact.png);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
  }
  .banner-title-6 h1 {
   color: white;
   text-align: center;
   position: relative;
   font-family: 'Libre Baskerville', serif;
   letter-spacing: 2px;
   font-size: 80px;
   font-weight: 400;
   margin: 0;
 }
 .overlayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: repeat;
}
.content-inner {
  padding: 4rem 0;
}
.sqs-block-content  {
  font-weight: 400;
  font-size: 35px;

}
.row-wdth {
  float: right;
  width: 50%;
}
.row-map {
  float: left;
  width: 48%;
}
.block-adress.font-bold-_t {
  font-size: 21px;
}
.text-center-infoalign {
  font-size: 17px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
h3.text-center-align {
  font-size: 17px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
.content-inner .text-align-center {
  margin: 35px auto;
  font-size: 21px;
  font-weight: 600;
}
.sm-line {
  position: relative;
  content: "";
  height: 1px;
  background: #cecece;
  width: 14%;
  margin: 30px auto;
  top: 0px;
}
span.block-adress {
  display: block;
  font-size: 16px;
  line-height: 29px;
}
.sm-line:before {
  content: "";
  height: 3px;
  background: #c39f76;
  position: absolute;
  width: 25%;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.footer_logo{ background:#eee;}
.footer_logo ul{ padding-left:0; margin-bottom:0; text-align:center; padding:2em 0;}
.footer_logo li{ display:inline-block;}
.footer_logo ul li img{ max-width:200px;height: 90px;}
.impact.program-fellowship {
  padding: 2em 0;
}

.impact.program-fellowship ul.list-unstyled li {
  position: relative;
  padding-left: 5px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 1px;
  text-align: justify;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: rgba(67,66,66,.75);
}
ul.list-unstyled.left-padd {
  padding-left: 4rem;
}

.impact.program-fellowship ul.list-unstyled.left-padd li:before {
  display: none;
}
.impact.program-fellowship ul.list-unstyled li:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  left: -4px;
  border: 2px solid;
  width: 2px;
  height: 2px;
  top: 10px;
}
.program-listing {
  padding: 25px 0;
}

/*farhat*/
h1.title-urban {
  font-size: 21px;
  font-weight: 400;
  line-height: 40px;
  padding: 20px 0 20px;
}
.title-text.title.padd-title.work-detail h1 {
  font-size: 21px;
  line-height: 1.5;
}
.title-text.title.padd-title h1 {
  font-weight: 300;
  line-height: 56px;
}
.webform-submit.button-primary.btn.btn-sm.btn-primary.form-submit {
 margin-bottom: 35px; 
}
.form-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #c39f76;
  border: #c39f76;
  text-align: center;
  margin: 0 AUTO;
  border-radius: 2px;
  font-size: 17px;
  -webkit-transition: all ease-in 0.5s;
  -o-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
}
.form-submit:hover {
  background: #987d5e;
  border: #c39f76;
  -webkit-transition: all ease-in 0.5s;
  -o-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
}
.team-member.header-top{
  width: 25%;
  margin: auto;
  padding: 0 10px;
  margin-bottom: 3rem;
  display: inline-block;}

  h2.tran-t {
    text-align: center;
    padding: 0px 0;
    font-weight: 400;
    padding-top: 20px;
  }

  .management-team {
    margin: 5rem 0;
  }
  h1.title-urban.fellow-city {
    padding: 26px;
    margin: 0;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #555555;
  }
  .fellow-wdth {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0, .65);
    box-shadow: 0 0 10px rgba(0,0,0, .65);
    padding: 20px 0;
  }
  a.more-btn {
    font-size: 16px;
    text-decoration: underline;
    font-weight: 600;
  }

  .fellow-sec {
    padding:50px 0;
  }

  h4.heading-preferencse {
    font-size: 13px;
    padding: 10px 0;
    font-weight: 600;
  }

  /*Form*/
  .last-head {
    text-align: center;
    font-size: 21px;
    padding-top: 30px;
  }
  strong.light-bold {
    font-weight: 500;
  }
  span.itali {
    font-size: 11px;
    font-size: 13px;
    padding: 10px 0;
    font-weight: 600;
  }
  span.icon-tab {
    padding-right: 5px;
  }
  .form-actions.form0btn{
    margin-top: 30px;
  }
  .tabb-center .tab .nav-tabs{
    border: none;
    margin: 0;
    background: #fafafa;
  }
  .tabb-center .tab .nav-tabs li a{
    padding: 10px;
    margin-right: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: transparent;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease 0s;
    text-align: center;
    min-height: 65px;
  }
  li.active a {
    background: #c39f76!important;
    color: #fff!important;
    font-weight: 600!important;
  }
  .tabb-center .tab .nav-tabs li a:hover,
  .tabb-center .tab .nav-tabs li.active a{ border: none; }
  .tabb-center .tab .nav-tabs li a:before{
    content: "";
    width: 100%;
    height: 4px;
    background: #f6f6f6;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .tabb-center .tab .nav-tabs li a:after{
    content: "";
    width: 0;
    height: 4px;
    background: #222222;
    border: 1px solid #222222;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 1s ease 0s;
  }

  .tabb-center .tab .nav-tabs li:hover a:after,
  .tabb-center .tab .nav-tabs li.active a:after{
    width: 100%;
    opacity: 1;
  }

  .tabb-center {
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0), 0 10px 10px rgba(0, 0, 0, 0.09);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .tabb-center .tabb-row li {
    width: 20%;
  }
  .team-member img {
   
  }
  label.checkbox-inline.wdth-box {
    width: 100%;
    margin-left: 0;
    line-height: 20px;
    font-size: 13px;

  }

  .form-title.heading-title {
    margin: 20px 0;
    background: transparent;
    color: #222222;
    text-align: center;
    font-size: 18px;
  }

  ul.product_list {
    margin: 0;
    padding: 0;
    width: 45%;
    float: left;
  }
  ul.product_list.right-li {

    float: right;
  }
  ul.list-unstyled.product_list li {
    line-height: 20px;
    margin: 8px 0;
    position: relative;
    padding-left: 15px;
  }
  ul.list-unstyled.product_list li:before {
    content: "\f132";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #333;
    font-size: 10px;
    position: absolute;
    top: -2px;
    left: -8px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .4s ease-in-out;
    transform: rotate(270deg);

  }
  ul.list-unstyled.product_list li:hover:before {
   color: #85ae05;
   font-weight: 600;
   -webkit-transform: scale(1.02);
   transform: scale(1.02); 
   transform: scale(-1, 1);
 }

 .hvr-float-shadow.custom-hover:before {
  top: 70%;
  background: radial-gradient(ellipse at center,#f5f5f5 0,rgba(0,0,0,0) 80%);
}

.product_list li a:hover {
  color: #85ae05;
  font-weight: 600;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.product_list li a {
  border-radius: 4px;
  font-size: 12px;
  color: #333;
  margin-bottom: 0px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  font-weight: 600;
}


.form-group.col-sm-4 {
  padding: 0;
}
.tab-content.tabs.clearfix {
  padding: 40px 20px;
  /* padding-top: 30px; */
}

.halfside {
  background: #fafafa;
}

.form-title {
  background: #222222;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
  padding: 5px 10px;
}

.halfside {
  background: #fafafa;
  padding: 15px 10px;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #7777774a;
}

.halfside label {

  font-weight: 600;
}
.form-submit {

  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #c39f76;
  border: #c39f76;
  text-align: center;
  margin: 0 AUTO;
  border-radius: 2px;
  font-size: 17px;
  -webkit-transition: all ease-in 0.5s;
  -o-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
}

.form-submit:hover {
  background: #987d5e;
  border: #c39f76;
  -webkit-transition: all ease-in 0.5s;
  -o-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
  
}
.halfside .form-control {      height: 40px;
  font-size: 14px;
  border-radius: 0;
  border: navajowhite;
  border-bottom: 1px solid #0c2f06ad;
  box-shadow: 0 0 0 0;
  color: #656060d1;

}

.form-title.heading-title + .sm-line {
  margin: 16px auto;
  margin-bottom: 30px;
}
.form-control.marg-b {
  margin-bottom: 8px;
}
textarea.form-control {
  resize: none;
  height: 140px !important;
}
input#exampleInputFile {
  background: #fff;
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px 10px;
}
.halfside.block-label label.radio-inline {
  width: 100%;
  margin-left: 10px;
  line-height: 25px;
}
label.font-padd {
  font-size: 13px;
  padding: 10px 0;
  font-weight: 600;
}
.detail-para {
  font-weight: 300;
  line-height: 1.8em;
  letter-spacing: 1px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: rgba(67,66,66,.75);
  text-align: center;
}
h1.title-smrt {
 font-size: 23px;
 text-align: center;
 padding-bottom: 8px;
}
.sect-title_detail {
  padding: 51px 0 40px 0;
}

.form-group i {
  position: absolute;
  right: 12px;
  top: 12px;
}
.form-group {
  position: relative;
}

.form-control:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(102, 175, 233, 0);
  border: navajowhite;
  border-bottom: 2px solid #c39f76;
}

#myText {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 100%;
 background-color: rgb(255, 255, 255);
 font-size: 14px;
 padding: 20px;
 color: #222222;
 text-align: justify;

}
#myText2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 13px;
  padding: 20px;
  color: #fff;
  background-color: rgb(0, 0, 0);
}
span.input-group-addon.mntd-des {
  border: none;
  background: #222222;
  color: #fff;
}


.optionBox input {
  width: 75%;
  display: inline-block;
  height: 40px;
  font-size: 14px;
  border-radius: 0;
  border: navajowhite;
  border-bottom: 1px solid #0c2f06ad;
  box-shadow: 0 0 0 0;
  padding: 0 15px;
  margin-bottom: 15px;
}
span.add {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #c39f76;
  border: #c39f76;
  text-align: center;
  margin: 0 auto;
  border-radius: 2px;
  font-size: 13px;
  -webkit-transition: all ease-in 0.5s;
  -o-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
  color: #fff;
  padding: 6px 14px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;

}

span.remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #5a7156;
  border: #5a7156;
  border-radius: 2px;
  font-size: 13px;
  -webkit-transition: all ease-in 0.5s;
  -o-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
  color: #fff;
  padding: 6px 0px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  width: 22%;
  margin-left: 10px;
}
.tabb-products.intership .tabb-center .tabb-row li {
  width: 25%;
}
.anay {
  font-size: 17px;
  font-weight: 700;
}

.center-auto {
  margin: 0 auto;
  text-align: center;
}
.wdth-team {
  width: 25%;
  display: inline-flex;
  padding: 0px 15px;
}
/*Form*/

/*faq*/
section.faq-body.faq-bottom {
  margin: 50px 0;
}
.plain_blocks.bg-product {
  background: #8a838308;
  margin-bottom: 10px;
  position: relative;
  color: #333;
  -webkit-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
  box-shadow: 1px 5px 6px 0px #ccc;
}
.fbox-icon {
  position: absolute;
  left: 5px;
  top: 0px;
}
.plain_blocks .fa.fa-question-circle {
  color: #c39f76;
  font-size: 18px;
}
.plain_blocks i.fa.fa-comments {
  position: absolute;
  left: -6px;
  top: -8px;
}
h3.block_title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  padding-left: 30px;
/*  margin: 0;
*/}
.text-danger {
  right: 0;
  color: #a94442;
  position: absolute;
  top: 0;
}
.span-link {
  text-align: left;
  font-weight: 500;
  text-decoration: underline;
  padding-left: 26px;
}
h2.title-video {
  text-align: center;
  font-size: 30px;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}
span.video-icon {
  max-width: 50px;
  width: 40px;
  display: block;
  text-align: center;
  margin: 0 auto;
  bottom: 15px;
  position: absolute;
  left: 0;
  right: 0;
}
.plain_blocks p {
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 20px;
}
.plain_blocks i.fa.fa-comments {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 16px;
  display: none;
}
ul.list-unstyled.left-padd_cust{
  padding-left: 50px;
  line-height: 25px;
  /*margin-bottom: 20px;*/
}
ul.list-unstyled.left-padd_cust li{
 /*font-weight: 500;*/
 position: relative;
}
ul.list-unstyled.left-padd_cust li::before {
  position: absolute;
  content: "";
  border-radius: 50%;
  border: 2px solid;
  width: 2px;
  height: 2px;
  left: -15px;
  top: 10px;
}

/*fancy accordian*/

a:hover,a:focus{
  text-decoration: none;
  outline: none;
}
#accordion .panel{
  border: none;
  border-bottom: 1px solid #c39f76;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: -5px;
}
#accordion .panel:last-child{ border-bottom: none; }
#accordion .panel-heading{
  padding: 0;
  border-radius: 0;
}
#accordion .panel-title a {
  display: block;
  padding: 15px 20px 15px 30px;
  background: #273e47;
  font-size: 20px;
  font-weight: 600;
  color: #c39f76;
  border: none;
  transition: all 1s ease 0s;
}
#accordion .panel-body{
  padding: 25px 20px 5px 40px;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  background: #c39f76;
  border: none;
  position: relative;
}
#accordion .panel-body:before{
  content: "";
  border-top: 15px solid #273e47;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  top: 0;
  left: 30px;
}
#accordion .panel-body:after{
  content: "";
  width: 8px;
  height: 60px;
  background: #273e47;
  position: absolute;
  top: 25%;
  left: 0;
}
a.margin-btn {
  margin-top: 10px;
  display: block;
}
a.btn-proceed {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #c39f76;
  border: #c39f76;
  text-align: center;
  margin: 0 AUTO;
  border-radius: 2px;
  font-size: 17px;
  -webkit-transition: all ease-in 0.5s;
  -o-transition: all ease-in 0.5s;
  transition: all ease-in 0.5s;
  color: #fff;
  padding: 5px 10px;
  line-height: 1.5;
  cursor: pointer;
}
input.exampleInputFile {
  background: #fff;
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px 10px;
}

#tab_wapp .text-danger{ position:relative !important;}


.logo_head{
  float: right;
    width: 30%;
    position: relative;
    top: 0px;
    right: 31%;
    border-left: 1px solid #ccc;
    /*height: 95px;*/
}
.logo_head h1{
  font-weight: 700;
      margin-top: 10px;
}
.logo_head .tagline{
  font-size: 12px;
}
.navbar-inverse {
    background-color:transparent;
    border-color: #F90000;
        box-shadow: -4px 2px 4px 0px;
}

/*bhavikaq 19-09-20*/
.abt_img img{
      height: 250px;
    object-fit: cover;
}
::-webkit-scrollbar {
width: 6px !important;
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px grey; 
border-radius: 0px;
}::-webkit-scrollbar-thumb {
background: #a41d52; 
border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
background: gray !important; 
}
.section-logo{margin-top:-135px;}
.para{    position: absolute;
    top: 11%;
    left: 188px;
    z-index: 9;
    width: 407px;
    color: #a41d52;
    font-weight: 600;
    font-family: 'Alkatra', cursive;
  }

.bg-social{
    background-image: url(../images/footer_bg.jpeg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
  }
 .pl_0{padding-left: 0px !important;}
.pr_0{padding-right: 0px !important;}
  

.bg-section {
    background-color: #ff82af;
    padding: 20px;
}

.heading.mar_pd_0{letter-spacing: 0px;padding:0px 14px;}


.flip-card {
  background-color: transparent;
  width:100%;
  height:255px;
  perspective: 1000px;
  margin-bottom:8px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #fff;
  color: black;
}

.flip-card-back {
  background-color: #fff;
  color: white;
  transform: rotateY(180deg);
}
.some_txt{margin-top: 35px;}
.whatsapp{
    width: 70px;
    height: 70px;
    background: #00ce65;
    line-height: 70px;
    border-radius: 50%;
    color: #fff;
    position: fixed;
    z-index: 9999;
    text-align: center;
    bottom: 42%;
    right: 25px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);

}
.whatsapp a{
    color: #fff;
    font-size: 48px;
}

.blog-list-widget img {
    background: #fff none repeat scroll 0 0;
    margin-right: 15px;
    max-width: 80px;
    padding: 1px;
    border: 1px solid #b80071;
}

.float-left {
    float: left!important;
}
.blog-list-widget .w-100 {
    margin-bottom: 1rem;
    display: block;
}

.w-100 {
    width: 100%!important;
}
.justify-content-between {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.blog-list-widget .list-group-item {
    padding: 0;
    border: 0;
    margin: 0;
    background-color: transparent;
}
.headingleft{
   text-transform: uppercase;
    color: #a5004f;
    margin-block: 25px;
    text-align: left;
    font-weight: 800;
}

.widget-title{
     color: #a5004f;
    font-size: 20px;
    font-weight: 600;
}
.list-group h5{
  font-weight: 600;
  margin: 0px;
}
.image_box img{
  height: 350px;
    object-fit: cover;
    object-position: top;
    width: 100%;
}
.check {
    padding-bottom: 0;
    margin-bottom: 25px;
    list-style: none;
}
.img_box{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
}
.text_box{padding: 10px;}
.ml_4{margin-left:4px;}
.boxes_grid{margin: 50px 0px;}
.tw-button.btn-primary:hover, .tw-button.btn-primary:focus, .tw-button.btn-primary {
    background-color: #00B6F1!important;
    border-color: #00B6F1!important;
}
.yt-button.btn-primary:hover, .yt-button.btn-primary:focus, .yt-button.btn-primary {
    background-color: #f44336!important;
    border-color: #f44336!important;
}
.post-sharing .btn:hover {
    opacity: 0.9;
}

.gp-button.btn-primary:hover, .gp-button.btn-primary:focus, .gp-button.btn-primary {
    border-color: #DA5333!important;
    background-color: #DA5333!important;
}
.sidebar .instagram-wrapper a {
    width: 33.3333%;
    margin: 0;
    float: left;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
}
.instagram-wrapper img{max-width: 100%;
    height: auto;}
.img-fluid {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
}
img {
    border-style: none;
}

.banner img{height:440px;}
.error_sms {
    font-size: 12px;
    position: relative;
    top: -21px;
    margin: 0px;
    text-align: left;
    float: left;
}

.error_sms.sms_area{
    top: -5px;
  }

  .mb-40{margin-bottom:40px !important;}
  /*.animation-jump {
    position: relative;
    -webkit-animation: animation-jump 2s ease-in-out infinite;
    animation: animation-jump 2s ease-in-out infinite;
}
}

@-webkit-keyframes animation-jump {
    0% {
        top: 10px;
    }
    50% {
        top: -10px;
    }
    100% {
        top: 10px;
    }
}

@keyframes animation-jump {
    0% {
        top: 10px;
    }
    50% {
        top: -10px;
    }
    100% {
        top: 10px;
    }
}*/


