
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  color: #444444;
}

a {
  color: #2487ce;
  text-decoration: none;
}

a:hover {
  color: #469fdf;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

/*-- section-title--*/

.title-moving-line {
  position: relative;
  display: block;
  text-align: center;
}
.title-moving-line h2 {
  padding-bottom: 10px;
  font-weight: 800;
}
h6.title-small-orange{
  text-align: center;
}
.title-moving-line h2 {
  padding-bottom: 8px;
  font-weight: 800;
}
h2{
  color: #333;
}
.title-small-orange {
  color: #f47c25;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.titledescp{
  text-align: center;
  margin-bottom: 37px;
}

/*-- End section-title--*/

.container.maincontain {
  margin-top: 37px;
}
.promo-container {
  margin-top: 67px !important;
}
.services-section{
  position: relative;
  margin-top: -10%;
}

.pricingblock{
  margin-top: 77px;
}

.container.pb-5.position-relative {
  margin-top: 37px;
}

section {
  padding: 37px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #EBF3FF;

}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #124265;
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}


.circle-block {
  display: flex;
  margin: 50px auto 0px;
  justify-content: space-between;
  padding-bottom: 18%;
}
.wave-bg2 {
  background-image: url(../img/wave1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-origin: content-box;
}
.wave-bg1 {
  background-image: url(../img/wave.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-origin: content-box;
}
.wave-bg3 {
  background-image: url(../img/Wave3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  /* background-origin: content-box; */
  padding: 7% 0px 13%;
}
.pricing{
  padding-bottom: 50px !important;
  display: none;
}
.page-template-graphics .banner-index-main {
  padding-top: 7% !important;
  padding-bottom: 0px;
}
.gradient1 {
    position: absolute;
    top: -60px;
    right: 0px;
}
.gradient2 {
  position: absolute;
  left: 0px;  
  transform: translateY(-60%);
  z-index: -1;
}
.gradient3 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}
.gradient {
  border-radius: 278.479px;
  background: #f1ba65;
  height: 100px;
  width: 100px;
  filter: blur(51px);
  float: right;
}
.gradient5 {
  border-radius: 278.479px;
  background: #FCE7CC;
  height: 100px;
  width: 100px;
  filter: blur(29px);
  float: right;
  position: absolute;
  right: 0;
  bottom: 0px;
}
section.pt-5.circle-1{
  position: relative;
} 









/*--------------------------------------------------------------
# Clients logo section 1
--------------------------------------------------------------*/
/* New logo section */

.sec-heading {
  margin-bottom: 50px;
}
.sec-heading h2 {
  text-align: center;
  font-family: allura;
  font-size: 80px;
}

.icon_box {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease-in;
  margin: 8px auto;
}
.icon_box img {
  max-width: 20%;
  max-height: 100%;
  width: 100%;
}
.icon_box:hover {
  transform: scale(1.2);
}

/* End New logo section */






.clients {
  margin-top: 20px;
  padding: 0px 0;
  text-align: center;
  margin-bottom: 20px;
}

.clientrow{
  justify-content: space-between;
}

.clients img {
  /* max-width: 100%; */
  transition: all 0.4s ease-in-out;
  display: inline-block;
  /* padding: 15px 0; */
  /* filter: grayscale(100); */
}

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
  .page-template-graphics .banner-index-img ul {
    margin-bottom: 0px !important;
  }
  .page-template-graphics .banner-index-text{
    padding-top: 0px !important;
  }
  .pricingblock {
    margin-top: 47px;
  }
  .services-section {
    margin-top: 20px;
  }
}



/*--------------------------------------------------------------
# Our Work section 2
--------------------------------------------------------------*/


.container {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  
}

.cardmain{
  display: flex;
  justify-content: center;

}
.container .card {
  position: relative;
  width: 310px;
  height: 240px;
  margin: 20px;
  overflow: hidden;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}



.container .card .content {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  flex-direction: column;
  box-shadow: rgba(231, 46, 46, 0) 0px -10px 10px;
  transition: bottom 0.5s ease 0s;
  background-image: linear-gradient(360deg, rgb(0 30 83) 9%, rgb(0 0 0 / 0%) 64%);
}

/* for card hover */

/* .container .card:hover .content {
  bottom: 0;
  transition-delay: 0s;
} */


.card {
  background-color: #fff0;
  border: 1px solid rgb(0 0 0 / 0%);
}

.titleBx {
  padding-top: 304px;
}


.work-block-main{
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
margin: auto;
}

.work-block {
  /* width: 100vw; */
  /* height: 100vh; */
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.card {
  width: 348px;
  height: 335px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  /* padding: 0 36px; */
  perspective: 2500px;
  /* margin: 0 50px; */
}

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.workBx{
  text-decoration: none;
}

.titleBx h3{
  /* width: 100%;
    height: 100%;
    overflow: hidden; */
    /* position: absolute; */
   
    font-size: 24px;
    font-weight: 700;  
    color: #274b8c;
    text-decoration: none;
}

.wrapper {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  z-index: -1;
  border-radius: 8px;
}

.card:hover .wrapper {
  transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
  box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
}

.wrapper::before,
.wrapper::after {
  content: "";
  opacity: 0;
  width: 100%;
  height: 90px;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  border-radius: 8px;
}
.work-block .wrapper::before {
  top: 0;
  height: 100%;
  background-image: linear-gradient(to top,transparent 46%,rgb(12 13 19 / 0%) 68%,#2e497be0 97%);
  border-radius: 8px;
  opacity: 1;
}

/* .titleBx::before{
  padding-top: 130px;
}

.titleBx::after{
  padding-top: 130px;
} */

.work-block .wrapper::after {
  bottom: 0;
  transform: rotate(180deg);
  opacity: 1;
  background-image: linear-gradient(to top,transparent 46%,rgb(12 13 19 / 0%) 68%,#2e497be0 97%);
}

.card:hover .wrapper::before,
.wrapper::after {
  opacity: 1;
}

.card:hover .wrapper::after {
  height: 120px;
}
.title {
  width: 100%;
  transition: transform 0.5s;
}
.card:hover .title {
  transform: translate3d(0%, -50px, 100px);
}

.character {
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  z-index: -1;
}

.card:hover .character {
  opacity: 1;
  transform: translate3d(0%, -30%, 100px);
}
.container .card .content .contentBx h3 {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  /* margin: 160px 0 15px; */
  padding-top: 76px;
  line-height: 1.1em;
 
  transform: translateY(-20px);
}
/* for card  text hover */

/* .container .card:hover .content .contentBx h3 {
  opacity: 1;
  transform: translateY(0);
} */
.container .card .content .contentBx h3 span {
  font-size: 12px;
  font-weight: 300;
  text-transform: initial;
}
.container .card .content .sci {
  position: relative;
  bottom: 10px;
  display: flex;
}
.container .card .content .sci li {
  list-style: none;
  margin: 0 10px;
  transform: translateY(40px);
  transition: 0.5s;
  opacity: 0;
  transition-delay: calc(0.2s * var(--i));
}

.container .card:hover .content .sci li {
  transform: translateY(0);
  opacity: 1;
}
.container .card .content .sci li a {
  color: white;
  font-size: 24px;
}


/*  shine effect   */

.shine-overlay {
  position: relative;
  overflow: hidden;
  
  &:hover .shine {
    display: block;
  }
}

.shine {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.8)),to(rgba(255,255,255,0)));
  background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(255,255,255,0) 100%);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  animation: shine 0.75s linear 1;
}

