/*
Theme Name: mssci
Theme URI: 
Author: the WordPress team
Author URI: https://wordpress.org/
Description: mssci
Version: 3.5
Tested up to: 6.8
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: mssci

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.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

* {
    padding: 0;
    margin: 0;
}

.btn-border-4 a {
	position: relative;
    display: inline-block;
    margin: 15px;
    padding: 12px 27px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #999999;
    background: #ffffff;
    border: 3px solid #999999;
    cursor: pointer;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}
.btn-border-4 a::after,
.btn-border-4 a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: .5s;
}

.btn-border-4 a::after {
    top: -9px;
    left: -9px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}

.btn-border-4 a::before {
    bottom: -9px;
    right: -9px;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
}

.btn-border-4 a:hover {
    color: #998AF0;
}

.btn-border-4 a:hover::after,
.btn-border-4 a:hover::before {
    width: calc(100% + 18px);
    height: calc(100% + 18px);
    border-color: #998AF0;
}

.qodef-grid-item_border:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: rgba(255, 255, 255, .3);
}
/* .qodef-grid-item_border:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: rgba(255, 255, 255, .3);
} */

.qodef-grid-item_border:last-child:after{
    display: none;
}

.footer-sap_border {
    position: relative;
    z-index:1;
}

.footer-sap_border:before {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .4);
    z-index: -1;
}

.selected_case_content {
    max-width: 94%;
    padding: 0px 42px 19px 42px;
    background-color: #ffffff;
    border-radius: 10px;
    border-top-right-radius: 0;
    margin-left: auto;
    margin-top: -102px;
    position: relative;
    display: flex;
    flex-direction: column;
    color: #000000;
    font-family: Montserrat, sans-serif;
}
.selected_case_content .case_cat {
    font-size: 14px;
    position: relative;
    padding-left: 46px;
    margin-bottom: 8px;
    color: #fff;
	font-family: Montserrat, sans-serif;
}

.selected_case_content .case_cat::before {
    position: absolute;
    content: "";
    width: 36px;
    height: 1px;
    background: #fefeea;
    transition: all .4s ease-in-out;
    left: 0;
    top: 50%;
}
.selected_case_content .selected_case_titel {
    margin: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.selected_case_content .selected_desc {
    margin: 0;
    font-family: Montserrat, sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	line-height: 28px;
}


.selected_case_image {
	position: relative;
	 overflow: hidden;
	 border-radius: 10px;
	 transition: all .4s ease 0s;
 }
 .selected_case_image img {
	 border-radius: 10px;
	 width:100%;
	 height:350px;
	 object-fit:cover;
	 transition: all .4s ease 0s;
 }
 
 .selected_casestudie_slider .selected_casestudie:hover .selected_case_image img {
	 transform: scale(1.1) rotate(-2deg);
 }
 .selected_casestudie_slider .white-swiper-button-prev, .selected_casestudie_slider .white-swiper-button-next{
    background: #bf8d3a;
    border-color: #bf8d3a;
    transition:0.5s;
}
.selected_casestudie_slider .white-swiper-button-prev:hover, .selected_casestudie_slider .white-swiper-button-next:hover{
    background:#111927;
}
.white-swiper-button-prev:hover, .white-swiper-button-next:hover {
    background: #4630ab;
    color: #fff;
}
.selected_casestudie .case_studies_btn {
    position: absolute;
    top: -40px;
    right: -52px;
    background: #4630ab;
    width: 52px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #fff;
    transition: 0.5s;
}
.selected_casestudie:hover .case_studies_btn{
	right: 0;
}
.selected_casestudie {
    overflow: hidden;
}
.white-swiper-button-prev, .white-swiper-button-next {
    width: 45px;
    height: 45px;
    border: 2px solid #4630ab;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fefeea;
    cursor: pointer;
    color: #4630ab;
}

.swiper_nav {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    right: 0;
    top: -90px;
}
.service_slider_shortcode{
	position:relative;
}
.swiper_nav .white-swiper-button-prev {
    margin-right: 10px;
}
.contact-form input {
    font-family: Montserrat, sans-serif !important;
}
.contact-form textarea {
    font-family: Montserrat, sans-serif !important;
}

button#wpforms-submit-299 {
    background-color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #998AF0;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 30px 15px 30px;
    line-height:12px
}
button#wpforms-submit-299:hover {
    background-color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #998AF0;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 30px 15px 30px;
}
button#wpforms-submit-299:hover::after, button#wpforms-submit-299:hover::before {
    width: calc(100% + 18px);
    height: calc(100% + 18px);
    border-color: #998AF0;
}
button#wpforms-submit-299::after {
    top: -9px;
    left: -9px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
