/*

 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

------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    background: url(/wp-content/uploads/2024/08/body-bg-scaled.jpg);
    background-attachment: scroll !important;
}
ul.footer-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    list-style: none;
    padding: 0px;
}
ul.footer-menu li a {
 color:#fff;
}
.banner-slider .et_pb_slide {
    padding: 0px;
}
.banner-text h4 {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 300;
    padding-left: 20px;
    position: relative;
	margin-bottom: 23px;
}
.banner-text h4:before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    background: #fff;
    border-radius: 10px;
    left: 0;
    top: 6px;
}
.banner-text h1 {
    font-size: 55px;
    font-family: Poppins;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 75px;
    margin-bottom: 5px;
}
.banner-text h1 span {
    font-weight: 400;
}
.banner-text p {
    font-family: 'Inter';
    font-size: 20px;
    line-height: 35px;
	font-weight:300;
}
.border-btn {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 22px 52px;
    font-size: 16px;
    display: inline-block;
    margin-top: 40px;
    min-width: 245px;
    text-align: center;
	line-height: 16px;
}
.banner-text {
    max-width: 631px;
}
.et-pb-slider-arrows {
    display: none;
}
.banner-slider .et-pb-controllers a {
    text-indent: 0px;
    height: auto;
    margin: 0px !important;
    background: transparent;
    padding: 13px 60px 13px 40px;
    border-radius: 27px 2px 0px 27px;
    color: #fff;
    opacity: 1;
    font-size: 17px;
    font-weight: 400;
}
.banner-slider .et-pb-controllers {
    width: auto !important;
    height: 100%;
    right: 0;
    left: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
ul#menu-main-menu {
    gap: 75px;
}
.banner-slider .et-pb-active-control {
    background-image: linear-gradient(180deg, #0101FF, #055FE7) !important;
}
.menu-item a {
    font-size: 16px;
}
#menu-item-13 a {
    background-image: linear-gradient(90deg, #0101FF, #055FE7) !important;
    padding: 28px 30px;
    height: 46px;
    margin: auto;
    border-radius: 40px;
}
.title-h2 p {
    font-size: 16px;
    color: #fff;
    font-family: 'Inter';
    opacity: 0.7;
    letter-spacing: 4px;
	margin-bottom: 15px;
}
.title-h2 h2 {
    font-size: 40px;
    color: #fff;
    font-family: 'Inter';
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
	
}
.title-h2 h2 span {
    font-weight: 400;
}
/* slider css */
.slick-slider
{
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
 
.slick-slide
{
float: left;
}
.slick-list {
    overflow: hidden;
    padding-bottom: 85px;
}
.services-slider .slider-card img {
    width: 100%;
}
.slider-card {
    margin: 0px 20px;
}
.services-slider .slider-card h3 {
    color: #fff;
    font-size: 22px;
    font-family: 'Inter';
    margin-top: 25px;
}
button.slick-next.slick-arrow {
    position: absolute;
    background-color: transparent;
    font-size: 0px;
    width: 85px;
    height: 85px;
    border: none;
    left: 54%;
	border-radius:80px !important;
}
button.slick-next.slick-arrow::after {
	content:"";
    position: absolute;
    background-color: transparent;
    font-size: 0px;
    background-image: url(/wp-content/uploads/2024/08/slider-arrows.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 85px;
    height: 85px;
    border: none;
    left:0;
	top:0;
}
button.slick-next.slick-arrow:hover {
    background-image: linear-gradient(180deg, #0101FF, #055FE7) !important;
    z-index: -1;
    border-radius: 30px;
}
button.slick-prev.slick-arrow {
    position: absolute;
    bottom: -85px;
    background-color: transparent;
    font-size: 0px;
    width: 85px;
    height: 85px;
    border: none;
    right: 54%;
	border-radius:80px !important;
}
button.slick-prev.slick-arrow:hover {
    background-image: linear-gradient(180deg, #0101FF, #055FE7) !important;
    z-index: -1;
    border-radius: 30px;
}
button.slick-prev.slick-arrow::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -3;
    background-image: url(/wp-content/uploads/2024/08/slider-arrows.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 85px;
    height: 85px;
    transform: rotate(180deg);
}
/* end slider css */

.email-section span {
    color: #fff;
    font-family: 'Inter';
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
	margin-top:40px;
}
.email-section h3 {
    color: #fff;
    font-size: 40px;
    font-family: 'Inter';
    letter-spacing: 8px;
    line-height: 55px;
    font-weight: 800;
    margin-top: 35px;
}
.news-letter p {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 640px;
    margin: auto;
}
.news-letter span.wpcf7-form-control-wrap {
    margin: 0px;
}
.news-letter input[type=text] {
    background-color: #191818;
    border: 1px #A19F9F dashed;
    color: #fff;
    width: 640px;
    height: 70px;
    border-radius: 53px;
    font-size: 20px;
    padding: 15px 15px 15px 73px;
    background: url(/wp-content/uploads/2024/08/email1.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 25px;
}
.news-letter .wpcf7-form-control.wpcf7-submit.has-spinner {
    position: absolute;
    right: 12px;
    background: linear-gradient(180deg, #0101FF, #055FE7) !important;
    padding: 14px 42px 14px 70px;
    border-radius: 36px;
    color: #fff;
    font-family: 'Inter';
    font-size: 20px;
    border: none;
	cursor:pointer;
}
.news-letter p:before {
    content: "";
    background: url(/wp-content/uploads/2024/08/send-icon.png);
    height: 30px;
    width: 30px;
    position: absolute;
    top: 17px;
    left: 74%;
    background-size: contain;
    z-index: 9;
}
.news-letter span.wpcf7-spinner {
    display: none;
}
.learn-more-btn {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
	margin-top: 0px;
	cursor: pointer;
}
.learn-more-btn img {
    width: 29px;
    margin-left: 15px;
}
.discovering-card .et_pb_blurb_description {
    padding: 0px 15px;
}
.discovering-card .et_pb_main_blurb_image {
    width: 100% !important;
}
.discovering-card .et_pb_image_wrap img {
    width: 100%;
}
.contact-form input {
    width: 100%;
    margin-bottom: 45px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #4B4B4B;
    height: 50px;
    color: #fff !important;
    font-size: 16px;
    padding: 10px 10px 10px 40px;
}
 .contact-form textarea {
    width: 100%;
    margin-bottom: 45px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #4B4B4B;
    height: 100px;
	 color:#fff !important;
	 font-size:16px;
	 padding: 10px 10px 10px 40px;
}
.contact-form .col-6 {
    width: 48%;
}
.col-12 {
    width: 100%;
}
.contact-form .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.submit-btn input {
    background: linear-gradient(180deg, #0101FF, #055FE7) !important;
    padding: 14px 42px 14px 60px;
    border-radius: 36px;
    color: #fff;
    font-family: 'Inter';
    font-size: 20px;
    border: none;
    width: auto;
	margin-bottom: 0px;
}
.submit-btn::before {
    content: "";
    background: url(/wp-content/uploads/2024/08/send-icon.png);
    height: 30px;
    width: 30px;
    position: absolute;
    top: 8px;
    left: 10%;
    background-size: contain;
    z-index: 9;
}

.submit-btn{
	position:relative;
}
.name-input {
    background-image: url(/wp-content/uploads/2024/08/user-icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-position-x: 0% !important;
}
.email-input {
    background-image: url(/wp-content/uploads/2024/08/envelope-icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-position-x: 0% !important;
}
.subject-input {
    background-image: url(/wp-content/uploads/2024/08/file-icon.png) !important;
    background-repeat: no-repeat !important;
   background-position: top !important;
    background-position-x: 0% !important;
}
.message-input {
    background-image: url(/wp-content/uploads/2024/08/pencil-icon.png) !important;
    background-repeat: no-repeat !important;
	 background-position-y: 15% !important;
    background-position-x: 0% !important;
}
.contact-info {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contact-info a {
    font-size: 20px;
    color: #fff;
    font-family: 'Inter';
    font-weight: 300;
}
.contact-form {
    display: flex;
    align-items: center;
}
.contact-form span.wpcf7-not-valid-tip {
    position: absolute;
    top: 45px;
}
span.wpcf7-not-valid-tip {
    position: absolute;
}
.wpcf7-response-output {
    margin-top: 79px !important;
}
.discovering-card .et_pb_only_image_mode_wrap img:hover {
    scale: 1.2;
	transition:.5s ease;
}
.discovering-card .et_pb_only_image_mode_wrap{
	overflow:hidden;
}
.services-slider .slider-img {
    height: 370px;
    overflow: hidden;
}
.services-slider .slider-img img:hover {
	scale: 1.2;
	transition:.5s ease;
}
/* responsive  */
@media screen and (max-width:991px){
	.banner-text h1{
		    font-size: 48px;
	}
	.banner-text{
		    padding: 0px 20px;
	}
	.contact-form{
		flex-wrap: wrap;
	}
}
@media screen and (max-width:767px){
	.banner-text {
    max-width: 631px;
    padding: 0px 18px;
		        text-align: center;
}
	    .banner-text h1 {
        font-size: 43px;
        line-height: 59px;
    }
	    .et-pb-controllers {
    
        bottom: 3%;
        left: 0;
    }
	.banner-text h4{
		display:inline-block;
	}
	.banner-slider .et-pb-controllers{
		flex-direction:row;
		    left: 0;
		height:auto;
		  
	}
	    .banner-slider .et-pb-controllers a {
        padding: 7px 29px;
        border-radius: 17px;
    }
	.title-h2 p,.title-h2 h2 {
		text-align:center;
	}
	.title-h2 h2{
		    font-size: 30px;
    line-height: 46px;
	}
	.email-section h3{
		    font-size: 23px;
    line-height: 43px;
	}
	.news-letter p{
		width:auto;
	}
	.news-letter input[type=text]{
		width:100%;
    height: 49px;
    font-size: 17px;
    padding: 10px 10px 10px 48px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position-x: 19px;
}
	.contact-form,ul.footer-menu{
		flex-wrap:wrap;
	}
	ul.footer-menu{
		    gap: 26px;
	}
	#menu-item-13 a {
    padding: 8px 29px;
    height:auto;
    display: inline-block;
}
.border-btn {
    color: #fff;
    padding: 16px 50px;
  min-width:auto;
}
	.news-letter p:before{
		left: 68%;
    height: 23px;
    width: 23px;
    top: 11px;
}
	.news-letter .wpcf7-form-control.wpcf7-submit.has-spinner{
    padding:7px 15px 7px 40px;
    right: 12px;
    border-radius: 36px;
    font-size: 14px;
	top: 8px;
}
}

.w-100 .et_pb_image_wrap {
    display: block;
}
.w-100 .et_pb_image_wrap img {
    width: 100%;
}
.blue-btn {
    background-image: linear-gradient(90deg, #0101FF, #055FE7) !important;
    padding: 10px 30px;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin: 10px 0px;
}
#services-description-sec {
    padding-bottom: 0px;
}
ul#menu-main-menu ul.sub-menu {
    background: #000 !important;
}
ul#menu-main-menu ul.sub-menu li {
    padding: 0px;
}

ul#menu-main-menu ul.sub-menu li a {
    font-size: 13px;
}
.position-relative {
    position: relative;
}
.link-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    cursor: pointer;
}
#inner-banner-sec .title-h2 {
    margin-bottom: 0px !important;
}
#case-studies .et_pb_row .et_pb_image_wrap img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
#inner-banner-sec .title-h2 p {
    text-align: center;
}
@media (min-width: 992px){
	#case-studies-content-sec .et_pb_row {
    display: flex;
    align-items: center;
}
}
#case-studies-content-sec .et_pb_row .et_pb_text_inner h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
#case-studies-content-sec .et_pb_row .title-h2 {
    margin-bottom: 15px;
}
#case-studies-content-sec .et_pb_row .et_pb_text {
    padding-left: 0px !important;
}

#inner-banner-sec .title-h2 ul li {
    color: #fff;
    text-align: center;
    list-style-position: inside;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
}
#case-studies-content-sec .et_pb_row .et_pb_text ul {
    margin: 20px 0px;
}
#case-studies-content-sec .et_pb_row .et_pb_text ul li {
    margin-bottom: 10px;
}
#case-studies-content-sec .et_pb_image img {
    max-height: 600px;
    object-fit: cover;
}
#agile-manamgement-sec {
    padding-top: 0px;
}
#agile-manamgement-sec .et_pb_text_inner h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}
#agile-manamgement-sec .et_pb_text_inner ul li, #agile-manamgement-sec .et_pb_text_inner p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
	    opacity: 1;
}
#agile-manamgement-sec .title-h2 {
    margin-bottom: 0px !important;
}
#our-mission-vision-img-sec .et_pb_image_wrap img {
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}