/* CSS Document */

@font-face {
    font-family: 'Helvetica-LT-Std';
    src: url('../fonts/HelveticaLTStd-Cond.eot');
    src: url('../fonts/HelveticaLTStd-Cond.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaLTStd-Cond.woff2') format('woff2'),
        url('../fonts/HelveticaLTStd-Cond.woff') format('woff'),
        url('../fonts/HelveticaLTStd-Cond.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-LT-Std-Bold';
    src: url('../fonts/HelveticaLTStd-BoldCond.eot');
    src: url('../fonts/HelveticaLTStd-BoldCond.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaLTStd-BoldCond.woff2') format('woff2'),
        url('../fonts/HelveticaLTStd-BoldCond.woff') format('woff'),
        url('../fonts/HelveticaLTStd-BoldCond.ttf') format('truetype'),
        url('../fonts/HelveticaLTStd-BoldCond.svg#HelveticaLTStd-BoldCond') format('svg');
    font-weight: bold;
    font-style: normal;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, sub,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: 'Roboto', sans-serif;
    color: #333;
}

html, body {
	height: 100%;
}

ol, ul {
	list-style: none;
}

a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none !important;
}

a,
button{
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}



/*  General   */

.container {
	position: relative;
}

.clear {
	clear: both;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Helvetica-LT-Std';
    font-family: 'Helvetica-LT-Std-Bold';
}



/*############################# HEADER #############################*/

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 35px 0;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

#header.active {
    background: rgba(62,62,61,0.85);
    padding: 15px 0;
}

#header .navbar {
    float: left;
    margin: 30px 0 0 -10px;
}

#main-menu {
    font-family: 'Helvetica-LT-Std';
    font-weight: bold;
    text-transform: uppercase;
}

#main-menu li {
    padding: 0 10px;
}

#main-menu li a {
    position: relative;
    color: #FFF;
    padding: 0;
    font-size: 22px;
}

#main-menu .dropdown-menu li a {
    color: #e9792b;
}

#main-menu li a:hover,
#main-menu li a:focus,
#main-menu li a:active {
    background: none;
}

#main-menu li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#main-menu li > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#header .social {
    text-align: right;
    padding: 27px 0 0 0;
}

#header .social li {
    display: inline-block;
    padding: 0 0 0 6px;
}

#header .social li img {
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

#header .social li:hover img {
    margin: -8px 0 0 0;
}

#header .navbar-toggle {
    border: 1px solid #FFF;
}

#header .navbar-toggle span {
    background: #FFF;
}




/*############################# CONTENT #############################*/

#content {
    position: relative;
    width: 100%;
}

.main-slider {
    position: relative;
}

.main-slider .owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: 99;
    margin: -36px 0 0 0;
}

.main-slider .owl-carousel .owl-nav .owl-prev,
.main-slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    display: inline-block;
    background: url('../img/main-slider-nav.png');
    width: 39px;
    height: 71px;
    text-indent: -9999em;
    overflow: hidden;
}

.main-slider .owl-carousel .owl-nav .owl-prev {
    left: 20px;
}

.main-slider .owl-carousel .owl-nav .owl-next {
    background-position: -39px 0;
    right: 20px;
}

.main-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: cover!important;
}

.main-banner.style1 {
    background: url('../img/banner-img1.jpg') center no-repeat;
}

.main-banner.style2 {
    background: url('../img/slider-img1.jpg') center no-repeat;
}

.main-banner.style3 {
    background: url('../img/banner-img2.jpg') center no-repeat;
}

.main-banner.style4 {
    background: url('../img/banner-img3.jpg') center no-repeat;
}

.main-banner.style5 {
    background: url('../img/banner-img4.jpg') center no-repeat;
}

.main-banner.style6 {
    background: url('../img/banner-img5.jpg') center no-repeat;
}

.main-banner.style7 {
    background: url('../img/banner-img6.jpg') center no-repeat;
}

