.page-home .page-content {
    padding: 0 0px;
}
body.page-home > div.body::before {
  display:none;
}
.gallery-section{
    position:relative;
}
.gallery-section:after{
    content:"";
    background-image: url(/template/2fcf5207/images/gallery-bg-shabe.png);
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    position: absolute;
    height: 940px;
    max-width:1068px;
    width:100%;
}

/*our Service  section start*/
.our-service-section{
    max-width: 1520px;
    margin: 0 auto 45px;
    padding: 115px 60px 0px;
    display:flex;
    justify-content: space-between;
    align-items: end;
}

.our-service-section .widget-title-wrapper .widget-title{
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height:26px;
    color:#567FBB;
    margin: 0 0 8px 0;
    padding: 0px;
    line-height: 34px;
}
.our-service-section .widget-title-wrapper .widget-sub-title{
   font-family: Manrope;
   font-weight: 700;
   font-size: 50px;
   line-height: 60px;
   letter-spacing: -0.02em;
   margin:0 0 20px 0;
   padding:0px;
}

.our-service-section a{
    display: inline-flex;
    padding: 13px 36px;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 1px solid #567FBB;
    color: #000000;
    font-family: Manrope;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    text-decoration: none;
    border-radius: 46px;
    min-width: 216px;
    text-align: center;
    min-height: 46px;
    -webkit-transition: all 0.5s 
ease 0s;
    transition: all 0.5s 
ease 0s;
    line-height: 100%;
}
.our-service-section a:hover{
    background-color:#567FBB;
    color:#ffffff;
}

.services-gallery-section .widget-title-wrapper{
    max-width: 1520px;
    margin: 0 auto 45px;
    padding:0px 60px 0px;
}

.services-gallery-section .widget-title-wrapper .widget-title{
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height:26px;
    color:#567FBB;
    margin: 0 0 8px 0;
    padding: 0px;
    line-height: 34px;
}
.services-gallery-section .widget-title-wrapper .widget-sub-title{
   font-family: Manrope;
   font-weight: 700;
   font-size: 50px;
   line-height: 60px;
   letter-spacing: -0.02em;
   margin:0 0 20px 0;
   padding:0px;
}

.widget.widget-html.our-expert-section p{
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0%;
    margin:0;
   padding:0;
  }
.widget-gallery.services-gallery-section .article-title {
    display: none;
}
.widget-gallery.services-gallery-section .owl-carousel .owl-stage-outer {
	margin-left:245px;
}
.widget-gallery.services-gallery-section{
   padding:115px 0 150px 0px;
}
.widget-gallery.services-gallery-section figure {
    margin:0px;
}
.widget-gallery.services-gallery-section .article-content h3{
    font-family: Manrope;
    font-weight: 800;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: left;
    margin: 0 0 15px 0;
    padding:0;
	color:#fff;
}
.widget-gallery.services-gallery-section .ourservice-text-detail {
    text-align: left;
}
.widget-gallery.services-gallery-section .ourservice-text-detail a{
    background: #567FBB;
    border: 0px solid #567FBB;
    text-decoration: none;
    font-family: Manrope;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    padding: 11px 35px;
    color: #ffffff;
    height: auto;
    display: inline-block;
	border-radius:50px;
	-webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    min-width: 197px;
    text-align: center;
   display:none;
}
.widget-gallery.services-gallery-section .ourservice-text-detail a:hover {
    background: #3E74C4;
    color: #ffffff;
}
.widget-gallery.services-gallery-section .article-item{
	position:relative;
	margin:0 8px;
}
.services-gallery-section .service-image img{
	height: 454px;
    object-fit: cover;
    border-radius: 12px;
}
.widget-gallery.services-gallery-section .article-item:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(30, 46, 67, 0.85) 81.06%);

}
.widget-gallery.services-gallery-section .article-item:before{
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
     background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) -32.27%, rgba(30, 46, 67, 0.85) 119.59%), linear-gradient(181.31deg, rgba(86, 127, 187, 0) 11.5%, rgba(46, 70, 104, 0.5) 173.85%);
    height: 100%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display:block !important;
    border-radius:0;
    opacity:0;
    bottom: -280px;
    z-index: 1;
    border-radius:13px;
}
.widget-gallery.services-gallery-section .article-item:hover:before{
    opacity:100;
    bottom:0px;
}

.widget-gallery.services-gallery-section .article-item .ourservice-text {
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.5s 
ease 0s;
    transition: all 0.5s 
ease 0s;
    padding: 0px 40px 0px 40px;
    bottom: 0px;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: end;
}
.widget-gallery.services-gallery-section .article-item .ourservice-text-detail {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity:100;
}
.widget-gallery.services-gallery-section .service-content {
    margin-bottom: 36px;
}

.widget-gallery.services-gallery-section .article-item .ourservice-text-detail p {
   color:#ffffff;
   font-family: Manrope;
   font-weight: 400;
   font-size: 16px;
   line-height: 26px;
   letter-spacing: -0.02em;
   text-align: left;
    margin:0 0 15px 0;
    padding:0;
}

.widget-gallery.services-gallery-section .article-item:hover .ourservice-text-detail {
    display: block;
    opacity: 100;
}

.widget-gallery.industry-gallery-section .owl-nav{
	text-align: right;
    margin-top: 54px;
    margin-right:250px;
}

.widget-gallery.services-gallery-section .owl-theme .owl-controls {
    margin-top: 36px;
}

.widget-gallery.services-gallery-section .owl-theme .owl-controls .owl-nav .owl-prev,
.widget-gallery.services-gallery-section .owl-theme .owl-controls .owl-nav .owl-next{
	width:48px !important;
	height:48px !important;
    border-radius: 50%;
    border: 1px solid #567FBB !important;
    margin: 0 13px !important;
}
.widget-gallery.services-gallery-section .owl-theme .owl-controls .owl-nav .owl-prev:hover,
.widget-gallery.services-gallery-section .owl-theme .owl-controls .owl-nav .owl-next:hover{
      background-color: #567FBB !important;
}
.widget-gallery.services-gallery-section .owl-theme .owl-controls .owl-nav .owl-next {
    height:20px;
    width: 16px;
    font-size: 0;
    background-image: url(/template/2fcf5207/images/slider-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: 18px 18px;
    margin: 0;
    background-color: transparent;
    padding: 0;
}

.widget-gallery.services-gallery-section .owl-theme .owl-controls .owl-nav .owl-prev{
    height:20px;
    width: 16px;
    font-size: 0;
    background-image: url(/template/2fcf5207/images/slider-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: 16px 18px;
    margin:0 8px 0 0;
    background-color: transparent;
    padding: 0;
	transform: rotate(180deg);
}

.widget-gallery.services-gallery-section .owl-theme .owl-controls .owl-nav .owl-next:hover{
	background-position: 18px -18px;
}

.widget-gallery.services-gallery-section .owl-theme .owl-controls .owl-nav .owl-prev:hover {
    background-position: 16px -18px;
}

/*our service  section end*/

.fee .widget-gallery.services-gallery-section .article-item .ourservice-text {
    padding: 0px 20px 0px 20px;
    bottom:45px;
}
.fee .widget-gallery.services-gallery-section .service-content {
    margin-bottom:25px;
}

