/* 
Theme Name: Dona
Theme URI: https://themeforest.net/item/dona-creative-multipurpose-parallax-wordpress-theme/19433469
Author: DuezaThemes
Author URI: https://themeforest.net/user/DuezaThemes/portfolio
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Description: DONA is a Creative Multi-Purpose Parallax WordPress Theme for creative agency/corporate/business websites and other businesses. It’s a fresh and clean design. It’s a 100% bootstrap responsive design and compatible with all major browsers, tablets and phones. You can easily change the text, color, images etc.
Tags: right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: dona

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* anchor(<a></a>) tag hover color change */



.hovercolor:hover {
    text-decoration: none;
  }
  
  .comment-author img{
    height: 30px !important;
    width: 30px !important;
  }
  .single-sidebar ul li{
    list-style-type: none;
  }
  
  .white-title{
    color: white;
    padding-top: 65px;
  }
  
  /*sticky post*/
  
  .sticky {
    background-color: rgba(0,0,0,0.05);
    border: 1px solid;
    padding: 13px;
    border-radius: 5px;
    margin: 30px -15px 0;
  }
  
  .sticky:before {
    content: "Sticky";
    color: black;
    background: white;
    padding: 10px;
    display: inline-block;
    text-align: right;
    float: right;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  
  /* Comment styling*/
  .contact-form .button-style {
    margin-top: 20px;
    display: inline-block;
    color: #333;
    background: transparent;
    padding: 10px 25px;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 12px;
  }
  
  .contact-form .button-style:hover {
    -webkit-transition: .3s;
    transition: .3s;
    color: #fff;
    background: #333;
  }
  
  .shotcode-padding{
    padding-left: 5px;
    padding-right: 5px;
  }
  
  /**** Isotope Filtering ****/
  
  .isotope-item {
    z-index: 2;
  }
  
  .isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
  }
  
  /**** Isotope CSS3 transitions ****/
  
  .isotope,
  .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
  }
  
  .isotope {
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -ms-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
  }
  
  .isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
  }
  
  /**** disabling Isotope CSS3 transitions ****/
  
  .isotope.no-transition,
  .isotope.no-transition .isotope-item,
  .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
  }
  
  /**
  * 8.0 Alignments
  */
  
  .alignleft {
    display: inline;
    float: left;
  }
  
  .alignright {
    display: inline;
    float: right;
  }
  
  .aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  
  blockquote.alignleft,
  .wp-caption.alignleft,
  img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
  }
  
  blockquote.alignright,
  .wp-caption.alignright,
  img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
  }
  
  blockquote.aligncenter,
  .wp-caption.aligncenter,
  img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
  }
  
  .wp-caption.alignleft,
  .wp-caption.alignright,
  .wp-caption.aligncenter {
    margin-bottom: 1.2em;
  }
  
  /*Call to action*/
  .call-to-action-area h2{
    color: #fff;
  }
  .call-to-action-area p{
    color: #fff;
  }
  .vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
    padding-top: 0px !important;
  }
  
  
  /*OUR KEY SKILLS*/
  .our-skill:first-child {
    margin-top: 0;
  }
  
  
  /*Comment*/
  .single-comment img {
    width: 102px;
    border-radius: 50%;
  }
  section.child-comments.comments-list {
    padding-left: 150px;
  
  }
  
  .logged-in .header-top-area{
    margin: 32px 0 0;
    background:rgba(1, 40, 52, 0.7);
  }
  .header-top-area{   background:rgba(1, 40, 52, 0.7);}
  .logged-in .header-top-area.menu-bg{background:#012834;}
  .header-top-area.menu-bg{background:#012834;}
  @media(max-width:600px) {
  
    .logged-in .header-top-area{
        margin: 0 0 0;
    }
  }
  
  .container > .vc_row {
    margin: 70px 0 78px;
  }
  
  /*Password*/
  
  .post-password-form input[type="password"] {
    border: 1px solid #e3e8f0;
    box-shadow: none;
    color: #333;
    height: 50px;
    border-radius: 0px;
    letter-spacing: 2px;
    padding-left: 10px;
    font-weight: 400;
    width: 364px;
  }
  
  .post-password-form input[type="submit"] {
    padding: 8px 35px;
    color: black;
  }
  
  .post-password-form label {
  
  }
  
  /*Contact Area*/
  .contact-area {
    padding: 0 !important;
  }
  .choose-us h2 {margin-bottom: 20px !important;}
  
  .custom-category ul, li {
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
  }
  
  
  /*Recent Post*/
  .recent-post.categories.single-sidebar h3 {
    margin-bottom: -19px;
    font-size: 19px;
  }
  
  /*404 Error Page*/
  
  .page_error {text-align: center;padding-top: 60px;}
  .page_error a {text-decoration: underline;}
  
  /*Recquired Class*/
  .wp-caption-text {color: #777;}
  .gallery-caption{color: #777;}
  .bypostauthor:before {
    content: "Post Author";
    color: black;
    background: white;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
  }
  
  div.wp-caption {
    max-width: 100%;
  }
  
  
  
  /* 26-05-2020 */
  
  .page-id-2321 .single-blog-area,.page-id-2747 .single-blog-area{
    padding:0 !important;
    }
  .owl-theme .owl-dots .owl-dot span{
    width:12px;
    height:12px;
  }
  
  /* .page-id-2321 .footer_outer{
    display:none;
  }
  .page-id-2321 .footer-area {
    padding: 10px 0px !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color:#012834;
    z-index:22;
  }
  */
  
  
  .page-id-2321 .single-blog-area, .page-id-2747 .single-blog-area{
    padding-top:0;
    padding-bottom:0;
    /* display:none; */
  }
  /* .page-id-2321  .banner_home{
    height:100vh;
  } */
  .page-id-2321  .owl-carousel .item,.page-id-2747  .owl-carousel .item {
  position: relative;
  height: 100vh;
  background-position:left center;
  background-size:cover;background-repeat:repeat;
  }
  
  /* .page-id-2321  .owl-carousel div:not(.owl-controls) {
  height: 100vh;
  }
  */.page-id-2321 .owl-carousel .owl-slide {
  background-image: url("https://images.unsplash.com/photo-1437915015400-137312b61975?fit=crop&fm=jpg&h=800&q=80&w=1200");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  }
  .page-id-2321 .owl-carousel div.owl--text,.page-id-2747 .owl-carousel div.owl--text {
  position: absolute;
  bottom: 4em;
  left: 2em;
  width: 20em;
  height: 8em;
  padding: 1em;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  }
  .page-id-2321 .owl-carousel .owl-controls,.page-id-2747 .owl-carousel .owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  }
  .page-id-2321 .owl-carousel .owl-controls .owl-buttons div,.page-id-2747 .owl-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  zoom: 1;
  margin: 0;
  width: 50px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  font-size: .9em;
  border-radius: 3px;
  color: #FFF;
  background: #000;
  opacity: .6;
  text-transform: capitalize;
  }
  
  .menu-bg .logo{
    padding-top:18px;
  }
  .menu-bg .logo img{
    width:145px;    
  }
  
  
  .page_title{
    margin-bottom:50px;
    font-size:30px;
    font-weight:700;
  }
  .list_advantage{
    
    background: white;
    border-radius: 3px;
    padding: 20px 10px;
    max-width: 400px;
    margin: 0 auto 20px;
    min-height:209px;
    position:relative;
    }
  .list_content{
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translate(0%,-50%);
    display: block;
    width: 100%;
  }   
  .list_icon{
  max-width: 50px;
    margin: 0 auto;    
    
  }
  
  .list_advantage p{
        color: #013347;
    line-height: 1.3;
    padding: 15px 30px 0px;
    text-align: center;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    
    
    }
  
  .program_offering h5{
     /*    font-size:24px;
     font-weight:500; */
    }
  .program_offering p{
   
  }
  /* main.program_offering  {
  min-width: 300px;
  max-width: 1500px;
  margin: auto;
  }
  
  .program_offering p {
  font-size: 1em;
  line-height: 1.75em;
  border-top: 3px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#aaaaaa));
  -webkit-border-image: linear-gradient(to right, #ffffff 0%, #aaaaaa 100%);
       -o-border-image: linear-gradient(to right, #ffffff 0%, #aaaaaa 100%);
          border-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#aaaaaa));
          border-image: linear-gradient(to right, #ffffff 0%, #aaaaaa 100%);
  border-image-slice: 1;
  border-width: 3px;
  margin: 0;
  padding: 40px;
  counter-increment: section;
  position: relative;
  color: #dddddd;
  }
  .program_offering p span {
  position: absolute;
    border-radius: 50%;
    padding: 10px;
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    text-align: center;
    line-height: 1.25em;
    color: #012a38;
    font-size: 16px;
  }
  
  .program_offering p:nth-child(odd) {
  border-right: 3px solid;
  padding-left: 0;
  }
  .program_offering p:nth-child(odd) span {
  left: 100%;
  margin-left: -20px;
  }
  
  .program_offering p:nth-child(even) {
  border-left: 3px solid;
  padding-right: 0;
  }
  .program_offering p:nth-child(even) span{
  right: 100%;
  margin-right: -20px;
  }
  
  .program_offering p:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  }
  
  .program_offering p:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  }
  */
  .padding_30{
    margin-bottom:30px;    
  }
  .ps-timeline-sec {
  position: relative;
  
  }
  .ps-timeline-sec .container1 {
  position: relative;
  }
  @media screen and (max-width: 767px) {
  }
  .ps-timeline-sec .container1 ol:before {
  background: #348e80;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  margin-top:-4px;
  }
  .ps-timeline-sec .container1 ol:after {
  background: #348e80;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  margin-top:-4px;
  }
  .ps-timeline-sec .container1 ol.ps-timeline {
  margin: 320px 0;
  padding: 0;
  border-top: 2px solid #348e80;
  list-style: none;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li {
  float: left;
  width: 20%;
  padding-top: 30px;
  position: relative;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li span.ps-sp-bot,.ps-timeline-sec .container1 ol.ps-timeline li span.ps-sp-top {
  width: 30px;
  height: 30px;
  margin-left: -15px;
  background: #fff;
  border: 4px solid #348e80;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 39px;
  color: #df8625;
  font-size: 24px;
  font-style: normal;
  position: absolute;
  top: -16px;
  left: 50%;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li span.ps-sp-top:before {
  content: '';
  color: #348e80;
  width: 2px;
  height: 50px;
  background: #348e80;
  position: absolute;
  bottom: -50px;
  left: 50%;
      transform: translate(-50%,0);
  }
  .ps-timeline-sec .container1 ol.ps-timeline li span.ps-sp-top:after {
  content: '';
  color: #348e80;
  width: 8px;
  height: 8px;
  background: #348e80;
  position: absolute;
  top: 70px;
  left: 33%;
  border-radius: 100%;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li span.ps-sp-bot:before {
  content: '';
  color: #348e80;
  width: 2px;
  height: 50px;
  background: #348e80;
  position: absolute;
  top: -50px;
  left: 50%;
      transform: translate(-50%,0);
  }
  .ps-timeline-sec .container1 ol.ps-timeline li span.ps-sp-bot:after {
  content: '';
  color: #348e80;
  width: 8px;
  height: 8px;
  background: #348e80;
  position: absolute;
  bottom: 70px;
  left: 34%;
  border-radius: 100%;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 60px;
  width: 100%;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li .img-handler-top img {
  display: table;
  margin: 0 auto;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: 0px;
  width: 100%;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li .img-handler-bot img {
  display: table;
  margin: 0 auto;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  line-height:24px;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li p span {
    color: orange;
    font-weight: 700;
  font-size:13px;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 110px;
  width:100%;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 45px;
  width:100%;
  }
  .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
    height: 12px !important;
    width: 2px !important;
  }
  .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon{
    height:2px !important;
    width:12px !important;
    
  }
  .vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after{display:none;}
  .dropdown-menu{
    border:none !important;    
  }
  
  .main-timeline{position:relative}
  .main-timeline:before{content:"";width:4px;height:100%;border-radius:20px;margin:0 auto;background:#eee;position:absolute;top:0;left:0;right:0}
  .main-timeline .timeline{display:block;padding:80px 0;position:relative}
  .main-timeline .timeline .timeline-content a,.pdf-button{display: block;    width: 100px;    background: #ddd;    color:#012834;border-radius:5px;    text-align: center;    padding: 5px 0;    margin: 10px 0;    font-size: 14px;    cursor: pointer;    z-index: 222;    position: relative;}
  .pdf-button,.pdf-button:hover{    width: auto;
  color:#000;
    max-width: 200px;
    display: block;
    margin: 0 auto 60px;}
  .main-timeline .timeline:before{content:"";width:20px;height:20px;border-radius:50%;border:4px solid #fff;background:#ec496e;position:absolute;top:50%;left:50%;z-index:1;transform:translate(-50%,-50%)}
  .main-timeline .timeline-icon{display:inline-block;width:175px;height:175px;border-radius:50%;border:3px solid #ec496e;padding:0px;text-align:center;position:relative;left:26%;}
  .main-timeline .timeline-icon i{display:block;border-radius:50%;background:#ec496e;font-size:64px;color:#fff;line-height:100px;z-index:1;position:relative}
  .main-timeline .timeline-icon:after,.main-timeline .timeline-icon:before{content:"";width:100px;height:4px;background:#ec496e;position:absolute;top:50%;right:-100px;transform:translateY(-50%)}
  .main-timeline .timeline-icon:after{width:70px;height:50px;background:#013347;top:112px;right:-30px}
  .main-timeline .timeline-content{width:50%;padding:0 75px;margin:72px 0 0;float:right;position:relative}
  .main-timeline .timeline-content:before{content:"";width:70%;height:100%;border:3px solid #ec496e;border-top:none;border-right:none;position:absolute;bottom:-13px;left:35px}
  .main-timeline .timeline-content:after{content:"";width:37px;height:3px;background:#ec496e;position:absolute;top:13px;left:0}
  .main-timeline .title{font-size:20px;font-weight:600;color:#ec496e;text-transform:uppercase;margin:0 0 5px}
  .main-timeline .description{display:inline-block;font-size:16px;color:#ddd;line-height:20px;letter-spacing:1px;margin:0}
  .main-timeline .timeline:nth-child(even) .timeline-icon{left:auto;right:-9%}
  .main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-100px}
  .main-timeline .timeline:nth-child(even) .timeline-icon:after{right:auto;left:-30px}
  .main-timeline .timeline:nth-child(even) .timeline-content{float:left;text-align:right;}
  .main-timeline .timeline:nth-child(even) .timeline-content a{float:right;}
  .main-timeline .timeline:nth-child(even) .timeline-content:before{left:auto;right:35px;transform:rotateY(180deg)}
  .main-timeline .timeline:nth-child(even) .timeline-content:after{left:auto;right:0}
  
  .main-timeline .timeline:nth-child(2n) .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-icon i,.main-timeline .timeline:nth-child(2n) .timeline-icon:before,.main-timeline .timeline:nth-child(2n):before{background:#f9850f}
  .main-timeline .timeline:nth-child(2n) .timeline-icon{border-color:#f9850f}
  .main-timeline .timeline:nth-child(2n) .title{color:#f9850f}
  .main-timeline .timeline:nth-child(2n) .timeline-content:before{border-left-color:#f9850f;border-bottom-color:#f9850f}
  .main-timeline .timeline:nth-child(3n) .timeline-content:after,.main-timeline .timeline:nth-child(3n) .timeline-icon i,.main-timeline .timeline:nth-child(3n) .timeline-icon:before,.main-timeline .timeline:nth-child(3n):before{background:#8fb800}
  .main-timeline .timeline:nth-child(3n) .timeline-icon{border-color:#8fb800}
  .main-timeline .timeline:nth-child(3n) .title{color:#8fb800}
  .main-timeline .timeline:nth-child(3n) .timeline-content:before{border-left-color:#8fb800;border-bottom-color:#8fb800}
  .main-timeline .timeline:nth-child(4n) .timeline-content:after,.main-timeline .timeline:nth-child(4n) .timeline-icon i,.main-timeline .timeline:nth-child(4n) .timeline-icon:before,.main-timeline .timeline:nth-child(4n):before{background:#2fcea5}
  .main-timeline .timeline:nth-child(4n) .timeline-icon{border-color:#2fcea5}
  .main-timeline .timeline:nth-child(4n) .title{color:#2fcea5}
  .main-timeline .timeline:nth-child(4n) .timeline-content:before{border-left-color:#2fcea5;border-bottom-color:#2fcea5}
  .main-timeline .timeline img{position:relative;z-index:22;vertical-align: middle;top: 50%;transform: translate(0,-50%);padding: 6px;}

  
  .card-container {
  cursor: pointer;
  height: 145px;
  perspective: 600;
  position: relative;
  width: 225px;
  max-width:100%;
  margin-top:15px;
  }
  .team_title{margin:0 !important;}
  .card {
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: all 0.5s ease-in-out;
  width: 100%;
  }
  .card:hover {
  transform: rotateY(180deg);
  }
  .card .side {
  backface-visibility: hidden;
  -webkit-backface-visibility:hidden;
  border-radius: 0px;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
  }
  .card .back {
  background: #eaeaed;
  color: #0087cc;
  line-height: 150px;
  text-align: center;
  transform: rotateY(180deg);
  padding:15px 8px;
  z-index:2;
  }
  .card .back p{
    color:#363636;
    line-height:20px;
    font-size:12px;
    text-align:left;
    margin:0;
    font-weight:600;
    }
  .card_name{
    color: #fff;
    z-index:1;
    display: block;
    position: absolute;
    bottom: 0;
    line-height: 2;
    background: rgba(1, 40, 52, 0.9);
    width: 100%;
    margin: 0;
    padding-left: 15px;
    font-weight: 500;
    backface-visibility: hidden;
    
  }
  
  
  .nGY2GThumbnailSub  .nGY2GThumbnailLabel{
    padding: 0 !important;
    height: auto;
    line-height: 1;
    font-size: 0px;
  }
  
  .nanogallery_gallerytheme_custom_nanogallery2 .nGY2Breadcrumb .oneItem {
    color: #012834 !important;
    line-height:2 !important;
  }
  .nanogallery_gallerytheme_custom_nanogallery2 .nGY2Breadcrumb{
    
    background-color:#fff !important;    
  }
  .nGY2 .nGY2GThumbnailImageTitle{margin:0 !important;}
  .nGY2 .nGY2GThumbnailAlbumTitle{
    height: auto;
    font-size: 14px;
    text-shadow: none;
    line-height: 28px;
    padding: 5px 0;
    margin: 0;
    }
  .card .back a i{display:block;}
  .card .back a{z-index:1;    display: block;   height: 20px;    padding-top: 15px;left: 50%;    bottom: 20px;}    
  .page-id-2321 .current-menu-item{display:none;}
  .owl-theme .owl-nav.disabled+.owl-dots {
   position: absolute;
    width: 100%;
    bottom: 45px;
    z-index: 222;
    height: 45px;
  }
  .dropdown-menu .current_page_item:after{display:none;}
  .current-menu-parent:after,.current_page_item:after {
    content: '';
    height: 1px;
    width: 80%;
    background: #fff;
    display: block;
    bottom: 26px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
  }
  .menu-bg .current-menu-parent:after,.menu-bg .current_page_item:after{
    bottom:16px;
  }
  .mainmenu .dropdown-menu li a:hover {
    background: #424141 !important;
  }
  .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    height: auto !important;
    transform: translate(-50%,-50%);
    left: 50%;
    width: 100%;
  }
  .owl-theme .owl-nav [class*=owl-]:focus{outline:none;}
  .owl-theme .owl-nav [class*=owl-] {
    color: #012834 !important;
    font-size: 26px !important;
    line-height: 60px !important;
    
    background: #D6D6D6 !important;
    display: inline-block !important;
    cursor: pointe !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    border: none !important;
    width: 60px !important;
    height: 60px !important;
    
    padding: 0 !important;
    text-align: center !important;
  }
  .owl-theme .owl-nav .owl-prev{
    float:left;
    margin-left:5px;
    }
  .owl-theme .owl-nav .owl-next{
    float:right;
    margin-right:5px;
    }    
  .bnr_btn_2  {        position: absolute;
    top: 37%;
    left: 134px;
    transform: translate(-50%,-50%);
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 6px 20px;
    display: block;
    line-height: 1;
    font-size: 1.5rem;
    text-align: center;
  
  }
  
  .bnr_btn_1  {    position: absolute;
   position: absolute;
    top: 37%;
    left: 10px;
    
    /* border: 1px solid #012834; */
    border-radius: 20px;
    padding: 10px 20px;
    display: block;
    line-height: 1;
    font-size: 20px;
    text-align: center;
    color: #012834;
    background: rgba(255,255,255,.9);
  }
  .bnr_btn_1:hover{
    color:#012834;
    } 
    
   /*  .bnr_btn_3{
       left:35%;
       top:50%;
       
       } */
  .banner_home .last_date{
      position: absolute;
    
    bottom: 3%;
    left: 2%;
    transform: translate(0%,-50%);
    
    display: block;
    line-height: 1;
    font-weight:300;
    font-size: 14px;
    
  }
  .banner-btn2{
      max-width: 160px;
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translate(-50%,0);
    width: 17%;
  }
  .banner-btn2-cohr3{
    max-width:130px;
    }
  #faq ul li {
    list-style: disc;
  }
  #faq ol li {
    list-style: decimal;
  }
  .footer-area{
    height:60px;
    position:fixed;
    bottom:0;
    width:100%;
    z-index:222;
    }
    
  .footer-area .footer-text {    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px 0 10px 15px;
    background: #012834;
    left: 0;
    z-index: 2222;
    transition:0.2s all ease-in-out;
    }    
    .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  
  .container-margin{margin-bottom:60px;}
  .fbx-caption .fbx-caption-title h2{margin:0 !important;padding:0 !important;}
  .fbx-credit,.fbx-play{display:none !important;}
  .vc_toggle_size_md.vc_toggle_default .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_round .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_round .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_rounded .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_rounded .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_simple .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_simple .vc_toggle_title .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_square .vc_toggle_content .vc_toggle_icon, .vc_toggle_size_md.vc_toggle_square .vc_toggle_title .vc_toggle_icon{top:12px !important;}
  .comingsoon{
    position:relative;
    }
  .comingsoon_txt{
       position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0%,-50%);
    font-size: 5rem;
    color: #F9A147;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    letter-spacing: 2px;
    
    }
    
    .comingsoon_txt span{
        display: block;
    color: #fff;
    font-size: 4rem;
   
    letter-spacing: 5px;
        
        }
    
  .comingsoon_img{
    float:right;
    max-width:400px;
    
    }
  
  .Alumni-Diary .grid_content_item{
        display:table;
        min-height:70px;
    }
  .Alumni-Diary .grid_single_text_title{
        display:table-cell;
        vertical-align: middle;
    }
    
  #ctf #ctf-more{
      width: 200px !important;
    margin: 15px auto !important;
      }  
    
    
    
    
    
    
    
    
    
    
    
    
    
  @media only screen and (max-width:1200px){.main-timeline .timeline-icon:before{width:50px;right:-50px}
  .main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-50px}
  /* .main-timeline .timeline-content{margin-top:75px} */
  .main-timeline .timeline:nth-child(even) .timeline-icon{right:-5%;}
  .card-container {    height: 190px;}
  /* .bnr_btn_2{left:23%;} */
  .bnr_btn_1{font-size: 14px;
    padding: 7px 14px;}
  /* .bnr_btn_3{left:34%;} */
  .owl-theme .owl-nav [class*=owl-]{
    width:35px !important;
    height:35px !important;
    line-height:35px !important;
    font-size:21px !important;
    }
  }
  @media only screen and (max-width:990px){.main-timeline .timeline{margin:0 0 135px !important}
  .test{margin:0 0 135px !important}
  .main-timeline .timeline-icon{left:25%}
  .main-timeline .timeline:nth-child(even) .timeline-icon{right:-7%}
  .page-id-2321  .owl-carousel .item,.page-id-2747  .owl-carousel .item {
  position: relative;
  height:500px;
  background-position:center !important;
  background-size:cover;background-repeat:repeat;
  }
  .bnr_btn_2{left: 100px;    padding: 4px 6px;    top: 38%;}
  /* .main-timeline .timeline-content{margin-top:115px} */
  }
  
  @media (max-width:767px) and (max-height:415px){
    
    .page-id-2321 .owl-carousel .item,.page-id-2747 .owl-carousel .item{
        height:414px;
        }
    
  }
  @media only screen and (max-width:767px){
  /* .bnr_btn_1{top:91%;left:50%;} */   
  /*  .bnr_btn_2{
       left:18%;
       } */
  .main-timeline{padding-top:50px}
  .main-timeline:before{left:0px;right:0;margin:0}
  .main-timeline .timeline{margin-bottom:70px;padding:0;}
  .main-timeline .timeline:before{top:0;left:0px;right:0;margin:0}
  .main-timeline .timeline-icon{width:100px;height:100px;line-height:40px;padding:5px;top:0;left:20px}
  .main-timeline .timeline:nth-child(even) .timeline-icon{left:20px;right:auto}
  .main-timeline .timeline-icon:before,.main-timeline .timeline:nth-child(even) .timeline-icon:before{width:25px;left:auto;right:-25px;display:none;}
  .main-timeline .timeline-icon:after,.main-timeline .timeline:nth-child(even) .timeline-icon:after{width:25px;height:30px;top:44px;left:auto;right:-5px;display:none;}
  .main-timeline .timeline-icon i{font-size:30px;line-height:45px}
  .main-timeline .timeline-content,.main-timeline .timeline:nth-child(even) .timeline-content{width:100%;margin-top:15px;padding-left:20px;padding-right:5px;float:none;}
  .main-timeline .timeline:nth-child(even) .timeline-content{float:none;text-align:left;}
  .main-timeline .timeline:nth-child(even) a{float:none;}
  .main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(even) .timeline-content:before{width:50%;left:120px;display:none;}
  .main-timeline .timeline:nth-child(even) .timeline-content:before{right:auto;transform:rotateY(0);display:none;}
  .main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(even) .timeline-content:after{left:85px;display:none;}
  
  }
  @media only screen and (max-width:479px){.main-timeline .timeline-content,.main-timeline .timeline:nth-child(2n) .timeline-content{padding-left:20px}
  .main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(2n) .timeline-content:before{left:99px}
  .main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-content:after{left:65px}
  }
  
  
  
  
  
  
  
  @media(min-width:1200px){
    
    .card_name{
        padding-left:5px;
        font-size:13px;
        height: 30px;
        word-break: break-all;
        }
    }
  
  @media(max-width:991px){
    
    .navbar-collapse.collapse{
        padding-left:0px;    
    }
    .page_title {
        margin-bottom: 30px;
        font-size: 24px;
    }
    .page_content p{
        font-size:14px;
    }
    .block_space{
        height:0 !important;    
    }
    .list_advantage p{
        padding:8px 30px 0;
        font-size:14px;
    }
    .list_icon{
        max-width:40px;
    }
    .ps-timeline-sec .container1 ol.ps-timeline{
    margin:270px 0;
    }
    .main-timeline .timeline-content{
        margin:52px 0 0;    
    }
    .main-timeline .timeline-icon:after{
        top:89px;    
    }
    .main-timeline .timeline-icon{width:130px;height:130px;}
    .main-timeline .timeline img{padding:3px;}
    .current-menu-parent:after, .current_page_item:after{bottom:16px;}
    .menu-bg .logo img{
    width:140px;    }
   /*  .bnr_btn_2{
       left:29%;
       } */
  .logo,.menu-bg .logo{
    padding-top:12px !important;
  }
  
  }
  @media(max-width:768px){
     .navbar-collapse.collapse{
        padding-left:15px;    
    }
    .logo, .menu-bg .logo {
    padding-top: 16px !important;
  }
    .who_can_apply_img{
        max-width:500px;
        margin:0 auto !important;
    }
    .bnr_btn_1{font-size:10px;}
   
      .ps-timeline-sec .container1 ol:before {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 0px !important;
    left: 21px !important;
  }
  .ps-timeline-sec .container1 ol:after {
    background: #348e80;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: inherit !important;
    left: 21px;
  }
  .ps-timeline-sec .container1 ol.ps-timeline {
    margin: 20px 0 !important;
    border-left: 2px solid #348e80;
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 25px !important;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li {
    height: 220px;
    float: none !important;
    width: inherit !important;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li:nth-child(2) .img-handler-bot img {
    width: 70px;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 120px;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li:last-child .img-handler-bot {
    bottom: 40px !important;
    width: 40% !important;
    margin-left: 25px !important;
    margin-top: 0 !important;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li:last-child .img-handler-bot img {
    width: 100%;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li:last-child .ps-top {
    margin-bottom: 0 !important;
    top: 20px;
    width: 50% !important;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li span {
    left: 0 !important;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li span.ps-sp-bot:before {
    content: none !important;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li span.ps-sp-bot:after {
    content: none !important;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li .img-handler-top {
    position: absolute !important;
    bottom: 150px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li .img-handler-top img {
    margin: 0 auto !important;
    width: 80% !important;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li .img-handler-bot {
    position: absolute !important;
    bottom: 115px !important;
    width: 30% !important;
    float: left !important;
    margin-left: 35px !important;
    margin-bottom: 0 !important;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    margin-top: 0px !important;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li .ps-top {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -40px;
  }
  .ps-timeline-sec .container1 ol.ps-timeline li .ps-bot {
    width: 60% !important;
    float: right !important;
    right: 0;
    top: -65px;
  }
    .ps-timeline-sec .container1 ol.ps-timeline li:nth-child(2) .img-handler-bot{
        
        bottom:200px !important;    
    }
     .ps-timeline-sec .container1 ol.ps-timeline li:nth-child(5) .img-handler-top{
        
        bottom:40px !important;    
    }
     
    .team_title{
        margin-bottom:15px !important;
    text-align:center !important;    
    }
    .card-container{
        margin:0 auto 30px;    
    }
    .comingsoon_txt{
       position: relative;
    top: auto;
    left: auto;
    transform: none;
    font-size: 3rem;
    color: #F9A147;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-top:75px;
    text-align:center;
    
    }
    
    .comingsoon_txt span{
        display: block;
    color: #fff;
    font-size: 2rem;
   
    letter-spacing: 5px;
        
        }
    
  .comingsoon_img{
    float:none;
    display:block;
    margin:0 auto;
    max-width:300px;
    
    }
  
  }
  @media(max-width:575px){
     .page-id-2321 .owl-carousel .item,   .page-id-2747 .owl-carousel .item{
        height:340px;
        
        }
        .bnr_btn_2 {
    left: 70px;
    padding: 2px 4px;
    top: 38%;
    font-size: 10px;
  }
  .logo img{width:120px !important;}
  .logo,.menu-bg .logo{padding:12px 5px !important;}
  .navbar-toggle {
    margin: 0 !important;
    margin-top: -42px !important;
  }
    }
  
  @media(max-width:450px){
    .ps-timeline-sec .container1 ol.ps-timeline li .img-handler-bot,.ps-timeline-sec .container1 ol.ps-timeline li .img-handler-top{
        
        bottom:180px !important    
    }
    .ps-timeline-sec .container1 ol.ps-timeline li:nth-child(5) .img-handler-top {
        bottom: 80px !important;
    }
    
    }
  #grid_content_item .grid_single_text_title h3,.fbx-caption .fbx-caption-title h2{font-family:GE Inspira Sans,sans-serif !important;}