/* import */

@import url('bootstrap.css');
@import url('../../admin/style.css');

@import url('https://fonts.googleapis.com/css2?family=Martel:wght@200;300;400;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

/* default */

body {
    color: #000;
    font-family: 'Rubik', sans-serif;
    padding-top: 0px !important;
}

.over {
    overflow: hidden;
}

a {
    color: #e95253;
    font-weight: 500;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-family: 'Martel', serif;
    font-size: 53pt;
    line-height: 88pt;
    color: #fff;
}

h2 {
    font-family: 'Martel', serif;
    font-size: 36pt;
    line-height: 50pt;
    color: #051229;
    font-weight: 700;
}

h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 16pt;
    line-height: 34pt;
    letter-spacing: .2em;
    color: #2a4e9b;
}

h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 19pt;
    line-height: 28pt;
    color: #051229;
}

p.subhead {
    font-family: 'Rubik', sans-serif;
    font-size: 15pt;
    line-height: 4pt;
    letter-spacing: .2em;
    color: #2a4e9b;
    text-transform: uppercase;
}

p.intro {
    font-family: 'Rubik', sans-serif;
    font-size: 33pt;
    line-height: 50pt;
    letter-spacing: .02em;
    color: #051229;
}

p.large {
    font-family: 'Rubik', sans-serif;
    font-size: 22pt;
    line-height: 32pt;
    letter-spacing: .02em;
    color: #43474e;
}

p {
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    line-height: 18pt;
    letter-spacing: .02em;
    color: #43474e;
}

.custom-btn {
    font-size: 11pt;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #fff;
    background: #e95253;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 60px;
    margin-top: 20px;
    display: inline-block;
    border: 2px solid #e95253;
}

.custom-btn .arrow {
    width: 15px;
    height: 15px;
    background: url(../img/white-arrow.svg) no-repeat center center;
    top: 2px;
    position: relative;
}

.custom-btn:hover .arrow,
.blog .arrow,
.press .arrow,
.team .arrow,
.jobs .accordion .arrow {
    width: 15px;
    height: 15px;
    background: url(../img/red-arrow.svg) no-repeat center center;
    top: 2px;
    position: relative;
}

.custom-btn:hover {
    font-size: 11pt;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #e95253;
    background: transparent;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 60px;
    margin-top: 20px;
    display: inline-block;
    border: 2px solid #e95253;
}

.w-custom-btn-2,
.w-custom-btn {
    display: inline;
}

.w-custom-btn a {
    background: #fff;
    text-decoration: none;
    border-radius: 40px;
    padding: 20px 50px;
    margin-right: 30px;
    color: #e95253;
    font-weight: 500;
    letter-spacing: .14em;
    font-size: 13pt;
    border: 3px solid #fff;
    position: relative;
}

.w-custom-btn a:hover {
    background: transparent;
    text-decoration: none;
    border-radius: 40px;
    padding: 20px 50px;
    margin-right: 30px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .14em;
    font-size: 13pt;
    border: 3px solid #fff;
    position: relative;
}

.w-custom-btn a .arrow {
    width: 15px;
    height: 15px;
    background: url(../img/red-arrow.svg) center center no-repeat;
}

.w-custom-btn a:hover .arrow {
    width: 15px;
    height: 15px;
    background: url(../img/white-arrow.svg) center center no-repeat;
}

.arrow {
    max-width: 15px;
    display: inline-flex;
}

.w-custom-btn-2 a {
    background: transparent;
    border: 3px solid #fff;
    text-decoration: none;
    border-radius: 40px;
    padding: 20px 50px;
    margin-right: 50px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .14em;
    font-size: 13pt;
    text-transform: uppercase;
}

.w-custom-btn-2 a:hover {
    background: #fff;
    border: 3px solid #fff;
    text-decoration: none;
    border-radius: 40px;
    padding: 20px 50px;
    margin-right: 50px;
    color: #e95253;
    font-weight: 500;
    letter-spacing: .14em;
    font-size: 13pt;
}

.w-custom-btn-2 a .arrow {
    width: 15px;
    height: 15px;
    background: url(../img/white-arrow.svg) center center no-repeat;
    top: 2px;
    position: relative;
}

.w-custom-btn-2 a:hover .arrow {
    width: 15px;
    height: 15px;
    background: url(../img/red-arrow.svg) center center no-repeat;
}

