﻿
  @import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

:root{
    --primary: #F86F00ff;
    --secondry: #0a2f58;
}

.bg-theme{
    background-color: var(--primary);
  }
  .bg-sec-theme{
    background: var(--secondry);
  }
  .btn-hover:hover{
      background: var(--secondry);
  }
  .text-theme{
    color: var(--primary) !important;
  }
  .text-theme-scnd{
    color: var(--secondry);
  }
  .text-just{
    text-align: justify;
  }
  .cstm-border-btn{
    color: #f86f00 !important;
    border: 2px solid #f86f00 !important;
  }
  .fs-0-9{
    font-size: 0.9rem;
  }
  .card-img-overlay-bg{
    background: #0000007d;
  } 
    .not-found h1{
    font-size: 6rem;
    font-weight: 700;
    color: #020f2066;
  }
  .sidebar-form .form-control::placeholder{
color: rgb(216, 216, 216);
font-size: 0.8rem;
font-weight: 300;
}
.single-para h2, .single-para h3, .single-para h4{
    color: var(--secondry);
}
.single-para p, .single-para li{
    text-align: justify;
}
.thankyou-page{
  max-width: 800px;
  width: 100%;
}
.thankyou-page h1{
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  font-size: 4rem;
}
#main-content .single-post h1, h2, h3, h4, h5, h6{
    color: var(--secondry);
}
#goToTopBtn {
            display: none;
            position: fixed;
            bottom: 70px;
            right: 20px;
            color: #fff;
            border: none;
            border-radius: 5px;
            padding: 5px 10px;
            line-height:1.3;
            cursor: pointer;
        }
/***********************
HEADER CSS START HERE
************************/
.dropdown:hover>.dropdown-menu {
    display: block;
  }
  
  .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
      pointer-events: none;
  }
  .navbar .nav-item a{
    color: #1a1919 ;
    font-weight: 400;
  }

  .navbar .navbar-brand img{
    max-width: 180px;
    width: 100%;
  }
  .head-phn li .nav-link{
    color: #f86f00 !important;
    font-weight: 500;
    font-size: 1.2rem;
    border-radius: 0.7rem;
    padding: 0.7rem 1rem;
  }
  .navbar .dropdown-menu {
    border-top: 5px solid var(--primary) !important;
  }
  .navbar .dropdown-menu .dropdown-item{
    padding: 0.3rem 0.5rem !important;
  }
  .offcanvas.offcanvas-end{
    width: 350px !important;
  }
  
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #f86f00 !important;
}
  /***********************
  HERE SECTION START HERE
************************/
.page-header { background: linear-gradient(rgb(0 0 0 / 36%), rgb(0 0 0 / 78%)), url(../../images/tower-bg.webp)no-repeat;
  position: relative; background-size: cover; background-position: center;}
.page-caption { padding-top: 170px; padding-bottom: 174px; }
/*.page-title {font-family: ; font-size: 2.5rem; line-height: 1; color: #fff; font-weight: 400; text-align: center; }*/

.card-section { position: relative; bottom: 60px; }
.card-block {
   /* border: 3px solid #ff530d; */
    border-radius: 1rem;
    box-shadow: 0px 0px 20px #00000085;}
.section-title { margin-bottom: 60px; }


 /***********************
  FRONT SECTION START HERE
************************/
.front-about {
  /* background: #ffebdd; */
}
.front-about img{
    border-radius: 1rem;
    box-shadow: 5px 10px 10px #00000030;
}

 /***********************
  plicy card SECTION START HERE
************************/
.plicy-cards .card{
  border: none;
}
.plicy-cards .card img{
  border-radius: 1rem;
}

.name-change{
  background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../../images/bg_2.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
 /***********************
  ADV SECTION START HERE
************************/
.adv-bg{
    background: linear-gradient(rgba(0, 0, 0, .55), rgba(0, 0, 0, .55)), url(../../images/bg.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

 /***********************
 Owl SECTION START HERE
************************/
.owl-sec{
  background: linear-gradient(rgba(0, 0, 0, .60), rgba(0, 0, 0, .60)), url(../../images/bg_5.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.owl-nav{
  display: flex;
  margin-top: 0.5rem;
  justify-content: center;
}
.owl-nav .owl-next, .owl-nav .owl-prev{
  margin: 0 0.5rem;
  color: #ffffff;
  padding: 0.1rem 0.6rem;
  border: 2px solid #ffffff;
  font-size: 1.1rem;
  border-radius: 50%;
}

.owl-carousel .item img{
  border-radius: 1rem;
}
 /***********************
  SIDEBAR START HERE
************************/
.sidebar{
  background: #dee2e621;
}


 /***********************
  FOOTER SECTION START HERE
************************/
.bg-footer{
 background: linear-gradient(rgb(229 229 229 / 89%), rgb(229 229 229 / 66%)), url('https://www.flyngoos.com/images/foot-bg.png') center center no-repeat;
  background-size: cover;

}

.call-btn {
  position: fixed;
  background: #268d4d;
  top: 50%;
  right: 1rem;
  padding: 10px 15px;
  text-align: center;
  border-radius: 50%;
}

/*-------------------
All Pages Here
---------------------*/
  .can-p{
    background: linear-gradient(rgba(0, 0, 0, .60), rgba(0, 0, 0, .60)), url(https://www.flyngoos.com/images/can-p.jpg) center center no-repeat;
    background-size: cover;
    }

.alaska{
  background: linear-gradient(rgba(0, 0, 0, .60), rgba(0, 0, 0, .60)), url('https://www.flyngoos.com/images/page-bg.jpg') center center no-repeat;
  background-size: cover;
  }
/*Modal*/
.modal-header {
            border-bottom: none;
        }

        .call_btn h5 {
            font-size: 17px;
            color: #ffffff;
            background: #f44336;
            padding: 8px 15px;
            border-radius: 35px;
            margin: 0 auto;
            margin-top: 5px;
            margin-bottom: 10px;
            font-weight: 500;
            letter-spacing: 1px;
        }
        .call_btn a {
            display: inline-flex;
            text-decoration: none;
        }

        .modal-content {
            box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px !important;
        }

        .cursor-pointer {
            cursor: pointer;
        }

        @media (max-width: 400px) {
            .modal .img-call img {
                width: 100px !important;
                height: 100px !important;
            }
        }
        @media (min-width: 992px) {
            #myModal {
                display: none !important;
            }
            .modal-backdrop {
        display: none !important;
    }
        }
    .call-btnn-background-ep{
        background: #aa0407 !important;
    }
    .call-btnn-background-usa{
        background: #000b88 !important;
    }
  
  
        
  
  
