body,html {
    background: #3B3232 !important;
}
.logoimage{
	width: 60% !important;
}
.bannerimage{
	max-width: 100%;
	margin-top: 120px;
	box-shadow: 8px 6px 12px #151213;
}
p.divetechheading {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
p.divetechcontent {
    color: rgba(255, 255, 255, 0.73);
    font-size: 15px;
}
p.homeiconheading {
    color: #fff;
    margin-left: 5px;
    font-size: 20px;
    margin-bottom: 50px;
    margin-top: 10px;
}
.homeicons {
    width: 35%;
    margin-top: 20px;
    margin-bottom: 10px;
}
.surveysection{
    border: 8px solid #3b3232;
    background-color: #f4af1d;
}
.divingsection{
    background-color: #00a99d;
    border: 8px solid #3b3232;
}
.ropesection{
    background-color: #a9cf38;
    border: 8px solid #3b3232;
}
.clientsection{
    background-color: #0087cc;
    border: 8px solid #3b3232;
}
.certsection{
    background-color: #f37321;
    border: 8px solid #3b3232;
}
.regsection{
    background-color: #00a99d;
    border: 8px solid #3b3232;
}
.pr8{
    padding-right: 8px !important;
}
.decnone:hover{
    text-decoration: none !important;
}
li.active a{
    color: #f4af1d !important;
}
.yellowtab{
    background-color: #f4af1d !important;
    margin-bottom: 10px;
}
.yellowtabicon,.orangetabicon {
    width: 10%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.abouticonheading{
    color: #fff;
    margin-left: 12px;
    font-size: 16px;
}
.orangetab{
    background-color: #f37321;
    margin-bottom: 10px;
}
.mt40{
	margin-top: 40px;
}
.pb40{
	padding-bottom: 40px;
}
@media screen and (max-width:768px){
	.xswidth50{
		width: 50%;
	}
}
.ulheading {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px !important;
}
.ulsection{
	margin-left: 20px !important;
}
.divetechul{
	color: rgba(255, 255, 255, 0.73) !important;
}
.liststnone{
	list-style: none !important;
}
.faqicons{
	    float: right;
    margin-top: 20px;
    color: #fff;
}
li.q{
	    background: #f37321;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;

}
.servicesimg{
	max-width: 100% !important;
	box-shadow: 8px 6px 12px #151213;
}
/*TIMELINE CSS STARTS HERE*/

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 2px;
    /*background-color: #00a99d;*/
        border: 2px dashed #00a99d;
    left: 50%;
    margin-left: -1.5px;
}

.timeline>li {
    margin-bottom: 60px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 45%;
    float: left;
    /*border: 1px solid #d4d4d4;*/
    border-radius: 2px;
    padding: 20px;
    position: relative;
    /*-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);*/
}

.timeline>li>.timeline-panel:before {
    /*position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " ";*/
    position: absolute;
    /* top: 38.9%; */
    /* left: 37%; */
    content: '';
    /* width: 26%; */
    height: 1px;
    background-color: #d7d8d8;

        position: absolute;
    top: 38.9%;
    left: 100%;
    content: '';
    width: 22%;
    height: 1px;
    background-color: #d7d8d8;
}

.timeline>li>.timeline-panel:after {
    /*position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #abcf39;
    border-right: 0 solid #abcf39;
    border-bottom: 14px solid transparent;
    content: " ";*/
        position: absolute;
    z-index: 2;
    top: 36.4%;
    left: 110%;
    content: '';
    width: 14px;
    height: 14px;
    background-color:#edab1e;
}

.timeline>li>.timeline-panel.orangebg:after {
    /*position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #F47322;
    border-right: 0 solid #F47322;
    border-bottom: 14px solid transparent;
    content: " ";*/
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -7px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    /*border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;*/
        top: 39%;
    left: -22%;
    width: 22%;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    /*border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;*/
    top: 50%;
    left: -11%;
    margin-top: -18px;
    margin-left: -8px;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #a9cf37 !important;
}

.timeline-badge.green {
    background-color: #ABCF39 !important;
}

.timeline-badge.orange {
    background-color: #F47322 !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
}

.timeline-body>p+p {
    margin-top: 5px;
}
.greenbg {
    background: #ABCF39;
}

.orangebg {
    background: #F47322;
}

.whitecolor {
    color: #fff !important;
}
.yearsection {
    box-shadow: none !important;
    border: none !important;
    color: #0284DB;
    margin-top: 14px !important;
    /*padding: 20px 0px 0px 0px !important;*/
    margin-right: 20px;
}

.yearsection:after,
.yearsection:before {
    display: none !important;
}

.yeartitle {
    font-size: 30px !important;
    margin-top: -5px !important;
        color: #a9cf38;
    font-weight: 900;
}

.greenbg:after {
    /*border-left-width: 0;
    left: -14px;
    right: auto;
    top: -15px;
    bottom: 8px;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #abcf39;
    left: 3%;
    transform: rotate(90deg);*/
}

.greenbg:before {
    /*top: -29px;
    bottom: 8px;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #abcf39;
    left: 94%;
    transform: rotate(90deg);*/
}
.floatright{
	float: right;
}
.projecttitle{
	color: #fff;
    font-weight: 900;
    cursor: pointer;
}
.projecttitle:hover, .projecttitlewhite:hover{
    color: #a9cf38 !important;
    
}
.projecttitlewhite{
	color: #fff !important;
    font-weight: 900;
    cursor: pointer;
}
/*TIMELINE CSS ENDS HERE*/
.mt80{
	margin-top: 80px;
}
/*VERTICALLY CENTERING BOOTSTRAP MODAL*/
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/*VERTICALLY CENTERING BOOTSTRAP MODAL END*/
h4.modal-title{
        margin-bottom: -5px !important;
            color: #fff;
    font-weight: 900;
}
.modal-body h5{
    margin-bottom: 0px !important;
}
.modal-header{
        background: #f4af1d !important;
}
.modal-header button{
    color: #fff !important;
    opacity: 1 !important;
}
.projecttitle:hover {
    color: #000;
}
p.careercontent {
    color: rgba(255, 255, 255, 0.68);
    font-size: 18px !important;
    margin-top: 25px;
        margin-bottom: 30px;
}
.careerform {
    background: #fff;
    padding: 30px;
}
p.careerformcontent {
    font-size: 18px;
    text-align: center;
    display: block;
    color: #3b3232;
    font-weight: 900;
        margin-bottom: 30px;
}
input.careerinputfield {
    width: 100%;
    padding: 8px 16px;
}
/*FILE INPUT STARTS HERE*/
label.choosefile {
     margin: 0;
    padding: 10px;
    width: 100%;
    /* max-width: 300px; */
    border-radius: 0px !important;
    height: auto;
    background-color: #929292;
    border: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
  border-radius:5px;
  -webkit-border-radius:5px;
  -webkit-transition:0.2s ease all;
     -moz-transition:0.2s ease all;
      -ms-transition:0.2s ease all;
       -o-transition:0.2s ease all;
          transition:0.2s ease all;
}

label.choosefile:hover {
  background:#ADADAD;
}

[type=file]{
  display:none;
}



#size span, #type span, #name span {
  color:#EA4026;
}

