/*-----------------  Main Banner ---------------*/
body {
 font-family: 'Montserrat', sans-serif;
 font-weight: normal;
 color:#57667E;
 font-size: 17px;
 position: relative;
 top:0 !important;
}

/*-----------------  Main Banner ---------------*/
.cd-words-wrapper{
 padding-bottom: 4px;
}
#promo-banner {
  position: relative;
  padding: 15rem 0 10rem;
  min-height: 100vh;
}

@media(min-height: 900px) and (min-width: 1600px){
  #promo-banner .container{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    left: 50%;
    margin-left: -585px;
  }
}

#promo-banner .main-title {
  font-family: 'Lato';
  font-size: 72px;
  color: #233D63;
  letter-spacing: 2px;
}

#promo-banner .main-title span,
#promo-banner .main-title span b {line-height: 80px;}
#promo-banner .main-title i {
  color: #e1a34c;
  font-style: normal;
}

@media (max-width: 992px) {
  #promo-banner .main-title {
    font-size: 52px;
  }
  #promo-banner .main-title span,
  #promo-banner .main-title span b {line-height: 60px;}
}

@media (max-width: 768px) {
  #promo-banner .main-title {
    font-size: 38px;
  }
  #promo-banner .main-title span,
  #promo-banner .main-title span b {line-height: 42px;}
}

@media (max-width: 468px) {
  #promo-banner .main-title {
    font-size: 28px;
  }
  #promo-banner .main-title span,
  #promo-banner .main-title span b {line-height: 30px;}
}
@media (max-width: 380px) {
  #promo-banner .main-title {
    font-size: 22px;
  }
  #promo-banner .main-title span,
  #promo-banner .main-title span b {line-height: 1.5}
}

/*
#promo-banner:before {
  content: '';
  background: -webkit-radial-gradient( 50% 50%, circle closest-side, rgb(35,38,91) 0%, rgb(27,29,61) 100%);
  position: absolute;
  width: 2285px;
  height: 2285px;
  border-radius: 50%;
  left:50%;
  top:-500px;
  transform: translateX(-50%);
  z-index: -1;
}
*/

#promo-banner .oval-one {
  position: absolute;
  right: -3%;
  top:26%;
  animation: jump 8s infinite linear;
}
#promo-banner .shape-three {
  position: absolute;
  top:21%;
  right: 22%;
  animation: animationFramesTwo 13s infinite linear;
}
#promo-banner .shape-four {
  position: absolute;
  top:27%;
  left: 7%;
  animation: animationFramesFour 25s alternate infinite linear;
}
#promo-banner .shape-five {
  position: absolute;
  top:50%;
  left: 50%;
  animation: animationFramesThree 35s alternate infinite linear;
}
#promo-banner .shape-six {
  position: absolute;
  top:70%;
  right: 3%;
  animation: animationFramesFour 20s alternate infinite linear;
}
#promo-banner .shape-seven {
  position: absolute;
  bottom: 2%;
  right: 28%;
  animation: animationFramesOne 15s infinite linear;
}
#promo-banner .shape-eight {
  position: absolute;
  bottom: 3%;
  left: 38%;
  animation: animationFramesFour 20s alternate infinite linear;
}
#promo-banner .shape-nine {
  position: absolute;
  bottom: 4%;
  left: 4%;
  animation: animationFramesOne 17s infinite linear;
}
#promo-banner .shape-ten {
  position: absolute;
  top:60%;
  left: 4%;
  animation: animationFramesOne 20s alternate infinite linear;
}
#promo-banner .shape-eleven {
  position: absolute;
  top:22%;
  left: 41%;
  animation: animationFramesOne 15s infinite linear;
}
/*-----------------  Our work ---------------*/
.promoburo-work .bottom-title {
  max-width: 600px;
}

@media (max-width: 992px) {
  .promoburo-work {
    margin-bottom: 80px;
  }
}
.about-images .img-box:before ,
.agn-about-us .img-box:before {
  content: '';
  width: 288px;
  height: 126px;
  background: #FF3A46;
  border-radius: 5px;
  position: absolute;
  top:-50px;
  left:0;
  z-index: -1;
}

.about-images:before {
  display: none;
}

.about-images .img-box ,
.agn-about-us .img-box {
    position: relative;
    padding-left: 45px;
}

