body {
    overflow-x: hidden;
}
header {
    background: #111111;
}
.logo {
    text-align: center;
}
.info h6 {
    font-size: 13px;
    color: #fff;
}
.info {
    text-align: right;
}
button.btn.btn-quote {
    background: #f7931f;
    border-radius: 2px;
    font-size: 13px;
    padding: 4px 18px;
    color: #fff;
}
.logo img {
    padding: 8px;
}
.bg {
    background: url(../img/bg.jpg)no-repeat;
    background-size: cover;
}
.tagline p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-left: 30px;
    margin-bottom: 30px;
    color: #fff;
    padding: 45px 50px 0px 16px;
}
.tagline h1 {
    background: #111;
    display: inline-block;
    padding: 10px 30px;
    margin: 10px 0;
    font-size: 50px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .01em;
    color: #fff;
    text-transform: uppercase;
}
.tagline h2 {
    background: #f7931f;
    display: inline-block;
    padding: 10px 30px;
    margin: 10px 0;
    font-size: 50px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .01em;
    color: #fff;
    text-transform: uppercase;
}
.tagline p span {
    font-style: italic;
    font-size: 11px;
    margin-top: 30px;
    margin-left: 30px;
}
.intro{
    margin:70px 30px
}
.intro h3{
    font-size:30px;
    font-weight:700;
    text-align:center;
    text-transform:uppercase
}
.intro h3 strong{
    display:inline-block;
    position:relative
}
.intro h3 strong:after{
    position:absolute;
    bottom:-1px;
    left:0;
    content:'';
    background:#f7931f;
    width:100%;
    height:5px
}
.intro .intro-block{
    margin-bottom:70px
}
.intro p{
    font-size:20px;
    line-height:1.5;
    width:100%;
    max-width:900px;
    margin:10px auto 0
}
.intro p a{
    color:#f7931f;
    font-weight:700;
    -webkit-transition:color .3s ease-in-out;
    transition:color .3s ease-in-out
}
.intro p a:hover{
    color:#C7B299
}
.intro .cta-btn{
    font-size:18px;
    padding:10px 30px;
    min-width:248px
}
.intro .cta-btn:hover{
    background:#111;
    border-color:#111;
    color:#FFF
}
.intro-btns{
    text-align:center
}
 .intro .cta-btn:hover {
    background: #111;
    border-color: #111;
    color: #FFF;
}
 .intro .cta-btn {
    font-size: 18px;
    padding: 10px 30px;
    min-width: 248px;
}
.cta-btn.pop-btn {
    background: #f7931f;
    color: #FFF;
    border-color: #f7931f;
}
.cta-btn {
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: .05em;
    transition: all .4s ease-out;
    border: 2px solid transparent;
    border-radius: 3px;
    white-space: nowrap;
}

.ref-testimonial{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:stretch;
    -ms-flex-align:stretch;
    align-items:stretch;
    background:#111
}
.ref-testimonial .half-block{
    -webkit-box-flex:1;
    -ms-flex:1 1 50%;
    flex:1 1 50%;
    padding:70px;
    position:relative;
    overflow:hidden;
    color:#FFF;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -o-object-fit:cover;
    object-fit:cover
}
.ref-testimonial h5:after,.ref-testimonial h5:before{
    content:'';
    display:inline-block;
    width:20px;
    height:20px
}
.ref-testimonial .ref-testimonial-img{
    position:absolute;
    top:50%;
    left:0;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    z-index:1
}
.ref-testimonial .ref-testimonial-txt{
    position:relative;
    z-index:2
}
.ref-testimonial h4{
    font-size:14px;
    font-weight:600;
    position:absolute;
    top:70px;
    left:70px;
    z-index:2
}
.ref-testimonial h5{
    font-size:20px;
    line-height:1.7;
    font-weight:600;
    margin:70px 0
}
.ref-testimonial h5:before{
    background:url(../../images/i-quote-open.svg) center no-repeat;
    margin:0 0 0 -20px
}
.ref-testimonial h5:after{
    background:url(../../images/i-quote-close.svg) center no-repeat;
    margin:0 -20px 0 0
}
.ref-testimonial .ref-test-source{
    display:block;
    font-style:italic;
    position:absolute;
    bottom:70px;
    left:70px;
    z-index:2
}

.ref-commitment h4:after,.ref-commitment h4:before{
    content:'';
    display:inline-block;
    width:45px;
    height:45px
}
.ref-commitment h4{
    font-size:40px;
    line-height:1.3;
    font-weight:700;
    color:#555;
    text-align:center;
    margin:120px 0
}
.ref-commitment h4:before{
    background:url(../img/test-1.png) center no-repeat;
    margin:-5px 0 0 -50px;
    background-size: contain;
}
.ref-commitment h4:after{
    background:url(../img/test-2.png) center no-repeat;
    margin:0 -50px 0 0;
     background-size: contain;
}

