@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/nexa_bold-webfont.woff2') format('woff2'),
         url('../fonts/nexa_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'nexa_lightregular';
    src: url('../fonts/nexa_light-webfont.woff2') format('woff2'),
         url('../fonts/nexa_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
	margin:0;
	font-family: 'nexa_lightregular', Arial;
	background: #fff;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	font-family: 'nexa_lightregular', Arial;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{ width:100%;}
/*--baner--*/
.logo{ width:300px; height:100px;}
.banner{
	/*background: url(../images/a.jpg)no-repeat 0px 0px;*/
	-webkit-background-size:cover;
	background-size:cover;
	-moz-background-size:cover;
}
.banner-top {
    padding: 2em 0;
}
.logo-left {
    float: left;
}
.logo-left h1 {
    font-size: 4em;
    display: inline-block;
    line-height: 1em;
}
.logo-left h1 a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.logo-right {
    float: right;
}
.logo-right p {
    font-size: 1.2em;
}
.top-nav {
    margin: 17em 0;
}
span.menu {
	display: none;
}
.top-nav ul {
    margin: 0;
    padding: 3em 0 0;
    text-align: center;
    border-top: 3px solid #fff;
}
.top-nav ul li {
    display: inline-block;
    margin: 0 .3em;
}
.top-nav ul li a {
    font-size: 1.5em;
    color: #fff;
	padding: 2.3em .5em .5em;
	position: relative;
	transition:.5s all;	
}
.top-nav ul li a:before {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 15px;
    height: 15px;
	-webkit-border-radius: 32px;
    border-radius: 32px;
	-moz-border-radius: 32px;
    left: 42%;
    top: -4px;
	transition:.5s all;
}
.top-nav ul li a:hover ,.top-nav ul li.active a{
	color: #000000;
}
.top-nav ul li a:hover::before,.top-nav ul li.active a::before{
    background-color: /*#FAA026*/ #6ca7ad;
    width: 21px;
    height: 21px;
    top: -6px;
}
.social-icons ul li{
	display:inline-block;
	padding: 0 !important;
    margin: 0 5px !important;
}
.social-icons ul li a{
	width: 45px;
    height: 45px;
    border: 2px solid #fff;
	-webkit-border-radius: 11px;
    border-radius: 11px;
	-moz-border-radius: 11px;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	display: block;
	background:url(../images/img-sp.png) no-repeat -49px 0px;
}
.social-icons ul li a.twitter{
	background-position:0px 0px;
}
.social-icons ul li a.google{
	background-position:-96px 0px;
}
.social-icons ul li a.p{
	background-position:-143px 1px;
}
.social-icons ul li a:hover{
	background-color:#6ca7ad ;
	border-color:#6ca7ad;
}
h4.title1{
    font-size: 3em;
    color: #00a4b7;
    margin-bottom: 0.4em;
}
p.text{
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
}
.top-icon {
    text-align: center; padding:50px 0 0 0;	
}
.about-top-icon{
	margin-bottom: 2em;
}
.top-icon.gallery-top-icon {
    background-color: #EAEAEA;
    padding-bottom: 6em;
}
.top-icon a {
    display: inline-block;
}
.top-icon a:hover {
    margin-top: 1em;
}
/*--welcome-*/
.welcome,.about,.testimonials,.gallery,.contact{
    padding: 5em 0;
}
h3.title {
	font-size: 2em;
	text-align: center;
	color: #15a081;
	position: relative;
  font-weight:600;
}

h3.title-gold {
    font-size: 4em;
    text-align: center;
    color: #ccae78;
	position:relative;
}

h3.title-gold:before, h3.title-gold:after{
    content: '';
    background-color: #ccae78;
    width: 10%;
    height: 1px;
    bottom: 23px;
    position: absolute;
}
h3.title-gold:before {
    left: 37%;
}
h3.title-gold:after {
    right: 37%;
}

@media (max-width: 480px) {
	h3.title-gold { font-size: 2em;	}
	h3.title { font-size: 2em;}
}
span.hdng-bg {
    font-size: 0.6em;
    display: block;
    margin-top:0.5em;	
}
h3.title:before, h3.title:after{
    content: '';
    background-color: #6ca7ad;
    width: 10%;
    height: 1px;
    bottom: 23px;
    position: absolute;
}
h3.title:before {
    left: 37%;
}
h3.title:after {
    right: 37%;
}
/* menu */
.hamburger-menu-wrapper {
	float:right;
  /*margin-top: 40px;*/
  background: #323232;
  padding: 10px;
  display: inline-block;
}

.hamburger-menu-wrapper.bounce-effect { animation: bounce 0.3s ease 1; }

.hamburger-menu {
  border: 0;
  /*margin: 0 auto;*/
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 36px;
  height: 36px;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 9999;
  cursor: pointer;
  background: transparent;
}

.hamburger-menu:focus { outline: none; }

.hamburger-menu span {
  display: block;
  position: absolute;
  top: 17px;
  left: 5px;
  right: 5px;
  height: 2px;
  background: #02D5FD;
}

.hamburger-menu span:before, .hamburger-menu span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #02D5FD;
  content: "";
}

.hamburger-menu span:before { top: -7px; }

.hamburger-menu span:after { bottom: -7px; }

.hamburger-menu span:before, .hamburger-menu span:after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.hamburger-menu span:before { transition-property: top, transform; }

.hamburger-menu span::after { transition-property: bottom, transform; }

.hamburger-menu.active span { background: none; }

.hamburger-menu.active span:before {
  top: 0;
  transform: rotate(225deg);
}

.hamburger-menu.active span:after {
  bottom: 0;
  transform: rotate(135deg);
}

.hamburger-menu.active span:before, .hamburger-menu.active span:after { transition-delay: 0s, 0.3s; }

@keyframes 
bounce { 0% {
 transform: rotate(0);
}
 45% {
 transform: rotate(15deg);
}
 90% {
 transform: rotate(-7deg);
}
 100% {
 transform: rotate(0);
}
}
.cus_menu_holder{ position:fixed; width:auto; height:100%; float:right; right:0px; z-index:99996; display: none; }
.cus_menu {
  position: relative;
  min-width: 220px;
  text-align: center;
  float:right;
}

.menu-list {
  display: none;
  position: absolute;
  top: calc(100% + 40px);
  width: 100%;
  text-align: center;
  z-index: 99997;
}

.menu-list a {
  color: #C6D2D6;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  margin: 15px 0;
  transition: all 0.5s ease;
}

.menu-list a:hover { color: #02D5FD; }

.menu-overlay {
  transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

/* //menu */
.welcome h4 {
    font-size: 1.8em;
    text-align: center;
    margin: 2em 0 1em;
    color: #000;
    letter-spacing: 4px;
}
.welcome p.wel-text {
	font-size: 1em;
	color: #181818;
	text-align: justify;
	line-height: 1.8em;
	width: 100%;
	font-family: 'nexa_lightregular', Arial;
	font-weight: 100;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}
.welcome-row {
    margin: 0 auto;
    width: 90%;
}
.welcome-grids {
    border: 2px solid /*#282f35*/#ccae78;
    padding: 2.5em 2em;
    width: 21%;
    position: relative;
    transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
    overflow: hidden;
	margin-bottom:2em !important;
	margin-top:2em !important;
}
.welcome-grids.welcome-mdl {
    margin: 0 3em;
}
.welcome-grids.welcome-mdl1 {
    margin-right: 2.7em;
}
.welcome-grids h5 {
    font-size: 30px; height:111px;
    color: #ccae78;
    font-weight: 800;
}
.welcome-grids p.text {
    text-align: justify;
	margin-top: 1em;
}
.welcome-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: #ccae78;
    width: 100%;
    height: 100%;
	transition: .5s all;
	 display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
}
.welcome-icon span {
    display: block;
    text-align: center;
    padding: 3em ; margin:auto;
}
.welcome-icon i.fa,.welcome-icon i.glyphicon  {
    font-size: 2.5em;
    color: #fff;
    border: 2px dashed #FFF;
    border-radius: 3%;
    padding: .7em;
}




.welcome-grids-2 {
    border: 2px solid /*#282f35*/#ccae78;
    padding: 2.5em 2em;
    width: 21%;
    position: relative;
    transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
    overflow: hidden;
	margin-bottom:2em !important;
	margin-top:2em !important;
	background:#ccae78;
	
}
.welcome-grids-2.welcome-mdl {
    margin: 0 3em;
}
.welcome-grids-2.welcome-mdl1 {
    margin-right: 2.7em;
}
.welcome-grids-2 h5 {
    font-size: 22px; height:111px;
    color: #fff;
    font-weight: 800;
}
.welcome-grids-2 p.text {
    text-align: justify;
	margin-top: 1em;
}

.welcome-icon-2 {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: #fff;
    width: 100%;
    height: 100%;
	transition: .5s all;
	 display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
}
.welcome-icon-2 span {
    display: block;
    text-align: center;
    padding: 3em ; margin:auto;
}
.welcome-icon-2 i.fa,.welcome-icon i.glyphicon  {
    font-size: 2.5em;
    color: #fff;
    border: 2px dashed #FFF;
    border-radius: 3%;
    padding: .7em;
}



.welcome-grids-2:hover div.welcome-icon-2 {
	left:-100%;
}

.welcome-grids:hover div.welcome-icon {
	left:-100%;
}
/*--//welcome-*/
/*--about-*/
@media (min-width: 481px) {
.about-row{ display: -webkit-box; 
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex; 
display: flex;}
}
.about-left,.about-right {
    padding: 0;
}
.about-img1{
    background: url(../images/img1.jpg) no-repeat center;
}


.about-img2 {
    background: url(../images/img2.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
    min-height: 275px;
}
.about-img3{
	background: url(../images/img3.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
    min-height: 274px;
}
.about-img4{
	background: url(../images/img4.jpg) no-repeat center;
}
.about-img5{
	background: url(../images/img5.jpg) no-repeat center;
}
.about-img6{
	background: url(../images/img6.jpg) no-repeat center;
}

.about-img7{
    background: url(../images/falcon_1.jpg) no-repeat center;
}

.about-img8 {
    background: url(../images/falcon_2.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
    min-height: 276px;
}

.about-img1,.about-img4,.about-img5,.about-img6,.about-img7{
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
    min-height: 600px;
}
.about  img{
    width: 100%;
}
.about-bottom-text {
    padding: 6.7em 5em;
    text-align: center;
    position: relative;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    background-color: #15a081;
}
.about-bottom-text:before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    z-index: 999;
    border-top: 13px solid #15a081;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
	-webkit-transition: .5s all;
	transition: .5s all;
	-moz-transition: .5s all;
}
/*.about-right:hover .about-bottom-text {
	background-color: #F1C27B;
}*/
.about-right:hover div.about-bottom-text h4.title1,.about-right:hover div.about-bottom-text p.text{
	color:#fff;
	-webkit-transition: .5s all;
	transition: .5s all;
	-moz-transition: .5s all;
}
/*.about-right:hover .about-bottom-text:before{
	border-top-color:#F1C27B;
}*/
.about-bottom-text h4{
  color:#fff;
}
.about-bottom-text p.text{
  color:#fff;
}
.about-text {
	margin: 16% auto 0;
	text-align: center;
	background-color: #15a081;
	padding: 4em;
	width: 57%;
	opacity: 0.9;
	box-shadow: 2px 15px 35px 0px #373737;
}
.about-text h5 {
    color: #fff;
    font-size: 2.2em;
}
.about-text p {
	color: #fff;
	letter-spacing: 2px;
	margin-top: 1.5em;
	line-height: 2em;
	font-size: 1em;
}
.about-img5,.about-img6 {
    position: relative;
    overflow: hidden;
}
.about-img-text {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 4em 3em;
    text-align: center;
    border: 25px double rgb(146, 146, 146);
    transition: .5s all;
    position: absolute;
    top: -44%;
    left: 0;
    margin: 0 3em;
}
.about-img-text p.text{
	color:#fff;
}
.about-left:hover .about-img-text {
    top: 29%;
}
/*--//about-*/
/*--testimonial--*/
.testimonials,.contact{
    background-color: #EAEAEA;
}
/******** SAP ************/
.sap_tabs {
    clear: both;
    padding: 5em 0 0;
    text-align: center;
}
.tab_box{
	background:#fd926d;
	padding: 2em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
	width: 35%;
	list-style: none;
	padding: 0;
	margin: 0 auto 2em;
}
.resp-tab-item{
	cursor: pointer;
	padding: 3px;
	display: inline-block;
	margin: 0 .5em;
	list-style: none;
	width: 26%;
	-webkit-border-radius: 6%;
	border-radius: 6%;
	-moz-border-radius: 6%;
	border: 3px solid #EAEAEA;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.resp-tab-item img {
    border-radius: 6%;
	-webkit-border-radius: 6%;
	-o-border-radius: 6%;
	-ms-border-radius: 6%;
	-moz-border-radius: 6%;
	width:100%;
}
.resp-tab-item:hover {
    text-shadow: none;
    border-color: #ccc;
}
.resp-tab-active{
	text-shadow: none;
	color:#fff;
}
li.resp-tab-item.resp-tab-active {
    border-color: #6ca7ad;
}
.resp-tabs-container {
	padding: 0;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
#bgVideo {
    position: absolute; // Play the video in full screen mode
    top: 0px; 
    left: 0px; 
    min-width: 100%; 
    min-height: 80%;
    z-index: 1; // Put the video behind all other elements
  }
@media only screen and (max-width:480px) {
	.resp-tabs-container{
		padding:10px;
	}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
}
.view.view-first {
    background:#FFFFFF;
    width: 71%;
    margin: 0 auto;
    padding: 2em 5em;
}
.view.view-first h5 {
    color: #6ca7ad;
    font-size: 2em;
    letter-spacing: 1px;
    margin: 0 0 0.8em 0;
}
.view.view-first p {
    color: #333;
    font-size: 1em;
    line-height: 1.8em;
}
.view.view-second {
    background:#FFFFFF;
    width: 100%;
    margin: 0 auto;
    padding: 1em;
}
.view.view-second h5 {
    color: #6ca7ad;
    font-size: 2em;
    letter-spacing: 1px;
    margin: 0 0 0.8em 0;
}
.view.view-second p {
    color: #333;
    font-size: 1em;
    line-height: 1.8em;
}
/*--testimonial--*/
/*---gallery----*/
.gallery-row {
    margin-top: 4em;
}
.gallery-grids.gallery-btm.grid {
    margin: 2em 0;
}
.grid {
	overflow:hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/* For some effects it will show as a button */
.grid figure h5 {
    font-size: 2.5em;
    color: #fff;
    letter-spacing: 2px;
	padding: 50px 30px;
}
.grid figure h5 span {
    font-weight: 900;
    margin-left: 5px;
}

/*---------------*/

figure.effect1 {
	background: #6ca7ad;
}

figure.effect1 img,
figure.effect1 h5 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
}

figure.effect1 img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect1 h5,
figure.effect1 p {
	position: absolute;
	bottom: 0;
	left: 0;
}

figure.effect1 p {
    text-transform: none;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
	-moz-transform: translate3d(0,50px,0);
	-o-transform: translate3d(0,50px,0);
	-ms-transform: translate3d(0,50px,0);
    padding: 30px;
    font-size: 1em;
    color: #fff;
}

figure.effect1:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
	-moz-transform: translate3d(0,-80px,0);
	-o-transform: translate3d(0,-80px,0);
	-ms-transform: translate3d(0,-80px,0);
}

figure.effect1:hover h5 {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
	-moz-transform: translate3d(0,-100px,0);
	-o-transform: translate3d(0,-100px,0);
	-ms-transform: translate3d(0,-100px,0);
}

figure.effect1:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}
/*---//gallery----*/
/*--contact--*/
.map {
    margin: 4em 0;
}
.map iframe {
  width: 100%;
  min-height: 350px;
  border: none;
}
.contact-form h5 {
    font-size: 2em;
    color:#6ca7ad;
}
.contact-right p {
    font-size: 1em;
    color: #999;
    margin: 1em 0 3em;
}
.address.address-mdl {
    margin: 3em 0;
}
.address p {
    font-size: 1.3em;
    color: #999;
    margin-top: 1em;
}
.address p i.glyphicon {
    font-size: 1.3em;
    color: #333;
    margin-right: 0.5em;
}
.address p a {
    color: #999;
}
.address p a:hover{
    color: #6ca7ad;
}
.contact-form input[type="text"] {
    width: 31.2%;
    color: #999;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .5em .8em;
    border: solid 1px #000;
    -webkit-appearance: none;
    display: inline-block;
}
::-webkit-input-place-holder{
	color:#fff !important;
}
input.email {
    margin: 0 0.6em;
}
.contact-form textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #999;
    font-size: 1em;
    outline: none;
    padding: .6em .8em;
    border: solid 1px #000;
    min-height: 10.5em;
    -webkit-appearance: none;
    margin-top: 2em;
}
.contact-form input[type="submit"], .contact-form input[type="reset"] {
    border: none;
    outline: none;
    color: #fff;
    padding: .8em 3em;
    font-size: 1em;
    margin: 1em 1em 0 0;
    -webkit-appearance: none;
    background: #F3AD45;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.contact-form input[type="submit"]:hover, .contact-form input[type="reset"]:hover {
	background:#999;
}
/*--//contact--*/
/*--footer--*/
.welcome.footer{
	background-color: #bee6f0;
	background-image: url(../images/background-outer-wrapper.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0px;
}
.footer h3 {
    /*font-size: 2em;
    color: #3277bc;
    margin-bottom: 0.5em;*/

    font-size: 1.7em;
    color: #002d84;
    margin-bottom: 0.5em;
    font-family: arial;
}  
.footer-grids:nth-child(1) {
    padding: 0 5em 0 0;
}
.footer p {
    font-size: 1em;
    color: #2f2f2f;
    line-height: 1.8em;
    margin-bottom: 30px;
    font-family:arial;
}
.footer p a {
    color: #000;
}
.footer p a:hover{
    color: #000;
}
.footer input[type="text"] {
    outline: none;
    width: 85%;
    color: #999;
    font-size: 1em;
    padding: 10px 15px;
    font-family: 'Open Sans', sans-serif;
    border: 2px solid #ccc;
    margin-bottom: 1em;
}
.footer input[type="submit"] {
    outline: none;
    border: 3px solid #F3AD45;
    width: 85%;
    background: #F3AD45;
    color: #fff;
    font-size: 1.1em;
    padding: 8px 12px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    font-family: 'Open Sans', sans-serif;
}
.footer input[type="submit"]:hover {
    color: #6ca7ad;
    background: #fff;
}
/*--//footer--*/
/*--slider-up-arrow--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
	z-index:999999;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*--//slider-up-arrow--*/
/*---- responsive-design -----*/
@media(max-width:1440px){
}
@media(max-width:1366px){
.about-bottom-text {
    padding: 2.8em 2em;
}
}
@media(max-width:1280px){
h4.title1 {
    font-size: 2.6em;
}
.about-img2,.about-img3 {
    min-height: 284px;
}
.about-img-text {
    top: -60%;
}
.welcome,.about,.testimonials,.gallery,.contact{
    padding: 7em 0;
}
.banner {
    min-height: 730px;
}
.top-nav {
    margin: 15em 0;
}
}
@media(max-width:1080px){
.welcome p.wel-text {
    width: 85%;
}
.welcome-grids.welcome-mdl {
    margin: 0 2.5em;
}
.welcome-grids.welcome-mdl1 {
    margin-right: 2.5em;
}
.welcome-grids {
    padding: 2em 1.7em;
    width: 22%;
}
.welcome-row {
    margin: 0 auto;
    width: 96%;
}
.about-top-icon {
    margin-bottom: 5em;
}
.top-icon.gallery-top-icon {
    padding-bottom: 5em;
}
.about-bottom-text {
    padding: 5.8em 4em;
}
h4.title1 {
    font-size: 2.3em;
}
.about-text {
    width: 65%;
}
.about-text p {
    letter-spacing: 3px;
}
.about-img2, .about-img3 {
    min-height: 264px;
}
.about-left:hover .about-img-text {
    top: 19%;
}
.grid figure h5 {
    font-size: 2em;
}
.contact-form input[type="text"] {
    width: 31.7%;
}
.footer h3 {
    font-size: 2.8em;
}
h3.title {
    font-size: 3.6em;
}
}
@media(max-width:1024px){
.top-nav ul {
    padding: 2.6em 0 0;
}
.top-nav ul li a {
    font-size: 1.3em;
}
.logo-left h1 {
    font-size: 3.5em;
}
.about-bottom-text {
    padding: 5.8em 3em;
}
h3.title {
    font-size: 3.4em;
}
figure.effect1 p {
    padding: 28px;
}
.map iframe {
    min-height: 350px;
}
.map {
    margin: 3em 0;
}
}
@media(max-width:991px){
h3.title:before, h3.title:after {
    bottom: 19%;
}
.top-nav ul li a {
    font-size: 1em;
    padding: 2.4em .5em .5em;
}
.top-nav ul {
    padding: 2em 0 0;
}
.banner {
    min-height: 650px;
}
.top-nav {
    margin: 14em 0 11em;
}
.welcome,.about,.testimonials,.gallery,.contact{
    padding: 6em 0;
}
.welcome p.wel-text {
    width: 100%;
	 margin: 0 auto 3em;
}
.welcome h4 {
    font-size: 1.4em;
    letter-spacing: 4px;
	margin: 1.8em 0 1em;
}
.welcome-row {
    width: 100%;
}
.welcome-grids {
    float: left;
	padding: 2em 1.4em;
	width: 22.5%;
}
.welcome-grids.welcome-mdl {
    margin: 0 1.5em;
}
.welcome-grids.welcome-mdl1 {
    margin-right: 1.5em;
}
.welcome-grids h5 {
    font-size: 1.1em;
}
.welcome-icon span {
    padding: 4.2em 0;
}
.about-left {
    float: left;
    width: 60%;
}
.about-right {
    float: left;
    width: 40%;
}
.about-img1, .about-img4, .about-img5, .about-img6 {
    min-height: 574px;
}
.about-left.about-img6 {
    float: none;
    width: 100%;
    min-height: 400px;
}
.about-left:hover .about-img-text {
    top: 26%;
}
.resp-tabs-list {
    width: 54%;
}
.resp-tab-item {
    margin: 0;
}
.view.view-first {
    width: 88%;
}
.view.view-first h5 {
    font-size: 1.8em;
}
.gallery-grids {
    float: left;
	width: 50%;
    padding: 0 .5em;
}
.gallery-grids.gallery-btm.grid {
    margin: 1em 0;
    width: 33.33%;
}
.grid figure h5 {
    font-size: 1.8em;
    letter-spacing: 1px;
}
.gallery-row {
    margin-top: 2em;
}
figure.effect1 p {
    padding: 16px;
}
.grid figure h5 {
    padding: 30px 30px;
}
figure.effect1:hover h5 {
    -webkit-transform: translate3d(0,-70px,0);
    transform: translate3d(0,-70px,0);
    -moz-transform: translate3d(0,-70px,0);
    -o-transform: translate3d(0,-70px,0);
    -ms-transform: translate3d(0,-70px,0);
}
figure.effect1:hover img {
    -webkit-transform: translate3d(0,-60px,0);
    transform: translate3d(0,-60px,0);
    -moz-transform: translate3d(0,-60px,0);
    -o-transform: translate3d(0,-60px,0);
    -ms-transform: translate3d(0,-60px,0);
}
.map iframe {
    min-height: 300px;
}
.contact-left {
    margin-top: 2em;
}
.footer h3 {
    font-size: 2.5em;
}
.footer-grids:nth-child(2) {
    margin: 2em 0;
    padding: 0;
}
}
@media(max-width:800px){
h4.title1 {
    font-size: 2em;
}
.top-icon.gallery-top-icon {
    padding-bottom: 4em;
}
.about-bottom-text {
    padding: 4.5em 2em;
}
.about-text {
    width: 85%;
}
.about-text h5 {
    font-size: 2em;
}
.about-img1, .about-img4, .about-img5, .about-img6 {
    min-height: 500px;
}
.about-img2, .about-img3 {
    min-height: 233px;
}
.about-text {
    margin: 22% auto 0;
}
h3.title {
    font-size: 3em;
}
.gallery-grids.gallery-btm.grid figure.effect1 p {
    padding: 12px;
}
.welcome,.about,.testimonials,.gallery,.contact{
    padding: 5em 0;
}
.about-top-icon {
    margin-bottom: 4em;
}
.sap_tabs {
    padding: 2em 0 0;
}
.footer h3 {
    font-size: 2.3em;
}
}
@media(max-width:768px){

.welcome h4 {
    font-size: 1.4em;
    letter-spacing: 4px;
    margin: 1.5em 0 1em;
}
.logo-left h1 {
    font-size: 3em;
}
.social-icons ul li a {
    width: 40px;
    height: 40px;
	background: url(../images/img-sp.png) no-repeat -51px -2px;
}
.social-icons ul li a.twitter {
    background-position: -3px -1px;
}
.social-icons ul li a.google {
    background-position: -98px -1px;
}
.social-icons ul li a.p {
    background-position: -145px -1px;
}
.top-nav ul li a {
    font-size: .7em;
    padding: 3.9em .5em .5em;
}
.top-nav ul li {
    margin: 0 .5em;
}
.banner {
    min-height: 620px;
}
.welcome p.wel-text {
    margin: 0 auto 2em;
}
}
@media(max-width:767px){
.show_custom{ display:block;}
.hidden_custom{ display:none;}
.bannerSliderSec{ margin-top:50px;}
}
@media(max-width:640px){
.logo-left h1 {
    font-size: 2.8em;
}
.about-top-icon {
    margin-bottom: 3em;
}
.top-nav ul li a {
    font-size: .7em;
	padding: 3.3em .5em .5em;
}
.top-nav ul li {
    margin: 0 .5em;
}
.top-nav ul {
    padding: 1.6em 0 0;
}
.banner {
    min-height: 545px;
}
.top-nav {
    margin: 11em 0 9em;
}
.welcome,.about,.testimonials,.gallery,.contact{
    padding: 4em 0;
}
.welcome h4 {
    font-size: 1.2em;
    letter-spacing: 3px;
}
.welcome p.wel-text {
    font-size: 0.9em;
}
.welcome-grids {
    padding: 2em 3em;
    width: 45%;
}
.welcome-grids.welcome-mdl {
    margin: 0 1.5em 1.5em;
}
p.text {
    font-size: 0.9em;
}
.welcome-icon span {
    padding: 2.2em 0;
}
h4.title1 {
    font-size: 1.8em;
}
.about-bottom-text {
    padding: 3.5em 2em;
}
.about-text h5 {
    font-size: 1.8em;
}
.about-text p {
    letter-spacing: 1px;
    font-size: 0.9em;
}
.about-img1, .about-img4, .about-img5, .about-img6 {
    min-height: 478px;
}
.about-img-text {
    top: -80%;
	padding: 3em 2em;
    border-width: 17px;
}
.about-text {
    margin: 25% auto 0;
    padding: 3em;
}
.flex-control-nav {
    left: 39%;
    bottom: 16%;
}
.about-left.about-img6 {
    min-height: 350px;
}
.about-left:hover .about-img-text {
    top: 22%;
}
h3.title {
    font-size: 2.8em;
}
.sap_tabs {
    padding: 3em 0 0;
}
.view.view-first p {
    font-size: 0.9em;
}
figure.effect1 p {
    padding: 10px;
}
.map iframe {
    min-height: 265px;
}
}
@media(max-width:600px){
/*.top-nav ul li {
    margin: 0 1em;
}*/
.top-nav ul li a {
    font-size: .5em;
	padding: 4.9em .5em .5em;
}
.top-nav ul li a:before {
    left: 38%;
}
.top-nav ul li a:hover::before, .top-nav ul li.active a::before {
    width: 20px;
    height: 20px;
}
.banner {
    min-height: 450px;
}
.top-nav {
    margin: 8em 0 7em;
}
.about-bottom-text {
    padding: 2.5em 1em;
}
h4.title1 {
    font-size: 1.6em;
}
.about-img2, .about-img3 {
    min-height: 201px;
}
.about-img1, .about-img4, .about-img5, .about-img6 {
    min-height: 428px;
}
.about-text h5 {
    font-size: 1.6em;
}
.about-text p {
    letter-spacing: 0px;
    font-size: 0.9em;
}
.about-bottom-text:before {
    bottom: -10px;
    left: 46%;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.about-bottom-text {
    padding: 3em 1.5em;
}
.about-text h5 {
    font-size: 1.5em;
}
.about-img-text {
    padding: 2em 1em;
    border: 14px double rgb(146, 146, 146);
    top: -44%;
}
.about-img-text {
    top: -90%;
}
.about-left:hover .about-img-text {
    top: 22%;
}
.about-left.about-img6 {
    min-height: 220px;
}
.sap_tabs {
    padding: 2em 0 0;
}
.resp-tabs-list {
    width: 64%;
}
.view.view-first {
    width: 95%;
}
.view.view-first h5 {
    margin: 0 0 0.3em 0;
}
.resp-tabs-list {
    margin: 0 auto 1.5em;
}
figure.effect1 p {
    font-size: .9em;
}
.grid figure h5 {
    font-size: 1.6em;
    letter-spacing: 0;
}
.map {
    margin: 2em 0;
}
.map iframe {
    min-height: 215px;
}
.contact-form h5 {
    font-size: 1.8em;
}
.contact-right p {
    font-size: 0.9em;
    margin: 1em 0 2em;
}
.contact-form input[type="text"] {
    width: 100%;
	font-size:.9em;
}
input.email {
    margin: .5em 0;
}
.contact-form textarea {
    font-size: 0.9em;
    margin-top: 0.5em;
}
.contact-form input[type="submit"], .contact-form input[type="reset"] {
    font-size: 0.9em;
}
.address.address-mdl {
    margin: 2em 0;
}
.footer h3 {
    font-size: 2.3em;
}
}
@media(max-width:480px){
.banner {
    min-height: 380px;
}
.logo-left h1 {
    font-size: 2.6em;
}
.social-icons ul li {
    margin: 0 3px !important;
}
h3.title:before {
    left: 30%;
}
h3.title:after {
    right: 30%;
}
h3.title:before, h3.title:after {
    width: 14%;
}
.top-icon.gallery-top-icon {
    padding-bottom: 3em;
}
.sap_tabs {
    padding: 1.5em 0 0;
}
.top-nav {
    width: 100%;
    border-right: none;
    text-align: center;
	animation: inherit !important;
}
.top-nav span.menu {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 2em;
    color: #FFFFFF;
    font-weight: 900;
}
.top-nav ul {
    padding: 0;
    border:none;
}
.top-nav  ul.nav1{
	display:none;
	z-index: 999;
	position: absolute;
	width: 100%;
	left: 0;
}
.nav1 span {
	display: none;
}
.top-nav ul.nav1 li {
	display: block;
	text-align: center;
	background: rgba(0, 0, 0, 0.84);
	margin: 0;
	width: 100%;
	padding: 1px;
	border: 1px solid #fff;
}
.top-nav ul li a {
  display: block;
  padding: .8em 0;
  margin: 0;
}
.top-nav ul li a:before ,.top-nav ul li.active a::before,.top-nav ul li a:hover::before{
    background: none;
}
.top-nav {
    margin: 6em 0 5em;
}
.welcome,.about,.testimonials,.gallery,.contact{
    padding: 3em 0;
}
.welcome h4 {
    letter-spacing: 1px;
}
.welcome-grids {
    padding: 2em 1.5em;
}
.about-left,.about-right{
    float: none;
    width: 100%;
}
.about-img1, .about-img4, .about-img5{
    min-height: 320px;
}
.about-text {
    margin: 15% auto 0;
}
.flex-control-nav {
    left: 43%;
    bottom: 6%;
}
.about-left:hover .about-img-text {
    top: 29%;
}
.about-left.about-img6:hover .about-img-text {
    top: 21%;
}
h3.title {
    font-size: 2.5em;
}
.resp-tabs-list {
    width: 76%;
	margin: 0 auto 0.5em;
}
.view.view-first {
    padding: 2em 2em;
}
.gallery-row {
    margin-top: 1em;
}
.gallery-grids {
    padding:0;
	float: none;
    width: 100%;
	margin:.5em 0 0;
}
.gallery-grids.gallery-btm.grid {
    margin: .5em 0 0;
    width: 100%;
	float: none;
}
.footer-grids {
    padding: 0;
}
figure.effect1 p ,.gallery-grids.gallery-btm.grid figure.effect1 p{
    padding: 20px;
}
.logo-left h1 {
    font-size: 2.2em;
}
.footer p {
    font-size: 0.9em;
}
.footer input[type="text"] {
    font-size: 0.9em;
    padding: 7px 15px;
    margin-bottom: 0.8em;
}
.footer input[type="submit"] {
    border: 2px solid #F3AD45;
    font-size: 1em;
    padding: 7px 12px;
}
}
@media(max-width:414px){
.social-icons ul li a {
    width: 28px;
    height: 28px;
    background-position:-41px -3px;
    background-size: 670%;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.social-icons ul li a.twitter {
    background-position: -3px -3px;
}
.social-icons ul li a.google {
    background-position: -76px -3px;
}
.social-icons ul li a.p {
    background-position: -113px -2px;
}
.top-icon a img {
    width: 79%;
}
.welcome h4 {
    letter-spacing: 0;
	margin: 0.6em 0;
}
.welcome p.wel-text {
    margin: 0 auto 1em;
}
.welcome-grids {
    padding: 1.5em 1em;
    width: 48%;
}
.welcome-grids.welcome-mdl {
    margin: 0 0 1em 1em;
}
.welcome-grids.welcome-mdl1 {
    margin-right: 1em;
}
.welcome-icon i.glyphicon {
    font-size: 2em;
}
.welcome-icon span {
    padding: 2.4em 0;
}
.flex-control-nav {
    bottom: 4%;
}
.about-left.about-img6:hover .about-img-text {
    top: 15%;
}
.gallery-grids {
    padding: .5em;
	width: 100%;
	float:none;
}
.gallery-grids.gallery-btm.grid {
    margin: .3em 0 0;
    width: 100%;
	float:none;
}
.grid figure h5 {
    font-size: 1.5em;
    margin: 27% 0 3% 0;
}
}
@media(max-width:375px){
.banner {
    min-height: 290px;
}
.about-top-icon{
    margin-bottom: 2em;
}
.top-icon.gallery-top-icon{
   padding-bottom: 2em;
}
.top-nav {
    margin: 4em 0 2em;
}
.welcome,.about,.testimonials,.gallery,.contact{
    padding: 2em 0;
}
h3.title {
    font-size: 2.3em;
}
.welcome h4 {
    font-size: 1.1em;
}
.welcome p.wel-text {
    font-size: 0.87em;
}
.welcome-row {
    width: 60%;
}
.welcome-grids {
    padding: 2em 1.5em;
    width: 100%;
}
.welcome-grids.welcome-mdl {
    margin: 1em auto;
}
.welcome-grids.welcome-mdl1 {
    margin: 0 0 1em 0;
}
.about-text p {
    font-size: 0.87em;
    margin-top: 0.8em;
}
.about-img1, .about-img4{
    min-height: 290px;
}
.about-img5, .about-img6 {
    min-height: 255px;
}
.about-text {
    padding: 2em;
}
.about-img-text {
    margin: 0 2em;
}
.about-left:hover .about-img-text {
    top: 20%;
}
.about-bottom-text {
    padding: 2em 1.5em;
}
.resp-tab-item {
    border: 2px solid #fff;
}
.view.view-first {
    padding: 1.5em 1em;
    width: 100%;
}
.view.view-first p {
    font-size: 0.87em;
}
.gallery-grids {
    padding: 0;
    margin: .3em 0 0;
}
.map {
    margin: 1.5em 0;
}
.map iframe {
    min-height: 175px;
}
.contact-right {
    padding: 0;
}
.contact-right p {
    font-size: 0.87em;
    margin: 1em 0 1em;
}
.contact-form input[type="submit"], .contact-form input[type="reset"] {
    padding: .6em 3em;
    margin: 0.5em 0.5em 0 0;
}
.footer-grids:nth-child(1) {
    padding:0;
}
.footer h3 {
    font-size: 2em;
}
.footer-grids:nth-child(2) {
    margin: 1em 0;
}
.footer-grids {
    padding: 0;
}
h3.title:before, h3.title:after {
    width: 18%;
}
h3.title:before {
    left: 26%;
}
h3.title:after {
    right: 26%;
}
}
@media(max-width:320px){
.logo-left h1 {
    font-size: 2.1em;
}
.social-icons ul li {
    margin: 0 !important;
}
.welcome,.about,.testimonials,.gallery,.contact{
    padding: 1.5em 0;
}
.welcome-row {
    width: 75%;
}
.about-img-text {
    margin: 0 1em;
    padding: 1.5em 1em;
    border: 7px double rgb(146, 146, 146);
}
.about-left:hover .about-img-text {
    top: 27%;
}
.about-left.about-img6:hover .about-img-text {
    top: 19%;
}
h3.title {
    font-size: 2em;
}
.sap_tabs {
    padding: 1.5em 0 0;
}
.view.view-first h5 {
    font-size: 1.6em;
}
.grid figure h5 {
    padding: 11px 25px;
}
figure.effect1 p {
    padding: 11px;
}
.gallery-grids.gallery-btm.grid figure.effect1 p {
    padding: 20px;
}
.welcome h4 {
    font-size: 1.1em;
    line-height: 1.5em;
}
.address p {
    font-size: 0.9em;
}
.top-nav ul li a:hover::before, .top-nav ul li.active a::before {
    width: 18px;
    height: 18px;
    top: 12px;
}
.top-nav ul li a:before {
    left: 26%;
    width: 10px;
    height: 10px;
    top: 16px;
}
}
/*--//responsive-design---*/




/*-- //Top-Bar --*/
/*-- Slider --*/
#slider {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0,0,0,.25);
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}
.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: rgba(255,255,255,.1);
	color: #fff;
	font-weight: bold;
}
.events {
	list-style: none;
}
.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	left: 0;
	top: 0;
}
.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 43%;
    left: 0;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 67px;
    width: 56px;
    background: url("../images/arrows.png") no-repeat 0px -26px;
}
.callbacks_nav.next {
  left: auto;
  background: url("../images/arrows.png") no-repeat -112px -26px;
  right: 0;
 }