.read-more {
    margin-top: 30px;
    display: block;
    color: #e95253;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    text-decoration: none;
}

.title-page {
    display: none;
}

.rightimg {
    text-align: right;
}

input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
    width: 100%;
    background: #f7f7f7;
    outline: none;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    color: #42474f;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #f8f8f8 url(../img/drop.svg) right center no-repeat;
    background-position-x: 96%;
    background-size: 2%;
}

.d_hero {
    margin-bottom: 100px;
}

/* navigation */

nav a {
    font-family: 'Rubik', sans-serif;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 2px;
}

nav a:hover {
    color: #eec218;
}

nav li {
    margin-left: 50px;
}

button.navbar-toggler span {
    width: 40px;
    height: 3px;
    background: #fff;
    display: grid;
    margin-bottom: 10px;
}

.navbar-light .navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0rem
}

.whitebg button.navbar-toggler span {
    width: 40px;
    height: 3px;
    background: #000;
    display: grid;
    margin-bottom: 10px;
}

nav li.special a {
    border: 1px solid #fff;
    padding: 20px 60px 20px 30px;
    border-radius: 60px;
    position: relative;
}

nav li.special a:before {
    width: 15px;
    height: 15px;
    background: url(../img/white-arrow.svg) no-repeat;
    position: absolute;
    content: "";
    top: 23px;
    right: 40px;
}

.whitebg li.special a:before {
    width: 15px;
    height: 15px;
    background: url(../img/red-arrow.svg) no-repeat;
    position: absolute;
    content: "";
    top: 23px;
    right: 30px;
}

a.navbar-brand.logo img {
    max-width: 200px;
    min-width: 150px;
    width: 100%;
}

.whitebg {
    background: #fff;
    z-index: 99999;
    box-shadow: 10px 10px 30px #e1f0f9;
}

.whitebg a.navbar-brand.logo img {
    max-width: 150px;
}

#navbar_top .clasic-logo {
    display: block;
}

#navbar_top .sticky-logo {
    display: none;
}

#navbar_top.whitebg #clasic-logo {
    display: none;
}

#navbar_top.whitebg .sticky-logo {
    display: block !important;
}

.whitebg a {
    color: #2a4e9b !important;
}

.whitebg li.special a {
    border: 1px solid #d45c59;
    padding: 20px 60px 20px 30px;
    border-radius: 60px;
    color: #d45c59;
    position: relative;
}

.whitebg li.special a {
    color: #d45c59 !important;
}

.none {
    display: none;
}

.block {
    display: block;
}

/* hero */

.hero {
    position: relative;
}

.hero h1 {
    padding-top: 20%;
    max-width: 1000px;
    margin-bottom: 50px;
    font-weight: 600;
}

.hero h1 span {
    position: relative;
}

.hero h1 span:before {
    position: absolute;
    content: "";
    width: 230px;
    height: 11px;
    background: url(../img/span.png);
    bottom: 20px;
}

.curve {
  background: url(../img/curve.png) top right no-repeat;
    position: absolute;
    content: "";
    width: 100%;
    height: 800px;
    z-index: -1;
	 background-size: 100% 100%;
   
    top: -168px;
}

@media (min-width: 1200px) {
	.curve {
      background-size: 100% auto;
	}
}
@media (max-width: 990px) {
	.curve {
    display: none;
	}
}

/* image + text */

.gray-bg {
    position: absolute;
    width: 5000px;
    height: 500px;
    background: #f4f4f4;
    content: "";
    z-index: -1;
    top: -50px;
    left: 250px;
}

.rightimg {
    position: relative;
}

.img-p-text {
     margin-top: -302px;
    z-index: 9999;
    position: relative;
}

.img-p-text .info {
    text-align: right;
    padding-left: 120px;
}


.img-p-text .holderr {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: -110px;
    margin-bottom: 50px;
}


@media (min-width: 1750px) {
	.img-p-text .holderr {
  margin-top: -102px;
}
	  
}


.img-p-text .holderr .text {
    white-space: nowrap;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
}

