body{
    font-family: 'Montserrat-Regular';
    font-size: 15px;
    font-weight: normal;
    color: #95A5B8;
    background-color: #FBFCFE;
}

a, ul{ text-decoration: none; list-style: none; padding: 0;margin: 0; line-height: 28px;}
a:hover{text-decoration: none; color: #58AFF7;}
p{line-height: 28px; letter-spacing: 0.4px;}
@font-face {
    font-family: 'Montserrat-Black';
    src: url('../fonts/Montserrat-Black.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../fonts/Montserrat-ExtraBold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.ttf');
    font-weight: normal;
    font-style: normal;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.montserrat-black{
    font-family: 'Montserrat-Black';
}
.montserrat-bold{
    font-family: 'Montserrat-Bold';
}
.montserrat-semibold{
    font-family: 'Montserrat-SemiBold';
}
.montserrat-medium{
    font-family: 'Montserrat-Medium';
}
.box-shadow{
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.12);
}
.border-round{
    border-radius: 1000px;
}
.border-0{
    border-radius: 0;
}
.btn-blue, a.back-home {
    background-image: linear-gradient( 243.4deg,  rgba(0,215,206,1) 13%, rgba(0,132,255,1) 98% ); 
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.12);
}
.btn-blue:hover, a.back-home:hover {
    background-image: radial-gradient( circle farthest-corner at 1.2% 5.3%,  rgba(255,85,166,1) 0%, rgba(255,154,98,1) 100.2% );
    transition: 0.5s all;
}
.bg-white{
    background: #ffffff;
}
.bg-black{
    background: #000000;
}
.bg-gray {
    background: #F8F8F8;
}
.bg-dark-gray {
    background: #E9F2F9;
    padding: 10px 20px;
    color: #95A5B8;
    border-radius: 1000px;
    margin-right: 10px;
}
.bg-dark-gray:hover {
    background-image: linear-gradient( 243.4deg,  rgba(0,215,206,1) 13%, rgba(0,132,255,1) 98% );
    color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.16  );
}
.bg-blue {
    background-image: linear-gradient( 243.4deg,  rgba(0,215,206,1) 13%, rgba(0,132,255,1) 98% );
    border-radius: 1000px;
}
.bg-grd-blue {
    background-image: linear-gradient( 243.4deg,  rgba(0,215,206,1) 13%, rgba(0,132,255,1) 98% );
}
.text-black {
    color: #424E5C;
}
.text-gray {
    color: #95A5B8;
}
.mt-8 {
    margin-top: 80px;
}
h2.title {
    font-family: 'Montserrat-Bold';
    font-size: 26px;
    color: #424E5C;
}
h4.title {
    font-family: 'Montserrat-SemiBold';
    font-size: 20px;
    color: #424E5C;
}
.py-6 {
    padding: 80px 0;
}
.form-control {
    padding: 0.7rem .75rem;
    border: 1px solid #E1E7EB;
    border-radius: 0;
}
.form-control:focus {
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.16);
    border: 1px solid #E1E7EB;
    border-radius: 0;
}
@media(min-width: 1024px) {
    h2.title {
        font-size: 32px;
    }
}
fieldset>textarea {
    border: 1px solid #E1E7EB;
}
fieldset>textarea:focus {
    border: 1px solid #58AFF7;
}

/*********** Navbar ***********/

.main-menu{
    width: 100%; 
    height: 100%; 
    opacity: 0; 
    visibility: hidden; 
    /* overflow-y: scroll; */
    /* scroll-behavior: smooth;  */
}

