html {
    scroll-behavior: smooth;
}
body {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    color: #1D204D;
    overflow-x: hidden;
    overflow-y: scroll;
}

/*.viewport {
  margin: 0 auto;
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.scroll-container {  
  position: absolute;  
  overflow: hidden;
  z-index: 10;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  width: 100%;
}*/

.img-responsive {
    max-width: 100%;
}
.tb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.tb-equal {
    padding: 80px 0px;
}
.tb-equal-half {
    padding: 50px 0px;
}

.bg-contain {
    background-size: contain !important;
}
.bg-cover {
    background-size: cover !important;
}
.pt-none {
    padding-top: 0px;
}
.pb-none {
    padding-bottom: 0px !important;
}
.overflow-hidden {
    overflow: hidden;
}
P {
    font-size: 17px;
    line-height: 25px;
}
ul li {
    font-size: 16px;
}
figure{margin: 0px;}
h6 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

h1 {
    font-size: 60px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
    line-height: 24px;
}

.m-auto {
    margin: auto;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-80 {
    margin-top: 80px;
}

.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-80 {
    margin-bottom: 80px;
}
.pr-8 {
    padding-right: 8.8%;
}
.z-index-9 {
    z-index: 9;
}

.pl-30 {
    padding-left: 30px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-50 {
    padding-right: 50px;
}

.height-full {
    height: 100%;
}

.space-10 {
    height: 10px;
}
.space-20 {
    height: 20px;
}
.space-30 {
    height: 30px;
}

.border-radius-5 {
    border-radius: 5px;
}

/** Header 1 **/

.logo-dark {
    display: none;
}
.nav-fixed-top .logo-dark,
.no-top-image .logo-dark {
    display: block;
}

.nav-fixed-top .logo-white,
.no-top-image .logo-white {
    display: none;
}

/*** #2.# HEADER ***/

.dark-header nav li a {
    color: #fff;
}
.dark-header .cart-field a {
    color: #fff;
}
.head-tel {
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 21px;
    margin-left: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.head-tel:hover i {
    color: #ce9d48;
}

header .social-media li a:hover {
    color: #a4fdcf;
}

/*** end menu mobile ***/

/***** MODAL WINDOW ******/
body.has-active-menu {
    overflow: hidden;
}

.menu-mask {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}

.menu-mask.is-active {
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.mobile-menu-holder {
    position: fixed;
    z-index: 0;
    right: 0;
    overflow-x: hidden;
    text-align: right;
    width: 320px;
    height: 100%;
    background: #232d34;
    opacity: 0;
    padding: 0px 0px 50px;
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(400px);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -moz-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -o-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -ms-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}
.mobile-menu-holder.is-active {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    text-align: center;
}
/* .mobile-menu-holder .modal-menu-container{border-top:1px solid #E1D0C1;} */

body.has-active-menu .mobile-menu-holder.is-active {
    z-index: 99;
}

.modal-menu-container {
    position: relative;
}
.exit-mobile {
    cursor: pointer;
    padding: 0px;
    display: inline-block;
    margin-top: 0px;
}

p:last-child {
    margin: 0px;
}
.pt-none {
    padding-top: 0px;
}

.tel_us {
    background: #1a8cba;
    color: #fff;
    padding: 0px 20px;
    line-height: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 6px;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
}
.tel_us:hover {
    color: #fff;
    background: #62a663;
    text-decoration: none;
}

.list-style {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.list-style li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*-ms-flex-align: center;
    align-items: center;*/
    line-height: 24px; 
    font-size: 18px;    
    font-weight: 600;
    margin-bottom: 12px;
}
.list-style li:before {
    content: "";
    background: url(../ld-images/icon_bullet.svg)no-repeat;
    -webkit-flex: 0 0 26px;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    height: 26px;
    text-align: center;
    display: block;
    margin-right: 15px;
}
.list-style li:last-child {
    margin: 0px;
}

.left_white_after:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0px;
    background: #fff;
}

.fix-right_stachu {
    right: 0px;
    bottom: 0px;
}
.scale_tint:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) skew(190deg);
    -moz-transform: translateY(-50%) skew(190deg);
    -o-transform: translateY(-50%) skew(190deg);
    -ms-transform: translateY(-50%) skew(190deg);
    transform: translateY(-50%) skew(190deg);
    left: -60px;
    width: 120px;
    height: 144%;
    background: #fff;
}

.info_lawyers p {
    padding-right: 40%;
}
.info_lawyers h3 {
    font-weight: 400;
    line-height: 35px;
}
.info_lawyers h3 a {
    color: #212529;
}

.ulink h2 {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 30px;
}

.ulink h4 {
    color: #ce9d48;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
}

.ulink ul {
    list-style: none;
    padding: 0px;
}
.ulink ul li a {
    color: #fff;
    line-height: 30px;
    text-decoration: none;
}
.ulink ul li a:hover {
    color: #ce9d48;
}

.info_adderss p {
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 28px;
}
.info_adderss ul {
    list-style: none;
    padding: 0px;
}
.info_adderss ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.info_adderss ul li span {
    padding-right: 10px;
}

.social_info {
    list-style: none;
    padding: 0px;
    display: grid;
    gap: 15px;
    margin-top: 40px;
}
.social_info li a {
    width: 40px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle {
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    position: absolute;
    right: -65px;
    bottom: 0;
    -webkit-transform: translateY(90px);
    -moz-transform: translateY(90px);
    -ms-transform: translateY(90px);
    -o-transform: translateY(90px);
    transform: translateY(90px);
}
.logo-in {
    position: absolute;
    /* width: 105px;
    height: 105px;
    border-radius: 50%; */
    /* border: 1px solid #ddd; */
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.text-circle {
    position: absolute;
    /* width:100%;
    height:100%; */
    animation: rotateText 10s linear infinite;
}
.text-circle img {
    width: 160px;
}

@keyframes rotateText {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.h3-after_num h3 {
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    z-index: 1;
}
.h3-after_num h3 span {
    position: absolute;
    font-size: 80px;
    color: #6c953c;
    left: -10px;
    top: -8px;
    height: 42px;
    line-height: 16px;
    z-index: -1;
}
.h3-after_num p {
    color: #fff;
}

.after_purple:after {
    content: "";
    background: #9a1e59;
    width: 85%;
    height: 92%;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.h3-after_num ul {
    color: #fff;
    padding-left: 17px;
}
.pr_80 {
    padding-right: 80px;
}

.col-we_are h2 {
    color: #62a663;
    text-transform: uppercase;
}
.col-we_are p {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}
.col-we_are p a {
    color: #62a663;
}

.services:hover {
    text-decoration: none;
}
.services span {
    background: #ececec;
    display: block;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 10px;
    min-height: 150px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.services span img {
    width: 112px;
}
.services p {
    color: #000;
    font-size: 22px;
    line-height: normal;
    font-weight: 500;
}
.services:hover p {
    text-decoration: none;
    color: #1a8cba;
}

.col-we_are .row div[class^="col-"] {
    margin-bottom: 15px;
}
.services:hover span {
    background: #1a8cba url(../img/arrow-right.png) no-repeat center;
    background-size: 88px;
}
.services:hover span img {
    opacity: 0;
}

.change_e {
    color: #000;
    padding: 0px 40px;
    font-size: 16px;
    letter-spacing: 0;
}
.change_e:hover {
    background: #1a8cba;
    color: #fff;
}
.white_h2 h2 {
    color: #fff;
}

.info_adderss {
    display: grid;
    gap: 15px;
}
.info_adderss span {
    color: #62a663;
    margin-right: 10px;
    font-size: 18px;
}
.info_adderss p,
.info_adderss a {
    color: #fff;
    font-weight: 400;
}

.cta {
    background: url(../img/save-hand.png) no-repeat 0px 30px;
    background-size: 200px;
}

.prodtlist h3 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding: 20px 0px;
    z-index: 1;
}
.prodtlist h3:after {
    content: "";
    width: 40%;
    height: 100%;
    background: #1a8cba22;
    position: absolute;
    z-index: -1;
    left: -15px;
    top: 0px;
}

.prodtlist ul {
    list-style: none;
    padding: 0px;
    margin-top: 40px;
}
.prodtlist ul li a {
    line-height: 50px;
    color: #282828;
    font-weight: 500;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}
.prodtlist ul li a:hover {
    color: #1a8cba;
}
.prodtlist ul li:last-child a {
    border: none;
}

.contentAfter {
    padding-left: 70px;
    position: relative;
}
.contentAfter p:first-child strong {
    font-weight: 600;
    color: #333;
}
.contentAfter:after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #1a8cba;
}

.int_cta{
    display: grid;
    grid-gap: 30px;
}
.int_cta h2 {    
    font-weight: 600;
    color: #1877F2;
}
/*.int_cta p{
    max-width: 500px;
}*/

.icOnI {
    background: #ededed;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.icOnI img {
    width: 40px;
}
.icOnProcess h4 {
    margin-bottom: 15px;
}

.charityP h2 {
    color: #fff;
}

.h2_fixcenter h3 {
    position: absolute;
    color: #fff;
    font-size: 35px;
    line-height: 50px;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
}
.h2_fixcenter h3 span {
    color: #1a8cba;
}

.pp_styling ul {
    margin-bottom: 30px;
}

/* Blog css */

.blog-iteM {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: auto auto;
    gap: 40px;
}

.bloGT {
    /*padding:30px;*/
}
.bloGT h4 {
    font-weight: 600;
}

.go-now a {
    height: 40px;
    background: #132d50;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 0px 20px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.bloGT:hover .go-now a {
    background: #444;
    /*-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);*/
}
.go-now a:after {
    font-family: "FontAwesome";
    content: "\f063";
    font-size: 11px;
    margin-left: 4px;
}
.text-btn {
    font-weight: 600;
    letter-spacing: 3px;
    color: #84223b;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.list-categories {
    padding: 0px;
}
.list-categories li {
    position: relative;
    padding: 0px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5px;
}
.list-categories li a {
    color: #444;
}
.bSidebar ul li:before {
    opacity: 0.5;
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: url(resources.svg#desaturate);
    filter: grayscale(100%);
}
.list-categories li:before {
    content: "";
    background: url(../ld-images/arRowi.svg) no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.list-categories li a {
    font-weight: 500;
    text-decoration: none;
}
.list-categories li:last-child {
    margin: 0px;
    padding: 0px;
}

.bSidebar h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 30px;
}
.bSidebar h3:first-child {
    margin-top: 0px;
}

.bSidebar ul li:before {
    opacity: 0.5;
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
    -webkit-filter: grayscale(100%); /* New WebKit */
    filter: url(resources.svg#desaturate); /* older Firefox */
    filter: grayscale(100%); /* Current draft standard */
}

.bSidebar ul li:hover:before {
    opacity: 1;
    filter: none; /* IE */
    -webkit-filter: grayscale(0); /* Old WebKit */
    -webkit-filter: grayscale(0%); /* New WebKit */
    filter: url(resources.svg#desaturate); /* older Firefox */
    filter: grayscale(0%); /* Current draft standard */
}

.mbthree0 {
    margin-bottom: 20px;
}
.article-post div figure {
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin: 0;
    margin-right: 15px;
}
.article-post div a {
    font-weight: 600;
    display: block;
    color: #282828;
}
.article-post div a img {
    border-radius: 10px;
}
.article-post div date {
    font-weight: 400;
    font-size: 13px;
}
.article-post div date span {
    color: #132d50;
}
.article-post figure {
    margin-right: 15px;
}

.bAfterh p {
    font-size: 15px;
}
.blog {
    margin-bottom: 50px;
}

.paginate-li li a {
    border: none;
    background: #132d50;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    padding: 0px;
    border-radius: 50px !important;
    width: 40px;
    height: 40px;
    text-align: center;
}
.paginate-li li.active a {
    background: #444 !important;
    color: #fff;
}
.paginate-li li a:hover {
    background: #444;
    color: #fff;
}
.blogDp h4 {
    margin-bottom: 15px;
    font-weight: 600;
}

.list-none {
    list-style: none;
    padding: 0px;
}
.list-none li {
    margin-bottom: 10px;
}

.three-column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.three-column a {
    -webkit-flex: 0 0 31.3%;
    -ms-flex: 0 0 31.3%;
    flex: 0 0 31.3%;
}

footer {
    padding-top: 70px;
    padding-bottom: 70px;
}
.column-two {
    display: grid;
    grid-template-columns: 50% 1fr;
    gap: 20px;
}
.column-two ul {
    padding-left: 18px;
}

.key-about {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 20px;
    width: 90%;
    padding: 0px 15px;
}
.key-about h1 {
    color: #fff;
    font-weight: 200;
    margin-bottom: 10px;
}
.key-about p {
    text-transform: uppercase;
}
.key-about p strong {
    color: #ce9d48;
    font-weight: 600;
}

.title-h24 {
    display: grid;
    gap: 10px;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: 20% 1fr;
}
.title-h24 h4 {
    text-transform: uppercase;
    text-align: center;
}
.title-h24 h2 {
    border-left: 1px solid #ce9d48;
    padding-left: 50px;
}

.button-style {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-info div {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 15px;
    -ms-flex-align: center;
    align-items: center;
}
.contact-info div img {
    max-width: 100%;
}
.contact-info div a,
.contact-info div p {
    text-decoration: none;
    font-size: 18px;
    line-height: normal;
}
.contact-info div p span {
    color: #d0992e;
    display: block;
    font-size: 14px;
}
.brands figure img {
    width: auto !important;
    max-width: 100%;
}

/**** Step 1 ****/

.top-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 30px;
}

/*** Step 2 header ***/
.logo {
    padding: 0px;
}
.logo img {
    max-width: 250px;
}
.main-header {
    width: 100%;
    padding: 0px 0px 15px;
    position: absolute;
    top: 0;
    z-index: 1;
}
header.sticky {
    z-index: 991;
}
header.sticky .start-now {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 200px;
}

/*** Step 3 Menu ***/

.menu-nav {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    max-width: 1170px;
    list-style: none;
    margin: auto;
}
.menu-nav li {
    position: relative;
    margin-bottom: 0;
}

.menu-nav li:first-child {
    margin-left: 0;
}
.menu-nav li::first-child {
    color: #ce9d48;
}

.menu-nav li a {
    color: #222222;
    font-weight: 400;
    padding: 0;
    position: relative;
    font-size: 17px;
    line-height: 50px;
    display: block;
    text-transform: capitalize;
}
.menu-nav li a:hover,
.menu-nav > li:hover > a,
.menu-nav > li.current-menu-item > a {
    background: none;
    color: #ff922e;
    text-decoration: none;
}

.menu-nav ul:not(:first-child) {
    display: none;
    margin: 0;
    padding: 20px 0;
    width: 265px;
    text-align: left;
    position: absolute;
    background: #1d262d;
    z-index: 5;
    left: 0;
}
.menu-nav li.mega-menu-visible ul:not(:first-child) ul {
    display: block;
    position: static;
    border: none;
    padding: 0px;
}
.menu-nav ul li {
    display: block;
    background: none;
    margin: 0;
}
.menu-nav ul li > a {
    display: block;
    padding: 5px 30px;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}
.menu-nav ul li > a:focus {
    outline: none;
}

.menu-nav ul li a:hover,
.menu-nav li:hover ul li a:hover {
    text-decoration: none;
    color: #007bff;
}

.menu-nav li:hover > ul {
    display: block;
}
/*.menu-nav li:hover > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}*/

.menu-nav li ul ul {
    top: -28px;
    margin: 0;
}
.menu-nav .edge > ul {
    left: auto;
    right: 0;
}
.menu-nav li ul .edge ul {
    left: auto;
    top: -28px;
    margin: 0;
    right: 100%;
}

.menu-nav li ul ul:before,
.menu-nav li ul a:before {
    display: none;
}

/*** menu mobile ***/
.nav-button-holder {
    display: none;
}
/*.toggle-menu {
    background: #0406F7;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    line-height: 40px;
    padding: 0px 40px;
    margin: auto;
    border-radius: 0px 0px 50px 50px;
    position: relative;
}
.toggle-menu:after {
    content: "\f101";
    font-family: 'FontAwesome';
    margin-left: 3px;
    font-weight: 400;
}*/

.start-now {
    background: #0406F7;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    padding: 0px 40px;
    margin: auto;
    border-radius: 0px 0px 50px 50px;
    position: relative;
    display: inline-block;    
}
.start-now:after {
    content: "\f101";
    font-family: 'FontAwesome';
    margin-left: 15px;
    font-weight: 400;
}
.start-now:hover{
    color: #fff;
    text-decoration: none;
}

.nav-button {
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.nav-button:focus {
    outline: none;
}

.icon-bar,
.icon-bar1,
.icon-bar2 {
    display: block;
    height: 2px;
    width: 25px;
    background: #ffffff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.icon-bar1,
.icon-bar2 {
    width: 18px;
    background: #ffffff;
}

.icon-bar:before,
.icon-bar:after {
    background: #ffffff;
    content: "";
    height: 100%;
    left: 0px;
    position: absolute;
    bottom: -6px;
    right: 0;
}

.icon-bar:after {
    bottom: -12px;
    top: auto;
}

.nav-button:hover .icon-bar:before,
.nav-button:hover .icon-bar:after {
    left: 0;
}

.icon-bar,
.icon-bar1,
.icon-bar2,
.nav-button .icon-bar:before,
.nav-button .icon-bar:after {
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.menu-mobile {
    padding: 0px 25px;
    margin-bottom: 0px;
}
.menu-mobile li {
    padding-top: 15px;
    list-style: none;
    margin-bottom: 0;
    position: relative;
}
.menu-mobile li a {
    color: #fff;
    display: block;
    line-height: 22px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
}

.menu-mobile li a:hover,
.menu-mobile li a:focus {
    background: none;
}

.menu-mobile li:hover > a,
.menu-mobile li.current-menu-item > a {
    color: #005ce6;
}

.menu-mobile li ul.sub-menu li a {
    font-size: 14px;
    font-weight: 600;
}

.sub-menu-toggled {
    content: "";
    z-index: 9;
    position: absolute;
    right: 0;
    top: 20px;
    overflow: hidden;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sub-menu-toggled img {
    max-width: 14px;
}
.menu-mobile li.menu-open .sub-menu-toggled {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu-mobile ul {
    margin-left: 0;
    padding: 0px;
}

.menu-mobile > li > ul {
    display: none;
}

.menu-mobile > li.menu-open > ul {
    display: block;
    margin-top: 8px;
}

.menu-mobile ul li {
    font-size: 12px;
    padding-top: 0px;
    text-transform: none;
    padding-left: 10px;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
}

.menu-contact {
    margin-top: 15px;
    padding-left: 5px;
    font-size: 14px;
    color: #fff;
}

.menu-contact ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0px;
}

.menu-contact ul:first-child li i {
    font-size: 16px;
    margin-right: 10px;
}

.mobile-phone {
    margin-top: 8px;
}

.menu-contact .social-media {
    margin-top: 24px;
    padding-bottom: 48px;
}
.menu-contact .social-media li a {
    color: #fff;
}

/*** Button ***/

.btn-grid{
    display: grid;
    grid-gap: 13px;
	-webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-template-columns: auto auto;
}

.btn-green {
    border-radius:50px;
    background: #03EDAE;
    color: #fff;
    padding: 0px 35px;
    /* height: 52px; */
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 52px;
}
.btn-green:hover {
    color: #fff;
    background: #03EDAE;
    text-decoration: none;
}

.btn-dark {
    border-radius: 50px;
    background: none;
    color: #1D204D;
    border:1px solid #03EDAE;
    padding: 0px 35px;
    height: 52px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 52px;
    text-transform: capitalize;
}
.btn-dark:hover {
    color: #fff;
    background: #03EDAE;
    border:1px solid #03EDAE99;
    box-shadow: 0px 4px 12.4px 0px rgba(0, 92, 229, 0.20);
    text-decoration: none;
}

/*** home Slider css ***/

.slider-homep {
    position: relative;
    padding: 50px 0px;
    padding-top: 150px;
}
.fix-shape-banner {
    position: absolute;
    top: -16px;
    z-index: -1;
    width: 100%;
}
.slider-homep .container {
    left: 0px;
    right: 0;
}
.slider-homep h1 {
    font-size: 45px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    overflow: hidden;
}
.slider-homep p {
    color: #777AA6;
    margin-top: 20px;
    margin-bottom: 0;
}
.slider-homep figure {
    position: absolute;
    right: 0px;
    top: 80px;
    max-width: 630px;
}

.running-animate{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.title-uppercase h2{
    text-transform: uppercase;
}

/*** Step Section one ***/

.grid-column-two {
    display: grid;
    grid-template-columns: 47% 1fr;
    grid-gap: 30px;
}

/*** Video section css ***/

.move-center {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 140px;
    animation: rotateText 8s linear infinite;
}

.services-box {
    display: grid;
    gap: 30px;
    padding: 0px 15px;
    grid-template-columns: repeat(3, 1fr);
}
.services-box .author_box {
    overflow: hidden;
    padding: 30px;
    display: grid;
    grid-gap: 15px;    
}
.services-box img{
    
}
.services-box h4 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px;
}
.services-box p{
    color: #777AA6;
    font-size: 16px;
}

.services-box.white{
    padding: 0px 65px;
}
.services-box.white .author_box{
    padding: 0px;
}
.services-box.white h4{
    color: #fff;
}

.blog-column {
    position: relative;
}
.blog-content {
    display: grid;
    grid-gap: 10px;
    padding: 25px;
}
.blog-column .blog-figure{
    margin-bottom: 0px;
}
.blog-column h3 {
    position: relative;
    background: var(--Blue-Gradient, linear-gradient(180deg, #005CE5 0%, #003D98 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    font-weight: 600;
}
.blog-content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
}
.blog-content p a{
    color: #7E7E7E;
}
.blog-content p span{
    text-decoration: underline;
}
.blog-content{
    display: grid;
    grid-gap: 10px;
}

.consultation {
    position: relative;
    z-index: 9;
}
.consultation h3 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 32px;
    border-left: 5px solid #a7905a;
    padding-left: 20px;
}

.consultation label{
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}
.consultation input[type="text"],
.consultation input[type="email"],
.consultation input[type="tel"],
.consultation select {
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    height: 45px;
    font-size: 14px;
    background: none;
    outline: none;
}
/*.consultation select {
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    height: 45px;
    font-size: 14px;
    background: url(../images/polygon.png) no-repeat center right 15px;
    background-size: 12px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}*/
.consultation textarea {
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    font-size: 14px;
    height: 80px;
    background: none;
    outline: none;
    resize: none;
}
.consultation input[type="submit"] {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    outline: none;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}
.consultation input[type="submit"]:hover{
    background: var(--Blue-Gradient, linear-gradient(180deg, #111 0%, #444 100%));
}

.fix-partners {
    position: absolute;
    bottom: 0;
    width: 37vw;
    left: -80px;
    margin: 0;
}

/*************************************************************************
 * ****************************** INternal page Css *********************************************************/
.header-fixed {
    position: absolute;
    z-index: 9;
    border-color: #a1c7ff9c;
}

/* Testimonial Page Css */

.testimonial-grid {
    padding: 35px;
    color: #fff;
    display: grid;
    position: relative;
    background: #232d34;
}
.testimonial-grid div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}
.testimonial-grid span {
    height: 50px;
    width: 50px;
    text-align: center;
    background: #1f2732;
    display: grid;
    align-items: center;
    justify-items: center;
    border-radius: 50px;
}
.testimonial-grid span img {
    max-width: 24px;
}

/************ CONTACT PAGE CSS ***************/

.contact-banform input::placeholder,
.contact-banform textarea::placeholder {
    color: #fff;
}
.contact-banform select {
    color: #fff;
}
.contact-banform input[type="submit"] {
    width: 100%;
}

.contact-sec-a {
    padding: 40px 25px;
    display: grid;
    grid-gap: 10px;
}
.contact-sec-a h4 {
    color: #d1b06b;
}
.contact-sec-a address,
.contact-sec-a p {
    color: #fff;
}

.three-grid-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.three-grid-box .info-cp {
    display: grid;
    grid-template-columns: 35px 1fr;
    grid-gap: 10px;
}
.info-cp i {
    border: 1px solid #ccaa60;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
    color: #ccaa60;
    font-size: 12px;
}
.info-cp span {
    color: #ccaa60;
    display: block;
}
.info-cp a {
    color: #fff;
}

.sns-about {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.sns-about div {
    display: grid;
    grid-template-columns: 20px 1fr;
}
.sns-about div small {
    color: #a7905a;
}
.sns-about div h3 {
    font-size: 22px;
}

.row-grid-5-6 {
    display: grid;
    grid-template-columns: 38% 50% 4.5%;
    grid-gap: 60px;
}
.the-firm-text h2 {
    margin-bottom: 15px;
    font-size: 50px;
}
.the-firm-text h4 {
    color: #667085;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 10px;
}
.the-firm-text p {
    font-size: 20px;
}

.title-blue h2 {
    color: #1D204D;
    font-weight: 600;
}

.step-by-grid{
    display: grid;
    grid-gap: 80px;
    justify-items: center;
}

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

.grid-gap-80{
    display: grid;
    grid-gap: 80px;
}

.left-half{
    margin-left: 50px;
    margin-bottom: 100px;
}
.right-half{
    margin-right: 50px;
    margin-bottom: 100px;
}
.grid-p2{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 50% 1fr;
}


.cta-two{
    border:1px solid #;
    -ms-flex-align: center;
    align-items: center;
    margin:0px 15px; 
}
.cta-two div p {
    color: #003D98;
}

.blog-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none;
    background: none;
}
.blog-nav li{
    margin: 0px;
}
.blog-nav li button{
    background: none;
    border: none !important;
    opacity: 0.5;
    padding: 0;
    font-weight: 600;
    cursor: pointer;
}
.blog-nav li button.active {
    background: none !important;
    border: none;
    border-radius: 0;
    outline: none;
    opacity: 1;   
}
.blog-nav li button:focus{
    outline: none;
}

.blog-tab-content .blog-column {
    background: #fff;
    border-radius: 0;
    padding: 0px;
}
.blog-tab-content .row {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    margin-left: 0;
    margin-right: 0;
}

.grid-gap-15{
    display: grid;
    grid-gap: 15px;
}

footer .ms-tel div{
    margin-bottom: 10px;
}
footer .ms-tel a {
    font-size: 18px;
    font-weight: 700;
    color: #1D204D;
    text-decoration: underline;
}
.footer-items ul{
    list-style: none;
    padding: 0px;
}
.footer-items ul li a{
    color: #1D204D;
    line-height: 26px;
    text-decoration: none;
}
.footer-items ul li a:hover{
    color: #03EDAE;
}


.info-footer{
    display: grid;
    grid-gap: 15px;
}
.condition a{
    color: #1D204D;
}

.social_f{
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: start;
    grid-gap: 15px;
}
.social_f a {
    margin: 0;
    color: #03EDAE;
    font-size: 17px;
    width: 40px;
    height: 40px;
    display: grid;
    align-items: center;
    background: #fff;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
}
.social_f a:hover{
    background: #03EDAE;
    color: #fff;
}

.grid-4{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 50px;
}

.grid-5{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
}
.about-feature {
    /*display: grid;*/
    grid-gap: 15px;
    padding: 30px 25px;
}
.about-feature h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    min-height: 50px;
}
.about-feature p {
    color: #fff;
    font-weight: 300;
    margin: 0;
}

.content-left p{
    text-align: left;
}

/*** google awards ***/ 

.google-ads{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 80px;
}
.google-ads img{
    max-width: 44px;
}

.cta-green h4{
    color: #fff;
    line-height: 32px;
    font-weight: 400;
    font-size: 22px;
}
.cta-green h4 a{
    color: #fff;
    text-decoration: underline;
}

.cta-green h4{
    color: #fff;
    line-height: 32px;
    font-weight: 400;
    font-size: 22px;
}
.cta-green h4 a{
    color: #fff;
    text-decoration: underline;
}

.p-left p{
    text-align: left;
}

.blue-h3 h3{
    color: #1877F2;
}
.red-h3 h3{
    color: #FF5757;
}
.orange-h3 h3{
    color: #FF914D;
}

.cta-colored h4{
    font-size: ;
    color: #fff;
    margin-bottom: 10px;
}
.cta-colored p{
    color: #fff;
    font-weight: 300;
    margin-bottom: 0px;
}
.cta-colored p a{
    color: #fdc73b;
}

/*.accordion {
  max-width: 1170px;
  margin: 40px auto 0;
}

.at-tab {
  display: none;
  padding: 15px;
  border: 1px solid #dddddd;
  border-top: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.at-title {
  cursor: pointer;
  background-color: #f5f5f5;
  position: relative;
  transition: background-color 0.3s ease;
}

.at-title:hover {
  background-color: #e0e0e0;
}

.at-title:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s ease;
  font-size: 24px;
}

.at-title.active:after {
  content: "-";
}

.at-item {
  border-radius: 5px;
  margin-bottom: 15px;
}

.at-title h2 {
  font-size: 22px;
  font-weight: 600;
  padding: 10px 15px;
  margin: 0;
}

.accordion-header {
  text-align: center;
  background-color: #222222;
  color: white;
  padding: 20px 0;
}*/

.social-iconz{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(5, 1fr);
}
.social-iconz a {
    background: #E4EBF4;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    color: #1D204D;
}
.agency {
    display: grid;
    grid-template-columns: 35% 1fr;
    grid-gap: 15px;
    justify-items: start;
}
.agency span {
    font-weight: 700;
    font-size: 14px;
}

/*** Simple fade transition ***/

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out; 
    -moz-transition: all 0.15s ease-out; 
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out; 
    -moz-transition: all 0.15s ease-out; 
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.popup-video{
    bottom: 80px;
}
.popup-youtube{
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.popup-youtube i {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 99;
    border: none;
    background: #0406F7;
    color: #fff;
    cursor: pointer;
    outline: none;
    width: 90px;
    height: 90px;
    border-radius: 50px;
    text-indent: 4px;
    font-size: 25px;
}
.popup-youtube:hover i{
    background: #03EDAE;
}
.popup-youtube:hover:after{
    background: #03EDAE;
}
.popup-youtube:after {
    content: "";
    animation: pulse 1.2s ease infinite;
    background: #0406f7;
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@keyframes pulse {
  0% {
    transform: scale(1,1);
  }
  
  50% {
    opacity: 0.3;
  }
  
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.btn-comment {
    cursor: pointer;
    background-color: #0406F7;
    border: 1px solid #0406F7;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 0;
    position: absolute;
    bottom: 220px;
    right: 180px;
    overflow: hidden;
    transition: all .3s;
}
.btn-comment:focus {
  outline: none;
}
.btn-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-icon img {
    max-width: 20px;
}
.btn-text {
  position: absolute;
}

/**** Stretch Styles ***/

.btn-spin .btn-text {
    left: -50%;
    top: 0px;
    opacity: 0;
    transition: all .3s .15s;
    height: 50px;
    /*width: 100px;*/
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.btn-spin .btn-icon {
  transition: all.25s;
}

.btn-spin:hover {
    width: 100px;
}

.btn-spin:hover .btn-text {
    left: 20px;
    opacity:1;
}
.btn-spin:hover .btn-icon {
    /* transform: rotate(360deg); */
    left: 49px;
    position: relative;
    z-index: 9;
    animation-delay: 0.5;
}

.title-h3 h3{
    font-weight: 700;
}
.title-h4 h4{
    font-weight: 700;
}

/*.white-mode, .white-mode p {
    color: red;
}*/

.grid-gap-30{
    display: grid;
    grid-gap: 30px;
}

.text-style p{
    color: #777AA6;
    font-size: 16px;
}

.text-style.white h3{
    color: #fff;
    font-size: 26px;
	font-weight: 700;
    line-height: 34px;
}
.text-style.white p{
    color: #9EA0C0;
}

.after-bottom-gradi .container{
    position: relative;
    z-index: 1;
}
.after-bottom-gradi:after {
    content: "";
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,247,251,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,247,251,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(244,247,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f4f7fb",GradientType=1);
}

.after-top-gradi .container{
    position: relative;
    z-index: 1;
}
.after-top-gradi:after {
    content: "";
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(244,247,251,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(244,247,251,1) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(244,247,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f4f7fb",GradientType=1);
}

.fix-top-shape{
    position: absolute;
    top:0px;
    width: 100%;
}

.fix-bottom-shape{
    position: absolute;
    bottom:-2.1px;
    width: 100%;
    /*-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);*/
}

.grid-3 {
    display: grid;
    gap: 30px;
    padding: 0px 15px;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
}
.fcg-items {
    overflow: hidden;
    display: grid;
    grid-gap: 15px;    
}
.fcg-items img{
    
}
.fcg-items h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0px;
	line-height: 24px;
}

.title-h1-w7 h1 {
    font-weight: 700;
    color: #1D204D;
    line-height: 60px;
}

.blue-items{
    background: #1D204D;
    border-radius: 25px;
    padding: 40px;
}
.blue-items h3{
    color: #fff;
    font-weight: 700;
}
.blue-items ul{
    list-style: none;
    padding: 0px;
    color: #9EA0C0;
}
.blue-items ul.gap-40 li{margin-bottom: 20px;}
.blue-items ul.gap-40 li:before{
    margin-right: 35px;
}

.white-items h3{
    font-weight: 700;
    color: #1D204D;
}
.white-items ul.gap-40 li:before{
    margin-right: 35px;
}
.white-items ul.gap-40 li{
    color: #777AA6;
    margin-bottom: 20px;
}

.client-bottom {
    display: grid;
    grid-template-columns: 70% 1fr;
}
.client-testimonial h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
}

.client-testimonial h5 {
    font-weight: 700;
    line-height: 24px;
    font-size: 18px;
}
.client-testimonial h5 small{
    font-size: 17.5px;
    color: #777AA6;
}
.client-testimonial .owl-nav {
    text-align: left;
    margin-top: 50px;
}
.client-testimonial .owl-nav button {
    width: 45px;
    height: 45px;
    color: #03EDAE !important;
    border: 2px solid #03EDAE !important;
    border-radius: 50px !important;
    font-weight: normal !important;
    font-size: 17px !important;
    outline: none;
}
.client-testimonial .owl-nav button:hover{
    background: #03EDAE !important;
    color: #fff !important;
}

.accordion-tbs .card {
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px solid #16273E22;
}
.accordion-tbs .card-header {
    padding: 0px;
    background: none;
    border: none;
}
.accordion-tbs .card-header button:hover:after{
    background: #03EDAE;
}
.accordion-tbs .card-header button.btn.collapsed {
    border-radius: 0px;    
    border: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.accordion-tbs .card-header button.btn {    
    padding: 16px 0px;
    border-radius: 0px;
    text-decoration: none;
    width: 100%;
    border: none;
    text-align: left;
    background: none;
    background: none;
    color: #16273E;
    font-size: 20px;
    font-weight: 700;
    display: grid;
    grid-template-columns: 95% 1fr;
}

.accordion-tbs .card-header button.btn:after {
    content: "-";
    width: 37px;
    height: 37px;
    line-height: 34px;
    border-radius: 50px;
    text-align: center;
    border: 1px solid #03EDAE;
    font-weight: 200;
    font-size: 24px;
}

.accordion-tbs .card-header button.btn.collapsed:after {
    content: "+";
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 50px;
    text-align: center;
    border: 1px solid #03EDAE;
    font-weight: 200;
    font-size: 24px;
}

.accordion-tbs .card-body {
    padding: 0px;
    color: #1D204D;
    margin-bottom: 30px;
}

.accordion-tbs .card-body p {
    font-size: 15px;
}

.accordion-tbs .card-body p:last-child {
    margin: 0px;
}

.mfp-iframe-holder .mfp-close{
    color: #FFF;
    right: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    font-size: 22px;
    opacity: 1;
    background: #0406F7;
    text-align: center;
    border-radius: 50px;
}
.calendly-inline-widget.calendly-mobile {
    overflow: hidden !important;
}


.header-border a.start-now:hover {
    background: #03EDAE;
}
.services-box img {
    padding-bottom: 30px;
}
.title-h4-new h4{font-size:26px;}
.blue-items-new {padding: 96px 40px;}
