:root {
  --primary-color : #1D355D;
  --blue: #1D355D;
  --white: #ffffff;
  --black: #000000;
  --silver: #C0C0C0;
  --gray: #f5f5f5;
  --light-gray: #f5f5f5;
  --red: #FF0000;
  --yellow: #FBC836;
  --tab_color: #464646;
  --green: #00b050;
  --border-info-color: #a7a7a7;
  --secondary-color: #f5bd18;
  --mobile_primary:#F6BF19;
  --light_blue:#0E1A35CC;
}
.hero h1
{
  
  font-weight: 700;
  
  font-size: 48px;
  
  line-height: 61.6px;
  color: var(--white);

}
.hero h2
{
    
    font-weight: 600;
    font-size: 28px;
    line-height: 36.4px;
    letter-spacing: 0px;
    color: var(--white);
  

}
.icon-text {
    display: flex;
    align-items: center; /* vertical alignment */
    gap: 8px;            /* space between image & text */
}

.icon-text img {
    width: 24px; /* optional */
    height: auto;
}
.copy-text
{
    display: flex;
    align-items: center; /* vertical alignment */
    gap: 3px;
    background-color: var(--primary-color);
    padding: 10%;
}
.copy-text img {
    width: 24px; /* optional */
    height: auto;
}
.copy-text p
{
    font-size: 20px;
    text-align: center;
}
.call-text
{
    display: flex;
    align-items: center; /* vertical alignment */
    gap: 10px;
    border:1px solid var(--white);
    padding: 10%;
    border-radius: 5px;
}
.call-text img {
    width: 24px; /* optional */
    height: auto;
}
.call-text p
{
    font-size: 20px;
    text-align: center;
}
.respond
{
    font-family: Inter;
    font-weight: 400;
    
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ADB5BD;
    margin-top: 20px !important;

}
.year_service
{
    padding: 50px 0px;
    border-bottom: 1px solid #F8F9FA;
}

.services-text {
    display: flex;
    align-items: center; /* vertical alignment */
    gap: 8px;            /* space between image & text */
}

.services-text img {
    width: 24px; /* optional */
    height: auto;
}
.services-text p {
    font-family: Inter;
    font-weight: 400;

    font-size: 16px;
    line-height: 27.2px;
    letter-spacing: 0px;
    color: #343A40;
    margin-bottom: 0px;
}
.font_size_icon i
{
    font-size: 1rem !important;
}
.copy-links {
    display: flex;
    gap: 20px;          /* space between items */
    list-style: none;  /* remove bullets */
    padding: 0;
    margin: 0;
    float : right;
}

