/* ========================

@Swatch Colors
-------------

Blue: #14436f
Gray: #707070

======================== */

/*
|-----------------------------------------------
| @SetUp Tags -> General style
|-----------------------------------------------
*/

/*
|-----------------------------------------------
| @Nav
|-----------------------------------------------
*/
header{
    position: fixed;
    z-index: 2;
    width: 100%;
    text-align: center;
    -webkit-transition: .2s;
       -moz-transition: .2s;
        -ms-transition: .2s;
         -o-transition: .2s;
            transition: .2s;
    border-bottom: 1px solid #fff;
}

header.mobile{
    height: auto;
    background-color: transparent;
}

header.active{
    background-color: rgba(000, 000, 000,0.9);
}

.footer-link {
    font-size: 0.70em;
}

.nav{
    width: 90%;
    text-align: center;
    /*padding: 11px 0px;*/
    position: relative;
    margin: auto;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    /*background-color: lightblue;    */
}

.nav.active{
/*    padding: 10px 0px;
    min-height: 50px;*/
}

.nav-left, .nav-right{
    display: inline-block;
    vertical-align: middle;
}

.nav-left{
    width: 45%;
    /*background-color: green;*/
    text-align: left;
    height: 69px;
}

.nav-right{
    width: 55%;
    /*background-color: #fff;*/
    text-align: right;
}

.nav-left h5{
    display: inline-block;
    vertical-align: middle;
    padding: 23px 10px;
}

.nav-item-holder{
    /*width: 11.11%;*/
    display: inline-block;
    vertical-align: middle;
    height: 69px;
}

.nav-item-holder.logo{
    width: 25%;
}

.nav-item{
    display: inline-block;
    padding: 27px 17px;
    /*border-top: 2px solid transparent;*/
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/*.nav-item:hover,
.nav-item.active {
    background-color: #fff;
    color: #003e8a;
}*/

/*.nav-item.active > h5,
.nav-item:hover > h5 {
    color: #14436f;
}
*/
.nav-item h5{
    font-size: .9em;
}

.nav-logo{
    width: 170px;
    max-width: 100%;
    -webkit-transition: .2s;
       -moz-transition: .2s;
        -ms-transition: .2s;
         -o-transition: .2s;
            transition: .2s;
}

.nav-logo.active{
        width: 125px;
}

#mobile-nav-icon{
    width: 15%;
    display: none;
    font-size: 2em;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}

.nav-mobile{
    display: none;
    width: 100%;
    position: absolute;
    z-index: -3;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.nav-mobile.active{
    position: relative;
    z-index: 0;
    /*display: inline-block;*/
}

.nav-mobile-items{
    width: 0%;
    padding: 15px 0px;
    overflow: hidden;
}

.nav-mobile-items.active{
    width: 100%;
    opacity: 1;
    z-index: 1;
    /*border-bottom: 4px solid #fff;*/
    position: relative;
-webkit-transition: .4s;
    -moz-transition: .4s;
     -ms-transition: .4s;
      -o-transition: .4s;
         transition: .4s; 
}

.translator-holder {
    text-align: center;
    position: fixed;
    right: 0px;
    z-index: 9;
    bottom: 75px;
}

.c-dropdown-display {
    background: #14436f;
    padding: 2.5px 0px;
}

.c-dropdown-holder img {
    max-width: 20px;
}

.c-dropdown-holder p {
    font-size: 0.5em;
}

/*
|-----------------------------------------------
| @Footer
| ft - footer
|-----------------------------------------------
*/

#footer{
    background-color: #003e8a;
}

#footer .inner-container{
    padding: 80px 80px 30px 80px;
}

.ft-content{
    width: 100%;
    min-height: 200px;
    text-align: center;
}

.ft-logo{
    width: 90px;
}

/*
|-----------------------------------------------
| @Home
|  hm - Home
|-----------------------------------------------
*/


#hm-frame1{
    width: 100%;
    position: relative;  

}

#hm-frame1-vid{
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    /*background-color: blue;*/
    position: fixed;
    z-index: -1;
}

#hm-frame2{
    width: 100%;
    position: relative;
    background-color: #fff;
}

#hm-frame2 .inner-container.w-pd{
    padding: 100px 80px;
}

#hm-frame2 h2{
    margin-bottom: 30px;
}

.hm-frame2-content{}

.hm-frame2-content-inner{
    min-height: 130px;
}

#hm-frame3{
    width: 100%;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 3px -1px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 4px 3px -1px rgba(0,0,0,0.18);
    box-shadow: 0px 4px 3px -1px rgba(0,0,0,0.18);
    z-index: 1;
}

