/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/*
    Add your custom styles here
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html{
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {

	height: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	background-color:#fff;
	line-height:1;
	margin:0;
	color:#000;
}

h1, h2, h3, h4, h5, h6, p, span, div, body, strong{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smooth: always;
}

h1, h2, h3, h4, h5, h6{
	margin:0;
	font-weight: normal;
}


a{
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	background-color: transparent;
	text-decoration:none;
}


a:active,
a:hover {
  outline: none;
}

sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
  vertical-align: middle;
}

p{
	font-family: 'Montserrat', sans-serif;
	margin-bottom:25px;
	padding-bottom:0;
}

ul{
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	margin-bottom:25px;
	
}



ul li{
	font-family: 'Montserrat', sans-serif;
}


ul.list{
	list-style: none;
}


ul.list li{
	margin-bottom:20px;
	position:relative;
	padding-left:40px;
}



ul.list li:before{
	content:'';
	position:absolute;
	background:url('./images/checklist.svg') top left no-repeat;
	width:24px;
	height:224px;
	top:3px;
	left:0;
}


.light{
	font-weight:300;
}

img.alignnone, .alignnone{
	margin-bottom: 0;
}

.img-unset img{
	max-width:unset !important;
	width:auto;
}

.wrap, .inner{
	margin-left:auto;
	margin-right:auto;
	position:relative !important;
	max-width: 1200px;
	padding-left:15px !important;
	padding-right:15px !important;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.search-icon{
	cursor:pointer;
}

.wrap-search-section{
    display:none;
	position:fixed;
	width:100%;
	z-index:99999;
}

.wrap-search-section .close{
	cursor:pointer;
}

.wrap-search-section .elementor-search-form{
    padding: 15px 30px;
    background: #fff;
    border-radius: 3px;
}

.wrap-search-section .elementor-search-form .elementor-search-form__submit{
	border-radius: 3px;
}


.scroll-up{
	display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 48px;
    height: 45px;
    background-color: #1E88E5;
    line-height: 40px !important;
    opacity: 1;
    z-index: 99999;
    outline: none;
    cursor: pointer;
}

.scroll-up:hover{
	opacity: 1;
	color:#fff;
}


.blue-txt{
	color:#1A2DAE;
}
/** -------------------- GENERAL STYLE ----------------------------- **/

.highlight-blue span{
	color:#1A2DAE !important;
}



/** -------------------- PAGE TEMPLATE DEFAULT ----------------------------- **/
.page-template-default .site-main{
	max-width:1150px !important;
	padding-left:10px;
	padding-right:10px;
	padding-top:140px;
}

.page-template-default .site-main .page-header{
	text-align:center;
	margin-bottom:40px;
}

.page-template-default .site-main  .page-content ul{
	margin-left:20px;
}

/** -------------------- HEADER ----------------------------- **/
.header-section{
	position:absolute;
	width: 100% !important;
    z-index: 1;
}

/** -------------------- ELEMENTOR ----------------------------- **/
.elementor-section{
	max-width:2000px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.elementor-widget:not(:last-child){
	margin-bottom:0 !important;
}

.elementor-widget-image a img[src$=".svg"]{
	width:100% !important;
}


/** -------------------- HOMEPAGE ----------------------------- **/
.tpl-home .section-2:before{
	content:'';
	position:absolute;
	background-color:#FFF;
	min-height:186px;
	width:73%;
	left:0;
	border-radius: 0 20px 20px 0;
/* 	box-shadow: 0px 20px 20px 2px rgb(0 0 0 / 10%); */
	box-shadow: 0px 0 20px 0 #1A2DAE21;
	z-index:3;
}

.core-solution-section .elementor-image-box-wrapper:hover{
	z-index:999;
	position:retalive;
}

.core-solution-section .elementor-image-box-wrapper:hover .elementor-image-box-description{
	
}
/* .core-solution-section .elementor-image-box-content{
	margin-top:-100px; 
	position:relative;
}*/
/* .core-solution-section .elementor-image-box-description{
	visibility: hidden;
} */

.tpl-home .section-6 ul.list li{
	margin-bottom:30px;
}


.testimonial-section .elementor-testimonial .elementor-testimonial__content{
	text-align:left;
	position: relative;
	padding-top:45px;
}
.testimonial-section .elementor-testimonial .elementor-testimonial__content:before{
	content:'';
	position:absolute;
	background:url('./images/quote.svg') top left no-repeat;
	width:51px;
	height:41px;
	top:0;
	left:0;
}

.case-study-section .column-left .elementor-widget-image-box .elementor-image-box-content{
	margin-top: -200px;
    padding-left: 35px;
    padding-right: 70px;
}

.case-study-section .column-right .elementor-widget-image-box .elementor-image-box-content{
	margin-top: -170px;
    padding-left: 35px;
    padding-right: 60px;
}
.case-study-section .elementor-widget-image-box .elementor-image-box-content p{
	color:#FFF;
	margin-bottom:15px;
}
.case-study-section .elementor-widget-image-box .elementor-image-box-content p:last-child{
	
	margin-bottom:0;
}
.case-study-section .elementor-widget-image-box .elementor-image-box-content a.view{
	
    font-size: 24px;
    font-weight: 500;
}

.blog-section .latest-article .elementor-post__text{
	padding-left:25px;
	padding-right:25px;
	padding-bottom:60px;
}

.blog-section .latest-article .elementor-post__read-more{
	position:absolute;
	bottom:30px;
	
}




/** -------------------- PAGES ----------------------------- **/

.timeline-section .inner:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #1A2DAE;
    left: 50%;
    top: 0;
}

