﻿@charset "UTF-8";
html {
    box-sizing: border-box;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #737273;
    background-color: #fff;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
h1,
.heading-1 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 900;
    color: black;
}
a:hover {
    text-decoration: none;
}

.h1,
h1 {
    font-size: 35px;
    font-weight: bold;
}
.h2,
h2 {
    font-size: 30px;
}
.h3,
h3 {
    font-size: 25px;
}
.h4,
h4 {
    font-size: 15px;
}
.h5,
h5 {
    font-size: 20px;
}
.h6,
h6 {
    font-size: 15px;
}
p {
       margin: 0 0 10px;
    color: white;
    font-size: 15px;
}

.comany-text {
    text-align: justify;
}

a.btn-about {
    color: white;
    font-size: 20px;
    letter-spacing: 2px;
    background: #E15810;
    padding: 10px 50px 10px 50px;
	
	
	
}

a.btn-about:hover {
    text-decoration: none;
    color: white;
}




.padtop{
	padding-top:50px;
}

.banner {
    width: 100%;
    text-align: center;
    padding: 100px 0px 0px 0px;
    background: url(../images/relavent_bg.jpg);
    /*#46A3F2;*/
    
    color: white;
    letter-spacing: 3px;
    background-attachment: fixed;
    background-size: cover;
    height: 60vh;
    background-repeat: no-repeat;
    background-position: left;
}

.banner2 {
    width: 100%;
    text-align: center;
    padding: 50px 0px 0px 0px;

    color: white;
    letter-spacing: 3px;
    /* background-attachment: fixed; */
    background-size: cover;
    height:44vh;
    background-repeat: no-repeat;
    background-position: center;
}

.banner3 {
    width: 100%;
    text-align: center;
    padding: 50px 0px 0px 0px;
   background: url(../images/banner-bg-back.jpg);
    color: white;
    letter-spacing: 3px;
    /* background-attachment: fixed; */
    background-size: cover;
    height: 45vh;
    background-repeat: no-repeat;
    background-position: unset;
}


.banner4 {
    width: 100%;
    text-align: center;
    padding: 50px 0px 0px 0px;
   background: url(../images/banner-back-bg.jpg);
    color: white;
    letter-spacing: 3px;
    /* background-attachment: fixed; */
    background-size: cover;
    height: 45vh;
    background-repeat: no-repeat;
    background-position: unset;
}

a.banner-btn-1 {
display: inline-block;
    position: relative;
    background: transparent;
    padding: 10px 14px;
    font-size: 18px;
    line-height: 27px;
    color: #C9302C;
    border-radius: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 3px solid #C9302C;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    vertical-align: middle;
    border-width: 3px;
    text-transform: uppercase;
    user-select: none;
    letter-spacing: .04em;
    transition: .3s ease-out all;
}
a.banner-btn-1:hover {
  
    text-decoration: none;
    border: 3px solid #C9302C;
    color: #C9302C;
}
a.banner-btn-2 {
    border-color: white;
    display: inline-block;
    position: relative;
    padding: 14px 17px;
    color: white;
    font-size: 18px;
    line-height: 27px;
    border-radius: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-style: solid;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    vertical-align: middle;
    border-width: 3px;
    text-transform: uppercase;
    user-select: none;
    letter-spacing: .04em;
    transition: .3s ease-out all;
}
a.banner-btn-2:hover {
    text-decoration: none;
    background: white;
}
.banner-btn {
    margin-top: 42px;
    margin-bottom: 40px;
    position: absolute;
    top: 25%;
    left: 20%;
}
@charset "UTF-8";
.navigation {
    height: 70px;
    background: white;
	z-index:99999;
	box-shadow: 0 8px 5px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
}
.brand {
    position: absolute;
    padding-left: 0px;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
}
.brand a,
.brand a:visited {
    color: #ffffff;
    text-decoration: none;
}
.nav-container {
    max-width: 1000px;
    margin: 0 auto;
}
nav {
    float: right;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav ul li {
    float: left;
    position: relative;
}
nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 15px;
    line-height: 55px;
    background: white;
    color: #00006d;
    font-weight: bold;
    text-decoration: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
    background: #00006D;
    color: #ffffff;
    text-decoration: none;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: " ▾";
}
nav ul li ul li {
    min-width: 190px;
}
nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}
.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
/* Mobile navigation */

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #262626;
    height: 70px;
    width: 70px;
}
@media only screen and (max-width: 800px) {
    .nav-mobile {
        display: block;
    }
    nav {
        width: 100%;
        padding: 70px 0 15px;
    }
    nav ul {
        display: none;
    }
    nav ul li {
        float: none;
    }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }
    nav ul li ul li a {
        padding-left: 30px;
    }
    .nav-dropdown {
        position: static;
    }
}
@media screen and (min-width: 800px) {
    .nav-list {
        display: block !important;
    }
}
#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
    top: -10px;
}
#nav-toggle span:after {
    bottom: -10px;
}
#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}
#nav-toggle.active span:before {
    transform: rotate(45deg);
}
#nav-toggle.active span:after {
    transform: rotate(-45deg);
}
article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}
.banner-grids {
    background:#009999;
    position: relative;
    bottom: 0em;
    width: 100%;
    padding: 0.5em;
    left: 0em;
    color: white;
    text-align: center;
    overflow: hidden;
}
.banner-grids1 {
    background:#00006D;
    position: relative;
    bottom: 0em;
    width: 100%;
    padding: 0.5em;
    left: 0em;
    color: white;
    text-align: center;
    overflow: hidden;
}

