/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5

 */

/* ===================================
    Table of Content
====================================== */


/*  - Fonts
    - General
    - Fonts
    - Social Icon Hover
    - Header And Navigation
    - Slider
    - About
    - Team
    - Portfolio
    - Price
    - Parallax
    - Testimonial
    - Client
    - Blog
    - Contact
    - Map
    - Footer
    - Loader
    - Media Queries   */


/* ===================================
    Google font
====================================== */

/*@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,500&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Oswald:300,500,700&display=swap');*/


/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    width: 12px;
    background: white;
    border-left: 0px solid white;
    border-right: 0px solid white;
}

::-webkit-scrollbar-thumb {
    background: #009999;
    width: 0;
    height: 25%;
}

/* ===================================
    General
====================================== */

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #2b2b2b;
    font-weight: 300;
    line-height: 25px;
    width: 100%;
    overflow-x: hidden
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}

a,
*::before,
*::after,
img,
span,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

section,
.section-padding {
    position: relative;
    overflow: hidden;
}

.section-top-margin {
    margin-top: 7.5rem;
}

a {
    color: inherit;
    text-decoration: none;
}

.rev_slider_wrapper {
    width: 100% !important;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

p:last-child {
    margin-bottom: 0 !important;
}

.fa,
.far,
.fas {
    display: inline;
}

a:active,
a:hover {
    color: #009999;
}

.specialHover:hover {
    color: #000 !important;
}

blockquote {
    border-left: 2px solid;
    padding: 10px 15px 10px 35px;
    margin: 25px 0;
    font-size: 18px;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 32px;
}

blockquote>cite {
    font-weight: 400;
    font-size: 14px;
    display: block;
}

.hidden {
    display: none;
}

/* transition none */
.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    -ms-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
}

/* overlay */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* opacity */
.opacity-full {
    opacity: 1;
}

.opacity-3 {
    opacity: .3;
}

.opacity-4 {
    opacity: .4;
}

.opacity-5 {
    opacity: .5;
}

.opacity-6 {
    opacity: .6;
}

.opacity-7 {
    opacity: .7;
}

.opacity-8 {
    opacity: .8;
}

.opacity-9 {
    opacity: .9;
}

