body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    color: #6a6a6a;
    /*width: 1366px;*/
    margin: 0 auto;
    padding: 0;
    font-weight: 400;
    width: 100%;
    height: 100%;
    overflow: scroll;
}

header {
    height: 100px;
}

*:focus {
    outline: none;
    border-color: #ffae00;
}

@media(min-width: 1200px) {
    .container {
        width: 1102px;
    }
}

.container-height {
    display: inline-flex;
}

.main-wrapper {
    margin-bottom: 66px;
}

.row-eq-height {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
}

.col-eq-height {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
}

a {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 13px;
}

a:hover {
    text-decoration: underline;
    color: #ffae00;
}

a:focus {
    outline: none;
    text-decoration: none;
    color: #fff;
}

input {
    font-family: 'Open Sans', sans-serif;
    height: 30px;
}

.main-butt:hover {
    background: #8f1158;
    color: #fff;
}

.main-butt-sm {
    color: #fff;
    background-color: rgb(52, 52, 52);
    text-transform: uppercase;
    padding: 16px 30px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
    transition: all 0.3s ease 0s;
    position: relative;
    letter-spacing: 2px;
}

.main-butt-sm:hover {
    /*background:  #8f1158;*/
    background: #fff;
    color: #ffae00;
    border: 1px solid #ffae00;
    text-decoration: none;
}

.dark-main {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background: #343434;
    /* border: 1px solid #8f1158; */
    transition: all 0.3s ease 0s;
    padding: 12px 20px;
    /* font-weight: 600; */
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-weight: 600;
}

.dark-main:hover {
    color: #575757;
    background: #fff;
    text-decoration: none;
}

.second-butt-sm {
    color: #fff;
    background-color: #ffae00;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding: 13px 30px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    /*box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.13), inset 0px 0px 0px 1px rgba(0, 0, 0, 0.09);*/
    transition: all 0.3s ease 0s;
}

.second-butt-sm:hover {
    color: #fff;
    /* border: 1px solid #a78462;*/
    background: #575757;
    text-decoration: none;
}

h1 {
    font-size: 59px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

h2 {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    color: #575757;
}

h3 {
    font-size: 21px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
}

h4 {
    font-size: 22px;
    color: #ffae00;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 26px;
}

h5 {
    font-size: 18px;
    color: #ffae00;
    font-weight: 300;
}

p {
    color: #555555;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
}

p.strong {
    font-weight: bold;
    color: #575757;
    font-size: 13px;
}

p.small {
    color: #a7a7a7;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

li {
    line-height: 1.6;
    font-size: 16px;
}

strong {
    color: #555555;
    font-weight: 700;
}

hr {
    border-top: 1px solid #eaeaea;
    margin-bottom: 0;
    margin-top: 3px;
    /*opacity: 0.5;*/
}

i {
    font-size: 25px;
}

img {
    max-width: 100%;
}


/*-------------------------------DEFAULT---------------------------*/

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url();
}

.text-cent {
    text-align: center;
}

.no-padd {
    padding: 0;
}

.padd-left {
    padding-left: 0;
}

.padd-right {
    padding-right: 0;
}

.padd-bott {
    padding-bottom: 50px;
}

.marg-bott {
    margin-bottom: 30px;
}

.display {
    display: inline-flex;
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

input.form-control:focus,
textarea.form-control:focus {
    border-color: #d7d7d7;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.00);
}


/*-------------------------------DEFAULT END----------------------------*/


/*-------------------------------header----------------------------*/

.head-top {
    width: 100%;
    background: #1f1f1f;
}

@media (min-width: 768px) {
    .navbar-header {
        float: none;
        float: none;
        padding: 0px 20px;
    }
}

.padded-multiline {
    line-height: 1.4;
    padding: 2px 0;
    width: 400px;
    margin: 20px auto;
}

.padded-multiline span {
    background-color: rgba(31, 31, 31, 0.8);
    opacity: 0.8;
    display: inline;
    padding: 4px 9px;
    /* Needs prefixing */
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}


/*.top-dec {
    background: url(../img/top-dec.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: 7;
}*/

.dott-dec {
    border-bottom: 1px solid #d3d3d3;
    border-style: dashed;
    padding-bottom: 20px;
    /*position: absolute;
    z-index: 7; */
    background-repeat: repeat-x;
    width: 100%;
    height: 20px;
    padding-left: 0;
    margin-left: 0;
    left: 0;
    padding-top: 0%;
}

.lower {
    font-size: 30px;
    background: transparent;
    opacity: 0.8;
    color: #f6a191;
    margin-top: 52px;
    margin-right: 20px;
    z-index: 10;
}

.navbar-header .dott-dec {
    position: absolute;
}

.lower:hover {
    color: #575757;
    transition: all 0.3s ease 0s;
}

input#op {
    display: none;
}

.lower label img {
    max-width: none;
}

.lower label {
    font-family: 'NotCourierSans';
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
}

.lower label:hover {
    cursor: pointer;
}

.navbar-header {
    z-index: 9;
}

.navbar-header .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgba(0, 0, 0, 0.9);*/
    background: #373737;
    opacity: 0.9!important;
    z-index: 99;
}

