/*
     
    Theme Name: Coral Med
    Theme URL: https://Coral Med Management Institute
    Author: Anne Reis
    Author URL: https://coralmed-inc.com

*/

/* ==== Google font ==== */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,700,800|Roboto:400,500,700,900");

@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
/* --- pe-icon-7-stroke --- */

/*career-list-page-css-here*/

body {
    width: 100%;
    height: 100%;
    font-family: "Roboto", sans-serif;
    color: #666;
    background-color: #ddd;
    font-size: 16px;
    line-height: 1.6em;
}

html {
    width: 100%;
    height: 100%;
}

label,
input,
button,
select,
textarea {
    font-family: "Roboto", sans-serif;
    font-size: inherit;
    line-height: inherit;
}

/* ===========
layout
============= */
#wrapper.boxed {
    margin: 0 auto;
    background-color: #fff;
}

/*my-css-here*/

.our_strategy_list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.our_strategy_box {
    transition: 0.3s ease-in-out;
    width: 100%;
    padding: 40px 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-bottom: 8px solid #fc9c07;
    display: flex;
    flex-wrap: wrap;
}
.our_strategy_list .col-sm-3 {
    display: flex;
    flex-wrap: wrap;
}
.our_strategy_list .col-sm-3 .wow {
    display: flex;
    flex-wrap: wrap;
}
.our_strategy_box figure {
    display: flex;
    align-items: center;
    color: #3fbbc0;
    width: 90px;
    height: 75px;
    position: relative;
    margin-bottom: 30px;
}
.our_strategy_box figure:after {
    transition: 0.3s;
    content: "";
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #e2fcfd;
    z-index: -1;
    bottom: 0;
    right: 0;
}
.our_strategy_box figcaption {
    width: 100%;
}
.our_strategy_box figcaption h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.our_strategy_box figcaption p {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}
.our_strategy_inner {
    width: 100%;
}
.our_strategy_box:hover {
    border-bottom: 8px solid #3fbbc0;
}
.our_strategy_box:hover figure:after {
    transform: scale(1.5);
}
#facilities {
    background: #fafafa;
    padding: 80px 0px;
}
.facilities_lis_bg {
    margin-top: 50px;
}
.facilities_lis_bg .row {
    display: flex;
}
.facilities_lis_bg .row .col-md-4 {
    display: flex;
    width: 33.3%;
}
.facilities_lis_bg .row .col-md-4 .wow {
    display: flex;
}
.facilities_lis_bg .row .col-md-4 .boxt {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    border: solid 1px transparent;
    transition: 0.3s ease-in-out;
}
.facilities_lis_bg .row .col-md-4 .boxt:hover {
    box-shadow: none;
    border: solid 1px #3fbbc0;
}
.facilities_lis_bg .row .col-md-4 .boxt h4 {
    font-size: 20px;
    margin: 30px 0px 15px 0px;
}
.facilities_lis_bg .row .col-md-4 .boxt p {
    font-size: 14px;
    font-weight: normal;
}

/*career-page-css-here*/

.career-page-bg {
    padding-top: 110px;
}
.career-form-section {
    background: url(../img/career-banner01.jpg) no-repeat;
    background-size: cover;
    min-height: calc(100vh - 110px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px;
}
.career-form-bg {
    padding: 0px 135px;
    text-align: center;
}
.career-form-head h2 {
    font-size: 45px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.career-form-head p {
    font-size: 15px;
    color: #fff;
}
.career-form {
    background: #fff;
    border-radius: 4px;
    padding: 15px;
    width: 100%;
    margin-top: 35px;
}
.career-form .form-group {
    margin: 0;
}
.career-form .form-control {
    height: 45px;
    font-size: 14px;
    background: #eeeeee;
    border: none;
    box-shadow: none;
}
.career-form select.form-control {
    background: url(../img/arrow01.png) no-repeat right center #eeeeee;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}
.search-btn {
    height: 45px;
    text-transform: capitalize;
    background: #3fbbc0;
    border: none;
    width: 100%;
}
.our-process-section {
    padding: 85px 0px;
    border-bottom: solid 1px #eeeeee;
    background: #fff;
}
.our-process-head {
    margin: auto;
    max-width: 680px;
    text-align: center;
    margin-bottom: 45px;
}
.our-process-head h5 {
    text-transform: uppercase;
    font-size: 16px;
    color: #202020;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: normal;
}
.our-process-head h2 {
    font-size: 32px;
    color: #202020;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px 0px;
    padding: 0;
    line-height: normal;
}
.our-process-head p {
    font-size: 14px;
    color: #666666;
}
.our-process-list .row {
    display: flex;
}
.our-process-list .row .col-md-4 {
    display: flex;
}
.our-process-box {
    width: 100%;
    background: #fff;
    border-bottom: solid 1px #3fbbc0;
    padding: 30px;
    text-align: center;
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.our-process-box figcaption {
    padding-top: 30px;
}
.our-process-box figcaption h3 {
    margin-bottom: 30px;
    font-size: 22px;
    color: #202020;
}
.our-process-box figcaption p {
    font-size: 14px;
    color: #666666;
}
.our-process-box:hover {
    background: #3fbbc0;
}
.our-process-box:hover figcaption h3 {
    color: #fff;
}
.our-process-box:hover figcaption p {
    color: #fff;
}
.recent-jobs-section {
    padding: 85px 0px;
    background: #fff;
}
.recent-job-bg .row {
    display: flex;
}
.recent-job-bg .row .col-md-9 {
    display: flex;
    flex-wrap: wrap;
}
.recent-job-bg .row .col-md-3 {
    display: flex;
}
.job-graphic-img {
    width: 100%;
}
.job-graphic-img img {
    width: 100%;
    height: 1005;
    object-fit: cover;
}
.job-table-bg {
    overflow: auto;
    width: 100%;
}
.job-table-bg table {
    width: 100%;
    border: solid 1px #3fbbc0;
}
.job-table-bg table tr th,
.job-table-bg table tr td {
    border: none;
}
.job-table-bg table tr th {
    padding: 20px;
    background: #3fbbc0;
    color: #fff;
    font-size: 16px;
}
.job-table-bg table tr td {
    padding: 20px;
    background: #f9f9f9;
    color: #fff;
    font-size: 16px;
    color: #666666;
}
.job-table-bg table tr:nth-child(even) td {
    background: #f4ffff;
}
.view-all-job {
    width: 100%;
}
.view-all-job .btn {
    padding: 13px 25px;
    background: #d1d1d1;
    color: #333;
    outline: none;
}
.view-all-job .btn:hover {
    color: #fff;
    background: #3fbbc0;
}

#contactForm.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
#contactForm .form-control-feedback {
    line-height: 20px;
    padding-top: 0;
}
#contactForm .checkbox input {
    top: 10px;
}
#careerstep .checkbox input {
    top: 10px;
}
#careerstep .form-control-feedback {
    line-height: 20px;
    padding-top: 0;
}
#careerstep.form-horizontal .control-label,
#contactForm.form-horizontal .control-label {
    padding-top: 5px;
}
.dates-employment-title {
    text-align: left;
    padding-left: 15px;
}
.btn-primary {
    background-color: #3fbbc0 !important;
    border: 1px solid #3fbbc0 !important;
}
body .btn-primary:hover {
    background-color: #666 !important;
    border: 1px solid #666 !important;
}
.form-submit-btn {
    margin-top: 15px;
}
.text-left-align {
    text-align: left !important;
}

.career-list-bg {
    background: #fff;
    padding-top: 72px;
}
.title-section-head .container {
    display: flex;
    align-items: center;
}
.title-section-head {
    background: #3fbbc0;
    padding: 20px 0px;
}
.title-section-head h2 {
    margin: 0 auto 0 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.search-box-list {
    margin-left: auto;
}
.search-box-list .form-control {
    width: 300px;
    height: 45px;
    border: none;
    background: #fff;
    font-size: 14px;
    color: #333;
}
.career-list-content {
    padding: 30px 0px;
}
.career-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.career-list ul li {
    margin-bottom: 15px;
    padding: 25px;
    background: #f7f7f7;
    border: solid 1px #ececec;
    display: flex;
    border-radius: 5px;
}
.career-list-left {
    margin-right: auto;
    cursor: pointer;
}
.career-list-left h2 {
    font-size: 18px;
    font-weight: bold;
    color: #3fbbc0;
    margin-bottom: 15px;
}
.career-list-left p {
    font-size: 14px;
    margin-bottom: 5px;
}
.career-list-left p:last-child {
    margin-bottom: 0;
}

.career-list-right {
    margin-left: auto;
    flex: 0 0 100px;
    max-width: 100px;
}
.apply-btn a {
    padding: 10px 25px;
    border-radius: 4px;
    background: #3fbbc0;
    font-size: 14px;
    color: #fff;
}
.apply-btn a:hover,
.apply-btn a:focus {
    color: #fff;
    background: #222;
}

@media (max-width: 767px) {
    #wrapper.boxed {
        width: 100%;
    }
}
@media (min-width: 768px) {
    #wrapper.boxed {
        width: 810px;
    }
}
@media (min-width: 992px) {
    #wrapper.boxed {
        width: 1030px;
    }
}
@media (min-width: 1200px) {
    #wrapper.boxed {
        width: 1230px;
    }
}

