/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.img-magnifier-container {
  position:relative;
}

.img-magnifier-container:hover .img-magnifier-glass 
{
  visibility: visible;
}

.img-magnifier-glass {
  position: absolute;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 175px;
  height: 175px;
  cursor: crosshair;
  box-shadow: 0 0 0 7px rgba(255,255,255,0.85),0 0 7px 7px rgba(0,0,0,0.25),inset 0 0 40px 2px rgba(0,0,0,0.25);
  visibility: hidden;
}

.goog-logo-link {
    display:none !important;
    /*height: 0;*/
} 
    
.goog-te-gadget{
    color: transparent !important;
    /*height: 58px;*/
}
.goog-te-gadget .goog-te-combo
{
  margin: 0 !important;
}
#btn-container a.btn
{
  width: 100px;
  height:100px;
}
#btn-container a.btn:hover
{
  background-color:#000077;
  color: #fff !important;
}
#btn-container a.btn:hover i
{
  color: #fff !important;
}
.banner_sub_heading
{
  text-shadow: 2px 1px #000;color: #fff;
}
.banner_heading
{
  text-shadow: 2px 2px #000;color: #fff;
}
.banner_heading
{
  margin-bottom: 0 !important;
}
.banner_sub_heading
{
  margin-bottom: 10px !important;
}
#btn-bar
{
  border-radius: 7px;padding:10px;box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);background:rgba(0,0,0,0.6);
}

.layer:after {
  content:'\A';
  position:absolute;
  width:100%; 
  height:100%;
  top:0; 
  left:0;
  right: 0;
  bottom: 0;
  background:rgba(0,0,0,0.4);
}

#form_container
{
  background-color: #EFF1F4;
box-shadow: 2px 2px 42px 16px rgba(63,59,148,0.22);
-webkit-box-shadow: 2px 2px 42px 16px rgba(63,59,148,0.22);
-moz-box-shadow: 2px 2px 42px 16px rgba(63,59,148,0.22);
}

@media(min-width: 991px)
{
  #btn-container
  {
    position:absolute;top: 200px;margin: auto;left: 0;right: 0
  }
  .banner_heading
  {
    font-size: 5.1rem;
    line-height: 1;
  }
  .banner_sub_heading
  {
    font-size:2.2rem;
  }
  #form_container
  {
    padding-left: 0;
  }
}

@media(min-width:430px) and (max-width: 991px)
{
  #btn-container
  {
    position:absolute;top: 100px;margin: auto;left: 0;right: 0
  }
  #btn-container a.btn {
    width: 100px;
    height: 100px;
    font-size: 14px;
    padding: 10px;
    margin-left: 0;
    margin-right:4px;
    margin-top: 4px;
  }
}

@media(max-width: 430px)
{
  #btn-container
  {
    position:absolute;top: 100px;margin: auto;left: 0;right: 0
  }
  #btn-container a.btn {
    width: 90px;
    height: 80px;
    font-size: 12px;
    padding: 0px;
    margin-left: 0;
    margin-right:4px;
    margin-top: 4px;
  }
  .banners img
  {
    min-height: 200px
  }
}

.usp
{
  box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius:7px;
}

.usp p
{
  font-size: 1.2rem;margin-top: 5px;color:#000;
}

.usp p span
{
  color: #000077;font-size: 1.5rem;
}
.service_cards .c1
{
  box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);padding:0;
}
.service_cards .c2
{
  background-color: #fff;box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
}
.service_cards .c2 span
{
  font-size:.9rem;line-height:0.9;
}
.btn-connect
{
  display: inline !important;
  border:3px solid #000077 !important;
  background-color: transparent !important;
  padding: 10px 40px !important;
  font-size: 16px !important;
  color: #000077 !important;
}
.btn-connect i
{
  color: #000077 !important;
}
.btn-connect:hover
{
  background-color: #000077 !important;
  color: #fff !important;
}

.btn-connect:hover i
{
  color: #fff !important;
}
#product_sec
{
  background: linear-gradient(180deg, rgba(0,0,119,1) 78%, rgba(229,229,241,1) 78%);padding-bottom: 0
}
.product_div
{
  background-color: #fff;padding: 20px 25px 20px;margin-top: 40px;height: 90%;
}
.product_div h3
{
  color: #000077;
  font-size: 19px;
  line-height: 1.2;
}
.product_div p
{
  color: #222;line-height: 1.5;font-size: 15px;margin-bottom: 0;
}

#need_info
{
  color: #000077 !important;background-color: #E5E5F1;padding: 50px 0;font-size: 24px;font-weight: 600;text-align: center;
}

@media(max-width: 991px)
{
  .product_div
  {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #product_sec
  {
    background: #000077;
  }
  #need_info
  {
    font-size: 15px;padding: 20px 0;
  }
  .usp
  {
    min-height:233px;
  }
  .usp p
  {
    font-size: 1rem;margin-top: 5px;color:#000;padding:0 10px;
  }

  .usp p span
  {
    font-size: 1.4rem;
  }
}

@media(min-width:380px) and (max-width: 991px)
{
  .btn-connect
  {
    margin-left: 150px;
    padding: 10px 8px !important;
  }
  #header #logo > a img 
  {
    padding-left: 15px;
  }
}

@media(max-width: 380px)
{
  .btn-connect
  {
    margin-left: 100px;
    padding: 10px 8px !important;
  }

  #header #logo > a img 
  {
    max-height: 60px;
    padding-left: 10px;
  }
}

.required
{
  color: red;
  font-size: 12px;
}

.btn-submit
{
  font-size: 25px;
  height: 80px;
  letter-spacing: 2px;
  line-height: 1;
  padding: 0 70px !important;
  margin-top:30px;background: #000077;
  color: #fff;
  border-color: #000077;
}

.btn-submit:hover
{
  background: #FDC000;
  color: #000077;
}

@media(max-width: 991px)
{
  .btn-submit
  {
    width: 100%;
  }
}

#mainMenu-trigger
{
  z-index: 999 !important;
}

.autocomplete
{
  position: absolute;
  background: #fff;
  width: 85%;
  border-top:1px solid lightgray;
  border-radius: 3px;
  border-top-right-radius:0;
  border-top-left-radius: 0;
  margin-top: -2px;
  box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, 0.4);
  padding: 0;
  display: none;
  z-index: 99
}

.autocomplete li
{ 
  list-style: none;
}

.autocomplete li p
{
  padding: 10px 0px 10px 40px;
  font-size: 14px;
  color: #0A1628;
  font-weight: 600;
  margin:0;
  cursor: pointer;
}

@media(max-width: 991px)
{
  .btn-connect
  {
    font-size: 14px !important;
    padding: 10px !important;
  }
}