/*
Theme Name: SP Theme
Author: Alex Kuimov
Description: The blank wordpress theme
Version: 1.0.0
Text Domain: sp-theme
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*WordPress Core*/


  @font-face {
    font-family: futura; 
    src: url(/wp-content/themes/sp-theme-master/webfonts/FuturaPT-Book.woff);
   }
     @font-face {
    font-family: futura_medium; 
    src: url(/wp-content/themes/sp-theme-master/webfonts/FuturaPT-Medium.woff);
   }
        @font-face {
    font-family: futura_bold; 
    src: url(/wp-content/themes/sp-theme-master/webfonts/FuturaPT-Bold.woff);
   }
   
   


body {
  margin: 0;
  font-family: futura;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #414B4F;
  text-align: left;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	  font-family: futura_bold; 
}

h2 {
	  font-size: 36px; 
}
h3 {
	  font-size: 30px; 
}
h4 {
	  font-size: 25px; 
}
h5 {
	  font-size: 20px; 
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.gallery-caption {
    display: block;
}

.bypostauthor {
    display: block;
}
.site-branding, .page_container, .top-navigation-wrapper {
max-width: 1190px;
    margin: 0 auto;	
}
.row {
    display: flex;
}


body a {
		text-decoration: none;
		color: #FFB950;
		
	
}

@media screen and (min-width: 300px) {
.col_for_mobile {
	width: 100%;
	float: left;
}

.row {
      display: flow-root;
}
}
@media screen and (min-width: 768px) {
.col_for_tablet {
	float: left;
	width: 20%;
}
}
@media screen and (min-width: 1024px) {
.col_for_desk {
	width: 20%;
}
}
.social_header img {
	margin: 0;
}
.social_header a img.alignnone, .social_contact_page a img.alignnone {
     margin: 0 5px;
}
.email_header .alignleft {
 margin: 5px 5px;
}

.btn_main {
    background: rgb(255,122,3);
    background: linear-gradient(213deg, rgba(255,122,3,1) 0%, rgba(255,185,80,1) 100%);
    text-align: center;
    color: #fff;
    font-size: 16px;
    max-width: 180px;
    border-radius: 12px;
    padding: 9px 0px;
	transition: 1s;
	 margin: 0 auto;
}
.button_header .btn_main {
 margin: 0;
}
.button_header {
    text-align: -webkit-right;
}

.btn_main:hover {
    background: rgb(255,122,3);
    background: linear-gradient(213deg, rgba(255,185,80,1) 0%, rgba(255,122,3,1) 100%);
	transition: 1s;
}

.btn_second {
    background: rgb(255,122,3);
    background: linear-gradient(213deg, rgba(255,122,3,1) 0%, rgba(255,185,80,1) 100%);
    text-align: center;
    color: #fff;
    font-size: 16px;
    max-width: 180px;
    border-radius: 12px;
    padding: 9px 0px;
	transition: 1s;
}
.btn_second:hover {
    background: rgb(255,122,3);
    background: linear-gradient(213deg, rgba(255,185,80,1) 0%, rgba(255,122,3,1) 100%);
	transition: 1s;
}



.button_header a {
	text-decoration: none;
	
}
.button_header {
	margin: 0 auto;
}
.site-branding {
    padding: 15px 0px;
}

.email_header a {
color: #414B4F;
font-size: 20px;
}
.sub_contact_header {
color: #414B4F;
font-size: 14px;
}
.social_header {
    padding: 17px 0px 0px 0px;
	    display: flex;
}
.flex {
	display: flex;
}





#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
	border: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#cssmenu {
    height: 37px;
    display: block;
    padding: 0;
    margin: 0;
  
    width: 100%;
    padding: 10px 0px 10px 1px;
}
#cssmenu,
#cssmenu > ul > li > ul > li a:hover {
}
#cssmenu > ul {
	list-style: inside none;
	padding: 0;
	margin: 0;
}
#cssmenu > ul > li {
	list-style: inside none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	position: relative;
}
#cssmenu > ul > li > a {
	outline: none;
	display: block;
	position: relative;
	padding: 12px 43px;
	text-align: center;
	text-decoration: none;
	font-size: 19px;
	font-family: futura_medium;
	color: #414B4F;  
    
}
#cssmenu > ul > li > a:hover {
	color: #ff7f0a;
}
#cssmenu > ul > li:first-child > a {
    padding: 12px 35px 13px 0px;
}
#cssmenu ul li.has-sub:hover > a:after {
    top: 6px;
    bottom: -1px;
}
.child_menu_right ul li.has-sub > a:after {
    top: 8px;
    bottom: -1px;
}
.child_menu_right ul li.has-sub:hover > a:after {
    top: 8px;
    bottom: -1px;
}
#cssmenu > ul > li.has-sub:hover > a:before {

}
#cssmenu ul li.has-sub:hover > a {
	padding-bottom: 13px;
	padding-top: 13px;
	top: -1px;
	z-index: 999;
}
#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
	display: block;
}
#cssmenu ul li.has-sub > a:hover {

}
#cssmenu ul li > ul {
	display: none;
	width: auto;
	position: absolute;
	top: 38px;
	padding: 10px 0;
	border-radius: 0 0 5px 5px;
	z-index: 999;
}

