/*fonts***************************************/
@font-face {
  font-family: TitilliumWeb-Black;
  src: url('../fonts/titillium-web/TitilliumWeb-Black.ttf');
}
@font-face {
  font-family: TitilliumWeb-Bold;
  src: url('../fonts/titillium-web/TitilliumWeb-Bold.ttf');
}
@font-face {
  font-family: TitilliumWeb-Regular;
  src: url('../fonts/titillium-web/TitilliumWeb-Regular.ttf');
}
@font-face {
  font-family: TitilliumWeb-SemiBold;
  src: url('../fonts/titillium-web/TitilliumWeb-SemiBold.ttf');
}
@font-face{
  font-family: flaticon;
  src: url('../fonts/flaticon.ttf');
}


/*fonts end***************************************/

/******************** Variables ******************/
:root {
  --default-font: "TitilliumWeb-Regular";
  --body-font-color: #303030;
  --blue-h3: #0088D2;
  --theme-color: #0088D2;
  --blue-h3-hover:  #6fccff;
}
/******************* Variables End ****************/

/************* Links *******************/
footer a{
  color: var(--link-color) !important;
}
/************* Links End ****************/

/****************** Headings ********************/
.h1{
  color: #fff;
  font-size: 30px;
  line-height: 32px;
}
.h2{
  font-size: 24px;
  font-weight: 600;
}
.h3{
  font-size: 20px;
  text-transform: capitalize;
}
.h4{
  font-size: 18px;
  font-weight: 700;
}
.h5{
  font-size: 34px;
  font-family: var(--quicksand-regular) !important;
}
.h6{

}
p{
  font-size: 16px;
}
a:hover{
  text-decoration: none;
}
a{
  color: var(--default-font) !important;
}
.top-5{
  top:5px;
}
.bb-0{
  border-bottom: none !important;
}

/****************** Headings End *****************/
body{
  font-family: var(--default-font) !important;
  color: var(--body-font-color) !important;
}

/******************** top head start**************/
/*.top-head address, .top-head .phone-number, .top-head .head-text-icon{
  font-size: 14px;
  margin-bottom: 0;
  color: var(--head-text-icon);
}
.top-head{
  padding: 15px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.top-head {
  background-color: #0773C8;
  font-size: 14px;
  }.social-icons{
    float: right;
  }
  .social-icons ul {
    list-style: none;
    margin-bottom: 0;
  }
  .social-icons ul li {
    display: inline-block;
    padding: 0 5px;
  }
  .social-icons ul li a {
    border: 1px solid #fff;
    border-radius: 45px;
    padding: 0 5px;
    height: 24px;
    width: 24px;
  }
  .fb-icon {
    padding: 0 3px;
    }*/
    /******************** top head end**************/

    /********************** Main Head Starts ***************/


    .fixed-top {
      top: -40px;
      transform: translateY(40px);
      transition: transform .3s;
      background: #fff;
      box-shadow: 1px 4px 20px 0px #0000003b;
    }
    .fixed-top.ftco-section{
      padding: 0;
    }
    .fixed-top.ftco-section .ftco-navbar-light{
      background: none;
      box-shadow: none;
    }


    header {
      background: #fff;

    }

    /* navigation */

    .ftco-section {
      padding: 2em 0; }

      .ftco-no-pt {
        padding-top: 0; }

        .ftco-no-pb {
          padding-bottom: 0; }

          .img {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
          }

          .ftco-navbar-light {
            background: #fff !important;
            z-index: 3;
            padding: 10px 10px;
            border-radius: 5px;
            -webkit-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
            -moz-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
            box-shadow: 0px 1px 9px 0px rgb(0 0 0 / 15%);
          }
          @media (max-width: 991.98px) {
            .ftco-navbar-light {
              background: #000 !important;
              position: relative;
              top: 0;
              padding: 10px 15px;
            }
          }
          .ftco-navbar-light .navbar-brand {
            color: #000;
            text-transform: uppercase;
            font-weight: 700;
          }
          .ftco-navbar-light .navbar-brand:hover, .ftco-navbar-light .navbar-brand:focus {
            color: #000;
          }
          @media (max-width: 991.98px) {
            .ftco-navbar-light .navbar-brand {
              color: #fff;
            }
          }
          @media (max-width: 991.98px) {
            .ftco-navbar-light .navbar-nav {
              padding-bottom: 10px;
            }
          }
          .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
            font-size: 13px;
            padding-top: 1.2rem;
            padding-bottom: 1.2rem;
            padding-left: 20px;
            padding-right: 20px;
            font-weight: 400;
            color: var(--body-font-color) !important;
            position: relative;
            text-transform: uppercase;
            letter-spacing: 1px;
            opacity: 1 !important;
          }
          .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
            color: #0091D5 !important;
          }
          @media (max-width: 991.98px) {
            .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
              padding-left: 0;
              padding-right: 0;
              padding-top: .9rem;
              padding-bottom: .9rem;
              color: rgba(255, 255, 255, 0.7);
            }
            .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
              color: #fff;
            }
          }
          .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu {
            border: none;
            background: #fff;
            -webkit-box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 15%);
            -moz-box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 15%);
            box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 15%);
            border-radius: 4px;
            padding: 0;
          }
          .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
            font-size: 12px;
            color: #000;
          }
          .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:hover, .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item:focus {
            background: #0091D5;
            color: #fff !important;
          }
          .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
            color: #fff;
            background: #0091D5;
            border-radius: 0px;
          }
          @media (max-width: 767.98px) {
            .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
              padding-left: 15px;
              padding-right: 15px;
            }
          }
          @media (max-width: 991.98px) {
            .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
              color: #fff;
              background: #0091D5;
              border-radius: 4px;
            }
          }
          .ftco-navbar-light .navbar-nav > .nav-item.active > a {
            color: #0091D5 !important;
          }
          @media (max-width: 991.98px) {
            .ftco-navbar-light .navbar-nav > .nav-item.active > a {
              color: #fff;
            }
          }
          .ftco-navbar-light .navbar-toggler {
            border: none;
            color: rgba(255, 255, 255, 0.5) !important;
            cursor: pointer;
            padding-right: 0;
            text-transform: uppercase;
            font-size: 16px;
            letter-spacing: .1em;
          }
          .ftco-navbar-light .navbar-toggler:focus {
            outline: none !important;
          }

          .dropdown-toggle::after {
            display: none;
          }
          .dropdown-divider{
            margin: 0;
          }



          /*********************** Main Head End *****************/
