/******************************************
Comman
******************************************/

body {
    background-color: #000000;
    line-height: 1.5;
    font-size: 16px;
    color: #C1C1C1;
}

body,
p,
li,
a {
    font-family: 'Lato', sans-serif;

}

.course-details h4 a,
.readmore,
.testimonial strong,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.5;
    font-family: 'Lato', sans-serif;
}

.row {
    margin-top: 20px;
}

.cop-logo img,
a {
    color: #E3E0E0;
    text-decoration: none !important;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-decoration: none;
}

.logo:hover {
    background-size: 80px 80px;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 0px 10px #fee78a);


}


.check li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 16px;
    left: 0;
    padding-right: 10px;
    position: relative;
    top: 2px;
}

.check li {
    list-style: none;
    margin-bottom: 8px;
}

.check li:last-child {
    margin-bottom: 0;
}

.check {
    margin-left: 0;
    padding-left: 0
}

.check li a {}

.authorbox,
blockquote {
    border: 0;
    margin: 30px 0;
    position: relative;
    padding: 4rem 3rem;
    font-family: 'Droid Serif', sans-serif;
    font-style: italic;
    border: 1px solid #eaeaea;
    background-color: #f6f6f6;
}

blockquote:after {
    content: "\f10e";
    padding: 5px;
    font-family: FontAwesome;
    position: absolute;
    bottom: 0px;
    color: #f6f6f6;
    font-size: 24px;
    right: 10px;
}

blockquote:before {
    content: "\f10d";
    padding: 5px;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    color: #f6f6f6;
    font-size: 24px;
    left: 10px;
}

/* 5. hero  */
.showcase {
    height: 100vh;
    display: flex;
    text-align: left;
    color: #fff;
    padding: 0 20px;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000,
        center/cover;
}

.video-container video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.video-container:after {
    content: '';
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
}


.hero-inner h1 {
    position: relative;
    top: 30rem;
    left: 5vh;
    line-height: 1.2;
    color: #fff;
    font-size: 4em;
    line-height: 8rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;

}

.hero-inner h1 p {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    background-attachment: scroll;
    background-image: url('img/divider1.png');
    background-repeat: repeat-x;
    background-position: top center;
    display: inline-block;
}


@media only screen and (max-width: 480px) {
    .showcase h1 {
        font-size: 3rem !important;
        line-height: 5rem;
    }

    .showcase h1 p {
        font-size: 14px !important;
    }

}

@media only screen and (max-width: 414px) {
    .hero-inner h1 {
        top: 15rem !important;
    }

    .header {
        background: none !important;
    }

    .nav {
        background-color: rgba(0, 0, 38, 0.4);
         !important;

    }
}