button#wpforms-submit-299::after, button#wpforms-submit-299::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: .5s;
}
.custom-login div#wpuf-login-form {
    background: #4630ab;
    padding: 35px;
    border-radius:30px;
}
.custom-login input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: transparent;
    padding: 10px;
    margin-bottom: 10px;
}
.custom-login label {
    font-family: 'Montserrat';
    padding-bottom: 10px;
    color: #fff;
    font-size: 15px;
}
.custom-login input#wpuf-rememberme {
    text-align: left !important;
    width: 17px;
    height: 14px;
}
.custom-login p.forgetmenot {
    padding-top: 10px;
}
.custom-login input#wp-submit {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Montserrat';
    cursor: pointer;
    background: #fff;
    color: #000;
}
.custom-login input#wp-submit:hover {
    background: #000;
    color: #fff;
}

.custom-login a {
    font-family: 'Montserrat';
    color: #fff;
    font-size: 13px;
    text-decoration: underline;
}
.custom-login a:hover {
    color:#000;
}
/* register  */
.custom-register div#wpuf-registration-form {
    background: #4630ab;
    padding: 35px;
    border-radius:30px;
}
.custom-register input{
    width:100%;
    height: 40px;
    border-radius: 5px;
    border: transparent;
    padding: 10px;
    margin-bottom: 10px;
}
.custom-register .wpuf-label{
    font-family: 'Montserrat';
    padding-bottom: px;
    color: #fff;
    font-size: 15px;
    font-weight:400 !Important;
}  
.custom-register label{
    font-family: 'Montserrat';
    padding-bottom: 10px;
    color: #fff;
    font-size: 12px;
    font-weight:400 !Important;
}   
.custom-register .wpuf-fields-inline {
    width: 100% !important;
}
.custom-register input#wp-submit {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    font-family: 'Montserrat';
    cursor: pointer;
    background: #fff;
    color: #000;
}
.custom-register input#wp-submit:hover {
    background: #000;
    color: #fff;
}
.custom-register a {
    font-family: 'Montserrat';
    color:#fff;
    font-size:13px;
}
.custom-register a:hover {
    color:#000;
}
.custom-register li {
    padding: 0 !important;
}
a.btn-auth.btn-login {
    position: relative;
    font-family: 'Montserrat';
    text-transform:uppercase;
    display: inline-block;
    margin: 0 4px;
    padding: 12px 27px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    background: #000;
    border: 3px solid #000;
    cursor: pointer;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}
a.btn-auth.btn-login::after,
a.btn-auth.btn-login::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: .5s;
}

a.btn-auth.btn-login::after {
    top: -9px;
    left: -9px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}

a.btn-auth.btn-login::before {
    bottom: -9px;
    right: -9px;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
}

a.btn-auth.btn-login:hover {
    color: #998AF0;
}

a.btn-auth.btn-login:hover::after,
a.btn-auth.btn-login:hover::before {
    width: calc(100% + 18px);
    height: calc(100% + 18px);
    border-color: #998AF0;
}








a.btn-auth.btn-register {
    position: relative;
    font-family: 'Montserrat';
    text-transform:uppercase;
    display: inline-block;
    margin: 15px;
    padding: 12px 27px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    background: #000;
    border: 3px solid #000;
    cursor: pointer;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}
a.btn-auth.btn-register::after,
a.btn-auth.btn-register::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: .5s;
}

a.btn-auth.btn-register::after {
    top: -9px;
    left: -9px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}

a.btn-auth.btn-register::before {
    bottom: -9px;
    right: -9px;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
}

a.btn-auth.btn-login:hover {
    color: #998AF0;
}

a.btn-auth.btn-register:hover::after,
a.btn-auth.btn-register:hover::before {
    width: calc(100% + 18px);
    height: calc(100% + 18px);
    border-color: #998AF0;
}
a.btn-auth.btn-logout{
    position: relative;
    font-family: 'Montserrat';
    text-transform:uppercase;
    display: inline-block;
    margin: 15px;
    padding: 12px 27px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    background: #000;
    border: 3px solid #000;
    cursor: pointer;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}
a.btn-auth.btn-logout::after,
a.btn-auth.btn-logout::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: .5s;
}

a.btn-auth.btn-logout::after {
    top: -9px;
    left: -9px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}
a.btn-auth.btn-logout::before {
    bottom: -9px;
    right: -9px;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
}

a.btn-auth.btn-logout:hover {
    color: #998AF0;
}

a.btn-auth.btn-logout:hover::after,
a.btn-auth.btn-logout:hover::before {
    width: calc(100% + 18px);
    height: calc(100% + 18px);
    border-color: #998AF0;
}
.wpuf-error {
    font-family: 'Montserrat';
}
.wpuf-error a {
    color: #000 !important;
    font-family: 'Montserrat' !important;
}

.profile-dashboard .elementor-widget-container {
    background: #f5f5f5;
    padding: 35px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 30% 70%;
    gap: 20px;
     font-family: 'Montserrat';
}
.profile-dashboard .details-sec {
    background: #fff;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.profile-dashboard .details-sec h2 {
    font-size:20px;
    padding-bottom:10px;
}
.profile-dashboard p {
    font-size: 15px;
    font-weight: 500;
}
.profile-dashboard h3 {
    font-size: 15px;
    font-weight: 400;
    padding-top: 15px;
}
.profile-dashboard input[type="text"] {
    height: 35px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 6px;
    width: 100%;
}
.details-sec input[type="submit"] {
    position: relative;
    font-family: 'Montserrat';
    text-transform:uppercase;
    display: inline-block;
    padding: 12px 27px;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    background: #000;
    border: 3px solid #000;
    cursor: pointer;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}
