/* custom Global CSS */
body{
    font-size: 16px;
    font-family: arial;
    color: #ffffff;
}

p{
  color: #282828;  
}
.page-title{
    text-align: left;
}
.pageTitle_type_1{
    font-size: 26px;
    /*font-family:Arial-Black;*/
    color: #282828! important;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 10px;
}
.pageTitle_type_2{
    font-size: 20px;
    /*font-family:Arial-Black;*/
    font-weight: bold;
    margin-top: 0px;
}
.cntTitle_type_1{
    font-size: 20px;
    /*text-transform: uppercase;*/
    margin-top: 0px;
}
.cntTitle_type_2{
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0px;
}
.titleTextColor{
    color:#222222;
    padding-bottom: 10px;
}
.btn-default{
    background-color:#DDD;
}
#home-page {
    top:14%!important;
    max-width: 100%;
}
#aboutus-page, #page12{
    top:10%!important; 
    max-width: 100%;
}
#blog-page{
    top:10%!important; 
    max-width: 100%;
}
#portfolio-page, #page11{
    top:10% !important; 
    max-width: 100%;
}
#page5 {
    top:10% !important; 
}
#page6{
    top:10%!important; 
    max-width: 100%;
}
#page7{
    top:10% !important; 
    max-width: 100%;
}
#page8, #page10{   
    top:13% !important; 
  
}
#page9{   
    top:13% !important; 
    max-width: 100%;
}

#parallax-container{
    /*background: url(../images/bg.png), linear-gradient(to right, #CA0B3B, #DA5818);*/
    /*background-repeat: repeat-x!important;*/
}
.navigationbar{
    background-color: none!important;
}
.boat3 img{
    width: 2400;
    height: 15px;
}
.parallax-portfolio .slider li img{
    margin-right: 9px;
}
.parallax-portfolio1 .slider li img{
    margin-right: 9px;
}
.liststyle li{
    text-align: left;
}
.tooltip.title{
    width: 100%;
    background-color: #ec008c;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

/*a:link {
  color: #0065ef;
}

a:visited {
  color: #0065ef;
}

a:hover {
  color: #0065ef;
}

a:active {
  color: #0065ef;
}*/

.modal-footer a:hover{
    color: #0065ef;
}
.modal-dialog{
    width: 880px !important;
}

#page10 .liststyle, #page10 .liststyle1{
    padding-left: 0px;
    list-style: none;
}
#page10 .liststyle li, #page10 .liststyle1 li{
    position: relative;
    padding-left: 10px;
}
#page10 .liststyle li:before, #page10 .liststyle1 li:before{
    content: '';
    position: absolute;
    top: 3px;
    left: -16px;
    background-image: url(../images/tick_bullet.png);
    width: 17px;
    height: 14px;
    background-size: 100%;
}
