html {
    box-sizing: border-box;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
*{
    margin: 0
}
body {
    background: #fff;
    color: #353535;
    font-family: Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.8;
}
body,
li,
ol,
ul {
    margin: 0;
    padding: 0;
}
button {
    font-weight: 900;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    text-shadow: none;
}
img {
    max-width: 100%;
    position: relative;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 1px solid #c8d7e1;
    background: #c8d7e1;
}
a {
    color: #494e91;
}
iframe{
	max-width: 100%;
}
::selection {
    color: #fff;
    background: #474c94;
  }
.menu ul,
.unstyled {
    list-style: none;
}
.inline-list li {
    display: inline-block;
}
.separator {
    color: #5f6f81;
    display: inline-block;
    margin-left: 7px;
}
.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    padding: 0 12px;
}
.clear:after,
.clear:before,
.wrapper:after {
    clear: both;
    content: "";
    display: block;
}
.clear:after {
    clear: both;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.center-txt {
    text-align: center;
}
.right-txt {
    text-align: right;
}
.btn {
    text-decoration: none;
    display: inline-block;
    padding: 2px 15px;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #454a97;
    font-weight: 700;
    color: #fff;
    border-radius: 9px;
    font-weight: 900;
}
.btn.active,
.btn:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.btn-border {
    background: transparent;
    border: 2px solid #474c94;
    color: #494e91;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-info {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.hide {
    display: none;
}
.sec-marg {
    margin: 25px 16px;
}
.marg-bot {
    margin-bottom: 60px;
}

.main-color{
    color: #454a97;
}
.title-line-center,
.title-line {
    position: relative;
    font-weight: 800;
    padding-bottom: 13px;
    display: inline-block;
}
.title-line-center:before,
.title-line:before {
    content: '';
    height: 4px;
    width: 44%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f8952b;
}
.title-line-center:before{
    margin: 0 auto;
}
.breadcrumbs ol li a {
    text-decoration: none;
    display: inline-block;
    padding-left: 7px;
}
.breadcrumbs li:after {
    content: "\00bb";
    color: #4775af;
    padding: 0 0.3em;
}
.breadcrumbs li:last-child:after {
    content: none;
}
.breadcrumbs ol li a:hover {
    text-decoration: underline;
}
.card {
     width: 49%;
     border: 1px solid #c8d7e1;
     overflow: hidden;
     border-radius: 11px;
     margin-bottom: 30px;
     position: relative;
}
.card-pad {
    padding: 16px;
}
.shadow {
    -moz-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
    -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
    box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
}
.article {
    font-size: 19px;
    font-weight: 400;
    line-height: 2;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.article-posted-on {
    color: #343434;
    font-size: 15px;
    margin-bottom: 15px;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.required {
    color: #f00;
}
::marker {
    color: #3d4045;
}


.navigation-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-header {
    background: #43479a;
    width: 100%;
    border-top: 4px solid #FF9800;
    box-shadow: 0 0 5px rgba(0,0,0,.25);
    position: relative;
    z-index: 999;
}
.site-branding {
}
.logo-link {
    padding: 5px 0;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    text-decoration: none;
    color: #2f2c2c;
}
.site-title-innr {
    margin-right: 10px;
    line-height: 1;
    color: #fff;
}

p.site-title {
    font-size: 25px;
    font-weight: 900;
    text-decoration: none;
}
.post-related a {
    margin: 10px;
}
p.site-description {
    font-size: 13px;
    padding-top: 5px;
    font-weight: 600;
}
.menu-toggle,
.search-toggle {
}
.menu-toggle,
.search-toggle {background: #e7f4fd;padding: 7px 8px;border-radius: 7px;}
.main-navigation {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.menu-items {
    border-top: 1px solid #eee;
    margin-top: 5px;
    padding: 0 25px;
}
.menu-items li {
    position: relative;
    border-bottom: 1px solid #eee;
}
.white {
    color: #fff;
}
.p25 {
    padding: 25px;
}
.menu-items a {
    color: #ffffff;
    white-space: nowrap;
    display: block;
    padding: 9px 0;
    text-decoration: none;
    font-size: 18px;
}
.menu-items li:hover > a,
.current a {
    background: #e7f4fd;
    color: #000;
}
.menu-items .sub-menu {
    padding-right: 20px;
}
.sub-menu li {
    border: 0;
}
.search-wrap.toggled-on {
    position: absolute;
    top: 54px;
    background: #43479a;
    width: 100%;
    left: 0;
    right: 0;
}
.dropdown-toggle {
    background: 0 0;
    display: block;
    left: 0;
    padding: 16px 17px;
    position: absolute;
    top: 0;
    background: #fff;
}

.icon-angle-down {
    border: solid #5f6f81;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.dropdown-toggle.toggled-on .icon-angle-down {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.search-wrap {
    border-top: 1px solid #eee;
    padding: 15px;
}
.search-form {
    display: flex;
    background: #fff;
}
.search-input {
    display: flex;
    background: #fff;
    border: 1px solid #c8d7e1;
    border-radius: 0 5px 5px 0;
    width: 80%;
    padding: 11px;
    -webkit-appearance: textfield;
}
.search-submit {
    background: #286192;
    border-radius: 5px 0 0 5px;
}
.menu-items,
.menu-items .sub-menu,
.search-wrap {
    display: none;
}
.menu-items .sub-menu.toggled-on,
.menu-items.toggled-on,
.search-wrap.toggled-on {
    display: block;
}
.no-js .search-wrap {
    display: inline-block;
    float: left;
    padding: 0;
}
.no-js .lazyload,
.no-js .menu-toggle,
.no-js .search-toggle {
    display: none;
}
.menu-items.toggled-on {
    position: absolute;
    top: 54px;
    background: #43479a;
    width: 100%;
    left: 0;
    right: 0;
}
label {
    line-height: 2.4;
    margin-right: 10px;
}
.required-label {
    color: red;
}
.input {
    background: #ebecf8;
    border: 0;
    width: 100%;
    font-size: 20px;
    line-height: 1.5;
    height: 50px;
    border-radius: 13px;
    padding: 0 30px;
    margin-bottom: 20px;
    outline: 0;
    width: 94%;
}
.input:focus {
    border: 1px solid #8a2e2e;
}
textarea.input {
    min-height: 150px;
    border-radius: 6px;
    padding: 12px 30px;
}
.contact-form .btn {
    background: #2980b9;
    color: #fff;
    border-radius: 25px;
    width: 100%;
    font-size: 25px;
    height: 41px;
    border: 0;
    cursor: pointer;
    outline: 0;
}
.content-info-content {
    margin-right: 15px;
}
.content-info-content p {
    margin: 0 0 15px 0;
}
.flex-container {
    display: table;
    width: 100%;
}

.load-more {
    background: #1265a8;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    width: 20%;
    font-weight: 900;
    border-bottom: 3px solid rgba(0, 0, 0, 0.15);
    height: 50px;
}
.load-more:disabled,
.load-more[disabled] {
    background-color: #1a80d2;
}
.loader {
    border: 4px solid #fff;
    border-radius: 50%;
    border-top: 4px solid transparent;
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1.5s linear infinite;
    margin-right: 10px;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.widget-title {
    position: relative;
    font-size: 20px;
    font-weight: 800;
    margin: 10px 0;
}
.widget-card-wrap {
    padding: 0 10px;
}
.widget-card {
    width: 42%;
    float: right;
    margin-right: 10px;
    margin-bottom: 35px;
    border-radius: 2px;
    border: 1px solid #c8d7e1;
}
.get-services {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding: 12px 25px 25px 25px;
    background-color: #ffffff;
    margin-bottom: 35px;
    text-align: center;
    box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 11%);
}
.get-services-title {
    font-size: 19px;
    font-weight: 700;
    color: #494e91;
    margin-bottom: 22px;
}
.get-offer {
    text-decoration: none;
    background: #454a97;
    color: #ffffff;
    padding: 2px 15px;
    font-weight: 700;
    border-radius: 5px;
}
.recent-card {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
    border-bottom: 1px solid #c8d7e1;
}
.recent-card:last-child {
    border-bottom: 0;
}
.recent-thumb {
    float: right;
    margin: 3px 0 0 8px;
}
.recent-thumb img {
    border-radius: 50%;
    box-shadow: 0 4px 8px 0 rgba(67, 65, 78, 0.08);
    vertical-align: middle;
}
.recent-title {
    margin-top: 3%;
}
.recent-title a {
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}
.all-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.card-thumb {
    position: relative;
}
.card-thumb img {
    max-width: 100%;
    width: 100%;
    border-style: none;
    vertical-align: middle;
}
.widget-card a {
    font-weight: 700;
    height: 100%;
    overflow: hidden;
    display: block;
    text-decoration: none;
}
.card-title {
    padding: 2px 5px;
    position: absolute;
    bottom: 0;
    text-align: center;
    background: #f4f9ff;
    left: 0;
    margin: 0;
    right: 0;
}
.card-title a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #3d596e;
}
.card-title a:hover {
    text-decoration: underline;
}
.site-footer {
    color: #383b64;
    border-radius: 10px;
    background-color: #ebecf9;
    box-shadow: 0 -3px 0 #dee0ef;
}
.site-footer a {
    color: #3d4045;
    text-decoration: none;
}
.footer-widget-area {
    padding: 16px;
}
.footer-widget-area .widget-title {
    position: relative;
    margin: 30px 0;
}
.widget-title:before {
    background: #FFC801;
    content: "";
    height: 3px;
    position: absolute;
    top: 44px;
    right: 0;
    width: 12%;
}
.site-footer ul {
    margin-right: 20px;
}
.site-footer ul li {
    margin-bottom: 7px;
}
.contact-list .btn {
    background: #474c94;
    color: #ffffff;
    padding: 2px 20px;
    border-radius: 6px;
}
.social-links a {
    width: 50px;
    height: 50px;
    margin-left: 15px;
    border-radius: 50%;
    display: inline-block;
    line-height: 60px;
    text-align: center;
}
.social-links .facebook {
    background: #3b5997;
}
.social-links .twitter {
    background: #0b88be;
}
.social-links .youtube {
    background: #f00;
}
.social-links .instagram {
    background: #e95950;
}
.social-links a svg {
    fill: #fff;
    width: 24px;
    height: 24px;
}
.sub-footer {
    background: #454a97;
    padding: 15px;
    color: #ecf0f1;
}
.back-top {
    background: #fff;
    display: none;
    position: fixed;
    bottom: 15px;
    left: 30px;
    width: 45px;
    height: 45px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 1px 1px 6px 0 rgb(32 108 185 / 65%);
}
.js .back-top.toggled-on {
    display: block;
}
.cookie-message {
    background: #225781;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.cookieDesc {
    margin: 5px 0;
}
.cookieDesc a {
    text-decoration: underline;
}
.cookie-message-close {
    background: 0 0;
    border: 0;
    cursor: pointer;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 0;
}
.cookie-message-close:after {
    content: "×";
    color: #fff;
    font-size: 46px;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
}
.call-button,
.whats-btn {
    display: flex;
    position: fixed;
    bottom: 0.4em;
    right: 15px;
    outline: 0;
    cursor: pointer;
    z-index: 9999;
}
.call-button {
    bottom: 95px;
}
.call-icon,.ms-whats-icon {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: #474c94;
    -webkit-box-shadow: 1px 1px 6px 0 rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 6px 0 rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 6px 0 rgba(68, 68, 68, 0.705);
    animation: callrotate 2s infinite ease-in-out;
}

@keyframes callrotate {
    0%,
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
    10%,
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
}
.ms-whats-button {
    bottom: 0.4em;
}
.ms-whats-txt {
    ont-size: 15px;
    font-weight: 600;
    display: inline-block;
    background: #00e676;
    color: #fff;
    margin-left: -15px;
    line-height: 28px;
    border-radius: 10px;
    height: 31px;
    margin-top: 6px;
    padding: 0 15px 0 25px;
}
.ms-call-icon {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 44px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 6px 0 rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 6px 0 rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 6px 0 rgba(68, 68, 68, 0.705);
}
ul.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.our-services .btn {
    text-decoration: none;
    background: #494e91;
    border: 1px solid #3471b5;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    border-radius: 5px;
    padding: 8px 35px;
    margin: 15px 15px;
}
.our-services .title {
    margin-bottom: 50px;
}
.our-services {
    padding: 80px 0;
    background-color: #fff;
}
.service-box {
    text-align: center;
    margin-bottom: 50px;
    padding: 10px;
    border-radius: 7px;
    margin-right: 2.7%;
    margin-left: auto;
    background: #fff;
}
.service-box a {
    color: #343434;
    text-decoration: none;
}
.service-box:nth-child(4n + 1) {
    margin-left: auto;
}
.service-box:nth-child(4n) {
    clear: left;
}
@media only screen and (min-width: 480px) {
    .widget-card-wrap {
        width: 76%;
        margin: 0 auto;
    }
    .widget-card {
        width: 30%;
    }

    .service-box {
        width: 47%;
        float: right;
    }
    .service-box {
        margin-right: 2.7%;
        margin-left: auto;
    }
}
@media only screen and (min-width: 768px) {
    .wrapper {
        max-width: 1200px;
    }
    .widget-card {
        width: 22%;
    }
    .alignleft-md {
        float: left;
        margin-right: 1.5em;
    }
    .content-info {
        width: 50%;
        display: table-cell;
    }
    .service-box {
        width: 30.5%;
        float: right;
    }
    .service-box {
        margin-right: 2.7%;
        margin-left: auto;
    }
    .contact-form {
        width: 50%;
        display: table-cell;
    }
    .footer-widget-area .widgets {
        float: right;
        padding-right: 15px;
    }
    .footer-widget-area .site-info {
        width: 47%;
    }
    .footer-widget-area .info-menu {
        width: 45%;
    }
    .footer-widget-area .social-widget {
        width: 25%;
    }
}
@media only screen and (min-width: 992px) {
    .site-header {
    }
    .service-top .description {
        width: 60%;
        margin: 0 auto;
    }
    .service-box {
        width: 13%;
        float: right;
    }
    .service-box {
        margin-right: 2.7%;
        margin-left: auto;
    }
    .dropdown-toggle,
    .menu-toggle {
        display: none;
    }
    .site-branding {
        width: 20%;
    }
    .search-toggle {
    }
    .main-navigation {
        box-shadow: none;
        width: 70%;
    }
    .menu-items {
        display: inline-block;
        border: 0;
        padding: 0;
        margin: 0;
    }
    .menu-items li {
        border: 0;
    }
    .menu-items > li {
        display: inline-block;
    }
    .menu-items > li > a {
        padding: 0 15px;
        position: relative;
        border-right: 1px solid #595fc1;
    }
    .menu-items li.has-child > a:after {
        content: " ";
        border: solid #eef6ff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-right: 5px;
        position: relative;
        top: -3px;
        right: 0;
    }
    .menu-items .has-child .sub-menu li a {
        border-bottom: 1px solid #c8d7e1;
        padding: 10px;
        line-height: 25px;
        color: #00539b;
    }
    .menu-items li.has-child .sub-menu {
        background: #fff;
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 180px;
        padding-right: 0;
        z-index: 5;
    }
    .menu-items li.has-child:hover .sub-menu {
        display: block;
    }
    .search-toggle:hover {
        background-color: #f0f0f0;
    }
    .search-wrap.toggled-on {
        position: absolute;
        left: 0;
        top: 49px;
        background: #fff;
        width: 40%;
        z-index: 9;
    }
    .widget-card {
        width: 44%;
    }
    .widget-card-wrap {
        width: auto;
    }
  
    .content-right {
        float: right;
        width: 70%;
    }
    .side-widget-area {
        float: left;
        width: 27%;
    }
    .footer-widget-area .info-menu {
        width: 23%;
    }
    .card {
     width: 23%;
    }
}
.social-links .instgram {
    background: #e91e63;
}
