@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* =======================================================
*
* 	Template Style 
*
* ======================================================= */

.fabout{
  padding-left: 1px !important;
}
.thumbnail {

  border-radius: 2px !important;
  border: none !important;
  height: 300px;
}
.slidetxt p{
  text-align: center;
  color: #000;
  font-size: 18px;
  margin-top: 20px;
 
  padding: 2px;
}
.slidetxt img{
  width: 200px;
  height: 150px;
}
.carousel-control {
	left: -12px;
    height: 40px;
	width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
	right: -12px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 10px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}

@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");
.panel-primary > .panel-heading {
  color: #0936b7;
  background-color: #0b65ec21;
  border-color: #d6e9c6;
}

.panel-pricing {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.panel-pricing:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
  padding: 20px 10px;
}
.panel-pricing .panel-heading .fa {
  margin-top: 10px;
  font-size: 58px;
}
.panel-pricing .list-group-item {
  color: #777777;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
  background-color: #f0f0f0;
  font-size: 20px;
  color: #777777;
  padding: 15px;
  margin: 0px;
}


.panel-pricing p{
  margin: 0px !important;
}



.gallerybtn{
  width: 45%;
    padding: 13px !important;
    height: 50px;
}



body {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  background: #fff; }
  .panel-heading h5{
    font-weight: 600;
  }

.overseas li {
  padding: 8px;
  font-size: 18px;
  color: white;
  font-weight: 500;
  margin-top: 15px;
  text-align: justify;
}
.badge-bullets .bullet-icon {
  background: #c12121;
  border-radius: 50%;
  float: left;
  line-height: 3.125em;
  height: 3.0em;
  width: 3.0em;
  margin-right: 21px;
  text-align: center;
}
.badge-bullets .bullet-icon:before {
  content: attr(data-for-badge);
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
}

/* 
Filter gallery 
 */
 .btn-primary {
  color: #fff;
  background-color: #21326b !important;
  border-color: #21326b !important;
}
 .input-container {
   display: -ms-flexbox; /* IE10 */
   display: flex;
   width: 100%;
   margin-bottom: 15px;
 }

 .icon {
   padding: 10px;
   background: #21326b;
   color: white;
   min-width: 50px;
   text-align: center;
 }

 .input-field {
   width: 100%;
   padding: 10px;
   outline: none;
   font-size: 14px;
 }

 .input-field:focus {
   border: 2px solid dodgerblue;
 }



 .filter-button
 {
     font-size: 18px;
     border: 1px solid #c12121;
     border-radius: 5px;
     text-align: center;
     color: #fff;
     margin-bottom: 30px;
     background-color: #c12121;
 }
 /* .filter-button:hover
 {
     font-size: 18px;
     border: 1px solid #c12121;
     border-radius: 5px;
     text-align: center;
     color: #ffffff;
     background-color: #c12121;
 
 } */
 .filter-button.active
 {
     background-color: #21326b;
     color: white;
 }
 .port-image
 {
     width: 100%;
 }
 
 .gallery_product
 {
     margin-bottom: 30px;
 }
 

 

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

 
/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */




.container__img-holder {
  
 
  cursor: pointer;
}

.container .container__img-holder:nth-child(3n+1) {
  margin-left: 0;
}

.container__img-holder img {
  width: 100%;
  height: auto;
  display: block;
}


/* Popup Styling */
.img-popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.img-popup img {
  max-width: 700px;
  width: 100%;
  height: 525px;
  position: relative;
  margin-left: 25%;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

.close-btn {
  width: 35px;
  height: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 40px;
  right: 200px;
  color: white;
  cursor: pointer;
}


.close-btn .bar {
  height: 4px;
  background: #333;
}

.close-btn .bar:nth-child(1) {
  transform: rotate(45deg);
}

.close-btn .bar:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

.opened {
  display: flex;
}

.opened img {
  animation: animatepopup 1s ease-in-out .8s;
  -webkit-animation: animatepopup .3s ease-in-out forwards;
}

@keyframes animatepopup {

  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

}

@media screen and (max-width: 780px) {
  .para {
    font-size: 20px !important;
    padding: 30px !important;
    color: white;
    /* padding: 85px 10px; */
    /* padding-top: 53px; */
    text-align: justify !important;
}
  
.container__img-holder {
  
 
  cursor: pointer;
}

.container .container__img-holder:nth-child(3n+1) {
  margin-left: 0;
}

.container__img-holder img {
  width: 100%;
  height: 220px;
  display: block;
}


/* Popup Styling */
.img-popup {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.img-popup img {
  max-width: 700px;
  width: 100%;
  height: 300px;
  position: relative;
  margin-left: 6% !important;
  margin-right: 5% !important;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
}

.close-btn {
  width: 35px;
  height: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 40px;
  right: 10%;
  color: white;
  cursor: pointer;
}


.close-btn .bar {
  height: 4px;
  background: #333;
}

.close-btn .bar:nth-child(1) {
  transform: rotate(45deg);
}

.close-btn .bar:nth-child(2) {
  transform: translateY(-4px) rotate(-45deg);
}

.opened {
  display: flex;
}

.opened img {
  animation: animatepopup 1s ease-in-out .8s;
  -webkit-animation: animatepopup .3s ease-in-out forwards;
}
}
.association{
  color: white;
  text-align: justify;
  font-size: 21px;
  padding: 60px;
  }
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .association{
      color: white;
      text-align: justify;
      font-size: 19px !important;
      padding: 50px 1px;
    }
  .modal-content {
    width: 100%;
  }
  .text1 {
    color: white;
    font-size: 16px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .overseas li {
    padding: 2px;
    font-size: 14px;
    color: white;
    padding-right: 44px;
    font-weight: 500;
    margin-top: 17px;
    text-align: justify;
}
.badge-bullets .bullet-icon {
  background: #c12121;
  border-radius: 50%;
  float: left;
  line-height: 3.125em;
  height: 3.0em;
  width: 3.0em;
  margin-left: -38px;
  margin-right: 4px;
  text-align: center;
}
}
/* 
animated gallery education tour
 */

.paragraph{
  font-size: 24px;
  text-align: center;
  color: white;
}
 .image1 {
  display: block;
  width: 100%;
  height: auto;
}

.overlay1 {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 0;
  background-color: #c12121;
  overflow: hidden;
  width: 92%;
  height: 0;
  transition: .5s ease;
}

.AniGallery:hover .overlay1 {
  height: 35%;
}

.text1 {
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}



 /* end */

  .para {
    font-size: 25px;
    padding: 85px 10px;
    /* padding-top: 53px; */
    text-align: justify !important;
  }

  .animate-box1 p{
margin-bottom: 4px !important;
font-size: 12px !important;
    }
    .sledertxt{
      color: white;  font-size: 28px;  margin-left: 100px;
    }

  
    .trvlvwbtn{
      margin-left: 194px;
      text-align: right;

      margin-top: 25px;
    }
    .org img{
   
      -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
      filter: grayscale(100%);

    padding: 12px;
  
    }
    .org img:hover{

      border: 1px solid black;
      filter: none;
    }
    .btnpadding{
      padding-left: 100px;
    }
    .btnmargin{
      margin: 41px;
    }
    .btnmargin1{
      margin: 60px;
    }
    .qunlndh1{
      font-size: 30px !Important;
      margin: 25px;
    }
  .city {
    color: #429FFD;
    
    transition: 0.5s;
}
.edumile{
  font-size: 50px; font-family: Arial, Helvetica, sans-serif!important;
}
.edumilebtm2{
  font-size: 20px !important ; 
  margin-bottom: 15px;
  margin-top: -15px;
  font-family: Arial, Helvetica, sans-serif!important;
}
.edumilebtm{
  font-size: 30px !important ; margin-bottom: 25px;margin-top: -15px;
  font-family: Arial, Helvetica, sans-serif!important;
}
.removepadding{
    padding-left: 0px!important;
  padding-right: 0px!important;
}
  .sliderimg{
    min-height: 203px !important;
  }
  .wrap{

      z-index: 1;
      margin-top: -7.4em;
      float: right;

  }
  .sidecontent {
    margin-top: 161px;
}
/* travel to learn */
/* maruque */
.marquee {
  width: 100%;

  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;

}
.marquee-content {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 25px;
  animation: marquee 25s linear infinite;
}
.item-collection-1 {
  position: relative;
  left: 0%;
  animation: swap 25s linear infinite;
}
@keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%,
  100% {
    left: 100%;
  }
}
.marquee-content:hover {
  animation-play-state: paused
}
.item1 {
  display: inline-block;
  height: 70px;
  width: 140px;
  background: cyan;
  vertical-align: top;
  margin-left: 15px;
}
.item2 {
  display: inline-block;
  height: 70px;
  width: 100px;
  background: magenta;
  vertical-align: top;
  margin-left: 15px;
  line-height: 14px;
}
/* Transition */

@keyframes marquee {
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(-100%)
  }
}
.strip-head{
  font-size: 45px !important; color: #21326b; font-weight: bold;
}
.strip-btn{
  margin-top: 27px; margin-left: 26%;

}
.strip-head-over{
  font-size: 45px;
  text-align: center;
  color: #c12121;
  margin-top: 10px;
  font-weight: bold;
}
.wash-dc{
  color: #c12121;
  font-weight: bold;
  font-size: 34px;

}
.dateApril{
  color: #c12121;
  font-size: 26px;
  font-weight: bold;
  margin-top: -28px !important;
}
.newzelaand{
  margin-left: -22px;
}
.canada{
  margin-left: 21px;
}
.succheight{
  height: 650px;
}
.f1-blogWhy {
  padding: 1em;
  margin-bottom: 20px;
  background: #fff;
  height: 314px;
  width: 266px;
}
.event-tour{
  text-align: center;
    color: #c12121;
    font-weight: bold;
    font-size: 16px;
}
.eventTop{
  margin-top: 3em !important;
}
.IndiaOffice{
  margin-bottom: 30px;
  margin-left: 4%;
  color:black;
  font-weight: 800;
  font-size: 21px;
  text-transform: uppercase;
}

.IndiaOffice span {
    /* font-size: 18px; */
    color: #002eff;
    -webkit-opacity=q: wer;
    -webkit-opacity=q: wer;
    -webkit-opacity=q: we;
    -webkit-opacity=q: w;
}

.IndiaOffice span strong {
    color: #002eff;
    font-weight: 800;
}
.NewZ{
  margin-left: 1%;
}
.forow{
  margin-left: -52px;
}
@media screen and (max-width: 360px) {
  .forow{
    margin-left: -15px !important;
  }
  .fabout{
    padding-left: 9% !important;
  }
  .NewZ{
    margin-left: 0px !important;
  }
  .paddingUp{
    padding-top: 0em !important;
  }
  .IndiaOffice{
    margin-bottom: 14px !important;
    margin-top: 39px ;
 
    margin-left: unset !important;
    color: black;
    font-weight: bold;
    font-size: 24px !important;
  }
  .eventTop{
    margin-top: -21em !important;
  }
  .badge-bullets{
    margin-top: -3em;
  }
  .event-tour{
    text-align: justify;
      color: #c12121;
      font-weight: bold;
      font-size: 16px;
  }
  .f1-blogWhy {
    padding: 1em;
    margin-bottom: 20px;
    background: #fff;
    height: 314px;
    width: 291px !important;
}
  .succheight{
    height: auto;
  }
  .newzelaand{
    margin-left: -9px;
  }
  .canada{
    margin-left: -10px;
  }
  .wash-dc{
    color: #c12121;
    font-weight: bold;
    font-size: 30px;

  }
 
  .strip-head-over{
    font-size: 22px !important;
    text-align: center !important;
    color: #c12121;
    margin-top: 10px !important;
  }
  .strip-btn{
    margin-top: 27px;
    margin-left: 7%;

  }
  .gallerybtn {
    width: 90%;
    padding: 13px !important;
    height: 50px;
}
.dateApril{
  color: #c12121;
  font-size: 22px;
  font-weight: bold;
  margin-top: -28px !important;
}


  .strip-head{
    font-size: 22px !important;color: #21326b; font-weight: bold;
  }
  .strip-img{
    width: 275px !important;height: 164px !important;
  }
  .intro-wrap2 {
    margin-top: -29px !important;
    margin-right: 40px !important;
  }
  .intro-flex2 {
    width: 100%;
  }
  
  .intro-flex2 .one-third2 {
      width: 100%;
      padding: 1em;
      position: relative;
      z-index: 0;
      margin-bottom: 10px;
  }
  
  .intro-flex2 .one-third2 .icon {
    position: absolute;
    top: 1em;
    left: 1.5em; }
    .intro-flex2 .one-third2 .icon i {
      font-size: 30px;
      color: #fff; }
  .intro-flex2 .one-third2 .desc {
    z-index: 1;
   }
  .intro-flex2 .one-third2 h3 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    margin-bottom: 0px; }
  .intro-flex2 .one-third2 p {
    margin: 0; }
    .intro-flex2 .one-third2 p a.view-more {
      font-size: 12px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 2px;
      padding: 2px 7px;
      border: 1px solid #000; }
    
    }


    .mtR{
      padding: 10px;
    }
@media screen and (max-width: 480px) {
  .eventTop{
    margin-top: -21em !important;
  }
  .badge-bullets{
    margin-top: -3em;
  }
  .event-tour{
    text-align: justify;
      color: #c12121;
      font-weight: bold;
      font-size: 16px;
  }
  .badge-bullets{
    margin-top: -3em;
  }
  .event-tour{
    text-align: justify;
      color: #c12121;
      font-weight: bold;
      font-size: 16px;
  }
  .f1-blogWhy {
    padding: 1em;
    margin-bottom: 20px;
    background: #fff;
    height: 314px;
    width: 291px !important;
}
  .succheight{
    height: auto;
  }
  .newzelaand{
    margin-left: -9px;
  }
  .canada{
    margin-left: -10px;
  }
  .wash-dc{
    color: #c12121;
    font-weight: bold;
    font-size: 30px;

  }
 
  .strip-head-over{
    font-size: 22px !important;
    text-align: center !important;
    color: #c12121;
    margin-top: 10px !important;
  }
  .strip-btn{
    margin-top: 27px;
    margin-left: 7%;

  }
  .gallerybtn {
    width: 90%;
    padding: 13px !important;
    height: 50px;
}
.dateApril{
  color: #c12121;
  font-size: 22px;
  font-weight: bold;
  margin-top: -28px !important;
}


  .strip-head{
    font-size: 22px !important;color: #21326b; font-weight: bold;
  }
  .strip-img{
    width: 275px !important;height: 164px !important;
  }
 

  .mtR{
    margin-top: 8% ;
  }
  .ptR{
    padding: 14px;
  }
  .strip-img{
    width: 275px !important;height: 164px !important;
  }
  .btnpadding{
    padding-left: 60px !important;
  }
  .slider-text-inner h1 {
    margin-bottom: 22px !important;
    margin-top: 340px;
    margin-left: 100px;
    font-size: 50px;
    font-weight: 800;
    opacity: 1;
}
  .jrnybtn{
    MARGIN-BOTTOM: 25px;
  }
  .qunlndh1{
    text-align: center;
    font-size: 20px !Important;
    margin: 7px;
    margin-top: 25px;
  }
  .edumilebtm2{
    font-size: 16px !important ;    margin-bottom: 15px;
    margin-top: -15px;
    font-family: Arial, Helvetica, sans-serif!important;
  }
  .edumilebtm{
    font-size: 26px !important ; margin-bottom: 25px;margin-top: -15px;
    font-family: Arial, Helvetica, sans-serif!important;
  }
  .queenbtm{
    margin-top: 40px;
    text-align: left;
    margin-bottom: 67px !important;
  }
 .removemargin{
  
      margin-top: 0px;

  }
  .intro-wrap2 {
    margin-top: -29px !important;
    margin-right: 40px !important;
  }
  .intro-flex2 {
    width: 100%;
  }
  
  .intro-flex2 .one-third2 {
      width: 100%;
      padding: 1em;
      position: relative;
      z-index: 0;
      margin-bottom: 10px;
  }
  
  .intro-flex2 .one-third2 .icon {
    position: absolute;
    top: 1em;
    left: 1.5em; }
    .intro-flex2 .one-third2 .icon i {
      font-size: 30px;
      color: #fff; }
  .intro-flex2 .one-third2 .desc {
    z-index: 1;
   }
  .intro-flex2 .one-third2 h3 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    margin-bottom: 0px; }
  .intro-flex2 .one-third2 p {
    margin: 0; }
    .intro-flex2 .one-third2 p a.view-more {
      font-size: 12px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 2px;
      padding: 2px 7px;
      border: 1px solid #000; }
    
    }

    @media screen and (max-width: 768px) {
    
      .intropara{
        padding: 20px 15px !important;
      }
      .paragraph {
        font-size: 20px;
        padding: 0px 45px;
        margin-top: -46px;
        text-align: justify;
        color: white;
      }    
      .intro-wrap2 {
        margin-top: -29px ;
        margin-right: 210px ;
      }
      .intro-flex2 {
        width: 100%;
      }
      
      .intro-flex2 .one-third2 {
          width: 100%;
          padding: 1em;
          position: relative;
          z-index: 0;
          margin-bottom: 10px;
      }
      
      .intro-flex2 .one-third2 .icon {
        position: absolute;
        top: 1em;
        left: 1.5em; }
        .intro-flex2 .one-third2 .icon i {
          font-size: 30px;
          color: #fff; }
      .intro-flex2 .one-third2 .desc {
        z-index: 1;
       }
      .intro-flex2 .one-third2 h3 {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        font-family: "Open Sans", Arial, sans-serif;
        margin-bottom: 0px; }
      .intro-flex2 .one-third2 p {
        margin: 0; }
    }


/* desktop */




.live {
  overflow: hidden;
}
.live > li {
  list-style: none;
  position: relative;
  padding: 0 0 0 2em;
  margin: 0 0 .4em -20px;
  text-align: justify  !important;
 
}
.live > li::before {
  position: absolute;
  content: '\2022';

  color: rgb(0, 0, 0);
  top: 0;
  left: 0;
  text-align: left !important;
  font-size: 35px;
  opacity: 0.5;
  line-height: .75;
  transition: .5s;
}
.ulpadding li {
padding: 5px;
text-align: justify;
}

      .intro-wrap2 {
  z-index: 1;
  margin-top: -42px;
  /* margin-left: -27px; */
  margin-right: 273px;
  float: right;
}
.intro-flex2 {
  width: 100%;
}

.intro-flex2 .one-third2 {
    width: 100%;
    padding: 1em;
    position: relative;
    z-index: 0;
    margin-bottom: 0px;
}

.intro-flex2 .one-third2 .icon {
  position: absolute;
  top: 1em;
  left: 1.5em; }
  .intro-flex2 .one-third2 .icon i {
    font-size: 30px;
    color: #fff; }
.intro-flex2 .one-third2 .desc {
  z-index: 1;
 }
.intro-flex2 .one-third2 h3 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: "Open Sans", Arial, sans-serif;
  margin-bottom: 0px; }
.intro-flex2 .one-third2 p {
  margin: 0; }
  .intro-flex2 .one-third2 p a.view-more {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 2px 7px;
    border: 1px solid #000; }
#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .offcanvas #page {
    overflow: hidden;
    position: absolute; }
    .offcanvas #page:after {
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 101;
      background: rgba(0, 0, 0, 0.7);
      content: ""; }

a {
  color: #429FFD;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover, a:active, a:focus {
    color: #429FFD;
    outline: none;
    text-decoration: none; }

p {
  margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 0px 0;
  line-height: 1.5; 
}

::-webkit-selection {
  color: #fff;
  background: #429FFD; }

::-moz-selection {
  color: #fff;
  background: #429FFD; }

::selection {
  color: #fff;
  background: #429FFD; }

.event-img,
.trainer-img,
.classes-img,
.DTITS-video,
.intro-img,
.subs-img,
.figure-img,
.user-img,
.blog-img,
.DTITS-about-img,
.services-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  
  .paralexhgt {
    height: 500px;
  }

.DTITS-nav {
  margin: 0;
  background: #fff;
  z-index: 9;
  margin: -18px auto; }
  @media screen and (max-width: 768px) {

    .DTITS-nav {
      margin: 0; } }
  .DTITS-nav .upper-menu {
    width: 100%;
    background: #1E2022;
    padding: 10px 0; }
    @media screen and (max-width: 768px) {
      .DTITS-nav .upper-menu {
        display: none; } }
    .DTITS-nav .upper-menu p {
      margin-bottom: 0;
      display: inline-block;
      font-size: 13px; }
    .DTITS-nav .upper-menu .DTITS-social-icons {
      display: inline-block;
      margin-right: 10px; }
      .DTITS-nav .upper-menu .DTITS-social-icons li {
        padding: 0;
        margin: 0; }
        .DTITS-nav .upper-menu .DTITS-social-icons li a {
          padding: 0; }
          .DTITS-nav .upper-menu .DTITS-social-icons li a i {
            font-size: 16px; }
    .DTITS-nav .upper-menu .btn-apply {
      font-size: 13px;
      text-transform: uppercase; }
      .DTITS-nav .upper-menu .btn-apply a {
        color: rgba(255, 255, 255, 0.6); }
  .DTITS-nav .top-menu {
    padding: 45px 29px 15px 14px; }
    @media screen and (max-width: 768px) {
      .DTITS-nav .top-menu {
        padding: 28px 1em; } }
  .DTITS-nav #DTITS-logo {
    font-size: 24px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 800; }
    .DTITS-nav #DTITS-logo a {
      position: relative;
      color: #000; }
      .DTITS-nav #DTITS-logo a i {
        color: #429FFD; }
  @media screen and (max-width: 768px) {
    .DTITS-nav .menu-1 {
      display: none; } }
  .DTITS-nav ul {
    padding-top: 18px;
    margin: 0; }
    .DTITS-nav ul li {
      padding: 0;
      margin: 0;
      list-style: none;
      display: inline;
      font-weight: 400;
      text-transform: uppercase; }
      .DTITS-nav ul li a {
        position: relative;
        font-size: 18px;
        padding: 7px 12px;
     
        color: rgba(0, 0, 0, 0.4);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .DTITS-nav ul li a:hover {
          color: #21326b; }
      .DTITS-nav ul li.has-dropdown {
        position: relative; }
        .DTITS-nav ul li.has-dropdown .dropdown {
          width: 140px;
          -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          z-index: 1002;
          visibility: hidden;
          opacity: 0;
          position: absolute;
          top: 40px;
          left: 0;
          text-align: left;
          background: #000;
          padding: 20px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          -webkit-transition: 0s;
          -o-transition: 0s;
          transition: 0s; }
          .DTITS-nav ul li.has-dropdown .dropdown:before {
            bottom: 100%;
            left: 40px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-bottom-color: #000;
            border-width: 8px;
            margin-left: -8px; }
          .DTITS-nav ul li.has-dropdown .dropdown li {
            display: block;
            margin-bottom: 7px; }
            .DTITS-nav ul li.has-dropdown .dropdown li:last-child {
              margin-bottom: 0; }
            .DTITS-nav ul li.has-dropdown .dropdown li a {
              padding: 2px 0;
              display: block;
              color: #999999;
              line-height: 1.2;
              text-transform: none;
              font-size: 13px;
              letter-spacing: 0; }
              .DTITS-nav ul li.has-dropdown .dropdown li a:hover {
                color: #fff; }
        .DTITS-nav ul li.has-dropdown:hover a, .DTITS-nav ul li.has-dropdown:focus a {
          color: #21326b; }
      .DTITS-nav ul li.btn-cta a {
        padding: 30px 0px !important;
        color: #fff; }
        .DTITS-nav ul li.btn-cta a span {
          background: #429FFD;
          padding: 8px 15px;
          display: -moz-inline-stack;
          display: inline-block;
          zoom: 1;
          *display: inline;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          -ms-border-radius: 100px;
          border-radius: 100px; }
        .DTITS-nav ul li.btn-cta a:hover span {
          -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75); }
      .DTITS-nav ul li.active > a {
        color: #c12121 !important;
        position: relative; }
        .DTITS-nav ul li.active > a:after {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.DTITS-video {
  overflow: hidden;
  position: relative;
  height: 400px; }
  .DTITS-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .DTITS-video a i {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      font-size: 40px;
      color: #429FFD; }
  .DTITS-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .DTITS-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7); }
  .DTITS-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
    
    .asidehght {
      min-height: 500px !important;
    }

#DTITS-hero {
  min-height: 600px;
  background: #fff url(../images/loader.gif) no-repeat center center;
  width: 100%;
  float: left; }
  #DTITS-hero .btn {
    font-size: 24px; }
    #DTITS-hero .btn.btn-primary {
      padding: 14px 30px !important; }
  #DTITS-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0; }
    #DTITS-hero .flexslider .slides {
      position: relative;
      overflow: hidden; }
      #DTITS-hero .flexslider .slides li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        min-height: 600px;
        position: relative; }
      .customhgt{
          
          min-height: 500px !important;
     
         }
        #DTITS-hero .flexslider .slides li .overlay {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          opacity: .2;
          background: #000; }
    #DTITS-hero .flexslider .flex-control-nav {
      bottom: 5%;
      z-index: 1000;
      width: 0 auto; }
      #DTITS-hero .flexslider .flex-control-nav li a {
        background: rgba(255, 255, 255, 0.2);
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer; }
        #DTITS-hero .flexslider .flex-control-nav li a.flex-active {
          cursor: pointer;
          background: transparent;
          background: #429FFD; }
    #DTITS-hero .flexslider .flex-direction-nav {
      display: none; }
    #DTITS-hero .flexslider .slider-text {
      max-width: 100%;
      display: table;
      opacity: 0;
      height: 600px;
      z-index: 9; }
      #DTITS-hero .flexslider .slider-text > .slider-text-inner {
        display: table-cell;
        vertical-align: middle;
        height: 600px;
        padding: 2em; }
        .pad{
          padding-left: 9em;
        }
        .pad2{
          padding: 2em;
        }
        .contactFooter{
          margin-left: 0px;
        }
        @media screen and (max-width: 360px) {
          .contactFooter{
            margin-left: -18px !important;
          }
          .paddingUpDown .col-md-4{
            padding: 14px 0px;
          }
          .overh1h2 h1 h2{
            font-size: 22px;
          }
          .pad2{
            padding: 5px;
          }
          .pad{
            padding-left: 1px;
          }
          .btnpadding{
            padding-left: 60px !important;
          }
          .sidecontent {
            margin-top: -13px;
          }
          .displaynone{
            display: none;
          }
          .intritop{
            margin-top: -10px;
          }
        .logo1{

          width: 77%;
          margin-top: 4px;
        }
          .textCent h1,h2{
            font-size: 20px !important;
            text-align: center;
            margin-left: 21px !important;

          }

          .textCent h1,h2{
            font-size: 30px !important;
            margin-left: 0px !important;

          }
          .textCent h1{
            margin-top: 84px !important;
          }
          .textCent h2{
           
            margin-top: 1px ;

          }
         .top1 {
          margin-top: -235px;
          margin-left: -106px !important;
          
         }
		 

        }
		
		.slidertext3{
    color: white;
    position: absolute;
    z-index: 9999;
    top: 462px ;
    left: 118px;
    font-size: 23px;		
		}

        @media screen and (max-width: 768px) {
		.sledertxt {
    color: white;

    font-size: 23px !important;
    margin-left: 100px;
}
		.slidertext3{
		color: white;
    position: absolute;
    z-index: 9999;
    top: 700px!important;

    left: 118px;
    font-size: 18px !important;
		
		}
          #DTITS-hero .flexslider .slider-text > .slider-text-inner {
            text-align: center; } }
        #DTITS-hero .flexslider .slider-text > .slider-text-inner span i {
          font-size: 24px;
          color: #F7AF1D; }
        .slider-text-inner h1, #DTITS-hero .flexslider .slider-text > .slider-text-inner h2 {
          margin: 0;
          padding: 0;
          color: white; }
         .slider-text-inner h1 {
          margin-bottom: 0px;
          margin-top: 340px;
          margin-left: 100px;
          font-size: 50px;
          font-weight: 800;
          opacity: 1; }
          @media screen and (max-width: 768px) {
             .slider-text-inner h1 {
                  font-size: 28px !IMPORTANT;
    MARGIN-TOP: 304px !important;
	 }
	  }
        #DTITS-hero .flexslider .slider-text > .slider-text-inner h2 {
          font-size: 18px;  
          line-height: 1.5;
          margin-bottom: 20px;
          font-weight: 300;
          color: rgba(255, 255, 255, 0.7);
          text-transform: uppercase; }
          #DTITS-hero .flexslider .slider-text > .slider-text-inner h2 a {
            color: rgba(255, 255, 255, 0.8); }
        #DTITS-hero .flexslider .slider-text > .slider-text-inner .btn {
          font-size: 12px;
          text-transform: uppercase;
          letter-spacing: 2px;
          color: #fff;
          padding: 20px 30px !important;
          border: none; }
          #DTITS-hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn {
            color: #fff; }
          #DTITS-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
            background: #000 !important; }
          @media screen and (max-width: 480px) {
            .trvlvwbtn{
              margin-left: 164px;
              text-align: right;
        
           margin-top: 16px;
            }
            .tpbtn{
              margin-top: -6px !important;
            }
            .org img {
              -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
              filter: grayscale(100%);
              width: 100px;
              padding: 15px;
              height: 116px;
              /* margin: -10px; */
              margin-left: -22px;
          }
          .btnpadding {
            margin-left: -119px;
        }
      .btnwidth{
        width: 305px !important;
      }
            .sidecontent {
              margin-top: -13px;
            }
            .displaynone{
              display: none;
            }
            #DTITS-hero .flexslider .slider-text > .slider-text-inner .btn {
              width: 100%; } }

