.panel-form .form-group,
.row-flex {
    display: -webkit-box;
    display: -ms-flexbox
}

.panel-title a:focus,
.panel-title a:hover,
.service-box a:focus,
.service-box a:hover,
a { 
    text-decoration: none
}
 
body { 
    font-family: Rubik, sans-serif;
    direction: rtl;
    color: #2c2e39;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.dropdown-toggle:focus,
body:focus {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0
}

p {
    font-weight: 300
}

.btn,
a {
    font-weight: 500
}

a:active,
a:focus,
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
select::-moz-focus-inner {
    outline: 0
}

.text-center .img-responsive {
    margin-right: auto;
    margin-left: auto
}

.row-flex {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio],
.row-flex::after,
.row-flex::before {
    display: none
}

.header .navbar-header,
.services .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse
}

.btn {
    border-color: transparent;
    border-radius: 4.68vw;
    padding: 2.03vw 4.06vw;
    line-height: .95;
    font-size: 5vw;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.btn span {
    margin-right: 3vw
}

.btn-lg {
    padding: 2.5vw 7.8vw;
    border-radius: 7.8vw
}

.btn-primary {
    background-color: #ed1c25
}

.btn-primary:focus,
.btn-primary:hover {
    border-color: #cf0a12;
    background-color: #cf0a12
}

.btn-contact {
    padding-left: 10vw;
    background-image: url(../images/icon-phone-mobile.png);
    background-repeat: no-repeat;
    background-position: 1.8vw center;
    background-size: 5.9vw
}

.form-control {
    border: 1px solid #575763;
    border-radius: 0;
    font-weight: 300;
    background: #f1f0f0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0!important
}

.form-control::-moz-placeholder {
    color: #2c2f3a;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-control:-moz-placeholder {
    color: #2c2f3a;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-control::-webkit-input-placeholder {
    color: #2c2f3a;
    opacity: 1;
    filter: alpha(opacity=100)
}

.form-control:-ms-input-placeholder {
    color: #2c2f3a;
    opacity: 1;
    filter: alpha(opacity=100)
}

select.form-control {
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/select-bg.svg) left center no-repeat #f1f0f0
}

.checkbox-inline,
.radio-inline {
    padding: 0
}

.radio-inline label {
    position: relative;
    padding-right: 5.31vw;
    padding-left: 0
}

.radio-inline label::before {
    position: absolute;
    content: '';
    width: 3.9vw;
    height: 3.9vw;
    top: .7vw;
    right: 0;
    border: .156vw solid #c5c5d1;
    border-radius: 100%;
    background-color: #f1f0f0
}

.radio-inline input[type=radio]:checked+label::after {
    position: absolute;
    content: '';
    width: 2.3vw;
    height: 2.3vw;
    top: 1.4vw;
    right: .78vw;
    border: .156vw solid #c5c5d1;
    border-radius: 100%;
    background-color: #ed1c25
}

.radio-inline+.radio-inline {
    margin-right: 4.68vw
}

.panel-group .panel {
    border-color: #d7d7d7;
    border-radius: 0
}

.panel-group .panel+.panel {
    border-top: none;
    margin-top: 0
}

.panel-title {
    font-size: 4.06vw;
    font-weight: 500;
    color: #2c2f3b
}

.hero-section p,
.panel-title .collapsed,
.testimonial p,
label {
    font-weight: 300
}

.panel-default>.panel-heading {
    padding: 0
}

.panel-title a {
    position: relative;
    display: block;
    padding: 3.43vw 10.93vw 3.43vw 5.31vw
}

.panel-title a::after,
.panel-title a::before {
    position: absolute;
    content: ''
}

.panel-title a::before {
    width: 3.28vw;
    height: 3.28vw;
    top: 50%;
    right: 3.125vw;
    font-size: 4.06vw;
    background: url(../images/minus.png) center center/100% no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.panel-title a::after {
    width: 5.31vw;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/panel-down.png) right center/2.35vw no-repeat
}

.panel-title .collapsed::before {
    background: url(../images/plus.png) center center/100% no-repeat
}

.panel-title .collapsed::after {
    background: url(../images/panel-left.png) right center/1.56vw no-repeat
}

.panel-body h3,
.panel-body p {
    font-size: 3.75vw
}

.panel-form {
    padding: 0 10vw
}

label {
    font-size: 3.43vw;
    color: #2c2e39
}

.panel-form label {
    display: block;
    width: 100%
}

.panel-form .form-group {
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    margin-bottom: 3.6vw
}

.panel-form .form-group-small .form-control {
    width: 50%;
    padding-left: 2.18vw
}

.form-group-half {
    width: 50%
}

.form-group-half:nth-child(odd) {
    padding-right: 1.09vw
}

.form-group-half:nth-child(even) {
    padding-left: 1.09vw
}

.panel-body .radio-box {
    margin-bottom: 4.68vw
}

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

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .item {
    opacity: 0
}

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

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.carousel-control.left,
.carousel-control.right {
    background-image: none
}

.carousel-indicators {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0
}

.carousel-indicators .active,
.carousel-indicators li {
    width: 12px;
    height: 12px;
    border: none;
    margin: 0 2px;
    background-color: #82828b
}

.carousel-indicators .active {
    background-color: #ed1c25
}

.header {
    -webkit-box-shadow: 1.5px 2.6px 3px 0 rgba(0, 0, 0, .24);
    box-shadow: 1.5px 2.6px 3px 0 rgba(0, 0, 0, .24);
    -webkit-transition: all 350ms ease;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.header.open {
    padding-left: 73.125vw
}

.header .navbar {
    min-height: 1vw
}

.header .navbar-default {
    margin: 0;
    background: 0 0;
    border-radius: 0;
    border: none
}

.header .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse
}

