/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    width: 100%;/**added to stretch by d2k**/
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

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

body{
    /*overflow: visible!important;*/
    opacity: 1!important;
    padding: 0!important;
    margin: 0!important;
    border: 0!important;
    width: 100%;
}
/*html, body {*/
/*    overflow: visible!important;*/
/*}*/
button,input,textarea{
    outline: none;
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 5px;
    padding-left: 15px;
}
.margin0{
  margin: 0!important;
}
.padding70{
  padding-top: 70px;
  padding-bottom: 70px;
}
/*homepage css*/

*, *::after, *::before {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
a {
  color: #6345ee;
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.overlay {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #00000080;
  z-index: 1001;
}
/* For Typography */
.ul-base {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* -----------------------------------------------------
Clearfix
-------------------------------------------------------- */
.clearfix {
*zoom: 1;
}
.clearfix::after {
  content: '';
  display: table;
  line-height: 0;
  clear: both;
}
/* -----------------------------------------------------
Header
-------------------------------------------------------- */
/*header {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}*/
.header .header-inner {
    width: 100%;
    height: 64px;
    color: #000;
    padding: 0 20px;
    position: fixed;
    z-index: 21;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.34);
    transition: 0.3s ease-in;
}
.header .nav-btn {
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin: 12px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header .nav-btn.nav-slider {
  float: right;
}
.header .nav-btn.search {
  display: none;
}
.header .nav-btn i {
  vertical-align: middle;
}
.header .header-logo {
  display: inline-block;
  overflow: hidden;
  float: left;
  padding: 2px 28px 0px 8px;
}
.header .header-logo img {
  display: block;
  max-height: 60px;
  vertical-align: middle;
}
.header .header-categories {
  display: block;
  position: relative;
  float: left;
  /*border-left: 1px solid rgba(255, 255, 255, 0.157);*/
}
.search{
	display: block;
    transition: 0.5s ease-in;
}
.header .header-search {
    float: left;
    display: block;
    position: relative;
    width: 30%;
    height: 64px;
    margin: 0px 0px 0px 100px;
    padding: 10px 0;
    /* border-left: 1px solid #33cccc7a; */
    /* border-right: 1px solid #33cccc7a; */
}
.header .header-search .search {
  /*display: block;*/
  position: relative;
  width: calc(100% - 35px);
  margin: 0 auto;
}
.header .header-search .search i {
    position: absolute;
    top: 14px;
    right: 10px;
    color: #c2c2c2!important;
    font-size: 16px;
    cursor: pointer;
}
.search-custome-button{
    height: 40px;
    width: 40px;
    border-radius: 50px;
    border: none;
    position: absolute;
    right: -8px;
    bottom: 0;
    font-size: 28px;
    cursor: pointer;
    background: transparent; 
    z-index: 10;
}
.search-mobi-input{
     width: 100%!important;
     margin: 0!important;
     border-radius: 0!important;
}
.header_search{
    width: 85%;
    height: 35px;
    padding: 0px 50px 0px 10px;
    text-align: center;
    margin: 4px 10px 0px 0px;
    font-weight: 100;
    color: #000000;
    font-size: 16px;
    border: 1px solid #c2c2c2!important;
    outline: none;
    border-radius: 100px;
    background-color: #ffffff;
    transition: 0.3s ease-in;
}
.header .header-search .search ::-webkit-input-placeholder {
  color: #b5b5b5;
}
.header .header-search .search ::-moz-placeholder {
  color: #b5b5b5;
}
.header .header-search .search :-moz-placeholder {
  color: #b5b5b5;
}
.header .header-search .search :-ms-input-placeholder {
  color: #b5b5b5;
}
.header .header-menu {
  float: right;
}
/*.ul-base {
  height: 64px;
}*/
.user-name-display{
    position: absolute;
    right: 26px;
    top: -10px;
    width: 100%;
}
.ul-base .li-unit {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  padding: 0 0 0 12px;
  line-height: 64px;
  z-index:31;
}
.ul-base .li-unit .a-unit {
    font-size: 17px;
    cursor: pointer;
    padding: 3px;
    border-radius: 100px;
    background: #00000000;
    transition: 0.3s ease-in;
}
.ul-base .li-unit  .a-unit:hover {
  color: #6345ee;
  text-decoration: none;
}
.ul-base .li-unit  .a-unit:hover .fa-blackwhite {
  color: #6345ee!important;
  transition: 0.3s ease-in;
}
.ul-base .li-unit .user_menu {
  float: right;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 0px;
  padding: 3px;
  margin: 13px 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ul-base .li-unit .user_menu:hover {
  /*color: #ffffff!important;*/
  /*background: #000000;*/
  /*text-decoration: none;*/
}
.vnha_creator{
	padding-left: 25px!important;
}
.vnha_business{
	padding-left: 20px!important;
}
.home_clr_style{
	color: #000000;
	transition: 0.3s ease-in;
}
.user_profile_pic{
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #9a9a9a;
    float: right;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 0px;
    padding: 0px;
    margin: 10px 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.3s ease-in;
}
.fa-side-srch{
	width: 55px;
    height: 35px;
    padding: 10px;
    font-size: 18px;
    color: #6345ee;
}
@media only screen and (max-width: 1224px) {
  .header .header-categories {
    display: none;
  }
  .vnha_business,.vnha_creator{
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .header .header-search {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-search {
    display: none;
  }
  .home_clr_style{
	color: #000000!important;
  }
}
@media only screen and (max-width: 480px) {
  .header .header-inner {
    padding: 0 12px;
    text-align: center;
    background-color: #ffffff!important;
  }
  /*.header .nav-btn {
    background-color: rgba(0, 0, 0, 0.175);
  }
  .header .header-logo {
    float: right;
    padding-left: 0px;
    padding-right: 0px;
  }*/
  /*.header .header-menu {
    display: none;
  }*/
}
@media only screen and (max-width: 1195px) {
  .mobi_hide{
    display: none;
  }
}
@media only screen and (max-width: 560px) {
  .ul-base .li-unit .user_menu, .user_profile_pic{
    margin: 13px 13px;
  }
  .login_text_show {
        font-size: 13px;
        right: 40px;
    }
}
/* -----------------------------------------------------
Nav
-------------------------------------------------------- */
nav {
  overflow-y: auto;
  position: fixed;
  top: 0px;
  width: 250px;
  height: 100%;
  color: #fff;
  right: -250px;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
  opacity: 0.9;
  z-index: 1002;
}
nav .nav-header {
  display: block;
  background-color: #ffffff;
}
nav .nav-header .logo-wrap {
  padding: 1.7em 1em;
}
nav .nav-header .logo-wrap .logo-icon {
  text-decoration: none;
}
nav .nav-header .logo-wrap .logo-icon img {
  display: block;
  margin: 0 auto;
}
nav .nav-header .logo-wrap .logo-text {
  display: inline-block;
  color: #fff;
  font-size: 1.2em;
  vertical-align: 12px;
  margin-left: 8px;
  text-decoration: none;
}
nav .nav-header .nav-search {
  position: relative;
  height: 40px;
}
nav .nav-header .nav-search .search {
  display: block;
  position: relative;
  border-top: 1px solid #33cccc80;
  border-bottom: 1px solid #33cccc80;
}
nav .nav-header .nav-search .search i {
  position: absolute;
  top: 8px;
  right: .7em;
  color: #33cccc;
  font-size: 24px;
  cursor: pointer;
}
nav .nav-header .nav-search .search input[type="search"] {
  width: 78%;
  height: 37px;
  color: #fff;
  text-align: center;
  outline: none;
  border: none;
  background-color: #33cccc69;
}
nav .nav-header .nav-search .search ::-webkit-input-placeholder {
  color: #ffffff;
}
nav .nav-header .nav-search .search ::-moz-placeholder {
  color: #ffffff;
}
nav .nav-header .nav-search .search :-moz-placeholder {
  color: #ffffff;
}
nav .nav-header .nav-search .search :-ms-input-placeholder {
  color: #ffffff;
}
nav .nav-categories li {
  display: block;
  position: relative;
}
nav .nav-categories li a {
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  color: #5c5c5c;
  padding: 6px 10px;
  text-decoration: none;
}
nav .nav-categories li a:hover {
  background-color: #e8e2ff;
}
nav.open {
  right: 0px;
  box-shadow: 3px 3px 10px #07414199;
  opacity: 1;
}
nav .nav-separator {
  width: 100%;
  height: 1px;
  margin: 7px 0;
  background-color: rgba(0, 0, 0, 0.175);
}
nav .nav-link-title {
  display: block;
  color: #3f51b5;
  font-size: 1rem;
  padding: .5em 1.3em;
}
nav .social {
  display: flex;
  margin: 4px 0;
  position: relative;
  top: 90px;
  border-top: 1px solid rgba(0, 0, 0, 0.155);
  border-bottom: 1px solid rgba(0, 0, 0, 0.155);
}
nav .social li {
  display: inline-block;
  position: relative;
  width: 25%;
  height: 28px;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 28px;
  flex-direction: row;
  border-right: 1px solid rgba(0, 0, 0, 0.175);
}
nav .social li:last-child {
  border-right: 0;
}
nav .social li a {
  display: block;
  color: #5c5c5c;
  font-size: 15px;
  padding: 2px;
  text-decoration: none;
}
nav .social li a.twitter:hover {
  color: #00baf0;
}
nav .social li a.facebook:hover {
  color: #3b5997;
}
nav .social li a.google-plus:hover {
  color: #c43c2c;
}
nav .social li a.rss:hover {
  color: #ff6600;
}
nav .contact_sidebar {
  display: block;
  color: #5c5c5c;
  text-align: center;
  padding: 1.5em 0 1em;
  position: relative;
  top: 30px;
  border-top: 1px solid #6345ee3d;
}
nav .copyright span {
  display: block;
  width: 100%;
  font-size: 11px;
  margin-bottom: 4px;
}
/* -----------------------------------------------------
Dropdown Menu
-------------------------------------------------------- */
li.dropdown {
  display: inline-block;
  position: relative;
}
.dropdown-toggle{
  color: #000000;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s ease-in;
}
.dropdown-toggle:hover{
  opacity:1;
}
.dropdown-toggle:hover #updownicon{
  color: #6345ee!important;
}
li.dropdown a {
  display: block;
  height: 64px;
  padding: 0 10px;
  color: #000;
  font-size: 17px;
  line-height: 64px;
  text-decoration: none;
}
li.dropdown a i {
  vertical-align: middle;
  color: black;
  cursor: pointer;
}
li.dropdown .dropdown-menu {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: auto!important;
    right: -460px!important;
    min-width: 95vw;
    margin: 2px 0;
    padding: 5px 2px;
    text-align: left;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.4);
    z-index: 1000;
}
li.dropdown .dropdown-menu li {
  display: block;
}
li.dropdown .dropdown-menu li a {
  display: block;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  transition: 0.1s ease-in-out!important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  }
li.dropdown .dropdown-menu li a:hover {
    color:#000!important;
    font-weight: bold;
    background: #eeeeee;
    border-radius: 5px;
}
li.dropdown.open .dropdown-menu {
  display: block;
}
.fa-clr-vnha,.fa-color{
  color: #33cccc!important;
}
.fa-blackwhite,.fa-black{
    color: black!important;
}
.fa-blackwhite:hover{
  color: #ffffff!important;
}
.fa-clr-vnha:hover{
  color: #ffffff!important;
}
.fa-width{
  width: 40px;
}
.love_icon{
  color: #ff4c4c!important;
}
.made_in{
  color: #afafaf;
  font-size: 12px;
}
.border_top_1{
  /*border-top: 1px solid #33cccc29;*/
}
header .header-menu ul li a:hover .fa-clr-vnha{
  color: #ffffff!important;
}
/* menu 1 */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu {
  margin: 0 auto;
  padding: 0;
}
.menu__el {
  float: left;
  position: relative;
}
.menu__el:hover > .menu-inner {
  transform: scale(1);
  margin-left: 0;
}
/* menu 2 */
.menu-inner {
  transform: scale(0);
  position: absolute;
  top: 100%;
  transform-origin: top;
  height: auto!important;
  background: #ffffff;
  overflow: hidden;
  left: 0px;
    min-width: 200px;
  padding: 5px 2px;
  text-align: left;
  border-radius: 5px;
  box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.4);
  }
.menu-innerright{
  right: 0px!important;
  left: auto!important;
}
.menu-inner:hover > .menu-inner__el {
  opacity: 0.9;
}
.menu-inner > .menu-inner__el:hover {
  opacity: 1;
}
.menu-inner__el a{
  display: block;
  height: 40px;
  cursor: pointer;
  font-size: 17px;
  line-height: 40px;
  padding-left: 6px;
  color: #333333;
  /*border-bottom: 1px solid #33cccc29;*/
  text-decoration: none;
  background: #fff;
  margin: 1px 5px;
  transition: 0.3s ease-in-out;
}
.menu-inner__el a:hover{
    color: #6345ee;
    background: #eeeeee;
    border-radius: 5px;
}
.dropdown-menu .col-md-2 li a:hover,.dropdown-menu .col-md-3 li a:hover{
  color: #6345ee;
}
.titel_caty a{
  line-height: 20px!important;
  font-weight: 100;
  height: 37px!important;
  color: #000000!important
}
.border_right{
  border-right: 1px solid #888888;
}
.height80vh{
  min-height: 80vh;
}
/*header css end*/


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

::-webkit-scrollbar{
  width: 10px;
  background-color: rgba(0,0,0,0);
}
::-webkit-scrollbar-thumb{
  border-radius: 20px;
  background-color: #a6a6a6;
  box-shadow: inset 0 0 6px rgba(0,0,0,.2);
}
::-webkit-scrollbar-track{
  border-radius: 20px;
  background-color: white;
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}


.hide{
    display: none;
}



#top_nav_menu_background_blur{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
}

#top_nav_menu{
    height: auto;
    width:60vw;
    background-color: #0c1a1e;
    position: fixed;
    top: 50px;
    right: 0vw;
    z-index: 4;
    padding-bottom: 15px;
    padding-left: 40px;    
    box-shadow: 3px 3px 20px black;
}

.make_blurred{
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}

.top_nav{
    width: 100%;
    height: 50px;
    background-color: #0c1a1e;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 900;
    padding-right: 2px;
    padding-left: 2px;
    display: flex;
    justify-content: space-between;
    -webkit-filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.41));
}