.main-banner.style8 {
    background: url('../img/banner-img7.jpg') center no-repeat;
}

.main-banner.style9 {
    background: url('../img/banner-img8.jpg') center no-repeat;
}

.main-banner.style10 {
    background: url('../img/banner-img9.jpg') center no-repeat;
}

.main-banner.style11 {
    background: url('../img/banner-img10.jpg') center no-repeat;
}

.main-banner.style12 {
    background: url('../img/banner-img11.jpg') center no-repeat;
}

.main-banner .text {
    position: absolute;
    right: 30px;
    bottom: 120px;
    width: 420px;
    text-align: right;
}

.main-banner.style3 .text,
.main-banner.style4 .text,
.main-banner.style5 .text {
    width: 485px;
}

.main-banner .text h1 {
    color: #FFF;
    font-size: 37px;
    text-transform: uppercase;
}

.main-banner .text p {
    color: #FFF;
    font-size: 18px;
    line-height: 21px;
    padding: 10px 0 0 0;
    font-weight: 300;
}

.main-banner .text a {
    font-size: 20px;
    color: #FFF;
    /* background: linear-gradient(-90deg, #ac5c28, #d87f2d); */
    display: inline-block;
    padding: 0 10px;
    height: 42px;
    margin: 20px 0 0 0;
}

.main-banner .text a span {
    /* background: #FFF; */
    display: inline-block;
    width: 45px;
    height: 42px;
    text-align: center;
    line-height: 40px;
    margin: 0 -10px 0 0;
}

.inner {
    padding: 30px 0;
}

.inner p,
.inner li {
    font-size: 19px;
    font-weight: 300;
    line-height: 22px;
    padding: 0 0 20px;
}

.inner ul {
    padding: 0 0 20px;
}

.inner li {
    background: url('../img/list-icon.png') left 4px no-repeat;
    padding: 0 0 0 20px;
}

.inner p.large {
    font-weight: bold;
    font-size: 21px;
    line-height: 24px;
}

.contact {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0,0,0,0.7);
    display: none;
    overflow: auto;
}

.contact .close-button {
    position: absolute;
    right: 60px;
    top: 25px;
    text-align: center;
}


.contact .close-button span {
    display: block;
    font-size: 13px;
    color: #FFF;
    padding: 0 0 5px;
}

.contact h2 {
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    padding: 30px 0 0 0;
}

.contact .form,
.inner-form .form {
    width: 580px;
    margin: 30px auto 20px;
    background: #FFF;
    border-radius: 15px;
    padding: 10px 25px 15px;
}

.inner-form .form {
    box-shadow: 0px 0px 7px #333;
}

.inner-form.col .form {
    width: 100%;
}

.contact .form p,
.inner-form .form p {
    font-size: 22px;
    color: #333333;
    font-weight: 300;
    text-align: center;
    padding: 0 0 10px;
}

.contact .form input,
.contact .form textarea,
.inner-form .form input,
.inner-form .form textarea{
    width: 100%;
    border: none;
    border-radius: 10px;
    margin: 0 0 13px;
    height: 53px;
    line-height: 53px;
    padding: 0 20px;
    font-weight: 300;
    font-size: 18px;
    color: #333333;
    background: #e2e2e2;
    border-radius: 5px;
}

.contact .form textarea,
.inner-form .form textarea {
    height: 120px;
    line-height: 20px;
    padding: 10px 20px;
}

.inner-form.col .form textarea {
    height: 160px;
}

.form ::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}

.form ::-moz-placeholder {
    color: #333333;
    opacity: 1;
}

.form :-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}

.form :-moz-placeholder {
    color: #333333;
    opacity: 1;
}