.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks2_nav:active {
	opacity: 1.0;
}

#slider-pager a {
	display: inline-block;
}

#slider-pager span {
	float: left;
}
#slider-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}
#slider-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}
#slider-pager a {
	padding: 0;
}
#slider-pager li {
	display: inline-block;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 0%;
	top: 0;
	width: 100%;
}
.rslides li {
	position: relative;
	display: block;
	float: none;
}
.rslides img {
	height: auto;
	border: 0;
}
.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 80.5%;
	z-index: 999;
	left: 44.5%;
	padding: 0em 0.6em 1em 0.3em;
	margin: 0;
}
.callbacks_tabs li {
	display: inline-block;
	margin: 0.5em;
}
.callbacks_tabs a {
	visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	width:0;
	height: 0;
	display: inline-block;
	background: #fff;
	border: none;
	border-radius: 50%;
}
.callbacks_here a:after {
	background: #1ca0de;
}
.slider-info {
	position: absolute;
	top: 0;
	z-index: 999;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 350px;
}
.slider-info img {
	width: 100px;
	margin: 0 auto;
}
.slider-info h3 {
	font-size: 55px;
	font-weight: 900;
	color: #FFF;
}
.underline {
	height: 3px;
	width: 100px;
	background-color: #FFF;
	margin: 20px auto;
}
.slider-info p {
	font-size: 20px;
	font-weight: 100;
	color: #FFF;
	margin: 0 auto 50px;
	width: 40%;
	line-height: 35px;
}

