html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: top;
}

body {
    font-family: 'Ubuntu', sans-serif;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 10px 0;
    color: #0B2D61;
    font-weight: bold;
    font-family: 'Rubik', sans-serif;
}
a:link, a:visited {
    color: #0B2D61;
}
a:hover {
    color: #333;
}
ul {
    margin: 0 0 0 15px;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0 5px 0 5px;
}
.clr {
    clear: both;
}
.mycontainer {
    max-width: 1250px;
    margin: 0 auto;
}
#header {
    padding: 60px 0;
}
#header .mycontainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
    position: relative;
}
.com_content #header {
    padding: 20px 0;
    background: #141945;
    margin: 0 auto 40px auto;
}
.top {
    display: inline-block;
}
.logo {
    max-width: 350px;
    display: inline-block;
}
.topinfo p {
    margin: 0;
}
.topinfo img {
    margin: 0 10px 0 0;
}
.topinfo img:hover {
    opacity: .7;
}
img.logoim {
    max-width: 100%;
}
#navtoogle {
    display: none;
}
#screen1_offer h1 {
    text-transform: uppercase !important;
    background: linear-gradient(113deg, #2CC96B 0%, #63FFA2 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}
#screen1_offer h2 {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    /* max-width: 300px; */
}
.mod-languages select.inputbox.advancedSelect {
    background: transparent;
    border: 0;
    color: #CAD4F5;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
}
.mod-languages select.inputbox.advancedSelect option {
    color: #080f26;
    font-size: 18px;
}
.mod-languages select.inputbox.advancedSelect:focus-visible {
    outline: none;
    border: 0;
}

#nav ul {margin:0; padding:0; }
#nav ul li { display: inline-block; padding: 3px 10px; position: relative;}
#nav ul li a {
    display: block;
    padding: 0 14px 0 14px;
    margin: 0;
    line-height: 32px;
    color: #CAD4F5;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
#nav > ul li a:hover {
    color: #fff;
}
#nav ul.nav li.parent:before {
    content: '';
    border: solid #222222;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 14px;
    right: 1%;
    transform: rotate(45deg);
}
#nav ul.nav li.parent:hover:before  {
      transform: rotate(-90deg);
      transition: all 0.5s
}

#nav li ul {
    position: absolute;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    top: 37px;
    z-index: 100;
    margin-left: -8px;
    background: #17bb59;
    box-shadow: 0px 0px 4px #a7a7a7;
    border-radius: 20px;
    padding: 20px;
    display: none;
    width: 203px;
}
#nav li:hover ul {
  display: block;
}
#nav li ul li {
    background: none;
    padding: 0!important;
    top: 0;
    position: relative;
    display: block;
}

#nav ul li ul li:after {
    content: normal;
}

#nav li ul li a {
    display: block;
    width: 100%;
    font-size: 17px;
    color: #ffffff!important;
    text-transform: none;
    font-weight: 400;
    padding: 7px 3px;
    line-height: 23px;
}
#nav li ul li a:hover, #nav li ul li.active a  {
    background: #0c0d3c;
    border-radius: 4px;
}

#nav li ul li + li {
    border-top: 1px solid #ffffff3d;
}
#nav ul li ul li:first-child, .layout-featured #nav ul li ul li:first-child a  {
     padding-left: 23px;
}
ul.breadcrumb {
    margin: 32px 0 8px -3px;
    padding: 0;
}
ul.breadcrumb li {
    display: inline-block;
    color: #777;
}
.page-header h1 {
    color: #17bb59;
    margin-bottom: 10px;
    font-size: 40px;
}

/* Forms */