.contact .form button,
.inner-form .form button,
button.deploy-contact {
    border: none;
    height: 44px;
    line-height: 44px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 23px;
    font-family: 'Helvetica-LT-Std';
    background: linear-gradient(-90deg, #ac5c28, #d87f2d);
    padding: 0 40px;
}
.orumi-icon-button {
    width: 45px !important;
    float: right;
    margin-left: 20px;
}
.contact .data,
.inner-form .data {
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 23px;
}

.inner-form .data {
    color: #585857;
    font-weight: bold;
}

.contact .data span,
.inner-form .data span{
    padding: 0 10px;
}

.contact .data span img,
.inner-form .data span img {
    margin: -4px 0 0 0;
}

.contact .social {
    text-align: center;
}

.contact .social li {
    display: inline-block;
    padding: 20px 4px 10px;
}

#contact-section {
    position: relative;
    display: block;
    background: #FFF;
    padding: 20px 0 40px;
    display: none;
}

#contact-section h2 {
    color: #333;
    font-size: 30px;
}

#contact-section .form {
   box-shadow: 0px 0px 7px #333;
}

#contact-section .data {
    color: #333;
}

#contact-section .close-button {
    top: auto;
    bottom: 25px;
}

#contact-section .close-button span {
    color: #333;
}

.main-banner.large .text {
    width: 50%;
    bottom: auto;
    top: 40%;
}

.small-slider {
    width: 100%;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../img/inner-slider-bg.jpg') left center no-repeat;
}

.small-slider .text {
    float: left;
    width: 55%;
    color: #333333;
    padding: 38px 70px;
}

.small-slider .text h3 {
    font-size: 30px;
    text-transform: uppercase;
    padding: 0 0 20px;
}

.small-slider .text p {
    font-size: 19px;
    line-height: 22px;
    padding: 0 0 20px;
    font-weight: 300;
}

.small-slider .text p:last-child {
    padding: 0;
}

.small-slider .slider {
    float: left;
    width: 45%;
}

.small-slider.wide {
    background: url('../img/inner-slider-bg-right.jpg') right center no-repeat;
}

.small-slider.wide .text h3 {
    font-size: 38px;
    font-weight: bold;
}


.small-slider.wide .slider {
    width: 55%;
}

.small-slider .owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    width: 100%;
    z-index: 99;
    margin: -36px 0 0 0;
}

.small-slider .owl-carousel .owl-nav .owl-prev,
.small-slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    display: inline-block;
    background: url('../img/inner-slider-nav.png');
    width: 32px;
    height: 53px;
    text-indent: -9999em;
    overflow: hidden;
}

.small-slider .owl-carousel .owl-nav .owl-prev {
    left: 20px;
}

.small-slider .owl-carousel .owl-nav .owl-next {
    background-position: -32px 0;
    right: 20px;
}

.small-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
}

.small-slider .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    background: rgba(255,255,255,0.6);
}

.small-slider .owl-dots .owl-dot.active span {
    position: absolute;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    top: 5px;
    left: 5px;
    background: #000;
}


.items {
    text-align: center;
    clear: both;
    padding: 45px 0;
    overflow: hidden;
}

.items.style1 {
    background: #000;
}

.items.style1 figure {
    border-radius: 100%;
    height: 110px;
    width: 110px;
    line-height: 110px;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

.items.style1 figure:hover {
    box-shadow: 0px 0px 7px #FFF;
}

.items.style2 {
    background: #330953;
}

.items h2 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 40px;
    padding: 0 0 40px;
}

.items.style2 h2 {
    font-size: 32px;
}

