@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Kreon:400,700');
@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,700');
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('animate.css');



body {
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#fff;
	background-color:#fff;
	overflow-x:hidden;
}

hi,h2,h3,h4,h5,h6 {
	color:#4484CE;
	line-height:1.1em;
}

p {
	color:#aaa;
	font-size:13px;
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	color:#272727;
}
a:hover {
	text-decoration: none;
	color:#aaa;	
	}

.btn {
	border-radius:0;
	margin-top:10px;
	background-color: #65AAF0;
	text-transform:uppercase;
	border-color:#fff;
	font-size:14px;
}

.btn:hover {
	background-color: #fff;
	border-color:#f2f2f2;
	color:#272727;	
}
	
/*===========================
  Menu and Navigation
============================ */
.navbar-brand {
  float: left;
  height: 175px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand h1 {
	margin-top:9px;
	padding-top:5px;
	float: left;	
	font-size: 23px;	
	color:#246D9C;	
	font-family: 'Kreon', serif;
	text-transform:uppercase;
	font-weight:600;
}
.navbar-brand h1 span{
	clear:both;
	font-weight:400;
	font-size:18px;
}
@media (min-width: 980px) {
	.navbar-brand{
		padding-top:0px!important;
		
	}
  .navbar-brand h1 {
    text-indent:-999999px;
	text-align:left;
	background-color:#fff;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	width:160px;
	height:175px;
	padding:5px!important;
	margin-top:0px!important;
	}
.righttopcontact{
	float:right;
	position:absolute;
	top:25px;
	right:0;
	color:#a9a9a9;
	font-size:19px;
	line-height:28px;
	text-align:right;
}
}
@media (max-width: 980px) {
  .navbar-brand {
    padding: 0 0 0 15px;
	height:70px;
  }
  .righttopcontact{display:none;}
  .menu {
	font-size:13px!important;
position:relative;
top:15px!important;
}
.nav-tabs > li > a {	
	padding:5px!important;
	padding-left:5px!important;
	padding-right:5px!important;
	background-color:#4484ce;letter-spacing:-1px;
}
}
@media (max-width: 767px) {
  .navbar-brand {
    padding: 0 0 0 15px;
	height:70px;
  }
}
@media screen and (max-width: 480px) {
   .navbar-brand h1  {
       font-size:15px;
    }
	.navbar-brand h1  span{
       font-size:12px;
    }
}

.menu {
	font-size:15px;
	float:right;
	text-transform:uppercase;
	font-weight:400;
position:relative;
top:110px;
}

.navbar-collapse {
  padding-right: 10px;
  padding-left: 10px;
  overflow-x: visible;
  position:relative;
  -webkit-overflow-scrolling: touch;
  border-top: 0px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
  margin-bottom:-30px;
  display:block;
  height:70px;
}

.menu ul.nav-tabs li {
	color:#fff;	
}

.nav-tabs {
	border-bottom: 0;
}
.nav-tabs > li {
	float: left;
	margin-bottom: 0;
}

.nav-tabs > li > a {	
	border-radius:0;
	color:#fff;
	padding:20px;
	padding-left:20px;padding-right:20px;
	background-color:#4484ce;
}

.nav-tabs > li > a:hover {
	color:#FFF;
	background:#f9cf00;	
	
} 

.nav-tabs > li a.active {
	color: #FFF;
	cursor: default;
	background:#f9cf00;	
	
}

.navbar-default {
	background-color: #FFF;
	border-color:#FFF;
}

/*===========================
  slider
============================ */
.slider {
	position: relative;	
	margin-top:-20px;
}

.slider img {
    width: 100%;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -40px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #f9cf00;
}

#carousel-slider a i {
	border-radius:50%;
	font-size: 30px;
	height: 50px;
	padding: 10px;
	position: absolute;
	top: 50%;
	width: 50px;
	color:#f9cf00;
	background:#4484ce;
	color:#999;
}

#carousel-slider a i:hover {
	background:#f9cf00;
	color:#999;
	border: 1px solid #f9cf00;
}

#carousel-slider 
.carousel-control {
	width:inherit;
}

#carousel-slider .carousel-control.left i {
	left:50px;
	top: calc(50% - 50px);
}

#carousel-slider .carousel-control.right i {
	right: 50px;
	top: calc(50% - 50px);
}