@media(min-width: 1024px) {
    .main-menu{
        overflow-y: inherit;        
    }
}
.nav-open .main-menu {
    opacity: 1; 
    visibility: visible; 
    background-image: linear-gradient( 243.4deg,  rgba(0,215,206,1) 13%, rgba(0,132,255,1) 98% ); 
    transition: .5s ease-in-out; 
    overflow-y: scroll;
}
.main-menu .nav li a {
    color:#ffffff; 
    font-size: 22px; 
    font-family: 'Montserrat-bold'; 
}
.main-menu .nav li a:hover {
    color: #ffffff
}
.main-menu .nav li {
    padding: 10px 0;
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -moz-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -o-animation-timing-function: cubic-bezier(.45,.005,0,1);
    animation-timing-function: cubic-bezier(.45,.005,0,1);
   
}
.nav-open .main-menu .nav li{
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
   
}
.main-menu .nav li.delay-1 {
    -webkit-transition-delay:0.1s; 
    -moz-transition-delay:0.1s; 
    -ms-transition-delay:0.1s; 
    -o-transition-delay:0.1s; 
    transition-delay:0.1s; 
}
.main-menu .nav li.delay-2{
    -webkit-transition-delay:0.2s; 
    -moz-transition-delay:0.2s; 
    -ms-transition-delay:0.2s; 
    -o-transition-delay:0.2s; 
    transition-delay:0.2s; 
}
.main-menu .nav li.delay-3{
    -webkit-transition-delay:0.3s; 
    -moz-transition-delay:0.3s; 
    -ms-transition-delay:0.3s; 
    -o-transition-delay:0.3s; 
    transition-delay:0.3s; 
}
.main-menu .nav li.delay-4{
    -webkit-transition-delay:0.4s; 
    -moz-transition-delay:0.4s; 
    -ms-transition-delay:0.4s; 
    -o-transition-delay:0.4s; 
    transition-delay:0.4s; 
}
.main-menu .nav li.delay-5{
    -webkit-transition-delay:0.5s; 
    -moz-transition-delay:0.5s; 
    -ms-transition-delay:0.5s; 
    -o-transition-delay:0.5s; 
    transition-delay:0.5s; 
}
.main-menu .nav li.delay-6{
    -webkit-transition-delay:0.6s; 
    -moz-transition-delay:0.6s; 
    -ms-transition-delay:0.6s; 
    -o-transition-delay:0.6s; 
    transition-delay:0.6s; 
}
 
.nav-button {
    position:relative; 
    z-index:1111; 
    height:42px; 
    display:block; 
    width:50px; 
    padding:12px; 
}
.nav-button #nav-icon3 {width:24px;
    height:22px;
    display:inline-block;
    position:relative;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
    -webkit-transition:.5s ease-in-out;
    -moz-transition:.5s ease-in-out;
    -o-transition:.5s ease-in-out;
    transition:.5s ease-in-out;
    cursor:pointer;
}
.nav-button #nav-icon3 span {
    display:block;
    position:absolute;
    height:3px;
    width:100%;
    background: #424E5C;
    border-radius:9px;
    opacity:1;
    left:0;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
    -webkit-transition:.25s ease-in-out;
    -moz-transition:.25s ease-in-out;
    -o-transition:.25s ease-in-out;
    transition:.25s ease-in-out
}
.nav-button #nav-icon3 span:nth-child(1) {
    top:0
}
.nav-button #nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top:7px
}
.nav-button #nav-icon3 span:nth-child(4) {
    top:14px
}
.nav-open #nav-icon3 span:nth-child(1) {
    top:9px;
    width:0;
    left:50%
}
.nav-open #nav-icon3 span:nth-child(2) {
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg)
}
.nav-open #nav-icon3 span:nth-child(3){
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.nav-open #nav-icon3 span:nth-child(4) {
    top:9px;
    width:0;
    left:50%
}
.flex-center {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    height:100%
}
 .nav-footer hr{
     width: 50%;
 }
 .nav-social-links {
     margin-top: -10px;
    border-top: 1px dashed #E1E7EB;
}
 .nav-social-links .fa {
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
  }
.main-menu .nav {
    padding: 15px;
}
.about-cmpy {
    margin-top: 30px;
}

#navsub{
    padding:0px 10px 0px 10px;
    height:30px;
    border-radius: 0;
    color:#ffffff;
    border: none;
    background-image: linear-gradient( 243.4deg,  rgba(0,215,206,1) 13%, rgba(0,132,255,1) 98% ); 
}
#navsub:hover {
    background-image: radial-gradient( circle farthest-corner at 1.2% 5.3%,  rgba(255,85,166,1) 0%, rgba(255,154,98,1) 100.2% );
    cursor: pointer;
}


/* About us  */
.about-video-box {
    position: relative;
}
.about-img-box {
    position: absolute;
    left: 0;
    right: 0;
}
.about-video {
    position: absolute;
    top: 10px;
}
.about-video a h5,.about-video p a{
    color: #efefef;
}
.about-video a h5:hover,.about-video p a:hover{
    color: #58AFF7;
}
.about-video .fa-play {
    color: #efefef;
    border: 1px solid #efefef;
    border-radius: 50%;
    padding: 10px 11px;
}
.about-video .fa-play:hover {
    color: #58AFF7;
    border: 1px solid #58AFF7;
}
.video-popup {
    width: 800px;
    margin: 0 auto;
}
.fancybox-skin{
    background: #161616;
  }