.navbar-header .overlay label {
    color: #f6a191;
    font-size: 40px;
    position: absolute;
    left: 40px;
    top: 51px;
    z-index: 100;
    cursor: pointer;
}

.navbar-header .overlay nav {
    text-align: center;
    position: relative;
    top: 45%;
    height: 60%;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.navbar-header .overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 10);
    min-height: 54px;
}

.navbar-header .overlay ul li a {
    /* font-weight: 300; */
    display: block;
    color: white;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    /* font-family: 'NotCourierSans'; */
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 8px;
    font-weight: 300;
    vertical-align: middle;
    padding: 20px 0px;
}

.navbar-header .overlay ul li a:hover,
.navbar-header .overlay ul li a:focus {
    color: #f6a191;
}

.lower~.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

#op:checked~.overlay-hugeinc {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    z-index: 99;
}

.navbar-header .overlay-hugeinc nav {
    -moz-perspective: 300px;
}

.navbar-header .overlay-hugeinc nav ul {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

#op:checked~.overlay-hugeinc nav ul {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

#op:not(:checked)~.overlay-hugeinc nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}

.logo-box {
    text-align: center;
    z-index: 9;
    width: 100%;
    position: absolute;
    left: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    top: 50%;
}

.logo-box a img {
    max-height: 80px;
    height: 40px;
}

.social-box-resp,
.right-top-resp {
    display: none;
}

.navbar-header {
    display: inline-flex;
    width: 100%;
    height: 90px;
}

.navbar-header .dott-dec {
    padding-top: 0;
    bottom: 2px;
    z-index: -11;
}

.navbar {
    margin-bottom: 45px;
}

.logo-box-resp {
    display: none;
}

.logo-box a {
    padding-bottom: 9px;
}

.top-nav {
    padding: 11px 0px 15px 0px;
    margin-bottom: 1px;
}

.left-top {
    display: inline-flex;
}

.right-top {
    text-align: right;
    margin-top: 50px;
    position: absolute;
    right: 10px;
    z-index: 10;
}

.mobinfo {
    display: none;
}

.right-top ul {
    display: inline-flex;
}

.right-top ul li:first-of-type {
    padding-right: 20px;
}

.right-top ul li a {
    font-size: inherit;
    color: #ffae00;
}

.right-top p {
    text-align: right;
    font-family: 'Archer';
    position: absolute;
    right: -90%;
    top: -8px;
}

.right-top-footer {
    margin-top: 25px;
    margin-left: 20px;
}

.social-box {
    margin-top: 50px;
    z-index: 10;
}

.social-top {
    display: inline-flex;
}

.social-ico i {
    display: inline-block;
    font-size: 18px;
    margin-right: 7px;
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 37px;
    margin-top: -9px;
}

.fb-ico i {
    background: transparent;
    color: #d3d3d3;
    transition: all 0.3s ease 0s;
}

.fb-ico i:hover {
    color: #3B5998;
}

.tw-ico i {
    background: transparent;
    color: #d3d3d3;
    transition: all 0.3s ease 0s;
}

.tw-ico i:hover {
    color: #55ACEE;
}

.insta-ico i {
    background: transparent;
    color: #d3d3d3;
    transition: all 0.3s ease 0s;
}

.insta-ico i:hover {
    color: #cd328d;
}

.pint-ico i {
    background: transparent;
    color: #d3d3d3;
    transition: all 0.3s ease 0s;
}

.pint-ico i:hover {
    color: #C92228;
}

.link-ico i {
    background: transparent;
    color: #d3d3d3;
    transition: all 0.3s ease 0s;
}

.link-ico i:hover {
    color: #0077B5;
}

.fa-instagram:before {
    font-size: 22px!important;
}


/* ul.nav {
   text-align: center; 
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

ul.nav li:not(:first-child):before {
    content: " | ";
    padding: 13px 0px;
    color: #eaeaea;
    opacity: 0.5;
    margin: 4px 10px;
}

ul.nav li {
    float: none;
    display: inline-flex;
}

ul.nav li a {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    padding: 15px;
    transition: all 0.3s ease 0s;
}

ul.nav li a:hover,
ul.nav li a:focus,
ul.nav li a:active {
    opacity: 1;
    background-color: #f6a191;
}*/


/*--------------------CAROUSEL TOP------------------------*/

#banner-top-slide .carousel-inner {
    max-height: 740px;
    height: 740px;
}