@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }
  50% {
    left: 25%;
    opacity: .5;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}




@media (max-width: 768px) {
  .cardmain {
    flex-wrap: wrap;
   
  }

  }









/*--------------------------------------------------------------
# Our Process section 3
--------------------------------------------------------------*/

.circletxt {
  padding-top: 10px;
}
.circletxt h5{
  color: #f47c25;
  font-weight: 600;
}
.circle-block.col-md-12 {
  background-image: url(../img/process3.svg);
  background-position: 50% 40px;
  background-repeat: no-repeat;
}
/* .circle-with-icon:before {
  content: '';
  background-color: #000;
  height: 100%;
  width: 4px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
} */
.circle-with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 125px;
  padding: 20px;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #1E3C72 0%, #2A5298 100%);
  box-sizing: border-box;
  border: 4px solid #ffffff;
  font-size: 60px; 
  color: #fff;
  margin: 0px auto;
  box-shadow: 0px 0px 15px #558bd8;
}
.circleicn{
  background-image: url(../img/wave.svg);
}

.smallcircle {
  position: absolute;
    top: -23px;
    /* left: 33%; */
    transform: translatex(-5%);
    font-size: 24px;
    font-weight: 600;
    color: #274b8c;
    width: 45px;
    height: 45px;
    line-height: 47px;
    border-radius: 60px;
    background-color: #fdfdfd;
    text-align: center;
}

