body{
  font-family: 'Poppins', sans-serif;
}
/*==== Slider section====*/
section.slider-sec {
    /*margin-top: 36px;
    position: absolute;*/
    width: 100%;
}
.carousel-control-prev-icon {
    background-image: none;
}
.carousel-control-next-icon {
    background-image: none;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
h3.slder-txt{
    color: #0f206c;
    font-size: 20px;
    text-transform: uppercase;
    /* font-family: 'Raleway', sans-serif; */
    font-weight: 600;
    text-shadow: 1px 1px rgb(78, 78, 78);
    margin-bottom: -15px;
}
h2.slder-txt{
  color: #fff;
  font-size: 45px;
  /*text-transform: uppercase;*/
  /*font-family: 'Raleway', sans-serif;*/
  font-weight: 100;
}
/*====slider section end====*/

/*menu sec*/
/*sticky header position*/
section.menu-sec{

}
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;

}
nav{
		-webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.49);
-moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.49);
box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.49);
background-color: #fff;
}
li.nav-item.menu {
    margin-left: 17px;
    font-size: 17px;
}
img.amt-logo {
    width: 40%;
}
/*menu sec end*/

/*About section*/
section.about-sec {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #FBFBFB;
}
.hed-row{
	padding-bottom: 22px;
}
h3.abt-hed{
	font-size: 24px;
	font-weight: 900;
	color: #535353;
}
p.marine-para{
	font-size: 14px;
	color: #535353;
	font-weight: 400;
}
.para-box{
	padding-left: 0px;
	z-index: 999;
}
.bg-box {
    height: 294px;
    width: 288px;
    background: #E8D5B7;
    position: relative;
    margin-top: -284px;
    margin-left: 168px;
    /*top: -282px;
    left: 169px;*/
}
.img-box {
    position: relative;
    z-index: 999;
}
.bullet-box{
	height: 20px;
	width: 21px;
	background: #00b4e5;
}
a.btn-one {
    color: #262a69;
    font-weight: 600;
    text-decoration: none;
    margin-left: 10px;
    font-size: 14px;
}
.mor-row{
	padding-top: 30px;
}
/*About Section*/

/*band section*/
section.band-sec{
	background: #262a69;
	margin: 0 auto;
	padding-top: 35px;
    padding-bottom: 22px;
    border-bottom: 5px solid #00b4e5;
}
h4.band-text{
	color: #fff;
	text-align: center;
	font-weight: 300;
	font-size: 30px;
}
span.bolder-text{
	color: #00b4e5;
	text-align: center;
	font-weight: 600;
	font-size: 30px;
}
/*band section end*/

/*====Service Section====*/
section.service-sec{
	background-color: #FBFBFB;
	padding-top: 60px;
    padding-bottom: 30px;
}
p.service-para{
	font-size: 13px;
	font-weight: 200;
	color: #535353;
}
h5.ser-cap{
	font-weight: 600;
	font-size: 14px;
	color: #8B8B8B;
}

.inn-box h5.numb{
	font-size: 14px;
    font-weight: 200;
    color: #00b4e5;
}


.inn-box{
	height: 277px;
	background: #FFFFFF;
	padding: 22px;
	padding-top: 35px;
	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}

.inn-box:hover{
	-webkit-box-shadow: -1px 0px 15px 3px rgba(0,0,0,0.15); 
	box-shadow: -1px 0px 15px 3px rgba(0,0,0,0.15);
	color:#E8D5B7;
	font-weight: bold;
	font-size: 20px;
	font-weight: 200;
}

.inn-box h5.numb:hover{
	
}


.srv-para-box {
    padding: 20px;
}
.servc-row{
	padding-top: 30px;
	padding-bottom: 15px;
}
img.compass {
    width: 35%;
    position: absolute;
    margin-top: -32%;
    margin-left: -9%;
}
/*====Service section end====*/

/*====Companies section====*/
section.company-sec{
	background-image: url("../images/bg.png"); 
	background-color: #cccccc;
	/*height: 492px;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
.overlay-box{
	background-color: rgb(55, 33, 84, .9);
	/*height: 492px;*/
	padding-top: 50px;
	padding-bottom: 35px;
}
h4.company-hed{
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-weight: 200;
}
.marine-sector{
	height: 78px;
	background: #262a69;
	border-left: 5px solid #E8D5B7;
	border-radius: 0px 0px 34px;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.41);
-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.41);
box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.41);
}
.marine-sector:hover{
	-webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.55);
    box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.55);
}
p.points {
    color: #fff;
    text-align: center;
    padding-top: 19px;
    line-height: 19px;
    font-size: 14px;
    font-weight: 400;
}
/*====Companies Section end====*/
/*====what we do====*/
section.whatwe-sec{
	padding-top: 60px;
	padding-bottom: 35px;
	background-color: #FBFBFB;
}
h4.what-hed{
	margin: 0 auto;
	text-align: center;
	color: #545454;
	font-weight: 200;
}
span.bolder-text-what{
	color: #545454;
	text-align: center;
	font-weight: 600;
	font-size: 30px;
}
.optins-box{
	height: 190px;
	background: #FFFFFF;
	padding: 22px;
	padding-top: 35px;

	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
}
.optins-box:hover {
    -webkit-box-shadow: -1px 0px 15px 3px rgba(0,0,0,0.15); 
	box-shadow: -1px 0px 15px 3px rgba(0,0,0,0.15);
}
img.optons-icons{
	width: 47px;
	height: 47px;
}
h5.optn-hed{
	font-size: 14px;
	text-align: center;
	font-weight: 600;
	color: #8B8B8B;
	margin: 0 auto;
}
.other-serv-box{
	height: 95px;
	background: #FFFFFF;
	padding: 22px;
	padding-top: 35px;
	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
}
.other-hed-box{
	height: 95px;
	/*background: #FFFFFF;*/
	padding: 22px;
	padding-top: 35px;
}
.other-srv-row {
    padding-top: 30px;
    border-top: 1px dashed rgba(0, 0, 0, .1);
    margin-top: 20px;
}
h3.other-hed{
	color: #8B8B8B;
	font-weight: 600;
	font-size: 26px;
}
/*====What we do section====*/