.details-sec input[type="submit"]:hover {
    color:#d190ff;
}
.data-section {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}
.data-section h3 {
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    padding-bottom: 10px;
}
.data-section strong {
    line-height: 40px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
}
.data-section a {
    line-height: 30px;
    color: #555555;
}
.data-section a:hover {
    color: #d190ff;
}
.data-section input[type="submit"] {
    border: none;
    background: none;
    cursor: pointer;
	color:red;
}
.data-section input[type="submit"]:hover {
   color:#d190ff;
}
.wpuf-user-loggedin {
    background: #4630ab;
    text-align: center;
    padding: 35px;
    border-radius: 10px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.wpuf-user-loggedin h3 {
    color: #fff;
    padding: 20px 0;
}
.wpuf-user-loggedin a:hover {
    color: #000;
}
.nlog-section img {
    height: 220px !important;
    object-fit: cover;
    width: 100% !important;
}
.page-header {
    position: relative;
    display: block;
    background-color: #000;
    z-index: 1;
    margin-bottom: 60px;
    border-radius: 0px;
}
.page-header .container{
    max-width: 1200px;
    margin:0 auto;
    padding:0;
}
.page-header-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .40;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.page-header__inner {
    position: relative;
    display: block;
    padding:180px 0 180px;
    z-index: 15;
}
.page-header__inner h1 {
    font-family: "Montserrat", Sans-serif;
    font-size: 48px;
    font-weight: 600;
    color:#fff;
    text-align:center;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.session .elementskit-pricing-btn-wraper {
    display: none;
}


/* 404  */ 

.error-page-area {
    text-align: center;
    margin-bottom:50px;
}
.error-bottom h2 {
    font-size: 27px;
    font-weight: 500;
    font-family: "Montserrat", Sans-serif;
    color: #000;
    margin-bottom: 20px;
}
.error-top img {
    border-radius: 5px;
    width: 300px;
}
.error-bottom p {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #636363;
    margin-bottom: 35px;
}

a.default-btn-error {
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    background-color: transparent;
    background: #4630ab;
    border-radius: 5px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 14px 25px 14px 25px;
    color:#fff;
    text-decoration:none;
}
a.default-btn-error:hover{
    background: #000;
}
@media only screen and (min-width: 768px) and (max-width: 992px){
    .error-page-area {
        padding: 0 10px;
    }
	.page-header__inner {
    padding: 130px 0 130px;
  }
}

/* 404  */


@media only screen and (min-width: 320px) and (max-width: 767px){
   a.btn-auth.btn-login {
    padding: 5px 5px;
 }
	a.btn-auth.btn-logout {
    padding: 5px 5px;
 }
  .elementor-2 .elementor-element.elementor-element-1eb2746 > .elementor-widget-container {
    --e-transform-scale: none !important;
 }
  .page-header__inner {
    padding: 60px 0 60px;
 }
 .page-header__inner h1 {
    font-size: 20px;
  }
}

.contact-form input {
    width: 100% !important;
    max-width: 100% !important;
}

.contact-form .wpforms-layout-row {
    display: flex;
    align-items: center;
	gap: 20px;
    width: 100% !important;
    max-width: 100%;
}

.contact-form .wpforms-layout-row .wpforms-layout-column {
	width: 100% !important;
    max-width: 100%;
}

.contact-form #wpforms-299-field_6-container .wpforms-layout-row {
    display: block !important; 
    width: 100% !important;
}

/* Textarea field full width */
.contact-form #wpforms-299-field_6-container textarea {
    width: 100% !important;
    max-width: 100% !important;
}

.footer_social-icon a {
	padding: 9px;
}

.footer_social-icon svg {
    width: 17px;
    height: 17px;
    border-radius: 35px 35px 35px 35px;
	fill: #fff;
}

@media (max-width: 768px) {
	.page-header {
		margin-bottom: 40px;
	}
	.page-header__inner {
		padding: 110px 0 110px;
	}
	
	.page-header__inner h1 {
		font-size: 40px;
	}
}

@media (max-width: 480px) {
	.swiper_nav {
		top: -60px;
	}
	
	.contact-form .wpforms-layout-row {
		gap: 0px;
		flex-direction: column;
	}
	
	.qodef-grid-item_border:after{
        right: auto;
        top: auto;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
    }
	
	.contact-form .wpforms-container .wpforms-field {
		padding-top: 4px;
	}
	
	.page-header__inner {
		padding: 60px 0 60px;
	}
	
	.page-header__inner h1 {
		font-size: 20px;
        line-height: 25px;
	}
	.page-header {
		margin-bottom: 30px;
	}
}
.elementor-element-88cac3d ul.elementor-icon-list-items.elementor-inline-items {
    display: flex !important;
}