/*!
 * Project_Name: Impeccable Softwares Hosting Theme
 * Author: Impeccable Softwares 
 */
/*=========================================== 
 * Importing CSS Libraries
 *===========================================*/
    @font-face {
        font-family: "Montserrat";
        src: url("/fonts/Montserrat-Regular.ttf") format("truetype");
        font-weight: normal;
        font-style: normal;
    }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

html {
    background: white;
    color: black;
    /*-webkit-text-size-adjust: 100%;*/
    /*-ms-text-size-adjust: 100%;*/
}
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
button,
input,
select,
textarea {
    font-family:  "Montserrat";  
}

body {
    position: relative;
 font-family: "Montserrat";  
  font-optical-sizing: auto; 
  font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;  
    color: #000;  
    margin: 0;
}

a {text-decoration:none;
    background: transparent;
 
     color: #090909; 
}
a:focus,
a:hover, a:active {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family:  "Montserrat";  
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.button {
      line-height: normal;
    outline: none;
    display: inline-block;
    background-color: #00a3a7;
    border: none;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 20px;
    cursor: pointer;
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
}

.button.secondary {
    background-color: #e9eaed;
    color: #7d808c;
}

.fullwidth-block {
    padding: 20px 0;
    position: relative;
}

@media screen and (max-width: 510px) {
    .col-us {
        width: 100% !important;
        float: none;
    }
}

.breadcrumbs {
    background: #fff5ed;
    padding: 10px;
    font-size: 14px;
    font-size: 0.875em;
    color: #0ba6aa;
    font-weight: 300;
}

.breadcrumbs a {
    color: #090909;
    text-decoration: none;
}

.slider {
    position: relative;
    background: #f6f7f9;
    margin-bottom: 50px;
}

.slider .slides {
    list-style: none;
    margin: 0;
    padding: 0;
    *zoom: 1;
}

.slider .slides:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
}

.slider .slides li {
    float: left;
    width: 100%;
    margin-right: -100%; 
    padding:0;
}

.slider .slides li img {
    float: right;
}

.slider .slide-caption {
    padding: 70px 50px 30px 0;
}

.slider .slide-title, .slider .slide-subtitle, .slider .slide-summary, .slider .button {
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    opacity: 0;
}

.slider .slide-title {
    color: #ffffff;
    margin: 0 0 10px;
    font-size: 55px;
    font-size: 3.4375em;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    line-height: 55px;
}

.slider .slide-subtitle {
    color: #ffffff;
    display: block;
    margin: 0 0 50px;
    font-weight: 300;
    font-size: 36px;
    font-size: 2.25em;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.slider .slide-summary {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    margin-bottom: 50px;
}

.slider .button {
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}

.slider .flex-active-slide .slide-title, .slider .flex-active-slide .slide-subtitle {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.slider .flex-active-slide .slide-summary {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.slider .flex-active-slide .button {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.slider .flex-control-nav {
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.slider .flex-control-nav li {
    display: inline-block;
    margin: 0 2px;
}

.slider .flex-control-nav li a {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
}

.slider .flex-control-nav li a.flex-active {
    background: #f73e8a;
}

.feature {
    margin-bottom: 30px;
    position: relative;
}

.feature [class^="icon-"] {
    font-size: 48px;
    float: left;
    margin-right: 20px;
    color: #01a6d4;
    position: relative;
    top: 5px;
}

.feature .feature-title {
    color: #152559;
    margin-bottom: 20px;
}

.feature .feature-title .title, .feature .feature-title .subtitle {
    display: table;
}

.feature .feature-title .title {
    font-size: 24px;
    font-size: 1.5em;
    margin: 0;
}

.feature .feature-title .subtitle {
    font-size: 18px;
    font-size: 1.125em;
    font-weight: 100;
    color: #7d808c;
}

.feature .feature-summary {
    margin-bottom: 50px;
    padding-right: 20px;
}

.feature.top-icon {
    text-align: center;
}

.feature.top-icon [class^="icon-"] {
    display: block;
    text-align: center;
    font-size: 48px;
    position: relative;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
}

.feature.top-icon .feature-title {
    color: #01a6d4;
}

.feature.has-connector:before {
    content: " ";
    width: 260px;
    height: 67px;
    background: url(images/connector.png) no-repeat;
    position: absolute;
    top: -75px;
    left: 55%;
}

@media screen and (max-width: 990px) {
    .feature.has-connector:before {
        display: none;
    }
}

.pricing-table {
    border: 2px solid #dedfe2;
    border-radius: 10px;
    margin-bottom: 30px;
}

.pricing-table .pricing-title {
    background-color: #01a6d4;
    text-align: center;
    padding: 20px 0;
    margin: -2px -2px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white !important;
}

.pricing-table .pricing-title .pricing-type {
    margin: 0;
    font-size: 30px;
    font-size: 1.875em;
    font-weight: 700;
    color: white !important;
}

.pricing-table .pricing-title small {
    font-size: 1em;
}

.pricing-table .price-tag {
    padding: 20px 30px;
}

.pricing-table .price-tag strong {
    font-size: 30px;
    font-size: 1.875em;
    color: #152559;
}

.pricing-table .price-tag small {
    font-size: 1em;
}

.pricing-table .pricing-desc {
    font-size: 14px;
    font-size: 0.875em;
    color: #adafb8;
    padding: 0 30px;
    margin: 0;
}

.pricing-table .list-fa {
    padding: 0 30px;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    padding: 20px 0 20px 70px;
    border-bottom: 1px solid #adafb8;
    position: relative;
}

.feature-list [class^="icon-"] {
    position: absolute;
    font-size: 48px;
    left: 0;
    top: 25px;
    color: #01a6d4;
}

.feature-list h3 {
    color: #152559;
    font-size: 17px;
    font-size: 1.0625em;
    margin: 0 0;
}

.feature-list p {
    margin: 0;
}

.boxed-content {
    border-radius: 10px;
    padding: 30px;
}

.team {
    text-align: center;
}

.team .team-image {
    width: 230px;
    height: 230px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 10px;
}

.map {
    border-radius: 10px;
    overflow: hidden;
    height: 350px;
    position: relative;
}

.map iframe {
    width: 100%;
    height: 350px;
}

.map:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

address {
    font-style: normal;
}
.contact
form input:not([type="submit"]), .contact form textarea {
    padding: 10px ;
    border-radius: 6px;
    border: 1px solid #dedfe2;
    font-family: inherit;
    font-size: 14px;
    font-size: 0.875em;
    font-weight: 300;
    width: 100%;
    outline: none;
    resize: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.contact form input:not([type="submit"]):hover, .contact form input:not([type="submit"]):active, .contact form input:not([type="submit"]):focus, .contact form textarea:hover, .contact form textarea:active, .contact form textarea:focus {
    border-color: #01a6d4;
}

form textarea {
    display: block;
    min-height: 100px;
    resize: vertical;
	resize:none;
}

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

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

.icon-person-globe:before {
    content: "\e600";
}

.icon-person-time:before {
    content: "\e601";
}

.icon-chess-knight:before {
    content: "\e602";
}

.icon-maze:before {
    content: "\e603";
}

.icon-bulb:before {
    content: "\e604";
}

.icon-handshake:before {
    content: "\e605";
}

.icon-doc-time:before {
    content: "\e606";
}

.icon-mobile-check:before {
    content: "\e607";
}

.icon-person-move:before {
    content: "\e608";
}

.icon-target:before {
    content: "\e609";
}

.icon-bar-chart-up:before {
    content: "\e60a";
}

.icon-bar-chart-down:before {
    content: "\e60b";
}

.icon-person-target:before {
    content: "\e60c";
}

.icon-bulb-structure:before {
    content: "\e60d";
}

.icon-doc-check:before {
    content: "\e60f";
}

.icon-customer-service:before {
    content: "\e610";
}

.icon-barcode:before {
    content: "\e611";
}

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

.icon-box-timer:before {
    content: "\e613";
}

.icon-box-verified:before {
    content: "\e614";
}

.icon-recyclable:before {
    content: "\e615";
}

.icon-broken-glass:before {
    content: "\e616";
}

.icon-umberella:before {
    content: "\e617";
}

.icon-map-pin-alt:before {
    content: "\e618";
}

.icon-box-delivery:before {
    content: "\e619";
}

.icon-box:before {
    content: "\e61a";
}

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

.icon-send-receive:before {
    content: "\e61c";
}

.icon-vehicle-run:before {
    content: "\e61d";
}

.icon-cart:before {
    content: "\e61e";
}

.icon-globe:before {
    content: "\e61f";
}

.icon-map-pin:before {
    content: "\e620";
}

.icon-server-update:before {
    content: "\e621";
}

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

.icon-server-add:before {
    content: "\e623";
}

.icon-server-lock:before {
    content: "\e624";
}

.icon-expand:before {
    content: "\e625";
}

.icon-shrink:before {
    content: "\e626";
}

.icon-signal:before {
    content: "\e627";
}

.icon-doc-download:before {
    content: "\e628";
}

.icon-icon-27:before {
    content: "\e629";
}

.icon-lock:before {
    content: "\e62a";
}

.icon-unlock:before {
    content: "\e62b";
}

.icon-key:before {
    content: "\e62c";
}

.icon-credit-card-hand:before {
    content: "\e62d";
}

.icon-credit-card:before {
    content: "\e62e";
}

.icon-money-head:before {
    content: "\e62f";
}

.icon-icon-46:before {
    content: "\e630";
}

.icon-diamond:before {
    content: "\e631";
}

.icon-piggy:before {
    content: "\e632";
}

.icon-pie-chart:before {
    content: "\e633";
}

.icon-line-chart-up:before {
    content: "\e634";
}

.icon-line-chart-down:before {
    content: "\e635";
}

.icon-money-paper:before {
    content: "\e636";
}

.icon-mobile-money:before {
    content: "\e637";
}

.icon-mobile-chart:before {
    content: "\e638";
}

.icon-money-storage:before {
    content: "\e639";
}

.icon-cc-terminal:before {
    content: "\e63a";
}

.icon-checque:before {
    content: "\e63b";
}

.icon-money-atm:before {
    content: "\e63c";
}

.icon-cash-machine:before {
    content: "\e63d";
}

.icon-hammer:before {
    content: "\e63e";
}

.icon-bear:before {
    content: "\e640";
}

.icon-bull:before {
    content: "\e641";
}

.icon-person-money:before {
    content: "\e642";
}

.icon-gold:before {
    content: "\e643";
}

.icon-calculator:before {
    content: "\e644";
}

.icon-money-bag:before {
    content: "\e645";
}

.icon-wallet:before {
    content: "\e646";
}

.icon-money-globe:before {
    content: "\e647";
}

.icon-bank:before {
    content: "\e648";
}

.icon-money-doc:before {
    content: "\e649";
}

.icon-abacus:before {
    content: "\e64a";
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    *zoom: 1;
}

.container:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
} 
@media (min-width: 1366px) {
    .container {
        width: 1200px;
    }
}
@media (min-width: 1400px) {
    .container {
        width: 1400px;
    }
}
@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    *zoom: 1;
}

.container-fluid:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    *zoom: 1;
}

.row:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .slider .slide-caption, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .slider .slide-caption, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

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

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

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

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

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

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

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

    .col-md-8, .slider .slide-caption {
        width: 66.66667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-ms-viewport {
    width: device-width;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    } 
    .visible-xs-block {
        display: block !important;
    } 
    .visible-xs-inline {
        display: inline !important;
    } 
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    body {
        font-size: 14px;
    }
}

.site-header {
    position: relative;
    z-index: 99;
    line-height: normal;
}

.top-header {
    background: #292c35;
    color: #aaacb5;
    padding: 10px 0;
}

.top-header a {
    color: #aaacb5;
    text-decoration: none;
}
.member-navigation{
    background: #f7f0ea;
    padding: 8px 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 14px;
    width: auto;
    float: right;
    color:#f73e8a;
} 
.member-navigation a{
    color:#101010;
    text-decoration: none;
    padding:0 5px;
}

.bottom-header { 
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.18);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.18);
    *zoom: 1;
}

.bottom-header:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
}

