.modular p {
  font-size: 15px;
  text-align: justify;
}
ul.list li {
  list-style: none;
}
.si ul li {
  font-size: 24px;
  list-style: square;
  padding: 13px;
  border: 1px solid;
  margin: 2px;
}
.about-5 ul li {
  font-size: 15px;
  padding: 2px;
  font-family: inherit;
  font-weight: bold;
}
.si ul li a {
  color: #000;
  font-family: none;
}
i.fa.fa-phone {
  background: #cf1f40;
  padding: 9px;
  color: #fff;
  border-radius: 28px;
  margin: 10px;
}
.mail {
  text-align: end;
}

h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.pro {
    padding: 10px;
    margin-top: 33px;
    background-color: floralwhite;
    margin-bottom: 30px;
}
.por h3 {
  color: olive;
}
.por {
  text-align: center;
}
.por ul li {
  list-style: none;
  font-size: 16px;
  border: 1px solid;
  margin: 3px;
}
.por ul a li {
  color: #000;
  border: 1px solid;
  margin: 2px;
}
.icon ul li:hover {
  background: #da251c;
  transition: 0.5s;
}
.lol ul li a {
  font-size: 16px;
  color: #000;
  padding: 7px;
}
.lol ul li {
  padding: 7px;
}
.column {
  text-align: center;
}
.bx-controls-direction {
  display: none;
}
.par p {
    
    text-align: justify;
    font-size: 23px;
    font-family: auto;
}


.ab h1 {
    text-align: center;
    color: red;
    font-family: auto;
    padding: 20px;
}

.copy-1 {
    color: #fff;
}
.copys ul li {
    list-style: none;
    color: #fff;
}



body {
  font-family: 'Quicksand', sans-serif;
}

.gal-container {
  padding: 12px;
}

.gal-item {
  overflow: hidden;
  padding: 3px;
}

.box h3 {
    font-size: 20px;
    font-family: fantasy;
}

.content h4 {
    text-align: center;
    font-size: 28px;
}
.gal-item .box {
  height: 350px;
  overflow: hidden;
}

.box img {

  top: -10%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.box:hover img{
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.gal-item a:focus {
  outline: none;
}

.gal-item a{
  cursor: pointer;
}

.gal-item a::after {
  content: "\f00e";
  font-family: "FontAwesome";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
  line-height: 350px;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
  opacity: 1;
}

.modal-open .gal-container .modal {
  background-color: rgba(0,0,0,0.4);
}

.modal-open .gal-item .modal-body {
  padding: 0px;
}

.modal-open .gal-item button.close {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #000;
  opacity: 1;
  color: #fff;
  z-index: 999;
  right: -12px;
  top: -12px;
  border-radius: 50%;
  font-size: 15px;
  border: 2px solid #fff;
  line-height: 25px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}

.modal-open .gal-item button.close:focus {
  outline: none;
}

.modal-open .gal-item button.close span {
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow: none;
}

.gal-container {
  width: 80%;
}


@media (min-width: 768px) {
  .gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
  }
}

@media (max-width: 768px) {
  .gal-container .modal-content {
    height: 250px;
  }
}


/* Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}


.modal {
  display: none;
  position: fixed;
  z-index: 1;
      padding-top: 71px;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.9); 
}

.modal-content {
  margin: auto;
  display: block;

  max-width: 700px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content, #caption { 
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

.close {
    position: absolute;
    top: 71px;
    
    right: 416px;
    color: #131111;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 999;
    border-radius: 9px;
    padding: 20px;
    background: #fff;
    opacity: 1.2 !important;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}







.modular h5 {
  text-align: center;
  font-size: 24px;
  padding: 5px;
  font-weight: 700;
}



#slider-text{
  padding-top: 40px;
  display: block;
}
#slider-text .col-md-6{
  overflow: hidden;
}

#slider-text h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 30px auto;
  padding-left: 40px;
}
#slider-text h2::after{
  border-top: 2px solid #c7c7c7;
  content: "";
  position: absolute;
  bottom: 35px;
  width: 100%;
  }

#itemslider h4{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 10px auto 3px;
}
#itemslider h5{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin: 3px auto 2px;
}
#itemslider h6{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;;
  font-size: 10px;
  margin: 2px auto 5px;
}
.badge {
  background: #b20c0c;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 31px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  border: 2px solid #FFF;
  box-shadow: 0 0 0 1px #b20c0c;
  top: 5px;
  right: 25%;
}
#slider-control img{
  padding-top: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 992px){
#slider-control img {
  padding-top: 70px;
  margin: 0 auto;
}
}

.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 5px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 5px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}














.article {
  padding: 20px;
  box-shadow: -1px 1px 2px 2px #ccc;
}




.article h2 {
  font-size: 20px;
  text-align: center;
  padding: 12px;
  
}





.article p {
  font-size: 16px;
  text-align: justify;
  font-family: sans-serif;
  line-height: 1.8;
}

.mail ul li {
  display: inline-block;
  font-size: 17px;
  padding: 5px 0px;
  font-family: serif;
}
i.fa.fa-envelope {
  background:#e67817;
  padding: 9px;
  color: #fff;
  border-radius: 28px;
  margin: 10px;
}
.spa ul li {
  font-size: 20px;
  padding: 14px;
  border: 1px solid;
  margin: 2px;
}
i.fa.fa-phone-square{
  background:#e67817;
  padding: 9px;
  color: #fff;
  border-radius: 28px;
  margin: 6px;
}
.interior {
  padding: 1px;
 
}
.mail ul li a {
    color: #000;
}

button.btn.btn-tri {
  padding: 9px 55px;
  color: #fff;
  background: #dc2b1b;
  margin: 19px 0px;
}
section.bg {
  background: url(../img/bg.jpg)no-repeat;
  background-size: cover;
  width: 100%;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #f5f5f5 !important;
    text-decoration: none;
    background-color: #808000 !important;
    /* padding: 13px; */
}



