.about-images .img-box2 ,
.agn-about-us .img-box2 {
    position: absolute;
    top: 150px;
    left: 20px;
    width: 240px;
    z-index: -1;
}

@media (max-width: 992px) {
  .about-images .img-box2 ,
  .agn-about-us .img-box2 {
      top: 260px;
      visibility: hidden;
  }

  .about-images .img-box ,
  .agn-about-us .img-box {
    width: 85%;
    padding: 0;
    margin-left: 15%;
  }
  .about-images .img-box:before, .agn-about-us .img-box:before {
    width: 90%;
    height: 100%;
    top: -20px;
    left: -17%;
    max-width: 400px;
    max-height: 200px;

  }

}
.agn-about-us .text-wrapper .client {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  color: #808C9F;
}
.agn-about-us .text-wrapper .client .name {
  font-family: 'CircularStdmed';
  font-size: 20px;
  color: #233D63;
}

.agn-about-us .text-wrapper .quote {
    font-size: 20px;
    line-height: 1.6;
    color: #233D63;
    padding: 15px 0 35px;
}
.agn-our-gallery.no-arrows  .main-wrapper{
	padding-top: 0;
}
.agn-our-gallery.no-arrows .owl-controls{
	display: none!important;
}

.agn-our-gallery:before {
  content: none;
}

.item .description {
  position: absolute;
  bottom: 0;
  left:0;
  right: 60px;
  background: #fff;
  padding: 25px 5px 10px;
  z-index: 1;
}
.item .description .title a {
  font-size: 24px;
  color: #1d1d1d;
  text-transform: capitalize;
  margin-bottom: 0;
}

/*-----------------  Call to actiom ---------------*/
.call-to-action {
  position: relative;
  margin: 20px 0 50px;
}

.call-to-action .bottom-banner {
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  margin: 50px 100px 0;
  padding: 45px 60px 28px;
}

.call-to-action .bottom-banner .text {float: left;}
.call-to-action .bottom-banner .text .title {
  font-size: 27px;
  padding-bottom: 2px;
}

.call-to-action .bottom-banner .text p {
  font-size: 18px;
  max-width: 600px;
}
.call-to-action .bottom-banner .contact {
  float: right;
  line-height: 46px;
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
.call-to-action .bottom-banner .text {
    float: none;
}

.call-to-action .bottom-banner .text h3 {
    margin-bottom: 10px;
}

.call-to-action .bottom-banner .contact {
    float: none;
}

}

/*-----------------  Our cases ---------------*/


.cases-title {
  padding-left: 10rem;
  padding-right: 10rem;
  padding-bottom: 5rem;

}