.img-p-text .holderr .topborder {
    min-height: 100px;
    width: 50px;
    background: rgba(24, 78, 162, 0.5);
    opacity: 44%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.img-p-text .holderr .bottomborder {
    min-height: 250px;
    width: 50px;
    background: #184ea2;
    border-bottom-left-radius: 30px;
}

.after-homehero{
    padding-top: 117px;
}

.after-homehero .border-holder {
    background: rgba(24, 78, 162, 0.5);
    overflow: hidden;
    position: relative;
    width: 50px;
    height: 350px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.after-homehero .border-holder::after {
    width: 1000px;
    height: 1000px;
    position: absolute;
    border-radius: 50%;
    content: "";
    background: #184ea2;
    top: 110px;
    left: -413px;
    z-index: 30;
}

.lefttitle-afterhero .border-holder {
    background: rgba(24, 78, 162, 0.5);
    overflow: hidden;
    position: relative;
    width: 50px;
    height: 350px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.lefttitle-afterhero .border-holder::after {
    width: 3000px;
    height: 3000px;
    position: absolute;
    border-radius: 50%;
    content: "";
    background: #184ea2;
    top: 70px;
    left: -1633px;
    z-index: 30;
}

.img-p-text img {
    border-radius: 20px 20px 20px 0px;
}

.text-p-img {
    margin-top: 100px;
}

.text-p-img .holderr {
    display: flex;
    align-items: flex-end;
    justify-content: end;
    margin-top: -38%;
    z-index: 9999;
    position: relative;
    margin-bottom: 50px;
}

.text-p-img .holderr .text {
    white-space: nowrap;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
}

.text-p-img .holderr .topborder {
    min-height: 100px;
    width: 50px;
    background: rgba(24, 78, 162, 0.5);
    opacity: 44%;
    border-top-right-radius: 30px;
}

.text-p-img .holderr .bottomborder {
    min-height: 200px;
    width: 50px;
    background: #184ea2;
    border-bottom-right-radius: 30px;
}

.text-p-img img {
    border-radius: 20px 20px 0px 20px;
}

.text-p-img .info {
    padding-right: 120px;
}

/* blog */

.blog {
    margin-top: 100px;
}

.blog h2 {
    margin-bottom: 50px;
}

.blog .holderr {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: -102%;
    margin-bottom: 50px;
    margin-right: 0;
}

.twis .holderr {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: -52%;
    margin-bottom: 50px;
    margin-right: 0;
}

.blog .holderr .text,
.twis .holderr .text {
    white-space: nowrap;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
}

.blog .holderr .topborder,
.twis .holderr .topborder {
    min-height: 100px;
    width: 50px;
    background: rgba(24, 78, 162, 0.5);
    opacity: 44%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.blog .holderr .bottomborder,
.twis .holderr .bottomborder {
    min-height: 250px;
    width: 50px;
    background: #184ea2;
    border-bottom-left-radius: 30px;
}

.blog .article {
    margin-top: 50px;
}

.modal-content {
    border-radius: 30px;
    padding: 40px;
}

.modal-header {
    padding: 0;
}

.modal {
    z-index: 99999;
}

.modal-content .info-popup {
    padding: 0px 30px;
}

.modal-backdrop {
    opacity: 0.7 !important;
    background: rgb(0 0 0);
}

.modal-content img {
    border-radius: 20px;
}

.modal-header {
    border-bottom: none;
}

button.btn-close {
    position: absolute;
    right: 4%;
    content: "";
    background: url(../img/close.svg) center center no-repeat;
}

.blog a {
    text-decoration: none !important;
}

p.date {
    text-transform: uppercase;
    font-size: 15px;
    color: #778080;
    letter-spacing: 2px;
}

.blog a.read-more:hover,
a.read-more:hover {
    text-decoration: underline !important;
}

/* cta */

.cta {
    text-align: center;
    margin-top: 100px;
}

.cta p {
    color: #fff;
    max-width: 820px;
    margin: auto;
    margin: 20px auto;
}

.cta h2 {
    /*
    padding-top: 20%;*/
    color: #fff;
    position: relative;
}

.cta h2 span:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 9px;
    background: url(../img/cta-span.png);
    bottom: 5px;
}

.span-in-first.cta h2 span:before {
    bottom: 75px;
}

.cta a {
    display: inline-block;
    margin-top: 20px;
}

/* */

.quote-p .intro {
    border-left: 5px solid #57b4ad;
    padding-left: 20px;
}

.team {
    margin-bottom: 100px;
}

.team-box {
    padding-right: 50px;
    margin-top: 50px;
}

.team-box h4.team-name {
    color: #184ea2;
    font-weight: 200;
    margin: 0px;
}

.team-box p.position {
    font-style: italic;
    color: #000;
}

/* careers */

.careers h1 {
    max-width: 1000px;
    margin-bottom: 20px;
    font-weight: 700;
}

.default-page-section ul li {
    list-style: none;
    position: relative;
    margin-bottom: 15px;
}

.default-page-section ul li:before {
    position: absolute;
    content: "";
    width: 9px;
    height: 16px;
    background: url('../img/list.svg');
    left: -20px;
    top: 4px;
}

.intro {
    position: relative;
    margin: 100px 0;
}

.intro .cover-bg {
    position: absolute;
    right: -70px;
    top: -80px;
}

.jobs {
    margin-top: 100px;
}

.accordion-button {
    background: #ededed !important;
}

.accordion-item {
    margin-bottom: 25px;
}

.accordion-button::after {
    background: url(../img/more.png) center center no-repeat !important;
    width: 28px !important;
    height: 28px !important;
}

.accordion-button:not(.collapsed)::after {
    background: url(../img/less.png) center center no-repeat !important;
}

.accordion-item {
    border: none !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: inset 0 0px 0 rgb(0 0 0 / 0%);
}

.accordion-item:first-of-type .accordion-button,
.accordion-item,
.accordion-button:not(.collapsed),
.accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 5px !important;
}

button.accordion-button.collapsed,
button.accordion-button {
    padding: 10px 20px;
}

.accordion-button:not(.collapsed),
.accordion-button {
    color: #01122b !important;
}

.apply {
    margin-top: 100px;
}

.apply .title {
    margin-bottom: 30px;
}

span.wpcf7-form-control-wrap.file-175 {
    display: none;
}

input.wpcf7-form-control.wpcf7-submit.custom-btn {
    position: relative;
}

input.wpcf7-form-control.wpcf7-submit.custom-btn:before {
    width: 15px;
    height: 15px;
    background: url(../img/white-arrow.svg) no-repeat;
    position: absolute;
    content: "";
    top: 25px;
    right: 30px;
}

a#goFile {
    width: 100%;
    display: block;
    text-decoration: none;
    background: #f7f7f7 url(../img/attachment.png) no-repeat center right;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    color: #817b75;
    background-position: 99% 50%;
}

a#goFile br {
    display: none;
}

