/*Blank CSS*/

/* Creative Arc Overrides */

/*-----------------------------------*/
/*------ Global ------*/
/*-----------------------------------*/

section:not(:first-child) 
	{ padding: 2rem 0; }

body#index section.section-home-2 {
	padding: 0;
	}

body#who-we-are section.full_width_with_background{
	padding: 2em 0;
	}

body#resources section.resources-2{
    padding: 0;
    }
body#resources section.full_width_with_background{
    padding: 2em 0 0 0;
    }
/*-----------------------------------*/
/*------ Dropdown Menus ------*/
/*-----------------------------------*/

  #main-menu ul li a {
   text-align: left;
    }
    
#mainNav {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 999;
    height: auto;
    position: absolute;
    display: block;
    top: 5px;

    width: auto;
    color: #293541;
/*     font-size: 13px; */
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
}
#mainNav a {
    text-decoration: none;
    text-align: left;
    padding: 0 12px 0 12px;
    width: auto;
    
}
#mainNav li:last-child a {
    /* padding: 0 0 0 12px; */
}
#mainNav a:hover,
#mainNav > li.parent-here > a,
#mainNav > li.here > a,
body#index #mainNav-home > a{
    color: #ecb800;
}
#mainNav li {
    position: relative;
    float: left;
    width: auto;
    display: inline;
}
#mainNav li ul {
    display: none;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    width:300px;
}
#mainNav li:hover ul, 
#mainNav li.over ul {
    display: block;
    background-color: #fff;
    border: 1px solid #ccc;
}
#mainNav li>ul {
    left: auto;
    top: auto;
}

#mainNav li ul li {
	width: 100% !important
	}

#mainNav li ul li a {
	border-radius: 0 !important;
	}
#mainNav li#nav-sub-reach-out a {
    color: #fff;
    background: #6495ED;
    border-radius: 5px;
    }


                    
/*-----------------------------------*/
/*------ 5. SECTION SERVICES ------*/
/*-----------------------------------*/
section.section-home-1, main.home-main-2 {
  background: #f4f4f4;
  padding: 2rem 0; }

.serv-flex {
  background: #fff;
  color: #6495ED;
  text-align: center;
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  -webkit-transition: .5s ease;
  transition: .5s ease; }

.home-main-2 .art-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.home-main-2 article .fa {
  padding-right: 1rem;
  padding-bottom: .5rem;
  font-size: 4rem;
  text-align: left; }

.home-main-2 .sec-title {
  margin-left: .5rem; }

.home-main-2 .sec-title h2 span {
  font-weight: 500;
  color: #111; }

.home-main-2 .sec-title h2 {
  color: #6495ED;
  margin-bottom: .5rem; }

.sec-title img {
  position: relative;
  width: 151px;
  height: 26px; }

.home-main-2 article h3 {
  color: #000;
  margin: 1rem 0 .5rem; }

.home-main-2 article p {
  color: #000; }

.home-main-2 .service-1 .serv {
  margin-bottom: 2rem; }

.home-main-2 .service-1 .serv:hover,
.home-main-2 .service-2 .serv:hover {
  cursor: all-scroll; }


@media screen and (max-width: 767px) {
  .home-main-2 .service-2 .serv {
    margin-bottom: 2rem; }

  .home-main-2 .service-2 .serv:last-child {
    margin-bottom: 0px; }

  .home-main-2 .mt-50 {
    margin-top: 0px !important; } }
@media screen and (max-width: 991px) {
  .home-main-2 .mt-50 {
    margin-top: 2rem; } }

/*-----------------------------------*/
/*------ 7. SECTION PROJECTS ------*/
/*-----------------------------------*/
section.section-home-3 {
  padding: 6rem 0;
  background: #fff; }

.section-home-3 .sec-title {
  margin-left: 0; }

.section-home-3 .sec-title h2 span {
  font-weight: 600;
  color: #111; }

.section-home-3 .sec-title h2 {
  color: #6495ED;
  margin-bottom: .5rem; }

.section-home-3 .item {
  padding-bottom: 2.5rem; }

.section-home-3 .filters-group {
  margin-bottom: 2.5rem;
  padding-left: 0px; }

.section-home-3 .filters-group ul {
  padding-left: 0px; }

.section-home-3 .filters-group ul li {
  list-style: none;
  color: #000;
  display: inline-block;
  padding: 10px 15px;
  text-transform: capitalize;
  font-weight: 500;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

.section-home-3 .filters-group ul li:hover {
  background: #6495ED;
  color: #fff; }

.section-home-3 .filters-group {
  text-align: center;
  border-radius: 5px; }

@media screen and (max-width: 543px) {
  .section-home-3 .filters-group ul {
    padding-left: 0px; }

  .section-home-3 .filters-group ul li:hover {
    background: none;
    color: #000; } }
@media screen and (max-width: 767px)
.section-home-3 .filters-group .active {
  background: #6495ED;
  color: #fff; }

/*-----------------------------------*/
/*------ SECTION TEAM ----*/
/*-----------------------------------*/

section.team { padding: 0 !important; }

/*-----------------------------------*/
/*------ 8. SECTION REPORT ----*/
/*-----------------------------------*/
section.home-header {
  padding: 6rem 0;
  background-attachment: fixed;
  color: #fff; }

.home-header .report-info h2 {
  margin-bottom: 1.5rem;
  font-weight: 600; }

.home-header .report-info p {
	color: #fff; }

.home-header .report-info .bg-1 {
  margin-top: 1.5rem; }

.home-header .sec-title {
  margin-left: 0; }

.home-header .sec-title h2 span {
  font-weight: 500;
  color: #fff; }

.home-header .sec-title h2 {
  color: #6495ED;
  margin-bottom: .5rem; }

.home-header h2::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #6495ED;
  content: " ";
  width: 110px;
  margin-top: .5rem;
  margin-bottom: 1.5rem; }

.home-header img {
	padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .home-header .report-info {
    margin: 1rem 0; 
	padding: 1rem 0;} }
.home-header .report-graphic img {
  width: auto;
  height: auto; }