@font-face {
    font-family: 'FontAwesome';
    src: url('https://use.fontawesome.com/releases/v5.13.0/css/all.css');
}

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');

/*--------------------------------------------------------------

# General

--------------------------------------------------------------*/

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #444444;
}

a {
    color: #002D4F;
}

a:hover {
    color: #4DB4BB;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    color: #002D4F;
}

p,
span {
    color: #002D4F;
}


/*--------------------------------------------------------------

# Header

--------------------------------------------------------------*/

.bgNav {
    background-color: #002D4F !important;
}

#header {
    background-color: rgb(0 45 79 / 25%);
    transition: all 0.5s;
    z-index: 997;
    padding: 10px 0;
}

#serOffer .col-lg-4:nth-child(3),
.scrollto {
    cursor: not-allowed;
}

main {
    padding-top: 5rem !important;
}

.sfsi_widget.sfsi_shortcode_container img.sfsi_wicon {
    height: auto !important;
}

.sfsi_widget {
    min-height: auto !important;
}

.norm_row.sfsi_wDiv {
    width: auto !important;
}

#header.header-scrolled {
    padding: 12px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
    font-size: 32px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.dropdown-menu.bgNav.scrollSpec {
    background-color: #002D4F !important;
}

#header .logo img {
    max-height: 78px;
}

.megaCat {
    background-color: #4DB4BB;
    top: 35px !important;
    right: -72px !important;
    font-size: 12px !important;
}

@media (max-width: 992px) {
    #subscribe .input-group-btn,
    #newsLetter .input-group-btn {
        margin: auto;
    }
    #header {
        padding: 12px 0 !important;
    }
    #header .logo img {
        max-height: 58px;
    }
    .nav-item {
        position: relative;
    }
    .navbar-collapse {
        position: absolute;
        top: 100%;
        background-color: rgb(0, 0, 0);
        padding: 0 1em;
        display: inline-block;
        min-width: max-content;
        height: auto !important;
        left: -3px;
    }
}


/*--------------------------------------------------------------

  # Navigation Menu

  --------------------------------------------------------------*/


/* Desktop Navigation */

.blogAuth .heateor_sss_sharing_container {
    display: flex;
    justify-content: center;
}

.bgNav#header {
    padding: 8px 0 !important;
}

.bgNav#header .logo img {
    max-height: 60px;
}

.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul {
    display: flex;
}

svg.glosSvg:hover {
    fill: #4DB4BB;
}

.nav-item {
    padding: 0.75rem 0.5rem;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    padding: 10px 0 10px 28px;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #FFFFFF;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    white-space: normal
}

.navbar-nav {
    justify-content: center;
    align-items: center;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    color: #4DB4BB;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    top: calc(100% + 30px);
    z-index: 99;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #000000;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
}

.dropdown.nav-item:nth-child(4) a {
    cursor: not-allowed;
}

.dropdown.nav-item:nth-child(4) a:hover {
    color: #fff;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
    color: #4DB4BB;
}

.navbar {
    padding: 0 !important;
}

.navbar-toggler {
    line-height: 1.3;
    position: relative;
    left: 0px;
}

.dropdown-toggle::after {
    display: none;
}

.glosSvg {
    height: 22px;
}

.glosSvg:hover {
    fill: #4DB4BB;
}

.dropdown-menu {
    background-color: rgb(0 45 79 / 25%) !important;
    border: 0 !important;
    min-width: 12rem !important;
    border-radius: 0 !important;
    margin: 0 0 0 !important;
    transition: 1s;
}

.dropdown-menu.dropMega {
    margin: 0 !important;
    top: 0.5% !important;
}

.dropdown-menu a {
    color: #fff !important;
    font-size: 14px !important;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
    background-color: transparent !important;
}

@media (max-width: 992px) {
    .dropdown-menu a {
        color: #FFFFFF !important;
    }
    .navbar-nav {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .rotate {
        -moz-transition: all .2s linear;
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
    }
    .rotate.down {
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .dropdown-menu {
        background-color: transparent !important;
    }
    .mob-des {
        position: fixed;
        right: 100%;
        left: 0;
        top: 0
    }
    /* .open{

    transform: translateX(70vw);

    transition: 3s ease-in-out;

  



  } */
    .btnAdds,
    .mobRespo,
    .addsLogo {
        display: none !important;
    }
    .navbar-nav {
        background-color: #002D4F;
        list-style: none;
        margin: 0;
        padding: 0.125rem !important;
        position: absolute;
        height: 110vh;
        width: 65vw;
        display: none;
    }
    .hamburger-menu {
        display: inline-block;
        transition: all 0.3s ease-in-out;
    }
    .hamburger-menu:hover {
        cursor: pointer;
    }
    .hamburger-menu .menu-item {
        background: white;
        display: block;
        height: 2px;
        margin: 0 0 6px;
        transition: all 0.3s ease-in-out;
        width: 30px;
    }
    .hamburger-menu.open .menu-item {
        margin: 0 0 3px;
    }
    .hamburger-menu.open .menu-item:first-child {
        transform: rotate(45deg);
        transform-origin: 8px;
    }
    .hamburger-menu.open .menu-item:nth-child(2) {
        opacity: 0;
    }
    .hamburger-menu.open .menu-item:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 8px;
    }
    .dropdown-content {
        position: static !important;
        width: fit-content !important;
        background-color: transparent !important;
        padding: 0 !important;
    }
}

li.dropdown:hover>.dropdown-menu {
    display: block !important;
    background: #000000;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

nav ul>li>ul>li:hover>ul {
    display: block;
    width: 1em;
}


/* hero sec css start */

#hero {
    width: 100%;
    height: 100vh;
    background-size: 100% 100%;
    position: relative;
}

.blogHero {
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: inherit;
    right: inherit;
    width: 100%;
    background: rgba(0, 0, 0, 35%);
    height: 100vh;
}

#email2-overlay,
#email3-overlay,
#email4-overlay {
    display: none;
}