.top_nav_logo{
    float: left;
    /*height: 100px;
    width: 100px;*/
    background-color: rgba(0,0,0,0);
    
}

.top_nav_menu{
    height: 50px;
    width: 30px;
    background-color: rgba(0,0,0,0);
    padding-top: 10px;
}



/**
 * main_links depricated
 */

.main_links{
    height: 100px;
    /**width: 150px;*/
    border: 2px solid white;
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    background-color: rgba(1,1,0,0.4);
    padding: 0;

}

.slogan{
    font-size: 23px;
    color: white;
    text-shadow: 1px 1px #95a5a6;
}

.main_portfolio_links{
   /*background-color: rgba(0,0,0,0);
   border: 2px solid white;
   border-radius: 5px;
   font-size: 18px;
   color: white;
   transition-duration: 0.1s;
   cursor: pointer;
   filter: drop-shadow(1px 1px 5px #222);
   z-index: 1*/
}

.main_portfolio_links_1{
    height: 70px;
    padding-top: 10px;
    background-color: rgba(0,0,0,0);
   border: 4px solid white;   
   transition-duration: 0.1s;
   cursor: pointer;
   z-index: 1;
}


.linktext{
   color: white;
   font-size: 18px;
}

.main_portfolio_links_2{
    height: 70px;
    background-color: rgba(0,0,0,0);
   border: 4px solid white;
   font-size: 18px;
   color: white;
   transition-duration: 0.1s;
   cursor: pointer;
   z-index: 1;

}

.main_portfolio_links_3{
    height: 70px;
    background-color: rgba(0,0,0,0);
   border: 4px solid white;
   font-size: 18px;
   color: white;
   transition-duration: 0.1s;
   cursor: pointer;
   z-index: 1;
}

.main_portfolio_links_4{
    height: 70px;
    background-color: rgba(0,0,0,0);
   border: 4px solid white;
   font-size: 18px;
   color: white;
   transition-duration: 0.1s;
   cursor: pointer;
   z-index: 1;
}

.main_portfolio_links_2:hover,.main_portfolio_links_3:hover,.main_portfolio_links_4:hover{
    background-color: white;
    border-radius: 50px;
    color: #3ccad1;
}

.featured_links{
    height: 100px;
    /**width: 150px;
    border: 2px solid white;*/
    border-radius: 0;
    text-align: center;
    cursor: pointer;
    background-color: rgba(1,1,0,0.4);
    padding: 0;
}

.position{
    position: relative;
    top: 50px;
}

/**
 * scrollable_main_container depricated
 */

.scrollable_main_container{
    /*overflow-y: scroll;*/
    height: 100%;
    padding-top: 10%;
    padding-bottom: 10%;
    background-image: url(../img/back.jpeg);}

/**
 * scrollable_main_container depricated
 */

.main_portfolio_container{
    height: calc(100vh - 50px);
    background-color: #3ccad1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax {
    background-color: rgba(0,0,0,0);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;  

    -webkit-overflow-scrolling: touch;  
}

#background1 {
    position: absolute;
    z-index: 1;
    bottom: -18px;
    width: 100%;
    height: 200px;
    background: url(../img/ground1.png)  bottom center;
    background-size: 1400px 500px;
    left: 0px;
}
#background2 {
    position: absolute;
    bottom: -18px;
    width: 100%;
    height: 320px;
    background: url(../img/ground2.png)  bottom center;
    background-size: 1400px 500px;
    left: 0px;
}


.a-links {
    color: white;
    position: relative;
    z-index: 1;    
    font-size: 20px;
    line-height: 100%;
    font-weight: bold;
    padding: 50px 17px;
}

 .b-links{
    color: white;
    position: relative;
    z-index: 1;    
    font-size: 20px;
    line-height: 100%;
    font-weight: bold;
    padding: 50px 17px;
}
.b-links:hover{
  -webkit-animation:movel .2s;
  animation-fill-mode: forwards;
}


.parallax_div{
    height: 100px;
    width: 180px;
    background-color: rgba(60, 202, 209, 0.3);
    position: relative;
    top: 30vh;
    left: calc((100vw - 810px) / 2);
    border: 2px solid white;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    box-shadow: 3px 3px 2px rgba(0,0,0,0.50);

}
.parallax_div:hover{
  -webkit-animation:movex .3s;
  animation-fill-mode: forwards;
}

