/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
     font-family: 'NHaasGroteskDSPro-75Bd';
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: 'Raleway', sans-serif;
}

a {
    text-decoration: none !important;
}

.m-b {
    margin-bottom: 90px;
}

.p-t-b {
    padding: 100px 0px !important;
}

.p-t-70 {
    padding-top: 70px !important;
}

.m-Top-50 {
    margin-top: 50px !important;
}

.m-bottom-50 {
    margin-bottom: 50px !important;
}

.p-top-20 {
    padding-top: 20px !important;
}

.p-top-30 {
    padding-top: 30px !important;
}

.p-top-40 {
    padding-top: 40px !important;
}

.p-top-60 {
    padding-top: 60px !important;
}
/* .wrapper{
    overflow-x: hidden;
} */


/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/*Loading css*/

::-moz-selection {
    /* Code for Firefox */
    color: white;
    background: #28c837;
}

::selection {
    color: white;
    background: #28c837;
}

html, body{
    width: 100%;
    height: 100%;
}


h1, h2, h3, h4, h5, h6, span, a, button, i, b, u, input, select,option, p, li, address{
    font-family: 'Neue Haas Grotesk Display Pro';
}


h2.title{
    font-size: 50px;
}


/* sticky form code */
.stickyForm {
    position: fixed;
    top: 25%;
    width: 310px;
    right: -310px;
    text-align: center;
    padding: 17px;
    background: rgba(84, 84, 84, 0.81);
    border-radius: 11px 0px  0 11px;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 9999;
}
.stickyForm.active {
    right: 0px;
}
.stickyForm .btn {
    background: #303691;
    padding: 10px 30px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: -109px;
    color: #fff;
    height: 40px;
    border-radius: 7px 7px  0 0;
    font-size: 15px;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    border: 0;
    perspective: 100px;
    outline: 0 !important;
}

input#phone {
    /* padding-left: 50px !important; */
}
body .stickyForm *{
    color: #fff;
}
body .stickyForm label{
    width: 100% !important;
}
body .stickyForm input[type="text"], body .stickyForm input[type="email"], body .stickyForm textarea, body .stickyForm .intl-tel-input {
    width: 100% !important;
    border: 0;
    height: 35px;
    background: transparent;
    border-bottom: 1px solid #fff;
    margin-bottom: 13px;
}
.stickyForm [type="submit"] {
    background: #545454d9;
    color: white;
    border: 0;
    padding: 10px 25px;
    border-radius: 2px;
    border: 1px solid #616161;
}
body .stickyForm ._checkbox{
    margin-bottom: 10px;
}
body .stickyForm ._checkbox .text{
    text-align: left;
    margin-bottom: 10px;
}
body .stickyForm ._checkbox label{
    width: 50% !important;
    float: left;
    padding-right: 5px;
}
body .stickyForm  ._checkbox span{
    padding-left: 4px;
    font-size: 13px;
    float: left;
}
.stickyForm, .stickyForm.active .btn{
    background: rgba(35, 35, 35, 0.77);
}
.stickyForm ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm :::-moz-placeholder { /* Firefox 19+ */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm ::-ms-input-placeholder { /* IE 10+ */
    letter-spacing: 0px;
    color: #ccc;
}
.stickyForm :-moz-placeholder { /* Firefox 18- */
    letter-spacing: 0px;
    color: #ccc;
}
body .stickyForm select{
    width: 100%;
    color: #fff;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    height: 40px;
}
body .stickyForm select option{
    color:#000;
}
body .stickyForm .btn-group{
    margin-top: 20px;
}
body .stickyForm .error{
    margin-bottom: 0 !important;
}
body .stickyForm label.error{
    padding: 7px 0;
}
body .stickyForm [type="submit"]{
    background: #303691;
    color: #fff;
    height: 40px !important;
    padding: 0px 30px !important;
    border: 1px solid;
    /* box-shadow: 0 0 8px 3px rgba(99, 99, 99, 0.32); */
}
/* end of sticky form code */


.row_flex{
    display: flex;
    width: 100%;
    margin: 0px;
}
.header{
    position: relative;
    width: 100%;
    background: #083654;
    height: 100vh;
}

.row.no-gutter > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}
.header_image img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

h1.title{
    font-size: 50px;
    color: white;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 100;
    letter-spacing: 1px;
}
.left_side_header
{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bold{
    font-weight: bold;
}

.left_side_header h1 {
    font-size: 60px;
}
.left_side_header .inner {
    margin-left: 10%;
    line-height: 65px;
    position: relative;
}

.left_side_header .inner:before{
    content: '';
    position: absolute;
    top: 11px;
    left: -40%;
    width: 100px;
    height: 100px;
    background: white;
    line-height: 0px;
}
.sub_menu
{
    position: absolute;
    left: 0px;
    width: 100%;
    color: white;
    z-index: 9;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    /* background: #303691; */
    transition: .8s;
}

.sub_menu ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 50%;
}
.sub_menu ul:last-child{
    justify-content: flex-end;
    padding-right: 5%;
}
.sub_menu ul li a{
    font-weight: 400;
    color: white;
}