#cssmenu ul li > div {
	display: none;
	width: auto;
	position: absolute;
	top: 38px;
	padding: 10px 0;
	border-radius: 0 0 5px 5px;
	z-index: 999;
}
#cssmenu ul li > ul {
	width: 200px;
}
#cssmenu ul li > ul li {
	display: block;
	list-style: inside none;
	padding: 0;
	margin: 0;
	position: relative;
}
#cssmenu ul li > ul li a {
	outline: none;
	display: block;
	position: relative;
	margin: 0;
	    padding: 12px 20px 14px 20px;
	font-size: 19px;
	font-family: futura_medium;
	color: #414B4F;  
	text-decoration: none;
}
#cssmenu ul ul a:hover {
	color: #;
}
#cssmenu > ul > li.has-sub > a:hover:before {
}
#cssmenu ul li.has-sub > a:after {
    content: '';
    background-image: url(/wp-content/uploads/2021/07/Group.svg);
    position: absolute;
    top: 5px;
    bottom: -1px;
    right: 7px;
    z-index: 99;
    background-size: 11px;
    width: 11px;
    background-repeat: no-repeat;
    background-position: center;
}
/* Dropdown Button */
.dropbtn {
  cursor: pointer;
}


.dropbtn:hover, .dropbtn:focus {
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
      padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #fdfdfd}

.show {display:block;}
.dropbtn {
    border: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2021/07/Group.svg), transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 9px;
    background-size: 11px;
}


/* Dropdown Button 2 */

.dropbtnq {
  cursor: pointer;
}


.dropbtnq:hover, .dropbtnq:focus {
}

.dropdownq {
  position: relative;
  display: inline-block;
}

.dropdownq-contentq {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
     padding-top: 10px;
    padding-bottom: 10px;
}

.dropdownq-contentq a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdownq-contentq a:hover {background-color: #fdfdfd}

.showq {display:block;}
.dropbtnq {
    border: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2021/07/Group.svg), transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 9px;
    background-size: 11px;
}

/* Dropdown Button 3 */

.dropbtnw {
  cursor: pointer;
}


.dropbtnw:hover, .dropbtnw:focus {
}

.dropdownw {
  position: relative;
  display: inline-block;
}

.dropdownw-contentw {
  display: none;
  position: absolute;
  background-color: #414b4f;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
     padding-top: 10px;
    padding-bottom: 10px;
}

.dropdownw-contentw a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdownw-contentw a:hover {background-color: #fdfdfd;     color: #414b4f;}

.showw {display:block;}
.dropbtnw {
    border: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2021/07/right-arrow-9.svg), transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 9px;
    background-size: 11px;
}


.col-carousel {

}


.owl-prev span, .owl-next span {
	color: #FFF;
}

.owl-prev span:hover, 
.owl-next span:hover {
	color: #8199A3;
}

.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.owl-prev {
	left: 7px;
}

.owl-next {
	right: 7px;
}


button:focus, button:active {
   outline: none;
}





.slider_home {
    background-image: url(/wp-content/uploads/2021/07/slider-min-2.jpg);
    background-size: cover;
    min-height: 650px;
    background-position: top center;
    background-repeat: no-repeat;
}