.parallax_div_1{
    height: 100px;
    width: 180px;
    background-color: rgba(60, 202, 209, 0.3);
    position: relative;
    top: calc(30vh - 100px);
    left: calc(((100vw - 810px) / 2) + 210px);
    border: 2px solid white;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    padding-top: 100;
    z-index: 1;
    box-shadow: 3px 3px 2px rgba(0,0,0,0.50); 
    color: white;
    font-size: 20px;
    line-height: 100%;
    font-weight: bold;
    padding: 35px 17px; 
}

.parallax_div_2{
    height: 100px;
    width: 180px;
    background-color: rgba(60, 202, 209, 0.3);
    position: relative;
    top: calc(30vh - 200px);
    left: calc(((100vw - 810px) / 2) + 420px);
    border: 2px solid white;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    color: red;
    z-index: 1;  
    box-shadow: 3px 3px 2px rgba(0,0,0,0.50); 
    color: white;
    font-size: 20px;
    line-height: 100%;
    font-weight: bold;
    padding: 35px 17px;
}

.parallax_div_3{
    height: 100px;
    width: 180px;
    background-color: rgba(60, 202, 209, 0.3);
    position: relative;
    top: calc(30vh - 300px);
    left: calc(((100vw - 810px) / 2) + 630px);
    border: 2px solid white;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    z-index: 1; 
    box-shadow: 3px 3px 2px rgba(0,0,0,0.50); 
    color: white;
    font-size: 20px;
    line-height: 100%;
    font-weight: bold;
    padding: 35px 17px;
}



.parallax_div:hover{
    cursor: pointer;
}

.parallax_div_1:hover{
    background-color: white;
    border-radius: 100px;
    transition-duration: 0.5s;
    cursor: pointer;
    color: #3ccad1;
}
.parallax_div_2:hover{
    background-color: white;
    border-radius: 100px;
    transition-duration: 0.5s;
    cursor: pointer;
    color: #3ccad1;
}
.parallax_div_3:hover{
    background-color: white;
    border-radius: 100px;
    transition-duration: 0.5s;
    cursor: pointer;
    color: #3ccad1;
}

.scrollable_featured_container{
    /*height: 100%;*/
    padding-top: 0;
    padding-bottom: 30px;
    
}

.padding_0{
    padding: 0;
}

.padding-top_5{
    padding-top: 5%;
}

.padding-bottom_8{
    padding-bottom: 8%;
}

.view_more_div{
    height: 35px;
    width: 50px;
    display: inline-block;
    border-radius: 25px;
    background-color: #33cccc;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    padding:8px 10px;
    transition: all 0.3s;
    cursor: pointer;
    margin: 5px;
    font-weight: bold;
}

.view_more_div:hover{
    background-color: #33cccc;
    border-radius: 30px;
    color: white;
}

.view_more_div span{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}

.view_more_div span:after {
  content: '\00BB';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.3s;
}

.view_more_div:hover span {
  padding-right: 11px;
}

.view_more_div:hover span:after {
  opacity: 1;
  right: 0;
}


.read_more{
   height: 35px;
   width: 150px;
   display: inline-block;
   border-radius: 30px;
   background-color: white;
   color: #33cccc;
   font-size: 16px;
   padding:5px 5px;
   transition-duration: 0.2s;
   cursor: pointer;
   border: 2px solid #33cccc;
}

.modal-body p{
    color:#676767;
}

.read_more:hover{
    background-color: #33cccc29;
    border-radius: 30px;
    color: #33cccc;
    border: 2px solid #33cccc;
}

iframe{
    height: 156px;
    width: 280px;
}

.team_vaanahaa_div{
    height: 35px;
    width: 150px;
    display: inline-block;
    border-radius: 25px;
    background-color: #008CBA;
    border: none;
    color: #FFFFFF;
    font-size: 16px;
    padding:8px 10px;
    transition: all 0.3s;
    cursor: pointer;
    margin: 5px;
}

.team_vaanahaa_div:hover{
    background-color: #02516b;
    border-radius: 30px;
    color: white;
}

.team_vaanahaa_div span{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}

.team_vaanahaa_div span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.3s;
}

.team_vaanahaa_div:hover span {
  padding-right: 11px;
}

.team_vaanahaa_div:hover span:after {
  opacity: 1;
  right: 0;
}

.quote{
    height: auto;
    background-color: #0c1a1e;
    color: white;
    width: 100%;
    min-height: 60px;
    margin-top: 90px;
}
.quote h1{
    font-size: 22px;
    padding: 10px;
    font-weight: normal;
    margin: 0;
}
.quote h1 a{
    text-decoration: none;
    z-index: 1;
    position: relative;
    font-family: 'Roboto', sans-serif;
    /*line-height: 10%;*/
    color: white;
}
.about_us_container{
    /*height: 100%;*/
    padding-top: 0;
    padding-bottom: 5%;
}
#about_us_text p{
    color: #8a8a8a;
}
.cart-content{
    color: #000000;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: white;
    border-radius: 30px;
}
.cart-content-front {
    position: absolute;
    color: #ffffff;
    padding-left: 30px;
    padding-top: 15px;
    webkit-filter: drop-shadow(-3px -2px 3px black);
    filter: drop-shadow(-3px -2px 3px black);
}



/**For full desktop view changer*/
@media only screen and (max-width: 899px){
    .parallax{
        display: none;
    }
    .scroll-top-wrapper{
        background-color: rgba(0,0,0,0);
        bottom: 150px;
    }
    #our_services input[type="search"] {    
    font-size: 22px!important;
    width:95%!important;  
    padding-left: 10px!important;  
    }
}

@media only screen and (min-width: 900px) {
    .main_portfolio_container1{
        display: none;
    }

    .quote{
        height: 60px;
        background-color: #0c1a1e;
        color: white;
    }
}

@media only screen and (min-width: 900px) {
    .main_portfolio_container1{
        display: none;
    }
}

@media only screen and (min-width: 700px) {
    .scrollable_main_container{
        display: block;
    }

    .padding-bottom_8{
        padding-bottom: 20px;
    }

    .scrollable_featured_container.padding-top_5{
        padding-top: 0px;
    }

    iframe{
        width: 500px;
        height: 300px;
    }

    #about_us_text{
        width: 720px;
        display: inline-block;
    }
    
    .about_us_text{
        display: none;
    }
}

@media only screen and (min-width: 700px){
    iframe{
        width: 100%;
        height: 188px;
        margin-top: 100px;
    }    
}

@media only screen and (min-width: 800px){
    iframe{
        width: 100%;
        height: 352px;
        margin-top: 0px;
    }
}


@media only screen and (max-width: 599px) {
    /* Style adjustments for viewports that meet the condition */
    .scrollable_main_container{
        display: none;
    }

    .main_portfolio_container1{
        display: block;
    }

    /*#about_us_text{
        display: none;
    }*/

    .team_vaanahaa_div{
        width: 150px;
    }
}


@media only screen and (min-width: 400px){
    #top_nav_menu{
        width: 215px;
    }

    .custom-footer .row .col-xs-8:not(:first-child) span{
        transition: 0.3s;
        transition-property: font-size, color;
        transition-timing-function: ease;
    }

    .custom-footer .row .col-xs-8:not(:nth-child(n+8)) span:hover {
        cursor: pointer;
        font-size: 20px;
        color: #3ccad1;
    }
}

.fa {
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
}
#likeform{
    position: relative;
    width: 100px;
    height: 31px;
    margin: 0 0 30px 0;
    overflow: visible;
}
#likeform:hover .like_icon{
    color: #ff4c4c;
    font-size: 18px;
    opacity: 0.7;
}
#likesadditon{
    position: absolute;
    left: 10px;
    top: 7px;
}
#likeform input.likes_counter{
    border: 1px solid #ffffff;
    background: #ffffff00;
}
#likeform input.likes_counter:hover{
    border: 1px solid #f6f6f6;
    background: #cdcdcd14;
}
.liked_info{
    font-size: 12px;
    display: inline-flex;
    width: 150%;
}
.fa-lightgray{
    color:#dadada;
}

.fa:hover {
    opacity: 1;
    cursor: pointer;
    transition: 0.3s;
}


.fa-facebook:hover {
    color: white;
    background-color: #3b5998;
}

.fa-twitter:hover {
  background: #55ACEE;
  color: white;
}


.fa-google:hover {
  background: #dd4b39;
  color: white;
}


.fa-linkedin:hover {
  background: #007bb5;
  color: white;
}



.fa-youtube:hover {
  background: #bb0000;
  color: white;
}


.fa-instagram:hover {
  background: #fb3958;
  color: white;
}


.fa-whatsapp:hover {
  background: #25d366;
  color: white;
}
#social_1{
    padding-bottom: 10px;
    padding-top: 10px
}

/**This is for desktop nav. bar*/
.navbar {
    border: 0px solid transparent !important;
}

.opaque-navbar {
    margin-top: 20px;
    height: 60px;
    border-bottom: 0px;
    /*background-color:rgba(0,0,0,.5);*/
    background: linear-gradient(to bottom,rgb(0, 0, 0) 0,rgba(0, 0, 0, 0) 100%);
    transition-property: background;
    transition-duration: 0.3s;
    transform-style: ease-in-out;
    padding-top: 10px;
}
.uper_nav_bar{
    height:20px;
    /*background: #0c1a1e;*/
    position: fixed;
    right: 0;
    left: 0;
    top:0;
    z-index: 1030;
    background:black;
}
.addinstitute{
    text-decoration: none;
    padding-right: 7px;
    padding-left: 7px;
    background:#232323;
    border-radius: 30px;
    font-size: 13px;
    display: inline-flex;
    /*margin-right:5px;*/
}
.upheaderitem{
    color: white;
    text-decoration: none;
}
.upheaderitem:hover{
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.opaque-navbar2 {
    height: 50px;
    border-bottom: 0px;
    background-color: #3ccad1;  
}

.opaque-navbar3 {
    height: 50px;
    border-bottom: 0px;
    background-color: #0c1a1e;  
}



#blog,#our_service,#sign,#search1{
    text-decoration: none;
    color: white;
    /*font-weight: bold;*/
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    padding-right: 16px;
    padding-left: 16px;
    transition-duration: .3s;
    border-radius: 50px;
}

