

/*----------------------------------------globle classes start---------------------------------------------------------------------*/

@font-face {
    font-family:"Roboto-Medium";
    
    src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
    font-family:"Roboto-Black";
    
    src: url(../fonts/Roboto-Black.ttf);
}
@font-face {
    font-family:"Roboto-Light";
    
    src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
    font-family:"Roboto-Bold";
    
    src: url(../fonts/Roboto-Bold.ttf);
}
/*@font-face {
    font-family:"futura-pt-cond-book";
    
    src: url(../fonts/futura-pt-cond-book.otf);
}
@font-face {
    font-family:"futura-pt-cond-book";
    
    src: url(../fonts/futura-pt-cond-book.otf);
}
@font-face {
    font-family:"futura-pt-cond-book";
    
    src: url(../fonts/futura-pt-cond-book.otf);
}*/

h1,h2,h3{
  font-family: Roboto-Black;
}
.top-header{
  font-family: Roboto-Medium;
}
.btn{
  font-family: Roboto-Medium;
}
p{
  font-family:"Roboto-Light"; 
}




/*.card:hover {
       box-shadow: 0px 0px 20px 7px #c5bfbf;
}*/

html,body{
 overflow-x: hidden;
 /*background-color: #fffefa;*/
}
.row{
    margin-left: 0px;
    margin-right: 0px;
}
.btn{

    width: 40%;
    font-size: 18px;
    font-weight: 500;
    color: white;
    border-radius: 6px;
}


/*h1,h2{
  color: #ef6923;
}*/
/*h3{
    color: #283b20!important;
    font-family:futura-pt-book!important; 
}
*/
/*----------------------------------------header css start------------------------------------------------------------------*/
 .bg-light {
    background-color: #f1f1f1!important;
}

.nav-link {
  text-decoration: none;
  position: relative;
  color: grey;
  padding: 4px;
  font-size: 2rem;
  font-weight: bold;
}

.pos-f-t{
  position:fixed;
  width:100%;
  z-index: 5;
  background: #060c12c7!important;
}

.nav-link:hover:after {
  width: 100%;
}
 .navbar-brand img {
    width:75%;
}
.navbar-brand{
  margin-right: 0px;
}

.navbar{
    background:#060c12c7!important;
    padding-top: 20px;
    padding-bottom: 20px;
}
.nav-link {
    font-size: 15px;
    font-weight: 600;
    color: white!important;
    margin-left: 26px;
    margin-right: 26px;
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.pos-f-t{
  display: none;
}
/*----------------------------------------banner css start------------------------------------------------------------------*/

.banner{
    background: #f1f1f1;
    padding-top: 8%;
    /*padding-bottom: 9%;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background-origin: content-box;*/
    background-image: url(../images/banner.jpg);
    /*background-position-y: bottom;*/
    /*background-position-x: 98%;*/


}
.modal-body {
    padding: 3rem;
}

.login-form .form-group {
    margin-bottom: 16px;
}
.banner img {
    width: 23%;
}
.banner-button{
   padding-top: 50%;
}
.primary {
  background-color: #256090;
  border:2px solid  #256090;
  /*margin-left: 10%;*/
}
.outline{
 border:2px solid #ffffffa1;
}
.primary:hover{
  color: #ffffffa1!important;
}
.outline:hover{
  color: #ffffffa1!important;
}
.banner h1{
    font-size: 56px;
   text-shadow: 1px 1px 1px #ef6923;
}
.banner h3{
  font-weight: 800;
}
.form-row{
    padding-left: 51px;
  
}
.f-row{
    padding-bottom: 3%;
}
.form-control:focus {
    color: #495057;
    background-color: #fffefa;
     /*border-color:transparent!important; */
        opacity: unset;
     box-shadow: none!important; 
}
.form-control{
   background-color: #fffefa;
       opacity: .9;
}
.banner-box{
      margin-top: -57px;
}
/*----------------------------------------about section css start---------------------------------------*/
    .about-section{
      padding: 4%;
    }
    .about-sub-text{
      padding-bottom: 3%;
    }
    .about-sub-text-2{
      color: #818285;
    }
    .about-section img {
    width: 96%;
    margin-top: 25px;
}
.about-btn{
  border: 2px solid #818285;
  color: #818285;
  width:30%;
}




/*----------------------------------------download section----------------------------*/
.download{
        background-image: url(../images/download-banner.jpg);
        background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
        padding-top: 9%;
    /*padding-bottom: 4%;*/
}
.download-phone {
    width: 100%;
}
.download-section {
    width: 87%;
    margin: 0 auto;
}
.qr-img {
    width: 100%;
}
.qz-img{
  width:87%;
}

/*----------------------------------------Services section----------------------------*/
.services{
        background-image: url(../images/services-banner.jpg);
        background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
        padding-top: 3%;
    padding-bottom: 3%;
}
.download-section {
    width: 87%;
    margin: 0 auto;
}
.qr-img {
    width: 87%;
}
.outline1{
 border:2px solid #ffffffa1;
 width:auto;
}
.outline1:hover{
 background:#ffffff !important;
 color:#717173;
}


/*----------------------------------------faqs section css start---------------------------------------*/
    .faqs{
      padding: 4%;
    }
   .faqs-section .nav-link{
    font-family: "Roboto-Medium";
   color: black!important;
    background: #d7d7d7;
    padding: 5%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 1px;
    margin-left: 0px;

   }
.faqs-section .nav-item{
  width:20%;
  text-align: center;
}

.faqs-section .nav-link.active {
    background: #003e70;
    color:white !important;
    font-family: "Roboto-Medium";
    padding: 5%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 1px;
    margin-left: 0px;
    margin-bottom: 0px;
}

.tab-content {
    border: 2px solid #003e70;
    border-radius: 5px;
}







/*******************************
* ACCORDION WITH TOGGLE ICONS
* Does not work properly if "in" is added after "collapse".
*******************************/
.panel-heading{
  font-family: "Roboto-bold";
}

.panel-body{
  font-family: "Roboto-Light";
}

  .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
  }

  .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
  
  }

  .panel-title {
    font-size: 20px;
    font-weight: bolder;
     background: white;
    border-bottom: 1px dotted black;
  }

  .panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color:#003e70;
    padding-left: 0px!important;
  }

  .more-less {
    float: right;
    color: #212121;
  }

  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
  }