/*font-weight*/
.font-weight-100 {
    font-weight: 100;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

/* button */
.btn {
    -webkit-appearance: initial;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    display: inline-block;
    font-size: 17px;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: capitalize;
    width: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

/* button size */
.btn.btn-small {
    font-size: 12px;
    padding: 4px 1.8em;
}

.btn.btn-medium {
    font-size: 12px;
    padding: 6px 1.8em;
}

.btn.btn-large {
    font-size: 14px;
    padding: 9px 34px;
    line-height: 1.8em;
}

.btn.btn-rounded {
    border-radius: 50px;
}


.yellow-and-white-slider-btn {
    font-size: 14px;
    font-family: Montserrat, sans-serif;
    letter-spacing: 3px;
    padding: 10px 25px;
    color: #ffffff;
    font-weight: 500;
    background-color: #009999;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-transition: .8s ease !important;
    -o-transition: .8s ease !important;
    transition: .8s ease !important;
}

.yellow-and-white-slider-btn:hover {
    color: #ffffff !important;
    background-color: #000000 !important;
}

.black-and-white-slider-btn {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 25px;
    color: #ffffff;
    font-weight: 600;
    background-color: #000000;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-transition: .8s ease !important;
    -o-transition: .8s ease !important;
    transition: .8s ease !important;
}

.black-and-white-slider-btn:hover {
    color: #000000 !important;
    ;
    background-color: #ffffff !important;
}

.white-and-black-slider-btn {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 25px;
    color: #000000;
    font-weight: 600;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-transition: .8s ease !important;
    -o-transition: .8s ease !important;
    transition: .8s ease !important;
}

.white-and-black-slider-btn:hover {
    color: #ffffff !important;
    ;
    background-color: #000000 !important;
}

/* background color */
.bg-black {
    background: #000000;
}

.bg-yellow {
    background-color: #009999;
}

/* text-color */
.main-color {
    color: #009999;
}

/*Max Width*/
.mx-570 {
    max-width: 570px;
    display: inline-block;
}

.parallax-disable {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

/* ===================================
   Social Icon Bg
====================================== */

.social-icon-bg a i.fa-facebook-f {
    background-color: #3B5998;
}

.social-icon-bg a i.fa-twitter {
    background-color: #a07bf7;
}

.social-icon-bg a i.fa-google-plus {
    background-color: #009999;
}

.social-icon-bg a i.fa-linkedin-in {
    background-color: #0976B4;
}

.social-icon-bg a i.fa-instagram {
    background-color: #c13584;
}

.social-icon-bg a i.fa-youtube {
    background-color: #009999;
}

.social-icon-bg a i.fa-pinterest-p {
    background-color: #B7242A;
}

.social-icon-bg a i.fa-instagram {
    background-color: #e8715c;
}

.social-icon-bg a i.fa-vimeo {
    background-color: #1ab7ea;
}

.social-icon-bg a i.fa-vk {
    background-color: #4c75a3;
}

.social-icon-bg a i.fa-youtube {
    background-color: #cd201f;
}

.social-icon-bg a i.fa-pinterest {
    background-color: #bd081c;
}

.social-icon-bg a i.fa-tumblr {
    background-color: #34465d;
}

.social-icon-bg a i.fa-behance {
    background-color: #131418;
}

.social-icon-bg a i.fa-dribbble {
    background-color: #ea4c89;
}

.social-icon-bg a i.fa-google-plus {
    background-color: #009999;
}

.social-icon-bg a i.fa-xing {
    background-color: #026466;
}

.social-icon-bg a i.fa-yelp {
    background-color: #af0606;
}

.social-icon-bg a i.fa-vine {
    background-color: #00b489;
}

/* ===================================
   Social Icon Bg Hover
====================================== */

.social-icon-bg-hvr a:hover i.fa-facebook-f {
    background-color: #3B5998;
}

.social-icon-bg-hvr a:hover i.fa-twitter {
    background-color: #a07bf7;
}

.social-icon-bg-hvr a:hover i.fa-google-plus {
    background-color: #009999;
}

.social-icon-bg-hvr a:hover i.fa-linkedin-in {
    background-color: #0976B4;
}

.social-icon-bg-hvr a:hover i.fa-instagram {
    background-color: #c13584;
}

.social-icon-bg-hvr a:hover i.fa-youtube {
    background-color: #009999;
}

.social-icon-bg-hvr a:hover i.fa-pinterest-p {
    background-color: #B7242A;
}

.social-icon-bg-hvr a:hover i.fa-instagram {
    background-color: #e8715c;
}

.social-icon-bg-hvr a:hover i.fa-vimeo {
    background-color: #1ab7ea;
}

.social-icon-bg-hvr a:hover i.fa-vk {
    background-color: #4c75a3;
}

.social-icon-bg-hvr a:hover i.fa-youtube {
    background-color: #cd201f;
}

.social-icon-bg-hvr a:hover i.fa-pinterest {
    background-color: #bd081c;
}

.social-icon-bg-hvr a:hover i.fa-tumblr {
    background-color: #34465d;
}

.social-icon-bg-hvr a:hover i.fa-behance {
    background-color: #131418;
}

.social-icon-bg-hvr a:hover i.fa-dribbble {
    background-color: #ea4c89;
}

.social-icon-bg-hvr a:hover i.fa-google-plus {
    background-color: #009999;
}

.social-icon-bg-hvr a:hover i.fa-xing {
    background-color: #026466;
}

.social-icon-bg-hvr a:hover i.fa-yelp {
    background-color: #af0606;
}

.social-icon-bg-hvr a:hover i.fa-vine {
    background-color: #00b489;
}

/* ===================================
   Social Icon Color
====================================== */

.social-icon-clr a i.fa-facebook-f {
    color: #3B5998;
}

.social-icon-clr a i.fa-twitter {
    color: #0976B4;
}

.social-icon-clr a i.fa-google-plus {
    color: #009999;
}

.social-icon-clr a i.fa-linkedin-in {
    color: #0976B4;
}

.social-icon-clr a i.fa-instagram {
    color: #c13584;
}

.social-icon-clr a i.fa-youtube {
    color: #009999;
}

.social-icon-clr a i.fa-pinterest-p {
    color: #B7242A;
}

.social-icon-clr a i.fa-instagram {
    color: #e8715c;
}

.social-icon-clr a i.fa-vimeo {
    color: #1ab7ea;
}

.social-icon-clr a i.fa-vk {
    color: #4c75a3;
}

.social-icon-clr a i.fa-youtube {
    color: #cd201f;
}

.social-icon-clr a i.fa-pinterest {
    color: #bd081c;
}

.social-icon-clr a i.fa-tumblr {
    color: #34465d;
}

.social-icon-clr a i.fa-behance {
    color: #131418;
}

.social-icon-clr a i.fa-dribbble {
    color: #ea4c89;
}

.social-icon-clr a i.fa-google-plus {
    color: #009999;
}

.social-icon-clr a i.fa-xing {
    color: #026466;
}

.social-icon-clr a i.fa-yelp {
    color: #af0606;
}

.social-icon-clr a i.fa-vine {
    color: #00b489;
}

/* ===================================
   Social Icon Hover
====================================== */

.social-icon-clr-hvr a i:hover.fa-facebook-f {
    color: #3B5998;
}

.social-icon-clr-hvr a i:hover.fa-twitter {
    color: #0976B4;
}

.social-icon-clr-hvr a i:hover.fa-google-plus {
    color: #009999;
}

.social-icon-clr-hvr a i:hover.fa-linkedin-in {
    color: #0976B4;
}

.social-icon-clr-hvr a i:hover.fa-instagram {
    color: #c13584;
}

.social-icon-clr-hvr a i:hover.fa-youtube {
    color: #009999;
}

.social-icon-clr-hvr a i:hover.fa-pinterest-p {
    color: #B7242A;
}

.social-icon-clr-hvr a i:hover.fa-instagram {
    color: #e8715c;
}

.social-icon-clr-hvr a i:hover.fa-vimeo {
    color: #1ab7ea;
}

.social-icon-clr-hvr a i:hover.fa-vk {
    color: #4c75a3;
}

.social-icon-clr-hvr a i:hover.fa-youtube {
    color: #cd201f;
}

.social-icon-clr-hvr a i:hover.fa-pinterest {
    color: #bd081c;
}

.social-icon-clr-hvr a i:hover.fa-tumblr {
    color: #34465d;
}

.social-icon-clr-hvr a i:hover.fa-behance {
    color: #131418;
}

.social-icon-clr-hvr a i:hover.fa-dribbble {
    color: #ea4c89;
}

.social-icon-clr-hvr a i:hover.fa-google-plus {
    color: #009999;
}

.social-icon-clr-hvr a i:hover.fa-xing {
    color: #026466;
}

.social-icon-clr-hvr a i:hover.fa-yelp {
    color: #af0606;
}

.social-icon-clr-hvr a i:hover.fa-vine {
    color: #00b489;
}

/* ===================================
        Header Info Nav
   ====================================== */

.upper-nav {
    background-color: #009999;
    padding-top: 10px;
    padding-bottom: 10px;
}

.upper-nav h4.top-text {
    font-size: 12px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: auto;
    margin-bottom: auto;
}

.upper-nav .top-detail {
    -webkit-margin-after: 0;
    margin-block-end: 0;
}

.upper-nav .top-detail li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

.upper-nav .top-detail li a {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    font-size: 14px;
}

.upper-nav .top-detail li.c-links span i {
    font-size: 20px;
    margin-right: 5px;
    color: #ffffff;
    position: relative;
    top: 2px;
}

.upper-nav .top-detail li.social-links {
    margin-left: 15px;
    margin-right: 0;
}

.upper-nav .top-detail li.social-links span i {
    font-size: 14px;
    margin-right: 0;
    color: #ffffff;
    padding: 4px;
    position: relative;
    top: 0;
    border: solid 1px transparent;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.upper-nav .top-detail li.social-links span i:hover {
    border-radius: 50%;
    border: solid 1px #FFFFFF;
}

/* ===================================
        Header
   ====================================== */

/* nav top default */

header a.logo {
    display: inline-block;
    padding-top: .4rem;
}

header a.logo img {
    max-width: 170px;
    vertical-align: sub;
}

header {
    /* position: absolute; */
    top: 0;
    z-index: 99;
    overflow: hidden;
    /*height: 90px;*/
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: transparent;
    border-bottom: solid 1px rgba(255, 255, 255, 0.30);
}

.header-appear {
    /*height: 70px;*/
    position: fixed;
    z-index: 99;
    background: #ffffff;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.header-appear {
    background: #009999;
    border-bottom: none;

}

header .navbar-simple {
    padding: .8rem 1rem;
}

.header-appear .upper-nav {
    display: none;
}

/*.navbar-top-default #megaone{*/
/*    margin-right: -30px;*/
/*}*/

/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    padding: 0.4rem 1.5rem;
}

.navbar-simple .navbar-nav .nav-link:last-child {
    padding-right: 0;
}

.nav-box-round .navbar-nav .nav-link {
    border-radius: 20px;
}

/*nav line*/

.nav-line .navbar-nav .nav-link.active:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}

.nav-line .navbar-nav .nav-link:before {
    position: relative;
    content: '';
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: table;
    height: 3px;
    border-radius: 2px;
    bottom: -28px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
}

/* ===================================
    Side Menu
====================================== */


.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    background: #009999;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
    overflow: hidden;
}

.side-menu.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 25px;
    right: 50px;
    cursor: pointer;
}

