/*
Theme Name: ukrpanel
Author: Ukrpanel (Ukraine)
Author URI: https://ukrpanel.com/
*/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

body {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
}
a {
    text-decoration: none;
    outline: 0;
    color: #ffb923;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    border-radius: 0;
    padding: 16px 30px;
    font-weight: 700;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.pull-right{
	float: right;
}
h1, h2, h3, h4, h5, h6 {
    color: #1c1c24;
    margin: 0 0 15px;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
}
h3 {
    font-size: 24px;
    line-height: 32px;
}
h3 {
    font-family: "Montserrat";
    font-weight: 700;
}
header{
	position: absolute;
    z-index: 3;
    width: 100%;
	left: 0;
    top: 0;
}
p {
    margin: 0 0 15px;
}
a:focus, a:active, input, input:hover, input:focus, input:active, textarea, textarea:hover, textarea:focus, textarea:active {
    -moz-outline: none;
    outline: none;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.topbar {
    padding: 20px 0;
}
a, .post-meta span i, .entry-header .entry-title a:hover, .sidebar ul li a:hover {
    color: #ffb923;
    transition: all ease 500ms;
}
.logo-area{
	background-color: #101010;
    height: 0%;
    padding: 0px 0px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.top-bar .header-nav-right-info, .top-bar li {
    display: inline-block;
    padding: 6px 33px;
    margin-right: 0;
    color: #101010;
    font-size: 14px;
}
.topbar .header-nav-right-info {
    padding: 0;
    margin: 0;
}
.top-bar .header-nav-right-info, .top-bar li {
    display: inline-block;
    padding: 6px 33px;
    margin-right: 0;
    color: #101010;
    font-size: 14px;
}
.topbar .header-nav-right-info li {
    padding: 0 0 0 35px;
    position: relative;
    margin-left: 35px;
    color: rgba(255,255,255,.6);
}
.topbar .header-nav-right-info li:first-child {
    margin-left: 0;
}
.topbar .header-nav-right-info li:last-child span:after {
    background: none;
}

@font-face {
    font-display: swap;
    font-family: 'iconfont';
    src: url(assets/fonts/iconfont.ttf) format('truetype'), url(assets/fonts/iconfont.woff) format('woff'), url(assets/fonts/iconfont.svg);
    font-weight: 400;
    font-style: normal
}

.icon {
    font-family: 'iconfont'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.top-bar .header-nav-right-info i, .top-bar li i {
    font-size: 20px;
    color: #222;
    margin: 0 10px;
}
.topbar .header-nav-right-info li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: rgba(255,255,255,.8);
    margin: 0;
}
.topbar .header-nav-right-info li span {
    position: relative;
    display: block;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 18px;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
}
.topbar .header-nav-right-info li span:after {
    position: absolute;
    content: '';
    right: -20px;
    width: 1px;
    top: 8px;
    height: 25px;
    background: rgba(255,255,255,.2);
}
.header-transparent .navbar {
    background: rgba(0,0,0,.5);
}
.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
.navbar-light .navbar-toggler-icon {
    /*background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E);*/
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.header-transparent .navbar-nav {
    padding-left: 10px;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
}
.navbar-container .navbar-light .navbar-nav>li>a {
    color: #101010;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 18px;
    line-height: 78px;
    position: relative;
}
.header-transparent .navbar-container .navbar-nav>li>a, .header-box .navbar-container .navbar-nav>li>a {
    color: #fff;
}
.slider-item .slider-content {
    height: auto;
    color: #fff;
    margin-top: 115px;
}
.copyright {
	background: #101010;
}
.copyright span {
	color: #fff;
}
#main-slider .slider-item{
	min-height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}
#main-slider .slider-item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.7);
}
#main-slider .slider-item .hero-table{
	width: 100%;
}
.navbar-container .navbar-light .navbar-nav>li.active>a, .navbar-container .navbar-light .navbar-nav>li:hover>a {
    color: #ffb923;
}
.navbar-container .navbar-light .navbar-nav > li.active > a, .navbar-container .navbar-light .navbar-nav > li:hover > a, .slider-item .slider-content .slider-sub-title, ul.navbar-nav li .dropdown-menu li a:hover, .ts-service .ts-service-box .ts-service-box-info .ts-title a:hover, .recent-folio-menu ul li.active, .ts-footer .footer-left-widget ul li span, .ts-footer .footer-widget ul li a:hover, .copyright span a, .ts-latest-news .single-latest-news .single-news-content .ts-post-title a:hover, .ts-top-bar .top-bar .header-nav-right-info li i.fa, .ts-nav-classic .header-nav-right-info li i, .sidebar .widget .media-body .entry-title a:hover, .readmore-btn-area a {
    color: #ffb923;
}
.navbar-container .navbar-light .navbar-nav>li>a:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #ffb923;
    content: '';
    opacity: 0;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.single-intro-text .count-number, .sticky.post .meta-featured-post, .sidebar .widget .widget-title:before, .pagination li.active a, .pagination li:hover a, .pagination li.active a:hover, .pagination li:hover a:hover, .sidebar .widget.widget_search .input-group-btn, .tag-lists a:hover, .tagcloud a:hover, .BackTo, .ticket-btn.btn:hover, .navbar-container .navbar-light .navbar-nav > li > a:before, .nav-button, .btn-primary, .single-recent-work .link-more, .ts-team-slider .owl-nav .owl-prev:hover i, .ts-team-slider .owl-nav .owl-next:hover i, .ts-footer-info-box, .working-process-number, .copyright .footer-social ul li a:hover, .btn-border-dark:hover, .nav-classic .main-logo a:before, .main-logo {
    background: #ffb923;
}
.btn-primary:hover {
    background: #ffb923 !Important;
    border-color: #ffb923 !Important;
}
.slider-content a.slider-btn-2:hover {
    background: #ffc13b !Important;
    border-color: #ffc13b !Important;
}

.navbar-container .navbar-light .navbar-nav>li.active>a:before, .navbar-container .navbar-light .navbar-nav>li:hover>a:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.nav-button {
    margin: 0;
    padding: 29px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    float: right;
    text-decoration: none;
    border-radius: 0;
    background-color: #ffb923;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.nav-button, .nav-text {
    display: inline-block;
    font-size: 13px;
}
a, .post-meta span i, .entry-header .entry-title a:hover, .sidebar ul li a:hover {
    color: #ffb923;
    transition: all ease 500ms;
}
.nav-button a {
    color: #101010;
    font-weight: 700;
    text-transform: uppercase;
}
.slider-item .slider-content .slider-sub-title {
    font-size: 24px;
    color: #ffb923;
    display: block;
    margin-bottom: 8px;
}
.slider-item .slider-content .slider-title {
    font-size: 64px;
    line-height: 72px;
    color: #fff;
    margin-bottom: 30px;
}
.owl-item.active .slider-content h1.slider-title {
    -webkit-animation-name: animLeft;
    animation-name: animLeft;
    -webkit-animation: animLeft 1s ease 500ms both;
    animation: animLeft 1s ease 500ms both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
}
.slider-item .slider-content .slider-title, .slider-content .content-wrapper .slider-title {
    font-size: 64px;
    font-weight: 800;
    text-transform: uppercase;
}
.slider-item .slider-content p {
    margin-bottom: 45px;
}
.owl-item.active .slider-content p {
    -webkit-animation-name: animLeft;
    animation-name: animLeft;
    -webkit-animation: animLeft 1s ease 500ms both;
    animation: animLeft 1s ease 500ms both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms;
}
.owl-item.active .slider-content .btn {
    -webkit-animation-name: animLeft;
    animation-name: animLeft;
    -webkit-animation: animLeft 1s ease 500ms both;
    animation: animLeft 1s ease 500ms both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}
.single-intro-text .count-number, .sticky.post .meta-featured-post, .sidebar .widget .widget-title:before, .pagination li.active a, .pagination li:hover a, .pagination li.active a:hover, .pagination li:hover a:hover, .sidebar .widget.widget_search .input-group-btn, .tag-lists a:hover, .tagcloud a:hover, .BackTo, .ticket-btn.btn:hover, .navbar-container .navbar-light .navbar-nav > li > a:before, .nav-button, .btn-primary, .single-recent-work .link-more, .ts-team-slider .owl-nav .owl-prev:hover i, .ts-team-slider .owl-nav .owl-next:hover i, .ts-footer-info-box, .working-process-number, .copyright .footer-social ul li a:hover, .btn-border-dark:hover, .nav-classic .main-logo a:before, .main-logo {
    background: #ffb923;
}
.btn-primary, .recent-folio-menu ul li.active, .copyright .footer-social ul li a:hover, .testimonial-footer:after, .btn-border-dark:hover, .ts-working-box:hover .working-icon-wrapper {
    border-color: #ffb923;
}
.icon {
    font-family: 'iconfont'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.btn i {
    margin-left: 10px;
}
.btn-border {
    border: 1px solid #fff;
    color: #fff!important;
}
.slider-item .slider-content .btn-area .btn-border {
    margin-left: 30px;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}
.hero-slider .owl-dots {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    z-index: 1;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hero-slider .owl-dots .owl-dot {
    display: block;
    margin: 0;
    top: 0;
    line-height: 20px;
}
.hero-slider .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #59616d;
    display: inline-block;
    opacity: 1;
    margin: 0 3px;
    opacity: .5;
}
.hero-slider .owl-dots .owl-dot {
    display: block;
    margin: 0;
    top: 0;
    line-height: 20px;
}
.hero-slider .owl-dots .owl-dot.active span {
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
    position: relative;
    top: 2px;
    opacity: 1;
}




.ts-footer {
	background-color: #101010;
	padding-top: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(http://demo.themewinter.com/wp/buildbench/wp-content/themes/buildbench/assets/images/footer_img.jpg);
}
.ts-footer .footer-left-widget h3 {
    color: #fff;
    margin-top: 30px;
    font-weight: 500;
}
.ts-footer .footer-left-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ts-footer .footer-left-widget ul li {
    list-style: none;
    line-height: 30px;
    color: #fff;
}
.ts-footer .footer-left-widget ul li span {
    color: #ffc000;
}
.ts-footer .footer-left-widget p {
    color: #fff;
}
.ts-footer .footer-widget {
    margin-top: 25px;
}
.footer-widget.footer-center-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-widget.footer-center-widget ul li {
    margin-bottom: 18px;
    width: 50%;
    float: left;
}
.ts-footer .footer-widget ul li a {
    color: #fff;
    line-height: 30px;
}
/*
.ts-footer .footer-widget ul li a:before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 10px;
    color: #fff;
}*/
.ts-footer .footer-widget ul li .nav-link{
	padding: 0;
}
.ts-footer-info-box {
    position: relative;
    top: 0;
    background: #ffb923;
    padding: 30px;
    z-index: 2;
    margin-top: -140px;
    margin-bottom: -50px;
}
.ts-footer-info-box:before {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(http://demo.themewinter.com/wp/buildbench/wp-content/themes/buildbench/assets/images/icon-image/newsletter-bg.png) no-repeat center center/contain;
    content: '';
    width: 120px;
    height: 92px;
}
.ts-footer-info-box span.box-border {
    width: 0;
    position: absolute;
    top: 0;
    height: 0;
    border-top: 37px solid #fff;
    border-right: 35px solid transparent;
    left: 0;
}
.entry-header .entry-title a, h1, h2, h3, h4, h5, h6 {
    color: #1c1c24;
}
.ts-single-title, .widget-title {
    font-size: 24px;
}
.ts-footer-info-box .widget-title {
    margin-bottom: 30px;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.ts-footer-info-box .contactMe .form-row input,
.ts-footer-info-box .contactMe .form-row textarea {
    width: 100%;
    font-size: 15px;
    height: 50px;
    background: #fff;
    padding-left: 20px;
    border: 1px solid rgba(255,255,255,.3);
    margin-bottom: 20px;
}
.ts-footer-info-box .contactMe .form-btn {
    padding: 0;
}
.ts-footer-info-box .contactMe .form-btn input.btn-bordered {
    border-radius: 0;
    padding: 18px 18px;
    background: #101010;
    color: #fff;
    width: 100%;
    -webkit-transition: all ease 500ms;
    -o-transition: all ease 500ms;
    transition: all ease 500ms;
}
.ts-footer-info-box h4 {
    margin-top: 30px;
}
.ts-footer-info-box h4.call-us {
    display: block;
}
.call-us a{
	color: #000;
	font-size: 20px;
}
.ts-footer-info-box h4.call-us span {
    display: block;
    text-decoration: underline;
}
.ts-footer .footer-widget h3 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.text-right {
    text-align: right!important;
}
.copyright .unstyled {
    padding: 0;
    margin: 0;
    list-style: none;
}
.copyright .footer-social ul li {
    display: inline-block;
    margin-right: 5px;
}
.copyright .footer-social ul li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    background: #FCBF19;
}
.copyright .footer-social ul li.ts-facebook a {
    background: #3b5998;
}
.copyright .footer-social ul li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    background: #FCBF19;
}
.copyright .footer-social ul li.ts-facebook a {
    background: #3b5998;
}
.copyright .footer-social ul li.ts-instagram a {
    background: #E1306C;
}
.copyright .footer-social ul li.ts-youtube a {
    background: #FF0000;
}
.BackTo {
    background: #ffb923 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 75px;
    color: #979797;
    cursor: pointer;
    height: 44px;
    position: fixed;
    right: 14px;
    text-align: center;
    width: 44px;
    z-index: 9999;
    display: block;
    padding: 11px 0;
    display: none;
}
.elementor-button {
    background-color: #343a40;
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: #343a40;
    border-radius: 0 0 0 0;
    padding: 16px 35px 16px 35px;
}
.elementor-button-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.elementor-button .elementor-align-icon-right {
    margin-left: 7px;
}
.left-side{
    background-image: url(http://demo.themewinter.com/wp/buildbench/wp-content/uploads/2019/03/trophy.png);
	background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 32% auto;
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(
0deg
);
    background-color: #ffc13b;
    box-shadow: 3px 10px 20px 0 rgb(0 0 0 / 6%);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    padding: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.icon-Funfacts-2:before {
    content: "\e908"
}

.icon-Funfacts-3:before {
    content: "\e909"
}

.icon-Funfacts-4:before {
    content: "\e90a"
}

.icon-Funfacts:before {
    content: "\e90b"
}
.icon-arrow-up:before {
    content: "\e877";
}
.funfact-item .single-funfact i {
    font-size: 50px;
    color: #ffb923;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.funfact-item-style .funfact-item-list p {
    color: #000;
}
.funfact-item .single-funfact .funfact-title {
    font-size: 36px;
}
.BackTo a{
	color: #fff;
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
.elementor-10 .elementor-element.elementor-element-c19d459>.elementor-widget-container {
    padding: 25px 25px 50px 25px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #f3f3f3;
}
.icon-wrapp{
	position: relative;
	padding: 40px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #f3f3f3;
	height: 100%;
	box-shadow: inset 0 0 50px rgb(0 0 0 / 0%);
	transition: all .3s ease-in-out;
}
.icon-wrapp:hover{
	box-shadow: inset 0 0 50px rgb(0 0 0 / 5%);
}
.icon-wrapp .padding-for-icon{
	position: relative;
    padding-left: 80px;
}
.icon-wrapp i {
    font-size: 50px;
    color: #ffb923;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
section{
	margin: 120px 0;
}

.srevice-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
	margin-bottom: 20px;
}
.srevice-img img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ts-service-box:hover .srevice-img img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.ts-service-box .ts-service-box-info {
    padding-left: 80px;
}
.ts-title {
    font-size: 18px;
    line-height: 21px;
    margin: 0;
}
.ts-service-box .ts-service-box-info:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 70px;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background: rgba(0,0,0,.05);
    margin-left: -30px;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ts-service-box .ts-service-box-info:hover:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 140px;
    width: 130px;
    height: 130px;
    border-radius: 100%;
    background: rgba(0,0,0,.02);
    margin-left: -30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.ts-service-box .ts-service-box-info:after {
    top: 250px !Important;
}
.pull-left{
	float: left;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
    margin: 0;
}
#testimonials{
	background-image: url(http://demo.themewinter.com/wp/buildbench/wp-content/uploads/2019/03/testimonial_bg2.jpg);
    padding: 120px 0;
    background-size: cover;
}
.testimonial-author-content{
	text-align: center;
}
.testimonial-text {
    color: rgba(255,255,255,.7);
	line-height: 28px;
}
.testimonial-author-content .author-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    display: inline-block;
    bottom: -1px;
}
.testimonial-author-content .testimonial-footer .author-designation {
    color: rgba(255,255,255,.7);
}
.testimonial-author-content .testimonial-text i {
    position: absolute;
    top: 10px;
    left: 25%;
    font-size: 65px;
    color: rgba(255,185,35,.2);
    z-index: -1;
}
.icofont-navigation-menu:before {
    content: "\efa2";
    color: #fff;
}
@media (min-width: 992px){
	.navbar-expand-lg {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
	.navbar-expand-lg .navbar-collapse {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex!important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem;
	}
}
@media (max-width: 580px){
	body {
		font-size: 14px;
	}
	.btn-area{
		display: flex;
		justify-content: space-between;
	}
	.slider-item .slider-content .btn-area .btn-border {
		margin-left: 10px;
	}
	.logo-area {
		text-align: center;
	}
	.top-bar .header-nav-right-info, .top-bar li {
		padding: 0;
		margin-top: 20px;
	}
	.topbar .header-nav-right-info li {
		margin-left: 0;
	}
	.topbar .header-nav-right-info li span:after{
		display: none;
	}
	button.navbar-toggler{
		color: #fff;
		font-size: 40px;
	}
	.icon-wrapp {
		position: relative;
		padding: 15px;
	}
	.icon-wrapp i {
		font-size: 40px;
		margin-bottom: 15px;
		display: inline-block;
		margin-right: 0;
		position: relative;
	}
	.icon-wrapp .padding-for-icon {
		padding-left: 0;
	}
	h3 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.ts-footer-info-box {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.footer-social ul{
		text-align: center;
		margin: 10px 0;
	}
	.ts-footer .footer-widget ul li a {
		line-height: 20px;
	}
	.ts-footer .footer-left-widget h3 {
		margin-top: 20px;
	}
	.ts-footer .footer-widget h3 {
		font-size: 21px;
		margin-bottom: 15px;
	}
	section {
		margin: 50px 0;
	}
	#testimonials {
		padding: 50px 0;
	}
	.header-transparent .navbar {
		background: rgba(0,0,0,.9);
	}
	.slider-item .slider-content .slider-title, .slider-content .content-wrapper .slider-title {
		font-size: 40px;
		line-height: 50px;
	}
	.slider-item .slider-content {
		margin-top: 400px;
		margin-bottom: 50px;
	}
	.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
		width: 50%;
	}
	.navbar-container .navbar-light .navbar-nav>li>a {
		padding: 0 5px;
		line-height: 45px;
	}
}
.field{
    width: 100%;
    max-height: 60px;
}


/* Animations
*************/
@-webkit-keyframes animLeft{from{opacity:0;-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0)}to{opacity:1;-webkit-transform:none;transform:all .5s}}
