

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*font-family: 'Cuprum', sans-serif;
font-family: 'Abril Fatface', cursive;*/


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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-course-content:before {
  content: "\e900";
}












html {
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
}
p {
    margin-bottom: 0px;
}
.padding-horizontal-0 {
    padding-right:0 !important;
    padding-left:0 !important;
}
header.site-header .navbar {
    height: auto;
    /* float: left; */
    width: 100%;
    background: #ffffff;
    clear: both;
    float: right;
    padding: 10px;
    justify-content: flex-end;
}

.site-logo img {
    height: 70px;
}
div#collapsibleNavbar {
    background: #201b21;
    height: 100%;
    /*padding: 20px 0;*/
}
.site-header div#collapsibleNavbar{
    background: none;
}
/*.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 28px;
    padding-bottom: 28px;
    color: #ffffff;
}*/
.navbar {
padding: 0;
}
ul.navbar-nav li a.active {
    color: #fff;
    background-color: #ffab00;
}


#owl-demo .owl-prev {
    top: 45%;
    position: absolute;
    transform: translate(0, -55%);
    font-size: 2em;
    left: 0;
}
#owl-demo .owl-next {
    top: 45%;
    position: absolute;
    transform: translate(0, -55%);
    font-size: 2em;
    right: 0;
}

#owl-demo-04 .owl-prev {
    top: 45%;
    position: absolute;
    transform: translate(0, -55%);
    font-size: 2em;
    left: 0;
}
#owl-demo-04 .owl-next {
    top: 45%;
    position: absolute;
    transform: translate(0, -55%);
    font-size: 2em;
    right: 0;
}

a.navbar-brand {
    background: #ffffff;
    margin-right: 0;
    padding: 0.3rem 2rem;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    /*margin: 0 25%;*/
}
.card{
    border: none;
}
.card1 .card-img-holder {
    position: relative;
    background: #00fda1;
}
.card1 {
    border:1px solid #010101;
}
.card1 .card-img-top{
    /*mix-blend-mode: multiply;*/
}

.card2 .card-img-holder {
    position: relative;
    background: #0595f3;
}
.card2 {
    border:1px solid #010101;
}
.card2 .card-img-top{
    /*mix-blend-mode: multiply;*/
}

.card3 .card-img-holder {
    position: relative;
    background: #FFAB00;
}
.card3 {
    border:1px solid #010101;
}
.card3 .card-img-top{
    /*mix-blend-mode: multiply;*/
}
.Aboutwrapper {
    padding: 100px 0;
}
.about-brief {
    padding-bottom: 30px;
}
.Company-wrapper {
    background: #E9ECEF;
    padding: 100px 0;
}
.hp-icon-wrapper img {
    width: 50%;
}
.company-icon-wrapper {
    /*background: radial-gradient(rgba(150, 149, 149, 0.85),rgb(0, 36, 68));*/
    background: #0E0E0E;
    background-size: contain;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.company-icon-wrapper:hover img {
    -webkit-transform: scale3d(1.2,1.2,1.2);
    transform: scale3d(1.2,1.2,1.2);
    overflow: hidden;
}
.company-icon-wrapper img {
    transition: all .5s linear;
    width: 100%;
}
.company-desc h2 {
    font-size: 1.5em;
    color: #636363;
    text-transform: uppercase;
}
.company-desc {
    padding: 20px;
    background: #f1f1f1;
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.1);
}

.unity-icon-wrapper img {
    width: 50%;
}
h2.section-heading {
    padding-bottom: 20px;
    font-size: 2.5em;
    text-transform: uppercase;
    color: #0289ec;
}

h2.section-heading:after, h2.section-heading:before {
    content: "\A";
    width: 15%;
    height: 3px;
    border-radius: 0;
    background: #b4defd;
    display: inline-block;
    margin: 0 10px;
    top: -12px;
    position: relative;
}
h2.section-heading span {
    /*font-weight: bold;*/
    color: #0289ec;
    /*font-style: italic;
    font-size: 1.2em;*/
}
.partners-wrapper {
    padding:100px 0;
}
#owl-demo-02 .item{
  margin: 3px;
}
#owl-demo-02 .item img {
    display: block;
    width: auto;
    height: 100px;
    margin: 0 auto;
}
#owl-demo-02 .item {
    background: rgba(0,0,0,0.05);
    padding: 20px;
}
#owl-demo-02 .owl-prev {
    top: 25%;
    position: absolute;
    font-size: 2em;
    left: -7%;
}
#owl-demo-02 .owl-next {
    top: 25%;
    position: absolute;
    font-size: 2em;
    right: -7%;
}