.dON {
    display: block !important;
}

.internalContent {
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 40%;
}

#hero #owl-three .downArrow {
    top: -5rem !important;
}

@media (max-width: 992px) {
    #hero .internalContent {
        text-align: center;
    }
    #hero #owl-three .about-right {
        position: relative;
        left: 1.5rem !important;
    }
    #hero #owl-three .about-left {
        position: relative;
        right: 1.5rem !important;
    }
    #hero,
    #hero.bgGlossay {
        background-size: cover !important;
    }
    .topGalos {
        top: 45vh !important;
    }
    .internalContent {
        top: 25vh;
    }
}

#hero.bgGlossay {
    width: 100%;
    height: 100vh;
    background: none;
    background-size: 100% 100%;
    position: relative;
    padding-top: 0px;
}

#hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3rem;
    color: #FFFFFF;
    text-transform: uppercase;
}

#hero h3 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.5rem;
    color: #FFFFFF;
}

#hero h3 i {
    font-size: 1.65rem;
}

#hero p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375rem;
    color: #FFFFFF;
    padding-left: 2px;
}

#hero input:focus {
    outline: none;
}

#hero input[type=text],
.email-text {
    width: 100%;
    margin: 8px 0;
    display: inline-block;
    border: 0px solid #ccc;
    box-sizing: border-box;
    background-color: transparent;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: 400;
}

#hero input::placeholder {
    color: white;
    font-weight: 400;
    line-height: 1.25rem;
}

#hero .emailEnter {
    font-size: 14px;
    position: relative;
    right: 1rem;
}

#contactForm input {
    width: 100%;
    margin: 8px 0;
    padding-bottom: 0.5rem;
    display: inline-block;
    border: 0px solid #ccc;
    box-sizing: border-box;
    background-color: transparent;
    border-bottom: 2px solid #96AAB3;
    color: #002D4F;
    font-weight: 400;
    border-radius: 0;
    font-size: 1rem;
    line-height: 22px;
    opacity: 0.75;
}

#contactForm textarea {
    border: 2px solid #96AAB3;
    opacity: 0.75;
}

#contactForm input::placeholder,
#contactForm textarea::placeholder {
    color: #96AAB3;
    padding-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.375rem;
    font-size: 1rem;
}

#contactForm textarea:focus-visible {
    outline: none;
    opacity: 1;
}

#contactForm input:focus,
#contactForm input:focus-visible,
.email-text:focus {
    outline: none;
    border-bottom: 2px solid #002D4F;
    opacity: 1;
}

.introServices h2 {
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 2.675rem;
    color: #002D4F;
    text-transform: uppercase;
}

.introServices p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375rem;
    color: #002D4F;
}

#serOffer h6 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #002D4F;
}

#serOffer svg {
    transition: width 1s, height 1s, transform 1s;
}

#serOffer svg:hover {
    fill: #4DB4BB;
}

#serOffer h3 {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #002D4F;
    padding: 1rem;
    text-transform: uppercase;
}

.bg-blue {
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    position: relative;
}

#intuityDrop .adsLeftImg {
    width: 100%;
}

#intuityDrop .addsLogo {
    height: 110px;
    padding: 0.5rem 0;
    margin: auto;
    display: flex;
}

#intuityDrop p {
    font-size: 0.85rem;
    font-weight: 400;
    line-height: 1.375rem;
    color: #002D4F;
    height: 125px;
}

#intuityDrop .btnAdds {
    cursor: not-allowed;
    background-color: #4DB4BB;
    color: #FFFFFF;
    padding: 12px 30px;
    margin: auto;
    font-weight: 700;
    font-size: 0.85rem;
    line-height: 1rem;
    display: flex;
}

#intuityDrop .bg-green {
    width: 100%;
    height: auto;
    background-color: #f2f2f2;
    position: relative;
}

#intuityDrop .btmBg {
    background-color: #002D4F;
    color: #FFFFFF;
    padding: 12px 30px;
    margin: auto;
    font-weight: 700;
    font-size: 0.85rem;
    line-height: 1rem;
    display: flex;
}

.dropMega {
    background-color: transparent !important;
}

.megaImage {
    height: auto;
    width: 100%;
    object-fit: fill;
    position: relative;
    overflow: hidden;
}

.dropdown-content {
    display: none;
    position: absolute;
    border-radius: 0rem;
    background-color: #ffffff;
    padding: 0.5rem;
    width: 38vw;
    left: -14vw;
    right: 73px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 4rem;
}

@media screen and (max-width: 1450px) and (min-width: 992px) {
    .dropdown-content {
        width: 600px;
        left: -14vw;
    }
}

.dropdown:hover .dropdown-content {
    display: block;
}

.mobRespo {
    filter: brightness(0.4);
    height: 200px;
    width: inherit;
}

.addsLogo {
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* slider css */

.aboutslider .owl-dots {
    position: relative;
    top: -50px;
    bottom: 100px;
}

.owl-nav {
    background-color: rgba(255, 255, 255, 0);
    display: flex;
    justify-content: space-between;
    bottom: 300px;
    position: relative;
}

#relPosts .owl-stage .owl-item img {
    height: 250px;
}

