:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*,::after,::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,footer,header,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}

h1,h2,h5 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

h1,h2,h5 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h5 {
    font-size: 1.25rem
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-md-3,.col-md-6,.col-xl-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 768px) {

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width: 992px) {

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }
}

@media (min-width: 1200px) {

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn:disabled {
    opacity: .65
}

.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
}

.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(130,138,145,.5)
}

.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(72,180,97,.5)
}

.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(58,176,195,.5)
}

.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(222,170,12,.5)
}

.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(225,83,97,.5)
}

.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(216,217,219,.5)
}

.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(82,88,93,.5)
}

.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
}

.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
}

.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
}

.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
}

.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
}

.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}

@media (min-width: 992px) {
    .d-lg-none {
        display:none!important
    }
}

.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important
}

.position-relative {
    position: relative!important
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
}

.mb-0 {
    margin-bottom: 0!important
}

.ml-0 {
    margin-left: 0!important
}

.pl-0 {
    padding-left: 0!important
}

.text-center {
    text-align: center!important
}

@media print {
    *,::after,::before {
        text-shadow: none!important;
        box-shadow: none!important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2,p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px!important
    }

    .container {
        min-width: 992px!important
    }
}

/*# sourceMappingURL=bootstrap.min.css.map */





/*#############################################*/
/*#############################################*/
/*#############################################*/
/*#############################################*/
/*#############################################*/
/*#############################################*/
/*#############################################*/
/*#############################################*/
/*#############################################*/



/*-------------------------------------    
CSS INDEX
===================================
#. Normalize and Defaults
#. Header
#. Footer
#. Sidebar
#. Banner
#. Pagination
#. Contents
#. Comments
---------------------------------------*/
.widget a:hover, .offcanvas-menu .offcanvas-cancel:hover i {
  color: #4353ff !important;
}

.coming-next__single.primary {
  background-color: #4353ff !important;
}

.main-header .main-navigation ul > li > a {
  color: #5c637e !important;
}

.main-header .main-navigation ul > li > a {
  color: #5c637e !important;
}

.main-header .main-navigation ul > li > a {
  color: #5c637e !important;
}

.main-header .main-navigation ul > li > a {
  color: #5c637e !important;
}

h1, h2, h5 {
  color: #151826 !important;
}

.menu-trigger span {
  background-color: #151826 !important;
}

.btn.btn-raised.btn-pink, .btn.btn-pink, .coming-next__single.primary .coming-next__title, .coming-next__single.primary {
  color: #ffffff !important;
}

.shade {
  background-color: #ffffff !important;
}

.color-pink, .main-header .main-navigation ul > li > a:hover, .main-header .main-navigation ul > li:hover > a, .main-header .main-navigation ul > li.current-menu-item > a {
  color: #fc368c !important;
}

.btn-pink {
  background-color: #fc368c;
  border-color: #fc368c;
}

.color-violet {
  color: #834eff !important;
}

.main-header .main-navigation ul li ul li a, .main-header .main-navigation ul > li > a {
  color: #5c637e !important;
}

.main-header .main-navigation ul li ul li a, .main-header .main-navigation ul > li > a {
  color: #5c637e !important;
}

.main-header .main-navigation ul li ul li a, .main-header .main-navigation ul > li > a {
  color: #5c637e !important;
}

.main-header .main-navigation ul li ul li a, .main-header .main-navigation ul > li > a {
  color: #5c637e !important;
}

.menu-trigger span {
  background-color: #151826 !important;
}

.main-header .main-navigation ul li ul li a:hover, .main-header .main-navigation ul > li > a:hover, .main-header .main-navigation ul > li:hover > a, .main-header .main-navigation ul > li.current-menu-item > a {
  color: #fc368c !important;
}

