@media only screen and (max-width: 767px) {
  .contact-us-info1 {
    margin-bottom: 30px;
  }
}
.contact-us-info1 h2 {
  font-size: 24px;
  color: #212121;
  text-transform: uppercase;
}
.contact-us-info1 ul {
 list-style: none;
}
.contact-us-info1 ul > li {
  padding: 15px 0 8px 30px;
  position: relative;
  border-bottom: 1px solid #BDBDBD;
  font-size: 17px;
}
@media only screen and (max-width: 1199px) {
  .contact-us-info1 ul > li {
    padding: 13px 0 6px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us-info1 ul > li {
    padding: 15px 0 6px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-info1 ul > li {
    padding: 13px 0 4px 30px;
  }
}
.contact-us-info1 ul > li:last-child {
  border-bottom: 0;
}
.contact-us-info1 ul > li i {
  color: #002147;
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 40px;
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .contact-us-info1 ul > li i {
    top: 20px;
  }
}
.contact-us-info1 ul > li h3 {
  text-transform: capitalize;
  color: #111111;
  font-size: 20px;
  margin-bottom: 5px;
}
.contact-us-info1 ul > li .contact-social {
  margin-bottom: 10px;
  border: none;
}
@media only screen and (max-width: 767px) {
  .contact-us-info1 ul > li .contact-social {
    margin-bottom: 20px;
  }
}
.contact-us-info1 ul > li .contact-social li {
  display: inline;
  margin-right: 15px;
  padding: 0;
  border: none;
}
@media only screen and (max-width: 1199px) {
  .contact-us-info1 ul > li .contact-social li {
    margin-right: 7px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-us-info1 ul > li .contact-social li {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us-info1 ul > li .contact-social li {
    margin-right: 2px;
  }
}
.contact-us-info1 ul > li .contact-social li a {
  background: transparent;
  border: 1px solid #002147;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .contact-us-info1 ul > li .contact-social li a {
    height: 28px;
    width: 28px;
    line-height: 28px;
  }
}
.contact-us-info1 ul > li .contact-social li a i {
  font-size: 20px;
  position: inherit;
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 991px) {
  .contact-us-info1 ul > li .contact-social li a i {
    font-size: 16px;
  }
}
.contact-us-info1 ul > li .contact-social li:hover a {
  border: 1px solid #002147;
  background: #002147;
}
.contact-us-info1 ul > li .contact-social li:hover a i {
  color: #ffffff;
}

.sidebar-box {
  margin-bottom: 30px;
  background: #FFFFFF;
 
  
}
.sidebar-box:last-child {
  margin-bottom: 0;
  
}
.sidebar-box .sidebar-box-inner {
  padding: 30px 25px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar-box .sidebar-box-inner {
    padding: 30px 15px;
  }
}


.sidebar-box .sidebar-box-inner {
  padding: 30px 25px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sidebar-box .sidebar-box-inner {
    padding: 30px 15px;
  }
}

h3.sidebar-title {
  font-size: 22px;
  color: #002147;
  text-transform: capitalize;
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
}
@media (min-width: 480px) and (max-width: 1199px) {
  h3.sidebar-title {
    font-size: 19px;
  }
}
@media only screen and (max-width: 479px) {
  h3.sidebar-title {
    font-size: 18px;
  }
}
h3.sidebar-title a {
  color: #002147;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
h3.sidebar-title a:hover {
  color: #fdc800;
}
h3.sidebar-title:before {
  content: "";
  height: 3px;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: 1;
  background: #002147;
}

.active, .sidebar-categories li a:hover {
 color: #3f3f95!important;
    font-weight: 600;
}
.sidebar-categories li {
  margin-bottom: 10px;
  padding:0 0 10px 10px!important;
  border-bottom: 1px solid #e0e0e0; margin-left:0!important;
}
.sidebar-categories li a:hover{ color:#3f3f95!important; font-weight:600;}

.sidebar-categories li:before {
    content: "\f105"!important;
    position: absolute; color:#000!important; 
    left: 0;
    top: 0; padding:0;
    z-index: 1;
    color: #fdc800;
    font-family: FontAwesome;
}

.sidebar-categories li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.sidebar-categories li a {
  color: #444444;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 16px;
  color: #002147;
}
.sidebar-categories li a:hover {
  color: #fdc800;
}
.sidebar-box {
    margin-bottom: 30px;
    background: #f5f3f0;
    
}

.logo {
    background: url(../images/emblem-dark.png) no-repeat 3px 0;
    float: left;
    font-size: 160%;
    line-height: 105%;
    min-height: 103px;
    padding: 14px 0 0 78px;
    text-transform: uppercase;
	margin-top:1%;
	

}
.call_now {
    font-size: 20px;
    letter-spacing: 2px;
    position: relative;
}
.initiative_logo {
   padding-right: 15px;
    padding-top: 39px;
    display: inline-block;
    float: right;
    color: #fff;
    font-size: 25px;
}


       * { margin: 0; box-sizing: border-box; }
.header { border-bottom: 1px solid #aaa;}
.mw-fixed { max-width: 1180px; margin: auto; }
      @media only screen and (max-width: 600px) {
			.h-clmn.dgt-h {
				display: flex;
				justify-content: space-between;
			}
			.dgt-img {
				height: 60px;
				text-align: center; 
}				
}

      @media only screen and (min-width: 600px) {
          .h-clmn { float: left;  }
          .dgt-h { float: right;margin-top: 1%; }
          .dgt-img { height: 80px;padding: 4px; }
      }

        .glegoo * { font-family: 'Glegoo', serif; }



.clmn2 { float: right;
padding: 8px;  width: 50%;
}

.row-c:after {
  content: "";
  display: table;
  clear: both;
}

h2 { font-size: 32px; }

@media only screen and (max-width: 600px) {
.clmn2 { width: 100%; margin-bottom: 20px; } 
.dgt-header { width: 90%; }
          .dgt-img { height: 50px; padding-top: 12px; }

}

@media only screen and (min-width: 600px) {

}
@media only screen and (max-width: 600px) {
  .row{
   display: flex;
    flex-flow: column-reverse;
     }
}
@media (max-width: 767px) {    #hiddenslider{
  display:none;
}
}