.pt-8{
    padding-top: 8em;
}
.search-box {
    border-top:1px solid #f1f1f1 ;
    margin-top: 20px;
    padding: 20px 0;
    width: 100%;
}
#navin{
    width: 80%;
}
  /* Chatbox */
  /* .fb-livechat,.fb-widget{display:none}
  .ctrlq.fb-button,.ctrlq.fb-close {
      position:fixed;
      right:24px;
      cursor:pointer
}
.ctrlq.fb-button { 
    z-index:1;
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOCAxMjgiIGhlaWdodD0iMTI4cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB3aWR0aD0iMTI4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxyZWN0IGZpbGw9IiMwMDg0RkYiIGhlaWdodD0iMTI4IiB3aWR0aD0iMTI4Ii8+PC9nPjxwYXRoIGQ9Ik02NCwxNy41MzFjLTI1LjQwNSwwLTQ2LDE5LjI1OS00Niw0My4wMTVjMCwxMy41MTUsNi42NjUsMjUuNTc0LDE3LjA4OSwzMy40NnYxNi40NjIgIGwxNS42OTgtOC43MDdjNC4xODYsMS4xNzEsOC42MjEsMS44LDEzLjIxMywxLjhjMjUuNDA1LDAsNDYtMTkuMjU4LDQ2LTQzLjAxNUMxMTAsMzYuNzksODkuNDA1LDE3LjUzMSw2NCwxNy41MzF6IE02OC44NDUsNzUuMjE0ICBMNTYuOTQ3LDYyLjg1NUwzNC4wMzUsNzUuNTI0bDI1LjEyLTI2LjY1N2wxMS44OTgsMTIuMzU5bDIyLjkxLTEyLjY3TDY4Ljg0NSw3NS4yMTR6IiBmaWxsPSIjRkZGRkZGIiBpZD0iQnViYmxlX1NoYXBlIi8+PC9zdmc+) center no-repeat #0084ff;
    width:60px;
    height:60px;
    text-align:center;
    bottom:24px;
    border:0;
    outline:0;
    border-radius:60px;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    -ms-border-radius:60px;
    -o-border-radius:60px;
    box-shadow:0 1px 6px rgba(0,0,0,.06),0 2px 32px rgba(0,0,0,.16);
    -webkit-transition:box-shadow .2s ease;
    background-size:80%;
    transition:all .2s ease-in-out
}
.ctrlq.fb-button:focus,.ctrlq.fb-button:hover {
    transform:scale(1.1);
    box-shadow:0 2px 8px rgba(0,0,0,.09),0 4px 40px rgba(0,0,0,.24)
}
.fb-widget {
    background:#fff;
    z-index:2;
    position:fixed;
    width:360px;
    height:435px;
    overflow:hidden;
    opacity:0;
    bottom:0;
    right:24px;
    border-radius:6px;
    -o-border-radius:6px;
    -webkit-border-radius:6px;
    box-shadow:0 5px 40px rgba(0,0,0,.16);
    -webkit-box-shadow:0 5px 40px rgba(0,0,0,.16);
    -moz-box-shadow:0 5px 40px rgba(0,0,0,.16);
    -o-box-shadow:0 5px 40px rgba(0,0,0,.16)
}
.fb-credit {
    text-align:center;
    margin-top:8px 
}
.fb-credit a {
    transition:none;
    color:#bec2c9;
    font-family:Helvetica,Arial,sans-serif;
    font-size:12px;
    text-decoration:none;border:0;
    font-weight:400;
} 
.ctrlq.fb-overlay {
    z-index:0;position:fixed;
    height:100vh;
    width:100vw;
    -webkit-transition:opacity .4s,visibility .4s;transition:opacity .4s,visibility .4s;
    top:0;
    left:0;
    background:rgba(0,0,0,.05);
    display:none
}
.ctrlq.fb-close {
    z-index:4;
    padding:0 6px;
    background:#365899;
    font-weight:700;
    font-size:11px;
    color:#fff;
    margin:8px;
    border-radius:3px
}
.ctrlq.fb-close::after {
    content:'x';
    font-family:sans-serif
} */
@media(min-width: 768px) {
    .pt-8{
        padding-top: 4em;
    }
    .main-menu .nav {
        padding: 50px;
    }
    .about-cmpy {
        margin-top: 50px;
    }
    .search-box {
        position: absolute;
        left: 40%;
        border: none;
        padding: unset;
        margin: unset;
    }
    #navin{
        height:30px;
        width:30%;
        border-radius: 0;
        color:#4542f4;
        padding:0 0 0 10px;
        border: 1px solid #95A5B8;
    }
    
}
.log-reg a {
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    color: #ffffff;
    background-image: linear-gradient( 243.4deg,  rgba(0,215,206,1) 13%, rgba(0,132,255,1) 98% ); 
    padding: 6px 12px;
    border-radius: 2px;
    box-shadow: rgba(0, 0, 0, 0.16 );
    margin-right: 10px;
}
.log-reg :hover {
    background-image: radial-gradient( circle farthest-corner at 1.2% 5.3%,  rgba(255,85,166,1) 0%, rgba(255,154,98,1) 100.2% );
}