.nav-btn.next-slide,
.nav-btn.prev-slide {
    padding: 1rem;
    background-color: #96aab3;
    color: #fff;
    position: relative;
}

.nav-btn.next-slide {
    left: 50px;
}

.nav-btn.prev-slide {
    right: 50px;
}

.multi-item-carousel .carousel-inner>.item {
    transition: 500ms ease-in-out left;
}

.multi-item-carousel .carousel-inner .active.left {
    left: -33%;
}

.multi-item-carousel .carousel-inner .active.right {
    left: 33%;
}

.multi-item-carousel .carousel-inner .next {
    left: 33%;
}

.multi-item-carousel .carousel-inner .prev {
    left: -33%;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .multi-item-carousel .carousel-inner>.item {
        transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        transform: none!important;
    }
}

.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
    background-image: none;
}

.blogBgList {
    background-color: #4DB4BB;
    position: relative;
    overflow: hidden;
}

@media (hover: hover) {
    svg.arrowImg:hover,
    svg.blogDownArrow:hover,
    svg.blogmainarrowRight:hover {
        fill: #002D4F !important;
    }
}

hr.slideBB {
    border-top: 1px solid #002D4F !important;
    position: relative;
    top: 12px;
    width: 100%;
}

.slideImgDetails h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
}

.top-right {
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    top: 20px;
    right: -52px;
    padding: 0.5rem 4rem;
    background-color: #4DB4BB;
    transform: rotate( 36deg);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
}

.arrowImg {
    height: 1rem !important;
    width: 3.825rem !important;
    float: right;
}

.slideImgDetails p {
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
}


/* sec4 css */

.cardInner {
    position: relative;
    top: 25%;
    bottom: 25%;
}

.insightHome {
    height: 694px
}

#blog {
    width: 100%;
    background: url("../images/blog listing-min.jpg") no-repeat;
    background-size: 90% 100%;
    background-position: left center;
    position: relative;
}

.sec4Card {
    border-radius: 0;
    height: 100%;
    width: 50%;
    float: right;
    display: flex;
    padding: 5%;
}

@media (max-width: 992px) {
    /* #slides .owl-nav{

      

        bottom: 175px;

    } */
    .email-box #email-form input[type=text]#email-text {
        width: 100% !important;
    }
    .email-box .emailEnter {
        right: 0 !important;
    }
    #hero input[type=text] {
        width: 75% !important;
    }
    #blog {
        background-size: 100% 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sec4Card {
        width: 100%;
        padding: 1.5rem;
        height: auto;
    }
    .sec4Card p {
        padding-right: 0;
        height: max-content;
    }
    .nav-btn.next-slide {
        left: 0px;
    }
    .nav-btn.prev-slide {
        right: 0px;
    }
}

.sec4Card h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3rem;
    color: #002D4F;
    text-transform: uppercase;
}

.sec4Card h3 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.5rem;
    color: #002D4F;
}

.sec4Card p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.375rem;
    color: #002D4F;
    padding-right: 1.5rem;
}

.sec4Card a {
    color: #4DB4BB;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
}

#faq a {
    cursor: not-allowed;
    font-size: 1rem;
    font-weight: 700;
    line-height: 24px;
}

#sec6Details {
    display: none;
    background-color: #E86360;
}

#sec6Details p {
    font-size: 1rem;
    font-weight: 700;
    line-height: 20px;
    color: #FFFFFF;
}

#faq {
    padding: 5rem 0 !important;
}


/* footer */

#footer {
    background-color: #002D4F;
    color: #FFFFFF;
}

#footer h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    padding-bottom: 1.25rem;
    color: #FFFFFF;
    cursor: not-allowed;
    text-transform: uppercase;
    white-space: nowrap;
}

#footer ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    color: #ffffff88 !important;
    text-transform: uppercase;
    cursor: not-allowed;
}

#footer .copyrights .rightsRes {
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    color: #FFFFFF;
}

#footer .copyrights .rightsRes span {
    height: 10px;
    width: 1px;
    background-color: #FFFFFF;
    margin: 9px 25px;
}

#footer .copyrights .fab {
    padding-right: 1rem;
}

@media (max-width: 992px) {
    #footer .copyrights .rightsRes span {
        height: 13px;
        width: 2px;
        background-color: #FFFFFF;
        margin: 7px 7px;
    }
    #relPosts .owl-carousel .owl-stage {
        left: 0px !important;
    }
}

#owl-two .owl-nav {
    bottom: 286px;
}


/* #slides .owl-carousel .owl-item img{

  height: 350px;

} */

.owl-item {
    -webkit-backface-visibility: hidden;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #002D4F;
}

#relPosts .owl-carousel .owl-stage {
    left: -50px;
}

#relPosts .owl-item:not(.active) {
    opacity: 0.5;
}


/* blog page css */

#bloghero {
    width: 100%;
    height: 100vh;
    background-size: 100% 100%;
    position: relative;
    padding-top: 0px;
}

.dynamicHeroImg::after {
    content: "";
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 20.05%);
    mix-blend-mode: multiply;
}

.dynamicHeroImg img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

@media (max-width: 992px) {
    #bloghero {
        background-size: cover;
    }
    .dynamicHeroImg img {
        width: 100%;
        object-fit: cover;
        /* object-position: left; */
    }
    .downArrow {
        top: -5rem !important;
    }
    .newsInput {
        width: 100% !important;
    }
}