.circleinnerblock{
  text-align: center;
  justify-content: center;

}
p.circleinfo {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .circle-block.col-md-12 {
    flex-wrap: wrap;
    background-image: none;
}
p.circleinfo {
  margin-bottom: 52px;
}
}






/*--------------------------------------------------------------
# Brand section 4
--------------------------------------------------------------*/

.our-service {
  width: 100%;
  height: auto;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  /* margin-top: 20px; */
}
.serviceicn{
row-gap: 66px;
}

.our-service img {
 
  width: 78%;
}

.our-service h3
{
font-size:20px;
font-weight:700;
}

.our-service p
{
margin-bottom:0;
}

.our-service-front
{
width:100%;
height:auto;
position:relative;
z-index:10;
background:#ffffff;
padding:15px;
bottom:0px;
transition: all 0.5s ease;
  display: flex;
  align-items: center;
  gap: 10px;
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

/*our-service*/

.content1{
  display: flex;
  gap: 30px;
}


.pic-1 img {
  border-radius: 10px;
  height: 100%;
  width:  100%;
}

.pic1 {
  width: 80px;
  height: 80px;
  justify-content: center;
  /* text-align: center; */
  /* align-items: center; */
  display: flex;
}
.pic1 img{
  width: 100%;
}
.our-service-front h3{
  width: 58%;
  word-break: break-word;
  text-align: left;
}
.our-service img {
  width: 100%;
  max-width: 70px;
}
.our-service-front{
   min-height: 108px;
  }

@media (max-width: 991px) {
.content1 {
  flex-wrap: wrap;
  justify-content: center;
}
.page-template-graphics .banner-index-img ul {
  margin-bottom: 50px;
}
.promo-container {
  margin-top: 27px !important;
}
.gradient5{
  display: none;
}
.pt-5.circle-1{
  margin-bottom: -70px;
  margin-top: -42px;
}
.pricing.wave-bg3 {
  padding-bottom: 30px;
  padding-top: 10px;
}
.services-section .content1 .col-md-6{
  flex: 0 0 100%;
  max-width: 100%;
}
.services-section .serviceicn .col-lg-6{
  max-width: 50%;
}
.our-service h3 {
  font-size: 18px;
}
.our-service img {
  width: 100%;
  max-width: 50px;
}

.serviceicn {
  row-gap: 26px;
}
.our-service-front {
  min-height: 78px;
}
.pic1 {
  width: 50px;
  height: auto;
}
}
@media (max-width: 479px) {
  .services-section .serviceicn .col-lg-6{
    max-width: 100%;
  }
  .our-service-front {
    min-height: 68px;
  }
  .pic1 {
    width: 40px;
    height: auto;
  }
  .serviceicn {
    row-gap: 10px;
  }
}






/*--------------------------------------------------------------
# Pricing section 5
--------------------------------------------------------------*/
.content1.col-md-12 {
  padding-bottom: 37px;
}
.pricingtag {
  position: absolute;
  font-size: 16px;
  padding: 12px 20px;
  background: var(--Icon_linear, linear-gradient(90deg, #1E3C72 0%, #2A5298 100%));
  color: #fff;
  font-weight: 600;
  border-radius: 10px;
  z-index: 1;
  width: auto;
  margin-top: -12px;
  margin-left: 23px;
}

.pricing .pricingbox {
  padding: 40px 20px;
  text-align: center;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.pricing .pricingbox h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #124265;
}

.pricing .pricingbox h4 {
  font-size: 42px;
  color: #424242;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
  font-weight: 800;
}

.pricing .pricingbox h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .pricingbox h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .pricingbox ul {
  padding: 0;
  list-style: none;
  color: #124265;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .pricingbox ul li {
  padding-bottom: 16px;
}

.pricing .pricingbox ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .pricingbox .btn-wrap {
  
  text-align: center;
}

.pricing .pricingbox .btn-buy {
  display: inline-block;
  padding: 15px 10px;
  border-radius: 9px;
  color: #f47c25;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #f47c25;
  width: 80%;
}
.pricing .pricingbox .btn-buy:hover {

  color: #fff !important;
  background: linear-gradient(180deg, #FD5F2A 0%, #FA8F14 100%);
}

.pricing .featured {
  background: linear-gradient(180deg, #FD5F2A 0%, #FA8F14 100%);
}

.pricing .featured h3,
.pricing .featured h4,
.pricing .featured h4 span,
.pricing .featured ul,
.pricing .featured ul .na {
  color: #fff;
}

.pricing .featured .btn-wrap {

  text-align: center;
}

.pricing .featured .btn-buy {
  color: #fff;
  border: 2px solid #fff;
}

.pricing .featured .btn-buy:hover {
  background: #fff;
  color: #f47c25 !important;
}






/*--------------------------------------------------------------
# Testimonials section 6
--------------------------------------------------------------*/

.ourworks-box{
	width: 60%;
	justify-content: center;
	text-align: center;
}

.our-works-head{
	font-size: 30px;
	font-weight: 400;
	color: black;
}
.introduce{
	height: auto;
	background-color:white;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 10px;
	border-bottom: 4px solid #43434343;
	color: #424242;
	display: flex;
	border-radius: 10px;
	transition: all .5s ease;
}

.introduce:hover{
	border-bottom: 4px solid #F17C23;
	color: #424242;
	text-decoration: none;
	border-radius: 10px;
}
.flex-column-1{
	height: auto;
	width: 100%;
	margin-left: 30px;
}
.flex-column-2{
	align-items:center;
}
.text-gray{
	color: gray;
	font-size: 14px;
}
.pic {
  height: 140px;
  width: 140px;
  margin-left: 43px;
  border-radius: 50%;
  transition: all .2s ease-in-out;
  filter: none;
  border: 4px solid #FFD3B3;
}

/* .introduce:hover .pic{
	filter: grayscale(100%);
} */
.carousel-indicators .active{
	background-color: #F17C23;
}
.carousel-indicators li{
	background-color: #333333;
}
.carousel-indicators{
	bottom: -50px;
}
.p1{
	background-image: url("../img/testimonials/img1.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;

}
.p2{
	background-image: url("../img/testimonials/img2.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.p3{
	background-image: url("../img/testimonials/img3.webp");
	background-position: center;
	background-repeat: no-repeat; 
	background-size: contain;
}
.p4{
	background-image: url("../img/testimonials/img4.webp");
	background-position: center;
	background-repeat: no-repeat; 
	background-size: contain;
}

.owner{
	font-weight: 700;
	margin-bottom: 0px;
}

.text1{
	font-size: 14px;
}

img.quote-icon {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

p.text1 {
  padding-right: 1.2em;
}

  p.owner {
    padding-right: 1.2em;
    /* text-align: right; */
  }
  p.text-gray{
    padding-right: 1.2em;
    /* text-align: right; */
  }




/*--------------------------------------------------------------
# IMG Carousel
--------------------------------------------------------------*/
.graphicgall-imgviewmain{
  width: 100%;
}
.graphicgall-imgviewmain ul li a p{
  margin-bottom: 0px;
  line-height: normal;
  letter-spacing: 0px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #444;
}
.graphicgall-imgviewmain .galleryservthumbnail img{
  width: 50px;
  height: 50px;
  transition: all 0.5s ease 0s;
  border-radius: 10px;
}
.graphicgall-imgviewmain .galleryservthumbnail img:hover{
  opacity: .9;
  transform: scale(0.95);
}
.graphicgallwrapper .image-gallery #mainImage{
  max-width: 500px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 15px;
  border: none !important;
}
.graphicgall-imgviewmain a:hover,
.graphicgall-imgviewmain a:focus{
    text-decoration: none;
    outline: none;
}
.graphicgall-imgviewmain .vertical-tab{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}
.graphicgall-imgviewmain .vertical-tab .nav-tabs{
    border: none;
    display: flex;
    flex-wrap: wrap;
    width: 49%;
    height: auto;
}
.graphicgall-imgviewmain .vertical-tab .nav-tabs li{ 
  float: none; 
  width: 45%;
  margin: 2%;
  box-shadow: 0px 5px 15px rgba(0,0,0,.2);
  border-radius: 15px;
  height: fit-content;
  margin-top: 0px;
}
.graphicgall-imgviewmain .vertical-tab .nav>li>a>img {
  width: 50px;
  height: 50px;
}
.graphicgall-imgviewmain .vertical-tab .nav-tabs li a{
    display: flex;
    color: #222;
    background: transparent;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    text-transform:capitalize;
    padding: 17px 20px 17px;
    margin: 0 0 0px 0;
    border: 2px solid transparent;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    /* transition: all 0.3s ease 0.3s; */
    text-align: left;
    align-items: center;
}
.thumbnailmini-border,
.thumbnailmini-border1{
    border: 2px solid #0a1a37;
    box-shadow: 0px 0px 10px rgba(0,0,0,.4);
}
.graphicgall-imgviewmain .vertical-tab .nav-tabs li a:hover,
.graphicgall-imgviewmain .vertical-tab .nav-tabs li a.active{
    color: #f37c24;
    background: #f4f4f4; 
    border-radius: 15px;   
}
.graphicgall-imgviewmain .vertical-tab .nav-tabs li a.active{    
    border: 2px solid #f37c24;    
}
.graphicgall-imgviewmain .vertical-tab .nav-tabs li.active a:hover,
.graphicgall-imgviewmain .vertical-tab .nav-tabs li.active a{ 
    color: #f37c24; 
}
.graphicgall-imgviewmain .vertical-tab .tab-content{
    color: #444;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 23px;
    padding: 0px 20px;
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border: none;
    top: 0px;
    bottom: 0px;
    display: contents;
}
.graphicgall-imgviewmain .vertical-tab .tab-content h3{
    color: #1e97bf;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 7px;
}
.graphicgall-imgviewmain .graphicgallwrapper {
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
    width: 100%;
  }
  
  .graphicgall-imgviewmain .image-gallery {
    margin: 0 auto;
    /* display: table; */
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0px 20px;
    justify-content: center;
  }
  .galleryservthumbnail{
    padding: 7px;
    background: #fff;
    border-radius: 10px;
    margin: -40px auto 0px;
  }
  
  .graphicgall-imgviewmain .primary,
  .graphicgall-imgviewmain .thumbnails {
    display: table-cell;
  }
  
  .graphicgall-imgviewmain .thumbnails {
    /* width: 300px; */
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .graphicgall-imgviewmain .thumbnail{
    background-color: transparent;
    border: none;
  }
  
  .graphicgall-imgviewmain .primary {
    /* width: 600px; */
    height: 400px;
    background-color: #cccccc;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  
  .graphicgall-imgviewmain .thumbnail:hover .thumbnail-image, 
  .graphicgall-imgviewmain .selected .thumbnail-image {
    border: 4px solid red;
  }
  
  .graphicgall-imgviewmain .thumbnail-image {
    width: 100px;
    height: 100px;
    margin: 20px auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border: 4px solid transparent;
  }
  .position-relative .carousel-control-next, .position-relative .carousel-control-prev{
    width: 35%;
  }
  .clients.section-bg .owl-carousel .owl-item img {
    border-radius: 0px !important;
  }
  /***** Image zoom****/
  .gallery-photo {
    border: 1px solid #333;
    box-shadow: 1px 2px 3px #444;
    width: 100%;
    /* Change ratio from square to rectangle by adjusting height and max-width */
    height: 225px;
    max-width: 225px;
    border-radius: 10px;
    overflow: hidden;
    transition: 250ms;
  }
  /* Images inside the container */
  .gallery-photo img {
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
    cursor: pointer;
  }
  /* Adds an effect to previews on mouse-over */
  .grow:hover {
    transform: scale(1.03);
    transition: 250ms;
  }
/**** Video Gallery ****/
.video-selected{
  min-width: 500px;
}
.video-gallerymini{
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}
.video-selected {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  }
        
.video-iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: auto;
  margin-bottom: 10px;
  min-height: 500px;
}
.video-selected{
  min-height: 534px;
}
        
.video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
        
.video-thumbnails {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.video-thumb {
  /* min-height: 200px;
  height: auto; */
  transition: all 0.5s ease 0s;
  box-shadow: none;
}

.video-thumb img {
  /* background-color: #d8d9da; */
  width: 100%;
  height: 100px;  
}
.video-thumb.thumbnailmini-border1 img{
  border: 2px solid #0a1a37;
  box-shadow: 0px 0px 10px rgba(0,0,0,.3);
}
.video-thumb.thumbnailmini-border1:hover img{
  margin: 0px;
  transform: scale(1);
  border: 2px solid #0a1a37;
}

.video-thumb img:hover{
  border: none;  
  transform: scale(1);
}
.video-thumb:hover{
  transform: scale(0.95);
}

.video-thumb iframe {
  display: none;
}

.video-thumb,
.video-selected {
  padding: 0px;
  border: none;
  background: transparent;
  border-radius: 10px;
}
.video-gallerymini{
  padding: 5px;
}
.video-thumb{
  margin: 2px;
}
/**** Video gallery****/


  /* Pop-up */

  /* The whole element that pops up or hides */
  .show1 {
    position: fixed;
    z-index: 99999;
    display: none;
  }

  /* Makes the background darker*/
  .show1 .overlay {
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,0.75); */
    background: rgba(255,255,255,0.9);
    position: fixed;
    top: 0;
    left: 0;
  }

  /* Container for the image */
  .show1 .img-show {
    width: 80vw;
    height: 80vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /* overflow: hidden; */
  }

  /* The image itself */
  .img-show img {
    max-width: 100%;
    max-height: 95%;
    position: fixed;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1.2);
    border: 1px solid #ddd;
  }

  /* The "X" or close button */
  .show1 #close {
    position: absolute;
      top: -10%;
      right: -10%;
      z-index: 999;
      cursor: pointer;
      color: #fff;
      font-weight: 600;
      background-color: #f37c24;
      border-radius: 15px;
      padding: 3px 10px;
      outline: none;
      opacity: 1;
  }
  /***** Image zoom****/
  img#mainImage {
    width: 500px !important;
  }
  .position-relative .d-flex{
    flex-wrap: wrap;
  }
  .banner-index-main-content .banner-index-img ul li img {
    width: 100% !important;
    margin: 0 auto;
  }
  .page-template-graphics .banner-index-main-content .banner-index-img ul li img{
    margin: -70px auto 0px;
  }
  .page-template-graphics .banner-index-img ul{
    width: 100%;
  }

  @media only screen and (max-width: 1200px){
    .graphicgall-imgviewmain ul li a p {
      font-size: 18px;
    }
    .graphicgallwrapper .image-gallery #mainImage {
      max-width: 400px;
    }
    .graphicgall-imgviewmain .vertical-tab .nav-tabs li a {
      padding: 10px 20px 10px;
      min-height: 78px;
      height: fit-content;
  }
    .graphicgall-imgviewmain .vertical-tab .nav>li>a>img {
      width: 40px;
      height: 40px;
    }
}
@media only screen and (max-width: 991px){
  .video-selected {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .video-iframe iframe {
    left: 50%;
    width: 70%;
    transform: translateX(-50%);
  }
  .work-block-main{
    margin-top: 40px;
  }
  .graphicgallwrapper .image-gallery #mainImage {
    max-width: 100%;
  }
  .banner-index-img {
    margin-bottom: -30px;
  }
  .ar-graphicstest{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
  .introduce{
    margin-bottom: 20px;
  }
  .banner-index-img{
    max-width: 100%;
  }
  .banner-index-main-content .banner-index-img ul li img {
    width: 100% !important;
  }
  .graphicgall-imgviewmain .image-gallery{
    justify-content: center;
  }
  .banner-index-text h1{
    text-align: center !important;
    margin: 10px 0px 20px !important;
  }
  .position-relative .carousel-control-next, 
  .position-relative .carousel-control-prev{
    width: 100%;
    position: relative;
    display: flex;
    left: 0px !important;
    justify-content: right;
    margin: 10px 5px 0px;
  }
  .position-relative .carousel-control-next img, 
  .position-relative .carousel-control-prev img{
    width: 30px;
  }
  .banner-index-img.stage{
    margin-bottom: -80px;
  }
  .clients.section-bg .owl-carousel .owl-item img{
    border-radius: 0px !important; 
  }
  .graphicgall-imgviewmain .vertical-tab {
    display: flex;
    flex-direction: column-reverse;
  }
  .graphicgall-imgpromo .vertical-tab {
    display: flex;
    flex-direction: column;
}
  .graphicgall-imgviewmain .vertical-tab .nav-tabs,
  .graphicgall-imgviewmain .vertical-tab .tab-content{
    width: 100%;
  }
  .graphicgall-imgviewmain .vertical-tab .nav-tabs{
    margin-top: 20px;
  }
  .galleryservthumbnail{
    margin: -43px auto 10px;
  }
  .graphicgall-imgviewmain .vertical-tab .nav-tabs {
    margin-bottom: 20px;
  }
  .pricingblock {
    justify-content: center;
  }
  .pricing .pricingbox {
    border: 1px solid #ebebeb;
  }
  .work-block {
    margin-top: -130px !important;
  }
  .titleBx {
    padding-top: 294px !important;
}
  .character {
    width: 70%;
  }
  .work-block .card{
    margin-top: 90px !important;
  }
}
@media (max-width:800px) {
  .show1 .img-show {
    width: 95vw;
    height: 85vh;
  }
  .show1 #close {
    top: -5%;
    right: 0%;
  }
  .img-show img {
    max-width: 90%;
    transform: translate(-50%,-50%) scale(1);
  }
}
@media only screen and (max-width: 768px){
  .video-iframe iframe {
    left: 0%;
    width: 100%;
    transform: translateX(0%);
  }
  .services-section .container.maincontain {
    margin-top: 5px;
  }
  .page-template-graphics .banner-index-main-content .banner-index-img ul li img {
    margin: -110px auto 0px;
  }
  .circletxt h5 {
    margin-bottom: 0px;
  }
  .circle-with-icon{
    width: 85px;
    height: 85px;
    border: 2px solid #ffffff;
  }
  .circle-with-icon img{
    width: 90%;
  }
  .smallcircle {
    position: absolute;
    top: -17px;
    transform: translatex(-3%);
    font-size: 19px;
    width: 35px;
    height: 35px;
    height: 35px;
    line-height: 36px;
  }
  .circleinnerblock {
    margin-top: -10px;
  }
  .banner-index-img {
    margin-bottom: 20px;
  }
  .character {
    width: 70%;
  }
  .graphicgall-imgviewmain {
    width: 100%;
    /* height: 100%; */
    /* overflow: hidden; */
    display: contents;
  }
  .graphicgall-imgviewmain .image-gallery {
    padding: 0px 0px;
  }
  .pricingtag {
    position: relative !important;
    margin: -2px auto -23px auto !important;
    width: fit-content;
  }
  .wave-bg2 {
    background-image: none;
    background-color: #ebf3ff;
    padding-bottom: 0px;
  }
  .circle-block{
    padding-bottom: 0px;
  }
  .titleBx {
    padding-top: 304px !important;
  }
}
@media (max-width:678px) {
  img#mainImage {
    width: 100% !important;
  }
  .tab-content>.active#Sectionp4{
    display: contents;
  }
}
@media (max-width:500px){
  .graphicgall-imgviewmain .graphicgallwrapper {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    min-width: auto;
  }
}
@media only screen and (max-width: 479px){
  .clients img{
    max-width: 20%;
  }
  .graphicgall-imgviewmain .vertical-tab .nav-tabs li a {
    min-height: auto;
  }
  .banner-index-img {
    margin-bottom: 40px;
  }
  .galleryservthumbnail {
    margin: -34px auto 0px;
  }
  .graphicgall-imgviewmain .vertical-tab .nav-tabs{
        width: 100%;
        margin: 20px 0 10px;
        display: block;
    }
    .graphicgall-imgviewmain .vertical-tab .nav>li>a>img {
      width: 30px;
      height: 30px;
    }
    .graphicgall-imgviewmain ul li a p {
      font-size: 16px;
    }
    .graphicgall-imgviewmain .vertical-tab .nav-tabs li a{
        padding: 15px 10px 14px;
        margin-bottom: 10px;
    }
    .graphicgall-imgviewmain .vertical-tab .tab-content{
        font-size: 14px;
        border-radius: 0 0 20px 20px;
        display: block; 
    }
    .graphicgall-imgviewmain .vertical-tab .nav-tabs li{
      width: 100%;
      margin: 0px;
    }
    .graphicgall-imgviewmain .galleryservthumbnail img {
      width: 40px;
      height: 40px;
    }
    .graphicgallwrapper .image-gallery #mainImage {
      margin-bottom: 5px;
    }
    .introduce{
      display: block;
      padding: 20px 0px;
    }
    .introduce .pic{
      margin: 0px auto;
    }
    .work-block{
      display: block;
      width: 90%;
      margin: 0px auto;
    }
    .work-block .card {
      width: 100%;
      height: auto;
    }
    .titleBx {
      padding-top: 364px;
    }
    .introduce .flex-column-1 {
      height: auto;
      width: 100%;
      margin: -20px auto 0px;
      padding: 0px 20px;
    }
    .information{
      text-align: center;
    }
    .introduce .flex-column-1 img{
      width: 20px;
    }
    p.text1 {
      margin-top: -10px;
      margin-bottom: 10px;
      text-align: center;
      padding-right: 0px;
    }
    .pic {
      height: 90px;
      width: 90px;
    }
    .titleBx {
      padding-top: 294px !important;
    }    
}
@media only screen and (max-width: 375px){
  .graphicgall-imgviewmain .galleryservthumbnail img {
    width: 30px;
    height: 30px;
  }
  .titleBx {
    padding-top: 274px !important;
  }
  .work-block {
    margin-top: -160px !important;
  }
}
@media only screen and (max-width: 320px){
  .titleBx {
    padding-top: 234px !important;
  }
  .work-block {
    margin-top: -160px !important;
  }
  .page-template-graphics .banner-index-img ul {
    margin-bottom: 20px !important;
  }
}

/* New Test*/

* {
  font-family: Poppins, sans-serif;
}



.section-title {
  text-align: center;
  margin: 0 0 40px
}

.section-title h2 {
  margin: 0 0 10px
}

.separator::after {
  background: #666;
  content: "";
  height: 5px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 30px
}

.separator {
  background-color: #ccc;
  border: 1px solid #ccc;
  display: block;
  height: 5px;
  margin: 0 auto;
  position: relative;
  width: 60px
}

.title-border-left::after {
  content: "";
  position: absolute;
  width: 50px;
  border: 1px solid #033d75
}

.testimonials-wrapper .owl-dots {
  display: none
}

.testimonials-wrapper {
  /* background: url(https://i.ibb.co/PWC66Nt/patteren.jpg) left top rgba(0, 0, 0, 0); */
  padding: 70px 0 0px;
  position: relative
}

.inner-page-wrapper.testimonials-wrapper {
  background: 0 0
}

.inner-page-wrapper.testimonials-wrapper .owl-nav {
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 99
}

.inner-page-wrapper.testimonials-wrapper .owl-nav>div {
  border: 2px solid #333;
  color: #333
}

.testimonials-wrapper .section-title h2 {
  margin: 0 0 10px;
  color: #fff
}

.testimonials-wrapper .owl-nav {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
}

.testimonials-wrapper .owl-next,
.testimonials-wrapper .owl-prev {
  position: relative;
  height: 38px;
  width: 38px;
  line-height: 33px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  margin-left: 10px;
  display: inline-block;
  border: 2px solid #fff;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}

.testimonials-wrapper.style-two .owl-next,
.testimonials-wrapper.style-two .owl-prev {
  color: #444;
  border-color: #444
}

.testimonials-wrapper .owl-carousel .owl-stage-outer {
  padding-top: 50px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.testimonial-block {
  position: relative;
  width: 96%;
}

.testimonial-block .inner-box {
  position: relative;
  padding: 0 30px 30px;
  background-color: #fffefd;
  border-radius :10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 10px;
  min-height: 228px;
  height: auto;
  /* border-radius: 10px; */
}

.testimonial-block .inner-box .image {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -50px;
  margin-bottom: 12px;
  display: inline-block;
}

.testimonial-block .inner-box .content {
  position: relative
}

.testimonial-block .inner-box .content i {
  position: absolute;
  right: 8px;
  top: -57px;
  font-size: 36px;
  /* font-style: italic; */
  color: #f47c25;
}

.testimonial-block .inner-box .content .author-info {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #494949;
}

.testimonial-block .inner-box .content span {
  font-weight: 600;
  position: relative;
  color: #f47c25;
  font-size: 14px;
}

.testimonial-block .inner-box .content .text {
  position: relative;
  margin-top: 8px;
  color: #000;
  font-size: 15px
}

.testimonials-wrapper .owl-nav .owl-next {
  right: auto
}

.testimonials-wrapper .owl-carousel .owl-item img {
  background: #333;
  border: 4px solid #FFD3B3;
  border-radius: 60px !important;
  width: 100%;
}

.testimonials-wrapper .owl-theme .owl-nav [class*=owl-] {
  border: 2px solid  #f47c25;
  color: #f47c25 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  border-color: #f47c25 !important;
  color: #f47c25 !important;
  background: #FFF !important;
}
.testimonials-wrapper .owl-next:before{
  content: '' !important;
  /* padding: 0; */
  /* margin: 0; */
  font-size: 0px !important;
  font-family: FontAwesome !important;
}

/* @media only screen and (max-width:991px) {
  .testimonials-wrapper .owl-dots {
      display: block
  }
} */