.sub_menu ul li a img{
    width: 150px;
}
.sticky_menu_icon{
    display:none;
    transition:.6s;
}

.sub_menu.scroll .sticky_menu_icon{
    display:block;
    transition:.6s;
}
.sub_menu.scroll .normal_icon{
    display:none;
    transition:.6s;
}



/*Second Section*/

.second_section{display: flex;align-items: center;justify-content: center;min-height: 360px;position: relative;}
.second_section .title_box{
    min-height: 70px;
    text-align: center;
}
.second_section .title_box h2{
    color: #083654;
    font-weight: bold;
    font-size: 40px;
}
.second_section .para_box_second{
    width: 75%;
    margin: auto;
    line-height: 30px;
    text-align: center;
}
.second_section .para_box_second p{
    color: #000000c2;
    font-weight: 400;
    font-size: 18px;
}

.second_section:before{
    content: '';
    position: absolute;
    top: 11%;
    left: -10%;
    background: url("../images/8.png");
    width: 22%;
    height: 84%;
    background-size: 98%;
    background-repeat: no-repeat;
    background-position: center;
}

/*third*/

section.third {
    background: #083654;
    padding-top: 7rem;
    position: relative;
}

.third_box_image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.left_third_box_wrpper{
    color: white;
    position: relative;
}
.width_adjust
{
    width: 70%;
    margin: auto;
    z-index: 9;
    position: relative;
}
.left_third_box_wrpper h2.title
{
    font-size: 50px;
    font-weight: 100;
}

