@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,700&display=swap');
body{
	font-family: 'Poppins', sans-serif;
}
ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.fweight_600{
	    font-weight: 600;
}
.header_m1
{
	transition:  .5s;
        z-index: 99;
    position: relative;
}
.header_m1.fixed
{
    position: fixed;
    left: 0px;
    background: #fff;
    width: 100%;
    top: 0;
        box-shadow: 2px 2px 5px #3055eb66;
}
.header_m1 .navbar-brand img
{
      height: 55px;
}
.header_m1 .nav-link
{
  color: #000 !important;
      padding: 8px 20px !important;  
}
.banner_set
{
	background: url(../images/banner-bg.png);
	background-size: contain;
    background-repeat: no-repeat;
    min-height: 50vh;
    background-position: right bottom; 

}
.banner_set2
{
	background: url(../images/about-bg.png); 
	background-size: contain;
    background-repeat: no-repeat;
    min-height: 50vh;
    background-size:cover; 

}
.banner_set h1
{
  font-size: 50px;
}
.title-home{
    top: 25%;
    position: absolute;
    width: 500px;
}
.aboutus{
    font-size: 18px;
}

/* COLORS START  */
.c1{
	color: #5c4992
}
.c2{
    color: #434344;
    font-weight: 200;
}
.c3{
    color: #46c8ee
}
.c4{
    color: #6f8fc9
}
.c5{
 color: #46c8ee
}
.c6{
    color: #8b7bb9
}
/* COLORS END  */

/*BACKGROUND COLORS*/
.bg_m1
{
 background: #f2f1f7
}
.bg_m2
{
 background: #46c8ee
}
/*BACKGROUND COLORS*/
.pt-100{
    padding-top: 100px
}
.pb-100{
    padding-bottom:  100px
}
.mt-100{
    margin-top: 100px
}
.mb-100{
    margin-bottom:  100px
}
/* buttons  */
.nav-link.btn_m2
{
background: rgb(139,123,185);
background: linear-gradient(86deg, rgba(139,123,185,1) 0%, rgba(105,150,206,1) 100%);   
color: #fff !important;
    padding: 8px 20px !important;
    box-shadow: -2px 2px 5px #ccc;
}
 .btn_m3
{
background: rgb(139,123,185);
background: linear-gradient(86deg, rgba(139,123,185,1) 0%, rgba(105,150,206,1) 100%);   
color: #fff !important;
    padding: 8px 20px !important;
    box-shadow: -2px 2px 5px #ccc!important;
    color: #fff;
        border-radius: 30px;
        outline: none!important;
}
/* buttons  */
.font-18
{
    font-size: 18px
}
.btn_m1
{
	box-shadow: none !important;
	outline: none!important;
}
.icon_cros
{
        transform: rotate(-45deg);
    vertical-align: middle;
}
.slid_m1{
    border: solid 1px #c4c4c4;
        min-height: 400px;
      
}
.slid_m1 a
{
      color: #434344;
      text-decoration: none;
}
.slid_m1:hover{
    background: #6f8fc9;
   
}
.slid_m1:hover a
{
 color: #fff
}
.slid_m1:hover img{
    filter: brightness(0) invert(1);

}
.slid_m1 .fa-arrow-up-long
{
  font-size: 25px;
  transform: rotate(130deg);
    transition: .5s;
    color: #b2b2b2
}
.slid_m1:hover .fa-arrow-up-long
{
  color: #fff;
     transform: rotate(40deg);
}
.slider_head
{
    height: 150px;

}

.list_m1 li
{
  position: relative;
  padding-left: 130px;
  border-bottom: solid 1px #ccc;
      padding-bottom: 40px;
    margin-bottom: 40px;
}
.list_m1 li:last-child{
 border: none;
}
.list_m1 li img
{
  position:absolute;
  left: 0px;
  top: 50%;
  width: 130px;
  transform: translateY(-70%);
}
.line_m1
{
    width: 90%;
    margin: 0 auto
}
.gbg_m1
{
     background: url(../images/ship.png);
position: relative;
 width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.contact_img
{
      background: url(../images/contact.png);
    position: relative;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 60%;
}
.img_m1:before
{
  /*   content: '';
     background: url(../images/ship.png);
        position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;*/
}
.card_m1{
    background: #f2f7fb;

}
.badge_un
{
    width: 13px;
    height: 13px;
    display: inline-block;
     
}
.input_m1 input,
.input_m1 textarea
{
 border: none;
 border-bottom: solid 1px #ccc;
 box-shadow: none !important;
 border-radius: 0px;
 outline: none !important;
 padding: 0px;
}



#button
{
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #8b7bb9;
    color: #fff;
    bottom: 20px;
    right: 20px;
    z-index: 999;
border: none;
}
.services{
    min-height: 100vh;
    background: url(../images/servicesbg.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 10px;
}
.services1{
    min-height: 100vh;
    background: url(../images/153.png) no-repeat;
    background-size: cover;
    padding-bottom: 10px;
}
.services-title {margin-top: 8%;}
.services-title p{
    margin-top: 10px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
}
.box{
    background-color: #fbfbfd;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(208, 207, 209);
    box-shadow: 0px 2px 10px 0px rgba(139, 123, 185, 0.47);
    border-radius: 15px;
    padding: 20px 20px;
    margin-top: 20px;
}
.box h4{ 
    font-size: 18px;
    font-weight: 800;
    margin: 10px 0;
}
.box p{
    font-size: 14px;
} 
.long{font-size: 12px;}  
.help{
    min-height: 100vh;
    padding: 25% 0;
    background: url(../images/help.jpg) no-repeat;
    background-size: cover;

}
.help .text{
    font-size: 16px;
    font-weight: 400;
    margin-top: 10%;
    color: #FFF;
    text-align: center;
    /* background: #02122f; */
    background: rgba(2, 18, 47, .9);
    padding: 50px;
    box-shadow: 0px 2px 10px 0px rgba(139, 123, 185, 0.47);
    border-radius: 125px 10px 125px 10px;
    


}
.box2{
    margin-top: 32px;
    padding-top: 25px;
    padding-bottom: 25px;
}
@media(max-width: 991px){
    .banner_set h1 {
    font-size: 30px;
}
}
@media screen and (min-width: 768px) { 
.banner_set,.banner_set2,.gbg_m1{min-height: 100vh;}


}