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;
}
html {
    height: 100%;
}
body {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
    padding-bottom: 30px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 10px 0;
    font-weight: 400;
    font-family: 'Bree Serif', serif;
    color: #00314C;
}
a:link, a:visited {
    color: #181818;
}
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;
}
.container {
    max-width: 1415px;
    margin: 0 auto;
}
#header {
    padding: 35px 0 50px;
    background: linear-gradient(92deg, #00273c 28.61%, #081f2deb 85.16%);
    margin-bottom: 1px;
}
body.com_sppagebuilder #header {
    position: absolute;
    z-index: 55;
    width: 100%;
    background: transparent;
}
#header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inline.topinfo {
    margin: auto 30px auto 0;
    order: 2;
}
.inline.topinfo p {
    margin: 0;
    display: flex;
    gap: 15px;
}
.inline.topinfo a:hover, #nav ul li a:hover {
    opacity: .8;
}
.top {
    display: inline-block;
}
.logo {
    max-width: 350px;
    display: inline-block;
}
img.logoim {
    max-width: 100%;
}
div#nav {
    margin: auto 30px auto auto;
}

#nav ul li {
    display: inline-block;
    padding: 5px 12px;
    position: relative;
}

#nav ul li a {
    display: block;
    padding: 0 14px 0 14px;
    margin: 0;
    line-height: 32px;
    color: #ffffff;
    text-decoration: none;
    font-size: 21px;
    font-weight: 400;
}
#nav ul > li.active > a {
    font-weight: 700;
}
#nav ul.nav li.parent:before {
    content: '';
    border: solid #ffffff8a;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 17px;
    right: 5px;
    transform: rotate(45deg);
}
#nav ul.nav li.parent:hover:before  {
      transform: rotate(-90deg);
      transition: all 0.5s
}
#nav ul.nav li.parent:hover:after {
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: -14px;
}
#nav li ul {
    position: absolute;
    top: 54px;
    z-index: 100;
    background: #e9f7ff;
    box-shadow: 0px 0px 36px #00000026;
    border-radius: 9px;
    display: none;
    padding: 10px;
}
#nav li:hover ul {
  display: block;
}

#nav li ul li {
  background: none;
  padding: 0!important;
  top: 0;
  position: relative;

}

#nav ul li ul li:after {
    content: normal;
}
#nav li ul li a {
    display: block;
    width: 277px;
    margin-bottom: 1px;
    background: #fff;
    font-size: 16px;
    color: #404040!important;
    text-transform: none;
    font-weight: 400;
    padding: 12px 8px 9px 23px;
}

#nav li ul li a:hover {
    background: #e9f7ff;
    transition: all 0.5s;
    color: #000 !important;
}
#nav ul li ul li:first-child, .layout-featured #nav ul li ul li:first-child a  {
     padding-left: 23px;
}