.cgmod-form{
    background:#EEE;
    padding:100px 0
}
.cgmod-form .inner-wrap{
    width:100%;
    margin:0 auto;
    max-width:900px;
    overflow:hidden
}
.cgmod-form h4{
    font-size:36px;
    font-weight:700;
    text-transform:uppercase;
    text-align:center
}
.cgmod-form h5{
    text-transform:uppercase;
    font-size:24px;
    font-weight:700;
    letter-spacing:.07em;
    margin-bottom:20px;
    color:#555
}
.cgmod-form h6{
    font-size:18px;
    font-weight:400;
    text-align:center;
    margin:10px 0 50px;
    color:#f7931f
}
.cgmod-form fieldset:nth-of-type(1){
    width:50%;
    float:left;
    clear:left;
    padding-right:30px
}
.cgmod-form fieldset:nth-of-type(2){
    width:50%;
    float:left;
    padding-left:30px
}
.cgmod-form fieldset:nth-of-type(3){
    width:100%;
    clear:both
}
.cgmod-form label{
    font-size:12px;
    font-weight:400;
    text-transform:uppercase;
    letter-spacing:.05em;
    color:#555
}
.cgmod-form .wpcf7-select,.cgmod-form .wpcf7-text,.cgmod-form .wpcf7-textarea{
    width:100%;
    height:40px;
    margin:5px 0 20px;
    display:block;
    border:none;
    clear:both;
    font-size:16px;
    padding:5px 10px;
    border-radius:3px
}
.cgmod-form .wpcf7-textarea{
    height:140px
}
.cgmod-form .wpcf7-submit{
    min-width:150px;
    margin:0 auto;
    display:block;
    font-size:18px;
    padding:10px 30px;
    border-radius:3px;
    cursor:pointer;
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}
.cgmod-form .wpcf7-submit:hover{
    background:#111;
    border-color:#111
}
.ref-popup{
    position:fixed;
    z-index:4;
    top:110px;
    right:0;
    -webkit-box-shadow:rgba(0,0,0,.2) -2px 0 4px 0;
    box-shadow:rgba(0,0,0,.2) -2px 0 4px 0;
    opacity:0;
    -webkit-animation:slide-from-right .4s forwards 2s;
    animation:slide-from-right .4s forwards 2s
}
.ref-popup:not(.active):hover .ref-popup-btn{
    padding-right:35px
}
.ref-popup-btn{
    position:relative;
    display:block;
    padding:8px 15px;
    color:#FFF;
    background:#f7931f;
    font-size:12px;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    border-radius:3px 0 0 3px
}
.active .ref-popup-btn{
    border-radius:3px 0 0
}
.active .ref-popup-btn:after{
    content:'X';
    display:block;
    position:absolute;
    top:10px;
    right:10px;
    width:20px;
    height:20px;
    line-height:20px;
    background:#111
}
.ref-popup-dropdown{
    background:#cbcaca;
    display:block;
    text-align:center;
    border-radius:3px 0 0 3px;
    width:120px;
    max-height:0;
    overflow:hidden;
    -webkit-transform:scale(1,0);
    transform:scale(1,0);
    -webkit-transform-origin:100% 0;
    transform-origin:100% 0;
    -webkit-transition:width .5s ease-in-out .2s,max-height .2s ease-in-out .3s,-webkit-transform .3s ease-in-out 0;
    transition:width .5s ease-in-out .2s,max-height .2s ease-in-out .3s,-webkit-transform .3s ease-in-out 0;
    transition:width .5s ease-in-out .2s,transform .3s ease-in-out 0,max-height .2s ease-in-out .3s;
    transition:width .5s ease-in-out .2s,transform .3s ease-in-out 0,max-height .2s ease-in-out .3s,-webkit-transform .3s ease-in-out 0
}
.ref-popup-dropdown.extend{
    width:270px;
    max-height:100%;
    -webkit-transform:scale(1,1);
    transform:scale(1,1);
    border-radius:0 0 0 3px;
    -webkit-transition:width .2s ease-in 0s,max-height .3s ease-in .3s,-webkit-transform .3s ease-in .1s;
    transition:width .2s ease-in 0s,max-height .3s ease-in .3s,-webkit-transform .3s ease-in .1s;
    transition:width .2s ease-in 0s,transform .3s ease-in .1s,max-height .3s ease-in .3s;
    transition:width .2s ease-in 0s,transform .3s ease-in .1s,max-height .3s ease-in .3s,-webkit-transform .3s ease-in .1s
}
.ref-popup-dropdown img{
    width:100%
}
.ref-popup-dropdown .cta-btn{
    margin:10px 0 15px;
    font-size:14px;
    padding:8px 15px;
    -webkit-transform:scale(1);
    transform:scale(1)
}
.ref-popup-dropdown:hover .cta-btn{
    -webkit-transform:scale(1.05);
    transform:scale(1.05)
}