.tab-content ul{
    list-style-type: square;
    color: #003e70!important;

}


/*--------------------------------------------------footer-----------------------------------------*/

.page-footer{
  /*   padding-top: 5% !important;
    padding-bottom: 2%;*/
    background: #eeeeee;
    padding:5% !important;
}
.footer-img {
    width: 20%;
    padding-bottom: 6%;
}
.f-button {
  background-color: #256090;
  border:2px solid  #256090;
  width:100% !important;
  
}
.f-outline{
 border:2px solid #ffffffa1;
  width:100% !important;
}


.footer p{
    color: white!important;
}
.page-footer ul{
    list-style-type: square;
    color: #818285!important;

}
.list-unstyled{
   list-style-type: none !important;
}

.page-footer ul li a{
    text-decoration: none;
    color:#818285;
    font-weight: 700;
        font-size: 14px;
        font-weight: 500;
}
hr {
    color: #c9c9c9;
    border: 1px solid;
}
.modal {
  top:15% !important;
}
button.close {
    text-align: right;
    padding: 10px;
}

/*--------------------------------------------------bottom header-------------*/



/*--------------------------about us page starts-------------------------------*/

/*banner starts*/
.banner-about{
    background: #f1f1f1;
    padding-top: 12%;
    padding-bottom: 5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/about/banner.jpg);
}

.banner-about img{
    width:15%;
}
/*banner ends*/

  .service-title{
 background-color: #003e70;
}
.service-title h3{
 padding-left: 11%;
   color: white;
}
.about-section-about-page {
    padding: 2%;
    /*color:#003e70;*/
}

.about-page-second-section-text{
  font-size: 13px;
 font-family: "Roboto-Medium";
}

.about-image{
  width:100%;
}
.about-section-about-page ul{
    list-style-type: square;
    /*color: #003e70!important;*/

}

.about-section-about-page hr{
  border: 1px dotted #c9c9c9;
}

.core-val{
  font-family: "Roboto-bold";
  color: #003e70;
}

.core-text{
  font-family: "Roboto-Medium";
}

.link-text{
  font-family: "Roboto-Medium";
  color:black;
  line-height: 4px;
}
/*section about-page-section ends*/

/*about us page ends*/







/*location page starts*/

/*banner starts*/
.banner-locations{
    background: #f1f1f1;
    padding-top: 12%;
    padding-bottom: 5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../images/locations/banner.jpg);
}