#owl-demo-03 .item{
  margin: 3px;
}
/*#owl-demo-03 .item img {
    display: block;
    width: auto;
    height: 100px;
    margin: 0 auto;
}*/
#owl-demo-03 .item {
    background: rgba(0,0,0,0.03);
    padding: 20px;
}
#owl-demo-03 .owl-prev {
    bottom: -52px;
    position: absolute;
    font-size: 2em;
    left: 45.5%;
}
#owl-demo-03 .owl-next {
    bottom: -52px;
    position: absolute;
    font-size: 2em;
    right: 45.5%;
}



.vr-education-sec-01,
.vr-education-sec-03,
.vr-education-sec-05,
.vr-education-sec-07,
.vr-education-sec-09,
.vr-education-sec-11,
.vr-education-sec-13 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    background: #ffffff;
    flex-direction: row;
    margin-bottom: 20px;
}
.vr-education-sec-01 .vr-education-left,
.vr-education-sec-03 .vr-education-left,
.vr-education-sec-05 .vr-education-left,
.vr-education-sec-07 .vr-education-left,
.vr-education-sec-09 .vr-education-left,
.vr-education-sec-11 .vr-education-left,
.vr-education-sec-13 .vr-education-left{
    margin-right: auto;
    width: 50%;
    background: #FFAB00;
    display: flex;
}
.vr-education-sec-01 .vr-education-left img,
.vr-education-sec-03 .vr-education-left img,
.vr-education-sec-05 .vr-education-left img,
.vr-education-sec-07 .vr-education-left img,
.vr-education-sec-09 .vr-education-left img,
.vr-education-sec-11 .vr-education-left img,
.vr-education-sec-13 .vr-education-left img {
        mix-blend-mode: multiply;
        align-self: center;
}
.vr-education-sec-01 .vr-education-right,
.vr-education-sec-03 .vr-education-right,
.vr-education-sec-05 .vr-education-right,
.vr-education-sec-07 .vr-education-right,
.vr-education-sec-09 .vr-education-right,
.vr-education-sec-11 .vr-education-right,
.vr-education-sec-13 .vr-education-right {
    width: 50%;
    padding: 20px;
    align-self: center;
    background: #ffffff;
    position: relative;
    left: -10%;
    height: auto;
}
.vr-education-wrapper {
    padding: 100px 0;
    background: #e9ecef;
}
.vr-education-right h4 {
    font-size: 2em;
    color: #39393a;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.vr-education-sec-01 .vr-education-right:after,
.vr-education-sec-03 .vr-education-right:after,
.vr-education-sec-05 .vr-education-right:after,
.vr-education-sec-07 .vr-education-right:after,
.vr-education-sec-09 .vr-education-right:after,
.vr-education-sec-11 .vr-education-right:after,
.vr-education-sec-13 .vr-education-left:after {
    background: #f3efea;
    position: absolute;
    left: 100%;
    width: 50px;
    content: "";
    height: 100%;
    top: 0;
}
.vr-education-right p {
    font-size: 1.2em;
}

.vr-education-sec-02,
.vr-education-sec-04,
.vr-education-sec-06,
.vr-education-sec-08,
.vr-education-sec-10,
.vr-education-sec-12 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    background: #ffffff;
    flex-direction: row-reverse;
    text-align: right;
    margin-bottom: 20px;
}
/*.vr-education-sec-13 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    background: #ffffff;
    flex-direction: row;
    text-align: right;
    margin-bottom: 0;
}*/
.vr-education-sec-02 .vr-education-left,
.vr-education-sec-04 .vr-education-left,
.vr-education-sec-06 .vr-education-left,
.vr-education-sec-08 .vr-education-left,
.vr-education-sec-10 .vr-education-left,
.vr-education-sec-12 .vr-education-left {
    margin-right: auto;
    width: 50%;
    background: #FFAB00;
    display: flex;
}
.vr-education-sec-02 .vr-education-left img,
.vr-education-sec-04 .vr-education-left img,
.vr-education-sec-06 .vr-education-left img,
.vr-education-sec-08 .vr-education-left img,
.vr-education-sec-10 .vr-education-left img,
.vr-education-sec-12 .vr-education-left img{
        mix-blend-mode: multiply;
        align-self: center;
}
.vr-education-sec-02 .vr-education-right,
.vr-education-sec-04 .vr-education-right,
.vr-education-sec-06 .vr-education-right,
.vr-education-sec-08 .vr-education-right,
.vr-education-sec-10 .vr-education-right,
.vr-education-sec-12 .vr-education-right{
    width: 50%;
    padding: 20px;
    align-self: center;
    background: #ffffff;
    position: relative;
    right: -10%;
    height: auto;
}
.vr-education-sec-02 .vr-education-right:after,
.vr-education-sec-04 .vr-education-right:after,
.vr-education-sec-06 .vr-education-right:after,
.vr-education-sec-08 .vr-education-right:after,
.vr-education-sec-10 .vr-education-right:after,
.vr-education-sec-12 .vr-education-right:after {
    background: #f3efea;
    position: absolute;
    right: 100%;
    width: 50px;
    content: "";
    height: 100%;
    top: 0;
}
.about-brief h2 {
    padding-bottom: 20px;
    font-size: 2.5em;
    text-transform: uppercase;
    color: #0289ec;
}
.about-brief p{
font-size: 1.2em;
}
.site-header .navbar-expand-md .navbar-nav .nav-link:hover {
    background-color: #ffab00;
    color: #ffffff;
}
.navbar-expand-md .navbar-nav .nav-link {
    transition: 0.3s;
}