.com-baforms.forms {
    padding: 40px;
    position: relative;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 16px 30px 50px 0px rgba(0, 0, 0, 0.07);
}
.com-baforms.forms:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 78%;
    background: #17BB59;
    left: 48%;
    top: -20px;
    border-radius: 90px 90px 0 0;
    transform: translateX(-50%);
}
.forms .ba-htmltext.tool {
    padding-left: 120px;
    background: url(../images/rocket.svg) 0 0 no-repeat;
    margin-bottom: 35px;
}
.forms .ba-form-footer {
    margin-top: 40px;
}
.forms .ba-htmltext.tool h3 {
    color: #000;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 20px;
    padding: 5px;
}
.forms .ba-htmltext.tool h4 {
    color: #172A47;
    font-weight: 400;
    font-size: 47px;
    padding: 0 5px;
}
.ba-form .tool.inputbg input {
    padding-left: 40px;
    box-shadow: 10px 0px 30px 7px rgba(0, 0, 0, 0.08);
    padding-right: 85px;
}
.ba-form .tool.inputbg {
    position: relative;
}
.ba-form .tool.inputbg:after {
    content: '';
    position: absolute;
    height: 35px;
    width: 1px;
    background: #ddd;
    right: 86px;
    top: 32px;
}
.ba-form .tool.inputbg.in-user input {
   background: url(../images/form_user.svg) right 30px center no-repeat;
}
.ba-form .tool.inputbg.in-phone input {
   background: url(../images/form_phone.svg) right 30px center no-repeat;
}
.ba-form .tool.inputbg.in-email input {
   background: url(../images/form_mail.svg) right 30px center no-repeat;
}
#leftbar-w {
    padding: 0;
    width: 230px;
    float: left;
}
#rightbar-w {
    margin-right: 12px;
    padding: 0;
    width: 230px;
    float: right;
}
#sidebar {
    padding: 0;
}
#sidebar .module {
    padding: 6px 0 6px 0;
    margin: 0;
}
#sidebar .module-title {
    font-size: 16px;
    font-weight: 100;
    margin: 0;
    height: 24px;
    line-height: 24px;
    color: #fff;
    padding: 0 0 0 22px;
    font-family: Tahoma, sans-serif;
}
#leftbar-w .module-title {
    padding: 0 0 0 15px;
}
#rightbar-w  .module-title {
    padding: 0 0 0 15px;
}
#main {
    margin: 0 auto 0 auto;
    position: relative;
}
.myblock_forbg {
    overflow-x: hidden;
    position: relative;
    width: 100vw;
}
body.layout-page .myblock_forbg:before {
    background-color: #04093E;
    height: 1662px;
    content: "";
    position: absolute;
    width: 2500px;
    border-radius: 751px;
    transform: rotate(342deg) translateX(-50%);
    top: -1274px;
    left: 50%;
    z-index: -11;
    box-shadow: 70px 0px 0px 64px #CAD4F5;
    -webkit-box-shadow: 70px 0px 0px 64px #CAD4F5;
    -moz-box-shadow: 70px 0px 0px 64x #CAD4F5;
}
body.layout-page .myblock_forbg:after {
    height: 1551px;
    content: "";
    position: absolute;
    width: 2500px;
    border-radius: 707px;
    transform: rotate(337deg) translateX(-50%);
    top: -1313px;
    left: 50%;
    z-index: -11;
    opacity: .1;
    background-repeat: no-repeat;
    background-image: url(
    ../images/firsthome.jpg);
    background-size: cover;
    background-position: center;
}
.myheader_title h3.sppb-addon-title {
    color: #17BB59;
    font-family: Ubuntu;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    line-height: 32px;
    display: inline-block;
}
.myheader_title h3.sppb-addon-title:after {
    content: '';
    position: absolute;
    background: #0B2D61;
    width: 50px;
    height: 5px;
    border-radius: 35px;
    right: -72px;
    top: 50%;
}
.myheader_title h2.sppb-addon-title {
    color: #0B2D61;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: 1.25px;
    max-width: 920px;
}
#services_row .sppb-addon-single-image .sppb-addon-content {
    position: relative;
    min-height: 305px;
}
#services_row .sppb-addon-single-image .sppb-addon-content h3 {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    z-index: 2;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    max-width: 200px;
    font-family: 'Ubuntu', sans-serif;
}
#services_row .sppb-addon-single-image.fixwithh .sppb-addon-content h3 {
    max-width: 270px;
}
#services_row .sppb-addon-single-image .sppb-addon-content h3 span {
    display: block;
    background: #17BB59;
    border-radius: 40px;
    padding: 5px 18px;
    width: 60px;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 20px;
}
#services_row .sppb-addon-single-image .sppb-addon-content img.sppb-img-responsive {
    border-radius: 60px 60px 60px 10px;
    box-shadow: 6px 6px 0px 1px #CAD4F5, 0px 0px 50px 0px rgba(7, 24, 87, 0.17);
}
#services_row .sppb-addon-single-image .sppb-addon-content a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient( 360deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.00) 100%, rgba(0, 0, 0, 0.00) 100%);
    border-radius: 60px 60px 60px 10px;
    left: 0;
    top: 0;
}