.slider_content {
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 150px;
}
.slider_text_main span {
  background: -webkit-linear-gradient(rgba(255, 122, 3, 1), rgba(255, 185, 80, 1));
	 background: linear-gradient(rgba(255, 122, 3, 1), rgba(255, 185, 80, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.slider_text_main h1 {
    text-transform: uppercase;
    font-family: futura_bold;
    font-size: 40px;
    line-height: 51px;
        margin-bottom: 0;
        max-width: 650px;
}
.header_ubder p {
font-size: 24px;
        line-height: 31px;
}
.header_ubder span {
    font-family: futura_bold;
}
.advan_head {
font-size: 20px;
     font-family: futura_bold;
        margin: 0;
    line-height: 22px;
}

.text_under_slider p {
    color: #414B4F;
    font-size: 20px;
    margin-top: 15px;
}
.button_slider .btn_main {
    margin: 0;
}
.mob-menu-header-holder {
    background-color: #fff;
    height: 60px !important;
}
@media (max-width: 578px) {
.slider_text_main h1 {
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    padding: 0px 33px;
}
 .text_under_slider {
    text-align: center;
}
 .btn_second {
    margin: 0 auto;
}
.slider_home {
    background-image: url(/wp-content/uploads/2021/07/Rectangle-13-1.jpg);
    background-size: 100%;
    min-height: 625px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #ebe7e6;
    background-position: bottom center;
}
 .slider_content {
    padding-top: 40px;
}
}
.header_one {
    font-family: futura_bold;
    font-size: 48px;
}

.line_width {
    background: linear-gradient( 213deg, rgba(255,122,3,1) 0%, rgba(255,185,80,1) 100%);
    max-width: 365px;
    height: 9px;
        z-index: 2;
  
}
.line_advantages {
  text-align: right;
        max-width: 480px;
        line-height: 0px;
}

.line_adv {
    border-top: 2px solid #F0F0F0;
    padding-top: 0px;
    max-width: 480px;
    margin: 0px 0px -6px 0px;
    z-index: 1;
}
.line_advantages p {
    font-family: futura_bold;
    font-size: 19px;
    line-height: 12px;
    margin-top: -9px;
    margin-bottom: 12px;
}
.line_width_100 {
    background: linear-gradient( 213deg, rgba(255,122,3,1) 0%, rgba(255,185,80,1) 100%);
    max-width: 480px;
    height: 9px;
    z-index: 2;
}
.advan_main {
    margin-top: 20px;
}

.header_ubder {
    margin-bottom: 30px;
}
.header_one {
    margin-block-start: 1em;
    margin-block-end: 0em;
    margin-bottom: 0px;
    line-height: 20px;
}
.row_col {
    display: flex;
}
.block_round_adv  {

}
.block_round_adv {
    display: inline-table;
    background-color: #fff;
    box-shadow: 0px 0px 8px 5px #00000008;
    text-align: center;
    border-radius: 20px;
    padding: 11px;
    margin: 10px;
    width: 255px;
    padding-top: 30px;
    padding-bottom: 8px;
}
.row_one, .row_sec {
    width: 50%;

}
.block_round_adv p {
    font-family: futura_bold;
    font-size: 19px;
}
.advantages {
    background-image: url(/wp-content/uploads/2021/07/bottom_advan.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 70px;
    padding-top: 100px;
    background-position: top;
}
.mg_top_20 {
    margin-top: 20px;
}

.advan_under {
    line-height: 10px;
}
.align_center {
text-align: center;
}
.block_round_services {
    background-color: #fff;
    box-shadow: 0px 0px 8px 5px #00000008;
    text-align: center;
    border-radius: 20px;
    padding: 11px;
    margin: 10px;
    width: 250px;
padding-top: 40px;
    padding-bottom: 40px;
        display: inline-table;
}
.no_shadow {
box-shadow: none;
}
.name_of_service {
    font-size: 20px;
       font-family: futura_bold;
       margin-top: 0px;
}
.name_of_type {
    color: #C5C5C5;
        margin-bottom: 0px;
  
}
.name_of_desc {
    font-size: 18px;
    margin-top: 0px;
      font-family: futura_medium; 
        line-height: 21px;

}
.our_services {
    padding-top: 70px;
}
.price_of_service {
      font-family: futura_bold; 
        font-size: 24px;
}
@media (max-width: 1200px) {
.row_one, .row_sec {
    width: 100%;
}
    .row_col {
    display: block;
}
 .advantages {
    padding-left: 24px;
    padding-right: 24px;
}
    .block_round_adv {
    width: 200px;
}
.block_round_services {
    width: 197px;
}
}
.inline_table {
    display: inline-table;
}
@media (max-width: 1200px) and (min-width: 767px) {
.block_round_services {
    width: 316px;
}
    .block_round_adv {
    width: 317px;
}
}
@media (max-width: 578px) {
.header_one {
    line-height: 35px;
    font-size: 30px;
}
.advantages {
    padding-bottom: 30px;
    padding-top: 30px;
     background-image: none;
}
    .advan_under {
    line-height: 16px;
}
    .block_round_adv p {
    font-size: 12px;
}
    .block_round_adv {
    width: 121px;
     padding-top: 10px;
    padding-bottom: 10px;
}
    
.block_round_adv img {
    width: 35px;
        height: 35px;
}
    .header_ubder p {
    font-size: 18px;
    line-height: 26px;
}
 .advan_head {
    font-size: 16px;
}
 .line_advantages p {
    font-size: 16px;
}
    .our_services {
    padding-top: 30px;
}
    
.blocks_services_rows {
    overflow: scroll;
    display: flex;
}
.blocks_services_row {
    
    display: flex;
    width: 1000px;
}
}







.icon {
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
  fill: rgba(51, 51, 51, 0.5);
  margin-right: 20px;
  -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out;
}

.icon.active {
  fill: #E74C3C;
}

.icon.big {
  width: 64px;
  height: 64px;
  fill: rgba(51, 51, 51, 0.5);
}

#wrapper {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  overflow: hidden;
    height: 376px;
     -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#left-side {
  height: 70%;
  width: 31%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#left-side ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 34px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
#left-side ul li:hover {
  color: #414b4f;
  -webkit-transition: all .2s ease-out;
          transition: all .2s ease-out;
}
#left-side ul li:hover > .icon {
  fill: #414b4f;
}
#left-side ul li.active {
  color: #414b4f;
}
#left-side ul li.active:hover > .icon {
  fill: #E74C3C;
}




