/*


 Theme Name:     Divi Child


 Theme URI:      https://www.elegantthemes.com/gallery/divi/


 Description:    Divi Child Theme


 Author:         Elegant Themes


 Author URI:     https://www.elegantthemes.com


 Template:       Divi


 Version:        1.0.0


*/


 


 


/* =Theme customization starts here


------------------------------------------------------- */
 @font-face {
     font-family:Gilroy-Black;
     src: url(./fonts/Gilroy-Black.ttf);
}
 @font-face {
     font-family: Gilroy-BlackItalic;
     src: url(./fonts/Gilroy-BlackItalic.ttf);
}
 @font-face {
     font-family: Gilroy-Bold;
     src: url(./fonts/Gilroy-Bold.ttf);
}
 @font-face {
     font-family: Gilroy-BoldItalic;
     src: url(./fonts/Gilroy-BoldItalic.ttf);
}
 @font-face {
     font-family: Gilroy-ExtraBold;
     src: url(./fonts/Gilroy-ExtraBold.ttf);
}
 @font-face {
     font-family: Gilroy-Heavy;
     src: url(./fonts/Gilroy-Heavy.ttf);
}
 @font-face {
     font-family: Gilroy-Light;
     src: url(./fonts/Gilroy-Light.ttf);
}
 @font-face {
     font-family: Gilroy-Medium;
     src: url(./fonts/Gilroy-Medium.ttf);
}
 @font-face {
     font-family: Gilroy-Regular;
     src: url(./fonts/Gilroy-Regular.ttf);
}
 @font-face {
     font-family: Gilroy-RegularItalic;
     src: url(./fonts/Gilroy-RegularItalic.ttf);
}
 @font-face {
     font-family: Gilroy-SemiBold;
     src: url(./fonts/Gilroy-SemiBold.ttf);
}
 @font-face {
     font-family: Gilroy-Thin;
     src: url(./fonts/Gilroy-Thin.ttf);
}
 @font-face {
     font-family: Gilroy-UltraLight;
     src: url(./fonts/Gilroy-UltraLight.ttf);
}
/*header css start here */
 ul#mobile_menu1 {
     background: #1a5ee6 !important;
}
 #home-banner-sec {
     background-size: cover;
     background-repeat: no-repeat;
     background-position: bottom;
}
 nav.et-menu-nav ul.et-menu li {
     margin-top: 20px;
     text-transform: uppercase;
     font-size: 16px;
     font-family: Gilroy-SemiBold;
}
ul#menu-main-menu {
    display: flex;
    gap: 47px;
}
/*header css end here */
/*footer css start here */
 .footer-main {
/*      text-align: center; */
     width: 85%;
     margin: 0 auto;
     position: relative;
     top: -25px;
}
.footer-menu ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}
.footer-menu ul li {
    margin-bottom: 18px;
    width: 50%;
}
 .footer-menu ul li a {
     color: #FFFFFF;
     font-size: 15px;
     font-family: Gilroy-SemiBold;
}
.footer-copy p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Gilroy-Regular';
}
.footer-copy a {
    color: #fff;
}
 .footer-logo {
/*      text-align: center !important; */
     margin-top: -20px;
}
 .footer-main p {
     font-size: 15px;
     line-height: 30px;
     color: #ffffff;
     font-family: Gilroy-Regular;
     margin-top: 20px;
	 letter-spacing: 1px;
	 margin-left: -30px;
}
 .footer-main a {
     color: #fff;
}
 .footer-menu {
    margin-top: 30px;
}

.newsletter-txt h2 {
	 font-size: 38px;
    line-height: 42px;
    color: #000647;
    font-family: Gilroy-Medium;
}

.newsletter-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-family: Gilroy-Regular;
    margin-bottom: 28px;
}
.tnp.tnp-subscription {
    position: relative;
}
   
