/**
 * CONTENTS
 *
 * GENERIC
 * Box-sizing............Better default `box-sizing`.
 * Image Aligns..........WP specific img aligns.
 *
 * BASE
 * Typography............@fontfaces, base text and vertical rhythem setup.
 *
 * COMPONENTS
 * Wrappers..............Wrapping and constraining elements.
 * Grid System...........Bootstrap based grid.
 * Clearfix..............Properly clear floats.
 *
 * Objects
 * Icons.................Icon Elements.
 * Buttons...............Button elements.
 * Tables................Table Styles.
 * Forms.................Form Elements.
 * Breadcrumbs...........Breadcrumbs.
 * Pagination............Pagination.
 * Sliders/Carousels.....Sliders/Carousels.
 *
 * UI
 * Page head.............The main page header.
 * Navigation............Navigation elements.
 * Masthead..............Page title/image/slideshow header block.
 * Page footer...........The main page footer.
 *
 * TRUMPS
 * Images................Round, Circle, Square Images.
 * Visiblity.............Make items visible.
 * Hiding................Make items invisible/hidden.
 * Screen Readers........Display for screen readers.
 * Print.................Display for printing.
 * Clears................Clearing floats.
 * Text alignment........Align text.
 * Font weights..........Adjust font weights.
 * Borders...............Add borders.
 * Add/remove margins....Remove margins.
 * Add/remove paddings...Remove padding.
 * Positioning...........float, center, and stick items.
 */




/*------------------------------------*\
    Generic
\*------------------------------------*/

/**
 * Box-sizing
 */

 * {
    box-sizing: border-box;
}


img.alignright,
.wp-caption.alignright,
img.alignleft,
.wp-caption.alignleft {
    height: auto;
    max-width: 50%;
}

img.alignnone,
.wp-caption.alignnone,
img.aligncenter,
.wp-caption.aligncenter {
    height: auto;
    max-width: 100%;
}

img.alignnone,
.wp-caption.alignnone,
img.aligncenter,
.wp-caption.aligncenter {
    margin: 0 0 22px 0;
}

img.alignright,
.wp-caption.alignright {
    float: right;
    margin: 0 0 20px 22px;
}

img.alignleft,
.wp-caption.alignleft {
    float: left;
    margin: 0 30px 15px 0;
}

img.aligncenter,
.wp-caption.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*------------------------------------*\
    Typography
\*------------------------------------*/
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Flaticon.woff2") format("woff2"),
        url("../fonts/Flaticon.woff") format("woff"),
        url("../fonts/Flaticon.ttf") format("truetype"),
        url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-download:before {
    content: "\f100";
}

.flaticon-down-arrow:before {
    content: "\f101";
}

.flaticon-chat:before {
    content: "\f102";
}