#hm-frame3 .inner-container{
    background-color: rgba(255,255,255, 0.7);
}

.hm-frame3-content{
    margin-right: auto;
    margin-left: auto;
}

.hm-frame3-content-inner{
    min-height: 130px;
}

.hm-frame3-left, .hm-frame3-right{
    width: 60%;
    display: inline-block;
    min-height: 100px;
    vertical-align: middle;
}

.hm-frame3-right{
    width: 40%;
    height: 450px;
}    

.hm-frame3-row{
    padding: 47px;
}

.hm-frame3-row-left,.hm-frame3-row-right{
    min-height: 50px;
    vertical-align: middle;
    display: inline-block;
    text-align:center;
}

.hm-frame3-row-left{
    width: 180px;
    max-width: 100%;
    padding: 10px 30px;
    text-align:right;
}

.hm-frame3-row-right{
    width: 59%;
    text-align:left;
}

#hm-frame4{
    width: 100%;
    position: relative;
    background-color: #fff;
    
}

.hm-frame4-content{
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.hm-frame4-content-inner{
    min-height: 130px;
    text-align: center;
}

.hm-frame4-card{
    width: 393px;
    max-width: 100%;
    height: 337px;
    display: inline-block;
    vertical-align: top;
    text-align:center;
    margin: 40px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 5px 2px rgba(71,71,71,0.32);
    -moz-box-shadow: 0px 3px 5px 2px rgba(71,71,71,0.32);
    box-shadow: 0px 3px 5px 2px rgba(71,71,71,0.32);

}

.hm-frame4-card-row{
    width: 100%;
    position: relative;
    top: -30px;
}

.hm-frame4-card-icon{
    width: 120px;
    height: 120px;
    background-color: #003e8a;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    top: -50px; 
}

.hm-frame4-card h5, .hm-frame4-card p{
    display: inline-block;
}

.hm-frame4-card h5{
    width: 170px;
    min-height: 45px;
}

.hm-frame4-card p{
    width: 90%;

}


#hm-frame5{
    width: 100%;
    position: relative;
    background-size:100%;
}


#hm-frame5 .inner-container{
    background-color: rgba(0, 62, 138,  0.9);
}

.hm-frame5-content{}

.hm-frame5-content-inner{
    min-height: 130px;
}

.hm-frame5-card{
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    padding: 20px 10px;
}

.hm-frame5-row{
    width: 100%;
}

.hm-frame5-row img.logo{
    width: 170px;
}

/*
.hm-testimonial-slider{
    width: 100%;
    text-align: center;
}

.hm-testimonial-card{}

.hm-testimonial-content{
    width: 80%;
    min-height: 200px;
    max-width: 100%;
    border: 3px solid #14436f;
    margin: auto;
}

.hm-testimonial-slider .slick-dots li,
.hm-testimonial-slider .slick-dots li button{
    width: 15px;
    height: 15px;
}

.hm-testimonial-slider .slick-dots li button{
    background: rgba(20, 67, 111, 0.5);
    color: transparent;
}

.hm-testimonial-slider .slick-dots li.slick-active button:before{
    color: transparent;
    background: #14436f;
}

.hm-testimonial-slider .slick-dots li button:before{
    width: 15px;
    height: 15px;
    color: transparent;
}*/


#hm-frame6{
    width: 100%;
    position: relative;
    background-color: #fff;
}

#hm-frame6 .inner-container.w-pd{
    padding: 100px 80px;
}

.hm-frame6-content{}

.hm-frame6-content-inner{
    min-height: 130px;
    text-align: center;
}

.hm-frame6-content .gen-icon-img {
    width: 60px;
    min-height: 90px;
}

.hm-frame6-content h5{
    width: 100%;
}

#hm-frame7{
    width: 100%;
    position: relative;
    background-color: #FAFAFA;
}

#hm-frame7 .inner-container.w-pd{
    padding: 100px 80px;
}

.hm-frame7-content{}

.hm-frame7-content-inner{
    min-height: 130px;
}

.hm-frame7-form-holder{
    width: 750px;
    max-width: 100%;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: 0px 3px 5px 2px rgba(71,71,71,0.32);
    -moz-box-shadow: 0px 3px 5px 2px rgba(71,71,71,0.32);
    box-shadow: 0px 3px 5px 2px rgba(71,71,71,0.32);
}

.hm-frame7-form-left, .hm-frame7-form-right{
    display: inline-block;
    vertical-align: top;
    min-height: 480px;
    box-sizing: border-box; 
    padding: 40px;
}

.hm-frame7-form-left{
    width: 40%;
    background-color: #fff;
    text-align: left;
}