/*FILE INPUT ENDS HERE*/
.submitbtn {
    width: 100%;
    margin-left: 0px !important;
    border-radius: 0px !important;
    height: 45px !important;
}
.formdata{
    background: #fff;
        padding: 30px;
}
.formdata input[type=text], .formdata input[type=email], .formdata input[type=number], .formdata textarea {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0px auto;
    background: transparent;
    border: 1px solid rgba(0,0,0,.3);
    margin-top: 10px;
}
.formdata textarea{
    height: 80px;
    margin-bottom: 10px;
}
.ptb80{
    padding-top: 120px;
    padding-bottom: 80px;
}
.reglogos{
    width: 100% !important;
    height: 110px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 8px 6px 12px #151213;
}
.plr10{
    padding-left: 10px;
    padding-right: 10px;
}
.box1{
    background: #a9d039;
        padding: 25px;
}
.box1 p, .box2 p, .box3 p, .box4 p{
        color: #fff;
    font-weight: 900;
    margin-bottom: 5px;
}
.box1 hr, .box2 hr, .box3 hr, .box4 hr{
        border-top: 1px solid #fff;
            margin-top: 5px;
}
.box1 ul, .box2 ul, .box3 ul, .box4 ul{
    color: #fff !important;
}
.box2{
    background: #00a99e;
    padding: 25px;
}
.box3{
    background-color: #005faf;
    padding: 25px;
}
.box4{
    background-color: #f37321;
    padding: 25px;
}
.plr5{
    padding-left: 5px;
    padding-right: 5px;
}
.pl5{
    padding-left: 5px;
}
.pt5{
    padding-top: 5px;
}
.mt10{
    margin-top: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.projectimagesection{
        float: left !important;
    margin-top: -35px !important;
    padding: 0px !important;
    width: 45% !important;
}
@media screen and (max-width:767px){
    .projectimagesection{
        margin-top:0px !important;
    }
}
@media screen and (max-width: 500px){
    .projectimagesection{
        margin-top:25% !important;
    }
    .projectimagesectionright{
        margin-top:25% !important;
    }
}
.projectimage{
        width: 100%;
    /*height: 200px;*/
    border-radius: 15px;
}
.projectimagesectionright{
        float: right !important;
    margin-top: -35px;
    padding: 0px !important;
    width: 45% !important;
}
li.timeline-inverted .timeline-panel.greenbg, li.timeline-inverted .timeline-panel.orangebg {
    background: #3b3232;
    border-left: 1px solid #d7d8d8;
    /* box-shadow: none !important; */
    color: #fff !important;
}
li.timeline-straight .timeline-panel.greenbg, li.timeline-straight .timeline-panel.orangebg {
    background: #3b3232;
    border-right: 1px solid #d7d8d8;
    /* box-shadow: none !important; */
    color: #fff !important;
}
.ml20{
    margin-left: 20px;
}
.rightonlycontent:before{
        top: 42% !important;
    left: -10% !important;
    width: 10% !important;
}
.leftonlycontent:before{
        top: 42% !important;
        width: 10% !important;
}
.activelisttext{
    color: #3b3232 !important;
    font-weight: 900 !important;
}