#sign{
    border-radius: 50px;
}

#menu1:hover, #home:hover, #blog:hover, #career:hover, #our_service:hover, #contact_us:hover{
    background-color: black;
    border-radius: 35px;
    color: white;
}



#sign:hover, #search1:hover {
   background-color: black;
    border-radius: 50px;
}



















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}





/*This is new slider*/

#slider-text{
  padding-top: 40px;
  display: block;
}
#slider-text .col-md-6{
  overflow: hidden;
}

#slider-text h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 30px auto;
  padding-left: 40px;
}
#slider-text h2::after{
  border-top: 2px solid #c7c7c7;
  content: "";
  position: absolute;
  bottom: 35px;
  width: 100%;
  }

#itemslider h4{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 10px auto 3px;
}
#itemslider h5{
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin: 3px auto 2px;
}
#itemslider h6{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;;
  font-size: 10px;
  margin: 2px auto 5px;
}
.badge {
  background: #b20c0c;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 31px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  border: 2px solid #FFF;
  box-shadow: 0 0 0 1px #b20c0c;
  top: 5px;
  right: 25%;
}
#slider-control img{
  padding-top: 120%;
  margin: 0 auto;
}
@media screen and (max-width: 992px){
#slider-control img {
  padding-top: 140px;
  margin: 0 auto;
}
}

.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 5px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 5px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/**Background bubbles*/

.bg-bubbles {
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  border-radius: 15px
  z-index: 1;
}
.bg-bubbles li {
  position: fixed;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.10);
  bottom: -160px;
  -webkit-animation: square 25s infinite linear;
  animation: square 25s infinite linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 60%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 19s;
          animation-duration: 19s;
  background-color: rgba(255, 255, 255, 0.15);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 55px;
  height: 55px;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
}
.bg-bubbles li:nth-child(9) {
  left: 70%;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 9s;
          animation-delay: 9s;
}
@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-900px) rotate(600deg);
            transform: translateY(-900px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-900px) rotate(600deg);
            transform: translateY(-900px) rotate(600deg);
  }
}


.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: rgba(0,0,0,0.35);
    color: #eeeeee;
    width: 30px;
    height: 30px;
    line-height: 25px;
    right: 15px;
    bottom: 100px;
    padding-top: 2px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.scroll-top-wrapper:hover {
    background-color: black;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}



/*footer*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
ul,li{
    padding:0;
    margin:0;
}
li{
    list-style-type:none;
}



.footernew {  
    background-color:#0c1a1e; 
    min-height:50px; 
    font-family: 'Roboto', sans-serif; 
    z-index: 9;
    position: relative;
}
.footer2{
    position: relative;
    z-index:9;
}

.footer-col {
   margin-top:25px; 
}




.footer-col p { 
    color:#fff; 
    font-size:12px; 
    font-family: 'Roboto', sans-serif; 
    margin-bottom:15px;
}

.footer-col p i { 
    width:20px; 
    color:#999;
}

.footer-ul { 
    list-style-type:none;  
    padding-left:0; 
    margin-left:2px;
}

.footer-ul li { 
    line-height:29px; 
    font-size:17px;
    height: 29px;
}

.footer-ul li a { 
    color:#d9d6d6; 
    transition: color 0.2s ease-in-out 0s, background 0.2s ease-in-out 0s;
    -webkit-filter: drop-shadow(5px 5px 5px black); 
    filter: drop-shadow(5px 5px 3px black);
}

.footer-ul i { 
    margin-right:10px;
}

.footer-ul li a:hover {
    transition: color 0.2s linear 0s, background 0.2s linear 0s; 
    color: #ffffff;
    text-decoration: none;
    font-size: 20px; 
    transition: 0.5s;
    font-weight: bold;
}

.footer-ul { 
    list-style-type:none;  
    padding-left:0; 
    margin-left:2px;

}
.footer-ul2{
    text-align:center;
}

.footer-ul2 li { 
    line-height:29px; 
    font-size:17px;
    height: 50px;
}

.footer-ul2 li a { 
    color:#d9d6d6; 
    font-size:17px;
    transition: color 0.2s ease-in-out 0s, background 0.2s ease-in-out 0s; 
    -webkit-filter: drop-shadow(5px 5px 5px black); 
    filter: drop-shadow(5px 5px 3px black);
}
.footer-ul2 li p { 
    color:#d9d6d6!important; 
    font-size:17px!important;
    transition: color 0.2s ease-in-out 0s, background 0.2s ease-in-out 0s; 
    -webkit-filter: drop-shadow(5px 5px 5px black); 
    filter: drop-shadow(5px 5px 3px black);
}

.footer-ul2 i { 
    margin-right:10px;
    -webkit-filter: drop-shadow(5px 5px 5px black);
    filter: drop-shadow(5px 5px 3px black);
}

.footer-ul2 li a:hover {
    transition: color 0.2s linear 0s, background 0.2s linear 0s; 
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold; 
    transition: 0.5s;
}
.footer-ul2 li p:hover {
    transition: color 0.2s linear 0s, background 0.2s linear 0s; 
    color: #ffffff!important;
    text-decoration: none;
    font-size: 20px!important;
    font-weight: bold; 
    transition: 0.5s;
}

 .copyright { 
    min-height:40px; 
    background-color:#000000;
}

 .copyright p { 
    text-align:left; 
    color:#FFF; 
    padding:10px 0; 
    margin-bottom:0;
}

 .heading7 { 
    text-align: center;
    font-size:21px; 
    font-weight:700; 
    color:#d9d6d6; 
    margin-bottom:22px;
    text-transform: uppercase;
    -webkit-filter: drop-shadow(5px 5px 5px black); 
    filter: drop-shadow(5px 5px 3px black);
}

.heading8 { 
    padding-left: 0px;
    font-size:21px; 
    font-weight:700; 
    color:#d9d6d6; 
    margin-bottom:22px;
    text-transform: uppercase;
    -webkit-filter: drop-shadow(5px 5px 5px black); 
    filter: drop-shadow(5px 5px 3px black);
}

.tags {
    color: #acafaf;
    font-size: 12px
}
.tags:hover{
    color: #6345ee;
}
 .post p { 
    font-size:12px; 
    color:#acafaf; 
    line-height:20px;
}

 .post p span { 
    display:block; 
    color:#8f8f8f;
}

 .bottom_ul { 
    list-style-type:none; 
    float:right; 
    margin-bottom:0;
}

 .bottom_ul li { 
    float:left; 
    line-height:40px;
}

 .bottom_ul li:after { 
    content:"/"; 
    color:#FFF; 
    margin-right:8px; 
    margin-left:8px;
}

 .bottom_ul li a { 
    color:#FFF;  
    font-size:12px;
}

.social-icon {
    width: 30px;
    height: 30px;
    font-size: 15px;
    background-color: blue;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    padding-top: 7px;
    border-radius: 50%;
}
 .footer-social li{
     float:left;
 }
 .linked-in{
     background-color:#007bb6;
 }
 .facebook{
     background-color:#3b5998;
 }
 .twitter{
     background-color:#1da1f2;
 }
 .google{
     background-color:#f63e28;
 }
.footer-ns { 
    padding: 30px 5px 0px 25px;
    border-color: transparent;
}
.footer-ns h4 {
    font-size: 21px;
    color: #686969;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom:10px;
}
.footer-ns p { 
    font-size:12px; 
    color:rgba(255,255,255,0.70); 
    background: rgba(159, 156, 156, 0.3);
}
@media (min-width: 992px) {
    .heading7 { 
        border-left:solid 1.5px rgba(255,255,255,0.20); 
    }
}

@media only screen and (max-width: 899px){
    .opaque-navbar{
        display: none;
    }
    .uper_nav_bar{
        display: none;
    }
    .opaque-navbar.opaque{
        display: none;
    }
    ul.dropdown-menu{
        display: none;
    }
    .footernew{
        display: none;
    }
    #loading{
        display: none;
    }

}

@media only screen and (min-width: 900px){
    .top_nav{
        display: none;
    }
    .top_nav_logo{
        display: none;
    }
    .top_nav_menu{
        display: none;
    }
    .footer2{
        display: none;
    }
}

.hover_above_footer{
    z-index: 2;
}

#search2, #our_services {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.98);
    
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search2.open, #our_services.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search2 input[type="search"], #our_services input[type="search"] {
    position: absolute;
    top: 25%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search2 .btn,  #our_services .btn{
    position: absolute;
    top: 20%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}

#search2 .close, #our_services .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: rgba(0,0,0,.98);
    border:2px solid white;
    border-radius: 100px;
    opacity: 1;
    padding: 15px 17px;
    font-size: 27px;
}



#loading{
    position: fixed;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin: auto;
    background: white;
    z-index: 9999;
}


.content {
text-align: center;
top: 38%;
position: relative;
}

#filter {
display: block;
margin: 1.5em auto 1.5em;
text-align: center;
min-width: 300px;
width: 50%;
border-radius: 30px;
border-width: 0;
padding: .25em;
outline: none;
box-shadow: 0 15px 0 -6px rgba(0,0,0,.1);
transition: all .3s ease-in;
}

#filter:focus {
  box-shadow: 0 7px 0 -4px rgba(0,0,0,.1);      
  width: 60%;
  font-size: 1.5em;
}



#slats {
color:white;
}
.suggetions {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 1em .5em 0em;
  border-left: 4px dashed rgba(17, 145, 204, 0.5);
  height: 270px;
  padding-left: 10px;
}

.topic {
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  color: white;
  text-decoration: none !important;
  font-weight: bold;
  line-height: 1.5;
}
.sub_topic{
  font-family: 'Roboto', sans-serif;
  color: #43889b;
}


.name_show{
    padding-right: 5px;
    padding-top: 7px;
    position: absolute;
    top: 50px;
    margin: 0;
    font-weight: bold;
    letter-spacing: 1px;
    color: #bcbcbc;
    right: 0;
    text-decoration: none!important;
    border-radius: 30px;
}
.login_text_show {
    position: absolute;
    top: 56px;
    margin: 0;
    letter-spacing: 1px;
    color: #000;
    font-size: 14px;
    right: 63px;
    text-decoration: none!important;
}
@media only screen and (max-width: 560px) {
  .login_text_show {
        font-size: 13px;
        right: 40px;
    }
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #000000d1;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px hsla(195, 100%, 50%, 0.18);
    z-index: 1;
    border-radius: 15px;
    border-top-right-radius: 0px;
    
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  color:#0d415a;
  text-decoration: none;
}

.dropdown:hover .dropdown-content {
    display: block;
    transition-duration: .9s;
}

.dropdown:hover .dropbtn {
    background-color: black;
}

/*Our Partner start*/
#row {
	display: flex;
	flex-flow: row nowrap;
	align-content: center;
	align-items: center;
	justify-content: space-around;
	transition: -webkit-filter .4s ease;
	transition: filter .4s ease;
	transition: filter .4s ease, -webkit-filter .4s ease;
	height: 200px;
	padding-bottom: 100px;
}
#row img {
	transition: -webkit-filter .4s ease;
	transition: filter .4s ease;
	transition: filter .4s ease, -webkit-filter .4s ease;
	padding: 5px 10px;
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
	width: 190px;
	height: auto;
}
#row img:hover {
	-webkit-filter: none;
	        filter: none;
}

