/* Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --heading-font: "Roboto", serif;
}

a{
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font);
    color: #1bb9a9;
    font-weight: bold;
}

p {
    font-family: var(--heading-font);
    font-weight: 400;
}

.row {
    margin: 0;
}

.wrap {
    max-width: 700px;
    margin: 0 auto;
}

.header_img img {
    max-width: 100%;
}
.the_veeda{
    display: flex;
    align-items: baseline;
    gap:10px;
}
.the_veeda h2{
    font-size: 46px;
    white-space: nowrap;
    margin: 0;
    line-height: normal;
}
.line{
    width: 100%;
    height: 3px;
    background-color: #a4e4fc;
}

.newsletter{
    font-size: 96px;
    font-weight: bold;
    background: -webkit-linear-gradient(45deg, #007279, #1abaaa);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.newsletter span{
    font-weight: normal;
}

.cel_img img {
    max-width: 100%;
    margin-top: 20px;
}
.content {
    padding: 50px;
    padding-top: 15px;

}

.sub-title{
    font-weight:300 ;
    color: #007279;
}

.marking {
    margin-bottom: 20px;
    padding: 0 20px;
}

.marking h2{
    color: #007279;
    font-size: 32px;
    font-weight: bold ;
    padding-right: 15px;
    width: 100%;

}

.marking_butoon {
    border-left: 3px solid #a4e4fc;
    padding-left: 20px;
    width: 100%;
    color: #495867;
}
.metting_now{
    background-color: #1bb9a9;
    padding: 10px 30px;
    border-radius: 30px;
    color: #fff;
    box-shadow: 0px 2px 1px 1px #007279;
    font-weight: 700;
}

.januray {
    color: #fff;
    background-color: #1bb9a9;
}

.januray h2 {
    border-bottom: 3px solid #a4e4fc;
    color: #fff;
    max-width: max-content;
    margin: 0 auto;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.januray .from a{
    padding: 10px 50px;
    color: #495867 !important;
    background-color: #fff;
    border-radius: 50px;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    display: block;
    
}
.januray a::after{
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(assets/img/page\ 01\ -\ cursor.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    right: -4px;
    bottom: -7px;
}

footer {
    border-top: 6px solid #a4e4fc;
    background-color: #007279;
    padding: 20px;
}

.email img {
    width: 30px;
    margin: 5px;
}

.email{
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 7px;

}

.line_right{
    padding-right: 80px;
}

.email a {
    color: #fff !important;
}

.icons{
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}

.icons img {
    width: 100%;
    max-width: 30px;
}

.yt_img{
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    max-width: max-content;
}

.icons a {
    padding: 10px 30px;
}

.everything img {
    width: 100%;
    padding-top: 25px;
}

/* CEO DESK CSS */

.banner {
    padding: 10px 50px;
}

.ceo_content {
    margin: 0px 50px;
    padding: 20px 20px;
    background-image: url(assets/img/2-02.png);
    background-size: cover;
    color: #fff;
    margin-bottom: 10px;
    background-position: bottom;
}

.icon_content {
    gap: 5px;
}

.icon_content img {
    width: 24px;
}

.icon_content a {
    color: #fff !important;
    font-size: 15px;
}

.ceo_footer {
    border: none !important;
    padding: 0 !important;
}

.ceo_content h5 {
    color: #fff;
}

/* newsleter 3 */

.life {
    border: 3px solid #a4e4fc;
    border-radius: 0 0 20px 20px;
    border-top: none;
    padding: 10px;
    min-height: 390px;
}

.life h3{
    padding: inherit;
    font-size: 25px;
}

.life p{
    padding: inherit;
    color: #495867;
    text-align: justify;
}

.footer_color {
    background-color: #fff;
    padding: 0 5px;
}

/* newsleter 4 */

.wrap1 {
    max-width: 700px;
    margin: 0 auto;
}

.industry_insider{
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #1bb9a9, #007279);
    padding-bottom: 30px;
    border-image-slice: 1;

}

.industry h4{
    font-size: 18px;
}

.industry p{
    font-size: 12px;
    line-height: normal;
}

.cantent_insider {
    background-image: url(assets/img/4&5--BG.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 20px;
    padding-bottom: 30px;
    background-position: bottom;
}

.insider_img{
    width: 100%;
}

.readmore img{
    width: 30%;
    
}

.socialicon {
    display: flex;
    justify-content: space-around;
}

.socialicon .youtub_icon {
    background-color: #1bb9a9;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.youtub_icon img {
    max-width: 38px;
}

/* Contact page  */

.hero{
    margin: 10px 20px;
}

.addres_content{
    border-bottom: 3px solid #d9f2e6;
    padding-bottom: 10px;
}

.addres img{
    width: 20px;
}

.addres {
    margin-top: 30px;
    gap: 5px;
}

.addres h5{
    margin-bottom: 0;
}

.contry{
    padding-left: 20px;
}

.contry li::marker{
    color: #1bb9a9;
    padding-right: 10px;
}

.corporate h6{
    color: #495867;
    font-size: 20px;
}

.global_location{
    margin-top: 20px;
    border-bottom: 2px solid #007279;
    padding-bottom: 20px;
}

.disclaimer{
    padding: 10px 0;
}

.disclaimer p {
    text-align: justify;
}

.global_location .addres img{
    width: 30px;
}


/* 06 employee spotlight CSS */
.spotlight{
 
    margin: 30px;
    margin-top: 100px;
}

.james_bg{
    background-image: url(assets/img/4&5--BG.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.james{
    background-color: #d9f2e6;
    border-radius: 20px;
    margin-bottom: 50px;
    margin-top: 100px;
    padding-top: 10px;
}

.james h3{
    color: #007279;
}

.james_img img{
    margin-top: -50px;
}

.watch_now{
    color: #fff;
    background-color: #189ea4;
    max-width: max-content;
    border-radius: 30px;
    padding: 5px 20px;
    margin-bottom: -20px;
}
.cantent_insider-r{
    padding: 0 20px;
    padding-bottom: 30px;
}
.ceo_content p{
    text-align: justify;
}