/******************************************
HEADER
******************************************/
.header {
    position: absolute;
    position: fixed;
    z-index: 111;
    left: 0;
    top: 0;
    right: 0;
    padding: 0;
    background-color: transparent;
    text-decoration: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header.without-topbar {
    padding: 30px 0;
}

.header-normal {
    position: relative;
    padding: 0 0 24px;
    background-color: #fff;
}

.header-normal .navbar-default .nav > li > a {
    color: #848484 !important;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
    margin-top: 15px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    color: #fee78a;
    border-color: #fee78a;
    background-color: transparent;
}

.navbar-toggle .icon-bar {
    background-color: #fff !important;
}

.header.affix {
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: #000;
    left: 0;
    padding: 15px 0;
    right: 0,
}

.header.header-normal.affix {
    background-color: #ffffff;
}

.header.affix .topbar {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.navbar-default {
    margin: 1rem;
    background-color: transparent;
    background: none;
    border: 0;

}

.navbar-default .nav > li > a {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    outline: none;
    padding: 15px;
}

.navbar-default .nav > li > a:hover {
    color: #fee78a !important;
    background-color: transparent;
    border-bottom: 2px solid #fee78a !important;
}

.navbar-nav .has-submenu .dropdown-menu li a {
    padding: 14px 20px;
}

.navbar-default .dropdown-menu {
    box-shadow: none;
}

.navbar-default .dropdown-menu li a {
    color: #ccc;
    font-size: 14px;
}

.navbar-default .fa-angle-right {
    position: absolute;
    right: 30px;
}

.navbar-brand img {
    margin: 0 !important;
    width: 80px;

    transform: scale(1);
}


.navbar-brand img:hover,
    {
    background-size: 80px 80px;
    background-repeat: no-repeat;
    filter: drop-shadow(0px 0px 10px #fee78a);
    transform: scale(1.1);
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fee78a !important;
    background-color: transparent;
    border-bottom: 2px solid #fee78a !important;
}


.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent !important;
}

.navbar-brand {
    padding: 0 10px 0 0;
    height: 80px;
}

.modal {
    top: 40%;
    margin: -20px auto;
}

.modal-backdrop.in {
    opacity: 1;
    background: url(images/pattern.png) repeat center center rgba(0, 0, 0, 1);
}

.modal-header {
    border-bottom: 0;
    padding: 15px;
    background: none;
}

.modal-content {
    background-clip: padding-box;
    background-color: transparent;
    border: 0;
    border-radius: 6px;
    box-shadow: none !important;
    outline: 0 none;
    position: relative;
}

.modal .close {
    font-size: 13px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 14px;
    top: 27px;
    width: 40px;
    z-index: 111;
    transform: rotate(315deg);
}

.close,
.close:focus,
.close:hover {
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
}

.modal .form-control {
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
    font-family: 'Droid Serif', sans-serif;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 16px;
    line-height: 1.42857;
    font-style: italic;
    padding: 6px 12px;
    width: 100%;
    border-bottom: 4px solid #222;
    height: 70px;
    padding-left: 0;
}

.iconitem a {
    padding-left: 8px !important;
}

@media only screen and (max-width: 768px) {
    .header {
        background-color: #000;

    }

    .navbar-default .nav > li > a {

        font-size: 14px;
        padding: 15px 10px;
    }
}

.dropdown-menu {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.dropdown-menu li a:hover {
    color: #fee78a;
    background-color: black;
}

/******************************************
MEGA MENU
******************************************/

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
    {
    position: static;
}

.yamm .dropdown.yamm-fw {
    position: static;
}

.yamm .container {
    position: relative;
}


.hassubmenu .dropdown-menu,
.yamm .dropdown.yamm-fw.yamm-half .dropdown-menu {
    left: auto;
    right: auto;
}

.yamm h4 {
    font-size: 16px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 20px;
}



.header.affix .yamm .dropdown .dropdown-menu {
    margin-top: 15px !important;
}



.yamm ul {
    padding: 0;
    margin-top: 1rem;
}

.menu-widget {
    padding: 0 10px;
}

.menu-widget img {
    border-radius: 6px 6px 0 0;
}

.menu-widget small {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.menu-widget h5,
.menu-widget h5 a {
    font-size: 16px !important;
    font-weight: 700;
    margin: 0 !important;
    padding: 10px 0 5px !important;
    color: #000 !important;
}

.yamm .dropdown-menu li:hover .menu-button,
.yamm .dropdown-menu li .menu-button {
    border-radius: 0 !important;
    font-size: 13px !important;
    border: 1px solid #fff;
    font-weight: bold;
    color: #ffffff !important;
    display: block;
    background-color: #111;
    padding: 5px 20px !important;
    max-width: 140px;
    margin: 10px auto 0;
    text-transform: capitalize;
}

/**/
#home {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fullscreen-bg {

    min-height: 100vh !important;
    width: 100%;

}

.fullscreen-bg_sm {
    min-height: 100vh !important;
    background-position:
}

.main_caption {
    text-align: center;
    font-size: 54px;
    font-family: 'Jomolhari', serif;
    padding: 10px;
    margin: 10px;
    width: 60%;
    z-index: 1;

    color: #fff;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/******************************************
About Section
******************************************/
#about_img {
    margin-top: 15%;
}

.about_img {
    display: inline-block;

    height: auto;
    width: 100%%;

}

.about_img1 {
    display: inline-block;
    max-width: 98%;
    height: auto;
    width: 30%;
    margin: 1%;
}

.About_p {
    text-align: justify;
    font-size: 16px;
    line-height: 25px;

}

.box {
    background-color: transparent;
}

.button {
    font-size: 1em;
    padding: 10px;
    color: #fff;

    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.overlay1 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: opacity 50ms;
    visibility: hidden;
    opacity: 0;
}

.overlay1:target {
    visibility: visible;
    opacity: 1;
}

.overlay2 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 340px;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0.0, 0.9));
}