@media(max-width:767px){
	.callbacks_nav {
		    top: 39%;
			height: 50px;
			width: 40px;
			background: url(../images/arrows.png) no-repeat 12px -36px;
		}
	.callbacks_nav.next {
		background: url(../images/arrows.png) no-repeat -130px -40px;
		width: 40px;
		height: 40px;
	}
}
/*-- //Slider --*/

/*--testimonial start here--*/
.testimonials {
    padding: 0;
}
.testimo-top {
    text-align: center;
    padding-bottom: 2em;
}
.testimo-top h3 {
    font-size: 2em;
    color:#000;
    margin-bottom: 0.3em;
  font-family: 'Fjalla One', sans-serif;
}
.testimo-top p {
    font-size: 1em;
    color: #424141;
    line-height: 1.8em;
    width: 80%;
    margin: 0 auto;
}
.skills-top {
    text-align: center;
    padding-bottom: 2em;
}
.skills-top h4 {
    font-size: 2em;
    color:#6ca7ad;
    margin-bottom: 0.3em;
  font-family: 'Fjalla One', sans-serif;
}
.skills-top p {
    font-size: 1em;
    color: #424141;
    line-height: 1.8em;
    width: 80%;
    margin: 0 auto;
}
.testimonials-grid-left1 {
    float: left;
    width: 22%;
}
.testimonials-grid-left2 {
    float: right;
    width: 78%;
}
.testimonials-grid-left2 h4 {
    font-size: 1.0em;
    color: #000;
    line-height: 1.8em;
    width: 80%;
}
.testimonials-grid-left2 h5 {
    font-size: 1em;
    color: #6ca7ad;
    margin-top: 0.5em;
    text-align: right;
    font-weight: bolder;
}

