/* navbar */
.navbar-custom {
	background-color: rgba(41, 35, 97, 1);
    /*font-size: 18px;*/
    margin-left: 10px;
    margin-right: 10px;
}


@media (max-width: 767px) {
    .navbar-custom {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .navbar-custom {
        font-size: 14px;
    }

}

@media (min-width: 992px) {
    .navbar-custom {
        font-size: 18px;
    }
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgb(255,255,255);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #FFFF00;
}

.main-navbar-text {
    color: #FFF;
    margin-top: 0;
    margin-bottom: 0;
}
.navbar-custom .dropdown-menu {
    background-color: rgba(254, 218, 0, 1);
    color: #000000;
}

/* and this styles the dropdwon trigger link, when open */
.navbar-custom2 .dropdown.show2 a2 {
    background-color: rgba(254, 218, 0, 1);
    color: #000000;
}

.dropdown-menu a:hover, .dropdown-menu a:active, .dropdown-menu a:focus {
    color: #FFF;
    background: rgba(41, 35, 97, 1);
}

.dropdown-item.active {
    color: #FFF;
    background: rgba(41, 35, 97, 1);
}





.row-blue {
	background-color: rgba(41, 35, 97, 1);
}

.col-nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.logo-left {
    background-color: rgba(254, 218, 0, 1);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.logo-right-padding {
    padding-right: 0px;
}

.logo-right {
    background-color: rgba(254, 218, 0, 1);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}


@media (max-width: 767px) {
    .logo-left {
        width: 150px;
    }
    .logo-right {
        width: 150px;
    }
    .main-navbar-text {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .logo-left {
        width: 150px;
    }
    .logo-right {
        width: 150px;
    }
    .main-navbar-text {
        font-size: 32px;
    }

}

@media (min-width: 992px) {
    .logo-left {
        width: 200px;
    }
    .logo-right {
        width: 200px;
    }
    .main-navbar-text {
        font-size: 40px;
    }
}




.main-heading {
    text-align: justify;
}
.main-heading h1 {
    font-weight: bold;
    color: rgba(41, 35, 97, 1);
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .main-heading h1 {
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .main-heading h1 {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    .main-heading h1 {
        font-size: 50px;
    }
}

.main-heading h1.bdr-left {
	padding-left: 10px;
	border-left: 10px solid rgba(254, 218, 0, 1);
}
.main-heading h1.bdr-bottom {
	text-align: center;
	border-bottom: 10px solid rgba(254, 218, 0, 1);
}
.main-heading h3 {
    font-size: 25px;
    font-weight: bold;
    color: rgba(41, 35, 97, 1);
    margin-bottom: 16px;
    margin-top: 25px;
    margin-bottom: 20px;
}
.main-heading span.bdr-bottom {
	border-bottom: 8px solid rgba(254, 218, 0, 1);
}
.main-heading ul {
    padding-left: 15px;
}
.main-heading li {
    padding-left: 15px;
}



#about {
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
}

.section-about p {
    text-align: justify;
}

.padding-right-0 {
    padding-right: 0px;
}

.padding-top-0 {
    padding-top: 0px;
}

.img-directur {
    background-image: url(../images/section-about-dir.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;  /*padding: 40px; (If don't want to set min-height or some image content is there) */
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 50px;
    margin-bottom: 10px;
}

.img-directur-text1 {
    color: #FFFFFF;
}

.img-directur-text2 {
    color: #FFFFFF;
}

@media (min-width: 576px) {
    .img-directur-text1 {
        font-size: 0.8rem;
        padding-left: 20px;
    }

    .img-directur-text2 {
        font-size: 0.7rem;
    }
}

@media (min-width: 768px) {
    .img-directur-text1 {
        font-size: 1.2rem;
        padding-left: 20px;
    }

    .img-directur-text2 {
        font-size: 0.9rem;
    }
}

@media (min-width: 992px) {
    .img-directur-text1 {
        font-size: 1.5rem;
        padding-left: 50px;
    }

    .img-directur-text2 {
        font-size: 1.2rem;
    }
}

/* Desktop Styles */
@media (min-width: 1200px) {
    .img-directur-text1 {
        font-size: 1.5rem;
        padding-left: 50px;
    }

    .img-directur-text2 {
        font-size: 1.2rem;
    }
}




.services-content-bg {
    background-image: url(../images/section-services-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;  /*padding: 40px; (If don't want to set min-height or some image content is there) */
    /*padding-top: 10px;*/
    padding-bottom: 200px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 25px;
}

.services-content-bg p2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}




#projects .project-item-wrapper:hover .project-item-img:before {
  opacity: 1;
  height: 100%;
  width: 100%;
}
#projects .project-item-img {
  position: relative;
}
#projects .project-item-img img {
  width: 100%;
}
#projects .project-item-img:before {
  width: 50%;
  height: 50%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(70, 118, 250, 0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#client {
    background-color: rgb(254, 218, 0);
}

.client-title {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
}


@media (max-width: 767px) {
    #client {
        margin-top: 5px;
    }
    .client-title {
        padding-left: 2px;
    }
}

@media (min-width: 768px) {
    #client {
        margin-top: 5px;
    }
    .client-title {
        padding-left: 2px;
    }
}

@media (min-width: 992px) {
    #client {
        margin-top: 50px;
    }
    .client-title {
        padding-left: 10px;
    }
}



.contact-block {
    padding-bottom: 10px;
}

.contact-right-area {
  margin-left: 50px;
}

.contact-right {
  padding: 4px;
	text-align: left;
}
.contact-right .single-contact {
    margin: 20px 0px;
    padding: 3px 55px;
    position: relative;
    color: #000000;
}

.single-contact2 {
padding-left: 0px !important;
padding-top: 10px !important;
}

.contact-right .single-contact p {
  margin-bottom: 5px;
}

.contact-right .single-contact p a {
  color: #000000;
}

.contact-right .contact-icon {
  background: #137ED9;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}


.conatiner-map {
  margin-top: 30px;
  text-align: center;
  background-color: #fff;
  height: 480px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
  width: 100%;
}

.map {
  margin-bottom: 30px;
}

#copyright {
  background: rgba(41, 35, 97, 1);
  padding: 10px;
}

#copyright p {
  line-height: 42px;
  color: #fff;
  text-align: center;
  margin: 0;
}

#copyright p a {
  color: #fff;
}

#copyright p a:hover {
  color: #137ED9;
}



.sub-page-row {
      background-color: #fff;
}


@media (max-width: 767px) {
    .sub-page-row {
        padding-left: 1rem !important;
        padding-right: 1.5rem !important;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

@media (min-width: 768px) {
    .sub-page-row {
        padding-left: 1rem !important;
        padding-right: 1.5rem !important;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

@media (min-width: 992px) {
    .sub-page-row {
        margin-left: 187px;
        margin-right: 187px;
    }
    .sub-page-row {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}


@media (min-width: 768px) {
    .img-bottom {
        /*position: absolute;
        bottom: 0;*/
        margin: auto;
        display: block;
        position: absolute;
        bottom: 0;
    }
}




