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

/* Header Menu */
.menu_header_2 #menu-header>li>a{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
	align-items:center;
    letter-spacing: -0.1px;
    color: #000000;
}
.icons_footer>a>img {
    margin-left: 14px;
    margin-right: 14px;

}

/* About Us Section Heading */
.aboutUs_home > h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -1.8px;
    color: #161C2D;
}
.icons_footer {
    display: flex;
    justify-content: end;
}
.menu_header_2 #menu-header>li>a{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-right: 50px;

	align-items:center;
    margin-top: 11px;

    letter-spacing: -0.1px;
    color: #000000;
}
  .product-wrapper {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
		width:32%;
  }
 .product-card img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
  }

  .product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;

  }
.btn_fb>a {
 
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: -0.6px;
    color: #000000;
   
}
.btn_fb>a>img {
    width: 30px;
    height: 30px;
    margin-right: 11px;
}

.btn_fb {
    padding: 20px 37px;
    margin: 0px 17px;
    background: #FFFFFF;
    border-radius: 10px;
}

.btn_fb>a {
    display: flex;
    justify-content: center;
    text-align: center;
}
.Button_wrap {
    display: flex;
    justify-content: center;
}
.sub_heading{
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 48px;
line-height: 48px;
text-align: center;
letter-spacing: -1.2px;
color: #161C2D;
}
  .product-title {
 /* Digital Marketing */
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 29px;
margin:20px;
    padding-bottom: 5px;

/* identical to box height, or 145% */
text-align: center;
letter-spacing: -0.2px;

color: #161C2D;


  }
  .product-card {
    background: #ffffff;
    border-radius: 10px;
border:1px solid #E7E9ED;
    text-align: center;
  
  }
.menu_header_2 #menu-header-1>li>a{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-right: 50px;

	align-items:center;
    margin-top: 11px;

    letter-spacing: -0.1px;
    color: #000000;
}
.icons_footer>a>img {
    margin-left: 14px;
    margin-right: 14px;

}
.footermain {
    text-align: center;
}
.footermain>p {
   
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    letter-spacing: -1.2px;
    color: #FFFFFF;
}
.aboutUs_home>p {

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: -0.2px;
    color: #000000;
  
    padding-right: 200px;
}
/* About Us Section Heading */
.aboutUs_home > h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -1.8px;
    color: #161C2D;
}
.icons_footer {
    display: flex;
    justify-content: end;
}

.cf7-row {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}


.cf7-col input,textarea{
width:470px;
font-family: 'Poppins';
font-style: normal;
font-weight: 300;
font-size: 15px;
line-height: 26px;
letter-spacing: -0.1px;
color: #929090;
padding: 14px 24px;
    border-radius: 7px;

margin-top:14px;


}
.cf7-submit {
  text-align: center;
}
.cf7-col label{
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 26px;
letter-spacing: -0.1px;
color: #000000;
}
img.photos2 {
    margin-left: 10px;
}
img.photos3 {
    margin-right: 11px;
}
.collage1 {
    margin-bottom: 11px;
}
.cf7-submit input {
  background: #2E3094;
  color: #fff;
  padding: 12px 30px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
    margin-left: 68px;
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 17px;
line-height: 32px;
letter-spacing: -0.6px;
color: #FFFFFF;
}
.cf7-col textarea {
  width: 980px;
  height: 150px;
}
.cf7-submit input:hover {
    background: #fff;
    color: #2e3094;
    padding: 11px 30px;
  transition: background-color 0.4s ease;
    border-radius: 8px;
    border: 1px solid #2e3094;
    cursor: pointer;
    margin-left: 68px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: -0.6px;
}