@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&family=Raleway:wght@200;300;500;600&display=swap');



.intro-carousel.owl-carousel .owl-item{
    margin-top: 100px;
}

.header-right-link .header-map {
    color: #444;
    position: relative;
    top: 0;
    font-size: 22px;
    cursor: pointer;
    right: -6px;
    display: inline-block;
    padding: 18px 0px;
}

.intro-area-2 .layer-1 span{
    color: #000;
    font-size: 24px;
    line-height: 10px;
    text-transform: capitalize;
    margin: 0px 0px 30px;
    max-width: 679px;
    font-weight: 400;
    letter-spacing: 1px;
}

.intro-area-2 .slider-content .tit{
    /*background-color: rgba(0, 0, 0, 0.8);*/
    padding: 30px 30px;
  /*  box-sizing: border-box;
    max-width: 550px;*/
    }

.about-content a{
color: #164aa0 !important;
}
.about-content a:hover{
color: #000 !important;
}

.choose-area-2 .left-headline h3{
    color: #fff;
}

.choose-area-2 .single-choose .choose-content h4 a {
    color: #fff;
}

.choose-area-2 .single-choose .choose-content p {
    color: #fff;
}

.division-area-2 .about-image::after{
    display: none;
}
.division-area-2 .col-md-6.col-sm-6.col-xs-12{
    padding-left: 0px;
    padding-right: 0px;
}
.division-area-2 .about-image {
    border-radius: 5px;
}
.division-area-2 .about-content {
    background: #fff;
    padding: 30px 30px;
    margin: 0px;
    box-shadow: none;
}

.division-image {
    /*margin-right: 100px;*/
    position: relative;
    /*text-align: center;*/
}
.division-image img {
   width: 100%;
}

.division-content {
    background: #164aa0;
    padding: 85px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    color: #fff;
    height: 540px;
    opacity: .9;
}
.division-content:hover{
    opacity: 1;
}
.division-content h3 {
    line-height: 34px;
    text-transform: unset;
    font-size: 38px;
    position: relative;
    font-weight: 700;
    color:#fff;
}
.division-content p {
    font-size: 16px;
    letter-spacing: 0.40px;
    line-height: 24px;
    margin-bottom: 5px;
    text-align: justify;
}
.division-details {
    overflow: hidden;
    display: block;
    padding-top: 10px;
}
.division-list li {
    color: #fff;
    padding-left: 25px;
    margin: 10px 0px;
    position: relative;
    font-size: 24px;
    font-weight: 500;
}

.division-content span {
    color: #fff;
    margin: 10px 0px;
    position: relative;
    font-size: 24px;
    font-weight: 500;
}

.division-content .read-more{
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: transparent;
    width: 160px;
    border-radius: 2px;
    margin-top: 50px;
}

.division-content .read-more:hover{
    background: #000;
    border: 1px solid #000;
}

/*--------------*/

.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 190px;
}

.animate-charcter2
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #164aa0 0%,
    #164aa0 29%,
    #000 67%,
    #fff 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 190px;
}

.animate-charcter3
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #3c763d 0%,
    #000 29%,
    #3c763d 67%,
    #3c763d 100%
 );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

/*----------*/

.about-area h3 {
  transform: scale(0.94);
  animation: scale 4s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes scale {
  100% {
    transform: scale(1);
  }
}

.about-area h3 span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

.about-area h3 span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.about-area h3 span:nth-child(2) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.about-area h3 span:nth-child(3) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.about-area h3 span:nth-child(4) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.about-area h3 span:nth-child(5) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.about-area h3 span:nth-child(6) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

/*-------------*/

.intro-carousel .owl-item .layer-1a{
    transform: translateY(-80%) !important;
}

.intro-carousel .owl-item.active .layer-1a{
    transform: translateY(10%) !important;
}

.bgicon {
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 160px;
    color: rgba(0,0,0,0.2);
}

.bgicon-spray {
    display: block;
    position: absolute;
    bottom: 54px;
    right: -30px;
    font-size: 180px;
    color: rgba(0,0,0,0.2);
}

.page-area {
    margin-top: 90px;
}

/*----------*/

.team-area h2 {
  transform: scale(0.94);
  animation: scale 4s forwards cubic-bezier(0.5, 1, 0.89, 1);
}

.team-area h2 span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

.team-area h2 span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.team-area h2 span:nth-child(2) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.team-area h2 span:nth-child(3) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.team-area h2 span:nth-child(4) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.team-area h2 span:nth-child(5) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.about-area h3 span:nth-child(6) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

/*---------*/

.page-area a{
    color: #164aa0 !important;
}

.breadcrumb .animate-charcter2{
    text-transform: capitalize;
    animation: textclip 20s linear infinite;
}

/*------------*/







@media (max-width: 992px) {
    .intro-carousel.owl-carousel .owl-item {
    margin-top: 0px;
}
/*.header-right-link .slice-btn{
    right: -4px;
}
.header-right-link .header-map{
    right: 0px;
}*/
.mean-container a.meanmenu-reveal{
    width: 100px !important;
}
.mobile-menu-area {
    padding: 0px 0px !important;
}
.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    float: right !important;
    min-height: 42px;
    padding: 4px 0 0;
    position: absolute !important;
    width: 85%;
    z-index: 999999;
    top: 20px;
}
}