.banner-locations img{
    width:15%;
}
/*banner ends*/

  .service-title{
 background-color: #003e70;
}
.service-title h3{
 padding-left: 11%;
   color: white;
}
.location-page-section {
    padding: 2%;
}


  .map .tab {
  float: left;
  width: 20%;
  border:2px solid #003e70;;
  border-right:none !important;
  height: 480px;
  padding:20px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* Style the buttons inside the tab */
.map .tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  font-family: "Roboto-Medium";
}

/* Change background color of buttons on hover */
.map .tab button:hover {
  /*background-color: #ddd;*/
}

/* Create an active/current "tab button" class */
.map .tab button.active {
  /*background-color: #ccc;*/
  color: #003e70;
}

/* Style the tab content */
.map .tabcontent {
  float: left;
  padding: 20px;
  border: 2px solid #003e70;;
  width: 80%;
  border-left: none;
  height: 480px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sub-country1 {
    padding-left: 43px;
}
.sub-country2 {
    padding-left: 43px;
    display: none;
}
.sub-country3 {
    padding-left: 43px;
    display: none;
}
.sub-country4 {
    padding-left: 43px;
    display: none;
}
/*section location-section ends*/

/*about us page ends*/




/*================================================services page css================================*/


.service-banner{
    background: #f1f1f1;
    padding-top: 12%;
    padding-bottom: 5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background-origin: content-box;*/
    background-image: url(../images/services/banner.jpg);
    /*background-position-y: bottom;*/
    /*background-position-x: 98%;*/


}
.servicelogo{
  width: 15%;

}
.services-card {
    margin-top: 4%;
    margin-bottom: 2%;
}
.services-card .card{
   border: 0px;
   width: 85%;
   margin:  auto;
 }
.s-card .card-title{
  font-size: 15px!important;
      color: #003e70;
      border-bottom: 1px dotted gainsboro;
     height: 40px;
      font-family: Roboto-bold;
}
.s-card .card-text{
   font-size: 13px!important;
}
.s-card .card-body{
  padding-left: 0px!important;
}
.service-title{
  background-color: #003e70;
}
.service-title h3{
  padding-left: 11%;
    color: white;
}
.only-text p{
  background: #f3f3f3;
    margin-bottom: 3%;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
}




/*================================================contact uspage css================================*/
.contact-us-banner{
    background: #f1f1f1;
    padding-top: 12%;
    padding-bottom: 5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background-origin: content-box;*/
    background-image: url(../images/contact/banner.jpg);
    /*background-position-y: bottom;*/
    /*background-position-x: 98%;*/


}
.form-submit{
  width: 23%!important;
  background-color: #0b487a!important;
  margin-left: 19%;
}

.form-control-plaintext{
  background-color: #eaeaea!important;
  border-top-left-radius: 3px solid red!important;
  width: 90%;
    border-radius: 6px;
}
.form-group {
  margin-bottom: 5px;
}
.col-form-label{
 
  color: #003e70;
  font-weight: 500;
}
.message{
  background-color: #eaeaea!important;
      border: none;

}
.slide-img{
  height: 80%;
}





/*======================================happening==========================================*/
.happenings-banner{
      background: #f1f1f1;
    padding-top: 12%;
    padding-bottom: 5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background-origin: content-box;*/
    background-image: url(../images/happenings/banner.jpg);
    /*background-position-y: bottom;*/
    /*background-position-x: 98%;*/
}
.happeing-card {
    margin-top: 4%;
 
}
.h-card-body{
    padding-left: 10px;
    padding-right: 10px;
    height:200px;
}.h-card-title{
    font-size: 15px!important;
      color: #003e70;
       text-align: justify;
     height: 33px;
      font-family: Roboto-bold;
}
.h-card-text{
     font-size: 13px!important;
         text-align: justify;
}
.h-card{
  box-shadow: 0px 0px 3px 2px #ececec;
}

.recent-post{
  border-left: 1px dotted black!important;
  border-radius: 0px!important;
}
#accordion8 .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}

.h-text{
  font-size: 14.7px;
}
#accordion8 .panel-heading{
    padding: 0;
    border-radius: 0;
    border: none;
}
#accordion8 .panel-title a{
   font-size: 18px!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    display: block;
    padding: 20px 30px 20px 50px;
    background: none;
    font-size: 16px;
    font-weight: 500;
    /* color: #fffefa; */
    position: relative;
    transition: all 0.5s ease 0s;
    /* border: 1px solid #20457c; */
    /* border-radius: 5px;*/
}
#accordion8 .panel-title a.collapsed{
 
    color: #696969;
   
}
#accordion8 .panel-title a:after,
#accordion8 .panel-title a.collapsed:after{
   /* content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 25%;
    left: -13px;
    background: none;*/
}
#accordion8 .panel-title a.collapsed:after{
   /* content: "\f107";*/

}
#accordion8 .panel-title a.collapsed:hover{
    background: #f1f1f1;
    color: #20457c;
}
#accordion8 .panel-body{
    line-height: 25px;
    border: none;
    transition: all 0.5s ease 0s;
}