.rates-img1 {
    text-align: center;
    font-size: 28px;

    padding: 12px;
    border-radius: 50%;
    max-width: 25%;
    margin-left: 33%;
    color: white;
    transition: 0.5s;
    border: 2px solid white;
}

@media screen and (max-width: 992px) {
   .rates-img1 {
    text-align: center;
    font-size: 28px;

    padding: 12px;
  border:none;
   
    margin-left: 33%;
    color: white;
    transition: 0.5s;
   
}
 
}

.rates-img {
   text-align: center;
    font-size: 28px;
    background: #E25810;
    padding: 12px;
    border-radius: 50%;
    max-width: 25%;
    margin-left: 33%;
    color: white;
    transition: 0.5s;
    border: 2px solid white;
}

@media screen and (max-width: 640px) {
    .banner-grids {
        background: #45A2F1;
        position: relative;
        top: 0em;
        width: 100%;
        padding: 0.8em;
        left: 0em;
        color: white;
    }
    .rates-img {
        text-align: center;
        font-size: 28px;
        background: #45A2F1;
        padding: 12px;
        border-radius: 0;
        max-width: 25%;
        margin-left: 33%;
        color: black;
        transition: 0.5s;
    }
    .banner {
        width: 100%;
        text-align: center;
        padding: 90px 0px 0px 0px;
        background: url(../images/banner-3.jpg);
        color: white;
        letter-spacing: 3px;
        background-position: center;
        background-size: cover;
        height: 90vh;
    }
}
@media screen and (max-width: 480px) {
    .rates-img {
        text-align: center;
        font-size: 28px;
        background: none;
        border-radius: 0;
        max-width: 25%;
        margin-left: 33%;
        color: white;
        transition: 0.5s;
    }
}
.img-couse {
    text-align: center;
    padding: 50px 0px 0px 0px;
    min-height: 300px;
    z-index: 9999;
}
.img-couse:before {
    content: '';
    position: absolute;
    width: 97%;
    height: 0px;
    left: 0;
    top: 0;
    z-index: 1;
}
.img-couse:after {
    content: '';
    position: absolute;
    width: 97%;
    height: 0px;
    left: 0;
    top: 0;
}
.img-couse:hover:after {
    transform: translatex(-2px);
    transition: 0.5s;
    height: 300px;
    height: 10px;
    background: #ffb936;
}
.img-couse:hover:before {
    transform: translatex(-2px);
    transition: 0.5s;
    background: #0b4575;
    height: 300px;
    opacity: 0.3;
}
.offer-banner {
    background: url(../images/back-bg.jpg);
    width: 100%;
    text-align: center;
}
.text {
    padding: 30px 40px;
}
button.btn.btn-danger.form-control.custom {
    max-width: 100%;
    min-width: 25%;
}
.top-banner.row {
    background: url(../images/bg-min.jpg);
    height: 40vh;
    background-size: cover;
}
#footer-wrapper.footer-dark {
    color:white ;
    background-color: #E15810;

    bottom: 0;
    width: 100%;
    z-index: -1;
}
.tracking {
    position: absolute;
    right: -16px;
    top: 92px;
    padding: 12px;
    border-radius: 0px 0px 53px 53px;
    height: 131px;
    z-index: 1000;
    color: black;
    letter-spacing: 5px;
    text-align: center;
}