.timeline-year{
	max-width:186px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.timeline-year2{
	max-width:300px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.contact-info ul li{
	list-style:none;
	margin-bottom:20px;
	padding-left:40px;
	position:relative;
}
.contact-info ul li:last-child{
	margin-bottom:0;
}
.contact-info ul li img{
	position:absolute;
	top:0;
	left:0;
}
/** -------------------- FORM ----------------------------- **/
.free-challenge-form{
	max-width:640px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}


.free-challenge-form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 12px;
}

.free-challenge-form .gform_wrapper input[type=text]{
	font-family: 'Montserrat', sans-serif;
    color: #090333;
    font-size: 20px !important;
    font-weight: 400;
    background-color: #EFF3FF;
	border: solid 1px #EFF3FF;
    padding: 0 20px !important;
    min-height: 58px;
    line-height: 58px;
    width: 100%;
    border-radius: 2px;
	outline:none;
}

.free-challenge-form .gform_wrapper .gform_button{
	width:100%;
}
.free-challenge-form .gform_wrapper .gform_footer {
	padding:0 !important;
	margin:12px 0 0 !important;
}


.contact-form .gform_wrapper input[type=text]{
	font-family: 'Montserrat', sans-serif;
    color: #090333;
    font-size: 16px !important;
    font-weight: 400;
    background-color: #FFF;
	border: solid 1px #FFF;
    padding: 0 20px !important;
    min-height: 48px;
    line-height: 48px;
    width: 100%;
    border-radius: 2px;
	outline:none;
}

.contact-form .gform_wrapper select{
	font-family: 'Montserrat', sans-serif;
    color: #090333;
    font-size: 16px !important;
    font-weight: 400;
    background-color: #FFF;
	border: solid 1px #FFF;
    padding: 0 20px !important;
    min-height: 48px;
    line-height: 48px;
    width: 100%;
    border-radius: 2px;
	outline:none;
}

.contact-form .gform_wrapper textarea{
	font-family: 'Montserrat', sans-serif;
    color: #090333;
    font-size: 16px !important;
    font-weight: 400;
    background-color: #FFF;
	border: solid 1px #FFF;
    padding: 20px !important;
    min-height: 110px;
	max-height:110px;
    width: 100%;
    border-radius: 2px;
	outline:none;
}

/*  .gform_wrapper .gfield_label{
	display:none !important;
} */


/* .gform_wrapper .gform_button{
	font-size:24px !important;
	font-weight:700  !important;
	line-height:1 !important;
} */

/** -------------------- POPUP ----------------------------- **/

.clearifx{
	overflow: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.pum-container{
 	padding:0 !important;
	border:transparent !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	width: 100%;
}


 .pum-container .pum-close.popmake-close{
	border: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-size: 40px !important;
    font-weight: 300 !important;
    background-color: transparent !important;
    color: #FFF !important;
    top: -40px !important;
    right: 0 !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 1;
	outline:none;
}



/** -------------------- FOOTER ----------------------------- **/

.social-media-column .elementor-social-icons-wrapper .elementor-grid-item .elementor-icon{
	background: transparent;
    width: auto;
    height: auto;
}
/*==================================================
      				Media Queries      
==================================================*/


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

}


@media only screen and (max-width : 1024px) {
	
}


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

}

@media only screen and (max-width : 575px) {
	
}