.slide-two h1@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamMedium.eot');
    src: url('../fonts/GothamMedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamMedium.woff2') format('woff2'),
        url('../fonts/GothamMedium.woff') format('woff'),
        url('../fonts/GothamMedium.ttf') format('truetype'),
        url('../fonts/GothamMedium.svg#GothamMedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-MediumItalic.eot');
    src: url('../fonts/Gotham-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-MediumItalic.woff2') format('woff2'),
        url('../fonts/Gotham-MediumItalic.woff') format('woff'),
        url('../fonts/Gotham-MediumItalic.ttf') format('truetype'),
        url('../fonts/Gotham-MediumItalic.svg#Gotham-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.eot');
    src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Book.woff2') format('woff2'),
        url('../fonts/Gotham-Book.woff') format('woff'),
        url('../fonts/Gotham-Book.ttf') format('truetype'),
        url('../fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-BookItalic.eot');
    src: url('../fonts/Gotham-BookItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-BookItalic.woff2') format('woff2'),
        url('../fonts/Gotham-BookItalic.woff') format('woff'),
        url('../fonts/Gotham-BookItalic.ttf') format('truetype'),
        url('../fonts/Gotham-BookItalic.svg#Gotham-BookItalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

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

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBold_1.eot');
    src: url('../fonts/GothamBold_1.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamBold_1.woff2') format('woff2'),
        url('../fonts/GothamBold_1.woff') format('woff'),
        url('../fonts/GothamBold_1.ttf') format('truetype'),
        url('../fonts/GothamBold_1.svg#GothamBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

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

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


html {
    scroll-behavior: smooth;
  }

body {
    font-family: 'Gotham Book';
    transition: background 1s ease;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

header {
    padding: 8px 0;
    position: fixed;
    top: 0;
    z-index: 1;
    background: #fff;
    width: 100%;
}

header .navbar-dark .navbar-nav .nav-link {
    color: #696969;
    font-size: 17px;
    text-transform: uppercase
}

header .navbar-dark .navbar-nav .nav-link:hover {
    color: #dda939;
}

header .navbar {
    padding: 0.5rem 1rem
}

header .navbar-expand-md .navbar-nav .nav-link {
    /* padding-right: 1rem; */
    padding-left: 2rem;
    padding-top: 15px;
}

header .logoSize {
    width: 170px;
}

.state-error input {
    background: #fff0f0;
    border-color: #ED4C37;
}

.invalid {
    float: left;
    display: block;
    margin-bottom: 0.5rem;
    /* font-style: normal;
    font-size: 12px; */
    line-height: 15px;
    color: red;
}

button {
    cursor: pointer;
}

.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    position: relative;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    background: #bcc4cf;
    padding: 7px 14px 6px 13px;
    border-radius: 20px;

}

.slide-one {
    position: relative;
    margin-top: 80px;
    padding-bottom: 60px;
    /* background: #f4f7fc; */
}

.slide-one .contentOne .middleContent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 1px 20px;
    border: 2px solid #ef4136;
    color: #ef4136;
    font-size: 26px;
    font-weight: 600;
    width: 60%;
}

.slide-one .contentTwo .middleContent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 1px 20px;
    border: 2px solid #39b54a;
    color: #39b54a;
    font-size: 26px;
    font-weight: 600;
    width: 60%;
}

.slide-one .contentThree .middleContent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 1px 20px;
    border: 2px solid #00abbd;
    color: #00abbd;
    font-size: 26px;
    font-weight: 600;
    width: 60%;
}

.slide-one h5{
    color: #696969;
    font-weight: 600;
    text-align: center
}

.slide-one h4{
    color: #dca938;
    font-weight: 700;
    text-align: center;
    margin-left:  auto;
    margin-right:  auto;
}

.slide-one .form-control{
    border: 1px solid #8a91bb;
    border-radius: 0;
    color: #696969;
    padding: .600rem .75rem
}

.slide-one .btn-primary{
    color: #fff;
    background-color: #dca938;
    border-color: #dca938;
    width: 100%;
    border-radius: 0;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    padding: .480rem .75rem;
}
.slide-two {
    padding-top: 0;
    padding-bottom: 0
}

.slide-two h1{
    font-size: 32px;
    font-weight: 600;
    color: #696969;
    margin-bottom: 10px;
}