.flaticon-play-button:before {
    content: "\f103";
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?u39rp');
    src: url('../fonts/icomoon.eot?u39rp#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?u39rp') format('truetype'),
        url('../fonts/icomoon.woff?u39rp') format('woff'),
        url('../fonts/icomoon.svg?u39rp#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
    content: "\e900";
}

.icon-arrow-left:before {
    content: "\e901";
}

.icon-arrow-right:before {
    content: "\e902";
}

.icon-arrow-up:before {
    content: "\e903";
}

.icon-car:before {
    content: "\e904";
}

/*.icon-chevron-down:before {
    content: "\e905";
}*/

.icon-chevron-left:before {
    content: "\e906";
}

.icon-chevron-right:before {
    content: "\e907";
}

.icon-chevron-up:before {
    content: "\e908";
}

.icon-consultation:before {
    content: "\e909";
}

.icon-dollar-sign:before {
    content: "\e90a";
}

.icon-electronics:before {
    content: "\e90b";
}

.icon-entertainment:before {
    content: "\e90c";
}

.icon-facebook:before {
    content: "\e90d";
}

.icon-food:before {
    content: "\e90e";
}

.icon-instagram:before {
    content: "\e90f";
}

.icon-linkedin:before {
    content: "\e910";
}

.icon-medical:before {
    content: "\e911";
}

.icon-menu:before {
    content: "\e912";
}

.icon-phone:before {
    content: "\e913";
}

.icon-pinterest:before {
    content: "\e914";
}

.icon-plane:before {
    content: "\e915";
}

.icon-portal:before {
    content: "\e916";
}

.icon-quote:before {
    content: "\e917";
}

.icon-safety:before {
    content: "\e918";
}

.icon-search:before {
    content: "\e919";
}

.icon-truck:before {
    content: "\e91a";
}

.icon-twitter:before {
    content: "\e91b";
}

.icon-wheel:before {
    content: "\e91c";
}

.icon-youtube:before {
    content: "\e91d";
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;


    font-size: 16px;
    line-height: 1.5em;
    color: #353535;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: #dce3e8;
    outline: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

h1,
.h1 {
    font-size: 33px;
    line-height: 1.2em;
    font-weight: 600;
}

h2,
.h2 {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 600;
}


h3,
.h3 {
    font-size: 16px;
    line-height: 0.9em;
    font-weight: 600;
}

h4,
.h4 {
    font-size: 12px;
    line-height: 1.333em;
    font-weight: 600;
}

p {
    margin: 0;
    padding: 0 0 25px;
    font-family: 'Poppins', sans-serif;


    font-size: 15px;
    line-height: 1.571em;
    font-weight: 400;
}

@media (min-width: 768px) {}

@media (min-width: 1025px) {}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul {
    margin-left: 0;
    list-style: none;
}

ul li {
    padding-bottom: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.5em;
    padding-top: 10px;
}

a {
    text-decoration: none;
    transition: all .3s;
    color: #0055A4
}

a:hover {
    transition: all .3s;
    text-decoration: none;
}


@media (min-width: 768px) {
    ul {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    ul {
        margin-left: 0;
    }
}

/*------------------------------------*\
    COMPONENTS
\*------------------------------------*/


/**
 * Wrappers
 */

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}


.container {
    max-width: 1340px;
}

/**
 * Grid System
 *
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * --------------------------------------------------------------------------
 * Base setup 20px gutters
 *
 * Phones         - xxs - <  600px    ** Default **
 * Small Tablets  - xs - >=  600px
 * Tablets        - sm - >= 768px
 * Desktop        - md - >= 1025px
 * Large Desktop  - lg - >= 1200px
 * --------------------------------------------------------------------------
 * Learn more here: http://getbootstrap.com/css/#grid
 * -------------------------------------------------------------------------- */

.row {
    margin-left: -20px;
    margin-right: -20px;
}

[class*="col-"] {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
}

/* Extra Extra small devices (devices, less than 600px) */
[class*="col-xxs-"] {
    float: left;
}

.col-xxs-12 {
    width: 100%;
}

.col-xxs-11 {
    width: 91.66666667%;
}

.col-xxs-10 {
    width: 83.33333333%;
}

.col-xxs-9 {
    width: 75%;
}

.col-xxs-8 {
    width: 66.66666667%;
}

.col-xxs-7 {
    width: 58.33333333%;
}

.col-xxs-6 {
    width: 50%;
}

.col-xxs-5 {
    width: 41.66666667%;
}

.col-xxs-4 {
    width: 33.33333333%;
}

.col-xxs-3 {
    width: 25%;
}

.col-xxs-2 {
    width: 16.66666667%;
}

.col-xxs-1 {
    width: 8.33333333%;
}

.col-xxs-pull-12 {
    right: 100%;
}

.col-xxs-pull-11 {
    right: 91.66666667%;
}

.col-xxs-pull-10 {
    right: 83.33333333%;
}

.col-xxs-pull-9 {
    right: 75%;
}

.col-xxs-pull-8 {
    right: 66.66666667%;
}

.col-xxs-pull-7 {
    right: 58.33333333%;
}

.col-xxs-pull-6 {
    right: 50%;
}

.col-xxs-pull-5 {
    right: 41.66666667%;
}

.col-xxs-pull-4 {
    right: 33.33333333%;
}

.col-xxs-pull-3 {
    right: 25%;
}

.col-xxs-pull-2 {
    right: 16.66666667%;
}

.col-xxs-pull-1 {
    right: 8.33333333%;
}

.col-xxs-pull-0 {
    right: auto;
}

.col-xxs-push-12 {
    left: 100%;
}

.col-xxs-push-11 {
    left: 91.66666667%;
}

.col-xxs-push-10 {
    left: 83.33333333%;
}

.col-xxs-push-9 {
    left: 75%;
}

.col-xxs-push-8 {
    left: 66.66666667%;
}

.col-xxs-push-7 {
    left: 58.33333333%;
}

.col-xxs-push-6 {
    left: 50%;
}

.col-xxs-push-5 {
    left: 41.66666667%;
}

.col-xxs-push-4 {
    left: 33.33333333%;
}

.col-xxs-push-3 {
    left: 25%;
}

.col-xxs-push-2 {
    left: 16.66666667%;
}

.col-xxs-push-1 {
    left: 8.33333333%;
}

.col-xxs-push-0 {
    left: auto;
}

.col-xxs-offset-12 {
    margin-left: 100%;
}

.col-xxs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xxs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xxs-offset-9 {
    margin-left: 75%;
}

.col-xxs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xxs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xxs-offset-6 {
    margin-left: 50%;
}

.col-xxs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xxs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xxs-offset-3 {
    margin-left: 25%;
}

.col-xxs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xxs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xxs-offset-0 {
    margin-left: 0%;
}

/* Extra small devices (phones, 600px and up) */
@media (min-width: 600px) {
    [class*="col-xs-"] {
        float: left;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: 41.66666667%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }

    .col-xs-pull-12 {
        right: 100%;
    }

    .col-xs-pull-11 {
        right: 91.66666667%;
    }

    .col-xs-pull-10 {
        right: 83.33333333%;
    }

    .col-xs-pull-9 {
        right: 75%;
    }

    .col-xs-pull-8 {
        right: 66.66666667%;
    }

    .col-xs-pull-7 {
        right: 58.33333333%;
    }

    .col-xs-pull-6 {
        right: 50%;
    }

    .col-xs-pull-5 {
        right: 41.66666667%;
    }

    .col-xs-pull-4 {
        right: 33.33333333%;
    }

    .col-xs-pull-3 {
        right: 25%;
    }

    .col-xs-pull-2 {
        right: 16.66666667%;
    }

    .col-xs-pull-1 {
        right: 8.33333333%;
    }

    .col-xs-pull-0 {
        right: auto;
    }

    .col-xs-push-12 {
        left: 100%;
    }

    .col-xs-push-11 {
        left: 91.66666667%;
    }

    .col-xs-push-10 {
        left: 83.33333333%;
    }

    .col-xs-push-9 {
        left: 75%;
    }

    .col-xs-push-8 {
        left: 66.66666667%;
    }

    .col-xs-push-7 {
        left: 58.33333333%;
    }

    .col-xs-push-6 {
        left: 50%;
    }

    .col-xs-push-5 {
        left: 41.66666667%;
    }

    .col-xs-push-4 {
        left: 33.33333333%;
    }

    .col-xs-push-3 {
        left: 25%;
    }

    .col-xs-push-2 {
        left: 16.66666667%;
    }

    .col-xs-push-1 {
        left: 8.33333333%;
    }

    .col-xs-push-0 {
        left: auto;
    }

    .col-xs-offset-12 {
        margin-left: 100%;
    }

    .col-xs-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xs-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xs-offset-9 {
        margin-left: 75%;
    }

    .col-xs-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xs-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xs-offset-6 {
        margin-left: 50%;
    }

    .col-xs-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xs-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xs-offset-3 {
        margin-left: 25%;
    }

    .col-xs-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xs-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xs-offset-0 {
        margin-left: 0%;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    [class*="col-sm-"] {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

/* Medium devices (desktops, 1025px and up) */
@media (min-width: 1025px) {
    [class*="col-md-"] {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    [class*="col-lg-"] {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}



/**
 * Clearfix
 * Apply clearing without adding additional markup
 */

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.clear {
    clear: both;
}
/**
 * Buttons
 */

.btn {
    font-size: 14px;
    display: inline-block;
    padding: 15px 30px 15px 30px;
    line-height: 1em;
    border-radius: 5px;
    text-decoration: none;

    border: none;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    transition: all .4s ease-in-out;
    vertical-align: middle;
    letter-spacing: 0.75px;
    cursor: pointer;
}

.btn:hover {
    text-decoration: none;
}

.btn-primary {
    background: #0055A4;
    color: #ffffff;
    transition: all 0.6s ease;
}

.btn-primary:hover {
    background: #39A0ED;
}

.btn-primary:hover {
    background: #39A0ED;
}

.btn-secondary {
    background: #1b1a19;
    color: #ffffff;
    transition: all 0.6s ease;
}

.btn-secondary i {
    font-size: 10px;
    padding-left: 8px;
    padding-bottom: 3px;
    display: inline-block;
    vertical-align: middle;
}

.btn-secondary:hover {
    background: #413f3c;
    color: #ffffff;
}

.btn-tertiary {
    color: #0055A4;
    background: none;
    transition: all 0.6s ease;
    padding: 0 0 0 0;
    text-transform: capitalize;
    border-radius: 0;
}

.btn-tertiary i {
    font-size: 10px;
    padding-left: 4px;
    padding-bottom: 2px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.6s ease;
}

.btn-tertiary:hover {
    background: none;
    color: #39A0ED;
}

.btn-tertiary:hover i {
    padding-left: 10px;
    transition: all 0.6s ease;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn + .btn {
    margin-left: 10px;
}

@media (min-width: 1025px) {
    .btn {
        font-size: 18px;
    }
}



/**
 * Tables
 */

.table-responsive {
    position: relative;
}

table {
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: left
}

td {
    padding: 20px;
}

tr {
    border-bottom: 1px solid #E2E2E2;
}

th {
    padding: 25px 20px;
}

thead {
    font-size: 20px;
}

tbody {
    font-size: 16px;
}

tfoot {
    font-size: 20px;
}

tr td:first-child {
    background: #F9F9F9;
}

tr:last-child {
    border: none;
}

/* Responsive Tables */

.table-wrap-outer:after {
    content: '';
    position: absolute;
    right: -1px;
    /* account for border */
    top: 0;
    height: 100%;
    width: 80px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
}

.table-wrap-outer {
    overflow-x: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

@media (min-width: 600px) {

    .table-wrap-outer:after {
        display: none;
    }

    .table-wrap-inner {
        overflow: visible !important;
    }

}



/**
    * Forms
    */

label {}

select {}

textarea {}

/* Removes default webkit form styling */
input:not([type="radio"]):not([type="checkbox"]),
button,
textarea {
    -webkit-appearance: none;
}

/* default text input style */
[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {}


/* Default Submit Button Style */
[type="submit"] {}

/* Removes inconsistent padding from Firefox buttons */
button::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

/* Default Radio/Checkbox Style (if using CF7) */
.wpcf7-radio .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
    display: inline-block;
    margin-left: 5px;
}


/* Selectric */

.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    border: none;
    border-radius: 0px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 16px;
    line-height: 50px;
    color: #444;
    height: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    border-left: 1px solid rgba(112, 112, 112, 0.14);
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #BBB;
    border-bottom: none;
}

.selectric-focus .selectric {
    border-color: #aaaaaa;
}

.selectric-hover .selectric {
    border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
    color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2;
}

.selectric-open {
    z-index: 9999;
}

.selectric-open .selectric {
    border-color: #c4c4c4;
}

.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F8F8F8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

.selectric-items li {
    display: block;
    padding: 7px 10px;
    color: #303335;
    cursor: pointer;
}

.selectric-items li.selected {
    background: #E0E0E0;
    color: #444;
}

.selectric-items li.highlighted {
    background: #d4dbe0;
    color: #444;
}

.selectric-items li:hover {
    background: #d4dbe0;
    color: #444;
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}


/* CF7 Validation (Replace if not using CF7) */

.wpcf7-form-control-wrap {}

.wpcf7-not-valid-tip {}

.wpcf7-response-output.wpcf7-display-none wpcf7-validation-errors {}

select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
input.wpcf7-not-valid,
.wpcf7-not-valid .selectric {}



/**
    * Breadcrumbs
    */

.breadcrumbs {
    font-size: 16px;
    color: #39A0ED;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 15px;
}

.breadcrumbs ul {
    margin: 0;
}

.breadcrumbs ul li {
    float: left;
    padding: 0 15px;
    border-right: 1px solid #fff;
    line-height: 1em;
}

.breadcrumbs ul li:first-child {
    padding-left: 0;
}

.breadcrumbs ul li:last-child {
    padding-right: 0;
    border: none;
}


.breadcrumbs a {
    color: #fff;
}

.breadcrumbs a:hover {
    color: #39A0ED;
    text-decoration: none;
}



/**
    * Pagination
    */

.pagination {}



/**
    * Sliders/Carousels
    * Slick Slider - http://kenwheeler.github.io/slick/
    */

/* General styling */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-slide,
.slick-arrow,
.slick-dots button,
.slick-slide:focus * {
    outline: none !important;
}

.slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

/* Preload affect */

.slick-slider .slide {
    display: none;
}

.slick-slider .slide:first-child {
    display: block;
}

.slick-slider.slick-initialized .slide {
    display: block;
}

.js-slider-has-preloader {
    min-height: 50px;
    position: relative;
}

.js-slider-has-preloader:before {
    content: url('../img/loading.gif');
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    transition: all .5s ease;
    transform: translate(-50%, -50%);
}

.js-slider-has-preloader-init:before {
    transform: scale(0);
}


/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 35px;
    display: block;
    width: 100%;
    padding: 0 15px;
    margin: 0;
    list-style: none;
    text-align: left;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    content: '';
    opacity: 1;
    color: black;
    background: #ffffff;
    border: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    background: #c41230;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 15px;
    height: 28px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}


/* .page-header */

.page-header {
    padding: 12px 0;
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    z-index: 999;
    position: relative;
    top: 0;
    left: 0;

}

.logo {
    width: 150px;
    padding: 0 0;
    margin-top: 12px;
    float: left;
}

.logo img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.my_account {
    float: right;
    max-width: 160px;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    margin-top: 10px;
}

.my_account img {
    padding-right: 10px;
}

.product-btn .btn {
    display: block;
    font-size: 13px;
    padding: 7px 0;
    line-height: 1.5em;
    border-radius: 5px;
}

.header-phone {
    float: right;
    line-height: 1.3em;
    font-size: 14px;
    font-weight: 700;
    margin-top: 12px;
    margin-right: 30px;
}

.header-phone a {
    color: #0055A4;
}

.header-phone a:hover {
    color: #39A0ED;
    text-decoration: none;
}

#main {
    background: #dae1e7;
    padding-top: 5px;
}

/*******inner pages start********/
.innder_page {
    padding: 60px 0;
    margin-top: 116px;
}

.inner_title {
    text-align: center;
}

.inner_title h2 {
    color: #303437;
    font-size: 50px;
    font-weight: 400;
}

.inner_content {
    padding: 0 0 50px 0;
}

/**people page */
.short lable {
    position: relative;
}

.short .selectric {
    border: none;
    border-radius: 0px;
    background-color: transparent;
    position: absolute;
    overflow: hidden;
    width: 76%;
    right: 0;
    top: -36px;
    border-bottom: 1px solid #000;
}

.short .selectric .label {
    height: 40px;
}

.short .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: transparent;
    border: none;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}


.short .selectric-items {
    left: unset;
    right: 0;
    top: 15px;

}

.people_content .form-control {
    width: 95%;
    background: #fff;
    padding: 15px 15px;
    border: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    outline: none;
    font-size: 15px;
}

.search_btn {
    background: #08406f;
    padding: 5px 20px;
    border: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer;
}

.search_btn:hover {
    background: #00aeef;
}

.search_flex {
    display: flex;
    margin-bottom: 40px;

}

.add_frnd {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px 0;
}

.add_frnd:hover {
    background: #043c6c;
    cursor: pointer;
}

.add_frnd:hover .catagory,
.add_frnd:hover h4,
.add_frnd:hover h4 span {
    color: #fff;
}

.add_frnd a {
    border-radius: 5px;
    background: #08406f;
    color: #fff;
    padding: 9px 25px;
    font-size: 15px;
    display: table;
    margin: 0px auto 0;
}

.add_frnd a:hover {
    background: #00aeef;
}

.add_frnd:hover a {
    color: #fff;
    background: #00aeef;
}

.add_frnd h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1d2022;
}

.add_frnd .catagory span {
    display: block;
    color: #838587;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
}

.add_frnd .catagory {
    font-size: 14px;
    font-weight: 600;
    color: #326087;
    padding-bottom: 10px;
}

.pagination {
    text-align: center;
    display: block;
    margin: 10px auto;
    width: 172px;
}

.pagination li {
    margin: 0 5px;
    display: inline-block;
    float: left;
    padding: 5px 5px;
    border: 1px solid #000;
    width: 28px;
    height: 32px;
    line-height: 20px;
    text-align: center;
}

.pagination .selected {
  background: black;
  color: white;
}

.pagination li a {
    color: #000;
    text-align: center;
}

.pagination li a:hover {
    color: #fff;
    transition: 0s;
}

.pagination li:hover {
    background: #043c6c;

    cursor: pointer;
}

/***about us page start******/
.about_inner_des p {
    color: #494c4e;
    font-size: 16px;
    padding-bottom: 20px;
}

.about_us_about {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: 40px auto 20px auto;
    padding: 0;

}

.about_us_about li {
    width: 50%;
    text-align: center;
    background: #fff;
    border-radius: 1px;
    margin: 0 10px;
    float: left;
    padding-left: 0;
    height: 250px;
}

.about_us_about li:hover,
.about_us_about1 li:hover {
    background: #043c6c;
    cursor: pointer;
}

.about_us_about li:hover h3,
.about_us_about li:hover p,
.about_us_about1 li:hover h3,
.about_us_about1 li:hover p {
    color: #00aeef;
}

.about_us_about1 li {
    text-align: center;
    background: #fff;
    border-radius: 1px;
    margin: 0 10px;
    float: left;
    padding-left: 0;
    height: 250px;
}

.about_us_about1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px auto;
}

.about_about_title h3 {
    padding: 15px 0px;
    font-size: 20px;
    color: #1a1c1e;
}

.about_us_about p,
.about_us_about1 p {
    font-size: 16px;
    color: #505254;
    padding: 0 10px 10px 10px;
}

.blog_article_left {
    width: 60%;
    float: left;
}

.list_flex {
    display: flex;
    justify-content: space-between;
    height: 35px;
}

.list_flex .name p {
    font-weight: 500;
    color: #08406f;
    font-size: 14px;
}

.blog_article_title h2 {
    font-size: 23px;
    color: #303437;
    font-weight: 500;
    width: 100%;
}

.blog_article_title h2 a {
    font-weight: 600;
    color: #37b6ee;
}

.blog_title_h4 h3 {
    font-size: 18px;
    font-weight: 600;
    color: #191b1c;
    padding-bottom: 10px;
    line-height: 24px;
}

.blog_des_p p {
    font-size: 16px;
    font-weight: 400;
    color: #515354;
    padding-bottom: 40px;
}

.sub_btn {
    color: #fff;
    background: #08406f;
    border: none;
    border-radius: 5px;
    padding: 10px 30px;

    cursor: pointer;

    display: block;
    margin: 30px auto 40px auto;
}

/***groups**/
.groups .short {
    margin-top: 9px;
}

.short label strong {
    padding-top: 5px;
}

.Groups .article {
    padding: 2px 18px 20px 18px;
}

.mt_30 {
    margin-top: 60px;
}

.group_des {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px 0;
    height: 200px;
}

.group_des:hover {
    background: #043c6c;
    cursor: pointer;
}

.group_des:hover h4,

.group_des:hover h4 span,

.group_des:hover a {
    color: #fff;
}

.group_des h4 {
    font-size: 17px;
    padding: 10px 0 0 0;
    font-weight: 500;
    color: #1d2022;
}

.group_des a span {
    display: block;
    font-size: 14px;
    color: #838587;
    font-weight: 400;
}

.group_des a {
    color: #326087;
    font-weight: 600;
    font-size: 14px;
}
.group_des:hover a span{
    columns: #fff;
}

.group_des_category {
    color: #326087;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    flex-direction: column;
}
.group_des:hover .category span{
    columns: #fff;
}

.groups .form-control {
    width: 100%;
    background: #fff;
    padding: 10px 15px;
    border: none;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    outline: none;
}

.profile_mt {
    margin-top: 116px;
}

.inner_sec {
    background: #fff;
    padding: 32px;
    border-radius: 3px;

}

.inner_sec .textarea {
    width: 100%;
    height: 115px;
    padding: 7px 5px;
    background: #dbe2e7;
    border: none;
    border-radius: 3px;
}

/****profile inner page****/
/*.profile_mt .blog_left {
    width: 70%;
}

.profile_mt .blog_right {
    width: 30%;
}
*/
.profile_mt .blog_feedback {
    background-color: transparent;
}

.post_flex {
    display: flex;
    justify-content: space-between;
    height: 45px;
    -webkit-box-shadow: 3px 6px 5px 0px rgba(228, 231, 233, 0.73);
    -moz-box-shadow: 3px 6px 5px 0px rgba(228, 231, 233, 0.73);
    box-shadow: 3px 6px 5px 0px rgba(228, 231, 233, 0.73);
}

.comm_se {
    background: transparent;
    padding: 15px 0px 15px 0px;
    border-radius: 5px;
    height: 50px;
    position: relative;
    width: 100%;
    display: inline-block;
}
.comm_se ul {
    margin-left: 0;
    justify-content: space-between;
    display: flex;
}

.comm_se li {
    color: #44484b;
    font-size: 16px;
    display: inline-block;
    position: relative;
    float: left;
    text-align: center;
    padding: 0 10px;
    cursor: pointer;
}

.comm_se li:first-child {
    /* text-align: left; */
}

.comm_se a {
    color: #44484b;
    font-size: 16px;
    text-align: center;
    display: inline-block;
}

.comm_se a:hover {
    color: darkblue;
}


.comm_se p {
    color: #44484b;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}

.comm_se p:hover {
    color: darkblue;
}


.post_left ul {
    padding: 0;
    margin: 0;
}

.post_left ul li {
    display: inline-block;
    justify-content: space-around;
    vertical-align: middle;
    padding-left: 0;
    text-align: center;
    padding-right: 10px;
}

.post_left ul li:hover {
    color: #043c6c;

}

.profile_img {
    position: relative;
}

.profile_img img {
    width: 100%;
}

.post_left .fa {
    color: #07b0ef;
}

.post_left .fa:hover,
.post_left span {
    color: #043c6c;

}

.img_content {
    position: absolute;
    bottom: 25px;
    left: 12px;
}

.img_content a {
    color: #000;
    background: #00aeef;
    margin-right: 5px;
    border-radius: 15px;
    padding: 1px 6px;
    display: inline-block;
    font-size: 10px;
    line-height: 12px;
}

.img_content a:hover {
    color: #fff;
    background: #043c6c;
}

.bottom_title h5 {
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    padding: 5px 0;
}

.des h4 {
    font-size: 18px;
}

.post_right {}

.post_right ul {
    padding: 0;
    margin: 0;
}

.padding_all_side .col-md-4 {
    padding-left: 7px;
    padding-right: 7px;
}

.post_right span {
    color: #54575a;
    font-size: 14px;
    display: inline-block;
    padding-right: 10px;
    margin-right: 224px;
    position: relative;
    padding-top: 12px;

}

.post_left span {
    padding: 0 0 0 10px;
}

.post_sec h4 {
    font-size: 24px;
    color: #3c3e40;
    font-weight: 300;
    padding: 45px 0 20px 0;
}


/***forums page***/
.forum_left {
    width: 60%;
    float: left;
}

.left_title h2 {
    font-size: 28px;
    color: #1a1b1c;
    font-weight: 400;
    padding-bottom: 30px;
}

.forum_left ul {
    padding: 0;
    margin: 0;
}

.catagory_forum a {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    background: #08406f;
    font-size: 16px;
    font-weight: 600;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-bottom: 20px;
    margin-left: -20px;

}

.forum_left .img_holder {
    width: 10%;
    float: left;
}

.recent_post .img_holder {
    width: 10%;
    float: left;
}

.recent_post .img_des {
    width: 90%;
    float: right;
    padding-left: 10px;

}

.recent_post .img_des h4 span {
    color: #043c6c;
    font-size: 14px;
}

.recent_post .tag li:after {
    content: none;
}

.forum_left .img_des {
    width: 90%;
    float: right;
    padding: 10px 0;
}

.forum_left .des_p p {
    color: #494c4e;
    padding: 15px 0;
    font-size: 16px;
    font-weight: 400;
}

.img_des h4 {
    font-size: 18px;
    color: #2c2f31;
}

.img_des h4 span {
    display: block;
    font-size: 14px;
    color: #91969a;
}



.forum_left .read_more_btn a {
    color: #fff;
    background: #00aeef;
    padding: 10px 25px;
    border-radius: 5px;
    display: inline-block;
    margin: 10px 0;
}

.forum_left .read_more_btn a:hover {
    background: #08406f;
}

.left_listing li {
    background: #fff;
    padding: 25px 25px 0 25px;
    position: relative;
    float: left;
    border-radius: 6px;
    margin-bottom: 20px;
}

.month {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.month p {
    color: #787e83;
    font-size: 13px;
    font-weight: 600;
}

.forum_right {
    float: right;
    width: 40%;
    padding-left: 30px;
}

.forums_inner_page .form-control {
    width: 100%;
    outline: none;
    border: none;
    padding: 16px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.list_chat ul {
    padding: 0;
    margin: 0;
    background: #4e585f;
}

.list_chat li {
    display: block;
    padding: 10px 10px 10px 55px;
    position: relative;
}
.list_chat li:before {
    position: absolute;
    left: 40px;
    top: 18px;
    content: '';
    background: #68737a;
    border-radius: 50px;
    width: 5px;
    height: 5px;
}

.list_chat li a:hover{
    color: #00aeef;
}

.list_chat .active {
    background: #00aeef;

}

.list_chat li a {
    color: #fefefe;
    font-size: 16px;
}

.list_chat {
    margin-bottom: 40px;
}

.forum .pagination {
    float: right;
    width: 20%;
    margin: 27px 0;
}

.forum .pagination li {
    display: inline-block;
    border: 1px solid #000;
}


/*forums page end**/

/***opening school**/
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #cfdce4;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #08406f;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

[type="date"] {
    background: #fff url(../img/calender.png) 97% 50% no-repeat;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

/* custom styles */

label {
    display: block;
}

.datepicker_sec input {
    border: none;
    border-radius: 5px;
    background-color: #08406f;
    padding: 3px 5px;
    width: 100%;
    color: #fff;
    padding: 13px 10px;
    font-size: 18px;
    outline: none;

}

.opening_sec h2 {
    font-size: 36px;
    color: #27292a;
    text-align: center;
    padding: 20px 0 50px 0;

}

.opening_search_form {
    margin-bottom: 80px;
}



.opening_search_form option {
    display: block;
    color: #fff;
    line-height: 20px;
    background-color: #1c1c1d;
}
.opening_search_form .select {
    color: #ffffff;
    line-height: 42px;
    background-color: #043c6c;
    border-radius: 4px;
    border-bottom: none;

}
.opening_search_form select {
    color: #fff;
    padding: 0 20px;
    line-height: 49px;
}
.opening_search_form .select::after {
    top: 18px;
    right: 20px;
    width: 22px;
    height: 12px;
    background: url(../img/forum_choose_select.png) 0 0 no-repeat;
}






.opening_search_form
.opening_search_form .selectric:after {}

.opening_search_form .selectric .button {
    display: none;
}

.opening_search_form .selectric .label {
    width: 100%;
    background: #08406f;
    color: #fff;
    border-radius: 5px;
    padding: 0 0 0 10px;
    margin: 0;

}

.opening_search_form .selectric-wrapper {
    position: relative;
}

.opening_search_form .selectric-wrapper:after {
    position: absolute;
    content: '';
    background: url(../img/next-arrow.png)no-repeat;
    right: 10px;
    top: 16px;
    width: 20px;
    z-index: 99999;
    bottom: 0;

}

#datetimepicker1 {
    background: #08406f;
    color: #fff;
    padding: 13px 10px 13px 10px;
    border-radius: 5px;
    position: relative;

}

#datetimepicker1 span {}

#datetimepicker1 a {
    color: #fff;
}

#datetimepicker1 span img {
    position: absolute;
    right: 10px;
}

.opening_search_form .selectric .button {
    background: #08406f;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

}


.opening_schhol .list_city {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0 0 30px 0;
}

.opening_schhol .list_city li {
    padding-left: 0;
    padding-right: 20px;
    position: relative;
    color: #1f2021;
    font-size: 22px;
}

.opening_schhol .list_city li:last-child {
    padding-right: 0;
    padding-left: 20px;
}

.opening_schhol .list_city li:last-child:after {
    position: absolute;
    content: '|';
    color: #afbdc7;
    top: 8px;
    bottom: 0;
    left: 0;
}

.opeing_list {
    background: #fff;
    padding: 20px 15px;
}

.open {
    overflow: scroll;
    height: 1000px;

}

.school .blog_sec4 {
    padding: 10px;
    background-color: #fff;
}

.school .admin_details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.school .comm_se {
    background: #efefef;
}

.school .right_post a {
    float: right;
    position: inherit;
    margin-top: 10px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}

.opening_flex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.school .star_icon {
    position: absolute;
    top: 15px;
    right: 10px;
}

.haeding h4 {
    font-size: 20px;
    color: #08406f;
    padding-bottom: 15px;
}

.reoping_date h6 {
    font-size: 12px;
    color: #08406f;
    padding-bottom: 15px;
}

.reoping_date h6 span {
    color: #616467
}

.reoping_date .fa {
    color: red;
    font-size: 16px;
    float: left;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.school .blog_des p {
    font-size: 15px;
    padding-bottom: 20px;
}

.school .blog_des p strong {
    color: #08406f;
}

.locaton p .fa {
    color: red;
    font-size: 16px;
}

.bbc_news a {
    text-decoration: underline;
    font-weight: 600;
    color: #616467;

}

.locaton P {
    color: #08406f;
    font-weight: 600;
    padding-right: 15px;
}

.locaton P span {
    color: #616467;
}

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

.contribute {
    text-align: center;
}

.contribute a {
    color: #fff;
    background: #08406f;
    display: inline-block;
    padding: 10px 40px;
    margin-bottom: 40px;
    border-radius: 5px;
    font-size: 18px;
}
.contribute a:hover{color:#fff;
background:#00aeef;}
.contribute_sec {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.contribute_sec h3 {
    color: #1f2021;
    font-size: 20px;
}

.black_box {
    width: 64%;
    height: 2px;
    background: #000;
}

.inner_sec h6 {
    color: #3c3e40;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 20px;
}

.school .inner_sec {
    padding: 20px 20px;
    margin-bottom: 30px;
}

.school .inner_sec img {
    padding: 35px 0;
}

.opening_slider img {
    position: relative;
}

.slider_des {
    position: relative;
    bottom: 110px;
    left: 15px;
}

.slider_des h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.slider_des h5 span {
    color: #9f9f9f;
    padding: 0 0 0 10px;
    display: inline-block;
}

.slider_des h5 span .fa {
    color: red;
}

.slider_des p {
    padding-bottom: 0;
    font-size: 15px;
    color: #00aeef;

}

.slider_des p span {
    color: #fff;
}

.slider_des h6 {
    font-size: 11px;
    font-weight: 400;
    color: #9d9d9d;
}

.opening_slider .button {}

.opening_slider .slick-prev:after {
    position: absolute;
    content: '';
    background: url(../img/slick-arrow-left.png)no-repeat;

    top: -50px;
    right: -25px;
    bottom: 0;
    width: 50px;
    height: 50px;

}

.opening_slider .slick-next:after {
    position: absolute;
    content: '';
    background: url(../img/slick-arro-right.png)no-repeat;

    top: -50px;
    left: -25px;
    bottom: 0;
    width: 50px;
    height: 50px;

}

.opening_slider .slick-prev,
.opening_slider .slick-next {}

.opening_slider .slick-prev {
    position: absolute;
    right: 0;
}

.opening_slider .slick-dots {
    display: none;
    z-index: -999999999;
}

.opening_whaite_box {
    background: #fff;
    border-radius: 15px;
    padding: 70px 10px 0 10px;
}

/*******inner pages end********/

@media (min-width: 768px) {

    .page-header {
        padding: 18px 0;
    }

    .logo {
        width: 160px;
        margin-top: 05px;
    }

    .product-btn .btn {
        display: inline-block;
        font-size: 13px;
        padding: 15px 30px 15px 30px;
        line-height: 1em;
    }

    .product-btn {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .logo {
        width: 140px;
        margin-top: 0;
    }

    .page-header {
        padding: 24px 0 18px;
        position: fixed;
    }

    .product-btn {
        margin-top: 2px;
    }

    .product-btn .btn {
        font-size: 16px;
        padding: 15px 30px 15px 30px;
        letter-spacing: 0.75px;
    }

    .search-icon {
        float: right;
        display: block;
        font-size: 17px;
        padding: 0 0;
        line-height: 1.5em;
        color: #353535;
        margin-right: 30px;
        cursor: pointer;
        margin-top: 25px;
    }

    .search-icon:hover {
        color: #0055A4;
    }

    .header-phone {
        margin-top: 16px;
    }
}


/**
 * Navigation
 */

.nav-primary {
    padding: 0 0 0 0;
    display: none;
    position: fixed;
    background-color: #F9F9F9;
    width: 100%;
    left: 0;
    z-index: 99;
    font-family: 'Titillium Web', sans-serif;
    top: 0;
    height: 100%;
    overflow-y: auto;
}

.nav-primary ul {
    margin: 0 0 0 0;
    padding-top: 15px;
    padding-bottom: 80px;
    list-style: none;
}

.nav-primary ul li {
    padding-top: 0;
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    background: none;
}

.nav-primary ul li a {
    color: #4c5155;
    display: block;
    padding: 10px 20px;
    font-family: 'Poppins', sans-serif;
}

.nav-primary ul li a:hover {
    background: #ebebeb;
    text-decoration: none;
}

.nav-primary ul.sub-menu {
    display: none;
    padding: 0;
}

.nav-primary ul.sub-menu li {
    font-size: 15px;
    margin: 0;
    padding: 0 0;
}

.nav-primary ul.sub-menu li a {
    padding: 10px 30px;
}

.nav-primary ul.sub-menu li .sub-menu a {
    padding: 10px 50px;
}

.nav-primary .sub-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 43px;
    cursor: pointer;
    background: transparent;
    display: block;
    line-height: 44px;
    text-align: center;
}

.sub-menu-toggle.js-clicked {
    transform: rotate(180deg)
}

.nav-primary ul.sub-menu.js-toggled {
    display: block;
}

button:focus {
    outline: none;
}

.nav-fixed {
    background-color: #102542;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 60px;
    z-index: 999;
    width: 100%;
    color: #ffffff;
    text-align: center;
}

.nav-fixed ul {
    margin-left: 0;
}

.nav-fixed ul li {
    float: left;
    width: 50%;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    height: 100%;
    height: 60px;
    cursor: pointer;
    background: none;
}

.nav-fixed ul li a {
    color: #ffffff;
    display: block;
}

.nav-fixed ul li a:hover {
    text-decoration: none;
}

.nav-fixed ul li span {
    display: block;
    font-size: 17px;
    padding: 13px 0 0;
}

.nav-fixed ul li:hover {
    background: #0055A4;
}

.search-div {
    background-color: #102542;
    margin: 0;
    padding: 10px 0;
    display: none;
    position: relative;
    z-index: 99;
}

.search-content {
    position: relative;
}

.search-content input[type="text"] {
    width: 100%;
    border: none;
    border-radius: 0;
    height: 40px;
    padding: 0 10px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    border: 1px solid #fff;
    line-height: 20px;
}

.search-content input[type="submit"] {
    border: none;
    border-radius: 0;
    height: 40px;
    padding: 0 20px;
    color: #fff;
    background-color: #0055A4;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    border: 1px solid #0055A4;
}

.search-content input[type="submit"]:hover {
    background-color: #39A0ED;
    border: 1px solid #39A0ED;
}



@media (min-width: 1200px) {
    .nav-primary {
        display: inline-block !important;
        position: relative;
        top: 14px;
        background: transparent;
        height: auto;
        overflow-y: inherit;
    }

    .search-div {
        position: absolute;
        z-index: 99;
        width: 100%;
        top: 100%;
        left: 0;
    }

    .nav-primary ul {
        padding: 0 0 0 0;
    }

    .nav-primary ul li {
        float: left;
        padding: 0 20px;
    }

    .page-header_main-menu {
        height: auto;
        float: right;
        margin-right: 30px;
        top: -8px;
        position: relative;
    }

        .nav-primary ul li a {
        font-size: 16px;
        font-weight: 400;
        color: #4c5155;
        padding: 0 0 18px;
        display: block;
    }
        .my_account {
        margin-top: 0;
    }

    .nav-primary ul li a:hover {
        background: transparent;
        color: #279cfb;
    }

    .js-scrolled .nav-primary ul li ul.sub-menu {
        padding: 0 0 0 0;
    }

    .sub-menu-toggle {
        top: 27px;
        right: 30px;
    }

    .nav-primary ul.sub-menu {
        position: absolute;
        width: 235px;
        background: #fff;
        top: 100%;
    }

    .nav-primary ul.sub-menu li {
        float: none;
        padding-bottom: 0;
    }

    .nav-primary ul li ul.sub-menu .sub-menu {
        left: 235px;
        top: 0px;
        border: none;
    }

    .nav-primary ul li ul.sub-menu li a {
        padding: 7px 20px;
        border-bottom: 1px solid #ededed;
        height: auto;
    }

    .nav-primary ul li ul.sub-menu li a:hover {
        background: #0055A4;
        color: #ffffff;
        border-bottom: 1px solid #0055A4;
    }

    .nav-primary ul li ul.sub-menu .sub-menu li a {
        padding: 7px 20px;
    }

    .nav-primary ul li:hover ul.sub-menu {
        display: block;
    }

    .nav-primary ul li:hover ul.sub-menu .sub-menu {
        display: none;
    }

    .nav-primary ul li ul.sub-menu li:hover .sub-menu {
        display: block;
    }

    .nav-primary .sub-menu-toggle {
        top: 21px;
        right: 3px;
        width: auto;
        height: auto;
        line-height: 1em;
        font-size: 8px;
        font-weight: 400;
    }

    .nav-primary .sub-menu .sub-menu-toggle {
        transform: rotate(-90deg);
        right: 10px;
    }

    .nav-primary ul li ul.sub-menu li:hover .sub-menu-toggle {
        color: #ffffff;
    }

    .nav-primary ul.sub-menu li:hover > a,
    .nav-primary ul.sub-menu li.current-menu-item > a,
    .nav-primary ul.sub-menu li.current-menu-ancestor > a {
        background: #0055A4;
        color: #ffffff;
    }
}

/**
 * Masthead
 */

.masthead {
    padding: 45px 0;
    color: #fff;
    background: #195793;
    /* Old browsers */
    background: -moz-linear-gradient(left, #195793 0%, #418cd6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #195793 0%, #418cd6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #195793 0%, #418cd6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#195793', endColorstr='#418cd6', GradientType=1);
    /* IE6-9 */
}

@media (min-width: 1200px) {
    .masthead {
        margin-top: 100px;
        padding: 75px 0;
    }
}


/* page-footer */

footer {
    color: #fff;
    background: #1a1d1e;
    padding: 50px 0 0 0;
}

.ftr_des p {
    font-size: 15px;
    color: #c4c9ca;
    padding: 20px 0;
}

.footer-top {
    background: #F9F9F9;
    padding: 60px 0 0;
    text-align: center;
}

.footer-column {
    padding-bottom: 40px;
    font-size: 14px;
}

.footer-logo {
    margin: 0 auto;
    max-width: 220px;
}

.footer-logo img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}



.footer-column h3 {
    font-size: 17px;
    line-height: 1em;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    padding-bottom: 14px;
    letter-spacing: 0.75px;
    margin-bottom: 15px;
}




.footer-column p {
    color: #353535;
    padding: 0;
}

.footer-column ul {
    margin-left: 0;
}

.footer-column ul li {
    background: none;
    padding: 0;
    width: 49%;
    display: inline-block;
    padding-bottom: 24px;
}

.footer-column a {
    color: #bcbfc2;
}

.footer-column a:hover {
    color: #0055A4;
    text-decoration: none;
}

.footer-bottom {
    border-top: 2px solid #3e4041;
    width: 70%;
    margin: auto;
    display: block;
}

.footer-menu-last a {
    display: block;
    padding-bottom: 24px;
}

.copyright {
    border-left: none;
    padding-left: 0;
    display: block;
    font-size: 12px;
}

.back-to-top {
    padding-top: 8px;
    position: fixed;
    right: 30px;
    bottom: 20px;
    display: inline-block;
    width: 100px;
    z-index: 99;
}

.back-to-top a {
    font-size: 14px;
    color: #0055A4;
    font-weight: 700;
}

.back-to-top a:hover {
    color: #39A0ED;
    text-decoration: none;
}

@media (min-width: 768px) {
    .footer-column {
        text-align: left;
    }

    .footer-column h3::before {
        left: 0;
        margin-left: 0px;
    }

    .social-media li a {
        font-size: 24px;
    }

    .social-media li {
        padding: 0 3px;
    }

    .footer-top {
        padding: 65px 0 20px;
    }

    .footer-secoundary-menu {
        display: inline-block;
        vertical-align: middle;
    }

    .copyright {
        display: inline-block;
        vertical-align: middle;
        border-left: 1px solid #353535;
        border-right: 1px solid #353535;
        padding: 0 9px;
        margin-right: 10px;
        line-height: 1em;
        margin-top: 7px;
    }

    .back-to-top {
        display: inline-block;
        vertical-align: middle;
        padding: 5px 0 0;
    }
}

@media (min-width: 1025px) {
    .footer-bottom {
        padding: 12px 0 15px;
    }

    .footer-logo {
        margin: 0 0;
        max-width: 260px;
    }

    .sponsor-logo {
        text-align: left;
    }

    .footer-column p {
        padding: 2px 0;
    }

    .footer-column {
        font-size: 16px;
    }

    .footer-menu li {
        padding: 2px 0;
    }

    .footer-top {
        padding: 90px 0 40px;
    }

    .footer-bottom li,
    .copyright {
        font-size: 14px;
    }
}

/**popup*/

/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
    display: flex;
    align-items: center;
}

#myForm h2 {
    font-size: 25px;
    color: #383a3d;
    font-weight: 400;
    margin-bottom: 10px;
}

#myForm label {
    font-size: 14px;
    color: #64676a;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;

}

/* The popup form - hidden by default */
.form-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 99999;
    width: 100%;
    background-color: #102542db;
}

/* Add styles to the form container */
.form-container {
    max-width: 400px;
    padding: 20px;
    background-color: #fff;
    margin: 20px auto;
}

.newnd_forget {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin: 0;
    padding: 0;
}

.newnd_forget li {}

.newnd_forget li a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding: 10px 0;
    display: inline-block;
}

.newnd_forget li a:hover {
    text-decoration: none;
}

/* Full-width input fields */
.form-container input[type=text],
.form-container input[type=password] {
    width: 100%;
    padding: 16px 10px;
    margin: 5px 0 22px 0;
    border: none;
    background: #dce3e8;
    border-radius: 5px;
}

.sign_in_btn {
    display: block;
    color: #fff;
    background: #00aeef;
    border-radius: 5px;
    width: 100%;
    border: none;
    padding: 15px;
    font-size: 17px;
    cursor: pointer;
}

.sign_in_btn:hover {
    background: #4267b2;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus,
.form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: red;
    color: #fff;

}

.form-container .cancel:hover {
    color: #fff;
    background: #00aeef;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}

.btn-with-facebook {
    display: block;
    padding: 15px;
    font-size: 18px;
    border-radius: 5px;
    background: #4267b2;
    border: 1px solid #4267b2;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    vertical-align: middle;
}

.btn-with-facebook img {
    vertical-align: sub;
    padding-right: 5px;
}

.btn-with-facebook:hover {
    text-decoration: none;
    background: #00aeef;
    border: 1px solid #00aeef;
    color: #000;
}

.btn-with-google img {
    vertical-align: sub;
    padding-right: 5px;
}

.btn-with-google {
    display: block;
    padding: 15px;
    font-size: 18px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
    vertical-align: middle;
}

.btn-with-google:hover {
    text-decoration: none;
    background: #00aeef;
    border: 1px solid #00aeef;
    color: #000;
}
.btn-with-apple {
    display: block;
    padding: 15px;
    font-size: 18px;
    border-radius: 5px;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    vertical-align: middle;
}

.btn-with-apple:hover {
    text-decoration: none;
    background: #00aeef;
    border: 1px solid #00aeef;
    color: #000;
}
.btn-with-apple img {
    vertical-align: sub;
    padding-right: 5px;
}

/* banner */
.banner {
    margin-top: 116px;
    padding: 100px 0 0 0;
}

.banner_caption {
    padding: 200px 0 0px 0;
}

.banner_caption h3 {
    font-size: 90px;
    color: #033c6c;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    position: relative;
    margin-bottom: 13px;
    display: inline-block;
}

.banner_caption h3:after {
    position: absolute;
    content: '';
    background: url(../img/tele.png)no-repeat;
    background-size: auto 100%;
    right: -124px;
    top: 0;
    bottom: 0;
    width: 152px;
}

.banner_caption p {
    font-size: 19px;
    font-weight: 500;
    color: #45484a;
    padding: 15px 20% 15px 0;
    line-height: 24px;
}

.banner_caption a {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    width: 155px;
    text-align: center;
    margin-top: 15px;
    display: inline-block;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;

}

.banner_caption .btn-info {
    background: #00aeef;
    margin-left: 35px;
}

.banner_caption .btn-info:hover {
    background: #043c6c;
    color: #fff;

}

/*
.banner {
    position: relative;
    overflow: hidden;
}

.banner-image {
    position: relative;
    height: 500px;
    width: 100%;
}

.banner-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    background: rgba(0, 85, 164, 0.40);
    width: 100%;
    height: 100%;
}

.banner img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
}

.banner-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    z-index: 9;
    text-align: center;
}

.banner-text:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -90px;
    background: rgba(255, 255, 255, 0.90);
    width: 400px;
    height: 800px;
    transform: rotate(41deg);
    z-index: -9;
}

.banner-text h4 {
    padding: 50px 0 10px;
}

.banner-text h1 {
    padding: 0 0 20px;
    max-width: 230px;
    margin: 0 auto;
}
*/
img {
    max-width: 100%;
}

/***********blog*******************/
.blog {
    padding: 30px 0;
}

.blog_sec1 {
    background: #f9e2e2;
    padding: 30px 30px;
    margin-bottom: 42px;
    border-radius: 3px;
    position: relative;
}

.blog_sec2 {
    background: #d7f1e0;
    padding: 30px 30px;
    margin-bottom: 42px;
    border-radius: 3px;
    position: relative;
}

.blog_sec3 {
    background: #dee8d5;
    padding: 30px 30px;
    margin-bottom: 42px;
    border-radius: 3px;
    position: relative;
}

.blog_sec4 {
    background: #d7f1e0;
    padding: 30px 30px;
    margin-bottom: 42px;
    border-radius: 3px;
    position: relative;
}








.user_des h4 {
    font-size: 16px;
    color: #1e2124;
    margin-bottom: 5px;
    text-align: left;
    font-weight: 600;
}

.user_des h4 span {
    font-size: 16px;
    color: #00aeef;
    font-weight: 400;
}

.user_des h4 p {
    font-size: 16px;
    color: #64686c;
    font-weight: 400;
}

.blog_left {
    width: 60%;
    float: left;
}

.blog_title {
    position: relative;
    display: inline-block;
    padding: 5px 0;
    width: 100%;
}

.title_img {
    width: 62px;
    height: 62px;
    float: left;
}

.user_des {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    width: calc(100% - 62px);
    float: left;
    box-sizing: border-box;
    padding-right: 0;
    padding-top: 10px;
}
.time {
    position: absolute;
    right: 0;
    bottom: 25px;
    color: #808386;
    font-size: 14px;
}

.art_des p {
    padding-left: 10px;
}
.font-weight-bold {
    font-weight: bold;
}


.blog_des p {
    font-size: 16px;
    color: #232628;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-top: 10px;
}
.blog_sec3 .blog-sec4 p {
    padding: 10px 0;
    font-weight: 500;
}

.blog_des p span {
    display: block;
    padding-top: 20px;
}

.blog_right {
    width: 40%;
    float: right;
    padding-left: 30px;
}

.blog_feedback {
    background: transparent;
    border-radius: 5px;
    padding: 5px 0;
}

.blog_feedback {
    display: flex;
    align-items: center;
    position: relative;
}

.blog_feedback span {
    font-size: 17px;
    font-weight: 900;
}

.blog_feedback img {
    padding-top: 10px;
}

.share {
    position: absolute;
    right: 10px;
    top: 10px;
}

.share span {
    padding: 0 15px;
    color: #44484b;
    font-size: 16px;
    font-weight: 400;
}

.flower {
    padding-left: 15px;
}

.flower img:hover,
.share img:hover,
.love img:hover {
    filter: brightness(0.5);
}

.flower span {
    padding: 0 10px;
    color: #c5a51f;
    position: absolute;
    left: 50px;
    top: 21px;
}

.love {
    padding-left: 76px;
}

.love span {
    padding: 0 8px;
    color: #ff4085;
    display: inline-block;
    position: absolute;
    top: 21px;
}

.articles {
    background: #fff;
    border-radius: 2px;
    padding: 2px 18px 20px 18px;
    margin-bottom: 30px;
    border-bottom-left-radius: 8px;
}

.Recent_topics .articles,
.Recent_topics_form .articles {
    background: #fff;
    border-bottom-left-radius: 8px;
    padding: 2px 0px 20px 0px;
    margin-bottom: 30px;
}

.Recent_topics .articles .view_more,
.Recent_topics_form .view_more {
    margin: 10px 20px 20px 20px;
}

.d-flex {
    margin-left: 0;
    width: 100%;
    vertical-align: top;
    padding-top: 16px;
}

.d-flex li {
    display: flex;
    justify-content: flex-start;

    padding: 0 0 15px 0;
    margin: 0;
}

.articles_title {
    background: #043c6c;
    border-radius: 8px 8px 0 0;
    padding: 12px 30px;
}

.articles_title h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.art_left_img {
    max-width: 50px;
    margin-right: 10px;
}
.art_left_img img {

    /* padding-right: 5px; */
}

.view_more {
    display: block;
    border: 1px solid #043c6c;
    font-size: 17px;
    color: #043c6c;
    border-radius: 5px;
    padding: 14px 0;
    text-align: center;

}

.mb-30 {
    margin-bottom: 30px;
}

.view_more:hover {
    background: #043c6c;
    color: #fff;
    text-decoration: none;
    outline: none;
}

.art_des P {
    font-size: 17px;
    font-weight: 600;
    color: #3e4347;
    line-height: 25px;
}

.d_flex1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.d_flex2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 35px 0;
}

.margin_btm {
    padding-bottom: 10px;
    padding-top: 25px;
}
.blog_title .user_des p {
    font-size: 15px;
    padding-bottom: 10px;
    text-align: left;
}

.margin_right {
    padding-left: 65px;
    padding-top: 15px;
    position: relative;
}

.margin_right:before {
    position: absolute;
    content: '';
    left: 7px;
    top: 35px;
    width: 34px;
    background: url(../img/return.png)no-repeat;
    bottom: 0;
    height: 34px;
}
.padding_left {
    padding-left: 67px;
}

.replaied {
    display: inline-block;
    width: 100%;
}
.hour {
    float: left !important;
    font-size: 14px;
    color: #646769;
}
.replaied div:last-child {
    float: right;
}

.wtrk h5 {
    font-size: 12px;
    padding: 0 5px;
    font-weight: 500;
}

.comment_title {
    display: flex;
    justify-content: flex-start;
    font-size: 20px;
    padding: 20px 10px;
    vertical-align: top;
    color: #2b2c2e;

}

.comment_title img {

    padding-right: 10px;


}

.sad_img img {
    padding-right: 10px;
}

.des p {
    font-size: 20px;
    color: #798289;
}

.tag {
    padding: 0;
    margin: 0;
}

.tag li {
    width: 100%;
    padding: 7px 5px;
    position: relative;
}

.tag li:after {
    position: absolute;
    content: '';
    background: url(../img/right-arrow.png)no-repeat;
    right: 10px;
    top: 16px;
    background: auto 100%;
    bottom: 0;
    width: 10px;
}

.tag li a {
    font-size: 15px;
    color: #343739;
    display: block;
    padding: 6px 0 6px 10px;
}

.tag li a:hover {
    text-decoration: none;
}

.tag li:nth-child(odd) {
    background: #fff;
}

.tag li:nth-child(even) {
    background: #d6dee4;
}

.nav-tabs {
    margin: 0 0 20px 0;
    padding: 0;
}

.nav-tabs li {
    display: inline-block;
    width: 24%;
    justify-content: space-between;
    align-items: center;
    float: left;
    padding-left: 0;
}

.nav-tabs li a {
    color: #798289;
    display: inline-block;
    padding: 32px 0;
    font-size: 18px;
    font-weight: 600;
}

.nav-tabs li a:hover {
    text-decoration: none;
    color: #043c6c;
}

.boder_box {
    padding: 20px 10px;
    border: 1px solid #dedede;
    border-radius: 5px;
    height: 200px;
    margin-bottom: 25px;

}

.boder_box:hover {
    background: #043c6c;
    color: #fff;
}

.boder_box:hover h4,
.boder_box:hover h4 span {

    color: #fff;
}

.boder_box h4 {
    font-size: 15px;
    color: #1d2022;
    height: 30px;
}

.boder_box h4 span {
    display: block;
    font-size: 14px;
    color: #838587;
}



/***custom tab**/

.Groups .article {
    padding-bottom: 0;
}

.Groups ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;

    width: 100%;
}

.Groups ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 25px 21px;
    height: 31px;
    line-height: 31px;
    font-weight: 500;

    color: #798289;
    overflow: hidden;
    position: relative;
}