.main-footer{
    background:#222;
    width:100%;
    -ms-flex-negative:0;
    flex-shrink:0;
    -ms-flex-item-align:end;
    align-self:flex-end;
    padding:10px 50px
}
.main-footer .inner-footer{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin:40px auto 20px
}
.main-footer .footer-block{
    width:33.33%
}
.main-footer .footer-block.menu li{
    margin-bottom:20px
}
.main-footer .footer-block.support li{
    position:relative;
    margin-bottom:20px
}
.main-footer .footer-block.support li:first-of-type{
    padding-top:0
}
.main-footer .footer-block.support li:hover strong{
    border-bottom-color:transparent
}
.main-footer .footer-block.support strong{
    font-weight:400;
    display:inline-block;
    border-bottom:2px solid #f7931f
}
.main-footer .footer-block.contact p{
    color:#FFF;
    text-align:right;
    float:right;
    clear:right;
    margin:5px 62px 5px 0
}
.main-footer .footer-block a{
    color:#FFF;
    font-size:14px;
    text-decoration:none;
    text-transform:uppercase
}
.main-footer .menu a,.main-footer .support a{
    display:inline-block;
    position:relative;
    line-height:1.2
}
.main-footer .menu a:after,.main-footer .support a:after{
    content:'';
    position:absolute;
    width:100%;
    height:2px;
    left:0;
    bottom:-1px;
    -webkit-transform:scaleX(0);
    transform:scaleX(0);
    -webkit-transform-origin:100%;
    transform-origin:100%;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    background:#C7B299;
    -webkit-transition:-webkit-transform .3s cubic-bezier(.4,0,.2,1);
    transition:-webkit-transform .3s cubic-bezier(.4,0,.2,1);
    transition:transform .3s cubic-bezier(.4,0,.2,1);
    transition:transform .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1)
}
.main-footer .menu a:hover:after,.main-footer .support a:hover:after{
    -webkit-transform-origin:0;
    transform-origin:0;
    -webkit-transform:scaleX(1);
    transform:scaleX(1)
}
.main-footer .pop-btn{
    padding:8px 14px;
    display:inline-block;
    float:right;
    clear:right;
    font-size:13px;
    line-height:1;
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
    border-radius:3px
}
.main-footer .pop-btn:hover{
    -webkit-transform:scale(1.05);
    transform:scale(1.05)
}
.main-footer .copyright{
    clear:both;
    font-size:12px;
    line-height:30px;
    text-align:center;
    color:#DDD;
    margin:60px auto 20px
}
.main-footer .phone{
    display:block;
    float:right;
    clear:right;
    color:#FFF;
    background:#111;
    font-size:13px;
    line-height:1;
    text-decoration:none;
    margin-left:10px;
    padding:10px 14px;
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-transition:all .2s ease-out;
    transition:all .2s ease-out;
    border-radius:3px
}
.main-footer .phone:hover{
    -webkit-transform:scale(1.05);
    transform:scale(1.05)
}
.main-footer .menu-social-links-container{
    float:right;
    clear:right;
    margin-top:15px
}
.main-footer .menu-social-links-container a{
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-transition:-webkit-transform .3s ease-in;
    transition:-webkit-transform .3s ease-in;
    transition:transform .3s ease-in;
    transition:transform .3s ease-in,-webkit-transform .3s ease-in
}
.main-footer .menu-social-links-container a:hover{
    -webkit-transform:scale(1.1);
    transform:scale(1.1)
}
.main-footer .fb a{
    background:url(../../images/i-fb2.svg) center no-repeat;
    background-size:cover
}
.main-footer .tw a{
    background:url(../../images/i-tw2.svg) center no-repeat;
    background-size:cover
}
.main-footer .in a{
    background:url(../../images/i-in2.svg) center no-repeat;
    background-size:cover
}
.main-footer .sk a{
    background:url(../../images/i-sk2.svg) center no-repeat;
    background-size:cover
}
.main-footer .be a{
    background:url(../../images/i-be2.svg) center no-repeat;
    background-size:cover
}
.main-footer .gi a{
    background:url(../../images/i-gi2.svg) center no-repeat;
    background-size:cover
}
.main-footer .co a{
    background:url(../../images/i-co2.svg) center no-repeat;
    background-size:cover
}
.main-footer .em a{
    background:url(../../images/i-em2.svg) center no-repeat;
    background-size:cover
}
.main-footer a.legal{
    color:#C7B299;
    white-space:nowrap
}
.main-footer a.legal:hover{
    color:#f7931f
}
.sie img {
    width: 45%;
}
.sie {
    text-align: center;
}
.ehy h3 {
    text-align: center;
    padding-top: 50px;
}
.parag {
    padding-top: 55px;
}
section.bhi {
    padding: 50px;
    background: #e62e2d;
    margin-top: 50px;
}
.find h2 {
    color: #fff;
}
.find p {
    color: #fff;
}
.row.bor {
    padding: 40px;
    background: #e62e2d;
    border: 1px solid #fff;
}
button.btn.btn-def {
    font-size: 23px;
    background: #e62e2d;
    box-shadow: 2px 2px 2px 2px;
    color: #fff;
}
.app {
    padding-top: 28px;
    text-align: end;
}
.menu_wrp h2 a {
    color: #fff;
}
.menu_wrp h2 {
    color: #fff;
    font-size: 24px;
}
.info h6 a {
    color: #fff;
}