#firstscreen h1 {
    color: #fff;
}
#firstscreen h2 {
    color: #cccccc;
    font-weight: 300;
    font-family: 'Noto Sans', sans-serif;

}
#firstscreen .button_mod {
    text-align: center;
}
#firstscreen .button_mod input.popup-btn {
    padding: 14px 108px 17px 72px;
    font-family: "Bree Serif";
    font-size: 30px !important;
    letter-spacing: 0.6px;
    border-radius: 75px !important;
    background: #00a6b0 url(../images/arrow-cur.svg) right 6px center no-repeat;
    background-size: 63px;
}
section#about h2.sppb-title-heading {
    background: url(../images/header_info.svg) left top no-repeat;
    padding: 17px 0 14px 130px;
}
#about .sppb-addon-image-content .sppb-image-holder {
    width: 42%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    border-radius: 90px;
}
#about .sppb-addon-image-content:hover .sppb-image-holder {
    transform: scale(1.05);
    transition: all .5s;
}
#about .sppb-addon-image-content .sppb-content-holder {
    font-size: 20px;
    font-style: normal;
    line-height: 39px;
    letter-spacing: 0.4px;
}
#about .sppb-row .sppb-col-sm-6:first-child {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
}
div#ourserv .sppb-section-title.sppb-text-left {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 75px;
}
#ourserv  h2.sppb-title-heading {
    padding: 20px 148px 20px 0;
    background: url(../images/header_serv.svg) right top 18px no-repeat;
}
#ourserv  h4.sppb-addon-title a {
    text-decoration: none;
}
#howwork  h2.sppb-title-heading {
    padding: 90px 0 20px 0;
    background: url(../images/header_howew.svg) center top no-repeat;
}
#howwork h3.sppb-addon-title {
    font-family: 'Noto Sans', sans-serif;
    color: #000;
    font-weight: 700;
}
#howwork .sppb-addon.sppb-addon-text-block {
    min-height: 234px;
    position: relative;
}
#howwork .sppb-addon.sppb-addon-text-block.sppb-text-center.addonline::after,
#howwork .sppb-addon.sppb-addon-text-block.sppb-text-center.addonline::before {
    content: '';
    width: 120px;
    height: 63px;
    background: url(../images/linestroke.svg) 0 0 no-repeat;
    position: absolute;
    left: -185px;
    bottom: -103px;
}
#howwork .sppb-addon.sppb-addon-text-block.sppb-text-center.addonline::before {
    left: auto;
    right: -185px;
    transform: scaleX(-1);
}
#howwork .sppb-addon-wrapper:hover > div, #bottom blockquote p img:hover  {
    box-shadow: 0 0 50px rgb(0 0 0 / 12%);
    border: 1px solid #e5e5e5;
    transition: all .1s;
    transform: scale(1.03);
    background: #fff;
}
#ourblog h2.sppb-title-heading {
    padding: 90px 0 30px 0;
    background: url(../images/header_info.svg) center top no-repeat;
}
#ourblog  a.sppb-article-img-wrap img {
    border-radius: 20px;
}
#ourblog  a.sppb-article-img-wrap {
    margin-bottom: 30px;
    display: block;
}

#ourblog {
    background-size: 120% !important;
    background-position: 24% 5% !important;
}
#ourblog .sppb-article-meta {
    background: #0088A0;
    width: 83px;
    height: 82px;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 17px 25px;
    border-radius: 47px;
    text-align: center;
}
.sppb-addon-articles .sppb-article-meta>span {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
}
#ourblog .sppb-addon-articles .sppb-addon-article {
   margin: 0 30px;
}
#ourblog .sppb-article-info-wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 35px;
    align-items: center;
}
#ourblog .sppb-article-info-wrap a {
    text-decoration: none;
    font-size: 17px;
    line-height: 27px;
}
#ourblog a.sppb-article-img-wrap img:hover {
    filter: grayscale(1);
}
#whywe h3.sppb-media-heading, #clientget  h3.sppb-addon-title {
    font-family: 'Noto Sans', sans-serif;
    padding: 0;
}
#whywe .sppb-media>.pull-left {
    margin-right: 44px;
}
#whywe   h2.sppb-title-heading {
    padding: 90px 0 20px 0;
    background: url(../images/header_whywe.svg) center top no-repeat;
}
#whywe .sppb-addon-blocknumber .sppb-blocknumber-number {
    font-family: "Bree Serif";
    font-weight: 400;
}
#clientget p.sppb-title-subheading {
    max-width: 470px !important;
}
#clientget .sppb-addon-single-image-container {
    background: #EAF1F5;
    padding: 42px 42px;
    border-radius: 150px;
    margin-bottom: 25px;
}
#sp-page-builder #clientget .sppb-section-title {
    margin-bottom: 78px;
}
#bottom {
    background: url(../images/line_bg-tr.svg) top  left 100px no-repeat, linear-gradient(180deg, #00ADB5 0%, #015584 100%);
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.22);
    position: relative;
    min-height: 740px;
}

#bottom > .custom {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    overflow: hidden;
    min-height: 740px;
    filter: grayscale(1);
}
#bottom .container {
    border-radius: 70px;
    border: 1px solid rgba(181, 245, 248, 0.27);
    background: #FFF;
    box-shadow: 16px 30px 50px 0px rgba(0, 0, 0, 0.15);
    padding: 40px;
    z-index: 50;
    position: absolute;
    left: calc((100vw - 1400px) / 2);
    width: 1110px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 50px;
    justify-content: flex-start;
    padding: 55px 110px;
    gap: 100px;
    box-sizing: border-box;
}
#bottom .container .moduletable > h3 {
    font-size: 60px;
    color: #000;
    margin-bottom: 40px; 
    padding: 0;
}
#bottom .container .moduletable:first-child {
    color: #454545;
    font-size: 20px;
    max-width: 355px;
}
#bottom blockquote {
    padding-top: 15px;
}
#bottom  blockquote p img {
    background: #EDEDED;
    padding: 15px;
    border-radius: 11px;
    border: 1px solid transparent;
}
#bottom  blockquote p {
    display: flex;
    gap: 10px;
}
#ourblog.callto h2.sppb-addon-title {
    max-width: 1200px;
    margin: 0 auto;
}
#ourblog.callto h2.sppb-addon-title strong {
    color: #00aab3;
    font-weight: 400;
}