.header .header-contact {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 2.18vw
}

.header .hamburger {
    width: 14vw;
    height: 12.5vw;
    border-right: .3125vw solid #dddde0;
    padding: 3.125vw 2.8vw;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.header.open .hamburger {
    margin-right: 20vw
}

.header .navbar-default .navbar-toggle {
    position: relative;
    border: none;
    width: 7.81vw;
    height: 6vw;
    margin: 0;
    padding: 0
}

.header .navbar-default .navbar-toggle .icon-bar {
    position: absolute;
    display: block;
    width: 100%;
    height: 1.09vw;
    left: 0;
    border-radius: 1vw;
    margin: 0;
    opacity: 1;
    background: #82828b;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all .25s ease-in-out 0s;
    transition: all .25s ease-in-out 0s
}

.service-box a,
.testimonial .icon {
    display: -webkit-box;
    display: -ms-flexbox
}

.header .navbar-default .navbar-toggle.open .icon-bar {
    background: #82828b
}

.header .navbar-default .navbar-toggle.active .icon-bar {
    background: #82828b
}

.header .navbar-default .navbar-toggle .icon-bar:first-child {
    top: 0;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

.header .navbar-default .navbar-toggle .icon-bar:nth-child(2) {
    top: 2.18vw
}

.header .navbar-default .navbar-toggle.open .icon-bar:nth-child(2) {
    opacity: 0
}

.header .navbar-default .navbar-toggle.active .icon-bar:nth-child(2) {
    opacity: 0
}

.header .navbar-default .navbar-toggle .icon-bar:last-child {
    top: 4.36vw
}

.header .navbar-default .navbar-toggle.open .icon-bar:first-child {
    top: -.3125vw;
    left: .468vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header .navbar-default .navbar-toggle.open .icon-bar:last-child {
    top: 5.08vw;
    left: .468vw;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header .navbar-default .navbar-toggle.active .icon-bar:first-child {
    top: -.3125vw;
    left: .468vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header .navbar-default .navbar-toggle.active .icon-bar:last-child {
    top: 5.08vw;
    left: .468vw;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header .navbar-default .navbar-toggle:focus,
.header .navbar-default .navbar-toggle:hover {
    background: 0 0
}

.hero-section {
    padding: 7.81vw 0 20.78vw;
    color: #fff;
    background-color: #222;
	background-color:#ebeef0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.hero-section-inner {
    padding: 15vw 0 21vw
}

.hero-section .container {
    padding: 0 4vw
}

.hero-section h1 {
    margin-bottom: 0;
    font-size: 7.03vw;
    line-height: 1.427
}

.hero-section p {
    font-size: 5.625vw
}

.hero-section p:last-child {
    margin-bottom: 0
}

.hero-section .logo-shape {
    max-width: 48.9vw;
    margin: 0 auto 5.4vw
}

.hero-icon {
    margin-bottom: 3.75vw
}

.mobile-services {
    position: relative;
    margin-top: -9vw;
    margin-bottom: -9vw
}

.mobile-services-light {
    margin-bottom: 0
}

.mobile-services::before {
    position: absolute;
    content: '';
    width: 100%;
    height: calc(100% - 18vw);
    top: 9vw;
    left: 0;
    background-color: #ebeef0
}

.home-car .section-image img,
.mobile-form,
.section h2,
.section h2::after,
.testimonial h2,
.testimonial h2::after {
    position: relative
}

.mobile-services-light::before {
    background-color: #fff;
    height: calc(100% - 9vw)
}

.service-box:not(:last-child) {
    margin-bottom: 9vw
}

.service-box a {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35.25vw;
    height: 35.25vw;
    border-radius: 100%;
    margin: 0 auto;
    color: #fff;
    background-color: #ed1c25;
    -webkit-box-shadow: 4px 6.93px 16px 0 rgba(0, 0, 0, .36);
    box-shadow: 4px 6.93px 16px 0 rgba(0, 0, 0, .36)
}

.service-box a .icon {
    display: block;
    height: 9.375vw;
    margin-bottom: 3vw
}

.service-box a .icon img {
    max-height: 100%
}

.service-box h3 {
    margin-bottom: 0;
    font-size: 3.75vw;
    color: #fff
}

.mobile-form {
    padding: 3.125vw 0 2vw
}

.mobile-form-shadow {
    -webkit-box-shadow: 2px 3.46px 49px 0 rgba(0, 0, 0, .14);
    box-shadow: 2px 3.46px 49px 0 rgba(0, 0, 0, .14)
}

.mobile-form h2 {
    margin-bottom: 2vw;
    font-size: 5.31vw;
    color: #2c2f3b
}

.mobile-form .row {
    margin-bottom: 7px
}

.mobile-form .form-group {
    margin-bottom: 9px
}

.mobile-form .form-group:nth-child(odd) {
    padding-left: 6px
}

.mobile-form .form-group:nth-child(even) {
    padding-right: 6px
}

.mobile-form .form-control {
    border: none;
    font-size: 17px
}

.testimonial {
    padding: 16.25vw 0 10vw
}

.testimonial h2 {
    margin-bottom: 4.68vw;
    font-size: 6.25vw;
    color: #2c2f3b
}

.testimonial h2::after {
    display: block;
    content: '';
    width: 5.78vw;
    height: .625vw;
    margin: 4.68vw auto 0;
    background-color: #ed1c25
}

.testimonial p {
    font-size: 3.125vw;
    color: #2c2f3b
}

.testimonial h5 {
    font-size: 3.29vw;
    font-weight: 400;
    font-style: italic;
    color: #575763
}

.testimonial .icon {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 11.25vw;
    height: 11.25vw;
    border-radius: 100%;
    margin: 3.5vw auto 4.68vw;
    padding: 3.125vw;
    background-color: #ed1c25;
    -webkit-box-shadow: .7vw 1vw 2.5vw 0 rgba(0, 0, 0, .26);
    box-shadow: .7vw 1vw 2.5vw 0 rgba(0, 0, 0, .26)
}

.testimonial .item {
    padding: 0 10vw
}

.testimonial .carousel-control {
   /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;*/
    width: 4.68vw;
    opacity: 1
}

.home-car .car-circle,
.services .icon {
    -webkit-box-align: center;
    border-radius: 100%
}

.testimonial .carousel-control img {
    max-width: 100%
}

.site-footer {
    border-top: 1px solid #d7d7d7;
    padding: 3.125vw 0
}

.site-footer .footer-logos img {
    margin: 0 auto
}

.section h2 {
    margin-bottom: 4.68vw;
    font-size: 6.25vw
}

.section h2::after {
    display: block;
    content: '';
    width: 5.78vw;
    height: .625vw;
    margin: 4.68vw auto 0;
    background-color: #ed1c25
}

.home-car {
    padding-top: 8.5vw;
    text-align: center;
    background-color: #ebeef0
}

.home-car h2 {
    color: #2c2f3b
}

.home-car h3 {
    margin-bottom: 3.75vw;
    font-size: 6.25vw;
    color: #ed1c25
}

.home-car .section-image {
    position: relative;
    padding: 0
}

.home-car .section-text {
    margin-bottom: 4vw
}

.home-car .car-circle {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 19.375vw;
    height: 19.375vw;
    top: 0;
    right: 6.5vw;
    font-size: 4.53vw;
    font-weight: 500;
    color: #fff;
    background: #ed1c25;
    line-height: 1;
    transform: rotate(7deg)
}

.home-car figure {
    overflow: hidden
}

.services {
    padding: 80px 0 40px;
    background-color: #ebeef0
}

.services-light {
    background-color: #fff
}

.services .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.services figure {
    position: relative;
    margin-bottom: 30px
}

.services .icon {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    right: -12px;
    bottom: 9px;
    background-color: #dc3832;
    -webkit-box-shadow: 4.5px 7.79px 16px 0 rgba(0, 0, 0, .26);
    box-shadow: 4.5px 7.79px 16px 0 rgba(0, 0, 0, .26)
}

.services h2 {
    position: relative;
    margin-bottom: 20px;
    font-size: 24px;
    color: #2c2f3a
}

.services h2::after {
    position: relative;
    display: block;
    content: '';
    width: 37px;
    height: 3px;
    margin: 20px auto 0;
    background-color: #dc3832
}

.services a {
    font-size: 17px;
    font-weight: 500;
    text-decoration: underline;
    color: #dc3832
}

.service-listbox {
    width: 33.33%;
    margin-bottom: 30px
}

.page-content {
    padding: 6vw 0;
    background-color: #ebeef0
}

.page-content .heading {
    margin-bottom: 6.25vw
}

.page-content .heading h2 {
    font-size: 24px;
    font-weight: 300;
    color: #2c2e39
}

.page-content .heading .form-group {
    width: 70%;
    margin: 0 auto;
    max-width: 330px
}

.news-layout,
.pdf-list ul {
    margin-bottom: 12vw
}

.pdf-list ul {
    border: 1px solid #d7d7d7;
    padding: 0
}

.pdf-list li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
    padding: 2.96vw 4.375vw 2.96vw 5.15vw;
    font-weight: 300;
    color: #2c2e39;
    background-color: #f9fafa
}

.pdf-list li:last-child a {
    border: none
}

.pdf-list li a:focus,
.pdf-list li a:hover {
    text-decoration: none
}

.pdf-list .icon-pdf {
    width: 5.625vw;
    margin-left: 3.75vw
}

.pdf-list .icon-download {
    position: absolute;
    width: 5vw;
    top: 50%;
    left: 5.31vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.news-layout .item {
    margin-bottom: 13px;
    padding: 0 6px
}

.news-content {
    border: 1px solid #d7d7d7;
    background-color: #fff
}

.news-layout figure img {
    width: 100%
}

.page-content-tips h2::after,
.team-list h2::after {
    width: 5.78vw;
    left: 50%;
    content: '';
    background-color: #ed1c25
}

.news-detail {
    padding: 3.75vw 1.5vw
}

.news-detail h4 {
    margin-bottom: 2vw;
    font-size: 3.75vw;
    color: #2c2f3b
}

.news-detail p {
    font-size: 2.81vw
}

.news-detail a {
    font-size: 3.125vw;
    font-weight: 500;
    color: #ed1c25
}

.page-content-tips {
    text-align: center;
    padding-bottom: 15vw
}

.page-content-tips h2 {
    position: relative;
    margin-bottom: 8.43vw;
    font-size: 5.31vw;
    color: #82828b
}

.page-content-tips h2::after {
    position: absolute;
    height: .47vw;
    bottom: -4vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.page-content-tips h3 {
    margin-bottom: 6vw;
    font-size: 3.75vw;
    color: #ed1c25
}

.page-content-tips figure,
.page-content-tips p {
    margin-bottom: 3.125vw
}

.more-tips .item {
    margin-top: 13px;
    text-align: right;
    padding: 0 6px
}

.page-content-tips .more-tips figure {
    margin-bottom: 0
}

.page-content p {
    font-size: 4.75vw
}

.team-list {
    padding: 4.68vw 15px
}

.team-list h2 {
    position: relative;
    margin-bottom: 9.375vw;
    font-size: 5.15vw;
    color: #82828b
}

.team-list h2::after {
    position: absolute;
    height: .468vw;
    bottom: -4.5vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.team-box {
    margin-bottom: 50px;
    padding: 0 2vw
}

.team-box figure {
    margin-bottom: 20px
}

.team-box img {
    border-radius: 50%
}

.team-box h3 {
    position: relative;
    margin-bottom: 0;
    font-size: 16px;
    color: #2c2f3b
}

.team-box h3::after {
    position: relative;
    display: block;
    content: '';
    width: 10px;
    height: 2px;
    margin: 14px auto 8px;
    background-color: #ed1c25
}

.team-box p {
    margin-bottom: 0;
    font-size: 16px
}

/* hp red button new section */
#herobtncontactfrm{
    margin-top:30px;
    font-size: 35px;

}
#herotext{
    margin-top: 30px;
    padding: 17px 40px;
    font-size: 35px;
    font-weight: 600;
    max-width: 520px;
    margin: 0 auto;
    line-height: 1.2em;
}

.custom-placeholder {
    position: absolute;
    width: calc(100% - 2px);
    text-align: start;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #000;
    font-size: 13px;
    font-weight: 300;
    transition: 0.2s ease;
    background: #f1f0f0;
    padding: 6px 12px;
}

.input-wrapper {
    position: relative;
    cursor: pointer;
}

input[type="date"] {
    cursor: pointer;
}

.custom-placeholder.hidden {
    opacity: 0;
}

.wpcf7-list-item {
    margin: 0;
}

/* Chrome, Safari, Edge (WebKit/Chromium browsers) */
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

/* Firefox */
input[type="date"]::-moz-focus-inner {
    border: 0;
}

/* Edge Legacy (older versions) */
input[type="date"]::-ms-clear,
input[type="date"]::-ms-expand {
    display: none; }
    
@media screen and (max-width:767px) {

    #herobtncontactfrm , #herotext{
        display:none;
    }
    .header .navbar-default .navbar-brand {
        width: 26.71vw;
        height: auto;
        margin-right: 1.875vw;
        padding: 1.25vw 0 2.18vw
    }
    .header .navbar-default .navbar-collapse {
        position: fixed;
        display: block;
        width: 73.125vw;
        height: 100vh!important;
        top: 0;
        left: 0;
        border: none;
        margin: 0;
        padding: 0;
        background: #fff;
        -webkit-box-shadow: 2px 3.46px 49px 0 rgba(0, 0, 0, .14);
        box-shadow: 2px 3.46px 49px 0 rgba(0, 0, 0, .14);
        overflow: auto;
        -webkit-transform: translateX(-80vw);
        transform: translateX(-80vw);
        -webkit-transition: all 350ms ease;
        transition: all 350ms ease;
        z-index: 9999999
    }
    .header .navbar-default .navbar-collapse.in,
    .header .navbar-default .navbar-collapsing {
        display: block;
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    .header .navbar-nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0
    }
    .header .navbar-nav>li {
        border-bottom: 1px solid #d7d7d7;
        padding: 0
    }
    .header .navbar-nav>.menu-button {
        border: none;
        padding: 4.68vw 8.43vw
    }
    .header .navbar-nav>li>a {
        position: relative;
        padding: 3.5vw 10vw 3.5vw 2vw;
        font-size: 5vw;
        font-weight: 300;
        color: #2c2f3b;
        -webkit-transition: color .3s ease;
        transition: color .3s ease
    }
   
    .header .navbar-default .navbar-nav>.active>a,
    .header .navbar-default .navbar-nav>.active>a:focus,
    .header .navbar-default .navbar-nav>.active>a:hover,
    .header .navbar-default .navbar-nav>.open>a,
    .header .navbar-default .navbar-nav>.open>a:focus,
    .header .navbar-default .navbar-nav>.open>a:hover,
    .header .navbar-default .navbar-nav>li>a:focus,
    .header .navbar-default .navbar-nav>li>a:hover {
        background: 0 0;
        color: #2c2f3b
    }
	
    .header .navbar-default .navbar-nav>.active>a,
    .header .navbar-default .navbar-nav>.active>a:focus,
    .header .navbar-default .navbar-nav>.active>a:hover,
    .header .navbar-default .navbar-nav>.active>a,
    .header .navbar-default .navbar-nav>.active>a:focus,
    .header .navbar-default .navbar-nav>.active>a:hover,
    .header .navbar-default .navbar-nav>li>a:focus,
    .header .navbar-default .navbar-nav>li>a:hover {
        background: 0 0;
        color: #2c2f3b
    }
    .header .navbar-nav>.menu-button>.btn {
        display: inline-block;
        padding: 2.03vw 4.06vw 2.03vw 10vw;
        line-height: .95;
        font-size: 5vw;
        font-weight: 500;
        color: #fff
    }
    .header .navbar-nav>.menu-button>.btn:focus,
    .header .navbar-nav>.menu-button>.btn:hover {
        color: #fff;
        background-color: #cf0a12;
        background-image: url(../images/icon-phone-mobile.png);
        background-repeat: no-repeat;
        background-position: 1.8vw center;
        background-size: 5.9vw
    }
    .header .navbar-nav>.dropdown>a .caret {
        position: absolute;
        width: 10vw;
        height: 100%;
        right: 0;
        top: 50%;
        border: none;
        background: url(../images/arrow-left.png) center center/2.34vw no-repeat #fff;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
	
    .header .navbar-nav>.dropdown.open>a .caret {
        background: url(../images/arrow-down.png) center center/4.21vw no-repeat #fff
    }
    .header .navbar-nav .open .dropdown-menu {
        border-top: 1vw solid #ed1c25;
        border-radius: 0;
        padding: 0;
        background: #f1f1f1
    }
    .header .dropdown-menu>li,
    .header .navbar-default .navbar-nav .open .dropdown-menu>li {
        border-bottom: 1px solid #d7d7d7
    }
    .header .dropdown-menu>li:last-child,
    .header .navbar-default .navbar-nav .open .dropdown-menu>li:last-child {
        border: none
    }
    .header .dropdown-menu>li>a,
    .header .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        border-bottom: 1px dotted rgba(255, 255, 255, .3);
        padding: 3.5vw 10vw 3.5vw 2vw;
        font-size: 5vw;
        font-weight: 300;
        text-align: right;
        color: #2c2f3b;
        background: url(../images/arrow-left.png) 4.21vw center/2.34vw no-repeat
    }	
	
	
    .header .navbar-nav>.dropdown.active>a .caret {
        background: url(../images/arrow-down.png) center center/4.21vw no-repeat #fff
    }
    .header .navbar-nav .active .dropdown-menu {
        border-top: 1vw solid #ed1c25;
        border-radius: 0;
        padding: 0;
        background: #f1f1f1
    }
    .header .dropdown-menu>li,
    .header .navbar-default .navbar-nav .active .dropdown-menu>li {
        border-bottom: 1px solid #d7d7d7
    }
    .header .dropdown-menu>li:last-child,
    .header .navbar-default .navbar-nav .active .dropdown-menu>li:last-child {
        border: none
    }
    .header .dropdown-menu>li>a,
    .header .navbar-default .navbar-nav .active .dropdown-menu>li>a {
        border-bottom: 1px dotted rgba(255, 255, 255, .3);
        padding: 3.5vw 10vw 3.5vw 2vw;
        font-size: 5vw;
        font-weight: 300;
        text-align: right;
        color: #2c2f3b;
        background: url(../images/arrow-left.png) 4.21vw center/2.34vw no-repeat
    }
    .dropdown-menu>li:focus>a,
    .header .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .header .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .header .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .header .navbar-default .navbar-nav .open .dropdown-menu>li:focus>a .dropdown-menu>li:hover>a,
    .header .navbar-default .navbar-nav .open .dropdown-menu>li:hover>a {
        color: #2c2f3b
    }


    .testimonial .icon { padding:0; }
    .testimonial .icon img{ width: 25px; } 
}


@media screen and (min-width:768px) {
    .hero-form .main-form .wpcf7-form,
    .main-form .row-flex {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal
    }
    .dropdown-menu {
        right: 0;
        left: inherit
    }
    .btn {
        border-radius: 30px;
        padding: 14px 25px;
        font-size: 18px
    }
    .btn span {
        margin-right: 10px
    }
    .radio-inline label {
        padding-right: 22px
    }
    .radio-inline label::before {
        width: 16px;
        height: 16px;
        top: 4px
    }
    .radio-inline input[type=radio]:checked+label::after {
        width: 10px;
        height: 10px;
        top: 7px;
        right: 3px
    }
    .radio-inline+.radio-inline {
        margin-left: 0;
        margin-right: 20px
    }
    .panel-title a {
        padding: 10px 60px;
        font-size: 21px
    }
    .panel-title a::before {
        width: 60px;
        height: 100%;
        top: 0;
        right: 0;
        background-size: auto;
        -webkit-transform: none;
        transform: none
    }
    .panel-title .collapsed::before {
        background: url(../images/plus-big.png) center center no-repeat
    }
    .panel-title .collapsed::after,
    .panel-title a::after {
        width: 60px;
        background-position: center center;
        background-size: auto
    }
    .panel-body {
        padding: 15px 60px
    }
    .panel-body h3,
    .panel-body p {
        font-size: 16px
    }
    .panel-form {
        max-width: 400px;
		max-width: 322px;
        padding: 0 30px 0 0
    }
    .panel-form .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 13px;
        width: 100%;
    }
    .panel-form .wpcf7-form-control-wrap {
        width: calc(100% - 196px);
		width: calc(100% - 118px)
    }
    .panel-form .form-control {
        height: 27px;
        padding: 3px 10px
    }
    .panel-form label {
        width: 196px;
		width: 118px;
        padding-left: 20px;
        text-align: right;
    }
    .form-group-half {
        width: 87px
    }
    .panel-form .form-group-half .form-control {
        width: 100%
    }
    .form-group-half:nth-child(even) {
        padding-left: 4px
    }
    .form-group-half:nth-child(2n+1) {
        padding-right: 4px
    }
    .panel-form .form-group-small .form-control {
        width: 83px
    }
    .panel-form .radio-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 13px
    }
    .panel-form .radio-inline {
        width: auto
    }
    .panel-form .radio-inline label {
        padding-left: 0
    }
    .panel-form .form-captcha {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    .panel-form .form-captcha img {
        width: calc(100% - 196px)
    }
    .panel-form .form-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: center;
        
    }
    label {
        margin: 0;
        font-size: 15px;
        text-align: left
    }
    .header .navbar-header {
        max-width: 160px
    }
    .header .navbar-brand {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        margin-left: 0;
        margin-right: -15px;
        padding-right: 0
    }
    .header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .header .navbar-default .navbar-collapse {
        width: 100%;
        border: none;
        padding: 0
    }
    .header .navbar-nav {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 0
    }
    .header .navbar-nav>li {
        text-align: center
    }
    .header .navbar-nav>li>a {
        position: relative;
        padding: 15px 10px;
        font-weight: 500;
        color: #2c2f3a;
        overflow: hidden
    }
    .header .navbar-nav>li>a::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 3px;
        bottom: -3px;
        left: 0;
        background-color: #dc3832;
        transition: all 350ms ease
    }
    .header .navbar-default .navbar-nav>.open>a,
    .header .navbar-default .navbar-nav>.open>a:focus,
    .header .navbar-default .navbar-nav>.open>a:hover {
        color: #2c2f3a;
        background-color: #ebebeb
    }
    .header .navbar-default .navbar-nav>.active>a,
    .header .navbar-default .navbar-nav>.active>a:focus,
    .header .navbar-default .navbar-nav>.active>a:hover,
    .header .navbar-default .navbar-nav>.current-menu-parent>a,
    .header .navbar-default .navbar-nav>.current-menu-parent>a:focus,
    .header .navbar-default .navbar-nav>.current-menu-parent>a:hover,
    .header .navbar-default .navbar-nav>.open>a,
    .header .navbar-default .navbar-nav>li:focus>a,
    .header .navbar-default .navbar-nav>li:hover>a {
        background-color: #ebebeb
    }
    .header .navbar-default .navbar-nav>.active>a::after,
    .header .navbar-default .navbar-nav>.active>a:focus::after,
    .header .navbar-default .navbar-nav>.active>a:hover::after,
    .header .navbar-default .navbar-nav>.current-menu-parent>a::after,
    .header .navbar-default .navbar-nav>.current-menu-parent>a:focus::after,
    .header .navbar-default .navbar-nav>.current-menu-parent>a:hover::after,
    .header .navbar-default .navbar-nav>li:focus>a::after,
    .header .navbar-default .navbar-nav>li:hover>a::after {
        bottom: 0
    }
    .header .navbar-nav>li>a .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 28px;
        margin-bottom: 4px
    }
    .hero-form,
    .hero-section-noform {
        display: -webkit-box;
        display: -ms-flexbox
    }
    .header .navbar-nav>.open>.dropdown-menu,
    .header .navbar-nav>li>.dropdown-menu {
        border: none;
        border-radius: 0;
        margin: 0;
        padding: 0;
        text-align: right;
        background-color: #ebebeb;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .header .navbar-nav>li>.dropdown-menu>li {
        border-bottom: 1px solid #d7d7d7
    }
    .header .navbar-nav>li>.dropdown-menu>li:first-child {
        border-top: 1px solid #d7d7d7
    }
    .header .navbar-nav>.open>.dropdown-menu>li>a,
    .header .navbar-nav>li>.dropdown-menu>li>a {
        position: relative;
        padding: 14px 12px;
        font-size: 13px;
        font-weight: 500;
        color: #2c2f3b;
        overflow: hidden
    }
    .header .navbar-nav>.open>.dropdown-menu>li>a::before,
    .header .navbar-nav>li>.dropdown-menu>li>a::before {
        position: absolute;
        content: '';
        width: 3px;
        height: 100%;
        right: -3px;
        top: 0;
        background-color: #dc3832;
        transition: all 350ms ease
    }
    .header .navbar-nav .dropdown-menu>.active>a,
    .header .navbar-nav .dropdown-menu>.active>a:focus,
    .header .navbar-nav .dropdown-menu>.active>a:hover,
    .header .navbar-nav>.open>.dropdown-menu>.active>a,
    .header .navbar-nav>li>.dropdown-menu>li:focus>a,
    .header .navbar-nav>li>.dropdown-menu>li:hover>a {
        color: #2c2f3b;
        background: url(../images/arrow-left-small.png) 7px center no-repeat #fff
    }
    .header .navbar-nav .dropdown-menu>.active>a::before,
    .header .navbar-nav .dropdown-menu>.active>a:focus::before,
    .header .navbar-nav .dropdown-menu>.active>a:hover::before,
    .header .navbar-nav>.open>.dropdown-menu>.active>a::before,
    .header .navbar-nav>li>.dropdown-menu>li:focus>a::before,
    .header .navbar-nav>li>.dropdown-menu>li:hover>a::before {
        right: 0
    }
    .hero-section {
        position: relative;
        padding: 63px 0 35px
    }
    .hero-section-inner {
        min-height: 305px
    }
    .hero-section-noform {
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 90px 0
    }
    .hero-section .container {
        padding-right: 15px;
        padding-left: 15px
    }
    .hero-section h1 {
        font-size: 36px;
        line-height: 1
    }
    .hero-section p {
        font-size: 22px
    }
    .hero-section .logo-shape {
        margin-bottom: 20px
    }
    .quick-contact {
        position: fixed;
        top: 25%;
        left: 0;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        padding: 1px 60px 10px 15px;
        background: url(../images/icon-phone.png) calc(100% - 10px) center no-repeat #f5f5f5;
		z-index:999;
		
			-webkit-box-shadow: 1.5px 2.6px 3px 0 rgba(0, 0, 0, .24);
    box-shadow: 1.5px 2.6px 3px 0 rgba(0, 0, 0, .24);
    -webkit-transition: all 350ms ease;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
		
		
    }
    .quick-contact p {
        font-size: 22px;
        font-weight: 400;
        color: #2f2e3c;
        line-height: 1.2;
        overflow: hidden
    }
    .quick-contact small {
        display: inline-block;
        position: relative;
        font-size: 13px
    }
    .quick-contact small::after,
    .quick-contact small::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        top: 50%;
        background-color: #dddddf;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .quick-contact small::before {
        right: 100%;
        margin-right: 5px
    }
    .quick-contact small::after {
        left: 100%;
        margin-left: 5px
    }
    .quick-contact p a {
        display: block;
        font-weight: 500;
        color: #2f2e3c;
        line-height: .8
    }
    .quick-contact p a:focus,
    .quick-contact p a:hover {
        text-decoration: none
    }
    .hero-form {
        display: flex;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 800px;
        border-radius: 60px;
        margin: 70px auto 0;
        background-color: #fff;
        overflow: hidden
    }
    .hero-form .form-heading {
        padding: 18px 25px 15px;
        background: url(../images/hero-form-heading-bg.svg) left center no-repeat #fff
    }
    .hero-form .form-heading h2 {
        font-size: 24px;
        font-weight: 700;
        color: #2f2e3c;
        line-height: 1
    }
    .hero-form .main-form {
        padding: 14px 18px 14px 30px;
        width: calc(100% - 180px)
    }
    .hero-form .main-form .wpcf7-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .hero-form .row-form {
        width: calc(100% - 126px)
    }
    .hero-form .row-form .row-flex p {
        display: none
    }
    .hero-form .submit-form {
        width: 108px;
        margin-right: 18px
    }
    .hero-form .form-group {
        margin-bottom: 16px;
    }
    .main-form .row-flex {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .main-form .form-group:nth-child(odd) {
        padding-left: 6px
    }
    .main-form .form-group:nth-child(even) {
        padding-right: 6px
    }
    .main-form .form-group:last-child,
    .main-form .form-group:nth-last-child(2) {
        margin-bottom: 0
    }
    .hero-icon {
        margin-bottom: 20px
    }
    .home-car .section-image {
        background-color: #ebeef0
    }
    .home-car .section-image::before {
        position: absolute;
        content: '';
        width: 79px;
        height: 100%;
        top: 0;
        right: 0;
        background: #fff
    }
    .home-car .section-image img {
        max-width: none
    }
    .home-car figure {
        overflow: hidden;
        margin-right: -110px;
        margin-top: 116px
    }
    .home-car .car-circle {
        width: 148px;
        height: 148px;
        right: 3px;
        top: 72px;
        font-size: 34px
    }
    .testimonial {
        padding: 92px 0 65px;
        background-color: #ebeef0
    }
    .testimonial h2 {
        margin-bottom: 28px;
        font-size: 36px
    }
    .testimonial h2::after {
        width: 37px;
        height: 4px;
        margin: 14px auto 0
    }
    .testimonial h5,
    .testimonial p {
        font-size: 17px
    }
    .testimonial .icon {
        width: 86px;
        height: 86px;
        padding: 0;
        margin-top: 25px;
        margin-bottom: 50px;
		margin-bottom: 25px;
        -webkit-box-shadow: 4.5px 7.79px 16px 0 rgba(0, 0, 0, .26);
        box-shadow: 4.5px 7.79px 16px 0 rgba(0, 0, 0, .26)
    }
	.testimonial h5.after_icon{
		margin-bottom:50px;	
	}
    .testimonial .item {
        padding: 0 40px
    }
    .testimonial .item p {
        max-width: 748px;
        margin: 0 auto 20px
    }
    .copyright p,
    .site-footer .social-nav ul {
        margin-bottom: 0
    }
    .testimonial .carousel-indicators li {
        background-color: #fff
    }
    .testimonial .carousel-indicators .active {
        background-color: #dc3832
    }
    .testimonial .item::after,
    .testimonial .item::before {
        position: absolute;
        content: '';
        width: 34px;
        height: 34px;
        top: 0;
        background: url(../images/comma.svg) left top no-repeat
    }
    .testimonial .item::before {
        left: 0
    }
    .testimonial .item::after {
        right: 0;
        background: url(../images/comma-reverse.svg) left top no-repeat
    }
    .testimonial .carousel-control {
        width: 58px;
        padding-bottom: 60px;
    	top:10px;
	}
    .carousel-control.left {
        left: -80px
    }
    .carousel-control.right {
        right: -60px
    }
    .site-footer {
        border: none;
        padding: 7px 0;
        color: #fff;
        background-color: #2c2f3a
    }
    .site-footer .row-flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .copyright p {
        font-size: 13px;
        font-weight: 500
    }
    .site-footer .social-nav li {
        font-size: 16px
    }
    .site-footer .social-nav li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 31px;
        height: 31px;
        border-radius: 100%;
        color: #2c2f3a;
        background-color: #fff;
        -webkit-transition: all 350ms ease;
        transition: all 350ms ease
    }
    .site-footer .social-nav li a:focus,
    .site-footer .social-nav li a:hover {
        text-decoration: none;
        color: #fff;
        background-color: #dc3832
    }
    .section h2 {
        margin-bottom: 10px;
        font-size: 36px
    }
    .section h2::after {
        width: 37px;
        height: 3px;
        margin: 14px auto 0
    }
    .home-car {
        padding: 0;
        background: #fff
    }
    .home-car-dark {
        background: #ebeef0
    }
    .home-car .row::after,
    .home-car .row::before {
        display: none
    }
    .home-car .row {
        display: flex;
        flex-flow: wrap
    }
    .home-car .section-text {
		background: #ebeef0;
        padding: 70px 15px 151px;
        text-align: right;
        margin-bottom: 0
    }
    .home-car h2::after {
        position: absolute;
        display: inline-block;
        right: 0;
        bottom: -26px
    }
    .home-car .content {
        width: 100%;
        max-width: 311px;
        float: left
    }
    .home-car h2 {
        margin-bottom: 45px
    }
    .home-car h3 {
        margin-bottom: 35px;
        font-size: 24px
    }
    .home-car ul {
        margin-bottom: 30px;
        padding-right: 0
    }
    .home-car li {
        font-size: 17px;
        font-weight: 300;
        color: #2c2f3a
    }
    .home-car li span {
        color: #dc3832
    }
    .home-car .btn {
        padding: 12px 25px;
        font-size: 17px
    }
    .page-content {
        padding: 55px 0
    }
    .page-content .heading {
        margin-bottom: 20px
    }
    .page-content .heading h2 {
        margin-bottom: 20px;
        font-size: 30px
    }
    .news-layout,
    .pdf-list ul {
        margin-bottom: 0
    }
    .page-content .heading .form-group {
        max-width: 200px
    }
	.page-content .heading.customlabel .form-group {
        max-width: 100%;
    }
	.page-content .heading.customlabel .form-group select.form-control{
        max-width: 200px;
		margin:0 auto;
    }
    .pdf-list li a {
        padding: 14px 18px 14px 50px;
        font-size: 21px
    }
    .pdf-list .icon-pdf {
        width: 36px;
        margin-left: 25px
    }
    .pdf-list .icon-download {
        width: 26px;
        left: 23px
    }
    .news-detail {
        padding: 10px
    }
    .news-detail h4 {
        margin-bottom: 10px;
        font-size: 18px
    }
    .news-detail a,
    .news-detail p {
        font-size: 16px
    }
    .news-detail p {
        margin-bottom: 15px
    }
    .page-content-tips {
        text-align: right
    }
    .page-content-tips h2 {
        font-size: 34px;
        margin-bottom: 40px
    }
    .page-content-tips h2::after {
        width: 37px;
        height: 3px;
        bottom: -25px;
        left: inherit;
        right: 0;
        -webkit-transform: none;
        transform: none
    }
    .page-content-tips h3 {
        margin-bottom: 35px;
        font-size: 18px
    }
    .page-content p,
    .page-content-tips figure {
        margin-bottom: 20px
    }
    .page-content p {
		font-family: Rubik, sans-serif;
        font-size: 16px;
		    color: #2c2e39;
			font-weight: 300;
    }
	.page-content li {
		font-family: Rubik, sans-serif;
        font-size: 16px;
		    color: #2c2e39;
			font-weight: 300;
    }
    .more-tips h2 {
        text-align: center
    }
    .more-tips h2::after {
        left: 50%;
        right: inherit;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .more-tips .row-flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .more-tips .item {
        margin-top: 20px;
        padding: 0 15px
    }
    .team-list {
        padding: 60px 15px 10px
    }
    .team-list h2 {
        font-size: 24px;
        margin-bottom: 74px
    }
    .team-list h2::after {
        width: 37px;
        height: 3px;
        bottom: -30px
    }
    .team-box h3,
    .team-box p {
        font-size: 17px;
        font-style: italic
    }
    .team-box h3::after {
        margin: 10px auto 5px
    }
    .team-box:last-child,
    .team-box:nth-last-child(2),
    .team-box:nth-last-child(3) {
        margin-bottom: 0
    }
}


.hero-form .row-form .row-flex .form-group > p {display: block;}
.hero-form .wpcf7 input[type="url"], .hero-form .wpcf7 input[type="email"], .hero-form .wpcf7 input[type="tel"] {
    direction: rtl;
}

@media screen and (min-width:992px) {
    .btn {
        font-size: 24px
    }
    .hero-form-home {
        margin-top: 150px
    }
    .hero-section h1 {
        font-size: 40px
    }
    .hero-form .row-form {
        width: calc(100% - 165px)
    }
    .hero-form .submit-form {
        width: 147px
    }
    .home-car .section-text {
        padding: 100px 15px 150px
    }
    .home-car .content {
        margin-left: 75px
    }
    .home-car figure {
        margin-top: 127px
    }
    .home-car .car-circle {
        top: 86px
    }
    .services {
        padding: 100px 0 60px
    }
    .service-listbox {
        width: 25%;
        margin-bottom: 0;
        padding: 0 20px
    }
    .team-box {
        width: 20%;
        padding: 0 15px
    }
    .team-box:first-child,
    .team-box:nth-child(3n) {
        margin-right: 20%
    }
    .team-box:nth-child(3) {
        margin-left: 20%;
        margin-right: 0
    }
    .team-box:nth-child(6) {
        margin-right: 0
    }

    .single-post .hero-section .hero-title {
        font-size: 40px;
    }
}

@media screen and (min-width:1200px) {
    .header .navbar-header {
        max-width: 175px
    }
    .header .navbar-brand {
        width: 175px;
        margin: 0;
        padding: 10px 0
    }
    .header .navbar-nav>li>a {
        padding: 12px 14px
    }
    .header .navbar-nav>.dropdown:hover .dropdown-menu {
        display: block
    }
    .hero-form .btn {
        min-width: 155px;
		margin-bottom: 25px;
    }
    .hero-section h1 {
        font-size: 48px
    }
    .hero-form .row-form {
        width: calc(100% - 193px)
    }
    .hero-form .submit-form {
        width: 175px
    }
    .testimonial .item::before {
        left: 5%
    }
    .testimonial .item::after {
        right: 5%
    }
    .more-tips .item {
        padding: 0 30px
    }

    .team-box:last-child{
        margin-right: 40%;
    }

    .single-post .hero-section .hero-title {
        font-size: 48px
    }


}

@media screen and (min-width:1250px) {
    .container {
        width: 95%;
        max-width: 1300px
    }
    .testimonial .item::before {
        left: 8%
    }
    .testimonial .item::after {
        right: 8%
    }
}

@media screen and (min-width:1350px) {
    .testimonial .item::before {
        left: 10%
    }
    .testimonial .item::after {
        right: 10%
    }
}



.section-text.section_home{background:#ffffff}
.section-image.section_home{background:#d9d9e1}


.sitmap_menu img{
	display:none;
}
.sitmap_menu .dropdown-menu{
	display:block;
	position:relative;
	right:0;top:0;left:auto;
	float:none;
	background-color:transparent;
	box-shadow:none;
}

.sitmap_menu .caret{
	display:none;
}




.sitmap_menu {
margin-top:15px;
margin-bottom:15px;
}


.sitmap_menu>.menu-item {
margin-top:15px;
margin-bottom:15px;
}



.sitmap_menu .menu-item .sub-menu a {
color:#3d3e42;
}




.checkbox_prv label, .checkbox_prv2 label{text-align:right;font-size:12px;}

@media (max-width: 767px) {
    .checkbox_prv label,
    .checkbox_prv2 label {
        font-size: 14px;
    }

    .page-id-1250 form.wpcf7-form {
        padding: 8px;
        background: #fff;
        border-radius: 8px;
    }
}