.side-menu.before-side .btn-close {
    display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    /*margin-right: 1rem;*/
    margin-top: .4rem;
    position: absolute;
    /*right: 15px;*/
    right: 0;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #ffffff;
    display: block;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}

.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 10px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0;
}

.side-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}

.side-menu p {
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple {
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li {
    display: inline-block;
}

.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.social-icons-simple li a:hover {
    background-color: #FFFFFF;
}

.social-icons-simple li.animated-wrap a:hover {
    background-color: transparent;
    color: #ffffff;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* ===================================
      Custom css
  ==================================== */
.heading-details {
    margin-bottom: 80px;
}

.heading-details .heading {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    display: inline-block;
    /*-webkit-text-stroke: 1px rgb(0, 0, 0);*/
    /*-webkit-text-fill-color: transparent;*/
}

.heading-details .heading i {
    color: #009999;
    font-size: 40px;
}

.padding-bottom {
    padding-bottom: 120px;
}

.padding-top {
    padding-top: 120px;
}

.heading-details .top-des {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
}

/* ===================================
        Slider
   ====================================== */
.rev-slider .slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.15);
}

/* ===================================
      counter cards css
  ==================================== */
.speaker-counter {}

.speaker-counter .counter-div {
    background-color: #fff;
    padding: 60px 50px;
    position: absolute;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    border-top: solid 10px #009999;
    z-index: 11;
    cursor: pointer;
}

.speaker-counter .counter-div .counter-cards .counter-card {
    background-color: rgba(247, 247, 247, 1);
    border: solid 1px transparent;
    /*border-radius: 15px;*/
    padding: 15px;
    padding-top: 0;
    display: block;
}

.speaker-counter .counter-div .counter-cards .counter-card a {
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: solid 1px #009999;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    position: absolute;
    left: 50%;
    transition: .8s ease;
    transform: translate(-50%, -50%);
}

.speaker-counter .counter-div .counter-cards .counter-card:hover a {
    background-color: #009999;
}

.speaker-counter .counter-div .counter-cards .counter-card:hover a i {
    color: #FFFFFF;
}

.speaker-counter .counter-div .counter-cards .counter-card a i {
    font-size: 40px;
    display: block;
    color: #009999;
    /*transition: .8s ease;*/
}

.speaker-counter .counter-div .counter-cards .counter-card .counter-num {
    margin-top: 50px;
    font-size: 32px;
}

.speaker-counter .counter-div .counter-cards .counter-card .counter-text {
    font-size: 16px;
}

/* ===================================
                About Us
  ==================================== */

.about-sec {
    padding-top: 120px;
    padding-bottom: 120px;
}

.heading-area .title {
    font-size: 40px;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}

.heading-area .sub-title {
    margin-bottom: 15px;
    font-weight: 400;
    color: #009999;
}

.about-list {
    padding: 0;
    padding-top: 10px;
    margin: 0;
    list-style: none;
}


.about-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.about-list li .a-icon {
    font-size: 25px;
    margin-right: 15px;
    color: #009999;
}

.about-sec .quote {
    font-weight: 400;
}

.about-sec .about-img-area .about-img {
    padding-right: 30px;
    padding-bottom: 30px;
    background-size: cover;
    /*background-color: #009999;*/
}

.about-sec .about-img-area .about-img img {
    width: 100%;
    /*margin-top: 30px;*/
    margin-top: 60px;
    margin-bottom: 30px;
    margin-left: -80px;
    position: relative;
    z-index: 1;
    box-shadow: 11px 11px 25px #594242;
}

.overlay-white {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.48);
}

.overlay-dark {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.58);
}

/* ===================================
        services section
====================================== */
.services-sec {}

.services-sec .services-box {
    padding: 15px;
}

.services-sec .services-box i {
    font-size: 60px;
    height: 100px;
    transition: .5s ease;
    width: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    background-color: #009999;
    margin-bottom: 20px;
}