#services_row .sppb-addon-single-image .sppb-addon-content:hover h3 span {
    display: none;
}
#services_row .sppb-addon-single-image .sppb-addon-content:hover img.sppb-img-responsive, #services_row .sppb-addon-single-image .sppb-addon-content:hover a:after  {
    border-radius: 60px;
}
#services_row:after {
    content: '';
    width: 1100px;
    height: 1300px;
    background: linear-gradient(103deg, rgb(237 238 243 / 61%) 0%, rgba(237, 238, 243, 0.45) 100%);
    transform: rotate(47deg);
    position: absolute;
    right: -1077px;
    top: 14px;
    border-radius: 260px;
}
section#services_row .header_in_serv h3 {
    font-size: 25px;
    color: #000;
    padding: 20px 70px 124px 70px;
    background: url(../images/logo.svg) center bottom no-repeat;
    margin: 89px 0;
}
section#aboutus:after {
    content: '';
    background: url(../images/image03.jpg) center center no-repeat;
    width: 320px;
    height: calc(100% - 28px);
    position: absolute;
    top: 14px;
    right: 16px;
    border-radius: 0 20px 20px 0;
}
#advantages .sppb-addon-text-block ul li, .item-page ul li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 50px;
}
.item-page ul li {
    padding-left: 34px;
}
#advantages .sppb-addon-text-block ul li:after, .item-page ul li:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border: solid 4px #17BB59;
    border-radius: 50%;
    left: 0;
    top: 6px;
}
.item-page ul li:after {
    width: 7px;
    height: 7px;
    border: solid 3px #17BB59;
    top: 7px;
}
#advantages img.sppb-img-responsive {
    object-fit: cover;
}
.item-page ul {

}
section#steps {
    margin: 0 -110px 100px -110px !important;
    width: calc(100% + 220px);
    border-radius: 40px;
    position: relative;
}
#sp-page-builder section#steps .sppb-section-title {
    margin-bottom: 0;
}
section#steps > .sppb-row-overlay {
    border-radius: 40px;
}
section#steps:after {
    content: '';
    position: absolute;
    height: 20px;
    width: 78%;
    background: #17BB59;
    left: 48%;
    top: -20px;
    border-radius: 90px 90px 0 0;
    transform: translateX(-50%);
    max-width: 750px;
}
section#steps h2.sppb-addon-title {
    color: #16B456;
}
section#steps h3.sppb-media-heading {
    padding: 0;
}
section#steps .sppb-media>.pull-left
{
    margin-right: 25px;
    background: url(../images/bgnumber.png) center center no-repeat;
    background-size: contain;
    font-family: 'Rubik';
}
section#steps .sppb-media>.pull-left span:after
{
   content: '.';
}
.sp-page-builder .page-content #steps .sppb-section-title .sppb-title-heading {
    font-family: 'Ubuntu';
    font-weight: 400;
}
#clientsget .sppb-media {
    display: flex;
    align-items: center;
}
#clientsget .sppb-media .pull-left {
    width: 100px !important;
    padding-left: 30px;
    flex: 0 0 106px;
    position: relative;
    height: 94px;
    padding-top: 27px;
}
#clientsget .sppb-media .pull-left:after {
    content: '';
    width: 100px;
    height: 100px;
    border-radius: 0px 120px 120px 0px;
    background: rgba(226, 233, 255, 0.62);
    position: absolute;
    box-sizing: initial;
    left: 0;
    top: 0;
    z-index: -1;
}

#clientsget .sppb-addon.sppb-addon-feature.sppb-text-left {
    padding: 50px 50px 50px 10px;
    border-radius: 25px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    position: relative;
}
#clientsget .sppb-addon.sppb-addon-feature.sppb-text-left:hover {
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.19);
    outline: solid 4px rgba(0, 0, 0, 0.1);
}
#clientsget .sppb-addon.sppb-addon-feature.sppb-text-left:after {
    content: '';
    width: 5px;
    height: 93px;
    position: absolute;
    top: 50%;
    left: -3px;
    border-radius: 10px;
    background: #0b2d61;
    transform: translateY(-50%);
}
#clientsget .sppb-addon.sppb-addon-feature.sppb-text-left.greenlin:after {
    background: #17BB59;
}
#section_bottom {
    max-width: 1470px;
    margin: 65px auto 70px auto;
    background: url(../images/bgform.jpg) center center no-repeat;
    border-radius: 40px;
    background-size: cover;
    padding: 50px 0 35px 0;
}

#section_bottom .mycontainer {
    display: flex;
    gap: 95px;
}
#section_bottom  .formblock {
    margin-bottom: -60px;
    max-width: 617px;
    flex: 1;
}
#section_bottom  .com-baforms.forms {
    margin-bottom: -60px;
    box-shadow: 16px 30px 50px 0px rgba(0, 0, 0, 0.15);
    padding: 30px 40px;
}
.contact_footer_wrap .userfirst .moduletable {
    position: relative;
}
.contact_footer_wrap .userfirst .moduletable:after {
    content: '';
    width: 240px;
    height: 80px;
    background: url(../images/logo.svg) no-repeat;
    top: 201px;
    left: -87px;
    position: absolute;
    transform: rotate(-90deg);
    background-size: contain;
}
.contact_footer_wrap .userfirst .moduletable > .custom > p {
    margin-bottom: 34px;
}
.contact_footer_wrap .userfirst .moduletable > .custom > p img {
    margin-right: 10px;
}
.contact_footer_wrap .userfirst .moduletable > .custom > p img:hover {
    opacity: .7;
}
.contact_footer_wrap .userfirst .moduletable > h3 {
    font-size: 46px;
    margin-bottom: 65px;
    color: #fff;
    margin-top: 5px;
}
.contact_footer_wrap .userfirst .moduletable > .custom {
    padding-left: 130px;
}
.contact_footer_wrap .userfirst .moduletable > .custom table tr {
    padding-bottom: 23px;
    display: inline-block;
}
.contact_footer_wrap .userfirst .moduletable > .custom table td {
    padding-right: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #fff;
}
.contact_footer_wrap .userfirst .moduletable > .custom table td a {
    line-height: 20px;
    font-size: 18px;
    color: #fff;
}
.contact_footer_wrap .userfirst .moduletable > .custom table td a:hover, 
.userlast li a:hover {
   opacity: .7;
}
.userlast {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.userlast h3 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 30px;
}
.userlast ul {
    margin: 0;
    list-style: none;
}
.userlast li a {
    list-style: none;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
.userlast ul li {
    margin-bottom: 14px;
}
#footer {
    padding-bottom: 40px;
}
#leftcolumn {
    margin-left: 9px;
    padding: 0;
    width: 205px;
    float: left;
}
#rightcolumn {
    margin-right: 9px;
    padding: 0;
    width: 205px;
    float: right;
}
#centercontent {
    width: 500px;
    float: left;
    margin: 5px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}