#banner-top-slide .carousel-indicators {
    bottom: 31px;
}

#banner-top-slide .carousel-caption {
    text-shadow: none;
}

#banner-top-slide .carousel-caption p {
    width: 50%;
    color: #fff;
    padding-bottom: 60px;
    margin: 0 auto;
    text-shadow: 1px 1px 4px rgb(6, 6, 6);
    font-size: 15px;
}

.carousel-inner {
    height: 100%;
}

.carousel-inner {
    width: 100%;
    height: 400px;
}

.carousel-inner .item {
    /* background: url(../img/slide-one.png) no-repeat center center;*/
    height: 740px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control {
    top: 40%;
    font-size: 90px;
    color: #ffae00;
}

.carousel-control.left,
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, .0000) 100%)
}

.item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: linear-gradient(to bottom, rgba(0,0,0,0) 7%,rgba(0,0,0,1) 100%);*/
    z-index: 1;
    opacity: 0.7;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f000000', endColorstr='#a6000000', GradientType=0);
}


/*.carousel-inner .item{
    background: url('../img/slide-one.png');
    background-repeat: no-repeat;
}*/

.carousel-inner>.item>img {
    height: 100%;
}

#banner-top-slide .carousel-caption {
    top: 0;
    text-align: center;
    position: absolute;
    padding-top: 211px;
}

#banner-top-slide .carousel-caption h1 {
    text-shadow: none;
    margin-bottom: 38px;
    text-shadow: 1px 1px 7px rgb(78, 78, 78);
}

#banner-top-slide .carousel-caption span {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 23px;
}

#banner-top-slide .carousel-caption h3 {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    margin-bottom: 22px;
}


/*#banner-top-slide .carousel-caption h3:before,
#banner-top-slide .carousel-caption h3:after {
    position: absolute;
    top: 65%;
    overflow: hidden;
    width: 13%;
    height: 1px;
    content: '\a0';
    background-color: #fff;
    opacity: 0.7;
}

#banner-top-slide .carousel-caption h3:before {
    margin-left: -18%;
    text-align: right;
}

#banner-top-slide .carousel-caption h3:after {
    right: 18%;
}*/

#banner-top-slide .carousel-caption .main-butt-sm {
    position: absolute;
    top: 40%;
    padding: 12px 35px 12px 20px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0), inset 0px 0px 0px 0px rgba(0, 0, 0, 0.00)!important;
    text-shadow: none;
}

@media(max-width:1650px) {
    #banner-top-slide .carousel-caption .main-butt-sm {
        top: 44%;
    }
}

@media(max-width:1400px) {
    .carousel-caption {}
    #banner-top-slide .carousel-caption .main-butt-sm {
        top: 44%;
    }
}

#banner-top-slide .carousel-caption .main-butt-sm:after {
    font-family: "FontAwesome";
    content: '\f105';
    color: rgb(115, 116, 119);
    font-size: 22px;
    right: 15px;
    font-weight: 100;
    position: absolute;
    top: 9px;
    padding-left: 9px;
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    background-color: #575757;
    border: none;
    margin: 0px 1px;
}

.carousel-indicators .active {
    width: 8px!important;
    height: 8px!important;
    background-color: #ffae00 !important;
}

.carousel-inner>.item>img {
    width: 100%;
    height: 718px;
}


/*--------------------SERVICES SECTION------------------------*/

#services {
    /*height: 250px;*/
}

.cont-serv {
    margin-right: 0;
    margin-right: 0;
    width: 100%;
    margin: 0 auto;
}

h3.title-serv {
    /*top: 45%; */
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    margin: auto;
    padding: 0px 8px;
}

h3.title-serv:hover {
    display: none!important;
    color: transparent!important;
}