@media (min-width: 1200px) {
#sp-page-builder .sppb-container, #sp-page-builder .sppb-row-container {
    max-width: 1440px;
}
}
/* Base */

ul.breadcrumb {
    margin: 30px 0;
}
ul.breadcrumb li {
    display: inline-block;
    color: #777;
}
ul.breadcrumb li.active span {
    padding-left: 3px;
    font-size: 15px;
}

#main {
    margin: 0 auto 0 auto;
    position: relative;
}
body.com_sppagebuilder #main-content .container {
    max-width: none;
}
#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;
}

.blog-featured {
    background: #fff;
    color: #555;
}
.items-leading {
    display: flex;
    clear: both;
    padding: 20px;
    margin-top: 2px;
    gap: 30px;
    flex-wrap: wrap;
}
.item-page {
    position: relative;
    background: #fff;
    font-size: 18px;
    line-height: 170%;
    padding: 40px 0;
}
.item-page .page-header h2 {
    font-size: 38px;
    margin-bottom: 37px;
}
.item-page h3 {
    font-size: 27px;
    margin-bottom: 10px;
}
.item-page.blogpage  table img {
 margin: 10px 50px 30px 0px;
 border-radius: 30px;
}
.items-row {
    position: relative;
    clear: both;
    text-align: center;
}
.items-row .span3, .items-row .span4, .items-row .span6 {
    display: inline;
}

.column-1, .column-2, .column-3, .column-4 {
    position: relative;
    display: inline-block;
}
.fullw {
    padding: 22px;
    position: relative;
    border-radius: 60px;
    background: #FFF;
    box-shadow: 1px -4px 42px rgb(0 0 0 / 9%);
    margin-bottom: 20px;
    width: 100%;
    max-width: 388px;
}
.blog .fullw .pull-left.item-image img {
    max-width: 100%;
    border-radius: 50px;
}
.fullw  .left_blog {
    margin-bottom: 23px;
}
.fullw  .right_blog {
   text-align: center;
}
.right_blog .readmore a {
    display: block;
    border: 1px solid #ddd;
    padding: 24px;
    border-radius: 50px;
    margin-top: 23px;
}
.right_blog .readmore a:hover {
    background: linear-gradient(90deg, rgba(0, 173, 181, 0.20) 7.25%, rgba(1, 85, 132, 0.20) 88.94%), #1C4961;
    color: #fff;
    text-decoration: none;
}
.right_blog .page-header {
    padding: 0 10px;
    min-height: 185px;
}
.wrapcontart {
    display: flex;
    gap: 60px;
}
.extranews_random ul {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.extranews_random ul li a {
   line-height: 110%;
   font-size: 15px;
   text-decoration: none;
}
.extranews_box {
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 40px;
    border: 1px solid #ddd;
    border-radius: 24px;
    height: fit-content;
}
.extranews_random ul li > a {
    line-height: 140%;
    font-size: 15px;
    text-decoration: none;
    display: block;
    margin: 20px 0  10px 0;
}
.extranews_box h3 {
    font-size: 24px;
    margin-bottom: 25px;
}
.img_cont img {
    width: 100%;
    border-radius: 24px;
    height: 172px;
    object-fit: cover;
    filter: grayscale(1);
}
.img_cont img:hover {
    filter: none;
}
.introxt {
    position: relative;
    height: 87px;
    overflow: hidden;
}
.introxt:after {
    position: absolute;
    content: '';
    height: 40px;
    width: 100%;
    bottom: -2px;
    left: 0;
    background: linear-gradient(0, white, transparent);
}
.right_blog .page-header h2 a {
    font-size: 27px;
    text-decoration: none;
    margin-bottom: 17px;
    display: block;
}
.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: 0;
    padding: 95px 0;
    background: url(../images/line_bg-ft.svg) top center no-repeat, linear-gradient(92deg, #00334D 28.61%, #00546E 85.16%);
}
.user1 {
    display: flex;
    justify-content: space-between;
    color: #8AB8D0;
    font-size: 17px;
}
.user1 p {
    margin-bottom: 5px;
}
.moduletable.leftblft {
    width: 300px;
    padding-top: 123px;
    background: url(../images/logo_footer.svg) left top no-repeat;
}
.moduletable.servft {
    width: 54%;
}
.user1  .moduletable > h3 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 47px;
}
.user1 .moduletable ul {
    margin: 0;
}
.user1 .moduletable ul li {
    font-size: 18px;
    margin-bottom: 10px;
    list-style: none;
    padding: 0 15px 0 40px;
    position: relative;
    box-sizing: border-box;
}
.user1 .moduletable ul li:after {
    content: '';
    width: 24px;
    height: 1px;
    background: #8AB8D0;
    position: absolute;
    left: 0;
    top: 13px;
}
.user1 .moduletable ul li a {
    color: #fff;
    text-decoration: none;
}
.moduletable.servft ul.nav.menu {
    display: flex;
    flex-wrap: wrap;
}
.moduletable.servft ul.nav.menu li {
    flex: 1 0 49%;
}
.moduletable.servft ul.nav.menu li a {
    color: #BBE6E8;
    font-weight: 400;
}
.moduletable.servft ul.nav.menu li a:hover {
    color: #fff;
}
#user-bottom2 {
    background: linear-gradient(90deg, rgba(0, 173, 181, 0.20) 7.25%, rgba(1, 85, 132, 0.20) 88.94%), #1C4961;
    padding: 27px 0;
    color: #BBE6E8;
}
#user-bottom2 a {
    text-decoration: none;
    color: #BBE6E8;
    font-weight: 400;
}
#user-bottom2 a:hover {
    color: #fff;
}
.user2 .custom p {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
    font-size: 18px;
}
.user2 {
    display: flex;
    justify-content: space-between;
}
.ba-form .tool.inputbg input {
    padding-left: 90px;
    box-shadow: 10px 0px 30px 7px rgba(0, 0, 0, 0.08);
    width: 415px;
}
.ba-form .tool.inputbg {
    position: relative;
}
#bottom .ba-htmltext.tool h3 {
    font-size: 35px;
    color: #015680;
}
#bottom .ba-form {
    padding: 0;
}
#bottom  .ba-form div:not(.ba-checkMultiple):not(.ba-radioMultiple ) > label {
    margin-bottom: 7px;
}