.services-sec .services-box:hover i {
    transform: translateY(-10px);
    /*border: solid 20px #009999;*/
    -webkit-animation: itg_pulse_blue 1s infinite;
    -o-animation: itg_pulse_blue 1s infinite;
    animation: itg_pulse_blue 1s infinite;
    -webkit-box-shadow: 0 0 0 0 rgb(41, 155, 126);
}


.services-sec .services-box .services-heading {
    /*text-transform: uppercase;*/
    font-family: 'Poppins', sans-serif;
    margin-bottom: 12px;
    font-size: 23px;
    transition: .5s ease;
}

.services-sec .services-box:hover .services-heading {
    color: #009999;
}

.services-sec .services-box .services-des {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
}

/* ===================================
            quote sec css
====================================== */
.quote-sec {
    background-color: #009999;
    overflow: visible;
}


.quote-sec .quote-detail-area {
    background-color: #009999;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}

.quote-sec .quote-detail-area .quote-icon {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    color: #FFFFFF;
    font-size: 50px;
}

.quote-sec .quote-writer {
    color: #FFFFFF;
    font-size: 20px;
}

.quote-sec .quote-text {
    color: #FFFFFF;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

.quote-sec .quote-video-content .quote-inner-content {
    position: relative;
    z-index: 1;
}

.quote-sec .quote-video-content .quote-inner-content i.la-play {
    color: #FFFFFF;
    font-size: 30px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background-color: #009999;
    -webkit-animation: itg_pulse_blue 1s infinite;
    -o-animation: itg_pulse_blue 1s infinite;
    animation: itg_pulse_blue 1s infinite;
    -webkit-box-shadow: 0 0 0 0 rgb(41, 155, 126);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    cursor: pointer;
}

.quote-sec .quote-video-content {
    min-height: 500px;
}

.quote-sec .quote-video-content .quote-inner-content span {
    display: block;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 18px;
}

/* ===================================
            Event sec css
====================================== */

.event-sec {
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='30' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23d0c7c8' stroke-width='10' stroke-opacity='0.08'%3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");
}

.event-sec .heading-area {
    margin-bottom: 50px;
}

.event-sec .events-cards {
    padding-left: 0;
}

.event-sec .events-cards .card-li {
    list-style: none;
    margin-bottom: 10px;
}

.event-sec .events-cards .card-li .card-header {
    padding: 0 !important;
    background-color: #fff;

}

.event-sec .events-cards .event-card .event-date-area {
    /*border-right: solid 1px #000000;*/
    padding: 20px;
    background-color: #EEEEEE;
}

.event-sec .events-cards .event-card .event-date-area .event-date {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 35px;
    color: #009999;
}

.event-sec .events-cards .event-card .event-date-area .event-month {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.event-sec .events-cards .event-card .event-des {
    padding: 20px;
}

.event-sec .events-cards .event-card .event-des .event-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 3px;
}

.event-sec .events-cards .event-card .event-des .event-location {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
}

.event-sec .events-cards .event-card .event-des .event-location i {
    margin-right: 5px;
    color: #009999;
}

.event-sec .events-cards .event-card .event-des .event-detail {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    opacity: .8;
}

.event-sec .card {
    background-color: transparent;
    border: none !important;
}

.event-sec .c-btn {
    /*font-size: 20px;*/
    color: #000000;
    background-color: #FFFFFF;
    border: none;
    padding: 0;

}

.event-sec .e-counter-row {
    overflow: hidden;
    margin-top: 10px;
}

.event-sec .event-counter {
    background-color: #009999;
    padding: 20px 10px;
}

.event-sec .event-counter .count-card {
    display: inline-block;
    min-width: 130px;
    padding: 20px 10px;
    border: solid 1px #FFFFFF;
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 15px;
}

.event-sec .event-counter .count-card span {
    color: #FFFFFF;
    display: block;
    font-size: 16px;
}

.event-sec .event-counter a.readbtn {
    display: inline-block;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    margin-left: 12px;
}

.event-sec .event-counter a.readbtn i {
    display: block;
}

/* ===================================
           event spaces sec css
====================================== */
.event-sec .img-space {
    position: relative;
}

.event-sec .img-space img {
    width: 100%;
}

.event-sec .img-space .overlay-spaces {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.57);
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    transition: .8s ease;
    cursor: pointer;
}

.event-sec .img-space i {
    color: #FFFFFF;
    font-size: 60px;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 1s ease;
    cursor: pointer;
}

.event-sec .img-space:hover .overlay-spaces {
    bottom: 0;
}

.event-sec .img-space:hover i {
    opacity: 1;
}

/* ===================================
        portfolio  sec css
====================================== */
.portfolio-sec .portfolio-heading {
    background-color: #009999;
}

.portfolio-sec .portfolio-heading .heading-details {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.portfolio-sec .portfolio-heading .heading-details .heading {
    color: #FFFFFF;
    -webkit-text-stroke: 1px rgb(255, 255, 255);
}

.portfolio-sec .portfolio-items .item .portfolio-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    transition: .8s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}

.portfolio-sec .portfolio-items .item:hover .portfolio-overlay {
    bottom: 0;
}

.portfolio-sec .portfolio-items .item .portfolio-overlay span {
    color: #FFFFFF;
    display: block;
    font-size: 18px;
}

.portfolio-sec .portfolio-items .item .portfolio-overlay .overlay-inner-content {
    opacity: 0;
}

.portfolio-sec .portfolio-items .item .portfolio-overlay i {
    color: #FFFFFF;
    font-size: 40px;
    margin-bottom: 10px;
    display: block;
    transition: .8s ease;
}

.portfolio-sec .portfolio-items .item:hover .portfolio-overlay .overlay-inner-content {
    opacity: 1;
}

/* ===================================
       News/blog section css
====================================== */
.blog-sec {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='30' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23d0c7c8' stroke-width='10' stroke-opacity='0.08'%3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");
}

.blog-sec .latest-blogs {
    position: relative;
    padding: 80px 0;
}

.blog-sec .latest-blogs .inner-blog-content {}

.half-blue-overlay {
    position: absolute;
    left: 0;
    right: 55%;
    bottom: 0;
    top: 0;
    background-color: #009999;
    z-index: -1;
}

.blog-sec .latest-blogs .inner-blog-content .blog-cards {}

.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-img {
    overflow: hidden;
    position: relative;
}

.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card:hover .news-img img {
    transform: scale(1.1);
}

.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card:hover .news-carousal .owl-item.active img {
    transform: scale(1.1);
}

.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-carousal .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
}