/*.serv-cont {
    height: 268px;
}

.gradientback {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background: -moz-linear-gradient(top, rgba(137, 255, 241, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6+ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(137, 255, 241, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    /* Chrome,Safari4+ 
    background: -webkit-linear-gradient(top, rgba(137, 255, 241, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10+,Safari5.1+ 
    background: -o-linear-gradient(top, rgba(137, 255, 241, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* Opera 11.10+ 
    background: -ms-linear-gradient(top, rgba(137, 255, 241, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* IE10+ 
    background: linear-gradient(to bottom, rgba(137, 255, 241, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* W3C 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000', GradientType=0);
    /* IE6-9 
}

.box {
    cursor: pointer;
    /*height: 268px;
    position: relative;
    /*overflow: hidden;
    width: 100%;
    z-index: 7;
}

.box img {
    position: absolute;
    left: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.gradient {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url('http://www.skrenta.com/images/stackoverflow.jpg') no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(59%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65))), url('http://www.skrenta.com/images/stackoverflow.jpg') no-repeat;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url('http://www.skrenta.com/images/stackoverflow.jpg') no-repeat;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url('http://www.skrenta.com/images/stackoverflow.jpg') no-repeat;
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url('http://www.skrenta.com/images/stackoverflow.jpg') no-repeat;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 59%, rgba(0, 0, 0, 0.65) 100%), url('http://www.skrenta.com/images/stackoverflow.jpg') no-repeat;
    height: 247px;
    width: 100%;
    position: absolute;
    z-index: 8;
}

.box .overbox {
    background-color: #f6a191;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 100%;
    height: 247px;
    padding: 20px 20px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 50%;
    padding: 50%;
}

.box:hover .overbox {
    opacity: 0.9;
}

.box .overtext {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
}

.box .title {
    opacity: 0;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
}

.box:hover .title,
.box:focus .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.box .tagline {
    opacity: 0;
    transition-delay: 0.2s;
    transition-duration: 0.2s;
}

.box .tagline a {}

.box:hover .tagline,
.box:focus .tagline {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

.tagline.overtext {
    margin-top: 30px;
}

.box .title h3 {
    padding: 15px 0px;
}

.box .title p {
    font-size: 15px;
    text-transform: initial;
}

.col-1-4 {
    width: 25%;
    padding: 10px;
}*/

.show {
    font-family: 'Open Sans', sans-serif!important;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
    background: #fff;
    display: block;
    /* border: 1px solid; */
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


}
.show img {
    vertical-align: middle;
}
.row-services {
    margin-right: 0;
    margin-left: 0;
}
.show .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.show-first p {
    padding: 25px;
    font-family: 'Open Sans', sans-serif!important;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0px;
}
.show-first img {
    transition: all 0.2s linear;
    width: 100%;
}
.show-first .mask {
    font-family: 'Open Sans', sans-serif!important;
    opacity: 0;
    background-color: #ffae00;
    transition: all 0.4s ease-in-out;
	padding:0 20px;
}
.show-first h2 {
    color: #f2f2f2;
    margin-top: 10%;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    line-height: 1.2;
    /* font-weight: 300; */
    
    text-transform: uppercase;
    /* letter-spacing: 2px; */
    
    padding-bottom: 40px;
}
.show-first p {
    opacity: 0;
    transition: all 0.2s linear;
}
.show-first a.info {
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.show-first:hover img {
    /*transform: scale(1.2);*/
}
.show-first:hover .mask {
    opacity: 1;
}
.show-first:hover h2,
.show-first:hover p,
.show-first:hover a.info {
    opacity: 1;
}
.show-first:hover p {
    transition-delay: 0.1s;
}
.show-first:hover a.info {
    transition-delay: 0.2s;
}

/*--------------------SERVICES SECTION END------------------------*/

/*--------------------LEARN MORE SECTION------------------------*/
#learn-more {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
.learn-content {
    width: 80%;
    margin: auto;
    text-align: center;
}
.learn-content h4 {
    padding-top: 45px;
    padding-bottom: 25px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    font-size: 22px;
	line-height:30px;
    color: #ffae00;
    font-weight: 600;
}
.learn-content p {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 60px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}
.learn-butt {
    text-align: center;
    padding-bottom: 60px;
}
.learn-butt a.main-butt-sm {
    padding: 14px 18px;
}
#upper-left {
    width: 500px;
    height: 293px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/top-left-learn.png");
    background-repeat: no-repeat;
	z-index:-1;
}
#upper-right {
    width: 265px;
    height: 95px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../img/top-right-learn.png");
    background-repeat: no-repeat;
}
#lower-left {
    width: 265px;
    height: 95px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("../img/bottom-left-learn.png");
    background-repeat: no-repeat;
}
#lower-right {
    width: 265px;
    height: 95px;
    bottom: 0;
    right: 0;
    position: absolute;
    background-image: url("../img/bottom-right-learn.png");
    background-repeat: no-repeat;
}
.learn-bgrd {
    display: inline-flex;
    width: 100%;
    position: relative;
    height: 330px;
}
#left {
    float: left;
}
.top-right img,
.bottom-right img {
    /*right: -13px*/
    
    right: 0;
}
.top-right {
    float: right;
}
.bottom-left img,
.bottom-right img {
    position: absolute;
    bottom: 0;
}
.bottom-right {
    right: 0;
}
.bottom-left img,
.bottom-right img,
.top-right img,
.top-left img {
    /* min-width: 155px;
    position: absolute;*/
    
    width: 255px;
}

/*--------------------LEARN MORE SECTION------------------------*/

/*********************************************NEWS-INNER PAGE *******************************************************/

