/*
Theme Name:     Jupiter Child Theme
Theme URI:    http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI:    http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
  background-color:#fff;
}

*/


*{
  margin:0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  --color-blue:#506a85;
  --color-red:#ff5252;
  --color-black:#151515;
  --color-white:#fff;
}

body{
  background: #ffffff;
  font-family: 'Montserrat', sans-serif;
}

#form_search{
  background: #506a85;
  position: relative;
  margin: 0 auto;
  border-radius: 5%;
  width: 75%;
  border-radius: 0%;
  outline: 0;
  height: auto;
  
}

.search_section{
  width: 100%;
  margin:0% auto;
  padding: 2%;
  margin-top:1%;
  padding:35px;

} 

.search_options{
  box-sizing: content-box!important;
  height: 40px!important;
  color:#fff!important;
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 70%!important;
  border: 0!important;
  outline: 0!important;
  min-width: 220px!important;
  width:30%!important;
  background: #fff!important;
  text-align: center!important;
  text-align-last:center!important;
  color:#4b4b4b!important;
  font-weight: normal!important;
  line-height: 40px!important;
  background-image: url('../../uploads/2017/07/arrow2-e1499237921473.png')!important;
  background-position: right center!important;
  background-repeat: no-repeat!important;
  animation: all 0.4s ease;
  padding: 0px 0 0 10px!important;
  
}

.search_options .classic {
  background: transparent!important;
}

.search_options option { 
  font-size: 80%!important;
  background:transparent!important;
  color:#4b4b4b!important;
}


.search_text::placeholder {
  color: #4b4b4b;
  opacity: 0.7;
}

.search_text{
  box-sizing: content-box;
  font-family: 'Montserrat', sans-serif;
  font-size: 70%!important;
  border: 0!important;
  outline: 0!important;
  background: #fff!important;
  width:56%;
  min-width: 300px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color:#4b4b4b;
  margin:0% 0 0 10px!important;
  padding: 0!important;
}

.search_btn{
  box-sizing: content-box;
  font-family: 'Montserrat', sans-serif;
  height: 40px;
  line-height: 40px;
  font-size: 70%;
  border: 0;
  outline: 0;
  background: #ff5252;
  margin-left:10px;
  width: 8%;
  min-width: 4%;
  background-image:url('../../uploads/2017/07/search-icon-png-11.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
  text-align: center;
  animation: all 0.4s ease;
  padding: 0;
}

.search_filters{
  position: relative;
  width:100%;
  margin:0 auto;
  clear: both;
  color: #f6f6f6;
  margin-bottom: -3%;
  font-size: 70%;
  margin-top:5px;
}

.search_filter_options span{
  margin:0 5px;
}
.search_filter_options strong{
  color:#FF5252!important;
}

.filter_opt{
  margin-top: 2%;
}

.imageload{
  width:90%;
  height:70vh;
  margin: 0 auto!important;
}

.imageload img{
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height:50px;
  width:50px;
}

.homepage_res{
  box-sizing: content-box!important;
  width:75%;
  margin:0 auto;
}

.search-logo{
  width:100%;
  margin-bottom:10px;
}

.text-logo{
  color:#428bca;
  font-size: 10em;
  text-align: center;
  text-shadow: 0 15px 5px rgba(0,0,0,0.2);
  letter-spacing: -10px;
  font-weight: bolder;
  display:block;
  margin:0 auto;
  }

.text-logo span{
  font-size: 22px;
  margin-left:5px;
}


.home--show-btn{
  outline:none; 
  display: none;
  background-color: transparent;
  color: #767676;
  border: 1px solid #e4e4e4;
  padding: 0px 20px;
  border-radius: 30px;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  float: right;
  margin-right: 2px;
  margin-bottom: 10px;
}

.home--show-btn:hover{
  background: #506a85;
  color:#fff;
}


@media screen and (max-width:1286px){
  .search_btn{
    width:8%;
    
  }
} 

@media screen and (max-width:856px){
  .search_btn{
    width:8%;
    margin-top: 10px;
    margin-left:0px;
    height: 30px;
    line-height: 30px;
  }

  .search_text{
    width:86%;
    margin: 10px 0 0 0!important;
    height: 30px;
    line-height: 30px;
  }

  .search_options{
    width:96%!important;
    height: 30px!important;
    line-height: 30px!important;
  }
} 


@media screen and (max-width:505px) {

  .homepage_res{
    width:98%;
  }  

  #form_search{
    width: 98%;
  }
  .form-note{
    width:98%!important;
    text-align: center!important;
  }      
  
  .search_options{
    font-size:60%!important;
  }

  .search_text{
    font-size:60%!important;
  } 

  .search_filters{
    font-size:60%!important;
  }    

  .text-logo{
    font-size: 8em;
  }

  .search_options{
    min-width: 100px!important;
  }

  .search_text{
    min-width:86%!important;
  }

  .search_btn{
    min-width:11%;
    margin-left:0px;
  }

  .search_section{
    padding-top: 4%;
    padding:15px;
  }

  .search_filter_options span{
    margin:0 1px;
  }

  .hidden{
    display: none;
  }

  .home--show-btn {
    display: inline-block;
  }

}