.tab_last {}

.Groupsul.tabs li:hover {

    color: #043c6c;
    ;
}

.Groups ul.tabs li.active {
    font-weight: 500;
    color: #043c6c;

    display: block;
}

.tab_container {

    border-top: none clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
    margin: 20px 0 0 0;

}

.tab_content {
    padding: 20px 20px 0 20px;
    display: none;
}

.tab_drawer_heading {
    display: none;
}
.pl-2 {
    padding-left: 2rem;
}
.pr-2 {
    padding-right: 2rem;
}
.ml-auto {
    margin-left: auto;
}
.mr-auto {
    margin-right: auto;
}
.ml-0 {
    margin-left: 0px;
}
.mr-0 {
    margin-right: 0px;
}
.mx-auto {
    margin-right: auto;
    margin-left: auto;
}
.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}



/***custom dropdown****/
.right_post a {
    position: absolute;
    right: 10px;
    top: 3px;
    background: #0055a4;
    padding: 5px 29px;
    border-radius: 3px;
    color: #fff;

}

.right_post a:hover {
    background: #00aeef;
}

.post_right {
    position: relative;
}

.drop-down {
    position: absolute;
    right: 66px;
    top: 13px;
}

.drop-down .selected a {
    background: #fff no-repeat scroll right center;
    display: block;
    padding-right: 20px;

    width: 150px;
    border-radius: 2px;
    text-decoration: none;
    color: #3179ac;
}

.drop-down .selected a span {
    cursor: pointer;
    display: block;
    padding: 5px;
}

.drop-down .option {
    position: relative;
}

.drop-down .options li {
    padding-left: 0;
    padding-top: 0;
}

.drop-down .options ul {
    background: #fff none repeat scroll 0 0;
    display: none;
    list-style: none;
    padding: 0px 0px;
    position: absolute;
    left: 0px;
    top: 32px;
    width: auto;
    min-width: 150px;
    border: 1px solid #d7d7d7;
    z-index: 9999999999999999;
}

.drop-down .selected span.value,
.drop-down .options span.value {
    display: none;
}

.drop-down .options ul li a {
    padding: 5px;
    display: block;
    text-decoration: none;
    color: #3179ac;
}

.drop-down .options ul li a:hover {
    background: #3179ac;
    color: #fff;
    transition: 0.2s ease;
}


/*custom dropdown end***/







@media screen and (max-width: 480px) {
    .tabs {
        display: none;
    }

    .tab_drawer_heading {
        background-color: #ccc;
        color: #fff;
        text-align: center;
        margin: 5px 0;
        padding: 10px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .d_active {
        background-color: #666;
        color: #fff;
    }
}









@media (min-width: 400px) {
    .banner-text::after {
        width: 100%;
    }
}

@media (min-width: 699px) {
    .banner-text::after {
        top: -68%;
        left: -158px;
        width: 400px;
        height: 850px;
    }
}

@media (min-width: 768px) {
    .banner-image {
        height: 520px;
    }

    .banner-text::after {
        top: -63%;
        left: -101px;
        width: 648px;
        height: 925px;
    }

    .banner-text {
        padding-left: 50px;
        text-align: left;
    }

    .banner-text h4 {
        padding: 80px 0 10px;
        font-size: 14px;
    }

    .banner-text h4 br {
        display: none;
    }

    .banner-text h1 {
        max-width: 536px;
        margin: 0;
    }
}

@media (min-width: 1025px) {

    .banner-image {
        height: 750px;
    }

    .banner-text::after {
        top: -64%;
        left: -101px;
        width: 840px;
        height: 1093px;
    }

    .banner-text {
        padding-left: 0;
        text-align: left;
    }

    .banner-text h1 {
        max-width: 650px;
        margin: 0;
    }

    .banner-text h4 {
        padding: 80px 0 5px;
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .banner {
        margin-top: 116px;
        padding: 100px 0 0 0;
    }

    .banner-text {
        padding-top: 50px;
    }
}

@media (min-width: 1400px) {
    .banner-text::after {
        width: 860px;
    }
}

@media (min-width: 1600px) {

    .banner-text::after {
        top: -64%;
        left: -101px;
        width: 1071px;
        height: 1015px;
    }

    .banner-text {
        padding-left: 0;
        text-align: left;
    }

}

/* text button */

.text-button {
    margin-top: -50px;
    position: relative;
    z-index: 99;
}

.text-button-column {
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    border-bottom: 7px solid #23395B;
    padding: 35px 25px;
    text-align: center;
    color: #353535;
    margin-bottom: 30px;
}

.text-button-column:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.20);
    border-radius: 5px;
    border-bottom: 7px solid #39A0ED;
}

.text-button-column h3 {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 600;
    text-transform: inherit;
    padding-bottom: 6px;
}

.text-button-column .btn-tertiary i {
    font-size: 18px;
    padding: 0 4px 2px 4px;
}

@media (min-width: 600px) {
    .text-button-column .btn-tertiary br {
        display: none;
    }
}

@media (min-width: 768px) {
    .text-button-column {
        padding: 35px 20px;
        text-align: left;
        margin-bottom: 30px;
        min-height: 270px;
    }
}

@media (min-width: 1025px) {
    .text-button-column h3 {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .text-button-column {
        padding: 50px 60px;
        text-align: left;
        margin-bottom: 30px;
        min-height: 240px;
    }
}

/* about SECTION */

.about {
    padding: 30px 0 60px;
    text-align: center;
    color: #353535;
}

.about h1 {
    padding: 4px 0 10px;
}

.content .btn {
    display: block;
}

.about-image-listing {
    margin: 30px 0 0;
}

.about-image img {
    width: 100%;
}

@media (min-width: 768px) {
    .about {
        padding: 30px 0 60px;
        text-align: left;
    }

    .about .content {
        padding: 0 37px 0 0;
    }

    .about h1 {
        padding: 4px 0 10px;
        font-size: 30px;
    }

    .content .btn {
        display: inline-block;
    }

    .about-image-listing {
        padding-left: 50px;
    }

    .about-image {
        width: 100%;
        height: 150px;
        margin-bottom: 20px;
    }

    .about-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover;
        font-family: 'object-fit: cover;';
        border-radius: 6px;
    }
}

@media (min-width: 1025px) {
    .about {
        padding: 70px 0 100px;
        text-align: left;
    }

    .about .content {
        padding: 0 10px 0 0;
    }

    .about h1 {
        padding: 4px 0 15px;
        font-size: 42px;
    }

    .about-image {
        width: 45%;
        height: 200px;
        margin: 0 10px 10px;
        float: left;
    }


}

@media (min-width: 1200px) {
    .about-image-listing {
        padding-left: 80px;
    }

    .about-image1 {
        width: 420px;
        height: 300px;
        margin-bottom: 0;
        float: right;
    }

    .about-image2 {
        width: 300px;
        height: 220px;
        margin-bottom: 0;
        margin-top: -90px;
        float: left;
    }

    .about-image3 {
        width: 275px;
        height: 195px;
        margin-bottom: 0;
        margin-top: -70px;
        float: right;
    }

    .about-image3 img {
        margin-left: -30px;
    }
}

/* Industries We Serve */

.service {
    padding: 60px 0;
    background: #F9F9F9;
}

.service-top {
    padding-bottom: 20px;
    text-align: center;
}

.service-icons {
    padding-top: 10px;
    text-align: center;
}

.service-icons ul {
    margin: 0;
}

.service-icons ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 3px;
    background: none;
}

.service-icons ul li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    background: #0055A4;
}

.service-icons ul li a:hover {
    color: #ffffff;
    background: #39A0ED;
    text-decoration: none;
}

.service-listing-column img {
    width: 100%;
}

.slick-initialized .slick-slide {
    margin: 0 10px;
}

.service-listing-column {
    position: relative;
    height: 200px;
    width: 100%;
    cursor: move;
    overflow: hidden;
}

.service-image {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all ease-in-out 0.8s;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 6px;
}

.service-info {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    vertical-align: text-bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    color: #ffffff;
    background: -moz-linear-gradient(top, rgba(4, 9, 16, 0) 0%, rgba(4, 9, 16, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(4, 9, 16, 0) 0%, rgba(4, 9, 16, 1) 100%);
    background: linear-gradient(to bottom, rgba(4, 9, 16, 0) 0%, rgba(4, 9, 16, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00040910', endColorstr='#040910', GradientType=0);
    border-radius: 6px;
    transition: all ease-in-out 0.5s;
}

.service-listing-column:hover .service-image {
    transform: scale(1.4);
}

.service-info h3 {
    color: #ffffff;
    letter-spacing: 0.75;
    padding: 0 10px 20px;
    line-height: 1.5em;
}

.mobile-btn {
    padding: 20px 15px 0;
}

.mobile-btn .btn {
    display: block;
    text-align: center;
}

.service-listing-feature-column {
    position: relative;
    height: 420px;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}

.service-feature-image {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all ease-in-out 0.8s;
}

.service-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
    border-radius: 6px;
}

.service-feature-info {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 50px 30px;
    height: 100%;
    width: 100%;
    vertical-align: text-bottom;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    color: #ffffff;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(4, 9, 16, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(4, 9, 16, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(4, 9, 16, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6040910', GradientType=0);
    border-radius: 6px;
    transition: all ease-in-out 0.5s;
}

.service-listing-feature-column:hover .service-feature-image {
    transform: scale(1.2);
}

@media (min-width: 768px) {
    .heading h2 {
        display: inline-block;
        vertical-align: middle;
        padding-right: 20px;
        margin-right: 20px;
        border-right: 1px solid rgba(113, 112, 116, 0.43);
        line-height: 1em;
    }

    .service-icons {
        padding: 20px 0 10px;
        text-align: center;
    }

    .service-icons ul li a {
        width: 34px;
        height: 34px;
        line-height: 34px;
    }

    .service-listing-column {
        height: 130px;
        width: 100%;
        cursor: pointer;
        margin-bottom: 15px;
        text-align: left;
    }

    .service-info {
        text-align: left;
    }

    .service-info h3 {
        padding: 0 10px 15px 20px;
        line-height: 1.5em;
        font-size: 12px;
    }

    .service-feature-info h3 {
        padding-bottom: 15px;
    }

    .service-feature-info .btn-tertiary:hover {
        background: none;
        color: #ffffff;
    }

    .service-feature-info .btn-tertiary {
        color: #39A0ED;
    }
}

@media (min-width: 1200px) {
    .service {
        padding: 100px 0;
    }

    .heading {
        float: left;
    }

    .service-icons {
        float: right;
        padding: 0 0 0;
    }

    .btn-tertiary i {
        font-size: 17px;
        padding-bottom: 0;
    }

    .service-icons ul li a {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .service-listing-column {
        height: 200px;
        margin-bottom: 30px;
    }

    .service-listing-feature-column {
        height: 430px;
    }

    .service-info h3 {
        font-size: 16px;
    }

    .service-top {
        padding-bottom: 30px;
    }

    .service-icons ul li {
        padding: 0 6px;
    }

    .service-icons ul li a {
        font-size: 19px;
    }

    .mobile-btn {
        padding: 20px 0 0;
    }
}


/* system */

.system {
    width: 100%;
    position: relative;
    height: 550px;
}

.system-bg {
    width: 100%;
    position: relative;
    height: 100%;
}

.system-bg img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
}

.system-details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 87, 147, 0.80);
    padding: 60px 0;

}

.system-details .heading {
    text-align: center;
    color: #ffffff;
}

.system-details .btn-tertiary:hover {
    background: none;
    color: #ffffff;
}

.system-details .btn-tertiary {
    color: #39A0ED;
}

.system-listings {
    margin-top: 30px;
}

.system-listing-column {
    position: relative;
    height: 205px;
    width: 100%;
    cursor: move;
    overflow: hidden;
    background: rgba(201, 217, 231, 0.75);
    padding: 20px;
    border-radius: 6px;
    color: #353535;
}

.system-listing-column:hover {
    color: #0055A4;
}

.system-slider .slick-current.slick-active .system-listing-column {
    background: #ffffff;
}

.system-image {
    height: 130px;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all ease-in-out 0.8s;
    text-align: center;
}

.system-image img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.system-info {
    padding-top: 10px;
}

.system-details .btn {
    line-height: 1.4em;
    display: block;
    text-align: center;
}

.system-listing-feature-column {
    background: #ffffff;
    padding: 30px 45px;
    border-radius: 6px;
    min-height: 466px;
}

.system-feature-image img {
    width: 190px;
    display: block;
    margin: 0 auto;
}

.system-feature-info {
    padding-top: 25px;
}

.system-feature-info h3 {
    padding-bottom: 15px;
}

@media (min-width: 768px) {
    .system {
        width: 100%;
        position: relative;
        height: 750px;
    }

    .system-listing-column {
        position: relative;
        height: 205px;
        width: 100%;
        cursor: move;
        overflow: hidden;
        background: #ffffff;
        padding: 20px;
        border-radius: 6px;
    }

    .system-details .heading h2 {
        display: inline-block;
        vertical-align: middle;
        padding-right: 20px;
        margin-right: 20px;
        border-right: 1px solid rgba(255, 255, 255, 0.43);
        line-height: 1em;
    }

    .system-details .heading .btn {
        display: inline-block;
        vertical-align: middle;
    }

    .system-listing-column {
        height: auto;
        cursor: pointer;
        margin-bottom: 15px;
    }

    .system-image {
        height: 80px;
    }

    .system-info h3 {
        font-size: 12px;
        line-height: 1.3em;
    }

    .system-image img {
        max-height: 80px;
    }

    .system-details .btn {
        display: inline-block;
        text-align: left;
    }

    .system-details .btn-tertiary:hover {
        color: #000;
    }

    .system-details .mobile-btn .btn {
        display: block;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .system {
        height: 790px;
    }

    .system-details .heading {
        float: none;
    }

    .system-listing-column {
        height: 195px;
    }

    .system-image {
        height: 108px;
    }

    .system-image img {
        max-height: 100%;
    }

    .system-info h3 {
        font-size: 16px;
    }

    .system-feature-image {
        float: right;
        width: 50%;
    }

    .system-feature-info {
        float: left;
        width: 50%;
    }

    .system-feature-image img {
        width: 100%;
    }

    .system-listing-feature-column {
        padding: 50px 40px;
        min-height: 405px;
    }

    .system-details {
        padding: 100px 0;
    }

    .system-listings {
        margin-top: 50px;
    }
}

/* image-cta */

.image-cta {
    padding: 60px 0;
    color: #353535;
}

.cta-image img {
    width: 100%;
}

.cta-text {
    padding-top: 25px;
    text-align: center;
}

.cta-text h2 {
    font-size: 34px;
    padding-bottom: 10px;
    line-height: 1.2em;
}

.image-cta .btn {
    line-height: 1.4em;
}

@media (min-width: 768px) {
    .cta-image {
        max-width: 450px;
        height: 350px;
    }

    .cta-image img {
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
        object-fit: cover;
        -o-object-fit: cover;
        font-family: 'object-fit: cover;';
        border-radius: 5px;
    }

    .cta-text {
        text-align: left;
        position: absolute;
        top: 0;
        right: 0;
        width: 400px;
        height: 100%;
        vertical-align: middle;
        padding-right: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
    }

    .image-cta .container {
        position: relative;
    }

    .image-cta .cta-text .btn {
        line-height: 1.4em;
        display: inline-block;
        width: auto;
    }
}

@media (min-width: 899px) {
    .cta-image img {
        width: auto;
    }

    .cta-image {
        max-width: 100%;
        height: 350px;
    }

    .cta-text {
        width: 60%;
    }
}

@media (min-width: 1200px) {

    .image-cta {
        padding: 100px 0;
    }


    .cta-image img {
        width: 100%;
    }

    .cta-image {
        max-width: 870px;
        height: 560px;
    }

    .cta-text {
        width: 50%;
    }

    .cta-text h2 {
        font-size: 58px;
        padding-bottom: 10px;
        line-height: 1.2em;
    }
}

.page-content {
    padding: 50px 0;
}

.page-content h2,
.page-content h3 {
    padding-bottom: 25px;
}

.example-bttn {
    padding-top: 35px;
}

blockquote {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 35px;
    background-color: rgba(57, 160, 237, 0.08);
    border-left: 10px solid #0055A4;
    color: #717074;
    font-size: 20px;
    font-weight: 600;
    padding: 15px;
    letter-spacing: .5px;
}

.half-half {
    padding: 50px 0 0 0;
}

.half-half img {
    display: block;
    width: 100%;
}

.half-wrapper {
    margin-top: 35px;
}

@media (min-width: 768px) {
    .page-content {
        padding: 80px 0;
    }

    blockquote {
        margin-left: 25px;
        padding: 30px 33px;
        margin-left: 25px;
    }

    .half-half {
        padding: 100px 0 0 0;
    }

    .half-wrapper {
        padding: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-left: -80px;
        background: #fff;
    }
}

@media (min-width: 1200px) {

    blockquote {
        margin-left: 45px;
    }

    .half-half {
        padding: 210px 0 0 0;
    }

    .half-wrapper {
        padding: 55px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        ;
        margin-left: -96px;
    }
}


.grey-bg {
    position: relative;
    padding: 40px 0 0 0;
}

.grey-bg:before {
    width: 100%;
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    top: 0%;
    transform: skewY(4deg);
    background-color: #F9F9F9;
}

.scew-y {
    position: relative;
    z-index: 3;
    background-color: #F9F9F9;
    padding-bottom: 40px;
}

.grey-bg h2,
.grey-bg h3,
.grey-bg h4 {
    padding-bottom: 25px;
}

@media (min-width: 768px) {
    .grey-bg {
        padding: 60px 0 0 0;
    }

    .scew-y {
        padding-bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .grey-bg {
        padding: 120px 0 0 0;
    }

    .scew-y {
        padding-bottom: 120px;
    }
}

@media (max-width: 600px) {

    img.alignright,
    .wp-caption.alignright,
    img.alignleft,
    .wp-caption.alignleft {
        max-width: 100%;
        width: 100%;
    }
}
.cursor-pointer {
    cursor: pointer !important;
}
.sidebar-post-border {
    padding-top: 15px;
    border-bottom: 2px solid gray;
    /* margin-top: auto ;
    margin-bottom: auto ; */
}
.cta-inner {
    background: #418dd8;
    /* Old browsers */
    background: -moz-linear-gradient(left, #418dd8 0%, #195792 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #418dd8 0%, #195792 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #418dd8 0%, #195792 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#418dd8', endColorstr='#195792', GradientType=1);
    /* IE6-9 */
    color: #fff;
    text-align: center;
    padding: 30px 0;
    font-size: 15px;
    font-weight: 700;
}

.cta-inner a {
    color: #fff;
    display: block;
    padding: 10px 0;
}

.cta-inner i {
    padding: 0 6px;
    display: inline-block;
    vertical-align: middle
}

.cta-inner a:hover {
    text-decoration: none;
    color: #97deff;
}

.cta-inner .col-sm-6:first-child {
    border-bottom: 1px solid #fff;
}

@media (min-width: 768px) {

    .cta-inner {
        padding: 40px 0;
        font-size: 18px;
    }

    .cta-inner .col-sm-6:first-child {
        border-right: 1px solid #fff;
        border-bottom: none;
    }
}

@media (min-width: 1200px) {

    .cta-inner {
        padding: 50px 0;
        font-size: 24px;
    }

    .cta-inner a {
        padding: 40px 0;
    }
}

.get-a-section {
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 20px;
    margin-top: -75px;
    background: #fff;
}

.page-content h3.with-border {
    position: relative;
    padding: 0;
    margin: 40px 0;
}

.page-content h3.with-border span {
    background: #fff;
    position: relative;
    padding-right: 15px;
}

.with-border:before {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background: #717074;
    opacity: .43;
}


.form-text {
    position: relative;
    margin-bottom: 30px;
}

.form-text input:focus ~ label,
.form-text textarea:focus ~ label {
    top: 18px;
    left: 10px;
    opacity: 1;
    background-color: #fff;
    padding: 0 5px;
    transition: 0.2s ease all;
    color: #0055A4;
}



.form-text input {
    width: 100%;
    height: 50px;
    margin-top: 30px;
    transition: 0.2s ease all;
    border: 2px solid #F5F5F5;
    background: #F5F5F5;
    border-radius: 3px;
    padding: 0 15px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
}

.form-text textarea {
    width: 100%;
    height: 178px;
    margin-top: 30px;
    transition: 0.2s ease all;
    border: 2px solid #F5F5F5;
    background: #F5F5F5;
    border-radius: 3px;
    padding: 10px 15px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    resize: none;
}


.form-text input:focus,
.form-text textarea:focus {
    transition: 0.2s ease all;
    border: 2px solid #0055A4;
    background: #fff;
}

.form-text label {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    transition: 0.2s ease all;
    text-transform: uppercase;
    font-weight: 600;
}

.form-text.select-label label {
    position: relative;
    margin-bottom: 5px;
    display: block;
}


.tooltip {
    position: absolute;
    right: 20px;
    top: 45px;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 195px;
    background-color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    right: -30px;
    bottom: 40px;
    text-align: center;
    font-size: 14px;
    color: #353535;
}

.tooltip .tooltiptext:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 79%;
    margin-left: -10px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.forget {
    padding-bottom: 10px;
    font-weight: 600;
}

.forget a {
    color: #39A0ED
}

@media (min-width: 768px) {

    .get-a-section {
        padding: 40px;
        margin-top: -100px;
    }

}

@media (min-width: 1200px) {

    .get-a-section {
        padding: 70px 110px;
        margin-top: -100px;
    }

    .tooltip .tooltiptext {
        right: -90px;
    }

    .tooltip .tooltiptext:after {
        left: 50%;
    }
}


/* product-slider */

.product-slider {
    padding: 0;
    margin: 0 0 20px;
}

.client_image {
    width: 100% !important;
    height: 110px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    border-radius: 5px;
    padding: 10px;
    position: relative;
}

.play-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/play-btn.png) center center no-repeat;
    text-indent: -99999px;
}

.product-slider-image iframe {
    max-width: 100%;
}

.client_image img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
}

.content_sec {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 300px;
    border-radius: 5px;
}

.product-slider-image {
    width: 100%;
    height: 100%;
}

.content_sec img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
}

.slick-current.slick-active .client_image {
    border: 1px solid #1755A4;
}

.product-slider .slider-nav {
    display: none;
}

.product-slider .slick-initialized .slick-slide {
    padding: 20px 20px;
    margin: 0;
}

.product-slider .slick-dots {
    bottom: 0;
    width: 100%;
    padding: 0 15px;
    margin: 0;
    text-align: center;
}

.product-slider .slick-dots li button::before {
    background: rgba(113, 112, 116, 0.45);
}

.product-slider .slick-dots li.slick-active button::before {
    background: #0055A4;
}

.content_sec p {
    background: #F9F9F9;
    padding: 10px;
    font-size: 14px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.register-section {
    background: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
    border-radius: 5px;
    border-left: 7px solid #23395B;
    padding: 20px 15px;
    text-align: left;
    color: #353535;
    margin-bottom: 0;
}

.register-section h3 {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 600;
    text-transform: inherit;
    padding-bottom: 6px;
}

.register-section .btn-tertiary i {
    font-size: 18px;
    padding: 0 4px 2px 4px;
}

.product-gray-bg ul {
    margin-bottom: 20px;
    color: #353535;
}

.grey-bg .product-benifit blockquote {
    margin-top: 30px;
}

.grey-bg .product-benifit blockquote h3 {
    padding: 10px 0 15px;
    text-transform: initial;
}

.grey-bg .product-benifit blockquote p {
    padding: 0 0 5px;
    color: #353535;
}

.product-info {
    padding-top: 10px;
}

@media (min-width: 768px) {
    .product-info {
        margin-top: 15px;
    }

    .product-slider .slider-nav {
        display: block;
    }

    .product-slider .slick-dots {
        display: none !important;
    }

    .product-slider .slider-nav.slick-initialized .slick-slide {
        padding: 0 0;
        margin: 0 10px;
        width: 110px !important;
    }

    .product-slider .slick-dotted.slick-slider {
        margin-bottom: 20px;
    }

    .product-slider .slider-nav {
        text-align: center;
    }

    .content_sec {
        width: 100%;
        height: auto;
    }

    .product-slider-image {
        width: 100%;
        height: 100%;
    }

    .content_sec img {
        max-width: 100%;
        width: auto;
        height: auto;
        margin: 0 auto;

    }
}

@media (min-width: 1025px) {
    .content_sec p {
        padding: 15px;
    }

    .product-slider .slick-dotted.slick-slider {
        margin-bottom: 10px;
    }

    .product-gray-bg ul {
        column-count: 2;
        -moz-column-count: 2;
    }

    .grey-bg .product-benifit blockquote h3 {
        color: #717074;
        font-size: 20px;
        text-transform: initial;
        padding-bottom: 20px;
    }

    .product-benifit {
        max-width: 1090px;
        margin: 0 auto;
    }

    .grey-bg .product-benifit blockquote {
        margin-left: 0;
        margin-top: 45px;
    }

    .product-gray-bg {
        border-bottom: 1px solid rgba(112, 112, 112, 0.14);
    }

    .register-section {
        margin-top: 40px;
        padding: 40px 50px;
    }

    .register-section h3 {
        font-size: 24px;
        color: #353535;
        padding-bottom: 15px;
    }

    .client_image {
        padding: 0;
    }

    .client_image img {
        border-radius: 5px;
        max-width: 100%;
        width: auto;
        display: block;
    }
}

.page-content .product-info h2 {
    color: #353535;
    padding-bottom: 10px;
}

.product-info h5 {
    color: #0055A4;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.4em;
    padding-bottom: 20px;
}

.product-feature {
    padding: 15px 0;
}

.page-content .product-feature h3 {
    text-transform: none;
    padding-bottom: 15px;
}

.product-feature ul li {
    padding-bottom: 0;
    background: url(../img/checkmark.png) 0 19px no-repeat;
    padding-left: 35px;
    padding-top: 14px;
}

.specifications {
    margin: 30px 0 0;
}

.page-content .specifications h3 {
    text-transform: none;
    padding-bottom: 15px;
    font-size: 22px;
    color: #353535;
}

.specifications td {
    padding: 15px 14px;
    color: #353535;
    font-size: 14px;
    font-weight: 400;
}

.specifications .table-wrap-outer::after {
    display: none;
}

@media (min-width: 768px) {
    .product-feature ul {
        margin-left: 0;
    }
}

@media (min-width: 1025px) {
    .product-info {
        padding-top: 0;
    }

    .page-content .product-info h2 {
        padding-bottom: 0;
    }

    .product-info h5 {
        font-size: 16px;
        padding-bottom: 24px;
    }

    .product-feature {
        padding: 30px 0;
    }

    .page-content .product-feature h3 {
        font-size: 30px;
        padding-bottom: 15px;
    }

    .product-feature ul {
        margin-left: 0;
        column-count: 2;
        -moz-column-count: 2;
    }

    .product-feature ul li {
        padding-bottom: 6px;
    }

    .specifications {
        max-width: 1080px;
        margin: 30px auto;
    }

    .page-content .specifications h3 {
        padding-bottom: 25px;
        font-size: 30px;
        text-align: center;
    }

    .specifications td {
        padding: 20px 30px;
        font-size: 16px;
    }
}

.download-btn {
    margin-bottom: 20px;
}

.download-file-area {
    text-align: center;
    margin-top: 30px;
}

.download-file-area h2 {
    padding-bottom: 20px;
    font-size: 20px;
    text-align: center;
    color: #353535;
}

.download-btn i {
    font-weight: 400;
    padding-right: 4px;
}

.download-btn .btn-primary {
    display: block;
}

.quote-cta {
    margin-top: 20px;
}

.quote-cta .register-section {
    border-bottom: 7px solid #23395B;
    padding: 30px 15px;
    text-align: center;
    border-left: none;
}

@media (min-width: 768px) {

    .quote-cta .register-section {
        border-left: 7px solid #23395B;
        border-bottom: none;
    }

    .page-content .specifications .quote-cta h3 {
        text-align: left;
    }

    .quote-cta .register-section {
        padding: 50px;
        text-align: left;
    }

}

@media (min-width: 1025px) {
    .download-file-area {
        margin-top: 50px;
    }

    .download-file-area h2 {
        padding-bottom: 30px;
        font-size: 30px;
        text-align: center;
    }

    .quote-cta .register-section {
        border-left: 7px solid #23395B;
        border-bottom: none;
    }

    .page-content .specifications .quote-cta h3 {
        text-align: left;
    }

}











































/**
 * Print CSS
 */

@media print {

    /* Reset*/
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        filter: none !important;
        -webkit-filter: none !important;
        text-shadow: none !important;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    figure,
    table {
        break-inside: avoid;
        page-break-inside: avoid;
    }

    p {
        orphans: 2;
        widows: 2;
    }


    /* Grid Styling */

    .container {
        width: auto;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }


    /* Slick Slider - remove if not using slick slider */

    .slick-slider .slick-arrow,
    .slick-slider .slick-dots {
        display: none !important;
    }

    /* For sliders you want to display full width for print.
	   Update ".slick-slider" with your specific slider names. */
    .slick-slider,
    .slick-sliderg .slick-list,
    .slick-slider .slick-track,
    .slick-slider .slick-slide {
        width: 100% !important;
        height: auto !important;
    }

    /* For sliders where you only want to show the 1st image of that slider.
	   Update ".slick-slider" with your specific slider names. */
    .slick-slider .slick-slide {
        display: none !important;
    }

    .slick-slider .slick-slide.slick-active {
        display: block !important;
    }

    /* Show Only Active Thumbnails */
    .slick-slider .slick-cloned {
        display: none;
    }

    /* Reset adaptiveHeight */
    .slick-list {
        height: auto !important;
    }

    /* Remove Scrollbars */
    .slick-track {
        width: auto !important;
        height: auto !important;
        transform: none !important;
    }

    .slick-track.slick-slide {
        width: auto !important;
    }


}


/*------------------------------------*\
    Trumps
\*------------------------------------*/


@-ms-viewport {
    width: device-width;
}


/**
 * Images
 */

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}