.carousel-caption {
	position: absolute;
	right: 15%;
	top: calc(50% - 150px);
	font-size:40px;
	left: 15%;
	z-index: 10;
	padding-bottom: 0px;
	color: #fff;
	text-align: center;
}

.carousel-caption  h2 {
	font-size:60px;
	color: #f19f4d;
	font-family: 'Kreon', serif;
	text-transform:uppercase;
	text-shadow:0;
}

.carousel-caption  h2 span {
	font-size:60px;
	color: #333;
	background:#d9d9d9;
	background-color:rgba(217, 217, 217,0.3);
}

.carousel-caption  p {
	font-size:26px;
	margin-top:30px;
	margin-bottom:20px;
	color:#666;
	padding:10px;
	font-family: 'Source Serif Pro', serif;
	background:#d9d9d9;
	background-color:rgba(217, 217, 217, 0.7);
}

@media (max-width: 767px) {
    .carousel-caption  {
      font-size: 18px;
    }
    .carousel-caption h2, .carousel-caption  h2 span, .carousel-caption  p {
    	font-size:18px;
    }
}

.carousel-inner .form-inline .form-group button[type="livedemo"]{
	padding:20px 60px;
	font-size:20px;
	background:#65AAF0;
	color:#fff;
	border-radius:0;
	border-color:#fff;
	text-transform:uppercase;
}

.carousel-inner .form-inline .form-group button[type="livedemo"]:hover {
	color:#272727;
	opacity: 0.8;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.carousel-inner .form-inline .form-group button[type="getnow"]{
	padding:20px 60px;
	font-size:20px;
	background:#fff;
	color:#272727;
	border-radius:0;
	text-transform:uppercase;
	border: 1px solid #fff;
}

.carousel-inner .form-inline .form-group button[type="getnow"]:hover {
	color:#fff;
	border-color:#fff;
	background:#65AAF0;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.form-inline {
	margin-top:50px;	
}


/*===========================
  about
============================ */

.about {
	padding:40px 0 10px 0;
	background:#fff;
}

.about .text-center h2 {
	text-transform:uppercase;
	font-weight:550;
	font-size:29px;
}
.about .text-center h3 {
	text-transform:uppercase;
	font-weight:550;
	font-size:24px;
}
.about .txtleftinnerpage h2{
	text-align:left;
}
.about .txtleftinnerpage h3{
	text-align:left;
}
.about .txtleftinnerpage h3 i {
	margin-right:7px;
}
.about .txtleftinnerpage img{
	float:right;
	margin-left:15px;
	margin-bottom:15px;
	margin-top:5px;
	border:1px solid #eee;
}
.about .txtleftinnerpage hr{
	clear:both;
	margin-top:8px;
}
.about .txtleftinnerpage a{
	color:#00abf0;
}
.about .txtleftinnerpage a:hover{
	color:#999;
	text-decoration:underline;
}
.about .text-center p {
	margin-top:5px;
	margin-bottom:7px;
	color:#666666;
	font-size:16px;
	font-family: 'Source Serif Pro', serif;
	line-height:24px;
	text-align:justify;
}
b.redlineb{}
hr.yhr{border-color:#F9CF00;}
.about .txtleftinnerpage p{
	text-align:justify;
	margin-bottom:15px;
} 

.btn-gamp a {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #272727;
  border: 2px solid #272727;
  width: 180px;
  height: 60px;
  text-align: center;
  display: inline-block;
  line-height: 56px;
}

.btn-gamp a:hover {
  opacity: 0.8;
  transition: all 0.5s;
}

.gamp-btn a {
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: #272727;
  color: #ffffff;
  width: 180px;
  height: 60px;
  text-align: center;
  display: inline-block;
  line-height: 60px;
}
.gamp-btn a:hover {
  color: #ffffff;
  opacity: 0.8;
  transition: all 0.5s;
}

.center span {
	color:#E8CE0E;
}

#about-us {
	margin-bottom:50px;
}

#about-us .text-center h2 {
	text-transform:uppercase;
	font-weight:550;
	font-size:24px;
	margin-bottom:30px;
}


ul.social_icons,
ul.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}

ul.social_icons li,
ul.tag li {
  display: inline-block;
  margin-right: 5px;
}

ul.social_icons li  a i{
  border-radius: 50%;
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity:.8;
}