.DTITS-light-grey {
  background: #f2f3f7; }

.DTITS-event,
.DTITS-trainers,
.DTITS-classes,
#DTITS-about,
#DTITS-services,
#DTITS-contact,
#DTITS-testimony,
.DTITS-blog,
#DTITS-project,
#DTITS-subscribe {
  padding: 7em 0;
  clear: both; }

#DTITS-intro {
  clear: both; }

.intro-wrap {
  z-index: 1;
  margin-top: -32.4em;
    float: right;
}

.intro-flex {
  width: 100%; }
  .intro-flex .one-third {
    width: 100%;
    padding: 1.5em;
    position: relative;
    z-index: 0;
    margin-bottom: 10px; }
    .intro-flex .one-third.color-1, .intro-flex .one-third.color-2 {
      background: #FFC300; }
    .intro-flex .one-third.color-3 {
      background: #429FFD; }
    @media screen and (max-width: 480px) {
      .intro-wrap {
        margin-top: -6em;
      }
      
      .top2 {
        margin-top: 160px;
       
      }
.intro-flex {
    width: 256px;
}
      .intro-wrap1 {
        margin-top: -273px;
        /* margin-left: 20px; */
        margin-right: 53px;
      }
    
      .intro-wrap22 {
        margin-top: -163px;
        /* margin-right: 4px; */
        margin-left: -166px;
      }
    
      .intro-wrap3 {
        margin-top: -54px;
        /* margin-left: -29px; */
        margin-right: -113px;
    }
   
    
    
      .intro-flex .one-third {
        width: 100%;
        margin-left: 19px;
        margin-bottom: 3px; } }
    .intro-flex .one-third .icon {
      position: absolute;
      top: 1.5em;
      left: 1.5em; }
      .intro-flex .one-third .icon i {
        font-size: 40px;
        color: #fff; }
    .intro-flex .one-third .desc {
      z-index: 1;
      padding-left: 60px; }
    .intro-flex .one-third h3 {
      font-size: 16px;
      font-weight: 400;
      color: #fff;
      font-family: "Open Sans", Arial, sans-serif;
      margin-bottom: 10px; }
    .intro-flex .one-third p {
      margin: 0; }
      .intro-flex .one-third p a.view-more {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding: 2px 7px;
        border: 1px solid #fff; }

.about-desc {
  padding: 4em 2em 2em 2em; }

  .about-desc2 {
    padding: 4em 2em 2em 2em; }
 

.fancy-collapse-panel .panel-default > .panel-heading {
  padding: 0; }

.panel-heading a {
  padding: 10px 25px;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  position: relative;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

.panel-title {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400; }

.panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: none; }

.panel-heading a:after {
  font-family: "icomoon";
  content: "\e0c5";
  position: absolute;
  right: 20px;
  font-size: 16px;
  font-weight: 400;
  top: 50%;
  line-height: 1;
  margin-top: -10px; }

.panel-heading a.collapsed:after {
  content: "\e0c4"; }

.panel-heading a.collapsed {
  background: #f2f3f7;
  border: 1px solid #e6e6e6 !important;
  color: #333333; }

.panel-body {
  padding: 1.5em;
  margin-top: 5px;
  border: 1px solid #e6e6e6 !important; }

.services-desc {
  padding: 0 1em; }
  @media screen and (max-width: 768px) {
    .services-desc {
      padding: 0; } }
  .services-desc ul li {
    list-style: none;
    margin-bottom: 10px; }

.services {

  position: relative;
  background: #f2f3f7;
  padding: 0px 0px;
  z-index: 0;
  height: 492px;
}
  @media screen and (max-width: 768px) {
    .services {
      margin-bottom: 4em; } }
  .services .icon {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 100px;
    height: 50px;
    display: table;
    margin: 0 auto;
    background: #c12121; }
    .services .icon:before, .services .icon:after {
      position: absolute;
      left: 0;
      right: 0;
      content: ''; }
    .services .icon:before {
      top: -30px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 50px 30px 50px;
      border-color: transparent transparent #c12121 transparent; }
    .services .icon:after {
      bottom: -30px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 50px 0 50px;
      border-color: #c12121 transparent transparent transparent; }
    .services .icon i {
      font-size: 30px;
      color: #fff;
      z-index: 1;
      display: table-cell;
      vertical-align: middle; }
  .services .desc {
    margin-top: 0px; }
    .services .desc h3 {
      color: #21326b;
      font-size: 25px !important;
      font-weight: 900!important;
      text-transform: uppercase;}

#DTITS-counter {
  position: relative;
  z-index: -1;
  padding: 7em 0; }
  #DTITS-counter .DTITS-heading {
    margin-bottom: 30px; }
    #DTITS-counter .DTITS-heading h2 {
      color: #fff; }
    #DTITS-counter .DTITS-heading p {
      font-size: 22px;
      color: rgba(255, 255, 255, 0.8); }

.counter-entry {
  padding: 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .counter-entry {
      margin-bottom: 20px; } }

.DTITS-counters {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }
  .DTITS-counters .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7); }
  .DTITS-counters .icon {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 20px;
    width: 100px;
    z-index: 0; }
    .DTITS-counters .icon i {
      font-size: 60px;
      color: rgba(255, 255, 255, 0.9);
      z-index: 1; }
  .DTITS-counters .desc {
    padding-left: 80px; }
  .DTITS-counters .DTITS-counter {
    font-size: 40px;
    display: block;
    color: #429FFD;
    font-family: "Open Sans", Arial, sans-serif;
    width: 100%;
    font-weight: 700;
    margin-bottom: 0; }
  .DTITS-counters .DTITS-counter-label {
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    display: block;
    font-weight: 400; }

.trainers-entry {
  z-index: 0; }
  @media screen and (max-width: 768px) {
    .trainers-entry {
      margin-bottom: 30px; } }
  .trainers-entry .trainer-img {
    display: block;
    height: 300px;
    z-index: -1; }
  .trainers-entry .desc {
    background: #429FFD;
    padding: 1.2em;
    width: 100%;
    margin-top: -30px;
    margin-bottom: 20px; }
    .trainers-entry .desc h3 {
      font-size: 18px;
      margin-bottom: 5px;
      font-weight: 500;
      text-transform: uppercase;
      color: #fff; }
    .trainers-entry .desc span {
      font-size: 13px;
      color: rgba(255, 255, 255, 0.7); }
  .trainers-entry .social {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px; }
    .trainers-entry .social a {
      margin-right: 10px; }

.classes .classes-img {
  display: block;
  position: relative;
  height: 195px; }
  .classes .classes-img .price {
    position: absolute;
    bottom: -15px;
    right: 10px;
    display: table;
    font-weight: 700;
    color: #000;
    width: 60px;
    height: 30px;
    background: #FFC300; }
    .classes .classes-img .price:before, .classes .classes-img .price:after {
      position: absolute;
      left: 0;
      right: 0;
      content: ''; }
    .classes .classes-img .price:before {
      top: -18px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 30px 18px 30px;
      border-color: transparent transparent #FFC300 transparent; }
    .classes .classes-img .price:after {
      bottom: -18px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 18px 30px 0 30px;
      border-color: #FFC300 transparent transparent transparent; }
    .classes .classes-img .price small {
      font-weight: 400;
      display: table-cell;
      vertical-align: middle; }

.classes .desc {
  padding: 2em 1.5em 1.5em; }
  .classes .desc h3 {
    font-size: 20px;
    font-weight: 500; }
    .classes .desc h3 a {
      color: #000; }
  .classes .desc p a.btn-learn {
    color: #000;
    font-size: 14px;
    text-transform: uppercase; }

.desc2 h3 {
  font-size: 30px !important; }

.class-single blockquote, .class-single p {
  font-size: 20px;
  line-height: 1.8; }

.review {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  border-bottom: 1px solid #f0f0f0; }
  .review .user-img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left; }
  .review .desc {
    width: calc(100% - 100px);
    float: right; }
    .review .desc h4 {
      width: 100%;
      margin-bottom: 10px; }
      .review .desc h4 span {
        width: 49%;
        display: inline-block; }
        .review .desc h4 span:first-child {
          font-size: 16px; }
        .review .desc h4 span:last-child {
          font-size: 14px;
          color: #b3b3b3; }
    .review .desc .star {
      width: 100%; }
      .review .desc .star span {
        width: 100%;
        display: inline-block; }
      .review .desc .star .reply {
        padding: 2px 10px;
        background: #f0f0f0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
        .review .desc .star .reply i {
          color: gray;
          font-size: 12px; }

.side {
  background: #1E2022;
  padding: 2em;
  margin-bottom: 3em; }
  .side h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700; }
  .side ul {
    padding: 0;
    margin-bottom: 40px; }
    .side ul li {
      font-size: 15px;
      list-style: none;
      margin-bottom: 10px; }
      .side ul li span:last-child {
        color: rgba(255, 255, 255, 0.8); }
  .side .trainers-entry .desc {
    padding: 10px 0 0 0;
    background: transparent; }

.bg-primary-color {
  background: whitesmoke; }

.aside-stretch {
  background: #429FFD; }
  .aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #429FFD; }
  @media screen and (max-width: 768px) {
    .aside-stretch {
      background: transparent; }
      .aside-stretch:after {
        background: transparent; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.testimony-img {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative; }
  .testimony-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000;
    z-index: -1;
    opacity: .5; }

#DTITS-testimony {
  z-index: 0; }
  #DTITS-testimony .DTITS-heading {
    margin-bottom: 3em; }
    #DTITS-testimony .DTITS-heading h2 {
      font-size: 20px;
      font-weight: 700;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.9);
      margin-bottom: 10px; }
      @media screen and (max-width: 768px) {
        #DTITS-testimony .DTITS-heading h2 {
          font-size: 30px; } }
  #DTITS-testimony .owl-theme .owl-controls {
    z-index: 1;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0; }
  #DTITS-testimony .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.5); }
  #DTITS-testimony .owl-theme .owl-dots .owl-dot.active span,
  #DTITS-testimony .owl-theme .owl-dots .owl-dot:hover span {
    background: #429FFD; }
  #DTITS-testimony .testimony-slide {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    float: left; }
    #DTITS-testimony .testimony-slide span {
      font-size: 24px;
      font-weight: 700;
      display: block;
      color: #fff;
      margin-bottom: 20px;
      text-transform: uppercase; }
    #DTITS-testimony .testimony-slide .figure-img {
      width: 100px;
      height: 100px;
      margin: 0 auto;
      margin-bottom: 30px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    #DTITS-testimony .testimony-slide blockquote {
      border: none;
      margin: 0 auto;
      margin-bottom: 40px;
      width: 100%;
      position: relative;
      padding: 0;
      color: #fff; }
      #DTITS-testimony .testimony-slide blockquote p {
        font-size: 20px;
        font-weight: 400;
        font-family: "Playfair Display", Georgia, serif; }
  #DTITS-testimony .testimony-wrap {
    padding: 0 3em;
    width: 100%;
    float: left; }

.event-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%; }
  .event-flex .half {
    width: 50%; }
    .event-flex .half:last-child {
      padding-left: 2em; }
    @media screen and (max-width: 768px) {
      .event-flex .half {
        width: 100%; }
        .event-flex .half:last-child {
          padding-left: 0; } }

.event-entry {
  padding: 1.3em;
  background: #f2f3f7;
  margin-bottom: 30px; }
  .event-entry .desc {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding-left: 75px;
    position: relative; }
    .event-entry .desc .startenddate {
      font-size: 16px;
      margin-bottom: 10px; }
      .event-entry .desc .startenddate span:first-child {
        font-weight: 700;
        color: #429FFD; }
      .event-entry .desc .startenddate span:last-child {
        color: #000; }
    .event-entry .desc .meta {
      line-height: 1.3;
      text-transform: uppercase;
      position: absolute;
      top: 0;
      left: 0; }
      .event-entry .desc .meta span {
        display: block;
        font-weight: 700;
        color: #429FFD; }
      .event-entry .desc .meta .day {
        font-size: 36px; }
      .event-entry .desc .meta .month {
        font-size: 20px;
        font-weight: 600; }
    .event-entry .desc .organizer span:last-child {
      color: #000; }
  .event-entry .location {
    position: relative;
    padding-left: 45px; }
    .event-entry .location .icon {
      position: absolute;
      top: 0;
      left: 0; }
      .event-entry .location .icon i {
        -webkit-background-clip: text;
        -moz-background-clip: text;
        -ms-background-clip: text;
        -o-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        -moz-text-fill-color: transparent;
        -ms-text-fill-color: transparent;
        -o-text-fill-color: transparent;
        text-fill-color: transparent; }
  .event-entry h2 {
    font-size: 24px;
    line-height: 1.4; }
    .event-entry h2 a {
      color: #000; }

.article-entry {
  background: #fff;
 
}
  .article-entry .blog-img {
    height: 270px;
    display: block;
    position: relative; }
    .article-entry .blog-img .meta {
      line-height: 1.4;
      text-transform: uppercase;
      position: absolute;
      top: 0;
      left: 1em;
      text-align: center; }
      .article-entry .blog-img .meta span {
        display: block;
        color: #000;
        font-weight: 700; }
      .article-entry .blog-img .meta .day {
        font-size: 24px;
        position: relative;
        padding: 5px 10px;
        color: #fff;
        background: #429FFD; }
      .article-entry .blog-img .meta .month {
        font-size: 14px;
        font-weight: 400;
        padding: 5px 10px;
        color: gray;
        background: #fff; }
    @media screen and (max-width: 768px) {
      .article-entry .blog-img {
        height: 400px; } }
    @media screen and (max-width: 480px) {
      .article-entry .blog-img {
        height: 270px; } }
  .article-entry .desc {
    padding: 1.5em;

    position: relative; 
    color: #fff;
  }
    .article-entry .desc h2 {
      font-size: 22px; }
      .article-entry .desc h2 a {
        color: #000; }
    .article-entry .desc .admin {
      margin-bottom: 20px; }
      .article-entry .desc .admin span:last-child {
        color: #000; }
        .strip-img{
          width: 310px;height: 240px;
        }

.f-blog {
  position: relative;
  padding: 1em;
  padding-left: 140px;
  margin-bottom: 20px;
  background: #fff; }
  .f1-blog {
    padding: 1em;
    margin-bottom: 20px;
    background: #fff;
  height: 314px;
  width: 290px;
  }
  .about-desc .col-md-4{
padding-left: 4%;
  }
  .desc p{
    font-size: 13px !important;
    margin-top: 5px;
  }
  .f-blog .blog-img {
    position: absolute;
    top: 1em;
    left: 1em;
    display: block;
    width: 100px;
    height: 100px;
    float: left; }
  .f-blog .desc h2 {
    font-size: 22px;
    margin-bottom: 5px; }
    .f-blog .desc h2 a {
      color: #000; }
  .f-blog .desc .admin {
    font-size: 13px; }

.DTITS-heading-2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 2em; }

.heading-2 {
  display: block;
  margin-bottom: 3em; }
  .heading-2 h2 {
    font-weight: 900;
    text-transform: uppercase; }

.contact-info-wrap-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3em; }
  .contact-info-wrap-flex .con-info {
    width: 24%;
    background: #fff;
    padding: 1.5em;
    margin-left: 10px;
    background: #f2f3f7; }
    .contact-info-wrap-flex .con-info:first-child {
      margin-left: 0; }
    @media screen and (max-width: 768px) {
      .contact-info-wrap-flex .con-info {
        width: 100%;
        margin: 4px !important; } }
  .contact-info-wrap-flex p {
    margin-bottom: 0;
    color: #000; }
    .contact-info-wrap-flex p span i {
      color: #429FFD; }
    .contact-info-wrap-flex p a {
      color: #000; }

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f0f0f0;
  font-size: 16px !important;
  font-weight: 300;
  background: #f2f3f7;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
  .form-control:focus, .form-control:active {
    background: #f2f3f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #cccccc; }

input[type="text"] {
  height: 45px;
font-size: 14px; }

.form-group {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .form-group #fname {
      margin-bottom: 30px; } }
  .form-group label {
    font-weight: 400; }
  .form-group .btn-modify {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 15px; }

.DTITS-social-icons {
  margin: 0;
  padding: 0; }
  .DTITS-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .DTITS-social-icons li a {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      padding-left: 10px;
      padding-right: 10px; }
      .DTITS-social-icons li a i {
        font-size: 20px;
        color: #fff; }

.DTITS-heading {
  margin-bottom: 5em; }
  .DTITS-heading h2 {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .DTITS-heading h2 {
        font-size: 30px; } }

.subs-img {
  background-attachment: fixed; }

#DTITS-subscribe {
  padding: 5em 0;
  position: relative;
  overflow: hidden;
  z-index: 0; }
  #DTITS-subscribe:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1; }
  #DTITS-subscribe .DTITS-heading {
    margin-bottom: 20px; }
    #DTITS-subscribe .DTITS-heading h2 {
      color: #fff; }
    #DTITS-subscribe .DTITS-heading p {
      font-size: 18px;
      color: rgba(255, 255, 255, 0.6); }

.qbstp-header-subscribe {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  padding: 0; }
  .qbstp-header-subscribe .col-three-forth {
    width: 70%; }
  .qbstp-header-subscribe .col-one-third {
    width: 30%; }
  .qbstp-header-subscribe .col-three-forth, .qbstp-header-subscribe .col-one-third {
    display: table;
    height: 50px;
    float: left; }
    @media screen and (max-width: 768px) {
      .qbstp-header-subscribe .col-three-forth, .qbstp-header-subscribe .col-one-third {
        width: 50%; } }
  .qbstp-header-subscribe .form-control {
    background: transparent; }
  .qbstp-header-subscribe .form-group {
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 480px) {
      .qbstp-header-subscribe .form-group {
        width: 100%; } }
    .qbstp-header-subscribe .form-group input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .qbstp-header-subscribe .form-group input::-moz-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .qbstp-header-subscribe .form-group input::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .qbstp-header-subscribe .form-group input::-o-input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
    .qbstp-header-subscribe .form-group input::input-placeholder {
      color: rgba(255, 255, 255, 0.6); }
  .qbstp-header-subscribe #email {
    font-size: 14px;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6); }
  .qbstp-header-subscribe button {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    height: 50px;
    width: 100%;
    display: block; }

#DTITS-footer {
  padding: 30px;
  background: #25282a;
  color: rgba(255, 255, 255, 0.6) !important; }
  #DTITS-footer p {
    font-size: 14px;
    line-height: 1.8; }
  #DTITS-footer .f-blog {
    position: relative;
    padding: 0;
    padding-left: 80px;
    margin-bottom: 40px;
    background: transparent; }
    #DTITS-footer .f-blog .blog-img {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 70px;
      height: 60px;
      float: left; }
    #DTITS-footer .f-blog .desc {
      padding: 0; }
      #DTITS-footer .f-blog .desc h2 {
        font-size: 16px;
        margin-bottom: 5px; }
        #DTITS-footer .f-blog .desc h2 a {
          color: #cccccc; }
      #DTITS-footer .f-blog .desc .admin {
        font-size: 13px; }
  @media screen and (max-width: 768px) {
    #DTITS-footer .DTITS-widget {
      margin-bottom: 40px;
      width: 100%;
      float: left;
    margin-left: -11%; } }
  #DTITS-footer .DTITS-footer-links {
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 768px) {
      #DTITS-footer .DTITS-footer-links {
        margin-bottom: 30px; } }
    #DTITS-footer .DTITS-footer-links li {
      padding: 0;
      margin: 0 0 10px 0;
      list-style: none;
      display: block;
      font-size: 14px; }
      #DTITS-footer .DTITS-footer-links li a {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none; }
        #DTITS-footer .DTITS-footer-links li a i {
          padding-right: 10px; }
  #DTITS-footer .DTITS-social-icons li a {
    padding-left: 10px;
    padding-right: 10px; }
    #DTITS-footer .DTITS-social-icons li a:first-child {
      padding-left: 0; }
  #DTITS-footer h4 {
    margin-bottom: 30px;
    font-size: 13px;
    color: #e6e6e6;
    text-transform: uppercase;
    font-weight: 700; }
  #DTITS-footer .copy {
    padding: 1.2em 0; }
    #DTITS-footer .copy p {
      margin-bottom: 0;
      color: #fff; }
      #DTITS-footer .copy p small a {
        color: rgba(255, 255, 255, 0.7); }