.bottom-header .branding {
    padding: 5px 0; 
    color: #152559;
    text-decoration: none;
}

.branding .site-title {
    color: #152559;
}

.branding .site-title span {
    color: #01a6d4;
}

.branding .site-description {
    color: #7d808c;
}

.branding {
    *zoom: 1;
}

.branding:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
}

.branding img.logo-icon {
    float: left;
    margin-right: 10px;height: 80px;
}

.branding .site-title, .branding .site-description {
    display: table;
}

.branding .site-title {
    font-size: 1em;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.branding .site-title a {
    color: #152559;
    text-decoration: none;
}

.branding .site-title a span {
    color: #01a6d4;
}

.branding .site-description {
    font-size: 12px;
    font-size: 0.75em;
    margin: 0;
}

.main-navigation .menu-toggle {
    display: none;
    background: none;
    padding: 10px; 
    border: none;
    outline: none;
}


.main-navigation .menu {
    list-style: none;
    margin: 10px 0;
    padding: 0;
    margin: 0;
    *zoom: 1;
}

.main-navigation .menu:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
}

@media screen and (max-width: 768px) {
    .mobwid100{
        width:100%!important;
    }
    .main-navigation .menu {
        display: none;
        position: absolute;
        top: 94%;
        left: 0;
        width: 100%;
        background: white;
        padding: 0px;
    }
}

@media screen and (min-width: 769px) {
    .main-navigation .menu {
        display: block !important;
    }
}

.main-navigation .menu .menu-item {
    float: left;
    padding: 0 10px;
}

.main-navigation .menu .menu-item:last-child {
    padding-right: 0;
}

@media screen and (max-width: 768px) {
    .main-navigation .menu .menu-item {
        display: block;
        float: none;
    }

    .main-navigation .menu .menu-item a:after {
        display: none;
    }
}

.main-navigation .menu .menu-item a {
    padding: 30px 0;
    display: block;
    text-decoration: none;
    color: inherit;
    font-weight: 300;
    position: relative;
    border-bottom: 2px solid transparent;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

.main-navigation .menu .menu-item a:after {
    content: "|";
    position: absolute;
    right: -10px;
    font-weight: 100;
    color: #e4e4e4;
}

@media screen and (max-width: 768px) {
    .main-navigation .menu .menu-item a {
        padding: 10px 20px;
    }
}

.main-navigation .menu .menu-item:first-child {
    border-left: none;
}

.main-navigation .menu .menu-item:last-child a {
    padding-right: 0;
}

.main-navigation .menu .menu-item:last-child a:after {
    display: none;
}

.main-navigation .menu .menu-item:hover a, .main-navigation .menu .menu-item.current-menu-item a {
    color: #01a6d4;
    border-bottom: 2px solid #01a6d4;
}

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

.align-right {
    text-align: right;
}

.alig-center {
    text-align: center;
}

hr {
    border: none;
    border-bottom: 1px solid #adafb8;
}

.list-fa {
    padding: 0;
    list-style: none;
}

.list-fa li {
    padding: 6px 0;
}

.list-fa li .fa {
    margin-right: 10px;
    color: #01a6d4;
}

.list-check {
    padding: 0;
    margin: 30px 0;
    list-style: none;
}

.list-check li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
}

.list-check li .fa {
    position: absolute;
    top: 7px;
    left: 0;
    color: #01a6d4;
}

.list-check li h3 {
    color: #01a6d4;
    font-weight: 400;
    font-size: 1em;
    margin-bottom: 5px;
}

.list-check li p {
    margin: 0;
}

.leading {
    font-size: 24px;
    font-size: 1.5em;
    color: #01a6d4;
    font-weight: 300;
}

.leading.muted {
    color: #adafb8;
}

.about-section h2 {
    color: #152559;
    font-size: 36px;
    font-size: 2.25em;
}

.inner-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

img.pull-left {
    margin-right: 30px;
}

img.pull-right {
    margin-left: 30px;
}

img.pull-left, img.pull-right {
    border-radius: 10px;
}

@media screen and (max-width: 480px) {
    img.pull-left, img.pull-right {
        float: none !important;
        margin: 0 auto 20px;
        display: block;
        text-align: center;
    }
}

hr {
    border: none;
    border-bottom: 1px solid #e4e4e4;
}

hr.spacer {
    border: none;
    padding: 20px;
}

.site-footer {
    padding:  10px 0;
    color: #090909; 
} 
.title-footer {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
} 
.contact-footer {
    margin-top: 15px;
} 
.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;    margin: 0 auto;
    text-align: center;
}  
.site-footer ul li{   
    padding: 0 5px;
    line-height: 1.8;
    display: inline-block;
}  

.site-footer ul li a{ 
    color:#090909;
    text-decoration:none;
    font-size:14px;
}   
.social-links {
    margin-top: 10px;
    text-align: center;
}

 

.social-links a {
    width: 30px;
    height: 30px;
    font-size: 20px;
    text-align: center;
    background-color: #020202;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    line-height: 30px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.social-links a:hover {
    background-color: #5c606d;
}

.post {
    padding: 10px 0; 
}

.post:first-child {
    padding-top: 0;
}

.post .entry-title { 
       font-size: 24px;
    color: #00a3a7;
    margin: 0px;
}

.post .entry-title a {
    color: #152559;
    text-decoration: none;
}

.post .featured-image {
    border-radius: 10px;
    overflow: hidden;
}

.post .featured-image img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.post .entry-summary {
       margin: 10px 0;
	   font-size:14px;
}

.post .entry-summary p {
    margin: 0;
}

.pagination {
    padding: 30px 0;
    text-align: center;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    color: #152559;
    margin: 0 0 10px;
    line-height: normal;
}

.widget {
    margin-bottom: 50px;
}

.widget .widget-title {
    font-size: 20px;
    font-size: 1.25em;
    color: #152559;
    margin-top: 0;
    margin-bottom: 30px;
}

.widget .posts {
    list-style: none;
    padding-left: 0;
}

.widget .posts li {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e4e4e4;
}

.widget .posts .entry-title {
    margin: 0;
    font-weight: 300;
    line-height: normal;
    font-size: 16px;
    font-size: 1em;
}

.widget .posts .entry-title a {
    color: #01a6d4;
}

.widget .posts .date {
    font-size: 13px;
    font-size: 0.8125em;
}

.widget blockquote {
    font-size: 16px;
    font-size: 1em;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0 0 0 30px;
}

.widget blockquote:before {
    content: " ";
    width: 21px;
    height: 22px;
    background: url(images/quote.png) no-repeat;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: -1;
}

.widget blockquote cite {
    font-weight: 500;
    font-style: normal;
}

.slide1 {
    background-image: url('images/slider-01.jpg');
    height: 600px;
    background-position: right;
}