.lists_third_box ol li {
    list-style-type: disc;
    line-height: 25px;
    margin-top: 1rem;
    color: black;
    margin-left: 5%;
}
.lists_third_box{
    background: white;
    padding: 3rem;
    position: absolute;
    left: 0px;
    margin-top: 1rem;
    z-index: 99;
    width: 120%;
    box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    -webkit-box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    -moz-box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    top: 0px;
    min-height: 530px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.list_wrapper_third{
    min-height: 30px;
    position: relative;
}

section.specification{padding-top: 12rem;text-align: center;padding-bottom: 3rem;position: relative;overflow: hidden;}


.specification_box_wrp{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.specification_box_wrp .box{flex-basis: 20%;margin: 10px;margin-bottom: 3rem;}

.specification_box_wrp .icons {
    min-height: 125px;
}

section.specification h2.title {
    margin-bottom: 4rem;
}

section.specification:before{
    content: '';
    position: absolute;
    width: 40%;
    height: 100%;
    background: url("../images/8.png");
    left: -14%;
    background-repeat: no-repeat;
    background-size: 74%;
    background-position: center;
    top: -20%;
}
section.specification:after{
    content: '';
    position: absolute;
    width: 26%;
    height: 100%;
    background: url("../images/8.png");
    right: -11%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right;
    bottom: -25%;
}
section.location
{
    padding: 5rem 0px;
    background: #083654;
    padding-bottom: 1rem;
    position: relative;
}
section.location h2
{
color: white;
}

section.location p{
    color: white;
    margin-bottom: 15px;
}
.inner_box_wrapper
{
    display: flex;
    flex-wrap: wrap;
}
.inner_box_wrapper label {
    flex-basis: 45%;
    margin: 0px 15px;
    margin-left: 0px;
}

.inner_box_wrapper label input{
    border-radius: 0px;
    background: transparent;
    margin: 15px;
    margin-left: 0px;
    border: none;
    height: auto;
    padding: 11px;
    border-bottom: 1px solid;
    box-shadow: none;
    padding-left: 0px;
    color: white;
}

.location_wrp h2 {
    margin-bottom: 1rem;
}

.inner_box_wrapper label input:focus{
    padding-left: 10px;
    transition:.6s;
}


.inner_box_wrapper label[for="prefferedTime"]{flex-basis: 100%;}
.inner_box_wrapper label[for="submit"]{flex-basis: 100%;}

.inner_box_wrapper label input[type="submit"]{width: 114px;border: 1px solid;padding: 10px;}

.address{min-height: 88px;display: flex;align-items: center;justify-content: center;color: white;margin-top: 2rem;}

.address address{
    line-height: 25px;
}
.address address a{
    color: white;
    line-height: 25px;
    position: relative;
    z-index: 99;
}

.copy_right{
    padding: 10px;
    text-align: center;
}
.copy_right p:last-child{
    margin-top: 10px;
}
.copy_right a{
    color: inherit;
}

.scroll-content {
    max-height: 337px;
    overflow: hidden;
    overflow-y: scroll;
    padding: 5px;
    padding-bottom: 1rem;
}
.agree-close-btn {
    background: black;
    font-size: 16px;
    border: 0px;
    color: white;
    padding: 10px 10px;
    margin: 19px auto;
    display: block;
    min-width: 126px;
    border-radius: 5px;
}

.scroll-content::-webkit-scrollbar {
    width:8px;
}
 
.scroll-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius:8px;
}
 
.scroll-content::-webkit-scrollbar-thumb {
  background-color: black;
  outline: 1px solid slategrey;
   border-radius:8px;
}
.white-popup{
    min-height: 400px;
}

.white-popup p{line-height: 25px;margin-bottom: 1rem;}
.white-popup li{
    line-height: 25px;
}

.white-box h3 {
    text-align: center;
    color: #094687;
    font-size: x-large;
    font-weight: bold;
    margin-bottom: 1rem;
}
.embed-responsive.embed-responsive-16by9{
    z-index: 9;
}
section.location:after
{
        content: '';
        position: absolute;
        width: 40%;
        height: 100%;
        background: url("../images/8.png");
        left: -80px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
        bottom: -6%;
        z-index: 0;
}

section.third:after
{
        content: '';
        position: absolute;
        width: 30%;
        height: 61%;
        background: url("../images/8.png");
        right: -15%;
        background-repeat: no-repeat;
        background-size: 95%;
        background-position: right;
        top: 4%;
        z-index: 0;
}

.wrapper {
    overflow: hidden;
}

.sub_menu.scroll {
    position: fixed;
    width: 100%;
    background: #083654;
    box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    -webkit-box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    -moz-box-shadow: 0 4px 6px 0 rgba(32, 33, 36, 0.28);
    z-index: 999;
    transition: .8s;
}
.CountryCode{
    height: 42px;
    margin: 15px 0;
    background: transparent;
    color: #999;
    border: 1px solid #fff;
}
.main-logo{
        display: none;
    }

@media(max-width: 1200px){
    .header_image img{
        object-position: right;
    }
    .left_third_box_wrpper h2.title{
        font-size: 40px;
    }
}
@media(max-width: 996px){
    .width_adjust{
        width: 90%;
    }
}
@media(max-width: 768px){
    .main-logo{
        display: block;
    }
    .stickyForm{
        right: -310px;
    }
    .width_adjust{
        width: 90%;
    }
}
@media only screen and (max-width:750px) and (min-width:568px){
    .sub_menu ul.mb_style_change{
        width: 70%;
    }
    .sub_menu ul:last-child li:last-child{
        display: none;
    }
    .sub_menu{
        min-height: 90px;
        background: #083654;
    }
    .header_image img{
        width: 100%;
        height: auto;
    }
    .header{
        height: auto;
    }
}
@media(max-width: 475px){
    .sub_menu{
            flex-direction: row-reverse;
            position: relative;
            background: #083654;
    }
    .sub_menu ul:last-child{
        padding: 10px;
        justify-content: space-between;
        width: 100%;
    }
    .sub_menu ul.mb_style_change{width: 100%;position: absolute;background: #015fa0;height: 0px;display: block;top: 100%;overflow: hidden;transition: .6s;}
    .sub_menu ul.mb_style_change li{
        display: block;
        margin: 20px 0px;
        text-align: center;
    }
    .sub_menu ul:last-child i
    {
            font-size: 30px;
            margin: 15px;
            margin-top: 0px;
    }
    .sub_menu ul.mb_style_change.active{
        height: 130px;
    }
    .second_section{
        padding: 1rem 0px;
    }
    .second_section .para_box_second{
        width: 100%;
        text-align: justify;
    }
    .second_section .para_box_second p{
        font-size: 16px;
        line-height: 25px;
        padding-right: 33px;
    }
    .lists_third_box{
        position: relative;
        top: auto;
        width: 100%;
        height: auto;
    }
    section.specification{
        padding: 2rem 0px;
    }
    section.specification h2.title{
        font-size: 40px;
        margin-bottom: 1rem;
    }
    .second_section .title_box{
        min-height: auto;
        margin-bottom: 1rem;
    }
    .specification_box_wrp .box{
        flex-basis: 43%;
    }
    section.location{
        padding: 2rem 0px;
    }
    .row_flex{
        display: block;
    }
    section.location h2{
        font-size: 40px;
    }
    .location_wrp{
        margin-top: 2rem;
    }
    section.location p{
        line-height: 20px;
    }
    .inner_box_wrapper label{
        flex-basis: 100%;
    }
    .address{
        min-height: auto;
        margin-top: 0rem;
    }
    .white-popup{
        max-width: 100%;
    }
    .header_image img {
        object-position: right;
        height: auto;
    }
    .normal_icon{
        display:none;
    }
    .sticky_menu_icon{
        display:block;
    }
    .sub_menu ul li a img {
        width: 130px;
        position: relative;
        left: 15px;
    }
    .header{
        height:auto;
    }
}