*{
    
    padding: 0;
    margin: 0;
}

body{
    overflow-x: hidden;
    font-family: 'Open Sans',sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing:antialiased !important;
}

li{
    
    list-style:none;
    display: inline-block
}

a{
    
    text-decoration: none;
    transition: all 500ms ease-in-out;
}

a:hover,
a:active{
    
    text-decoration: none;
}

h1,
h2,
h4 {
    font-family: 'PT Sans Narrow' Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

p {
    font-size: 15px;
    line-height: 21px;
}

.btn {
    
    transition: :all 300ms ease-in-out;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.btn:hover{
    
    background-color: #ededed !important;
    color: #3c3c3c !important;
    border: 1px solid #fff !important;
}



/*NAVIGATION*/
.navbar {
    background-color: #222222 !important;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow',Arial,sans-serif;
    font-weight: 700;
}

.navbar a {
    color: #fff !important;
    opacity: 0.7;
}
.navbar h4{
    padding-top: 5px;
    padding-left: 5px;
}

.navbar a:hover{
    opacity: 2;
    background-color: #07526b !important;
}

.navbar img{

    width: 300px;
    height: 50px;
    opacity: 5;
}

@media(max-width:768px){
    .navbar img{
        width: 80%;
        height: 50px;
      
    }
}


/*HEADER*/
.header{
    height: 680px;
    width: 100%;
    padding: 75px 0 50px;
    margin-top: 5px;
   background-image: url(../images/trb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
}

.header img{
   
     margin-top: 100px;
    border:2px solid #fff;
   width: 330px;
}

.header h1 {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 25px;
    text-align: center;
}

.header p,
.header a{
    margin-top: 20px;
}

.header .a{
    border-radius: 0;
    margin: 40px 20px;
}


.header .packages h4
{
    color: #222222; 
    text-align: center;
}


.header .packages{
    padding-top: 10px;
    border:1px solid #ccc;
    background-image: url(../images/trback.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#222222;
    border-radius: 5px;
    margin-top: 15px;
    padding-left: 10px;
    padding-bottom: 15px;
}

.header .packages p{
    font-size: 15px;
    color: #222222;
}


@media(max-width:768px){
    .header{
        padding:30px;
        height: 1000px;
    }
    .header img{
        width: 90%;
        height: 200px;
        margin: 20px 0 0 20px;
    }
    .header .a{
        font-size: 15px;
        margin-left: 20px;
    }
    .header h1{
        font-size: 25px;
    }
    .header p{
        font-size: 15px;
    }
  
}
/*WHY*/
.why{
   padding: 100px 0 100px;
    text-align: center;
     background-image: url(../images/trback.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#222222;
}

.why h4,
.why p{
    color: #fff; 
}


.why .packages{
    padding: 20px;
    border:1px solid #ccc;
    background-image: url(../images/trback.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#222222;
    border-radius: 5px;
    margin-top: 10px;
}

.why .packages p{
    font-size: 15px;
    color: #fff;
}

/*SERVICES*/
.services {
    padding: 50px 0 100px;
    background-image: url(../images/trb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#222222;
}

.services h2,
.services h5{
    text-align: center;
    color:#fff;
    margin:20px 0 20px;
}

.services h3{
    text-align: left;
    font-size: 18px;
}

.services h4{
    text-align: left;
    font-size: 15px;
    padding-bottom: 5px;
}

.services a{
    font-size: 14px;
    padding-bottom: 5px;
    text-decoration: underline;
}


.services p{
    text-align: left;
    color:#737373;
    font-size: 14px;
    padding-bottom: 5px;
}

.services i{
    height: 50px;
    width: :90px;
    font-size: 30px;
    padding: 10px 10px;
    border-radius: 50%;
    background-color: #6699cc;
    color: #fff;
}
.services .packages{
    padding: 80px;
    border:2px solid #07526b;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    padding-bottom: 5px;
}

.packages p{
    color: #222222;
    font-size: 14px;
   
}

@media(max-width:768px) {
    .services {
        padding: 30px;
    }
    
   .services .packages{
       padding: 20px;
    }
    
    .services img{
        width: 90%;
    }
}

/*ABOUT US*/

.aboutus{
    padding: 75px 0 100px;
    text-align: center;
   /* background-color: #3399ff; */
     background-image: url(../images/trback.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#222222;
}

.aboutus h2{
    margin: 10px 0 10px;
    color: #222222;
}

.aboutus p{
    padding-top: 20px;
    color: #222222;
    text-align: left;
    font-size: 15px;
}
.aboutus h5{
    padding-top: 20px;
    color: #222222;
    font-size: 17px;
}

.aboutus img{
    height: 183px;
    width: 275px;
    margin-top: 50px;
     border:5px solid #fff;
   
}

/*CONTACT*/
.contact{
    padding: 60px 0 100px;
    text-align: center;
     background-image: url(../images/trback.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color:#222222;
}

.contact p{
    padding-bottom: 25px;
    color: #222222;
    font-size: 16px;
}

.contact h2{
    color: #222222;
    margin: 20px 0 20px;
    
}

.contact .input-group{
    margin-bottom: 20px;
}

.contact .form-control{
    border-radius: 0 !important;

}

.contact span{
     border-radius: 0 !important;
}

.contact .btn {
    
    border-radius: 0;
    width: 100%;
    font-size: 15px;
    background-color: #f08080;
    color: #fff;
}
.contact .btn:hover{
    background-color: #a85959 !important;
    color: #fff !important;
}


/*FOOTER*/
.footer{
    padding: 20px;
    color: #cccccc;
    background-color: #222222;
}

.footer .social{
    
    height: 30px;
    width: 30px;
    padding-top: 15px;
    margin-bottom: 10px;
    margin-right: 50px;
}

.footer p{
    padding: 20px;
    margin-bottom: 10px;
    margin: center;
}


/*Submenu */