.slide2 {
    /*background-image: url('images/slider-01.jpg');*/
    height: 600px;
    background-position: right;
}

.slide3 {
    background-image: url('images/slider-01.jpg');
    height: 600px;
    background-position: right;
}

.slider .slide-summary p {
    color: #ffffff;
}

/*pricing switch start*/
.pricing-table .list-fa {
    padding: 0 10px !important;
}

.onoffswitch3 {
    position: relative;
    width: 200px;
    border-radius: 30px;
    background: #eeeeee;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0px solid #999999;
    box-shadow: 0 15px 25px 0 rgb(0 0 0 / 20%);
    border-radius: 25px;
}

.onoffswitch3-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner > span {
    display: block;
    float: left;
    position: relative;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family:  "Montserrat";  
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
    padding-left: 10px;
    border-radius: 25px;
    background-color: #EEEEEE;
    color: #FFFFFF;
    height: 50px;
}

.onoffswitch3-inner .onoffswitch3-inactive {
    padding-right: 10px;
    border-radius: 25px;
    background-color: #EEEEEE;
    color: #FFFFFF;
    text-align: right;
    height: 50px;
}

.onoffswitch3-switch {
    display: block;
    width: 50%;
    margin: 0px;
    text-align: center;
    border: 0px solid #999999;
    border-radius: 0px;
    font-size: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 10px;
}
.dsdy:before{
    content: 'Monthly';
    margin-left: -103px;
    position: absolute;
}
.dsd:after{
    content: 'Yearly';
    margin-left: 28px;
}

.onoffswitch3-active .onoffswitch3-switch {
    background: #27A1CA;
    left: 0;
    border-radius: 25px;
    height: 50px;
}

.onoffswitch3-inactive .onoffswitch3-switch {
    background: #e132c4;
    right: 0;
    border-radius: 25px;
    height: 50px;
}

.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}

/*pricing switch end*/

/*Navigation menu start*/

.ulSubMenu li a {
    padding: 10px 8px !important;
}

.ulSubMenu {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px;
    display: inline-block;
    float: left; 
}

/* Styling the links */
nav ul li a {
    display: block;
    padding: 15px 8px;
    color: #090909;
    font-size: 16px;
    text-decoration: none;
}
nav ul li a.active{ 
    color: #090909;
} 

nav ul li ul li:hover {
    background: #f7f7f7;
}

/* Background color change on Hover */
.navMenu a:hover {
    background-color: #f7f7f7;
    color: #f73e8a;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
		box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    /* has to be the same number as the "line-height" of "nav a" */
    /*top: 60px;*/ 
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
    display: inherit; 
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    width: 220px;
    float: none;
    display: list-item;
    position: relative;
	background: #fff;
}

/* Second, Third and more Tiers
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 220px;
}

/* Change ' +' in order to change the Dropdown symbol */
/*li > a:after {
    content: ' +';  
	text-align: right;
    float: right;
    right: 0;
    margin-left: 5px;  
	color: #f48423;
}*/

li > a:only-child:after {
    content: '';
}

/* Media Queries
--------------------------------------------- */

@media all and (max-width: 768px) {

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle + a,
    .menu {
        display: none;
    }

    nav ul li a {
        padding: 10px 14px;
    }

    .ulSubMenu {
        box-shadow: none !important;
    }

    .ulSubMenu li a {
        padding: 10px 25px !important;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        background-color: #fff;
        padding: 10px 14px;
        color: #000;
        font-size: 14px;
        text-decoration: none;
        border: none;
    }

    .toggle:hover {
        background-color: #f7f7f7;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked + ul {
        display: block;
    }

    /* Change menu item's width to 100% */
    nav ul li {
       /* display: block;*/
        width: 100%;
    }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    .navMenu a:hover,
    nav ul ul ul a {
        background-color: #f7f7f7;
    }

    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding:10px 14px;
        color: #000;
        font-size: 14px;
    }

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: relative;
        color: #ffffff;
		box-shadow:none;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
	.activemenu > ul,  
    nav ul ul li:hover > ul,
    nav ul li:hover > ul {
       display: block;
	 position: relative;
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;       
		position: relative;
        overflow: hidden;
    }

    nav ul ul ul li {
       /* position: static;*/
        /* has to be the same number as the "width" of "nav ul ul li" */
         left: 0;
        top: 0;
    }

}

 
.text-center,
.align-center{
    text-align:center;
}

/*Navigation menu end*/ 
.copyright{
 padding: 5px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
    background: #232323;
}

.copyright a, .copyright a:hover {
    color: #fff;
}
.smboxl img{
    width:100%;
}
.smboxl{
        max-width: 70px;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    max-height: 70px;
}
.divfl {
    float: left;
    display:inline-block;
}
.maidivfl { 
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
}
a.applybtns {
    background: #fff;
    padding: 5px 10px;
    float: right;
    margin: 0 5px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #223560;
    margin-top: 10px;
}
a.applybtns1 {
    background: #223053;
    padding: 10px 20px;
    margin: 10px;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;overflow: hidden;
    line-height: 2;
}
a.applybtns2 {
      background: #fff;
    overflow: hidden;
    line-height: 1.2;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none !important;
    border: 2px solid #f58829;
    margin: 10px 0;
    color: #223053;
    font-weight: bold;
		 display: inline-block;
}
 
.blogimgbox{
position: relative;
    padding: 0;
}
.blogimgbox img{height: 200px; width: 100%; vertical-align: bottom;
}
.evntimg img{  width: 100%; height: 180px; vertical-align: bottom;
}
 .blogbtn{
	    line-height: 1.2;
    margin: 10px 0;
    font-weight: bold;
    display: inline-block;
    background: rgb(246, 62, 138);
    border: 0px solid rgb(52, 63, 77);
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-decoration: none !important;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 15px;
	 }
  .blogtitle{
	     bottom: 0;
    position: absolute;
    background: #ffffffe8;
    width: 100%;
    color: #090909;
    font-size: 20px;
    padding: 5px;
    line-height: 1.2;
    font-weight: bold;
	min-height: 55px;
  }
  .blogtextcont{
	 font-size: 16px;
    font-family:  "Montserrat";  
    line-height: 1.3;
    min-height: 130px;
    padding: 10px;
  }
 .divinlinblocke { 
    display:inline-block;
}  
    .clearFix {
        clear:both;    height: 0;
    }
    #webtestcontrols{
             float: right;
    }
  #webtestcontrols a{ 
      color: #fff;  
      padding: 5px; 
   text-decoration: none;
    font-size: 21px;
    }
	.smicons {
    padding: 6px 10px 6px 10px;
    border: 1px solid #203d83;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 4px;
    color: #203d83 !important;
}
.form-group-blog {
    margin-bottom: 10px;
}
 
.margto10 {
    margin-top: 10px;
}
 
.margto20 {
    margin-top: 20px;
}
.titlefont  {
    font-size: 18px;
}

.bordererror {
    border: 1px solid red !important
}

.bordererror::-webkit-input-placeholder {
    color: red
}

.bordererror:-ms-input-placeholder, .bordererror::-moz-placeholder, .bordererror::-webkit-input-placeholder {
    color: red !important
}
.alert-success {
     background: #e5f8e5;
    color: green;
    border-radius: 10px;
    font-size: 14px;
    text-align: center;
} 
.blog-category-list { 
    padding: 0;
    margin-bottom: 20px;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden; 
}

.blog-category-list li:first-child { 
    margin-left: 0;
}


.blog-category-list li:hover {
    color: #fff;
    background: #445956;
    cursor: pointer
}

.cateSelected {
    color: #fff;
    background: #445956
}
.img {
    width: 100%;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.blogImages img {
    transition: transform .5s ease-in-out;
	max-height:200px;
}
.imgwidth {
    height: 180px;
}
.imgwidth1 {
    height: 500px;
}
.evntimg {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
} 
.testimonial_para {
    font-size: 16px;
    line-height: 1.5 !important;
     color: #090909; 
}
.testimonialname{
	 font-size: 20px;
    line-height: 1.5 !important;
    color: #090909;
	font-weight:bold;
}  
 
.testimonial_btn{
    background: #f73e8a !important;
    color: #fff!important;
    line-height: 1.5!important;
        border-radius: 10px;
    width: 40px;
    text-align: center;
}
.blogbox{ text-align:center;
	 border-radius: 10px;
	 box-shadow:rgba(0, 0, 0, 0.16) 0px 1px 14px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	 margin: 0 10px;
	 background:#fff;    overflow: hidden;
} 
@media screen and (max-width: 768px) {
 
    .main-navigation .menu-toggle {
        display: block;
    } 
.bottom-header .branding { 
    text-align: center; 
        width: 100%;
}
.branding img.logo-icon {
    float: unset;
    margin-right: 0;
}
.member-navigation{
	    width: 100%;
    text-align: center;
}
.topheadermens{    width: 100%;
    float: unset;
}
.navMenu{
	float:right;
}
.mob-block{
	display:block;
}
.mob-center, .social-links,.site-footer {
        text-align: center;
    }
}
.webdivcol ol,
.webtextcont ol,
#webtextcont ol, 
.webdivcol ul,
.webtextcont ul,
#webtextcont ul 
{
	    padding-left: 15px;
}
.webdivcol p,
.webtextcont p,
#webtextcont p 
{
	    margin-bottom: 0px;
}

.contactul ul{
	list-style:none;
	margin:0;
	padding:0;
}
.contactul li a{
	color:#090909;
}
 
.websociallink{
	padding:0 1px;
}
 
.communityimg{
	    height: 150px;
    width: 150px;
}
.communitydiv i{
	    font-size: 18px;
    padding-top: 5px;
	color:#0ba6aa;
}
.communitydiv:hover i{
    color:#090909;
}
.communityheading {
     font-size: 14px;
    line-height: 1.2;
    padding: 5px;
    min-height: 50px;
    cursor: pointer;
    text-transform: capitalize;
}
.communityheading1 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2; 
}
.communitysubheading {
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    padding: 5px;
	min-height: 25px;
}
.communitydescription {
    font-size: 14px;
    line-height: 1.5;
    padding: 5px;
	min-height:100px;
}
.communitysocialmedia{ 
    padding: 5px;
}
.communitysocialmedia img{ 
width: 24px!important;
    height: 24px;
}
/*.communitydiv{
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 14px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    text-align: center;
    border-radius: 15px;
    padding: 15px;
    overflow: hidden;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 20px;
	cursor:pointer;
}*/

