/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/ @font-face {
	font-family: 'OpenSansB';
	src: url('font/OpenSans-Semibold.ttf');	 
}
 @font-face {
	font-family: 'HelvetIns';
	src: url('font/UTMHelve.ttf');	 
}
 @font-face {
	font-family: 'HelvetB';
	src: url('font/UTMHelveBold.ttf');	 
}
 @font-face {
	font-family: 'font1';
	src: url('font/UTMSwissCondensed.ttf');	 
}
 @font-face {
	font-family: 'font2';
	src: url('font/UTMSwissCondensedBold.ttf');	 
}
 @font-face {
	font-family: 'Semibold';
	src: url('font/OpenSans-Semibold.ttf');	 
}
@font-face {
	font-family: 'OpenSans-Bold';
	src: url('font/OpenSans-Bold.ttf');	 
}
@font-face {
	font-family: 'OpenSansR';
	src: url('font/OpenSans-Regular.ttf');	 
}
html, body{
    font-size: 13px;
    font-family: Arial;
    line-height: 21px;
}
p{
	margin:0;
	font-size: 13px;
}
h1,h2,h3,h4,h5,h6{
	font-family: Arial;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*-- header --*/
.navbar-default .navbar-nav > li > a,.admin-right h5 a,.mail-grid-left1 ul li a,.comments-grid-right h4 a,.comments-grid-right ul li a,.copy-right p a,.blog-left-grid1-bottom h4 a,.tags ul li a,.blog-left-grid1-bottom ul li a,.services-grid i,input[type="submit"],ul.main-nav li a,ul.main-nav-bottom li a {
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#fff;
    background-color: #08123b;
}
.header {
    /* border-top: 3px solid #ffee63; */
    position:relative;
    /* background: url(../images/bg-image-5.jpg); */
    border-bottom: 1px solid #fff;
}
.logo{
	float: left;
	padding-top: 4px;
	padding-bottom: 13px;
}
.header-left{
	margin-left: 13em;
	float: right;
}
.navbar-collapse {
    padding: 0;
}
.navbar-nav > li > a {
    padding: 14px 12px;
    font-size: 14px;
}
.navbar-nav > li > a i {
    display: block;
    text-align: center;
	margin-bottom: 1em;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar {
    border-radius:0;
    margin-bottom: 0;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar-default .navbar-nav > li > a {
    color: #333;
    text-align: center;
    font-weight: bold;
}
.header-right{
	float:right;
}
.header-right p{
	text-align: right;
	padding-right: 3em;
	color: #ffe8e8;
	margin:0.7em 0 0;
}
.header-right p span{
	display: block;
	color: #ffee63;
	font-size: 1.3em;
}
.header-right p i{
	left: 4em;
    top: .8em;
    font-size: 2em;
    transform: rotate(260deg);
	-webkit-transform: rotate(260deg);
	-moz-transform: rotate(260deg);
	-o-transform: rotate(260deg);
	-ms-transform: rotate(260deg);
}
.link-effect-9 a {
  position: relative;
  -moz-transition: ease-out 0.3s 0.1s;
  -o-transition: ease-out 0.3s 0.1s;
  -webkit-transition: ease-out 0.3s;
  -webkit-transition-delay: 0.1s;
  transition: ease-out 0.3s 0.1s;
  /* margin: 0 2px; */
}
.link-effect-9 a::after {
	height: 3px;
	width: 100%;
	background: #d41509;
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0;
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.link-effect-9 a:hover::after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #08123b;
}
/*-- //header --*/
/*-- banner --*/
.banner{
	background:url(../images/1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	/* min-height:700px; */
}
.banner-info{
	margin: 10em auto 0;
    width:70%;
    text-align: center;
}
.banner-info h3{
	font-size: 2em;
    color:#fff;
    text-transform: capitalize;
    position: relative;
	padding-bottom:1em;
}
.banner-info h3:before{
	content: '';
    background:#fff;
    height: 2px;
    width: 25%;
    position: absolute;
    bottom: 0%;
    left: 37%;
}
.banner-info p{
	margin:2em auto 0;
    color:#fff;
    line-height: 1.8em;
}
.banner-info1 {
    padding: 7em 7em 8em;
    background:rgba(124, 79, 46, 0.25);
}
/*-- //banner --*/
/*-- banner-bottom --*/
.banner-bottom,.team,.services,.testimonials,.blog,.gallery,.typo,.mail{
	padding: 2em 0;
}
.banner-bottom-left h2{
	font-size:2.5em;
	text-transform:capitalize;
	line-height:1.5em;
	color:#212121;
}
.banner-bottom-left h2 span{
	display: block;
    color: #3D99DC;
    padding-left: 2em;
    position: relative;
}
.banner-bottom-left h2 span:after{
	content: '';
    background: #3D99DC;
    height: 2px;
    position: absolute;
/*-- w3layouts --*/
    bottom: 43%;
    right: 15%;
    width: 25%;
}
.banner-bottom-right p{
	color:#999;
	line-height:1.8em;
}
.banner-bottom-right ol{
	padding:2em 0 0 1em;
	margin-bottom: 0;
}
.banner-bottom-right ol li{
	font-size:14px;
	color:#212121;
	margin-bottom:1em;
	letter-spacing:1px;
}


/*-- //banner-bottom --*/
/*-- team --*/
.team h3,.services h3,.testimonials h3,.gallery h3,h3.title,.mail h3{
	font-size: 18px;
	color: #ffee63;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}
p.sint{
	color:#999;
	line-height: 0.2em;
	text-align:center;
	position:relative;
	padding-bottom:1em;
	font-weight: 500 !important;
}
p.sint:after{
	content: '';
	background: #ffee63;
	height: 1px;
	width: 15%;
	left: 42.5%;
	position: absolute;
	bottom: 0%;
}
p.sint span:before,p.sint span:after{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border: 1px solid #ffe61e;
/*-- agileits --*/
	border-radius: 25px;
	bottom: -8%;
}
p.sint span:before{
	left:42%;
}
p.sint span:after{
	right:42%;
}
.team-grids{
	margin:3em 0 0;
}
.team-grid1{
	position:relative;
	overflow: hidden;
}
.team-grid1 .p-mask{
    position: absolute;
    bottom: -38px;
    width: 100%;
    padding: 12px 10px;
    background: url(../images/muiten.png)center top no-repeat;
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-35px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    margin-top: 10px;
}
.team-grid1 .event-meta {
    opacity: 0;
    -moz-opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.team-grid:hover .event-meta {
    opacity: 1;
    -moz-opacity: 1;
}
.team-grid:hover .p-mask {
    transform: translateY(-65%);
    -moz-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    -webkit-transform: translateY(-65%);
}
/*-- w3layouts --*/
.event-meta h4{
	color: #ffffff;
	font-size: 15px;
	margin:1em 0 0em;
	text-transform:capitalize;
	line-height: 27px;
}
.p-mask p{
	padding-top: 11px;
	color: #333;
	line-height: 20px;
	/* font-size: 11px; */
}
.team-grid h5{
	font-size:1.2em;
	color:#FFFFFF;
	margin:1em 0;
	text-align:center;
}
.team-grid h5 span{
	display: block;
    color: #999;
    font-size: .8em;
    margin: .5em 0 0;
}
.team-grid{
	text-align:center;
	margin-bottom: 25px;
}
ul.social li{
	display:inline-block;
	margin:0 0.1em;
}
.social a {
	position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    z-index: 2;
/*-- agileits --*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.social a:hover {
  color: #fff;
}
.social a:hover .tooltip {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
.social a:active {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
}
.social .tooltip {
  opacity: 0;
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: 1;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.social .tooltip span {
  position: relative;
  left: -50%;
  padding: 6px 8px 5px 8px;
  border-radius: 3px;
  color: #fff;
  font-size: .7rem;
  line-height: 1;
  z-index: 1;
  background: #565656;
    color: #fff;
}
.social .tooltip span:after {
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top-color: #565656;
}
.social i {
  position: relative;
  top: 1px;
  font-size: 1.5rem;
  border-radius: 65%;
  -webkit-border-radius: 65%;
  -moz-border-radius: 65%;
  -o-border-radius: 65%;
  -ms-border-radius: 65%;
}
.social li a.social-twitter i{
	background:url(../images/img-sp.png) no-repeat -25px 11px #3D99DC;
    display: block;
    width: 40px;
    height: 40px;
}
.social li a.social-google i{
	background:url(../images/img-sp.png) no-repeat -63px 10px #3D99DC;
    display: block;
    width: 40px;
    height: 40px;
}
.social li a.social-facebook i{
	background: url(../images/img-sp.png) no-repeat 8px 11px #3D99DC;
    display: block;
    width: 40px;
    height: 40px;
}
.social li a.social-pinterest i{
	background:url(../images/img-sp.png) no-repeat -93px 11px #3D99DC;
    display: block;
    width: 40px;
    height: 40px;
}
.social li a.social-instagram i{
	background:url(../images/img-sp.png) no-repeat -129px 9px #3D99DC;
    display: block;
    width: 40px;
    height: 40px;
}
.team,.testimonials{
    background: #fff;
}
h3.team-heading {
    color: #333;
    padding-bottom: 14px;
    text-transform: uppercase;
    background: url(../images/hr2.png)left bottom no-repeat;
    font-family: Semibold;
    text-align: left;
}
/*-- //team --*/
/*-- services --*/
.services-grids:nth-child(3) {
	margin:3em 0;
}
.services-grid {
    text-align: center;
}
.service-icon {
	position:relative;
	padding:1.5em 0 1em;
}
.services-grid i{
	font-size: 2em;
    color:#9C9C9C;
}
.services-grid:hover i{
	color:#212121;
}
.service-icon:after {
	content: '';
	background: #ffee63;
	width: 5%;
	height: 2px;
	position: absolute;
	left: 47%;
	bottom: 0%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.service-icon h4{
	font-size:2em;
	color:#212121;
}
.services-grid p{
	color:#999;
	line-height:1.8em;
	margin:2em 0;
}
.link {
	outline: none;
	text-decoration: none;
	position: relative;
	font-size: 1.6em;
	line-height: 1.5;
	display: inline-block;
}
/* Yaku */
.link--yaku {
	color:#212121;
	font-family: 'Cardo', serif;
	text-transform: uppercase;
	overflow: hidden;
	padding: 0;
}

.link--yaku::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	border-width:1px 0;
	border-color: #282828;
	border-style: solid;
	left: 0;
	-webkit-transform: translate3d(-101%,0,0);
	transform: translate3d(-101%,0,0);
	-o-transform: translate3d(-101%,0,0);
	-ms-transform: translate3d(-101%,0,0);
	-moz-transform: translate3d(-101%,0,0);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-o-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
}

.services-grid:hover .link--yaku::before {
	-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);
	border-color:#3D99DC;
}

.link--yaku span {
	display: inline-block;
	position: relative;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-moz-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-o-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-ms-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-webkit-transition: -webkit-transform 0.5s, color 0.5s;
	transition: transform 0.5s, color 0.5s;
	-moz-transition: transform 0.5s, color 0.5s;
	-o-transition: transform 0.5s, color 0.5s;
	-ms-transition: transform 0.5s, color 0.5s;
}

.services-grid:hover .link--yaku span {
	color:#3D99DC;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	transform: perspective(1000px) rotate3d(0,1,0,360deg);
	-moz-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	-o-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	-ms-transform: perspective(1000px) rotate3d(0,1,0,360deg);
}

.link--yaku span:nth-child(4),
.link--yaku:hover span:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
}

.link--yaku span:nth-child(3),
.link--yaku:hover span:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
}

.link--yaku span:nth-child(2),
.link--yaku:hover span:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
}

.link--yaku span:first-child,
.link--yaku:hover span:nth-child(4) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
}

/* Media Queries */
@media screen and (max-width: 50em) {
	.link--surinami { font-size: 3em; }
}

@media screen and (max-width: 42em) {
	.link--takiri { font-size: 3.5em; }
	.link--kukuri { font-size: 3.5em; }
	.link--nukun { font-size: 3.5em; }
	.link--kumya { font-size: 3em; }
	.link--manko { font-size: 3.5em; }
	.link--urpi { font-size: 5em; }
	.link--mallki { font-size: 3.5em; }
	.link--ilin { font-size: 5em; }
	.link--asiri { -webkit-transform: scale3d(0.65,0.65,1); transform: scale3d(0.65,0.65,1); }
	.link--yaku { font-size: 2em; }
}
/*-- button --*/
.hover-translate {
    overflow: hidden;
    position: relative;
    transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-o-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
}
.hover {
    background-color:#B83911;
    border: none;
    cursor: pointer;
    Outline: none;
    color: #fff;
    display: block;
    width: 200px;
    font-size: 1.2em;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-family: 'Cardo', serif;
	text-decoration:none;
}
.hover-translate:before {
    background:#D6491C;
    bottom: 3px;
    content: "";
    left: 3px;
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.services-grid:hover .transtale-left:before,.transtale-left:hover:before, .transtale-left:focus:before {
    -moz-transform: translateX(-88%) scale(0.8);
    -o-transform: translateX(-88%) scale(0.8);
    -ms-transform: translateX(-88%) scale(0.8);
    -webkit-transform: translateX(-88%) scale(0.8);
    transform: translateX(-88%) scale(0.8);
}
.hover:hover {
    color: #fff;
}
/*-- //services --*/
/*-- testimonials --*/
.testimonials-grids {
    width: 80%;
    margin: 3em auto 0;
}
.testimonials-grid-right p{
	position:relative;
	color:#999;
	line-height:1.8em;
	margin-bottom:1em;
}
.testimonials-grid-right p{
	padding-left:3em;
}
.testimonials-grid-right h4{
	padding-left:2.1em;
}
.testimonials-grid-right p:before{
	content: '';
    background: url(../images/img-sp.png) no-repeat -4px -36px;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0%;
    top: 0%;
}
.testimonials-grid-right h4{
	font-size:1.2em;
	color:#D6491C;
}
.testimonials-grid-left img {
    margin: 0 auto;
}
/*-- wmuslider --*/
 #rxemtatca a{
 padding-right: 18px;
 font-size: 15px;
 font-style: italic;
 }
 #itron{
color:#5a5a5a;
 }
 #rowdc{
 background: url(../images/contact-icons.png)left top no-repeat;
 font-size: 13px;
 line-height: 20px;
 padding-left: 56px;
 }
 #rowdc h2{