.team .social_icons .fa-facebook:hover, 
.team .social_icons .fa-twitter:hover, 
.team .social_icons .fa-google-plus:hover {
  transform: rotate(360deg);
  -ms-transform:rotate(360deg);
  -webkit-transform:rotate(360deg); 
  transition-duration:2s;
  transition-property: all;
  transition-timing-function: ease;
  opacity:1;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.team .social_icons .fa-facebook {
  background: #0182c4;
}

.team .social_icons .fa-twitter {
  background: #20B8FF
}

.team .social_icons .fa-google-plus {
  background: #D34836
}


.team-bar .first-one-arrow {
  float: left;
  margin-right: 30px;
  width: 2%;
}

.team-bar .first-arrow {
  float: left;
  margin-left: 5px;
  margin-right: 35px;
  width: 22%;
}

.team-bar .second-arrow {
  float: left;
  margin-left: 5px;
  width: 21%;
}

.team-bar .third-arrow {
  float: left;
  margin-left: 40px;
  margin-right: 12px;
  width: 22%;
}

.team-bar .fourth-arrow {
  float: left;
  margin-left: 25px;
  width: 20%;
}

.team-bar .first-one-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .first-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .second-arrow hr {
  border-bottom: 1px solid #6aa42f;
  border-top: 1px solid #6aa42f;
}

.team-bar .third-arrow hr {
  border-bottom: 1px solid #FFBD20;
  border-top: 1px solid #FFBD20;

}

.team-bar .fourth-arrow hr {
  border-bottom: 1px solid #db3615;
  border-top: 1px solid #db3615;
}

.team-bar {
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
}

.team-bar i {
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  height: 24px;
  line-height: 24px;
  margin-top: -32px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 24px;
  position: absolute;
}

.team-bar .first-arrow .fa-angle-up {
  background:#2D7DA4;
  margin-left:-33px
 }

.team-bar .second-arrow .fa-angle-down {
  background:#6AA42F;
  margin-left: -33px;
}

.team-bar .third-arrow .fa-angle-up {
  background:#FFBD20;
  margin-left: -32px;
}

.team-bar .fourth-arrow .fa-angle-down {
  background:#db3615;
  margin-left: -32px;
}

.team .single-profile-top:before, 
.team .single-profile-top:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-top:before {
  left:26px;
  bottom: -20px;
  border-width: 10px;
  border-color:#fff transparent transparent transparent;
  z-index: 1;
}

.team .single-profile-top:after {
  left: 25px;
  bottom: -22px;
  border-style: solid;
  border-width: 11px;
  border-color:#ddd transparent transparent transparent;
  z-index: 0;
}

.team .single-profile-bottom:before,
.team .single-profile-bottom:after {
  position: absolute;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-bottom:before {
  left:30px;
  top: -20px;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

.team .single-profile-bottom:after {
  left: 29px;
  top: -22px;
  border-style: solid;
  border-width: 11px;
  border-color: transparent transparent #DDD transparent;
  z-index: 0;
}

/*===========================
  services
============================ */

.services {
	padding:10px 0 10px 0;
}

.services .text-center h2 {
	text-transform:uppercase;
	text-shadow:none;
	margin-bottom:40px;
	font-size:24px;
	font-family: 'Kreon', serif;
	color:#666;
	padding-top:10px;
	margin-top:0px;
}
.services img.home-services{
	margin-bottom:20px;
	
}
img.home-services2{
	margin-bottom:20px;
	padding-right:15px;
	border:0!important;
}
.services i {
	margin-top:20px;
	margin-bottom:10px;
	font-size:50px;
	color:#98DDFF;
}

.services h3 {
	margin-bottom:20px;
	font-size: 19px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#4484ce;
 }
 .services p{
	font-family: 'Source Serif Pro', serif;
	color:#555;
	font-size:15px;
	padding-right:35px;
	}
/*===========================
  gallery
============================ */

.gallery {
	padding:50px;
}

.gallery .text-center h2 {
	text-transform:uppercase;
	font-weight:550;
	font-size:24px;
	margin-bottom:30px;
}

.gallery figure {
	position: relative;	
	margin-top:30px;
	margin-bottom:30px;
	background: #272727;
	text-align: center;
	cursor: pointer;
}

.gallery figure img {
	position: relative;
	display: block;
	opacity: 0.8;
}

.gallery figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery figure figcaption::before,
.gallery figure figcaption::after {
	pointer-events: none;
}


.action {
  overflow: visible;
  padding: 0px;
  width: 100;
  background: #f2f2f2;
  position: relative;
}
.action .left-text {
  padding: 70px 0;
  padding-right: 60px;
  width: 50%;
}
.action .left-text h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Kreon', serif;
}
.action .left-text p {
  padding-top: 20px;
  font-family: 'Source Serif Pro', serif;
  color:#666;
  font-size:14px;
}
.action .left-text em {
  font-size: 16px;
  color: #444;
  font-weight: 300;
  font-style: normal;
}
.action .right-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../img/7.jpg);
}
@media screen and (max-width:767px) {
   .action .left-text   {
       width:100%;
	   padding-right:30px;
    }
}