@media(max-width:767px){
	.testimonials-grid-left2 h4 {
		line-height: 1.3em;
		width: 100%;
		padding-left: 12px;
	}
}
/*-- wmuslider --*/
.wmuSlider {
	position: relative;
	overflow: hidden;
}
.wmuSlider .wmuSliderWrapper article img {
	/*--max-width: 100%;
	width: auto;
	height: auto;
	display:block;--*/
}
/* Default Skin */
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	right: 45%;
	top: 96%;
}
ul.wmuSliderPagination {
	padding:0;
}
.wmuSliderPagination li {
	float: left;
	margin: 0 8px 0 0;
	list-style-type: none;
}
.wmuSliderPagination a {
	display: block;
    text-indent: -9999px;
    width: 7px;
    height: 7px;
    background: #CFCFCF;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
	-ms-border-radius: 50px;
}
.wmuSliderPagination a.wmuActive {
	background:#6ca7ad;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.banner-wrap{
	padding:0 0 4em;
}
/*-- //wmuslider --*/
/*--progracess bars start --*/
/*--moveing effect prograce bars--*/
.bar_group__bar.thin::before{
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
}

.bar_group__bar.thin::before {
  width: 100%;
  height: 5px;
  border-radius: 0px;
  background: #E4E4E4;
}