#map {
  width: 100%;
  height: 500px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #map {
      height: 200px; } }

#DTITS-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: #1a1a1a;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 768px) {
    #DTITS-offcanvas {
      display: block; } }
  .offcanvas #DTITS-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  #DTITS-offcanvas a {
    color: rgba(255, 255, 255, 0.5); }
    #DTITS-offcanvas a:hover {
      color: rgba(255, 255, 255, 0.8); }
  #DTITS-offcanvas ul {
    padding: 0;
    margin: 0; }
    #DTITS-offcanvas ul li {
      padding: 0;
      margin: 0;
      list-style: none; }
      #DTITS-offcanvas ul li > ul {
        padding-left: 20px;
        display: none; }
      #DTITS-offcanvas ul li.offcanvas-has-dropdown > a {
        display: block;
        position: relative; }
        #DTITS-offcanvas ul li.offcanvas-has-dropdown > a:after {
          position: absolute;
          right: 0px;
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e0c5";
          font-size: 20px;
          color: rgba(255, 255, 255, 0.2);
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      #DTITS-offcanvas ul li.offcanvas-has-dropdown.active a:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }
      #DTITS-offcanvas ul li.btn-cta {
        margin-top: 5px; }
        #DTITS-offcanvas ul li.btn-cta a {
          border-bottom: 1px solid #429FFD;
          padding-bottom: 5px; }

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .gototop.active {
    opacity: 1;
    visibility: visible; }
  .gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: black;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .gototop a i {
      height: 50px;
      display: table-cell;
      vertical-align: middle; }
    .gototop a:hover, .gototop a:active, .gototop a:focus {
      text-decoration: none;
      outline: none; }