#bloghero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3rem;
    color: #FFFFFF;
    text-transform: uppercase;
}

#bloghero h3 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.5rem;
    color: #FFFFFF;
}

.about-left,
.about-right {
    color: #FFFFFF;
    font-size: 1.5rem;
    background-color: transparent !important;
}

#owl-three .owl-nav {
    padding: 1.5rem !important;
    bottom: 60vh !important;
}

#owl-three .owl-dots {
    position: relative;
    top: -50px;
    bottom: 100px;
}

#bloghero .downArrow {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
	transform:translatex(-50%);
    top: 90% !important;
	margin-left: -6px;
}

.scrrollhide {
    overflow: hidden;
}

.downArrow {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 0;
    top: -5rem !important;
}

.slideImgDetails p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem;
    color: #002D4F;
}


/* newsletter */

#newsLetter,
#subscribe {
    background-color: #f2f2f2;
    height: 324px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-subsNews {
    background-color: #002D4F;
    padding: 1rem 5.5rem;
    border: 0;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
}

.newsInput {
    width: 75%;
    margin: 24px 10px 24px 0px;
    display: inline-block;
    border: 0px solid #ccc;
    box-sizing: border-box;
    background-color: transparent;
    border-bottom: 1px solid #002D4F;
    color: #002D4F;
    font-weight: 400;
    font-size: 1rem;
}

input.newsInput:focus {
    outline: none;
}

input.newsInput::placeholder {
    color: #002D4F;
    font-weight: 400;
    line-height: 1;
}

input.newsInput:focus::placeholder {
    opacity: 0.75;
}

.newsHeading {
    font-size: 24px;
    font-weight: 600;
    line-height: 2rem;
    color: #002D4F;
    position: relative;
    top: 2.2rem;
}


/* blog Filter */


/* clear fix */

.isotope:after {
    content: '';
    display: block;
    clear: both;
}


/* ---- .element-item ---- */


/*#exampleSelect1{
  border-radius: inherit;
}

*/


/*.SelArrBg select {
    background: transparent;
    width: 292px;
    padding: 10px 20px;
    font-size: 22px;
    border: 1px solid #ccc;
}
.SelArrBg select {
    color: #002D4F;
    padding: 0 10px;
    border: none;
}
.SelArrBg {
    width: 272px;
    border: none;
    overflow: hidden;
    background: url(../images/arrow-down.png) 240px 4px no-repeat #ddd;
    background-size: 22px;
    border: none;
    border-bottom: 1px solid !important;
}*/

#categories_dropdown1 select {
    background: url(../images/arrow-down.png) 267px 13px no-repeat #ddd;
    background-size: 16px 14px, 11px 9px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #002D4F !important;
    width: 100%;
    border-radius: inherit;
    padding: 0 9px;
}

#categories_dropdown1 select:focus {
    box-shadow: none;
    border-color: #002D4F;
}

.filters-select {
    background-color: transparent !important;
    border: 0;
    border-bottom: 1px solid;
    /*-webkit-appearance: none;*/
    width: 300px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    padding: 0 0.5rem;
    margin-bottom: 2.5rem;
    text-transform: capitalize;
    color: #002D4F;
}

.filters-select option {
    color: #002D4F;
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
}

#blogFilter p i {
    position: absolute;
    left: 59.5%;
    right: 0;
    color: #E86360;
}

@media (max-width: 992px) {
    .btn-subsNews {
        padding: 0.75rem 2.5rem;
    }
    #blogFilter p i {
        left: 85%;
    }
    .secRightQuote h4 {
        font-size: 1.125rem !important;
    }
    #sec4SuiCom .mW {
        width: 100% !important;
    }
    .authorPara1 strong {
        font-size: 100px !important;
    }
}

select:focus-visible {
    outline: 0px;
}

.element-item {
    margin-bottom: 2rem;
    width: 100%;
    height: fit-content;
}

#sec4SuiCom .mW {
    overflow: hidden;
    width: 50%;
}


/* pagination */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination li {
    padding: 0 0.5rem;
}

.pagination li a {
    color: #002D4F;
    font-weight: 700;
    font-size: 1rem;
    line-height: 20px;
}

.pagination .fa {
    padding: 0.5rem;
    background-color: #96aab3;
    color: #FFFFFF;
}

.pagination li>.active {
    border-bottom: 1px solid #002D4F;
    padding: 0 2rem 0.25rem;
}

.logo img {
    transition: 0.25s;
}


/* blog detail page */

.blogAuth {
    color: #4DB4BB;
}

.blogAuth a {
    color: #96AAB3;
    font-weight: 700;
    font-size: 1rem;
}

.blogAuth span {
    color: #96AAB3;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1rem;
}

.blogAuth .CenBorders {
    border-left: 2px solid #4DB4BB;
}

.authorPara1 strong {
    font-size: 200px;
    font-weight: 400;
    line-height: 3rem;
    align-items: center;
    display: flex;
}

.authorPara1,
.authorPara2,
.authorPara3,
.blogUpdatedDetails p {
    color: #002D4F;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375rem;
}

.secRightQuote h6 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1rem;
    color: #E86360;
    margin-top: 2rem;
}

.secRightQuote h4 {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.3;
    color: #E86360;
    padding-right: 1.5rem;
}

.btnPost {
    background-color: #002D4F;
    color: #FFFFFF;
    padding: 0.8rem 5rem;
}

.btnPost:hover {
    background-color: #4DB4BB;
    color: #FFFFFF;
}

