/* Base */
html {
  overflow-x: hidden; }

body {
  line-height: 1.7;
  color: gray;
  font-weight: 400;
   }

  :root
  {
    --orange:#FF5B21;
    --yellow:#F9C430;
    --blue:#1B6BC8;
  }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }
.head-line {
    background: url(../images/head-bg2.png) center bottom no-repeat;
    width: 100%;
    height: 9px;
    margin-bottom: 20px;
}
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }


.bullet li{
	list-style-image: url("../images/bullet.png");
	line-height: 2em;
}

p,.description
{
  color: #fafafa !important;
}
.border-2 {
  border-width: 2px; }

.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); }

body:after {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }


.btn {
  font-size: 16px;
  border-radius: 30px;
  padding: 10px 30px; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-primary {
    background: #1b6bc8;
    border-color: #1b6bc8 ;
    color: #fff; }
    .btn.btn-primary:hover {
      background: linear-gradient(180deg, rgba(254,191,50,1) 0%, rgba(236,171,25,1) 100%);
      border-color: rgba(236,171,25,1);
      color: #fff; }
    



    /* Letter part  */
    .letter-sub-heading
    {
      font-size: 20px;
      color:#FF5B21;
      font-weight: 600;

    }

    .sub-heading
    {
         
      font-size: 20px;
      /*color:#1B6BC8;*/
      font-weight: 600;
      color:#0090e2;

    }
   

    .CEO-letter
    {
      border:2px solid #1B6BC8;
      padding: 30px 0px 0px 0px;
      /*background: rgba(184, 217, 255, 0.26);*/
      border-radius: 20px;
    }

    .letter-main-content
    {
      /*background-color: #fafafa !important;*/
      border-radius: 0px 0px 20px 20px;
    }

    .letter-header
    {
      padding-bottom:20px;
      border-bottom: 2px solid #1B6BC8;
    }

    .content-head
    {
      padding-bottom: 2px;
      border-bottom: 2px solid #FF5B21;
    }


    /* empower start here  */
    .card-content
    {
      padding: 20px 40px;
      background: #000c29;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      border-left: 10px solid var(--blue);
    }

    .document-card
    {
      padding: 20px 10px;
      background: #000c29;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      border-radius: 20px;
      border: 2px solid #1B6BC8;
    }

    .document-card:hover
    {
      box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
      border: 2px solid #FF5B21;
    }
    .doc-text
    {
      padding: 10px 0;
    }

    .bullet-point::before
    {
      content: "";
      display: inline-block;
      background-image: url(../images/bullet-point.svg);
      background-size: cover;
      width: 28px;
      height: 28px;

    }


    .address-details::after
    {
      content: "";
      background: url(../images/Pin.png);
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      width: 90px;
      height: 90px;
      top: 120px;
      right: 30px;

    }

    .call-details::after
    {
      content: "";
      background: url(../images/call.svg);
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      width: 90px;
      height: 80px;
      top: 283px;
      right: 30px;

    }

    .mail-details::after
    {
      content: "";
      background: url(../images/email.svg);
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      width: 90px;
      height: 70px;
      bottom: 0px;
      right: 30px;

    }


    .view-btn
    {
      padding: 10px 10px;
    /*background: rgba(184, 217, 255, 0.26);*/
       backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 8px;
    }

    .doc-img img
    {
      max-height: 140px;
    }

    .doc-text p
    {
      color: #1a1a1a;
      font-size: 14px;
      font-weight: 700;
    }

    .footer-link
    {
        display:flex;
        justify-content:center;
    }


    .contact-card
    {
        display:flex;
        align-items:center;
    }


    @media (min-width:360px) and (max-width:600px)
    {
        .document-card
        {
            margin-top:20px !important;
        }

        .footer-link
        {
            display:block !important;
        }

        .carousel-inner
        {
            margin-top:20px !important;
        }

        .contact-card
        {
            display:block;
        }

        .card-content
        {
            padding:20px !important;
        }

        .card-body
        {
            padding:0px !important;
        }
       
    }

.mt-30{
	margin-top: 30px;
}