.overlay3 {
    position: absolute;
    top: 16px;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(images/pattern.png) repeat center center;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 1) 100%);
}

.popup {
    z-index: 9999;
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 50%;
    color: #000;
    position: relative;
    top: 25%;
    transition: all 5s ease-in-out;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #06D85F;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
    padding: 20px;

}

@media screen and (max-width: 1023px) {
    .overlay2 {
        height: 400px;
    }
}

@media screen and (max-width: 700px) {
    .box {
        width: 90%;
    }

    .popup {
        width: 90%;
    }

}

@media (max-width: 480px) {
    .btn-wrapper {
        display: none;
    }

    .overlay2 {
        height: 450px;
    }
}

/******************************************
Service section
******************************************/
.services {
    margin-top: 5em;
    margin-bottom: 6em;
}

.service-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #fff;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    box-shadow: 0 4px 8px 0 rgba(202, 202, 202, 0.2), 0 6px 20px 0 rgba(202, 202, 202, 0.19);
}

.service-icon {
    width: 100%;
    height: 230px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
}

.service-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 230px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
    background-color: #000;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
}

.service-box .service-icon .front-content {
    position: relative;
    top: 90px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-box .service-icon .front-content i {
    font-size: 75px;
    color: #000;
    font-weight: normal;
}

.service-box .service-icon .front-content h3 {
    font-size: 15px;
    color: #000;
    text-align: center;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.service-box .service-content h3 {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.service-box .service-content p {
    font-size: 15px;
    color: #b1b1b1;
    margin: 0;
}

.yellow {
    background-color: #ffc000;
}

.orange {
    background-color: #fc7f0c;
}

.red {
    background-color: #e84b3a;
}

.grey {
    background-color: #474747;
}

.service-box:hover .service-icon {
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg);
}

.service-box:hover .service-content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}

/******************************************
partner section
*******************************************/
#section-integrations .software-integration-container {
    height: 200px;
    margin-top: 50px;
    position: relative;
    vertical-align: middle;
}

.image-container1 {
    display: inline-block;
    width: 200px;
    padding: 10px;

}

.image-container1 img {
    width: 100%;
}

.image-container1 .image-2 {
    margin-top: 20px;
}

/******************************************
Our Clients
******************************************/
#section-integrations .software-integration-container1 {
    height: 200px;
    margin-top: 100px;
    position: relative;
    vertical-align: middle;

}

.software-integration-container1 {
    text-align: center;
}

.image-container {
    display: inline-block;
    width: 200px;
    padding: 10px;

}

.image-container img {
    width: 100%;
}

.image-container .image-2 {
    margin-top: 20px;
}

@media only screen and (max-width: 767px) {
    .software-integration-container1 {
        text-align: -webkit-center;
    }

    .software-integration-container {
        text-align: -webkit-center;
    }
}

/******************************************
Our Team
*******************************************/
.team-image {
    text-align: -webkit-center;
    -webkit-transition: all .8s ease-in-out;
    min-height: 150px;
}

.team-image:hover {
    filter: none;
    -webkit-transform: scale(1.05);
    cursor: pointer;
}

.highlight_secondary {
    color: #F24046;
}

.team-role {
    color: #A4A7AA;
}

.team-content {
    text-align: center;
}

.team {
    margin-top: 15px;
}

.teamhead {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
}

.teamhead::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

}

.innertext {
    text-align: center;
}

.innertext::before,
.innertext::after {
    content: '';
    display: inline-block;
    width: 18%;
    height: 4px;
    background: white;
    vertical-align: middle;
}

.innertext::before {
    margin-right: 16px;
}

.innertext::after {
    margin-left: 16px;
}

