<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.p_0{
    padding: 0;
}
ul{
    /* list-style: none; */
}
body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    /* background-color: #000000; */
}
.header_top{
    background-color: #000000;
    width: 100%;
}
.header_top ul{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}
.header_top ul li{
    list-style: none;
    padding: 0 10px;
}
.header_top ul li a{
    font-size: 12px;
    color: #FFFFFF;
    text-transform: capitalize;
}
.header_top ul li a:hover{
    text-decoration: none;
    color: rgb(0 222 165);
}
.header_bot{
    background-color:#FFFFFF;
}
    
.header_bot .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 20px;
    
}
.search{
    position: relative;
}
.search img{
    position: absolute;
    right: 4%;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
}
.search input[type="search"]{
    width: 350px;
}
.search input[type="search"]::placeholder{
    /* color: red; */
    text-align: center;
}
.header_bot .form-control {
    display: block;
    width: 100%;
    height: 43px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border: 1px solid #8E8A8A;
    border-radius: 8px;
}
.header_bot .login a{
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}


/* .carousel-indicators .active {
    background: #10745C;
}
.carousel-indicators li {
    width: 8.64px;
    height: 8.64px;
    background-color: #ffffff;
    border: none;
    border-radius: unset;
    text-align: left;
    
}
.carousel-indicators {
    position: absolute;
    bottom: -5px;
    left: 6.6%;
    z-index: 15;
    width: unset;
    margin-left: unset;
    text-align: center;
    list-style: none;
}
.banner_sec .carousel-caption h1{
    font-size: 35px;
    font-weight: 500;
    line-height: 46px;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 5px;
} 
.banner_sec .carousel-caption p{
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    width: 524px;
    margin-bottom: 27px;

}
.banner_sec .carousel-caption a{
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    background-color: #10745C;
    border-radius: 5px;
    padding: 6px 12px;
}
.carousel-caption {
    position: absolute;
    right: unset;
    top: 0;
    left: 6.6%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: unset;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
} */
section .vision{
    width: 100%;
    background-color: #F3EFEF;
    /* margin-bottom: 100px; */
}
section .vision h2{
    color: #24395C;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    padding-top: 40px;
    margin-bottom: 16px;
}
section .vision p{
    font-size: 14px;
    line-height: 23px;
    /* or 164% */
    color: #24394E;

}
section .vision img{
    float: right;
    margin-bottom: -13px;
}

.overview .solution [class*="box"]{
    width: 630px;
    height: 136px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    /* margin: 10%; */
    /* padding: 20px 10px 5px 30px; */
    padding: 10px 10px 5px 30px;
    
}
.overview .solution [class*="box"] h4{
    font-size: 23px;
    font-weight: 500;
    color: #24395C;
}

.overview .solution [class*="box"] p{
    font-size: 14px;
}
.overview .solution .container .box2,.overview .solution .container .box4{
    float: right;
    margin-top: -15px;
}
.overview .solution .container .box1,.overview .solution .container .box3{
    float: left;
}
.overview .solution{
    /* padding-top:15px; */
    position: relative;
    top: -20px;
    /* margin-top: -50px; */
    /* margin-bottom: -40px; */
    z-index: 1;
}
.overview .solution .container .box3{
    margin-top: -15px;
}
.overview .solution .container{
    padding: 0;
}
.pss_section{
    background-color: #F3EFEF;
    position: relative;
    width: 100%;
    height: 805px;
    top: -35px;
}
.pss_section_left h3{
    font-weight: 700;
    font-size: 30px;
    color: #24395C;
}
.pss_section_left {
    padding-top:50px;
    padding-left:50px;
}

.pss_section .pss_section_right{
    /* background: url(../images/Rectangle.png) no-repeat right; */
    /* background-size: 100%  100%; */
}

.pss_section img{
    /* float: right; */
    /* width: calc(100% - 40%); */
}

.pss_section .uppersec{
    position: absolute;
    top: 140px;
    width: 100%;
}

.pss_section .vedio {
    width: 445px;
    height: 250px;
    /* background: #E1E9DC; */
    background: #000000;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    border-radius: 20px;
    box-shadow: 0px 4px 15px rgb(0 0 0 / 25%);
    flex-direction: column;
    /* transform: translateX(78%); */
    margin-left: 7%;
}
.pss_section .vedio a{
    /* background: #10745C;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 4px 15px;
    text-decoration: none; */
}
.pss_section .solution [class*="box"]{
    width: 630px;
    height: 136px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    /* margin: 10%; */
    /* padding: 20px 10px 5px 30px; */
    padding: 10px 10px 5px 30px;
    
}
.pss_section .solution [class*="box"] p{
    font-size: 14px;
}
.pss_section .solution [class*="box"] h4{
    font-size: 23px;
    font-weight: 500;
    color: #24395C;
}

