.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-button,
.ui-helper-reset {
    text-decoration: none;
    margin: 0
}

.ui-helper-reset {
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default!important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    width: 100%;
    height: 100%
}

.abt-list li::before {
    content: '\f054';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #ae0c28;
    padding-right: 10px;
}

.item1 img {
    /*  max-width: 100%;*/
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.item1:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.item2 {
    position: relative;
    border: 0px solid #333;
    margin: 0%;
    overflow: hidden;
    width: 100%;
}

.item2 img {
    max-width: 100%;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.item2:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-button {
    display: inline-block;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    -webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, .08);
    box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, .08);
    vertical-align: top
}

.ui-button:active,
.ui-button:focus {
    outline: 0
}

.ui-button::-moz-focus-inner {
    border-width: 1px 0;
    border-style: solid none;
    border-color: transparent;
    padding: 0
}

.ui-button:focus,
.ui-button:hover {
    background: #fafafa;
    border-color: #999;
    color: #23282d
}

.ui-button:focus {
    -webkit-box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8);
    box-shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, .8)
}

.ui-button:active {
    background: #eee;
    border-color: #999;
    color: #32373c;
    -webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, .5);
    box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, .5)
}

.ui-button:disabled,
.ui-button[disabled] {
    color: #a0a5aa!important;
    border-color: #ddd!important;
    background: #f7f7f7!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    text-shadow: 0 1px 0 #fff!important;
    cursor: default
}

@media screen and (max-width:782px) {
    .ui-button {
        padding: 10px 14px;
        line-height: 1;
        font-size: 14px;
        vertical-align: middle;
        height: auto;
        margin-bottom: 4px
    }
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100102;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3)
}

.ui-dialog-titlebar {
    background: #fcfcfc;
    border-bottom: 1px solid #dfdfdf;
    height: 36px;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    padding: 0 36px 0 16px
}

.ui-button.ui-dialog-titlebar-close {
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #666;
    cursor: pointer;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    text-align: center
}

.ui-dialog-titlebar-close:before {
    font: 400 20px/1 dashicons;
    vertical-align: top;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 36px;
    width: 36px;
    height: 36px;
    content: '\f158'
}

.ui-button.ui-dialog-titlebar-close:hover {
    color: #00a0d2
}

.ui-dialog-titlebar-close .ui-button-text {
    display: none
}

.ui-dialog-content {
    padding: 16px;
    overflow: auto
}

.ui-dialog-buttonpane {
    background: #fcfcfc;
    border-top: 1px solid #dfdfdf;
    padding: 16px
}

.ui-dialog-buttonpane .ui-button {
    margin-left: 16px
}

.ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 360px;
    background: #000;
    opacity: .7;
    filter: alpha(opacity=70);
    z-index: 100101
}