.tnp-subscription input[type=email] {
    padding: 12px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #1a5ee6;
}
.tnp-field.tnp-field-button {
    position: absolute;
    right: 100px;
    bottom: 35px;
}
.tnp-subscription input.tnp-submit {
    background-color: #1a5ee6;
    padding: 13px 18px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.for-news-equal {
    display: flex;
    align-items: center;
}
.tnp-field-email label {
    font-size: 18px;
    color: #fff;
    font-family: Gilroy-SemiBold;
    margin-bottom: -10px;
}

.tnp-field-email {
	position:relative;
}
.tnp-field-email input {
    padding: 15px !important;
}

input.suscribe-btn {
	font-size: 16px;
    font-family: 'Gilroy-SemiBold';
    width: 116px !important;
    background-color: #093476 !important;
    border: 1px;
    padding: 16px 15px !important;
    color: #fff !important;
	margin-bottom: 35px;
}

/* .suscribe-btn {
    position: absolute !important;
    top: 37px;
    right: 0px;
} */




/*footer css end here */
/*Home page css start here */
 .banner {
     text-align: center;
     padding-top: 18px;
}
 .banner h2 {
     color: #fff;
     line-height: 70px;
     font-size: 55px;
     font-family: Gilroy-ExtraBold;
}
 .banner p {
     color: #fff;
     line-height: 32px;
     font-size: 24px;
     font-family: Gilroy-Regular;
     margin-bottom: 40px;
}
 a.banner-btn {
    border-radius: 5px;
    font-size: 18px;
    background: transparent;
    position: relative;
    padding: 10px 35px;
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #fff;
    outline: none;
    overflow: hidden;
    color: #fff;
    transition: color 0.3s 0.1s ease-out;
    font-family: Gilroy-SemiBold;
    display: inline-block;
}

a.banner-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    border-radius: 50%;
    display: block;
    width: 20em;
    height: 20em;
    left: -5em;
    text-align: center;
    transition: box-shadow 0.5s ease-out;
    z-index: -1;
}

a.banner-btn:hover {
    color: #fff;
    border: 1px solid #1a5ee6;
}

a.banner-btn:hover::before {
    box-shadow: inset 0 0 0 10em #1a5ee8;
}

.mission-right-pic {
    position: absolute;
    top: -90px;
}

.mission h5,h2.new-heading {
    font-size: 20px !important;
    color: #000647;
    font-family: Gilroy-Bold;
}
.mission h3,.mission h2 {
    font-size: 40px;
    line-height: 50px;
    color: #000647;
    font-family: Gilroy-Medium;
}
 .mission p {
     font-size: 16px;
     line-height: 26px;
     color: #000000;
     font-family: Gilroy-Regular;
}

 .more-btn {
     font-family: Gilroy-SemiBold;
}
 .third-pic-main {
     text-align: center;
}
 .third-pic {
     min-height: 110px;
}
 .image-txt h3,.image-txt h2 {
     color: #fff;
     font-size: 30px;
     font-family: Gilroy-ExtraBold;
}
h2.first-list {
	font-size:20px !important;
}

 .image-txt p {
     font-size: 16px;
     line-height: 26px;
     color: #ffffff;
     font-family: Gilroy-Regular;
}
 ul.water-bullets {
     margin-top: 22px;
}
 ul.water-bullets li {
     font-size: 16px;
     list-style: none;
     line-height: 22px;
     color: #000647;
     padding: 10px 0px 0px 40px;
     font-family: Gilroy-SemiBold;
}
 ul.water-bullets li:before {
     position: absolute;
     content: "";
     background: url(/wp-content/uploads/2022/09/water-bullets.png);
     background-repeat: no-repeat;
     width: 50px;
     height: 50px;
     left: 0;
}

.for-align-cnter {
	display:flex;
	align-items:center;
}

 a.w-btn {
    border-radius: 5px;
    font-size: 18px;
    background: transparent;
    position: relative;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #000647;
    outline: none;
    overflow: hidden;
    color: #000647!important;
    transition: color 0.3s 0.1s ease-out;
    font-family: Gilroy-SemiBold;
    display: inline-block;
}

 a.w-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: '';
  border-radius: 50%;
  display: block;
  width: 20em;
  height: 20em;
  left: -5em;
  text-align: center;
  transition: box-shadow 0.5s ease-out;
  z-index: -1;
}