.bar_group__bar.thin {
  width: 0%;
  height: 5px;
  border-radius: 0px;
  background: #424141;
  margin-bottom: 10px;
  -webkit-transition: width 1s;
          transition: width 1s;
}
.b_label,.bar_label_min,.bar_label_max,.b_tooltip span {
	color: #999;
    font-size: 14px;
	margin: .5em 0;
}
.bar_group.group_ident-1 {
    padding-right: 0em;
	z-index: 0;
    position: relative;
}
.bar_label_max {
  position: absolute;
  right:0%;
}
.bar_label_min {
  position: absolute;
}
.b_tooltip {
	-webkit-transition: all 1s;
    transition: all 1s;
	position: relative;
	float: left;
	left: 100%;
	padding: 4px 10px 7px 10px;
	background-color:rgb(74, 74, 73);
	-webkit-transform: translateX(-50%) translateY(-30px);
    -ms-transform: translateX(-50%) translateY(-30px);
    transform: translateX(-50%) translateY(-30px);
	-o-transform: translateX(-50%) translateY(-30px);
	border-radius:0px;
	line-height: 11px;
}
.b_tooltip span {
	color: white;
}
.b_tooltip--tri {
  width: 0;
  height: 0;
  position: absolute;
  content: '';
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: rgb(74, 74, 73) transparent transparent transparent;
}
/*--testimonial end here--*/


