/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body 
{
  height: 100%;
  scroll-behavior: smooth;
  /* background-color: #dddd; */
}

.blink{
  color: #fff;
  padding: 7px;
  display: inline-block;
  border-radius: 5px;
  animation: blinkingBackground 2s infinite;
  position: fixed;
  right: -65px;
  bottom: 55%;
  z-index: 100000;
  transform: rotate(-90deg);
  cursor: pointer;
}
@keyframes blinkingBackground{
  0%		{ background-color: #10c018;}
  25%		{ background-color: #1056c0;}
  50%		{ background-color: #ef0a1a;}
  75%		{ background-color: #254878;}
  100%	        { background-color: #04a1d5;}
}
.ticker1
{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 30px;
  margin: 0 auto;
  /* align-items: center; */
  justify-content: center;
  z-index: 5000000;
}
.title
{
  width: 20%;
  text-align: center;
  background:#D9010D;/*#c81c1c*/
  position: relative;
  color: #fff;
}
/* .title::after
{
  position: absolute;
  content: "";
  right: -15%;
  border-left: 20px solid #D9010D;
  border-top: 15px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid transparent;
  top: 0;
} */
.title h5
{
  font-size: 18px;
  margin: 1.5% 0;
}
.news
{
  width: 80%;
  padding: 0px 2%;
}
.news marquee p
{
  font-size: 15px;
  margin-top: 3px;
}


.btn-primary
{
  padding: 10px 30px !important;
  border-radius: 40px;
}


/* my menubar */

.navbar
{
    /* position:absolute; */
    width:100%;
    z-index:1000;
    max-width:100%;
    background: transparent;
    position: absolute;  /* make it fix to have effect on scroll*/
}
.barnd-logo img
{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.nav-link
{
    color: #ffff !important;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 10px;
    transition: 0.5s ease;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
 }
 .nav-link:hover
 {
     background: #000;
     font-weight: 700;
     color: #fff !important;
 }
.dropdown-item:hover{
  background: #ccc;
}



/* background image slider */
.rgba:after   /*to display overlay black color in carousel slider*/
{
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.7);
}
.rgba img
{
    width: 100%;  
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-control-next-icon,.carousel-control-prev-icon
{
    width: 20px;
    height: 20px;
}
.carousel-caption
{   
    bottom: 180px;
    text-align: center;
}
.carousel-caption h1
{
  font-size: 40px;
  line-height: 90px;
  letter-spacing: 2px;
  margin-top: 25px;
  font-weight: 800;  
  color: #ffff;
  text-transform: uppercase;  
}
.carousel-caption span
{
  font-size: 55px;
  letter-spacing: 2px; 
  color: chartreuse;
  text-transform: uppercase;  
}
.carousel-caption p
{
    width: 75%;
    margin:auto;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 50px;
    color: #ffff;    
    padding-top: 10px;
}

.carousel-indicators /*positing of the indicators*/
{
    margin-bottom: 20px;
}
.carousel-indicators li /*for styling the indicators at bottom*/
{
  height: 5px;
  width: 30px;
  background-color: #fff;
}
.btn-primary1
{
  background: #0181f5;
  color: #fff;
  border-radius: 40px;
  padding: 10px 30px !important;
}
.btn-primary1:hover
{
  background: transparent;
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
}
.btn-trans1
{
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  border-radius: 40px;  
  padding: 10px 30px !important;
}
.btn-trans1:hover
{
  background: #0181f5;
  text-decoration: none;
  color: #fff;
}


.service-highlight
{
  padding: 0px 50px;
  background: #000;
}


.sec-about-info
{
  padding:50px 100px;
}
.sec-about-info h2
{
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
  color: #1d3adf;
}

.sec-about-info .img-over
{
  position: absolute;
  top: 80px;
  left: 100px;
  width: 70%;
}


.section-services
{
    background: #eee;
    text-align: center;
    padding: 50px;
}
.section-services h2
{
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 50px;
  color: #1d3adf;
}
.single-service 
{
  /* padding: 30px; */
  border: 1px solid #E8E8E8;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 30px;
}

/* .sub-section-title  .col-md-3:nth-child(even) .single-service .service-icon {
  line-height: 94px;
  text-align: center;
  width: 98px;
  height: 98px;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0181f5;
  background: -moz-linear-gradient(top, #0181f5 0%, #5db2ff 100%);
  background: -webkit-linear-gradient(top, #0181f5 0%, #5db2ff 100%);
  background: linear-gradient(to bottom, #0181f5 0%, #5db2ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0181f5', endColorstr='#5db2ff',GradientType=0 );
}

.sub-section-title  .col-md-3:nth-child(odd) .single-service .service-icon {
    line-height: 94px;
  text-align: center;
  width: 98px;
  height: 98px;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #615cfd;
  background: -moz-linear-gradient(top, #615cfd 0%, #d465ef 100%);
  background: -webkit-linear-gradient(top, #615cfd 0%, #d465ef 100%);
  background: linear-gradient(to bottom, #615cfd 0%, #d465ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#615cfd', endColorstr='#d465ef',GradientType=0 );
} */

.choose
{
  background: cornflowerblue url("Images/parallex-call.jpg");
  width: 100%;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding: 100px
}

.express-entry, .pnp, .pilot
{
    padding: 50px;
}

.nav-tabs .nav-link.active
{
    background: #D9010D !important;
    color: #fff !important;
}
.nav-tabs .nav-link
{
  color: #D9010D !important;
  /* border:1px solid #D9010D; */
}
.nav-tabs .nav-link:hover
{
  background:#D9010D !important;
  color: #fff !important;
}
.tab-content .active
{
  background-color: #eee;
}
table .thead-dark th {
  color: #fff;
  background-color: #1d3adf !important;
  border-color: #eee;
}



.query
{
  height: auto;
}
.query .razor-image
{
  padding: 100px 50px;
}
.bg-red
{
  background: #1d3adf;
  color: #fff;
}

.calltosec
{
  background: cornflowerblue url("Images/parallex-call.jpg");
  width: 100%;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding: 50px 50px;
}
.calltosec h3
{
  font-size: 30px;
  font-weight: 700;
}
.calltosec p
{
  width: 70%;
  margin: 0 auto;
  padding: 50px 0px;
}
.calltosec a
{
  padding:10px 30px;
  border-radius: 30px;
}
.calltosec a:hover
{
  background-color:rgba(80, 80, 240, 0.5);
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-area {
  height: auto;
  width: 100%;
  padding: 10px 0px;
  background: #6666d3 url("Images/Immigration-contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
}
.contact h2
{
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 50px;
  padding-top: 50px;
  color: #fff;
}

 .contact-icon
 {
   border: 1px solid #eee;
   box-shadow: 0px 5px 10px;
   margin-bottom: 40px;
   background: #fff;
 }

  .single-icon i
   {
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #3333ff;;
  }
  
  #google-map 
  {
    height: 370px;
    margin-bottom: 20px;
  }
  
  .contact-form form
  {
      width: 100%;
      height: auto;
      font-size: 15px;
      text-align: center;
  }
  .contact-form input
  {
      border: none;
      background-color: white;
      margin-bottom: 20px;
      width: 100%;
      height: 35px;
      border: 2px solid #3333ff;
  }
  .contact-form .subject
  {
      width: 100%;
      height: 35px;
      margin-bottom: 20px;
  }
  .contact-form textarea
  {
      width: 100%;
      height: 80px;
      border: none;
      background-color: white;
      resize: none; /* not to change the size*/
      font-family: sans-serif; 
      border: 2px solid #3333ff;
  }
  .contact-form .submit
  {
      background-color:#007bff;
      color: #fff;
      width: 40%;
      height: 7vh;
      font-size: 18px;
      cursor: pointer;
      border-radius: 50px;
      text-transform: uppercase;
  }
  .contact-form .submit:hover
  {
      background-color:rgba(0,0,238,0.5);
      color: #fff;
      border: 1px solid #368ef1;
  }


  /*footer section*/

  #footer 
  {
    background: #060e14;
    padding: 0 0 10px 0;
    color: #3333ff;
    font-size: 15px;
  }
  
  #footer .footer-top 
  {
    background: rgba(0,0,255,0.2);
    border-top: 1px solid #e6e6ff;
    border-bottom: 1px solid #e6e6ff;
    padding: 30px 0 0px 0;
    margin-bottom: 20px;
    color: #e6e6ff;
  }
  
  #footer .footer-top h3 
  {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600; 
    margin-bottom: 40px;
    margin-top: 8px;
    color: chartreuse;
  } 
  #footer .footer-top h5 
  {
    font: size 24px;
    line-height: 26px;
    font-weight: 600; 
    margin-bottom: 40px;
    margin-top: 10px;
    color: #306ef3;
    text-transform: uppercase;
  } 
  
  #footer .footer-top .footer-info p
   {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 25px;
    font-family: "Raleway", sans-serif;
  }
  
  #footer .footer-top .social-links a 
  {
    font-size: 15px;
    display: inline-block;
    background: #306ef3;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
    margin-top: 10px;
  }
  
  #footer .footer-top .social-links a:hover 
  {
    background: #e6e6ff;
    color: #306ef3;
    text-decoration: none;
  }
  
  
  #footer .footer-top .footer-links 
  {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-links ul 
  {
    list-style: none;
    padding: 0;
    margin: 0;
  }
   
  #footer .footer-top .footer-links ul li 
  {
    
    padding: 10px 0;
    display: flex;
    align-items: center; 
  }
  
  #footer .footer-top .footer-links ul i 
  {
    padding-right: 5px;
    font-size: 20px;
    color: #e6e6ff;
  }
 
  #footer .footer-top .footer-links ul li:first-child 
  {
    padding-top: 0;
    color: #e6e6ff;
  }
  
  #footer .footer-top .footer-links ul a {
    transition: 0.3s;
    display: inline-block;
    line-height: 1;      
    text-decoration: none;
    color: #e6e6ff;
  }
  
  #footer .footer-top .footer-links ul a:hover 
  {
    color:#3333ff;
    /* border-bottom: 1px solid #000099; */
  }
  
  #footer .footer-top .footer-newsletter form 
  {
    margin-top: 30px;
    padding: 2px 10px;
    position: relative;
    border-radius: 4px;
  }
  
  #footer .footer-top .footer-newsletter form input[type="email"]
   {
    border: 0;
    padding: 4px;
    width: calc(100% - 100px); /*for gap betweeb email address and subscribe button*/
  }
  
  #footer .footer-top .footer-newsletter form input[type="submit"]
   {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    font-size: 16px;
    padding: 0 20px;
    background: #3333ff;
    color: #fff;
    transition: 0.3s;
  }
  
  #footer .footer-top .footer-newsletter form input[type="submit"]:hover
   {
    background: #2a2ac5;
    color: #fff;
  }
  
  #footer .copyright 
  {
    text-align: center;
    padding-top: 10px;
    color: #f9e6ff;
  }
  
  #footer .credits 
  {
    padding-top: 0px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 13px;
    color: #fff;
  }
  
  #footer .credits a 
  {
    color: #3333ff;
  }
  /*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top 
{
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #3333ff;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i 
{
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover 
{
  color: #fff;
  background: #629fd3;
  transition: background 0.2s ease-in-out;
}


@media (max-width:767px)
{
  .title
  {
    width: 35%;
  }
  .title h5
  {
    font-size: 13px;
    margin: 2% 0;
  }
  .news
  {
    width: 65%;
  }
  .news marquee p
  {
    margin: 5px 0;
  }
  .navbar-nav
  {
      background:#000;
  }
  .navbar-toggler
  {
      padding:1px 5px;
      font-size:18px;
      line-height:0.3;
      background:rgba(0,0,0,0.5);
  }
  .carousel-caption
  {
    bottom: 150px;
  }
  .carousel-caption h1
  {
    font-size:40px;
    line-height: 30px;
  }
  .carousel-caption span
  {
    font-size: 45px;
  }
 
  .sec-about-info .img-over
  {
    display: none;
  }
  .nav-tabs .nav-link
  {
     min-height: 65px;
  }

}
@media (max-width:575px)
{
  .title
  {
    width: 40%;
  }
  .title h5
  {
    font-size: 13px;
    margin: 2% 0;
  }
  .news
  {
    width: 60%;
  }
  .news marquee p
  {
    margin: 5px 0;
  }
  .rgba img
  {
      width: 100%;  
      height: 70vh;
  }
  .carousel-caption
  {
    bottom: -40px;
    text-align: center;
  }
  .carousel-caption h1
  {
    font-size:25px ;
  }
  .carousel-caption span
  {
    font-size: 35px;
  }
  .carousel-caption p
  {
    font-size: 13px;
  }
  .btn-primary1, .btn-trans1
  {
    display:none;
  }
  .sec-about-info
  {
    padding:50px;
  }
}