/* ===========
Typo
============= */

h1 {
    font-size: 38px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 28px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #444;
    line-height: 1em;
}

h1.h-xlight,
h2.h-xlight,
h3.h-xlight,
h4.h-xlight,
h5.h-xlight,
h6.h-xlight {
    font-weight: 100;
}

h1.h-light,
h2.h-light,
h3.h-light,
h4.h-light,
h5.h-light,
h6.h-light {
    font-weight: 300;
}

h1.h-normal,
h2.h-normal,
h3.h-normal,
h4.h-normal,
h5.h-normal,
h6.h-normal {
    font-weight: 400;
}

h1.h-medium,
h2.h-medium,
h3.h-medium,
h4.h-medium,
h5.h-medium,
h6.h-medium {
    font-weight: 500;
}

h1.h-bold,
h2.h-bold,
h3.h-bold,
h4.h-bold,
h5.h-bold,
h6.h-bold {
    font-weight: 700;
}

h1.h-ultra,
h2.h-ultra,
h3.h-ultra,
h4.h-ultra,
h5.h-ultra,
h6.h-ultra {
    font-weight: 900;
}

h1.font-light,
h2.font-light,
h3.font-light,
h4.font-light,
h5.font-light,
h6.font-light {
    color: #fff;
}

.big-heading {
    font-size: 48px;
    font-weight: 700;
}

p {
    margin: 0 0 20px;
}

p.medium {
    font-weight: 500;
}

p.bold {
    font-weight: 700;
}

p.ultra {
    font-weight: 900;
}

.highlight-light {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    display: inline-block;
    color: #111;
}

.highlight-dark {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    display: inline-block;
    color: #fff;
}

.highlight-color {
    padding: 2px 5px;
    display: inline-block;
    color: #fff;
}

a {
    color: #666;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 300;
    color: #999;
}

blockquote.bg-light {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    color: #222;
}

blockquote.bg-dark {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
}

blockquote strong {
    font-weight: 700;
}

.light {
    font-weight: 400;
}

/* Credit to bootsnipp.com for the css for the color graph */
.colorgraph {
    height: 5px;
    border-top: 0;
    background: #c4e17f;
    margin: 0;
    padding-bottom: 0;
    background-image: -webkit-linear-gradient(
        left,
        #c4e17f,
        #c4e17f 12.5%,
        #f7fdca 12.5%,
        #f7fdca 25%,
        #fecf71 25%,
        #fecf71 37.5%,
        #f0776c 37.5%,
        #f0776c 50%,
        #db9dbe 50%,
        #db9dbe 62.5%,
        #c49cde 62.5%,
        #c49cde 75%,
        #669ae1 75%,
        #669ae1 87.5%,
        #62c2e4 87.5%,
        #62c2e4
    );
    background-image: -moz-linear-gradient(
        left,
        #c4e17f,
        #c4e17f 12.5%,
        #f7fdca 12.5%,
        #f7fdca 25%,
        #fecf71 25%,
        #fecf71 37.5%,
        #f0776c 37.5%,
        #f0776c 50%,
        #db9dbe 50%,
        #db9dbe 62.5%,
        #c49cde 62.5%,
        #c49cde 75%,
        #669ae1 75%,
        #669ae1 87.5%,
        #62c2e4 87.5%,
        #62c2e4
    );
    background-image: -o-linear-gradient(
        left,
        #c4e17f,
        #c4e17f 12.5%,
        #f7fdca 12.5%,
        #f7fdca 25%,
        #fecf71 25%,
        #fecf71 37.5%,
        #f0776c 37.5%,
        #f0776c 50%,
        #db9dbe 50%,
        #db9dbe 62.5%,
        #c49cde 62.5%,
        #c49cde 75%,
        #669ae1 75%,
        #669ae1 87.5%,
        #62c2e4 87.5%,
        #62c2e4
    );
    background-image: linear-gradient(
        to right,
        #c4e17f,
        #c4e17f 12.5%,
        #f7fdca 12.5%,
        #f7fdca 25%,
        #fecf71 25%,
        #fecf71 37.5%,
        #f0776c 37.5%,
        #f0776c 50%,
        #db9dbe 50%,
        #db9dbe 62.5%,
        #c49cde 62.5%,
        #c49cde 75%,
        #669ae1 75%,
        #669ae1 87.5%,
        #62c2e4 87.5%,
        #62c2e4
    );
}