/**
 * Visiblity
 */

.show {
    display: block !important;
}

.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 599px) {
    .visible-xxs {
        display: block !important;
    }

    table.visible-xxs {
        display: table;
    }

    tr.visible-xxs {
        display: table-row !important;
    }

    th.visible-xxs,
    td.visible-xxs {
        display: table-cell !important;
    }

    .visible-xxs-block {
        display: block !important;
    }

    .visible-xxs-inline {
        display: inline !important;
    }

    .visible-xxs-inline-block {
        display: inline-block !important;
    }
}


@media (min-width: 600px) and (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}


/**
 * Hiding
 */

.hide,
.hidden-xxs-up {
    display: none !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.invisible {
    visibility: hidden !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

@media (max-width: 599px) {
    .hidden-xxs {
        display: none !important;
    }
}

@media (min-width: 600px) {
    .hidden-xs-up {
        display: none !important;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}


/**
 * Screen Readers
 */

.sr-only,
.wpcf7 .screen-reader-response {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}


/**
 * Print
 */

.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }

    .visible-print-block {
        display: block !important;
    }

    .visible-print-inline {
        display: inline !important;
    }

    .visible-print-inline-block {
        display: inline-block !important;
    }

    .hidden-print {
        display: none !important;
    }
}


/**
 * Text alignment
 */

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

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}






@media(max-width:1199px) {
    .banner {
        margin-top: 5px;
        padding: 100px 0 0 0;
    }

    .boder_box h4 {
        font-size: 13px;
        color: #1d2022;
        height: 30px;
    }

    .boder_box h4 span {
        display: block;
        font-size: 11px;
        /* color: #838587; */
    }

    .about_us_about p,
    .about_us_about1 p {
        font-size: 14px;
        color: #505254;
        padding: 0 10px 10px 10px;
    }

    .footer-bottom {
        border-top: 2px solid #3e4041;
        width: 70%;
        margin: 0px auto 20px auto;
        display: block;
        /* padding: 20px 0; */
    }

    .back-to-top {
        padding-top: 8px;
        position: fixed;
        right: 30px;
        bottom: 60px;
        display: inline-block;
        width: 100px;
    }

    /*****inner page*******/
    .innder_page {
        padding: 60px 0;
        margin-top: 0px;
    }

    .comment_time p {
        font-size: 12px;
    }

    .blog_article_title h2 {
        font-size: 18px;
        color: #303437;
        font-weight: 500;
        width: 100%;
    }

    .list_flex .name p {
        font-weight: 500;
        color: #08406f;
        font-size: 12px;
    }

    .blog_title_h4 h3 {
        font-size: 16px;
        font-weight: 500;
        color: #191b1c;
        padding-bottom: 10px;
    }

    .blog_des_p p {
        font-size: 13px;
        font-weight: 400;
        color: #515354;
        padding-bottom: 40px;
    }

    .Groups ul.tabs li {

        padding: 25px 6px;
        height: 31px;
        line-height: 31px;

    }

    /*****opening****/
    .profile_mt {
        margin-top: 0;
    }

}

@media(max-width:1040px) {
    .banner {
        margin-top: 8px;
        padding: 100px 0 0 0;
    }

    .banner_caption h3 {
        font-size: 69px;
        display: inline-block;

    }

    .banner_caption h3:after {
        right: -123px;
    }

    .art_des P {
        font-size: 15px;

        line-height: 22px;
    }

    .articles_title h2 {
        font-size: 23px;
        color: #fff;
    }

    .nav-tabs li {
        display: inline-block;
        width: 21%;
        justify-content: space-between;
        align-items: center;
        float: left;
    }

    /**inner page**********/
    .Groups ul.tabs li {
        padding: 25px 4px;
        height: 31px;
        line-height: 31px;
    }

    .innder_page {
        padding: 60px 0;
        margin-top: 4px;
    }

    .list_flex .name p {
        font-weight: 500;
        color: #08406f;
        font-size: 15px;
    }

    .comment_time p {
        font-size: 14px;
    }

    .blog_title_h4 h3 {
        font-size: 20px;
        font-weight: 500;
        color: #191b1c;
        padding-bottom: 10px;
    }

    .blog_des_p p {
        font-size: 16px;
        font-weight: 400;
        color: #515354;
        padding-bottom: 40px;
    }










}

@media(max-width:991px) {
    .banner {
        margin-top: 8px;
        padding: 34px 0 20px 0;
    }

    .banner_caption {
        padding: 134px 0 0px 0;
    }

    .banner_caption h3 {
        font-size: 49px;

    }

    .banner_caption h3:after {
        right: -138px;
    }

    .banner_caption p {
        font-size: 15px;

        padding: 15px 0% 15px 0;
        line-height: 18px;
    }

    .blog_title .user_des h4 {
        font-size: 16px;
        color: #1e2124;
        font-weight: 700;
    }

    .blog_title .user_des p {
        font-size: 14px;
        padding-bottom: 0;
    }



    .user_des h4 span {
        font-size: 16px;
        color: #00aeef;
        font-weight: 400;
    }

    .blog_des p {
        font-size: 12px;

    }

    .blog_des p span {
        display: block;
        padding-top: 7px;
    }

    .blog_sec3 .blog-sec4 p {
        padding: 10px 0;
        font-weight: 500;
        font-size: 12px;
    }

    .replaied div:last-child {
        font-size: 12px;
    }

    .articles_title h2 {
        font-size: 16px;
        color: #fff;
    }

    .art_des P {
        font-size: 11px;
        line-height: 14px;
    }

    .comment_title {

        font-size: 17px;
        padding: 6px 10px;

    }

    .tag li a {
        font-size: 12px;
        color: #343739;
        display: block;
    }

    .nav-tabs li {
        padding-left: 0;
        width: 22%;

    }

    .nav-tabs li a {
        font-size: 11px;
    }

    .view_more {
        font-size: 15px;
    }

    .wtrk h5 {
        font-size: 9px;
        padding: 0 2px;
        font-weight: 500;
    }

    /****inner page******/
    .about_us_about {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
        margin: 40px auto 20px auto;
        padding: 0;
    }

    .Groups ul.tabs li {
        padding: 25px 4px;
        height: 31px;
        line-height: 31px;
        font-size: 11px;
    }

    .list_chat li a {
        color: #fff;
        font-size: 16px;
    }

    .inner_title h2 {
        color: #303437;
        font-size: 40px;
        font-weight: 400;
    }

    .img_des h4 {
        font-size: 13px;
        color: #2c2f31;
    }

    .recent_post .img_des h4 span {
        color: #043c6c;
        font-size: 10px;
    }

    /****forums**/
    .forum_left .img_des {
        width: 90%;
        float: right;
        padding: 5px 16px;
    }

    .haeding h4 {
        font-size: 14px;

    }

    .reoping_date h6 {
        font-size: 11px;
        color: #08406f;
        padding-bottom: 15px;
    }

    .opening_sec h2 {
        font-size: 29px;
        color: #27292a;
        text-align: center;
        padding: 50px 0;
    }

    .school .blog_des p {
        font-size: 12px;
        padding-bottom: 15px;
    }

    .opening_schhol .list_city li {
        padding-left: 0;
        padding-right: 20px;
        position: relative;
        color: #1f2021;
        font-size: 17px;
    }

    .opening_schhol .list_city li:last-child:after {
        position: absolute;
        content: '|';
        color: #afbdc7;
        top: 11px;
        bottom: 0;
        left: 0;
    }

    .locaton P {
        color: #08406f;
        font-weight: 600;
        padding-right: 15px;
        font-size: 12px;
        padding-bottom: 12px;
    }

    .bbc_news a {
        text-decoration: underline;
        font-weight: 600;
        color: #616467;
        font-size: 12px;
    }

    .school .comm_se a {
        color: #44484b;
        font-size: 13px;
        text-align: center;
        display: inline-block;
    }

    .school .blog_feedback img {
        padding-top: 10px;
        width: 33px;
    }

    .contribute_sec h3 {
        color: #1f2021;
        font-size: 10px;
    }

    .school .inner_sec .col-md-1 {
        padding-left: 2px;
        padding-right: 2px;
    }
}

@media(max-width:767px) {
    .left_img img {
        display: block;
        margin: auto;
    }

    .banner {
        padding: 20px 0;
    }

    .banner_caption {
        padding: 12px 0 25px 0;
    }

    .blog_left {
        width: 100%;
        float: left;
    }

    .blog_right {
        padding-left: 0;
        width: 100%;
    }

    .art_des P {
        font-size: 14px;
        line-height: 17px;
    }

    .user_des h4 {
        font-size: 21px;
        color: #1e2124;
        font-weight: 700;
    }

        .user_des p {
        font-size: 13px;
        padding: 0;
    }

    .time {
    right: unset;
    bottom: unset;
    font-size: 11px;
    position: relative;
    width: 100%;
    display: inline-block;
    padding-left: 54px;
}

    .user_des h4 span {
        font-size: 16px;
        color: #00aeef;
        font-weight: 400;
    }

    .tag li a {
        font-size: 16px;
        color: #343739;
        display: block;
    }

    .articles_title h2 {
        font-size: 23px;
        color: #fff;
    }

    .nav-tabs li a {
        font-size: 21px;
    }



    .nav-tabs {
        margin: 0 0 63px 0;
        padding: 0;
    }

    .wtrk h5 {
        font-size: 12px;
        padding: 0 2px;
        font-weight: 500;
    }

    /***inner page*************/
    .add_frnd {
        margin-top: 20px;
    }

    .boder_box {
        height: auto;
    }

    .about_us_about {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 40px auto 20px auto;
        padding: 0;
    }

    .about_us_about1 {
        display: block;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 20px auto;
    }

    .about_us_about1 li {
        text-align: center;
        background: #fff;
        border-radius: 1px;
        margin: 0 10px;
        float: left;
        padding-left: 0;
        height: 250px;
        width: 46%;
        display: inline-block;
        margin-bottom: 20px;
    }

    .inner_title h2 {
        color: #303437;
        font-size: 44px;
        font-weight: 400;
    }

    .blog_article_left {
        width: 100%;
        float: left;
    }

    .blog_article_title h2 {
        font-size: 16px;
        color: #303437;
        font-weight: 500;
        width: 100%;
    }


    .sub_btn {
        color: #fff;
        background: #08406f;
        border: none;
        border-radius: 5px;
        padding: 10px 9px;
        cursor: pointer;
        display: block;
        margin: 30px auto 40px auto;
    }

    .Groups ul.tabs li {
        padding: 25px 25px;
        height: 31px;
        line-height: 31px;
        font-size: 17px;
    }

    /***forums***/
    .forum_right {
        float: left;
        width: 100%;
        padding-left: 0px;
        margin-top: 95px;
    }

    .forum_left {
        width: 100%;
        float: none;
    }

    .mt_30 {
        margin-top: 20px;
    }

    .inner_title img {
        width: 60px;
    }

    .forum .pagination {
        float: right;
        width: 28%;
        margin: 27px 0;
    }

    .opening_sec h2 {
        font-size: 25px;
        color: #27292a;
        text-align: center;
        padding: 26px 0 35px 0;
    }

    .opening_search_form {
        margin-bottom: 16px;
    }

    .school .user_des h4 {
        font-size: 16px;
        color: #1e2124;
        font-weight: 700;
    }

    .school .inner_sec img {
        padding: 0;
        display: block;
        margin: 0 auto 15px auto;
    }
}

@media(max-width:575px) {
    .logo {
        width: 108px;
        padding: 0 0;
        margin-top: 12px;
        float: left;
    }

    .banner_caption h3 {
        font-size: 38px;
    }

    .banner_caption p {
        font-size: 12px;
        padding: 6px 0% 2px 0;
        padding: 14px 0% 15px 0;
    }

    .banner_caption a {
        font-size: 15px;
        width: 116px;
        margin-top: 0px;
    }

    .blog_sec4,
    .blog_sec1,
    .blog_sec3,
    .blog_sec2 {

        padding: 14px 5px;
        margin-bottom: 16px;

    }

    .banner_caption h3:after {
        content: none;
    }

    .sign_in_btn {
        font-size: 15px;
    }

    .btn-with-google {
        font-size: 15px;
    }

    .newnd_forget li a {
        font-size: 11px;


    }

    .form-container input[type=text],
    .form-container input[type=password] {
        width: 100%;
        padding: 16px 10px;
        margin: 5px 0 10px 0;
        border: none;
        background: #dce3e8;
        border-radius: 5px;
    }

    .love {
        padding-left: 45px;
    }

    /***inner page****/
    .innder_page {
        padding: 35px 0;
        margin-top: 0px;
    }

    .inner_title h2 {
    font-size: 24px;
}

    .about_us_about {
        display: block;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 40px auto 20px auto;
        padding: 0;
    }

    .about_us_about li {
        width: 100%;
        text-align: center;
        background: #fff;
        border-radius: 1px;
        margin: 0 0px 20px 0;

        float: left;
        padding-left: 0;
        height: auto;
    }

    .about_us_about1 li {
        width: 100%;
        text-align: center;
        background: #fff;
        border-radius: 1px;
        margin: 0 0px 20px 0;
        float: left;
        padding-left: 0;
        height: auto;
    }

    .articles_title h2 {
        font-size: 18px;
        color: #fff;
    }

    .user_des h4 {
        font-size: 14px;
        color: #1e2124;
        font-weight: 700;
    }

    .user_des h4 span {
        font-size: 12px;
        color: #00aeef;
        font-weight: 400;
    }

    .tag li a {
        font-size: 13px;
        color: #343739;
        display: block;
    }

    .nav-tabs li a {
        font-size: 13px;
    }

    .d_flex1 p {
        font-size: 9px;
    }

    .Groups ul.tabs li {
        padding: 25px 22px;
        height: 31px;
        line-height: 31px;
        font-size: 14px;
    }

    .forum_left .img_holder {
        width: 100%;
        float: none;
    }

    .forum_left .img_holder img {
        margin: auto;
        display: block;

    }

    .forum_left .img_des {
        width: 100%;
        float: none;
        padding: 11px 16px;
        text-align: center;
    }

    .forum_left .des_p p {
        text-align: center;
    }



    .contribute_sec {
        display: block;
    }

    .contribute_sec h3 {
        color: #1f2021;
        font-size: 18px;
        text-align: center;
    }

    .black_box {
        width: 100%;
        height: 1px;
        background: #000;
        margin: 10px 0;
    }

    .inner_sec h6 {
        color: #3c3e40;
        font-size: 15px;
        font-weight: 400;
        padding-bottom: 9px;
        text-align: center;
    }

    .school .user_des h4 {
        font-size: 13px;
        color: #1e2124;
        font-weight: 700;
    }

    .school .comm_se a {
        color: #44484b;
        font-size: 12px;
        text-align: center;
        display: inline-block;
    }

    .school .comm_se {

        padding: 15px 0px 15px 0px;
        border-radius: 5px;
        height: 54px;
    }

    .haeding h4 {
        font-size: 15px;
    }

    .school .admin_details {
        display: block;
        /* justify-content: space-between; */
        align-items: center;
    }

    .user_des p {
        font-size: 11px;
    }

    .bbc_news a {
        text-decoration: underline;
        font-weight: 600;
        color: #616467;
        font-size: 12px;
        display: inline-block;
        margin-top: 10px;
    }



}

@media(max-width:420px) {


    .locaton {
        display: block;
        justify-content: flex-start;
        align-items: center;
    }

    .opening_flex {
        display: block;
        justify-content: space-between;
        align-items: center;
    }

    .bbc_news a {
        text-decoration: underline;
        font-weight: 600;
        color: #616467;
        font-size: 12px;
        display: inline-block;
        margin-top: 0px;
    }

    .school .comm_se {
        padding: 15px 0px 15px 0px;
        border-radius: 5px;
        height: 76px;
    }
}


/* profile-banner-section */

.profile-banner-section {
    padding: 100px 0 0;
    margin: 0;
}

.profile-banner {
    margin: 30px 0 0;
    position: relative;
}

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 0 auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.avatar-upload .cover-preview {
    width: 100%;
    height: 100%;
}

.avatar-upload .cover-preview > img {
    width: 100%;
    height: 100%;
}

.profile-banner .avatar-upload {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    height: 420px;
}

.profile-banner .avatar-upload .avatar-preview {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 100%;
    border: none;
    box-shadow: none;
}
.profile-banner .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.profile-banner .avatar-upload .avatar-preview:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 40px 40px 0 0;
    height: 100%;
    background: -moz-linear-gradient(270deg, rgba(3,16,27,0) 0%, rgba(3,16,27,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(3,16,27,0)), color-stop(100%, rgba(3,16,27,1)));
    background: -webkit-linear-gradient(270deg, rgba(3,16,27,0) 0%, rgba(3,16,27,1) 100%);
    background: -o-linear-gradient(270deg, rgba(3,16,27,0) 0%, rgba(3,16,27,1) 100%);
    background: -ms-linear-gradient(270deg, rgba(3,16,27,0) 0%, rgba(3,16,27,1) 100%);
    background: linear-gradient(180deg, rgba(3,16,27,0) 0%, rgba(3,16,27,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03101b', endColorstr='#03101b',GradientType=0 );
}

.profile-banner .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: auto;
    height: auto;
    margin-bottom: 0;
    border-radius: 30px;
    background: #FFFFFF;
    border: none;
    box-shadow: none;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    position: absolute;
    bottom: 30px;
    right: 30px;
    padding: 10px 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.571em;
    font-weight: 600;
    color: #1f1f1f;
}

.profile-banner .avatar-upload .avatar-edit input + label i {
    color: #01aeef;
    font-size: 26px;
    font-weight: 300;
    vertical-align: middle;
    padding-right: 6px;
}
.profile-banner .avatar-upload .avatar-edit input + label:hover {
    background: #01aeef;
    color: #ffffff;
}

.profile-banner .avatar-upload .avatar-edit input + label:hover i {
    color: #ffffff;
}

.profile-banner .avatar-upload .avatar-edit input + label:after {
    display: none;
}

.profile-banner .avatar-upload .avatar-edit {
    position: absolute;
    right: 0;
    z-index: 9;
    top: inherit;
    width: 100%;
    height: 100%;
    bottom: 0;
}

.avatar-upload-section {
    position: relative;
    background: #ffffff;
    height: 170px;
    max-width: 64%;
    padding: 0 30px;
}

.avatar-upload-section .avatar-upload {
    position: relative;
    max-width: 300px;
    margin: 0 0;
    float: left;
    z-index: 99;
    margin-top: -150px;
}

.avatar-upload-section .avatar-upload .avatar-preview {
    width: 300px;
    height: 300px;
    position: relative;
    border-radius: 100%;
    border: 5px solid #00aeef;
    box-shadow: none;

}

.avatar-upload-section .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 4px solid #00aeef;
    box-shadow: none;
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    color: #00aeef;
}
.avatar-upload-section .avatar-upload .avatar-edit input + label::after {
    content: "\f040";
    font-family: 'FontAwesome';
    color: #00aeef;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    font-size: 21px;
}

.avatar-upload-section .avatar-upload .avatar-edit {
    position: absolute;
    right: 47px;
    z-index: 1;
    top: 10px;
}

.avatar-info {
    padding: 30px 0px 0 30px;
    float: left;
}

.avatar-name {
    padding: 15px 0;
}

.avatar-info h3 {
    font-size: 30px;
    font-weight: 600;
    color: #2a2e31;
    padding-bottom: 10px;
    line-height: 24px;
    float: left;
}

.avatar-info h3 a {
    color: #2a2e31;
}

.avatar-info h4 {
    font-size: 20px;
    font-weight: 400;
    color: #79838a;
    padding: 0 0 0 30px;
    line-height: 24px;
    float: left;
}

.avatar-info .avatar-status h3 {
    font-size: 24px;
    font-weight: 500;
    color: #00aeef;
    line-height: 24px;
    float: left;
}

.avatar-info .avatar-status h4 {
    font-size: 18px;
    font-weight: 600;
    color: #282b2e;
    padding: 0 0 0 20px;
    line-height: 24px;
    float: left;
}

.avatar-info .avatar-status h4 .active {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #15a634;
    display: inline-block;
    vertical-align: middle;
}


.profile-details {
    padding: 0 0 50px;
}

.profile-left {
    width: 66.66%;
    float: left;
    padding: 40px 0 0;
}

.profile-right {
    width: 33.33%;
    float: right;
    padding-left: 0;
    margin-top: -100px;
}

.profile-wrapper {
    padding-right: 30px;
}

.profile-nav {
    margin: 15px 0 30px;
}
.profile-nav ul {
    padding: 0;
    margin: 0;
}
.profile-nav ul li {
    text-align: center;
    width: 11%;
    float: left;
    color: #00aeef;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.profile-nav ul li a {
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #465159;
    line-height: 24px;
}

.profile-nav ul li p {
    text-align: center;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #465159;
    line-height: 24px;
    padding: 0;
    margin: 0;
}

.profile-nav ul li a:hover p,
.profile-nav ul li.active p {
    color: #1c1d1e;
}

.profile-nav ul li img  {
    text-align: center;
    display: block;
   margin: 0 auto 5px;
}
.profile-nav-icon {
    position: relative;
    display: inline-block;
    clear: both;
}

.profile-nav-notyfication {
    position: absolute;
    top: -4px;
    right: -2px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #be2c2c;
    font-size: 10px;
    font-weight: 600;
    color: #ffffff;
    line-height: 15px;
}

.profile-forum-details {
    margin-top: 70px;
}

