/* 
Theme Name: Pranovate
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root {
    --blue: #1468D4;
    --white: #ffffff;
    --black: #000000;
}


body,html {
    overflow-x: hidden;
}

body {
    margin: 0;
}


.banner-section h1>span {
	color: var(--blue);
	font-weight: 700;
	text-shadow: 0px 15px 10px #0F407F4D;
}

span.blue-clr {
	color: var(--blue);
}

.sp-left-section .e-con-inner {
	margin-left: 0;
	margin-right: auto;
}

.sp-right-section .e-con-inner {
	margin-right: 0;
	margin-left: auto;
}

.sp-right-section .elementor-image-box-content,
.sp-left-section .elementor-image-box-content {
	padding-right: 20px;
}

.contact-form-popup form p,
.contact-form-popup form p {
    display: flex;
    flex-wrap: wrap;
}

.contact-form-popup form span.wpcf7-form-control-wrap {
    width: 48%;
    margin: 0 1%;
}

.contact-form-popup form span.wpcf7-form-control-wrap:last-child {
    width: 100%;
}

.contact-form-popup form p:nth-of-type(2) {
    text-align: center;
}

.form-section h2 span {
    color: var(--blue);
    font-weight: 700;
	text-shadow: 0px 8px 16px #01016F38;
}

.contact-form-popup form textarea {
    width: 100%;
    resize: none;
}

.contact-form-popup form input {
    width: 100%;
}

.contact-form-popup form textarea {
    width: 100%;
    resize: none;
}

.contact-form-popup form input {
    width: 100%;
}

.contact-form-popup form input[type="submit"] {
    width: 240px;
    margin: 0 auto;
}

.contact-form-popup form span.wpcf7-spinner {
    margin: 0;
}

/*=================================
    Custom Slider
=================================*/

.slider-section .inner-col:before {
    content: "";
    position: absolute;
    top: -230px;
    left: -10%;
    width: 120%;
    height: 300px;
    background: var(--white);
    border-radius: 100%;
    z-index: 2;
}

.slider-section .slider-single .slider-thumb {
    position: relative;
}

.slider-section .slider-single .slider-thumb:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5074404761904762) 30%, rgba(0,0,0,0) 100%);
    z-index: 1;
}

.slider-section .slider-single .slider-thumb a {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.slider-section .slider-single .slider-thumb a:before {
    content: "";
    border-style: solid;
    border-width: 30px 0px 30px 50px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slider-section .slider-single .slider-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.slider-section .swiper-slide-active .slider-content {
    opacity: 1;
    visibility: visible;
}

.slider-section .slider-single .slider-title {
    font-size: 28px;
    font-weight: 600;
    font-family: "Montserrat", Sans-serif;
    color: var(--black);
}

.slider-section .slider-single .content {
    font-family: "Montserrat", Sans-serif;
    font-size: 21px;
    line-height: 1.2;
}

.slider-section .swiper-nav {
    position: absolute;
    bottom: 26%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 515px;
    width: 100%;
    z-index: 2;
}

.slider-section .swiper-button {
    width: 40px;
    height: 40px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.slider-section .swiper-button:after {
    display: none;
}

.slider-section .swiper-button:before {
    font-family: FontAwesome;
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: 1;
    transform: translate(-50%,-50%);
    color: var(--blue);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.slider-section .swiper-button-prev:before {
    content: "\f060";
}

.slider-section .swiper-button-next:before {
    content: "\f061";
}

.slider-section .swiper-button:hover:before {
    color: var(--black);
}

.fancybox-toolbar .fancybox-button {
    background: rgba(30, 30, 30, .6) !important;
    color: #ccc !important;
}

.fancybox-toolbar .fancybox-button:hover {
    color: #fff !important;
}

/*=================================
    Contact Form
=================================*/

.wpcf7 {
    font-family: "Montserrat", Sans-serif;
}

.wpcf7 .wpcf7-not-valid-tip {
    font-size: 14px;
    position: relative;
    top: -5px;
}

.wpcf7-response-output {
    font-size: 14px;
    text-align: center;
}

.wpcf7-form .wpcf7-submit {
    border: none;
    box-shadow: none;
    margin-left: 6px;
    margin-top: 15px;
    cursor: pointer;
}

/*========== Responsive ==========*/

@media (max-width: 575px) {
    .slider-section .slider-single .slider-content {
        padding-top: 30px;
    }
    .slider-section .inner-col:before {
        top: -110px;
        height: 150px;
    }

    .slider-section .swiper-nav {
        display: none;
    }

    .slider-section .slider-single .slider-title {
        font-size: 20px;
    }

    .slider-section .slider-single .content {
        font-size: 14px;
    }
}