/* =======
Top area
======== */
.top-area {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-area.top-padding {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-top: 6px;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.top-area p {
    margin-bottom: 10px;
}

/* ===========
Navigation
============= */

.navbar-brand {
    padding-top: 15px;
    margin-top: 5px;
    padding-bottom: 0;
}

.navbar-brand.reduce {
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar.navbar-custom {
    width: inherit;
    margin: 0 auto;
    padding-bottom: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
}

.navbar.navbar-custom .navigation {
    padding-bottom: 15px;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.navbar-brand {
    font-weight: 700;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar.navbar-custom.navbar-fixed-top {
    background: #fff;
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0, 0, 0, 0);
}

.navbar.navbar-custom {
    padding-top: 0;
}

.navbar.navbar-custom ul.nav.navbar-nav {
    margin-top: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.navbar.navbar-custom.top-nav-collapse ul.nav.navbar-nav {
    margin-top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-custom ul.nav li a {
    font-size: 13px;
    letter-spacing: 1px;
    color: #666;
    text-transform: uppercase;
    font-weight: 700;
    background: transparent;
}

.navbar.navbar-custom.top-nav-collapse {
    background: #fff;
}

.navbar.navbar-custom.top-nav-collapse .navigation {
    padding-bottom: 10px;
}

.navbar-custom.top-nav-collapse ul.nav li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #444;
}

.navbar-custom ul.nav ul.dropdown-menu {
    border-radius: 0;
    margin-top: 16px;
}

.navbar-custom ul.nav ul.dropdown-menu li {
    border-bottom: 1px solid #f5f5f5;
}

.navbar-custom ul.nav ul.dropdown-menu li:last-child {
    border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
    padding: 10px 20px;
    font-size: 13px;
    text-transform: uppercase;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
    background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
    color: #666;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.navbar-custom.navbar-fixed-top .nav li a:hover,
.navbar-custom.navbar-fixed-top .nav li a:focus,
.navbar-custom.navbar-fixed-top .nav li.active a,
.navbar-custom.navbar-fixed-top .nav li.active {
    outline: 0;
    background: none;
}
.navbar-custom.top-nav-collapse .nav li a:hover,
.navbar-custom.top-nav-collapse .nav li a:focus,
.navbar-custom.top-nav-collapse .nav li.active {
    outline: 0;
    background-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

/* form */

.validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#sendmessage {
    color: green;
    border: 1px solid green;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
    display: block;
}

/* loader */
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: white;
    z-index: 9999;
}
#page-loader img {
    margin: 100px auto;
    display: block;
}

.loader {
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
}
.loader {
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
}
.loader span {
    display: block;
    font: 14px "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.spinner {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.con1 > div,
.con2 > div,
.con3 > div {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out; /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.con2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.con3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.circle1 {
    top: 0;
    left: 0;
}

.circle2 {
    top: 0;
    right: 0;
}

.circle3 {
    right: 0;
    bottom: 0;
}

.circle4 {
    left: 0;
    bottom: 0;
}

.con2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.con3 .circle1 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.con1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.con2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.con3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.con1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.con2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.con3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.con1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.con2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.con3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes boxSpin {
    0% {
        transform: translate(-10px, 0px);
    }
    25% {
        transform: translate(10px, 10px);
    }
    50% {
        transform: translate(10px, -10px);
    }
    75% {
        transform: translate(-10px, -10px);
    }
    100% {
        transform: translate(-10px, 10px);
    }
}

@keyframes shadowSpin {
    0% {
        box-shadow: 10px -10px #39cccc, -10px 10px #ffdc00;
    }
    25% {
        box-shadow: 10px 10px #39cccc, -10px -10px #ffdc00;
    }
    50% {
        box-shadow: -10px 10px #39cccc, 10px -10px #ffdc00;
    }
    75% {
        box-shadow: -10px -10px #39cccc, 10px 10px #ffdc00;
    }
    100% {
        box-shadow: 10px -10px #39cccc, -10px 10px #ffdc00;
    }
}

#load {
    z-index: 9999;
    background-color: #ff4136;
    opacity: 0.75;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin: -5px auto 0 auto;
    left: 0;
    right: 0;
    border-radius: 0px;
    border: 5px solid #ff4136;
    box-shadow: 10px 0px #39cccc, 10px 0px #01ff70;
    animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
    margin-top: 10px;
}

hr.bold {
    border-top: 3px solid #eee;
}

.divider-short {
    display: block;
    width: 60px;
    height: 1px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.dividersolid {
    border-top: 1px solid #eee;
    margin: 30px 0 30px;
}

/* margins */
.marginbot-0 {
    margin-bottom: 0 !important;
}
.marginbot-10 {
    margin-bottom: 10px !important;
}
.marginbot-20 {
    margin-bottom: 20px !important;
}
.marginbot-30 {
    margin-bottom: 30px !important;
}
.marginbot-40 {
    margin-bottom: 40px !important;
}
.marginbot-50 {
    margin-bottom: 50px !important;
}
.marginbot-60 {
    margin-bottom: 60px !important;
}
.marginbot-70 {
    margin-bottom: 70px !important;
}
.marginbot-80 {
    margin-bottom: 80px !important;
}
.marginbot-90 {
    margin-bottom: 90px !important;
}
.marginbot-100 {
    margin-bottom: 100px !important;
}

.margintop-0 {
    margin-top: 0 !important;
}
.margintop-10 {
    margin-top: 10px !important;
}
.margintop-20 {
    margin-top: 20px !important;
}
.margintop-30 {
    margin-top: 30px !important;
}
.margintop-40 {
    margin-top: 40px !important;
}
.margintop-45 {
    margin-top: 45px !important;
}
.margintop-50 {
    margin-top: 50px !important;
}

/* padding */
.paddingtop-0 {
    padding-top: 0 !important;
}
.paddingtop-10 {
    padding-top: 10px !important;
}
.paddingtop-20 {
    padding-top: 20px !important;
}
.paddingtop-30 {
    padding-top: 30px !important;
}
.paddingtop-40 {
    padding-top: 40px !important;
}
.paddingtop-50 {
    padding-top: 50px !important;
}
.paddingtop-60 {
    padding-top: 60px !important;
}
.paddingtop-70 {
    padding-top: 70px !important;
}
.paddingtop-80 {
    padding-top: 80px !important;
}
.paddingtop-90 {
    padding-top: 90px !important;
}
.paddingtop-100 {
    padding-top: 100px !important;
}

.paddingbot-0 {
    padding-bottom: 0 !important;
}
.paddingbot-10 {
    padding-bottom: 10px !important;
}
.paddingbot-20 {
    padding-bottom: 20px !important;
}
.paddingbot-30 {
    padding-bottom: 30px !important;
}
.paddingbot-40 {
    padding-bottom: 40px !important;
}
.paddingbot-50 {
    padding-bottom: 50px !important;
}
.paddingbot-60 {
    padding-bottom: 60px !important;
}
.paddingbot-70 {
    padding-bottom: 70px !important;
}
.paddingbot-80 {
    padding-bottom: 80px !important;
}
.paddingbot-90 {
    padding-bottom: 90px !important;
}
.paddingbot-100 {
    padding-bottom: 100px !important;
}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 150px;
    display: block;
    position: relative;
    z-index: 120;
    background-color: #fff;
}

.home-section.nopadding {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: relative;
    z-index: 120;
}
.home-section.nopadding-bot {
    padding-bottom: 0;
}
.home-section.nopadding-top {
    padding-top: 0;
}

.inner-section {
    padding-top: 110px;
    padding-bottom: 110px;
}

.home-section.nopadd-bot {
    padding-bottom: 0;
}

.section-heading h2 {
    margin-bottom: 10px;
}

.section-heading p {
    font-size: 16px;
    line-height: 1.6em;
}

.color-dark .section-heading h2 {
    color: #111;
}
.color-dark .section-heading p {
    color: #444;
}

.divider-short,
.color-dark .divider-short,
.bg-gray .divider-short {
    background: #aaa;
}

.color-light .divider-short {
    background: #fefefe;
}

.color-light .section-heading h2 {
    color: #fff;
}
.color-light .section-heading p {
    color: #fefefe;
}

.color-light blockquote,
.color-light p {
    color: #fefefe;
}

/* --- section bg var --- */

.bg-white {
    background: #fff;
}

.bg-gray {
    background: #fafafa;
}

.bg-dark {
    background: #404040;
}

/* --- section color var --- */

.text-light {
    color: #fff;
}

/* ===========================
--- Intro
============================ */

.intro {
    width: 100%;
    position: relative;
}

.intro-content {
    background: url(../img/dummy/bg3.jpg) no-repeat top center;
    padding: 200px 0 60px;
}
.intro-content .well {
    margin-bottom: 0;
}
.intro-content .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.intro-content.intro-nobg {
    background: #fff;
    position: relative;
    margin: 0;
    padding: 140px 0 60px;
}

.slogan {
    margin-bottom: 20px;
}

.white-box {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 4px;
}

.intro-content h2 {
    margin-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    padding-left: 1100px;
    -moz-transform: rotate(-180deg); /* Firefox */
    -webkit-transform: rotate(-180deg); /* Webkit */
    -ms-transform: rotate(-180deg); /* IE */
    -o-transform: rotate(-180deg); /* Opera */
    transform: rotate(-180deg); /* future */
}

/* ---- lead form --- */

ul.lead-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 20px;
}

ul.lead-list li {
    margin: 0 0 20px 0;
    line-height: 1.6em;
}

ul.lead-list li span.fa {
    margin: 5px 5px 0 0;
    float: left;
}

ul.lead-list li span.list {
    display: inline-block;
    margin: 0 0 0 10px;
}

p.lead-footer {
    font-size: 16px;
    margin: 20px 0 0;
}

.panel-heading {
    padding: 20px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel.panel-skin {
    border-color: #ddd;
}

.panel-skin > .panel-heading {
    color: #fff;
    background-color: #444;
    border-color: #444;
    box-shadow: none;
}

.panel-body {
    padding: 20px;
}

.form-wrapper h3.panel-title {
    font-size: 20px;
    font-weight: 700;
}

.form-wrapper h3.panel-title span {
    font-size: 20px;
    margin: 0 10px 0 0;
}

.form-wrapper h3.panel-title small {
    font-size: 16px;
    color: #ddd;
}

form.lead label,
form.lead input {
    font-size: 16px;
}

.panel-body {
    background: #fff;
}

.panel-skin > .panel-heading .badge {
    background-color: #fff;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* ---- CTA 1  --- */
.well.well-trans {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

/* --- slider ---- */

/* ===================================
 call action
==================================== */
#callaction {
    background-image: url(../img/dummy/banner002.jpg);
    background-size: cover;
}
.callaction {
    border-radius: 4px;
    background: transparent;
}
.cta-text {
    margin-top: 10px;
    text-align: left;
}

.cta-text h3 {
    font-weight: 900;
    line-height: 1.1em;
    margin-bottom: 20px;
    color: #fff;
}
.cta-text p {
    color: #fff;
    margin: 0;
    padding: 0;
}

.cta-btn {
    float: right;
    padding: 20px 10px 20px 20px;
    margin-top: 10px;
}
.d-text {
    text-align: left;
}

/* =========================
Buttons
=========================== */

.btn-skin {
    color: #fff;
}

.btn-skin:hover {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active,
.open > .dropdown-toggle.btn-skin {
    color: #fff;
}
.btn-skin:active,
.btn-skin.active,
.open > .dropdown-toggle.btn-skin {
    background-image: none;
}

.btn-skin .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.5em;
    border-radius: 6px;
}

/* =======================
Elements
========================== */

/* badge */

.badge.custom-badge {
    margin: -20px 0 0 -25px;
    font-size: 12px;
    text-transform: none;
}

.dbadge.custom-badge.red {
    background-color: #e9372e;
}

/* box */

.col-sm-3 {
}

#boxes {
}

.box {
    background: #f8f8f8;
    border-top: 1px solid #e9372e;
    padding: 20px 10px 20px 20px;
    margin-top: 10px;
}

.boxt {
}

.box h4 {
    font-size: 24px;
    margin-top: 10px;
    text-align: center;
}

.boxt h4 {
    font-size: 24px;
    margin-top: 10px;
    text-align: center;
}

.box i fa {
    margin-bottom: 30px;
    padding: 10px;
}
.boxt i fa {
    margin-bottom: 30px;
    padding: 10px;
}

.circled {
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    width: 1.6em;
    height: 1.6em;
    text-align: center;
    line-height: 1.6em;
}

/* ===========================
--- Services
============================ */

.service-box {
    margin-bottom: 40px;
}

.service-icon {
    margin: 0 20px 20px 0;
    float: left;
}

.service-desc h5 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
}

.service-desc p {
    font-size: 14px;
}

/* ===========================
--- Team
============================ */

.team-box {
    padding: 20px 0;
}

.team-box img {
    margin-bottom: 20px;
}

.team-box h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #666;
}

.team-box h6 {
    color: #888;
}

.cbp .cbp-item {
    z-index: 2;
    display: block;
    width: 240px; /* default width for blocks */
    height: 250px; /* default height for blocks */
}

.cbp-filter-item {
    border-radius: 3px;
}
.cbp-l-filters-alignLeft .cbp-filter-item {
    font: 600 12px/29px "Roboto", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cbp-l-grid-team-name {
    /* @editable properties */
    font-family: "Roboto", sans-serif;
    color: #456297;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-bottom: 3px;
}

.cbp-l-grid-team-position {
    /* @editable properties */
    font: italic 400 16px "Roboto", sans-serif;
    color: #888888;
    text-align: center;
    font-style: normal;
}
.cbp-popup-singlePage .cbp-l-member-name {
    /* @editable properties */
    font: bold 16px/16px "Roboto", sans-serif;
    margin-bottom: 6px;
}
.cbp-popup-singlePage .cbp-l-member-position {
    /* @editable properties */
    font: 400 14px "Roboto", sans-serif;
}
.cbp-popup-singlePage .cbp-l-member-desc {
    /* @editable properties */
    font: 400 16px "Roboto", sans-serif;
    margin-top: 15px;
    line-height: 1.6em;
}

/* ===========================
--- Works
============================ */

#owl-works {
}

.item {
    margin: 10px;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}

/* =========================
Pricing
=========================== */

/* =========================
Testimonial
=========================== */

#testimonial {
    background-image: url(../img/parallax/1.jpg);
}

.carousel-control.left,
.carousel-control.right {
    background: none;
    width: 25px;
    z-index: 999;
}
.carousel-control.left {
    left: -25px;
}
/* top: */
.carousel-control.right {
    right: -25px;
}

.block-text {
    background-color: #fff;
    border-radius: 4px;
    margin: 0 0 40px;
    padding: 15px 18px;
}
.block-text a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
.mark {
    font-weight: 600;
    padding: 12px 0;
    background: none;
}
.block-text p {
    color: #585858;
}
.sprite {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAeUCAYAAAAU3UTMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY1MzJERUNDRjBEMTExRTM4N0ZFOUUyNENEOTZCNjVCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY1MzJERUNERjBEMTExRTM4N0ZFOUUyNENEOTZCNjVCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjUzMkRFQ0FGMEQxMTFFMzg3RkU5RTI0Q0Q5NkI2NUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjUzMkRFQ0JGMEQxMTFFMzg3RkU5RTI0Q0Q5NkI2NUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4/ZdnrAAAydElEQVR42uydCbgUxbn3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");
}
.sprite-i-triangle {
    background-position: 0 -1298px;
    height: 44px;
    width: 50px;
    box-shadow: none;
}
.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}

.block {
    display: block;
}
.zmin {
    z-index: 1;
}
.ab {
    position: absolute;
}

.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}
.person-text a {
    display: block;
    margin-top: 10px;
    color: #fff;
    font-weight: 600;
}