font-size: 18px;
color: #c93428;
padding-bottom: 10px;
 }
 
  #rowdc2{
 background: url(../images/phone-icon.png)left top no-repeat;
 font-size: 13px;
 line-height: 20px;
 padding-left: 67px;
 min-height: 60px;
 }
 #rowdc2 h2{
font-size: 18px;
color: #c93428;
padding-bottom: 10px;
 }
 
  #rowdc3{
 background: url(../images/mail-icon.png)left top no-repeat;
 font-size: 13px;
 line-height: 20px;
 padding-left: 85px;
 min-height: 61px;
 }
 #rowdc3 h2{
font-size: 18px;
color: #c93428;
padding-bottom: 10px;
 }
 
  #rten3{
 background: #f0f0f0;
 border-bottom: 4px solid #d4d4d4;
 line-height: 13px;
 padding: 16px 11px;
 font-size: 13px;
 text-transform: uppercase;
 letter-spacing: 0.1px;
 }
 #rten3:hover{
  background: #ff6600;
  color: #fff;
  border-bottom: 4px solid #ec6206;
 }
 
 #rten2{
 background: #f0f0f0 url(../images/marker-button.png)right 5px center no-repeat;
 border-bottom: 4px solid #d4d4d4;
 line-height: 13px;
 padding: 10px 0px 10px 10px;
 color: #333;
 }
 #rten2:hover{
  background: #ff6600 url(../images/marker-button-hover.png)right 0px center no-repeat;
  color:#fff;
  border-bottom: 4px solid #de5b04;
 }