.icon ul li {
    display: inline-block;
    background:#e67817;
    padding: 8px 12px;
    color: #fff;
    border-radius: 61px;
}
h3.about {
  text-align: center;
  font-size: 30px;
  font-family: fantasy;
}
.icon {
    text-align: right;
    padding: 9px 0px 0px;
}
/* bootstrap dropdown hover menu*/

header {
  background-image: linear-gradient(to right, #de2b1c , #f07300);;
}
nav.navbar.navbar-inverse {
  background:#e67817;
    border: #12436e;
    margin: 0px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background:transparent !important;
}

ul.history-listing-area li span {
  font-family: 'proxima_novasemibold';
  font-size: 14px;
  color: #12436d;
  display: block;
  min-height: 55px;
  line-height: 20px;
}

ul.history-listing-area li h4 {
  color: #12436d;
  font-size: 16px;
  font-family: 'proxima_novabold';
}


.history-contents {
  float: left;
  width: 100%;
  background: #f2f2f2;
}


ul.history-listing-area li span {
  font-family: 'proxima_novasemibold';
  font-size: 14px;
  color: #12436d;
  display: block;
  min-height: 55px;
  line-height: 20px;
}

ul.history-listing-area li h4 {
  color: #12436d;
  font-size: 16px;
  font-family: 'proxima_novabold';
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 14px 32px !important;
}
ul.dropdown-menu.mega {
  width: 1000px;
}

ul.dropdown-menu.mega ul li a {
  color: #000;
  list-style: none;
  line-height: 2;
}
ul.dropdown-menu.mega ul {
  padding-left: 5px;
}
li.nav-title.col-md-2 a {
  font-size: 14px;
 
}
ul.dropdown-menu.mega ul li {
  list-style: none;

}
ul.dropdown-menu.mega {
  width: 1065px;
  padding: 5px;
  position: absolute;
  left: -166px;
}




.gh {
  text-align: center;
  display: none;
}















.members ul li {
    float: left;
    background:#808000;
    padding: 20px;
    margin: 5px;
    width: 282px;
    height: 180px;
    list-style: none;
    text-align: center;
}
h5.para {
    font-size: 16px;
    font-weight: 700;
    padding: 20px;
    font-weight: 700;
    color: #fff;
    /* border-bottom: 2px solid; */
}
ul.releases-list {
  float: left;
  width: 100%;
  padding: 0 0px;
  margin-top: 10px;
}
.releases-list li .press-date-info {
  width: 130px;
  line-height: normal;
  font-size: 13px;
  padding: 5px;
}
.releases-list li .press-date-info {
  background: #1d71a4;
  float: left;
  color: #fff;
  padding: 15px;
  text-align: center;
  line-height: 20px;
  width: 100px;
  font-size: 17px;
}
.default-color {
  color: inherit;
}
ul.releases-list li {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.press-content {
  float: left;
  width: 100%;
  padding: 15px;
}
.press-content {
  float: left;
  width: calc(100% - 100px);
  background: #f2f2f2;
  padding: 10px 50px;
}
.press h2 {
  font-size: 21px;
  text-align: center;
}
.pho p {
  font-size: 16px;
  padding: 10px;
}
.pho {
  background: #fbf8f8;
  padding: 10px;
  border: 1px solid#ccc;
  margin: 5px;
}
.img {
  border: 2px solid;

  margin-top: 25px;
}


.join-the-party {
  padding: 30px;

  padding-top: 10px;
  min-height: 400px;

}
.gst-1 ul li a {
  color: #fff;
}
.work {

  padding: 20px;
}
.join-the-party h3.title {
  float: left;
  width: 100%;
  background: #93cfed;
  text-align: left;
  padding: 8px;
  padding-left: 20px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.form-block {
  font-size: 13px;
}
.join-the-party .form-group {
  width: 100%;
  float: left;
}
.form-group {
  margin-bottom: 15px;
}
.join-the-party .form-block label {
  text-align: right;
  padding-top: 8px;
}

.mobile-number {
  width: 75%;
  float: left;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
#MobileNumber label {
  position: absolute;
  height: 20px;
  left: 0;
  top: 35px;
  margin-bottom: 13px;
  z-index: 99;
}

.join-the-party .form-block label {
  text-align: right;
  padding-top: 8px;
}
label.error {
  padding-top: 5px !important;
}
.disable {
  display: none;
}
.validate {
  width: 25%;
  float: left;
}
.join-the-party .validate-btn {
  border-radius: 0;
  outline: none;
  border: none;
  background: #93cfed;
  color: #FFF;
  font-weight: bold;
  width: 90%;
  height: 38px;
}
.join-the-party .submit-btn {
  border-radius: 0;
  outline: none;
  border: none;
  background: #289fdb;
  color: #FFF;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
  padding-left: 25px;
  padding-right: 25px;
}
.float-left {
  float: left;
}
.join-the-party .form-control {
  border-radius: 0;
  outline: none;
  height: 38px;
}
.join-the-party .padding-0 {
  padding-left: 0;
  padding-right: 0;
}
form#new_career {
  float: left;
  width: 100%;
  text-align: left;
}
form#new_career input, form#new_career textarea {
  text-align: left;
}
form#new_career {
  float: left;
  width: 100%;
  text-align: left;

}