.DTITS-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 1.5em !important; }
  .DTITS-nav-toggle.active i::before, .DTITS-nav-toggle.active i::after {
    background: #444; }
  .DTITS-nav-toggle:hover, .DTITS-nav-toggle:focus, .DTITS-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .DTITS-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .DTITS-nav-toggle i::before, .DTITS-nav-toggle i::after {
      content: '';
      width: 25px;
      height: 2px;
      background: #252525;
      position: absolute;
      left: 0;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }
  .DTITS-nav-toggle.DTITS-nav-white > i {
    color: #fff;
    background: #000; }
    .DTITS-nav-toggle.DTITS-nav-white > i::before, .DTITS-nav-toggle.DTITS-nav-white > i::after {
      background: #000; }

.DTITS-nav-toggle i::before {
  top: -7px; }

.DTITS-nav-toggle i::after {
  bottom: -7px; }

.DTITS-nav-toggle:hover i::before {
  top: -10px; }

.DTITS-nav-toggle:hover i::after {
  bottom: -10px; }

.DTITS-nav-toggle.active i {
  background: transparent; }

.DTITS-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff; }

.DTITS-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff; }

.DTITS-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important; }
  @media screen and (max-width: 768px) {
    .DTITS-nav-toggle {
      display: block; } }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }
    .btn-primary {
      background: #21326b;
      color: #fff;
      border: 1px solid 21326b ; }