.t-img {
    background: url(../images/track-img2.png);
    height: 250px;
    position: absolute;
    top: 65px;
    z-index: -1;
    right: -24px;
    width: 259px;
    background-size: cover;
    z-index: 100;
}
input.trk-boxhome {
    width: 172px;
    position: relative;
    left: -5px;
    height: 32px;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #eee;
}
@media screen and (max-width: 500px) {
    .t-img {
        display: none;
    }
    .tracking {
        display: none;
    }
}
a#meni-icon {
    display: none;
}
@media screen and (max-width: 500px) {
    a#meni-icon {
        float: right;
        position: relative;
        top: 14px;
    }
}

.serv-offer {
   padding-top: 10px;
    text-align: center;
    padding-bottom: 40px;
    background:url(../images/back-bg-new.jpg);
    color: white;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: center;
}


.serv-icon-img:hover {
    /* transform: translatex(100px) rotatex(360deg); */
    
    transform: rotate(1080deg);
    transition: all 4s;
    transition-timing: ease-in-out;
}

.big-txt {
    font-size:30px;
    font-weight: bold;
    color: #FFB936;
}
ul,
ul.list1 {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 20px;
    text-align: left;
}
.list1 ul li,
ul.list1 li {
    position: relative;
    padding: 5px 0 5px 5px;
    font-size: 16px;
    color: white;
}
.list1 ul li:before,
ul.list1 li:before {
    font-family: 'FontAwesome';
    font-size: 17px;
    color: #ffffff;
    content: "\f00c";
    position: absolute;
    left: -21px;
    top: 4px;
}
.breaker {
    background: white;
    height: 5px;
    width: 150px;
    border-radius: 10px;
    margin-left: 35%;
}
a.home-about-btn {
    color: white;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 2px;
    border: 2px solid white;
    padding: 16px;
    text-decoration: none;
    border-radius: 5px;
}
.login-back {
    height: 100vh;
    background: url(../images/slider-01.jpg) no-repeat center top #000;
    background-size: cover;
    position: relative;
}
.login_box {
    width: 450px;
    height: 500px;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 20%;
    margin-left: -210px;
    margin-top: -40px;
    background: rgba(90, 99, 191, 0.5);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.back-page {
    text-align: center;
    color: black;
    margin-top: 32px;
    font-size: 20px;
}
input.lgn-box {
    width: 75%;
    padding: 10px;
    margin-top: 23px;
    border-radius: 10px;
    border: 2px solid #eee;
}
.address-box-left {
   background: #00006D;
    padding: 30px 20px;
    -webkit-box-shadow: 10px 28px 44px -21px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 10px 28px 44px -21px rgba(0, 0, 0, 0.65);
    box-shadow: 10px 28px 44px -21px rgba(0, 0, 0, 0.65);
    color: white;
}
.color-banner {
    background: black;
    width: 100%;
}
.cnct-txtbox {
    width: 100%;
    display: block;
    margin: 12px;
    height: 39px;
    padding: 10px;
}
.cnct-msgbox {
    width: 100%;
    display: block;
    margin: 12px;
    height: 70px;
    padding: 10px;
}
input.cntfrmbtn {
    width: 50%;
    padding: 5px;
    height: 41px;
    background: #364FFF;
    color: white;
    border: 2px solid #364FFF;
}
.c-banner {
    background: url(../images/about.jpg);
    width: 100%;
    /* height: 300px; */
    
    background-size: cover;
    background-position: center;
    /* margin-top: 80px; */
    
    padding-top: 250px;
}
.compnay-profile {
    background: #C8302C;
    background-size: cover;
    background-attachment: fixed;
}
.company-txt {
    text-align: justify;
    padding: 20px 30px;
}
.icon-box-pro {
    font-size: 35px;
    float: left;
    padding: 10px 24px;
    border: 2px solid #E15810;
    color: #E15810;
}
.icon-box-pro-text {
    padding: 30px;
    text-align: center;
}



#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    transition: 15s;
}