#volunteers label {
    width: 100% !important;
    clear: both !important;
}
form#new_career input, form#new_career textarea {
  text-align: left;
}

form.newsletter-form input {
  float: left;
  width: 100%;
  background: none;
  border: 0;
  border-bottom: 1px solid #81a8bf;
  text-align: center;
  padding: 10px 0;
}
.pro p {
  color: olive;
}
.column p {
  font-weight: bold;
}
.about h3 {
  border-bottom: 1px solid;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
}
h4.join {
  font-size: 21px;
  color: #e60404;
  font-weight: bold;
}
h1.join {
    font-size: 33px;
    font-family: initial;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid;
    display: inline-block;
}
.about {
    text-align: center;
}
.ab-1 img {
    width: 50%;
    border: 1px solid;
   
}
.mail ul {
    padding-left: 0px;
}
.ab-1 {
    text-align: center;
}
.about p {
    font-size: 22px;
    text-align: center;
    padding: 20px;
    font-family: serif;
}
.side {
  padding-top: 30px;
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hovereffect:hover a.info {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
h3.galle {
  text-align: center;
  font-size: 30px;
  font-family: initial;
  color: #fff;
}


























h2.key {
    text-align: center;
    font-size: 24px;
    color: #013369;
    padding: 5px;
}
  .tcb-product-slider .carousel-control {
    width: 5%;
  }
  .tcb-product-item a {
    color: #147196;
  }
  .tcb-product-item a:hover {
    text-decoration: none;
  }
  .tcb-product-item .tcb-hline {
    margin: 10px 0;
    height: 1px;
    background: #ccc;
  }
  @media all and (max-width: 768px) {

    .interior {
      padding: 5px;
      background:#808000;margin: 5px;
  }
    .logo {
      text-align: center;
  }
  .icon ul {
    padding-left: 0px;
}
  }

        /* Tabs*/
section {
  padding: 20px 0px 0px 0px;
}

section .section-title {
  text-align: center;
  color: #007b5e;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#tabs{
background: #007b5e;
  color: #eee;
}
#tabs h6.section-title{
  color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #f3f3f3;
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 4px solid !important;
  font-size: 20px;
  font-weight: bold;
}
#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #eee;
  font-size: 20px;
}
p.oye {
  font-size: 16px;
  text-align: justify;
  padding: 8px;
  font-family: initial;
}

