
body {
    line-height: 1.95;
    font-size: 16px;
    font-weight: 400;
    color: #231f20;
}


.header_outer {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #b4b1b3;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
}

.header_info {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}
 
.logo {
    width: 200px;
}

button.navbar-toggler {
    position: absolute;
    right: 0px;
    top: 10px;
}

ul.navbar-nav.mr-auto .nav-item a {
    color: #18596d;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

ul.navbar-nav.mr-auto .nav-item a:hover  {
    color: #2097d4;
    padding-bottom: 14px;
    border-bottom: 4px solid #18596d;
    background-color: #f3edeb;
}
ul.navbar-nav.mr-auto .nav-item:last-child {
    font-family: DM Sans;
    color: #2097d4;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-left: 33px;
    padding-right: 33px;
    padding-top: 9px;
    padding-bottom: 9px;
    transition-duration: 0.6s;
    background-color: #18596d;
    border: 1px solid #18596d;
    color: #ffffff;
    border-radius: 50px;
}
ul.navbar-nav.mr-auto .nav-item:last-child a {
    color: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 38px;
    border-bottom: 0px !important;
    padding: 0px;
}
ul.navbar-nav.mr-auto .nav-item:last-child a:hover {
    background-color: transparent !important;
}
ul.navbar-nav.mr-auto .nav-item {
    margin-left: 10px;
}
.banner_outer{
    position: relative;
    background-size: cover;
}
.banner_info {
    max-width: 51%;
}
.banner_outer:after {
    position:absolute;
    left: 0px;
    top: 0px;
    content: "";
    background-image: linear-gradient(rgba(0, 0, 0, 0) 48%, rgba(0, 0, 0, 0.64));
    background-size: auto, cover;
    background-repeat: no-repeat;
    min-height: 100%;
    max-height: 100%;
    background-blend-mode: multiply;
    background-position: center;
    z-index: 10;
    width: 100%;
}

.banner_outer .container{
position: relative;
z-index: 20;
}
.content_add_pic {
    background-size: cover;
    width: 50%;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-position: center;

}

.content_add_pic img{
    width: 100%;
}

.content_add_info {
    width: 50%;
    padding-top: 105px;
    padding-bottom: 105px;
    padding-left: 50px;
    padding-right: 100px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Taviraj';
    font-weight: 500;
    line-height: 1.5;
    color: #18596d;
}

.banner_info h1 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #18596d;
    font-size: 53px;
}
.banner_info h2 {
    font-size: 20px;
    font-family: DM Sans;
    color: #ffffff;
    font-size: 23px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 26px;
}

.def_btn {
    font-family: DM Sans;
    color: #2097d4;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-left: 33px;
    padding-right: 33px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition-duration: 0.6s;
    background-color: #18596d;
    border: 1px solid #18596d;
    color: #ffffff;
    text-decoration: none;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    z-index: 100;
}
.def_btn:hover {
    background-color: #2097d4;
    border: 1px solid #2097d4;
    color: #ffffff;
}

.banner_add {
    padding: 200px 0 100px;
}

.def_btn_option {
    display: block;
    padding: 15px 0 0;
}
.wellcomeinfo .def_btn_option {
    text-align: center;
}

.wellcomeinfo .banner_info {
    max-width: max-content;
    line-height: 1.95;
    font-size: 16px;
    font-weight: 300;
    color: #231f20;
    text-align: center;
}

.wellcomeinfo .banner_add {
    padding: 80px 12%;
}

.content_block_add.content_add2 {
    display: flex;
    justify-content: space-between;
    position: relative;
    left: 0px;
    top: 0px;
}

.content_block_add.content_add2 {
    background-size: 400px 400px;
    background-repeat: repeat;
}


.content_block_add h2 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #18596d;
    font-size: 30;
}
.content_block_add.content_add2 {
    display: flex;
    justify-content: space-between;
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: -93px;
}

.content_block_add.content_add3 {
    position: relative;
}