#centercontent_md {
    width: 725px;
    float: left;
    margin: 0 5px 0 5px;
    padding: 5px;
    overflow: hidden;
}
#main-content {
    overflow: hidden;
}
.blog-featured {
    background: #fff;
    color: #555;
}
.items-leading {
    position: relative;
    clear: both;
    padding: 3px 0 3px 4px;
    margin-top: 2px;
}
.item-page {
    font-size: 19px;
    line-height: 32px;
}
 .right_blog {
    font-size: 18px;
    line-height: 29px;
}
.item-page  .pull-left.item-image img {
    max-width: 500px;
    float: left;
    border-radius: 40px;
    margin: 0 40px 40px 0;
}

.item-page  .page-header h2 {
    font-size: 45px;
    margin-bottom: 40px;
    line-height: 45px;
    border-left: 5px solid #17bb59;
    padding-left: 20px;
}
.item-page h3 {
    font-size: 31px;
    margin-bottom: 20px;
}
.item-page img {
    border-radius: 20px;
}
.item-page table.designed {
    background: #141945;
    border-radius: 20px;
    padding: 20px;
    color: #fff;
}
.items-row {
    position: relative;
    clear: both;
    text-align: center;
}
.items-row .span3, .items-row .span4, .items-row .span6 {
    display: inline;
}
.fullw  {
    display: flex;
    padding: 22px;
    position: relative;
    border-radius: 40px;
    background: #FFF;
    box-shadow: 1px -4px 42px rgb(0 0 0 / 9%);
    margin-bottom: 20px;
    gap: 40px;
}
.fullw:hover {
    box-shadow: 10px 6px 70px rgb(0 0 0 / 12%);
    outline: 1px solid #ddd;
}
p.readmore a {
    display: inline-block;
    background: #17bb59;
    padding: 14px 30px;
    border-radius: 56px;
    color: #fff;
    margin-top: 15px;
    text-decoration: none;
}
p.readmore a:hover {
    background: #141945;
}
.fullw .page-header h2 {
    margin-bottom: 10px;
    font-size: 37px;
}
.fullw .page-header h2 a {
    text-decoration: none;
}
.blog .fullw .pull-left.item-image img {
    border-radius: 20px;
    width: 440px;
    height: 300px;
    object-fit: cover;
}

body.servpg section#services_row {
    background: #fff;
    border-radius: 40px;
    padding: 50px 38px 2px 38px !important;
    box-shadow: 0 0 80px rgb(51 51 51 / 17%) !important;
    margin-bottom: 50px !important;
}
body.servpg #services_row:after {
    content: normal;
}

.blog .item {
    text-align: center;
    font-size: 15px;
    margin: 1% 0;
    padding-bottom: 1%;
}
.blog .item:hover {
    box-shadow: 0 0 20px #e8e8e8;
}
.blog .item .pull-left.item-image img {
    max-width: 100%;
}
.readmore {
    margin: 0;
    line-height: 20px;
}
ul.pagenav {
    display: block;
}
ul.pagenav li {
    list-style: none;
}
.pagenav-prev {
    float: left;
    padding-top: 10px;
}
.pagenav-next {
    float: right;
    padding-top: 10px;
}
.pagination {
    clear: both;
}
.pagination span, .pagination a, ul.pagenav li a {
    padding: 1px 8px;
    background: #fff;
    color: #555;
    font-weight: bold;
    font-size: 90%;
}
.pagination a, ul.pagenav li a {
    font-weight: bold;
    text-decoration: underline;
}
.button, .validate {
    padding: 3px 15px;
    border: 1px solid #999;
    background: #b9b8b8;
    color: #fff;
    font-weight: bold;
}
.button:hover, .validate:hover, .pagination a:hover, ul.pagenav li a:hover {
    background: #757474;
    color: #fff;
}
.inputbox, input, textarea, select {
    border: 1px solid #c0c0c0;
    color: #13618d;
    padding: 5px 10px;
}
.breadcrumbs {
    padding: 0 0 0 10px;
    color: #555;
}
#user-bottom {
    margin: 1% auto 0 auto;
    padding: 1% 0;
}
.user1, .user2 {
    display: inline-block;
}
.user1 p {
    margin-bottom: 5px;
}
.inline {
    display: inline-block;
}