.profile-forum-details .tabbed-content2 {
    background: transparent;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .profile-forum-details .tabs2 ul {
    margin: 0;
    padding: 0 0 0 0;
  }
  .profile-forum-details .tabs2 ul li {
    background: transparent;
    margin: 0;
    padding: 0 20px 0 0;
    cursor: pointer;
  }
  .profile-forum-details .tabs2 ul li a {
    padding: 0;
    margin: 0;
    padding: 0 0 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #50565a;
    line-height: 24px;
  }
  .profile-forum-details .tabs2 ul li p {
    padding: 0;
    margin: 0;
    padding: 0 0 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #50565a;
    line-height: 24px;
  }
  .profile-forum-details .tabs2 ul li a:hover, .profile-forum-details .tabs2 ul li a.active {
    color: #151617;
  }

  .profile-forum-details .tabs2 ul li a:hover, .profile-forum-details .tabs2 ul li p.active {
    color: #151617;
  }

  .profile-forum-details .item2 {
    margin-bottom: 0;
  }

  .profile-forum-details .item2.active .item-content2 {
    padding: 20px 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .profile-forum-details .tabbed-content2 .tabs2 {
    display: block;
  }
  .profile-forum-details .tabbed-content2 .tabs2 li {
    display: inline-block;
  }
  .profile-forum-details .tabbed-content2 .tabs2 li a {
    display: block;
  }

  .profile-forum-details .tabbed-content2 .tabs2 li p {
    display: block;
    cursor: pointer;
  }

  .profile-forum-details .tabbed-content2 .item2 {
    min-height: 0;
  }
  .profile-forum-details .tabbed-content2 .item2::before {
    display: none;
  }
  .profile-forum-details .item2.active .item-content2 {
    padding-top: 0;
  }

  .profile-forum-details .tabs-side .tabs2 li {
    margin-bottom: 2px;
  }

  .profile-forum-details .tabbed-content2 .item2 .item-content2 {
    display: none;
    visibility: hidden;

  }

  .profile-forum-details .tabbed-content2 .item2.active .item-content2 {
    visibility: visible;
    display: block;
  }



  @media all and (max-width: 767px) {
    .profile-forum-details .tabbed-content2 .item2::before {
      content: attr(data-title);
      height: 25px;
    }
    .profile-forum-details .tabbed-content2 .tabs2 {
      display: none;
    }
    .profile-forum-details .item2::before {
      cursor: pointer;
      font-weight: 600;
      background: #f2f2f2;
      padding: 10px 15px;
      display: block;
      height: 25px;
    }

    .profile-forum-details .item2.active::before {
      background: #08406f;
      color: #ffffff;
    }
    .profile-forum-details .item2 {
      margin-bottom: 10px;
    }

    .profile-forum-details .tabbed-content2 .item2 {
      min-height: 2em;
    }
    .profile-forum-details .tabbed-content2 .tabs2 li {
      display: block;
    }
    .profile-forum-details .tabbed-content2 .item2::before {
      display: block;
    }
  }

.profile-forum-column {
    padding: 25px 0;
}

.profile-forum-search.forums_inner_page .form-control {
    width: 100%;
    outline: none;
    border: none;
    padding: 14px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #c2cbd1;
}

.profile-forum-search .search_btn {
    background: #08406f;
    padding: 5px 30px;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}
.profile-forum-column .search_btn:hover {
    background: #00aeef;
}

.profile-forum-search {
    margin-bottom: 30px;
}

.profile-forum-listing {
    background: #ffffff;
    border-bottom: 2px solid #c1c3c5;
    padding: 20px 25px;
    margin-bottom: 20px;
    position: relative;
}

.profile-forum-image {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: relative;
}
.profile-forum-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    object-fit: cover;
}
.forum-chat-icon {
    position: absolute;
    bottom: -5px;
    right: -3px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    background: #00aeef;
    cursor: pointer;
}
.forum-chat-icon:hover {
    background: #08406f;
}


.profile-forum-info {
    float: left;
    width: calc(100% - 70px);
    padding-left: 15px;
}

.profile-forum-info h4 {
    font-size: 14px;
    font-weight: 400;
    color: #91969a;
    padding-bottom: 10px;
    line-height: 20px;
    margin: 0;
    padding: 0 0 10px;
}

.profile-forum-info h3 {
    font-size: 16px;
    font-weight: 400;
    color: #484f53;
    padding-bottom: 0;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
.profile-forum-info h3 span {
    color: #1a1c1d;
    font-weight: 600;
}

.profile-forum-info h3 a {
    color: #08406f;
    font-weight: 600;
}

.profile-forum-info h3 a:hover {
    color: #00aeef;
}

.profile-forum-date-info {
    width: 100%;
    clear: both;
    float: none;
    font-size: 13px;
    font-weight: 600;
    color: #787e83;
    padding-bottom: 0;
    line-height: 24px;
    margin: 0;
    padding: 15px 0 0;
}

.pager {
    font-size: 15px;
    font-weight: 400;
    color: #6a7177;
    line-height: 20px;
    margin: 0;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}

.Favourites-star {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size:30px;
    font-weight: 400;
    color: #00aeef;
    line-height: 20px;
    cursor: pointer;
}
.my_account a {
    color: #4c5155;
}

.page-header-inner .my_account {
    max-width: 180px;
    color: #4c5155;
    position: relative;
}
.page-header-inner .my_account img {
    padding-right: 0;
    border: 4px solid #bad2e5;
    border-radius: 50%;
    display: block;
    margin-right: 15px;
    width: 40px;
    height: 40px;
}

.page-header-inner .my_account i {
    transform: rotate(90deg);
    line-height: 1.3em;
    margin-left: 7px;
    font-weight: 300;
    font-size: 10px;
}

.group-details {
    margin: 30px 0 0;
}
.group-column {
    background: #ffffff;
    margin: 0 0 20px;
}
.group-info {
    float: left;
}

.group-links {
    float: right;
    margin: 21px 15px 0 0;
}
.group-photo {
    float: left;
    width: 120px;
    position: relative;
}

.group-info-details {
    float: left;
    margin: 15px 0 0 8px;
}
.group-banner {
    width: 90px;
    height: 80px;
}
.group-banner img,
.group-pro-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.group-pro-image img {
    border-radius: 100%;
}
.group-pro-image {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border:2px solid #ffffff;
    position: absolute;
    right: 0;
    top: 10px;
}

.group-info-details h3 {
    font-size: 15px;
    font-weight: 600;
    color: #1d2022;
    padding-bottom: 5px;
    line-height: 24px;
    float: left;
}
.group-info-details h4 {
    font-size: 13px;
    font-weight: 400;
    color: #838587;
    padding: 0 0 0 20px;
    line-height: 24px;
    float: left;
}

.group-info-details ul {
    clear: both;
    margin: 0;
    padding: 0;
}
.group-info-details ul li {
    margin: 0;
    padding: 0 15px;
    background: url(../img/seperator.png) 0 6px no-repeat;
    float: left;
    font-size: 13px;
    font-weight: 400;
    color: #676e74;
}
.group-info-details ul li:first-child {
    background: none;
    padding-left: 0;
}
.group-info-details ul li a{
    color: #326087;
}
.group-column .btn {
    font-size: 14px;
    display: inline-block;
    padding: 12px 20px 12px 20px;
    line-height: 1em;
    border-radius: 3px;
    text-decoration: none;
    border: none;
    font-weight: 600;
    text-transform: inherit;
    position: relative;
    transition: all .4s ease-in-out;
    vertical-align: middle;
    letter-spacing: 0.75px;
    cursor: pointer;
}

.group-column .btn.btn-secondary {
    background: #d5dee5;
    color: #3b4349;
}
.group-column .btn.btn-secondary:hover {
    background: #3b4349;
    color: #ffffff;
}
.group-column .btn.btn-primary {
    background: #00aeef;
}

.group-column .btn.btn-primary:hover {
    background: #043c6c;
}





@media(min-width: 1200px) {
    .page-header-inner .nav-primary ul li a{
        padding: 0 0 18px;
    }

    .search-icon {
        margin-top: 10px;
    }

}

@media(min-width: 1600px) {
    .profile-nav ul li a {
    font-size: 18px;
    }

    .profile-forum-details .tabs2 ul li a {
    font-size: 18px;
    }
    .profile-forum-info h3 {
    font-size: 18px;
    }

    .group-info-details h3 {
        font-size: 17px;
    }
    .group-info-details h4 {
        font-size: 14px;
    }

    .group-info-details ul li {
        font-size: 14px;
    }

}
@media(max-width: 1299px) {
    .avatar-info {
        width: calc(100% - 300px);
        padding: 30px 0px 0 7px;
    }

    .group-links {
        float: none;
        margin: 0;
        padding: 20px 0 17px 20px;
    }
    .group-info {
        float: none;
    }
}

@media(max-width: 1199px) {
    .avatar-upload-section .avatar-upload .avatar-preview {
        width: 200px;
        height: 200px;
    }

    .avatar-upload-section .avatar-upload {
        max-width: 200px;
        margin-top: -100px;
    }

    .avatar-info {
        width: calc(100% - 200px);
        padding: 30px 0px 0 15px;
    }

    .avatar-info h3 {
        font-size: 20px;
        padding-bottom: 0;
    }

    .avatar-info {
        padding: 8px 0px 0 15px;
    }

    .avatar-info h4 {
        font-size: 16px;
    }
    .avatar-info .avatar-status h3 {
        font-size: 19px;
    }
    .avatar-info .avatar-status h4 {
        font-size: 15px;
    }
    .avatar-upload-section {
        height: 120px;
    }

    .profile-right {
        margin-top: -60px;
    }

    .profile-forum-details .tabs2 ul li a {
        font-size: 14px;
    }

    .avatar-upload-section .avatar-upload .avatar-edit {
        top: -9px;
    }
}

@media(max-width: 1024px) {

    .profile-banner-section {
        padding: 0;
        margin: 0;
    }

    .profile-banner .avatar-upload {
        height: 250px;
    }

    .profile-right {
        margin-top: 50px;
    }

    .avatar-upload-section {
        max-width: 100%;
    }

    .profile-left {
        width: 100%;
        float: none;
    }

    .profile-right {
        width: 100%;
        float: none;
        margin-top: 0;
    }

    .profile-wrapper {
        padding-right: 0;
    }

    .profile-nav ul li p {
        font-size: 13px;
        font-weight: 400;
    }
}

@media(max-width: 1024px) {

    .profile-nav ul li {
        width: 33.33%;
        margin: 0 0 25px;
    }
    .avatar-upload-section .avatar-upload .avatar-preview {
        width: 100px;
        height: 100px;
        border: 3px solid #00aeef;
    }

    .avatar-upload-section .avatar-upload {
        max-width: 75px;
        margin-top: -50px;
    }
    .avatar-upload-section .avatar-upload .avatar-edit input + label::after {
        top: 2px;
        font-size: 13px;
    }
    .avatar-upload-section .avatar-upload .avatar-edit input + label {
        width: 30px;
        height: 30px;
        border: 3px solid #00aeef;
    }
        .avatar-upload-section .avatar-upload .avatar-edit {
        top: inherit;
        right: -30px;
        bottom: 0px;
    }

    .avatar-upload-section {
        padding: 0 10px;
        height: auto;
    }
    .avatar-info {
        padding: 0 0 15px 0;
        width: 100%;
    }
    .avatar-info h3 {
        font-size: 14px;
        padding-bottom: 0;
    }
    .avatar-info h4 {
        font-size: 14px;
    }

    .avatar-info .avatar-status h3 {
        font-size: 14px;
    }

    .avatar-info .avatar-status h4 {
        font-size: 14px;
    }

    .avatar-info .avatar-status h4 .active {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-right: 4px;
    }

    .avatar-name {
        padding: 15px 0 2px;
    }

    .profile-forum-column {
        padding: 25px 0 0;
    }

    .profile-right {
        margin-top: 50px;
    }

    .profile-forum-info h3 {
        font-size: 14px;
    }

    .profile-forum-listing {
        padding: 20px 12px;
    }

    .profile-forum-image {
        width: 50px;
        height: 50px;
    }

    .forum-chat-icon {
        width: 25px;
        height: 25px;
        font-size: 16px;
        line-height: 25px;
    }

    .profile-forum-info {
        width: calc(100% - 50px);
    }
    .profile-forum-info h4 {
        font-size: 13px;
    }
    .Favourites-star {
        right: 17px;
        top: 18px;
        font-size: 19px;
    }
    .profile-banner .avatar-upload .avatar-edit input + label {
        bottom: 20px;
        right: 10px;
        padding: 6px 15px;
        font-size: 12px;
    }
    .profile-banner .avatar-upload .avatar-edit input + label i {
        font-size: 19px;
    }
    .page-header-inner .my_account img {
        border: 3px solid #bad2e5;
        margin-right: 7px;
        width: 35px;
        height: 35px;
    }

    .my_account a {
        color: #4c5155;
        font-size: 13px;
    }
    .logo {
        margin-top: 3px;
    }
    .page-header-inner .my_account {
        margin-top: 6px;
    }
    .group-info-details h4 {
        font-size: 13px;
        padding: 0;
    }
    .group-info-details {
        float: left;
        margin: 10px 0 0 20px;
    }
}


/* settings_details */

.settings_details {
    margin: 30px 0;
}
.settings_form_col {
    margin-bottom: 30px;
    position: relative;
}

.settings_form_col label {
    font-size: 18px;
    font-weight: 600;
    color: #191b1c;
    line-height: 24px;
    padding: 0 0 10px;
    margin: 0;
    display: block;
}
.input_col {
    padding: 0 0;
    margin: 0;
    display: block;
    border: 1px solid #a0acb5;
    background: #ffffff;
    border-radius: 3px;
    width: 100%;
    height: 50px;
    position: relative;
}

.settings_form_col .input {
    font-size: 16px;
    font-weight: 400;
    color: #191b1c;
    line-height: 24px;
    padding: 0 80px 0 22px;
    margin: 0;
    display: block;
    background: #ffffff;
    border-radius: 3px;
    width: 100%;
    border:none;
    height: 100%;
}
.input_icon {
    position: absolute;
    right: 0;
    top: 0;
    background: #00aeef;
    width: 70px;
    height: 100%;
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
}
.input_icon:hover {
    background: #043c6c;
}

.settings_form_col a {
    font-size: 16px;
    font-weight: 600;
    color: #043c6c;
    line-height: 24px;
    padding: 15px 0 0;
    margin: 0;
    display: inline-block;
}

.settings_form_col a:hover {
    color: #00aeef;
}

.accordion2 {
	width: 100%;
}
.accordion2 h3 {
	background: #41627e url(../img/plus.png) 98% center no-repeat ;
	padding: 12px 30px;
	margin: 15px 0 0 0;
	font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    line-height: 24px;
	cursor: pointer;
}

.accordion2 h3.active {
	background: #41627e url(../img/minus.png) 98% center no-repeat ;
}

.aaa {
	background: transparent;
	margin: 0;
	padding: 20px 0 20px;
	display: none;
}

.settings_form_col .btn {
    font-size: 18px;
    padding:20px 40px 20px 40px;
    text-transform: inherit;
    letter-spacing: 0;
}

.email_column {
    margin: 0 0 20px;
}
.email_column h3 {
	padding: 0 0 10px;
	margin: 0 0 0 0;
	font-size: 24px;
    font-weight: 600;
    color: #043c6c;
    line-height: 24px;
}
.email_column_sub {
    padding: 15px 0;
}

.email_column_sub h4 {
	padding: 0 0 0;
	margin: 0 0 0 0;
	font-size: 20px;
    font-weight: 600;
    color: #191b1c;
    line-height: 24px;
    float: left;
    max-width: 80%;
}
.email_column_sub h4 span {
	padding: 0 0 0 10px;
	font-size: 16px;
    font-weight: 400;
    color: #585f64;
}
.email_column_sub p {
	padding: 0 0 0;
	margin: 0 0 0 0;
	font-size: 18px;
    font-weight: 400;
    color: #191b1c;
    line-height: 24px;
    float: left;
    max-width: 80%;
}

.email_status {
    float: right;
}


.contain-toggle {
    padding: 20px 10px;
    box-sizing: border-box;
    background: lightgray;
    border-radius: 100px;
  }

  .switch {
    position: relative;
    display: block;
    width: 75px;
    height: 30px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .switch input {
    position: relative;
    z-index: 2;
    height: inherit;
    width: inherit;
    opacity: 0;
    cursor: pointer;
  }
  .switch input:checked + .slider:before {
    -webkit-transform: translatex(90%);
     transform: translatex(90%);
    background: #00aeef;
    left: 16px;
    cursor: pointer;
  }
  .switch input:checked + .slider {
    background: #ffffff;
    border: 1px solid #00aeef;
    cursor: pointer;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    box-sizing: border-box;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    border-radius: 100px;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    border: 1px solid #95a4aa;
    cursor: pointer;
  }
  .slider:before {
    position: absolute;
    content: '';
    height: 30px;
    width: 30px;
    top: -1px;
    left: 0;
    border-radius: 50%;
    z-index: 1;
    background: #95a4aa;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    cursor: pointer;
  }

.social_media h3 {
    padding: 0 0 0;
    margin: 0 0 30px 0;
    font-size: 20px;
    font-weight: 600;
    color: #191b1c;
    line-height: 24px;
}

.social_login ul {
    margin: 0 0 0;
    padding: 0 0 0;
    background: none;
}

.social_login li {
    margin: 0 0 10px;
    padding: 0 0 0;
    background: none;
}
.social_login li a {
    padding: 15px 30px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #191b1c;
    line-height: 24px;
    background:#ffffff;
    display: block;
    background: #ffffff url(../img/arrow.png) 98% center no-repeat ;
}

.social_login li p {
    padding: 15px 30px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #191b1c;
    line-height: 24px;
    background:#ffffff;
    display: block;
    background: #ffffff url(../img/arrow.png) 98% center no-repeat ;
}
.social_login li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.social_login li a:hover {
    color: #00aeef;
    background: #f2f2f2 url(../img/arrow.png) 98% center no-repeat ;
}

.parent {
  width: 350px;
}

.title {
  margin-bottom: 0;
}
.email_column2 .selectric-wrapper {
    position: relative;
    cursor: pointer;
    display: none;
}
/* styles */
.custom-select {
  position: relative;
}

.custom-select-options {
  background: #fff;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 9;
  max-height: 0;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}
.custom-select-options li {
  position: relative;
  padding: 10px;
  border-bottom: none;
  cursor: pointer;
  font-size: 16px;
    color: #585e62;
}
.custom-select-options li .custom-select-img-container {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;

}
.custom-select-options li .custom-select-img-container img {
  width: 100%;
}

.custom-select-options li.is-highlighted:hover {
  color: #00aeef;
}
.custom-select-options li.label {
  color: #00aeef;
}
.custom-select-options li:last-of-type {
  border-bottom: none;
}
.custom-select-options li:hover {
  color: #00aeef;
}
.custom-select-options.is-active {
  -webkit-transition: max-height 0.8s;
  transition: max-height 0.8s;
  max-height: 800px;
  font-size: 14px;
}
.custom-select-options.has-images li {
  padding-left: 50px;
}

.custom-select-active {
    background: #ffffff url(../img/arrow_down.png) 96% center no-repeat ;
    border-radius: 5px;
    height: 46px;
    border: 1px solid #a0acb5;
    line-height: 44px;
    cursor: pointer;
    width: 100%;
    padding: 0 20px;
    font-size: 18px;
    color: #1e2123;
}
.custom-select-active.active {
    background: #ffffff url(../img/arrow_top.png) 96% center no-repeat ;
}
.email_column2 .email_column_sub p {
    padding: 13px 0 0;
}

.data_details h3 {
    padding: 0 0 0;
    margin: 0 0 30px 0;
    font-size: 20px;
    font-weight: 600;
    color: #191b1c;
    line-height: 24px;
}

.data_listing ul {
    padding: 0;
    column-count: 2;
    -moz-column-count: 2;
}
.data_listing ul li {
    padding: 0;
    margin: 0 0 10px 0;
}

.data_listing ul li a {
    padding:17px 12px;
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    color: #191b1c;
    line-height: 24px;
    display: block;
    background: #fff;
    border-radius: 4px;
}

.data_listing ul li a i {
    color: #00aeef;
    padding-right: 5px;
    font-size: 17px;
    font-weight: 300;
    padding-bottom: 2px;
    vertical-align: middle;
    display: inline-block;
}

.data_listing ul li a:hover {
    color: #ffffff;
    background: #00aeef;
}

.data_listing ul li a:hover i {
    color: #ffffff;
}
.settings_form_col2 {
    text-align: center;
    margin-top: 30px;
}
.settings_form_col2 p {
    padding: 0 0 30px;
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    color: #2e3235;
    line-height: 24px;
    display: block;
}
.profile_short {
    width: 100%;
    display: inline-block;
}
.short.profile_short .selectric {
    width: 65%;
}
.delete_account {
    text-align: center;
    background: #77858f;
    padding: 40px 20px;
    border-radius: 5px;
    color: #ffffff;
}

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

.white-logo img  {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.delete_account p {
    padding: 0 0 30px;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    line-height: 26px;
    display: block;
    max-width: 850px;
}

.bb {
    margin-top: 20px;
}

.form_group,
.check,
.form_group label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.settings_form_col3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
}

.btn-primary {
    background: #00aeef;
}

.btn-primary:hover {
    background: #0055A4;
}


@media (min-width: 1600px){
    .data_listing ul li a {
        padding:17px 30px;
        font-size: 18px;
    }
}
@media (max-width: 1024px){
    .data_listing ul li a {
        padding: 14px 12px;
        font-size: 14px;
    }
    .email_column_sub p {
        font-size: 16px;
    }

}


@media (max-width: 767px){
    .profile_short {
        width: 100%;
        float: none;
    }

    .settings_form_col label {
        font-size: 14px;
        line-height: 21px;
    }

    .accordion2 h3 {
        padding: 12px 14px;
        font-size: 15px;
    }
    .aaa {
        padding: 20px 0 0;
    }
    .email_column_sub h4 {
        font-size: 14px;
        line-height: 22px;
        max-width: 75%;
    }

    .switch {
        width: 50px;
        height: 20px;
    }

    .slider::before {
        height: 20px;
        width: 20px;
    }

    .switch input:checked + .slider::before {
        left: 10px;
    }

    .email_column_sub h4 span {
        font-size: 13px;
    }

    .email_column h3 {
        font-size: 17px;
    }
    .email_column_sub p {
        font-size: 14px;
        line-height: 22px;
    }
    .social_login li a {
        padding: 15px 20px;
        font-size: 16px;
    }

    .social_login li a,
    .social_login li a:hover {
        background-position: 92% center;
    }

    .social_login li p {
        padding: 15px 20px;
        font-size: 16px;
    }

    .social_login li p,
    .social_login li p:hover {
        background-position: 92% center;
    }

    .email_column2 .email_column_sub p {
        padding: 0 0 10px;
        float: none;
    }

    .email_status {
        float: none;
    }
    .parent {
        width: 100%;
    }
    .data_listing ul {
        padding: 0;
        column-count: 1;
        -moz-column-count: 1;
    }
    .settings_form_col2 p {
        font-size: 14px;
    }

    .settings_form_col .btn {
        font-size: 16px;
        padding: 20px 20px 20px 20px;
    }

    .delete_account p {
        padding: 0 0 10px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 23px;
    }

    .bb .form_group label {
        font-size: 13px;
    }

    .settings_form_col3 {
        margin: 20px 0 0 20px;
    }
}


/* profile-view-details */

.profile-view-details {
    margin: 0;
    padding: 40px 0;
}
.profile-edit {
    float: right;
}
.profile-edit a {
    padding: 8px 24px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    color: #2b2f31;
    line-height: 26px;
    display: block;
    background: #ffffff;
    border-radius: 30px;
}

.profile-edit a i {
    padding-right: 5px;
    color: #00aeef;
}

.profile-edit a:hover {
    color: #fff;
    background: #00aeef;
}
.profile-edit a:hover i {
    color: #ffffff;
}

.profile-informatiom h4 {
    padding: 0 0 30px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    color: #50565a;
    line-height: 26px;
    display: block;
}

.profile-informatiom p {
    padding:10px 0;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    color: #043c6c;
    line-height: 26px;
    display: block;
}

.profile-informatiom p span {
    color: #191b1c;
    width: 170px;
    display: inline-block;
}

@media (max-width: 767px){
    .profile-informatiom h4 {
        padding: 0 0 5px;
        font-size: 13px;
    }
    .profile-edit a {
        padding: 1px 15px;
        font-size: 13px;
    }

    .profile-informatiom p {
        padding: 3px 0;
        font-size: 13px;
        line-height: 18px;
    }
    .profile-informatiom p span {
        width: 150px;
    }
}

@media (min-width: 768px){
    .Groups ul.tabs li {
        padding: 25px 14px;
        font-size: 14px;
    }
}

@media (min-width: 1499px){
    .Groups ul.tabs li {
        padding: 25px 20px;
        font-size: 18px;
    }
}



.favorites_deatils_section .blog_feedback {
    background-color: transparent;
}

.favorites-details {
    margin: 40px 0;
}

.star {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 9;
}

.favorites-details .user_des p span {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #043c6c;
}

.favorites-details .blog_des p span {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #043c6c;
}

.favorites-details .user_des p span img {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

.favorites-details  .blog_des3 p span {
    display: inline-block;
    padding-top: 0;
}
.favorites-details .blog_des p a {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #043c6c;
}

.favorites-details .blog_des p a:hover {
    color: #00aeef;
}

.white {
    background: #ffffff;
}




/*ritam*/
.friend_inner .profile_short {
    top: -60px;
    position: relative;
}

.friends_inner_details .btn {
    font-size: 14px;
    display: inline-block;
    padding: 12px 20px 12px 20px;
    line-height: 1em;
    border-radius: 3px;
    text-decoration: none;
    border: none;
    font-weight: 600;
    text-transform: inherit;
    position: relative;
    transition: all .4s ease-in-out;
    vertical-align: middle;
    letter-spacing: 0.75px;
    cursor: pointer;
}

.friends_inner_details .btn.btn-secondary {
    background: #d5dee5;
    color: #3b4349;
}
.friends_inner_details .btn.btn-secondary:hover {
    background: #3b4349;
    color: #ffffff;
}
.friends_inner_details .btn.btn-primary {
    background: #00aeef;
}

.friends_inner_details .btn.btn-primary:hover {
    background: #043c6c;
}
.friend-info{
    float: left;
}
.friend-pro-image{
    width: 55px;
    height: 55px;
    float: left;
}
.friend-pro-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.friend-info-details {
    float: left;
    margin: 3px 0 0 8px;
}
.friends_inner_details_col {
    width: 100%;
    display: inline-block;
    padding: 15px;
    background-color: #fff;
}
.friend-links {
    float: right;
    margin: 9px 0 0 0;
}
.friend-info-details a{
    font-size: 18px;
    font-weight: 500;
    color: #1d2022;
}
.friend-info-details a span{
    font-size: 14px;
    font-weight: 500;
    color: #326087;
}

.friend-info-details h4{
    font-size: 14px;
    font-weight: 400;
    color: #297018;
    position: relative;
    padding-left: 12px;
    margin-top: 6px;
}
.friend-info-details h4.active_status:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #297018;
    top: 7px;
    left: 0;
    border-radius: 50px;
}
.friend-info-details h4.deactive_status{
    color: #838587;
    padding-left: 0;
}

.friend-info-details div{
    font-size: 18px;
    font-weight: 500;
    color: #1d2022;
}
.friend-info-details div span{
    font-size: 14px;
    font-weight: 500;
    color: #326087;
}

.friend-info-details h4{
    font-size: 14px;
    font-weight: 400;
    color: #297018;
    position: relative;
    padding-left: 12px;
    margin-top: 6px;
}
.friend-info-details h4.active_status:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #297018;
    top: 7px;
    left: 0;
    border-radius: 50px;
}
.friend-info-details h4.deactive_status{
    color: #838587;
    padding-left: 0;
}




.profile_edit_area{
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}
.profile-forum-details .profile_edit .tabs2 ul li a:hover, .profile-forum-details .profile_edit .tabs2 ul li a.active {
    color: #00aeef;
}

.profile-forum-details .profile_edit .tabs2 ul li a:hover, .profile-forum-details .profile_edit .tabs2 ul li p.active {
    color: #00aeef;
}
.profile_edit .tabs2 ul li p.active {
    color: #00aeef;
}
.custom-select.who_can_see{
    float: right;
}
.profile_edit_field p {
    float: left;
    font-size: 18px;
    font-weight: 600;
    color: #191b1c;
    padding-bottom: 0;
}
.profile_edit_area .selectric-wrapper{
    display: none;
}
.who_can_see .parent {
    width: 160px;
    float: left;
}
.who_can_see .custom-select-active {
    background: transparent url(../img/arrow_down.png) 96% center no-repeat;
    border-radius: 0;
    border: none;
    height: 34px;
    border-bottom: 1px solid #043c6c;
    line-height: 28px;
    font-size: 16px;
    color: #585e62;
    background-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.custom-select-options li {
    font-size: 15px;
}
.who_can_see{
    float: right;
}
.who_can_see h3 {
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #585e62;
    margin-right: 8px;
    margin-top: 10px;
}
.only_field{
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}
.profile_edit_input{
    width: 100%;
    display: inline-block;
    line-height: 51px;
    border: 1px solid #a0acb5;
    border-radius: 4px;
    padding: 0 20px;
}
.profile_edit_col{
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}
.only_field .custom-select-active {
    background: #ffffff url(../img/arrow_down.png) right 20px center no-repeat;
    border-radius: 4px;
    height: 51px;
    border: 1px solid #a0acb5;
    line-height: 51px;
    font-size: 16px;
    color: #5f6468;
}
.profile_edit_field{
    width: 100%;
    display: inline-block;
}

.settings_form_col .btn {
    font-size: 18px;
    padding: 20px 40px 20px 40px;
    text-transform: inherit;
    letter-spacing: 0;
}
.notification_area_inner{
    width: 100%;
    display: inline-block;
}
.notification_head{
    width: 100%;
    display: inline-block;
    background-color: #043c6c;
    border-radius: 4px;
    padding: 0 30px;
    float: left;
}
.notification_head ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: left;
}
.notification_head ul li{
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    float: left;
    line-height: 51px;
    margin-right: 50px;
    padding: 0;
}

.notification_head ul li:last-child{
    margin-right: 0;
}



.new {
    float: left;
    margin-top: 15px;
    margin-right: 20px;
}

.form-group {
  display: block;
  margin-bottom: 0;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 2px;
    top: -2px;
}

.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-group input:checked + label:before {
    background-color: #043c6c;
}
.notofication_col {
    width: 100%;
    display: inline-block;
    padding: 12px 30px;
    position: relative;
    float: left;
    background-color: #fff;
}
.notofication_avtar_col {
    width: 50px;
    float: left;
    position: relative;
    margin-right: 7px;
}
.notofication_avtar_image{
    width: 50px;
    height: 50px;
    border-radius: 50px;
}
.notofication_avtar_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.notification-chat-icon {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -6px;
    right: -6px;
    border-radius: 50px;
}
.notification-chat-icon.like_noti{
    background-color: #00aeef;
}
.notification-chat-icon.greatfull_noti{
    background-color: #dfe673;
}
.notification-chat-icon img {
    width: auto;
    height: auto;
    margin: 0 auto;
    display: table;
}
.notification_info {
    float: left;
    margin-left: 15px;
    padding-right: 160px;
    width: calc(100% - 125px);
}
.notification_info h3 {
    font-size: 16px;
    font-weight: 400;
    color: #363b3f;
    line-height: 20px;
}
.notification_info h3 span{
    font-weight: 600;
    color: #043c6c;
}
.notification_info h4 {
    font-size: 14px;
    font-weight: 400;
    color: #5a656d;
    margin-top: 5px;
    width: 100%;
    display: inline-block;
}

.notification_info h3 a{
    color: #232629;
    font-weight: 600;
    transition: all ease-in-out 0.3s;
}
.notification_info h3 a:hover{
    color: #043c6c;
}
.noti_del {
    position: absolute;
    top: 20px;
    line-height: 32px;
    text-align: center;
    width: 130px;
    right: 30px;
    box-shadow: 0 5px 5px rgb(201 213 222 / 0.75);
    padding-left: 15px;
    background: #fff url(../img/noti_del_icon.png) left 28px center no-repeat;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #404549;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}

.noti_del:hover{
    box-shadow: 0 5px 5px rgb(201 213 222 / 1);
}
.notification_icon{
    width: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
}
.notofication_avtar_col .new {
    float: left;
    margin-top: 15px;
    margin-right: 20px;
}

.notofication_col .form-group label:before {
    background-color: #dce3e8;
    border: 1px solid #9fa8ae;
    box-shadow: none;
}
.post_share {
    width: 100%;
    margin-bottom: 30px;
    display: inline-block;
}
.post_share h2{
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 400;
    color: #3c3e40
}
.post_share_area{
    width: 100%;
    display: inline-block;
    background-color: #fff;
    border-radius: 6px;
    padding: 20px 30px;
    box-shadow: 0 5px 35px rgba(202,212,220,0.75);
}
.post_share_subcomment_area{
    width: 100%;
    display: inline-block;
    background-color: #fff;
    border-radius: 6px;
    padding: 20px 30px;
}
.posted_avtar{
    width: 62px;
    height: 62px;
    float: left;
    margin-right: 20px;
}

.posted_avtar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post_share_field{
    width: calc(100% - 82px);
    float: left;
}
.post_share_field textarea {
    width: 100%;
    height: 124px;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #363d42;
    resize: none;
    border: none;
    letter-spacing: 0;
    border-radius: 6px;
    background-color: #dbe2e7;
}
.post_share_field textarea:focus{
    outline: 1px solid #bfc6cc;
}
.share_type_col input[type=file]{
    display: none;
}
.adv_post_opt{
    float: left;
}
.share_option_right{
    float: right;
}
.share_type {
    display: inline-block;
    float: left;
}

.share_type ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.share_type ul li{
    float: left;
    margin-right: 25px;
}
.share_type ul li:last-child{
    margin-right: 0;
}
.share_type_col label {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    color: #666b6e;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}
.share_type_col label span {
    float: left;
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.share_option_right h4 {
    float: left;
    margin-right: 6px;
    font-size: 15px;
    font-weight: 400;
    color: #54575a;
    line-height: 30px;
    margin-top: 5px;
}
.share_option_right .custom-select {
    width: 120px;
    float: left;
    margin-top: 5px;
    margin-right: 15px;
}


.share_option_right .selectric .label {
    margin: 0 28px 0 10px;
    font-size: 15px;
    line-height: 30px;
    color: #043c6c;
    height: 30px;
    font-weight: 500;
}
.share_option_right .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: transparent;
    border-left: none;
    color: #BBB;
    background: url(../img/select_arrow.png) center center no-repeat;
}

.share_option_right .selectric .button:after{
    display: none;
}

.share_option_right input[type=submit]{
    float: right;
    padding: 0 25px;
    border-radius: 4px;
    background-color: #043c6c;
    line-height: 42px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}

.share_option_right input[type=submit]:hover{
    background-color: #00aeef;
}
.share_type_col:hover.share_type_col label{
    color: #00aeef;
}
#Personal .blog_sec1{
    background-color: #fff;
}
#Personal .blog_sec2{
    background-color: #fff;
}
#Personal .blog_sec3{
    background-color: #fff;
}
#Personal .blog_sec4{
    background-color: #fff;
}
.padding_all_side {
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
}
.single_forum_post .blog_sec3{
    background-color: #fff;
}
.post_share_reply.single_post_comment {
    position: relative;
    top: -60px;
    background-color: #fff;
    box-shadow: 11px 0px 20px rgba(161,173,182,0.14);
}
.single_post_comment .post_share_area {
     box-shadow: none;
}
.cmnt_nmbr {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #44484b;
    margin: 10px 0;
    font-weight: 400;
}
.post_share_field .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    right: 8px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: unset;
}

