html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    color: #000000;
}
a:hover {
    text-decoration: none;
    transition:all 0.3s ease-in-out;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
a:hover{
  color: #000;
}
img{
  object-fit: cover;
  vertical-align: middle;
}
input, select {
    vertical-align: middle;
}
input[type=text]:focus, input[type=email]:focus,
input[type=password]:focus, select:focus,
textarea:focus, input[type=submit]:focus{
  outline: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #bababa;
}
::-moz-placeholder { /* Firefox 19+ */
    olor: #bababa;
}
:-ms-input-placeholder { /* IE 10+ */
    olor: #bababa;
}
:-moz-placeholder { /* Firefox 18- */
    olor: #bababa;
}
html, body {
  height: 100%;
}
body{
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.main{
    padding: 50px 0;
}
.bg-transparent{
    background: transparent;
}

/*Header Section*/
.header .navbar-nav .nav-link{
    color: #000;
    font-weight: 600;
    padding: 0 15px;
    text-transform: uppercase;
}
.header .navbar-nav .nav-link:hover{
    color: #34b22d;
}

/*Banner Section*/
.banner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 17% 0;
}

/*Main Section*/
.section-sidebyside{
    overflow: hidden;
}
.section-sidebyside .col-md-6{
    padding: 0;
}
.sidebyside-image{
    background: #f7f7f7;
    text-align: center;
    padding: 10px;
}
.sidebyside-image img{
    width: 100%;
}
.sidebyside-text{
    padding: 0 50px;
}
.sidebyside-text h2{
    font-size: 32px;
    font-weight: 600;
    text-transform: capitalize;
}
.sidebyside-text p{
    font-size: 18px;
    margin: 24px 0;
}
.sidebyside-text a{
    font-weight: 500;
    color: #fff;
    background: #34b028;
    display: inline-block;
    padding: 10px 20px 12px;
    text-decoration: none;
    border-radius: 5px;
}
.sidebyside-text a span{
    display: inline-block;
    transition:all 0.5s ease;
}
.sidebyside-text a:hover span{    
    transform: scale(1.1);
}
.inner-banner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 12.5% 0; 
    margin: 10px auto;
}
.inner-banner.large-height{
    padding: 20% 0;
    margin: 10px auto;
}

/*About Us Page*/
.intro-banner{
    background: #003fbc;
    padding: 65px 0;
    text-align: left;
}
.intro-banner h1{
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 48px;
    margin-bottom: 15px;
}
.intro-banner p{
    color: #fff;
    font-size: 18px;
    max-width: 50%;
}

/*Sign Up Page*/
.signup-form{
    border: 0;
    background: #05bbd1;
    padding: 50px 75px;
}
.signup-form input,
.signup-form textarea{
    width: 100%;
    display: block;
    margin-bottom: 25px;
    padding: 5px;
    border: 0;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    background: transparent;
    color: #fff;
}
.signup-form label{
    display: block;
    font-weight: 500;
    color: #fff;
}
.signup-form .btn-submit{
    background: #fff;
    transition: 0.25s;
    margin-bottom: 0;
    color: #000;
    border-radius: 3px;
    padding: 14px 10px 12px;
    border: 0;
}
.signup-form .btn-submit.btn-cancel{
    background: #63666A;
    color: #fff;
}
.signup-text h3{
    font-size: 24px;
    margin-bottom: 10px;
}
.signup-text p{
    margin-bottom: 50px;
}

/*Godigtag Page*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.autoplay{
    position: relative;
}
.autoplay .slick-dots{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.autoplay .slick-dots li{
    display: inline-block;
    margin: 0 5px;    
    height: 25px;
    width: 25px;
}
.autoplay .slick-dots li button{
    border: 3px solid #fff;
    border-radius: 50%;
    background: #003fbc;
    height: 20px;
    width: 20px;
    font-size: 0;
}
.autoplay img{
    height: 370px;
}
.section-pax-journey{
    margin: 10px 0;
}


/*Footer Section*/
.footer{
    background: #2e8ed4;
    padding: 50px 0;
}
.footer .footer-logo{
    margin-bottom: 25px;
}
.footer .footer-logo img{
    width: 200px;
}
.footer p{
    color: #fff;
}
.footer h4{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
}
.footer ul li{
    list-style: none;
    padding-bottom: 10px;
}
.footer ul li a{
    color: #fff;
    text-decoration: none;
}
.footer ul li a:hover{
    color: #000;
}
.footer i{
    color: #fff;
    font-size: 32px;
    padding-right: 25px;
    transition: 0.25s;
}
.footer i:hover{
    color: #000;
}
.footer .mail-to a{
    color: #fff;
    text-decoration: none;

}
.copyrights{
    padding-top: 25px;
}
.copyrights p{
    position: relative;
}
.copyrights p:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 75%;
    background: #fff;
    height: 1px;
}

/* media queries */
@media screen and (max-width: 1600px){}
@media screen and (max-width: 1440px){}
@media screen and (max-width: 1280px){}
@media screen and (max-width: 1199px){}
@media screen and (max-width: 991px){}
@media screen and (max-width: 767px){
    .sidebyside-text h2,
    .signup-text h3{
        font-size: 20px;
    }
    .sidebyside-text p {
        margin: 8px 0;
        font-size: 16px;
    }
    .logo{      
        width: 200px;
    }
    .header{
        padding: 15px 0;
    }
    .signup-text p{
        margin-bottom: 15px;
    }
    .footer h4{
        margin: 20px 0;
    }
    .copyrights p:after{
        width: 45%;
    }
    .intro-banner{
        padding: 50px 0;
    }
    .intro-banner h1{
        font-size: 32px;
    }
    .intro-banner p{
        max-width: 100%;
        font-size: 16px;
    }
    .sidebyside-text{
        padding: 15px;
    }
    .section-sidebyside .col-md-6{
        padding: 0 12px;
    }
    .autoplay img{
        height: auto;
    }
    .main {
        padding: 25px 0;
    }
    .signup-form{
        padding: 25px;
    }
}
@media screen and (max-width: 480px){}
@media screen and (max-width: 380px){}