/* --- Map --- */
.map{
	position:relative;
	margin-top:-20px;
	margin-bottom:40px;
}

/* google map */
#google-map{
	position:relative;
    height: 400px;
}

.contact-page{
  padding-top: 0;
  background:#fff;
  margin-bottom:30px;
}

.contact-page h2 {
	text-transform:uppercase;
	font-weight:550;
	font-size:24px;
	margin-bottom:30px;
}

.contact-page p {	
	margin-bottom:30px;
}

.contact-page .contact-form 
.form-group label {
  color: #555;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#ccc;
  box-shadow: none;
  border-radius:0;
  color:#333!important;
}

textarea#message{
   resize: none;
   padding: 10px;
   border-radius:0;
}

.contact-page .contact-wrap {
  margin-top: 20px;
}
.formbtn{
	background-color:#4484CE;
}
.formbtn:hover{
	background-color:#F9CF00;
	color:#FFF;
}
.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/*===========================
  Footer
============================ */
footer {
	padding:30px;
	background:#D9D9D9;
}

footer p {
	color:#333;
	font-family: 'Source Serif Pro', serif;
	font-size:15px;
}

footer h4 {
	margin-bottom:30px;
	text-transform:uppercase;
	text-shadow:none;
	font-weight:550;
	color:#272727;
	
}

footer .btn-gamp a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	width: 180px;
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 45px;
	margin-right:170px;
	margin-top:20px;
	background:#272727;
	border: 1px solid #fff;
	border-radius:0px;
}

footer .btn-gamp a:hover {
	background:#fff;
	color:#272727;
	opacity: 0.8;
	transition: all 0.5s;
}

footer .btn-gamp input {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #272727;	
	width: 180px;
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 56px;
	border-radius:0px;
	border: 1px solid #fff;
}
footer div.servicelistfooter ul{	
	list-style:none;
	padding-left: 0;
	margin-top:15px;
}
footer div.servicelistfooter ul li{	
font-family: 'Source Serif Pro', serif;
margin-bottom:10px;
color:#272727;
color:#eee;
}
footer div.servicelistfooter ul li i {
	font-size:17px;padding-right:5px;
	
}
.contact-info {
	color:#333;
}

.contact-info ul {
	list-style:none;
	padding-left: 0;
}

.contact-info ul li i {
	font-size:18px;padding-right:5px;
	
}
.contact-info ul li {
font-family: 'Source Serif Pro', serif;
margin-bottom:10px;
}

.widget {
  padding-left: 0;
}

ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
 
}

.sidebar-gallery li {
  display: inline-block;
  margin: 0 10px 10px 0;
   border-radius:0px;
}

.sidebar-gallery li a {
  display: inline-block;
}

ul.social-network {
	list-style:none;
	margin-top:20px;	
	padding:10px;
	transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.sub-footer  {
	background:#246D9C;
	padding:30px;
}

ul.social-network li {
	display:inline;
	margin: 0 30px;	
	font-size:14px;
text-transform:uppercase;
font-weight:400;
text-transform:none;	
	margin-left:-10px;
}

ul.social-network li a {
	color:#246D9C;	
}
ul.social-network li:hover  a{
	color: #333;
	border-bottom:1px solid #F9CF00;
}
ul.social-network li  a.active{
	color: #333;
	border-bottom:1px solid #F9CF00;
}
.copyright {
	margin-top:30px;
    text-align: right;
	color:#333;font-weight:400;
	font-size:13px;
} 
