@charset "utf-8";
/* CSS Document */
@font-face {
   font-family: Raleway-Bold;
   src: url(../fonts/Raleway-Bold.ttf);
}

@font-face {
   font-family: Lato-Bold;
   src: url(../fonts/Lato-Bold.ttf);
}
@font-face {
   font-family: Lato-Semibold;
   src: url(../fonts/Lato-Semibold.ttf);
}
@font-face {
   font-family: Lato-Regular;
   src: url(../fonts/Lato-Regular.ttf);
}
body{
	padding: 0;
	margin: 0;
	font-family:Lato-Bold;
}

header{
	background-color: #009999;
}

.icon_1 span{
	font-family: lato;
	font-size: 13px;
	padding-left: 9px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}
.faaa{
	color: white;
	font-size: 19px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.faaa_1{
	color: white;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.faaa:hover{
	color: black;
	transition: 2s ease;
	cursor: pointer;
}

.faaa_1:hover{
	color: black;
	transition: 2s ease;
	cursor: pointer;
}




.padding_1{
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding_2{
	padding-top:50px;
	padding-bottom:50px;
	}
.padding_3{
	padding-top:50px;
	padding-bottom:50px;
	}

.w-100 {
    width: 100%!important;
    max-height: 650px;
}

a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.text_1 h2{
	font-family: lato;
	letter-spacing: 1px;
	font-size:32px;
}

.text_1 h2:before{
	content:url(../images/underline_1.png);
	position:absolute;
	margin-top:20px;
}

.btn-primary {
    color: #fff;
    background-color: #f07057;
    border-color: #f07057;
	    margin-top: 15px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #17a599;
    border-color: #17a599;
    transition: 2s ease;
}


.row_1{
	padding-top: 50px;
	
}

.row_1 h4{
	color: #000;
    font-size: 26px;
    font-family: Lato-Semibold;
	
}




.row_1 p{
	padding-top: 20px;
    font-family: Lato-Regular;
    font-weight: 500;
    color: #999999;
    line-height:27px;
    font-size: 14px;
    text-align: justify;
}


@media(max-width:999px){
      .img_1 img{
		  padding-top: 30px;
	}
	
	    .img_2 img{
		  padding-bottom: 30px;
	}
}

.back_2{
	background-color: #17a599;
}

.text_2 h2{
	color: #fff;
	font-family: lato;
	font font-weight: bold;
	font-size:32px;
}

.text_2 h2:before{
	content:url(../images/underline_2.png);
	position:absolute;
	margin-top:20px;
}

.back_3{
	background-color: rgba(0,0,0,.5);
}

.row_2{
	padding-top: 50px;
	
}



.row_2 h4{
	padding-top: 20px;
	color: #fff;
	font-weight:normal;
	font-size:28px;
	font-family:Lato-Regular;
	font-weight:500;
}

.row_2 p{
	padding-top: 10px;
	color: #fff;
	font-size:14px;
	text-align:justify;
}

.button_1{
	padding-bottom: 20px;
}



.dropdown:hover>.dropdown-menu {
  display: block;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background-color: #f07057;
    transition: 1s ease;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff !important;
    background-color: #f07057;
}

.navbar-expand-lg .navbar-nav .nav-link {
   padding-right: 1.6rem;
    padding-left: 1.3rem;
    padding-top: 2rem;
    font-family: inherit;
    padding-bottom: 2rem;
    font-size: 16px;
    font-weight: 500;
    color: #000 !important;
    font-family: Raleway-Bold;
}


.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
      background-color: #009999;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
 

.back_4{
	background-image: url(../images/images_1.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.overlay_1{
	background-color: rgba(255,255,255,.8);
}

.text_under h2{
	font-size: 34px;
    /* font-family: Lato-Semibold; */
    font-family: Lato-Regular;
    font-weight: 500;
}


.text_under h2:before{
	content:url(../images/underline_3.png);
	position:absolute;
	margin-top:20px;
	padding-left:7px;
}

.text_services h5{
	    font-size: 27px;
    padding-top: 5px;
    font-family: Lato-Regular;
    font-weight: 500;
	
	}

.back_5{
	background-color: #f07057;
}
.back_6{
	background-color: #323a45;
}
.back_7{
	background-color: #1bbc9b;
}

.back_8{
	background-color: #3dbfd9;
	min-height:100%;
}

.row_3{
	color:#fff;
	}

.row_4{
	color:#fff;
	}
	
.row_5{
	padding-bottom:40px;
}
.row_5 p{
	font-size:14px;
	font-weight: normal;
	padding-top:15px;
}

.margin_1{
	padding-top:10px;
	padding-bottom:25px;
	margin-right:10px;
	margin-left:10px;
}

.row_3 p{
	color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
	}
	
.row_4 p{
	color: #fff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
}

.padding_none{
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
	}


.btn-success {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-success:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
	transition:2s ease;
}

.back_9{
	background-image: url(../images/back2.jpg);
	background-size: cover;
	
	background-repeat: no-repeat;
	
}

.back_10{
	background-image: url(../images/back1.jpg);
	background-size: cover;
	
	background-repeat: no-repeat;
	
}



.overlay_4{
	background-color: rgba(0,0,0, 0.9);
}

.overlay_4 i{
	font-size:36px;
}





.overlay_5{
	background-color: rgba(0,0,0, 0.9);
}

.padding_none_1{
	padding-right:0px;
	padding-left:0px;
	}
	



.backk_1{
	background-image: url(../images/back_1.png);
	background-size: cover;
	
	background-repeat: no-repeat;
	}

.backk_2{
	background-image: url(../images/back_2.png);
	background-size: cover;
	
	background-repeat: no-repeat;
	}
	

.backk_1 li{
	display:inline-block;
	padding-right:70px;
	padding-top:30px;
}

.backk_2 li{
	display:inline-block;
	padding-right:70px;
	padding-top:30px;
}

.text-left{
	padding-left:70px;
	padding-bottom:5px;
	
	}


.padd_1{
	padding-top:30px;
	padding-bottom:30px;
	padding-left:100px;
	color:#fff;
	}
	
.padd_1 h4{
	font-size: 28px;
    font-family: lato-regular;
    font-weight: 500;
	}
.trans_1 h6{
	font-size: 16px;
    font-family: lato-regular;
    font-weight: 500;
	}
.trans_1 p{
	font-size: 14px;
    font-family: lato-regular;
    font-weight: 500;
	}
.btm_1{
	background-color:#28303d;
	}
.botom_menu li{
	    display: inline-block;
    padding-top: 35px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: lato-regular;
	}
	
.dot_1:after{
		content:'|';
		padding-left:10px;
		padding-right:10px; 
	}
	
.botom_menu_1 li{
	display:inline-block;
	padding-top:30px;
	padding-bottom:10px;
	color:#fff;
	font-size:24px;
	padding-left:10px;
	font-weight:bold;
	}
	
	.color_1{
		background-color: #121316;
		}
.text-center_1{
	font-size:12px;
	color:#fff;
	padding-top:15px;
	padding-bottom:1px;
	
	}
	
	
	




.tit {
    position: relative;
    font-weight:normal;
	font-size:30px;
    padding-bottom: 10px;
    letter-spacing: 2px;
    display: inline-block;
       border-bottom: 1px solid #ccc;
}


.tit:after {
    content: '';
    width: 70px;
    height: 1px;
    background: #17a599;
    position: absolute;
    bottom: -1px;
    left: 0;
}



/*--------------about Us html css---------------*/

.back_about{
	background-image:url(../images/back.png);
	background-attachment:fixed;
	}
	
.back_about_1{
	background-image:url(../images/about_slider_1.png);
	background-attachment:fixed;
	}
	
.back_about_2{
	background-image:url(../images/sea_freight.png);
	background-attachment:fixed;
	}	

.bbb_1{
	background-color:rgba(18,29,37,0.5);
}

.pad_1 h2{
	font-family: lato;
	color:#fff;
	padding-top:50px;
	padding-bottom:50px;
	}

.row_about h4{
	color: #000;
    font-family: lato-regular;
	font-weight:500;
}

.row_about p{
	padding-top: 20px;
	font-family: lato-regular;
    font-weight: 500;
	color: #999999;
	letter-spacing: 1px;
    font-size: 14px;
	text-align:justify;
}

/*--------------management html css---------------*/




.row_management h4{
	padding-top: 20px;
	color: #fff;
	
}

.row_management p{
	padding-top: 10px;
	color: #fff;
	font-size:14px;
	text-align:justify;
}


/*--------------Enquiry html css---------------*/


.enquiry_1{
	padding-top:40px;
	padding-bottom:30px;
	}

.row_enquiry{
	background-color:rgba(249,195,185,0.7);
	}
.enquiry_form{
	padding-top:50px;
	}

.form_enquiry{
	
    display: block;
    width: 100%;
    padding: .6rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0rem; 
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

	}

.text_enquiry{
	padding-bottom:40px;
	}
	
.btn_enquiry{
	
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 2.5rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: 0rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
	

/*--------------contact html css---------------*/


.contact_pad{
	padding-top:50px;
	padding-bottom:30px;
	}
.bord_1{
	border:1px solid #e2e2e2;
	border-radius:1rem;
	}

.padi_1{
	padding:20px 20px 80px 20px;
	}
	

.borde_1{
	border:1px solid #e2e2e2;
	border-radius:1rem;
	}

.padr_1{
	padding:20px 20px 20px 20px;
	}

.col_1 h3{
	padding-bottom:10px;
	font-family:"Open Sans";
	font-weight:normal;
	font-size:22px;
	color:#17a599;
	}
.padi_1 h6{
	color:#a4a4a4;
	font-weight:normal;
	font-size:18px;
	}
.padi_1 p{
	color:#a4a4a4;
	font-weight:normal;
	font-size:14px;
	}

.map_1{
	padding-bottom:20px;
	}
.trans_background{
	background-image:url(../images/trans_back.png);
	background-size:cover;
	}
.overlay_trans{
	background-color:rgba(0,0,0,0.9);
	}
.trans_text h1{
	font-family: Lato-Regular;
	font-size:32px;
	padding-top:25px;
	padding-bottom:15px;
	color:#fff;
	}
.contact_trans_1 ul{
	display:flex;
	color:#fff;
	font-family: Lato-Regular;
	padding-bottom: 14px;
	}
.contact_trans_1 ul li{
	padding:0px 10px;
	margin:0px;
	list-style:none;
	font-size:18px;
	}
.contact_trans_1 ul li span{
	font-size:14px;
	}
.contact_trans_1 i{
	font-size:36px;
	}
@media(max-width:767px){
     .padd_1{
	padding-top:30px;
	padding-bottom:30px;
	padding-left:0px;
	text-align:center;
	color:#fff;
	}
	
	 .botom_menu_1 li{
	display:inline-block;
	padding-top:10px;
	padding-bottom:0px;
	color:#fff;
	font-size:18px;
	padding-left:0px;
	font-weight:bold;
	}
	
	 .pic_1{
	width:200px;
	}
	 .text_rit{
	text-align:center;
	}
	 .padd_1{
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	color:#fff;
	}
	
	  .text-center_1{
	font-size:10px;
	color:#fff;
	padding-top:15px;
	padding-bottom:1px;
	
	}
	 .row_1{
		 padding-top:10px;
		 }
   .padding_1{
	padding-top: 20px;
	padding-bottom: 20px;
}
 .padding_2{
	padding-top: 20px;
	padding-bottom: 20px;
}
 .padding_3{
	padding-top: 20px;
	padding-bottom: 20px;
}
.padi_1 {
    padding: 20px 20px 52px 20px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: 1.7rem;
    padding-top: .5rem;
    font-family: inherit;
    padding-bottom: .5rem;
    font-size: 20px;
    font-weight: 500;
    color: #000 !important;
}
}

.contact_width{
	 height:0px;
	}