.testimonial-person {
    display: flex;
    justify-content: center;
}

.testimonial-right {
    align-self: center;
    width: calc(100% - 150px);
}
.testimonial-left {
    height: 100px;
    width: 150px;
    border-radius: 50%;
}

.testimonial-left > img {
    width: 100%;
    height: 100%;
    align-self: center;
    /*border-radius: 50%;*/
    /*border: 2px solid #ffab00;*/
}
.testimonials-wrapper {
    padding: 100px 0;
}
#owl-demo-03 .owl-prev .fa-chevron-circle-left,
#owl-demo-03 .owl-next .fa-chevron-circle-right {
    color: #ff9900;
}
.testimonial-right ul li {
    list-style: none;
}

.testimonial-right ul {
    padding-left: 10px;
    border-bottom: 1px solid #ffab00;
    padding-bottom: 10px;
}
.testimonial-writeup {
    padding: 20px;
    text-align: justify;
}
.testimonial-writeup p::first-letter {
	color: #ffab00;
	font-size: 1.5em;
}
span.help-block.form-error {
    color: #b12425;
    font-size: 1.2em;
}
textarea#contact_message {
    width: 100%;
}
input[type="submit"] {
/*    border: 1px solid;
    border-color: #201b21;
    border-radius: 3px;
    background: #201b21;
    color: rgba(255, 239, 239, 0.8);
    font-size: 12px;
    font-size: 1rem;
    line-height: 1;
    padding: 1em 2em 1em;
    text-transform: uppercase;
    align-self: center;*/
    border: 1px solid;
    border-color: #ffab00;
    border-radius: 3px;
    background: #e29904;
    color: rgba(255, 239, 239, 0.8);
    font-size: 12px;
    font-size: 1.3em;
    line-height: 1;
    padding: 1em 2em 1em;
    text-transform: uppercase;
    align-self: center;
    transition: all ease 0.5s;
}
div#section08 {
    background: #7d5503;
    /*background: #0671e4;*/
    padding: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.8em;
}
div#section08 a {
    color: #ffffff;
}
.contactus-wrapper {
    padding: 100px 0;
    /*background: #4c3403;*/
    background: #03264c;
    color: #ffffff;
}

.item-caption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    /*background: #ff5500;*/
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
}
span.quoteby {
    font-size: 0.7em;
}
h3.slider-caption-text {
    align-self: center;
    width: 100%;
    /*font-family: 'Cuprum', sans-serif;*/
    font-family: 'Abril Fatface', cursive;
    text-transform: uppercase;
    font-size: 6em;
    text-shadow:
       -1px -1px 0 #000,  
        1px -1px 0 #000,
        -1px 1px 0 #000,
         1px 1px 0 #000;
     color: #fff;
}

.owl-item.owl-active .slider-caption-text{
  animation: 1s .2s fadeInUp both;
}
#owl-demo-04 .item {
    margin: 5px;
}