.partner {
	text-align: center;
}
@media only screen and (max-width: 700px){
  #row img {
	-webkit-filter: none;
	        filter: none;
  }
}
/*Our Partner end*/




/*Single Internship */





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

td,
th {
  padding: 0; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

 

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@-webkit-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent; }

/*body {*/
/*  font-family: 'Roboto', sans-serif !important; */
/*  color: #2b3d51;*/
  /*background-color: #ffffff;*/
/*   }*/



h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

/*p {*/
/*  font-size: 15px !important;*/
/*  color: #000000;*/
  /*margin-top: 0;*/
/*  margin-bottom: 1rem; }*/

h1, h2, h3, h4, h5, h6{
  margin-bottom: 0.5rem;
  /*font-family: 'Roboto', sans-serif;*/
  font-weight: 600;
  /*line-height: 1.1;*/
  /*color: inherit; */
}


.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  /*font-family: 'Roboto', sans-serif;*/
  font-weight: 500;
  line-height: 1.1;
  color: inherit; 
}
h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }



hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }





.row_view {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }
  .row_view::after {
    content: "";
    display: table;
    clear: both; }




.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 5px 12px;
  font-size: 1rem;
  line-height: 1.4;
  border-radius: 0.25rem; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }


  .btn-success {
    background: #6345ee;
    background-image: -webkit-linear-gradient(120deg, #0b7df2, #f460e4);
    background-image: -moz-linear-gradient(120deg, #0b7df2, #f460e4);
    background-image: -ms-linear-gradient(120deg, #0b7df2, #f460e4);
    background-image: -o-linear-gradient(120deg, #0b7df2, #f460e4);
    background-image: linear-gradient(120deg, #0b7df2, #f460e4);
    opacity: 0.9;
    border: none;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    -webkit-transition-duration: 0.4s ease-in;
    transition-duration: 0.4s;
  }
  .btn-success:hover {
      opacity: 1;
  }
  .btn-success:focus, .btn-success.focus {
    color: #6345ee;
    font-weight: bold;
    letter-spacing: 1px;
    background: #6345ee;
    background-image: -webkit-linear-gradient(120deg, #0b7df2, #f460e4);
    background-image: -moz-linear-gradient(120deg, #0b7df2, #f460e4);
    background-image: -ms-linear-gradient(120deg, #0b7df2, #f460e4);
    background-image: -o-linear-gradient(120deg, #0b7df2, #f460e4);
    background-image: linear-gradient(120deg, #0b7df2, #f460e4);
    opacity: 0.9;
    border: none;
    outline: none;
    }
  



@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    /*text-align: center !important;*/ } 
    
    .dropdown-menu{
        right:0!important;
        left: auto!important;
        z-index: 10!important;
    }
}
@media (max-width: 768px) {
    .dropdown-menu{
        right:0!important;
        left:auto!important;
    }
}







.container_internship {
  /*max-width: none;*/ }



.card-box {
  padding: 20px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  /*border: 1px solid #6345ee24;*/
  background-clip: padding-box;
  margin-bottom: 20px;
  background-color: #ffffff;
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02); 
  -webkit-transition-duration: 0.3s ease-in;
  transition-duration: 0.3s;
}
.card-box:hover{
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}


/*

*/
.container_internship {
  /*width: 98%;*/ }
.card-box li{
    padding-left: 15px;
}
.card-box li:before{
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 15px;
    content: "\f101";
    font-family: fontAwesome;
    color: #000000!important;
}
.logo {
  float: left;
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 60px; }
  .logo span span {
    color: #1bb99a !important; }

#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: #ffffff;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  min-height: 60px;
  box-shadow: 0 0px 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0px 0 rgba(0, 0, 0, 0.02); }
  #topnav .topbar-main {
    background-color: #8e44ad; }
    #topnav .topbar-main .badge {
      position: absolute;
      top: 12px;
      right: 7px; }
    #topnav .topbar-main .navbar-nav > .open > a {
      background-color: fade(#ffffff, 10%) !important; }
    #topnav .topbar-main .navbar-nav {
      margin: 0; }
    #topnav .topbar-main .navbar-nav .nav-link {
      padding: 0;
      line-height: 60px; }
  #topnav .navbar-custom {
    background-color: #ffffff; }
  #topnav .navbar-toggle {
    border: 0;
    position: relative;
    width: 60px;
    padding: 0;
    margin: 0;
    cursor: pointer; }
    #topnav .navbar-toggle:hover {
      background-color: transparent; }
      #topnav .navbar-toggle:hover span {
        background-color: #64b0f2; }
    #topnav .navbar-toggle:focus {
      background-color: transparent; }
      #topnav .navbar-toggle:focus span {
        background-color: #64b0f2; }
    #topnav .navbar-toggle .lines {
      width: 25px;
      display: block;
      position: relative;
      margin-top: 22px;
      height: 18px; }
    #topnav .navbar-toggle span {
      height: 2px;
      width: 100%;
      background-color: #ffffff;
      display: block;
      margin-bottom: 5px;
      -webkit-transition: -webkit-transform .5s ease;
      transition: -webkit-transform .5s ease;
      transition: transform .5s ease; }
  #topnav .navbar-toggle.open span {
    position: absolute; }
    #topnav .navbar-toggle.open span:first-child {
      top: 6px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    #topnav .navbar-toggle.open span:nth-child(2) {
      visibility: hidden; }
    #topnav .navbar-toggle.open span:last-child {
      width: 100%;
      top: 6px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  #topnav .navigation-menu > li.active > a {
    color: #64b0f2; }
  #topnav .navigation-menu > li.active li.active > a {
    color: #64b0f2; }
  #topnav .navigation-menu > li.active li.active li.active > a {
    color: #64b0f2; }
  #topnav .navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0; }
  #topnav .navigation-menu > li {
    float: left;
    display: block;
    position: relative; }
  #topnav .navigation-menu > li > a {
    display: block;
    color: #2b3d51;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 20px;
    padding-left: 25px;
    padding-right: 25px; }
    #topnav .navigation-menu > li > a:hover {
      color: #64b0f2; }
      #topnav .navigation-menu > li > a:hover i {
        color: #64b0f2; }
    #topnav .navigation-menu > li > a:focus {
      color: #64b0f2; }
      #topnav .navigation-menu > li > a:focus i {
        color: #64b0f2; }
    #topnav .navigation-menu > li > a:active {
      color: #64b0f2; }
      #topnav .navigation-menu > li > a:active i {
        color: #64b0f2; }
    #topnav .navigation-menu > li > a i {
      font-size: 18px;
      margin-right: 5px;
      color: fade(#2b3d51, 80%);
      vertical-align: middle; }
  #topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:focus {
    background-color: transparent; }

@media (min-width: 992px) {
  #topnav .navigation-menu > li > a {
    padding-top: 22px;
    padding-bottom: 22px; } }