.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-carousal .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin-right: 3px;
    border: solid 2px #fff;
}

.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-carousal .owl-dots .owl-dot.active {
    background-color: transparent;
}

.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-img img {
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-img .news-video-btn {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: solid 1px #009999;
    color: #FFFFFF;
    background-color: #009999;
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    -webkit-animation: itg_pulse_blue 1s infinite;
    -o-animation: itg_pulse_blue 1s infinite;
    animation: itg_pulse_blue 1s infinite;
    -webkit-box-shadow: 0 0 0 0 rgb(41, 155, 126);
}

.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content {
    background-color: #EEEEEE;
    padding: 20px;
}

.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content .news-heading {
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 500;
}

.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content .news-text {
    font-size: 15px;
    margin-top: 10px;
    font-family: Montserrat, sans-serif;
}

.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content .news-btn i {
    margin-left: 5px;
}

.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content .news-btn {
    padding: 0;
    color: #000;
    font-size: 12px;
    border-radius: 0;
}

.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content .news-date {
    display: block;
    font-size: 12px;
    color: #000;
    font-weight: 300;
}

/* ===================================
    courses sec css
====================================== */
.courses-sec {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='30' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23d0c7c8' stroke-width='10' stroke-opacity='0.08'%3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");
}

.courses-sec .half-blue-overlay {
    right: 0;
    left: 55%;
}

.courses-sec .latest-courses {
    position: relative;
    padding: 80px 0;
}

.courses-sec .latest-courses .inner-courses-content .course-cards {
    width: 77%;
}

.courses-sec .latest-courses .inner-courses-content .course-cards .course-card .course-img {
    overflow: hidden;
    position: relative;
}

.courses-sec .latest-courses .inner-courses-content .course-cards .course-card:hover .course-img img {
    transform: scale(1.1);
}

.courses-sec .latest-courses .inner-courses-content .course-cards .course-card .course-img img {
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.courses-sec .latest-courses .inner-courses-content .course-cards .course-card .course-content {
    background-color: #EEEEEE;
    padding: 20px;
}

.courses-sec .latest-courses .inner-courses-content .course-cards .course-card .course-content .course-heading {
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 500;
}

.courses-sec .latest-courses .inner-courses-content .course-cards .course-card .course-content .course-btn {
    padding: 0;
    color: #000;
    font-size: 12px;
    border-radius: 0;
}

.courses-sec .latest-courses .inner-courses-content .course-cards .course-card .course-content .course-btn i {
    margin-left: 5px;
}

.courses-sec .latest-courses .inner-courses-content .course-cards .course-card .course-content .course-date {
    display: block;
    font-size: 12px;
    color: #000;
    font-weight: 300;
}

/* ===================================
      testimonial section css
====================================== */
.testimonial-sec {

    position: relative;
}

.testimonial-sec .heading-details .heading {
    -webkit-text-stroke: 1px #FFFFFF;
    -webkit-text-fill-color: #fff;
}

.testimonial-sec .testimonial-review .review-detail .text-des {
    color: #FFFFFF;
    font-size: 16px;
}

.testimonial-sec .testimonial-review .review-detail ul.test-review {
    padding-left: 0;
}

.testimonial-sec .testimonial-review .review-detail ul.test-review li {
    list-style: none;
    display: inline-block;
}

.testimonial-sec .testimonial-review .review-detail ul.test-review li i {
    font-size: 20px;
    color: #FFF;
}

.testimonial-sec .testimonial-review {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.testimonial-sec .testimonial-review .client-info .client-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.testimonial-sec .testimonial-review .client-info .client-designation {
    color: #FFFFFF;
}

.testimonial-sec .container {
    position: relative;
}

.testimonial-sec .test-btn {
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    color: #fff !important;
    font-size: 32px;
}

.testimonial-sec .test-btn#customNextBtn {
    right: -30px;
}

.testimonial-sec .test-btn#customPrevBtn {
    left: -30px;
}

/* ===================================
      brand  css
====================================== */
.brand-sec {
    padding-top: 100px;
}

.brand-sec .sponser-tags {
    padding-bottom: 100px;
    border-bottom: dashed 2px #e1e1e1;
}

.brand-sec .brand-img img {
    cursor: pointer;
    width: 60%;
}

/* ===================================
        Our Cast sec css
====================================== */

/* ===================================
      brand  css
====================================== */
.brand-sec {
    padding-top: 120px;
}

.brand-sec .sponser-tags {
    padding-bottom: 120px;
    border-bottom: dashed 2px #e1e1e1;
}

.brand-sec .brand-img img {
    cursor: pointer;
    width: 60%;
}


/* ===================================
         contact us css
====================================== */

.contact-sec .contact-details {
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-sec .contact-form-box {
    box-shadow: 1px 1px 15px #f1f1f0cf;
    border-radius: 10px;
    padding: 30px;
}

.contact-sec .contact-details .contact-heading {
    color: #000000;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}

.contact-sec .contact-details .contact-address {
    font-size: 16px;
    color: #000000;
    opacity: .8;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}

.contact-sec .contact-details .contact-list {
    padding-left: 0;
}

.contact-sec .contact-details .contact-list li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    list-style: none;
    color: #000000;
    font-size: 16px;
    opacity: .8;
}

.contact-sec .contact-details .contact-list li:nth-child(even) {
    margin-bottom: 20px;
}

.contact-sec .contact-details .contact-list li:last-child {
    margin-bottom: 50px;
}

.contact-sec .contact-details .contact-s-media {
    padding-left: 0;
    margin-bottom: 0;
    right: auto;
    left: -10px;
}

.contact-sec .contact-details .contact-s-media li {
    list-style: none;
    margin-right: 10px;
    display: inline-block;
}

.contact-sec .contact-details .contact-s-media li:last-child {
    margin-right: 0;
}

.contact-sec .contact-details .contact-s-media li a {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding-top: 2px;
    transition: .8s ease;
}

.contact-sec .contact-details .contact-s-media li:hover a {
    border-radius: 50%;
    color: #FFFFFF;
    background-color: #009999;
}

.contact-sec .contact-details .contact-s-media li a i {
    font-size: 18px;
    color: #000000;
}

.contact-sec .contact-details .contact-s-media li:hover a i {
    color: #FFFFFF;
}

.contact-sec .contact-details .page-footer {
    left: calc(50% - 125px);
}

.contact-sec {
    padding-bottom: 120px;
}

.contact-form {
    max-width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.contact-form .form-control {
    border: none;
    border-bottom: 1px solid #e2e2e2;
    padding: 12px 0;
    background: #fff;
    letter-spacing: .7px;
    font-weight: 300;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 44px;
    color: #a5a5a5;
    font-size: 14px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

.contact-form textarea {
    min-height: 175px;
    resize: none;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

/* ===================================
        map sec
====================================== */
.google-map {
    min-height: 400px;
    border-top: solid 15px #f9f9f9;
}

/* ===================================
   Partner
====================================== */


.partners-slider {
    margin: 4rem 0;
}

.partners-slider .logo-item {
    text-align: center;
}

.partners-slider .logo-item img {
    max-width: 170px;
    opacity: .5;
    display: inline-block;
}

/* ===================================
   Footer
====================================== */

.footer-style-1 {
    padding: 5rem 0;
}

.footer-social ul {
    margin: 0;
    padding: 0;
}

.footer-social li {
    display: inline-block;
}

.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social li:nth-last-child(1) a {
    margin-right: 0;
}

.footer-social li a:hover {
    background-color: #009999;
    color: #ffffff;
}

.company-about {
    font-size: 14px;
}


/* ===================================
   Scroll Top
====================================== */

.scroll-top-arrow,
.scroll-top-arrow:focus {
    font-size: 23px;
    line-height: 47px;
    color: #fff;
    background-color: #009999;
    display: none;
    height: 45px;
    width: 45px;
    cursor: pointer;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 80;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.scroll-top-arrow:hover {
    background-color: #009999;
}



/* ===================================
    Background images
====================================== */

[class*=bg-img] {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}


/* ===================================
        Preloader
   ====================================== */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #ffffff;
    z-index: 999;
}

.centrize {
    display: table;
    table-layout: fixed;
    height: 100%;
    position: relative;
}

.full-width {
    max-width: 100%;
    width: 100%;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
}

.preloader .spinner {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.preloader .spinner .double-bounce1,
.preloader .spinner .double-bounce2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #009999;
    opacity: 1;
    -webkit-animation: loader-bounce 2s infinite ease-in-out;
    animation: loader-bounce 2s infinite ease-in-out;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.preloader .spinner .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    opacity: 0.1;
}

@-webkit-keyframes loader-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }

}

@keyframes loader-bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

}

/* ===================================
   Other Page
====================================== */
/* ===================================
     courses page css
====================================== */
.blog-content .main_content {
    display: inline-block;
}

.blog-content .main_content .course_block {
    width: 48%;
    float: left;
    padding: 20px;
    border: solid 1px #eee;
    margin-top: 50px;
}

.blog-content .main_content .course_block:nth-child(2) {
    margin-top: 0;
}

.blog-content .main_content .course_block:nth-child(odd) {
    margin-right: 2%;
}

.blog-content .main_content .course_block:last-child {
    border-bottom: solid 1px #eee;
}

.blog-content .nav-style2 {
    display: block;
    margin-top: 80px;
    text-align: center;
}

.blog-content .nav-style2 nav {
    display: inline-block;
    margin-bottom: 0;
}

.blog-content .nav-style2 nav ul {
    margin-bottom: 0;
}

.blog-content nav ul li a {
    border-radius: 0;
    border: solid 1px #eee;
    font-size: 16px;
    margin-right: 0;
}

.blog-content nav ul li a.active {
    border-radius: 0;
}

.blog-content li:first-child a,
.blog-content li:last-child a {
    border: solid 1px #eee;
}

/* ===================================
     courses detail page css
====================================== */
.course-detail {
    font-family: 'Poppins', sans-serif;
}

.course-detail .course-mini-detail {
    background-color: #009999;
}

.course-detail .course-mini-detail .mini-course-des {
    padding: 30px 15px;
}

.course-detail .course-mini-detail .course-detail-img img {
    width: 100%;
}

.course-detail .course-mini-detail .mini-course-des .course-heading {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}

.course-detail .course-mini-detail .mini-course-des ul {
    padding-left: 0;
    text-align: center;
    border-bottom: solid 1px #fff;
    padding-bottom: 20px;
    padding-top: 10px;
}

.course-detail .course-mini-detail .mini-course-des ul li {
    list-style: none;
    display: inline-block;
}

.course-detail .course-mini-detail .mini-course-des ul li:last-child {
    display: block;
}

.course-detail .course-mini-detail .mini-course-des ul li i {
    color: #FFFFFF;
    font-size: 14px;
}

.course-detail .course-mini-detail .mini-course-des .sub-heading {
    color: #FFF;
    font-weight: 500;
    Font-size: 18px;
    padding-left: 3px;
}

.course-detail .course-mini-detail .mini-course-des .instructor {
    margin-bottom: 10px;
}

.course-detail .course-mini-detail .mini-course-des .instructor .ins-img {
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-right: 10px;
}

.course-detail .course-mini-detail .mini-course-des .instructor .ins-name {
    font-size: 14px;
    color: #fff;
    display: inline-block;
}

.course-detail .course-mini-detail .mini-course-des .white-btn {
    padding: 5px 25px;
    color: #2b2b2b;
    background-color: #FFFFFF;
    border: solid 1px #fff;
    border-radius: 0;
    font-size: 14px;
    transition: .5s ease;
    margin-top: 30px;
}

.course-detail .course-mini-detail .mini-course-des .white-btn:hover {
    color: #fff;
    background-color: transparent;
}

.course-detail .course-detail-box {
    font-family: 'Poppins', sans-serif;
}

.course-detail .course-detail-box .sub-heading {
    color: #009999;
    font-weight: 500;
}

.course-detail .course-detail-box .main-heading-detail {
    color: #2b2b2b;
    margin-top: 10px;
}

.blue-color {
    color: #009999;
}

.course-detail .course-detail-box .text {
    color: #000000;
    opacity: .8;
    margin-top: 30px;
}

.course-detail .course-accordion {
    margin-top: 40px;
}

.course-detail .course-accordion .card-header {
    background-color: transparent;
    padding-left: 0;
    border-bottom: none;
}

.course-detail .course-accordion .card-header h2 {
    font-size: 18px;
    color: #000;
    /*text-align: left;*/
    opacity: .8;
    transition: .5s ease;
}

.course-detail .course-accordion .btn-link {
    text-decoration: none;
}

.course-detail .course-accordion .btn-link:hover {
    text-decoration: none;
}

.course-detail .course-accordion .btn-link:hover h2 {
    color: #009999;
}

.course-detail .course-accordion .card-body {
    border-top: solid 1px #eee;
}

/***********************************/
/********standalone page css********/
/***********************************/
.slider-sec {
    min-height: 500px;
    position: relative;
}

.slider-sec .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(20, 32, 34, 0.60);
}

.slider-sec .overlay h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 38px;
    color: #FFFFFF;
    margin-top: 40%;
    margin-bottom: 10px;
}