.rel {
    position: relative;
}

.person-text img.person {
    margin: 0 auto;
    width: 200px;
    height: 200px;
}

.company-social {
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
}

.company-social {
    text-align: left;
    list-style: none;
}

.company-social li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.company-social a {
    margin: 0 2px 0 0;
}

.company-social a:hover {
    color: #fff;
}

.company-social a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    text-align: center;
    border-radius: 3px;
    padding: 0;
}

.company-social .social-facebook a i {
    background: #3873ae;
}
.company-social .social-twitter a i {
    background: #62c6f8;
}
.company-social .social-dribble a i {
    background: #d74980;
}
.company-social .social-deviantart a i {
    background: #8da356;
}
.company-social .social-google a i {
    background: #000;
}
.company-social .social-vimeo a i {
    background: #51a6d3;
}
.company-social .social-facebook a:hover i {
    background: #4893ce;
}
.company-social .social-twitter a:hover i {
    background: #82e6ff;
}
.company-social .social-dribble a:hover i {
    background: #f769a0;
}
.company-social .social-deviantart a:hover i {
    background: #adc376;
}
.company-social .social-google a:hover i {
    background: #333;
}
.company-social .social-vimeo a:hover i {
    background: #71c6f3;
}

.carousel-inner > .item {
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    height: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    padding-left: 0;
}

.carousel-control {
    position: absolute;
    top: 37%;
    bottom: 0;
    left: 0;
    width: auto;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
    filter: none;
}
.carousel-control.right {
    right: 20px;
}
.carousel-control.left {
    left: 20px;
}

/* ==== widget ==== */
.widget ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

/* ===========================
--- Footer
============================ */

footer {
    background-color: #f2f2f2;
}

footer {
    padding: 50px 0 0;
}

footer .widget {
    margin-bottom: 30px;

    font-size: small;
    font-color: blue;
}

footer .widget h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sub-footer {
    margin-top: 30px;
    background-color: #f7f7f7;
    border-top: 1px solid #ddd;
    padding: 30px 0 10px;
}

.sub-footer a {
    color: #444;
}

footer .sub-footer p {
    font-size: 14px;
}

/* -- icon var -- */

.bg-dark {
    background: #666;
}

.bg-light {
    background: #fff;
}

.icon-primary {
    color: #4765a0;
}
.icon-success {
    color: #7db53b;
}
.icon-info {
    color: #51b6bf;
}
.icon-warning {
    color: #e6e039;
}
.icon-danger {
    color: #e24e47;
}

/* scroll to top */
.scrollup {
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 0px;
    right: 20px;
    background: #222;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

a.scrollup {
    outline: 0;
    text-align: center;
}

a.scrollup:hover,
a.scrollup:active,
a.scrollup:focus {
    opacity: 1;
    text-decoration: none;
}
a.scrollup i {
    margin-top: 10px;
    color: #fff;
}
a.scrollup i:hover {
    text-decoration: none;
}

/* ===========================
--- Elements
============================ */

/* --- tooltip --- */
.tooltip {
    font-size: 16px;
    line-height: 1.6em;
}

/* --- Pricing box --- */
.pricing-box {
    padding-left: 0;
    padding-right: 0;
}

.pricing-content {
    background: #fff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;

    border-radius: 4px;
}
.pricing-content.general {
    z-index: 99;
}

.pricing-content:hover {
    margin-top: -10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
}

.pricing-content h2 {
    background-color: #666;
    color: #fff;
    font-size: 17px;
    text-align: center;
    margin-bottom: 0;
    padding: 30px 0;
    border-radius: 4px 4px 0 0;
}

.pricing-content h3 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    background: #444;
    margin-bottom: 0;
    font-weight: 700;
    padding: 30px 0;
}

.pricing-content h3 span {
    font-weight: 300;
    font-size: 18px;
}

.pricing-content h3 sup {
    font-size: 18px;
}

.pricing-content ul {
    list-style: none;
    margin: 25px 0;
}

.pricing-content li {
    border-top: 1px dotted #efefef;
    width: 75%;
    color: #333;
    margin: 0 auto;
    padding: 15px 0;
}

.pricing-content li:first-child {
    border-top: none;
}

.pricing-content li i {
    float: right;
}

.pricing-content li del {
    color: #aaa;
}