.site-header .navbar-expand-md .navbar-nav .nav-link {
    color: #201b21;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 8px;
    padding-bottom: 8px;
    /*color: #ffffff;*/
    margin: 0 0.3rem;

}
.site-header .navbar-expand-md .navbar-nav .nav-link.active {
    color: #fff;
    background-color: #ffab00;
}

.site-header .navbar-expand-md .navbar-nav {
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
header.site-header .navbar.fixed-top {
    box-shadow: 1px 1px 1px -1px rgba(0,0,0,0.5);
}

.top-nav ul {
padding: 0 0 10px 0;
    float: right;
    position: relative;
    margin: 0 20px 0 0;
    width: fit-content;
    text-align: right;
    border-bottom: 1px solid #ececec;
}

.top-nav ul li {
    display: inline-block;
    padding: 5px 10px;
}

.top-nav ul li a {
    font-size: 1.5em;
    color: #1e95ff;
}
a.navbar-brand .site-logo {
    display: flex;
    height: 95px;
    justify-content: center;
}

a.navbar-brand img {
    align-self: center;
}
.top-intro {

}
.top-intro .intro-txt {
    
}
.top-intro h1 {
    margin: 0;
    text-shadow: 1px 3px 1px rgb(14, 145, 232);
    font-family: 'Cuprum', sans-serif;
}
.top-intro {
    padding: 20px;
    text-align: center;
    width: 100%;
    background: #92d2fb;
    text-transform: uppercase;
}
.radio-sec-wrapper {
    text-align: center!important;
    display: flex;
    justify-content: center;
}
nav.navbar.navbar-expand-md.fixed-top .navbar-nav {
    justify-content: center;
}

.testimonial-left {

}
ul.footer-list li a {
    color: #ff7700;
}

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

h3.footer_heading {
    color: #ffab00;
    font-size: 1.5em;
    text-transform: uppercase;
}
.copyright-sec {
    padding-top: 15px;
    /*border-top: 1px solid #5d3f02;*/
    border-top: 1px solid #ffffff;
}

.button-vrar {
    color: #ffab00;
    background: #444444;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 1.5em;
}
.button-vrar:hover{
    color: #c78601;
    text-decoration: none;
}

.question {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #dedede;
    background: #FFF;
    -moz-box-shadow: 0 0 5px #dedede;
    -webkit-box-shadow: 0 0 5px #dedede;
    box-shadow: 0 0 5px #dedede;
    position: relative;
}
.tab-inner .question:first-child {
    margin-top: 0;
}
.question-inner {
    position: relative;
    margin-left: 101px;
}
.question-tab .tabs {
    margin-bottom: 30px;
}
.question-tab .tab a {
    color: #2f3239;
    font-size: 15px;
    font-weight: normal;
    background-color: transparent;
}
.question-tab .tab a:hover {
    color: #2f3239;
}
.question-tab .tab a.current:hover {
    color: #FFF;
}
.question-tab .tab-inner-warp {
    background: transparent;
    padding: 0;
}
.single-question {
    padding: 20px 0;
    margin-bottom: 10px;
}
.single-question .form-inputs p {
    margin-bottom: 20px;
}
.question-meta {
    padding: 0 20px 20px;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
    height: 100%;
}
.question-meta div,.question-meta span {
    margin-bottom: 0 !important;
}
.single-question .question-inner {
    margin-left: 0;
    padding: 0 20px;
}
.question-author {
    position: absolute;
    top: 20px;
    left: 20px;
    float: left;
    text-align: center;
    width: 71px;
    height: 71px;
    overflow: hidden;
    padding: 2px;
    border: 1px solid #dedede;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.question-author img {
    width: 65px;
    height: 65px;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.question-author-img {
    position: relative;
    display: block;
}
.question-author-img span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    display: block;
    line-height: 65px;
    overflow: hidden;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.question-author-img:hover span:before {
    opacity: 0.7;
    filter: alpha(opacity=70);
    content: "\f0fe";
    font-family: "FontAwesome";
}
.question-author-name {
    margin-top: 10px;
    display: block;
}
.question-type {
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 14px;
    margin-right: 10px;
}
.question-type-main {
    font-size: 11px;
    margin: 0;
    display: inline-block;
    padding: 4px 10px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #ffab00;
}
article.question.question-type-normal h2 {
    color: #445599;
    font-size: 2em;
}
.question-type-main i {
    margin-right: 5px;
}
.single-question .question-type {
    position: absolute;
    top: -50px;
    left: 0;
    font-size: 21px;
    margin: 0;
}
.single-question.question h2 {
    margin-left: 20px;
}
.question-content {
    overflow: hidden;
    height: 100%;
    position: relative;
}
.question h2 {
    margin: 0 0 30px 101px;
    color: #474D5D;
    overflow: hidden;
    font-size: 22px;
    font-weight: bold;
    padding-right: 161px;
}
.question h2 a {
    color: #2f3239;
}
.post .boxedtitle i,.single-question-title i {
    padding: 15px;
    display: inline-block;
    line-height: 1;
    margin-right: 10px;
}
.question h3 a {
    color: #2f3239;
}
.question-vote {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 14px;
}
.question-user-vote {
    float: left;
    margin-right: 10px;
    font-size: 12px;
    color: #6D8297;
}
.user-question .question-user-vote,.user-question .question-vote-result,.user-question .question-reply,.user-question .question-comment,.user-question .question-category,.user-question .question-date,.user-question .question-view,.user-question .question-answered,.user-question .question-favorite {
    margin-bottom: 5px;
}
.user-question h3 {
    font-size: 20px;
    font-weight: bold;
    padding-right: 89px;
}
.user-question h3 a:hover {
    color: #2f3239 !important;
}
.user-question .question-type-main {
    top: 20px;
    bottom: inherit;
    right: 20px;
}

.commonul {
    text-align: left;
}
.commonul li{
    list-style: none;
    padding: 5px 0;
}
span.footer-span {
    color: #ffe1a4;
    font-size: 1em;
    font-weight: bold;
}

.course-icons {
    padding: 0;
}
.course-icons li {
    display: inline-block;
    padding: 0 10px;
}
.course-icons li a {
   color: #444444;
   font-size: 1.5em;
}

.modal-body .nb {
    color: #ff8800;
    font-size: 0.8em;
    font-style: italic;
}
.modal-header h2{
    text-align: center;
}
span.tips-span {
    color: #444444;
    text-transform: uppercase;
}

span.tips-span i {
    font-size: 0.8em;
}
div#sectionSocial {
    background: #e9ecef;
    padding: 50px 0;
}
ul.flex {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

ul.flex li {
    display: inline;
    padding: 10px;
}
ul.flex li a {
    color: #444444;
    font-size: 2em;
}

/*-- marquee starts --*/

.marquee {
  width: 100%;
  overflow: hidden;
  /*border: 1px solid #ccc;*/
  /*background: #ccc;*/
}
.marquee ul li {
  display:inline;
  width: auto;
  border-right: 5px solid #ffab00;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 1.2em;
  font-style: italic;
}
div#sectionScroller {
    padding-top: 60px;
    background: #f7f7f7;
    padding-bottom:20px;
}
.countdown p {
    font-weight: 500;
    color: #b71c1c;
    display: block;
    padding-right: 0;
    margin: 0;
    font-size: 20px;
}
#clock {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}
.alert.alert-webinar button.close {
    color: #fff;
    text-shadow: none;
    font-size: 30px;
    top: 10px;
    right: 20px;
    font-weight: 500;
    transition: all .3s ease;
    opacity: 1;
    position: relative;
}
/*-- marquee ends --*/


/*-- Media Queries start --*/
@media (max-width: 575px) {

#owl-demo .item img {
    max-width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: right;
}
button.navbar-toggler {
    border: 2px solid #444444;
    background: #dddddd;
    margin-right: 5%;
}

span.navbar-toggler-icon {
    background: url(../img/menu-bars.png) no-repeat;
    background-size: contain;
}
nav.navbar.navbar-expand-md.fixed-top {
    background: #ffffff;
}
ul.navbar-nav {
    overflow-y: scroll;
    height: 100vh;
    justify-content: flex-start !important;
}
h2.section-heading {
    font-size: 1.5em;
}
.vr-education-sec-01, 
.vr-education-sec-03,
.vr-education-sec-05,
.vr-education-sec-07,
.vr-education-sec-09,
.vr-education-sec-11 {
    flex-direction: column;
}
.vr-education-sec-02,
.vr-education-sec-04,
.vr-education-sec-06,
.vr-education-sec-08,
.vr-education-sec-10,
.vr-education-sec-12 {
    flex-direction: column;
    text-align: left;
}
.vr-education-sec-01 .vr-education-right, .vr-education-sec-03 .vr-education-right,
.vr-education-sec-02 .vr-education-right, .vr-education-sec-04 .vr-education-right,
.vr-education-sec-05 .vr-education-right,
.vr-education-sec-06 .vr-education-right,
.vr-education-sec-07 .vr-education-right,
.vr-education-sec-08 .vr-education-right,
.vr-education-sec-09 .vr-education-right,
.vr-education-sec-10 .vr-education-right,
.vr-education-sec-11 .vr-education-right,
.vr-education-sec-12 .vr-education-right{
    width: 100%;
    left: 0;
}
.vr-education-sec-01 .vr-education-left, .vr-education-sec-03 .vr-education-left,
.vr-education-sec-02 .vr-education-left, .vr-education-sec-04 .vr-education-left,
.vr-education-sec-05 .vr-education-left,
.vr-education-sec-06 .vr-education-left,
.vr-education-sec-07 .vr-education-left,
.vr-education-sec-08 .vr-education-left,
.vr-education-sec-09 .vr-education-left,
.vr-education-sec-10 .vr-education-left,
.vr-education-sec-11 .vr-education-left,
.vr-education-sec-12 .vr-education-left {
    width: 100%;
}
.testimonial-left {
    height: 104px;
    width: 100px;
    /*border: 2px solid #ffab00;*/
    border-radius: 50%;
    align-self: center;
}
.testimonial-right {
    text-align: center;
}
.testimonial-left > img {
    width: 100px;
    height: 100px;
    align-self: center;
    border-radius: 50%;
    border: 2px solid #ffab00;
}
/*.testimonial-left {
    height: 104px;
    width: 100px;
    border: 2px solid #ffab00;
    border-radius: 50%;
    align-self: center;
}*/
.testimonial-person {
    flex-direction: column;
}
.contactus-wrapper {
    padding: 50px 20px;
}
.company-info-wrapper {
    margin-bottom: 20px;
}
.vr-education-sec-01 .vr-education-right:after, .vr-education-sec-03 .vr-education-right:after {
    display: none;
}
.icon-section {
    margin-bottom: 20px;
}
.Aboutwrapper,
.Company-wrapper,
.partners-wrapper,
.vr-education-wrapper {
    padding: 50px 0;
}
h2.section-heading:after, h2.section-heading:before {
    display: none;
}
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) { 

#owl-demo .item img {
    max-width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: right;
}
button.navbar-toggler {
    border: 2px solid #444444;
    background: #dddddd;
    margin-right: 5%;
}