a.w-btn:hover {
    color: #fff !important;
    border: 1px solid #1a5ee6;
}

a.w-btn:hover::before {
    box-shadow: inset 0 0 0 10em #1a5ee8;
}
.dashboard-blub {
 box-shadow:0px 2px 18px 0px rgba(9,162,214,0.14);	
padding: 30px 20px;
    min-height: 500px;
}

.dashboard-blub h4 {
    font-size:25px;
  color: #000647;
    font-family: Gilroy-Medium;
}

.dashboard-blub .et_pb_blurb_description {
    margin-top: 12px;
}
.info-bg {
	position:relative;
	
}
.info-bg:before{
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:.7;
}

.squre-box {
    background-color: #fff;
    width: 45%;
    text-align: center;
    padding: 20px 11px;
    border-radius: 5px;
	box-shadow: 0px 2px 18px 0px rgba(9,162,214,0.14);
}

.bg-pic-height {
    height: 520px;
    background-size: cover;
    position: relative;
    border-radius: 8px;
}

.squre-box.fst {
    position: absolute;
    top: -22px;
    left: -42px;
}

.squre-box.second {
    position: absolute;
    top: 179px;
    right: -36px;
}

.squre-box.thrd {
    position: absolute;
    top: 363px;
    left: -42px;
    padding: 20px 13px;
}
.w-txt {
	color:#fff !important;
}

/*home page css end here */
/*about page css start here */
 .about-banner-txt h2,.about-banner-txt h1 {
     color: #fff;
     font-size: 60px;
     font-family: Gilroy-SemiBold;
}
 .about-banner h5 {
     font-size: 16px;
     color: #fff;
     font-family: Gilroy-SemiBold;
}
 .about-banner h3,.about-banner h2 {
     font-size: 42px;
     line-height: 50px;
     color: #fff;
     font-family: Gilroy-Medium;
}
 .about-banner p {
     font-size: 16px;
     line-height: 26px;
     color: #fff;
     font-family: Gilroy-Regular;
}
.comn-white-text{
	color:#fff !important;
}

.for-testimonial h2 {
    font-size: 26px;
    line-height: 37px;
    color: #fff;
    font-weight: 500;
}

.about-banner-pic {
	position:relative;
}
.about-banner-pic:before {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #1a5ee6;
    opacity: .4;
}



/*about page css end here */
/*Report page css start here */
 .Report-banner-txt {
     text-align: center;
}
 .Report-banner-txt h2 {
     margin: 62px 0px 0px 0px;
     color: #fff;
     line-height: 74px;
     font-size: 58px;
     font-family: Gilroy-SemiBold;
}
 .Report-banner-txt p {
     color: #fff;
     line-height: 33px;
     font-size: 24px;
     font-family: Gilroy-Medium;
}
 .total-pic {
     position: absolute;
     right: 0px;
     top: -200px;
}
.new-des-section h6 {
    font-size: 20px;
    color: #000647;
    font-weight: 700;
 
}
h6.first-list {
   margin: 20px 0px 0px 0px;	
}

/*Report page css end here */
/*contact page css start here*/
 .contact-main input,textarea {
     padding: 12px;
     border-radius: 5px;
     background: #f8f8f8;
}
 .contact-main input,textarea{
     width: 100%;
}
 .contact-main label,.cf-main label {
     font-size: 18px;
     color: #000647;
     font-family: Gilroy-SemiBold;
}

.cf-main input {
padding: 12px;
 border-radius: 5px;
/* width:100%; */
}
.f-name-nw {
	width:50%;
}

.f-name-main {
    display: flex;
    gap: 20px;
    margin: 24px 0px;
}