.communitydiv{ 
    text-align: center;
    border-radius: 15px;
    padding: 15px;
    overflow: hidden;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 20px;
	cursor:pointer;transition: all ease-in-out 0.4s;
}
.communitydiv:hover {
    transform: translateY(-10px); 
    box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
	color:#0ba6aa;
}
	
@media (min-width: 1200px){
	.communitydiv{
    max-width: 320px;
    margin: 0 auto;
}
}



.modal {
    display: none;
    position: fixed;
    z-index: 111111111;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    position: relative;
    background-color: #fefefe !important;
    margin: auto;
    padding: 0;
    border: none !important;
    width: 80% !important;
   /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19) !important;*/
    -webkit-animation-name: animateright !important;
    -webkit-animation-duration: 1s !important;
    animation-name: animateright !important;
    animation-duration: 1s !important
}
@-webkit-keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }
    to {
        right: 0;
        opacity: 1
    }
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }
    to {
        right: 0;
        opacity: 1
    }
}
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.close {
    color: #000;
    float: right;
    font-size: 40px;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 35px
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: #fff
}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: #fff
}

.modalModi-open .modalModi {
    overflow-x: hidden;
    overflow-y: auto
}

.modalModi-btn {
    padding: 8px 20px;
    text-align: center;
    cursor: pointer
}

.modalModi.show .modalModi-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modalModi.fade .modalModi-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

@media (min-width: 576px) {
    .modalModi-dialog {
        max-width: 500px;
        margin: 30px auto
    }
}

.modalModi-title {
    margin: 0
}

.modalModi-close {
    padding: 0;
    background: 0;
    border: 0;
    margin: 0;
    -webkit-appearance: none;
    cursor: pointer;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.modalModi-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modalModi-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef
}

.modalModi-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px
}

.modalModi-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef
}

.btnarrow{
	    width: 50px;
    display: block;
    height: 40px;
    line-height: 1;
    background: #f73e8a;
    color: #fff;
    border-radius: 5px;
    margin-left: 5px;
    border: none;
}
.mar0{
    margin: 0px; 
}
.padd0{
    padding: 0px!important; 
}
.imageradius{
    border-radius: 10px; 
}
.articleborder {
    border: 1px solid #ebebeb;
    background: #fff;
    padding: 10px; border-radius: 10px; 
}
.divradius{
    border-radius: 15px; 
}

.owl-prev {
    position: absolute;
    z-index: 10;
    display: inline-block;
    left: 5px;
    cursor: pointer;
    font-size: .1px;
    top: 40%;
    width: 45px;
    height: 140px;
    background-size: 40px !important;
    background-position: center !important;
    background: url(images/left-chevron-arrow-round-outline-icon.png) no-repeat
}

.owl-next {
    position: absolute;
    z-index: 10;
    display: inline-block;
    right: 5px;
    cursor: pointer;
    font-size: .1px;
    top: 40%;
    width: 45px;
    height: 140px;
    background-size: 40px !important;
    background-position: center !important;
    background: url(images/right-chevron-arrow-round-outline-icon.png) no-repeat
}
.iconpatch{
    position: fixed; right: 0;z-index: 1111;top:40%;
   
}
.iconpatch a {
      padding: 5px 5px;
    background: #232323;
    display: block;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    font-size: 30px;
    margin-bottom: 6px;
    text-align: center;
    border-right: 5px solid #232323;
    width: 50px;
}
.webtextcont.home-boxcontent {
    min-height: 75px;
}
@media (min-width: 1000px) {
	.webbgdivclass {
    overflow: hidden;
}
.pull-right.topheadermens {
    width: calc(100% - 260px); 
}
nav ul ul li a{
padding:10px 5px;	
}
 nav ul ul{
	 top: 45px;
        z-index: 10000;
        box-shadow: none;
  }
 nav ul ul ul{
	 top: 60px;
        z-index: 10000;
        box-shadow: none;
  }
} 
.padding5{
padding:5px;
}
.rightserdiv{
    position: relative; 
    float: right;
    width: 18%;  
    background: #dcf2f0; 
    padding: 0 5px 5px 5px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#webtexttitlebor {
      display: block;
    position: relative;
    width: 100%;
    height: 5px;
}

#webtexttitlebor span{
    border-top: 3px solid #f73e8a;
    width: 125px;
    display: inline-block;	
}

/*--------------------------------------------------------------
# Our Programs Section
--------------------------------------------------------------*/
  
.Our-Programs .faq-container .faq-item {
  position: relative;
  padding: 20px;
  margin-bottom: 20px; 
       border: 1px solid color-mix(in srgb, #00a3a7, transparent 85%);
    border-radius: 10px;
  background-color:#ffffff;
  overflow: hidden;
}

.Our-Programs .faq-container .faq-item:last-child {
 /* margin-bottom: 0;*/
}

.Our-Programs .faq-container .faq-item h3 {
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  margin: 0 30px 0 0;
  transition: 0.3s;
  cursor: pointer;
}

.Our-Programs .faq-container .faq-item h3 span {
     padding-right: 5px;
    line-height: 1.5;
    vertical-align: middle;
}
 

.Our-Programs .faq-container .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.Our-Programs .faq-container .faq-item .faq-content p {
    margin: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 300;
}

.Our-Programs .faq-container .faq-item .faq-icon {
  position: absolute;
  top: 22px;
  left: 20px;
  font-size: 22px;
  line-height: 0;
  transition: 0.3s;
  color: #0d163f;
}

.Our-Programs .faq-container .faq-item .faq-toggle {
  position: absolute;
  top: 26px;
  right: 20px;
  font-size: 16px;
  line-height: 0;
  transition: 0.3s;
  cursor: pointer;
}

.Our-Programs .faq-container .faq-item .faq-toggle:hover {
  color: #0d163f;
}

.Our-Programs .faq-container .faq-active h3 {
  color:#00a3a7;
}

.Our-Programs .faq-container .faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
  padding-top: 0;
}

.Our-Programs .faq-container .faq-active .faq-toggle {
  transform: rotate(90deg);
  color: #0d163f;
}

