@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

/*============== google fonts ==================*/


/*===================basic set up===========================*/
body {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
}
html{
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
}

section {
    overflow: hidden;
}
#loading{
    position: fixed;
    width:100%;
    height:100vh;
    background: #fff url(../image/preloader.gif);
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: center;
}
/*===================basic set up===========================*/

/*===================navbar===========================*/
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9);
    width: 20%;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55);
    font-size: 17px;
    text-transform: uppercase;
    margin-left: 16px;
    font-weight: 400;
    position: relative;
}

a.navbar-brand img {
    width: 100%;
}

li.nav-item {
    position: relative;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgb(51 134 175);
}

a.nav-link:before {
    content: "";
    width: 0px;
    height: 2px;
    background: #3789b1;
    position: absolute;
    bottom: 0;
    left: 10px;
}
li.nav-item:hover a.nav-link:before{
    width: 44px; 
    transition: .5s;
}
ul.navbar-nav.ms-auto.navbar-section {
    padding-top: 18px;
}
/*===================navbar===========================*/
.carousel-item img {
    width: 100%;
    height: 550px;
}
.carusel-caption.d-md-block.slider-content {
    position: absolute;
    top: 65px;
    left: 127px;
    width: 40%;
}

.carusel-caption.d-md-block.slider-content h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.carusel-caption.d-md-block.slider-content p {
    color: #fff;
}
.carusel-caption.d-md-block.slider-content-right {
    position: absolute;
    bottom: 90px;
    right: 71px;
    width: 60%;
    text-align: right;
}

.carusel-caption.d-md-block.slider-content-right h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}

.carusel-caption.d-md-block.slider-content-right p {
    color: #fff;
    font-size: 18px;
}

.carousel-indicators [data-bs-target] {
    background-color: #fff !important;
    
}

img.mobile-slider1.w-100 {
    display: none;
}
/*===================slider end===========================*/
.who-are-title {
    margin-bottom: 26px;
}

section#who-are-section {
    padding: 60px 0px;
}

.who-are-title h2 {
    font-size: 50px;
    color: #298ab4;
    position: relative;
}

.who-are-title h2:before {
    content: "";
    position: absolute;
    width: 101px;
    height: 3px;
    background: #6fbfe2f0;
    bottom: -4px;
    left: 7px;
}
.home-about-img img {
    height: 242px;
    width: 100%;
    border-radius: 4px;
}
.wh-are-right-image img {
    width: 100%;
    border-radius: 4px;
}
.who-are-content p {
    line-height: 30px;
}
.who-are-content p {
    line-height: 30px;
}
img.mobile-img-about {
    display: none;
}
.mobile-img-service{
    display:none;
}

.mobile-img-strength{
    display:none;
}
/*========================== identity section =============================*/


/*========================== identity section =============================*/


/*========================== footer widget section =============================*/
.widget1-logo img {
    width: 50%;
}

section#footer-widget {
    padding: 50px 0px;
    background: #3a9fc7;
}

.widget1-logo {
    margin-bottom: 25px;
}

.footer-widget2 h3 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 55px;
    color: #fff;
}

.footer-widget3 h3 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 54px;
    margin-left: 24px;
    color: #fff;
}

.social-footer a {
    margin-left: 24px;
    font-size: 25px;
    color: #ffffff;
}

footer#footer {
    padding: 20px 0px;
    background: #3a9fc7;
    border-top: 1px solid #fff;
}

.content-footer {
    text-align: center;
}

.content-footer h4 {
    font-size: 19px;
}

.widget1-content p {
    color: #fff;
}

.footer-widget2 p {
    color: #fff;
}

.content-footer h4 {
    font-size: 19px;
    color: #fff;
}
.scrool-btn a i {
    color: #fff;
    background: #00bcd4;
    padding: 10px 10px;
    border-radius: 16px;
}
.scrool-btn{
    display: none;
}
.scroll{
    display: block;
}
.scrool-btn {position: fixed;right: 20px;bottom: 65px;}