.tab button {
  display: block;
  background-color: #0b3158 !important;
  color: white !important;
  padding: 11px 16px !important;
  width: 97% !important;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  background: #0b3158;
  margin: 5px;
}
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 365px !important;
}

.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 365px !important;
}
h2.pros {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #0b3158;
}

.tp{
  background: url(../img/our-achievements.jpg)no-repeat;
  background-size: cover;
  width: 100%;
}
.slide.slick-slide{
  background: #fff;
  padding: 5px
  ;
}
h2.india{
  font-size: 24px;
  font-weight: bold;
}
h2.his {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #0b3158;
}
h4.jor {
  font-size: 19px;
  text-align: center;
  color: #0b3158;
}
p.decem {
  text-align: justify;
  font-size: 15px;
}
button.btn.btn-wri {
  background: #289fdb;
  border-radius: 1px;
  padding: 5px 20px;
  font-size: 16px;
  color: #fff;
}
.fri ul li {
  width: 35%;
}
h2.fri {
  font-size: 16px;
  font-weight: bold;
}
.fri ul li {
  width: 35%;
  display: inline-block;
  padding: 20px;
  background: #123865;
  color: #fff;
}

h5.tax {
  font-size: 24px;
  font-weight: 800;
  border-bottom: 4px solid;
  display: inline-block;
  padding: 10px;
}
.gst p {
  text-align: justify;
  font-size: 15px;
}
.gst {
  box-shadow: 0px -1px 2px 2px #ccc;
  padding: 20px;
}
.gst-1 {
  background: #12436e;
  padding: 20px;
}
.gst-1 ul li {
  font-size: 16px;
  color: #fff;
  list-style: none;
  background: #1d71a4;
  padding: 10px;
  margin: 3px;
}
form.newsletter-form {
  float: left;
  width: 100%;
  text-align: center;
}

form.newsletter-form input {
  float: left;
  width: 100%;
  background: none;
  border: 0;
  border-bottom: 1px solid #81a8bf;
  text-align: center;
  padding: 10px 0;
}
.subscribe-btn {
  outline: none !important;
}
.subscribe-btn {
  width: 150px;
  margin: 0 auto;
  background: #289fdb;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 15px;
  border: 0;
}
.reboot {
  padding: 20px;
}


.gst ul {
  list-style: none;
}

ul.history-listing-area.left-list {
  float: left;
  width: 50%;
}


.leadership-history h3.title {
  float: left;
  width: 100%;
  background: #93cfed;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 24px;
}


ul.history-listing-area li span {
  font-family: 'proxima_novasemibold';
  font-size: 14px;
  color: #12436d;
  display: block;
  min-height: 55px;
  line-height: 20px;
}

ul.history-listing-area li h4 {
  color: #12436d;
  font-size: 16px;
  font-family: 'proxima_novabold';
}


.history-contents {
  float: left;
  width: 100%;
  background: #f2f2f2;
}


ul.history-listing-area li span {
  font-family: 'proxima_novasemibold';
  font-size: 14px;
  color: #12436d;
  display: block;
  min-height: 55px;
  line-height: 20px;
}

ul.history-listing-area li h4 {
  color: #12436d;
  font-size: 16px;
  font-family: 'proxima_novabold';
}




