.Our-Programs .Our-Programs-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Our-Programs .Our-Programs-img img {
  max-height: 70%;
  width:100%
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .img {
  border-radius: 8px;
  overflow: hidden;
}

.services .img img {
  transition: 0.6s;   
  width: 100%;
}

.services .firstchild .details
{
	border-left:none;
}.services .lastchild .details
{
	border-right:none;
}
.services .details { 
    padding: 10px;
    margin: 5px 0;
    transition: all ease-in-out 0.3s;
    position: relative;
    background: #fff;
    text-align: center; 
	border-right:2px solid #ebebeb;
}
.services .servicedivs:first-child{
border-top: none;
}
.servicedivs{
/*border-top: 2px solid #ebebeb;*/
}
.services .details .icon { 
}

.services .details h3 {
  font-weight: 700;
  margin: 10px 0 5px 0;
  font-size: 20px;
  transition: ease-in-out 0.3s;
  
}

.services .details p {
  color: #090909; 
  font-size: 16px;
  margin: 0;
}

.services .service-item:hover .details h3 {
  color: #0ba6aa;
}

.services .service-item:hover .details .icon {
  background: #ffffff;
  border: 2px solid #0ba6aa;
}

.services .service-item:hover .details .icon i {
  color: #0ba6aa;
}

.services .service-item:hover .img img {
  transform: scale(1.2);
}
.services .rightarrow{
    font-size: 12px;
    bottom: 10px;
    text-align: center;
    width: 100%; 
    margin-top: 15px;
}

.services .rightarrow a{ 
    color: #124479;
    background: #fff;
    padding: 5px 10px !important;
    border-radius: 5px;
}

.services .rightarrow a:hover{  
    color: #124479;
    background: #fff;
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .member {
  box-shadow:rgba(0, 0, 0, 0.16) 0px 1px 14px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  text-align: center;
  border-radius: 15px;
  padding: 15px;
  overflow: hidden;  
  margin-bottom: 20px;
}
.team .member1 {  
  border: 1px solid #ebebeb;
  text-align: center;
  border-radius: 15px;
  padding: 10px;
  overflow: hidden;  
  margin-bottom: 20px;
}

.team .member1 img,
.team .member img { 
  overflow: hidden; 
  max-width: 100%;
}
.team .member1 img {
  border-radius: 50%; 
} 
.team .member1 .communityimg { 
    height: 100px;
    width: 100px;
} 
.team .member img {
  border-radius: 15px;
}

.team .member .member-content {
  padding: 0 20px 30px 20px;
}

.team .member h4 {
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 20px;
}

.team-member {
    max-width: 263px;
    margin: 0 auto;
}
.team .member .webtexttitle span  { 
  display: block;
      font-size: 16px; 
    color: #090909;
}
 
.team .member .webtextcont span {  
    display: block;
    font-size: 12px;
    margin-top: 4px;
    font-weight: normal;
    color: #090909;
}
.loadcommunitydiv0 .member1 .communityheading1 {
    min-height: 58px;
    line-height: 1.2;
}

.loadcommunitydiv0 .member1{
     min-height:220px;
}

.team .member span { 
  display: block;
  font-size: 14px; 
  margin-top: 4px;
}
.team .member .social {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.team .member .social a {
  color: #ccc; 
  transition: 0.3s;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc; 
}

.team .member .social a:hover {
  color: #090909;
  border-color:#090909;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.box-Partners{
       box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 14px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    text-align: center;
    border-radius: 15px;
    padding: 15px;
    overflow: hidden;background: #fff;
	max-width: 220px;
}
.box-Partners img{ 
	width: 100%;
}
.btn-login {
    background: #0ba6aa;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
}
.font12 {
    font-size:  12px; 
}
.box-service {

       box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 14px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    text-align: center;
    border-radius: 15px;
    padding: 15px;
    overflow: hidden;
    background: #fff;
    display: inline-block; 
	width: 100%;
    min-height: 145px;    margin-bottom: 10px;
}

@media (min-width: 1000px) {
.site-header {
      position: fixed;
    width: 100%;
    top: 0;
        background: rgb(255 255 255 / 95%);
        border-top: 5px solid #dcf2f0;
}
 main.content {
        margin-top: 90px;
    }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact  {
    margin: 20px 0;
}
.contact h2 {
font-size: 28px;
    font-weight: bold;
    margin: 0;
    color: #00a3a7;
}
.contact .info-item {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 24px 0 30px 0;
}
.contact  form {
    height: 100%;
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);

}
.contact .info-item i {
    color: #0ba6aa;
    border: 2px dotted #0ba6aa !important;
    width: 56px;
    height: 56px;
    font-size: 24px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    line-height: 1.5;
    padding-top: 10px;
    
}

.contact .info-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;    min-height: 35px;
}
 
 
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.justify-content-center {
    justify-content: center !important;
}

.flex-column {
    flex-direction: column !important;
}
.d-flex {
    display: flex !important;
}

.box-servicebg {
       background: #fff;
    border-radius: 15px;
    margin-top: 30px;
}
.box-service1 {
    text-align: center;
    padding: 15px;
    overflow: hidden;
    background: #fff;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}
.carousel-item .slidercont,
 .carousel-item .sliderheading, 
 .carousel-item .slidercontbtns{   
    display:none!important;
}
.webtextcont.slidercont{				
font-size: 24px;
    color: #fff;
    max-width: 44%; 
    margin-top: 5px;
    line-height: 1.2;
     filter: drop-shadow(1px 1px 0px rgb(0 0 0 / 0.8)); 
	}
 	.webtexttitle.sliderheading { 
    font-size: 41px;
    color: #fff;
    max-width: 44%;
    margin-top: 180px;
    font-weight: bold;
    filter: drop-shadow(1px 1px 0px rgb(0 0 0 / 0.8));
    font-family: sans-serif;
    line-height: 1; 
}
.webtextbtn.slidercontbtns { 
    margin-top: 10px;
    display: block; 
}
 .webtextbtn.slidercontbtns a{ 
    background: #fff;
    color: #000;  
    margin-right: 5px;   
    display: inline-block;  
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 22px;
}
 .webtextbtn.slidercontbtns a:hover{ 
    color: #f6438c; 
    background: #fff; 
}	 
.carousel-control-next, .carousel-control-prev{
    width:4%;
    
}
.testimonial-quotes1{
   position: absolute;left: -75px;z-index: 1;top: -35px; 
}
.testimonial-quotes2{
    bottom: -35px;position: absolute;right: 5px;z-index: 1;
}
.testimunialdiv{
    padding: 20px;display: table-row; height: 315px;
}
.martop20{
         margin-top: 20px;
}
  .divHide{
    display: none;
  }
@media screen and (max-width: 768px) { 
.webdivcol ol, .webtextcont ol, #webtextcont ol, .webdivcol ul, .webtextcont ul, #webtextcont ul
{
    list-style-position: inside;
}
.testimunialdiv{
		height:auto;
	}
	 .home-box:hover .patch {
		 height:100%;
	 }
	 
    .mobctestimonialenter .ttitle,
    #webtexttitle span, #webtexttitle,.webtexttitle, .webtexttitle  span{
        font-size:24px!important;
    }
    .dot1class, .dot2class, .dot3class{
        display:none;
    }
    .webtextbtn.slidercontbtns a {
    padding: 5px;
    font-size: 12px;
    }
    .services .row, .Our-Programs .row,
    .testislider .row{
        margin:0;
    }
    .box-Partners{ 
            margin: 0 auto;
    }
    #our-vision-mission .webbgdivclass {
       background: rgb(255 255 255 / 50%);
    }
    #our-team{
        padding-top:5px;
    }.contact .info-item { 
    margin-bottom: 10px;
	 padding: 10px 0 10px 0;
}
  
    .align-center #webtexttitlebor1,
    .align-center .webtexttitle, 
      .mobcenter,
    .Our-Programs #webtexttitlebor1,
    .Our-Programs #webtexttitle{
        text-align:center!important;
    }
    #Our-Programs{
      background: #00797c;  
    }
    .Our-Programs #webtexttitlebor1  {
                float: none;
    }
    .testimunialdiv {
    padding: 5px;
    display: block;
    height: auto;
	}
	.testimonial-quotes1 {
    position: relative;
    left: 0;
    z-index: 1;
    top: 0;
	}
	.testimonial-quotes2 {
		bottom: 0;
		position: relative;
		right: 0;
		z-index: 1;
	}
   .loadtestimonialdiv .carousel-item { 
        max-height: 100% !important;
    }
    .services .details h3 { 
    min-height: 20px;
	}
	.services .details {
		padding: 50px 15px;
		margin: -100px 15px 15px 15px;
	}
	.box-servicebg { 
		margin-top: 5px;
	}
	.team {
		text-align: center;
		margin: 0 !important;
	}
.testimunialtext,
a.applybtns1 {
        display: block!important;
}
.testislider .carousel-inner {
    padding-left: 0;
}
    .faq-container{
        margin: 10px 5px 0!important;
    }   
    .countclass {
        margin-bottom: 10px !important;
        width: 50%;
        float: left;
    }
    .webtexttitle.sliderheading {
    font-size: 14px;
    color: #fff;
           margin: 10px auto;
        margin-top: 10%;
        max-width: 70%;
        text-align: center;
}
.sliderTopcontentdiv { 
    width: 100%!important; 
    margin: 0!important;
}
.webtextcont.slidercont {
    font-size: 10px;
    color: #fff;
        max-width: 70%;
        margin: 10px auto;
    line-height: 1.2;
    text-align: center;
}
 .webtextbtn.slidercontbtns { 
    margin: 10px auto;
    text-align: center;
}
  .webfullbgdivclass{
        margin:0px!important;
    }
    .rightserdiv { 
    width: 100%!important;    
    background: #fff;
        padding: 0;
        border: none;
}
  .mobileShow {
        display: block !important;
    } 
  .mobileHide{
    display: none!important;
  }
.res-marbottom5{
         margin-bottom: 5px!important;
    }
 
.res-padd5{
        padding:5px!important;
    }    
.res-padd0{
        padding:0px!important;
    } 
.res-martop5{
         margin-top: 5px!important;
    }
    .blog-category-list li {
 margin-bottom: 5px;
     margin-left: 1px; 
    padding: 8px 5px;
    }
#myModal .modal-content {
    right: 0 !important;
    float: right !important;
    width: 100% !important;
}
#myModal   {
   padding: 20px;
}
.close1 { 
    top: -15px!important;
    right: -15px;  
    margin-left: 0!important;
}
li:hover .topdownarrow,
li:hover .leftnarrow {
    transform: rotate(45deg)!important;
    -webkit-transform: rotate(45deg)!important;
}
.topdownarrow,
.leftnarrow {
    transform: rotate(315deg)!important;
    -webkit-transform: rotate(315deg)!important;
}
.topdownarrow {  
    float: right;
}

#webtestcontrols{
	float: none;
    margin: auto;
    text-align: center;
}
.box-servicebg{
	Background:transparent;
}
.box-service1 {
    text-align: center;
    padding: 10px 0;
    border-radius: 15px;
}
.imgwidth1 {
    height: auto;
}
#image-gallery-image{
	    padding: 0;
    width: 100%;
}
.modal { 
    padding-top: 10px!important; 
}
.Our-Programs .faq-container .faq-item .faq-toggle { 
    top: 16px;
}
.Our-Programs .faq-container .faq-item { 
    padding: 10px;
}
.webfullbgdivclass.webbgimgclass .webbgdivclass.top0{ 
    padding-top: 0px!important;
}
.webfullbgdivclass.webbgimgclass .webbgdivclass.bottom0{ 
    padding-bottom: 0px!important;
}
.webfullbgdivclass.webbgimgclass .webbgdivclass{ 
  /*  padding: 20px 10px 10px!important;*/
}
.flip-card { 
    margin: 0 auto;
}
.reshide{ 
        display: none !important; 
} 
.subHeadingClass { 
    margin-bottom: 5px;
}
#webtexttitlebor span { 
    height: 0;
}
#our-vision-mission .container{
	padding: 0;
}
#our-vision-mission{
    background-position-x: left;
} 
.ourservicespage,.programspage, 
.services-left-div,.services-left-div1{
	padding: 0!important;   
  }