.aaaa {
    overflow: hidden;
}
.aaaa1 {
    overflow: hidden;
}
.aaaa2 {
    overflow: hidden;
}
.aaaa3 {
    overflow: hidden;
}
.toggbtncalci {
    padding: 10px;
    font-weight: bold;
    letter-spacing: 3px;
	    cursor: pointer;
}
.toggbtncalci1 {
    padding: 10px;
    font-weight: bold;
    letter-spacing: 3px;
	    cursor: pointer;
}
.toggbtncalci2 {
    padding: 10px;
    font-weight: bold;
    letter-spacing: 3px;
	    cursor: pointer;
}
.toggbtncalci3 {
    padding: 10px;
    font-weight: bold;
    letter-spacing: 3px;
	    cursor: pointer;
}

.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%;
	transition:0.5s;
	
 }
 input.tools-btn {
    color: white;
    background: transparent;
    border: 2px solid white;
    text-transform: capitalize;
    font-weight: bolder;
    letter-spacing: 3px;
    padding: 6px;
    border-radius: 10px;
    /* box-shadow: 0px 26px 31px 33px black; */
}

.service-box1 {
    padding: 10px;
    text-decoration: none;
	 transition:0.40s;
}

h3.blueh3 {
    font-size: 20px;
}



.service-box2 {
    
    padding:10px;
}


.service-box3 {
  
    padding: 10px;
}



.service-box4 {
   
    padding: 10px;
}


.service-box5 {

    padding: 10px;
}




.service-box6 {

    padding: 10px;
}

.service-box7 {
   
    padding: 10px;
}

.service-box8 {
   
    padding: 10px;
}






li.active {
    background: red;
    border-bottom:5px solid #E65E14;
}
.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}
  .testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
 }
 .seprator {
    height: 2px;
    width: 56px;
    background-color: #0aaa7a;
    margin: 7px 0 10px 0;
}
p.testimonial_para {
    color: black;
    text-align: justify;
    padding: 21px;
}

.call {
    font-size: 1.2em;
    font-weight: bold;
    color: #E15810;
    position: absolute;
    top: 40%;
    left: 10%;
}
a {
    color:white;
}

a:hover {
    color:white;
}

.about-banner {
    background: url(../images/about_us_tfd.jpg);
    /* background-color: white; */
    background-size: cover;
    padding: 100px 0px;
}
.service-banner{
	background:url(../images/ncl-service.jpg);
	  background-size: cover;
    padding: 120px 0px;
    background-position:center;
}
.tracking-banner{
	background:url(../images/tracking.jpg);
	  background-size: cover;
    padding: 118px 0px;
    background-position: left;
}

.contact-banner {
    background: url(../images/contact.jpg);
    background-size: cover;
    padding: 100px 0px;
    background-position: center;
    background-repeat: no-repeat;
}
@keyframes animate2 {
	0% {opacity: 0}
	49%{opacity: 0}
	50% {opacity: 1}
}

.blink{
	animation: animate2 1s infinite;
	}
	
	
    		.carousel-control.left
			{
				background: none;
			}
			.carousel-control.right
			{
				background: none;
			}

			.carousel-control
			{
				position: absolute;
				top: 45%;
				bottom: 0;
				left: 0;
				width: 15%;
				font-size: auto;
				color: #fff;
				text-align: center;
				opacity: 1;
				text-shadow: none;
			}
			.carousel-control:hover
			{
				color: #000;
			}
			
			.carousel-indicators li
			{
				display: inline-block;
				width: 10px;
				height: 10px;
				margin: 1px;
				text-indent: -999px;
				cursor: pointer;
				background-color: #000\9;
				background-color: rgba(0,0,0,0);
				border: 1px solid #16a085;
				border-radius: 50%;
			}
			.carousel-indicators .active
			{
				width: 12px;
				height: 12px;
				margin: 0;
				background-color: #16a085;
			}
			.carousel-caption
			{
				
				    position: absolute;
    right: 0;
    bottom: -362px;
    left: -37px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #E15810;
    text-align: center;
			}
			