@brand-color: #b20000;
#tcb-testimonial-carousel {
    a{
        color: @brand-color;
    }
    .text-brand{
        color: @brand-color;
    }
    margin-top: 30px;
    .carousel-indicators .active {
        background: @brand-color;
    }
    .no-margin{
        margin: 0;
    }
    .carousel-indicators li {
        border: 1px solid #ccc;
    }
    .carousel-control {
        color: @brand-color;
        width: 5%;
    }
    .carousel-control:hover,
    .carousel-control:focus {
        color: @brand-color;
    }
    .carousel-control.left,
    .carousel-control.right {
        background-image: none;
    }
    .item{
        padding: 15px 40px;
        background: #f8f8f8;
    }
    .media-object {
        margin: auto;
    }
    @media screen and (max-width: 768px) {
        .media-object {
            margin-bottom: 15px;
        }
    }
}


.last ul li {
  list-style: none;
  text-align: center;
}
.last ul{
  padding: 0px;
}
h2.lg {
  font-size: 20px;
  text-align: center;
}
p.lg-1 {
  font-size: 13px;
  text-align: center;
}
p.copy {
  text-align: center;
}
.last-1 h3 {
  font-size: 15px;
  font-weight: 700;
  color: #123865;
}
.last-1 ul li {
  list-style: none;
}
.last-1 ul{
  padding: 0px;
}




/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



p.term {
  text-align: center;
}
.reboot h3 {
  font-size: 18px;
  color: #fff;
}
form.search-spoken-person {
  float: left;
  width: 100%;
  background: #b1d3e3;
  padding: 30px;
  margin-bottom: 20px;
  color: #666;
}
.search-btn {
  background: #12436d;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  padding: 0px 23px;
  font-weight: bold;
  height: 34px;
}
.form-field {
  float: left;
  width: 100%;
  height: 34px;
  padding: 5px;
  border: 1px solid #e5e5e5;
  outline: none !important;
}
.in-focus {
  box-shadow: 1px 3px 4px 5px #ccc;
  padding: 20px;
}
.in-focus a h5 {
  color: #000;
  font-size: 16px;
  text-align: justify;
}









@media only screen and (max-width: 768px) {
  .logo img {
    width: 100%;
}
.icon {
  text-align: center;
}
.members ul li {

  width: 155px;
}
.tcb-product-info {
  background: #f0f0f0;
  padding: 0px;
}
.last-1 {
  display: none;
}

}


.turkey h1 {
    background: antiquewhite;
    padding: 10px;
}
.turkey p {
    font-size: 18px;
    font-family: initial;
    text-align: justify;
}
.Architecture p {
    font-size: 20px;
    text-align: justify;
    font-family: auto;
}

.column p {
    text-align: center;
    font-size: 16px;
    font-family: inherit;
    
}

.pro h2 {
  text-align: center;
  font-family: inherit;
  padding: 0px;
  font-size: 20px;
}
button.btn.btn-dan {
  padding: 10px 20px;
  background: #cf1f40;
  color: white;
  font-size: 16px;
  font-family: monospace;
}

.hpl h2 {
    text-align: center;
    font-size: 24px;
    font-family: fantasy;
}
.key h3 {
    font-family: monospace;
    font-size: 22px;
    margin: 5px;
}

h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.apre1 {
    text-align: end;
}
.apre p {
    font-size: 16px;
    font-family: monospace;
}
.apre1 p {
    font-size: 16px;
    font-family: monospace;
}

.apre {
    box-shadow: -1px 0px 2px 2px #ccc;
    padding: 20px;
    margin: 30px;
}

.apre1 {
    box-shadow: -1px 0px 2px 2px #ccc;
    padding: 20px;
    margin: 30px;
}

.pic ul li img {
    transform: rotate(90deg);

}
.gh ul li {
    display: inline-block;
    /* border-radius: 130px; */
    text-align: center;
}
.gh img {
    width: 70px;
    
}
.gh {
    text-align: center;
}
p.pre {
    text-align: justify;
    font-size: 17px;
}
.fet ul li {
    font-size: 24px;
    font-family: auto;
}



/* */

.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 30px solid #fff !important; 
    border-radius: 14px !important;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}