/*
  Responsive Menu
*/
@media (min-width: 992px) {
  #topnav .navigation-menu > li.last-elements .submenu {
    left: auto;
    right: 0; }
  #topnav .navigation-menu > li.last-elements .submenu > li.has-submenu .submenu {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px; }
  #topnav .navigation-menu > li:first-of-type a {
    padding-left: 0px; }
  #topnav .navigation-menu > li:hover a {
    color: #64b0f2; }
    #topnav .navigation-menu > li:hover a i {
      color: #64b0f2; }
  #topnav .navigation-menu > li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    border: 1px solid #e7e7e7;
    padding: 15px 0;
    list-style: none;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background-color: #ffffff;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); }
  #topnav .navigation-menu > li .submenu.megamenu {
    white-space: nowrap;
    width: auto; }
  #topnav .navigation-menu > li .submenu.megamenu > li {
    overflow: hidden;
    width: 200px;
    display: inline-block;
    vertical-align: top; }
  #topnav .navigation-menu > li .submenu > li.has-submenu > a:after {
    content: "\e649";
    font-family: 'Roboto', sans-serif !important;
    position: absolute;
    right: 20px;
    font-size: 9px; }
  #topnav .navigation-menu > li .submenu > li .submenu {
    left: 100%;
    top: 0;
    margin-left: 10px;
    margin-top: -1px; }
  #topnav .navigation-menu > li .submenu li {
    position: relative; }
  #topnav .navigation-menu > li .submenu li ul {
    list-style: none;
    padding-left: 0;
    margin: 0; }
  #topnav .navigation-menu > li .submenu li a {
    display: block;
    padding: 8px 25px;
    clear: both;
    white-space: nowrap;
    color: #2b3d51; }
  #topnav .navigation-menu > li .submenu li a:hover {
    color: #64b0f2; }
  #topnav .navigation-menu > li .submenu li span {
    display: block;
    padding: 8px 25px;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #949ba1; }
  #topnav .navbar-toggle {
    display: none; }

  #topnav #navigation {
    display: block !important; } }
@media (max-width: 991px) {
  .wrapper {
    padding-top: 60px !important; }
    .wrapper .btn-group.m-t-15 {
      margin-top: 17px; }

  .container_internship {
    /*width: auto;*/ }


  #navigation {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background-color: #ffffff; }

  #navigation.open {
    display: block;
    overflow-y: auto; } }
@media (min-width: 768px) {
  #topnav .navigation-menu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0; }

  #topnav .navigation-menu > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    margin-right: 0; }

  .navbar-toggle {
    display: block; } }
.notification-box {
  margin-right: 10px; }
  .notification-box ul {
    max-height: 60px; }
    .notification-box ul li a {
      font-size: 24px;
      color: #ffffff;
      display: block;
      line-height: 60px; }
  .notification-box .noti-dot {
    position: relative;
    top: -45px; }
  .notification-box .pulse {
    width: 2px;
    height: 2px;
    border: 3px solid #ff5d48;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #ff5d48;
    z-index: 10;
    position: absolute;
    right: 3px; }
  .notification-box .dot {
    border: 4px solid #ff5d48;
    background: transparent;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    height: 30px;
    width: 30px;
    -webkit-animation: pulse 3s ease-out;
    -moz-animation: pulse 3s ease-out;
    animation: pulse 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    position: absolute;
    top: -12px;
    left: -4px;
    z-index: 1;
    opacity: 0; }
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0; }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1; }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3; }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5; }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0; } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0; }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1; }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3; }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0; } }






/* =============
   Calendar
============= */
.calendar {
  float: left;
  margin-bottom: 0px; }



/*# sourceMappingURL=style.css.map */
dl{
  display: block!important;
}

@media (min-width: 480px) {
  .mobile {
    display: none!important;
  }
}

@media (max-width: 480px) {
  .desktop {
    display: none!important;
  }
}

.center{
  text-align: center;
}

.details{
  color: black;
}
.typeofinternship {
    color: black;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 23px;
    margin-top: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.internship_img{
    width:100px;
}
.min-txtheight{
    height:65px!important;
}
.min-txtheight a{
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.Category{
  padding-left: 5px;
  padding-right: 5px;
  color: black;
  text-decoration: none;
}
.labels{
    border-radius: 30px;
    color: black;
    font-size: 14px!important;
}
.note{
  color: #b0b0b0;
}
.Category1{
  padding: 5px;
  color: #b6b6b6;
  text-decoration: none;
}
.Category1:hover{
  color: #646464;
  font-weight: bold;
}
@media (max-width: 768px) {
    .paddingmobi0{
        padding:0!important;
    }
    .labels {
        font-size: 8px!important;
    }
    .typeofinternship{
        font-size:22px;
    }
    .internship_img{
        width:100%;
    }
}

/*End Single */






/*project base learning*/
.trainings h3 {
    font-size: 30px;
    background: #6345ee;
    color: white;
    border-radius: 50px;
    padding: 5px;
    border: 2px solid #6345ee;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.trainings:hover img{
    opacity: .6;
}

.trainings:hover h3{
	background: rgba(99, 69, 238, 0.038);
	color: #6345ee;
}
.trainings{
	padding: 20px;
    text-align: center;
}
.trainings a{
	text-decoration: none!important;
}

/*project base learning end*/


/*how it works*/


.ptb-50{
    padding: 50px 50px;
}

.section_bg_gray {
    background-color:#ffffff;
}

.single_what_we_do {
    height: 290px;
    background-color: #ffffff;
    text-align: center;
    padding: 5px 20px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.2);
}
.single_what_we_do:hover {
    -webkit-box-shadow: 5px 5px 18px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 18px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 18px 4px rgba(0, 0, 0, 0.2);
}
.single_what_we_do:hover
    .iconimg{
    box-shadow: 0px 1px 0px 20px rgba(51, 91, 204, 0.16);
}

.single_what_we_do .top_line {
    position: absolute;
    top: 0;
    left: 44%;
    background-color: #6345ee;
    width: 12%;
    height: 3px;
}

.single_what_we_do .what_we_do_figure {
    padding: 20px 0;
}
.single_what_we_do .what_we_do_figure img {
    margin: 0 auto;
}
.single_what_we_do .what_we_do_title {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    margin: 0;
    color: #2b353a;
}
.single_what_we_do .what_we_do_content {
    padding-bottom: 30px;
    color: #979797;
}
 .single_what_we_do .what_we_do_icon {
    position: absolute;
    bottom: -9px;
    left: 47%;
    color: #fff;
    background-color: #6345ee;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single_what_we_do .what_we_do_icon i {
    font-size: 24px;
    text-align: center;
    padding: 2px 3px 2px 5px;
}

.paddings{
    padding: 10px;
}
.line{
    position: relative;
    margin: 0;
    text-align: center;
    padding: 10px;
}
.iconimg{
    width: 70px;
    height: 70px;
    color: #6345ee;
    background-color: white;
    border: solid 5px #6345ee;
    font-size: 30px;
    padding: 14px;
    border-radius: 50%;
}
.hwi{
    display: flex;
}
/*how it works end*/



/*product slider start*/
.new-products{
    margin-top: 15px;
    position: relative;
    text-align: center;
}
.new-products .price h1 {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
}

.new-products .price p {
    text-align: center;
    color: #000000;
    font-size: 16px;
    margin: 0;
    text-decoration: none;
}
.new-products .productname p {
    text-align: center;
    color: #717171;
    font-size: 16px;
}

.orange-btn {
    background: #6345ee;
    background-image: -webkit-linear-gradient(120deg, #0b7df2, #f460e4);
    background-image: -moz-linear-gradient(120deg, #0b7df2, #f460e4);
    background-image: -ms-linear-gradient(120deg, #0b7df2, #f460e4);
    background-image: -o-linear-gradient(120deg, #0b7df2, #f460e4);
    background-image: linear-gradient(120deg, #0b7df2, #f460e4);
    text-align: center;
    opacity: .8;
    border: none;
    color: #FFF;
    border-radius: 50px;
    transition: 0.4s ease-in-out 0s;
}
.orange-btn:hover{
    opacity: 1;
}
.view-btn{
    position: relative;
    width: 25%;
    font-size: 20px;
    letter-spacing: 5px;
    bottom: 50px;
}
.borderimg{
    border: 1px solid #71717129;
    border-radius: 5px;
    padding: 5px;
    min-height: 216px;
    margin-bottom: 10px;
    box-shadow: 1px 2px 5px #64646482;    
    transition: all 0.3s ease-in-out;
}
.borderimg:hover{
    border: 1px solid #6345ee85;
    box-shadow: 3px 3px 10px #646464b3;
}
.positionx{
    height: auto;
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f6f6f6;
    border: none;
    border-radius: 0px;
    font-size: 12px;
    color: #6345ee;
}

.arrows {
    position: relative;
    top: -75px;
}
.img-responsive{
    max-width: 100%!important;
    max-height: 100px!important;
    margin: 0 auto!important;
}

.tendingcourse{
    text-align: left;
    font-size: 2.5rem;
    height: 38px;
    margin: 0px;
    margin-bottom: 15px;
    border-bottom: 2px solid #6345ee00;
}
@media (max-width: 480px) {
  .tendingcourse {
    font-size: 17px;
    font-weight: bold;
    border-bottom: 2px solid #6345ee4a; 
  }
  .view-btn{
    position: relative;
    width: auto;
  }
  .new-products{
    margin-top: 70px;
  }
  .img-responsive {
    max-width: 65px!important;
    max-height: 65px!important;
  }
}
@media (max-width: 768px) {
  .view-btn{
    position: relative;
    width: auto;
  }
}
.bck_pre_button{
    height: 75px;
    z-index: 3;
}
/*product slider end*/

/*testimonials css start*/
/*testimonials*/


/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/


section {
    padding-top: 100px;
    /*padding-bottom: 100px;*/
}

.quote_testimonial {
    color: #33cccc;
    text-align: center;
    margin-bottom: 60px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #0795c5;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

.testimonialsimg{
    position: relative;      
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 4px solid gainsboro;
    border-radius: 50%;
}
blockquote p{
    color: #000000;
}


/*testimonials css end*/

/*subscribe css*/
.es_button{
    float: right;    
    margin-right: 5%;
}
#es_txt_button{
    border-radius: 50px;
    background: #6345ee;
    border: 2px solid #6345ee;
    color:#ffffff;
    padding: 5px;
    width: auto!important;
    transition: 0.2s ease-in-out 0s;
    opacity:.8;
}
#es_txt_button:hover{
    opacity:1;
}
.es_textbox{
    padding-bottom: 0px!important;
}
#es_txt_email{
    padding: 5px;
    border: 1px solid #a5a5a5;
    border-radius: 50px;
    width: 95%;
    color: #000000;
    background: #a2a2a200;
}
.es_caption{
    display: none;
}
/*subscribe css end*/







/* Resume Style Sheet Start*/



.btn.btn-sm {
  color: black;
}

/*   Header  */

.navbar-brand {
  font-family: 'Roboto', sans-serif;
}

#header-nav {
  border-radius: 0;
  border :0;
}

#dashboard , #form , #show_templates {
  font-family: 'Roboto', sans-serif;
}

/*end header*/

/*dashboard style*/

#dash_container {
  margin-top: 14vw;
}

#text_dash {
  font-weight: 300;
  color: #a03e2e;
  font-size: 5vw;
  font-family: 'Roboto', sans-serif;
}