.programspage .container,
.ourservicespage .container {
	padding: 10px;  
  }
.beyondincubationpage #webtexttitlebor,
.programspage #webtexttitlebor,
.services-centerdiv .headingClass,
.services-centerdiv .subHeadingClass,
.ourservicespage .webtexttitle ,
.programspage .webtexttitle  {
	text-align:center;
  }
  .box-service-last,
  .box-service-1 {
    box-shadow: none!important;
	min-height: auto!important;
    margin-bottom: 0!important;
  } 
  .programspage .col-lg-9{
	padding: 0!important;   
  }
 .breadcrumbs .container {
	padding: 0px;  
  }
  .minheightauto {
    min-height: auto !important;   
	padding: 0;
  } 
  .communitydiv{ 
        border: 1px solid #ebebeb;
    margin-bottom: 5px!important;   
  }
  .team .member1 { 
    margin-bottom: 5px;
        min-height: auto;
}
.blog-category-list { 
    margin: 0;
}
.contact form { 
    padding: 1px 10px 10px!important;   
}
.contactCallUs,
.contactEmailUs { 
    padding:5px 0 0 0!important;   
}
.mapdiv { 
    margin-left: 0!important;
    margin-right: 0!important;
    margin-top: 10px !important;
}
.mapresdiv { 
padding: 5px !important;
}
.contact .info-item p{
    min-height: auto;
}
.inner-content {
    padding-top: 10px;
    padding-bottom: 10px;
}
.post .entry-title {
    font-size: 35px; 
} 
 
.team-member .webtextcont,
.webtextcont.mobcenter { 
	text-align: center!important;
} 

.post .entry-summary {
    margin: 10px 0 0;
}
.post {
    padding: 10px 0 0;
}
}
.mapresdiv { 
 margin-bottom: 30px !important;
 background-color: #FFFFFF;
 box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
 padding: 20px;
}
.mapdiv { 
  margin-left: 15px;
  margin-right: 15px;
  margin-top:30px;
}
.contactCallUs { 
    padding: 15px 10px 0px 0px;
}
.contactEmailUs { 
    padding:15px 0px 0px 10px;
}
.close1{
	position: absolute;
    top: 45%;
    background: #934f13;
    border-radius: 100%;
    padding: 12px;
    margin-left: -22px;
    font-size: 30px;
    font-weight: bold;
    color: white;
    height: 40px;
    line-height: 12px;
    margin-top: 0;
    margin-right: 0;
    border: none;
}
#myModal .modal-content{
	right: 0!important;
    float: right!important;
} 

nav ul ul li { 
    border-bottom: 1px solid #dedede;
}
nav ul ul li:last-child { 
  /*  border-bottom: none;*/
}

.Our-Programs .blogimgbox img {
    height:auto!important;
    max-height:300px;
}
.Our-Programs .blogtitle {
    bottom: 0;
    position: absolute;
    background: #ffffffe8;
    width: 100%;
    color: #090909;
    font-size: 19px;
    padding: 10px;
    line-height: 1.2;
    font-weight: bold;
    min-height: 25px; 
}