/*----------------------SIDEBAR RIGHT/ NEWS-INNER PAGE --------------------------------*/
.right-wrap {
    width: 30%;
    margin-left: 35px;
}
.post-wrapper {
    margin-top: 25px;
	padding: 0 20px;
}
.post-wrapper ul li:before {
    font-family: "FontAwesome";
    color: #ffae00;
    content: '\f0a9';
    vertical-align: top;
    position: absolute;
    padding-top: 2px;
}
.post-wrapper ul li a:hover {
    text-decoration: none;
}
.post-wrapper ul li a h4:hover {
    color: #ffae00;
}
.post-wrapper h3 {
    color: #ffae00;
    padding-bottom: 28px;
}
.post-wrapper h4 {
    color: #626262;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 13px;
    padding-left: 28px;
}
.post-wrapper p.blog-det {
    padding-bottom: 20px;
    font-size: 13px;
    padding-left: 28px;
}
.post-wrapper ul:nth-of-type(4n) {
    border-bottom: none;
}
.post-wrapper ul {
    padding-top: 10px;
}
.img-box {
    margin-top: 27px;
}
#about-main {
    margin-top: 27px;
}

/*----------------------SIDEBAR RIGHT/ NEWS-INNER PAGE END--------------------------------*/

/*----------------------FOOTER--------------------------------*/
footer {
    background: url(../img/foot-top.png);
}
footer .submit-foo-box {
    margin-bottom: 20px;
	margin-top:25px;
}
footer main-foot {
    margin-bottom: 42px;
}
footer form input.input-foot,
footer form input[type=submit] {
    height: 45px;
    box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.18);
    border: none;
    width: 400px;
    text-indent: 10px;
}
footer .main-foot {
    padding-top: 35px;
    padding-bottom: 20px;
}
.nwsl-wrap {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    padding-bottom: 4px;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    
    color: #b0b0b0;
}
::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #b0b0b0;
}
:-ms-input-placeholder {
    /* IE 10+ */
    
    color: #b0b0b0;
}
:-moz-placeholder {
    /* Firefox 18- */
    
    color: #b0b0b0;
}
.navbar-collapse {
    -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, .0);
    box-shadow: inset 0 0 0 rgba(255, 255, 255, .0);
    text-align: center;
}
footer .main-foot button.dark-main {
    border: none;
    height: 45px;
    margin-left: 20px;
    letter-spacing: 2px;
    padding: 12px 30px;
    margin-left: -30px;
}
form.register-newsletter {
    margin-left: 0;
}
.error-container {
    margin-left: 0;
    /* margin-bottom: 20px; */
    
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 0 auto; */
    
    margin-top: 10px;
}
div#errorMSG_footer,
div#successMSG_footer {
    color: #fff;
    margin-left: 5px;
    padding: 13px;
}
footer .main-foot .second-butt-sm {
    padding: 12px 25px;
    font-weight: 600;
    font-size: 18px;
    height: 40px;
}
footer .second-butt-sm:before {
    display: none!important;
}
.navbar-collapse.collapse {
    text-align: center;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    font-weight: bold;
}
.navbar {
    border: none;
}
.navbar-nav {
    display: inline-block;
    float: none;
    margin: 0;
}
.navbar-nav ul a {
    color: #f6a191;
    text-transform: uppercase;
    font-size: 12px;
}
footer ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
footer ul a:hover {
    text-decoration: underline;
}
footer .address {
    text-align: right;
    padding-right: 0px
}
footer .foot-list {
    width: 220px;
}
footer .footer-copy {
    background-color: #fff;
    padding: 25px 0px;
    background: #1f1f1f;
}
footer .footer-copy p {
    font-size: 14px;
    padding-top: 4px;
    text-transform: uppercase;
}
footer ul.navbar-nav li a {
    color: #ffae00;
    text-transform: uppercase;
    font-size: 12px;
}
footer ul.navbar-nav li a:hover {
    background: transparent;
    text-decoration: underline;
}
footer .footer-copy p {
    font-size: 11px;
    color: #555555;
    /*margin: 0px 18px;*/
}
footer .foot-copy-box li a:after {
    content: '|';
    opacity: 0.7;
    padding: 0px 9px;
}
footer .foot-copy-box li a#first-one:before {
    content: '|';
    opacity: 0.7;
    padding: 0px 9px;
}
footer .foot-copy-box li a:nth-of-type(4n):after {
    display: none;
}
footer .foot-copy-box ul {
    display: inline-flex;
}
footer .foot-copy-box a {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #929292;
    /*padding: 0px 10px;*/
}
footer .navbar-nav li a:hover {
    text-decoration: underline;
    color: #ffae00;
    background: transparent;
}
ul.nav li:not(:first-child):before {
    display: none;
}
.foot-copy-box {
    text-align: center;
}
.main-foot {}
.main-foot p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding-bottom: 0;
    font-weight: 500;
    /*    padding-top: 20px;*/
}

/*----------------------FOOTER END--------------------------------*/