.cmn-toggle-switch {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 6px;
    padding: 0;
    width: 58px;
    height: 38px;
    border: 0;
    font-size: 0;
    transition: background .3s;
}
.cmn-toggle-switch:focus {
    outline: none;
}
.cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    height: 3px;
    background: white;
}
.cmn-toggle-switch span::before, .cmn-toggle-switch span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    content: '';
}
.cmn-toggle-switch span::before {
    top: -8px;
}
.cmn-toggle-switch span::after {
    bottom: -8px;
}
.cmn-toggle-switch__htx {
    background-color: #17bb59;
    border-radius: 5px;
}
.cmn-toggle-switch__htx span {
    transition: background 0 .3s;
}
.cmn-toggle-switch__htx span::before, .cmn-toggle-switch__htx span::after {
    transition-duration: .3s, .3s;
    transition-delay: .3s 0;
}
.cmn-toggle-switch__htx span::before {
    transition-property: top, transform;
}
.cmn-toggle-switch__htx span::after {
    transition-property: bottom, transform;
}
.cmn-toggle-switch__htx.active {
    background-color: #0065fc;
}
.cmn-toggle-switch__htx.active span {
    background: none;
}
.cmn-toggle-switch__htx.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.cmn-toggle-switch__htx.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.cmn-toggle-switch__htx.active span::before, .cmn-toggle-switch__htx.active span::after {
    transition-delay: 0 .3s;
}
span.menutoog div {
    background: #000;
    width: 100%;
    height: .125rem;
    margin: .25rem auto;
    border-radius: 10px;
    transition: .3s cubic-bezier(.28, .55, .385, 1.65);
    transition-timing-function: cubic-bezier(.28, .55, .385, 1.65);
    transform: none;
    transform-origin: center;
}
@media screen and (max-width: 1300px) {
    .com-baforms.forms {
        padding: 20px;
    }
    .mycontainer {
        padding: 0 20px;
    }
    section#services_row .header_in_serv h3 {
        font-size: 25px;
        color: #000;
        padding: 20px 70px 98px 70px;
        background: url(../images/logo.svg) center bottom no-repeat;
        margin: 60px 0 29px 0;
    }
    #sp-page-builder .page-content #aboutus {
        padding: 45px 390px 45px 45px;
        margin-bottom: 70px;
    }
    #header {
        padding-bottom: 0;
    }
    #advantages .sppb-addon-text-block ul li {
        margin-bottom: 7px;
    }
  
    body.layout-page .myblock_forbg:after {
        top: -1461px;
        left: 59%;
    }
    #sp-page-builder .page-content #advantages {
        margin-bottom: 110px;
        box-shadow: 0 0 0 0 #ffffff;
    }
    .sppb-row-container {
        max-width: none;
    }
    #sp-page-builder .page-content #steps {
        margin: 0 0 40px 0 !important;
        width: 100%;
        padding: 50px 30px 15px 30px;
    }
    section#steps h2.sppb-addon-title {
        margin-bottom: 50px;
    }
    div#screen1_offer .sppb-col-md-6 {
        flex: 1 0 59%;
        max-width: none;
    }
    div#screen1_offer .sppb-col-md-6:last-child {
        flex: 1 0 40%;
    }
    .forms .ba-htmltext.tool {
        padding-left: 80px;
        margin-bottom: 15px;
        background-size: 64px;
    }
    .forms .ba-htmltext.tool h4 {
        font-size: 41px;
    }
    .ba-form .tool {
        margin: 15px 0px;
    }
    .forms .ba-form-footer {
        margin-top: 20px;
    }
    .com-baforms form {
        margin: 0 !important;
    }
    body.layout-page .myblock_forbg:before {
        top: -1448px;
        left: 59%;
    }
    /* #screen1_offer h1.sppb-addon-title {
        font-size: 68px;
    line-height: 71px;
    } */
    #sp-page-builder #slogan .sppb-section-title {
        margin-bottom: 30px;
    }
    #sp-page-builder .page-content #services_row {
        padding-top: 50px;
    }
    #sp-page-builder .page-content #clientsget {
        padding: 0 30px;
    }
    #section_bottom {
        margin: 35px 20px 50px 20px;
        border-radius: 40px;
        padding: 50px 0 35px 0;
    }
    #section_bottom  .formblock {
        margin-bottom: 0;
        max-width: 480px;
        flex: 1;
    }
    #section_bottom  .com-baforms.forms {
        margin-bottom: -60px;
        box-shadow: 16px 30px 50px 0px rgba(0, 0, 0, 0.15);
        padding: 20px 12px;
    }
    #section_bottom .mycontainer {
        display: flex;
        gap: 65px;
    }
    section#steps h3.sppb-media-heading {
        padding: 0;
        font-family: 'Ubuntu';
        font-weight: 400;
        line-height: 28px;
        font-size: 19px;
    }
    #services_row .sppb-addon-single-image .sppb-addon-content {
        min-height: 22vw;
    }
}