.secRightQuote h4 span {
    color: #002D4F;
}

.sec4ListHeading h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #002D4F;
}

.sec4ListHeading ul li {
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    color: #002D4F;
}


/* authors profile */

.authorAppreciations {
    color: #4DB4BB;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    text-transform: uppercase;
}

.authorAppreciations .fa {
    color: #E86360;
}

.profileImg {
    border-radius: 50%;
    margin-right: 2rem;
}

.profReview {
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    color: #002D4F;
}


/* .scrollto svg:hover{

  fill: #4db4bb;

}
 */

svg.arrowImg:hover,
svg.blogDownArrow:hover {
    fill: #002D4F;
    cursor: pointer;
}

.profReview strong {
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    color: #002D4F;
    text-transform: uppercase;
}

.commentsProfile {
    color: #96AAB3;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.commentsProfile .fa {
    color: #E86360;
}

.subViaEmail {
    color: #96AAB3;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.postComment textarea:focus-visible {
    outline: none;
}


/* rel post */

.nav-btn.next-slide.rel-post {
    left: -2rem;
    right: 2rem;
}

.nav-btn.prev-slide.rel-post {
    right: 0;
    left: 2rem;
}

.nav-btn.next-slide.rel-post,
.nav-btn.prev-slide.rel-post {
    background-color: #96aab3;
    color: #FFFFFF;
}

.sec4mainImg {
    height: 650px;
    object-fit: cover;
    object-position: top;
}


/* .mainCoverImage{

  height: 80vh !important;

} */

@media (max-width: 992px) {
    .flip-card-back h3 {
        font-size: 1.125rem !important;
        line-height: 1.3 !important;
    }
    .flip-card-back {
        padding: 0.25rem !important;
    }
    .flip-card-back p {
        line-height: 1.3 !important;
    }
    .centered {
        width: 85% !important;
    }
    .profileImg {
        height: 90px;
        margin: auto;
        margin-right: 1rem !important;
    }
    .sec4mainImg {
        height: auto;
        object-fit: fill;
    }
    .commentsProfile {
        color: #96AAB3;
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase;
    }
    .subViaEmail {
        color: #96AAB3;
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase;
    }
    .authorPara1 strong {
        display: unset;
    }
    #owl-three .owl-nav {
        bottom: 70vh !important;
    }
    #contacthero {
        background-size: cover !important;
    }
    .flip-card-back h1 {
        font-size: 1.75rem !important;
    }
    .backSiteLink a,
    .overlayImage h2 {
        font-size: 22px !important;
    }
}

.readRelatedPOst:hover {
    color: #ffffff !important;
}

.dateRelatePost {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
}

.readRelatedPOst {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.divFilter {
    width: 300px;
    margin: auto;
}

.divFilter .fa {
    float: right;
    position: relative;
    right: 0;
    top: 21px;
    color: #E86360;
}

.bgInsider {
    background-color: #D39D42;
}

.bgBook {
    background-color: #6EAC6B;
}

.bgHotList {
    background-color: #E86360;
}

.btnAdds:hover,
.pagination .fa:hover {
    background-color: #002D4F !important;
}

.pagination .fa:hover {
    background-color: #002D4F !important;
}

.btmBg:hover,
.nav-btn.next-slide.rel-post:hover,
.nav-btn.prev-slide.rel-post:hover {
    background-color: #4db4bb !important;
}

.btn-subsNews:hover {
    color: #FFFFFF;
    background-color: #4db4bb;
}

.nav-btn.next-slide.rel-post:hover,
.nav-btn.prev-slide.rel-post:hover {
    color: #FFFFFF;
}

.introServices .text-muted:hover {
    color: #002D4F !important;
}

.nav-btn.prev-slide:hover,
.nav-btn.next-slide:hover {
    color: #FFFFFF;
    background-color: #002D4F;
}


/* Position the front and back side */

.flip-card-front {
    position: relative;
}

.mainCoverImage {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.flip-card-back:hover+.overlayImage,
.flip-card-front:hover>.overlayImage {
    background: #4db4bb !important;
}


/* Style the back side */

.flip-card-back {
    padding: 3rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: rgb(0 45 79 / 75%);
    display: flex;
    align-items: center;
}

.backContent {
    padding: 0 5rem;
}

.flip-card-back h3 {
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.6;
    color: #FFFFFF;
    text-transform: uppercase;
}

.flip-card-back p {
    padding-top: 3rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    color: #FFFFFF;
}

.flip-card-front:hover .mainCoverImage {
    opacity: 0.2;
}

.flip-card-front:hover .flip-card-back {
    opacity: 1;
}

.overlayImage {
    height: auto;
    width: 100%;
    z-index: 3;
    background: #002d4f;
    position: absolute;
    top: 87%;
}

@media screen and (max-width: 576px) {
    .blogAuth {
        color: #4DB4BB;
    }
    .blogAuth .CenBorders {
        margin-right: 0px;
    }
    .overlayImage {
        top: 76%;
    }
    .flip-card-back {
        align-items: baseline;
    }
    .backContent {
        padding: 0.5rem;
    }
    .flip-card-back p {
        padding-top: 0.25rem !important;
    }
}

.overlayContent {
    position: relative;
    top: 85%;
    display: flex;
    justify-content: center;
}

.overlayImage h2 {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    color: #FFFFFF;
    padding: 0.75rem 0;
}


/* .overlayImage .downArrow{

  width: auto;

  height: 50px ;

} */

#contacthero {
    width: 100%;
    height: 100vh;
    background-size: 100% 100%;
    position: relative;
    padding-top: 0px;
}

#contacthero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3rem;
    color: #FFFFFF;
    text-transform: uppercase;
}