span.navbar-toggler-icon {
    background: url(../img/menu-bars.png) no-repeat;
    background-size: contain;
}
nav.navbar.navbar-expand-md.fixed-top {
    background: #ffffff;
}
ul.navbar-nav {
    overflow-y: scroll;
    height: 100vh;
}
h2.section-heading {
    font-size: 1.5em;
}
.vr-education-sec-01, .vr-education-sec-03 {
    flex-direction: column;
}
.vr-education-sec-02,.vr-education-sec-04 {
    flex-direction: column;
    text-align: left;
}
.vr-education-sec-01 .vr-education-right, .vr-education-sec-03 .vr-education-right,
.vr-education-sec-02 .vr-education-right, .vr-education-sec-04 .vr-education-right {
    width: 100%;
    left: 0;
}
.vr-education-sec-01 .vr-education-left, .vr-education-sec-03 .vr-education-left,
.vr-education-sec-02 .vr-education-left, .vr-education-sec-04 .vr-education-left {
    width: 100%;
}
.testimonial-left {
    height: 104px;
    width: 100px;
    border: 2px solid #ffab00;
    border-radius: 50%;
    align-self: center;
}
.testimonial-right {
    text-align: center;
}
.testimonial-left img {
    width: 100px;
    height: 100px;
    align-self: center;
    border-radius: 50%;
    border: 2px solid #ffab00;
}
.testimonial-left {
    height: 104px;
    width: 100px;
    border-radius: 50%;
    align-self: center;
}
.testimonial-person {
    flex-direction: column;
}
.contactus-wrapper {
    padding: 50px 20px;
}
.company-info-wrapper {
    margin-bottom: 20px;
}
.vr-education-sec-01 .vr-education-right:after, .vr-education-sec-03 .vr-education-right:after {
    display: none;
}
.icon-section {
    margin-bottom: 20px;
}
.Aboutwrapper,
.Company-wrapper,
.partners-wrapper,
.vr-education-wrapper {
    padding: 50px 0;
}
h2.section-heading:after, h2.section-heading:before {
    display: none;
}

}