.s-btn input,input.d-btn {
    margin-top: 20px;
    padding: 13px 40px 13px 40px;
    border-radius: 5px;
    border: none;
    background: #1c65f2;
    font-size: 18px;
    color: #fff;
    font-family: Gilroy-SemiBold;
}
input.d-btn {
	width:200px;
}

/*contact page css end here*/

/* BLOG PAGE */

p.post-meta {
    display: none;
}
h2.entry-title {
    line-height: 35px;
}
.blog .container:before,
.single .container:before {
	display:none;
}

.et_right_sidebar #sidebar {
	padding-left: 0px !important;
}

#left-area h1.entry-title {
	margin-top:20px;
}

#left-area .entry-content {
	padding-top: 10px;
}

article,
.entry-content p {
     font-size: 16px;
     line-height: 26px;
     color: #000000;
     font-family: Gilroy-Regular;
}

.ts-blog h4 {
	    font-size: 22px;
    line-height: 40px;
    color: #000647;
    font-family: Gilroy-Medium;
}

h4.nxt.aut {
    margin: 30px 0px 0px 0px;
    font-size: 25px !important;
}

.bio-pic h3 {
    font-size: 20px;
    line-height: 30px;
    color: #000647;
    font-family: Gilroy-Medium;
}

.bio-main {
    display: flex;
    justify-content: space-between;
    /* gap: 30px; */
    align-items: center;
	margin:30px 0px;
}
.bio-pic {
    width: 28%;
}
.bio-txt {
    width: 70%;
}
.bio-pic img {
    height: 238px;
    object-fit: cover;
    width: 100%;
}
a.more-link {
    padding: 12px 26px;
    border-radius: 5px;
    display: inline-block;
    width: 145px;
    margin: 20px 0px;
    background: #1a5ee6;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    font-family: Gilroy-SemiBold;
}

.et_pb_post h4 {
    font-size: 20px;
    font-weight: 700;
}

.et_pb_post ul li {
    margin: 10px 0px;
}


.et_pb_post h2.entry-title,h2.entry-title.main_title {
    line-height: 48px;
    color: #000;
    font-weight: 500;
    font-size: 34px;
    margin-top: 20px;
}

/* BLOG PAGE */

/*Request a Demo css start here */
.left-sec h2{
	font-size: 40px;
	font-weight:700;
    font-family: Gilroy-Medium;
    line-height:48.36px;
    color:#000000;
}
.left-sec p{
	font-size: 16px;
	font-weight:400;
    font-family: Gilroy-Medium;
    line-height:25px;
	color:#000000;
}
.demo-list h4{
	font-size: 20px;
	font-weight:700;
    font-family: Gilroy-Medium;
    line-height:24.18px;
	color:#000000;
}
.demo-list ol li {
    font-size: 16px;
    font-weight: 400;
    font-family: Gilroy-Medium;
    line-height: 25px;
    color: #000000;
    margin: 20px 0px;
}
.Features-sec h4{
	font-size: 20px;
	font-weight:700;
    font-family: Gilroy-Medium;
    line-height:24.18px;
	color:#000000;
}
.Features-section p {
    font-family: Gilroy-Regular;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 11px;
    color: #000000;
}
.Features-txt p {
    font-family: 'Gilroy-Regular';
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #000000;
}

.demo-form-main {
    background-color: #F7F8F9;
    padding: 40px;
    border-radius: 20px;
}
.demo-form-main h3 {
    font-size: 35px;
    line-height: 42px;
    color: #000000;
    font-family: Gilroy-Bold;
    margin-bottom: 20px;
}

.demo-form-main input, .demo-form-main textarea, .demo-form-main select {
    background-color: #fff;
    padding: 15px 10px;
    border: 1px solid #DEDEDE;
    width: 100%;
    border-radius: 5px;
}
.f-name {
    width: 48%;
}
.demo-form-main label {
    font-size: 15px;
    color: #000;
    margin-bottom: 7px;
    display: inline-block;
    font-family: 'Gilroy-Medium';
}