#contacthero p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem;
    color: #FFFFFF;
}

.mailInntuity,
.addressInntuity {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #FFFFFF;
}

.glossryAtoZ a {
    color: #96AAB3;
}

.glossryAtoZ a:hover {
    font-weight: 700;
    color: #002D4F;
}

.glossryAtoZ a.selected {
    color: #002D4F;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
}

#glossaries .col-md-4 {
    border-right: 1px solid #96AAB3;
}

#glossaries .col-md-4:nth-child(3) {
    border-right: 0px;
}

#glossaries h1 {
    font-size: 6.25rem;
    font-weight: 400;
    line-height: 3rem;
    color: #002D4F;
    text-transform: uppercase
}


/* collapse */

@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
.collapsible-link {
    color: #002D4F;
    font-weight: bold;
    width: 100%;
    position: relative;
    text-decoration: none;
    padding: 0;
    text-align: left;
}

.collapsible-link::before {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
    display: block;
    font-family: "Font Awesome 5 Free";
    /* This is the correct font-family*/
    font-size: 1.1rem;
    color: #E86360;
    text-decoration: none;
}

.collapsible-link[aria-expanded='false']::before {
    transition: 5s;
    content: '\f107';
    color: #002D4F;
    text-decoration: none;
}

.collapsible-link[aria-expanded='true']::before {
    transition: 5s;
    content: '\f106';
    color: #002D4F;
    text-decoration: none;
}

#glossaries .card-header:focus-visible {
    outline: none !important;
    box-shadow: 0;
}

#glossaries.btn.focus,
.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

#glossaries.card-header button {
    text-decoration: none;
    color: #002D4F;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
}

#glossaries .card-header button span {
    text-decoration: none;
    color: #E86360;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    padding: 0;
}

#glossaries .card-header button:hover {
    text-decoration: none;
    color: #002D4F;
    font-weight: bold;
}

#glossaries .card {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #f2f2f2;
}

.accordion {
    overflow-anchor: none;
    padding-top: 1rem;
    margin: 0;
}

#glossaries .card-header button {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25rem;
    max-width: 95%;
}

#glossaries .card-header p,
#glossaries .card-body p {
    text-decoration: none;
    color: #002D4F;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    padding: 0;
}

.pagination .pageNo {
    color: #96AAB3;
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
}

.socialGlos a {
    padding-right: 1.5rem;
    font-size: 1.125rem;
}

.backSiteLink {
    position: relative;
    top: 0;
    bottom: 10%;
    cursor: pointer;
}

.backSiteLink a {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    color: #FFFFFF;
    margin-bottom: 1.5rem;
}


/* input overlay */

#email-btn {
    top: 1em;
    right: 1em;
    padding: 2px;
    border-radius: 2px;
    color: #FFF;
    cursor: pointer;
}

#email-btn:hover {
    cursor: pointer;
}

#email-overlay {
    display: none;
}

.block {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    border: #a0a0a0 solid 1px;
    margin: 0;
    z-index: 9999;
}

.block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
    /* Adjusts for spacing */
    /* For visualization 

  background: #808080; width: 5px;

  */
}

.centered {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    background: transparent;
}

.email-box {
    position: relative;
    width: 100%;
    margin: 0;
}


/* #search-form {

  height: 4em;

  border: 1px solid #999;

  -webkit-border-radius: 2px;

  -moz-border-radius: 2px;

  border-radius: 2px;

  background-color: #fff;

  overflow: hidden;

}



#search-text {

  font-size: 14px;

  color: #ddd;

  border-width: 0;

  background: transparent;

}



#search-box input[type="text"] {

  width: 90%;

  padding: 20px;

  color: #333;

  outline: none;

  font-size: 1.4em;

}



#search-button {

  position: absolute;

  top: 0;

  right: 0;

  height: 4.7em;

  width: 100px;

  font-size: 14px;

  color: #fff;

  text-align: center;

  line-height: 42px;

  border-width: 0;

  background-color: #4d90fe;

  -webkit-border-radius: 0 2px 2px 0;

  -moz-border-radius: 0 2px 2px 0;

  border-radius: 0 2px 2px 0;

  cursor: pointer;

} */

.close-btn,
.close2-btn,
.close3-btn,
.close4-btn {
    position: fixed;
    top: 1em;
    right: 1em;
    cursor: pointer;
}

.close-btn:hover,
.close2-btn:hover,
.close2-btn:hover {
    color: #777;
    cursor: pointer;
}

.email-text {}

.blogPostImg img {
    height: 14rem !important;
    width: 100% !important;
    object-fit: cover;
}

.blogPostImg {
    max-height: 17rem !important;
    width: 100% !important;
    object-fit: cover;
}

#editorsPick .blogUpdatedList .slideImgDetails .IntuitypostsExcerpt {
    min-height: 95px;
}

.iFilterExcerpt {
    min-height: 80px;
}

#blogFilter .blogUpdatedList img {
    height: 250px;
    object-fit: cover;
}

#latestUpdates .blogUpdatedList .latestImg img {
    height: 600px !important;
    width: 100% !important;
}

@media (max-width: 992px) {
    #latestUpdates .blogUpdatedList .latestImg img {
        height: auto !important;
        width: 100% !important;
    }
    .owl-carousel .owl-item .aboutCarousel img {
        object-fit: cover;
    }
}

