body
{
    font-family: 'Open Sans',sans-serif;
    color: #333;
    font-size: 16px;
}
nav.navbar.navbar-expand-md.fixed-top.bg-white
{
    box-shadow: 0 0 17px -8px #000;
}
#main_menu a.nav-link
{
    color: #333;
    font-weight: 600;
    transition: all .5s;
}
#main_menu li.current_page_item:after
{
    border-bottom: 3px solid #d8292f;
    content: "";
    position: relative;
    top: -10px;
    display: block;
}
#main_menu.navbar.shrink li.current-menu-item:after
{
    display: none;
}
#main_menu a.nav-link:hover
{
    color: #d8292f;
    transition: all .5s;
}
#slide-controls .carousel-caption
{
    font-weight: 800;
}
#slide-controls .carousel-caption h1
{
    font-weight: 700;
    text-shadow: 0 5px 10px #000;
}
.carousel-control-next-icon
{
    background-image: url("/wp-content/themes/hello-elementor-child/images/right-arrow.png");
    width: 24px;
    height: 54px;
}
.carousel-control-prev-icon
{
    background-image: url("/wp-content/themes/hello-elementor-child/images/left-arrow.png");
    width: 24px;
    height: 54px;
}
div#carouselExampleControls
{
    margin-top: 65px;
}
.small-border
{
    background-color: #d8292f;
    width: 100px;
    display: inline-block;
    height: 5px;
}
#menu-main-navigation ul.sub-menu
{
    background-color: #fff;
    list-style: none;
    box-shadow: 2px 3px 10px #000;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    display: none;
}
#menu-main-navigation .menu-item-has-children:hover>ul.sub-menu
{
    display: block!important;
}
#menu-main-navigation ul.sub-menu
{
    display: none;
}
#services i
{
    font-size: 36px;
    color: #d8292f;
}
#services hr
{
    margin-top: 0;
}
ul.homeservices-list
{
    list-style: none;
    margin: 50px 0 0;
    padding: 0;
}
ul.homeservices-list li
{
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #362f2d;
    padding-bottom: 15px;
    width: calc(23% - 0px);
    margin-right: 20px;
    vertical-align: top;
    margin-top: 30px;
}
ul.homeservices-list li h5
{
    margin-bottom: 0;
    font-weight: 300;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 180px;
    font-weight: 600;
}
ul.homeservices-list li span.icon
{
    width: 60px;
    height: 40px;
    display: inline-block;
    float: left;
    margin: 5px 1px 0 0;
    text-align: center;
}
.homeservices-list .right-box
{
    float: right;
}
ul.homeservices-list li span.icon i
{
    color: #d8292f;
    font-size: 2em;
}
ul.homeservices-list li span.sub-heading
{
    color: #6c6c6c;
}
.btn
{
    border-radius: 0;
    border-width: 3px;
    padding: .55rem 1rem;
}
.btn-primary
{
    background-color: #d8292f;
    border-color: #d8292f;
}
.btn-primary:hover, .btn-primary:focus
{
    background-color: #d8292f!important;
    border-color: #d8292f!important;
    box-shadow: none;
}
.btn-outline-primary
{
    border-color: #d8292f;
    color: #d8292f;
}
.btn-outline-primary:hover, .btn-outline-primary:focus
{
    background-color: #d8292f;
    border-color: #d8292f;
}
.btn-outline-secondary
{
    border-color: #000;
    color: #000;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus
{
    background-color: #000;
    border: 3px solid #000;
    color: #fff;
    box-shadow: none;
}
.btn-secondary
{
    background-color: #000;
    border-color: #000;
}
.scrollwrap
{
    text-align: center;
    position: relative;
    left: 0;
    color: #fff;
    bottom: 85px;
    height: 66px;
    background: #0000007a;
    width: 66px;
    margin: 0 auto;
    border-radius: 50%;
}
.scrollwrap a
{
    color: #fff;
    width: 60px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    font-family: arial;
    font-weight: 400;
    font-size: .7em;
    letter-spacing: .5px;
}
.scrollwrap span
{
    margin-bottom: 1px;
    position: relative;
    width: 20px;
    height: 34px;
    border-radius: 10px;
    display: inline-block;
    border: 2px solid #fff;
    top: 15px;
}
.scrollwrap i
{
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -2px;
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-name: scrolldown;
    animation-iteration-count: infinite;
}
.scrollwrap i:last-child
{
    animation-delay: .75s;
}
@keyframes scrolldown
{
    0%
    {
        opacity: 0;
        transform: translate(0,-6px);
    }
    50%
    {
        opacity: 1;
        transform: translate(0,0);
    }
    100%
    {
        opacity: 0;
        transform: translate(0,6px);
    }
}
ol
{
    padding-left: 33px;
}
.change .bar1
{
    -webkit-transform: rotate(-45deg) translate(-18px,2px);
    transform: rotate(-45deg) translate(-18px,2px);
}
.change .bar2
{
    opacity: 0;
}
.change .humbergerMenuText
{
    opacity: 0;
    transition: .2s;
}
.change .bar3
{
    -webkit-transform: rotate(45deg) translate(-8px,6px);
    transform: rotate(45deg) translate(-8px,6px);
}
#main_menu.navbar
{
    padding: 1rem 1rem;
    transition: all .5s;
}
#main_menu.navbar.shrink
{
    padding: .5rem 1rem;
    transition: all .5s;
}
.media-body h5
{
    font-weight: 400;
}
.media-body p
{
    font-weight: 300;
}
.heading h1
{
    font-weight: 700;
}
#wellness .container
{
    background-image: url("/wp-content/themes/hello-elementor-child/images/wellness-bg.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.description-box
{
    color: #fff;
}
.no-gutters
{
    padding-top: 45px;
    padding-bottom: 20px;
}
.description-box h3
{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
}
.description-box h4
{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 42px;
}
.description-box p
{
    font-size: 22px;
}
.description-box span a
{
    font-size: 26px;
    color: #d8292f;
    font-weight: bold;
    text-decoration: none;
    transition: all .5s;
}
.description-box span a:hover
{
    color: #fff;
    transition: all .5s;
}
#wellness-carousel button.owl-next
{
    background-image: url("/wp-content/themes/hello-elementor-child/images/right-arrow.png")!important;
    width: 34px;
    height: 54px;
    background-repeat: no-repeat!important;
}
#wellness-carousel button.owl-prev
{
    background-image: url("/wp-content/themes/hello-elementor-child/images/left-arrow.png")!important;
    width: 34px;
    height: 54px;
    background-repeat: no-repeat!important;
}
#wellness .owl-nav span
{
    display: none;
}
#wellness-carousel .owl-nav
{
    position: absolute;
    top: 50%;
    right: 38%;
}
#wellness .owl-theme .owl-nav [class*=owl-]:hover
{
    background: #86979100;
    color: #fff;
    text-decoration: none;
}
#wellness .owl-theme .owl-nav [class*=owl-]
{
    outline: none;
}
#tools_type img
{
    filter: grayscale(90%);
    transition: all .5s;
}
#tools_type img:hover
{
    filter: grayscale(0%);
    transition: all .5s;
}
.box-inner
{
    position: relative;
    overflow: hidden;
}
.box-inner .iner-txt h4 a
{
    text-decoration: none!important;
}
.iner-txt h4
{
    color: #fff;
    font-weight: bold;
}
.iner-txt
{
    position: absolute;
    bottom: 0;
    padding: 10px;
    z-index: 1;
    padding-bottom: 0;
    padding-right: 0;
    width: 100%;
}
span.overlay
{
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    opacity: .6;
    transition: all .5s;
    left: 0;
    right: 0;
}
.box-inner:hover .overlay
{
    opacity: .8;
    transition: all .5s;
}
span.date
{
    float: right;
    background: #d9232e;
    color: #fff;
    padding: 5px 5px 5px 10px;
}
.hyp_link
{
    color: #fff;
    text-decoration: underline;
    font-size: 22px;
}
.hyp_link:hover
{
    color: #d8292f!important;
}
#post_bg .wpb_column.vc_column_container.vc_col-sm-12
{
    background: #fff;
}
#post_bg .heading h1
{
    color: #fff;
}
#post_bg .heading p
{
    color: #fff;
}
#post_bg .box-inner img
{
    height: 233px;
    max-height: 233px;
}
@media screen and (max-width: 767px)
{
    #post_bg .box
    {
        margin-bottom: 30px;
    }
    .owl-carousel.owl-theme.owl-loaded.owl-drag .item
    {
        width: auto!important;
    }
    div#our-services-section h1
    {
        font-size: 1.5em;
    }
    .flip_img:hover .back_img
    {
        animation: none;
    }
}
#contact_bg ::-webkit-input-placeholder
{
    font-style: italic;
}
#contact_bg :-moz-placeholder
{
    font-style: italic;
}
#contact_bg ::-moz-placeholder
{
    font-style: italic;
}
#contact_bg :-ms-input-placeholder
{
    font-style: italic;
}
#contact_bg input.form-control
{
    border-radius: 0!important;
    border: 2px solid #a1a1a1;
    height: 38px;
}
#contact_bg input.form-control:focus
{
    box-shadow: none;
}
#contact_bg textarea
{
    border-radius: 0!important;
    border: 2px solid #a1a1a1!important;
}
#contact_bg textarea:focus
{
    box-shadow: none;
}
#contact_bg input.btn.btn-primary
{
    background: #d8292f;
    border: none;
    border-radius: 0;
    padding: 10px 45px 10px 45px;
    font-weight: bold;
}
body.home #contact_bg .inner_contact .container
{
    border-top: 0;
}
.inner_contact
{
    background: url(/wp-content/themes/hello-elementor-child/images/contactus_image.png) #fff;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: contain;
    height: 520px;
}
#wpcf7-f124-o3 .g-recaptcha
{
    margin-bottom: 20px;
}
#wpcf7-f124-o1 .wpcf7-response-output
{
    margin: 1em 0 1em!important;
}
#wpcf7-f231-p230-o1 .g-recaptcha
{
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: 15px;
}
span.contact-info ul
{
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
span.contact-info ul li
{
    display: inline-block;
    margin-right: 30px;
    padding: 10px 20px;
}
span.contact-info ul li i
{
    color: #d8292f;
}
span.contact-info ul li a
{
    color: #000;
}
.footer
{
    background: #181f27;
}
.footer a:hover
{
    color: #d8292f!important;
}
.footer ul
{
    margin: 0;
    padding: 0;
}
.footer_menu li
{
    display: inline-block;
    padding: 5px 0 5px 0;
}
.footer_menu li a
{
    color: #fff;
    text-decoration: none;
    padding: .5rem .5rem;
}
.footer_menu li a:hover
{
    color: #d8292f;
}
.footer_menu
{
    text-align: right;
}
.social
{
    text-align: right;
}
.social ul
{
    display: inline-block;
    padding: 0;
}
.mr-auto.float-left a
{
    color: #fff;
    text-decoration: none;
}
.social li
{
    display: inline-block;
    width: 33px;
    margin-right: 5px;
}
.social li i
{
    color: #fff;
    padding: 8px;
    width: 33px;
    height: 33px;
}
.social li .fa-facebook-f
{
    padding-right: 12px;
    display: inline-block;
    background: #374f87;
    border-radius: 50%;
}
.social li .fa-twitter
{
    display: inline-block;
    background: #55acee;
    border-radius: 50%;
}
.social li .fa-linkedin-in
{
    display: inline-block;
    background: #006599;
    border-radius: 50%;
}
.social li .fa-google-plus-g
{
    display: inline-block;
    background: #dd4b39;
    border-radius: 50%;
}
#menu-copyright-menus
{
    display: inline-block;
}
#menu-copyright-menus ul
{
    margin: 0;
    padding: 0;
}
#menu-copyright-menus li
{
    display: inline-block;
}
#menu-copyright-menus li a
{
    padding-right: 0;
    padding-left: 0;
}
#menu-copyright-menus li a:after
{
    content: "|";
    padding: 0 10px 0 10px;
}
#ta_copy_right_p:after
{
    content: "|";
    padding: 0 10px 0 10px;
}
#menu-copyright-menus li:last-child a:after
{
    content: "";
}
span.navbar-toggler-icon
{
    background-image: url(/wp-content/themes/hello-elementor-child/images/tog-open.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: all .5s;
}
span.navbar-toggler-icon.tog
{
    background-image: url(/wp-content/themes/hello-elementor-child/images/tog-close.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: all .5s;
}
button:focus
{
    outline: 0!important;
}
a:focus
{
    outline: 0!important;
}
#inner-header
{
    height: 615px;
    color: #fff;
    vertical-align: middle;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#inner-header .overlay
{
    position: absolute;
    background-color: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
}
#inner-header .header-caption
{
    position: absolute;
    right: 15%;
    bottom: 200px;
    left: 13%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
#inner-header h1
{
    font-size: 40px;
    font-weight: 700;
}
#inner-header .header-caption p
{
    font-size: 30px;
}
#inner-header.technologies
{
    background-image: url(/wp-content/themes/hello-elementor-child/images/banner_technologies.jpg);
}
#inner-header.careers
{
    background-image: url(/wp-content/themes/hello-elementor-child/images/banner_careers.jpg);
}
#inner-header.lifestyle
{
    background-image: url(/wp-content/themes/hello-elementor-child/images/banner_lifestyle.jpg);
}
#inner-header.blog
{
    background-image: url(/wp-content/themes/hello-elementor-child/images/banner_blog.jpg);
}
#inner-header .scrollwrap
{
    bottom: -510px;
}
@media screen and (max-width: 767px)
{
    .d-block
    {
        display: block!important;
        height: 280px;
        background-size: cover;
        width: inherit!important;
    }
}
.footer
{
    padding-bottom: 50px;
}
body.single nav[aria-label="breadcrumb"]
{
    margin-top: 90px;
}
.breadcrumb
{
    background-color: transparent;
    border-bottom: 1px solid #d2d2d2;
    padding: 1.5rem 0;
    display: inherit;
}
.breadcrumb li.breadcrumb-item
{
    display: inline-block;
}
.breadcrumb a
{
    color: #000;
}
.breadcrumb-item.active
{
    font-weight: bold;
    color: #000;
}
#aboutus1 h2::first-letter 
{
    font-size: 200%;
    color: 0;
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
}
#services-we-offer
{
    background-color: #3c454c;
    border-top: 10px solid #e8e8e4;
    border-bottom: 10px solid #e8e8e4;
    color: #fff;
    padding: 2em 0 0;
}
#services-we-offer h2
{
    font-size: 34px;
    font-weight: bold;
}
#services-we-offer h3
{
    font-weight: 700;
    margin-top: 20px;
    font-size: 20px;
}
#services-we-offer .circle
{
    background-color: #fff;
    width: 108px;
    height: 108px;
    display: inline-block;
    color: #d8292f;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    line-height: 7em;
}
#services-we-offer .row
{
    margin-top: 40px;
}
#services-we-offer-carousel .owl-prev, #services-we-offer-carousel .owl-next
{
    background-color: #181c1e;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
#services-we-offer-carousel .owl-prev
{
    position: absolute;
    left: 0;
    top: 40%;
    margin-left: -80px;
    display: block!important;
    border: 0 solid #000;
}
#services-we-offer-carousel .owl-next
{
    position: absolute;
    top: 40%;
    right: -80px;
    display: block!important;
    border: 0 solid #000;
}
#services-we-offer p
{
    margin-left: 20px;
    margin-right: 20px;
    line-height: 20px;
}
#our-work-carousel h2
{
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}
#our-work-carousel h3
{
    font-weight: 700;
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
}
#our-work-carousel .row
{
    margin-top: 40px;
}
#our-work-carousel .owl-prev, #our-work-carousel .owl-next
{
    background-color: #181c1e;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
#our-work-carousel .owl-prev
{
    position: absolute;
    left: 0;
    top: 40%;
    margin-left: -80px;
    display: block!important;
    border: 0 solid #000;
}
#our-work-carousel .owl-next
{
    position: absolute;
    top: 40%;
    right: -80px;
    display: block!important;
    border: 0 solid #000;
}
#our-work-carousel .fa-angle-left:before
{
    color: #fff;
}
#our-work-carousel .fa-angle-right:before
{
    color: #fff;
}
#ourwork-portfolio h4
{
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 10px;
}
#ourwork-portfolio a
{
    color: #000;
    text-decoration: none;
}
#ourwork-portfolio .col-md-3 a img
{
    border: 2px solid #e8e8e4;
}
#our-team-section
{
    background-color: #fff;
    color: #000;
}
#our-team-section h2
{
    font-size: 34px;
    font-weight: bold;
}
#our-team-section h3
{
    font-weight: 700;
    margin-top: 20px;
    font-size: 24px;
}
#our-team-section .row
{
    margin-top: 40px;
}
#our-team-section-carousel .owl-prev, #our-team-section-carousel .owl-next
{
    background-color: #181c1e;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #fff;
}
#our-team-section-carousel .owl-prev
{
    position: absolute;
    left: 0;
    top: 40%;
    margin-left: -80px;
    display: block!important;
    border: 0 solid #000;
}
#our-team-section-carousel .owl-next
{
    position: absolute;
    top: 40%;
    right: -80px;
    display: block!important;
    border: 0 solid #000;
}
.scroll_top, .scroll_top:focus
{
    width: 40px;
    height: 40px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background-color: #d8292f;
    display: none;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 999;
    opacity: .8;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 2px rgba(0,0,0,.3);
    outline: 0;
}
.scroll_top i
{
    line-height: 40px;
    font-size: 30px;
}
.scroll_top:hover
{
    opacity: 1;
    color: #545454;
    background-color: #41030e;
}
#v-pills-tab .nav-link
{
    border-radius: 0;
    color: #000;
    padding: 1rem 2rem;
}
#v-pills-tab .nav-link h4
{
    font-weight: bold;
    margin-bottom: 0;
}
#v-pills-tab .nav-link p
{
    margin-bottom: 0;
}
#v-pills-tab .nav-link.active
{
    background-color: #fff;
    border: 3px solid #181f27;
    color: #000;
    position: relative;
    border-right: 0;
    position: relative;
    right: -3px;
    z-index: 9;
}
#v-pills-tabContent
{
    border: 3px solid #181f27;
    padding: 30px 30px;
}
#v-pills-tabContent h3
{
    font-weight: bold;
    margin-bottom: .3em;
    margin-top: .3em;
}
#v-pills-tabContent ul
{
    list-style: none;
    padding: 0 0 0 15px;
}
#v-pills-tabContent ul li:before
{
    content: "";
    color: #d8292f;
    font-family: "Font Awesome 5 Free";
    padding: 0 10px 0 0;
    font-weight: 900;
}
#accordionCareers .card
{
    border-radius: 0;
}
#accordionCareers button.btn
{
    font-size: 1.5rem;
    font-weight: bold;
    color: #212529;
    padding: 0;
}
#accordionCareers h3
{
    font-weight: bold;
    margin-bottom: 1em;
}
#accordionCareers ul
{
    list-style: none;
    padding: 0 0 0 15px;
}
#accordionCareers ul li:before
{
    content: "";
    color: #d8292f;
    font-family: "Font Awesome 5 Free";
    padding: 0 10px 0 0;
    font-weight: 900;
}
#accordionCareers button.applynow-btn
{
    padding: 5px 15px;
    margin-top: 15px;
    color: #000;
    background-color: #fff;
}
button.btn.btn-lg.btn-outline-secondary.applynow-btn.model-target:hover
{
    color: #000;
    background-color: #fff;
}
#accordionCareers+#mymodall
{
    background-color: #181f27;
    padding: 50px 20px;
    color: #fff;
    position: relative;
    display: none;
}
#accordionCareers+#mymodall span.closes
{
    font-size: 2rem;
    position: relative;
    float: right;
}
.upload-your-resume
{
    background-color: #181f27;
    padding: 50px 100px;
    color: #fff;
    position: relative;
    display: none;
}
.upload-your-resume i.fa-times
{
    font-size: 30px;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 999;
}
.upload-your-resume i.fa-times:hover
{
    cursor: pointer;
}
.upload-your-resume .resume_name
{
    padding: .375rem 15px;
}
.upload-your-resume .resume_file
{
    position: absolute;
    top: 0;
    opacity: 0;
    max-width: 500px;
}
.upload-your-resume .file_field_wrap
{
    width: 100%;
    position: relative;
}
.upload-your-resume .resume_file
{
    position: absolute;
    top: 0;
    opacity: 0;
    max-width: 100%;
    width: 100%;
}
.upload-your-resume input
{
    border-radius: 0;
    border: 0;
    margin-bottom: 15px;
    line-height: 2;
    font-style: italic;
    height: 50px;
}
.upload-your-resume h4
{
    font-weight: bold;
}
.upload-your-resume button.apply-now:focus
{
    box-shadow: none;
}
input[type=text]::-ms-clear
{
    color: #f00;
}
select#position
{
    padding: .375rem .75rem;
    border-radius: 0;
    height: 44px;
    font-style: italic;
    margin-bottom: 15px;
}
.owl-theme .owl-nav.disabled+.owl-dots
{
    margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
    background: #d8292f;
}
article.blog
{
    position: relative;
    margin-bottom: 50px;
}
article.blog span.author-name a
{
    color: #000;
}
article.blog span.author-name img
{
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
article.blog span.category
{
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
}
article.blog span.category .small-border
{
    width: 50px;
    display: block;
    height: 2px;
    margin-top: 5px;
}
article.blog span.category ul.post-categories
{
    list-style: none;
    padding: 0;
    margin: 0;
}
article.blog span.category a
{
    font-weight: bold;
    color: #000;
}
article.blog h1
{
    font-size: 30px;
    font-weight: bold;
}
article.blog h2
{
    font-size: 28px;
    font-weight: bold;
}
article.blog ol li::marker
{
    font-size: 32px;
    font-weight: bold;
}
body.post-template-default article.blog ol li::marker
{
    font-size: 28px;
}
table.aligncenter.table-for-it td
{
    padding: 5px;
}
article.blog h2 a
{
    color: #000;
}
article.blog h2 a:hover
{
    color: #d8292f;
}
article.blog span.author-name
{
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
}
article.blog span.blog-date
{
    width: 80px;
    height: 80px;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    background-color: #d8292f;
    color: #fff;
    text-align: center;
    font-size: 24px;
    display: block;
    position: absolute;
    top: -12px;
    left: -9px;
    padding: 25px;
    line-height: 30px;
    display: flex;
    align-items: center;
}
article.blog span.category .small-border
{
    background: none;
}
.blog-sidebar
{
    background-color: #181f27;
    padding: 30px 0;
}
.blog-sidebar .widget h3
{
    background-color: #d8292f;
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    padding: 8px 15px;
    margin: 0 0;
}
.blog-sidebar .widget ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 15px 20px;
}
.blog-sidebar .widget ul li
{
    margin-bottom: 10px;
    list-style-type: disclosure-closed;
    color: #fff;
    margin-left: -1px;
}
.blog-sidebar .widget ul li a
{
    color: #fff;
}
#recent-posts-3 ul li a[aria-current="page"]
{
    color: #d8292f!important;
}
#categories-3 li.current-cat a
{
    color: #d8292f!important;
}
.pagination
{
    display: inline-block;
}
.pagination a
{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    color: #a6a6a6;
    display: inline-block;
    float: left;
    font-size: 15px;
    height: 41px;
    line-height: 41px;
    margin-left: 1px;
    text-align: center;
    width: 45px;
}
.pagination a:hover, .pagination .pagActive a
{
    background: #ff315d none repeat scroll 0 0;
    border-color: #ff315d;
    color: #fff;
}
.pagination .prevPage a, .pagination .nextPage a
{
    background: #546672 none repeat scroll 0 0;
    border-color: #fff;
    color: #fff;
    font-size: 25px;
}
.pagination
{
    display: inline-block;
}
.pagination li
{
    display: inline-block;
    vertical-align: middle;
    padding: 0;
}
.pagination li span, .pagination a, .pagination li a
{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 0!important;
    color: #000;
    display: inline-block;
    float: left;
    font-size: 15px;
    height: 41px;
    line-height: 41px;
    margin-left: 1px;
    padding: 0;
    text-align: center;
    width: 45px;
}
.pagination li a.prev, .pagination li a.next, .pagination li.prevPage a, .pagination li.nextPage a
{
    background: #000 none repeat scroll 0 0;
    border-color: #000;
    color: #fff;
    font-size: 15px;
}
.pagination li.prevPage a
{
    margin-right: 0;
}
.pagination li.nextPage a
{
    margin-left: 0;
}
.pagination li:hover a, .pagination li.active a, .pagination li.active a:hover, .pagination li a.prev:hover, .pagination li a.next:hover, .pagination li.prevPage:hover a, .pagination li.nextPage:hover a, .pagination a:hover, .pagination li span.current, .pagination a.pagActive
{
    background: #d8292f none repeat scroll 0 0;
    border-color: #d8292f;
    color: #fff;
    text-decoration: none;
}
.pagination h2.screen-reader-text
{
    display: none;
}
.pagination span.page-numbers.current
{
    display: none;
}
body.single-ta_portfolio h1 a
{
    color: #000;
    font-size: 48px;
}
body.single-ta_portfolio .portfolio-link a
{
    border: 3px solid #000;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    padding: 10px 25px;
}
body.single-ta_portfolio .portfolio-link a:hover, body.single-ta_portfolio .portfolio-link a:focus
{
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
body.single-ta_portfolio .vc_slide .vc_carousel-inner
{
    border: 1px solid #e8e8e4;
}
.vc_images_carousel .vc_carousel-indicators .vc_active
{
    border: 1px solid #ee2d24!important;
    background-color: #ee2d24!important;
}
body .vc_images_carousel ol.vc_carousel-indicators
{
    bottom: -30px;
}
.html-sitemap ul
{
    padding-left: 0;
    list-style: none;
}
.html-sitemap
{
    text-align: left;
    margin-bottom: 60px;
    padding-left: 8px;
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active)
{
    .upload-your-resume .resume_name
    {
        padding: 0;
        margin-bottom: 15px!important;
    }
}
@supports(
-ms-accelerator: true)
{
.upload-your-resume .resume_name
{
    padding: 0;
}
}
.page-id-466 div#contact_bg
{
    display: none;
}
.page-id-466 h3.thank-u
{
    margin: 50px 0 50px 0;
}
div#v-pills-230 ul
{
    margin-bottom: 24px;
}
.reward-slider .owl-carousel.owl-theme.owl-loaded.owl-drag .item
{
    width: 600px;
    height: auto;
    margin: 0 auto;
}
.reward-slider .owl-carousel.owl-theme.owl-loaded.owl-drag .owl-item
{
    border: 1px solid #000;
    padding: 50px 0 0 0;
    text-align: center;
}
.reward-slider .owl-carousel.owl-theme.owl-loaded.owl-drag .owl-item img
{
    display: block;
    width: 100%;
    border: 2px solid #ee2d24;
}
.reward-slider .owl-carousel.owl-theme.owl-loaded.owl-drag .owl-item .item h4
{
    margin-top: 15px;
    color: #000;
    text-transform: uppercase;
}
.reward-slider .month:after
{
    content: '';
    border-right: 10px solid transparent;
    border-left: 20px solid #f15850;
    border-bottom: 22px solid transparent;
    border-top: 22px solid transparent;
    position: absolute;
    top: 0;
    right: -30px;
}
.reward-slider .month
{
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 5px 10px 10px;
    background: #f15850;
    color: #fff;
}
.reward-slider .month
{
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 5px 10px 10px;
    background: #f15850;
    color: #fff;
    min-width: 70px;
    text-transform: uppercase;
}
.reward-slider .year:after
{
    content: '';
    border-right: 20px solid #f15850;
    border-left: 10px solid transparent;
    border-bottom: 22px solid transparent;
    border-top: 22px solid transparent;
    position: absolute;
    top: 0;
    left: -30px;
}
.reward-slider .year
{
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 5px 10px 10px;
    background: #f15850;
    color: #fff;
    min-width: 70px;
}
#main_menu a.nav-link
{
    margin: 5px 0;
}
.flote-lft
{
    float: left;
    border: solid 1px #ccc;
    height: 140px;
    padding: 0 0;
    width: 23%;
    margin: 10px 10px;
}
.flote-lft h3
{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}
.flote-lft a
{
    color: #000;
    text-decoration: none;
    width: 100%;
    text-align: center;
    height: 100px;
    float: left;
}
.flote-lft a img
{
    border: none;
}
#ourwork-portfolio .col-md-3 a img
{
    border: none!important;
}
#contact_bg .inner_contact .col-lg-6.col-sm-12.pt-lg-4
{
    padding: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px)
{
    .inner_contact
    {
        padding-top: 0!important;
    }
    div.wpcf7-response-output.wpcf7-validation-errors
    {
        font-size: 14px!important;
    }
    #contact_bg input.form-control
    {
        border: 1px solid #a1a1a1;
        height: 34px;
    }
    .back_img
    {
        position: inherit;
    }
}
@media only screen and (max-width: 823px) and (orientation: landscape)
{
    .footer .col-lg-6.col-sm-12.mr-auto.float-left
    {
        text-align: center;
    }
}
@media only screen and (max-width: 768px) and (orientation: portrait)
{
    .inner_contact
    {
        height: auto;
    }
    .footer .col-lg-6.col-sm-12.mr-auto.float-left
    {
        text-align: center;
    }
}
@media screen and (min-width: 768px) and (max-width: 823px)
{
    .vc_column-inner.vc_custom_1617203998514
    {
        margin-top: 0!important;
    }
    .vc_column-inner.vc_custom_1617277313834
    {
        margin-top: 0!important;
        padding-right: 30px!important;
    }
    .vc_column-inner.vc_custom_1617203990691
    {
        margin-top: 0!important;
    }
}
@media screen and (min-width: 568px) and (max-width: 767px)
{
    #wellness .item .row.no-gutters .col-md-6.col-sm-12.mr-5.ml-5
    {
        margin-right: 0!important;
        margin-left: 0!important;
    }
}
@media screen and (max-width: 767px)
{
    #accordionCareers button.applynow-btn:hover
    {
        background: #000;
        color: #fff;
    }
    article.blog h2, article.blog ol li::marker
    {
        font-size: 24px;
        font-weight: bold;
    }
    .blog-listing ol
    {
        padding-left: 32px;
    }
    div#our-services-section h2
    {
        font-size: 1.5rem!important;
    }
    .description-box h3
    {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 26px!important;
    }
    .description-box h4
    {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 20px!important;
    }
}
@media screen and (max-width: 568px)
{
    .d-block
    {
        display: block!important;
        height: 210px;
        background-size: contain;
    }
    .heading.pb-3.text-center h2
    {
        font-size: 1.3rem!important;
    }
    #accordionCareers button.btn
    {
        font-size: 1rem;
    }
    article.blog h1
    {
        font-size: 20px;
    }
}
@media screen and (max-width: 400px)
{
    body.home div.carousel
    {
        padding-top: 70px!important;
    }
    .breadcrumb
    {
        padding: 1.5rem .5rem;
    }
}
@media screen and (max-width: 360px)
{
    article.blog h2, article.blog ol li::marker
    {
        font-size: 20px;
        font-weight: bold;
    }
}
@media screen and (max-width: 320px)
{
    form.wpcf7-form div.wpcf7-form-control-wrap
    {
        width: 100%!important;
    }
}
body.home #our-services-section
{
    position: relative;
    top: -10px;
}
.homepage-main-text h1
{
    font-size: 32px;
}
.sitemap-pages .sub-menu
{
    margin-left: 20px;
    float: left;
    width: 100%;
}
.sitemap-pages .sub-menu li
{
    list-style: disc;
    margin-left: 40px;
}
.sitemap-pages .sub-menu li .nav-link
{
    display: block;
    padding: .2rem 1rem!important;
}
body #menu-copyright-menus li a:after
{
    color: #fff!important;
}
.home #contact_bg .wpcf7-response-output
{
    margin-bottom: 0!important;
}
form.wpcf7-form.invalid
{
    padding-bottom: 10px;
}
@media(max-width: 376px)
{
    .custom-logo-link img
    {
        max-width: 232px;
        height: auto;
    }
    body #inner-header
    {
        top: 40px;
    }
}
@media screen and (min-width: 1200px)
{
    body.page-id-234 #inner-header
    {
        background-position: center top!important;
    }
}
@media screen and (min-width: 768px)
{
    .only_mobile
    {
        display: none;
    }
    .only_desktop
    {
        display: block;
    }
    #wellness-carousel .col-md-6.col-sm-12.mr-5.ml-5
    {
        margin-right: 0!important;
    }
}