div.wpcf7 {
    margin: 0;
    padding: 0
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #f00
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #f00;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item {
    margin-left: 0.5em
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

.tp_recent_tweets {
    float: left;
    clear: left
}

.tp_recent_tweets li {
    background-image: url('/wp-content/plugins/recent-tweets-widget/assets/tweet.png');
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 30px;
    padding-bottom: 20px;
    float: left;
    clear: left;
    line-height: 20px;
    list-style-type: none
}

.tp_recent_tweets li a {
    font-weight: bold
}

.tp_recent_tweets .twitter_time {
    color: #999;
    font-size: 12px;
    font-style: italic;
    font-weight: normal
}


.rev_slider {
    position: relative;
    overflow: visible
}

.tp-overflow-hidden {
    overflow: hidden
}

.tp-simpleresponsive img,
.rev_slider img {
    max-width: none !important;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border: none
}

 
.vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .item_thumbnail img {
    width: 100%
}

 
 

.vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content h6 a:hover {
    color: #f57900
}

 
.vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content p {
    line-height: 24px
}

 

.vc_services .owl-dots:after {
    content: "";
    display: table;
    clear: both
}

.vc_services .owl-dots .owl-dot {
    float: left;
    width: 10px;
    height: 10px;
    padding: 3px;
    margin: 0 15px 0 0;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.vc_services .owl-dots .owl-dot span {
    display: block;
    width: 4px;
    height: 4px;
    border: 1px solid #8a929d;
    background: #8a929d;
    padding: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

 

 
 
.vc_services_grid .item .item_wr:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
    border-color: transparent
}

.vc_services_grid .item .item_wr .item_thumbnail {
    margin: -1px -1px 0 -1px
}

.vc_services_grid .item .item_wr .item_thumbnail img {
    display: block;
    max-width: 100%;
    height: auto
}

.vc_services_grid .item .item_wr .content {
    border-top: none;
    padding: 30px;
    font-size: 13px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.vc_services_grid .item .item_wr .content h6 a {
    text-decoration: none !important;
    color: #183650;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.vc_services_grid .item .item_wr .content h6 a:hover {
    color: #f57900
}

.vc_services_grid .item .item_wr .content h6:before {
    display: none
}

.vc_services_grid .item .item_wr .content p {
    line-height: 24px
}

.vc_services_grid.cols_4 .item {
    width: 25%
}

.vc_services_grid.cols_2 .item {
    width: 50%
}

.vc_services_grid.cols_1 .item {
    width: 100%
}

.stm_counter {
    position: relative;
    color: #183650
}

.stm_counter .icon {
    color: #f57900;
    font-size: 66px;
    width: 90px;
    float: left
}

.stm_counter .icon svg {
    stroke: #f57900
}

.stm_counter .text {
    overflow: hidden;
    padding: 11px 0 0
}

.stm_counter .text .value {
    font-size: 42px;
    font-weight: 300;
    margin: 0 0 11px;
    font-family: Titillium Web
}

.stm_counter .text .title {
    font-size: 14px;
    line-height: 22px
}

 

.vc_testimonials {
    position: relative;
    padding-left: 95px
}

.vc_testimonials:before {
    content: "\e948";
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 75px;
    color: #f57900;
}

.vc_testimonials .vc_testimonials_carousel {
    position: relative;
    margin: 0 0 58px
}

.vc_testimonials .vc_testimonials_carousel .item {
    position: relative
}

.vc_testimonials .vc_testimonials_carousel .item:after {
    content: "";
    display: table;
    clear: both
}

.vc_testimonials .vc_testimonials_carousel .item p {
        color: #383838;
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 36px;
    font-weight: 300
}

.vc_testimonials .vc_testimonials_carousel .item .testimonial_thumbnail {
    position: relative;
    float: left;
    width: 40px;
    margin: 0 10px 0 0;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    overflow: hidden
}

.vc_testimonials .vc_testimonials_carousel .item .testimonial_thumbnail img {
    display: block;
    max-width: 40px;
    height: auto;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    overflow: hidden
}

.vc_testimonials .vc_testimonials_carousel .item .testimonial_info {
    overflow: hidden
}

.vc_testimonials .vc_testimonials_carousel .item .testimonial_info h6 {
    color: #404040;
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 17px;
}

.vc_testimonials .vc_testimonials_carousel .item .testimonial_info h6:before {
    display: none
}

.vc_testimonials .vc_testimonials_carousel .item .testimonial_info .position {
    font-size: 14px;
    line-height: 16px
}

.vc_testimonials .owl-dots {
    position: relative
}

.vc_testimonials .owl-dots:after {
    content: "";
    display: table;
    clear: both
}

.vc_testimonials .owl-dots .owl-dot {
    float: left;
    width: 10px;
    height: 10px;
    padding: 3px;
    margin: 0 15px 0 0;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.vc_testimonials .owl-dots .owl-dot span {
    display: block;
    width: 4px;
    height: 4px;
    border: 1px solid #8a929d;
    background: #8a929d;
    padding: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.vc_testimonials .owl-dots .owl-dot.active {
    padding: 0
}

.vc_testimonials .owl-dots .owl-dot.active span {
    width: 10px;
    height: 10px;
    background: transparent;
    border-color: #e33086;
}

.vc_testimonials.style_2 {
    padding: 60px 0px;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease
}

.vc_testimonials.style_2:before {
    display: none
}
@media (min-width:700px){
    .vc_testimonials.style_2 .vc_testimonials_carousel_wr {
        max-width: 605px;
        background: rgba(255, 255, 255, 0.95);
        padding: 20px 50px 47px;
        text-align: center;
        height: 350px;
        margin-left: 24%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .vc_testimonials.style_2 .vc_testimonials_carousel_wr {
        max-width: 635px;
        background: rgba(255, 255, 255, 0.95);
        padding: 38px 50px 47px;
        text-align: center;
        height: 440px;
        margin-left: 16%;
    }
    
}
@media (max-width: 768px) {
    .vc_testimonials.style_2 .vc_testimonials_carousel_wr {
        max-width: 635px;
        background: rgba(255, 255, 255, 0.95);
        padding: 38px 50px 47px;
        text-align: center;
        height: 440px;
        margin-left: 6%;
    }
   .vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel .item p {
    font-size: 16px;
    line-height: 27px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px
    }
}
@media (max-width: 767px) {
    .vc_testimonials.style_2 .vc_testimonials_carousel_wr {
        max-width: 100%;
        background: rgba(255, 255, 255, 0.95);
        padding: 38px 70px 47px;
        text-align: center;
        height: 440px;
        margin-left: 0%;
    }
    .vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel .item p {
    font-size: 16px;
    line-height: 27px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px
    }

}
@media (max-width: 766px) {
    .vc_testimonials.style_2 .vc_testimonials_carousel_wr {
        max-width: 100%;
        background: rgba(255, 255, 255, 0.95);
        padding: 38px 50px 47px;
        text-align: center;
        height: 440px;
        margin-left: 0%;
    }
    .vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel .item p {
    font-size: 16px;
    line-height: 27px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px
    }

}
@media (max-width: 320px) {
    .vc_testimonials.style_2 .vc_testimonials_carousel_wr {
        max-width: 100%;
        background: rgba(255, 255, 255, 0.95);
        padding: 38px 20px 47px;
        text-align: center;
        height: 440px;
        margin-left: 0%;
    }}
.vc_testimonials.style_2 .vc_testimonials_carousel_wr:before {
    content: '';
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: top;
    font-size: 64px;
    color: #f57900;
    margin: 0 0 15px
}

.vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel {
    margin-bottom: 11px
}

.vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel .item .sep {
    position: relative;
    color: #e33086;
    font-size: 15px;
    margin-bottom: 19px;
    display: inline-block;
    vertical-align: top
}

.vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel .item .sep:before {
    content: '';
    position: absolute;
    left: -85px;
    top: 50%;
    width: 70px;
    height: 1px;
    background: #e33086
}

.vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel .item .sep:after {
    content: '';
    position: absolute;
    right: -85px;
    top: 50%;
    width: 70px;
    height: 1px;
    background: #e33086;
}
.vc_testimonials.style_2 .vc_testimonials_carousel_wr .vc_testimonials_carousel .item .position {
    font-size: 13px
}

.vc_testimonials.style_2 .owl-dots {
    text-align: center
}

.vc_testimonials.style_2 .owl-dots .owl-dot {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px
}

.vc_news {
    position: relative
}

.vc_news .vc_news_footer {
    position: relative
}

.vc_news .vc_news_footer:after {
    content: "";
    display: table;
    clear: both
}

.vc_news .vc_news_footer .button {
    float: right
}

.vc_news .news_list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px
}

.vc_news .news_list li {
    margin: 0 0 30px;
    background: #fff;
    border-radius: 1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #e5e5e5
}

.vc_news .news_list li:after {
    content: "";
    display: table;
    clear: both
}

.vc_news .news_list li:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07)
}

.vc_news .news_list li:last-child {
    margin-bottom: 0
}

.vc_news .news_list li .news_thumbnail {
    position: relative;
    float: left;
    margin: -1px 0 -1px -1px
}

.vc_news .news_list li .news_thumbnail .date {
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 75px;
    background: #f57900;
    color: #fff;
    text-align: center;
    padding: 20px 0 0;
    font-family: Titillium Web
}

.vc_news .news_list li .news_thumbnail .date .day {
    font-size: 30px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 5px
}

.vc_news .news_list li .news_thumbnail .date .month {
    font-size: 16px;
    text-transform: lowercase
}

.vc_news .news_list li .news_content {
    overflow: hidden;
    padding: 33px 37px 25px
}

.vc_news .news_list li .news_content h4 {
    line-height: 30px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 16px
}

.vc_news .news_list li .news_content h4:before {
    display: none
}

.vc_news .news_list li .news_content h4 a {
    color: #183650;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.vc_news .news_list li .news_content h4 a:hover {
    color: #f57900
}

.vc_news .news_list li .news_content p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 20px
}

.vc_news .owl-dots {
    position: relative;
    margin: 15px 0 30px;
    float: left
}

.vc_news .owl-dots:after {
    content: "";
    display: table;
    clear: both
}

.vc_news .owl-dots .owl-dot {
    float: left;
    width: 10px;
    height: 10px;
    padding: 3px;
    margin: 0 15px 0 0;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.vc_news .owl-dots .owl-dot span {
    display: block;
    width: 4px;
    height: 4px;
    border: 1px solid #ccc;
    background: #ccc;
    padding: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.vc_news .owl-dots .owl-dot.active {
    padding: 0
}

.vc_news .owl-dots .owl-dot.active span {
    width: 10px;
    height: 10px;
    background: transparent;
    border-color: #f57900
}

.stm_icon {
    position: relative;
    color: #fff
}

.stm_icon .icon {font-size: 71px;margin: 0 0 19px;color: #f57900}

.stm_icon .icon svg {stroke: #f57900}

 .stm-testimonials-new-2::before {content: "\e94b";font-size: 20px;}
    
    
    
 