.hm-frame7-form-left img.icons{
    width: 30px;
    display: inline-block;
    vertical-align: top;
}

.hm-frame7-form-right{
    width: 60%;
    background-color: #003E8A;
}

/*
|-----------------------------------------------
| @About
|  ab - About
|-----------------------------------------------
*/

#ab-frame1{
    width: 100%;
    position: relative;
}

#ab-frame2{
    width: 100%;
    position: relative;
}

.ab-frame2-content{}

.ab-frame2-content > div > p {
    width: 95%;
}

.ab-frame2-content-inner{
    min-height: 130px;
}


.ab-frame2-content h1{
    border-right: 2px solid #14436f;
}

.ab-frame2-img{
    min-height: 500px;
    float: right;
}

#ab-frame3{
    width: 100%;
    position: relative;
}

.ab-mission .inner-container{
    background-color: rgba(255,255,255, 0.5);
}

.ab-frame3-content{
    text-align: center;
}

.ab-frame3-content > p {
    width: 80%;
    margin: auto;
}

#ab-frame4{
    width: 100%;
    position: relative;
    
}

#ab-frame4 .inner-container{
    /* background-color: rgba(20, 67, 111, 0.9); */
}

.ab-frame4-content{}

.ab-frame4-content-inner{
    min-height: 130px;
}


#ab-frame5{
    width: 100%;
    position: relative;
    
}

.ab-frame5-content{
    width: 100%;
}

.ab-frame5-content-inner{
    min-height: 130px;
}

.ab-gallery-img{
    min-height: 130px;
}

.ab-gallery-card-container{
    width: 24.9%;
    display: inline-block;
    vertical-align: top;
    min-height: 50px;
    margin-bottom: 20px;
}

.ab-gallery-card-holder{
    width: 95%;
     margin: auto;
     min-height: 300px;
     background-color: #FFF;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/*
|-----------------------------------------------
| @Services
|  sv - Services
|-----------------------------------------------
*/
/*
#sv-frame1{}

.sv-card-container{
    width: 80%;
    min-height: 50px;
    margin: auto auto 50px auto;
    text-align: center;
}

.sv-card-img,
.sv-card-content-holder{
    width: 33%;
    display: inline-block;
    vertical-align: top;
    min-height: 50px;
}

.sv-card-img.mobile{
    display: none;
}

.sv-card-img{
    width: 67%;
    min-height: 200px;
    background-color: #FFF;
}

.sv-card-content{
    width: 80%;
    border-top: 2px solid #14436f;
    text-align: left;
}

#sv-frame2{
    width: 100%;
    position: relative;
    
}

.sv-frame2-content{}

.sv-frame2-content-inner{
    min-height: 130px;
}*/

.sv-modal-img {
    max-width: 100%;
}

/*
|-----------------------------------------------
| @News
|  nw - News
|-----------------------------------------------
*/
/*
#nw-frame1{
    width: 100%;  
}

#nw-frame2{
    width: 100%;
    position: relative;
    
}

.nw-frame2-content{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.nw-frame2-content-inner{
    min-height: 130px;
}

.nw-featu#fff-container{
    width: 100%;
    padding: 20px 40px;
    -webkit-box-shadow: -1px 4px 18px -6px rgba(0,0,0,0.65);
    -moz-box-shadow: -1px 4px 18px -6px rgba(0,0,0,0.65);
    box-shadow: -1px 4px 18px -6px rgba(0,0,0,0.65);
}

.nw-featu#fff-img,
.nw-featu#fff-content{
    width: 55%;
    display: inline-block;
    vertical-align: top;
}

.nw-featu#fff-img{
    width: 45%;
    min-height: 350px;
}

.nw-featu#fff-content-inner{
    width: 90%;
    margin: auto;
}

.nw-card-container{
    width: 24.9%;
    display: inline-block;
    vertical-align: top;
    min-height: 50px;
    margin-bottom: 20px;
}

.nw-card-holder{
    width: 95%;
     margin: auto;
     min-height: 350px;
     background-color: #FFF;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.nw-card-content{
    width: 100%;
    height: 350px;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(20,67,111,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(20,67,111,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(20,67,111,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(20,67,111,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(20,67,111,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(20,67,111,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#14436f', GradientType=0 );
    top: 100%;
    position: absolute;
    -webkit-transition: .2s;
       -moz-transition: .2s;
        -ms-transition: .2s;
         -o-transition: .2s;
            transition: .2s;
}

.nw-card-holder:hover .nw-card-content{
    top: 0%;
    
}

.nw-card{
    width: 90%;
    border-top: 2px solid #fff;
    position: relative;
    bottom: 0px;
    min-height: 75%;
    margin: 100px auto auto auto;
}

.nw-selectednews-img {
    padding-top: 80px;
    max-width: 90%;
}

h1.nw-selectednews-title {
    font-weight: bold;
    color: #14436f;
    margin: 30px auto;
}
p.nw-selectednews-desc {
    line-height: 1.5em;
}*/

/*
|-----------------------------------------------
| @Testimonials
|  ts - Testimonials
|-----------------------------------------------
*/

/*#ts-frame1{}

#ts-frame2{
    width: 100%;
    position: relative;
    
}

.ts-frame2-content{}

.ts-frame2-content-inner{
    min-height: 130px;
}

.ts-frame2-header-left,
.ts-frame2-header-right{
    width: 60%;
    display: inline-block;
    vertical-align: top;
}

.ts-frame2-header-right{
    width: 40%;    
    text-align: right;
}

.ts-frame2-header-items{
    width: 30%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}


.ts-frame2-card-container{
    width: 90%;
    margin: 50px auto auto auto;
}

.ts-frame2-card-holder{
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    min-height: 20px;
    margin-bottom: 20px;
}

.ts-frame2-card{
    width: 90%;
    padding: 10px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    background-color: #13426E;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.ts-frame2-card-text{
    overflow: auto;
    height: 300px;
}

.ts-frame2-card-text > * {
    color: #fff;
    font-size: 1em;
}

.ts-frame2-card-text::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.ts-frame2-card-text::-webkit-scrollbar
{
    width: 10px;
}

.ts-frame2-card-text::-webkit-scrollbar-thumb
{
    background-color: #fff;
}*/

/*
|-----------------------------------------------
| @Contact
|-----------------------------------------------
*/

#ct-frame1{}

#ct-frame2{
    width: 100%;
    position: relative;
    
}