#rxemtatca{
    background: url(../images/icon12.png)right center no-repeat;
	text-align:right;
}
#rdt1{background:#c73a22;padding: 23px 0;}
#slide{
    /* position: absolute; */
    /* z-index: 1; */
}
#rdt1{
    text-align: center;
}

#rdt1 ul li{

display: inline-block;

padding: 0 10px;
}
#rdt2{

text-align: center;

background: url(../images/page-01_parallax01.jpg);

height: 310px;

padding-top: 40px;
}
#rdt2 form{

margin-top: 24px;
}
#rdt2 form input{

background: rgba(255, 255, 255, 0.69);

border: none;

padding: 5px;

margin-right: 3px;

font-size: 13px;
}
#rsubmit{

background: #ffba00;

border: none;

padding: 5px 10px;

color: #fff;

font-size: 13px;
}
#trop{
    position: absolute;
    z-index: 9999;
    top: 540px;
    width: 80%;
    left: 10%;
}
#rdt3 h2{

}
#rdt3{/* background: url(../images/bg-image-5.jpg); */padding-left: 20px;padding-bottom: 15px;}
#rdt3 h2 span{

padding-left: 12px;

font-size: 13px;
}
#rdt3 h2{

font-size: 22px;

margin-bottom: 10px;
}
#rdt3 a{
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    margin-top: -1px;
    line-height: 1.2;
    text-align: left;
    font-family: 'Exo';
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 0px;
    padding: 0 6px;
}
#trop img{
height: 127px;
    width: 100%;
    border: 2px solid #fff;
}
#rowcon{background: #fff;padding: 0 10px 10px 10px;}
h3.team-heading span{/* border-bottom: 1px solid #b9b9b9; *//* padding-bottom:10px; */font-size: 21px;}