.testimonials {
    margin-top: 70px;
    margin-bottom: 5px;
    position: relative;
    display: block;
    width: 100%;
    min-height: 300px;
    cursor: pointer;
}

.testimonials ul {
    list-style: none;
    padding: 0;
}

.testimonials li {
    display: inline-block;
    background-color: #111;
    margin: 50px 10px 10px 10px;
    width: 100%;
    /*calc((100% - 55px) / 2)border: solid 1px #bdbdbd;*/
    height: 250px;

    position: relative;
    transition: ease-in-out .3s;
    color: :#fff;
}

.testimonials li img {
    height: 180px;
    width: 180px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 15px #000;
    background-color: #000;
    transition: box-shadow 0.3s linear;
    margin-top: 10px;
    margin-bottom: 20px;

}

.testimonials li p {
    position: absolute;
    width: 80%;
    text-align: center;
    top: 110px;
    left: 50%;
    transform: translatex(-50%);
    font-size: 15px;
}


/*
.testimonials li:hover {
	background-color: #212121;
	color: #fff;
}

.testimonials li:hover img {
	box-shadow: 0px 0px 0px 2px #fff;
}
*/


@media only screen and (max-width: 860px) {
    .testimonials li {
        width: 100%;
        margin: auto;
        height: 400px;
        display: block;
        margin-top: 70px;
    }

    .testimonials li:first-child {
        margin-top: 50px;
    }
}

/******************************************
Portfolio
*******************************************/
#portfolio {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

#port {

    padding: 10px;
}

#port iframe {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

.fullscreen-bg__video {
    width: 100%;

    float: right;
}

.app_p {
    text-align: center;
    font-size: 20px;
    width: 70%;



}

.link_you {
    text-align: right;
    color: #fee78a;
}

.link_you:hover {
    color: #ffffff;
}

.app_p {
    width: 80%;
}

/******************************************
Career page
*******************************************/
.career {
    box-shadow: 0 4px 8px 0 rgba(1, 1, 1, 0.2), 0 6px 20px 0 rgba(1, 1, 1, 0.19);
    padding: 10px;
    background-color: #222222;
}

.dep {
    background-color: #000;
    border: 1px solid #fee78a;
    margin: 10px;
    text-align: center;
    width: 100%;

}

.depart {
    text-align: center;
    font-size: 18px;
    color: #fee78a;
    font-weight: bold;
}

lablel,
input {
    clear: both;
}

.hide-tax {
    margin: 0;
    font-size: 12px;
    color: #fee78a;
    display: none;
}

.upload {
    height: 30px;
    border-radius: 0px !important;
    width: 100%;
    background-color: #fff;
    padding-left: 10px;
    padding-top: 2px;
    color: #111;
}

.position:disabled {
    background: #131313;
    border-color: #000000;
}

.salary:disabled {
    background: #131313;
    border-color: #000000;
}

.sala {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.sala .hide-tax {
    visibility: hidden;
    width: 100%;
    color: #fee78a;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
}

.sala:hover .hide-tax {
    visibility: visible;
}

.textred {
    color: #fee78a;
    padding: 2px;
}

/******************************************
Gallery
*******************************************/


.row {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 25%;
    /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    filter: gray;
    /* IE5+ */
    -webkit-filter: grayscale(1);
    /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .8s ease-in-out;
}

.column img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.05);
    cursor: pointer;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

.link_fb {
    font-size: 20px;
    color: #fee78a;
    text-align: right;
}

.link_fb:hover {
    color: #fff;
}

/******************************************
PAGES
******************************************/

