/*Home Page*/
[class*="Pane"] {
  margin-bottom: 0;
}

/*Header*/
.headerBox .header-bottom .header-left,
.headerBox .header-bottom .nav_box {
  border-right: none;
}

.headerbg {
  background-image: url(/portals/0/Home/headerbg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 300px 0;
}

.header-content h1,
.header-content h2 {
  color: white;
  font-size: 80px;
  line-height: 96px;
  text-transform: uppercase;
}

.header-content h2 {
  font-weight: bold;
}

.headerbg a.home27-btn_style2 {
  font-size: 24px;
}

/*What We Do*/
.what-we-do {
  background-color: #e6e0d9;
  padding: 60px 0;
}

.what-we-do h2,
.what-we-do h3 {
  text-align: right;
  text-transform: uppercase;
}

.what-we-do h3 {
  font-weight: bold;
}

/*Our Services*/
.services-title h2 {
  font-weight: bold;
}

.services-title h2,
.services-title h3 {
  text-transform: uppercase;
}

/*What We Offer*/
.home27-number_Animation .number_out {
  width: 33.3333%;
  width: calc(100% / 3);
}

.home27-number_Animation .number_out:nth-child(1) {
  background: linear-gradient(rgba(20, 20, 20, .5), rgba(20, 20, 20, .5)), url(/portals/0/Images/books.jpg);
  background-size: cover;
  background-position: center;
  opacity: 1;
}

.home27-number_Animation .number_out:nth-child(2) {
  background: linear-gradient(rgba(20, 20, 20, .5), rgba(20, 20, 20, .5)), url(/portals/0/Images/ideas.jpg);
  background-size: cover;
  background-position: center;
  opacity: 1;
}

.home27-number_Animation .number_out:nth-child(3) {
  background: linear-gradient(rgba(20, 20, 20, .5), rgba(20, 20, 20, .5)), url(/portals/0/Images/chess.jpg);
  background-size: cover;
  background-position: center;
  opacity: 1;
}

.home27-number_Animation .number_out:nth-child(4) {
  background: linear-gradient(rgba(20, 20, 20, .5), rgba(20, 20, 20, .5)), url(/portals/0/Images/notebook.jpg);
  background-size: cover;
  background-position: center;
  opacity: 1;
}

.home27-number_Animation .number_out:hover {
  background-color: transparent;
}

.home27-number_Animation span.number_name {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.home27-number_Animation .number_box {
  padding: 214px 0;
}

/*Who We Are*/
.who-we-are {
  background-image: url(/portals/0/Images/who-we-are.jpg);
  background-size: cover;
  background-position: center;
}

.who-we-are h2 {
  font-weight: bold;
}

.who-we-are .whitebg {
  background: white;
  padding: 60px;
}

a.home27-btn_style2 {
  padding: 10px 60px;
  font-size: 18px;
}

.who-we-are.row {
  margin: 0;
}

/*Our Partners*/
.partners-bg {
  background-color: #e6e0d9;
}

/*Contact Form*/
.home02-custompane>.left {
  background: white;
  float: right;
  padding: 30px 60px;
}

.home02-custompane>.right #gmap01 {
  height: 1000px;
  max-height: 100%;
}

.contact-section h3 {
  font-weight: bold;
  font-size: 48px;
}

.contact-section .fa {
  color: #B70000;
}

.Theme_Responsive_20073_home03 .form_submit .btn.reset_but {
  margin-left: 20px !important;
}

.Theme_Responsive_20073_home03 .form_submit .btn {
  width: 25% !important;
}

/*Footer*/
.footer_bottom .link_list_1 .social a,
.footer_bottom .link_list_1 .social a:link,
.footer_bottom .link_list_1 .social a:active,
.footer_bottom .link_list_1 .social a:visited,
.footer_bottom .FooterPane a:hover,
.footer_bottom .copyright_style a:hover,
.footer_bottom .link_list_1 a:hover,
.footer_bottom .link_list_1 .social a:hover,
.footer_bottom .list_style_13 li .fa {
  color: #b70000;
}

/*Internal Pages*/
.contactus02-info .inforight h4 {
  font-size: 22px;
  font-weight: bold;
}

.Theme_Responsive_20064_home2 textarea {
  background-color: #eee;
}

/*Accordion*/
.dg-accordion08 .panel-default:first-child>.panel-heading:before {
  background-color: #800d14;
}

.dg-accordion08 .panel-default:last-child>.panel-heading:before {
  background-color: #800d14;
}

/*Media Queries*/
@media only screen and (min-width: 1600px) {
  [class*="Pane"] {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 1600px) {
  .headerbg {
    padding: 200px 0;
  }
}

@media only screen and (max-width: 1200px) {
  .headerbg {
    padding: 200px 0;
  }

  .Theme_Responsive_20073_home03 .form_submit .btn {
    width: 45% !important;
  }

  .Theme_Responsive_20073_home03 .form_submit .btn.reset_but {
    margin-left: 10px !important;
  }

  #dnngo_megamenu>div>ul>li>a>span {
    font-size: 18px;
  }

  #dnngo_megamenu>div.dnngo_gomenu>ul>li>a>span {
    padding: 0px 18px;
  }

  .home27-number_Animation .number_box {
    padding: 154px 0;
  }

  .headerbg {
    padding: 150px 0;
  }
}

@media only screen and (min-width:991px) {
  p.poweredby {
    margin-top: -40px;
  }
}

@media only screen and (max-width: 991px) {
  .headerbg {
    padding: 75px 0;
  }

  .header-content h1,
  .header-content h2 {
    font-size: 60px;
    line-height: 66px;
  }

  .headerbg a.home27-btn_style2 {
    font-size: 16px;
  }

  .what-we-do h2,
  .what-we-do h3 {
    text-align: left;
  }

  .contact-section {
    text-align: center;
    margin: 0 auto;
  }

  .home27-number_Animation .number_out {
    width: 50%;
  }

  .home27-number_Animation .number_out:nth-of-type(3) {
    width: 100%;
  }

  .home27-number_Animation .number_box {
    padding: 114px 0;
  }

  .home02-custompane>.right {
    float: left;
  }

  .home02-custompane>.right #gmap01 {
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {

  .what-we-do,
  .partners-bg {
    padding: 30px;
  }

  .who-we-are .whitebg {
    padding: 40px;
  }

  .home02-custompane>.left {
    padding: 30px;
  }

  .footer_box .footer_bottom .footer_line {
    padding: 40px 0 0;
  }

  .logos .col-xs-6 {
    padding-top: 15px;
  }

  .headerbg {
    padding: 50px 0;
  }

  .header-content h1,
  .header-content h2 {
    font-size: 50px;
    line-height: 56px;
  }

  .what-we-do h2,
  .what-we-do h3,
  .services-title h2,
  .services-title h3,
  .who-we-are h2,
  .contact-section h2,
  .contact-section h3 {
    font-size: 40px;
    line-height: 44px;
  }

  .who-we-are h4 {
    font-size: 30px;
    line-height: 34px;
  }
}

@media only screen and (max-width: 600px) {

  .header-content h1,
  .header-content h2 {
    font-size: 40px;
    line-height: 46px;
  }

  .headerbg a.home27-btn_style2 {
    font-size: 14px;
  }

  h2,
  h3,
  .contact-section h3 {
    font-size: 36px;
    line-height: 40px;
  }

  a.home27-btn_style2 {
    font-size: 14px;
  }

  .home27-number_Animation .number_out {
    width: 100%;
  }

  .home27-number_Animation .number_box {
    padding: 54px 0;
  }

  .partners h4 {
    font-size: 26px;
  }
}