.btn-primaryblue {
  background: #21326b;
  color: #fff;
  border: 1px solid 21326b ; }
  .btn-primaryred {
    background: #c12121;
    color: #fff;
    border: 1px solid 21326b ; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #c12121 !important;
    border-color: #c12121 !important; }
  .btn-primary.btn-outline {
    background: transparent;
    color:#c12121;
    border: 2px solid #c12121; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #429FFD;
      color: #fff; }

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important; }
  .btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #5cb85c;
      color: #fff; }

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #5bc0de;
      color: #fff; }

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #fff; }

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #fff; }

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .btn.with-arrow:hover {
    padding-right: 50px; }
    .btn.with-arrow:hover i {
      color: #fff;
      right: 18px;
      visibility: visible;
      opacity: 1; }

.row-pb-lg {
  padding-bottom: 7em !important; }

.row-pb-md {
  padding-bottom: 5em !important; }

.row-pb-sm {
  padding-bottom: 3em !important; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.DTITS-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff; }

.js .animate-box {
  opacity: 0; }


  .header-top {

    left: 85%;
    margin-left: 5px;
    top: -6px;
    position: absolute;
    font-size: 12px;
   
    height: 38px;
    line-height: 41px;
    background: #c12121;
  
  }.queenbtm{
    margin-top: 40px;
    text-align: left;
    margin-bottom: 20px;
  }
  .socialicon
  {
    z-index: 999999;
    background-color: #21326b; margin-left: -170px;     margin-left: -170px;
			width: 13%;
      text-align: center;
      padding: 1px;
 
      font-weight: 700;
      text-transform: uppercase;
      font-size: 22px !important;
  }
    .header-top a {
      color: white;

      text-transform: uppercase;
      font-size: 20px;
      display: inline-block;
     }
      .header-top a i {
        color: #ffffff ; 
        padding: 10px;
    }
    .header-top ul {
      display: inline-block;
      padding: 0 15px;
      margin: 0 auto; }
      .header-top ul li {
        display: inline-block;
      
        color: white;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 14px;
    }
      }
    .header-top .header-top-right {
      text-align: right; }
      .header-top .header-top-right i {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
      .header-top .header-top-right a {
        margin-right: 10px; }
      .header-top .header-top-right a:hover {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
        .header-top .header-top-right a:hover i {
          color: #3face4; }
    .header-top .header-top-left {
      border-right: 1px solid #cccccc;
      display: inline-block; }
      .header-top .header-top-left a {
        margin-right: 30px; }
        .header-top .header-top-left a i {
          color: #3face4; }
    .header-top .lnr {
      display: none; }
    @media (max-width: 588px) {
      .paddingUpDown .col-md-4{
        padding: 14px 0px;
      }
      .overh1h2 h1 h2{
        font-size: 22px;
      }
      .pad2{
        padding: 5px;
      }
      .pad{
        padding-left: 1px;
      }
      .header-top .lnr {
        display: block;
        font-weight: bold;
        font-size: 16px;
        color: #fff; }
      .header-top .text {
        display: none; } }
    @media (max-width: 991px) {
      .gallery-item {
        /* Minimum width of 24rem and grow to fit available space */
        flex: 1 0 24rem;
        /* Margin value should be half of grid-gap value as margins on flex items don't collapse */
        margin: 1rem;
        box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
        width: 100% !important;
        overflow: hidden;
      }
      .header-top {
        display: none; } }
  

        
.gallery {
	display: flex;
	flex-wrap: wrap;
	/* Compensate for excess margin on outer gallery flex items */
	margin: -1rem -1rem;
}

.gallery-item {
	/* Minimum width of 24rem and grow to fit available space */
	flex: 1 0 24rem;
	/* Margin value should be half of grid-gap value as margins on flex items don't collapse */
	margin: 1rem;
  box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
  width: 60%;
	overflow: hidden;
}

.gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease-out;
}

.gallery-image:hover {
	transform: scale(1.15);
}

/*

The following rule will only run if your browser supports CSS grid.

Remove or comment-out the code block below to see how the browser will fall-back to flexbox styling. 

*/

@supports (display: grid) {
	.gallery {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
		grid-gap: 2rem;
	}

	.gallery,
	.gallery-item {
		margin: 0;
	}
}

.new > li {
  padding : 5px;
}

.whyImage{
  width: 100%;
									height: 100%;
									top: 0;
									left: 0;
}