.crumbs {
    position: relative;
}

.crumbs .breadcrumb-items {
    display: inline-block;
}

.crumbs .breadcrumb {
    margin-bottom: 0;
    border-radius: 0;
    padding: 15px 50px;
    background-color: transparent;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF;
}

.crumbs .breadcrumb li a {
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
}

.crumbs .breadcrumb li a:hover {
    color: #009999;
}

/*crumbs end*/

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}

.standalone-row .stand-img-des {
    padding-left: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des {
    padding-left: 0;
    padding-right: 30px;
}

.standalone-detail .sub-heading {
    color: #009999;
    margin-bottom: 20px;
}

.standalone-area .sub-heading {
    color: #009999;
    margin-bottom: 8px;
}

.standalone-detail .heading {
    margin-bottom: 20px;
    font-size: 40px;
    color: #000000;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
}

.standalone-detail .para_text {
    color: #000000;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    opacity: .8;
    line-height: 2.1;
}

.standalone-area {
    padding-bottom: 120px;
}

.standalone-detail {
    /*padding-top: 120px;*/
    padding-bottom: 100px;
}

.standalone-area .gradient-text1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
}

.standalone-area .stand-img-des .para_text {
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-weight: 300;
    opacity: .8;
}

.text-des {
    color: #FFFFFF;
    font-size: 14px !important;
}