@media screen and (max-width: 1200px) {
    section#services_row .header_in_serv h3 {
        font-size: 23px;
        color: #000;
        padding: 20px 70px 86px 70px;
        background: url(../images/logo.svg) center bottom no-repeat;
        background-size: 188px;
        margin: 53px 0 3px 0;
    }
    .myheader_title h2.sppb-addon-title {
        color: #0B2D61;
        font-size: 35px;
        line-height: 100%;
        letter-spacing: 0;
        max-width: 920px;
        margin-bottom: 35px !important;
    }
    #services_row:after {
        content: normal;
    }
    .sppb-row-container {
        max-width: none;
    }
    #sppb-addon-1692452427326 img {
        border-radius: 40px;
        width: 415px !important;
        height: 479px !important;
        max-width: none !important;
    }
    div#screen1_offer .sppb-col-md-6:last-child {
        flex: 1 0 100%;
    }
    div#screen1_offer .sppb-col-md-6:first-child .sppb-column {
        padding: 30px 0;
        box-shadow: 0 0 0 0 #fff;
    }
    #screen1_offer h2 {
        max-width: none;
        margin-bottom: 10px !important;
    }
    #footer {
        padding: 20px;
    }
    #section_bottom {
        margin: 20px 20px 15px 20px;
        border-radius: 40px;
        padding: 50px 0 35px 0;
    }
    #header {
        padding: 25px 0;
    }
    section#advantages .sppb-col-md-5 {
        padding: 0;
    }
    section#advantages .sppb-col-md-5 .sppb-text-center {
        text-align: left;
    }
    section#advantages .sppb-col-md-7 .sppb-column {
        padding: 0;
    }
    #sppb-addon-1692452427326 img {
        width: 36vw !important;
    }
    .contact_footer_wrap .userfirst .moduletable > .custom {
        padding-left: 90px;
    }
  
    .userlast {
        justify-content: flex-start;
        gap: 44px;
    }
    
}
@media screen and (max-width: 991px) { 
    section#services_row .header_in_serv h3 {
        margin: 25px 0 3px 0;
    }
    section#services_row .sppb-col-md-4 {
        width: 50%;
        padding: 0 10px;
    }
    section#services_row .sppb-col-md-4:last-child .sppb-column-addons {
        display: flex;
    }
    section#services_row .sppb-col-md-4:last-child {
        width: 100%;
    }
    section#services_row .header_in_serv h3 {
        margin: 5vw 0 3px 0;
        padding: 20px;
        padding-bottom: 83px;
    }
    section#services_row .sppb-col-md-4:last-child .sppb-column-addons .sppb-addon-wrapper {
        max-width: 48%;
        margin-right: 2%;
    }
    section#services_row .sppb-col-md-4 .sppb-addon-wrapper {
        margin: 0px 0 30px 0;
    }
    #sp-page-builder .page-content #aboutus {
        padding: 370px 25px 25px 25px;
        margin-bottom: 20px;
    }
    #sp-page-builder .page-content #services_row {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    section#advantages .sppb-row-container {
        padding: 0;
    }
    #sppb-addon-1692452427326 img {
        width: 94vw !important;
    }
    section#advantages .sppb-row-container {
        padding: 0 15px;
    }
    section#advantages .sppb-col-md-5 {
        margin-bottom: 40px;
    }
    #sp-page-builder .page-content #advantages {
        margin-bottom: 0px;
        box-shadow: 0 0 0 0 #ffffff;
    }
    section#aboutus:after {
        content: '';
        width: 320px;
        height: 306px;
        top: 34px;
        left: 40px;
        border-radius: 20px;
    }
    #aboutserv img.sppb-img-responsive {
        max-height: 300px;
    }
    #section_bottom  .formblock {
        margin-bottom: 0;
        max-width: none;
        flex: 1 0 100%;
    }
    .contact_footer_wrap {
        flex: 1 1 100%;
        padding-left: 34px;
    }
    #section_bottom .mycontainer {
        flex-wrap: wrap;
    }
    .contact_footer_wrap .userfirst .moduletable > .custom {
        padding-left: 130px;
    }
    .blog .fullw .pull-left.item-image img {
        width: 32vw;
    }
 
    
}
@media screen and (max-width: 767px) {
    body.layout-page .myblock_forbg:after {
        top: -1060px;
        left: 59%;
        transform: rotate(337deg) translateX(-50%) scale(0.5);
    }
    section#aboutus:after {
        width: 460px;
        left: 5px;
        background-size: cover;
    }
    #sppb-addon-1692452427326 img {
        width: 460px !important;
        height: 306px !important;
        border-radius: 20px !important;
    }
    #sp-page-builder .page-content #steps {
        margin: 30px 0 40px 0 !important;
    }
    #clientsget .sppb-addon.sppb-addon-feature.sppb-text-left {
        padding: 30px 50px 30px 10px;
    }
    #sp-page-builder .page-content #aboutus {
        padding: 370px 0 25px 0;
        margin-bottom: 20px;
        border: 0;
    }
    #services_row .sppb-addon-single-image .sppb-addon-content h3 {
        font-size: 22px;
        max-width: 135px;
    }
    #services_row .sppb-addon-single-image.fixwithh .sppb-addon-content h3 {
        max-width: 195px;
    }
    #nav {
        display: none;
    }
    #navtoogle {
        display: block;
    }
    #nav li ul {
        position: static;
        display: none;
        background: none;
        box-shadow: none;
        width: 100%;
        padding: 0;
        text-align: center;
        list-style: none;
        margin: 12px 0;
    }
   
    #nav li:hover ul {
        display: none;
    }
    #nav ul li {
        display: block;
        padding: 3px 10px;
        position: relative;
        max-width: 250px;
        margin: 0 auto;
    }
    #nav ul.nav li.parent {
        border-bottom: 1px solid #ffffff82;
        padding-bottom: 10px;
    }
    #nav ul.nav li.parent.act {
        border: none;
    }
    #nav ul.nav li.parent:before {
        content: '';
        border: solid #ffffff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        position: absolute;
        top: 19px;
        right: 10%;
        transform: rotate(-45deg);
    }
    #nav ul.nav li.parent.act:before {
        transform: rotate(45deg);
        transition: all .5s;
    }
  
    .sppb-row-container {
        max-width: initial;
        padding: 0 10px;
    }
    img {
        max-width: 100%;
    }
  
    .blog .item {
        width: 48%;
    }
    img.sigFreeImg {
        width: 265px !important;
        height: 200px !important;
        max-width: none;
    }
    ul.sigFreeClassic {
        text-align: center;
    }
    ul.sigFreeClassic li.sigFreeThumb {
        display: inline-block;
        margin: 1%;
        float: none;
    }
    ul.sigFreeClassic li.sigFreeThumb:nth-child(odd) {
        display: none;
    }
    /* #screen1_offer h1.sppb-addon-title {
        font-size: 57px;
        line-height: 60px;
    } */
    section#steps h2.sppb-addon-title {
        margin-bottom: 15px;
    }
    .contact_footer_wrap .userfirst .moduletable > .custom {
        padding-left: 107px;
    }
    .logo {
        max-width: 213px;
    }
    #section_bottom {
        background: #141945 url(../images/bgform.jpg) center bottom no-repeat;
        background-size: initial;
    }
    #nav {
        position: absolute;
        width: calc(100vw - 40px);
        left: 20px;
        border-radius: 20px;
        top: 78px;
        background: linear-gradient(81deg, #00b248, #013d97);
        box-shadow: 0 0 50px #3333;
        padding: 25px;
        z-index: 555;
        min-height: 31vh;
        overflow-y: scroll;
        text-align: center;
        border: 7px solid #17bb592e;
        box-shadow: 0 40px 37px -8px #94e7b563;
        box-sizing: border-box;
    }
    #nav ul li a {
        color: #ffffff;
        font-size: 22px;
    }
    #nav .custom {
        margin-top: 20px;
    }
    .fullw {
        gap: 30px;
        flex-wrap: wrap;
    }
    .blog .fullw .pull-left.item-image img {
        width: 100%;
    }
    .left_blog {
        flex: 1;
    }
    .fullw .page-header h2 {
        line-height: 1.2em;
    }
    .item-page  .page-header h2 {
        font-size: 34px;
        margin-bottom: 30px;
        line-height: 37px;
    }
    .item-page img {
        border-radius: 10px;
        height: auto;
    }
    .item-page table.designed td {
        display: block;
    }
  
}
@media screen and (max-width: 550px) {
    section#services_row .sppb-col-md-4 {
        width: 100%;
        padding: 0 10px;
    }
    section#services_row .sppb-col-md-4:last-child .sppb-column-addons {
        display: initial;
    }
    section#services_row .sppb-col-md-4:last-child .sppb-column-addons .sppb-addon-wrapper {
        max-width: 100%;
        margin-right: 0;
    }
    section#services_row .header_in_serv h3 {
        margin: 0;
    }
    .myheader_title h3.sppb-addon-title {
        font-size: 19px;
    }
    .sppb-row-container {
        max-width: initial;
        padding: 0 5px;
    }
    #services_row .sppb-addon-single-image .sppb-addon-content img.sppb-img-responsive {
        max-height: 333px;
        width: 90vw;
        object-fit: cover;
    }
    .com-baforms .ba-form {
        padding: 20px 10px;
    }
    #sp-page-builder .page-content #clientsget {
        padding: 0 10px;
    }
    #clientsget  .sppb-addon-text {
        font-size: 18px !important;
        line-height: 27px !important;
    }
    .contact_footer_wrap .userfirst .moduletable > .custom {
        padding-left: 0;
    }
    .contact_footer_wrap .userfirst .moduletable:after {
        content: normal;
    }
    .contact_footer_wrap {
        padding-left: 24px;
    }
    .contact_footer_wrap .userfirst .moduletable > h3 {
        font-size: 40px;
        margin-bottom: 28px;
        color: #fff;
        margin-top: 20px;
    }
    .topinfo img {
        margin: 0px 3px 0 0;
    }
    .userlast {
        gap: 30px;
        flex-wrap: wrap;
    }
    .userlast .moduletable {
        flex: 1 0 100%;
    }
    .userlast h3 {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .userlast {
        margin-top: 5px;
    }
    div#footer tr td {
        display: block;
        text-align: center;
        padding: 10px 0;
    }
    .forms .ba-htmltext.tool h3 {
        font-size: 16px;
    }
    .forms .ba-htmltext.tool h4 {
        font-size: 37px;
    }
    ul.breadcrumb li.active {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .logo {
        max-width: 43vw;
    }
    #header .mycontainer > .topinfo  {
        display: none;
    }
   
    .com-baforms.forms {
        padding: 20px 12px 10px 12px;
    }
    .ba-form .tool.inputbg input {
        padding-left: 30px;
        box-shadow: 10px 0px 30px 7px rgba(0, 0, 0, 0.08);
        padding-right: 40px;
        font-size: 17px !important;
        background-size: 26px !important;
        height: 65px !important;
    }
    .ba-form .tool {
        margin: 7px 0px !important;
    }
    .ba-form .tool.inputbg:after {
        right: 75px;
        top: 30px;
    }
    .sp-page-builder .page-content #screen1_offer {
        padding-top: 17px !important;
    }
    .forms .ba-htmltext.tool {
        padding-left: 0;
        margin-bottom: 15px !important;
        background-size: 0;
    }
    section#aboutus:after, #advantages img.sppb-img-responsive {
        max-width: 88vw !important;
    }
    /* #screen1_offer h1.sppb-addon-title {
        font-size: 51px;
        line-height: 51px;
    } */
    .myheader_title h2.sppb-addon-title {
        font-size: 29px;
        margin-bottom: 35px !important;
        line-height: 36px;
    }
    section#slogan h2 {
        word-break: break-word;
    }
    
}
@media screen and (max-width: 450px) {
    .blog .item {
        width: 95%;
        margin: 1% auto;
    }
    #clientsget .sppb-media .pull-left {
        width: 67px !important;
        padding-left: 16px;
        flex: 0 0 67px;
        position: relative;
        height: 96px;
        padding-top: 30px;
    }
    #clientsget .sppb-media .pull-left:after {
        width: 37px;
        height: 94px;
    }
    #clientsget .sppb-addon.sppb-addon-feature.sppb-text-left {
        padding: 25px 20px 25px 0px;
    }
    .sp-page-builder .page-content #steps .sppb-section-title .sppb-title-heading {
        font-size: 19px !important;
    }
    #sp-page-builder .page-content #steps {
        margin: 30px 0 30px 0 !important;
        padding: 20px;
    }
    #sp-page-builder #steps .sppb-section {
       padding: 0;
    }
    .blog .fullw .pull-left.item-image img {
        height: 200px;
    }
    .fullw .page-header h2 {
        font-size: 30px;
    }
    .fullw {
        gap: 10px;
    }
    .item-page h3 {
        font-size: 20px;
        margin-bottom: 0px;
    }
    
}
@media screen and (max-width: 450px) {

#services_row .sppb-addon-single-image .sppb-addon-content img.sppb-img-responsive {
    max-height: 260px;
}