#text_dash_des {
   font-family: 'Roboto', sans-serif;
   font-size: 4vw;
}

#text_dash_sub {
    font-family: 'Roboto', sans-serif;
    font-size: 2vw;
}


button#create_resume {
  font-size: 2vw;
    background-color: #2fb8ae;
    border-color: white;
  margin:4%;
}

/* end dashboard style*/



/*template styling*/

#temp_head h1.text-center {
  margin-left: -1vw;
    width: 101%;
    padding: 1.5vw;
    height: 9vw;
    border: 2px solid #1b3864;
    color: white;
    background-color: #1b3864;
    border-radius: 4vw;
    font-size: 4vw;
}

#temp_head {
  color:white;
  font-size:4vw; 
  font-family:'Roboto', sans-serif;
  
}

.temp_subhead {
  width:70%; 
  margin-left: 14%; 
  color:#1b3864; 
  font-size: 3vw; 
  font-family:'Roboto', sans-serif;
  
}

#temp_2 {
  width: 34vw;
  height: 44vw;
  background-image: url('/img/temp2.png') ;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  width: 38%; 
}

#temp_1  {
  width: 34vw;
  height: 44vw;
  background-image: url('/img/temp1.png') ;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  width: 38%; 
}

#temp_3  {
  width: 34vw;
  height: 44vw;
  background-image: url('/img/temp3.png') ;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  width: 38%; 
}

#temp_4  {
  width: 34vw;
  height: 44vw;
  background-image: url('/img/temp4.png') ;
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  width: 38%; 
}

#mid {
  width: 23%;
  height: 44vw;
  float: left;
  position: relative;
}
#temp1_text , #temp2_text ,#temp3_text  ,#temp4_text {
  color: transparent;
  margin-top: 17vw;
  font-size: 4vw;
}

.glyphicon.glyphicon-ok.ok1,.glyphicon.glyphicon-ok.ok2, .glyphicon.glyphicon-ok.ok3 ,.glyphicon.glyphicon-ok.ok4 {
  font-size: 3vw;
  color: transparent;
}


#preview1 , #preview2 , #preview3 , #preview4 {
  margin-left: 9vw;
  background-color: #2fb8ae;
  font-size: 1.5vw;
  color: white;
  display: block;
  padding: 2px;
    size: 161;
    width: 14vw;
    height: 5vw;
    font-weight: 700;
}


.selected {
  border: 3px solid aqua;
  background-color:rgba(0,0,0,0.5) !important;
}

.tip {
  visibility: hidden;
  background-color:#b05add;
  border : 2px white;
  position: absolute;
  border-radius: 1px; 
}



/*end template styling*/



/*Form Styling*/


#forms h1.text-center {
  margin-left: 3vw;
    width: 94%;
    padding: 1.5vw;
    height: 9vw;
    border: 2px solid #1b3864;
    color: white;
    background-color: #1b3864;
    border-radius: 4vw;
}

#step{
  padding-top: 10px;
  font-size: 1.5em;
  line-height: 50px;
  font-weight: 100;
  color: white;
}
#name{
  padding-top: 10px;
  font-size: 3.6vw;
  line-height: 20px;
  font-weight: 200;
  color: white;
}
#name4{
  padding-top: 10px;
  font-size: 3.4vw;
  line-height: 40px;
  font-weight: 200;
  color: white;
}
.form_body {
  color: white;

}


.form_pagination {
  height: 8vw;
  background-color: #5e4c86;
}
.container .pagination{
  margin-top: 4vw;
}
.invisible {
  height: 10px;
}

ul>li {
  /*list-style: square;*/
}


.glyphicon.glyphicon-map-marker {
  font-size: 5vw;
  /*color: #1976D2;*/
  color: white;
}

.glyphicon.glyphicon-ok {
  font-size: 2vw;
  /*color: #1976D2;*/
  color: green ;
}

.glyphicon.glyphicon-remove {
  font-size: 2vw;
  /*color: #1976D2;*/
  color: red ;
}

.glyphicon.glyphicon-info-sign {
  font-size: 3vw;
  color: white;
}
.glyphicon.glyphicon-info-sign:hover {
  text-shadow: -1px -1px 20px #CCCCCC; 
}

.glyphicon.glyphicon-map-marker.active_step {
  color: #b05add;
}


.form{
  /*height: 450px;*/
  background-color: #5e4c86; 
  box-shadow: 2px white;
}
.form1{
  /*height: 700px;*/
  background-color: #5e4c86; 
  box-shadow: 2px white;
}

.form2{
  /*height: 1300px;*/
  background-color: #5e4c86; 
  box-shadow: 200px white;
}

.form3{
  /*height: 1300px;*/
  background-color: #5e4c86; 
  box-shadow: 2px white;
}

form h3 {
  font-size: 2vw;
}

form h4 {
  font-size: 1.5vw;
}

#forms hr {
  border-color: white;
}

.btn-primary {
  background-color: #b05add;
    border-color: #5e4c86;
}

.btn.glyphicon.glyphicon-plus {
  background: #ff9734;
    border: 1px solid white;
    color: white;
    word-spacing: -9px;
}

.has-error .help-block {
  color: white;
}

/*end form styling*/

/*Result Page*/

#result1 , #result2, #result3, #result4 {
  padding: 17px;
  border: 2px solid black;
  background-color: white;
  min-height: 140vw;
}

#btn_pdf {
  background-color: #2fb8ae;
    color: snow;
    border: white solid 2px;
    font-size: 2vw;
    font-weight: 700;

}

.glyphicon.glyphicon-save-file {
  font-size: 3vw;
}

/*end result page styling*/




/*Media Queries*/
/*For lagre screen size*/
@media screen and (min-width: 1200px){

  #xboard, #xyear , #xpercent,#xiiboard, #xiiyear , #xiipercent{
      width: 20%;
      font-size: 1vw;
      padding: 5px;
  }
  
  #xiirank {
    width: 29%;
    font-size: 1vw;
      padding: 5px;
  }
    
}/*end large*/


/*For medium screen size*/
@media screen and (min-width: 992px) and (max-width: 1199px){

  #xboard, #xyear , #xpercent,#xiiboard, #xiiyear , #xiipercent{
      width: 20%;
      font-size: 1vw;
      padding: 5px;
  }
  
  #xiirank, #xrank {
    width: 29%;
    font-size: 1vw;
      padding: 5px;
  }
  
     
}/*end medium*/


/*For small screen size*/
@media screen and (min-width: 768px) and (max-width: 991px){

  #xboard, #xyear , #xpercent,#xiiboard, #xiiyear , #xiipercent{
      width: 20%;
      font-size: 1vw;
      padding: 5px;
  }
  
  #xiirank ,#xrank {
    width: 29%;
    font-size: 1vw;
      padding: 5px;
  }
  
  
}/*end  small*/


/*For extra small screen size*/
@media screen and (max-width: 767px){

  #xboard, #xyear , #xpercent,#xiiboard, #xiiyear , #xiipercent,#xiirank , #xrank {
      width: 100%;
      font-size: 13px;
      padding: 15px;
  }

  
}


/*End  Resume  Style*/




 #resume-manager-candidate-dashboard {
    border: 9px solid;
    border-radius: 6px;
    padding: 17px;
  
  
 }
 
 .resume-manager-resumes th { 
    padding: 12px;
    text-align: left;
    background-color: #33cccc;
    color: white;
    border: 1px solid #fff;
}
.resume-manager-resumes td {
    padding: 15px;
    border-bottom: 7px solid #33cccc;
}
.resume-manager-resumes {
    width: 100%;
} 
.width100{
    width:100%!important;
}

.field .description {
    display: none !important; 
}