.owl-carousel .owl-item .aboutCarousel img {
    height: 100vh;
    filter: brightness(0.65);
}

.blogUpdatedList.blogBgList img {
    width: 100% !important;
    height: 226px !important;
    object-fit: cover;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"],
.wpcf7 textarea {
    width: 100% !important;
}

#contactForm input.btnPost {
    margin-left: 72px !important;
    width: auto !important;
    background-color: #002D4F !important;
    color: #FFFFFF !important;
}

#contactForm input.btnPost:hover {
    background-color: #4db4bb !important;
}


/* .wpcf7 .form-group{

  margin-bottom: 0 !important;

} */

#contactForm p {
    margin-bottom: 1.5rem !important;
}

#blogDetail h1,
#blogDetail h2,
#blogDetail h3,
#blogDetail h4,
#blogDetail h5,
#blogDetail h6 {
    color: #002D4F;
    text-transform: uppercase;
}

#blogDetail h2.newsHeading {
    font-size: 24px;
    font-weight: 600;
    line-height: 2rem;
    color: #002D4F;
    position: relative;
    top: 2.2rem;
    text-transform: capitalize;
}

#blogDetail h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

#blogDetail h2 {
    font-size: 2.125rem;
    font-weight: 700;
    line-height: 2.675rem;
}

#blogDetail h3 {
    font-size: 2rem;
    font-weight: 700;
}

#blogDetail h4 {
    font-size: 1.75rem;
    font-weight: 700;
}

#blogDetail h5 {
    font-size: 18px;
    font-weight: 700;
}

#blogDetail h6 {
    font-size: 16px;
    font-weight: 400;
}

#blogDetail p {
    color: #002D4F;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375rem;
}

#blogDetail ul li {
    font-weight: 400;
    font-size: 1rem;
    line-height: 22px;
    color: #002D4F;
}

.monthly h2 {
    font-size: 1.5rem!important;
    line-height: 1.8rem!important;
    font-weight: 700!important;
    color: #002D4F;
}

.montly-border>.elementor-widget-container {
    border-right: 1px solid #C4C4C4;
}
.monthly-height {
    min-height: 414px;
}

.plus_blockquote .quote-left,
.plus_blockquote.quote-style-2 .quote-left {
    display: none;
}

.plus_blockquote {
    background: transparent !important;
}

.plus_blockquote {
    width: 70% !important;
    margin: auto !important;
    border: none !important;
}

@media (max-width: 992px) {
    .svgArrow {
        top: 0 !important;
    }
    .plus_blockquote {
        width: 100% !important;
    }
    .imageHeightHandler .elementor-widget-container img {
        height: auto !important;
    }
    /*   .aboutCarousel .video-container,
  {
    height: 70vh !important;
  } */
}

.aboutCarousel {
    width: 100%;
    overflow: hidden;
}

.plus_blockquote .quote-text .quote_author {
    text-align: left !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    line-height: 1rem !important;
    color: #E86360 !important;
    margin-top: 2rem !important;
}

.plus_blockquote blockquote.quote-text>span p::before {
    content: "“";
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.3;
    color: #002D4F;
    padding-right: 0.5rem;
}

.plus_blockquote blockquote.quote-text>span p::after {
    content: "”";
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.3;
    color: #002D4F;
    padding-left: 0.5rem;
}

.plus_blockquote blockquote.quote-text>span p {
    font-weight: 600 !important;
    font-size: 1.75rem !important;
    line-height: 1.3 !important;
    color: #E86360 !important;
}

.imageHeightHandler .elementor-widget-container img {
    height: 650px;
    object-fit: cover;
    object-position: top;
    width: 100% !important;
}

.post-categories {
    list-style: none;
}

.post-categories li:first-child {
    display: block;
}


/* .post-categories li{
  display: none;
} */

.post-categories li a {
    text-transform: uppercase;
    text-align: center;
    padding: 0.5rem 4rem;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
}


/* bounce down arrow */

.bounce {
    -moz-animation: bounce 1s infinite;
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite;
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

svg.blogmainarrowRight:hover {
    fill: #002D4F;
    cursor: pointer;
}


/* player  */

.video-player-container {
    width: 100%;
    height: 100vh;
    z-index: 2;
}

.video-container {
    height: auto;
}

.video-container video {
    width: 100% !important;
    cursor: pointer !important;
    object-fit: fill !important;
}

.video-js .vjs-big-play-button {
    height: 2em !important;
    width: 2em !important;
    line-height: 1.9em !important;
    top: 44%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto;
    border-radius: 50% !important;
}

.video-js {
    height: 450px !important;
}

.vjs-poster {
    left: auto !important;
}

.svgArrow {
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    left: 92%;
    -webkit-animation: bounceRight 1s infinite;
    animation: bounceRight 1s infinite;
}

.svgArrow img {
    position: absolute;
    height: 2.75rem !important;
}


/* right bounce */

@-webkit-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

@-moz-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(-30px);
    }
    60% {
        transform: translateX(-15px);
    }
}

@keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}


/* /right bounce */

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #96AAB3;
    padding: 1.5em 10px;
    padding-bottom: 1rem;
    font-family: 'Playfair Display', serif;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
    color: #96AAB3;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}

blockquote:after {
    color: #96AAB3;
    content: close-quote;
    font-size: 4em;
    line-height: 0em;
    margin-left: 0.25em;
    vertical-align: -38px;
}

#tabs-nav {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