/*-- Media Queries end --*/
/*-- video css & Media Query starts --*/

  /* First make sure the video thumbnail images are responsive. */

  img {
    max-width: 100%;
    height: auto;
  }
  
  /* 
  This is the starting grid for each video with thumbnails 4 across for the largest screen size.
  It's important to use percentages or there may be gaps on the right side of the page. 
  */

  .video {
    background: #fff;
        border: 1px solid #ffe3aa;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    width: 23%; /* Thumbnails 4 across */
    margin: 1%;
    float: left;
  }
.videoTitle {
    font-size: 1em;
    padding:10px 10px 10px 20px;
    margin-bottom: 0;
    background: #ffab00;
    height: auto;
    overflow: hidden;
}
   /* 
   These keep the height of each video thumbnail consistent between YouTube and Vimeo.
   Each can have thumbnail sizes that vary by 1px and are likely break your layout. 
   */

  .video figure {
    height: 0;
    padding-bottom: 56%;
    overflow: hidden;
    margin-bottom: 0;
}
  .video figure a {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    line-height: 0;
  }


/* webinar styles start */
.countdown {
  transition: all .5s linear;
  background: #f44336;
  padding: 1em;
}
.alert-webinar {
    padding:0;
    margin-bottom:0;
}
.hero-section {
  padding: 150px 0;
  background: url(../img/EnterprisePage-01.png) center center no-repeat;
  background-size: cover;
  position: relative;
}