/* press */

.press a {
    text-decoration: none;
}

.press .article {
    margin-bottom: 50px;
}

.press .article {
    margin-bottom: 50px;
    border-left: 5px solid #57b4ad;
    padding-left: 20px;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.d_hero h1 {
    font-weight: 700;
}

.classic-two-block {
    margin: 100px 0px;
}

.classic-two-block img {
    border-radius: 20px;
    max-width: 100%;
    height: auto;
}

section.classic-two-block .info {
    padding-right: 110px;
}

.twis .title {
    padding-top: 50px;
}

.img-p-text.after-homehero .topborder,
.img-p-text.after-homehero .bottomborder,
.text-p-img.lefttitle-afterhero .topborder,
.text-p-img.lefttitle-afterhero .bottomborder {
    display: none;
}

/* contact */

.contact .title {
    margin-bottom: 30px;
}

.contact .map {
    margin: 50px 0px;
}

.contact .contact-details {
    padding: 0px 60px;
}

/* single paeg */

.single-post .content {
    margin: 100px 0;
}

.single-post h1 {
    line-height: 90px;
    padding-top: 50px;
}

/* tabs */

.tabs ul li:before {
    width: 0px;
    height: 0px;
}

.tabs ul li {
    margin-bottom: 0px;
}

.nav-tabs .nav-link.acive {
    color: #e95253;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border-bottom: 2px solid #e95253;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #e95253;
}

.nav-tabs .nav-link {
    margin-bottom: -2px;
    border: none;
    padding: 30px;
    letter-spacing: 5px;
    color: #184ea2;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-bottom: 2px solid #e95253;
    border-top: none;
    border-left: none;
    border-right: none;
}

li.nav-item:focus-visible {
    outline: none;
}

.tab-pane {
    padding: 50px 25px;
}

.tabs .image-r img {
    border-radius: 20px;
}

.pr {
    height: 20px;
    background: #57b4ad;
    position: relative;
    margin-left: -17px;
    margin-top: 25px;
}

.pr:before {
    position: absolute;
    content: "";
    background: url(../img/arrow.png) center center no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    right: -19px;
}

.table-row.active {
    color: #e95253;
}

.pr-0 {
    width: 5%;

}

.pr-20 {
    width: 20%;
}

.pr-40 {
    width: 40%;
}

.pr-60 {
    width: 60%;
}

.pr-80 {
    width: 80%;
}

.pr-100 {
    width: 100%;
}

table.table {
    overflow: hidden;
}

.table-prog {
    margin-top: 50px;
    background: #f4f4f4;
    padding: 20px 30px;
    border-radius: 20px;
    overflow: hidden;
}

tr {
    line-height: 60px;
}

thead {
    text-transform: uppercase;
    color: #184ea2;
}

th,
td {
    border: none !important;
    position: relative;
}

th:before,
td:before {
    width: 1px;
    height: 100%;
    position: absolute;
    background: #d8d8d8;
    content: "";
    left: -10px;
    min-height: 5000px;
}

/* footer */

footer {
    border-top: 5px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, rgba(24, 78, 162, 1) 0%, rgba(87, 180, 173, 1) 100%);
    padding-top: 100px;
    padding-bottom: 70px;
}