input.new-s-btn {
    background-color: #1C65F2;
    color: #ffff;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #1C65F2;
    margin-top: 23px;
}

.new-c-txt p {
    font-size: 20px !important;
    line-height: 30px;
}
.new-addeed h2 {
    font-size: 35px;
    line-height: 46px;
    color: #fff;
    font-family: Gilroy-Medium;
}
.new-addeed a.w-btn {
	padding: 14px 30px;
    border: 1px solid #fff;
    color: #fff !important;
}
.new-addeed a.w-btn:hover::before {
    box-shadow: inset 0 0 0 10em #000647;
}
.new-addeed a.w-btn:hover{
    border: 1px solid #000647;
}
/* popup contact css start hare  */

.form-cantact {
    display: flex;
    gap: 30px;
    justify-content: center;
	align-items: center;
}
.f-name input {
    padding: 13px;
    border-radius: 5px;
	width:100%;
}
.f-name label {
    font-size: 18px;
    color: #000647;
    font-family: Gilroy-SemiBold;
}
input.p-btn{
	margin-top: 20px;
    padding: 13px 60px 13px 60px;
    border-radius: 5px;
    border: none;
    background: #1c65f2;
    font-size: 18px;
    color: #fff;
    font-family: Gilroy-SemiBold;
}
.sub-btn {
    text-align: center;
}
.Emission-subscription h2 {
    text-align: center;
    font-size: 36px;
	padding-bottom: 0px;
}
/* .Emission-subscription p {
    text-align: center;

} */
/* Download brousher page css start hare */
.check-Download {
    margin-left: -15px;
}


.tnp-field-email .wpcf7-not-valid-tip {
    margin-top: 20px;
}

.tnp-field-email .wpcf7-response-output {
	
}

