/* all pages*/
	#breadcrum {
		/* The image used */
		background-image: url("../images/top-banner.jpg");
			height: 30vh;
         width: 100%;
         background-size: cover;
         display: table;
         background-attachment: fixed;
         background-position: center center;
         background-repeat: no-repeat;
         color:#fff;
	}





/*home page*/

.homepage .text{
	font-family: initial;
}


/*about us page */

#who_are_we{
	/* The image used */
		/*background-image: url("../images/about-us-who-we-are-back.jpg");*/
			height: 30vh;
         width: 100%;
         background-size: cover;
         display: table;
         background-attachment: fixed;
         background-position: center center;
         background-repeat: no-repeat;
         color:#fff;
	}


	#our_team{
		background-image: url("../images/about-us-team-background.jpg");
			height: 30vh;
         width: 100%;
         background-size: cover;
         display: table;
         background-attachment: fixed;
         background-position: center center;
         background-repeat: no-repeat;
         color:#fff;

	}

	.about_us .btn-cyan {
		background-color: #00bcd4!important;
		color: #fff!important;
		border-bottom:2px dashed red;
	}

	.about_us .btn-default {
		background-color: #c3c1ac!important;
		color: #fff!important;
	}


	.about_us .btn {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: 1.60rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: .375rem;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
	display: inline-block;
    font-weight: 400;
    text-align: center;
	margin-right: 0px;
    margin-left: 0px;
}
}


.about_us .waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.gradiant_want {

        background-color: #1c0052ab;
	padding:20px;
}










/*team*/

.card-text{
color: #fff;
    /* font-family: 'Lustria', serif; */
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.backside .card-text{
color: #000;
    /* font-family: 'Lustria', serif; */
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
}


.top-padding{
	padding-top:20px;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color: #007b5e;
    border-color: #007b5e;
}

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    color: #fff;
    background: #ffffff87;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}


/* contact-us */


	.contact-form-field {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    outline: 0;
    width: 80%;
    padding: 15px 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

.contact-us .contact-form .submit-btn {
    font-size: 16px;
    padding: 15px 50px;
}

.contact-us .button{
    text-transform: uppercase;
}

.contact-us .button{
    font-family: proxima-nova,sans-serif;
}

.contact-us .button{
    font-weight: 600;
}

.contact-us .contact-form .submit-btn {
    font-size: 16px;
    padding: 15px 50px;
}

.contact-us .button.v-pixpa-blue {
    background: #00c5be;
    color: #fff;
}

.contact-us .button {
    padding: 18px 35px;
    background: #fff;
    display: inline-block;
    border-radius: 3px;
    border: 0;
    outline: 0;
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background .25s ease-in-out;
}

.contact_us_branch_Add{
    font-family: intial !important;
    color: #000;
    font-weight: 600;
}



.bar {margin-top:30px;
  display:flex;
  //background:linear-gradient(to left,gray,lightgray,white,yellow,turquoise);;
}
.bar:before, .bar:after {
  color:#2bc1c5;
  content:'';
  flex:1;
  border-bottom:groove 4px;
  margin:auto 0.20em;
  box-shadow: 0 -1px ;/* ou 0 1px si border-style:ridge */
}

/* gallery */
.gallery .btn-cyan {
		background-color: #00bcd4!important;
		color: #fff!important;
		border-bottom:2px dashed red;
	}

	.gallery .btn-default {
		background-color: #c3c1ac!important;
		color: #fff!important;
	}


	.gallery .btn {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: 1.60rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: .375rem;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
	display: inline-block;
    font-weight: 400;
    text-align: center;
	margin-right: 0px;
    margin-left: 0px;
}
}


.gallery .waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.gradiant_want {
    /* background: linear-gradient(to bottom, #292c2d59 0%, #866e7569 100%); */
        background-color: #1c0052ab;
	padding:20px;
}


/*gallery*/
.hovereffect {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


.testimonial-container{
	margin-top:50px;
}

.testimonial-container .carousel {
    margin: 0px auto;
}

footer.container-fluid.text-center.foot {
    background: #0F5177;
    margin-top: 90px;
}

/* Educational Tour & Family */
	.tour .clg-wrap {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.tour .clg-block {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: relative;
}

.tour .clg-block img {
    max-width: 100%;
}

.tour .clg-title {
    width: 100%;
    color: white;
    font-size: 18px;
    float: left;
    top: 0;
    text-align: center;
    background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0) 100%);
    position: absolute;
    padding-top: 8px;
    height: 82px;
}

.tour .clg-cnt {
    width: 100%;
    height: 96px;
    text-align: center;
    float: left;
    padding: 15px 45px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

.tour .clg-cnt-btn {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 25px;
}

.tour .clg-cnt-btn a {
    background: #00a9f1;
    border-radius: 45px;
    color: #fff;
    display: inline-block;
    margin-top: 5px;
    padding: 9px 28px;
    border: 1px solid transparent;
}

.tour a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}


.tour a:hover {

    background-color: #ffffff;
    border: 1px solid #00a9f1;
    color: #00a9f1;
}

/* tour list*/
#overview
		  {
         /* The image used */
         background-image: url("../images/wall-off-china.jpg");
         height: 30vh;
         width: 100%;
         background-size: cover;
         display: table;
         background-attachment: fixed;
         background-position: center center;
         background-repeat: no-repeat;
			color:#fff;
         }

		 .normal-p{
			    font-size: 18px;
				font-family: initial;
				font-weight: 400;
		 }

		 .gradiant_want {
			background-color: #1f1b0f7a;
			padding: 20px;
		}

			.overview_container .btn-cyan {
		background-color: #00bcd4!important;
		color: #fff!important;
		border-bottom:2px dashed red;
	}

	.overview_container .btn-default {
		background-color: #c3c1ac!important;
		color: #fff!important;
	}


	.overview_container .btn {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: 1.60rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: .375rem;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
	display: inline-block;
    font-weight: 400;
    text-align: center;
	margin-right: 0px;
    margin-left: 0px;
}
}