/*-- wmuslider --*/
.wmuSlider {
	position: relative;
	overflow: hidden;
}
.wmuSlider .wmuSliderWrapper article img {
	/*--max-width: 100%;
	width: auto;
	height: auto;
	display:block;--*/
}
/* Default Skin */
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	right: 45%;
	top: 96%;
}
ul.wmuSliderPagination {
	padding:0;
}
.wmuSliderPagination li {
	float: left;
	margin: 0 8px 0 0;
	list-style-type: none;
}
.wmuSliderPagination a {
	display: block;
    text-indent: -9999px;
    width: 7px;
    height: 7px;
    background: #CFCFCF;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
	-ms-border-radius: 50px;
}
.wmuSliderPagination a.wmuActive {
	background:#6ca7ad;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.banner-wrap{
	padding:0 0 4em;
}

/*-- //wmuslider --*/

.menu-list a{ display:block;}
.button_style_1{ line-height:20px; padding:10px 15px; display:inline-block; margin-top:20px; background:#f7bc4e; color:#fff;}
.button_style_1:hover{
	background-color: #FFFFFF;
}
.button_style_2{ line-height:20px; padding:10px 15px; display:inline-block; margin-top:20px; background-color: #f7bc4e; color:#fff;}
.button_style_2:hover{
  background:#FFFFFF; color:#23527c; 
}
.inner-back{height: 290px;}
.inner-back #slider{height: 220px;}
.inner-banner{min-height: 80px;}
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
	-webkit-box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.39); 
box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
}

   /*modal*/
   .modal-footer a{ font-size:16px; margin:0 auto; color:#fff; padding:10px 15px; -webkit-border-radius:5px; border-radius:5px; text-decoration:none;}
 .modal-header h4{color:#15a081;}  
  /*gallery effect*/ 
   .img-container img{ transition:all 0.5s ease;}
  .img-container img:hover{-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.75);
transform:scale(2,2);
}
#about .col-sm-3{ overflow:hidden;}
   

 




/*=========Style by Abhijit=======*/
.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}