@media (max-width: 992px) {
  .cases-title {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.show-all-cases {
  display: inline-block;
  margin: 35px 0 0;
  width: 300px;
}

.our-feature-app .single-feature-box:nth-child(1):before {
  content: none;
  position: absolute;
  top:53%;
  left:81px;
}
.our-feature-app .single-feature-box:nth-child(2):before {
  content: none;
  position: absolute;
  top:63%;
  left: 80px;
}

.our-feature-app .single-feature-box {
    padding-bottom: 150px;
    position: relative;
}

.works-counter {
  padding-bottom: 30px;
}

.works-counter .number {
    color: #FF3A46;
    font-size: 42px;
}

.works-counter .timer-label {
    color: #57667E;
}

.our-feature-app .single-feature-box:nth-child(3n) .text-wrapper .explore-button {
    color: #ead24c;
    background: #fef9da;
}

.ariosto-site {
    margin-top: 60px;
    margin-bottom: 0;
}
.ariosto-site img{
  width: 100%;
}

.ariosto-office {
    margin-bottom: 45px;
}

.work-box img {
  border-radius: 5px;
  box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
}

.our-feature-app .single-feature-box:nth-child(3n) .text-wrapper .explore-button:hover {background: #ead24c;color: #fef9da;}

.our-cases .more-cases-button {
  display: block;
  color: #233D63;
  width: 260px;
  line-height: 55px;
  text-align: center;
  border-radius: 4px;
  border: 2px solid rgba(151,151,151,0.3);
  font-size: 18px;
  margin: 0 auto;
}

.our-cases .more-cases-button:hover {
  color: #fff;
  box-shadow: 0px 13px 28px 0px rgba(163, 48, 53, 0.25);
  background-color: #FF3A46;
}


/*-----------------  Clients ---------------*/

.clients {
  padding: 20px 0 20px;
}

/*-----------------  Portfolio pages ---------------*/

/*-----------------  Our works ---------------*/
.gallery-sidebar {
    padding-top: 0px;
}


/*-----------------  Work details ---------------*/

.related-project {
  background: #fff;
}

.img-box .hover-content {
  position: absolute;
  top:0;
  left:0;
  bottom: 0;
  right: 0;
  background: rgba(26,26,26,0.5);
  text-align: center;
  border-radius: 5px;
  transform: scale(0.5);
  opacity: 0;
}
.img-box .hover-content .icon {
  position: relative;
  top:50%;
  transform: translateY(-50%);
  font-size: 60px;
  color: #fff;
}
.img-box:hover .hover-content {
  transform: scale(1);
  opacity: 1;
}

.label {
  line-height: 1.6;
  color: #a4a7ac;
  margin-bottom: 7px;
}

.mb-30 {
  margin-bottom: 30px;
}

/*-----------------  Dark  ---------------*/
.dark-style .page-title {
  color: #f8f9fa;
  text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.dark-style .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #f8f9fa;
  text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.dark-style .header-right-widget .call-us {
  color: #f8f9fa;
  text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.dark-style .navbar .navbar-collapse .navbar-nav .active .nav-link {
    color: #FF3A46;
}

.fixed .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #64697A;
  text-shadow: none;
}

.fixed .header-right-widget .call-us {
  color: #A2ADBD;
  text-shadow: none;
}

.fixed .navbar .navbar-collapse .navbar-nav .active .nav-link {
    color: #FF3A46;
    text-shadow: none;
}

/*-----------------  Cleat  ---------------*/

.clear .page-breadcrumbs {
  background: transparent;
}

/*-----------------  Contact us ---------------*/

.contact-us-section .contact-info .call:hover {
  text-decoration: none;
}


/*--- styles for some blocks ---*/
/*base*/
/* index */
@media(max-width: 767px){
  .call-to-action .bottom-banner{
    margin-right: 0;
    margin-left: 0;
  }
}
@media(max-width: 480px){
  .call-to-action .bottom-banner{
    padding: 25px 20px 20px;
  }
  .call-to-action .bottom-banner .text .title{
    font-size: 24px;
  }
  .call-to-action .bottom-banner .text p {
    font-size: 15px;
    line-height: 1.5;
  }
}

/*our works*/
@media(min-width: 768px) and (max-width: 991px){
  .our-works-sidebar.gallery-sidebar .sidebar-list li{
    display: inline-block;
  }
  .our-works-sidebar li:not(:last-of-type){
    margin-right: 20px;
  }
}

.our-works_drop-menu li{
  line-height: 20px;
}
@media(min-width: 768px){
  .our-works_drop{
    cursor: text;
  }
  .our-works_drop-menu{
    position: relative!important;
    transform: translate3d(0,0,0)!important;
    box-shadow: none;
    border: none;
    display: block;
    z-index: 1;
    top: 0;
    float: none;
  }
  .our-works_drop-btn{
    pointer-events: none;
    cursor: text;
  }
  .our-works_drop-btn:after{
    display: none;
  }
}
@media(max-width: 767px){
  .our-works_drop-menu{
    padding-left: 20px;
    padding-right: 20px;
    max-height: 70vh;
    overflow-y: auto;
    box-shadow: 0px 30px 70px 0px rgba(137,139,142,0.15);
    border: none;
    border-radius: 0;
    transform: translate3d(0,60px,0)!important;
    z-index: 80!important;
  }
}
.our-work:hover .img-box:after,
.project-item:hover .img-box:after{
  opacity: 1;
}

.our-work .img-box:after,
.project-item .img-box:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;

  transition: opacity .3s ease-in-out;
}

.agn-our-gallery .main-wrapper .our-work .img-box img{
  transition: all 1s ease-in-out;
}
.our-work:hover .img-box > img{
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
}
.line-button-one.no-upper{
	text-transform: none;
}

.button-wrap.center{
	text-align: center;
}
.button{
	cursor: pointer;
}
.some-btn .button:not(:last-of-type){
	margin: 0 10px 10px 0;
}


/* arrows */
.works-arrows{
	flex-wrap: wrap;
}
.works-arrows .theme-pager{
	white-space: nowrap;
	padding: .5rem 0;
}
.works-arrows .theme-pager:first-of-type{
	margin-right: 2rem;
}

.works-arrows .theme-pager .flaticon-back{
	margin-right: 1rem;
}
.works-arrows .theme-pager .flaticon-next{
	margin-left: 1rem;
}


/* case */
@media(max-width: 991px){
	.case_adaptive-hidden{
		display: none!important;
	}
	.case_adaptive-visible{
		display: block!important;
	}
	.case_head{
		margin-bottom: 1rem;
	}
	.case_head + .works-counter{
		margin-top: 1rem;
	}
}
@media(min-width: 992px){
	.case_adaptive-hidden{
		display: block!important;
	}
	.case_adaptive-visible{
		display: none!important;
	}
}

/***project**/
.project-footer{
	margin-right: 200px;
}
@media(max-width: 560px){
	.project-footer{
		margin-right: 0;
	}
}
.some-btn,
.customer-logo{
	margin: 1rem 0;
}
.enfield-row p{
  margin-bottom: 7px;
}

@media(min-width: 768px){
	.enfield-row > div:first-of-type{
		-ms-flex: 0 0 77%;
		flex: 0 0 77%;
		max-width: 77%;
	}
	.enfield-row > div:last-of-type{
		-ms-flex: 0 0 23%;
		flex: 0 0 23%;
		max-width: 23%;
	}
}
@media(max-width: 767px){
  .project-details-standard .mobile-phone .pd-img-box{
    margin: 0;
  }

  .mobile-phone_text{
    max-width: 222px;
    margin:  0 auto;
    padding-bottom: 7px;
  }

  .mobile-phone{
    width: 197px;
    max-height: 349px;
    overflow-y: auto;
    margin:  0 auto;
    position: relative;
    z-index: 2;
    left: -1px;
  }
  .mobile-phone_wrap{
    position: relative;
    max-width: 230px;
    margin: 54px auto 30px;
    height: 406px;
  }
  .mobile-phone_wrap:after{
    content: '';
    position: absolute;
    top:  -54px;
    left: 50%;
    margin-left: -115px;

    z-index: 1;

    width: 230px;
    height: 460px;
    background: url('../images/home/mobile.png') 50% 0% no-repeat;
    background-size: contain;
  }
}

.ariosto-row .pd-img-box,
.rosan-block .pd-img-box{
  margin-bottom: 30px;
}

.fb-hover{
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fb-hover:before{
  content: '';
  position: absolute;
  top:  0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26,26,26,0.5);
  transition: opacity .3s ease;
  opacity: 0;
  z-index: 10;
}
.fb-hover img{
  position: relative;
  z-index: 2;
  transform-origin: 50% 50%;
  transition: transform 1s ease;
}
.fb-hover:hover:before{
  opacity: 1;
}
.fb-hover:hover img{
  transform: scale(1.1,1.1);
}


.fs0{
  font-size: 0;
}
video{
  max-width: 100%;
  outline: none;
}
video p{
  font-size: 1rem;
}
.project-details .side-block.pb-30{
  padding-bottom: 30px;
}
.project-details-standard .pd-img-box.mb-30{
  margin-bottom: 30px;
}
.project-details-standard .pd-img-box.mb-150{
  margin-bottom: 150px;
}

.abs-arrows.owl-theme .owl-nav{
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 10px;
  transform: translateX(-50%);
}


@media(max-width: 991px){

	.our-feature-app .single-feature-box{
		padding-bottom: 100px;
	}

}
@media(max-width: 767px){
	.agn-about-us .text-wrapper .client .name,
	.agn-about-us .text-wrapper .quote{
		font-size: 18px;
	}
	.agn-about-us .learn-more {
		font-size: 18px;
		width: 200px;
		line-height: 50px;
	}
	.cases-title {
		padding-left: 0;
		padding-right: 0;
		max-width: 60ch;
	}
	.cases-title{
		margin-bottom: 40px;
	}

	.ariosto-row .pd-img-box, .rosan-block .pd-img-box {
		margin-bottom: 10px;
	}
}
@media(max-width: 500px){
	.enfield-lp_mob {
		max-width: 100%;
	}
}

.button-wrap{
  text-align: center;
}

.agn-testimonial-slider img{
  margin: 0 auto;
}