/*******************************************************GALLERY PAGE *******************************************************/
#gallery-main .grid-section {
    margin: 25px 0px;
}
#gallery-main #search {
    float: none;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 27px;
    border-color: #ffae00!important;
}
#gallery-main .media-boxes-load-more-button {
    display: none;
}
#gallery-main .media-box-text {
    color: #555555;
    font-family: 'Open Sans', sans-serif;
    line-height: 21px;
}
#gallery-main .media-boxes-filter {
    /*display: table;*/
    
    width: 100%;
}
#gallery-main .media-box-categories {
    text-align: left;
    margin: 0px 0px 13px 0px;
}
#gallery-main .media-box-categories span {
    font-size: 10px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 2px;
    color: #575757;
}
#gallery-main .media-box-title a {
    text-align: left;
    margin: 0 auto;
    width: 100%;
    color: #ffae00;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
#gallery-main .media-box-title a:hover {
    text-decoration: none;
    color: #575757;
}
#gallery-main .media-box-title:hover {
    color: #f6a191;
}
#gallery-inner .grid-section {
    margin-top: 25px;
}
#gallery-main .media-box-content {
    background: transparent;
}
#gallery-main .media-box-container {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
#gallery-main .media-box-date {
    font-size: 11px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    color: #999;
}
#gallery-main .thumbnail-overlay {
    background: transparent;
}
#gallery-main .btn {
    background-color: #575757;
    color: #fff!important;
    margin: 5px;
    border: none !important;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#gallery-main .btn:hover,
#gallery-main .btn:active,
#gallery-main .btn:focus {
    background-color: #575757;
}
#gallery-main .media-boxes-filter {
    /*height: 20%;
  width: 40%;*/
    
    display: flex;
    align-items: center;
    min-height: 24em;
    justify-content: center;
}

/*#gallery-main .media-boxes-filter>li {
    margin: 0;
    display: table-cell;
   
}*/
#gallery-main .media-boxes-filter>li {
    /*display: table-cell;
  text-align: center;
  vertical-align: middle;

  width: 100%; 
    max-height: 300px;*/
    
    flex: 1;
    margin: 0;
}
#gallery-main .media-boxes-filter>li a {
    padding: 20px;
    text-align: center;
    background: #f6a191;
    color: #fff;
    display: table-cell;
    height: 67px;
    width: 2000px;
    vertical-align: middle;
}
#gallery-main .media-boxes-filter>li:last-child a {
    border-right: 1px solid #EBEBEB;
}
#gallery-main .media-boxes-filter>li a {
    /*border-bottom: 1px solid #EBEBEB;
    border-left: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    border-right: none;*/
    
    padding: 17px;
    text-align: center;
    background: #ffae00;
    color: #fff;
    font-weight: 600;
    /*text-align: center;
    min-height: 74px;
    background: #f6a191;
    color: #fff;
    padding: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
     vertical-align: middle;
    padding: 20px;
    
     margin: auto;
    vertical-align: middle;*/
}
#gallery-main .media-boxes-filter>li a.selected {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}
#gallery-main .media-boxes-filter>li a:hover {
    color: #ffae00;
    background-color: #fff;
}
#gallery-inner .back-to {
    padding-left: 0;
}
#gallery-inner .back-to a.dark-main {
    vertical-align: middle;
    margin-top: 10px;
    float: right;
    padding: 12px 20px;
    border: 1px solid #EBEBEB;
}
#gallery-inner .back-to a.dark-main:hover {
    border: 1px solid #EBEBEB;
}
#gallery-inner .top-descr-inner {
    padding: 20px 15px;
}
#gallery-inner .media-boxes-no-more-entries {
    display: none;
}
#gallery-inner .filters-container {
    margin-bottom: 20px;
}
#gallery-inner .custom-filter {
    padding: 0;
    text-align: right;
}
#gallery-inner .custom-filter li {
    list-style: none;
    display: inline-block;
    margin-left: 18px;
    font-size: 12px;
}
#gallery-inner .custom-filter li a {
    color: #999;
    text-decoration: none;
}
#gallery-inner .custom-filter li a:hover {
    color: #333;
}
#gallery-inner .custom-filter li a.selected {
    color: #575757 !important;
}
#gallery-inner .media-box-title {
    color: #fff;
    font-size: 11px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 28px;
}
#gallery-inner .media-box-date {
    color: #F2F2F2;
    font-size: 10px;
}
#gallery-inner .media-box-container {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
.thumbnail-overlay {
    background-color: transparent;
    /* -webkit-transition: background-color 0.2s ease-out; */
    
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    /* transition: background-color 0.2s ease-out; */
}
#gallery-inner #grid .thumbnail-overlay {
    background-color: rgba(0, 0, 0, 0);
}
#gallery-inner .media-box-image img {
    -webkit-transition: transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    -ms-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