.oxy-shape-divider {
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0px;
    top: -22px;
    z-index: 2000;
    background: transparent;
}
.oxy_shape_divider {
    color: #f3edeb;
    pointer-events: none;
}
.oxy_shape_divider svg {
    width: 100%;
}
.oxy_shape_divider > svg {
    min-width: 100%;
    transform-origin: bottom center;
}

.content_block_add.content_add3 {
    background: #f3edeb;
}

.content_add_pic {
    /* background-image: url(assets/images/razor-bumps-woman-shaving-in-bath-tub.webp); */
    background-size: cover;
    height: 100%;

}

.content_add3_block {
    display: flex;
    flex-direction: row-reverse;
    padding: 80px 0;
}
.content_add_pic1 {
    height: 600px;
    width: 50%;
    z-index: 100;
    background-size: cover !important;
    border-radius: 10px;
}
.content_add_pic1 img {
   display: none;
}

.section-inner-wrap {
    background-image: url(http://razorbumps.com/wp-content/uploads/2021/11/dot-background-blue-08.svg);
    background-size: 400px auto;
    background-color: #18596d;
    background-repeat: repeat;
    background-blend-mode: multiply;
    visibility: visible;
    overflow: visible !important;
}

.section-inner-wrap h2 {
    color: #2097d4;
}

.section-inner-wrap p {
    margin-top: 13px;
    color: #ffffff;
    text-align: left;
}

.section-inner-wrap .content_add3_block {
    flex-direction: row;
}

.content_block_add.section-inner-wrap.content_add4 {
    position: relative;
    margin-top: -120px;
}

.content_block_add.section-inner-wrap.content_add4 .content_add_info {
    padding-right: 0px;
}

.innercont-wrap {
    position: relative;
}

.content_add_pic1 {
    border-radius: 9px;
    z-index: 5000;
    box-shadow: 3px 3px 7px rgba(35, 31, 32, 0.35);
}
.innercont-wrap {
    background: #f3edeb;
}
.innercont-wrap .content_add_info {
    width: 100%;
    text-align: center;
}


.content_add_des2 p strong {
    font-weight: 600;
}
.content_add_des2 {
    padding: 25px 0 0;
}
.content_add_des2 p {
    line-height: normal;
    font-weight: 400;
}

.content_add2 {
    padding: 0px;
}
.content_add_des2 .content_add_info {
    padding: 10px 0 0;
    text-align: left;
}
.innercont-wrap {
    background: #f3edeb;
    padding-bottom: 80px !important;
}
.innercont-wrap .content_add_info {
    padding-bottom: 20px;
}

.innercont-wrap .content_add_info {
    padding-bottom: 20px;
    padding-top: 60px;
}
.content_add_des2 .content_add_info {
    padding: 10px 0 0 !important;
    text-align: left;
}
.section_partner {
    padding: 80px 0;
}
.section_partner_top {
    text-align: center;
    padding-bottom:25px
}
/* http://razorbumps.com/wp-content/uploads/2021/11/dr-howard.jpg */
.partner_item.bio-img {
    background-image: linear-gradient(rgba(24, 89, 109, 0) 50%, rgba(24, 89, 109, 0.93));
    background-size: auto, auto auto;
    background-position: 50% 100%;
    height: 400px;
    width: 100%;
    margin: 1%;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    font-family: "Taviraj", serif;
    box-shadow: 4px 4px 7px rgba(35, 31, 32, 0.29);
    border-radius: 15px;
}
.section_partner_wrap {
    flex-direction: row;
    display: flex;
    text-align: justify;
    justify-content: space-around;
}
.ct-headline {
    color: #ffffff;
}
.ct-text-block {
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-family: "Taviraj", serif;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    
}

.ct-text-block span {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-family: "Taviraj", serif;
    font-weight: 400;
    font-style: italic;
}

.section_partner_wrap {
    padding-bottom: 35px;
}



.blog_section {
    padding: 30px 0;
}

.blog_section h3.ct-headline {
    color: #18596d;
    text-align: center;
    padding-bottom: 30px;
    font-size: 35px;
}


.oxy-posts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.oxy-post {
    width: 33.33%;
    border-radius: 5px;
}
.oxy-post-padding {
    margin: 1em;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.oxy-post-image {
    transition: 0.5s ease-in-out all;
    position: relative;
    background-color: grey;
    width: 100%;
    border-radius: 5px;
}

.oxy-post-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 2em;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    text-align: left;
    transition: 0.5s ease-in-out all;
    -webkit-font-smoothing: antialiased;
}.oxy-post-title {
    font-size: 20px;
    color: white;
}
 .oxy-post-image-fixed-ratio {
    padding-bottom: 52%;
    background-size: cover;
    background-position: center center;
    border-radius: 5px;
    min-height: 500px;
}

.oxy-post:hover .oxy-post-overlay {
    background-color: rgba(0, 0, 0, 0.25);
}

.oxy-post:hover .oxy-post-image {
    transform: scale(1.2);
}


.footer_section {
    text-align: center;
    background-color: #18596d;
    border-top-color: #2097d4;
    border-top-width: 5px;
    border-top-style: solid;
}

.footer_section .logo {
    margin: 0px auto;
    position: relative;
    margin-top: -32px;
    margin-bottom: 23px;
}

.copy-right {
    color: #fff;
    padding: 15px 0;
    border-top: 1px solid #bebebe54;
    margin-top: 32px;
}

.footer_section .content_add_des2 p {
    color: #fff;
}

.social_add span {
    font-size: 16px;
    margin-right: 12px;
    margin-bottom: 12px;
    border-radius: 50%;
    background-color: #2097d4;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #fff;
}
.socialicon span i{
    color: #2097d4;
}
p.socialicon span {
    display: inline-block;
    margin-right: 5px;
}

@media only screen and (max-width: 1320px) {

    .banner_info h1 {
        font-size: 43px;
    }
    .content_add_info {
        padding-top: 34px;
        padding-bottom: 0;
    }
    .oxy-post-title {
        font-size: 17px;
        color: white;
    }
    .blog_section h3.ct-headline {
        padding-bottom: 0px;
        font-size: 30px;
    }
}


@media only screen and (max-width:960px) {

.content_block_add.content_add2 {
    flex-direction: column;
}

.content_add_info {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.content_add_pic {
    width: 100%;
}
.content_add3_block {
    display: flex;
    flex-direction: row-reverse;
    padding: 60px 0px 0;
    flex-direction: column;
}
.content_add3_block {
    flex-direction: column;
}
.content_add_pic1 {
    width: 100%;
}
.content_block_add.section-inner-wrap.content_add4 {
    margin-top: 0;
}
.section-inner-wrap .content_add3_block {
    flex-direction: column;
}
.content_add_info h2 {
    font-size: 24px;
}
.section_partner_wrap {
    flex-direction: column;
}
.partner_item.bio-img {
    height: 333px;
    padding: 17px;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #e1e0e3;
}

.oxy-posts {
    flex-direction: column;
}
.oxy-post {
    width: 100%;
    border-radius: 5px;
}
.section_partner {
    padding: 40px 0 0;
}

.oxy-post-image-fixed-ratio {
    min-height: 318px;
}
.content_add_pic1 {
    height: 400px;
}
.wellcomeinfo .banner_add {
    padding: 63px 0%;
}
.banner_info {
    max-width: 100%;
}

div#navbarSupportedContent {
    position: absolute;
    width: 274px;
    top: 71px;
    right: 0px;
    z-index: 200;
    height: auto;
    background: #fff;
    padding: 16px;
    box-shadow: 0px 0px 15px #00000073;
}

ul.navbar-nav.mr-auto .nav-item a {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}
ul.navbar-nav.mr-auto .nav-item:last-child a {
    color: #ffffff;
    line-height: 20px;
    padding: 0px;
    font-size: 13px;
}
.navbar-toggler:focus {
    box-shadow: 0px 0px 0px transparent !important;
}
}

@media only screen and (max-width:767px) {
    .banner_info h1 {
        font-size: 30px;
    }
    .banner_info h2 {
        font-size: 18px;
    }
    .content_add_info h2 {
        font-size: 20px;
    }

    .copy-right {
        font-size: 13px;
    }
}