.text-logo{
  display:none;
}


/*--------------------------------------------services-------------------------------------------------------*/


.services-list-heading.mk-toggle.simple-style .mk-toggle-title{
  font-size:18px;
  color:#ff5252;
  padding:5px 10px;
  background:#f9f9f9;
}


.services-list-heading.mk-toggle.simple-style .mk-toggle-title:hover{
  background:#ff5252; 
  color:#f9f9f9;

}
.services-list-heading.mk-toggle.simple-style .mk-toggle-title.active-toggle{
  background:#ff5252;
  color:#fff;
}

.services-list-heading.mk-toggle.simple-style .mk-toggle-title .mk-svg-icon {
  fill:#ff5252;
  margin-right:18px;
  height:15px!important;
  width:25px!important;
}

.services-list-heading.mk-toggle.simple-style:hover .mk-toggle-title .mk-svg-icon,.services-list-heading.mk-toggle.simple-style .mk-toggle-title.active-toggle .mk-svg-icon {
  fill:#fff;
}

.services-list-heading.mk-toggle.simple-style .mk-toggle-pane{
  background:#f1f1f1;
  padding: 10px 0px 1px 15px;
  transition: all 3s;
}

.services-list-heading.mk-toggle.simple-style .mk-toggle-pane.active{
  display: block !important;
}

.service-list{
  margin-left:0;
}

.services-list .services-list-item{
  display:block;
  font-size:18px;
  color:#ff5252;
  padding : 5px 0;
}

.services-sample-reg p a{
  color:#4b4b4b;
}

.fancybox-title-float-wrap{
  display:none!important;
}

.mk-footer-copyright{
  width:100%;
}

.announcement-slider{
  margin:0 auto;
}

.main-section-heading p, .main-section-heading span{
  font-family: 'Playfair Display', sans-serif;
  font-weight:700 !important;
  font-size:40px !important;
  line-height:140% !important;
}

.no-border-width{
  border-width:0;
  font-size:20px;
}

.mk-responsive-nav li a{
  text-align:center!important;
}

.ipa-chapter-textblock{
  padding:50px;
  border: 2px solid #eaeaea;
}

.ipa-chapter-textblock p{
  font-size:18px;
}

.news-the-title span, .news-half-with-image .news-the-title span, .news-fourth-with-image .news-the-title span {
  background-color: #506a85!important;
  padding: 13px 0;
  box-shadow: 15px 0px 0 #506a85, -15px 0 0 #506a85!important;
}

.news-full-with-image .news-date, .news-half-with-image .news-date, .news-fourth-with-image .news-date {
  background-color: #ff5252!important;
  padding: 15px 15px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px!important;
  line-height: 10px;
  color: #fff!important;
}

.mk-footer-copyright a{
  color:#ff5252!important;
}

.a-sticky #menu-main_menu li a:hover,.a-sticky #menu-main_menu .current-menu-item a{
  background:#ff5252!important;
  color:#fff;
}

.a-sticky #menu-main_menu .current-menu-item a{
  color:#fff!important;
}