.price-bottom {
    background: #f7f7f7;
    text-align: center;
    padding: 25px 0;
    border-radius: 0 0 4px 4px;
}

.pricing-content p {
    background: #f8f8f8;
    padding: 20px;
}

.pricing-content.featured {
    margin-top: -20px;
    position: relative;
    z-index: 9999;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
}

.pricing-content.featured h3 {
    font-size: 38px;
    padding: 45px 0;
}

/* --- scroll --- */

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

/* blink btn */
.blink {
    -webkit-animation-name: blink;
    -moz-animation-name: blink;
    -o-animation-name: blink;
    animation-name: blink;
    -webktit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.blink-infinite {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.blink-5 {
    -webkit-animation-iteration-count: 5;
    -moz-animation-iteration-count: 5;
    -o-animation-iteration-count: 5;
    animation-iteration-count: 5;
}

.blink-furiously {
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

@-webkit-keyframes blink {
    50% {
        opacity: 0;
    }
}
@-moz-keyframes blink {
    50% {
        opacity: 0;
    }
}
@-o-keyframes blink {
    50% {
        opacity: 0;
    }
}
@keyframes blink {
    50% {
        opacity: 0;
    }
}

/* --- button --- */
.btn {
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    font-size: 14px;

    font-weight: 700;
}

.btn.btn-noradius {
    border-radius: 0;
}

a.btn:focus {
    outline: 0;
}

.btn-red {
    color: #fff;
    background-color: #c83539;
    border-color: #c83539;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
    color: #fff;
    background-color: #666;
    border-color: #666;
}
.btn-red:active {
    background-image: none;
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}
/* ==== partner ==== */

.partner {
    text-align: center;
}
/* ============== options panel for live preview ======================= */

#t_options {
    position: fixed;
    top: 60px;
    left: -230px;
    width: 230px;
    background: #fefefe;
    color: #444;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    z-index: 5000;
    font-size: 11px;
    font-family: "Roboto", sans-serif;
}

#t_options hr {
    margin: 20px 0;
    border: 0;
    border-top: none;
    border-bottom: 1px dotted #ddd;
}

#t_options h6 {
    color: #444;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#t_options input {
    width: 60px;
    border: none;
    border: 1px solid #ddd;
    font-size: 14px;
    text-align: center;
}

#t_options .col {
    width: 50px;
    margin: 0 10px 0;
}

.colorpicker {
    z-index: 5001;
}
.options_inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.options_box {
    margin: 0 14px;
    padding: 10px 0 20px;
    overflow: hidden;
}

.options_box .solidline {
    margin-bottom: 10px;
}

.options_box h6 {
    text-align: center;
    font-weight: bold;
}

.options_box .full {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

.options_box .full strong {
    text-transform: uppercase;
    margin-right: 10px;
}

.options_box .halfcol {
    width: 90px;
    float: left;
    margin: 0 5px;
}

.options_box .fourcol {
    width: 30px;
    float: left;
    margin: 0 5px;
}

.options_box .fourcol.color a {
    width: 30px;
    height: 30px;
    display: block;
    margin-bottom: 5px;
}

.options_box .halfcol .wideboxed h6 {
    font-size: 12px;
    font-weight: 600;
}

.options_toggle_holder {
    position: absolute;
    right: -40px;
}

.options_toggle {
    margin: 6px 0 0 4px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1px solid #eee;
    border-left: none;
    display: block;
    background: #f7f7f7;
}

.options_toggle span i {
    margin: 10px 0 0 7px;
    display: block;
}

.options_toggle:hover,
.options_toggle:focus,
.options_toggle:active {
    outline: 0;
    text-decoration: none;
}

.options_heading {
    color: #444;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #eee;
}

/* colors */

.options_box a.t_default {
    background: #299dcc;
}
.options_box a.t_kissme {
    background: #4accd1;
}
.options_box a.t_lime {
    background: #c6df45;
}

.options_box a.t_amethyst {
    background: #9b59b6;
}

.options_box a.t_red {
    background: #eb4141;
}

.options_box a.t_orange {
    background: #f65327;
}

.options_box a.t_green {
    background: #93c847;
}

.options_box a.t_sand {
    background: #bfb372;
}

.options_box a.t_purple {
    background: #c81dbe;
}
.options_box a.t_yellow {
    background: #ffd053;
}
.options_box a.t_blue {
    background: #5c9cc7;
}
.options_box a.t_pink {
    background: #23415c;
}

.bgr .bg {
    width: 28px;
    height: 28px;
    border: 1px solid #e6e6e6;
}

.bgr .bg.bg1 {
    background: url(../img/bodybg/bg1.png) repeat left top;
}
.bgr .bg.bg2 {
    background: url(../img/bodybg/bg2.png) repeat left top;
}
.bgr .bg.bg3 {
    background: url(../img/bodybg/bg3.jpg) repeat left top;
}
.bgr .bg.bg4 {
    background: url(../img/bodybg/bg4.png) repeat left top;
}
.bgr .bg.bg5 {
    background: url(../img/bodybg/bg5.png) repeat left top;
}
.bgr .bg.bg6 {
    background: url(../img/bodybg/bg6.png) repeat left top;
}
.bgr .bg.bg7 {
    background: url(../img/bodybg/bg7.png) repeat left top;
}
.bgr .bg.bg8 {
    background: url(../img/bodybg/bg8.jpg) repeat left top;
}
.bgr .bg.bg9 {
    background: url(../img/bodybg/bg9.png) repeat left top;
}
.bgr .bg.bg10 {
    background: url(../img/bodybg/bg10.png) repeat left top;
}

#accent_color {
    color: #fff;
    background: #ef5523;
    border: none;
    text-transform: uppercase;
    margin-left: 2px;
    text-align: center;
    outline: 0;
}

#bodybg_color {
    color: #fff;
    background: #ccc;
    border: none;
    text-transform: uppercase;
    margin-left: 2px;
    text-align: center;
    outline: 0;
}
/*my-22-07-2020-css-here*/

a {
    outline: none;
}
img {
    max-width: 100%;
}
.blog-bg {
    padding-top: 175px;
    padding-bottom: 25px;
    background: #fff;
}

.resources_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.resources_list ul li {
    margin-bottom: 15px;
}
.resources_content_box {
    display: flex;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border: solid 1px transparent;
    transition: 0.3s ease-in-out;
}
.resources_content_box figure {
    width: 300px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    height: 175px;
    overflow: hidden;
}
.resources_content_box figure a {
    display: block;
}
.resources_content_box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resources_content_box figcaption {
    width: calc(100% - 300px);
    padding-left: 25px;
}
.resources_content_box figcaption h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 22px;
    color: #000;
    font-weight: bold;
}
.resources_content_box figcaption p {
    font-size: 16px;
    color: #333;
}
.viewMore a {
    text-decoration: underline;
    color: #3fbbc0;
}
.viewMore a:hover {
    text-decoration: none;
}
.resources_content_box figcaption h3 a {
    color: #000;
}



/* Media queries */