section#aboutus:after, #advantages img.sppb-img-responsive {
    max-width: 87vw !important;
    height: 207px !important;
}
section#aboutus:after {
    left: 0px;
    top: 0;
}
#sp-page-builder .page-content #aboutus {
    padding: 246px 0 25px 0;
}
.myheader_title h3.sppb-addon-title:after {
    width: 40px;
    height: 3px;
    right: auto;
    bottom: -10px;
    left: 0;
    top: auto;
}
.myheader_title h2.sppb-addon-title {
    padding-top: 7px !important;
}
#section_bottom .mycontainer {
    flex-wrap: wrap;
    padding: 0 10px;
}
#section_bottom {
    padding: 2px 0 35px 0;
}
.contact_footer_wrap {
    padding-left: 13px;
}
.userlast h3, .contact_footer_wrap .userfirst .moduletable > h3 {
    font-size: 32px;
    margin-bottom: 20px;
}
section#steps .sppb-media>.pull-left {
    margin-right: 11px;
    transform: scale(.7);
}
section#advantages .sppb-col-md-7 {
    padding: 0 !important;
}
section#advantages .sppb-col-md-7 ul {
    margin-left: 10px;
}
#advantages .sppb-addon-text-block ul li {
    padding-left: 36px;
}
#advantages .sppb-addon-text-block ul li:after {
    width: 14px;
    height: 13px;
    border: solid 3px #17BB59;
    left: 0;
    top: 9px;
}
#sp-page-builder .page-content #advantages {
    padding-bottom: 35px;
}
.contact_footer_wrap .userfirst .moduletable > .custom table td {
    padding-right: 14px;
}
.userfirst table {
    width: auto !important;
}
.com-baforms.forms:before {
    left: 49%;
    top: -12px;
    height: 13px;
}
#nav ul li a {
    color: #ffffff;
    font-size: 20px;
}

}