.items.style2 figure {
    border-radius: 100%;
    background: #330953;
    height: 110px;
    width: 110px;
    line-height: 110px;
    box-shadow: 0px 0px 7px #9862c3;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

.items.style2 figure:hover {
    box-shadow: 0px 0px 7px #FFF;
}

.items.style2 figure img {
    border-radius: 11px;
}

.items.small figure img {
    border-radius: 11px;
}

.items li {
    display: inline-block;
}

.items.style1 li {
    padding: 0 35px;
}

.items p {
    color: #FFF;
    font-size: 17px;
    padding: 15px 0 0 0;
}

.items.style2 li {
    padding: 0 35px;
}

.items.small p {
    font-size: 14px;
}

.full-video {
    width: 100%;
}

.full-video iframe {
    width: 100%;
    height: 758px;
}

.section {
    position: relative;
    width: 100%;
    clear: both;
    padding: 40px 0;
}

.section h2 {
    text-transform: uppercase;
    font-size: 33px;
    text-align: center;
}

.banner2 {
    position: relative;
    width: 100%;
    min-height: 685px;
    margin: 30px 0 0 0;
    background: url('../img/banner2-bg.jpg') center no-repeat;
    text-align: center;
}

.banner2 h2 {
    font-size: 50px;
    font-weight: bold;
    color: #FFF;
    padding: 170px 0 60px 0;
}

.banner2 ul {
    padding: 10px 0 0 0;
}

.banner2 ul li {
    display: inline-block;
    padding: 0 30px 20px;
    font-size: 22px;
    color: #FFF;
    font-weight: 300;
    background: url('../img/icon-logo-small.png') left 0px no-repeat;
}

.banner2 ul li a {
    position: relative;
    padding: 0 0 0 20px;
    color: #FFF;
}

.banner2 ul li a:hover {
    font-weight: bold;
}

.banner2 ul li a:before {
  content: "";
  position: absolute;
  height: 3px;
  bottom: -5px;
  left: 50px;
  right: 30px;
  background-color: #FFF;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.banner2 ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.boxes {
    position: relative;
    width: 100%;
    margin: 0 -0.15%;
    margin: 30px 0 0 0;
}

.boxes .box {
    float: left;
    width: 24.7%;
    margin: 0 0.15% 0 0.15%;
}

.boxes .box img {
    width: 100%;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

.boxes .box:hover img {
    opacity: 0.7;
}

.brands {
    padding: 30px 0 0 0;
    text-align: center;
}

.brands li {
    display: inline-block;
    padding: 0 14px;
}

.small-boxes {
    padding: 30px 0 0 0;
}

.small-boxes .box {
    background: #941b80;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 0 15px;
    box-shadow: 0px 0px 7px #333;
}

.small-boxes .box h3 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    padding: 5px 20px;
}

.small-boxes .box h4 {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    font-family: 'Roboto', sans-serif;
    padding: 3px 0 7px;
}

.small-boxes .box h4 span {
    color: #941c80;
}

.small-boxes .box h3 span {
    position: absolute;
    right: 20px;
    top: 8px;
    font-size: 15px;
    font-weight: 300;
    text-transform: none;
}

.small-boxes .box .border {
    background: #FFF;
    overflow: hidden;
    border-radius: 12px;
    padding: 10px 20px;
}

.small-boxes .box .border p {
    font-size: 13px;
    padding: 0 15px 0 0;
}

.small-boxes .box .large {
    font-size: 32px;
    font-weight: normal;
    float: right;
    padding: 20px 0 0 0;
}

.small-boxes .box small {
    font-size: 11px;
    font-style: italic;
    display: block;
    padding: 12px 0 0 0;
}

#arrow-top {
    position: fixed;
    right: 70px;
    bottom: 100px;
    z-index: 999;
    display: none;
}


/*############################# FOOTER #############################*/


#footer {
    position: relative;
    width: 100%;
    background: #3e3e3d;
    text-align: center;
    padding: 30px 0 30px;
    clear: both;
}

#footer .logo {
    width: 180px;
}

#footer .social {
    padding: 18px 0;
}

#footer .social li {
    display: inline-block;
    padding: 0 6px;
}

#footer p {
    color: #FFF;
    font-size: 16px;
}

.service-icon, .effect-icon {
    display: inline-block;
    transform: translateY(80px) rotate(90deg);
}
.fadeUp {
    transform: translateY(0px) rotate(0deg);
    transition: transform 1s;
}

.form2go-response-errors {
    color: red
}

.ivi-response-success {
    color: green;
    font-size: 23px;
}