.slide-two p {
    font-size: 18px;
    color: #696969;
    font-weight: 400;
    text-align: justify
}

.slide-two h2 {
    font-size: 32px;
    font-weight: 600;
    color: #696969;
    margin-top: 28px
}

.slide-two .brandItem {
    margin-top: 60px;

}

.slide-two .brandItem img {
    width: 50%;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    overflow: hidden;
}

.slide-two .brandItem p {
    font-weight: 600;
    color: #696969;
    font-size: 19px;
    text-align: center
}

.slide-two .fixedWidth {
    width: 33%;
    margin: 0 auto;
}


.slide-two .brandItem:hover img{
    transform: scale(1.2)
}

.slide-three {
    padding-top: 40px;
    padding-bottom: 0;
}

.slide-three p {
    font-size: 18px;
    color: #696969;
    font-weight: 400;
    text-align: justify
}

.slide-three h2 {
    font-size: 32px;
    font-weight: 600;
    color: #696969;
    margin-top: 0;
    margin-bottom:12px;
}

.slide-three .brandItem {
    margin-top: 60px;

}

.slide-three .brandItem img {
    width: 50%;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    overflow: hidden;
}

.slide-three .brandItem:hover img{
    transform: scale(1.2)
}
.slide-three .brandItem p {
    font-weight: 600;
    color: #696969;
    font-size: 19px;
    text-align: center
}

.slide-three .fixedWidth {
    width: 33%;
    margin: 0 auto;
}

.slide-three .usedList {
    margin: 0 auto;
    padding: 0
}

.slide-three .usedList li {
    list-style: none;
    display: inline-block;
    margin: 20px 25px;
    position: relative;
}

.slide-three .usedList li::after {
    position: absolute;
    left: -25px;
    content: "\f058";
    font-family: FontAwesome;
    color: #e6c16f;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

/* .slide-three .usedList li::before{
    position: absolute;
    left: 50%;
    content: "";
    bottom: -21px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #dba936;

} */
.slide-three .usedList li a {
    font-size: 23px;
    font-weight: 900;
    color: #696969;
}

.slide-three .usedList li a:hover {
    text-decoration: none
}

.slide .owl-theme .owl-controls .owl-buttons div {
    padding: 0;
    width: 15px;
    height: 15px;
}

.owl .owl-controls.clickable .owl-buttons div:hover {
    background: #ef4136
}

.slide-four {
    padding-top: 60px;
    padding-bottom: 60px;
}

.slide-four p {
    font-size: 18px;
    color: #696969;
    font-weight: 400;
    text-align: justify
}

.slide-four h2 {
    font-size: 32px;
    font-weight: 600;
    color: #696969;
    margin-top: 0
}

.slide-four .brandItem {
    margin-top: 60px;

}

.slide-four .brandItem img {
    width: 50%;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    overflow: hidden;
}
.slide-four .brandItem:hover img{
    transform: scale(1.2)
}

.slide-four .brandItem p {
    font-weight: 600;
    color: #696969;
    font-size: 19px;
    text-align: center;
}

.slide-four .usedList {
    margin: 0 auto;
    padding: 0;
    text-align: center
}

.slide-four .usedList li {
    list-style: none;
    display: inline-block;
    margin: 20px 25px;
    position: relative;
}

.slide-four .usedList li::after {
    position: absolute;
    left: -25px;
    content: "\f058";
    font-family: FontAwesome;
    color: #e6c16f;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

/* .slide-four .usedList li::before{
    position: absolute;
    left: 50%;
    content: "";
    bottom: -21px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #dba936;

} */
.slide-four .usedList li a {
    font-size: 23px;
    font-weight: 900;
    color: #696969;
}

.slide-four .usedList li a:hover {
    text-decoration: none
}

.slide-four .fixedWidth {
    width: 33%;
    margin: 0 auto;
}

footer {
    background: #3a3a3a;
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 20px;
}

footer ul {
    margin: 45px 0 35px 0;
    padding: 0;
    text-align: center
}

footer ul li {
    list-style: none;
    display: inline-block;
    margin: 0 15px
}

footer ul li a {
    color: #fff;
    font-size: 20px
}

footer ul li a:hover {
    color: #e6c16f;
   
}


footer p {
    text-align: center;
    color: #fff;
    font-size: 17px
}
footer .fLogoW{
    width: 200px;
}
.color-violet {
    background-color: #fff;
}

.color-indigo {
    background-color: #f4f7fc;
}

.color-blue {
    background-color: #fff5f7;
}

.color-green {
    background-color: #ebffff;
}

.color-yellow {
    background-color: #FAEB33;
}

.color-orange {
    background-color: #F19031;
}

.color-red {
    background-color: #F2293A;
}

.callToAction{
    position: fixed;
    bottom: 0;
    background: #000;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 15px 0
}


#feedback {
  position: fixed;
  bottom: 0;
  /* height: 250px; */
  margin-left: -3px;
  margin-bottom: -3px;
  right: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    background: #000
}

.feedback-tab{
    text-align: center;
    background: #dba837;
    padding: 8px 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

#feedback-form h3{
    font-size: 17px;
    color: #fff;
}
#feedback-form h3 a{
    color: #dba837;
    line-height: 26px
}