.post_share_field .form-group label:before {
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #464d52;
}

.post_share_field .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    color: #2c2e2f;
    font-weight: normal;
    padding-right: 30px;
}

.post_share_field .form-group label span{
    float: left;
    position: relative;
    margin-right: 5px;
}
.forum_title{
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.forum_title h2 {
    font-size: 17px;
    font-weight: 600;
    color: #1e2124;
    line-height: 34px;
    float: left;
    width: calc(100% - 210px);
}
.subcs_area{
    float: right;
}



.subcs_area a{
    float: left;
    padding: 0 25px;
    border-radius: 4px;
    background-color: #043c6c;
    line-height: 42px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    margin-right: 30px;
}

.subcs_area a:hover{
    background-color: #07b0ef;
}
.add_fav {
    float: left;
    background: url(../img/subcs_star.png) center center no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-top: 6px;
    background-size: 30px;
}
.add_fav.active{
    background: url(../img/subcs_star_h.png) center center no-repeat;
    background-size: 30px;
}







.main_register {
    width: 100%;
    display: inline-block;
    margin-top: 150px;
    margin-bottom: 100px;
}
.main_register_area{
    width: 1182px;
    margin: 0 auto;
    display: table;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 5px 35px rgba(202,212,220,0.85);
    border-radius: 6px;
}

.main_register h2{
    width: 100%;
    display: inline-block;
    font-size: 34px;
    font-weight: 500;
    color: #383a3d;
    margin-bottom: 40px;
}
span.back_to_btn {
    float: left;
    margin-right: 10px;
    height: 50px;
}

span.back_to_btn a {
    width: 20px;
    height: 20px;
    background: url(../img/back_to_btn.png) 0 0 no-repeat;
    float: left;
    position: relative;
    top: 11px;
}
.register_field_col p{
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #424446;
    margin-bottom: 10px;
    padding: 0;
}
.register_input{
    width: 100%;
    display: inline-block;
    border: 1px solid #a0acb5;
    border-radius: 4px;
    padding: 0 20px;
    background-color: #fff;
    line-height: 51px;
    font-size: 16px;
}
.register_field_col{
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.register_field_col .selectric .label {
    background: #ffffff;
    border-radius: 4px;
    height: 51px;
    border: 1px solid #a0acb5;
    line-height: 51px;
    font-size: 16px;
    color: #242628;
    margin: 0;
    padding: 0px 20px;
}




.register_field_col .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent url(../img/sign_arrow_down.png) center center no-repeat;
    border-left: 1px solid rgba(112, 112, 112, 0.14);
}

.register_field_col .selectric {
    background: transparent;
}
.register_field_col .selectric .button:after{
    display: none;
}
.register_field_col .selectric-items li {
    font-size: 15px;
}
.register_terms_area .form-group label:before {
    border: 1px solid #a0acb5;
    left: -17px;
}
.register_terms_area .form-group label {
    font-size: 18px;
    color: #3d4245;
    padding-left: 17px;
}
.register_terms_area .form-group label a{
    color: #4267b2;
    text-decoration: underline;
    transition: all ease-in-out 0.3s;
}
.register_terms_area .form-group label a:hover{
    color: #00aeef;
}
.register_submit{
    float: right;
    padding: 0 45px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #00aeef;
    border: none;
    border-radius: 4px;
    line-height: 64px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}
.register_submit:hover{
    background-color: #4267b2;
}


.main_signin_area{
    width: 708px;
    margin: 0 auto;
    display: table;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 5px 35px rgba(202,212,220,0.85);
    border-radius: 6px;
}


.main_signin_area .register_submit {
    float: none;
    padding: 0;
    width: 100%;
    line-height: 53px;
}
ul.made_accnt{
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 20px 0;
    list-style-type: none;
}

ul.made_accnt li {
    float: left;
    margin-right: 15px;
    padding: 0;
}
ul.made_accnt li a{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #383a3d;
    transition: all ease-in-out 0.3s;
}

ul.made_accnt li:last-child{
    float: right;
    margin-right: 0;
}
ul.made_accnt li a:hover{
    color: #5d5f63;
}
.other_login{
    width: 100%;
    display: inline-block;
}
.other_login ul{
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    list-style-type: none;
}
.other_login ul li{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.other_login ul li a {
    width: 100%;
    display: block;
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px;
    line-height: 53px;
    text-align: center;
}
.other_login ul li:first-child a{
    border: 1px solid #4267b2;
    background-color: #4267b2;
    color: #fff;
}
.other_login ul li:last-child {
    margin-bottom: 0;
    padding: 0;
}
.other_login ul li:nth-child(2) a{
    border: 1px solid #23282b;
    background-color: #fff;
    color: #46484b;
}
.other_login ul li:last-child a{
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}
.other_login ul li a span{
    float: left;
    width: 20px;
    position: relative;
    top: 0;
}
.other_login ul li a span.login_oth_txt{

}
.other_login .btn-with-facebook {
    padding: 0;
    border: none;
}
.other_login .btn-with-google{
    padding: 0;
    border: none;
}
.other_login .btn-with-google img {
    padding-right: 8px;
    position: relative;
    top: 2px;
}
.other_login .btn-with-facebook img {
    padding-right: 8px;
    position: relative;
    top: 4px;
}
.other_login .btn-with-apple img {
    padding-right: 8px;
    position: relative;
    top: 4px;
}
.other_login ul li a {
    width: 100%;
    font-size: 16px;
    line-height: 48px;
}
.profile_view .avatar-info {
    position: relative;
    top: -160px;
    width: calc(100% - 260px);
}

.profile_view .avatar-upload-section .avatar-upload .avatar-preview {
    width: 260px;
    height: 260px;
}
.profile_view .avatar-info h3 a {
    color: #ffffff;
}

.profile_view .avatar-upload-section .avatar-upload {
    max-width: 260px;
    margin-top: -130px;
    width: 260px;
}
.profile_view .avatar-info h3 {
    font-size: 26px;
    line-height: 40px;
}
.profile_view .avatar-info .avatar-status h3 {
    font-size: 20px;
    line-height: 20px;
}
.profile_view .avatar-upload-section {
    max-width: 100%;
}
.profile_view .avatar-name {
    padding: 15px 0 10px 0;
}
.profile_view .avatar-info .avatar-status h5 {
    font-size: 20px;
    float: left;
    line-height: 20px;
    margin: 0 20px;
    padding-left: 25px;
    position: relative;
    color: #fff;
    font-weight: 400;
}
.profile_view .avatar-info .avatar-status h5:after {
    position: absolute;
    top: 0;
    width: 20px;
    height: 20px;
    left: 0;
    content: "";
    background: url(../img/profile_num_icon.png) 0 0 no-repeat;
}
.profile_view .avatar-info .avatar-status h6 {
    font-size: 20px;
    float: left;
    line-height: 20px;
    padding-left: 34px;
    position: relative;
    color: #fff;
    font-weight: 400;
}
.profile_view .avatar-info .avatar-status h6:after {
    position: absolute;
    top: 0;
    width: 25px;
    height: 22px;
    left: 0;
    content: "";
    background: url(../img/profile_active_time.png) 0 0 no-repeat;
}

.group-touch_area {
    width: 100%;
    display: inline-block;
    margin-top: 27px;
    padding-top: 30px;
}
.group-touch_area p {
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #2f3a3e;
    padding: 0;
    margin: 0;
    margin-right: 15px;
    line-height: 54px;
}
.admins_view{
    float: left;
}

.admins_view ul{
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.admins_view ul li {
    float: left;
    width: 54px;
    height: 54px;
    margin-right: -25px;
    padding: 0;
}
.admins_view ul li a{
    display: block;
    border-radius: 50px;
    overflow: hidden;

}
.admins_view ul li a img{
    width: 100%;
    height: 100%;
    border-radius: 50px;
    border:3px solid #678894;
    object-fit: cover;
}
.grp_extra_btn{
    width: 100%;
    display: inline-block;
    margin-top: 20px;

}

.grp_extra_btn ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
    float: left;
}
.grp_extra_btn ul li{
    float: left;
    margin-right: 20px;
}
.grp_extra_btn ul li a{
    width: 175px;
    display: inline-block;
    border-radius: 50px;
    line-height: 51px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    transition: all ease-in-out 0.3s;
    text-align: center;
}

.grp_extra_btn ul li:first-child a{
    background-color: #00aeef;
}
.grp_extra_btn ul li:last-child a{
    background-color: #cb5049;
}
.grp_extra_btn ul li:first-child:hover a{
    background-color: #08406f;
}
.grp_extra_btn ul li:last-child:hover a{
    background-color: #a2322b;
}

.grp_extra_btn ul li p{
    width: 175px;
    display: inline-block;
    border-radius: 50px;
    line-height: 51px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    transition: all ease-in-out 0.3s;
    text-align: center;
}

.grp_extra_btn ul li:first-child p{
    background-color: #00aeef;
}
.grp_extra_btn ul li:last-child p{
    background-color: #cb5049;
}
.grp_extra_btn ul li:first-child:hover p{
    background-color: #08406f;
}
.grp_extra_btn ul li:last-child:hover p{
    background-color: #a2322b;
}

.profile_view .avatar-upload-section {
    height: 205px;
}
.group_short_info {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 30px;
    background-color: #fff;
    top: -135px;
    margin-bottom: -60px;
}
.share_group {
    width: 30px;
    height: 30px;
    float: left;
    background: url(../img/share_group_icon.png) 0 0 no-repeat;
    margin-top: 18px;
    position: relative;
    cursor: pointer;
}
.share_group_open {
    width: 160px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 30px rgb(0 0 0 / 34%);
    padding: 6px 0;
    display: inline-block;
    z-index: 999;
    position: absolute;
    top: 30px;
    right: 0;
}
.share_group_open ul{
    width: 100%;
    text-align: left;
}
.share_group .share_group_open{
    display: none;
}
.share_group.active .share_group_open{
    display: block;
}
.share_group_open ul li {
    width: 100%;
    margin: 0;
    padding: 0 15px;
}
.share_group_open ul li a {
    width: 100%;
    background-color: transparent !important;
    color: #353a3c;
    text-align: left;
    font-size: 14px;
    line-height: unset;
    display: block;
    padding: 8px 0;
    border-radius: 0;
    transition: all ease-in-out 0.3s;
}
.share_group_open ul li a span{
    float: left;
    margin-right: 10px;
}
.share_group_open ul li a i {
    font-size: 18px;
}

.share_group_open ul li:hover{
    background-color: #d7e4e8!important;
}
.group_short_info h2{
    width: 100%;
    display: inline-block;
    /* padding-left: 50px; */
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 20px;
    color: #143c53;
}
.group_short_info h3:after {
    position: absolute;
    content: "";
    background: url(../img/group_desc_icon.png) 0 0 no-repeat;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
}
.group_short_info p{
    width: 100%;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #54595d;
    padding: 0;
}
h2.sec_title{
    width: 100%;
    display: inline-block;
    font-weight: 500;
    font-size: 26px;
    color: #3c3e40;
}
.profile_view .search_flex {
    width: 100%;
}
.profile_view .profile_short {
    margin-bottom: 30px;
}
.profile_view .profile-forum-search {
    top: -33px;
    position: relative;
}
.profile_view .profile-details {
    top: -60px;
    position: relative;
}
.profile_view .friends_inner_details_col {
    float: left;
}
.profile_view .friend-info-details h5 {
    font-size: 14px;
    font-weight: 500;
    color: #326087;
    float: left;
}
.profile_view .friend-info-details h6{
    font-size: 14px;
    font-weight: 400;
    color: #838587;
    float: left;
    margin-left: 15px;
}
.group_member_info{
    width: 100%;
    float: left;
}














.register_field_col [type="radio"]:checked,
.register_field_col [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.register_field_col [type="radio"]:checked + label,
.register_field_col [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.register_field_col [type="radio"]:checked + label:before, .register_field_col [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #a0acb5;
    border-radius: 2px;
    background: #fff;
}
.register_field_col [type="radio"]:checked + label:after, .register_field_col [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4267b2;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.register_field_col [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.register_field_col [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.choose_field p {
    float: left;
    width: unset;
    margin-right: 30px;
}
.desk_hide{
    display: none;
}
.mob_hide{
    display: block;
}


.gorup_members_view .post_share.single_post_comment {
    top: 0px;
}
.gorup_members_view .blog_sec1{
    background-color: #fff;
}
.gorup_members_view .blog_sec2{
    background-color: #fff;
}
.gorup_members_view .blog_sec3{
    background-color: #fff;
}
.gorup_members_view .blog_sec4{
    background-color: #fff;
}
.blog_left .user_des p span {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #043c6c;
}
.choose_invitation{
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
}
.choose_invitation ul{
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    list-style-type: none;
}
.choose_invitation ul li{
    float: left;
    padding: 0 40px 0 20px;
    position: relative;
    background-color: #8e9aa3;
    line-height: 37px;
    border-radius: 50px;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.choose_invitation ul li:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/invitation_cancel_icon.png) 0 0 no-repeat;
    top: 12px;
    right: 12px;
}
.invitation_send_btn{
    line-height: 61px;
    background-color: #00aeef;
    border-radius: 4px;
    margin: 0 auto;
    display: table;
    font-size: 18px;
    color: #fff;
    padding: 0 30px;
    border: none;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}


.invitation_send_btn:hover{
    background-color: #08406f;
}

.teachiate_create_forum_post{
    width: 100%;
    display: inline-block;
}
.teachiate_create_forum_post_area{
    width: 100%;
    padding: 30px;
    border-radius: 6px;
    background-color: #fff;
    display: inline-block;
    box-shadow: 5px 0 35px rgb(205 216 220 / 52%);
}
.register_field_col .register_textarea{
    width: 100%;
    display: inline-block;
    border: 1px solid #a0acb5;
    border-radius: 4px;
    padding: 20px;
    background-color: #dde8f0;
    font-size: 16px;
    height: 162px;
    resize: none;
    font-family: 'Poppins', sans-serif;
}
.teachiate_create_forum_post .only_field {
     margin-top: 0;
}

.teachiate_create_forum_post .register_field_col .selectric .label {
    background: #063e6e;
    border: 1px solid #063e6e;
    color: #ffffff;
}
.teachiate_create_forum_post .register_field_col .selectric .button {
    right: 20px;
    width: 18px;
    height: 14px;
     line-height: unset;
    background: transparent url(../img/forum_choose_select.png) center center no-repeat;
    background-size: 18px;
    top: 17px;
    border: none;
}

.teachiate_create_forum_post .register_submit {
    float: none;
    margin: 10px auto 0;
    display: table;
    background-color: #08406f;
}
.teachiate_create_forum_post .register_submit:hover {
    background-color: #00aeef;
}
.teachiate_create_forum_post .register_input{
    background-color: #dde8f0;
}
h3.main_sec_title{
    width: 100%;
    display: inline-block;
    font-size: 28px;
    color: #1a1b1c;
    font-weight: 400;
    margin-bottom: 20px;
}
.opening_search_form label{
    margin-bottom: 10px;
}
.post_share_area .register_input{
    border: 1px solid #d3d8dc;
    background-color: #dbe2e7;
}

.bolg_details .forum_title h2 {
    font-size: 24px;
}
.blog_detail_image {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 9;
}

.bolg_details .blog_sec3 {
    position: relative;
    top: -10px;
    background-color: #fff;
}
.bolg_details .post_share.single_post_comment {
    top: -100px;
}
.replaied a{
    float: left;
    margin-left: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #215581;
}
.recent_blog_comments.if_cmnt{
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}
.recent_blog_comments_part{
    width: 100%;
    display: inline-block;
}
.blog_comment_col{
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 18px 10px;
    border-bottom: 1px solid #cbd6df;
}
.bolg_details .notification_info {
    padding-right: 0;
}

.bolg_details .notification_info h3 span {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.bolg_details .notification_info h4 {
    margin-top: 0;
    width: unset;
    position: absolute;
    display: inline-block;
    top: 11px;
    right: 0;
}
.create_blog_btn{
    margin: 0 auto;
    display: table;
    background-color: #08406f;
    line-height: 49px;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    padding: 0 30px;
    font-size: 18px;
    text-transform: none;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}
.create_blog_btn:hover{
    background-color: #00aeef;
}
.create_blog_btn span{
    position: relative;
    padding-left: 25px;
}
.create_blog_btn span:after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/blog_btn_plus.png) 0 0 no-repeat;
    left: 0;
    top: 1px;
}
.bolg_details .create_blog_btn {
    position: relative;
    top: -90px;
}
.create_blog_page.modal.fade {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
}
.create_blog_page .modal-dialog {
    width: 100%;
    padding: 30px;
    border-radius: 6px;
    background-color: #fff;
    display: inline-block;
    box-shadow: 0px 6px 50px rgb(0 0 0 / 24%);
    position: relative;
    margin-top: 20px;
}
.create_blog_page .close {
    border: none;
    background-color: transparent;
    background: url(../img/back_to_btn.png) 0 0 no-repeat;
    position: absolute;
    top: 41px;
    left: 30px;
    width: 22px;
    height: 15px;
    padding: 0;
    cursor: pointer;
}
.create_blog_page h2{
    width: 100%;
    display: inline-block;
    font-size: 28px;
    font-weight: 500;
    padding-left: 30px;
    color: #383a3d;
    margin-bottom: 30px;
}

.create_blog_page .file_input_with_replacement {
    display: none;
}
.field{
    width: 100%;
    display: inline-block;
    position: relative;
}
.photo_attatch_btn {
    width: 151px;
    line-height: 52px;
    background-color: #08406f;
    border-radius: 0 4px 4px 0;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}
.photo_attatch_btn:hover{
    background-color: #00aeef;
}
.create_blog_page .register_submit {
    float: none;
    margin: 10px auto 0;
    display: table;
    background-color: #08406f;
    transition: all ease-in-out 0.3s;
}
.create_blog_page .register_submit:hover{
    background-color: #00aeef;
}
.blog_article_title .create_blog_btn {
    margin: 30px auto 50px;
}
.bolg_details .user_des h5 {
    font-size: 16px;
    color: #00aeef;
    margin-bottom: 5px;
    font-weight: 400;
}
.share_post_via {
    display: none;
    width: 160px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 8px 30px rgb(0 0 0 / 9%);
    padding: 6px 0;
    z-index: 9;
    position: absolute;
    top: 30px;
    right: 0;
}

.share_post_via span{
  left: 0;
  position: absolute;
  top: 3px;
}
.active .share_post_via{
    display: block;
}
.share_post_via ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
    float: left;
}
.share_post_via ul li {
    width: 100%;
    margin: 0;
    padding: 0 15px;
}
.share_post_via ul li a {
    width: 100%;
    background-color: transparent !important;
    color: #353a3c;
    text-align: left;
    font-size: 14px;
    line-height: unset;
    padding: 8px 0;
    border-radius: 0;
    transition: all ease-in-out 0.3s;
}
.share_post_via ul li a span {
    float: left;
    margin-right: 10px;
}
.share_post_via ul li a i {
    font-size: 18px;
}
.share_post_via ul li a:hover{
    color: #043c6c;
}
.main_register .file_input_with_replacement {
    display: none;
}
.forgot_password .teachiate_create_forum_post_area {
    width: 767px;
    margin: 150px auto 100px;
    display: table;
}
.forgot_password .register_submit{
    float: right;
}
.forgot_password .main_register h2 {
    font-size: 24px;
}
.my_account_open {
    position: absolute;
    top: 45px;
    right: 0;
    border-radius: 4px;
    width: 160px;
    background-color: #fff;
    box-shadow: 0px 13px 24px rgb(176 189 197 / 65%);
    z-index: 99;
    text-align: left;
    display: none;
}
.my_account.active .my_account_open{
    display: block;
}
.my_account_open ul{
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.my_account_open ul li{
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
}
.my_account_open ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #4c5155;
    padding: 6px 15px;
    display: block;
}
.invalid{
    border: 1px solid red;
}
.my_account_open ul li:hover{
    background-color: #dbe3e7;
}
.direct_cmnt_area {
    width: 100%;
    display: inline-block;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 4px 20px rgb(0 0 0 / 8%);
    padding: 10px;
    margin-top: 8px;
}

.img-circle {
    border-radius: 50%;
}

.direct_cmnt_area textarea {
    width: calc(100% - 100px);
    float: left;
    height: 60px;
    border: none;
    resize: none;
    padding: 15px;
    font-size: 16px;
    color: #2b2a2a;
    background-color: #dce3e8;
    font-family: 'Poppins', sans-serif;
}
.direct_cmnt_area input[type=submit] {
    float: right;
    padding: 0 25px;
    border-radius: 4px;
    background-color: #043c6c;
    line-height: 32px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    margin-top: 13px;
}
.direct_cmnt_area input[type=submit]:hover{
    background-color: #00aeef;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #fff;
  background-image: none;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select */
.select {
    position: relative;
    display: inline-block;
    width: unset;
    font-size: 15px;
    line-height: 20px;
    color: #232323;
    padding: 0;
    background: transparent;
    overflow: hidden;
    border-radius: .25em;
    width: 100%;
    border-radius: 0;
    float: right;
    border-bottom: 1px solid #102542;
}
.short .select {
    width: calc(100% - 70px);
    float: right;
}
select {
    flex: 1;
    padding: 0 .5em;
    color: #232323;
    cursor: pointer;
    font-weight: normal;
    font-size: 15px;
    width: 100%;
    background-color: transparent;
}
/* Arrow */
.select::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 0;
    padding: 0;
    background: #34495e;
    width: 10px;
    height: 7px;
    cursor: pointer;
    pointer-events: none;
    -webkit-transition: .25s all ease;
    -o-transition: .25s all ease;
    transition: .25s all ease;
    background: url(../img/select_arrow.png) 0 0 no-repeat;
}
/* Transition */
.select:hover::after {
  color: #f39c12;
}
.short label{
    float: left;
    margin-bottom: 0;
}

.register_field_col option {
    display: block;
    color: #fff;
    line-height: 20px;
    background-color: #1c1c1d;
}
.register_field_col .select {
    color: #ffffff;
    background-color: #043c6c;
    border-radius: 4px;
    border-bottom: none;

}
.register_field_col select {
    color: #fff;
    padding: 0 20px;
    line-height: 49px;
}
.register_field_col .select::after {
    top: 18px;
    right: 20px;
    width: 22px;
    height: 12px;
    background: url(../img/forum_choose_select.png) 0 0 no-repeat;
}
.profile-forum-search .profile_short {
    width: 230px;
    float: right;
}
.share_option_right .short {
    width: 190px;
    float: right;
    margin-right: 25px;
    margin-top: 8px;
}
.article_details .forum_title h2 {
    font-size: 22px;
    width: calc(100% - 30px);
    font-weight: 500;
}
.news_brdcum {
    width: 100%;
    display: inline-block;
    padding-left: 30px;
    position: relative;
    top: -10px;
}
.news_brdcum ul{
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.news_brdcum ul li {
    float: left;
    color: #6c787c;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    position: relative;
    padding-right: 20px;
    margin: 0;
}
.news_brdcum ul li:after {
    position: absolute;
    background: url(../img/breedcum_right_arrow.png) 0 0 no-repeat;
    content: "";
    width: 8px;
    height: 13px;
    top: 5px;
    right: 8px;
}
.news_brdcum ul li:last-child:after {
    display: none;
}

.news_brdcum ul li:last-child{
    padding-right: 0;
}
.article_details .forum_title {
    margin-bottom: 0;
}
.news_image{
    width: 100%;
    display: inline-block;
    position: relative;
}
.news_image_overlay {
    width: 100%;
    position: absolute;
    bottom: 6px;
    left: 0;
    background-color: rgba(19,21,23,0.69);
    padding: 15px 30px;
}
.news_image_overlay h2{
    width: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #8e8e8e;
    margin-bottom: 5px;
}
.news_image_overlay a{
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.article_details .blog_sec3 {
    padding: 0 30px 30px 30px;
    background-color: #fff;
}
.news_details_area{
    width: 100%;
    display: inline-block;
}
.news_detail_content{
    width: 100%;
    display: inline-block;
    padding: 20px 30px;
    background-color: #fff;
}
.news_detail_content a{
    width: 100%;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    color: #043c6c;
}
.news_detail_content p{
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #353333;
    margin: 15px 0 0 0;
}
.news_detail_content .comm_se li {
    width: 50%;
    float: left;
    text-align: center;
}
.news_detail_content .comm_se li a{
    font-size: 16px;
    color: #44484b;
}
.blog_right.for_news {
    margin-top: 90px;
}
.news_article_content {
    width: 100%;
    display: inline-block;
    background-color: #fff;
}
.news_artical_col{
    width: 100%;
    display: inline-block;
    padding: 15px 20px;
    background-color: #fff;
}
.news_artical_col:hover{
    background-color: #dfe4e8;
}
.news_artical_image{
    width: 104px;
    height: 87px;
    float: left;
    border-radius: 4px;
}
.news_artical_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_artical_content{
    width: calc(100% - 104px);
    float: left;
    padding-left: 15px;
}
.news_artical_content h2{
    font-size: 22px;
    font-weight: 500;
    color: #3e4347;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}
.news_artical_content h4{
    font-size: 14px;
    font-weight: 500;
    color: #043c6c;
    float: left;
}
.news_artical_content p{
    font-size: 14px;
    font-weight: 500;
    color: #6f7173;
    float: right;
    padding-bottom: 0;
}
.for_news .view_more {
    margin: 0 20px 30px;
}
.share_news {
    margin: 0 auto;
    display: table;
    position: relative;
    top: -50px;
}
.share_news p {
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #373333;
    margin-right: 10px;
    line-height: 40px;
    padding: 0;
}
.share_news ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: left;
}
.share_news ul li{
    float: left;
    margin-right: 25px;
}
.share_news ul li:last-child{
    margin-right: 0;
}
.share_news ul li a{
    display: block;
}
.related_news{
    width: 100%;
    display: inline-block;
}
.related_news h2{
    width: 100%;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #464c51;
    margin-bottom: 30px;
}
.news_listing_col_content a{
    width: 100%;
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    color: #043c6c;
    margin: 6px 0;
}
.news_listing_col_content h3 {
    width: 100%;
    display: inline-block;
    font-size: 19px;
    font-weight: 500;
    color: #2a2b2c;
    margin-bottom: 5px;
    line-height: 28px;
}
.news_listing_col_content p{
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight:400;
    color: #686a6c;
    padding: 0;
}
.news_listing_col {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}
.related_news .news_listing_col{
    margin-bottom: 0;
}
.news_listing_col_image{
    width: 100%;
    display: inline-block;
}
.news_listing_col_image img{
    max-width: 100%;
}
.blog_left.more_news_listing h2{
    width: 100%;
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    color: #1d2123;
    margin-bottom: 30px;
}
.more_news_listing .blog_right.for_news {
    margin-top: 70px;
}
.news_load_more{
    min-width: 530px;
    margin: 30px auto 50px;
    display: table;
    border: 1px solid #043c6c;
    font-size: 17px;
    color: #043c6c;
    border-radius: 5px;
    padding: 14px 0;
    text-align: center;
}
.news_load_more:hover{
    background-color: #043c6c;
    color: #fff;
}
.forum_right .accordion2 h3 a {
    color: #fff;
}
.forum_right .accordion2 h3.active {
    background: #00aeef url(../img/forum_category_up_arrow.png) 96% center no-repeat;
}
.forum_right .accordion2 h3 {
    background: #2e373d url(../img/forum_category_drop_arrow.png) 96% center no-repeat;
}


.forum_right .aaa {
    padding: 0;
}
.forum_right .accordion2 h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.trend_topics {
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
}
.trend_topics h2{
    width: 100%;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    color: #1f2122;
    margin-bottom: 20px;
}
.trend_topics ul{
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.trend_topics ul li {
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 12px;
    margin-bottom: 10px;
}
.trend_topics ul li:last-child {
    margin-right: 0;
}
.trend_topics ul li a{
    padding: 0 15px;
    display: inline-block;
    line-height: 41px;
    background-color: #8899a7;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
}

.trend_topics ul li p{
    padding: 0 15px;
    display: inline-block;
    line-height: 41px;
    background-color: #8899a7;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 50px;
}
.left_listing .comm_se li {
    padding: 0 10px;
    background-color: transparent;
    margin-bottom: 0;
}
.forum_avtar_info{
    width: calc(100% - 66px);
    float: left;
    padding-left: 15px;
}
.forum_avtar_info h2{
    width: 100%;
    display: inline-block;
    font-weight: 600;
    color: #043c6c;
    font-size: 18px;
    margin-bottom: 2px;
    margin-top: 5px;
}
.forum_avtar_info h2 span {
    margin-left: 5px;
    color: #00aeef;
}
.forum_avtar_info h3{
    width: 100%;
    display: inline-block;
    font-weight: 400;
    color: #777f85;
    font-size: 14px;
}
.forum_col_content{
    width: 100%;
    display: inline-block;
    margin-top: 15px;
}
.forum_col_avatar{
    width: 66px;
    height: 66px;
    float: left;
}
.forum_col_avatar img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}
.forum_col_content h3{
    display: inline-block;
    color: #323335;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    letter-spacing: 0;
    margin-bottom: 10px;
    line-height: 24px;
}
.forum_col_content a{
    padding: 0 20px;
    display: inline-block;
    line-height: 30px;
    background-color: #bec7cd;
    color: #474a4c;
    font-size: 14px;
    font-weight: 500;
    float: left;
    border-radius: 50px;
}

.forum_col_content span{
    padding: 0 20px;
    display: inline-block;
    line-height: 30px;
    background-color: #bec7cd;
    color: #474a4c;
    font-size: 14px;
    font-weight: 500;
    float: left;
    border-radius: 50px;
    cursor: pointer;
}
.comment_num{
    float: left;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #535659;
    line-height: 30px;
}
.post_time{
    float: right;
    font-size: 13px;
    font-weight: 400;
    color: #7c8082;
    line-height: 30px;
}
.forum_user_info {
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    float: left;
}
.commentpost_open {
    position: relative;
    width: 100%;
    display: none;
}
.commentpost_open.active {
    display: inline-block;
}

.left_listing .comm_se ul{
    width: 100%;
    display: inline-block;
}
.left_listing .comm_se ul li{
    width: 33.33%;
    float: left;
}

.left_listing .comm_se .share_post_via ul li {
    width: 100%;
}

.left_listing .post_share.single_post_comment {
    top: unset;
}
.left_listing .post_share {
    margin-bottom: 0;
}
.forum_col_image{
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    border-radius: 6px;
}
.forum_col_image img{
    max-width: 100%;
    border-radius: 6px;
}
.popular_topic_list_image{
    width: 49px;
    height: 49px;
    border-radius: 6px;
    float: left;
    position: relative;
}
.popular_topic_list_image img{
    border-radius: 6px;
    max-width: 100%;
}
.popular_topic_list_content{
    width: calc(100% - 49px);
    float: left;
    padding-left: 15px;
}
.popular_topic_list_content a{
    width: 100%;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #2f3234;
    line-height: 20px;
    margin-bottom: 5px;
}
.popular_topic_list_content h5{
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #1d2022;
    line-height: auto;
    margin-bottom: 3px;
}
.popular_topic_list_content a:hover{
    color: #043c6c;
}
.popular_topic_list_content h3{
    font-size: 13px;
    font-weight: 400;
    color: #707477;
    float: left;
}
.popular_topic_list_content p{
    font-size: 13px;
    font-weight: 400;
    color: #707477;
    float: right;
    text-align: right;
    padding: 0;
    padding-left: 18px;
    position: relative;
}
.popular_topic_list_content p:after{
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 14px;
    height: 12px;
    background: url(../img/popular_topic_list_content_icon.png) 0 0 no-repeat;
}
.popular_topic_listing_col{
    width: 100%;
    padding: 15px 30px;
    background-color: #fff;
    display: inline-block;
    float: left;
}
.popular_topic_listing{
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
}
.popular_cmnts .popular_topic_list_content a{
    color: #2f3234;
}
.popular_cmnts .popular_topic_list_image{
    width: 55px;
    height: 55px;
}
.popular_cmnts .popular_topic_list_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}
.popular_cmnts .popular_topic_list_content{
    width: calc(100% - 55px);
    padding-left: 20px;
}
.popular_topic_list_content h4{
    font-size: 14px;
    font-weight: 400;
    color: #043c6c;
    padding: 0;
    width: 100%;
    display: inline-block;
}
.popular_cmnts .popular_topic_list_image:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    bottom: -3px;
    right: -8px;
    background: url(../img/popular_coment_icon.png) 0 0 no-repeat;
}
.create_blog_btn.create_forum_btn span:after {
    top: 4px;
}
.create_forum_btn{
    margin-bottom: 40px;
}
.trend_topics {
    margin-bottom: 15px;
}
.create_group{
    width: 100%;
    display: inline-block;
    margin: 120px 0 0 0;
}
.create_group .profile-banner .avatar-upload {
    height: 415px;
}
.create_group .profile-banner .avatar-upload .avatar-preview:before{
    display: none;
}


.create_group .profile-banner .avatar-upload .avatar-edit input + label {
    width: 58px;
    height: 58px;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 60px;
    content: "";
    bottom: unset;
    right: 60px;
    border-radius: 50px;
    background: url(../img/add_banner_icon.png) 0 0 no-repeat #08406f;
    background-position: center center;
}
.create_group .profile-banner .avatar-upload .avatar-preview > div {
    border-radius: 10px;
}
.add_banner_group{
    width: 100%;
    display: inline-block;
}
.create_group h2{
    width: 100%;
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    color: #303437;
    margin-bottom: 40px;
}
.add_banner_group h3{
    width: 100%;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #1e2021;
}

.avatar-upload.group_profile_image {
    max-width: 234px;
    bottom: 120px;
    z-index: 99;
}
.avatar-upload.group_profile_image .avatar-preview {
    width: 234px;
    height: 234px;
    border: none;
    box-shadow: none;
}
.create_group .avatar-upload .avatar-edit input + label {
    width: 58px;
    height: 58px;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    margin-top: -29px;
    content: "";
    bottom: unset;
    right: 50%;
    margin-right: -29px;
    border-radius: 50px;
    background: url(../img/add_banner_icon.png) 0 0 no-repeat #08406f;
    background-position: center center;
}
.create_group .avatar-upload .avatar-edit input + label:after{
    display: none;
}

.create_group .avatar-upload .avatar-edit {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
}
.add_group_info {
    width: 57%;
    margin: 0 auto;
    display: table;
    background-color: #fff;
    padding: 164px 30px 30px;
    box-shadow: 16px 0 65px rgba(188,199,206,0.29);
    position: relative;
    top: -234px;
}
.add_group_info_col{
    width: 100%;
    display: inline-block;
}
.submit_grp_btn {
    margin: 0 auto;
    display: table;
    background: url(../img/submit_grp_btn_arrow.png) 119px center no-repeat #1176cb;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    padding: 0 50px 0 30px;
    font-size: 20px;
    text-transform: none;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    line-height: 62px;
    border: none;
    position: relative;
}
.submit_grp_btn:hover{
    background: url(../img/submit_grp_btn_arrow.png) 119px center no-repeat #08406f;
}
.create_group_area .profile-banner {
    margin: 15px 0 0;
}
.create_group.step_2 .profile-banner .avatar-upload .avatar-preview > div {
    border-radius: 10px 10px 0 0;
}
.step_2 .avatar-upload.group_profile_image {
    float: left;
    left: 60px;
}
.create_group.step_2 .avatar-upload .avatar-edit input + label {
    right: 0;
    top: unset;
    margin: 0;
    bottom: 25px;
}
.add_group_info_view {
    width: 100%;
    margin: 0 auto;
    display: table;
    background-color: #fff;
    padding: 30px;
    box-shadow: 16px 0 65px rgba(188,199,206,0.29);
    position: relative;
    top: -234px;
}
.group_info_view_area {
    width: calc(100% - 265px);
    display: inline-block;
    float: right;
    padding-left: 15px;
}

.only_group_info{
    width: 60%;
    float: left;
}
.group_share_area {
    float: right;
    width: 200px;
}
.group_avatar_info h3 {
    font-size: 26px;
    font-weight: 600;
    color: #2e3134;
    float: left;
}
.group_avatar_info h4 {
    font-size: 16px;
    float: left;
    position: relative;
    color: #838a90;
    font-weight: 500;
    padding-left: 17px;
    margin-left: 15px;
    line-height: 28px;
}
.group_avatar_info h4:after {
    position: absolute;
    top: 6px;
    width: 12px;
    height: 17px;
    left: 0;
    content: "";
    background: url(../img/group_location_icon.png) 0 0 no-repeat;
}
.group_status{
    width: 100%;
    display: inline-block;
}

.group_status h3 {
    font-size: 18px;
    font-weight: 600;
    color: #08406f;
    float: left;
    line-height: 20px;
}
.group_avatar_info{
    width: 100%;
    display: inline-block;
}
.group_status h4 {
    font-size: 14px;
    font-weight: 400;
    color: #757a7f;
    float: left;
    position: relative;
    padding-left: 17px;
    margin-left: 15px;
    line-height: 20px;
}

.group_status h4:after {
    position: absolute;
    top: 2px;
    width: 14px;
    height: 13px;
    left: 0;
    content: "";
    background: url(../img/group_member_icon.png) 0 0 no-repeat;
}
.group_status h5{
    font-size: 14px;
    font-weight: 400;
    color: #757a7f;
    float: left;
    position: relative;
    line-height: 20px;
    padding-left: 22px;
    margin-left: 15px;
}

.group_status h5:after {
    position: absolute;
    top: 2px;
    width: 19px;
    height: 18px;
    left: 0;
    content: "";
    background: url(../img/group_time_icon.png) 0 0 no-repeat;
}
.create_group.step_2 .profile-banner .avatar-upload .avatar-edit input + label {
    padding: 0;
    top: 30px;
    right: 30px;
    margin-top: 0;
    margin-right: 0;
}
.create_group .group-touch_area {
    margin-top: 10px;
    padding-top: 0;
}
.create_group .share_group {
    width: unset;
    float: none;
    padding-right: 46px;
    background-position: right;
    font-size: 18px;
    font-weight: 500;
    color: #779aa7;
    line-height: 33px;
    float: right;
    margin-right: 37px;
    margin-top: 25px;
}
.add_member {
    padding: 0 30px;
    line-height: 51px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background-color: #00aeef;
    display: inline-block;
    float: right;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}
.add_member:hover{
    background-color: #08406f;
}
.create_group .group_post_share_area h2 {
    font-size: 24px;
    color: #3c3e40;
    margin-bottom: 20px;
}
.group_post_share_area {
    width: 100%;
    display: inline-block;
    position: relative;
    top: -200px;
}
.add_member_open {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    display: none;
    z-index: 999;
    background-color: rgba(0,0,0,0.70);
}
.add_member_open.active {
    display: block;
}
.add_member_open_box{
    width: 730px;
    margin: 50px auto 0;
    display: table;
    background-color: #fff;
    box-shadow: 16px 0 65px rgba(27,29,30,0.20);
    position: relative;
    padding: 30px;
}
.add_member_open_box h3{
    width: 100%;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #1e2021;
    margin-bottom: 20px;
}
.suggest_dropdown {
    width: 100%;
    position: absolute;
    height: 280px;
    padding: 20px 30px;
    overflow-y: scroll;
    background-color: #fff;
    box-shadow: 5px 3px 40px rgba(0,0,0,0.10);
    display: none;
    top: 121px;
    left: 0;
    z-index: 999;
}
.suggest_dropdown.active  {
    display: block;
}

.suggest_dropdown h2{
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #08406f;
    margin-bottom: 15px;
}
.suggest_dropdown_col{
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    float: left;
}
.suggest_avtar_image{
    width: 37px;
    height: 37px;
    float: left;
}
.suggest_avtar_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.suugest_avtar_info{
    float: left;
    padding-left: 15px;
}
.suugest_avtar_info h4{
    font-size: 14px;
    color: #343638;
    font-weight: 500;
    margin-bottom: 2px;
}
.suugest_avtar_info p{
    font-size: 13px;
    color: #08406f;
    font-weight: 500;
    padding-bottom: 0;
}
.grp_to_invite_btn{
    float: right;
    line-height: 34px;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 14px;
    background-color: #08406f;
    text-align: center;
    color: #fff;
}
.grp_to_invite_btn:hover{
    background-color: #268ade;
}
.add_member_open_box .submit_grp_btn {
    margin: 30px auto 0;
    background: url(../img/submit_grp_btn_arrow.png) 133px center no-repeat #1176cb;
    padding: 0 52px 0 30px;
}
.add_member_open_box .submit_grp_btn:hover{
    background: url(../img/submit_grp_btn_arrow.png) 133px center no-repeat #08406f;
}
.suggest_dropdown_col:last-child{
    margin-bottom: 0;
}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.morelink{
    float: left !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #043c6c !important;
    background-color: transparent !important;
    width: 100%;
    display: block;
}
.forum_col_content p{
    display: inline-block;
    line-height: auto;
    font-size: 14px;
    color: #656769;
    font-weight: 400;
}

/*search_result*/
.search_result{
    width: 100%;
    display: inline-block;
    margin-top: 130px;
    margin-bottom: 100px;
}
.search_result .search-content input[type="submit"] {
    border-radius: 0 4px 4px 0;
}
.search-content input[type="text"] {
    border: 1px solid #08406f;
    padding: 0 124px 0 15px;
    border-radius: 4px;
}
.search_result_info .search-content{
    width: 440px;
    float: right;
}
.search_result_details h2{
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #242628;
    margin-bottom: 5px;
}
.search_result_details h3{
    width: 100%;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #08406f;
    margin-bottom: 5px;
}
.search_result_details{
    width: 50%;
    float: left;
}
.search_select{
    width: 100%;
    display: inline-block;
    margin: 20px 0 30px 0;
}
.search_select ul{
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.search_select ul li{
    float: left;
    margin-right: 20px;
}
.search_select ul li a{
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #181819;
    padding: 0 30px;
    line-height: 46px;
    border-radius: 50px;
    background-color: #c2ced7;
}
.search_select ul li:last-child{
    margin-right: 0;
}
.search_select ul li.active a{
    color: #fff;
    background-color: #08406f;
}
.search_result_area{
    width: 100%;
    display: inline-block;
}
.search_result_col {
    width: 100%;
    display: inline-block;
    border-radius: 14px;
    padding: 30px;
    margin-bottom: 30px;
    background-color: #fff;
}
.rslt_title{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #1b1b1c;
}
.search_result_col_area{
    width: 100%;
    display: inline-block;
}
ul.search_col {
    width: 100%;
    display: inline-block;
}
ul.search_col li{
    float: left;
    width: 25%;
    padding-right: 30px;
}
ul.search_col li:nth-child(4){
    padding-right: 0;
}
ul.search_col li:last-child{
    padding-right: 0;
}
.search_result_col_area .group_des{
    border: 1px solid #b1bdc7;
}
.search_result_col_area .add_frnd{
    border: 1px solid #b1bdc7;
}
.add_frnd:hover .catagory span{
    color: #fff;
}
.add_frnd img{
    width: 73px;
    height: 73px;
    margin: 0 auto;
    display: table;
    border-radius: 50px;
    margin-bottom: 12px;
}
.add_frnd a.meseage_only {
    background: #00aeef;
}
.add_frnd:hover a.meseage_only{
    background: #097fab;
}
.view_more_search{
    width: 560px;
    line-height: 67px;
    margin: 40px auto 0;
    display: table;
    background-color: #c5ccd1;
    font-size: 20px;
    font-weight: 600;
    color: #33383b;
    text-align: center;
    border-radius: 50px;
}
.view_more_search:hover{
    background-color: #00aeef;
    color: #fff;
}
ul.forum_search_col {
    width: 100%;
    display: inline-block;
}
ul.forum_search_col li {
    float: left;
    width: 50%;
    padding-right: 30px;
    margin-bottom: 20px;
}
ul.forum_search_col li:nth-child(2){
    padding-right: 0;
}
ul.forum_search_col li:last-child{
    padding-right: 0;
}
.forum_search_item{
    width: 100%;
    display: inline-block;
    padding: 30px 30px 0 30px;
    border: 1px solid #b0bac1;
}
.forum_title{
    display: inline-block !important;
    color: #323335 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    width: 100% !important;
    letter-spacing: 0 !important;
    margin-bottom: 10px !important;
    line-height: 24px !important;
    background-color: transparent !important;
    padding: 0 !important;
}
.search_result_col .comm_se .share_post_via ul li {
    width: 100%;
    margin-bottom: 0;
}
.forum_title:hover{
    text-decoration: underline;
}



ul.blog_search_col {
    width: 100%;
    display: inline-block;
}
ul.blog_search_col li{
    float: left;
    width: 550px;
    padding-right: 20px;
}

.blog_search_item{
    width: 100%;
    display: inline-block;
}
.blog_img_sec {
    width: 100%;
    height: 230px;
    margin-bottom: 10px;
}
.blog_img_sec img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box_search_slide{
    width: 100%;
    display: inline-block;
}
.forum_search_col .comm_se li{
    width: unset;
}
.blog_search_col.slick-initialized .slick-list{
    padding-right: 100px;
}

/*search_result*/
















@media (max-width: 1400px){
    .post_share_field textarea {
    font-size: 14px;
}
    .img_des h4 {
        font-size: 15px;
    }
    .list_chat li:before {
    top: 19px;
}
    .list_chat li a {
    font-size: 14px;
}
    .notification_info h3 {
    font-size: 14px;
    line-height: 17px;
}
.notification_head ul li {
    font-size: 15px;
}
.share_type_col label span {
    width: 20px;
}

.post_share h2 {
    font-size: 20px;
}
.register_field_col p {
    font-size: 13px;
    margin-bottom: 10px;
}
.register_input {
    padding: 0 15px;
    line-height: 34px;
    font-size: 12px;
}
.register_field_col {
    margin-bottom: 15px;
}
.register_terms_area .form-group label {
    font-size: 14px;
}
.register_submit {
    padding: 0 30px;
    font-size: 16px;
    line-height: 44px;
}
.main_signin_area {
    padding: 25px;
}
.main_register h2 {
    font-size: 26px;
    margin-bottom: 25px;
}
.main_signin_area .register_submit {
    line-height: 42px;
}
.register_field_col .selectric .label {
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    padding: 0px 15px;
}
.register_field_col .selectric .button {
    right: 10px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: transparent url(../img/sign_arrow_down.png) center center no-repeat;
    background-size: 15px;
}
.register_field_col .selectric-items li {
    font-size: 13px;
}
ul.made_accnt {
    margin: 12px 0;
}
ul.made_accnt li a {
    font-size: 14px;
}
.other_login .btn-with-facebook img {
    top: -1px;
    width: 27px;
}
.other_login .btn-with-google img {
    top: 0px;
    width: 27px;
}
.other_login .btn-with-apple img {
    top: 5px;
    width: 27px;
}
h2.sec_title {
    font-size: 20px;
}
.teachiate_create_forum_post .register_field_col .selectric .button {
    right: 15px;
    width: 13px;
    height: 14px;
    background-size: 13px;
    top: 10px;
}
.register_field_col .register_textarea {
    font-size: 12px;
    height: 120px;
}
.form-container input[type=text], .form-container input[type=password] {
    padding: 9px 10px;
    font-size: 14px;
}
.sign_in_btn {
    padding: 12px 15px;
    font-size: 16px;
}
.newnd_forget li a {
    font-size: 14px;
}
.btn-with-facebook {
    padding: 10px 15px;
    font-size: 14px;
}
.btn-with-facebook img {
    top: 1px;
    width: 27px;
    position: relative;
}
.btn-with-google {
    padding: 10px 15px;
    font-size: 14px;
}
.btn-with-google img {
    top: 1px;
    width: 27px;
    position: relative;
}
.btn-with-apple {
    padding: 10px 15px;
    font-size: 14px;
}
.btn-with-apple img {
    top: 0px;
    width: 25px;
    position: relative;
    padding-right: 7px;
}
.photo_attatch_btn {
    width: 131px;
    line-height: 36px;
    font-size: 13px;
}
.create_blog_page h2{
    font-size: 26px;
}
.register_field_col select {
    line-height: 34px;
    font-size: 13px;
}
.register_field_col .select::after {
    top: 14px;
    right: 20px;
    width: 14px;
    height: 8px;
    background-size: 14px;
}
.news_artical_content h2{
    font-size: 17px;
}
.news_listing_col_content a{
    font-size: 18px;
}
.news_listing_col_content h3 {
    font-size: 14px;
    line-height: 18px;
}
.news_listing_col_content p{
    font-size: 13px;
}
.create_group h2 {
    font-size: 24px;
}
.add_banner_group .profile-banner {
    margin: 15px 0 0 0;
}
.add_banner_group h3 {
    font-size: 16px;
}
.avatar-upload.group_profile_image .avatar-preview {
    width: 170px;
    height: 170px;
}
.avatar-upload.group_profile_image {
    max-width: 170px;
    bottom: 90px;
}
.create_group .avatar-upload .avatar-edit input + label {
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    right: 50%;
    margin-right: -15px;
    background-size: 14px;
}
.add_group_info {
    padding: 110px 30px 30px;
    top: -170px;
}
.create_group .profile-banner .avatar-upload .avatar-edit input + label {
    width: 30px;
    height: 30px;
    background-size: 14px;
    padding: 0;
    top: 30px;
    right: 30px;
    margin-top: 0;
    margin-right: 0;
}
.add_group_info_view {
    top: -170px;
}
.group_info_view_area {
    width: calc(100% - 205px);
}
.group_post_share_area {
    top: -137px;
}
.create_group .group_post_share_area h2 {
    font-size: 18px;
}
.view_more_search {
    width: 320px;
    line-height: 47px;
    margin: 10px auto 0;
    font-size: 16px;
}
}

@media (max-width: 1199px){
.friend_inner .profile_short {
    top: -26px;
}
.post_share_area {
    padding: 20px;
}
.posted_avtar {
    width: 42px;
    height: 42px;
    margin-right: 15px;
}
.post_share_field {
    width: calc(100% - 57px);
}
.share_type_col label {
    font-size: 14px;
}
.share_option_right h4 {
    font-size: 14px;
}
.share_option_right .selectric .label {
    font-size: 14px;
}
.share_type ul li {
    margin-right: 15px;
}
.share_option_right input[type=submit] {
    font-size: 13px;
    line-height: 36px;
}
.share_type_col label {
    font-size: 0;
}
.share_option_right .custom-select {
    width: 110px;
}
.share_option_right input[type=submit] {
    position: relative;
}
.out_select .share_option_right {
    margin-top: 0;
}
.out_select .share_option_right input[type=submit] {
    top: 0;
}
.share_option_right .custom-select {
    width: 120px;
    margin-top: 5px;
    margin-right: 0;
    right: 0;
    position: relative;
    bottom: 0;
}

.share_option_right h4 {
    font-size: 14px;
    margin-right: 10px;
    margin-top: 0;
}
.subcs_area {
    width: 100%;
    margin-top: 20px;
}
.news_brdcum {
    top: 0;
    margin-top: 5px;
}
.news_details .subcs_area {
    width: 30px;
    margin-top: 0;
}

.forum_title h2 {
    font-size: 20px;
}
.article_details .forum_title h2 {
    font-size: 18px;
    line-height: unset;
}
.main_register {
    margin-top: 50px;
}
.main_register_area {
    width: 90%;
}
.forum_title span.back_to_btn a {
    top: 7px;
}
.forum_title h2 {
    width: 100%;
}
.create_group {
    margin: 30px 0 0 0;
}
.create_group h2 {
    margin-bottom: 30px;
}
.create_group .profile-banner .avatar-upload {
    height: 285px;
}
.submit_grp_btn {
    background: url(../img/submit_grp_btn_arrow.png) 92px center no-repeat #1176cb;
    padding: 0 40px 0 20px;
    font-size: 16px;
    line-height: 42px;
    background-size: 8px;
}
.add_member_open_box .submit_grp_btn {
    background: url(../img/submit_grp_btn_arrow.png) 113px center no-repeat #1176cb;
    padding: 0 44px 0 30px;
    background-size: 8px;
}
.add_member_open_box .submit_grp_btn:hover {
    background: url(../img/submit_grp_btn_arrow.png) 113px center no-repeat #00aeef;
    background-size: 8px;
}
}
@media (max-width: 1024px){
.profile_view .avatar-info {
    position: relative;
    top: -128px;
    padding-left: 30px;
}
.profile_view .avatar-info h3 {
    font-size: 20px;
    line-height: 34px;
}
.group-touch_area {
    margin-top: 17px;
}
.profile_view .avatar-info {
    top: -96px;
    padding-left: 20px;
}
.group_short_info {
    padding: 20px;
    top: -98px;
    margin-bottom: -60px;
}
.grp_extra_btn {
    margin-top: 10px;
}
.grp_extra_btn ul li a {
    width: 155px;
    line-height: 40px;
    font-size: 15px;
}
.profile_view .avatar-upload-section {
    height: 168px;
}
.profile_view .avatar-info .avatar-status h5 {
    font-size: 16px;
    line-height: 20px;
    padding-left: 20px;
}
.profile_view .avatar-info .avatar-status h5:after {
    background-size: 14px;
}
.profile_view .avatar-info .avatar-status h6 {
    font-size: 16px;
}
.profile_view .avatar-info .avatar-status h6:after {
    width: 20px;
    height: 20px;
    background-size: 20px;
}
.group_short_info h2 {
    padding-left: 30px;
    font-size: 18px;
    line-height: 20px;
}
.group_short_info h3:after {
    width: 22px;
    height: 23px;
    background-size: 22px;
}
.group_short_info p {
    font-size: 16px;
    line-height: 24px;
}
.profile_view .profile-nav ul li {
    width: 25%;
}
.choose_invitation ul li {
    padding: 0 40px 0 20px;
    line-height: 32px;
    margin-right: 15px;
    font-size: 14px;
    margin-top: 6px;
}
.choose_invitation ul li:after {
    top: 9px;
}
.invitation_send_btn {
    line-height: 50px;
    font-size: 16px;
}
.opening_search_form label {
    margin-top: 30px;
}
.left_title h2 {
    font-size: 22px;
}
.bolg_details .forum_title h2 {
    font-size: 20px;
}
.related_news .news_listing_col {
    margin-bottom: 30px;
}

.group_info_view_area {
    width: 100%;
}
.create_group.step_2 .avatar-upload .avatar-edit input + label {
    bottom: 5px;
}
.only_group_info {
    width: 100%;
}
.group_avatar_info h4 {
    font-size: 14px;
    float: none;
    line-height: 28px;
    margin: 10px auto 0;
    display: table;
}
.group_avatar_info h3 {
    font-size: 20px;
    float: none;
    text-align: center;
}
.group_avatar_info {
    margin: 0 auto;
    display: table;
}
.group_status {
     width: unset;
    display: table;
    margin: 0 auto;
}
.create_group .group-touch_area {
    width: unset;
    margin: 20px auto;
    display: table;
}
.group_share_area {
    float: none;
    width: unset;
    margin: 0 auto;
    display: table;
}
.add_member {
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
    float: left;
}
.create_group .share_group {
    padding-right: 27px;
    font-size: 14px;
    float: right;
    margin-left: 25px;
    margin-top: 5px;
    margin-right: 0;
    background-size: 20px;
}

.add_group_info_view {
    top: -170px;
    padding: 101px 20px 20px;
}
.step_2 .avatar-upload.group_profile_image {
    float: none;
    left: 0;
}
.group_post_share_area {
    top: -70px;
}
ul.search_col li {
    width: 50%;
    padding-top: 0;
}
.rslt_title {
    font-size: 18px;
}
.search_result_details h3 {
    font-size: 18px;
}
.search_result_details h2 {
    font-size: 15px;
}
.search_select ul li a {
    font-size: 15px;
    padding: 0 20px;
    line-height: 34px;
}
.search_select ul li {
    margin-right: 15px;
}
.blog_search_item .blog_title_h4 h3 {
    font-size: 15px;
    line-height: 20px;
}
.blog_search_item .blog_des_p p {
    font-size: 15px;
    line-height: 20px;
}
.blog_img_sec {
    height: 170px;
}
}





@media (max-width: 992px){

.main_signin_area {
    width: 100%;
    margin-bottom: 40px;
}
.main_register_area {
    width: 100%;
    padding: 20px;
}
.profile_view .avatar-info .avatar-status h6 {
    font-size: 14px;
}
.profile_view .avatar-info .avatar-status h5 {
    font-size: 14px;
}
.profile_view .avatar-info .avatar-status h3 {
    font-size: 14px;
    line-height: 20px;
}
.profile_view .avatar-info h3 {
    font-size: 18px;
    line-height: 34px;
}
.desk_hide{
    display: block;
}
.mob_hide{
    display: none;
}
.share_option_right input[type=submit] {
    float: right;
}
.single_forum_post .share_option_right input[type=submit] {
    float: left;
    top: 0;
}
.main_signin_area{
    width: 90%;
}
.bolg_details .notification_info h3 span {
    font-size: 15px;
}
.bolg_details .notification_info h4 {
    position: relative;
    top: 0;
    margin-top: 7px;
    font-size: 12px;
}
.bolg_details .notification_info {
    width: calc(100% - 72px);
}
.bolg_details .user_des h5 {
    font-size: 15px;
    margin-bottom: 0;
}
.forgot_password .teachiate_create_forum_post_area {
    width: 70%;
    margin: 50px auto 80px;
}
.news_artical_image {
    width: 60px;
    height: 50px;
}
.news_artical_content {
    width: calc(100% - 60px);
}
.news_artical_content h2 {
    font-size: 14px;
}
.news_artical_content h4 {
    font-size: 12px;
}
.news_artical_content p {
    font-size: 12px;
}
.blog_left.more_news_listing h2 {
    font-size: 20px;
}
.search_result_info .search-content {
    width: 50%;
}
.search_result {
    margin-top: 40px;
    margin-bottom: 60px;
}
.forum_search_item {
    padding: 30px 15px 0 15px;
}
}

@media (max-width: 767px){
.friend_inner .profile_short {
    top: 0;
    margin-top: 25px;
    position: relative;
}
.friend-links {
    float: left;
    margin: 15px 0 0 0;
    width: 100%;
}
.profile_edit_field p {
    font-size: 16px;
    margin-top: 4px;
}
.post_share_field {
    width: 100%;
    margin-top: 20px;
}
.profile_view .avatar-upload-section {
    height: unset;
    padding-bottom: 25px;
}
.profile_view .avatar-info {
    top: 0;
    margin-top: 0;
    width: 100%;
    padding: 0;
}
.group_short_info {
    top: 1px;
    margin-bottom: 50px;
}
.profile_view .profile-details {
    top: 0;
    position: relative;
}
.profile_view .avatar-info h3 a {
    color: #191c1d;
}
.profile_view .avatar-upload-section .avatar-upload .avatar-preview {
    width: 100px;
    height: 100px;
}

.profile_view .avatar-upload-section .avatar-upload {
    margin-top: -50px;
    width: 100px;
}
.group-touch_area {
    margin-top: 16px;
    padding-top: 0;
}
.profile_view .avatar-info .avatar-status h5 {
    color: #94989a;
    width: 100%;
    margin: 10px 0;
}
.profile_view .avatar-info .avatar-status h6 {
    color: #94989a;
    width: 100%;
    margin: 10px 0;
    padding-left: 25px;
}
.profile_view .avatar-info .avatar-status h6:after {
    width: 20px;
    height: 20px;
    background: url(../img/profile_active_time_m.png) 0 0 no-repeat;
    background-size: 20px;
}
.profile_view .avatar-info .avatar-status h5:after {
    background: url(../img/profile_num_icon_m.png) 0 0 no-repeat;
    background-size: 14px;
    top: 2px;
}
.profile_view .avatar-info .avatar-status h3 {
    width: 100%;
    display: inline-block;
    margin-bottom: 4px;
}

.gorup_members_view .friends_inner_details {
    margin-top: 70px;
}
.user_des h4 {
    font-size: 16px;
}
.user_des {
    padding-left: 12px;
    width: calc(100% - 42px);
    padding-right: 0;
    padding-top: 0;
    margin-top: 7px;
}
.title_img {
    width: 42px;
    height: 42px;
}
.favorites-details .user_des p span img {
    width: 22px;
}
.choose_invitation ul li {
    font-size: 12px;
}
.main_register h2 {
    font-size: 20px;
}
.forgot_password .main_register h2 {
    font-size: 20px;
}
.people_content .short {
    margin: 15px 0;
}
h3.main_sec_title {
    font-size: 20px;
}
.school .title_img {
    position: relative;
    left: 0;
    top: 4px;
    width: 42px;
}
.hour {
    font-size: 12px;
}
.replaied {
    margin-top: 10px;
}
.left_title h2 {
    font-size: 20px;
}
.main_register span.back_to_btn a {
    top: 6px;
}
.replaied a {
    font-size: 12px;
}
.margin_btm {
    padding-bottom: 0px;
    padding-top: 10px;
}
.cmnt_nmbr {
    font-size: 12px;
    margin: 0;
    padding: 0;
}
.register_submit {
    font-size: 14px;
    line-height: 36px;
}

.profile-forum-search .profile_short.activity_select {
    top: -34px;
    position: relative;
}
.related_news .news_listing_col {
    margin: 0 auto 30px;
    display: table;
    width: unset;
}
.related_news .news_listing_col_image {
    width: unset;
    display: table;
    margin: 0 auto;
}
.related_news h2 {
    font-size: 18px;
    text-align: center;
}
.related_news .news_listing_col_content a {
    font-size: 17px;
    text-align: center;
}
.related_news .news_listing_col_content h3 {
    text-align: center;
}
.related_news .news_listing_col_content p {
    text-align: center;
}
.trend_topics ul li a {
    padding: 0 14px;
    line-height: 31px;
    font-size: 14px;
}
.trend_topics ul li {
    margin-right: 10px;
}
.trend_topics h2 {
    font-size: 18px;
}
.forum_col_content h3 {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 17px;
}
.forum_col_content a {
    padding: 0 14px;
    line-height: 25px;
    font-size: 12px;
}

.forum_col_content a {
    padding: 0 14px;
    line-height: 25px;
    font-size: 12px;
    cursor: pointer;
}

.comment_num {
    font-size: 12px;
    line-height: 25px;
}
.post_time {
    font-size: 12px;
    line-height: 25px;
}
.forum_right .accordion2 h3 {
    font-size: 16px;
}
.articles_title h2 {
    font-size: 18px;
    color: #fff;
}
.articles_title {
    padding: 12px 30px;
}
.add_group_info {
    width: 560px;
}
.create_group .profile-banner .avatar-upload {
    height: 175px;
}
.create_group .profile-banner .avatar-upload .avatar-preview > div {
    border-radius: 10px 10px 0 0;
}
.avatar-upload.group_profile_image {
    max-width: 100px;
    bottom: 50px;
}
.avatar-upload.group_profile_image .avatar-preview {
    width: 100px;
    height: 100px;
}
.add_group_info {
    padding: 71px 15px 30px;
    top: -101px;
    width: 100%;
}
.add_member_open_box {
    width: 100%;
}
.add_group_info_view {
    top: -100px;
    padding: 101px 20px 20px;
}
.forum_col_avatar {
    width: 40px;
    height: 40px;
}
.forum_avtar_info {
    width: calc(100% - 40px);
    padding-left: 10px;
}
.forum_avtar_info h2 {
    font-size: 15px;
}
.forum_avtar_info h3 {
    font-size: 13px;
}
.forum_col_content p {
    font-size: 13px;
    padding-bottom: 10px;
}
.morelink {
    font-size: 13px !important;
}
.forum_search_item {
    padding: 30px 20px 0 20px;
}
ul.forum_search_col li {
    width: 100%;
    padding-right: 0;
}
ul.search_col li {
    width: 100%;
    padding-right: 0;
}
.add_frnd {
    position: relative;
    padding: 15px;
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
}
.add_frnd img{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 20px;
    left: 15px;
}
.add_frnd h4 {
    font-size: 15px;
    float: left;
    padding-left: 60px;
}
.add_frnd .catagory {
    font-size: 15px;
    float: left;
    padding-left: 60px;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
}
.add_frnd a {
    padding: 7px 20px;
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 26px;
}
.add_frnd .catagory span {
    margin-bottom: 0;
}
.search_result_col {
    padding: 30px 20px;
}

.group_des {
    position: relative;
    padding: 15px;
    display: inline-block;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    height: unset;
}
.group_des img{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 20px;
    left: 15px;
}
.group_des h4 {
    font-size: 15px;
    float: left;
    padding-left: 60px;
    text-align: left;
    margin-top: 0;
    padding-top: 0;
}
.group_des .catagory{
    font-size: 15px;
    width: 100%;
    float: left;
    padding-left: 60px;
    text-align: left;

}
ul.blog_search_col li {
    width: 100%;
    padding-right: 0;
}
/*.blog_search_col.slick-initialized .slick-slide {
    margin: 0;
}*/
.blog_search_col.slick-initialized .slick-list{
    padding-right: 40px;
}
}












@media (max-width: 599px){
.friends_inner_details .btn {
    font-size: 12px;
    padding: 12px 10px 12px 10px;
    letter-spacing: 0.20px;
}
.who_can_see h3 {
    display: none;
}

.profile_edit_field p {
    font-size: 14px;
    margin-top: 5px;
}
.who_can_see .parent {
    width: 90px;
}
.who_can_see .custom-select-active {
    height: 28px;
    line-height: 26px;
    font-size: 13px;
    background-size: 10px;
    padding: 0 10px;
    margin-bottom: 15px;
}

.profile_edit_input {
    line-height: 34px;
    margin-bottom: 15px;
}
.only_field .custom-select-active {
    height: 34px;
    line-height: 34px;
    background-size: 17px;
    font-size: 14px;
    margin-bottom: 15px;
}
.only_field {
    margin-top: 0px;
}
.profile_edit_col {
    margin-bottom: 5px;
}
.settings_form_col .btn {
    font-size: 15px;
    padding: 13px 20px 13px 20px;
}
.notofication_avtar_image {
    width: 40px;
    height: 40px;
}
.notification-chat-icon {
    width: 20px;
    height: 20px;
    bottom: 0;
    right: -6px;
}
.notification_icon {
    width: 14px;
    margin: 0 auto;
}
.notification_icon img{
    width: 100%;
}
.notofication_avtar_col {
    width: 40px;
}
.notification_info {
    width: calc(100% - 114px);
}
.noti_del {
    top: 20px;
    width: 37px;
    right: 15px;
    box-shadow: 0 5px 5px rgb(201 213 222 / 0.75);
    padding-left: 0;
    background: #fff url(../img/noti_del_icon.png) center center no-repeat;
    font-size: 0;
}
.notification_info {
    padding-right: 34px;
    width: calc(100% - 114px);
}
.notofication_col {
    padding: 12px 15px;
}

.notification_head {
    padding: 0 15px;
}
.notofication_col .new{
    display: none;
}
.notification_info {
    padding-right: 0;
    width: 100%;
    margin-left: 0;
}
.share_option_right h4 {
    font-size: 14px;
}
.post_share_field textarea {
    height: 74px;
    padding: 12px;
    font-size: 13px;
}
.post_share h2 {
    font-size: 17px;
    margin-bottom: 17px;
}
.post_share_field .form-group label {
    font-size: 13px;
    padding-right: 34px;
    line-height: 16px;
}
.single_forum_post .new {
    float: left;
    margin-top: 15px;
    margin-right: 0;
}
.single_forum_post .share_option_right{
    margin-top: 20px;
}
.single_forum_post .share_option_right input[type=submit]{
    top: 0;
}
.cmnt_nmbr {
    font-size: 12px;
    margin: 4px 0;
}
.forum_title h2 {
    font-size: 16px;
}
.subcs_area a {
    padding: 0 20px;
    line-height: 38px;
    font-size: 14px;
    margin-right: 20px;
}
.add_fav {
    margin-top: 2px;
    width: 24px;
    height: 24px;
    background-size: 24px;
}
.main_register h2 {
    font-size: 18px;
    margin-bottom: 20px;
}
.forgot_password .main_register h2 {
    font-size: 17px;
}
.forgot_password .main_register span.back_to_btn a {
    top: 4px;
}
.register_terms_area .form-group label {
    font-size: 13px;
}
.register_terms_area .new {
    float: left;
    margin-top: 10px;
    margin-right: 20px;
    width: 100%;
    margin-bottom: 25px;
}
.register_submit {
    float: left;
}
.register_field_col p {
    font-size: 13px;
    margin-bottom: 6px;
}
.main_signin_area {
    padding: 20px;
}
ul.made_accnt li {
    margin-right: 0;
    padding: 0;
    width: 100%;
    margin: 10px 0;
    text-align: center;
}
.other_login ul li a {
    font-size: 13px;
    line-height: 48px;
}
.other_login .btn-with-facebook img {
    width: 23px;
}
.other_login .btn-with-google img {
    width: 23px;
}
.other_login ul li a {
    font-size: 13px;
    line-height: 41px;
}
.main_register {
    margin-top: 40px;
    margin-bottom: 50px;
}
.teachiate_create_forum_post .main_register {
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 20px;
}
.profile-banner .avatar-upload .avatar-edit input + label i {
    font-size: 13px;
    padding-right: 1px;
}
.profile-banner .avatar-upload .avatar-edit input + label {
    padding: 6px 11px;
    font-size: 10px;
}
.profile_view .avatar-info h3 {
    font-size: 16px;
    line-height: 20px;
}

.group-touch_area p {
    font-size: 14px;
    line-height: unset;
    width: 100%;
}
.admins_view {
    float: left;
    margin-top: 12px;
}
.grp_extra_btn ul li {
    float: left;
    width: 100%;
    margin-right: 20px;
}
.grp_extra_btn ul li a {
    width: 100%;
    line-height: 36px;
    font-size: 14px;
}
.grp_extra_btn ul {
    width: 100%;
    margin-bottom: 25px;
}
.admins_view ul li {
    width: 44px;
    height: 44px;
    margin-right: -15px;
}
.profile-banner .avatar-upload {
    height: 120px;
}
.share_group {
    float: none;
    display: table;
    margin: 0px auto 0px;
}
.share_group_open ul{
    margin-bottom: 0;
}
.share_group_open {
    width: 140px;
    right: 50%;
    margin-right: -70px;
}
.share_group_open ul li{
    margin: 0;
}
.share_group_open ul li a {
    width: 100%;
    line-height: 22px;
    font-size: 14px;
}
.group_short_info h2 {
    font-size: 15px;
    margin-bottom: 12px;
}
.group_short_info p {
    font-size: 13px;
    line-height: 19px;
}
.friend-pro-image {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
}
.friend-info-details {
    margin: 0;
    width: 100%;
}
.profile-forum-search.forums_inner_page .form-control {
    line-height: 34px;
    padding: 0 14px;
}
.profile-forum-search .search_btn {
    padding: 5px 12px;
}
h2.sec_title {
    font-size: 18px;
}
.profile_view .profile-forum-details {
    margin-top: 0;
}
.choose_field p {
    float: left;
    margin-right: 0;
    width: 100%;
    margin: 10px 0;
    font-size: 12px;
}
.favorites-details .user_des p span img {
    width: 22px;
}
.blog_left .user_des p span img{
    width: 22px;
    margin-right: 5px;
}
.choose_invitation ul li {
    padding: 0 30px 0 10px;
    line-height: 25px;
    margin-right: 10px;
    font-size: 11px;
}
.choose_invitation ul li:after {
    top: 7px;
    background-size: 9px;
    right: 5px;
}
.invitation_send_btn {
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px;
}
.group_invite .search_flex {
    margin-bottom: 10px;
}
.register_field_col .register_textarea {
    font-size: 12px;
    height: 100px;
    padding: 15px;
}
.list_flex .name {
    float: left;
    width: 100%;
}
.comment_time{
    float: left;
    width: 100%;
}
.list_flex {
    justify-content: unset;
    height: unset;
    display: inline-block;
    width: 100%;
    margin-top: 8px;
}
.list_flex .name p {
    font-weight: 500;
    color: #08406f;
    font-size: 16px;
    padding-bottom: 5px;
}
.blog_des_p p {
    font-size: 13px;
}
.blog_title_h4 h3 {
    font-size: 16px;
    font-weight: 500;
    color: #191b1c;
    padding-bottom: 10px;
    line-height: 20px;
}
.comment_time p {
    font-size: 12px;
    padding-bottom: 15px;
}
.opening_sec h2 {
    font-size: 18px;
    padding: 26px 0 20px 0;
}
.opening_search_form label {
    margin-top: 25px;
}
.contribute a {
    padding: 8px 20px;
    margin-bottom: 40px;
    font-size: 14px;
}
.margin_btm {
    padding-bottom: 0;
}
.margin_top_20 {
    margin-top: 20px !important;
}
.blog_title .user_des p {
    font-size: 12px;
    padding-bottom: 0;
}
.margin_right:before {
    left: 0;
    width: 22px;
    height: 24px;
    background-size: 22px;
    top: 29px;
}
.margin_right {
    padding-left: 30px;
}
.blog_img_holder1 {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}
.post_share.single_post_comment {
    top: -40px;
}
.blog_title .user_des h4 {
    font-size: 14px;
    font-weight: 600;
}
.star {
    top: 15px;
    right: 15px;
    width: 19px;
}
.comm_se a {
    font-size: 14px;
}

.form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 10px 10px;
    margin: 5px 0 15px 0;
}
.sign_in_btn {
    padding: 11px;
}
#myForm h2 {
    font-size: 22px;
    color: #383a3d;
    font-weight: 500;
    margin-bottom: 15px;
}
#myForm label {
    font-size: 13px;
}
.btn-with-facebook {
    font-size: 14px;
    padding: 8px;
}
.btn-with-google {
    font-size: 14px;
    padding: 8px;
}
.btn-with-facebook img {
    width: 24px;
}
.form-container .cancel {
    font-size: 14px;
    padding: 16px;
}
.btn-with-google img {
    width: 24px;
}
.left_title h2 {
    font-size: 18px;
}
.forum_left .read_more_btn a {
    display: table;
    margin: 10px auto;
    font-size: 14px;
    padding: 8px 20px;
}
.month {
    position: relative;
    right: 0;
    width: 100%;
    display: inline-block;
    bottom: 0;
    text-align: center;
}
.forum_left .des_p p {
    font-size: 14px;
}
.catagory_forum a {
    padding: 6px 15px;
    font-size: 15px;
}
.forum .pagination {
    float: right;
    width: 100%;
    margin: 27px 0;
}
.blog_feedback span {
    font-size: 14px;
    font-weight: 700;
}
.register_terms_area .form-group label:before {
    left: -12px;
}
.register_terms_area .form-group label {
    padding-left: 12px;
}
.main_signin_area{
    width: 100%;
}
.form-container {
    width: 90%;
}
.newnd_forget li a {
    font-size: 12px;
    padding-top: 0;
}
.forum_title span.back_to_btn {
    height: 50px;
}

.bolg_details .forum_title h2 {
    font-size: 15px;
}
.bolg_details .post_share.single_post_comment {
    top: -50px;
}
.bolg_details .notification_info {
    width: calc(100% - 47px);
    padding-left: 15px;
}
.bolg_details .create_blog_btn {
    top: -50px;
}
.create_blog_btn {
    line-height: 39px;
    padding: 0 20px;
    font-size: 14px;
}
.create_blog_btn span:after {
    width: 13px;
    height: 13px;
    top: 2px;
    background-size: 13px;
}
.create_blog_btn span {
    padding-left: 20px;
}
.photo_attatch_btn {
    width: 100%;
    top: 46px;
    border-radius: 4px;
}
.create_blog_page .field {
    padding-bottom: 46px;
}
.main_register .field {
    padding-bottom: 46px;
}

.create_blog_page .register_submit {
    padding: 0 20px;
    font-size: 13px;
    line-height: 34px;
}
.create_blog_page .modal-dialog {
    padding: 30px 15px;
}
.create_blog_page .close {
    left: 15px;
    top: 37px;
}
.create_blog_page h2 {
    font-size: 20px;
}
.bolg_details .user_des h5 {
    font-size: 13px;
    margin-bottom: 0;
}
.forum_title {
    margin-bottom: 15px;
}
.forgot_password .teachiate_create_forum_post_area {
    width: 100%;
    margin: 30px auto 80px;
}
.ftr_logo{
    width: 130px;
}
.ftr_des p {
    font-size: 14px;
    padding: 10px 0 30px 0;
}
.footer-column ul li {
    padding-bottom: 10px;
}
.footer-column a {
    font-size: 14px;
}
.footer-column h3 {
    font-size: 16px;
    margin-bottom: 0;
}
.direct_cmnt_area input[type=submit]{
    width: 100%;
    margin-top: 8px;
}
.direct_cmnt_area textarea {
    width: 100%;
    font-size: 14px;
    padding: 10px;
}
.direct_cmnt_area {
    margin-top: 30px;
}
.blog_des p {
    padding-bottom: 5px;
}
.profile_view .profile-forum-search {
    top: 30px;
    position: relative;
}
.profile-forum-search .profile_short {
    width: 100%;
}
.share_option_right {
    float: right;
    position: relative;
    padding-bottom: 0;
    width: 170px;
}
.share_option_right .short {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 0;
}
.news_details .single_forum_post .share_option_right {
    margin-top: 5px;
    padding-bottom: 0;
}
.news_image_overlay {
    padding: 10px 15px;
    bottom: 0;
}
.news_image_overlay a {
    font-size: 12px;
}
.news_image_overlay h2 {
    font-size: 12px;
    margin-bottom: 0px;
}
.news_image {
    height: 250px;
}
.news_image img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.article_details .forum_title h2 {
    font-size: 15px;
    line-height: 20px;
}

.article_details .news_detail_content {
    padding: 15px;
    top: -6px;
    position: relative;
}
.article_details .blog_sec3{
    top: -6px;
    position: relative;
}
.news_detail_content a {
    font-size: 18px;
}
.news_detail_content p {
    font-size: 14px;
    margin: 10px 0 0 0;
}
.news_brdcum ul li {
    font-size: 12px;
}
.news_brdcum ul li:after {
    top: 3px;
}
.news_artical_content p {
    font-size: 12px;
    width: 100%;
    margin-top: 5px;
}
.news_artical_content h2 {
    margin-bottom: 8px;
}
.view_more {
    padding: 6px 0;
}
.post_share_area {
    padding: 15px;
}
.for_news .view_more {
    margin: 0 20px 20px;
}
.blog_right.for_news {
    margin-top: 0;
}
.news_load_more {
    min-width: 100%;
    margin: 20px auto;
    display: table;
    font-size: 15px;
    padding: 10px 0;
}
.blog_left.more_news_listing h2 {
    font-size: 18px;
}
.forum_right .accordion2 h3 {
    font-size: 14px;
}
.forum_col_content {
    width: 100%;
    padding-left: 0;
    margin-top: 8px;
}

.forum_col_content h3 {
    line-height: 20px;
}
.left_listing li {
    padding: 25px 15px 0 15px;
}
.comm_se li {
    font-size: 14px;
}
.comm_se li span i{
    display: block;
}
.comm_se a {
    font-size: 14px;
    margin: 0 auto;
    display: table;
}
.popular_topic_list_content a {
    font-size: 13px;
    line-height: 20px;
    float: left;
}
.popular_topic_list_content h4 {
    font-size: 12px;
}

.forums_inner_page .form-control {
    padding: 12px;
}
.create_group h2 {
    margin-bottom: 20px;
    font-size: 20px;
}
.add_banner_group h3 {
    font-size: 14px;
}
.group_status h3 {
    font-size: 16px;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 5px 0;
}
.group_status h4 {
    font-size: 13px;
    position: relative;
    padding-left: 17px;
    margin-left: 0;
    display: table;
    float: none;
    margin: 5px auto;
}
.group_status h5 {
    font-size: 13px;
    position: relative;
    padding-left: 23px;
    margin-left: 0;
    display: table;
    float: none;
    margin: 5px auto;
}
.create_group .group-touch_area {
    width: unset;
    margin: 5px auto;
    display: table;
}
.create_group .share_group {
    margin-left: 17px;
}
.create_group .admins_view {
    float: none;
    margin: 0 auto 20px;
    display: table;
}
.create_group .group-touch_area p {
    font-size: 14px;
    line-height: unset;
    margin: 0 auto;
    display: table;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}
.suggest_dropdown {
    height: 300px;
    padding: 10px 15px;
}
.grp_to_invite_btn {
    line-height: 28px;
    padding: 0 12px;
    font-size: 12px;
}
.add_member_open_box {
    padding: 30px 15px;
}
.add_member_open_box .submit_grp_btn{
    background: url(../img/submit_grp_btn_arrow.png) 91px center no-repeat #1176cb;
    padding: 0 34px 0 20px;
    font-size: 14px;
    background-size: 6px;
}
.add_member_open_box .submit_grp_btn:hover{
    background: url(../img/submit_grp_btn_arrow.png) 91px center no-repeat #00aeef;
    padding: 0 34px 0 20px;
    font-size: 14px;
    background-size: 6px;
}
.create_group.step_2 .profile-banner .avatar-upload .avatar-edit input + label {
    top: 15px;
    right: 15px;
}

.popular_topic_list_content h5 {
    font-size: 15px;
}
.popular_topic_listing_col {
    padding: 15px;
}
.list_chat li {
    padding: 10px 10px 10px 35px;
}
.list_chat li:before {
    left: 24px;
}
.trend_topics ul li a {
    padding: 0 11px;
    line-height: 30px;
    font-size: 12px;
}
.add_frnd .catagory {
    font-size: 14px;
    padding-left: 50px;
}
.add_frnd .catagory span {
    font-size: 13px;
}
.search_result_info .search-content {
    width: 100%;
    margin-top: 20px;
}
.search_result_details{
    width: 100%;
}
.forum_search_item {
    padding: 20px;
}
.view_more_search {
    width: 80%;
    line-height: 37px;
    margin: 10px auto 0;
    font-size: 14px;
}
.add_frnd {
    padding: 10px;
}
.add_frnd img {
    width: 40px;
    height: 40px;
    left: 10px;
}
.add_frnd h4 {
    padding-left: 50px;
    font-weight: 500;
}
.add_frnd a {
    padding: 5px 15px;
    font-size: 12px;
    right: 10px;
    top: 24px;
}
.search_result_details h3 {
    font-size: 16px;
}
.search_select ul li a {
    font-size: 14px;
    padding: 0 15px;
    line-height: 30px;
}
.search_select ul li {
    margin-right: 10px;
}
.forum_title {
    font-size: 15px !important;
    line-height: 20px !important;
}
.search_select ul {
    width: 398px;
}
.search_select {
    overflow-x: scroll;
    margin: 20px 0 0px 0;
}
/*scroll-bar*/
/* width */
.search_select::-webkit-scrollbar {
  width: 0;
  background-color: transparent;
}

/* Track */
.search_select::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 0;
}

/* Handle */
.search_select::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0;
}

/* Handle on hover */
.search_select::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.blog_search_item .blog_des_p p {
    font-size: 13px;
    line-height: 20px;
}
}