.ba-form .tool.inputbg.in-user input {
   background: url(../images/form_user.svg) left 30px center no-repeat;
}
.ba-form .tool.inputbg.in-phone input {
   background: url(../images/form_phone.svg) left 30px center no-repeat;
}
.ba-form .tool.inputbg.in-email input {
   background: url(../images/form_mail.svg) left 30px center no-repeat;
}
#bottom .ba-form .ba-btn-submit {
    padding: 14px 64px 17px 15px;
    font-family: "Bree Serif";
    font-size: 25px !important;
    letter-spacing: 0.6px;
    background: #00a6b0 url(../images/arrow-cur.svg) right 6px center no-repeat;
    background-size: 54px;
    font-weight: 400 !important;
    width: 258px !important;
    margin-top: 15px;
}
.ba-modal .ba-form .row-fluid [class*="span"] >.tool:first-child {
    margin-top: 0;
    background: #00a6b0;
    background: linear-gradient(92deg, #00334D 28.61%, #00546E 85.16%);
    border-radius: 24px;
    padding: 10px;
}
.ba-modal .ba-form .row-fluid [class*="span"] >.tool:first-child  h3 {
    color: #fff;
    font-size: 29px;
    padding: 2px;
}
.ba-modal .ba-form .ba-btn-submit {
    background: linear-gradient(92deg, #00334D 28.61%, #00546E 85.16%) !important;
}
.ba-forms-modal .ba-modal-close {
    color: #ddd !important;
}

#navtoogle {
    display: none;
    color: #fdfcfc;
}
.cmn-toggle-switch {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 52px;
    height: 40px;
    border: 0;
    font-size: 0;
    transition: background .3s;
    background: transparent;
}
.cmn-toggle-switch:focus {
    outline: none;
}
.cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 18px;
    left: 5px;
    right: 5px;
    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: -10px;
}
.cmn-toggle-switch span::after {
    bottom: -10px;
}
.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 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: 1700px) { 
    #bottom .container {
        left: calc((100vw - 1309px) / 2);
        width: 890px;
        transform: translateY(-50%);
        gap: 50px;
        justify-content: flex-start;
        padding: 39px 63px;
        gap: 70px;
    }
    #bottom > .custom {
        width: 61%;
    }
    .sp-page-builder .page-content #about {
        margin-bottom: 0 !important;
    }
    .sp-page-builder .page-content #howwork {
        padding-bottom: 70px !important;
    }
    #sp-page-builder .sppb-container, #sp-page-builder .sppb-row-container {
        max-width: 1440px;
        padding: 0 30px;
    }
    #whywe > .sppb-row-container > .sppb-row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

}
@media screen and (max-width: 1470px) {
    .container {
        padding: 0 30px;
    }
    .com_sppagebuilder  #main-content .container {
        padding: 0;
    }
    #header {
        padding: 35px 0;
        position: relative;
    }
   
    #clientget .sppb-addon-single-image-container {
        padding: 24px;
    }
    #clientget .sppb-addon-single-image-container img {
        width: 40px !important;
        height: 40px;
    }
    #whywe .sppb-media>.pull-left {
        margin-right: 31px;
    }
    #whywe .sppb-addon-blocknumber .sppb-blocknumber-number {
        font-size: 35px;
        height: 70px;
        width: 70px;
    }
    #whywe h3.sppb-media-heading {
        font-size: 20px;
    }
    #bottom .container {
        left: calc((100vw - 1261px) / 2);
        gap: 50px;
    }
    .ba-form .tool.inputbg input {
        width: 360px;
    }
    .fullw {
        padding: 1vw;
        max-width: 27vw;
    }
    .items-leading {
        gap: 2vw;
    }

}
@media screen and (max-width: 1300px) {  
    .img_cont img {
        width: 235px;
    }
    #howwork .sppb-col-md-3 {
        width: 50%;
        max-width: none;
        flex: 1 0 45%;
        margin-bottom: 30px;
    }
    #howwork .sppb-col-md-3 .sppb-addon.sppb-addon-text-block {
        min-height: 168px;
        position: relative;
    }
    #bottom > .custom {
        width: 100%;
        position: static;
        border: 0;
    }
    #bottom > .custom iframe {
        width: 100%;
    }
    #bottom > .custom p {
        padding: 0;
        margin: 0;
    }
    #bottom {
        min-height: auto;
        overflow: hidden;
    }
    #bottom .container {
        position: static;
        transform: none;
        width: auto;
        margin: 44px;
        box-sizing: border-box;
    }
    #bottom .container {
        gap: 50px;
        justify-content: space-around;
    }
    .items-leading {
        justify-content: space-between;
    }
    .fullw {
        padding: 1vw;
        max-width: 26vw;
    }

}
@media screen and (max-width: 1000px) { 
 
    .inlinelogo {
        margin: 0 auto;
    }
    .inline.topinfo {
        margin: 0;
    }
    #nav {
        display: none;
        position: absolute;
        width: 100%;
        top: 160px;
        background: linear-gradient(90deg, rgba(0, 173, 181, 0.20) 7.25%, rgba(1, 85, 132, 0.20) 88.94%), #1C4961;
        padding: 30px 0;
        left: 0;
        text-align: center;
    }
    #header .container {
        justify-content: center;
        align-items: center;
    }
    #navtoogle {
        display: block;
    }
    #nav li ul {
        position: absolute;
        display: none;
        background: none;
        box-shadow: none;
        width: 500px;
        background: #fff;
        left: 50%;
        transform: translateX(-42%);
        margin: 0;
    }
   
    #nav li:hover ul {
        display: none;
    }
    #nav ul.nav li.parent.act {
        border: none;
    }
    .user1 {
        display: flex;
        justify-content: space-between;
        color: #8AB8D0;
        font-size: 17px;
        flex-wrap: wrap;
        gap: 30px 0;
    }
    .moduletable.leftblft {
        width: 34%;
    }
    .moduletable.mainft {
        width: 50%;
    }
    .moduletable.servft {
        width: 100%;
    }
    .user2 .custom p {
        gap: 15px;
    }
    .user2 {
        flex-wrap: wrap;
        gap: 20px;
    }
    .wrapcontart {
        gap: 40px;
        flex-direction: column;
    }
    .extranews_box {
        max-width: none;
    }
    .extranews_random ul {
        flex-direction: row;
        gap: 20px;
        flex-wrap: wrap;
    }
    .extranews_random ul li {
        flex: 1 0 33%;
        max-width: 235px;
    }
    body.layout-article.blogpage ul.breadcrumb li.active {
        display: none;
    }
    .item-page {
        padding: 10px 0;
    }
    #user-bottom {
        margin: 0;
        padding: 65px 0;
    }
    .extranews_box {
        margin-bottom: 40px;
    }
    .items-leading {
        gap: 2%;
        padding: 0;
    }
    .fullw {
        max-width: 49%;
        box-sizing: border-box;
    }
    #bottom .container {
        flex-wrap: wrap;
        gap: 30px;
        padding: 30px 0px;
    }
    #bottom > .custom iframe {
        height: 411px;
    }
    #bottom > .custom {
    min-height: auto;
    }
    #bottom .container .moduletable:first-child {
        max-width: 268px;
    }
    .ba-form .tool.inputbg input {
        width: 298px;
    }
    #bottom .container .moduletable > h3 {
        font-size: 50px;
    }
    #bottom .ba-htmltext.tool h3 {
        font-size: 32px;
    }
    #howwork .sppb-addon.sppb-addon-text-block.sppb-text-center.addonline::after, #howwork .sppb-addon.sppb-addon-text-block.sppb-text-center.addonline::before {
        content: normal;
    }
    section#about h2.sppb-title-heading, #ourserv h2.sppb-title-heading, #howwork h2.sppb-title-heading,
    #whywe h2.sppb-title-heading, #ourblog h2.sppb-title-heading {
        padding: 14px 0 14px 100px;
        background-size: 79px;
        background-position: 0 0;
        text-align: left;
    }
    .sp-page-builder .page-content #howwork {
        padding-bottom: 40px !important;
    }
    #ourblog .sppb-addon-articles .sppb-addon-article {
        margin: 0;
    }
    #ourblog .sppb-article-info-wrap {
        gap: 20px;
    }
    #ourblog .sppb-col-sm-4 {
        width: 400px;
        max-width: none;
        flex: 0 1 400px;
        margin-bottom: 30px;
    }
    #ourblog .sppb-row {
        justify-content: center;
    }
    #about .sppb-row .sppb-col-sm-6:first-child {
        flex: 1 1 100%;
        max-width: 100%;
        height: 415px;
    }
    #about .sppb-row .sppb-col-sm-6:last-child {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 0;
    }
    #about .sppb-addon-image-content .sppb-image-holder {
        width: 50vw;
        height: 378px;
        background-position: 50%;
        border-radius: 70px;
    }
    #about .sppb-addon-image-content .sppb-content-holder {
        padding: 0 !important;
    }
    #sp-page-builder #about .sppb-section-title {
        margin-bottom: 30px !important;
    }
    section#about h2.sppb-title-heading {
        margin-bottom: -15px !important;
    }
    div#ourserv .sppb-section-title.sppb-text-left {
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 35px;
        flex-direction: column;
    }
    div#ourserv .sppb-col-md-4 {
        width: 50%;
    }
    div#ourserv .sppb-no-gutter .sppb-col-md-4:last-child {
        width: 100%;
    }
    div#ourserv .sppb-no-gutter .sppb-col-md-4:last-child .sppb-column-addons {
        display: flex;
    }
    div#ourserv .sppb-no-gutter .sppb-col-md-4:last-child .sppb-addon-wrapper {
        width: 50%;
    }
    #ourserv  .overlay-show-content-on-hover .overlay-image-title {
        opacity: 1;
        visibility: visible;
    }
    #ourserv  .sppb-addon-overlay-image-content .overlay-background-style {
        background: rgba(1, 85, 132, 0.76);
    }
    #ourserv  .anothergr .sppb-addon-overlay-image-content .overlay-background-style {
        background: rgba(13, 139, 145, 0.75);
    }
    #howwork .sppb-addon.sppb-addon-text-block {
        min-height: auto;
    }
    #clientget .sppb-col-md-2,  #clientget .sppb-col-md-3 {
        width: 200px;
    }
    #clientget  .sppb-row {
        justify-content: center;
    }
    .fullw {
        padding: 1vw;
        max-width: 45vw;
    }
    .right_blog .page-header {
        min-height: auto;
    }
  
}
@media screen and (max-width: 768px) {
    #about .sppb-row .sppb-col-sm-6:first-child {
        padding-top: 30px;
        height: auto;
    }
    #about .sppb-addon-image-content .sppb-image-holder {
        max-width: 500px;
    }
    section#about h2.sppb-title-heading, #ourserv h2.sppb-title-heading, #howwork h2.sppb-title-heading, #whywe h2.sppb-title-heading, #ourblog h2.sppb-title-heading {
        padding: 14px 0 14px 85px;
        background-size: 69px;
    }
    #whywe > .sppb-row-container > .sppb-row > div {
        padding: 0 !important;
    }
    #whywe h3.sppb-media-heading {
        font-size: 18px;
        line-height: 24px;
    }
  
    table, td, video {
        max-width: 98%;
        display: inline-block;
        margin: 0 auto;
        width: auto !important;
        height: auto !important;
    }
    img {
        max-width: 100%;
    }
    td, iframe {
        border: none;
        width: 100% !important;
    }
    .blog .item {
        width: 48%;
    }
    img.sigFreeImg {
        width: 265px !important;
        height: 200px !important;
        max-width: none;
    }
    .item-page .page-header h2 {
        font-size: 32px;
    }
    .moduletable.leftblft {
        width: 276px;
    }
    .right_blog .page-header h2 a {
        font-size: 23px;
    }
    #bottom .container .moduletable > h3 {
        font-size: 37px;
        color: #000;
        margin-bottom: 40px;
        padding: 0;
    }
    #bottom .container .moduletable:first-child {
        font-size: 18px;
    }
    #bottom .container {
        margin: 25px;
        padding: 35px;
        border-radius: 30px;
        justify-content: flex-start;
    }
    #nav ul li {
        padding: 15px 12px;
        display: block;
    }
    #nav ul.nav li.parent:before {
        top: 28px;
    }
    #nav li ul {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 20px;
    }
    #nav li ul li a {
        padding: 12px 8px 9px 10px;
    }
    #howwork .sppb-col-md-3 {
        width: 100%;
        max-width: none;
        flex: 1 0 100%;
        margin-bottom: 30px;
    }
    #howwork .second-how .sppb-addon-wrapper > div {
        background: #00A6B0;
    }
    #howwork .second-how h3.sppb-addon-title, #howwork .second-how .sppb-addon-content {
        color: #fff;
    }
    .fullw {
        padding: 10px;
        max-width: 43vw;
    }
  
}
@media screen and (max-width: 520px) {
    .moduletable.servft ul.nav.menu li {
        flex: 1 0 100%;
    }
    .logo {
        max-width: 38vw;
        padding-right: 6px;
    }
    #header {
        padding: 19px 0 23px 0;
        position: relative;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    #user-bottom {
        margin: 0;
        padding: 35px 0;
    }
    .blog .fullw .pull-left.item-image img, .fullw {
        border-radius: 20px;
    }
    .fullw {
        max-width: none;
    }
    .blog .fullw .pull-left.item-image img {
        height: 260px;
        object-fit: cover;
        width: 100%;
    }
    .ba-form .tool.inputbg input {
        width: 100%;
    }
    #firstscreen .button_mod input.popup-btn {
        transform: scale(0.8);
    }
    #about .sppb-addon-image-content .sppb-content-holder {
        font-size: 18px;
        line-height: 33px;
        letter-spacing: 0;
    }
    #nav {
        top: 117px;
    }
    #bottom .container {
        margin: 25px 15px;
        padding: 25px;
        border-radius: 30px;
        gap: 5px;
    }
    #bottom .container .moduletable strong {
        display: block;
        margin-bottom: 10px;
        color: #000;
    }

}
@media screen and (max-width: 450px) {

    .inline.topinfo img {
        width: 26px;
    }
    div#navtoogle {
        transform: scale(.7);
        width: 32px;
    }
    .item-page {
        font-size: 16px;
    }
    .extranews_box {
        margin-bottom: 40px;
        padding: 12px 26px;
    }
    .user1 {
        font-size: 16px;
    }
    .moduletable.leftblft {
        background-size: 187px;
        padding-top: 105px;
    }
    .user1  .moduletable > h3 {
        font-size: 26px;
        margin-bottom: 23px;
    }
    .user1 .moduletable ul li {
        font-size: 16px;
    }
    .user2 .custom p {
        gap: 0;
        flex-direction: column;
    }
    .user2 .custom p {
        gap: 8px;
        flex-direction: column;
        font-size: 16px;
    }
    .user2 {
        flex-wrap: wrap;
        gap: 8px;
    }
    .container {
        padding: 0 20px;
    }
    .blog .fullw .pull-left.item-image img {
        height: 54vw;
    }
    .layout-article ul.breadcrumb {
        margin: 30px 0 0px 0;
    }
     .item-page .page-header h2 {
        font-size: 31px;
        line-height: 113%;
    }
    #bottom .container .moduletable {
        word-break: break-all;
    }
    #bottom .ba-htmltext.tool h3 {
        font-size: 29px;
    }
    #about .sppb-addon-image-content .sppb-image-holder {
        max-width: 100%;
        height: 74vw;
        border-radius: 50px;
    }
    #sp-page-builder   #about  .sppb-container {
        padding: 0 15px;
    }
    #clientget .sppb-col-md-2,  #clientget .sppb-col-md-3 {
        width: 46vw;
    }
    #clientget h3.sppb-addon-title {
        font-size: 16px;
        line-height: 24px;
    }
    .sppb-addon-articles .sppb-article-meta>span {
        font-size: 16px;
        line-height: 21px;
    }
    #ourblog .sppb-article-meta {
        width: 85px;
        height: 77px;
        padding: 15px 25px;
    }
    #sp-page-builder #clientget .sppb-section-title {
        margin-bottom: 40px;
    }
    .item-page.blogpage table img {
        margin: 10px 10px 30px 0px;
    }
}
@media screen and (max-width: 400px) { 
    #bottom .container {
        padding: 25px;
    }
    .logo {
        max-width: 43vw;
        padding-right: 6px;
    }
    #ourblog a.sppb-article-img-wrap img {
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
    #ourserv .sppb-addon-overlay-image-content {
        height: 52vw;
    }
    #ourserv  .title-subtitle-center-center .sppb-addon-title {
        transform: none;
    }
    section#about h2.sppb-title-heading, #ourserv h2.sppb-title-heading, #howwork h2.sppb-title-heading, #whywe h2.sppb-title-heading, #ourblog h2.sppb-title-heading {
        padding: 12px 0 12px 79px;
        background-size: 63px;
        font-size: 31px !important;
    }
    #about .sppb-addon-image-content .sppb-content-holder, #howwork .sppb-addon-content, 
    #whywe h3.sppb-media-heading, #clientget h3.sppb-addon-title {
        font-size: 16px;
        line-height: 28px;
    }
    div#ourserv {
        padding-bottom: 20px !important;
    }
    #howwork .sppb-addon-title {
        font-size: 22px !important;
        line-height: 30px !important;
        margin-bottom: 5px !important;
    }
    .sp-page-builder .page-content #clientget {
        padding-bottom: 40px !important;
    }
  
    #bottom .ba-htmltext.tool h3 {
        font-size: 32px;
        color: #015680;
    }
    .ba-form .tool.inputbg.in-user input, .ba-form .tool.inputbg.in-phone input,
    .ba-form .tool.inputbg.in-email input {
        padding-left: 67px;
        background-size: 23px;
        background-position: 26px 19px;
        height: 62px !important;
        font-size: 17px !important;
    }
    .ba-form .tool.inputbg.in-phone input {
        background-size: 16px;
    }
    #bottom .ba-form .ba-btn-submit {
        transform: scale(.9) translate(-12px, -10px);
    }
    .modal-scrollable.ba-forms-modal {
        margin-right: 0 !important
    }
    .ba-forms-modal .ba-form {
        padding: 51px 30px 40px;
    }
    .ba-forms-modal .ba-form input[type="email"],  .ba-forms-modal .ba-form input[type="text"] {

        padding-left: 29px;
    }
 
    .ba-forms-modal .ba-form input[type="email"], .ba-forms-modal .ba-form input[type="text"] {
        padding-left: 30px;
        font-size: 17px !important;
        height: 57px !important;
    }
    .ba-modal .ba-form .ba-btn-submit {
        font-size: 19px !important;
    }
    #whywe .sppb-addon-blocknumber .sppb-blocknumber-number {
        font-size: 30px;
        height: 63px;
        width: 63px;
    }
    #clientget .sppb-col-md-2, #clientget .sppb-col-md-3 {
        width: 46vw;
        padding: 0 5px !important;
    }
    #clientget .sppb-addon-single-image-container {
        padding: 37px;
        margin-bottom: 21px;
    }
}