@media (max-width: 768px) {
.division-image.ab-first-img {
    padding: 150px !important;
}
.area-padding-2 {
    padding: 25px 0px 70px;
}
.division-list li{
    font-size: 20px;
}
.division-content span{
    font-size: 20px;
}
.division-content h3{
    font-size: 30px;
}
.division-content{
    padding: 45px;
}
}


.about-area .services-headline h3 {
    font-size: 26px;
    width: 100%;
    line-height: 34px;
    font-weight: 400;
    text-transform: inherit;
    float: left;
    padding-right: 30px;
    color: #fff;
    background: #164aa0;
    text-align: center;
    margin-top: 30px;
}

.topbar-right{
    float: right !important;
}

.d-flex{
    display: flex;
}

.position-relative {
    position: relative !important;
}

.d-sm-block {
    display: block !important;
}

#Categories h3 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    text-transform: inherit;
    color: #001033;
}

.main-menu ul.navbar-nav >li:hover, 
.main-menu ul.navbar-nav >li.active {
    color: #fff;
    background: #206ae6;
}

.blog-content:hover{
    background: #206ae6;

}

.single-blog:hover .blog-content a h4,
.single-blog:hover .blog-content p{
    color: #fff !important;
}

.single-blog:hover .blog-content{
    background: #206ae6 !important;    
}

.left-headline h3 {
    max-width: 810px;
    font-size: 34px;
    line-height: 44px;
    margin: 0px auto 40px;
    text-align: left;
    color: #164aa0 !important;
    text-transform: uppercase;

}

/*-----------------------------*/
.dropping-texts {
  display: inline-block;
  width: 180px;
  text-align: left;
  height: 36px;
  vertical-align: -2px;
  font-size: 30px;
}

.dropping-texts > div {
  font-size:0px;
  opacity:0;
  margin-left:-30px;
  position:absolute;
  font-weight:300;   
  box-shadow: 0px 60px 25px -20px rgba(0,0,0,0.5);
}

.dropping-texts > div:nth-child(1) {
  animation: roll 5s linear infinite 0s;
  color: blue;
  
}
.dropping-texts > div:nth-child(2) {
  animation: roll 5s linear infinite 1s;
  color: #ff1361;
  
}
.dropping-texts > div:nth-child(3) {
  animation: roll 5s linear infinite 2s;
  color: red;
  
}
.dropping-texts > div:nth-child(4) {
  animation: roll 5s linear infinite 3s;
  color: #8209f1;
  
}

@keyframes roll {
  0% {
    font-size:0px;
    opacity:0;
    margin-left:-30px;
    margin-top:0px;
    transform: rotate(-25deg);
  }
  3% {
    opacity:1;
    transform: rotate(0deg);
  }
  5% {
    font-size:inherit;
    opacity:1;
    margin-left:0px;
    margin-top:0px;
  }
  20% {
    font-size:inherit;
    opacity:1;
    margin-left:0px;
    margin-top:0px;
    transform: rotate(0deg);
  }
  27% {
    font-size:0px;
    opacity:1;
    margin-left:20px;
    margin-top:100px;
  }
  100% {
    font-size:0px;
    opacity:0;
    margin-left:-30px;
    margin-top:0px;
    transform: rotate(15deg);
  }
}

/*---------------------------------*/

@media (min-width: 1440px){
    .single-service {
        min-height: 400px !important;
    }
}

.all-services .service-icon img{
    height: 80px;
    width: 80px;
    margin: auto;
}

.services-carousel .center .single-service .service-icon img, 
.single-service:hover .service-icon img{
    filter: brightness(0) invert(1);
}

#gallery-heading .center-headline h2{
    margin: 0px auto 0px;
}

#Contact .company-faq h3,
#Contact .company-faq a,
#Contact .company-faq p{
    color: #fff !important;
}

#Contact .company-faq h3{
    font-size: 22px;
    margin-bottom: unset !important;
}

#Contact .company-faq p{
    margin: 0;
}

#Contact .company-faq{
    min-height: 242px;
}

#Contact .company-faq:hover{
    background: #0f74bc;
}

#Contact .sub-headline {
    margin-bottom: 0px !important;
}


address {
    margin-bottom: 0px;
}

.main-menu ul.navbar-nav li:hover a{
    color: #fff;
}


/*--------------------------*/

.project-area{
    margin-top: 40px;
}

.intro-area.intro-area-2 {
    top: 50px;
    position: relative;
}