footer .logo img {
    max-width: 140px;
}

footer .footer-info {
    font-weight: 300;
    padding-right: 90px;
}

footer .title {
    font-weight: 500;
    font-size: 18px;
}

footer .end-footer {
    padding-top: 50px;
}

footer .end-footer p {
    display: inline;
    margin-bottom: 0px;
    font-weight: 300;
    padding-right: 10px;
}

footer .footer-nav ul {
    padding-left: 0px;
}

footer .footer-nav ul li {
    list-style: none;
    margin-bottom: 10px;
}

footer a {
    text-decoration: none;
}

footer .end-footer ul {
    margin: 0px;
    padding: 0;
}

footer p.copyright {
    border-left: 1px solid #d2d2d2;
    padding-left: 10px;
}

footer .end-footer ul li {
    display: inline;
    padding-right: 10px;
    border-left: 1px solid #d2d2d2;
    padding-left: 10px;
}

footer .end-footer a {
    color: #605553;
    font-weight: 100;
}

@media (max-width: 1399px) {
    .text-p-img .holderr {
        display: flex;
        align-items: flex-end;
        justify-content: end;
        margin-top: -49.5%;
        z-index: 9999;
        position: relative;
        margin-bottom: 50px;
    }

    .blog .holderr {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-top: -121%;
        margin-bottom: 50px;
        margin-right: 0;
    }
}

@media (min-width: 1199px) and (max-width: 1400px){
    .after-homehero .border-holder::after {
    width: 1000px;
    height: 1000px;
    position: absolute;
    border-radius: 50%;
    content: "";
    background: #184ea2;
    top: 112px;
    left: -443px;
    z-index: 30;
}
}