.main-heading,
.table-heading{
	text-align:center !important;
}
          /******************** Footer *******************/
          #back-to-top-button {
            display: inline-block;
            background-color: #383838c7;
            width: 50px;
            height: 50px;
            text-align: center;
            border-radius: 0;
            position: fixed;
            bottom: 30px;
            right: 30px;
            transition: background-color .3s, opacity .5s, visibility .5s;
            opacity: 0;
            visibility: hidden;
            z-index: 1000;
          }
          #back-to-top-button::after {
            content: "\f077";
            font-family: FontAwesome;
            font-weight: normal;
            font-style: normal;
            font-size: 2em;
            line-height: 50px;
            color: #fff;
          }
          #back-to-top-button:hover {
            cursor: pointer;
            background-color: #333;
          }
          #back-to-top-button:active {
            background-color: #555;
          }
          #back-to-top-button.show {
            opacity: 1;
            visibility: visible;
          }




          footer{
            background-image: url(../images/footer-bg.jpg);
            background-position: center;
            background-repeat: no-repeat;
            padding: 50px 0 0 0;
            background-size: cover;
            max-width: 100%;
          }
          .text-icon{
            color: var(--text-icon) !important;
          }
          footer a:hover{
            text-decoration: none;
            color: #0B065A !important;
          }
          .second-footer{
            padding: 20px 0;
            border-top: 1px solid #202020;
            text-align: center;
          }
          .second-footer p{
            margin-bottom: 0;
          }
          .main-footer{
            padding-bottom: 50px;
          }
          img.footer-blog-img {
            max-height: 95px;
            max-width: 95px;
            float: left;
            margin-right: 15px;
          }

          @media only screen and (max-width: 767px){
            .footer-resources, .footer-recent-blog{
              margin-top: 30px;
            }
          }
          /****************** Footer Ends ******************/

          /************************** Home Body ********************/
          .hero{
            width: 100%;
            background-size: cover;
            background-position: center 0;
            position: relative;
          }
          .page-id-7 .site-main{
            margin-top: -176px;
          }
          #home-hero{
           background-image: linear-gradient(#00000040, #000000ad), url(../images/home-hero.jpg);
           background-position: center;
         }
         .main-hero-text{
		width: 100%; 
          margin: 0;
          line-height: 50px;
          font-weight: 700;
          padding: 250px 0 200px;
        }
        .opr-section{
          background: #f8f8f8;
        }
        .opr-into-text {
          height: 70px;
          overflow: hidden;
        }
        .blue-h3{
          color: var(--blue-h3) !important;
          font-weight: 600;
        }
        .blue-h3:hover{
          color: var(--blue-h3-hover) !important;
        }
        .opr-title{
          border-bottom: 2px solid var(--blue-h3) !important;
          display: block;
          width: 100%;
          position: relative;
          bottom: -6px;
          height: 30px;
          overflow: hidden;
        }
        .opr-intro-img {
          width: 140px;
          height: 50px;
        }
        .op-research, .why-goldman-column, .we-do-column {
          background: #fff;
          padding: 10px;
          border-radius: 10px;
          box-shadow: 0 0 10px #0000001a;
        }
        .spr-date{
          font-size: 12px;
        }
        .why-goldman-section{
         width: 100%;
         background-size: cover;
         background-position: center 0;
         position: relative;
         background-image: url(../images/why-goldman-bg.jpg);
         background-position: center;
       }
       .why-goldman-column .h3, .we-do-column .h3{
        font-weight: 700;
      }
      .why-goldman-column:hover, .we-do-column:hover{
        background: var(--theme-color) !important;
        color: #fff;
      }
      .we-cover-section{
        width: 100%;
        background-size: cover;
        background-position: center 0;
        position: relative;
        background-image: url(../images/we-cover-bg.jpg);
        background-position: center;
      }
      .ready-section{
        background: var(--theme-color) !important;
      }
      .btn {
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }
      .read-more {
         background-color: #0c163a;
         color: #fff;
         font-size: 15px;
         border-color: #cccccc;
       }
      .read-more:hover, .read-more:focus{
        color: #333333 !important;
        background-color: #e6e6e6;
        border-color: #adadad;
      }
      /************************** Home Body Ends ********************/




















      /******************** Footer *******************/
      #back-to-top-button {
        display: inline-block;
        background-color: #383838c7;
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 0;
        position: fixed;
        bottom: 30px;
        right: 30px;
        transition: background-color .3s, opacity .5s, visibility .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
      }
      #back-to-top-button::after {
        content: "\f077";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
      }
      #back-to-top-button:hover {
        cursor: pointer;
        background-color: #333;
      }
      #back-to-top-button:active {
        background-color: #555;
      }
      #back-to-top-button.show {
        opacity: 1;
        visibility: visible;
      }




      footer{
        background-image: url(../images/footer-bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        padding: 50px 0 0 0;
        background-size: cover;
        max-width: 100%;
      }
      .subscribe-btn{
        background: var(--theme-color) !important;
        padding: 5px 10px;
        border-radius: 5px;
      }
      .subscribe-btn:hover{
        color: var(--blue-h3-hover) !important;
      }
      .footer-newsletter {
        background: #eeeeee;
        width: 100%;
        height: 44px;
        padding: 10px;
        border-radius: 5px;
        border: none;
        box-shadow: 0 0 5px #00000030;
      }
      footer a:hover{
        text-decoration: none;
        color: var(--theme-color) !important;
      }
      footer ul{
        padding-left: 0;
      }
      footer ul li{
        list-style: none;
      }
      .footer-logo{
        float: left;
      }
      .footer-email{
        font-size: 14px;
      }
      .contact-nmbr{
        color: var(--theme-color) !important;
      }
      .footer-logo-nmbr, .footer-location{
        border-right: 1px solid;
      }
      .top-footer{
        background: #fff;
        box-shadow: 0 0 5px #00000030;
        padding: 20px;
        border-radius: 10px;
      }
      .second-footer{
        padding: 20px 0;
        border-top: 1px solid #202020;
        text-align: center;
      }
      .second-footer p{
        margin-bottom: 0;
      }
      .main-footer{
        padding-bottom: 50px;
      }
      img.footer-blog-img {
        max-height: 95px;
        max-width: 95px;
        float: left;
        margin-right: 15px;
      }

      @media only screen and (max-width: 767px){
        .footer-resources, .footer-recent-blog{
          margin-top: 30px;
        }
      }
/****************** Footer Ends ******************/