#owl-carousel .item img {
    width: 100%;
    height: auto;
}

.owl-dots {
    display: none;
}


/* ===================================
    Media Queries
   ====================================== */
@media screen and (max-width: 1199.98px) {
    .navbar-simple .navbar-nav .nav-link {
        padding: 0.4rem .8rem;
    }

    .event-sec .event-counter .count-card {
        min-width: 120px;
        margin-left: 2px;
    }

    .testimonial-sec .test-btn#customPrevBtn {
        left: 0;
    }

    .testimonial-sec .test-btn#customNextBtn {
        right: 0;
    }
}

@media screen and (max-width:991px) {
    .upper-nav {
        display: none;
    }

    .speaker-counter .counter-div {
        padding: 120px 50px;
        padding-bottom: 0;
        position: relative;
        left: 0;
        right: 0;
        transform: translateY(0%);
        border-top: solid 10px #00999900;
    }

    .speaker-counter .counter-div .counter-cards {
        margin-bottom: 80px;
    }

    .speaker-counter .counter-div .counter-cards:last-child {
        margin-bottom: 0;
    }

    .about-sec {
        padding-bottom: 90px;
        padding-top: 90px;
    }

    .about-sec .about-img-area {
        margin-top: 50px;
    }

    .about-sec .about-img-area .about-img img {
        margin-left: 15px;
        margin-right: 15px;
    }

    .heading-details .heading {
        font-size: 35px;
    }

    .services-sec .services-box {
        margin-bottom: 30px;
    }

    .quote-sec .quote-text {
        font-size: 40px;
    }

    .quote-sec .quote-writer {
        font-size: 18px;
    }

    .heading-area .title {
        font-size: 32px;
        margin-bottom: 50px;
    }

    .event-sec .event-counter {
        padding: 20px 20px;
    }

    .event-sec .event-counter .count-card {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .event-sec .event-counter a.readbtn {
        display: inline-block;
        margin-left: 15px;
        margin-top: 0;
    }

    .event-sec .img-space {
        margin-top: 30px;
    }

    .half-blue-overlay {
        right: 50%;
    }

    .blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content .news-heading {
        font-size: 22px;
    }

    .blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content .news-date {
        font-size: 14px;
    }

    .blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content .news-btn {
        margin-top: 5px;
        font-size: 16px;
    }

    .blog-sec .latest-blogs .inner-blog-content .blog-cards {
        width: 75%;
        margin: auto;
    }

    .testimonial-sec .testimonial-review {
        width: 90%;
    }

    .testimonial-sec .test-btn {
        display: none;
    }

    .courses-sec .latest-courses .inner-courses-content .course-cards {
        width: 75%;
        margin: auto;
    }

    .contact-sec .contact-form-box {
        box-shadow: none;
    }

    .contact-sec .contact-details {
        padding-bottom: 0;
    }

    .footer-social ul {
        margin-bottom: 20px;
    }

    .footer-social a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    /***********************************/
    /********Courses page css********/
    /***********************************/
    .blog-content .main_content .course_block {
        width: 100%;
    }

    .blog-content .main_content .course_block:nth-child(2) {
        margin-top: 30px;
    }

    .blog-content .main_content .course_block:nth-child(odd) {
        margin-right: 0;
    }

    /***********************************/
    /********standalone page css********/
    /***********************************/
    .standalone-row:not(:last-child) {
        margin-bottom: 8rem;
    }

    .standalone-area .sub-heading {
        margin-top: 20px;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }

    .standalone-row .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }

}