/*====Contact section====*/
section.contact-sec{
	padding-top: 60px;
	padding-bottom: 30px;
	background-color: #fff;
}
.contact-rw{
	padding-top: 20px;
	padding-bottom: 20px;
}
h3.contact-para{
	font-size: 26px;
	color: #545454;
	font-weight: 600;
}
h5.find-us{
	font-size: 16px;
	font-weight: 600;
	color: #545454;
}
a.touch-with{
	color: #545454;
	font-size: 13px;
	text-decoration: none;
}
.title-cont{
	padding-top: 30px;
}
.red{
    color:red;
    }
.form-area
{
    background-color: #FAFAFA;
	padding: 10px 40px 60px;
	margin: 10px 0px 60px;
	border: 1px solid GREY;
}
.form-control.about-you {
    border: none;
    background: #f9f9f9;
    border-radius: 0px;
    font-size: 13px;
}
/*button.enquiry {
    background: #262a69;
    color: #fff;
    border-radius: 0px;
    float: right;
    font-size: 13px;
}
button.enquiry1 {
    background: #262a69;
    color: #fff;
    border-radius: 0px;
    font-size: 13px;
}*/
input.enquiry {
    float: right;
    background: #262a69;
    border: 1px solid;
    border-radius: 0px;
}
/*====Contact section end====*/
/*====Footer section====*/
section.footer-sec{
	background-color: #262a69;
	padding-top: 60px;
	padding-bottom: 30px;
}
h3.foot-hed{
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
}
img.footer-logo {
    width: 15%;
}
p.footer-para{
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	padding-top: 20px; 
}
.footer-links{
	text-align: center;
	margin: 0 auto
}
ul.foot-ul {
    text-decoration: none;
    list-style: none;
    display: inline-flex;
    padding-inline-start: 0px;
}
li.foot-li{
	padding: 15px;
}
a.footer-link {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: 200;
    text-decoration: none;
}
input.form-control.footer-mail {
    background: #331C51;
    border: #331C51;
    border-radius: 0px;
    color: #fff;
    font-size: 12px;
    font-weight: 200;
}
button.btn-email {
    background-color: #E8D5B7;
    border: 1px solid #E8D5B7;
    padding: 3px;
}
i.material-icons {
    transform: rotate(-30deg);
    font-size: 18px;
    padding-top: 5px;
    color: #262a69;
}
.social-icons{
	text-align: center;
	margin: 0 auto;
	padding-top: 25px;
}
i.fa.fa-facebook-square {
    font-size: 16px;
    color: #262a69;
    border: 1px solid #e8d5b7;
    padding: 8px;
    border-radius: 25px;
    background-color: #e8d5b7;
}
i.fa.fa-linkedin-square{
	font-size: 16px;
    color: #262a69;
    border: 1px solid #e8d5b7;
    padding: 8px;
    border-radius: 25px;
    background-color: #e8d5b7;
}
i.fa.fa-twitter-square{
	font-size: 16px;
    color: #262a69;
    border: 1px solid #e8d5b7;
    padding: 8px;
    border-radius: 25px;
    background-color: #e8d5b7;
}
/*====Footer section end*/
/*====Tail section====*/
section.tail-sec{
	background-color: #262a69;
	padding-top: 17px;
    padding-bottom: 10px;
	border-top: 1px solid #707070;
}
p.copy-txt {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
}
/*====Tail Section end====*/



/*====Media Query====*/
@media screen and (max-width: 960px) {
    h2.slder-txt {
	    color: #fff;
	    font-size: 21px;
	    /* text-transform: uppercase; */
	    /* font-family: 'Raleway', sans-serif; */
	    font-weight: 100;
	}
	h3.slder-txt {
	    color: #fff;
	    font-size: 15px;
	    text-transform: uppercase;
	    /* font-family: 'Raleway', sans-serif; */
	    font-weight: 600;
	    text-shadow: 1px 1px rgb(78, 78, 78);
	}
	.para-box {
	    padding-left: 15px;
	}
	.hed-row {
	    padding-left: 15px;
	}
	.mor-row {
		padding-left: 15px;
	}
	.inn-box {
	    margin-bottom: 15px;
	}
	.marine-sector {
	    margin-bottom: 20px;
	}
	.optins-box {
	    margin-bottom: 20px;
	}
	.other-serv-box {
	    margin-bottom: 15px;
	}
	h3.contact-para {
	    padding-left: 15px;
	}
	.title-cont {
	    padding-top: 30px;
	    padding-left: 15px;
	}
	.how-to {
	    padding-left: 15px;
	}
}
.cent{
	text-align: center;
}
.jumbotron{
	background-color: #fff;
}
/*====Medai Query end*/