#right-side {
    height: 393px;
    width: 58%;
    overflow: hidden;
}
#right-side #first, #right-side #second, #right-side #third, #right-side #fourth, #right-side #fifth {
  width: 100%;
      margin-top: -350px;
  -webkit-transition: all .6s ease-in-out;
          transition: all .6s ease-in-out;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#right-side #first h1, #right-side #second h1, #right-side #third h1, #right-side #fourth h1, #right-side #fifth h1 {
  font-weight: 800;
  color: #333;
}
#right-side #first p, #right-side #second p, #right-side #third p, #right-side #fourth p, #right-side #fifth p {
  color: #333;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 30px;
}
#right-side #first.active, #right-side #second.active, #right-side #third.active, #right-side #fourth.active, #right-side #fifth.active {
  margin-top: 0px;
  opacity: 1;
  -webkit-transition: all .6s ease-in-out;
          transition: all .6s ease-in-out;
}
.head_how_to {
    font-family: futura_bold;
    font-size: 20px;
    line-height: 39px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.under_how_to {
 font-size: 14px;
        line-height: 10px;
    margin-bottom: 0px;
    margin-top: 0;
}
#left-side ul li {
list-style-type: none;
}
#left-side ul {
    margin: 0;
    margin-block-start: 0em;
    margin-block-end: 3em;
    margin-inline-start: 0p;
}

#right-side #first.active {
    margin-top: 0px;
}
#right-side #fifth.active {
    margin-top: -160px;
}
#right-side #second.active {
    margin-top: -40px;
}
#right-side #third.active {
    margin-top: -80px;
}
#right-side #fourth.active {
    margin-top: -120px;
}
@media (max-width: 978px) {
#wrapper {
    display: block;
        height: 100%;
}
    #right-side {
    height: 285px;
    width: 100%;
    overflow: hidden;
}
    #left-side {
    width: 100%;
}
}
.active .count_how {
    background: rgb(255,122,3);
    background: linear-gradient( 213deg , rgba(255,122,3,1) 0%, rgba(255,185,80,1) 100%);
    text-align: center;
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 20px;
    font-family: futura_bold;
    margin-top: 6px;
        box-shadow: 0px 0px 9px 2px #0000000f;
     z-index: 2;
}
.count_how {
    background: #fff;
    text-align: center;
    color: #000;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 20px;
    font-family: futura_bold;
    margin-top: 6px;
        box-shadow: 0px 0px 9px 2px #0000000f;
        z-index: 2;
}

.block_how {
    display: flex;
}
.header_how {
    margin-left: 20px;
}
#left-side ul:before {
    content: '';
    border: 1px solid #F0F0F0;
    height: 250px;
    position: absolute;
    margin-left: 17px;
    margin-top: 39px;
    z-index: 1;
}
@media (max-width: 578px) {
#right-side #first.active {
    margin-top: 0px;
}
#right-side #fifth.active {
    margin-top: 470px;
}
#right-side #second.active {
    margin-top: 120px;
}
#right-side #third.active {
    margin-top: 230px;
}
#right-side #fourth.active {
    margin-top: 340px;
}
 #left-side ul {

}
    #left-side {
    justify-content: left;
}
    #right-side {
    height: 239px;
}
    .head_how_to {
    font-size: 18px;
}
}