.page-title h3 {
    margin-bottom: 10px !important;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    color: #aaa;
    font-size: 13px;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb > li a,
.breadcrumb > li + li::before,
.breadcrumb > .active {
    color: #aaa;
}

.section.cb .breadcrumb > li a,
.section.cb .breadcrumb > li + li::before,
.section.cb .breadcrumb > .active {
    color: #fff;
}

.section.cb {
    padding: 40px 0 !important;
}

.section.cb .breadcrumb {
    margin-top: 10px;
}

.section.cb h3 {
    font-size: 24px;
    padding: 0 !important;
    margin: 0 !important;
}

.breadcrumb > li + li::before {
    content: "\f107";
    vertical-align: middle;
    padding-left: 5px;
    font-family: "Flaticon";
    font-size: 11px;
    padding: 0 6px 0 3px;
}

.tags-widget a {
    color: #ffffff !important;
    padding: 4px 10px;
    border-radius: 2px;
    font-size: 14px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-radius: 0;
}

.pagination {
    margin: 0;
}

.pager {
    margin: 0;
}

.pagination > li > a,
.pagination > li > span {
    background-color: #fff;
    border: 1px solid #eeeeee !important;
    color: #999;
    float: left;
    line-height: 1.42857;
    margin-left: 0;
    margin-right: 5px;
    padding: 8px 15px;
    position: relative;
    text-decoration: none;
}

.pager li > a,
.pager li > span {
    background-color: #2c2f33;
    border: 1px solid #2c2f33;

    color: #fff;
    float: none;
    line-height: 1.42857;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 10px;
    margin-left: 0;
    border-radius: 0;
    padding: 8px 15px;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.pager i {
    font-size: 13px;
    vertical-align: baseline;
}


/******************************************
EVENTS
******************************************/

.event-title.tagline-message h3 {
    font-size: 64px;
}

.event-title p {
    font-size: 18px;
    padding: 10px 0 20px;
}


/******************************************
CONTACT
******************************************/

.contactv2 {
    margin: 60px 0;
}

.small-box i {

    color: #232323;
    display: block;
}

.small-box h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0;
    padding: 0;
    line-height: 1;
    color: #FEE78A;
    text-align: left;
}

.small-box small {
    font-size: 16px;
    margin: 5px 0;
    display: block;
    text-align: left;
}

.small-box a {
    margin-top: 0;
    display: inline-block;
    font-size: 16px;
}

.big-contact-form .form-control {
    margin-bottom: 10px;
    border-radius: 0;
    border-color: #eaeaea;
    height: 45px;
    box-shadow: none;
    color: #b9b9b9;
    border-radius: 20px;
}

.con_icon {
    padding-right: 20px;
    cursor: pointer;
    font-size: 24px !important;
}

.big-contact-form textarea {
    height: 120px !important;
}

.big-contact-form .form-control::-moz-placeholder {
    color: #b9b9b9;
    opacity: 1;
}

.big-contact-form .form-control:-ms-input-placeholder {
    color: #b9b9b9;
}

.big-contact-form .form-control::-webkit-input-placeholder {
    color: #b9b9b9;
}

#icon_con {
    font-size: 16px;
    padding-right: 4px;
}

.contact_icon a {
    font-size: 13px;
}

#map {
    height: 350px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.mapv2 {
    padding: 10px;
    background-color: #f0f1f2;
    border: 1px solid #eee;
}

#map img {
    max-width: inherit;
}

.loader {
    margin-left: 10px;
}

.map {
    position: relative;
}

.map .row {
    position: relative;
}

.infobox img {
    width: 100% !important;
}

.map .searchmodule {
    padding: 18px 10px;
}

.infobox {
    display: block;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    width: 260px;
    z-index: 100;
}

.infobox .title {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 15px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

#contct_button {
    text-align: center;
    float: left;
    margin-left: 35%;
}

@media only screen and (max-width: 767px) {
    .contact_icon a {
        font-size: 12px;
    }

    #contct_button {

        margin-left: 20%;
    }
}

/******************************************
SECTIONS
******************************************/

.event-section {
    height: 100vh;
    height: 100%;
    padding: 30rem 0;
}