@media (max-width: 1199px) {
    .text-p-img .holderr {
        display: flex;
        align-items: flex-end;
        justify-content: end;
        margin-top: -74.5%;
        z-index: 9999;
        position: relative;
        margin-bottom: 50px;
    }
        .after-homehero .border-holder::after {
      
    width: 800px;
    height: 800px;
    position: absolute;
    border-radius: 50%;
    content: "";
    background: #184ea2;
    top: 112px;
    left: -350px;
    z-index: 30;

    }

    .text-p-img .info {
        padding-right: 40px;
    }

    .img-p-text .info {
        text-align: right;
        padding-left: 40px;
    }

    .blog .holderr {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-top: -148%;
        margin-bottom: 50px;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    p.text.subhead {
        display: none;
    }

    .tabs .table-prog {
        display: none;
    }

    .tabs ul li {
        margin-bottom: 0px;
        text-align: center;
        width: 100%;
    }

    section.classic-two-block .info {
        padding-right: 0px;
    }

    .classic-two-block {
        text-align: center;
    }

    .classic-two-block img {
        margin: 25px 0px;
    }

    .gray-bg {
        width: 0px;
        height: 0px;
    }

    .text-p-img img,
    .img-p-text img {
        margin-top: 30px;
    }

    .modal-content .info-popup {
        padding: 0px;
    }

    .modal-content {
        padding: 20px;
    }

    h1 {
        font-size: 28px;
        line-height: 38pt;
    }

    h2 {
        font-size: 26px;
        line-height: 30pt;
    }

    p {
        font-size: 15px;
    }

    h4 {
        font-size: 20px;
    }

    p.large {
        font-size: 18pt;
    }

    .whitebg {
        z-index: 99999;
    }

    .hero {
        padding-top: 20%;
        text-align: center;
        min-height: 730px !important;
    }

    .w-custom-btn-2,
    .w-custom-btn {
        display: flex;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .w-custom-btn a,
    .w-custom-btn-2 a {
        margin: auto;
    }

    .blog .article {
        margin-bottom: 50px;
    }

    .cta a {
        margin-top: 30px;
    }

    .cta h2 span:before,
    .hero h1 span:before {
        background: none;
    }

    .text-p-img .holderr,
    .img-p-text .holderr {
        margin-top: 0px;
        display: block;
    }

    .border-holder {
        display: none;
    }

    .text-p-img .holderr .text,
    .blog .holderr .text,
    .twis .holderr .text,
    .img-p-text .holderr .text {
        white-space: nowrap;
        writing-mode: horizontal-tb;
        transform: none;
    }

    .img-p-text .info,
    .text-p-img .info,
    .img-p-text,
    .text-p-img .rightimg {
        text-align: center;
    }

    .img-p-text .info {
        padding-left: 12px;
        padding-right: 12px;
    }

    .text-p-img .info {
        padding-right: 12px;
    }

    .contact .contact-details {
        padding: 30px 0px;
        text-align: center;
    }

    footer {
        text-align: center;
    }

    footer .footer-info {
        padding: 0px 10px;
    }

    footer .d-flex {
        display: block !important;
    }

    footer p {
        width: 100%;
    }

    footer .logo {
        margin-bottom: 30px;
    }
}

@media (max-width: 1600px) {




    .lefttitle-afterhero .border-holder::after {
        width: 3000px;
        height: 3000px;
        position: absolute;
        border-radius: 50%;
        content: "";
        background: #184ea2;
        top: 46px;
        left: -1724px;
        z-index: 30;
    }
}

@media (width: 1400px) {
    .img-p-text .holderr {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-top: -44%;
        margin-bottom: 50px;
    }

    .lefttitle-afterhero .border-holder::after {
        width: 3000px;
        height: 3000px;
        position: absolute;
        border-radius: 50%;
        content: "";
        background: #184ea2;
        top: 70px;
        left: -1753px;
        z-index: 30;
    }

    .text-p-img .holderr {
        display: flex;
        align-items: flex-end;
        justify-content: end;
        margin-top: -44%;
        z-index: 9999;
        position: relative;
        margin-bottom: 50px;
    }
}

@media (width: 1280px) {
    .img-p-text .holderr {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-top: -54%;
        margin-bottom: 50px;
    }

    .after-homehero .border-holder::after {
        width: 1000px;
        height: 1000px;
        position: absolute;
        border-radius: 50%;
        content: "";
        background: #184ea2;
        top: 106px;
        left: -403px;
        z-index: 30;
    }

    .lefttitle-afterhero .border-holder::after {
        width: 3000px;
        height: 3000px;
        position: absolute;
        border-radius: 50%;
        content: "";
        background: #184ea2;
        top: 81px;
        left: -1683px;
        z-index: 30;
    }

}

@media (width: 1024px) {
    .img-p-text .holderr {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-top: -61%;
        margin-bottom: 50px;
    }

    .after-homehero .border-holder::after {
        width: 1000px;
        height: 1000px;
        position: absolute;
        border-radius: 50%;
        content: "";
        background: #184ea2;
        top: 105px;
        left: -380px;
        z-index: 30;
    }

    .lefttitle-afterhero .border-holder::after {
        width: 3000px;
        height: 3000px;
        position: absolute;
        border-radius: 50%;
        content: "";
        background: #184ea2;
        top: 87px;
        left: -1590px;
        z-index: 30;
    }

    .text-p-img .holderr {
        display: flex;
        align-items: flex-end;
        justify-content: end;
        margin-top: -47.5%;
        z-index: 9999;
        position: relative;
        margin-bottom: 50px;
    }

}

@media (min-width: 991px) and (max-width: 1400px) {
    thead {
        text-transform: uppercase;
        color: #184ea2;
        font-size: 15px;
    }

    td,
    th {
        margin-left: -30px !important;
        padding: 0px !important;
    }

    .pr {
        height: 20px;
        background: #57b4ad;
        position: relative;
        margin-left: -10px;
    }

    tr {
        line-height: 40px;
    }

    .table-prog {
        margin-top: 50px;
        background: #f4f4f4;
        padding: 20px 10px;
        border-radius: 20px;
        overflow: hidden;
    }
}