.recent-post{
  
    width: 87%;
    color: white;
    padding: 6%;
    border-radius: 17px;
        margin: auto;
        text-align: left;
            padding-bottom: 36%;
}
#accordion8 .panel-body ul{
  list-style-type: none;
  padding-left: 0px;
}
#accordion8 .panel-body ul li a {
   color: black;
    font-size: 13px;
}


/*-----------------------------------app launch page------------------------------------------------------*/

.app-launch-page-img{
    width:100%;
    height:300px;
}


.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%; }
.gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; }
.gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

@media (max-width: 450px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}

@media (max-width: 400px) {
    .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}



/*-----------------------------------media queries------------------------------------------------------*/



@media only screen and (min-width: 1600px) and (max-width: 2500px)
{

}

@media only screen and (min-width: 1200px) and (max-width: 1599px)
{

}

@media only screen and (min-width: 800px) and (max-width: 1199px)
{
    .download-sub-text {
        font-size: 15px;
    }
    .or-logo {
        margin-top: 28px !important;
    }
    .app-logos {
        margin-top: 12px !important;
    }
    .qz-img {
        width: 100%;
    }
    .footer-or-logo {
        margin-top: 21px !important;
        margin-left: -8px;
    }
    .f-apps-logo {
        margin-top: 11px !important;
    }
    .footer-img {
        width: 31%;
    }
}

@media only screen and (min-width: 500px) and (max-width:799px)
{

  .nav-link {
    font-size: 14px;
    margin-left: 15px;
    
}
.banner-button {
    padding-top: 40%;
}
.banner img {
    margin-top: 24px;
}
.about-sub-text {
    font-size: 12px;
}
.about-sub-text-2 {
    font-size: 12px;
}
.about-section img {
    width: 100%;
    margin-top: 46px;
}
.about-btn {
    width: 51%;
}

.download {
    padding-top: 5%;
}

.download-heading{
  font-size: 30px;
}

.download-sub-text{
  font-size:12px;
}
.qr-img {
    width: 100%;
}

.or-logo {
    width: 138%;
    margin-top: 24px !important;
}

.app-logos{
  margin-top: 4px !important;
}

.faqs-section .nav-link {
  font-size: 11px;
}
.faqs-section .panel-title a{
    font-size: 16px;
  }
  .faqs-section .panel-body {
    font-size: 13px;
  }
.footer-or-logo {
    width: 31px;
    margin-top: 13px !important;
    margin-left: -14px;
}
.f-apps-logo{
  margin-top:0px !important;
}
.f-apps-logo p{
  margin-bottom: 5px;
}

.page-footer ul {
    padding-left: 0px;
}
.btn{
  font-size: 15px;
}
.footer-copyright p{
  font-size: 13px;
}
.footer-copyright img{

    width: 37px;

}
.page-footer{
  padding-bottom: 3% !important;
}
.footer-img {
    width: 50%;
}

.s-card .card-title {
    font-size: 13px!important;
    }
    .only-text p {
      font-size: 13px;
    }

    .map .tab {
      padding-left: 0px !important;
    }

    .h-card-title {
    height: 50px;
}
.col-form-label {
  font-size: 12px;
}
    .download-phone {
        width: 142%;
        margin-left: -40px;
    }
}