fieldset.fieldset-name #name {
    color: #000;
  font-size: 14px !important; 
}
.js .tmce-active .wp-editor-area {
  color: #000;
  
}

.field #resume_content {
    color: #000;
}




/*filter loading css start*/
.lds-ellipsis {
  display: inline-block;
  position: fixed;
  background: #ffffffb5;
  border-radius: 12px;
  width: 64px;
  height: 64px;
  right: 50%;
  bottom: 35%;
  margin: 0 auto;
  transform: translate(50%,-50%);
  z-index: 9999;
  }
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.bc-back1{
    width: 100%;
    height: 100%;
}
.bc-back{
    background-color: rgba(255, 255, 255, 0.63);
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    }
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
  background-color: #33ccccb3;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
  background-color: #33cccc;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
  background-color: #33ccccab;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
  background-color: #33cccc91;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
/*filter loading css end*/








/*online course content page css start*/

.online_course_name {
	height: 50px;	
	white-space: nowrap;   
	overflow: hidden;
	text-overflow:ellipsis;
	position: relative;
	cursor:pointer;
}
 
.online_course_name:hover h1{
	overflow: visible;
	/* Apply animation to this element */	
	-moz-animation: scrolltxt 15s linear infinite;
	-webkit-animation: scrolltxt 15s linear infinite;
	animation: scrolltxt 15s linear infinite;
}
.online_course_name h1{
	font-size: 20px;
    color: #000000;  
    margin: auto;
    line-height: 2.2;
	white-space: nowrap;   
	overflow: hidden;
	text-overflow:ellipsis;
    position: relative;
    height: 100%;
    text-align: left;
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*-moz-animation: scrolltxt 10s linear infinite;
    -moz-animation-delay: 5s;
    -webkit-animation: scrolltxt 10s linear infinite;
    -webkit-animation-delay: 5s;
    animation: scrolltxt 10s linear infinite;
    animation-delay: 5s;
    animation-iteration-count: 1;*/
}
.link_timer{
	height: 42px;
    padding: 5px;
}
.expire_txt{
	font-size: 14px;
}
.content_title{	
    padding: 10px;
	background: #f4f4f4;
	min-height: 75vh;
}
.content_title ul li{
	font-size: 14px;
    color: #949494;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content_title ul li:hover{
    color: #479afb;
    cursor: pointer;
}
.doubt_clear_field{
    background: #f4f4f4;
    border-radius: 5px;
    padding: 5px!important;
    font-size: 14px;
    margin: 0 0 10px 0;	
}
.ask_qna_field{
	min-height: 200px;
    border-radius: 5px;
    background: #f4f4f4;
}
.ask_txt{
	font-size: 18px;
    padding: 5px;
    background: #e6e6e6;
    margin: 0 0 10px 0;
}
.qna_field{
	width: 90%;
    min-height: 120px;
    border: 1px solid #33cccc;
    border-radius: 4px;
    padding: 5px;
}
.qna_btn{
	float: right;
    margin: 0 10px 0 0;
}
.yes_to_quiz{
	float: right;
    height: 28px;
    width: 70px;
    line-height: 1.5;
    font-size: 16px;
    margin: 0 0 5px 0;
}
.ansforquiz{
    display: none;
}
.nxt_pre_field{
	background: #ffffff;
    position: sticky;
    padding: 10px;
    z-index: 9;
    min-height: 55px;
    bottom: 0;
    border-radius: 30px 30px 0px 0px;
    box-shadow: 0px 0px 5px 0px #000000a3;
    -webkit-transition: width .5s; /* Safari */
    transition: width .5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
	display: none;
}
.flot_l{
	float: left!important;
}
.flot_r{
	float: right!important;
}
.prev_btn, .nxtc_btn{
	background-color: #c7784c;
    color: #ffffff;
    border: none;
    font-weight: bold;
    padding: 7px 30px;
    font-size: 17px;
    font-family: 'Roboto', sans-serif !important;
    cursor: pointer;
    letter-spacing: 0px;
    border-radius: 50px;
    transition: all .5s;
    display: none;
}
.prev_btn{	
	background-color: #c7784c;
    border: 1px solid #c7784c;
    color: #ffffff;
}
.nxtc_btn{
    background-color: #2ac5b3;
    border: 1px solid #2ac5b3;
    color: #ffffff;
}
.prev_btn:hover{
	background-color: #ffffff;
	letter-spacing: 1px;
    color: #c7784c;
}
.nxtc_btn:hover{
    background-color: #ffffff;
	letter-spacing: 1px;
    color: #2ac5b3;
}
.dispay_learning_content{
	display: none!important;
}
.learning_content{
	display: block;
}
@media only screen and (max-width: 769px){
    .link_timer{
		height: 30px;
	    padding: 2px;
	}
	.expire_txt{
		font-size: 10px;
	}
	.online_course_name h1{
	    line-height: 1.7;
	}
    .ui-tabs .ui-tabs-nav{
        min-height: auto!important;
    }
    .videopadd{
        padding: 0px!important;
    }
}
/* Move it (define the animation) */
@-moz-keyframes scrolltxt {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scrolltxt {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scrolltxt {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}


/*tab option css start*/

.ui-tabs{ 
    zoom: 1; 
}

.ui-tabs .ui-tabs-nav{ 
    border-radius: 5px;
    list-style: none; 
    position: relative; 
    padding: 0; 
    overflow: hidden; 
    top: 1px;
    z-index: 9; 
    min-height: 62vh;
    margin-bottom: 15px;
    background: #f4f4f4;
}

.ui-tabs .ui-tabs-nav li{ 
    position: relative; 
    width: 100%;
    float: left; 
    font-size: 14px;
    color: #949494;
    /*border: 1px solid #ccc; */    
    border-bottom-width: 0 !important; 
    margin: 0 2px -1px 0; 
    background: #f4f4f4; 
    transition: all .2s;
}

.ui-tabs .ui-tabs-nav li a{ 
    float: left;
    text-decoration: none;
    padding: 5px;
    color: #949494;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-tabs .ui-tabs-nav li:hover a{
    color: #479afb;
    cursor: pointer;
}
.ui-tabs .ui-tabs-nav li:hover{
    background: #ffffff;
    border-left: 2px solid black;
}


.ui-tabs .ui-tabs-nav li.ui-tabs-selected{ 
    padding-bottom: 1px; 
    border-bottom-width: 0; 
    background: #d8d8d8; 
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{
    color: black!important;
} 

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a{ 
    cursor: text; 
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a{ 
    cursor: pointer; 
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.ui-tabs .ui-tabs-panel{ 
    display: block; 
    border-width: 0; 
    background: none; 
    /*border: 1px solid #ccc; */
    position: relative; 
    min-height: 60vh; 
}
.ui-tabs .ui-tabs-hide{ 
    display: none !important; 
}

a.mover{ 
    /*background: #900; */
    padding: 6px 12px; 
    /*position: absolute;*/
    margin-bottom: 15px;
    color: white; 
    font-weight: bold; 
    text-decoration: none!important; 
}

.next-tab{ 
    bottom: 0; 
    right: 0; 
    -moz-border-radius-topleft: 10px; 
    -webkit-border-top-left-radius: 10px; 
}

.prev-tab{ 
    bottom: 0; 
    left: 0; 
    -moz-border-radius-topright: 10px; 
    -webkit-border-top-right-radius: 10px; 
}
/*tab option css end*/

/*quiz css*/
p.question {
  font-family: Arial, sans-serif;
  font-size: 20px;
  color: #2e2e2e;
  margin-bottom: 0px;
}

h2.quizHeader {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 27px;
  margin: 24px 0 12px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #a2a2a2;
  text-align: center;
}

h2.quizScore {
	font-family: Arial, sans-serif;
	font-size: 25px;
}

div.quizAnswers {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #424242;
	padding: 4px 0 4px 0;
}

label {
	font-size: 14px;
	color: black;
	vertical-align: top;
}

input.answer[type="radio"] {
	margin-bottom: 10px;
}

input.quizSubmit[type="submit"] {
	-webkit-background-clip: border-box;
	-webkit-background-origin: padding-box;
	-webkit-background-size: auto;
	-webkit-transition-delay: 0s, 0s;
	-webkit-transition-duration: 0.2s, 0.2s;
	-webkit-transition-property: color, background-color;
	-webkit-transition-timing-function: ease, ease;
	box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 5px 0px;
	color: #ffffff;
	background-color: #c30b0a;
	margin: 0;
	border: 0;
	outline: 0;
	text-transform: uppercase;
	height: 35px;
	width: 85px;
	border: 1px solid #5e5e5e;
	border-radius: 5px;
}

input.quizSubmit[type="submit"]:hover {
	color: #ffffff;
	background: #680f11;
	text-decoration: none;
}
.Quizz{
    -webkit-transition: width 1s; /* Safari */
    transition: width 1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
	display: none;
}
table {
	background-color:#fdfdfd;
	border-radius: 5px;
	width: 100%;
	padding: 10px;
	padding-left: 25px;
}

th {
}

tr {
}

td {
	padding: 10px;
}

.submitter {
	width: 85px;
	float: right;
}

.hide {
	display: none;
}
/*quiz css end*/





/*intetrnship page*/
    .internship_class a li{
        color: #343434;
        padding: 5px 10px;
        text-align: right;
    }
    .internship_class a li:hover{
        color: black;
        background-color: #f5f5f5;
    }
    .internship_class a li:before{
        content: none;
    }
    .internship_class .dropdown-menu{
        min-width: 180px!important;
    }
/*end*/