@media (min-width: 768px) and (max-width: 979px) {
    .navbar-brand {
        float: none;
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .intro-content {
        padding: 250px 0 0;
    }

    .paddingbot-80,
    .paddingtop-80 {
        padding: 40px 0px !important;
    }
    .navbar-header button {
        border-color: #ccc;
        background-color: #eee;
        padding: 5px 20px;
    }
}

@media (max-width: 767px) {
    .top-area p {
        text-align: center;
    }
    .navbar.navbar-custom.navbar-fixed-top {
        background-color: #fff;
    }
    .badge.custom-badge {
        margin: 0 0 0 0;
    }
  
    .navbar-header i {
        color: #666;
    }
    .boxes3 {
        width: 100%;
    }
    .navbar-custom ul.nav li {
        border-bottom: 1px solid #eee;
    }
    .navbar-custom ul.nav li:last-child {
        padding-bottom: 0;
    }
    .navbar-custom ul.nav ul.dropdown-menu li {
        border-bottom: 1px solid #eee;
        padding-left: 20px;
    }
    .service-box {
        margin: 20px 0 30px;
        display: flex;
    }
    .pricing-content.featured {
        margin-top: 20px;
    }
    .pricing-content:hover {
        margin-top: 20px;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .cta-text {
        float: none;
        text-align: center;
    }
    .cta-btn {
        float: none;
        text-align: center;
    }
    .sub-footer p {
        float: none;
        text-align: center;
    }
    .sub-footer p {
        float: none;
        text-align: center;
    }
    .paddingbot-80,
    .paddingtop-80 {
        padding: 40px 0px !important;
    }
    .our_strategy_list .col-sm-3 {
        width: 100%;
    }
    .our_strategy_list .col-sm-3 .wow {
        width: 100%;
        margin-bottom: 15px;
    }
    .our_strategy_list .col-sm-3:last-child .wow {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .navbar-custom .nav.navbar-nav {
        background-color: rgba(255, 255, 255, 0.4);
    }
    .navbar.navbar-custom.navbar-fixed-top {
        margin-bottom: 30px;
    }
    .box {
        padding: 45px;
    }
    .box i {
        margin-bottom: 30px;
    }
    .facilities_lis_bg .row {
        flex-wrap: wrap;
    }
    .facilities_lis_bg .row .col-md-4 {
        width: 100%;
        margin-bottom: 15px;
    }
    .facilities_lis_bg .row .col-md-4:last-child {
        margin-bottom: 0;
    }
    .facilities_lis_bg .row .col-md-4 .wow {
        width: 100%;
    }
    #facilities {
        padding: 40px 0px;
    }
    .resources_content_box {
        flex-wrap: wrap;
    }
    .resources_content_box figure {
        width: 100%;
    }
    .resources_content_box figcaption {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
    .resources_content_box figcaption h3 {
        font-size: 18px;
    }
}

@media (max-width: 320px) {
    .navbar-brand {
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    .intro-content {
        padding: 250px 0 0;
    }
    .facilities_lis_bg .row {
        flex-wrap: wrap;
    }
    .facilities_lis_bg .row .col-md-4 {
        width: 100%;
        margin-bottom: 15px;
    }
    .facilities_lis_bg .row .col-md-4:last-child {
        margin-bottom: 0;
    }
    .facilities_lis_bg .row .col-md-4 .wow {
        width: 100%;
    }
    #facilities {
        padding: 40px 0px;
    }
    .section-heading h2 {
        font-size: 22px;
    }
    .service-desc h5 {
        font-size: 16px;
    }
    .cta-text h3 {
        font-size: 22px;
    }
    .resources_content_box {
        flex-wrap: wrap;
    }
    .resources_content_box figure {
        width: 100%;
    }
    .resources_content_box figcaption {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }
    .resources_content_box figcaption h3 {
        font-size: 16px;
    }
}

/* Css Dated 30-10-2020 */

.top_spacing {
    padding-top: 135px;
    padding-bottom: 25px;
    background: #fff;
}
.sm-banner-bg {
    background-color: #3aacb1;
    padding: 50px 0;
}
.sm_b_title {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.6px;
}
.donation_box_shell {
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px;
    padding: 20px;
    margin: 55px 0 30px 0;
}
.StripeElement {
    border: solid 1px #ced4da !important;
}
.donate-amount {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.denomination {
    flex: 1;
    position: relative;
    text-align: center;
    padding: 6px 0;
    cursor: pointer;
    border: 1px solid #3aacb1;
    border-right: 0;
    transition: background-color 0.2s ease;
}
.denomination:first-child {
    border-radius: 6px 0 0 6px;
}
.denomination:last-child {
    border-right: 1px solid #3aacb1;
    border-radius: 0 6px 6px 0;
}
.denomination.selected {
    background-color: #3aacb1;
}
.denomination.selected label {
    color: #fff;
}
.denomination label {
    font-weight: 600;
    cursor: pointer;
    color: #666;
}
.denomination input {
    /* left: -10001px; */
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 0;
    opacity: 0;
    cursor: pointer;
}
.denomination:hover {
    background-color: #3aacb1;
}
.denomination:hover label {
    color: #fff;
}
.div_title {
    color: #666;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.radio {
    position: relative;
    margin: 0 25px 0 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.label--radio {
    padding-right: 30px;
    display: inline-flex;
    width: 150px;
    align-items: center;
    margin-bottom: 0;
    user-select: none;
    cursor: pointer;
}
.label--radio span {
    font-size: 15px;
    padding-left: 30px;
    color: #fff;
    font-weight: 500;
}
.radio:before {
    -webkit-transition: -webkit-transform 0.4s
        cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    content: "";
    position: absolute;
    top: -8px;
    left: 5px;
    z-index: 1;
    width: 10px;
    height: 10px;
    background-image: url("../img/done.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: 50%;
}
.radio:checked:before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.radio:after {
    content: "";
    position: absolute;
    top: -13px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: transparent;
}
.donation_box_shell .form-control {
    border: 0;
    background-color: #fff;
    border: solid 1px #ced4da;
    height: 44px;
    color: #495057;
}
.donate_f_other {
    color: #666;
}
.btn_shell.donate-submit {
    display: flex;
    margin: 20px 0;
}
.btn_shell.donate-submit .btn {
    margin: 0 10px;
    background-color: #3fbbc0;
    text-transform: capitalize;
    padding: 10px 15px;
}
.btn_shell.donate-submit .btn:hover {
    background: #666;
    color: #fff;
}

.btn_shell.donate-submit .btn:first-child {
    margin-left: 0;
}
.btn_shell.donate-submit .btn:last-child {
    margin-right: 0;
}
.t_c_para {
    font-size: 15px;
    color: #666;
}
.donate_tc {
    color: #3fbbc0;
    text-decoration: underline;
}
.card_content_bg ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
}
.card_content_bg ul li:hover {
    background-color: #efefef;
}
.card_content_bg ul li {
    flex: 0 0 200px;
    transition: 0.3s ease-in-out;
    text-align: center;
    max-width: 200px;
    margin: 10px;
    background-color: #fff;
    padding: 15px;
    border-bottom: 6px solid orange;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px 5px 0 0;
}
.card_content_bg ul li h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}
.app-page-section {
    padding-top: 170px;
    padding-bottom: 30px;
    background-color: #fff;
}
.card_content_bg ul li figure {
    height: 120px;
    width: 120px;
    margin: 0 auto 20px;
}
.pricing-tables {
    display: flex;
    flex-flow: column;
    padding-top: 1em;
    margin: 0 20px;
}
.pricing-plan {
    background-color: #f6f6f6;
    border: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    display: block;
    padding: 1em 0;
    text-align: center;
    width: 100%;
}
.pricing-plan:first-child,
.pricing-plan:last-child {
    background-color: #eee;
}
.pricing-plan:first-child {
    border-bottom: 0;
}
.pricing-plan:last-child {
    border-top: 0;
}
.pricing-plan:nth-child(2) {
    border-bottom: 0;
}

.no-flexbox .pricing-plan {
    float: left;
}
.plan-title {
    font-weight: 600;
    font-size: 1em;
    margin: 0;
    padding: 0.75em 1em 1.25em;
    text-transform: uppercase;
}
.plan-cost {
    background-color: #fff;
    color: #3ebbc099;
    font-size: 1.25em;
    font-weight: 700;
    padding: 1.25em 1em;
    text-transform: uppercase;
}
.plan-cost span {
    display: none;
}
.plan-price {
    font-size: 38px;
    letter-spacing: -0.05em;
    line-height: 1;
    margin-bottom: 0;
}
.plan-type {
    border: 0.313em solid #ddd;
    color: #999;
    display: inline-block;
    font-size: 0.75em;
    margin: 0.75em 0 0 0.75em;
    padding: 0.3em 0.4em 0.25em;
    width: auto;
}
.plan-features {
    margin: 0;
    padding: 2em 1em 1em;
}
.plan-features li {
    list-style-type: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.5em;
    padding-bottom: 0.75em;
    color: #555;
    display: block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.3;
}
.plan-features li span {
    color: #bbb;
}
.plan-features li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.btn-plan {
    background-color: #3fbbc0;
    color: #fff !important;
    min-width: 12em;
    margin-bottom: 1rem;
    padding-top: 0.75em;
    padding-right: 2em;
    padding-bottom: 0.75em;
    padding-left: 2em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color 0.4s ease, background 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    border-radius: 3px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.btn-plan:hover {
    background-color: #444;
}
.featured-plan {
    background-color: #eef7fc;
    border-top: 5px solid #3ebbc0;
    border-right: 0 solid transparent;
    border-bottom: 5px solid #8cd0f5;
    border-left: 0 solid transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    transition: transform 400ms ease;
}
.featured-plan .plan-title {
    color: #1b8dc8;
}
.featured-ribbon {
    width: 200px;
    background: #666;
    position: absolute;
    top: 15px;
    left: -60px;
    text-align: center;
    line-height: 35px;
    letter-spacing: 0.01em;
    font-size: 0.65em;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.featured-ribbon.sticky {
    position: fixed;
}
.featured-ribbon.shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.featured-ribbon.top-left {
    top: 25px;
    left: -50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.featured-ribbon.top-right {
    top: 25px;
    right: -50px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.featured-ribbon.bottom-left {
    top: auto;
    bottom: 25px;
    left: -50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.featured-ribbon.bottom-right {
    top: auto;
    right: -50px;
    bottom: 25px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
@media (min-width: 400px) {
    .pricing-plans {
        padding-right: 2em;
        padding-left: 2em;
        width: 100%;
    }
    .featured-plan {
        transform: scale(1.05);
    }
}
@media (min-width: 33.75em) {
    .pricing-plans .module-title {
        margin-bottom: 1em;
    }
    .pricing-tables {
        flex-flow: row wrap;
    }
    .pricing-plan {
        flex-grow: 1;
        width: 50%;
    }
    .pricing-plan:first-child {
        border-right: 0;
        border-bottom: 0;
    }
    .featured-plan {
        margin-top: 0.6em;
        order: 0;
    }
    .pricing-plan:last-child {
        border-top: 2px solid #ddd;
        border-left: 0;
    }
    .no-flexbox .pricing-plan {
        width: 48%;
    }
}
@media (min-width: 48em) {
    .no-flexbox .pricing-plan {
        width: 24%;
    }
    .plan-type {
        font-size: 0.7em;
        margin: 0.5em 0 0 1em;
        padding-bottom: 0.2em;
    }
    .featured-ribbon {
        font-size: 0.65em;
    }
}
@media (min-width: 62em) {
    .pricing-tables {
        padding-top: 1em;
    }
    .pricing-plan {
        flex-grow: 1;
        width: 25%;
    }
    .featured-plan {
        margin-top: 0;
        order: 0;
    }
    .pricing-plan:first-child,
    .pricing-plan:nth-child(2n) {
        border-bottom: 2px solid #ddd;
    }
    .pricing-plan .plan-features span {
        display: block !important;
    }
    .plan-cost {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
        font-size: 1em;
    }
    .plan-cost span {
        color: #bbb;
        font-size: 1.5em;
        font-weight: 400;
        padding-right: 0.15em;
        padding-left: 0.15em;
    }
    .btn-plan {
        font-size: 0.875em;
    }
    .featured-ribbon {
        font-size: 10px;
        left: -68px;
        line-height: 25px;
    }
}
@media (min-width: 75em) {
    .plan-cost {
        font-size: 1em;
    }
}
@media (min-width: 100em) {
    .pricing-tables {
        margin: 0 auto 40px;
        max-width: 75em;
    }
}
.unlisted-plan .btn-plan {
    width: 100%;
    border-radius: 0;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 0;
}
.unlisted-plan .btn-plan:hover span {
    background-color: #ffffff;
    color: #3ebbc0;
}
.unlisted-plan .btn-plan > span {
    margin-left: 5px;
    background-color: #2b9296;
    border-radius: 3px;
    padding: 0 6px;
    -webkit-transition: color 0.3s ease, background 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease;
}
.card_content_bg ul li.active-li {
    border: 5px solid #3ebbc0;
    border-radius: 0;
}

.videomodal .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}
.videomodal .modal-body {
    position: relative;
    padding: 0px;
}
.videomodal .close {
    position: absolute;
    right: -30px;
    top: -20px;
    line-height: initial;
    outline: none;
    z-index: 999;
    font-size: 40px;
    color: rgb(255, 255, 255);
    opacity: 1;
    font-weight: 100;
    text-shadow: none;
}
.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

@media only screen and (max-width: 768px) {
    #videoModal2 .modal-dialog {
        display: block;
        width: calc(100% - 40px);
    }

    #videoModal2 .close {
        right: 0;
        top: -40px;
    }
}
/* .affix {
    position: initial !important;
    padding-top: 137px;
}
#preloader {
    position: absolute;
} */


/****/

.inner-space{padding-top:210px;padding-bottom:100px}
.title-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:35px}
.title-head h2{margin-bottom:0}
.title-head h2{font-size:34px;color:#444;font-weight:700}
.Search-box{position:relative}
.Search-box input.form-control{height:40px;width:306px;border-radius:33px;border:1px solid #ced4da;padding-left:44px;font-size:14px}
button.srh-btn{position:absolute;top:0;left:15px;background:0 0;border:0;padding:0;font-size:20px;bottom:0;margin:auto;display:flex;align-items:center}
button.srh-btn i{font-weight:600}
ul.nav.nav-tabs li a{background:#f2f2f2;border-radius:20px;font-size:14px;border:0;padding:10px 25px;height:100%}
ul.nav.nav-tabs li{height:38px;margin-right:10px;margin-bottom:0}
.nav-tabs{border-bottom:0}
ul.nav.nav-tabs li.active a{background:#3fbbc0;color:#fff;border:0}
ul.nav.nav-tabs{margin-bottom:30px}
.main-tabs .tab-content h4{font-size:16px;color:#666}
.row.listing-index figure img{width:100%;height:100%;object-fit:cover}
.row.listing-index figcaption h5{font-size:20px;color:#444;line-height:24px;font-weight:700;margin-bottom:12px}
.row.listing-index figcaption span{font-size:16px;color:#3fbbc0;font-weight:700}
.row.listing-index .col-md-4{margin-bottom:30px}
.listing-img-box{position:relative;height:229px;margin-bottom:15px}
.btn-action{background:#000;width:152px;display:flex;align-items:center;justify-content:center;height:42px;border-radius:3px;font-size:16px;color:#fff;font-weight:500}
.btn-view{position:absolute;bottom:-55px;left:0;display:flex;justify-content:center;right:0;opacity:0}
.view-detail.btn-action{background:#fff;color:#444;margin-left:15px}
.btn-action img{margin-right:7px;display:block}
.col-md-4.listing-box:hover .btn-view{opacity:1;bottom:15px;transition:.5s}
a.page-link{font-size:16px;color:#1d1616!important;border:0!important;margin-left:0!important}
li.page-item{width:30px;height:30px;display:flex;align-items:center;justify-content:center;margin: 4px;}
li.page-item a{height:100%;width:100%;display:flex;align-items:center;justify-content:center;border-radius:50%;line-height:normal;font-size:16px}
.pagination{padding-left:0;margin:20px 0;border-radius:4px;display:flex;justify-content:center}
li.page-item.active a{border-radius:50%;background-color:#3fbbc0;color:#fff!important}
h2.inner-title{font-size:26px;color:#444;font-weight:700;margin-bottom:20px}
.value-button{display:inline-block;text-align:center;vertical-align:middle;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:40px;height:40px;display:flex;align-items:center;justify-content:center}
.value-button:hover{cursor:pointer}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
input#number{border:0;text-align:center;width:40px;height:40px}
.input-number{display:inline-flex;border:1px solid #ced4da;border-radius:3px}
ol.breadcrumb{background:0 0;border-radius:0;padding:0;margin-bottom:20px}
.breadcrumb>.active{color:#666}
.breadcrumb li.breadcrumb-item a,li.breadcrumb-item{font-size:14px;color:#3fbbc0;font-weight:500}
.breadcrumb>li+li:before{color:#666}
.detail-title h2{font-size:26px;color:#444;font-weight:700;margin-bottom:8px;margin-bottom:10px}
.detail-title span{font-size:20px;color:#3fbbc0;font-weight:700}
.detail-title{margin-bottom:20px}
.btn-action.green-btn{background:#3fbbc0}
.detail-btn-box .btn-action.green-btn{margin-left:15px}
.detail-btn-box{display:flex}
input#number{border:0;text-align:center;width:40px;height:40px;font-size:15px;color:#444;font-weight:500}
.detail-list p{margin-bottom:10px;font-size:15px}
.detail-list{margin-top:40px}
.description-detail p{margin-bottom:15px;line-height:21px;font-size:15px;color:#444}
.detail-list p strong{color:#444}
.row.detail-row{align-items:center;display:flex}

/*.related-products{background:#fafafa;padding-top:35px;margin-top:40px}*/
.listing-sec-detail.inner-space{padding-bottom:0}
.btn-action:hover{opacity:.8}
.add-cart.btn-action:hover{color:#fff}
.detail-title{margin-bottom:20px}
.detail-list p strong{color:#444}
ul.nav.navbar-nav span.fa.fa-user.icon-success.pull-right {position: absolute;right: 0;}
.listing-img-box figure{height: 229px;}
.top-area p{margin-bottom: 0;}


.inner-page-bg{padding-top: 126px; background: #fff;}
.inner-page-bg .title-head h2{margin-bottom: 10px;}
.inner-page-bg .title-head p{margin: 0; padding: 0;}
.btncolor{color: black!important;}
.hereclass{color: #4ACCD1;}
.right{float: right; border-color: white;}


.careerlist-content{display:flex;padding-top:5px}
.careerlist-content b{width:31%;font-size:14px;font-weight:500}
.career-list-left p{font-size:14px;flex:1;text-align:left}
.description{margin-top:20px;display:block}
.description b{padding-bottom:8px;display:block;font-size:18px;text-decoration:underline}
.description p{font-size:14px;font-weight:400;line-height:2.1}

figure.partnerimg.center {
    padding: 15px 4px;
}

.our-process-list .row {
    display: flex;
    align-items: center;
}


 @media(max-width:1199px){
.nav>li>a{padding:10px 12px}
.title-head h2{font-size:28px}
.title-head h2{font-size:26px}
.inner-space{padding-top:150px}
}
@media(max-width:991px){
.col-md-4.listing-box{max-width:50%;flex:0 0 50%;float:left}
.row.detail-row{align-items:center;display:flex;flex-direction:column}
.row.detail-row .col-md-6:last-child{margin-top:20px}
.inner-space{padding-top:205px}
.navbar-toggle{padding:4px 6px;font-size:21px;color:#fff;background:#3fbbc0;width:45px;height:40px;position:relative;top:9px}
button.navbar-toggle i{color:#fff;font-weight:600}
}
@media(max-width:767px){
.col-md-4.listing-box{max-width:50%;flex:0 0 50%;float:left}
.resources_content_box figcaption{width:100%;padding-left:10px;padding-top:20px}
.resources_content_box{flex-wrap:wrap}
.resources_content_box figure{width:100%}
.detail-title h2{font-size:22px}
h2.inner-title{font-size:22px}
.description-detail p{font-size:14px}
.description-detail{margin-top:25px}
.inner-space{padding-top:170px}
}
@media(max-width:480px){
.title-head{flex-wrap:wrap}
.title-head h2{margin-bottom:10px}
.col-md-4.listing-box{max-width:100%;flex:0 0 50%;float:left}
.detail-title h2{font-size:22px;}

}



.listing-box-inner {
    box-shadow: 0 -1px 4px 1px #dddddd8c;
    height: 100%;
    border-bottom: 6px solid #3fbbc0;
}

.listing-box-inner figcaption {
    padding: 0px 25px;
}

.row.listing-index {
    display: flex;
    flex-wrap: wrap;
}

.listing-box-inner p {
    font-size: 14px;
        margin-bottom: 0;
}

.content-page .title-head h3 {
    padding-bottom: 0 !important;
    margin-bottom: 10px;
}

.product-bg.mb-5 {
    margin-bottom: 40px;
}

button#viewmore {
    width: auto;
    text-align: left;
    justify-content: space-between;
    padding: 10px 17px;
    border: 0px;
    border-radius: 3px;
    display: flex !important;
    background: rgb(63 187 192);
    align-items: center;
    color: #fff;
    font-weight: 500;
}

button#viewmore i{ transition: 0.3s; font-size: 20px; }

.dscphide {
    padding-top: 20px;
    padding: 20px 10px 10px;
    margin-top: -1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

button#viewmore.show i {
    transform: rotate(-180deg);
    transition: 0.3s;
  
}
.view-more-btn span {
    margin-right: 15px;
}
.row.detail-row {
    margin-bottom: 30px;
}

.description-detail-inner h2.inner-title {
    font-size: 16px;
}

.description-detail-main {
    padding: 20px 20px;
    background: rgb(250 250 250);
}

.description-detail-main {
    padding: 20px 20px;
    background: rgb(250 250 250);
    margin-bottom: 30px;
}


.service-banner-box{margin-bottom: 30px;}
.service-banner-box img{max-height: 240px; width: 100%; object-fit: cover;}
.listing-box-inner-content {
    display: flex;
   
    padding: 10px 15px 0;
}
.servicedetail-bg .listing-img-box{margin-bottom: 0; width: 185px; flex:0 0 185px; height: auto;}
.servicedetail-bg .listing-box{margin-bottom: 15px;}
.servicedetail-bg .listing-img-box figure{height: 195px;}
.servicedetail-bg .title-head{padding-left: 15px;}
.servicedetail-bg .title-head h3{font-size: 30px; font-weight:bold; margin-bottom: 0;}
.servicedetail-bg .hot-news-box .title-head{padding-left: 0;}


.servicedetail-bg .hot-news-box .listing-img-box{width: 100%;}
.servicedetail-bg .hot-news-box .listing-box-inner{display: block;}
.servicedetail-bg .hot-news-box .listing-img-box figure{height: 130px;    float: left;}
.servicedetail-bg .listing-index .hot-news-box figcaption h5{margin-bottom: 0;    padding-top: 0;}

h5.listing-title{padding:18px 15px 5px;margin-bottom:0;font-weight:700;font-size:22px}
.listing-box .listing-box-inner.without-border{box-shadow:none;border:0;border-bottom:1px solid rgb(221 221 221 / 41%);padding-bottom:24px}
h4.panel-title a{display:flex;justify-content:space-between;padding:20px}
.panel-default{border-color:transparent}
.panel-body{border-top:0!important;font-size:14px}
.panel-group .panel{margin-bottom:0;border-radius:0;border:0;box-shadow:none;margin-bottom:14px}
.panel-group .panel-heading{border-bottom:0;padding:0;background:rgb(221 221 221 / 53%)}
.hot-news-center .listing-img-box figure{height:105px;float:left;padding-right:11px;width:150px;margin-bottom:20px}
.hot-news-center h5.listing-title{padding-top:0!important;margin-bottom:0!important}
.hot-news-center .listing-box p{font-size:14px!important}
.hot-news-box .listing-box{text-align:center}
.hot-news-box .listing-img-box{margin-bottom:10px}
.hot-news-box .listing-box figcaption h5{font-size:16px;margin-top:10px}
.hot-news-box .listing-img-box figure{margin-bottom:8px}
.hot-news-center .listing-box{margin-bottom:30px}

/* added for filter on course listing page */
.filters-box-head{display:flex;align-items:center;margin-bottom:30px}
.filters-box-head h3{margin:0;font-size:20px;font-weight:700}
.filters-box-head svg{margin-right:10px}
.filters-collapse .panel.panel-default{border:0;box-shadow:none}
.filters-collapse .panel-heading{background-color:transparent!important;padding:0;border-bottom:1px solid #ddd}
.filters-collapse .panel-body{padding:0;padding-top:20px;border:0!important}
.filters-check-list .coustom-checkbox p{font-size:16px;color:#444;font-weight:400;margin-bottom:0}
.filters-check-list .coustom-checkbox{display:block;position:relative;padding-left:32px;margin-bottom:0;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.filters-check-list .coustom-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}
.filters-check-list .coustom-checkbox .checkmark{position:absolute;top:3px;left:0;height:18px;width:18px;border-radius:6px;border:1px solid #666}
.filters-check-list .coustom-checkbox input:checked~.checkmark{background:#78b9be;border-color:#78b9be}
.filters-check-list .coustom-checkbox .checkmark:after{content:"";position:absolute;display:none}
.filters-check-list .coustom-checkbox input:checked~.checkmark:after{display:block}
.filters-check-list .coustom-checkbox .checkmark:after{left:0;top:-2px;width:5px;height:8px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);right:0;bottom:0;margin:auto}
.filters-check-list{padding-left:0}
.filters-check-list li{list-style:none}
.filters-collapse h4.panel-title a{width:100%;display:inline-block;font-size:18px;color:#444;font-weight:500;padding:15px 0}
.filters-check-list li{margin-bottom:10px}
.training-pages .container-fluid{padding:0 60px}
.training-sidebar{border-right:1px solid #eaeaec;padding-right:45px}
.filters-collapse h4.panel-title a{position:relative}
.filters-collapse h4.panel-title a:after{background:url(../img/arrow-up.png);position:absolute;right:0;top:0;content:"";width:13px;height:8px;transition:.3s;bottom:0;margin:auto}
.filters-collapse h4.panel-title a.collapsed:after{transform:rotate(180deg);transition:.3s}