.ct-frame2-content{
    margin-right: auto;
    margin-left: auto;
}

.ct-frame2-content-inner{
    min-height: 130px;
}

.ct-form-holder,
.ct-form-details-holder{
    width: 65%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    min-height: 450px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.ct-form-holder{
    -webkit-box-shadow: -1px 4px 18px -6px rgba(0,0,0,0.65);
    -moz-box-shadow: -1px 4px 18px -6px rgba(0,0,0,0.65);
    box-shadow: -1px 4px 18px -6px rgba(0,0,0,0.65);
}

.ct-form-content{
    width: 90%;
    padding: 50px 0px;
    margin-left: auto;
    margin-right: auto;
}

.ct-form-details-holder{
    width: 35%;
    padding: 0px;
}

.ct-form-details{
    width: 85%;
    height: 480px;
    padding: 20px 15px;
    margin: auto;
    background-color: #14436f;
    overflow: auto;
}


.ct-icon,
.ct-icon-holder {
    text-align: center;
    font-size: 40px;
    color: #fff;
    width: 40px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}

.ct-content{
     width: 80%;
     padding-left: 20px;
     min-height: 0px;
     display: inline-block;
     vertical-align: middle;
     word-break: break-word;
}

#contactForm input,
#contactForm textarea,
.ct-input{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background-color: transparent;
    color: #fff;
    border-bottom: 1px solid #fff;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.ct-input{
    border-top: 0px;
    border-left: 0px;
    border-right: 9px;
    padding: 10px 3px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: left;
    font-size: .9em;
}

.ct-spn{
    color: gray;
    font-size: 1.1em;
}

#hdn-input{
    display: none;
}

#contactForm textarea{
    height: 174px;
}



/*#contactForm select{
    display: block;
    width: 100%;
    text-indent: 5px;
    padding: 10px 1%;
    margin-top: 10px;
    outline: 1px solid #EFEFEF;
    background-color: #fff;
    border: 0px;
}
*/  
/*
#map{
    height: 370px;
    margin: 21px auto;
}*/



.remodal{
    max-width: 440px;
    border-radius: 10px;
    padding: 20px;
}

.upload-holder{
    width: 90.1%;
    padding: 3% 0;
    margin: 5% auto 0 auto;
    text-align: left;
    /*background-color: #fff;*/
    border-radius: 0px;
}

.custom-file-upload {
    font-family: 'AvenirPro', sans-serif;
    font-weight: normal !important;
    font-size: .8em !important;
    padding: 10px 10px;
    border: none;
    border-radius: 10px;
    text-align: left;
    background: #fff;
    color: #A2A2A2;
    outline: none;
    cursor: pointer;
}



#contactForm .upload-holder .custom-file-upload {

    width: 64%;
    resize: none;
   
}

#fileupload{
    /*display: none;*/
    visibility: hidden;
}

label.error{
    display: block;
}