.parallax {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax.parallax-off {
    background-attachment: scroll;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-position: top center;
    vertical-align: sub;
    width: 100%;
    z-index: 2;
}

.no-scroll-xy {
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.boxed {
    box-shadow: 0 30px 50px 0 rgba(1, 1, 1, 0.18);
    padding: 8rem 4rem 8rem;
    background-color: #232323;
    margin-top: -60px;
    position: relative;
}

.boxed.boxedp4 {
    padding-top: 4rem;
    z-index: 1;

}

.section {
    background-color: #000000;
    padding: 3rem 0;
    display: block;
}

.section-title {
    margin-bottom: 45px;
}

.text-widget h3,
.section-title h3 {
    margin: 0 0 25px;
    padding: 0;
    line-height: 1;
    color: #fee78a;
    font-size: 30px;
    font-weight: 700;
    position: relative;
}

.section-title p {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    font-size: 18px;
    font-family: 'Droid Serif', sans-serif;
    font-style: italic;
    position: relative;
}

.section.gb {
    background-color: #111111;
}

.section.db {
    background-color: #000000;
}

/*.overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;

    background: url(images/pattern.png) repeat center center;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0.0, 0.9));
}*/



video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.video-section {
    position: relative;
}

.slider-bottom {
    position: absolute;
    bottom: 50px;
    left: 0;
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 3px;
    z-index: 11;
    right: 0;
    margin: auto;
    text-align: center;
}

.slider-bottom:hover {
    filter: drop-shadow(0px 0px 50px #fee78a);
}

.slider-bottom span {
    font-size: 14px;
}

.slider-bottom span:hover {
    filter: drop-shadow(0px 0px 50px #fee78a);
}

.slider-bottom i {
    display: block;
    font-size: 14px;
    padding: 10px;
}

.home-text-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 900px;
    position: relative;
    text-align: center;
    z-index: 11;
}

.home-content {
    position: relative;
}

.home-message {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.home-message p {
    font-size: 54px;
    color: #ffffff;
    padding: 0;
    margin: 0;
    font-family: 'Jomolhari', serif;
    /*font-family: 'Dosis', sans-serif;*/

}

.home-message small {
    font-size: 16px;
    font-family: 'Droid Serif', sans-serif;
    font-style: italic;
    display: block;
    padding: 20px 0 35px;
    margin: 0;
}

.nopadtop {
    padding-top: 0 !important;
}

.box {
    background-color: #ffffff;
    padding: 4rem;
    position: relative;
    z-index: 11;
}

.box p {
    padding: 0;
    margin-bottom: 15px;
}

.box i {
    margin-bottom: 30px;
    display: inline-block;
    line-height: 1;
    font-size: 46px
}

.box h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 0;
}

.m30 {
    margin-top: -60px;
}

.readmore {
    font-weight: 700;
    font-size: 15px;
}

.readmore:after {
    content: "\f107";
    vertical-align: middle;
    padding-left: 5px;
    font-family: "Flaticon";
    font-size: 11px;
}

.image-box {
    position: relative;
}

.image-box .overlay {
    background-image: none;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.2);
}

.image-box img {
    width: 100%;

}

.image-box h4 a,
.image-box h4 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    z-index: 1;
    font-size: 20px;
    margin: -7px auto;
    color: #ffffff;
}

hr.invis {
    border: 0;
    margin: 30px 0;
}



/******************************************
tagline
******************************************/



.tagline-message h3 {
    padding: 50px;
    font-size: 34px;
    margin: 0;
    color: #ffffff;
    font-weight: bold;
}

/******************************************
FAQ Section
******************************************/
.faq-heading {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    -webkit-transition: text-indent 0.2s;
    color: #fee78a;
    padding: 10px;
}

.faq-text {
    font-family: Open Sans;
    font-weight: 400;
    color: #B9B6B6;
    width: 95%;
    padding-left: 20px;
    margin-bottom: 30px;
}

.faq {
    width: 100%;
    margin: 0 auto;
    background: #000;
    border-radius: 4px;
    position: relative;
    border: 1px solid #2E2D2D;
}

.faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 60px;
    padding-top: 1px;

    background-color: #2E2D2D;
    border-bottom: 1px solid #2E2D2D;
}


.faq input[type="checkbox"] {
    display: none;
}