.new-c-form .wpcf7 form.invalid .wpcf7-response-output {
	border-color: #fff !important;
	color:#fff !important;
	margin-top: -22px;
}
/*media started here */
 @media screen and (max-width: 991px) {
	 .form-cantact {
    display: flex;
    gap: 0px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
	 
	 .et_pb_menu--style-left_aligned.et_pb_text_align_center .et_pb_menu__wrap {
		 justify-content: end;
	 }
     br {
         display: none;
    }
     .mission-right-pic {
         position: inherit;
         top: 0px;
    }
     .banner h2 {
         line-height: 61px;
         font-size: 50px;
    }
     .mission h3 {
         font-size: 40px;
    }
     ul.water-bullets li {
         padding: 35px 0px 0px 40px;
    }
     .total-pic {
         display: none;
    }
     .Report-banner-txt h2 {
         margin: 100px 0px 0px 0px;
         line-height: 63px;
         font-size: 48px;
    }
     .about-banner-txt h2 {
         font-size: 48px;
    }
     .footer-main {
         width: 100%;
    }
	 
.dashboard-blub {
    min-height: auto;
} 
.for-news-equal {
    flex-direction: column;
	gap:30px;
} 
div.tnp-subscription{
    max-width: auto !important;
}	
	 
.tnp-field-email label {
    margin-bottom: 8px;
} 
.suscribe-btn {
    position: relative !important;
    top: 18px;
    right: 0px;
} 

input.suscribe-btn {
border-radius:8px !important;	 
 }
.about-banner-txt h1 {
    font-size: 42px !important;
}	
.for-align-cnter {
    flex-direction: column;
}	 
}
 @media (max-width: 480px) {
	 
.mission h3 {
    font-size: 25px !important;
    line-height: 30px !important;
}
	 
.banner h2 {
    line-height: 35px;
    font-size: 25px;
}
	.banner p {
    color: #fff;
    line-height: 20px;
		 font-size: 15px;
	 }
	.mission h5,.about-banner h5 {
    font-size: 14px !important;
    line-height: 5px !important;
}
.Report-banner-txt h2 {
    margin-top: 79px;
    line-height: 35px !important;
    font-size: 25px !important;
}
     .Report-banner-txt p {
         line-height: 25px;
         font-size: 16px !important;
    }
     .about-banner-txt h2 {
         font-size: 33px !important;
    }
     .about-banner-txt {
         margin-top: 130px;
    }
     .about-banner h3 {
		font-size: 25px !important;
		padding-bottom: 0px;
	}
	.footer-menu ul {
		display: block;
		overflow: hidden;
	}
	.footer-menu ul li {
		list-style-type:none;
		text-align: left;
		float:left;
		width:calc(50% - 1px);
	}
	.image-txt h3 {
    font-size: 26px;
   } 
  .dashboard-blub h4 {
    font-size: 22px;
} 
	.for-testimonial h2 {
    font-size: 20px;
    line-height: 30px;
}
.squre-box.thrd,.squre-box.second,.squre-box.fst {
	position: initial !important;
}	 
	 
.squre-box {
    width: 90%;
    margin: 20px auto;
} 
.bg-pic-height {
    height: auto !important;
}
.newsletter-txt h2 {
    font-size: 27px;
    line-height: 35px;
}	 
.for-news-equal {
	gap:0px;
} 	 
.tnp-field.tnp-field-button {
    position: initial !important;
}	
.new-des-section h6 {
    line-height: 28px;
}	 
a.more-link {
    width: 132px;
    font-size: 16px;
}	 
	   .blog-wrapper  .about-banner-txt {
        margin-top: 0px;
    }
	 .about-banner-txt h2 {
        font-size: 40px !important;
    }
	 
}

/*media end here */
.single-post .entry-content ol li {
    padding-bottom: 20px;
}
ul.benefits-lists li {
    /* box-shadow: 0px 2px 18px rgb(0 0 0 / 18%); */
    padding: 0px 9px 17px 46px;
    /* width: 32%; */
    position: relative;
    font-weight: 700;
    border-radius: 8px;
}
ul.benefits-lists {
    list-style: none;
padding-left:0px;
}
ul.benefits-lists li::before {
    content: "";
    background-image: url(/wp-content/uploads/2024/03/Wordpress-Transparent-n.png);
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    position: absolute;
       left: 10px;
       top: 0px;
}

.ts-blog h2 {
   
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #000647;
}

.free-pdf-main {
	padding:20px;
	display:flex;
	gap:30px;
	align-items:center;
}

.free-pdf-main h2 {
    font-size: 30px;
    line-height: 40px;
}

.lft-sd-pic,.rght-main {
	width:50%;
}
p.c-ttxt {
    margin-bottom: 0px !important;
}
.lft-sd-pic img {
    border-radius: 16px;
}
.free-pdf-main p:empty{
  display: none;
}
/* .free-pdf-main h2,p.c-ttxt {
	text-align:center;
} */
.mbile-pic {
	display:none;
}
.Features-txt br{
display:none;
}
 @media (max-width: 496px) {
   .f-name-main {
    flex-wrap:wrap;

}
.f-name-nw {
    width: 100%;
}
.free-pdf-main {
    flex-wrap: wrap;
}	 
.lft-sd-pic, .rght-main {
    width: 100%;
}	 
.free-pdf-main h2 {
    font-size: 25px;
    line-height: 34px;
}
.dstop-pic {
  display:none;
 } 
.mbile-pic {
display:block !important;	 
}	 
.about-banner-txt h1 {
    font-size: 32px !important;
}	
.left-sec h2 {
    font-size: 30px;
    line-height: 45.36px;
}	 
.demo-form-main {
    padding: 26px;
}
.f-name-main {
    margin: 10px 0px 24px;
}	 
.demo-form-main h3 {
    font-size: 28px;
    line-height: 36px;
}	 
	 
.f-name {
    width: 100%;
}	 
.about-banner h3, .about-banner h2 {
    font-size: 32px;
    line-height: 48px;
}	 
	 
}

.postid-1772 ul li {
    padding: 0px !important;
}