@media only screen and (min-width: 768px) {
    .mt-lg-5 {
        margin-top: 80px;;
    }
}
/*ritam*/
.google-login-button{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #da557a;
  border: none;
  border-radius: 4px;
  /* line-height: 64px; */
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  margin-top: 10px;
  height: 53px;
  width: 100%;
  float: right;
}

.facebook-login-button{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #0055a4;
  border: none;
  border-radius: 4px;
  /* line-height: 64px; */
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  margin-top: 10px;
  height: 53px;
  width: 100%;
  float: right;
  text-align: center;
  padding-top: 13px;
}


.google-register-button{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #da557a;
  border: none;
  border-radius: 4px;
  /* line-height: 64px; */
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  margin-top: 10px;
  height: 53px;
  width: 220px;
  float: right;
}

.facebook-register-button{
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #0055a4;
  border: none;
  border-radius: 4px;
  /* line-height: 64px; */
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  margin-top: 10px;
  height: 53px;
  width: 100%;
  float: right;
}



.register_field_col [type="checkbox"]:checked,
.register_field_col [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.register_field_col [type="checkbox"]:checked + label,
.register_field_col [type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.register_field_col [type="checkbox"]:checked + label:before, .register_field_col [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #a0acb5;
    border-radius: 2px;
    background: #fff;
}
.register_field_col [type="checkbox"]:checked + label:after, .register_field_col [type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #4267b2;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.register_field_col [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.register_field_col [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.subcategorie{
  color: white;
  cursor: pointer;
}

.add_frnd button {
    border-radius: 5px;
    background: #08406f;
    color: #fff;
    padding: 9px 25px;
    font-size: 15px;
    display: table;
    margin: 0px auto 0;
}

.add_frnd button:hover {
    background: #00aeef;
}

.notofication_col .notif-actions .star {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 173px;
  z-index: 9;
}