.topdownarrow {
    border: solid #f73e8a;
    border-width: 0 2px 2px 0;
    display: inline-block;
        padding: 2px;
    margin-left: 4px;
    margin-top: 5px;
    vertical-align: text-top;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.leftnarrow {
    float: right;
    border: solid #f73e8a;
    border-width: 0 2px 2px 0;
    display: inline-block;
       padding: 2px;
    margin-left: 4px;
    margin-top: 5px;
    vertical-align: text-top;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
}
.margin0{
	margin:0!important;
}

.padding0 {
    padding: 0 !important;
} 
 
.flip-card {
   max-width: 300px;
    height: 245px;
    perspective: 1000px;
    padding: 10px;
    width: 100%;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    padding: 30px 10px;
    cursor: pointer; 
/*	background: linear-gradient(45deg, #0d163f, #124479);*/
    background: #fff; 
    border-radius: 15px;
   /* color: #fff;*/
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
} 
.flip-card-front h3{
margin: 10px;        
font-size: 14px;
}
.flip-card-centerdiv{
	justify-content: center !important;
    flex-direction: column !important;
    display: flex !important;
    text-align: center;
    width: 100%;
}

.flip-card-back h3{
margin-bottom: 0;
    margin-top: 5px; 
    font-size: 14px;  
}
.flip-card-back p{
   margin: 0;
    font-size: 12px;
}
.flip-card-back a,
.flip-card-front a{
	 color:#fff; 
	cursor:pointer;
	    background: linear-gradient(90deg, #124479 30%, #f73e8a 100%);
    border: 1px solid #124479;
}
.flip-card-back a:hover {
	 color:#fff; 
	 background: linear-gradient(90deg, #f73e8a 30%, #124479 100%);
    border: 1px solid #124479;
}
.sectors.active{
    color: #fff;
    background: #445956;
    cursor: pointer;
}

#sectorID{
    font-size: 14px;
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 10px;
    color: #090909;
    margin: 10px auto;
}

.member-img{
	    border-radius: 8px;
    overflow: hidden;
}
.member-info{
    padding: 20px 10px;
    text-align: center;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin: -50px 20px 0 20px;
    position: relative;
    border-radius: 8px;
}
 .team-member .websocialmedia {
    position: absolute;
    left: 0;
    top: -14px;  
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-left-div{
	    min-height: 500px;
    background: #fff;
    padding: 20px 20px 20px 0px;
    display: flex !important; 
}
.services-left-div1{
	    min-height: 460px;
    background: #fff;
    padding: 20px;
    display: flex !important; 
}

.services-centerdiv{
	justify-content: center !important;
    flex-direction: column !important;
    display: flex !important; 
    width: 100%;
}
.member-info .webtexttitle{
	    font-size: 16px;line-height: 1.5;    color: #00a3a7;
}
.member-info .webtextcont{
	font-size: 14px;
    color: #090909;
    margin:0;
}
 .team-member:hover .websocialmedia {
    opacity: 1;
}
.member-img img {
    width: 100%;
}
.imgDivClass{ 
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 5px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
 .headingClass{  
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 2px;
    font-size: 20px; 
}
.subHeadingClass{   
    color: #fff;
    display: block;
    font-size: 14px;
    margin-top: 4px;
}
.box-service-last {
     box-shadow: none;
    text-align: center;
    border-radius: 15px;
    padding: 15px;
    overflow: hidden;
    background: #fff;
    display: inline-block; 
	width: 100%;
    min-height: 170px;    margin-bottom: 10px;
}
.box-service-1 {
     box-shadow: 22px 0 10px -20px rgb(0 0 0 / 29%);
    text-align: center;
    border-radius: 15px;
    padding: 15px;
    overflow: hidden;
    background: #fff;
    display: inline-block; 
	width: 100%;
    min-height: 170px;    margin-bottom: 10px;
}
.box-service-last img,.box-service-1 img{
	width: 80px;
    height:  80px
}
.bgcolorclass1{
    background: linear-gradient(90deg, #124479 30%, #f73e8a 80%, transparent 95%);
    padding: 10px;
    vertical-align: middle;
    color: #fff;
}
.bgcolorclass2{
    background: linear-gradient(90deg, #124479 30%, #f73e8a 100%);
    padding: 10px;
    vertical-align: middle;
    color: #fff;
}
.bgcolorclass1 img{
	margin-right: 5px;
    vertical-align: middle;
}
.boxContent1{
margin-top: 0px;
}
.boxContent1 ul{    
 margin-bottom: 5px;
}
.buttonclass1{
	display: inline-block;
	     background: linear-gradient(90deg, #124479 30%, #f73e8a 100%);
    border: 1px solid rgb(245 131 31); 
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    text-decoration: none !important;    transition: 0.3s;
}
.buttonclass1:hover{
	 background: linear-gradient(90deg, #f73e8a 30%, #124479 100%);
    border: 1px solid #f73e8a;
    color: #fff;
}
.padding-left0{
	    padding-left: 0;
}
.borderimgbgclass{
    border: 2px solid #124479c2;
    height: 500px;	  
}

.notfound {
    color: #bfbaba;
    font-weight: bold;
    font-size: 22px;
}

.mgbtm-20 {
    margin-bottom: 20px;
}

.word-break-all{
       word-break: break-all;
}


@media screen and (max-width: 1200px) and (min-width: 769px)  {
	nav ul li a { 
    font-size: 10px;
	}
}
@media screen and (max-width: 1200px) {
.borderimgbgclass{
	display:none;
}
.services-left-div,.services-left-div1{
	min-height: auto;        padding: 0;
}
.ourservicespage  .webbgdivclass {
	background:#fff!important
}
.minheightauto  .services-centerdiv { 
    max-width: 300px;
    margin: 0 auto;
}
}

@media screen and (max-width: 900px) {
    .tabmobautoheight {
       min-height: auto!important;
    } 
}


@media screen and (max-width: 1000px) and (min-width: 768px) {
	.testimunialdiv{
		height:auto;
	}
    .dot1class, .dot2class, .dot3class{
        display:none;
    }
    .container {
        width: 100%;
    }
	.webtextcont.slidercont {
        font-size: 16px;
        max-width: 80%;
        margin: 0 auto;
	}
	.webtexttitle.sliderheading {
        font-size: 22px;
        max-width: 100%;
	}
	.bottom-header .pull-right {
        float: none;
     }
	 .home-box:hover .patch {
		 min-height:100%;
	 }
	 .sliderTopcontentdiv { 
    margin: 0;
    text-align: center;
}
.webtextbtn.slidercontbtns a { 
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 18px;
}
.home-box { 
    max-width: 400px;
    margin: 0 auto;
}
.tabcenter {  
    text-align: center;
}
}

@media screen and (max-width: 800px) and (min-width: 600px) {
    .imgDivClass img{
        width: 300px;     
		margin: 0 auto;
    }
 
}
.headingFixclass{
	min-height:34px;
}
.blog-category-list li {
    list-style: none;
    margin-left: 10px;
    display: inline;
    font-weight: bold;
    padding: 10px 10px 12px 10px;
    float: left;
    margin-bottom: 10px;
    transition: .2s;
    border-radius: 3px;
	min-width: 60px;
    text-align: center;
}
.colorclass1{
	    color: #f73e8a;
}
 .borderclass2 {
	 border-bottom: 2px dashed #ccc;
	 }
	 

.lg-loader {
	background-color: rgba(0, 0, 0, 0.3);
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2147483638; 
}

@keyframes lg-spinner { 
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes lg-spinner { 

	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.lg-spinner {
	position: relative;
}

.lg-spinner:before {
	background: linear-gradient(45deg, #f73e8a, #104579);
}

.lg-spinner div {
	left:  calc(50% + 50px);
    top: calc(50% - 25px);
	position: absolute;
	-webkit-animation: lg-spinner linear 1s infinite;
	animation: lg-spinner linear 1s infinite; 
	    width: 10px;
    background: linear-gradient(45deg, #f73e8a, #104579);
    height: 10px;
	border-radius: 40%;
	-webkit-transform-origin: 6px 52px;
	transform-origin: 6px 52px;
	z-index: 99999999117777;
}

.lg-spinner div:nth-child(1) {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-animation-delay: -0.916666666666667s;
	animation-delay: -0.916666666666667s;
}

.lg-spinner div:nth-child(2) {
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-animation-delay: -0.833333333333333s;
	animation-delay: -0.833333333333333s;
}

.lg-spinner div:nth-child(3) {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	-webkit-animation-delay: -0.75s;
	animation-delay: -0.75s;
}

.lg-spinner div:nth-child(4) {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-animation-delay: -0.666666666666667s;
	animation-delay: -0.666666666666667s;
}

.lg-spinner div:nth-child(5) {
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
	-webkit-animation-delay: -0.583333333333333s;
	animation-delay: -0.583333333333333s;
}

.lg-spinner div:nth-child(6) {
	-webkit-transform: rotate(150deg);
	transform: rotate(150deg);
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.lg-spinner div:nth-child(7) {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-animation-delay: -0.416666666666667s;
	animation-delay: -0.416666666666667s;
}

.lg-spinner div:nth-child(8) {
	-webkit-transform: rotate(210deg);
	transform: rotate(210deg);
	-webkit-animation-delay: -0.333333333333333s;
	animation-delay: -0.333333333333333s;
}

.lg-spinner div:nth-child(9) {
	-webkit-transform: rotate(240deg);
	transform: rotate(240deg);
	-webkit-animation-delay: -0.25s;
	animation-delay: -0.25s;
}

.lg-spinner div:nth-child(10) {
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-animation-delay: -0.166666666666667s;
	animation-delay: -0.166666666666667s;
}

.lg-spinner div:nth-child(11) {
	-webkit-transform: rotate(300deg);
	transform: rotate(300deg);
	-webkit-animation-delay: -0.083333333333333s;
	animation-delay: -0.083333333333333s;
}

.lg-spinner div:nth-child(12) {
	-webkit-transform: rotate(330deg);
	transform: rotate(330deg);
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.lg-spinner {
	width: 100% !important;
	height: 100% !important;
	-webkit-transform: translate(-50px, -50px) scale(0.52) translate(50px, 50px);
	transform: translate(-50px, -50px) scale(0.50) translate(50px, 50px);
	text-align: center;
	z-index: 99999999117777;
}


.flip-card-front .flip-card-centerdiv .flipimgclass{ 
    display: inline-block;
    margin: 0 auto;
    padding: 5px;
    border-radius: 15px;
}

.flip-card-back .flip-card-centerdiv .flipimgclass{ 
    display: inline-block;
    margin: 0 auto;
    padding: 5px;
    border-radius: 15px;
}

/* Style the back side */
.flip-card-back {  
    color: white;
    transform: rotateY(180deg);
    padding: 30px 10px;
    cursor: pointer;
    border-radius: 15px;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
} 

.team .member1{
     min-height: 190px;   
}
.communityheading1{ 
    min-height: 27px;
}
.inputClass1{
        width: 100%;
    height: 40px;
    padding: 5px 10px;
    border: none;
    border-radius: 8px;
}
 
.inputbtnClass1 {
    background: #01a3a6;
    height: 40px;
    border: none;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 22px;    line-height: 1.2;
}
.padd5{
    padding:5px!important;
} 
.countclasssvgdiv { 
  overflow: hidden;
 background:#ffffffd6;
    padding: 25px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
}
.webtextbtn, .webtextcont, #webtextbtn, #webtextcont, #websocialbtn {
    margin-top: 10px;
}
#webtexttitlebor1 span {
    border-top: 3px solid #ffffff;
    width: 125px;
    display: inline-block;
}
 
 .padd50-10{
        padding: 50px 10px;
	}
 .padd10-0{
        padding: 10px 0px;
	}
 .innerheading{
     font-size: 28px;
    line-height: 1.5;
    color: #fff;
	}

	.footerformbg{
	  background: url(/images/Autism-Research-Center-India-Pune-footer-img.png);
    border-width: 0px;
    border-style: none;
    border-radius: 0px;
    margin: 0px;
    background-attachment: local;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #dcf2f0;
	}
	#carouselExampleIndicators{
	        background: #01787c; 
	}
.sliderTopcontentdiv {
      position: absolute;
    width: calc(100% - 160px);
    z-index: 10; 
}
	#carouselExampleIndicators .carousel-item{
	        background-position: right!important;
	} 
	
.services-left-div{
    padding:20px!important;
       background:transparent!important;
}	
	
	
.client{
	    position: relative;
    margin:20px 40px;
    padding: 0;
}
 .swiper-button-next, .swiper-button-prev{
	 color: #fff;
    font-weight: bold;
 }
.client .swiper-button-prev  {
    left: -1px; 
}
.client .swiper-button-next {
   right: -1px; 
}
.client__box img{
	width:100%;   
	min-width: 170px;
	/*max-height: 80px;
    max-width: 200px;
	min-height: 80px;
    min-width: 200px;*/
    text-align: center;
    margin: 0 auto;
}
.client__box{
	overflow:hidden;
	 background:#fff;
	 padding:5px;
	 border-radius:10px;
    text-align: center;
	-webkit-box-shadow: 0px 0px 5px 0px rgb(191 201 216); 
-moz-box-shadow: 0px 0px 5px 0px rgb(191 201 216);
box-shadow:0px 0px 5px 0px rgb(191 201 216);
} 
 .clients-slider,
 .onfocus .swiper-horizontal { 
    margin: 0 50px;
    overflow: hidden;  
	padding: 5px; 
}
		
	 .home-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden; 
	display: block;
    line-height: 0;
}
	.patch {
       background: #f63e8ade;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 5px;
    cursor: pointer;
    min-height: 40px;
    transition: min-height 0.5s;
    text-align: center; 
    line-height: 1.2; 
}
.patch .animationcl{
    display:none;
} 
.patch .webtexttitle{
padding-top: 10px;
} 
.home-box:hover .patch .animationcl {
    display: block;
    width: 100%;
    float: left;
}
.home-box:hover .patch .webtexttitle {
    width: 100%;
}
	 .home-box:hover .patch .webtexttitle span{ 
     font-size: 13px !important; 
	 }	 
.home-box:hover .patch {
	     background: #f63e8a;
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100%;
}	 
.hearticon a:before{
     content: "\f004";   
	    margin-right: 10px;
	    font-family: FontAwesome; 
}	
#webtextbtn a:hover{
    opacity:.8;
}
	
.fullwrappers{	
   max-width: 1660px;
    margin: 0 auto;
}
	
.dot1class{
        position: absolute;
    height: 55px;
    transform: rotate(235deg);
    right: 0;
    top: 0;
    margin-top: 70px;
    margin-right: -40px; 
}
.dot2class{	
    transform: rotate(22deg);
    left: 0;
    bottom: -40px;
    margin-right: 0;
    height: 50px;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: -5px;
    position: absolute;
}	
	
.dot3class{	
    margin-bottom: 0;
    position: absolute;
    height: 55px;
    transform: rotate(235deg);
    right: 0;
    top: 0;
    margin-top: 70px;
    margin-right: -105px;
}	
.innerpageheadimg{
	 position: absolute;
    right: 0;
    top: 0;
} 
.innerpageheadimg img{
    height: 250px;
} 	
	
.innerpageheadtitlebg{
       height: 250px;
    display: flex;
}
	
.innerpageheadtitle {
   font-size: 36px;
    filter: drop-shadow(1px 1px 0px rgb(0 0 0 / 0.8));
	line-height: 1.5;
    color: rgb(255, 255, 255);
}		
	
 .innerheadingbg{
    padding:  0px;
    background:linear-gradient(to right, #00a3a7ed 10%, #00a3a7 50%);
	}
 .innerheadingimgbg{
background: url("/images/bg-flower.png") 100% 50% / cover no-repeat scroll;  
    z-index: 0;
    position: relative;
    border-width: 0px;
    border-style: none;
    border-radius: 0px;
    margin: 0px;
	}	

@media (max-width:900px) {
    body {
        line-height:1.2 !important;
    }
.innerpageheadimg { 
    opacity: .1;
}
.innerpageheadtitlebg {
    height: 112px!important;
}.innerpageheadimg img {
    height: 112px;
}
.footerformbg {
    background: #dcf2f0;
}
}	
@media (max-width:600px) {
    .iconpatch {
        display:none;
    }
    .client { 
    margin: 20px 10px !important;
}
.client__box img {    min-width: auto;
} 
 .home-boxcontent {
    text-align: left;
} 
.mobalignleft{
    text-align: left!important;
} 
}

	
 .videomaindiv {
    height: 90vh!important;
      background: #00000082;
    color: #fff;
}
 
 .videobg h2{
     margin-top:30%;
 }
.heroContent{
  left: 0;
  top: 30%;
}

.heroContent50width{
 width: 50%;
} 
 
 .videobg {
    height: 90vh;
    /* overflow: hidden; */
    position: relative;
    width: 100% !important;
    
}
 .videobg video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}


.hero p{
  font-size: 26px;
  margin-bottom: 12px;
	filter: drop-shadow(1px 1px 0px rgb(0 0 0 / 0.8));    text-align: left;
	    margin-top: 0;
    line-height: 1.2;
}
.hero h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 50px;
    font-weight: 700;   
    font-family: sans-serif;
  /*animation: fadeInDown 1s both 0.2s;*/
	filter: drop-shadow(1px 1px 0px rgb(0 0 0 / 0.8));
    text-align: left;
}


.hero .btn-get-started { 
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    transition: 0.5s; 
    color: #000;
    border: 2px solid #ffffff;
    background: #ffffff;
}
.position-absolute {
    position: absolute !important;
}
.hero .btn-get-started:hover {
  background: #f73f8a;
  color: #fff;
    border: 2px solid #f73f8a;
}
 
.main {
    position: relative;
    width: calc(min(90rem, 90%));
    margin: 0 auto;
    padding-bottom: 50px;
    column-gap: 3rem;
}
 
 

.swiperheaddiv h1 {
    font-size: 35px;
  /*  background-color: #f73e8a;
    background-image: linear-gradient(45deg, #00a3a7, #f73e8a);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;*/
    margin: 0;
}

.swiperheaddiv hr {
      display: block;
    background: #f73e8a;
    height: 0.25rem;
    width: 6.25rem;
    border: none;
    margin: 5px auto;
}

.swiperheaddiv p {
  line-height: 1.6;
} 
 .swiperheaddiv {
    text-align: center;    margin:50px 0 20px 0;
}

 
 .swiper {
  width: 100%; 
}

 .swiper .swiper-pagination-bullet,
 .swiper .swiper-pagination-bullet-active {
  background: #fff;
}

 .swiper .swiper-pagination {
  bottom: 1.25rem !important;
}

 .swiper .swiper-slide {
  width: 18.75rem;
  height: 28.125rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;    border-radius: 15px;
}

 .swiper .swiper-slide h2 {
   color: #fff;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 0;    margin-bottom: 65px;
    padding: 0px 10px;
    text-align:center;
}

 .swiper .swiper-slide p {
     color: #fff;
    padding: 0px 10px;
    display: -webkit-box;
    overflow: hidden;
    margin:0;
}


 .swiper .swiper-slide a {
    margin: 10px 10px 30px;
    display: inline-block;
    background: rgb(246, 62, 138);
    border: 0px solid rgb(52, 63, 77);
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-decoration: none !important;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 15px;
}

 .swiper .swiper-slide a:hover {
  color:  rgb(246, 62, 138);
    background: rgb(255, 255, 255);
}

 .swiper .swiper-slide div {
  display: none;
  opacity: 0;
  padding-bottom: 0.625rem;
}

 .swiper .swiper-slide-active div {
  display: block;
  opacity: 1;
}

 .swiper .swiper-slide--one {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("/images/Autism-arc-campus-service-residential-care.jpg")
      no-repeat 50% 50% / cover;
}

 .swiper .swiper-slide--two {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("/images/Autism-arc-campus-service-therapeutic-services.jpg")
      no-repeat 50% 50% / cover;
}

 .swiper .swiper-slide--three {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("/images/Autism-arc-campus-service-vocational-training.jpg")
      no-repeat 50% 50% / cover;
}

 .swiper .swiper-slide--four {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("/images/Autism-arc-campus-service-leisure-activities.jpg")
      no-repeat 50% 50% / cover;
}

 .swiper .swiper-slide--five {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("/images/Autism-arc-campus-service-research-and-innovation.jpg")
      no-repeat 50% 50% / cover;
}

.swiper .swiper-slide--six {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("/images/Autism-arc-campus-service-healthcare-services.jpg")
      no-repeat 50% 50% / cover;
}
.swiper .swiper-slide--seven  {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("/images/Autism-arc-campus-service-your-support.jpg")
      no-repeat 50% 50% / cover;
}
.swiper .swiper-slide--eight {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("/images/Autism-arc-campus-service-arc-capacity.jpg")
      no-repeat 50% 50% / cover;
}

   .swiper .swiper-3d .swiper-slide-shadow-left,
 .swiper .swiper-3d .swiper-slide-shadow-right {
  background-image: none;
  
}
.main  .swiper-3d {
    perspective: 600px;
}
.main .swiper-button-prev1  {
    left: -1px; top: calc(50% - 20px);
}
.main .swiper-button-next1{
   right: -1px; top: calc(50% - 20px);
}
.main .swiper-button-prev1, .main .swiper-button-next1{
    color: #fff;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background: #f73e8a;
}
   .swiper .swiper-slide-shadow-left,
 .swiper   .swiper-slide-shadow-right {
    background: #fff;
 }

@media screen and (min-width: 48rem) {
  .main {
    display: flex;
    /*align-items: center;*/
  }
   
}

@media screen and (min-width: 93.75rem) {
  .swiper {
    width: 85%;
  }
}


.faq-patch{
  min-height: 100px;
    border-radius: 15px;
    position: absolute;
    padding: 20px;
    top: calc(50% + 20px);
    background: #f73f8b;
    font-size: 24px;
    left: -70px;
    color: #fff;
}

.Our-Programs-img img{
    border-radius:15px; 
}
.svgicon{
    vertical-align: middle;
}
.svgicon svg{
    fill: #fff;
    width: 30px;
    height: 30px;
}   

.boxclass3{
        background-color: #ffff;
    padding: 30px;
    border: 1px solid  color-mix(in srgb, #444444, transparent 85%);
    transition: 0.3s;
    border-radius: 15px; 
}
.boxclass2{
      border: 1px solid #eee;
    background: linear-gradient(to right, rgb(0 163 167 / 65%) 33%, rgb(9, 163, 166) 100%);
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 385px;
}

.boxclass1{
        border: 1px solid #eee;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.boxclass1 .webtexttitle{
      min-height: 45px;
    line-height: 1.2;
}
.boxclass1:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
} 

.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
}

  .wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
  fill: #ffffff;
  opacity: 0.6;
}

  .wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
  fill:#ffffff;
  opacity: 0.4;
}

  .wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
  fill: #ffffff;
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}



.template-card{
    display: flex !important;
    border: 1px solid  color-mix(in srgb, #444444, transparent 85%);
    transition: 0.3s;
    border-radius: 15px;
    overflow: hidden;
}

.template-card .flex-shrink-0{
        flex-shrink: 0 !important;
}
.template-card picture{
    overflow: hidden;
    width: 400px;
    padding: 0;
}

.template-card .flex-shrink-0 img{
    min-height: 300px; 
    max-height: 400px;    object-fit: contain;
    margin-bottom: -7px;
}
.template-card .templatedetails {
    background-color: #ffff;
    padding: 5px 15px;
    max-height:400px;
    overflow-y: overlay;
}.template-card .templatedetails::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.template-card .templatedetails::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.template-card .templatedetails::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.template-card .templatedetails::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.innertopdiv{
        background: #0aa7aab8;
    color: #fff;
    padding-top: 30px;
    text-align: center; 
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
.back-to-top i {
    font-size: 28px;
    color: #fff;
  line-height: 1.3;
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background:#02a4a8;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}
@media (min-width: 800px) {
.loadeventes{ 
  text-align: center;
}

.loadeventes .col-lg-3{ 
  float: none;
  display: inline-block;
  text-align: left;   
  width: calc(25% - 5px) !important;
}
    
}
@media (max-width: 800px) {
 .heroContent50width {
    width: 100%;
} 
.videomaindiv,.videobg {
    max-height: 300px;
}
	.hero h2 { 
      margin-bottom: 0;
      font-size: 26px;
	  margin-top: 25px;
	}
	.hero p {
      font-size: 16px;
	}
    .template-card .flex-shrink-0 img {
        width: 100% !important;
        min-height: 100% !important;
    }
    .mobileimg{
        width: 100%;
    max-height: 175px;
    }
    .template-card {
   display: block !important;
}
}