#feedback-form .fa-phone{
    margin-right: 5px
}

#feedback-form .btn-primary{
    background-color: #dba837;
    border-color: #dba837;
    width: 100%;
}

#feedback-form {
  width: 300px;
  height: 100%;
  z-index: 1000;
  padding-left: 5px;
  padding-right: 10px;
  background-clip: 'padding-box';
  border: 1px solid rgba(0,0,0,.2);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  margin: 0 auto;
}

#feedback-tab {
  float: right;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  width: 120px;
  height: 42px;
  background-color: rgba(0,0,0,0.5);
  margin-top: 60px;
  margin-left: -42px;
  padding-top: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto;
  /* -webkit-transform: rotate(90deg); */
  /* -moz-transform: rotate(90deg); */
  /* -ms-transform: rotate(90deg); */
  /* -o-transform: rotate(90deg); */
  /* transform: rotate(90deg); */
}

#feedback-tab:hover { background-color: rgba(0,0,0,0.4); }

#feedback-form textarea { resize: none; }

.sideSticky{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.sideSticky img{
    width: 50px;
}

.bottomForm{
    background: #f4f7fc;
    padding-bottom: 50px
}
.bottomForm h5{
    color: #696969;
    font-weight: 600;
    text-align: center
}

.bottomForm h4{
    color: #dca938;
    font-weight: 700;
    text-align: center;
    margin-left:  auto;
    margin-right:  auto;
}

.bottomForm .form-control{
    border: 1px solid #8a91bb;
    border-radius: 0;
    color: #696969;
    padding: .600rem .75rem
}

.bottomForm .btn-primary{
    color: #fff;
    background-color: #dca938;
    border-color: #dca938;
    width: 100%;
    border-radius: 0;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    padding: .480rem .75rem;
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #dca938;
	width: 32px;
	height: 32px;
	text-align: center;
	border-radius: 50px;
}

.back-to-top .fa-angle-up{
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  transform: translateY(-45%);
  color: #fff;
  font-size: 29px;
  text-align: center;
}


@media(min-width:1400px) {
    .slide-one img {
        width: 100%
    }
}
@media(min-width:768px){
    .hide-none-lg {
        display: none !important;
    }
}

@media(max-width:1199px) {
    .slide-two {
        padding: 0 15px
    }

    .slide-three {
        padding-left: 15px;
        padding-right: 15px
    }

    .slide-four {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media(max-width:1024px){
    .slide-one .contentThree .middleContent{
        font-size: 22px
    }
    .slide-one .contentTwo .middleContent{
        font-size: 22px
    }
    .slide-one .contentOne .middleContent{
        font-size: 22px
    }
    .slide-three .usedList li{}
}
@media(max-width:991px){
    .slide-one .contentThree .middleContent{
        font-size:16px
    }
    .slide-one .contentTwo .middleContent{
        font-size: 16px
    }
    .slide-one .contentOne .middleContent{
        font-size: 16px
    }
    .slide-two .brandItem img{
        width: 150px;
    }
    .slide-two img{
        width: 100%;
    }
    .slide-three .brandItem img{
        width: 150px;
    }
    .slide-three img{
        width: 100%;
    }
    .slide-four .brandItem img{
        width: 150px;
    }
    .slide-four img{
        width: 100%;
    }
    .slide-three .usedList li{
        display: block
    }
    .slide-three .usedList{
        margin: 0 0
    }
    .slide-four .usedList li{
        display: block;
    }
    .slide-four .usedList{
        text-align: left;
        margin: 0 0
    }
}
@media(max-width:767px) {
    .pl-5, .pr-5{
        padding-left: 15px !important;
        padding-right: 15px !important
    }
    .pt-5{
        padding-top: 1rem!important;
    }
    .slide-one h5{
        font-size: 17px;line-height: 25px
    }
    .slide-one h4{
        font-size: 19px
    }
    .slide-one{
        padding-bottom: 20px
    }
    footer .fLogoW{
        width: 150px
    }
    .slide-two .brandItem {
        margin-top: 20px;
    }
    .slide-three .brandItem br{
        display: none
    }
    .slide-three .brandItem{
        margin-top: 20px
    }
    .slide-four .brandItem {
        margin-top: 20px;
    }
    .slide-three .brandItem img {
        width: 110px;
    }
    .slide-four .brandItem img {
        width: 110px;
    }
    .slide-two .brandItem img{
        width: 110px
    }
    .slide-two img{
        width: 100%;
    }
    .slide-three img{
        width: 100%;
    }
    .slide-four img{
        width: 100%;
        margin-bottom: 10px
    }
    .slide-one img{
        width: 100%;
    }
    .ico-menu .top:after {
        right: 0
    }

    .ico-menu .top:nth-child(1):after {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .ico-menu .top:nth-child(1) {
        top: 20px;

    }

    .ico-menu .top {
        position: absolute;
        height: 3px;
        background-color: #858585;
        overflow: hidden;
        width: 25px;
    }

    .ico-menu .middle {
        position: absolute;
        height: 3px;
        background-color: #858585;
        overflow: hidden;
        width: 25px;
    }

    .ico-menu .bottom {
        position: absolute;
        height: 3px;
        background-color: #858585;
        overflow: hidden;
        width: 25px;
    }


    .ico-menu .top:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
        position: absolute;
        top: 0;
        right: 100%;
        z-index: 1;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }


    .ico-menu .middle:after {
        right: 0
    }

    .button_burgerMenu span:nth-of-type(2) {
        top: 36px;
    }

    .button_burgerMenu span:nth-of-type(3) {
        top: 28px;
    }

    .hide-none {
        display: none !important;
    }

    .slide-one .contentOne .middleContent {
        font-size: 20px;
    }

    .slide-one .contentTwo .middleContent {
        font-size: 20px;

    }

    .slide-one .contentThree .middleContent {
        font-size: 20px;

    }

    .slide-two h2 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 25px
    }

    .slide-two .fixedWidth {
        width: 100%;
        margin-bottom: 10px
    }

    .slide-two p {
        font-size: 18px
    }

    .slide-two .brandItem p {
        font-size: 18px
    }

    .slide-three p {
        font-size: 18px
    }

    .slide-three h2 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 25px
    }

    .slide-three .brandItem p {
        font-size: 18px
    }

    .slide-three .usedList li {
        margin: 6px 25px
    }

    .slide-three .usedList li a {
        font-size: 18px
    }

    .slide-three .fixedWidth {
        width: 100%;
        margin-bottom: 10px
    }

    .slide-four p {
        font-size: 18px
    }

    .slide-four h2 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 25px
    }

    .slide-four .brandItem p {
        font-size: 18px
    }

    .slide-four .usedList li a {
        font-size: 18px;
    }

    .slide-four .usedList li {
        margin: 6px 25px;
        display: block
    }

    .slide-four .usedList {
        text-align: left
    }

    .slide-four .fixedWidth {
        width: 100%
    }

    footer p {
        color: #00a3bc;
        font-size: 13px;
    }

    footer ul li a {
        color: #e6c16f;
        font-size: 17px;
    }

    footer img {
        width: 70%;
    }

    footer {
        padding-top: 42px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    footer ul {
        margin: 25px 0 25px 0;
    }
    button:focus{
        outline: 0
    }
    header .navbar-dark .navbar-nav .nav-link{
        font-size: 17px
    }
}