/*boostrap dropdowne hover style*/
@media (min-width: 768px){
.dropdown .dropdown-menu .caret {
	border: 4px solid transparent;
	border-left-color: #000;
	float: right;
	margin-top: 6px;
} 
.dropdown-menu {
  min-width: 250px;
}
.dropdown-menu > li.open > a {
	background-color: #F5F5F5;
	color: #262626;
	text-decoration: none;
}
.dropdown-menu .dropdown-menu {
	left: 100%;
	margin: 0;
	right: auto;
	top: -1px;
}
.dropdown-menu-right .dropdown-menu,
.navbar-right .dropdown-menu .dropdown-menu,
.pull-right .dropdown-menu .dropdown-menu {
	left: auto;
	right: 100%;
}
.dropdown-menu.animated {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
.dropdown-menu.animated:before {
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.dropdownhover-top {
	margin-bottom: 2px;
	margin-top: 0;
}
.navbar-fixed-bottom .dropdown-menu .dropdown-menu,
.dropdownhover-top .dropdown-menu {
	bottom: -1px;
	top: auto;
}

.navbar-nav > li > .dropdown-menu {
	margin-bottom: 0;
}

.dropdownhover-bottom {
	-webkit-transform-origin: 50% 0;
			transform-origin: 50% 0;
}
.dropdownhover-left {
	-webkit-transform-origin: 100% 50%;
			transform-origin: 100% 50%;
}
.dropdownhover-right {
	-webkit-transform-origin: 0 50%;
			transform-origin: 0 50%;
}
.dropdownhover-top {
	-webkit-transform-origin: 50% 100%;
			transform-origin: 50% 100%;
}

}

.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  padding:15px !important; width: 50%; right: 0 !important; left:auto !important;
}
.dropdown-menu-large   ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large  li  ul  li {
  list-style: none;
}
.dropdown-menu-large > li  ul  li  a {
  display: block; 
  padding: 5px 10px;
  clear: both; font-size:16px;
  font-weight: normal;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li  a:hover,
.dropdown-menu-large > li a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #056773;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header,.dropdown-menu-large .dropdown-sub-header{ padding:0; padding-bottom:8px; margin-bottom:5px;}
.dropdown-menu-large .dropdown-header> span {
	color: #056773;
	font-weight: 600;
	display: block;
	text-align: center;
	font-size: 18px;
	border-bottom: 1.5px solid #6ca7ad;
}

.dropdown-menu-large .dropdown-sub-header span {
	color: #056773;
	font-weight: 600;
	font-size: 16px;
}

@media (max-width: 991px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ; width: auto;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 5px 0px !important;
  }
}

.heighlite a{ border-left:2px solid #6ca7ad; position:relative; }
.heighlite a:after{content: "\f04a"; font-family: 'FontAwesome'; position:absolute; top:5px; right:15px;
  animation: heighlite 0.7s linear infinite ;
  -moz-animation: heighlite 0.7s linear infinite ;
  -webkit-animation: heighlite 0.7s linear infinite ;
}
@-webkit-keyframes heighlite {
    0%   {right:15px; opacity:0;}
    100% {right:30px; opacity:1}
}
@-moz-keyframes heighlite {
    0%   {right:15px; opacity:0;}
    100% {right:30px; opacity:1}
}
@keyframes heighlite {
     0%   {right:15px; opacity:0;}
    100% {right:30px; opacity:1}
}

/*//boostrap dropdowne hover style*/

.tempNavBar{
	background: #FFF;
	color: #262626;
	border: 0px;
	border-radius: 0;
	-webkit-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
}
.tempNavBar .navbar-brand{ padding:0 15px;}
.tempNavBar .navbar-brand>img {
    display: block;
    width: 127px;
    height: auto;
    background: #fff;
    border-radius: 0 0 10px 10px;
   -webkit-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out;
   border-bottom: 2px solid #2d9eac;
}
.tempNavBar.fixed .navbar-brand>img{  width: 110px; height:auto;}

.tempNavBar .navbar-nav>li>a { font-size:16px; color:#262626; font-weight:600;}
.tempNavBar .navbar-nav>.open>a, .tempNavBar .navbar-nav>.open>a:focus, .tempNavBar .navbar-nav>.open>a:hover,.tempNavBar .navbar-nav>li>a:hover {
	color: #fff;
	/*background-color: #138592;*/
  background-color: #f7bc4e;
}

.tempNavBar .navbar-nav>li>a.active {
  color: #fff;
  background-color: #15a081;
}

.tempNavBar .dropdown-menu{ padding:0; border-radius:0;border:0px;}
.tempNavBar .dropdown-menu>li>a {
    padding: 10px 15px; font-weight: 600; font-size:15px; color: #262626;
}

.tempNavBar .dropdown-menu>li>a:focus, .tempNavBar .dropdown-menu>li>a:hover {
	color: #fff;
	background-color: #f7bc4e;
}
@media (min-width: 768px){
	.tempNavBar .navbar-nav>li>a {padding-top: 30px;padding-bottom: 30px; 
	-webkit-transition:padding 0.5s ease-in-out; -o-transition:padding 0.5s ease-in-out; transition:padding 0.5s ease-in-out;
	}
	.tempNavBar.fixed .navbar-nav>li>a {padding-top: 15px;padding-bottom: 15px;}

}
@media (max-width: 767px){
	.tempNavBar .navbar-brand>img{  width: 110px !important; height:auto;}
	.tempNavBar .nav.navbar-nav { margin-top:38px; background: #fff;}
	}


.appliSideBox{
    height: 100vh; z-index:9999;
    width: 320px;
    position: fixed;
	padding:15px;
    padding-top: 60px;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden; overflow-y:auto;
	-webkit-transform:translateX(100%);
	-moz-transform:translateX(100%);
	transform:translateX(102%);
    -webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;

}
.appliSideBox.open{ -webkit-transform:translateX(0);  -moz-transform:translateX(0); transform:translateX(0);
	-webkit-box-shadow: -1px 0px 10px 0px rgba(0,0,0,0.5);
-moz-box-shadow: -1px 0px 10px 0px rgba(0,0,0,0.5);
box-shadow: -1px 0px 10px 0px rgba(0,0,0,0.5);
}
.appliSideBox .closebtn{    color: #262626;
    font-size: 55px;
    text-decoration: none;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 5px;}
.appliSideBox .closebtn:hover{ color:#f44336;}

@media (max-width: 480px){
	.appliSideBox{ width: 100%;}
	}

/* landmark-section*/
.welcome{ padding-bottom:0;}
.landmarkSliderSec{ padding:0;}
.landmarkSliderSec .secTitle{font-size: 1.8em;text-align: center; margin: 2em 0 1em; color: #000; letter-spacing: 4px;}
.landmark_box{ position:relative; background: #fff; -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); margin:10px 0; border-top:3px solid transparent; -webkit-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; transition:all 0.4s ease-in-out;}
.landmark_box:hover{ border-top-color:#67a1a5;}
.landmark_box .imgBox{ overflow:hidden; position:relative; height:105px; }
.landmark_box .imgBox img{ width:60%; height:auto; margin:0 auto;}
.landmark_box .desc{ position:relative; padding:15px;}
.landmark_box .desc .title{ font-size:16px; font-weight:600; color:#606060; white-space:nowrap; overflow:hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; text-align:center; margin-bottom:15px; }
.landmark_box .desc .dist{ color:#000; font-size:15px; }
.landmark_box .desc .dist i { color:#ccae78; }
.landmark_box .desc .dist span:nth-child(2){ float:right;}
.landmark-carousel .owl-nav{    position: absolute;
    top: 30%;
    left: 0;
    font-size: 70px;
    z-index: 10;
    width: 100%;
    margin: 0;}
.landmark-carousel .owl-nav .owl-prev{
	position: absolute;background: transparent !important; padding:15px;
    left: 0px;
    top: 0px;
    margin: 0; outline:0 !important;
	}
.landmark-carousel .owl-nav .owl-next{
	position: absolute; background: transparent !important;padding:15px;
    right: 0px;
    top: 0px;
    margin: 0; outline:0 !important;
	}
.landmark-carousel .owl-nav .owl-prev:hover,.landmark-carousel .owl-nav .owl-next:hover{background:rgba(255,255,255,1.0); color:#000;}

#fCrestConModal .modal-body{  max-height: 350px; overflow-y: auto; padding:15px 20px;}

/*gallery page css*/

.gallerySec{ position:relative; /*padding:60px 0;*/ }

.galBox{ text-align: center;  -webkit-box-shadow: 0 0 5px #7e7d7d;  box-shadow: 0 0 5px #7e7d7d;  position: relative; margin-bottom:30px; border: 4px solid #E0E0E0; }
.galBox:before{ z-index:1;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background:rgba(108, 167, 173, 0.55);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.galBox:hover:before{
    opacity: 1;
}
.galBox:after{
    content: ""; z-index:2;
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    border: 2px solid #fff;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}
.galBox:hover:after{
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.galBox .imgBox{ position:relative; overflow:hidden; height:235px;}
.galBox .imgBox img{ width:100%; height:100%; -o-object-fit:cover; object-fit:cover; -webkit-transform:scale(1); -ms-transform:scale(1); transform:scale(1); -webkit-transition:all 0.7s ease; -o-transition:all 0.7s ease; transition:all 0.7s ease; }
.galBox:hover .imgBox img{-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);}
.galBox .view{ display: block; width:100%; height:100%; position:absolute; top:0; left:0; z-index:3;color:#fff; opacity:0; -webkit-transition:all 0.4s ease-in; -o-transition:all 0.4s ease-in; transition:all 0.4s ease-in; -webkit-transition-delay:0.4s; -o-transition-delay:0.4s; transition-delay:0.4s; }
.galBox .view i{ width:50px; height:50px; line-height:50px;  border:2px solid #fff; font-size:28px; text-align:center; color:#fff; position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); transform:translate(-50%,-50%); }
.galBox:hover .view{ opacity:1;}

.fixedBg{ background: lightblue url("../images/slide-2.jpg") no-repeat fixed center; background-size:cover; position:relative; z-index:1;}
.fixedBg:after{ content:''; background:rgba(0,0,0,0.6); width:100%; height:100%; position:absolute; top:0; left:0; z-index:-1;}
.fixedBg .top-icon.gallery-top-icon {
    background-color:  transparent;
    padding-bottom: 0em;
}

.fixedBg_2{ padding:300px 0 250px 0;  background: lightblue url("../images/slide-1.jpg") no-repeat fixed center; background-size:cover; position:relative; z-index:1;}
/*.fixedBg_2:after{ content:''; background:rgba(0,0,0,0.6); width:100%; height:100%; position:absolute; top:0; left:0; z-index:-1;}*/



.bestViewBtn{ margin: 40px 0 0 0; display:block; text-decoration:none !important; background:#15a081; color:#fff !important; line-height:50px; text-align:center; font-size:24px;     position: relative;}
.bestViewBtn:hover{background:#F1C27B;color:#fff;}


.topBannerSec{ position:relative; z-index:1; background-size: cover !important; height:280px;  color:#fff;}
.topBannerSec:after{ content:''; width:100%; height:100%; position:absolute; top:0; left:0;z-index:-1;}


.topBannerSec .temp-heading{ margin-top:160px;}


.temp-heading{position:relative}
.temp-heading:after{height:3px;width:150px;display:block;background-color:#6ca7ad;content:'';margin-left:0;margin-right:auto}
.temp-heading span,.temp-heading:after{margin-left:0;margin-right:auto}
.temp-heading span{position:relative;height:4px;width:20px;display:block;margin-bottom:14px;line-height:1;margin-bottom: 10px !important;}
.temp-heading span:after,.temp-heading span:before{content:'';position:absolute;top:3px;height:100%;width:50%}
.temp-heading span:before{left:0;background-color:#6ca7ad;-webkit-transform:skew(0deg,150deg);-moz-transform:skew(0deg,150deg);-ms-transform:skew(0deg,150deg);-o-transform:skew(0deg,150deg);transform:skew(0deg,150deg)}
.temp-heading span:after{right:0;background-color:#6ca7ad;-webkit-transform:skew(0deg,-150deg);-moz-transform:skew(0deg,-150deg);-ms-transform:skew(0deg,-150deg);-o-transform:skew(0deg,-150deg);transform:skew(0deg,-150deg)}
.temp-heading .subTitle{display:block;color:#6ca7ad;font-size:16px;font-weight:400;line-height:1;margin-bottom:0}
.temp-heading .secTitle{margin-bottom:7px;margin-top:10px;font-weight:600;line-height:1; color:#15a081 !important;}
.temp-heading.center{text-align:center}
.temp-heading.center span{text-align:center;margin:0 auto}
.temp-heading.center:after{margin:0 auto}
.temp-heading.white:after,.temp-heading.white span:before,.temp-heading.white span:after{background-color:#fff;}
.temp-heading.white .secTitle{color:#fff;}
.temp-heading.white .subTitle{color:#fff;}

.commonSec{ padding:60px 0;}
.iframeSec{  width:100%; height:100%}
.iframeSec iframe{ width:100%; height:calc(100vh - 50px); overflow:hidden;}
.iframeSec:after{ content:''; width:100%; height:calc(100vh - 50px);; position:absolute; top:0; left:0; z-index:1;  }
.tempMainSec{  background:#fff; z-index:1; display: block;}

.sideDnlBtn{  display: block; text-align:center;
    position: fixed;
    top: 160px;
    right: -48px;
    z-index: 99;
    height: 50px;
    width: 150px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none !important;
    background: #ff9800;
    color: #fff;
    line-height: 20px;
    padding-top: 7px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.sideDnlBtn>i{-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);}
.sideDnlBtn:hover{ background:#66bb6a; color:#fff;}




.agree_bt{ background:#15a081; color:#fff; border-color:#15a081;}
.agree_bt:hover{ background:#F1C27B; color:#fff; border-color:#F1C27B;}

.icon_pic{ margin:0 auto; display:block;}


.others-ame-sec{ padding:40px 0;}
.others-ame-sec .title-gold{ margin-bottom:50px;  font-size: 3em;}
.icon-media{ border:2px solid #15a081;-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; margin-bottom:30px;}
.icon-media .media-left{ float:left; width:70px; height:70px; min-width:70px; max-height:70px; background:#15a081; margin:0; overflow:hidden;-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.icon-media .media-left img{ width:100%; height:auto; padding:10px 10px; text-align:center;-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.icon-media .media-body{ padding:15px;/*vertical-align: middle;*/display: flex;
    align-items: center;}
.icon-media .media-body .media-heading{ margin:0; font-size:16px; color:#333;-webkit-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.icon-media:hover{ border:2px solid #ccae78; }
.icon-media:hover .media-left {background:#ccae78; }
.icon-media:hover .media-left img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1)}
.icon-media:hover .media-body .media-heading{ color:#ccae78;}








.content-about{background:rgba(255, 255, 255, .95);-webkit-backface-visibility:hidden;background-repeat:no-repeat;}

.about-info{width:49%;float:left;padding:90px 0 0;}
.about-info > .content{width:72%;margin:0 auto;padding:0 0 0 7px;}
.about-image{width:50%;float:right;padding:0;}
.about-image img{width:100%;height:auto;}
.content-wrapper h2{margin:10px 0 22px;color:#3d3d3d;font-size:44px; font-weight:bold;}


.content-vr{background:rgba(255, 255, 255, .95);-webkit-backface-visibility:hidden;background-repeat:no-repeat;}

.vr-info{width:49%;float:left;padding:90px 0;}
.vr-info > .content{width:72%;margin:0 auto;padding:0 0 0 7px;}
.vr-image{width:50%;float:left; padding:0;}
.vr-image img{width:100%;height:auto;}

.content-specification{background:rgba(255, 255, 255, .95);-webkit-backface-visibility:hidden;background-repeat:no-repeat;}









.my_bt_1{border: none;
outline: none;
color: #fff;
padding: .8em 3em;
font-size: 1em;
margin: 1em 1em 0 0;
-webkit-appearance: none;
background: #F3AD45;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;}


.my_bt_1:hover{background:#999;}



#specificationBox .modal-dialog{ width: 74%; }
#specificationBox h4{ text-align: left; margin: 0; padding:15px 0; font-size: 22px; font-weight: bold; }
#specificationBox .modal-title{ font-size: 26px; padding: 0; }


/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
#accordion2{ padding: 2em 0; }
   #accordion{ padding: 120px 0; }
    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }
	

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #ccae78;
        border-color: #ccae78;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none; font-size: 22px;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }



.panel-group .collapse.in {
    display: block;
    border: solid 2px #ccae78;
}

.ourfrom{ padding: 100px 0;}
.ourfrom h2{ padding-bottom: 15px; }
.ourfrom .btn-block{ width: 50%; }


.flash-button{
	background:#ccae78;
	padding:10px 20px; display:block;
	color:#fff;
	border:none; margin-top:25px;
	
	animation-name: flash;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;

	//Firefox 1+
	-webkit-animation-name: flash;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	//Safari 3-4
	-moz-animation-name: flash;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
}

@keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

//Firefox 1+
@-webkit-keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

//Safari 3-4
@-moz-keyframes flash {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}


.flash-button2{
	background:#ccae78;

	
	animation-name: flash2;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;

	//Firefox 1+
	-webkit-animation-name: flash2;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;

	//Safari 3-4
	-moz-animation-name: flash2;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
}

@keyframes flash2 {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

//Firefox 1+
@-webkit-keyframes flash2 {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}

//Safari 3-4
@-moz-keyframes flash2 {  
    0% { opacity: 1.0; }
    50% { opacity: 0.5; }
    100% { opacity: 1.0; }
}












.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #15a081 !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: #15a081; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }

.crest_about{ height:250px; overflow:auto;}

.ul_style_1{}
.ul_style_1 ul{
	margin: 0;
	padding-top: 0;
	padding-right: 5em;
	padding-bottom: 0;
	padding-left: 5em;
	background-color: #f4fcfc;
	border-radius: 12;
	border: 1px solid #e4eaea;
}
.ul_style_1 ul li{
	list-style-type: none;
	padding: 3px 0 3px 30px;
	color: #000000;
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	font-weight: 100;
	line-height: 1.7em;
	background-image: url(../images/bullet_2.png);
	background-repeat: no-repeat;
	background-position: left 16px;
	text-align: justify;
}

.not-justi{ text-align: inherit !important;}