#gallery-inner .media-box-image:hover img {
    -webkit-transform: scale(1.2) translate(-20px);
    -moz-transform: scale(1.2) translate(-20px);
    -o-transform: scale(1.2) translate(-20px);
    -ms-transform: scale(1.2) translate(-20px);
    transform: scale(1.2) translate(-20px);
}
#gallery-inner #grid2 .thumbnail-overlay>div.aligment>div.aligment {
    vertical-align: bottom;
    padding-bottom: 40px;
}
#gallery-inner .thumbnail-overlay .media-box-title {
    font-size: 16px;
}
#gallery-inner .thumbnail-overlay .media-box-date {
    font-style: italic;
    font-size: 12px;
}

/*******************************************************GALLERY PAGE END *******************************************************/

/*----------------------------blockquote on default-------------*/
blockquote.blockquote {
    display: block;
}
blockquote {
    background: #f9f9f9;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    content: open-quote;
    font-size: 62px;
    line-height: 0.742;
    margin-right: 0.25em;
    vertical-align: -0.4em;
    position: absolute;
}
blockquote p {
    font-weight: 400;
    font-style: italic;
    line-height: 1.3;
    margin-left: 36px;
    margin-right: 36px;
}
footer.blockquote-footer {
    background: #919194;
    padding: 11px 20px;
    color: #fff;
    box-shadow: none;
    margin-bottom: 30px;
}
footer.blockquote-footer:before {
    content: none;
}
footer.blockquote-footer h6,
footer.blockquote-footer p {
    color: #fff;
}
footer.blockquote-footer h6 {
    padding-bottom: 2px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}
footer.blockquote-footer p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
}

/*******************************************************LATEST NEWS PAGE  *******************************************************/
#latest-news-section {
    margin-top: 36px;
}
#latest-news-section .news-box {
    padding-bottom: 59px;
}
#latest-news-section .news-wrap {
    margin-bottom: 50px;
}
#latest-news-section .news-box p.small {
    padding: 16px 0px 20px 0px;
}
#latest-news-section .news-box h5 {
    padding: 22px 0px 0px 0px;
    font-size: 22px;
}
#latest-news-section .news-box a:hover {
    text-decoration: none!important;
}
#latest-news-section .news-box a h5:hover {
    color: #575757;
}
#latest-news-section .news-box .p-news {
    margin-bottom: 15px;
}
#latest-news-section .main-butt-sm {
    position: absolute;
    bottom: 0;
}
.latest-img-bott {
    height: 32px!important;
}
.latest-img-bott .bottom-left {
    left: -15%;
}
.latest-img-bott .bottom-right {
    right: -15%;
}

/*----------------------------pagination-------------*/
nav.my-nav-pag {
    margin: 20px 0px;
}
ul.pagination.my-pag {
    width: 100%;
    padding-top: 55px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    border-top: 1px solid #d3d3d3;
    border-style: dashed;
}
nav .my-pag a {
    color: #f6a191;
    font-weight: 300;
    border-radius: 0;
    border: none;
    font-size: 22px;
}
nav .my-pag a:hover,
nav .my-pag a:focus {
    background-color: transparent;
    color: #a7a7a7;
}
nav .my-pag a:active {
    color: #737477;
}
nav .my-pag a.pag-prev {
    color: #fff;
    background: #575757;
    border: 1px solid #575757;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 13px;
    font-weight: 400;
    padding: 13px 40px 13px 46px;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16), inset 0px 0px 0px 1px rgba(0, 0, 0, 0.09);
}
nav .my-pag a.pag-prev:before {
    content: '\f104';
    font-family: FontAwesome;
    padding-left: 0px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.502);
    top: 10px;
    position: absolute;
    left: 20px;
}
nav .my-pag a.pag-prev:hover:before,
nav .my-pag a.pag-next:hover:after {
    color: #575757;
}
nav .my-pag a.pag-next {
    color: #fff;
    background-color: #575757;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    font-size: 13px;
    font-weight: 400;
    float: right;
    position: relative;
    padding: 13px 57px 13px 40px;
    text-align: left;
    text-transform: uppercase;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16), inset 0px 0px 0px 1px rgba(0, 0, 0, 0.09);
}
nav .my-pag a.pag-next:after {
    content: '\f105';
    font-family: FontAwesome;
    color: #80c55f;
    padding-left: 13px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.502);
    top: 10px;
    position: absolute
}
nav .my-pag a.pag-prev:hover,
nav .my-pag a.pag-next:hover {
    color: #575757;
    border: 1px solid #575757;
    background: #fff;
    text-decoration: none;
}
a.page-link.pag-numb {}
nav.my-pag>li:first-child>a,
nav.my-pag>li:first-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
nav .my-pag a.pag-prev {
    margin-right: 33%;
}