@font-face {
  font-family: "Bergen Neue";
  src: url("../fonts/bergen_neue-light-webfont.woff2") format("woff2"), url("../fonts/bergen_neue-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bergen Neue";
  src: url("../fonts/bergen_neue-regular-webfont.woff2") format("woff2"), url("../fonts/bergen_neue-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bergen Neue";
  src: url("../fonts/bergen_neue-medium-webfont.woff2") format("woff2"), url("../fonts/bergen_neue-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bergen Neue";
  src: url("../fonts/bergen_neue-semibold-webfont.woff2") format("woff2"), url("../fonts/bergen_neue-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bergen Neue";
  src: url("../fonts/bergen_neue-italic-webfont.woff2") format("woff2"), url("../fonts/bergen_neue-italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* CircularStd Font */
@font-face {
  font-family: "CircularStd";
  src: url("https://appify-pro.com/wp-content/themes/appify/assets/fonts/CircularSpotifyText-Light.woff2") format("woff2"), url("https://appify-pro.com/wp-content/themes/appify/assets/fonts/CircularSpotifyText-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CircularStd";
  src: url("https://appify-pro.com/wp-content/themes/appify/assets/fonts/CircularSpotifyText-LightItalic.woff2") format("woff2"), url("https://appify-pro.com/wp-content/themes/appify/assets/fonts/CircularSpotifyText-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "CircularStd";
  src: url("https://appify-pro.com/wp-content/themes/appify/assets/fonts/CircularStd-Book.woff2") format("woff2"), url("https://appify-pro.com/wp-content/themes/appify/assets/fonts/CircularStd-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CircularStd";
  src: url("https://appify-pro.com/wp-content/themes/appify/assets/fonts/CircularStd-BookItalic.woff2") format("woff2"), url("https://appify-pro.com/wp-content/themes/appify/assets/fonts/CircularStd-BookItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "CircularStd";
  src: url("https://appify-pro.com/wp-content/themes/appify/assets/fonts/CircularStd-Medium.woff2") format("woff2"), url("https://appify-pro.com/wp-content/themes/appify/assets/fonts/CircularStd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CircularStd";
  src: url("https://appify-pro.com/wp-content/themes/appify/assets/fonts/CircularStd-Bold.woff2") format("woff2"), url("https://appify-pro.com/wp-content/themes/appify/assets/fonts/CircularStd-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CircularStd";
  src: url("https://appify-pro.com/wp-content/themes/appify/assets/fonts/CircularStd-BoldItalic.woff2") format("woff2"), url("https://appify-pro.com/wp-content/themes/appify/assets/fonts/CircularStd-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "CircularStd";
  src: url("https://appify-pro.com/wp-content/themes/appify/assets/fonts/CircularStd-Black.woff2") format("woff2"), url("https://appify-pro.com/wp-content/themes/appify/assets/fonts/CircularStd-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CircularStd";
  src: url("https://appify-pro.com/wp-content/themes/appify/assets/fonts/CircularStd-BlackItalic.woff2") format("woff2"), url("https://appify-pro.com/wp-content/themes/appify/assets/fonts/CircularStd-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

a {
  background-color: transparent;
  outline: none;
}
a:active, a:hover, a:focus, a:link {
  outline: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 10px 15px rgba(67, 83, 255, 0.15);
          box-shadow: 0 10px 15px rgba(67, 83, 255, 0.15);
}

ul,
ul ul {
  margin: 0 0 1em 1em;
  padding-left: 20px;
}

ul {
  list-style: disc;
}

li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

header,
nav {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
  color: #5c637e;
}

/* Button/Inputs */

/* --- Posts and pages --- */

/* --- Comments --- */

/* --- Widgets --- */

/*-------------------------------------
#. Banner
---------------------------------------*/

/*-------------------------------------
#. Pagination
---------------------------------------*/

/*-------------------------------------
#. Contents
---------------------------------------*/
@media all and (min-width: 1230px) {
  .container {
    max-width: 1200px !important;
  }
}
@media all and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/*-------------------------------------
#. Header
---------------------------------------*/
/* Logo */
.main-header .site-branding {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .main-header .site-branding {
    text-align: center;
  }
}
.main-header .site-branding a svg {
  width: 150px;
}

.site-header {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .site-header {
    padding: 15px 0;
  }
}

/* Headroom */
.headroom {
  will-change: transform;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
}

.headroom--top {
  position: relative;
  background: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Main Navigation */
.main-header {
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.main-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main-header .main-navigation {
  margin-left: 35px;
}
@media only screen and (max-width: 1199px) {
  .main-header .main-navigation {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .main-header .main-navigation {
    display: none;
  }
}
.main-header .main-navigation ul {
  -webkit-transition: all 0.5 ease-out 0s;
  transition: all 0.5 ease-out 0s;
}
@media all and (max-width: 767.98px) {
  .main-header .main-navigation ul {
    text-align: center;
  }
}
.main-header .main-navigation ul > li {
  display: inline-block;
  position: relative;
}
.main-header .main-navigation ul > li > a {
  font-size: 15px;
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 22px 12px;
}
@media only screen and (max-width: 1199px) {
  .main-header .main-navigation ul > li > a {
    padding: 22px 10px;
  }
}
.main-header .main-navigation ul > li.menu-item-has-children > a:after {

}

/* Submenu */
.main-header .main-navigation ul li ul {
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: absolute;
  top: 100%;
  background-color: #fff;
  border: 0 none;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 99 !important;
  width: 240px;
  text-align: left;
  -webkit-box-shadow: 0 5px 20px rgba(146, 155, 177, 0.2);
          box-shadow: 0 5px 20px rgba(146, 155, 177, 0.2);
}
.main-header .main-navigation ul li ul li {
  display: block;
  padding: 0 10px;
}
.main-header .main-navigation ul li ul li:last-child {
  border-bottom: none;
}
.main-header .main-navigation ul li ul li a {
  display: block;
  border-radius: 4px;
  padding: 6px 10px !important;
}
.main-header .main-navigation ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.menu-trigger {
  display: block;
  cursor: pointer;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.menu-trigger span {
  width: 25px;
  height: 2px;
  display: block;
}
.menu-trigger span:not(:last-child) {
  margin-bottom: 6px;
}
@media only screen and (max-width: 379px) {
  .menu-trigger span {
    width: 22px;
  }
}
.menu-trigger:hover span:nth-child(2) {
  width: 25px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 10px 15px rgba(67, 83, 255, 0.15);
          box-shadow: 0 10px 15px rgba(67, 83, 255, 0.15);
}


/* spacing */
/* padding-top */

.pt-95 {
  padding-top: 95px;
}
@media only screen and (max-width: 991px) {
  .pt-95 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-95 {
    padding-top: 40px;
  }
}

.pt-140 {
  padding-top: 140px;
}
@media only screen and (max-width: 991px) {
  .pt-140 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-140 {
    padding-top: 80px;
  }
}

.pt-190 {
  padding-top: 190px;
}
@media only screen and (max-width: 991px) {
  .pt-190 {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .pt-190 {
    padding-top: 120px;
  }
}

/* padding-bottom */

.pb-70 {
  padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .pb-70 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-70 {
    padding-bottom: 40px;
  }
}

.pb-135 {
  padding-bottom: 135px;
}
@media only screen and (max-width: 991px) {
  .pb-135 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-135 {
    padding-bottom: 60px;
  }
}

.pb-140 {
  padding-bottom: 140px;
}
@media only screen and (max-width: 991px) {
  .pb-140 {
    padding-bottom: 95px;
  }
}
@media only screen and (max-width: 767px) {
  .pb-140 {
    padding-bottom: 75px;
  }
}

/* padding-left */
/* padding-right */
/* margin-top */
/* margin-bottom */

.mb-45 {
  margin-bottom: 45px;
}

/* Negative margin */

/* Display Headings */

.display-2 {
  font-size: calc(1.2rem + 2.4vw);
  font-weight: 600;
  line-height: 1.21;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 3rem;
  }
}

.display-3 {
  font-size: calc(1.1625rem + 1.95vw);
  font-weight: 600;
  line-height: 1.24;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 2.625rem;
  }
}

/* max-width none */

/*-------------------------------------
#. Normalize and Defaults
---------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "CircularStd";
  margin: 0 auto;
  color: #7a82a6;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  overflow-x: hidden;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.site {
  position: relative;
}

ul {
  margin: 0;
  padding: 0;
}

/* Shape */

/* Section Background */

/* Line */

/* Dots */

/* Shape Icon */

.shade {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
  z-index: -1;
}

h1 {
  font-size: calc(1.125rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  font-size: calc(1.0875rem + 1.05vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 1.875rem;
  }
}

h5 {
  font-size: calc(1.025rem + 0.3vw);
}
@media (min-width: 1200px) {
  h5 {
    font-size: 1.25rem;
  }
}

h1,
h2,
h5 {
  margin-bottom: 20px;
  font-family: "CircularStd";
  clear: both;
}

p {
  margin-bottom: 20px;
}

a {
  background-color: transparent;
  outline: none;
}
a:active, a:hover, a:focus, a:link {
  outline: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 10px 15px rgba(67, 83, 255, 0.15);
          box-shadow: 0 10px 15px rgba(67, 83, 255, 0.15);
}

ul {
  margin: 0 0 1em 1em;
  padding-left: 20px;
}

ul {
  list-style: disc;
}

img {
  height: auto;
  max-width: 100%;
  border: 0;
}

article,
footer,
header,
main,
nav,
section {
  display: block;
}

strong {
  font-weight: bold;
}

svg:not(:root) {
  overflow: hidden;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
  padding: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 7px;
}

.wp-block-categories,
.wp-block-archives {
  margin: 0 0 20px;
  list-style-position: inside;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
  color: #5c637e;
}

/* Button/Inputs */

/* --- Posts and pages --- */

/* --- Comments --- */

/* --- Widgets --- */
.widget {
  margin: 0 0 40px;
}

/*-------------------------------------
#. Banner
---------------------------------------*/

/*-------------------------------------
#. Pagination
---------------------------------------*/

/*-------------------------------------
#. Contents
---------------------------------------*/
@media all and (min-width: 1230px) {
  .container {
    max-width: 1200px !important;
  }
}
@media all and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.site-content .content-area {
  padding: 80px 0;
}
@media only screen and (max-width: 991px) {
  .site-content .content-area {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .site-content .content-area {
    /* padding: 40px 0; */
    padding: 0px 15px;
  }
}

/* Blog */

/* Single Post */

/* Page */

/* Error */

/* Search No Result */

/*-------------------------------------
#. Keyframes
---------------------------------------*/










/*-------------------------------------
#. Header
---------------------------------------*/
/* Logo */
.main-header .site-branding {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .main-header .site-branding {
    text-align: center;
  }
}
.main-header .site-branding a svg {
  width: 150px;
}

.site-header {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .site-header {
    padding: 15px 0;
  }
}

/* Headroom */
.headroom {
  will-change: transform;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
}

.headroom--top {
  position: relative;
  background: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Main Navigation */
.main-header {
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.main-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.main-header .main-navigation {
  margin-left: 35px;
}
@media only screen and (max-width: 1199px) {
  .main-header .main-navigation {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .main-header .main-navigation {
    display: none;
  }
}
.main-header .main-navigation ul {
  -webkit-transition: all 0.5 ease-out 0s;
  transition: all 0.5 ease-out 0s;
}
@media all and (max-width: 767.98px) {
  .main-header .main-navigation ul {
    text-align: center;
  }
}
.main-header .main-navigation ul > li {
  display: inline-block;
  position: relative;
}
.main-header .main-navigation ul > li > a {
  font-size: 15px;
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 22px 12px;
}
@media only screen and (max-width: 1199px) {
  .main-header .main-navigation ul > li > a {
    padding: 22px 10px;
  }
}

/* Submenu */

/* 3rd Level Menu */

/*  Mega Menu */

/* Megamenu List */

/* Megamenu Features */

/* Megamenu Features */

/* Transparent Header */

/* Page with Adminbar */

.offcanvas-menu {
  position: fixed;
  z-index: 99988 !important;
  background-color: #fff;
  -webkit-box-shadow: 0 21px 81px rgba(0, 0, 0, 0.1);
          box-shadow: 0 21px 81px rgba(0, 0, 0, 0.1);
  z-index: -1;
  height: 100%;
  width: 360px;
  top: 0;
  left: 0%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  overflow: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 379px) {
  .offcanvas-menu {
    width: 320px;
  }
}
.offcanvas-menu .offcanvas-cancel {
  position: absolute;
  right: 10px;
  top: 20px;
  cursor: pointer;
  z-index: 999;
  padding: 6px;
}
.offcanvas-menu .offcanvas-cancel i {
  font-size: 24px;
}

.offcanvas-menu-inner {
  position: relative;
  min-height: 540px;
}

.menu-trigger {
  display: block;
  cursor: pointer;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.menu-trigger span {
  width: 25px;
  height: 2px;
  display: block;
}
.menu-trigger span:not(:last-child) {
  margin-bottom: 6px;
}
@media only screen and (max-width: 379px) {
  .menu-trigger span {
    width: 22px;
  }
}
.menu-trigger:hover span:nth-child(2) {
  width: 25px;
}





































/*-------------------------------------
#. Section Header
---------------------------------------*/
/* Section Header */
.section-header {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .section-header {
    margin: 0 auto 30px;
  }
}
.section-header h2 {
  line-height: 1.24;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 575px) {
  .section-header h2 {
    max-width: 100%;
    margin: -10px auto 15px;
  }
}
.section-header p {
  font-size: calc(1.025rem + 0.3vw);
}
@media (min-width: 1200px) {
  .section-header p {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1199px) {
  .section-header p br {
    display: none;
  }
}


















/*---------------------------------------------
#. Sidebar
-----------------------------------------------*/























/*---------------------------------------------
#. Banner
-----------------------------------------------*/
.sovware-banner__img {
  margin-left: -32px;
}
@media only screen and (max-width: 1199px) {
  .sovware-banner__img {
    margin-left: 0;
  }
}
.sovware-banner__content h1 {
  font-weight: 600;
  font-size: calc(1.275rem + 3.3vw);
  line-height: 1.1667;
  margin-bottom: 22px;
}
@media (min-width: 1200px) {
  .sovware-banner__content h1 {
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 1399px) {
  .sovware-banner__content h1 br {
    display: none;
  }
}
.sovware-banner__content p {
  font-size: 20px;
  line-height: 1.7;
}

.career-intro .sovware-banner__content .display-2 {
  font-weight: 600;
  margin-bottom: 15px;
}
.career-intro .sovware-banner__content p {
  margin-bottom: 24px;
}
.career-intro .sovware-banner__img {
  margin: 0px 0 -30px -40px;
}
@media only screen and (max-width: 991px) {
  .career-intro .sovware-banner__img {
    margin: 30px 0 0 0;
    display: none;
  }
}
.career-intro .sovware-banner__img img {
  width: 100%;
}



















/*-------------------------------------
#. BranchNode Css
---------------------------------------*/






















/*---------------------------------------------
#. Coming Next
-----------------------------------------------*/
@media only screen and (max-width: 1399px) {
  .coming-next-area.pt-140 {
    padding-top: 100px;
  }
  .coming-next-area.pb-140 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .coming-next-area.pt-140 {
    padding-top: 75px;
  }
  .coming-next-area.pb-140 {
    padding-bottom: 75px;
  }
}

.coming-next {
  margin-bottom: -30px;
}
.coming-next__single {
  max-width: 370px;
  margin: 0 auto 30px;
  padding: 30px;
  border-radius: 8px;
}
.coming-next__single.primary p {
  opacity: 0.7;
}
.coming-next__single.warning {
  background-color: #fef7e5;
}
.coming-next__single.pink {
  background-color: #fcefff;
}
.coming-next__title {
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 24px;
    color: #151826;
    font-family: "CircularStd";
    clear: both;
    font-size: calc(1.025rem + 0.3vw);
}
.coming-next p {
  line-height: 1.75;
  margin-bottom: 6px;
}












/*---------------------------------------------
#. Benefit Css
-----------------------------------------------*/
.benefit-box {
  margin-bottom: -30px;
}

.benifit-single {
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .benifit-single {
    padding: 15px;
  }
}
.benifit-single.pink {
  background-color: rgba(252, 54, 140, 0.1);
}
.benifit-single.primary {
  background-color: rgba(67, 83, 255, 0.1);
}
.benifit-single.success {
  background-color: rgba(0, 187, 69, 0.1);
}
.benifit-single.warning {
  background-color: rgba(255, 143, 30, 0.1);
}
.benifit-single.info {
  background-color: rgba(0, 144, 253, 0.1);
}
.benifit-single.violet {
  background-color: rgba(131, 78, 255, 0.1);
}
.benifit-single__inner {
  min-height: 364px;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  .benifit-single__inner {
    padding: 30px;
  }
}
.benifit-single__content h5 {
  margin: 18px 0 16px;
}
.benifit-single__content p {
  margin-bottom: 0;
}

.benifit-single__icon .icon-box {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.benifit-single__icon .icon-box.box-pink {
  background-color: rgba(252, 54, 140, 0.1);
}
.benifit-single__icon .icon-box.box-pink svg path {
  fill: #fc368c;
}
.benifit-single__icon .icon-box.box-primary {
  background-color: rgba(67, 83, 255, 0.1);
}
.benifit-single__icon .icon-box.box-primary svg path {
  fill: #4353ff;
}
.benifit-single__icon .icon-box.box-success {
  background-color: rgba(0, 187, 69, 0.1);
}
.benifit-single__icon .icon-box.box-success svg path {
  fill: #00bb45;
}
.benifit-single__icon .icon-box.box-warning {
  background-color: rgba(255, 143, 30, 0.1);
}
.benifit-single__icon .icon-box.box-warning svg path {
  fill: #ff8f1e;
}
.benifit-single__icon .icon-box.box-violet {
  background-color: rgba(131, 78, 255, 0.1);
}
.benifit-single__icon .icon-box.box-violet svg path {
  fill: #834eff;
}
.benifit-single__icon .icon-box.box-info {
  background-color: rgba(0, 144, 253, 0.1);
}
.benifit-single__icon .icon-box.box-info svg path {
  fill: #0090fd;
}















/*-------------------------------------
#. CTA
---------------------------------------*/
.cta-box {
  border-radius: 6px;
  padding: 98px 30px 100px 30px;
}
@media only screen and (max-width: 991px) {
  .cta-box {
    padding: 30px;
  }
}
.cta-box.gradient-bg {
  background: #ffeff3;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeff3), to(#ffffff));
  background: linear-gradient(to bottom, #ffeff3 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffeff3", endColorstr="#ffffff",GradientType=0 );
}
.cta-box h2 {
  font-weight: 600;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .cta-box .cta-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.cta-box .btn {
  padding: 0 2.182rem;
}
.cta-box.theme-2 .cta-content h2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .cta-box.theme-2 .cta-content h2 {
    margin-bottom: 20px;
  }
}
.cta-box.theme-2 .cta-content p {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .cta-box.theme-2 .cta-content p {
    font-size: 18px;
  }
}
.cta-box.theme-2 .cta-content__left {
  text-align: right;
  min-width: 390px;
  margin-right: 60px;
}
@media only screen and (max-width: 1199px) {
  .cta-box.theme-2 .cta-content__left {
    min-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-box.theme-2 .cta-content__left {
    min-width: 100%;
    text-align: left;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

















/*---------------------------------------------
#. Circular Css
-----------------------------------------------*/















/*---------------------------------------------
#. Timeline Css
-----------------------------------------------*/













/*-------------------------------------
#. Card
---------------------------------------*/

/*---------------------------------------------
#. Comments
-----------------------------------------------*/















/*-------------------------------------
#. Subscription
---------------------------------------*/
/*  Subscription Form */












/*-------------------------------------
#. Table Css
---------------------------------------*/
/*  Table Default */






















/*---------------------------------------------------------
#. Footer
-----------------------------------------------------------*/
.site-footer__bottom {
  text-align: center;
  border-top: 1px solid #ebeef5;
  padding: 22px 0 25px;
}
@media only screen and (max-width: 767px) {
  .site-footer__bottom {
    padding: 15px 0 18px;
  }
}

.widget {
  color: #b7c3c8;
}
.widget a {
  font-size: 14px;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #605f74;
}
.widget ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget li {
  line-height: 2;
  margin-bottom: 0;
}
.widget li:last-child {
  margin-bottom: 0;
}
.widget.widget.widget_nav_menu a {
  font-size: 14px;
}

















/*------------------------------------
#. Button
------------------------------------*/
.btn {
  font-size: 15px;
  border-radius: 6px;
  border: 0 none;
  font-family: "CircularStd";
  font-weight: 500;
  line-height: 49px;
  padding: 0 2rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn:hover {
  border: 0 none;
}
.btn:focus {
  outline: none;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}

/* Button Type */
/* Button Transparent */

/* Button Outlined */
/* Button Raised */
.btn.btn-raised.btn-pink {
  -webkit-box-shadow: 0 8px 20px rgba(252, 54, 140, 0.15);
          box-shadow: 0 8px 20px rgba(252, 54, 140, 0.15);
}
.btn.btn-raised.btn-pink:hover {
  -webkit-box-shadow: 0 10px 25px rgba(252, 54, 140, 0.2);
          box-shadow: 0 10px 25px rgba(252, 54, 140, 0.2);
}
.btn.btn-raised.btn-secondary {
  -webkit-box-shadow: 0 10px 15px rgba(0, 197, 188, 0.1);
          box-shadow: 0 10px 15px rgba(0, 197, 188, 0.1);
}
.btn.btn-raised.btn-secondary:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 197, 188, 0.2);
          box-shadow: 0 10px 20px rgba(0, 197, 188, 0.2);
}

.bg-secondary, .btn.btn-secondary {
  background-color: #00c5bc !important;
  color: #ffffff !important;
}

/* Button Shape */

/* Button Size */

/*  Button Play */



















/*------------------------------------
#. Form
------------------------------------*/

/* blog details */

/* blog search page */

/* Blog Details Heading Spacing */










/*-------------------------------------
#. About Page
---------------------------------------*/

/* About Intro */

/* About Gallery */

/* About Value */

/* About Team */

@media only screen and (max-width: 1199px) {
  .career-intro.pt-190 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .career-intro.pt-190 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .career-intro.pb-70 {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .about-brif-area.pt-140 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .about-brif-area.pt-140 {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about-brif-area.pt-140 {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-brif-area.pb-135 {
    padding-bottom: 85px;
  }
}
@media only screen and (max-width: 991px) {
  .about-brif-area.pb-135 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .about-brif-area.pb-135 {
    padding-bottom: 60px;
  }
}

.brif-content h2 {
  margin-bottom: 32px;
}
.brif-content p {
  font-size: 20px;
  margin-bottom: 0;
}
.brif-content p:not(:last-child) {
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .brif-content p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .brif-content p br {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .brif-img {
    margin-bottom: 30px;
    display: none;
  }

  .brif-content > p {
    display: none;
  }
}

















/*---------------------------------------------
#. Career Single
-----------------------------------------------*/














/*---------------------------------------------
#. Contact
-----------------------------------------------*/






/*---------------------------------------------
# 404 page
-----------------------------------------------*/









/*---------------------------------------------
# Policy Pages
-----------------------------------------------*/

h2 {
  color: #151826 !important;
}


/* padding-top */

/* padding-bottom */

/* Shape Icon */


.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 10px 15px rgba(67, 83, 255, 0.15);
          box-shadow: 0 10px 15px rgba(67, 83, 255, 0.15);
}

img {
  height: auto;
  max-width: 100%;
  border: 0;
}

section {
  display: block;
}

/*-------------------------------------
#. CTA
---------------------------------------*/
/*  Cta   */
.cta-area {
  overflow-x: hidden;
}


footer.site-footer {
    background-color: #f5f7fa;
    position: relative;
    z-index: 99;
}

/*  Feature List */
.feature-list {
  margin: 22px 0 0;
  padding: 0;
}
.feature-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.feature-list li:not(:last-child) {
  margin-bottom: 13px;
}
.feature-list li svg {
  width: 20px;
  margin-top: 1px;
}
.feature-list__text {
  font-size: 18px;
  margin: 0px 0 0 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  top: 1px;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .feature-list__text {
    font-size: 16px;
  }
}

/*  Feature List Item */ 