#tabs-nav li {
    padding: 1rem 0.25rem !important;
}

.about-left:hover,
.about-right:hover {
    background: transparent !important;
    color: #002D4F !important;
    text-decoration: none;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent !important;
    color: #002D4F !important;
    text-decoration: none;
}

.aboutslider {
    height: 100vh;
}

.socialGlos a:nth-child(n+3) {
    cursor: not-allowed;
}

.socialGlos a:nth-child(n+3) .glosSvg {
    fill: #96AAB3 !important;
}

.main-home {
    text-align: left !important;
}

.introServices p {
    text-align: left !important;
}

#tab_selector {
    visibility: hidden;
}

@media (max-width: 992px) {
    #tab_selector {
        visibility: visible;
    }
    #email-box input.email-text {
        width: 100% !important;
    }
    #tabs-nav {
        display: none;
    }
    .main-home {
        text-align: center !important;
    }
    .introServices p {
        text-align: center !important;
    }
    .video-js .vjs-big-play-button {
        top: 38%;
    }
    /* 	.aboutslider{
	height: 70vh;
} */
    .video-js {
        height: 260px !important;
    }
    #contacthero .dynamicHeroImg img {
        object-position: center;
    }
}

@media (min-width: 1600px) {
    #latestUpdates .blogUpdatedList .latestImg img {
        height: 750px !important;
        width: 100% !important;
    }
    #contactForm textarea {
        width: 53vw !important;
    }
    .insightHome {
        height: 93vh !important;
    }
}

.search-close-glossary {
    cursor: pointer;
}

b,
strong {
    font-weight: 700!important;
}

.second-sec-text {
    text-align: justify;
}

.first-par {
    text-align: justify;
}

@media screen and (max-width: 768px) {
    .main-title {
        font-size: 26px;
    }
    .second-sec-text {
        text-align: left;
    }
}

.after-col-1 {
    position: relative;
}

.after-col-1:after {
    content: "";
    width: 194px;
    height: 56px;
    background: url(/wp-content/uploads/2021/08/Group-12-1.png);
    top: 17px;
    left: -17px;
    position: absolute;
    display: inline-block;
}

.after-col-2 {
    position: relative;
}

.after-col-2:after {
    content: "";
    width: 194px;
    height: 56px;
    background: url(/wp-content/uploads/2021/08/Group-12-3.png);
    top: 16px;
    left: -17px;
    position: absolute;
    display: inline-block;
}

.main-sub {
    font-size: 30px;
}

@media screen and (max-width: 1025px) {
    .after-col-1:after {
        top: 10px;
        left: 35px;
        background-size: contain;
        background-repeat: no-repeat;
        width: 159px;
    }
    .after-col-2:after {
        top: 10px;
        left: 35px;
        background-size: contain;
        background-repeat: no-repeat;
        width: 159px;
    }
}

@media screen and (max-width: 768px) {
    .after-col-1:after {
        top: 5px;
        left: 2px;
        background-size: contain;
        background-repeat: no-repeat;
        width: 134px;
    }
    .after-col-2:after {
        top: 5px;
        left: 2px;
        background-size: contain;
        background-repeat: no-repeat;
        width: 134px;
    }
}

@media screen and (max-width: 450px) {
    .after-col-1:after {
        width: 105px;
    }
    .after-col-2:after {
        width: 105px;
    }
}

@media screen and (max-width: 500px) {
    .main-title {
        font-size: 20px;
    }
    .main-sub {
        font-size: 20px;
    }
}

.elementor-button-text {
    color: #fff;
}

.blogAuth .CenBorders {
    border-left: 2px solid #4DB4BB;
}

.whole-body {
    position: relative;
}

.whole-body:after {
    content: "";
    background: url(http://inntuity.kinsta.cloud/wp-content/uploads/2021/09/Rectangle-6-1.png);
    top: -30px;
    left: 50%;
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 101%;
}

.whole-body::before {
    content: "";
    background: url(http://inntuity.kinsta.cloud/wp-content/uploads/2021/09/Rectangle-7.png);
    top: 24%;
    left: 0%;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 1px;
}

.just-one,
.just-one-2,
.just-one-3 {
    position: relative;
}

.just-one::after {
    content: "";
    background: url(http://inntuity.kinsta.cloud/wp-content/uploads/2021/09/Rectangle-8.png);
    top: 103%;
    left: 0%;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 1px;
}

.just-one-2::after {
    content: "";
    background: url(http://inntuity.kinsta.cloud/wp-content/uploads/2021/09/Rectangle-8.png);
    top: 103%;
    left: 0%;
    position: absolute;
    display: inline-block;
    width: 50%;
    height: 1px;
}

.just-one-3::after {
    content: "";
    background: url(http://inntuity.kinsta.cloud/wp-content/uploads/2021/09/Rectangle-8.png);
    top: 102%;
    left: 0%;
    position: absolute;
    display: inline-block;
    width: 50%;
    height: 1px;
}



.bordered {
    border-bottom: 1px solid #C4C4C4!important;
}

#exampleModalCenter h5, p, ul, li{
    color: black;
}
#exampleModalCenter h5, h4 , h3
{
    cursor: inherit;
    font-weight: 700 !important;
}

#exampleModalCenter .modal-body{
    overflow-x: hidden;
    height: 650px;
    overflow-y: auto;
}
@media screen and (min-width: 1068px) and (max-height: 885px){
#exampleModalCenter .modal-body{
    overflow-x: hidden;
    height: 370px;
    overflow-y: auto;
}
}