/*******************************************************LATEST NEWS PAGE END *******************************************************/
#navbar {
    /* float: none; */
    
    margin: 0 auto;
    text-align: center;
    /* padding: 25px 0px 22px 0px; */
    
    position: absolute;
    z-index: 99;
    background-color: #1f1f1f;
    width: 100%;
}
ul.nav {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
ul.nav li {
    float: none;
    display: inline-flex;
}
ul.nav li a {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    padding: 20px;
    transition: all 0.3s ease 0s;
}
ul.nav li a:hover {
    background: #ffae00;
}
ul.nav li a:focus,
ul.nav li a:active {
    color: #ffae00;
    background: #1f1f1f;
}
.navbar-toggle {
    background-color: transparent;
    border-radius: 0;
    margin-right: 0;
    padding: 10px;
    display: block;
    margin-top: 0;
    position: absolute;
    right: 0;
    /*top: 0;*/
    
    z-index: 99;
}
@media(min-width: 768px) {
    .navbar-toggle {
        background-color: transparent;
        border-radius: 0;
        margin-right: 0;
        padding: 10px;
        display: block;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99;
    }
}
ul.nav li.active {
    background-color: #1f1f1f;
    color: #ffae00;
}

/*--------------------CONTACT PAGE------------------------*/
.cont-ff, .right-wrap{
    margin-top: 50px;
}
.cont-ff .form-group {
    display: inline-flex;
}
.cont-ff .cont-ff {
    margin-top: 50px;
}
.cont-ff .form-control {
    height: 44px;
    border-radius: 0;
    /*border: 1px solid rgb(29, 29, 29);*/
    
    background-color: rgba(239, 239, 239, 0.18);
    /*opacity: 0.1;*/
    
    border: 1px solid #ebebeb;
    box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.03);
}
.cont-ff .my-text {
    height: auto!important;
    margin-bottom: 20px;
}
.cont-ff .form-group label, .text-wrap label {
    padding-top: 13px;
    font-size: 14px;
        color: #1f1d1d;
    font-family: 'Open Sans', sans-serif;
        text-align: right;
    margin-left: -60px;
    margin-right: 40px;
}
 .text-wrap label {
    margin-right: 40px;
    text-align: right;
     margin-left: -77px;}
.sub-but {
        margin-left: 20.2%;
    padding-top: 20px;
}
.second-butt-sm {
    font-size: 14px;
    padding: 13px 35px;
}

/*--------------------CONTACT PAGE SIDEBAR----------------------*/
 .right-wrap {
    background: #383838;
     padding-bottom: 25px;
}
#text-lab{
    margin-left: -177px!important;
    text-align: right;
    padding-right: 15px!important;
}
.over-bg-ct {
       background: url(../img/cont-bg.png);
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    width: 95%;
    background-size: cover;
}
.cont-righ-c {
    padding: 30px 20px;
}
.cont-righ-c h3 {
    font-size: 19px;
    text-transform: initial;
    letter-spacing: 0;
    font-family: "Montserrat";
    font-weight: 500;
  color: rgb(141, 141, 141);
    padding-bottom: 30px;
}
.text-wrap{
    width: 100%;
    display: inline-flex;
}
.address-right{
    padding-left: 0;
       
}
.address-right li{
    padding-bottom: 20px;
}
.address-right .submenu-co li, .address-right li span{
    color: #fff;
        font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
.address-right li i{
    padding-right: 30px;
    color: rgb(141, 141, 141);
    font-size: 16px;
}


.address-right li a{
    font-size: 14px;
    color: #ffae00;
}
.submenu-co{
        margin-left: 46px;
    margin-top: -16px;
}
.submenu-co li{
    padding-bottom: 8px;
}

/*----------------CONTACT PAGE SIDEBAR END----------------------*/

/*--------------------CONTACT PAGE END------------------------*/

.contactstyle-error,
.contactstyle-confirm {
    font-family: "Source Sans Pro";
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.contactstyle-error {
   /* background: #ef1d25;
    margin-bottom: 15px;
    padding: 15px 0px 15px 10px;*/
background: #424242;
    margin-bottom: 15px;
    padding: 15px 0px 15px 10px;
    color: #f7f7f7;
    font-weight: 400;
    text-align: left;
    padding-left: 20px;
    margin-left: 165px;
    margin-right: 15px;
}
.contactstyle-confirm {
    background:#62ab46;
    /*margin-bottom: 20px;
    padding: 15px 0px 15px 10px;*/
  margin-bottom: 15px;
    padding: 15px 0px 15px 10px;
    color: #f7f7f7;
    font-weight: 400;
    text-align: left;
    padding-left: 20px;
    margin-left: 165px;
    margin-right: 15px;
}