#gallery {
  padding-top: 40px;
  @media screen and (min-width: 991px) {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  img {
    width: 100%;
  }
}
.img-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  i {
    color: #fff;
    font-size: 3em;
  }
}

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
  img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    @media screen and (min-width:768px) {
        width: 60%;
    }
    @media screen and (min-width:1200px) {
        width: 50%;
    }
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}
section#gallery img {
    background: #fff;
    padding: 20px;
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

body {
  background-color:#eee;
}
.section-title h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 6px;
    color: #000;
    letter-spacing: 0.3px;
    padding: 0;
}
.section-title::after {
    content: "";
    height: 3px;
    background: #fbb900;
    width: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
/****************/
/*	 BX-SLIDER 	*/
/****************/
section.client {
	padding:4em 0em;
	background-color: #eee;

}
section.client .section-title {
	margin-bottom: 6em;
}
.bx-controls {
	position: relative;
}
.bx-wrapper .bx-pager {
    text-align: center;
    padding-top: 30px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


.footer{
	background-color: #222534;
}
.footer .footer-top {
	padding: 40px 0 60px;
}
.footer .footer-top .single-widget{
	margin-top:30px;
}
.footer .footer-top h2 {
	color: #fff;
	font-size: 18px;
	text-transform: capitalize;
	display: block;
	margin-bottom: 15px;
	padding-bottom:15px;
	position: relative;
}
.footer .footer-top .list li {
	color: #ccc;
	position: relative;
	margin-bottom: 10px;
}
.footer .footer-top .list li:last-child{
	margin-bottom:0px;
}
.footer .footer-top li a {
	color: #ccc;
	font-weight: 400;
}
.footer .footer-top .about img{
	margin-bottom:15px;
}
.footer .footer-top .about p {
	margin-bottom: 10px;
	color: #ccc;
}
.footer .footer-top .about p a {
	color: #1BBC9B;
	margin-left:5px;
}
.footer .footer-top .about p a:hover{
	color:#fff;
}
.footer .footer-top .social {
	margin-top:15px;
}
.footer .footer-top .social li {
	display: inline-block;
	margin-right: 5px;
	color: #ccc;
	font-weight: 500;
}
.footer .footer-top .social li:last-child{
	margin:0;
}
.footer .footer-top .social a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: transparent;
	color: #fff;
	border-radius: 100%;
	border: 1px solid #fff;
}
.footer .footer-top .social li:hover a{
	border-color:transparent;
	color:#fff;
	background:#1BBC9B;
}
/* Links */
.footer .footer-top .links li i {
	margin-right: 5px;
	color: #1BBC9B;
}
.footer .footer-top .links li:hover a{
	padding-left:5px;
	color:#1BBC9B;
}
.footer .contact{
	padding-top: 20px;
}

.footer .contact h3{
	font-size: 18px;
	color:white;
	padding:10px 0px;
}
.footer .contact .form textarea{
width: 100%;
height: 5m;
}
.footer .contact .form-group label{
	margin-bottom:10px;
}
.footer .contact .form-group label span {
	color: #1BBC9B;
	font-weight: 600;
	position: relative;
	top: 2px;
	left: 2px;
}
.footer .contact .form-group input {
	width: 100%;
	height: 25px;
	padding: 0 12px;
	background: #fff;
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
	-moz-box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
	box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
	background: #f7f7f7;
	border:1px solid #e6e6e6;
}
.footer .contact .form-group textarea {
	width: 100%;
	padding: 5px 5px;
	background:#f7f7f7;
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
	-moz-box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
	box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
	border:1px solid #e6e6e6;
	resize:none;
}
.footer .contact .form-group.button{
	margin:0;
}
.footer .contact .form-group .btn{
	background:#ffcc00;
	border:1px solid transparent;
}
.footer .contact .form-group .btn:hover{
	color:#ffcc00;
	background:transparent;
	border-color:#ccc;
}
.footer .contact .form-group .btn:before{
	background:#fff;
	border-radius:3px;
}
/* Posts */
.footer .posts ul li {
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 10px;
}
.footer .posts ul li:last-child{
	margin:0;
	padding:0;
	border:none;
}
.footer .posts ul li img {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
	border: 2px solid #fff;
	border-radius: 100%;
}
.footer .posts ul li a {
	color: #ccc;
	font-weight: 600;
}
.footer .posts ul li a:hover{
	color:#1BBC9B;
}
/* Address */
.footer .footer-top .address p {
	margin-bottom: 10px;
	color: #ccc;
}
.footer .footer-top .address .list li {
	padding-left: 25px;
}
.footer .footer-top .address .list li i {
	position: absolute;
	left: 0;
	top: 7px;
	color: #1BBC9B;
}
.footer .footer-top .address .list li a {
	color: #ccc;
}
.footer .footer-bottom {
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .copyright p {
	color: #ddd;
	margin: 0;
	text-transform: capitalize;
}
.footer .copyright p a {
	color: #1BBC9B;
}
.footer .copyright p a:hover{
	color:#fff;
}
.footer .copyright span{
	margin:0px 5px;
}
.contact-popup{
	padding:10px;
}

.contact-popup .form-group label{
	margin-bottom:10px;
}

.contact-popup .form-group label span {
	color: #1BBC9B;
	font-weight: 600;
	position: relative;
	top: 2px;
	left: 0px;
}

.contact-popup .form-group input,.contact-popup .form-group select {
	width: 100%;
	height: 30px;
	padding: 0 12px;
	background: #fff;
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
	-moz-box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
	box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
	background: #f7f7f7;
	border:1px solid #e6e6e6;
}
.form-group select {
	width: 100%;
	height:30px;
	padding: 0 12px;
	background: #fff;
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
	-moz-box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
	box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
	background: #f7f7f7;
	border:1px solid #e6e6e6;
}
.contact-popup .form-group textarea {
	width: 100%;
	padding: 10px 10px;
	background:#f7f7f7;
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
	-moz-box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
	box-shadow: inset 0px 1px 2px 0px rgba(238,238,238,1);
	border:1px solid #e6e6e6;
	resize:none;
}
.contact-popup .form-group.button{
	margin:0;
}
.contact-popup .form-group .btn{
	background:#ffcc00;
	border:1px solid transparent;
}
.contact-popup .form-group .btn {
  background: #cf1f40;
  border: 1px solid transparent;
  color: #fff;
  font-weight: bold;
}
.contact-popup .form-group .btn:before{
	background:#fff;
	border-radius:3px;
}

.about-5 {
    text-align: center;
}

.about-5 p {
    font-size: 20px;
    font-family: initial;
}

.about-5 {
    padding: 50px 0px 50px 0px;
}

i.fa.fa-map {
    background: #cf1f40;
    padding: 9px;
    color: #fff;
    border-radius: 28px;
    margin: 10px;
}

@media only screen and (max-width: 768px) {

    .logo img {
    width: 40%;
}
 


.mail {
    text-align: center;
    
    
}

.about-5 p {
    font-size: 18px;
    font-family: initial;
}
}

.led ul li {
    list-style: none;
}

.led ul li {
    font-size: 19px;
    padding-top: 10px;
    font-weight: 700;
}


.ms {
    padding-top: 25px;
}

.led {
    padding-top: 20px;
}

.high {
    font-size: 20px;
    padding-top: 17px;
}

.high ul li {
    list-style: none;
}

.high ul {
    padding-top: 10px;
}

.our {
    text-align: center;
}

.our h3 {
    color: red;
    padding-top: 30px;
}

.vision p {
    font-size: 17px;
}

.vision {
    background-color: #ccc;
    padding: 18px;
}

.vision {
    margin-top: 35px;
}

.vision {
    margin-bottom: 40px;
}

section.bc {
    background: url(../img/background-img.jpg);
    background-size: cover;
    width: 100%;
    height: auto;
}

ul.social {
    padding: 0px;
}

h2.join {
    font-size: 33px;
    font-family: initial;
    text-align: center;
    color: #cf1f40;
    font-weight: bold;
    border-bottom: 2px solid;
    display: inline-block;
}

.single-widget.about p {
    font-size: 19px;
}


@media only screen and (max-width: 768px) {
  ul.list {
    text-align: center;
    padding-left: 0px;
}
}

.par {
    padding-bottom: 40px;
}

.line {
  
    padding: 9px;
    color: #fff;
    border-radius: 28px;
    margin: 10px;
}

.si ul li {
    padding-top: 20px;
}