.eapps-testimonials-slider-page-item {
    background-color: #fff;
    box-shadow: 0px 0px 8px 5px #00000008;
    padding: 30px 30px;
    border-radius: 20px;
    margin: 50px 10px;
}
.eapps-testimonials-slider-page-item-author-container {
    display: block;
}
.eapps-testimonials-slider-page-item-author-picture-container {
    height: 100px;
    float: right;
    min-width: 100px;
    width: 100px;
    position: absolute;
    margin-left: 200px;
    margin-top: -74px;
}
.eapps-testimonials-slider-page-item-author-picture {
    width: 100%;
    border: 5px solid #FF7A03 !important;
    border-radius: 50%;
}
.eapps-testimonials-slider-page-item-author {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    z-index: 1;
    font-size: 20px;
       font-family: futura_bold; 
    
}
.eapps-testimonials-slider-page-item-author-info {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.eapps-testimonials-slider-page-item-author-info-logo {
    height: 33px;
    width: 42px !important;
    backface-visibility: hidden;
    position: absolute;
    margin-left: 258px;
    margin-top: -42px;
}
.eapps-testimonials-slider-page-item-text-shorter {
    overflow: visible;
    display: inline-block;
    font-size: 14px;
    color: #414B4F;
    font-family: futura;
    line-height: 18px;
}



.blocks_services_row {
    max-width: 1300px;
    margin: 0 auto;
}

element.style {
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 66px;
    color: #000;
}
.owl-prev span:hover, .owl-next span:hover {
    background: -webkit-linear-gradient(rgba(255, 122, 3, 1), rgba(255, 185, 80, 1));
    background: linear-gradient(rgba(255, 122, 3, 1), rgba(255, 185, 80, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.owl-prev span, .owl-next span {
    background: -webkit-linear-gradient(rgba(255, 122, 3, 1), rgba(255, 185, 80, 1));
    background: linear-gradient(rgba(255, 122, 3, 1), rgba(255, 185, 80, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    font-size: 83px!important;
}

.owl-prev {
    margin-left: -55px;
}
.owl-next {
    margin-right: -55px;
}
.blocks_rewiews_row {
    max-width: 1170px;
    margin: 0 auto;
}
.eapps-testimonials-slider-page-item-author-info-caption {
 font-family: futura; 
    font-size: 12px;
}


.more_link {
    text-align: right;
    margin-top: -58px;
    margin-bottom: 60px;
        line-height: 10px;
}
.how_order {
    padding-bottom: 50px;
    background-image: url(/wp-content/uploads/2021/07/Rectangle-17.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.more_link img {
    position: absolute;
    margin-left: 8px;

}
.order_now_form {
    background-image: url(/wp-content/uploads/2021/07/i-can-handle-multi-tasks-cropped-shot-successful-girl-typing-keyboard-making-notes-while-looking-computer-screen-studying-new-business-graphic-there-is-no-time-rest-2-min.jpg);
    padding-top: 70px;
    padding-bottom: 110px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 130px;
}

.order_now_container {
    max-width: 980px;
    margin: 0 auto;
}
.header_one span {
    background: -webkit-linear-gradient(rgba(255, 122, 3, 1), rgba(255, 185, 80, 1));
    background: linear-gradient(rgba(255, 122, 3, 1), rgba(255, 185, 80, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.send_request {
    font-size: 36px;
    font-family: futura_medium;
    padding-bottom: 30px;
}
.order_now_bg {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    padding: 32px 60px;
}
.field_cf {
    width: 181px;
    border: 1px solid #EBEBEB;
    padding: 12px 12px;
    border-radius: 10px;
        margin-right: 20px;
        font-family: futura;
    font-size: 16px;
    color: #414B4F;
}
.field_order {
    width: 100%;
    border: 1px solid #EBEBEB;
    padding: 12px 12px;
    border-radius: 10px;
        margin-right: 20px;
        font-family: futura;
    font-size: 16px;
    color: #414B4F;
        margin-bottom: 15px;
}
.btn_cf7 {
    border-width: 0px;
        border-radius: 12px;
    padding: 12px 4px;
        width: 180px;
        cursor: pointer;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: transparent;
}
input:focus-visible {
     outline: 0px solid;
}
select:focus-visible {
     outline: 0px solid;
}
@media (max-width: 578px) {

.page_container_rewiews {
    padding: 14px;
}
    .text_align_center {
        text-align: center;
}
.send_request {
    font-size: 20px;
    text-align: center;
}
 .field_cf {
 width: 230px;
    margin-right: 20px;
    margin-bottom: 15px;
}
 .wpcf7-list-item {
    margin: 0 0 0 1em;
}
.order_now_bg {
 
    padding: 35px 45px;
}
    .accept {
    margin-top: 10px;
}
.btn_cf7 {
    width: 256px;
    max-width: 256px;
}
.order_now_form {
    padding-top: 25px;
    padding-bottom: 50px;
}
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em;
}

.accept {
    font-size: 16px;
    margin-left: 0px;
    padding: 0;
}
@media (min-width: 768px) {
.accept {
    margin-top: 10px;
}
}
.rewiews {
    padding-bottom: 70px;
    background-color: #fcfcfc;
        padding-top: 20px;
}

.blog_block {
    background-image: url(/wp-content/uploads/2021/07/Rectangle-20.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
        background-position-y: -270px;
        padding-bottom: 70px;
}
.blog_thumbinail {
    position: relative;
    text-align: center;
        margin-bottom: 15px;
}
.blog_thumbinail {
    position: relative;
    max-width: 378px;
    height: 250px;
}
.blog_thumbinail img {
    max-width: 378px;
    height: 250px;
    border-radius: 25px;

}
.blog_thumbinail_long {
    position: relative;
    max-width: 378px;
    height: auto;
    margin-left: 15px;
    margin-right: 15px;
    width: 380px;
    overflow: hidden;
    border-radius: 25px;
}
.blog_thumbinail_long img {
    max-width: 612px;
    height: 516px;
    border-radius: 25px;
}
.centered {
    position: absolute;
        width: 75%;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #414B4F;
      font-family: futura_bold; 
        text-align: center;
}
 .date {
    font-size: 14px;
 }



@media (max-width: 578px) {
    .flex {
    display: block;
    }
.blog_thumbinail img {
    max-width: 245px;
    height: 170px;
    border-radius: 25px;
}
 .blog_thumbinail_long img {
    max-width: 336px;
    height: 228px;
    border-radius: 25px;
}
    .blog_thumbinail {
    position: relative;
   max-width: 245px;
      height: 170px;
            margin-right: 15px;
}
    .blog_thumbinail_long {
    position: relative;
     max-width: 336px;
      height: 228px;
     margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
}
 .centered {
    font-size: 14px;
    width: 83%;
    top: 75%;
}

    .first_col_blog {
    overflow: scroll;
}
    .col-carousel {
    overflow: scroll;
}
}
@media (max-width: 578px) {
.min_578 {
display: none;
}
        .first_col_blog > div {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    width: 1000px;
}
}
@media (min-width: 578px) {
.max_578 {
display: none;
}

}

@media (max-width: 578px) {

.owl-carousel.owl-drag .owl-item {
 
}
    .owl-carousel .owl-stage {
    display: flex;
}
.eapps-testimonials-slider-page-item-author-picture-container {
    height: 57px;
    float: right;
    min-width: 57px;
    width: 57px;
    position: absolute;
    margin-left: 88px;
    FONT-WEIGHT: 500;
    margin-top: -59px;
}
.eapps-testimonials-slider-page-item-author-info-logo {
    height: 23px;
    width: 18px !important;
    margin-left: 134px;
    margin-top: -61px;
}
    .owl-carousel .owl-item {
     width: 300px!important;
    margin-right: 10px !important;
}
    .owl-carousel .owl-stage {
   
}
    .owl-carousel.owl-drag .owl-item {
   
}
 .eapps-testimonials-slider-page-item {
 
}
    .eapps-testimonials-slider-page-item {
   
}
.eapps-testimonials-slider-page-item {
    padding: 40px 9px;
    margin: 50px 10px 0px 10px;
    width: auto;
	    min-width: 210px;
}
.entry-content  {
    padding: 24px 24px;
}
.owl-item:first-child {
	margin-left: 200px !important;
	
}
}
.block_how:hover .count_how{
    background: rgb(255,122,3);
    background: linear-gradient( 213deg , rgba(255,122,3,1) 0%, rgba(255,185,80,1) 100%);
    color: #fff;
}
.question_ask ul {
    margin: 0;
    margin-block-start: 0em;
    margin-block-end: 3em;
    margin-inline-start: 0p;
}
.question_ask ul li {
    list-style-type: none;
}
.question_ask ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 34px;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.blocks_blog_rows {
padding-bottom: 70px;
}
.question_ask ul:before {
    content: '';
    border: 1px solid #F0F0F0;
    height: 250px;
    position: absolute;
    margin-left: 17px;
    margin-top: 39px;
    z-index: 1;
}
.map_block {
    background-image: url(/wp-content/uploads/2021/08/map_3-min.jpg);
    padding-top: 70px;
    padding-bottom: 110px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 130px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.contact_bg {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    padding: 32px 60px;
    backdrop-filter: blur(4px);
    max-width: 731px;
}
.space_between {
    justify-content: space-between;
}
.field_contact {
    width: 195px;
    border: 1px solid #EBEBEB;
    padding: 12px 12px;
    border-radius: 10px;
    margin-right: 20px;
    font-family: futura;
    font-size: 16px;
       color: #414B4F;
}
.btn_field_contact {
    border-width: 0px;
    border-radius: 12px;
    padding: 12px 4px;
    cursor: pointer;
     width: 218px;
     max-width: 218px;
}
.field_contact_select {
    border-width: 0px;
    border-radius: 12px;
    padding: 12px 10px;
    width: 218px;
    cursor: pointer;
    margin-right: 22px;
    font-family: 'futura';
    font-size: 16px;
    color: #414B4F;
    font-weight: 300;
        border: 1px solid #EBEBEB;
}
.top_15 {
margin-top: 22px;
}
.map_block .email_header a {
    color: #414B4F;
    font-size: 16px;
}
.map_block .send_request {
    font-size: 36px;
    font-family: futura_medium;
    padding-bottom: 0px;
        padding-bottom: 10px;
    margin-top: 30px;
}
.map_head {
display: flex;
    justify-content: space-between;
}
.map_head .header_one {
    margin-block-start: 6px;
    margin-block-end: 0em;
    margin-bottom: 0px;
    line-height: 31px;
        padding-bottom: 40px
}
@media (max-width: 768px) {
.under_how_to {
    line-height: 18px;
}
.count_how {
    min-width: 35px;
}
.head_how_to {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
    margin-top: 10px;
}
 .question_ask ul:before {
    content: '';
    border: 1px solid #F0F0F0;
    height: 468px;
    position: absolute;
    margin-left: 16px;
    margin-top: 39px;
    z-index: 1;
}
    #left-side ul:before {
    height: 330px;
}
    .map_head {
    display: inline-block;
    justify-content: left;
}
    .contact_bg {
    margin-left: 25px;
    margin-right: 25px;
}
    .map_head .header_one {
    padding-bottom: 20px;
}
  .contact_bg .email_header {
    padding-top: 15px;
    padding-bottom: 15px;
}
.field_contact_select {
    margin-bottom: 15px;
}
    .top_15 {
    margin-top: 0px;
}
    .field_contact {
    margin-bottom: 15px;
}
.map_block .send_request {
    font-size: 20px;
        text-align: left;
}
    .blocks_blog_rows {
    padding-left: 24px;
}
    .order_now_bg {
    margin-left: 24px;
    margin-right: 24px;
}
    .more_link {
    margin-top: -52px;
    margin-right: 30px;
}
}

#footer_block {
    background-color: #414B4F;
    padding-top: 70px;
    padding-bottom: 40px;
}
.footer_col .social_header a img.alignnone {
    margin: 0 10px 10px 0px;
}
.footer_col a {
color: #fff;
    font-size: 16px;
}
.contact_block_container {
    max-width: 980px;
}
.widget_block .title {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
      padding-left: 39px;
    
}
.list-unstyled {
    list-style-type: none;
    line-height: 37px;
}
.copywrite_footer {
    color: #ffff;
    text-align: right;
    margin-top: -18px;
}
.button_footer {
margin-top: 10px;
}

.widget_block_oplata .title {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
@media (max-width: 578px) {
#footer_block {
    padding-left: 20px;
    padding-right: 20px;
}
.footer_col .flex {
    display: block;
    margin-bottom: 18px;
}
.button_footer .btn_second {
    margin: 0;
}
 .widget_block .title {
    padding-top: 20px;
         padding-left: 0px;
}
 .list-unstyled {
    list-style-type: none;
    line-height: 33px;
    padding-inline-start: 0;
}
    .widget_block_oplata .title {
    padding-top: 10px;
    padding-bottom: 10px;
}
    .copywrite_footer {
    text-align: left;
    margin-top: 0px;
}
}
.accept_order {
margin-top: 10px;
}
.pum-theme-120 .pum-container, .pum-theme-lightbox .pum-container {
    padding: 18px!important;
    border-radius: 3px!important;
    border: 4px solid #ff8612!important;
    box-shadow: 0px 0px 30px 0px rgb(2 2 2);
    background-color: rgba( 255, 255, 255, 1.00 )!important;
    border-radius: 25px !important;
}
.pum-theme-120 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    position: absolute;
    height: 26px;
    width: 26px;
    left: auto;
    right: -13px;
    bottom: auto;
    top: -13px;
    padding: 0px;
    color: #ffffff;
    font-family: Arial;
    font-weight: 100;
    font-size: 24px!important;
    line-height: 24px!important;
    border: 2px solid #ffffff!important;
    border-radius: 26px;
    box-shadow: none;
    text-shadow: 0px 0px 0px rgb(0 0 0 / 23%)!important;
    background-color: rgb(255 128 10)!important;
}
#breadcrumbs a {
color: #414B4F;
}

.single h1  {
    font-size: 40px;
	    text-transform: uppercase;
		    line-height: 47px;
}
@media (max-width: 578px) {
.single h1  {
    font-size: 24px;
}
}



.slidecontainer .slider {
width: 100%;
height: 15px;
}
.slidecontainer .values {
display: flex;
display: -webkit-flex;
}
.slidecontainer .values p {
color: #ff8916  !important;
}
.slidecontainer .val {
display: flex;
display: -webkit-flex;
    font-size: 16px;
}



.slidecontainer .values p {

    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


/*generated with Input range slider CSS style generator (version 20210711)
https://toughengineer.github.io/demo/slider-styler*/
input[type=range].styled-slider {
  height: 2.2em;
  -webkit-appearance: none;
}

/*progress support*/
input[type=range].styled-slider.slider-progress {
  --range: calc(var(--max) - var(--min));
  --ratio: calc((var(--value) - var(--min)) / var(--range));
  --sx: calc(0.5 * 2em + var(--ratio) * (100% - 2em));
}

input[type=range].styled-slider:focus {
  outline: none;
}

/*webkit*/
input[type=range].styled-slider::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #ff820c;
  box-shadow: 0 0 2px black;
  margin-top: calc(max((1em - 1px - 1px) * 0.5,0px) - 2em * 0.5);
  -webkit-appearance: none;
}

input[type=range].styled-slider::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 0.5em;
  background: #FFFFFF;
  border: 1px solid #b2b2b2;
  box-shadow: none;
}
input[type=range].styled-slider::-webkit-slider-thumb:hover {

}

input[type=range].styled-slider:hover::-webkit-slider-runnable-track {
  background: #fff;
  border-color: #9a9a9a;
}

input[type=range].styled-slider::-webkit-slider-thumb:active {
  background: #ff820c;
}

input[type=range].styled-slider:active::-webkit-slider-runnable-track {
  background: #ff8713;
  border-color: #c1c1c1;
}

input[type=range].styled-slider.slider-progress::-webkit-slider-runnable-track {
  background: linear-gradient(#ff820c,#ff820c) 0/var(--sx) 100% no-repeat, #FFFFFF;
}

input[type=range].styled-slider.slider-progress:hover::-webkit-slider-runnable-track {
  background: linear-gradient(#ff820c,#ff820c) 0/var(--sx) 100% no-repeat, #fff;
}

input[type=range].styled-slider.slider-progress:active::-webkit-slider-runnable-track {
  background: linear-gradient(#ff820c,#ff820c) 0/var(--sx) 100% no-repeat, #fff;
}

/*mozilla*/
input[type=range].styled-slider::-moz-range-thumb {
  width: 2em;
  height: 2em;
  border-radius: 1em;
  background: #ff820c;
  border: none;
  box-shadow: 0 0 2px black;
}

input[type=range].styled-slider::-moz-range-track {
  height: max(calc(1em - 1px - 1px),0px);
  border-radius: 0.5em;
  background: #FFFFFF;
  border: 1px solid #b2b2b2;
  box-shadow: none;
}

input[type=range].styled-slider::-moz-range-thumb:hover {
  background: #fff;
}

input[type=range].styled-slider:hover::-moz-range-track {
  background: #fff;
  border-color: #fff;
}

input[type=range].styled-slider::-moz-range-thumb:active {
  background: #fff;
}

input[type=range].styled-slider:active::-moz-range-track {
  background: #fff;
  border-color: #c1c1c1;
}

input[type=range].styled-slider.slider-progress::-moz-range-track {
  background: linear-gradient(#fff,#ff820c) 0/var(--sx) 100% no-repeat, #FFFFFF;
}

input[type=range].styled-slider.slider-progress:hover::-moz-range-track {
  background: linear-gradient(#fff,#fff) 0/var(--sx) 100% no-repeat, #fff;
}

input[type=range].styled-slider.slider-progress:active::-moz-range-track {
  background: linear-gradient(#fff,#fff) 0/var(--sx) 100% no-repeat, #fff;
}

/*ms*/
input[type=range].styled-slider::-ms-fill-upper {
  background: transparent;
  border-color: transparent;
}

input[type=range].styled-slider::-ms-fill-lower {
  background: transparent;
  border-color: transparent;
}

input[type=range].styled-slider::-ms-thumb {
  width: 2em;
  height: 2em;
  border-radius: 1em;
  background: #ff820c;
  border: none;
  box-shadow: 0 0 2px black;
  margin-top: 0;
  box-sizing: border-box;
}

input[type=range].styled-slider::-ms-track {
  height: 1em;
  border-radius: 0.5em;
  background: #FFFFFF;
  border: 1px solid #b2b2b2;
  box-shadow: none;
  box-sizing: border-box;
}

input[type=range].styled-slider::-ms-thumb:hover {
  background: #34321D;
}

input[type=range].styled-slider:hover::-ms-track {
  background: #fff;
  border-color: #9a9a9a;
}

input[type=range].styled-slider::-ms-thumb:active {
  background: #2f98f9;
}

input[type=range].styled-slider:active::-ms-track {
  background: #fff;
  border-color: #c1c1c1;
}

input[type=range].styled-slider.slider-progress::-ms-fill-lower {
  height: max(calc(1em - 1px - 1px),0px);
  border-radius: 0.5em 0 0 0.5em;
  margin: -1px 0 -1px -1px;
  background: #ff820c;
  border: 1px solid #b2b2b2;
  border-right-width: 0;
}