/* Form */
.form-box {
    max-width: 1000px;
    width: 100%;
    margin: 130px auto 50px;
}
.box h3 {
    font-family: 'Montserrat-SemiBold';
    font-size: 20px;
    color: #ffffff;
    background-image: linear-gradient( 243.4deg,  rgba(0,215,206,1) 13%, rgba(0,132,255,1) 98% ); 
    width: 40%;
    margin-left: 25px;;
    padding: 12px 5px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.16);
}
.form-field {
    padding: 0 35px;
}
.float-label-field {
    border: none;
    outline: none;
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  .float-label-field input {
    border: none;
    outline: none;
    padding: 5px 5px 8px 0px;
    width: 100%;
    font-size: 15px;
    border-bottom: solid 1px #efefef;
    font-family: 'Montserrat-Medium';
  }
  
  .float-label-field label {
    opacity: 0.8;
    position: absolute;
    top: 10px;
    left: 0px;
    transition: all 0.2s ease;
    font-size: 15px;
    color: #424E5C;
    font-family: 'Montserrat-Medium';
  }
  
  .float-label-field.focus label, .attachment-tabs label {
    color: #424E5C;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
  }
  .float-label-field.focus input {
    border-bottom: solid 1px #58AFF7;
  }
  .float-label-field.float label {
    opacity: 1;
    top: -8px;
    font-size: 12px;
    transition: all 0.2s ease;
    font-weight: bold;
  }
  fieldset span, label span {
      color: red;
  }
  .attachment-tabs .nav-tabs .nav-link {
    margin-right: 15px;
  }
  .attachment-tabs .nav-item a {
    color: #424E5C;
    font-family: 'Montserrat-Medium';
  }
  .attachment-tabs .nav-tabs .nav-item.show .nav-link, 
  .attachment-tabs .nav-tabs .nav-link.active,
  .attachment-tabs .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #ffffff;
    background-image: linear-gradient( 243.4deg,  rgba(0,215,206,1) 13%, rgba(0,132,255,1) 98% ); 
    border-color: #ffffff #ffffff #ffffff;
    border-radius: 1000px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.16);
    font-family: 'Montserrat-Medium';
  }
  
  .attachment-tabs .nav-tabs {
      border: none;
  }
  .attachment-tabs .custom-file-input {
    border: 1px solid #efefef;
  }
  
  .bg-curve {
    background: url(../images/top-curve.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .bg-inner-curve {
    background: url(../images/inner-curve.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  /* Religious */
  .available-days .custom-control {
      display: inline-block;
      width: 45%;
  }
.available {
    background: #4542f4;
    color: #ffffff;
    border-radius: 1000px;
    padding: 20px;
}
  @media(min-width: 768px) {
    .available-days .custom-control {
        width: 13%;
    }
  }

  /* Events */
  .box:hover {
      transform: translate(50px 10px);
  }
  .menu-list ul li {
    cursor: pointer;
  }
  .quick-look {
      background: #fff;
  }
  .quick-look:hover {
    background-image: linear-gradient( 243.4deg,  rgba(0,215,206,1) 13%, rgba(0,132,255,1) 98% ); 
  }
  .quick-look:hover p {
      color: #ffffff;
  }

  /* Good news */
  .good-news-show {
      width: 100%;
      margin: 0 auto;
  }
  .box h2 a{
      font-family: 'Montserrat-Bold';
      font-size: 25px;
      line-height: 1.5;
      color: #424E5C;
      text-align: center;
  }
  .author-detail h3 {
    background-image: linear-gradient( 243.4deg,  rgba(0,215,206,1) 13%, rgba(0,132,255,1) 98% );
    color: #ffffff;
    border-radius: 1000px;
    width: 80%;
    text-align: center;
    padding: 15px;
    font-family: 'Montserrat-Medium';
    font-size: 18px;
  }
  .good-content p:first-child:first-letter {
    float: left; 
    color: #424E5C;
    font-size: 55px;
    line-height: 40px;
    padding-right: 8px;
    font-family: 'Montserrat-Bold';
  }
  .good-content p {
      font-size: 16px;
      line-height: 30px;
  }
  .next-prev-news {
      background-color: #ffffff;
  }
  .next-prev-news h6 {
      color: #95A5B8;
      line-height: 26px;
  }
  .next-prev-news .media img {
      width: 60px;
      height: 70px;
      object-fit: cover;
  }
  .next-prev-news:hover {
        background-image: linear-gradient( 243.4deg,  rgba(0,215,206,1) 13%, rgba(0,132,255,1) 98% );
  }
  .next-prev-news:hover h6 {
      color: #ffffff;
  }
  @media(min-width: 768px) {
    .good-news-show {
        width: 1050px;
        margin: 0 auto;
    }
  }

  /* Hotel / Restaurants */
  
  .restro-img {
    position: relative;
  }
  .overlay-box {
    position: relative;
    margin-top: -30px;
    background-color: #ffffff;
    border-radius: 4px;
}
  .hotel-rest-name .fa-phone {
      border: 1px solid #95A5B8;
      color: #95A5B8;
      height: 35px;
      width: 35px;
      border-radius: 50%;
      padding: 10px 11px;
  }
  .hotel-rest-name .fa-phone:hover {
    background-image: linear-gradient( 243.4deg,  rgba(0,215,206,1) 13%, rgba(0,132,255,1) 98% );
    color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.16);
    cursor: pointer;
  }

  @media(min-width: 768px) {
    .overlay-box {
        margin-top: -100px;
    }
  }
  @media(min-width: 992px) {
    .overlay-box {
        margin-top: -150px;
    }
  }
  /* Business */
  .business-detail p {
      font-size: 16px;
      color: #95A5B8;
  }
  .business-detail p>.fa-map-marker {
      font-size: 22px;
  }
  select.form-control:not([size]):not([multiple]) {
    height: calc(2.60rem + 6px);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.16);
  }
 
  /* Resource */
  ul.resource-content>li {
      padding: 10px 0 30px 0;
  }
  .text-dec, .text-dec:hover {
      text-decoration: underline;
  }
  
/*** Footer ***/
footer {
    background: url(../images/bg-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
ul.foot-links li {
    padding: 8px 0;
}
ul.foot-links li a {
    font-family: 'Montserrat-semibold';
    color: #424E5C;
}
ul.foot-links li a:hover {
    color: #58AFF7;
}
.line{
    border-top: 1px dashed #E1E7EB;
    margin: 30px 0;
}
ul.foot-social-links .fa {
    padding: 10px;
    font-size: 15px;
    float: right;
}

@media(min-width: 768px) {
    footer {
        background-position: center;
    }
    .md-text-center {
        text-align: center;
    }
    .md-text-right {
        text-align: right;
    }
}


/* Home */
.pie-sphere{
    position: relative;
}

/* ul.log-reg{
    text-align: right;
}
ul.log-reg li {
    list-style: none;
    display: inline-block;
}
ul.log-reg li:nth-child(2), ul.find-us li:nth-child(2){
    margin-left: 30px;
}
ul.log-reg li a{
    text-decoration: none;
    color: #555555;
    font-weight: bold;
}
ul.log-reg li a:hover{
    color: #58aff6;
} */
  .nav-item-content{
    background-image: linear-gradient( 243.4deg, rgba(0,215,206,1) 13%, rgba(0,132,255,1) 98% );
    color: #fff;
    text-align:center;
    border-radius: 0px;
    margin-top: 20px;
    padding: 15px;
  }
  .nav-item-content:hover{
      background-image:radial-gradient( circle farthest-corner at 1.2% 5.3%,  rgba(255,85,166,1) 0%, rgba(255,154,98,1) 100.2% ) ;
  }
  .g-ads-space {
    /* position: absolute; */
    padding: 20px;
    display: none;
}
.g-ads-space img, .local-ad img{
    width: 100%;;
}
.navbar-brand{
    width: 190px;
}
.navbar-brand img{
    width:100%;
}
@media ( min-width: 768px){
    .sm-pd{
        padding: 0 20px;
    }
    .md-pd{
        padding: 0 40px;
    }
    .lg-pd{
        padding: 0 60px;
    }
    .sm-mg{
        margin: 20px 0;
    }
    .md-mg{
        margin:40px 0;
    }
    .lg-mg{
        margin:60px 0;
    }
    .home-nav nav {
        position: relative;
        background: white;
        padding: 50px;
        height: 630px;
        width: 630px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    }
    .center-logo-box{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50% , -50%);
        color:#ffffff;
        z-index: 10;
        font-family: 'Montserrat-Bold';
        font-size: 18px;
        
    }
    .center-logo-box p{
        z-index: 1000;
        text-align: center;
        position: relative;
        font-weight: bolder;
    }
    
    .center-logo-box:before {
        content: '';
        box-sizing: border-box;
        background: #58aff6;
        height: 180px;
        width: 180px;
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        top: calc(50% - 90px);
        left: calc(50% - 90px);
        border-radius: 50%;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
        z-index: 150;
        background: url(../images/us-flag1.jpg)
    }
    .center-logo-box:after {
        content: '';
        box-sizing: border-box;
        background: #fff;
        height: 200px;
        width: 200px;
        margin: 0;
        padding: 0;
        display: block;
        position: absolute;
        top: calc(50% - 100px);
        left: calc(50% - 100px);
        border-radius: 50%;
        z-index: 100;
    }
    .nav-item-content{
        background-image: unset;
        text-align:unset;
        margin-top:0;
        padding:0;
      }
      .nav-item-content:hover{
          background-image:unset;
      }
    .home-nav .nav-item{
        text-align:center;
        list-style: none;
        background:#58aff6;
        position:absolute;
        border:1px solid white;
        bottom:50%;
        left:50%;
        width:350px;
        height:350px;
        transform-origin: bottom right;
      }
      .nav-item-content{
        color:white;
        position:absolute;
      }
      .nav-item-one{
        transform: skew(-50deg) rotate(290deg);
        top: 65%;
        right: 20%;
      }
      .nav-item-two {
        transform: skew(-50deg) rotate(288deg);
        top: 65%;
        right: 20%;
      }
      .nav-item-three{
        top: 67%;
        transform: skew(-50deg) rotate(294deg);
        right: 30%;
      }
      .nav-item-four{
        top: 70%;
        transform: skew(-50deg) rotate(294deg);
        right: 30%;
      }
      .nav-item-five{
        top: 68%;
        transform: skew(-50deg) rotate(110deg);
        right: 23%;
      }
      .nav-item-six{
        top: 69%;
        transform: skew(-50deg) rotate(111deg);
        right: 19%;
      }
      .nav-item-seven{
        top: 68%;
        transform: skew(-50deg) rotate(110deg);
        right: 26%;
      }
      
      .nav-item-eight{
        top: 66%;
        transform: skew(-50deg) rotate(110deg);
        right: 26%;
      }
      .nav-item-nine{
        top: 65%;
        transform: skew(-50deg) rotate(110deg);
        right: 16%;
      }
      .nav-item-content .fa{
        font-size:2em;
      }
      .home-nav .nav-item:hover{
        background-image: radial-gradient( circle farthest-corner at 1.2% 5.3%,  rgba(255,85,166,1) 0%, rgba(255,154,98,1) 100.2% );
        box-shadow:0 0 5px 0 rgba(0,0,0,0.2);
        z-index:5;
      }
     
    /*bottom*/
    .home-nav.nav-bottom {
        top:50%;
        right: initial;
        left:50%;
        transform: translate(-50% , -50%);
        box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
    }
    
    .nav-bottom.nav-needle .nav-list:before {
        left: calc(50% - 5px);
        top: 18%;
        height: 120px;
        width: 10px;
        box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
    }
    
    .nav-bottom ,
    .nav-bottom .nav-needle .nav-item:after {
        box-shadow:0  0px 20px rgba(0, 0, 0, 0.4);
       
    }
    
    .nav-bottom .nav-item:nth-child(1) {
        transform: translateX(-100%) rotate(0deg) skew(50deg);
    }
    
    .nav-bottom .nav-item:nth-child(2) {
        transform: translateX(-100%) rotate(40deg) skew(50deg);
    }
    
    .nav-bottom .nav-item:nth-child(3) {
        transform: translateX(-100%) rotate(80deg) skew(50deg);
    }
    
    .nav-bottom .nav-item:nth-child(4) {
        transform: translateX(-100%) rotate(120deg) skew(50deg);
    }
    
    .nav-bottom .nav-item:nth-child(5) {
        transform: translateX(-100%) rotate(160deg) skew(50deg);
    }
    
    .nav-bottom .nav-item:nth-child(6) {
        transform: translateX(-100%) rotate(200deg) skew(50deg);
    }
    
    .nav-bottom .nav-item:nth-child(7) {
        transform: translateX(-100%) rotate(240deg) skew(50deg);
    }
    
    .nav-bottom .nav-item:nth-child(8) {
        transform: translateX(-100%) rotate(280deg) skew(50deg);
    }
    
    .nav-bottom .nav-item:nth-child(9) {
        transform: translateX(-100%) rotate(320deg) skew(50deg);
    }
    
    .nav-bottom .nav-item-content .fa {
        color: #ffffff;
    }
    .g-ads-space {
        /* position: absolute; */
        padding: 20px;
        display: block;
    }
    
}

/* .g-ads-space:nth-child(2){
    position: absolute;
    bottom: 10px;
    padding: 20px;
} */
.google-ads img {
    width: 100px;
}
.find-us .fa{
    color:#555555 ;
}
.find-us .fa:hover{
    color:#58aff6 ;
}
/* tab links */
ul.tab-links  li, .foot ul li{
    list-style: none;
    display: inline-block;
}
ul.tab-links  li a {
    text-decoration: none;
   color: #fff;
   background-image: linear-gradient( 243.4deg,  rgba(0,215,206,1) 13%, rgba(0,132,255,1) 98% );
   padding: 4px 7px;
   display: block;
   margin-top: 5px;
   font-size: 11px;
   font-weight: bold;
   border-radius: 5px;
}
ul.tab-links  li a:hover, ul.tab-links li a:active{
    background-image: radial-gradient( circle farthest-corner at 1.2% 5.3%,  rgba(255,85,166,1) 0%, rgb(255, 154, 98) 100.2% );
 }

/* foot */
.reserved{
    border-top: 1px dashed #E1E7EB;
    padding: 0 40px;
    padding: 15px 0;
}

.reserved p {
    font-size: 14px;
}
.foot  .fa{
   color: rgb(33, 37, 41);
   font-size: 20px;
   margin-top: 20px;
}
.foot ul li{
    list-style: none;
}
/* Home end */


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
* Remove all paddings around the image on small screen
*/
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}


/* https://subtlepatterns.com/crossword/ */

img {
    border: 0;
    max-width: 100%;
}

#wrapper {
    display: block;
    /* max-width: 1100px; */
    margin: 0 auto;
}

#portfolio {
    display: block;
}

#portfolio li {
    display: block;
    float: left;
    width: 25%;
    max-width: 400px;
    /* margin-right: 20px; */
    margin-bottom: 20px;
}

#portfolio li a {
    display: block;
    padding: 0;
}

@media(min-width: 768px) {
    #portfolio li a {
        display: block;
        padding: 8px;
    }
}

/*title for popup*/

.mfp-title {
    font-size: 1.2em;
    color: #ddd !important;
    font-weight: 700;
}

/** clearfix (apparently this is a standard way of doing it**/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/** media queries **/

@media screen and (max-width: 780px) {
    #portfolio li {
        width: 45%;
    }
}

@media screen and (max-width: 550px) {
    #portfolio {
        text-align: center;
    }

    #portfolio li {
        float: none;
        display: inline-block;
        width: 80%;
        margin-bottom: 30px;
    }
}