body #menu-main_menu .menu-item a{
  font-size:14px;
  text-transform:uppercase;
  font-weight:700;
  letter-spacing:1px; 
}

#menu-main_menu .current-menu-item a{
  background:transparent!important;
  color:#ff5252!important;
}

.mk-toggle.simple-style.services-list-heading.legal-act-list .mk-toggle-title{
  background:#ff5252;
  color:#fff;
}

.mk-toggle.simple-style.services-list-heading.legal-act-list .mk-toggle-title .mk-svg-icon {
  fill:#fff;
}

.font-icon.mk-size-small .mk-svg-icon {
  width: 25px!important;
  height: 25px!important;
  fill: #ff5252!important;
}

.mk-footer-copyright a {
  color: #fff!important;
  line-height: 25px;
}
.mk-footer-copyright {

  line-height:25px;
  padding: 40px 0px 5px 0px!important;
}

@media only screen and (max-width : 768px){
  /* Styles */
  #mk-gradient-button-5{
    text-align:center;
  }
  #mk-gradient-button-6{
    text-align:center;
  }
}

/* New Changes */

body .section-heading span{
  position:relative;
  font-family:'Playfair Display',sans-serif;
  font-weight:700;
  font-size:36px;
  letter-spacing:0px;
  text-transform:initial;
  display: inline-block;
}

body .section-heading span:after{
  position:absolute;
  content:'';
  height:2px;
  width:40px;
  background:var(--color-blue);
  top:55%;
  transform:translateY(-50%);
  right:-50px
}

body .section-heading span:before{
  position:absolute;
  content:'';
  height:2px;
  width:40px;
  background:var(--color-blue);
  top:55%;
  transform:translateY(-50%);
  left:-50px;
}

body .section-heading{
  margin-bottom:20px;
}

body .mk-gradient-button .main-cta-btn{
  padding:18px 22px;
  background:var(--color-blue) !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

body .main-cta-btn span{
  font-weight:700;
  font-size:14px;
  letter-spacing:1px;
}

body .main-cta-btn.other-cta-btn{
  background:var(--color-red) !important;
}

body .note-para p{
  font-size:14px !important;
  font-weight:500;
  letter-spacing:1px;
  margin-top:20px;
}

body .sub-heading p{
  font-family:'Montserrat',sans-serif;
  font-weight:600;
  font-size:20px;
  letter-spacing:1px;
  text-transform:uppercase; 
}

body #mk-footer{
  background:#4b4b4b;
}

body #mk-footer .footer-wrapper{
  padding: 35px 0px;
}

body #mk-footer .footer-wrapper{
  max-width:850px;
}

body #mk-footer .textwidget > p{
  color:var(--color-white) !important;
  font-size:14px !important; 
  line-height:180% !important;
  padding: 0 40px;
  text-align:left!important;
  font-weight:500;
 
}

body #mk-footer .custom-html-widget > div{
  position:relative;
  display:block !important;
}

body #mk-footer .custom-html-widget .mk-font-icons{
  position:absolute;
  left:-35px;
  top:5px;
}

body #mk-footer .custom-html-widget #mk-font-icons-141{
  top:37px;
}

body #mk-footer .custom-html-widget a{
  font-size:14px;
  font-weight:500;
}

body #sub-footer{
  background:#2b2b2b;
}

body .mk-footer-copyright p{
  font-weight:500 !important;
  font-size:10px !important;
}

body .mk-footer-copyright {
  line-height:25px;
  padding: 20px 0px 5px 0px!important;
}

body .mk-footer-copyright p{
  top:0!important;
  margin-bottom:15px;
}

body .mk-page-section .mk-skip-to-next[data-skin=light]{
  border:none;
  bottom:0;
}

body .mk-page-section .mk-skip-to-next[data-skin=light]:before{
  position:absolute;
  content:'SCROLL';
  color:var(--color-white);
  font-size:12px;
  letter-spacing:2px;
  top:25px;
  left:50%;
  transform:translateX(-50%);
  font-weight:500;
}