.faq .faq-arrow {
    width: 10px;
    height: 10px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid #fee78a;
    border-right: 2px solid #fee78a;
    float: right;
    position: relative;
    top: -30px;
    right: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq input[type="checkbox"]:checked + label > .faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.faq input[type="checkbox"]:checked + label {
    display: block;
    background: rgba(0, 0, 0, 1) !important;
    color: #fee78a;
    height: 150px;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.faq input[type='checkbox']:not(:checked) + label {
    display: block;
    transition: height 0.8s;
    height: 60px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

::-webkit-scrollbar {
    display: none;
}

@media only screen and (max-width: 700px) {
    .faq input[type='checkbox']:not(:checked) + label {
        height: 64px;
    }

    .faq input[type="checkbox"]:checked + label {
        height: 200px;
    }

}

@media only screen and (max-width: 360px) {
    .faq input[type='checkbox']:not(:checked) + label {
        height: 65px;
    }

    .faq input[type="checkbox"]:checked + label {
        height: 250px;
    }

}

/******************************************
FOOTER
******************************************/
.footer {
    border-top: 1px solid #202020;
}

.section.footer {
    padding: 1rem 0;
    background-color: #111;


}

.social-links i {
    color: #aeaeae;
}

.footer_head {
    color: #fee78a;
    text-transform: uppercase;
    font-size: 30px;

}

#footer_icon {
    font-size: 25px;
    margin-top: 15px;
    padding: 10px;
    background-color: #000000;
    color: #fee78a;
    border: 1px solid #fee78a;
    border-radius: 100%;
    margin-left: 5px;
}

#footer_icon:hover {
    background-color: #fee78a;
    color: #000000;
}

.widget-title {
    color: #fee78a;
    font-size: 20px;
    line-height: 1;
    margin-top: 35px;
    margin-bottom: 20px;
    font-weight: 400;
}

.widget {
    text-align: center !important;
}

.small-title {
    color: #000;
    font-size: 20px;
    padding: 0 0 30px;
    margin: 0;
    line-height: 1;
}


.cop-logo img {
    margin-top: 9px;
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.cop-logo img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.newsletter-widget .form-control {
    border-radius: 0;
    font-size: 14px;
    box-shadow: none !important;
    height: 48px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    min-width: 280px;
}

.newsletter-widget img {
    display: block;
    max-width: 280px;
    margin-top: 40px;
}

.newsletter-widget p {
    margin-bottom: 30px;
}

.newsletter-widget .btn {
    padding-left: 23px;
    padding-right: 23px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer .list-widget li {
    margin: 0 0 5px !important;
    text-align: left;

}

.footer .tags-widget li {
    margin-bottom: 5px;
    margin-top: 5px;
}

.footer .form-control,
.footer p,
.footer a {
    color: #aaa;

}

.footer a:hover {
    color: #ffffff;
}

.absolute-widget {
    border-top: 0 none;
    display: block;
    margin-top: -45%;
    padding: 6rem 4rem;
    position: relative;
    background: url(upload/formbg.jpg) no-repeat top center #161616;
}

.absolute-widget .form-control {
    background-color: transparent;
    border: 0 solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    font-size: 14px;
    height: 40px;
    padding-bottom: 15px;
    box-shadow: none !important;
    margin-bottom: 15px;
}

.absolute-widget textarea.form-control {
    height: 100px;
}

.absolute-widget .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.absolute-widget .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.absolute-widget .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.copy {
    text-align: center;
    padding: 10px;
}

@media only screen and (max-width: 767px) {
    .footer .list-widget li {

        text-align: center !important;
    }

    .footer_head {
        text-align: center;
    }
}

/******************************************
BUTTONS
******************************************/

.btn {
    border-radius: 0;
    font-size: 14px;
    border: 1px solid #fee78a;
    font-weight: bold;
    color: #fee78a !important;
    padding: 13px 40px;
    text-transform: capitalize;
    border-radius: 10px;
}

.btn {
    background-color: #fee78a;
    color: #000;
}

.btn-transparent {
    color: #ffffff;
    border: 1px solid #fff;
}


/************************************
MICS
************************************/

.loader {
    display: block;
    margin: 20px auto 0;
    vertical-align: middle;
}

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: #000;
    z-index: 11000;
    position: fixed;
    display: block
}

.preloader {
    position: absolute;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 40%;
    width: 250px;
    height: 250px;

    background: center center no-repeat none;
    background-size: 250px 250px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

#loder_img {
    width: 120px;
    height: 120px;
    margin-top: 60px;


}

/******************************************
COLOR Yellow
******************************************/


.iconitem a.shopicon i {
    color: #fee78a !important;
}

.shop-desc small,
.shop-meta a,
.authorbox small,
blockquote:before,
blockquote:after,
.blog-meta small a,
.small-box i,
.copyrights ul li:hover a,
.footer .readmore,
.breadcrumb > li a,
.yamm h4,
.yamm-content li:hover a,
.yamm .hassubmenu li:hover a,
.check li:before,
.stat-count h3,
.blog-desc h4:hover a,
.post-meta li:after,
.course-box small,
.course-details h4:hover a,
.course-footer i,
a:hover,
a:focus,
.box i,
.topbar .text-left i {
    color: #fee78a;

    display: inline-block;


}

.shop-extra .nav-tabs > li:hover a,
.shop-extra .nav-tabs > li.active a,
.modal .form-control,
.form-control:focus,
.btn-transparent {
    border-color: #fee78a !important;
}

.cb,
.box .event-desc small,
.pagination a,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.tags-widget a,
.owl-theme-01 .owl-nav [class*="owl-"]:hover,
.yamm .dropdown-menu li:hover .menu-button,
.yamm .dropdown-menu li .menu-button,
mark,
.bgcolor1,
.image-wrap:before,
.image-wrap:after,
.btn-primary {
    float: right;
    right: 10px;
    margin: 10px;
    border-color: #fee78a;
    background-color: #000;
    box-shadow: inset 0 0 0 0 #fee78a;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 20px;
}

.pagination a:hover,
.tags-widget a:hover,
.btn-primary:hover {
    color: #000 !important;
    box-shadow: inset 0 100px 0 0 #fee78a;
    border-color: #fee78a;
}


/******************************************
COLOR GREEN
******************************************/

.menu-widget small,
.course-footer .pull-right a {
    color: #82b440;
}

.btn-default {
    border-color: #82b440;
    background-color: #82b440;
    box-shadow: inset 0 0 0 0 #74a632;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.btn-default:hover {
    box-shadow: inset 0 100px 0 0 #74a632;
    border-color: #74a632;
}


/******************************************
RESPONSIVE
******************************************/

@media (max-width: 992px) {
    .p120 {
        padding-bottom: 8rem !important;
    }

    .boxed {
        margin-top: 4rem;
    }

    .blog-box,
    .testimonial,
    .stat-count {
        margin: 30px 0;
    }

    .m30 {
        margin-top: 30px;
    }

    .absolute-widget {
        background-image: none;
    }

    .sidebar {
        margin-top: 30px;
    }

    .container {
        min-width: 100% !important;
    }

    .footer .widget {
        margin: 0;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {}

@media (max-width: 768px) {

    .shop-extra .nav-tabs > li > a,
    .shop-extra .nav-tabs > li {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
    }

    .shop-extra {
        padding: 30px 10px;
    }

    .main_caption {
        font-size: 28px;
        width: 100%
    }

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

    .authorbox img {
        float: none;
        margin: 0 0 30px !important;
        min-width: 100px;
    }

    .media-left,
    .media > .pull-left {
        display: block;
        float: none;
        margin: 0 0 30px;
        padding-right: 10px;
    }
}

@media (max-width: 468px) {
    .blog-meta h3 {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .yamm-fw {
        position: relative;
    }

    .hassubmenu:hover > ul,
    .yamm-fw:hover > ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

    .hassubmenu ul,
    .navbar-nav .yamm-fw ul {
        -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    }

    .yamm-fw .dropdown-menu {
        min-width: 240px;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .hassubmenu > ul,
    .yamm-fw > ul {
        position: absolute;
        top: 160%;
        visibility: hidden;
        display: block;
        opacity: 0;
    }

    .yamm-fw > ul li {
        position: relative;
    }

    .yamm-fw > ul li:hover > ul {
        visibility: visible;
        opacity: 1;
        left: 100%;
    }
}

@media (max-width: 1200px) {
    .nav > li > a {
        padding: 1em 0.7em;
    }
}

input:-internal-autofill-selected {
    background: #000;
}

/*****************************************************************
Login Form
******************************************************************/