.copy-links li a {
    text-decoration: none;
    color: var(--white);
}
.whychoose h2
{

font-weight: 600;
font-size: 40px;

line-height: 48px;

text-align: center;

}
.whychoose p
{

font-family: Inter;
font-weight: 400;

font-size: 16px;
line-height: 27.2px;
letter-spacing: 0px;
text-align: center;


}
.deep
{
    box-shadow: 0px 4px 6px -4px #0000001A;

    box-shadow: 0px 10px 15px -3px #0000001A;
    padding: 20px;
}
.deep h3,.book h3
{

font-weight: 600;
font-style: SemiBold;
font-size: 16px;

line-height: 28px;
letter-spacing: 0px;
color: #0E1A35;
margin-top: 20px;
}
.deep p,.book p
{

font-weight: 400;

font-size: 14px;
line-height: 27.2px;
letter-spacing: 0px;
color: #6C757D;
}
.book
{
    border:2px solid #E9ECEF;
    padding: 20px;
}
.view_btn
{
    text-align: center;
    margin-bottom: 20px;
}
.view_btn a
{
    background-color: #1D355D;
    
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 14px 25px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;


}
.madi_about
{
    background: linear-gradient(180deg, #0E1A35 0%, #1D355D 100%);
    padding: 100px 0px;
}
.about_us h2
{
font-weight: 600;
font-style: SemiBold;
font-size: 40px;
line-height: 48px;
letter-spacing: -0.4px;
text-align: center;
color: #fff;

}
.our_story
{
    background: #0E1A35CC;
    padding: 15px;
    border-top: 1px solid #FFFFFF1A;
    border-radius: 7px;
}
.our_story h3,.mission-title h3
{

font-weight: 600;
font-style: SemiBold;
font-size: 28px;
line-height: 36.4px;
letter-spacing: 0px;
color: #fff;
}
.our_story p, .our_mission p,.our_vission p
{

font-weight: 400;
font-style: Regular;
font-size: 16px;

line-height: 26px;
letter-spacing: 0px;
color: #CED4DA;
}
.our_mission
{
    border-width: 1px, 1px, 1px, 4px;

    border-style: solid;

    border-color: #D4AF37;

    padding: 15px;

}
.mission-title {
    display: flex;
    align-items: center; /* vertical center */
    gap: 10px;           /* space between image & text */
}

.mission-title img {
    width: 32px; /* optional */
}
.our_vission
{
    background: #0E1A35CC;
    padding: 15px;
    border-top: 1px solid #FFFFFF1A;
    border-radius: 7px;
}
.meet h3
{

font-weight: 600;
font-style: SemiBold;
font-size: 28px;
line-height: 36.4px;
letter-spacing: 0px;
color: #fff;
text-align: center;
}
.leadership
{
    width: 70%;
    margin: 0px auto;
}
.ship
{
    background: #0E1A35CC;
    padding: 25px 50px;
    border-top: 1px solid #FFFFFF1A;
    border-radius: 7px;
    text-align: center;

}
.ship h3
{
 
font-weight: 600;
font-style: SemiBold;
font-size: 20px;

line-height: 28px;
letter-spacing: 0px;
text-align: center;
color: #fff;
}
.ship h4
{
 

font-weight: 400;
font-style: Regular;
font-size: 16px;

line-height: 27.2px;
letter-spacing: 0px;
text-align: center;
color: #D4AF37;
}
.ship p
{

font-weight: 400;
font-style: Regular;
font-size: 14px;
line-height: 20px;
letter-spacing: 0px;
text-align: center;
color: #fff;
}
.discuss_about h2
{
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
}
.discuss_about p
{
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 27.2px;
    letter-spacing: 0px;
    text-align: left;
}
#wpcf7-f12-o1 p
{
	margin-bottom:0px !important;
}
input[type="text"],input[type="tel"]
{
	background-color: #fff !important;
}
input[type="submit"]
{
	color: #ffffff;
    background-color: #0E1A35 !important;
}
.touch
{
    border: 2px solid #E9ECEF;
    padding: 20px;
}
.touch h3
{

font-weight: 600;
font-style: SemiBold;
font-size: 28px;

line-height: 36.4px;
letter-spacing: 0px;
color: #0E1A35;
}
.touch_area {
    display: flex;
    align-items: center; /* vertical center */
    gap: 10px;           /* space between image & text */
}

.mission-title img {
    
}
.touch_area p {

font-size: 16px;

letter-spacing: 0px;
color: #0E1A35;
text-align: left;
margin-top: 10px;
}
.timing .txt2
{

font-weight: 400;

font-size: 16px;

line-height: 27.2px;
letter-spacing: 0px;
color: #0E1A35;
text-align: right;
margin-bottom: 0px;
}
.timing .txt
{

font-weight: 400;

font-size: 16px;

line-height: 27.2px;
letter-spacing: 0px;
color: #6C757D;
text-align: left;
margin-bottom: 0px;
}
.contact_form
{
    border: 2px solid #E9ECEF;
    padding: 20px;
}
.contact_form h3
{
    font-weight: 600;
font-style: SemiBold;
font-size: 28px;

line-height: 36.4px;
letter-spacing: 0px;
color: #0E1A35;
}
.submit
{
    background-color: #1D355D;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 14px 25px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;

}
.txt3
{
    font-weight: 400;

font-size: 12px !important;

line-height: 27.2px;
letter-spacing: 0px;
color: #6C757D;
text-align: left !important;
margin-bottom: 0px;
}
.contact_form label
{
    font-weight: 400;

font-size: 14px;

line-height: 27.2px;
letter-spacing: 0px;
color: #6C757D;
text-align: left;
margin-bottom: 0px;
}
.financial_area
{
    background: #0E1A35CC;
    padding: 35px;
    border-top: 1px solid #FFFFFF1A;
    border-radius: 16px;
    margin-top: 20px;
}
.financial_area h3
{
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    line-height: 36.4px;
    letter-spacing: 0px;
    color: #fff;
    text-align: left;
}
.financial_area p
{

font-weight: 400;
font-style: Regular;
font-size: 14px;

line-height: 20px;
letter-spacing: 0px;
color: #ADB5BD;
    text-align: left;
}
.tax
{
    border:1px solid #fff;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top:30px;
}
.tax h5
{

font-weight: 400;
font-style: Regular;
font-size: 14px;

line-height: 20px;
letter-spacing: 0px;
color: #ADB5BD;
}
.tax h3
{


font-weight: 400;
font-style: Regular;
font-size: 24px;

line-height: 32px;
letter-spacing: 0px;
color: #fff;
}
.tax h6
{



font-weight: 400;
font-style: Regular;
font-size: 12px;
line-height: 16px;
letter-spacing: 0px;
color: #05DF72;
}
@media only screen and (max-width: 767px) {
  .header .cta-btn
  {
    font-size: 10px;
  }
  .hero h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 34.6px;
    color: var(--white);
    }
    .hero h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26.4px;
    letter-spacing: 0px;
    color: var(--white);
    }
    .services-text
    {
        margin: 10px 0px;
    }
    .deep p, .book p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27.2px;
    letter-spacing: 0px;
    color: #6C757D;
    }
    .ship 
    {
        margin: 10px 0px;
    }
    .footer .copyright p
    {
        text-align: center;
    }
    .copy-links {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 10px;
    float: none;
    text-align: left;
    }
}