.pss_section .solution .container .box2{
    float: right;
    margin-top: -15px;
}
.pss_section .solution .container .box1,.pss_section .solution .container .box3{
    float: left;
}
.pss_section .solution{
    padding-top: 45px;
}
.pss_section .solution .container .box3{
    margin-top: -15px;
}
.pss_section .solution .container{
    padding: 0;
}
.insights{
    /* margin-bottom: 50px; */
    margin-top: 50px;
}
.insights_sec,.pr_sec{
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.25);
}
.insights_sec_inner,.pr_sec_inner{
    /* padding: 0 30px; */
    padding: 0 30px 24px;
    /* min-height: 380px; */
    min-height: 311px;
    margin-bottom: 28px;
}
.insights_sec_inner h2,.pr_sec_inner h2{
    margin-top: 0;
    padding-top: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 15px;
}
.blog_title{
    /* padding-bottom: 14px; */
}
.badge_c{
    background-color: rgb(33 123 108);
}
.insights_sec_inner a,.pr_sec_inner a{
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: #24395C;
    text-decoration: none;
}
.insights_sec_inner p{
    font-size: 14px;
    line-height: 23px;
    color: #24394E;
}
.insights a:hover{
    color: #217B6C;
}
.Testimonials{
    /* height: 357px; */
}
.Testimonials  h3{
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #24395C;
    margin-bottom: 35px;
}
.Testimonials .testimonials_bg{
    
    background: url(../images2/testimonialbg2-min.jpg) no-repeat bottom,url(../images2/qoute.png) no-repeat top left;
    background-size: 100% 160px, 124px 85px;
    /* background-size: contain; */
    width: 100%;
    height: auto;
     /* margin-top: 100px; */
     display: flex;
     align-items: flex-end;
} 
.Testimonials .cont_left{
    background-color: #236663;
    color: #ffffff;
    padding: 20px 25px 5px;
    font-size: 14px;
    line-height: 28px;
    border-radius: 20px;
    /* margin-top: 100px; */
    width: 233px;
    transform: translate(40%, -7%);
}
.Testimonials .cont_right{
    text-align: right;
}
.Testimonials .solution [class*="box"]{
    width: 700px;
    /* height: 136px; */
    height: unset;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    /* margin: 10%; */
    /* padding: 20px 10px 5px 30px; */
    padding: 10px 10px 5px 30px;
    margin-top: 35px;
    
}
.Testimonials .solution [class*="box"] p:nth-child(2){
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    color: #000000;
    opacity: 0.8;
    margin-bottom: 0;
}
.Testimonials .solution [class*="box"] p{
    font-size: 14px;
}
.Testimonials .solution{
    /* padding-top:15px; */
    position: relative;
    top: -20px;
    /* margin-top: -50px; */
    /* margin-bottom: -40px; */
    z-index: 1;
    /* height: 600px; */
}
/* .Testimonials .solution .container .box3{
    margin-top: -15px;
} */
/* .Testimonials .solution .container{
    padding: 0;
} */


.clients_sec h2{
    margin-bottom: 20px;
}
.clients_sec .client_box{
    width: 100%;
    height: 110px;
    background: #236663;
    border-radius: 20px;
    padding: 20px 0 0 25px;
    /* position: relative !important; */
}
.clients_sec{
    /* position: relative; */
}
.clients_sec .owl-carousel{
    /* position: absolute; */
    /* bottom: 0; */
    margin-top: -3%;
    margin-left: 6px;
}
.clients_sec .client_box p{
    color: #ffffff;
    font-size: 14px;
    line-height: 23px;
}   

.clients_sec .carousel_box{
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 5px 20px;
    /* border: 3px solid transparent; */
    margin-bottom: 20px;
}
.clients_sec .carousel_box h4{
    font-weight: 500;
    /* font-size: 23px; */
    font-size: 17px;
    /* line-height: 35px; */
    line-height: 20px;
    color: #000000;
}
.owl-one .owl-item {
    /* width: unset !important; */
    /* height: 42px; */
    /* height: 90px; */
    /* height: 0; */
    
}
.owl-one .owl-item.active {
    /* height: 90px; */
    /* margin-right: 43px !important; */
}

#owl-two .owl-item {
    /* height: 42px; */
}
#owl-two .owl-item.active {
    /* height: 90px; */
}
.owl-dots{
    display: none !important;
}

.getintouch{
    background-color: #24394E;
    width: 100%;
    float: left;
    color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 35px 135px;
    /* margin: 30px 0; */
}
.getintouch h2{
    width: 351px;
    /* float: right; */
    margin: 0;

}
.getintouch a{
    background-color: #10745C;
    border-radius: 5px;
    font-weight: 700;
    font-size: 30px;
    padding: 10px 80px;
    color: #fff;
    margin-left: 50px;
    text-decoration: none;

}
.getintouch a:hover {
    background-color: #078566;
}
.call-us{
    /* margin-top: 100px; */
    background-color: #000000;
    color: #FFFFFF;
    padding-block: 20px;
    text-align: center;
    margin-top: 30px;
    line-height: 1.42857143;
}
.call-us h1{
    font-size: 30px;
}
.call-us a,.country{
    font-size: 16px;
}
.call-us span.tel{
    padding-right: 10px;
}
.call-us span.email{
    font-size: 40px;
    /* display: inline-block; */
    /* float: left; */
    padding-right: 5px;
}
.call-us .df{
    display: flex;
    align-items: center;
}

.call-us .d-flex{
    display: flex;
    align-items: center;
}
.call-us .info a{
    font-size: 20px;
}
footer{
    /* margin-top: 100px ; */
    background-color: #141E27;
}
footer .footer_inner{
    padding: 30px 0 20px 0;
}
footer ul li{
    list-style-image: url(../images2/arrow_forward_24px.png);
    padding: 0 0 15px 0;
    list-style-position: inside;
}
footer ul li a{
    font-size: 14px;
    color: #FFFFFF;
}
footer ul li a:hover{
    text-decoration: none;
    color: rgb(0 222 165);
}

footer h3{
    text-transform: uppercase;    
    color: #FFFFFF;
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
footer h3::after{
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color:#00FF75;
}
footer .social-media a{
    padding-right: 10px;
}
</pre></body></html>