body .mk-page-section .mk-skip-to-next[data-skin=light]:after{
  position:absolute;
  content:'';
  height:25px;
  width:2px;
  background:var(--color-white);
  left:50%;
  transform:translateX(-50%);
  bottom:21px;
}

body .main-cta-btn.cta-link-btn span{
  font-size:12px;
}

body .services-list-heading{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom:15px;
}

.services-list-heading.mk-toggle.simple-style .mk-toggle-title{
  font-size:18px;
  color:var(--color-blue);
  padding:12px 30px;
  background:#fff;
  font-weight:700;
/*   text-transform:uppercase; */
  margin-bottom:1px;
  display: block !important;

}

.services-list-heading.mk-toggle.simple-style .mk-toggle-title:hover{
  background:var(--color-blue); 
  color:#f9f9f9;
}

.services-list-heading.mk-toggle.simple-style .mk-toggle-title.active-toggle{
  background:var(--color-blue);
  color:#fff;
}

.services-list-heading.mk-toggle.simple-style .mk-toggle-title .mk-svg-icon {
  fill:var(--color-blue);
  margin-right:18px;
  height:15px!important;
  width:25px!important;
  margin-top:7px;
}

.services-list-heading.mk-toggle.simple-style:hover .mk-toggle-title .mk-svg-icon,.services-list-heading.mk-toggle.simple-style .mk-toggle-title.active-toggle .mk-svg-icon {
  fill:var(--color-white);
}

.services-list-heading.mk-toggle.simple-style .mk-toggle-pane{
  position:relative;
  background:#ffff;
  padding: 10px 0px 1px 30px;
}

.services-list-heading.mk-toggle.simple-style .mk-toggle-title:after{
  position:absolute;
  content:'';
  height:100%;
  width:7px;
/*   background:var(--color-blue); */
  top:0;
  left:0;
}

.services-list-heading.mk-toggle.simple-style .mk-toggle-title.active-toggle:after{
  background:var(--color-blue);
}

.services-list-heading.mk-toggle.simple-style .mk-toggle-title:hover:after{
  background:var(--color-blue);
}

.services-list-heading.mk-toggle.simple-style .mk-toggle-pane p{
  margin-bottom:10px;
}

.services-list-heading.mk-toggle.simple-style .mk-toggle-pane p a{
  color:var(--color-blue) !important;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:16px;
  font-weight:700;
}

/* eModal CSS */

body .emodal.medium{
  width: 510px;
  position:fixed;
  top:50% !important;
  left:50% !important;
  transform:translate(-50%,-50%);
}

body .emodal.medium .main-heading{
  font-family:'Playfair Display' !Important;
  font-weight:700;
  color: var(--color-blue) !important;
  font-size:32px;
  line-height:140%;
  margin-bottom:30px;
}

body .emodal .emodal-content{
  padding:20px;
  border:4px solid var(--color-blue);
}

body .emodal .emodal-content .profile-image{
  width:150px;
}

body .emodal .emodal-content .profile-name{
  font-size:18px;
  font-family:'Montserrat', sans-serif !important;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  text-align: center;
}

body .emodal .emodal-content .profile-details{
  margin-left:0px;
}

body .emodal .emodal-content .profile-details li{
  font-family:'Montserrat',sans-serif;
  font-size:14px;
  font-weight:500;
}

body .emodal > .emodal-close{
  height:10px;
  width:10px;
  overflow:hidden;
  background:var(--color-white) !important;
  text-shadow:none !important;
}

body .emodal > .emodal-close:after{
  position:absolute;
  content:'X';
  color:var(--color-blue);
  bottom:2px;
  left:8px;
  font-family:'Montserrat',sans-serif;
  font-size:20px;
  font-weight:700;
}

@media(max-width:768px){

  body .mk-gradient-button{
    text-align:center !important
  }

  body .mk-footer-copyright{
    width:90%;
    margin: 0 auto;
  }

  body .mk-footer-copyright p{
    line-height:180% !important;
  }

  body #mk-footer .custom-html-widget > div{
    padding: 0 20px;
  }

  body #mk-footer .custom-html-widget a{
    position:relative;
    margin-left:35px;
  }

  body #mk-footer .custom-html-widget .mk-font-icons{
    position:absolute;
    left:20px;
    top:5px;
  }

  body #mk-footer .textwidget > p{
    padding: 0 20px;
    font-weight:500 !important;
  }

  body .emodal.medium{
    width: 90vw;
  }

}