.overview_container .waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* tour list 1*/
#overview1
		  {
         /* The image used */
         background-image: url("../images/wall-off-china1.jpg");
         height: 30vh;
         width: 100%;
         background-size: cover;
         display: table;
         background-attachment: fixed;
         background-position: center center;
         background-repeat: no-repeat;
			color:#fff;
         }

		 .normal-p{
			    font-size: 18px;
				font-family: initial;
				font-weight: 400;
		 }

		 .gradiant_want {
			background-color: #1f1b0f7a;
			padding: 20px;
		}

			.overview1_container .btn-cyan {
		background-color: #00bcd4!important;
		color: #fff!important;
		border-bottom:2px dashed red;
	}

	.overview1_container .btn-default {
		background-color: #c3c1ac!important;
		color: #fff!important;
	}


	.overview1_container .btn {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: 1.60rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: .375rem;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
	display: inline-block;
    font-weight: 400;
    text-align: center;
	margin-right: 0px;
    margin-left: 0px;
}
}


.overview1_container .waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}


/*grid of tour*/

.sm-tabs {
    width: 100%;
    float: left;
    margin: 50px 0;
}

.arch-wrap {
    width: 100%;
}

.arch-wrap .col-sm-6 {
    padding: 0;
}

.arch-block {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.arch-block img {
    width: 100%;
}

.tab-content>.active {
    display: block;
    visibility: visible;
}

.cntry {
    min-width: 157px;
    height: 45px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: #00a9f1;
    z-index: 999;
    text-transform: uppercase;
    font-weight: 300;
    color: white;
    font-size: 15px;
    padding-left: 18px;
    line-height: 44px;
    padding-right: 18px;
}

.cntry-mask {
    position: absolute;
    width: 100%;
    transition: all ease-in-out 0.3s;
    opacity: 0;
    top: 0;
    left: -100%;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    padding: 70px 20px;
}

.cntry-mask .cml {
    width: 100%;
    float: left;
    color: white;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}

.cntry-mask .cml:before {
    content: "\f0a4";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
}

.arc-btn a {
    float: none;
    display: inline-block;
}

.arc-btn {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
    bottom: 15px;
}

.inner-strip a, .arc-btn a {
    float: right;
    background: #00a9f1;
    border-radius: 40px;
    color: white;
    padding: ;
}

.inner-strip a span, .arc-btn a span {
    padding: 11px 23px;
    float: left;
    font-size: 16px;
}



.inner-strip a i, .arc-btn a i {
    height: 45px;
    float: right;
    background: #0087c1;
    width: 57px;
    border-radius: 0 40px 40px 0;
    text-align: center;
    line-height: 44px;
    font-size: 21px;
}

*:after, *:before {
    transition: all 0.3s ease-in-out;
}

.arch-block:hover .cntry-mask {
    left: 0;
    opacity: 1;
}


.arc-btn a:hover {
		border:1px solid #27c1b2;
		background:#fff;
		color:#27c1b2;
}


/***Admin panel***/
.dataTables_filter label input{
	border-radius: 20px;
	height: 35px;
}

.dataTables_length label select{
	border-radius:20px;
	height: 35px;
	width: 100px;
}

.modal-header {
	background-color: #7b7974;
	color: #fff;
}

thead{
	background-color: #355850;
	color: #fff;
}

table{
			border: 1px solid rgb(53, 88, 80);
}

/*** Sticky Navigation Bar****/

@import url(http://weloveiconfonts.com/api/?family=entypo);

/* entypo */
[class*="entypo-"]:before {
   font-family: "entypo", sans-serif;
}
a { 
   text-decoration: none;
}
ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
.container {
   margin: 0 auto;
   padding: 20px 50px;
   background: white;
}
#sticky-social {
   left: 0;
   position: fixed;
   top: 210px;
   z-index: 1000;
}
#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 35px;
   font: 16px "Open Sans", sans-serif;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;
}
#sticky-social a span {
   line-height: 35px;
   left: -120px;
   position: absolute;
   text-align:center;
   width:120px;
}
#sticky-social a:hover span {
   left: 100%;
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #3b5998; }

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #00aced; }

#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"]:hover,
#sticky-social a[class*="gplus"] span { background: #dd4b39; }  

#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span { background: #007bb6; }  

#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover,
#sticky-social a[class*="instagrem"] span { background: #517fa4; }  

#sticky-social a[class*="stumbleupon"],
#sticky-social a[class*="stumbleupon"]:hover,
#sticky-social a[class*="stumbleupon"] span { background: #eb4924; }  

#sticky-social a[class*="pinterest"],
#sticky-social a[class*="pinterest"]:hover,
#sticky-social a[class*="pinterest"] span { background: #cc2127; }  

#sticky-social a[class*="flickr"],
#sticky-social a[class*="flickr"]:hover,
#sticky-social a[class*="flickr"] span { background: #ff0084; }  

#sticky-social a[class*="tumblr"],
#sticky-social a[class*="tumblr"]:hover,
#sticky-social a[class*="tumblr"] span { background: #32506d; }

.social-link{
    border-radius: 20px;
}