/* Index Corporate 2 */

/*--------------------------------*/
/* FULL WIDTH ANIMATED LAYERS 004
/*--------------------------------*/
#fw_al_004 {
 overflow: hidden;
 position: relative;
 background: #000000;
}
#fw_al_004:hover {
 cursor: -moz-grab;
 cursor: -webkit-grab;
}
#fw_al_004:active {
 cursor: -moz-grabbing;
 cursor: -webkit-grabbing;
}
#fw_al_004 > .carousel-inner > .item > img, 
#fw_al_004 > .carousel-inner > .item > a > img {
 opacity: 0.4;
 margin: auto;
 width: 100% !important;
}
.fw_al_004_overlay:before {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 0;
 background: rgba(0,0,0,0.50);
}
/*---------- ZOOM EFFECT ----------*/
.ps_zoom_i {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
.ps_zoom_i .item {
 top: 0;
 z-index: -1;
 opacity: 0;
 width: 100%;
 position: absolute;
 left: 0 !important;
 display: block !important;
 -webkit-transform: scale(3);
 transform: scale(3);
 -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0s, opacity cubic-bezier(0.230, 1.000, 0.320, 1.000) 1.5s;
 transition: transform 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0s, opacity cubic-bezier(0.230, 1.000, 0.320, 1.000) 1.5s;
}
.ps_zoom_i .item:first-child {
 top: auto;
 position: relative;
}
.ps_zoom_i .item.active {
 opacity: 1;
 z-index: 2;
 -webkit-transform: scale(1);
 transform: scale(1);
 -webkit-transition: -webkit-transform 1.5s ease-in-out 0s, opacity ease-in-out 1.5s;
 transition: transform 1.5s ease-in-out 0s, opacity ease-in-out 1.5s;
}
/*---------- INDICATORS CONTROL ----------*/
.ps_indicators_numb_long > .carousel-indicators {
 bottom: 60px;
 cursor: e-resize;
 overflow-x: auto;
 line-height: 80px;
 overflow-y: hidden;
 white-space: nowrap;
}
.ps_indicators_numb_long > .carousel-indicators li {
 width: 30px;
 height: 2px;
 text-indent: 0;
 line-height: 0;
 color: #ffffff;
 font-size: 14px;
 background: rgba(255,255,255,0.5);
 border: none; /* set color #000000 */
 font-family: 'Open Sans', sans-serif;
 -webkit-border-radius: 0;
 border-radius: 0;
 -webkit-font-smoothing: antialiased;
 -webkit-transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
 transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
 /* [disabled]-webkit-box-shadow: 0 0 0 1px rgba(255,255,255,0.8);
*/
 /* [disabled]box-shadow: 0 0 0 1px rgba(255,255,255,0.8);
*/
}
.ps_indicators_numb_long > .carousel-indicators li span {
 opacity: 0;
 top: -20px;
 left: -25px;
 position: relative;
}
.ps_indicators_numb_long > .carousel-indicators .active {
 width: 30px;
 margin: 1px;
 height: 2px;
 text-indent: 0;
 background: #ffffff;
 border: none; /* set color #000000 */
 /* [disabled]-webkit-box-shadow: 0 0 0 1px #ffffff;
*/
 /* [disabled]box-shadow: 0 0 0 1px #ffffff;
*/
}
.ps_indicators_numb_long > .carousel-indicators .active span {
 left: 0;
 opacity: 1;
 -webkit-transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
 transition: all 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}
.ps_indicators_numb_long > .carousel-indicators::-webkit-scrollbar {
 height: 5px;
}
.ps_indicators_numb_long > .carousel-indicators::-webkit-scrollbar-thumb {
 background: rgba(255, 255, 255, 0.8);
 -webkit-border-radius: 0;
 border-radius: 0;
}
/*---------- LEFT/RIGHT CONTROL ----------*/
.ps_control_xlongicon .carousel-control {
 top: 43%;
 opacity: 0;
 width: 45px;
 height: 45px;
 z-index: 100;
 color: #ffffff;
 display: block;
 cursor: pointer;
 overflow: hidden;
 line-height: 45px;
 text-shadow: none;
 position: absolute;
 font-weight: normal;
 background: transparent;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
 transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
}
.ps_control_xlongicon:hover .carousel-control {
 opacity: 1;
}
.ps_control_xlongicon .carousel-control.left {
 left: 1%;
}
.ps_control_xlongicon .carousel-control.right {
 right: 1%;
}
.ps_control_xlongicon .carousel-control.left:hover, 
.ps_control_xlongicon .carousel-control.right:hover {
 color: #ffffff;
}
.ps_control_xlongicon .carousel-control.left span:nth-child(1) {
 margin-right: 0;
}
.ps_control_xlongicon .carousel-control.right>span:nth-child(1) {
 margin-left: 0;
}
/*---------- SLIDE CAPTION ----------*/
.fw_al_004_slide {
 left: 0;
 top: 25%;
 right: 0;
 margin: auto;
 position: absolute;
 text-align: left;
 padding: 10px 85px;
}
.fw_al_004_slide_right {
 text-align: right;
}
.fw_al_004_slide > h1 {
 padding: 0;
 color: #ffffff;
 font-size: 70px;
 font-weight: 700;
 font-style: normal;
 line-height: 84px;
 margin-bottom: 30px;
 letter-spacing: 1px;
 display: inline-block;
 text-transform: uppercase;
 -webkit-animation-delay: 0.7s;
 animation-delay: 0.7s;
}
.fw_al_004_slide > p {
 padding: 0;
 color: #ffffff;
 font-size: 20px;
 line-height: 24px;
 font-style: italic;
 font-weight: normal;
 margin-bottom: 40px;
 letter-spacing: 1px;
 -webkit-animation-delay: 1.1s;
 animation-delay: 1.1s;
}
.fw_al_004_slide > a:nth-child(3) {
 color: #ffffff;
 cursor: pointer;
 font-weight: 600;
 font-size: 10px;
 line-height: 13px;
 margin-right: 10px;
 text-align: center;
 padding: 17px 30px;
 white-space: nowrap;
 letter-spacing: 1px;
 background: #47494D;
 display: inline-block;
 text-decoration: none;
 text-transform: uppercase;
 border-style: none none solid;
 -webkit-font-smoothing: antialiased;
 border-bottom: 2px solid rgba(0,0,0,0.2);
 -webkit-border-radius: 0px;
 border-radius: 0px;
 -webkit-animation-delay: 1.5s;
 animation-delay: 1.5s;
 -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
 transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.fw_al_004_slide > a:nth-child(4) {
 color: #ffffff;
 cursor: pointer;
 font-weight: 600;
 font-size: 10px;
 line-height: 13px;
 margin-left: 10px;
 text-align: center;
 padding: 17px 30px;
 white-space: nowrap;
 letter-spacing: 1px;
 background: #BF9865;
 display: inline-block;
 text-decoration: none;
 text-transform: uppercase;
 border-style: none none solid;
 -webkit-font-smoothing: antialiased;
 border-bottom: 2px solid rgba(0,0,0,0.2);
 -webkit-border-radius: 0px;
 border-radius: 0px;
 -webkit-animation-delay: 2s;
 animation-delay: 2s;
 -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
 transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.fw_al_004_slide > a:hover, 
.fw_al_004_slide > a:active {
 color: #ffffff;
 background: #222222;
 -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
 transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
p {
 color: #A8A8A8;
 font-size: 15px;
 line-height: 25px;
}
.service-7 .box-u, 
.service-7 .box-r {
 background-color: transparent;
}
.service-7 .box-u i, 
.service-7 .box-r i {
 color: #BF9865;
 font-size: 25px;
}
.service-7 .service-title {
 font-size: 11px;
 color: #a8a8a8;
 text-transform: uppercase;
 font-weight: 600;
 letter-spacing: 1px;
}
.service-7 .service-sub-title {
 font-size: 10px;
 color: #a8a8a8;
 text-transform: uppercase;
 font-weight: 400;
 letter-spacing: 1px;
}
.service-7 .box-u .number-1 {
 font-family: 'Open Sans', sans-serif;
 position: absolute;
 top: -40px;
 font-size: 220px;
 left: 30px;
 color: rgba(113,113,113,0.30);
 font-weight: 600;
 z-index: -1;
}
.service-7 span {
 font-size: 12px;
 color: #A8A8A8;
 letter-spacing: 1px;
}
.service-5 .icon-box > .icons {
 width: 50px;
 height: 50px;
 line-height: 50px;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 -ms-border-radius: 2px;
 -o-border-radius: 2px;
 border-radius: 2px;
 color: #9A9A9A;
 font-size: 20px;
 background-color: #333;
}
.service-5 .icon-box > .icons:after {
 background-color: #000;
 width: 50px;
 height: 50px;
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 -ms-border-radius: 2px;
 -o-border-radius: 2px;
 border-radius: 2px;
}
.service-5 .icon-box-animaiton:hover .icon-box > .icons:before {
 color: #F0B05D;
}
.service-5 .icon-box-animaiton h3 {
 text-transform: uppercase;
 font-size: 14px;
 font-weight: 600;
 letter-spacing: 1px;
}
.counter-3-wrap .counter-number {
 display: inline-block;
 font-size: 55px;
 font-weight: 100;
 margin-top: 10px;
 letter-spacing: 1px;
 color: #BF9865;
}
.counter-3-wrap .counter-text {
 color: #C6C6C6;
 font-size: 11px;
 text-transform: uppercase;
 display: block;
 margin-top: 5px;
 letter-spacing: 1px;
 text-indent: 2px;
 margin-bottom: 10px;
}
.counter-3-wrap .counter-text i {
 font-size: 14px;
}
.bg-dark-op {
 background-color: rgba(0,0,0,0.80);
}
.tabs-header {
 display: block;
}
.tabs-1 #tabs-scale li a {
 padding: 20px;
 background-color: transparent;
 margin: 0 3px;
 font-size: 11px;
 letter-spacing: 2px;
 text-transform: uppercase;
 font-weight: 700;
 opacity: 0.80;
 color: #CBCBCB;
}
.tabs-1 #tabs-scale li a:hover {
 color: #000;
 background-color: transparent;
 border-color: #fff #fff #919191;
}
.tabs-1 .tabulous_active {
 color: #000;
 border-color: #fff #fff #212121 !important;
}
.rlAccordion > h3 {
 font-size: 18px;
 margin: 0 auto 10px auto;
 padding: 20px;
 background-color: transparent;
 color: #000;
}
.rlAccordion > h3:hover {
 background-color: #333;
 color: #fff;
}
.rlAccordion > h3 > span {
 color: #181818;
}
.address {
 position: relative;
 padding-left: 50px
}
.address-icon {
 position: absolute;
 top: 60px;
 left: 0;
 color: #D2D2D2;
 font-size: 35px
}
.address-txt {
 padding-top: 10px;
 padding-right: 0;
 padding-left: 30px;
 padding-bottom: 15px;
 border-left: 1px solid #E5E5E5;
}
.tabs-1 .number {
 padding: 40px;
 font-size: 13px;
 color: #000;
 text-transform: uppercase;
 letter-spacing: 0;
 float: left;
 border: 5px solid #eee;
 margin-right: 35px;
 font-weight: 600;
 margin-top: 25px;
 margin-bottom: 30px;
 margin-left: 0px;
 text-align: center;
}
.tabs-1 #tabs_container div {
 margin-right: 40px;
 height: auto;
 margin-left: 40px;
 padding-bottom: 220px;
}
.tabs-1 .title {
 font-size: 30px;
 text-transform: capitalize;
 letter-spacing: 1px;
 color: #161616;
 text-align: left;
 font-weight: 300;
 margin-top: 18px;
}

/* RESPONSIVE */

@media (max-width: 1199px) {
.counter-3-wrap .counter-number { font-size: 45px; }
}

@media all and (max-width: 990px) {
.counter-3-wrap { padding: 10px 0; }
}

@media only screen and (max-width: 480px) {
 /*---------- INDICATORS CONTROL ----------*/
.ps_indicators_numb_long > .carousel-indicators { display: none; }
 
/*---------- LEFT/RIGHT CONTROL ----------*/
.ps_control_xlongicon .carousel-control { display: none; }
 
/*---------- SLIDE CAPTION ----------*/
.fw_al_004_slide,  .fw_al_004_slide.fw_al_004_slide_right { top: 15%; padding: 0; text-align: center; }
.fw_al_004_slide > h1 { font-size: 20px; line-height: 20px; margin-bottom: 10px; }
.fw_al_004_slide > p { font-size: 15px; line-height: 28px; margin-bottom: 10px; }
.fw_al_004_slide > a:nth-child(3),  .fw_al_004_slide > a:nth-child(4) { margin: 0px; font-size: 13px; line-height: 15px; padding: 13px 25px; }
 
/*---------- LEFT/RIGHT CONTROL ----------*/
.ps_control_bround .carousel-control { display: none; }
}

@media (min-width: 481px) and (max-width: 600px) {
 /*---------- INDICATORS CONTROL ----------*/
.ps_indicators_numb_long > .carousel-indicators { display: none; }
 
/*---------- SLIDE CAPTION ----------*/
.fw_al_004_slide > h1 { font-size: 28px; line-height: 28px; text-align: center; margin-bottom: 10px; }
.fw_al_004_slide > p { font-size: 20px; }
.fw_al_004_slide > a:nth-child(3), .fw_al_004_slide > a:nth-child(3), .fw_al_004_slide > a:nth-child(4), .fw_al_004_slide > a:nth-child(4) { margin: 0px; font-size: 13px; line-height: 15px; padding: 13px 25px; }
}

@media (min-width: 601px) and (max-width: 767px) {
/*---------- SLIDE CAPTION ----------*/
.fw_al_004_slide { top: 10%; }
.fw_al_004_slide > h1 { font-size: 35px; line-height: 35px; }
.fw_al_004_slide > p { font-size: 25px; } 
}

@media (min-width: 768px) and (max-width: 889px) {
/*---------- SLIDE CAPTION ----------*/
.fw_al_004_slide > h1 { font-size: 45px; line-height: 45px; }
}

@media (min-width: 890px) and (max-width: 950px) {
/*---------- SLIDE CAPTION ----------*/
.fw_al_004_slide > h1 { font-size: 55px; line-height: 55px; }
}

@media (max-width: 990px) {
 /*---------- INDICATORS CONTROL ----------*/
.ps_indicators_numb_long > .carousel-indicators { bottom: 110px; }
}