/* Legal Page CSS */

.mk-toggle.simple-style.services-list-heading.legal-act-list .mk-toggle-title{
  background:var(--color-white);
  color:var(--color-blue);
}

.mk-toggle.simple-style.services-list-heading.legal-act-list .mk-toggle-title.active-toggle{
  background:var(--color-blue);
  color:var(--color-white);
}

.services-list .services-list-item p{
  margin-bottom:10px;
}

.services-list{
  margin-left:0px !important;
}

.services-list .services-list-item{
  color:var(--color-blue) !important;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:16px;
  font-weight:700;
  line-height:27px;
}

body .news-full-with-image .news-date,
body .news-half-with-image .news-date,
body .news-fourth-with-image .news-date{
  font-size:12px !important;
  text-transform:uppercase;
  font-weight:700;
}

/* Contact CSS */

body .mk-box-icon-2.contact-info p{
  margin-top:-20px;
  letter-spacing:1px;
  font-size:15px !important;
  line-height:27px;
  padding-bottom:10px;
  font-weight:500;
}

body .sub-heading.contact-sub-heading p{
  margin-top:-20px;
  text-transform:initial;
}

body .sub-heading.contact-sub-heading p strong{
  text-transform:uppercase
}

body .form-note{
  padding-top:8px;
  letter-spacing:0.5px;
  font-weight:500;
  font-size:15px !important
}

body .form-note span{
  font-weight:900;
}

body .search_options,
body .search_text{
  font-weight:600 !important;
  color:#151515 !important;
}

body .search_filter_options span{
  text-transform:uppercase;
  font-weight:600;
  font-size:12px;
  letter-spacing:1px;
  position:relative;
  top:0px;
}

body .search_filter_options{
  text-transform:uppercase;
  position:relative;
  font-size:14px

}

/* HomePage Notice */

body.home .notice-text{
  border: 3px solid var(--color-blue);
  max-width: 570px;
  margin: 0 auto;
  padding: 40px;
  padding-bottom: 30px;
  font-size: 22px;
}

body.home .notice-text p{
  font-size: 17px !important;
  font-weight: 500;
  text-align: center;
  color: #4b4b4b;
  line-height: 170%
}


@media(max-width:768px){
  body.home .notice-text{
    padding: 10px;
    padding-bottom: 0px;
  }
}

/* custom Popup */
body .main-popup-container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.0);
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: 0.4s 0.2s;
}

body .main-popup-container {
    display: flex;
}

body .main-popup-container.active {
    background-color: rgba(0, 0, 0, 0.85);
    pointer-events: auto;
    transition: 0.4s;
}

body .main-popup-container .popup-inner {
    position: relative;
    padding: 0 20px;
    opacity: 0;
    transition: 0.4s;
}

body .main-popup-container.active .popup-inner {
    position: relative;
    padding: 10px;
    opacity: 1;
    transition: 0.4s 0.2s;
    background: #ff5252;
}

body .main-popup-container .popup-image {
    max-width: 400px;
}

body .main-popup-container .popup-image img {
    width: 100%;
    max-width: 800px;
    display: block;
}

body .main-popup-container .popup-inner .popup-close {
    position: absolute;
    display: block;
    right: 0;
    top: -40px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: #FFFFFF;
    padding: 4px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

body .main-popup-container .popup-inner .popup-close:after, body .main-popup-container .popup-inner .popup-close:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 4px;
    width: 60%;
    background-color: #000000;
}

body .main-popup-container .popup-inner .popup-close:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.show-mobile {
    display: none;
}

/*Mobile CSS*/

@media only screen and (max-width: 768px) {
    /* custom Popup */
    body .main-popup-container .popup-inner .popup-close {
        width: 20px;
        height: 20px;
    }

    body .main-popup-container .popup-inner {
        max-width: calc(100vw - 50px);
    }
}