@media only screen and (min-width: 380px) and (max-width:499px)
{
  .top-header{
    display:none;
  }
  .pos-f-t{
    display:block;
  }
.banner {
    margin-top: 79px;
}
.banner-button {
     padding-top: 20%; 
}
.banner img {
    width: 40%;
}
.about-btn {
    width: 100%;
}
.about-section img {
    margin-top: 37px;
    margin-bottom: 22px;
}
.download-heading {
    font-size: 36px;
}
.download-sub-text {
    font-size: 13px;
}
    .qr-img {
        width: 30%;
        margin-left: 20px;
    }
    .qz-img{
        width:87%;
    }
    .or-logo {
        margin-top: 23px !important;
        margin-left: 20px;
    }
    .download-phone {
        width: 100%;
        margin-top: 25px;
    }
    .download-section {
        width: 100%;
        text-align:center;
    }
    .download {
        padding-top: 10%;
        padding-bottom: 0%;
        margin-bottom: 10px;
    }

.faq-row{
  padding-left: 0px;
  padding-right: 0px;
}

.services h2{
  font-size: 20px;
}

.outline1 {
    font-size: 14px;
}

.footer-img {
    width: 41%;
    padding-bottom: 6%;
}

.footer-or-logo {
    margin-top: 11px!important;
}
.f-apps-logo {
    margin-top: 0px!important;
    margin-left: 31px;
}

hr.clearfix {
    padding-bottom: 0px!important;
}
.page-footer ul {

    text-align: left;
}

.map .tab {
   
    width: 100%;
    border: none;
    height: 350px;
   
}
.map .tabcontent {
     border: none;
    width: 100%;
   
}
.recent-post {
  margin-top:12%;
  }

  .slide-img {
    display: none;
}
.services-card {
    margin-bottom: 10%;
}
.form-submit {
    width: 40%!important;
    margin-left: 4%;
    margin-top: 4%;
}
.footer-copyright img{
  width:23%;
}
.services .download-section {
    width: 100%;
}
.faqs-section .nav-item {
    width: 100%;
    text-align: center;
}
.faqs .panel-title > a {
    font-size: 16px;
}
	.banner-about{
  margin-top:80px;
}
.service-banner {
    margin-top:80px;
}
.banner-locations {
     margin-top:80px;
}

.happenings-banner {
       margin-top:80px;
}
.contact-us-banner {
        margin-top:80px;
}
.banner-about img {
    width: 26%;
}
.servicelogo {
    width: 26%;
}
.banner-locations img {
    width: 26%;
}
    .modal {
        top: 11% !important;
    }
}


@media only screen and (min-width: 320px) and (max-width:379px)
{
  .top-header{
    display:none;
  }
  .pos-f-t{
    display:block;
  }
.banner {
    margin-top: 79px;
}
.banner-button {
     padding-top: 20%; 
}
.banner img {
    width: 40%;
}
.about-btn {
    width: 100%;
}
.about-section img {
    margin-top: 37px;
    margin-bottom: 22px;
}
.download-heading {
    font-size: 17px;
}
    .download-heading {
        font-size: 30px;
    }
    .qr-img {
        width: 34% !important;
        margin-left: 20px;
    }
.qz-img{
  width:100%;
}
    .or-logo {
        margin-top: 19px !important;
        margin-left: 20px;
    }
    .download-section {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

.services .download-section {
    width: 100%;
}
    .download {
        padding-top: 9%;
        padding-bottom: 0%;
    }
    .download-sub-text {
        font-size: 12px;
    }
.faq-row{
  padding-left: 0px;
  padding-right: 0px;
}

.services h2{
  font-size: 20px;
}

.outline1 {
    font-size: 14px;
}

.footer-img {
    width: 41%;
    padding-bottom: 6%;
}

.footer-or-logo {
    margin-top: 11px!important;
}
.f-apps-logo {
    margin-top: 0px!important;
    margin-left: 31px;
}

hr.clearfix {
    padding-bottom: 0px!important;
}
.page-footer ul {

    text-align: left;
}

.map .tab {
   
    width: 100%;
    border: none;
    height: 350px;
   
}
.map .tabcontent {
     border: none;
    width: 100%;
   
}
.recent-post {
  margin-top:12%;
  }

  .slide-img {
    display: none;
}
.services-card {
    margin-bottom: 10%;
}
.form-submit {
    width: 40%!important;
    margin-left: 4%;
    margin-top: 4%;
}
.footer-copyright p {
    font-size: 8px !important;
    margin-bottom: 6px;
}
.footer-copyright img{
  width:23%;
}
.faqs-section .nav-item {
    width: 100%;
    text-align: center;
}
.faqs .panel-title > a {
    font-size: 16px;
}
	.banner-about{
  margin-top:80px;
}
.service-banner {
    margin-top:80px;
}
.banner-locations {
     margin-top:80px;
}

.happenings-banner {
       margin-top:80px;
}
.contact-us-banner {
        margin-top:80px;
}
.banner-about img {
    width: 26%;
}
.servicelogo {
    width: 26%;
}
.banner-locations img {
    width: 26%;
}
    .download-phone {
        width: 100%;
        margin-top: 20px;
    }
    .modal {
        top: 11% !important;
    }
}