@media screen and (max-width:767px) {
    .side-menu {
        width: 100%;
    }

    .upper-nav {
        display: none;
    }

    .speaker-counter .counter-div {
        padding: 120px 50px;
        padding-bottom: 0;
        position: relative;
        left: 0;
        right: 0;
        transform: translateY(0%);
        border-top: solid 10px #00999900;
    }

    .speaker-counter .counter-div .counter-cards {
        margin-bottom: 80px;
    }

    .speaker-counter .counter-div .counter-cards:last-child {
        margin-bottom: 0;
    }

    .about-sec {
        padding-bottom: 90px;
        padding-top: 90px;
    }

    .about-sec .about-img-area {
        margin-top: 50px;
    }

    .about-sec .about-img-area .about-img img {
        margin-left: 15px;
        margin-right: 15px;
    }

    .heading-details .heading {
        font-size: 33px;
    }

    .heading-details .heading i {
        font-size: 28px;
    }

    .services-sec .services-box {
        margin-bottom: 30px;
    }

    .quote-sec .quote-text {
        font-size: 36px;
    }

    .quote-sec .quote-writer {
        font-size: 16px;
    }

    .heading-area .title {
        font-size: 32px;
        margin-bottom: 50px;
    }

    .event-sec .event-counter {
        padding: 20px 20px;
    }

    .event-sec .event-counter .count-card {
        margin-bottom: 10px;
    }

    .event-sec .event-counter a.readbtn {
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }

    .event-sec .img-space {
        margin-top: 30px;
    }

    .half-blue-overlay {
        right: 50%;
    }

    .blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card {
        /*margin-bottom: 50px;*/
    }

    .blog-sec .latest-blogs .inner-blog-content .blog-cards {
        width: 95%;
        margin: auto;
    }

    .testimonial-sec .test-btn {
        display: none;
    }

    .testimonial-sec .testimonial-review {
        width: 90%;
    }

    .courses-sec .latest-courses .inner-courses-content .course-cards {
        width: 90%;
        margin: auto;
    }

    .contact-sec .contact-details .contact-heading {
        font-size: 32px;
    }

    .footer-social ul {
        margin-bottom: 20px;
    }

    .footer-social a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    /***********************************/
    /********Courses detail page css********/
    /***********************************/
    .course-detail .course-detail-box {
        margin-top: 50px;
    }

    /***********************************/
    /********Courses page css********/
    /***********************************/
    .blog-content .main_content .course_block {
        width: 100%;
    }

    .blog-content .main_content .course_block:nth-child(2) {
        margin-top: 30px;
    }

    .blog-content .main_content .course_block:nth-child(odd) {
        margin-right: 0;
    }

    /***********************************/
    /********standalone page css********/
    /***********************************/
    .standalone-row:not(:last-child) {
        margin-bottom: 8rem;
    }

    .standalone-area .sub-heading {
        margin-top: 20px;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }

    .standalone-row .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }

    .standalone-area {
        /*padding-bottom: 0;*/
    }

    .project-sec .project-area .project-detail {
        left: 0;
    }

}

/*======================
       keyframes
=======================*/
@-webkit-keyframes itg_pulse_blue {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(221, 75, 57, 0.9);
        box-shadow: 0 0 0 5px rgba(221, 75, 57, 0.9);
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(221, 75, 57, 0.6);
        box-shadow: 0 0 0 10px rgba(221, 75, 57, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(221, 75, 57, 0.3);
        box-shadow: 0 0 0 15px rgba(221, 75, 57, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(221, 75, 57, 0.1);
        box-shadow: 0 0 0 20px rgba(221, 75, 57, 0.1);
    }
}

@-o-keyframes itg_pulse_blue {
    0% {
        box-shadow: 0 0 0 5px rgba(0, 188, 212, 0.9);
    }

    25% {
        box-shadow: 0 0 0 10px rgba(0, 188, 212, 0.6);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(0, 188, 212, 0.3);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
    }
}

@keyframes itg_pulse_blue {
    0% {
        -webkit-box-shadow: 0 0 0 5px #009999;
        box-shadow: 0 0 0 5px #009999;
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(100, 121, 191, 0.6);
        box-shadow: 0 0 0 10px rgba(100, 121, 191, 0.6);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(100, 121, 191, 0.3);
        box-shadow: 0 0 0 15px rgba(100, 121, 191, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(100, 121, 191, 0.1);
        box-shadow: 0 0 0 20px rgba(100, 121, 191, 0.1);
    }
}


.ref-card-title {
    color: #009999 !important;
    font-weight: bold !important;
    margin-top: 20px !important;
}

.b-r-25px {
    border-radius: 25px !important;
}

.border-white-2px{
    border: 2px solid white;
}