.hero-section::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}

.welcome-message { margin-top: 5.25em; }

.welcome-message h1 {
  font-size: 30px;
  margin: 0 0 24px;
}

.welcome-message h2 {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}

.welcome-message h1,
.welcome-message h2,
.hero-section .cta-btn p { color: #fff; }

.hero-section .btn {
  padding: 1em 2em;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  border-color: transparent;
  background: #3396FE;
}

.hero-section .btn:hover,
.hero-section .btn:active,
.hero-section .btn:focus,
.hero-section .btn:active:hover,
.hero-section .btn:active:focus {
  outline: none;
  color: #fff;
  border-color: transparent;
  background: #47a0fe;
}

.ml2 {
  font-weight: 900;
  font-size: 3.5em;
}

.ml2 .letter {
  display: inline-block;
  line-height: 1em;
}
.cta-btn {
    padding-top: 50px;
}
.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-spacing { padding: 6em 0; }


.schedule { background: #9c9ea0; }

.schedule h3 {
  margin: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.schedule h3 i {
  display: block;
  font-size: 45px;
  padding-bottom: 12px;
}

.center-block { float: none; }

.schedule div[class^="col-sm"]:nth-child(1),
.schedule div[class^="col-sm"]:nth-child(2),
.schedule div[class^="col-sm"]:nth-child(3) { margin-bottom: 1.5em; }

.schedule .btn {
  margin-top: .75em;
  background: transparent;
  border: 1px solid #fff;
  padding: 1em 2em;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  /* border-color: transparent; */
  background: #ffab00;
}

.schedule .btn:hover,
.schedule .btn:active,
.schedule .btn:focus,
.schedule .btn:active:hover,
.schedule .btn:active:focus {
  outline: none;
  color: #3396FE;
  border-color: #fff;
  background: #fff;
}
button.btn.btn-link {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #5a5e61;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    text-align: left;
}

/* webinar styles end */

  /* Media Queries - This is the responsive grid. */

  @media (max-width: 1024px) {
    .video {
      width: 31.333%; /* Thumbnails 3 across */
    }
  }

  @media (max-width: 600px) {
    .video {
      width: 48%; /* Thumbnails 2 across */
    }
  }

  @media (max-width: 360px) {
    .video {
      display: block;
      width: 96%; /* Single column view. */
      margin: 2%; /* The smaller the screen, the smaller the percentage actually is. */
      float: none;
    }
  }

  /* These are my preferred rollover styles. */

  .video img {
    width: 100%;
    opacity: 1;
  }

  .video img:hover, .video img:active, .video img:focus {
    opacity: 0.75;
  }

/*-- video css & Media Query ends --*/