@charset "UTF-8";












@import url('/fonts_googleapis_com/css/index.html');
.services-details{
	padding: 40px 0 0px;
}
button.btn.primary-btn {
    padding: 0 30px;
}
input.wpcf7-form-control.wpcf7-submit.primary-btn {
    margin: 15px 0 0 0;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input {
    width: 100%;
	height: 45px;
    border-radius: 30px;
    outline: none;
	padding: 0 10px;
	border: 1px solid #1a99cc;
}
select.wpcf7-form-control.wpcf7-select.input {
    width: 100%;
    height: 45px;
    border-radius: 30px;
    outline: none;
	padding: 0 10px;
	border: 1px solid #1a99cc;
}
.inputBox .inputText {
    margin: 15px 0 8px 0;
}

.workong-steps {
    padding: 70px 0 50px 0;
    background: #cccccc24;
}
.workong-steps h4{
	padding-bottom: 20px;
	display: block;
	font: 700 18px/1 "Niramit", sans-serif;
    color: #282331;
}
.workong-steps h2{
	padding-bottom: 40px;
}
.single-process {
    text-align: center;
    background: #ffffff;
    padding: 25px;
    border-radius: 5px;
    position: relative;
    -webkit-box-shadow: 7px 5px 30px rgba(72,73,121,0.15);
    box-shadow: 7px 5px 30px rgba(72,73,121,0.15);
}
.single-process .icon {
    background: #f4f6fd;
    display: inline-block;
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 1;
    font-size: 35px;
    color: #1a99cc;
    line-height: 80px;
    border-radius: 50%;
	overflow: hidden;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.single-process:hover .icon {
    color: #ffffff;
}
.single-process .icon::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background: #1a99cc;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.single-process:hover .icon::before {
    opacity: 1;
    visibility: visible;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.single-process h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: 600;
}
.single-process::before {
    content: '';
    position: absolute;
    z-index: 1;
    background: url(/wp-content/themes/gk/assets/images/arrow.png) no-repeat center center;
    width: 217px;
    height: 210px;
    top: -20px;
    right: -120px;
}
.workong-steps .col-lg-3.col-sm-6.col-md-3:last-child .single-process::before{
	display: none;
}


.singleblog_banner {
    height: 350px;
	background: #f4f6fd;
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    background-image: url(/wp-content/themes/gk/assets/images/parts.png);
    text-align: center;
}
.blog_banner::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #81c8f9ed;
}
.animtaed{
    background-repeat: repeat !important;
    background-size: auto !important;
    animation: animatedBackground 20s linear infinite;
    -ms-animation: animatedBackground 20s linear infinite;
    -moz-animation: animatedBackground 20s linear infinite;
    -webkit-animation: animatedBackground 20s linear infinite;
}
.single-blog-wrapper {
    padding: 30px 0;
}
.thumb img {
    max-width: 100%;
	padding-bottom: 20px;
}
.blog-details-heading li {
    padding: 6px 0 0 0;
}
.blog-details-heading {
    padding: 10px 0;
}
.singleblog_banner h1{
    text-transform: uppercase;
}
.pagination a {
    padding: 0 10px;
    background: #81c8f9;
    color: #fff;
}
span.page-numbers.current {
    padding: 0 11px;
    background: #44aaf1;
}
.single-blog-item:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.blog_rightsidebar .widget{
	    padding-bottom: 25px;
}
.blog_rightsidebar h2 {
    font-size: 22px;
    padding-bottom: 15px;
}
.blog_rightsidebar li a{
	color: #399ee4;
	line-height: 25px;
}
.blog_banner h1 {
	    z-index: 1;
    color: #fff;
	position: relative;
    text-shadow: 0 0 4px #000;
    text-transform: uppercase;
}
.single-blog-item {
    position: relative;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 5px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
    margin-top: 5px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}
.single-blog-item:hover span, .single-blog-item:hover p, .single-blog-item:hover h4 a {
    color: #ffffff;
}

.single-blog-item span {
    font-weight: 600;
}
.single-blog-item span, .single-blog-item p, .single-blog-item h4 {
    position: relative;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}
.single-blog-item h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.4;
    font-size: 22px;
    font-weight: 700;
}
.single-blog-item:hover .link-btn {
    background: #81c8f9;
    color: #ffffff;
}

.single-blog-item .link-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
    border-radius: 50% 0 0 0;
}
.single-blog-item:hover::before {
    background: #000;
    opacity: .66;
}
.single-blog-item::before {
    content: '';
    position: absolute;
    left: 0;
    border-radius: 5px;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}

.blog_banner {
   padding: 200px 0;
   background: #81c8f999;
	position: relative;
}
.section-page {
    margin-top: -120px;
    position: relative;
    z-index: 1000;
}
.blog-section-main-box {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    -webkit-box-shadow: 0px -27px 29.64px 8.36px rgba(0, 0, 0, 0.08);
    box-shadow: 0px -27px 29.64px 8.36px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
}
.contact-imgs img{max-width: 100%;}
.inner-img img {
    max-width: 100%;
}
.inner-content p {
    margin-bottom: 25px;
}
.subservices{
    padding: 30px 0 0 0 !important;
    margin: 0 !important;
}
.subservices .inner-service-section{
    padding: 100px 0 !important;
    margin: 0 !important;
}
.include-conatct input.wpcf7-form-control.wpcf7-submit {
    width: auto;
	height: 40px;
    padding: 5px 50px;
    border: 2px solid #81c8f9;
    background: transparent;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.include-conatct input.wpcf7-form-control.wpcf7-submit:hover {
    background: -webkit-linear-gradient(90deg, #4ba0f9 0%, #85f3f9 100%);
    background: -moz-linear-gradient(90deg, #4ba0f9 0%, #85f3f9 100%);
    background: -o-linear-gradient(90deg, #4ba0f9 0%, #85f3f9 100%);
    background: -ms-linear-gradient(90deg, #4ba0f9 0%, #85f3f9 100%);
    background: linear-gradient(90deg, #4ba0f9 0%, #85f3f9 100%);
}
.include-conatct input.wpcf7-form-control.wpcf7-submit:hover {
	color: #fff;
    box-shadow: 0px 20px 20px 0px rgba(157, 157, 157, 0.5);
    border-image: linear-gradient(to right, #4ba0f9 0%, #85f3f9 100%);
    -webkit-border-image: linear-gradient(to right, #4ba0f9 0%, #85f3f9 100%);
    border-image-slice: 1;
    border-width: 2px;	
}
.include-conatct form input {
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    padding: 0px;
	border-top: 0;
    border-right: 0;
    border-left: 0;
    outline: none;
}
.include-conatct form .form-group{
	position: relative;
}
.include-conatct form label{
	position: absolute;
    width: 100%;
    top: 5px;
    color: #262626;
    font-size: 16px;
}
.include-conatct form select{
	width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    padding: 10px;
	border-top: 0;
    border-right: 0;
    border-left: 0;
    outline: none;
}
.include-conatct form textarea{
	width: 100%;
    height: 90px;
    border: 1px solid #ccc;
    padding: 10px;
	border-top: 0;
    border-right: 0;
    border-left: 0;
    outline: none;
}
.captcha-wrap{
    display: flex;
    margin-bottom: 15px;
}
.captcha-wrap .captcha-input {
    
}
.captcha-wrap .refresh-captcha {
    cursor: pointer;
}
.captcha-wrap .captcha-invalid {
    color: #c81b1b;
    bottom: -10px;
    left: 0;
    font-size: 12px;
}
.p-t-10{padding-top: 25px;}


.banner-img img{
    max-width: 100%;
}
.s-service h2{
    font-family: "Playfair Display", serif;
    line-height: 1.2em !important;
    font-weight: 700;
    color: #000;
}
.s-service h6{
    padding: 25px 0;
    font-size: 22px;
}
.s-service h6 span{
    color: #4ba0f9;
}
.s-service p{
    padding: 30px 0;
    font-size: 17px;
}
.s-service ul li{
    width: 50%;
    float: left;
    line-height: 30px;
}
.s-service.even {
    background-color: #cccccc26;
}
.s-service {
    padding: 60px 0;
}
.s-img img{
    max-width: 100%;
    height: auto;
}
.sec-title.centered {
    margin-bottom: 35px;
}
.sec-title.centered h2 {
    font-family: "Playfair Display", serif;
    line-height: 1.2em !important;
    font-weight: 700;
    font-size: 40px;
}

.team-block.style-two {
    margin-bottom: 90px;
}
.team-block {
    position: relative;
    z-index: 1;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.team-block .inner-box {
    position: relative;
    text-align: center;
    padding: 30px 30px 50px;
    border-radius: 150px;
    overflow: hidden;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.team-block .inner-box .image {
    position: relative;
    width: 210px;
    height: 210px;
    overflow: hidden;
    border-radius: 50%;
    padding: 15px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: inset 0px 0px 20px rgba(0,0,0,0.20);
}
.team-block .inner-box:hover {
    box-shadow: 0px 15px 15px rgba(246,65,145,0.20);
}
.team-block .inner-box .image img {
	max-width: 100%;
    border-radius: 50%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.team-block .inner-box:hover .image {
    padding: 0px;
}
.team-block .inner-box:hover h5, .team-block .inner-box:hover .designation {
    color: #ffffff;
}

.team-block .inner-box h5 {
    position: relative;
    margin-top: 20px;
    color: #000000;
    font-weight: 600;
    line-height: 1.3em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.team-block .inner-box .designation {
    position: relative;
    margin-top: 6px;
    color: #666666;
    font-weight: 400;
    line-height: 1.3em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.team-block .inner-box .social-nav {
    position: relative;
    margin-top: 18px;
}
.team-block .inner-box .social-nav li {
    position: relative;
    margin: 0px 4px;
    display: inline-block;
}
.team-block .inner-box:hover .social-nav li a {
    background-color: #ffffff;
    color: #f23e9d;
    background-image: none;
}

.team-block .inner-box .social-nav li a {
    position: relative;
    width: 36px;
    height: 36px;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 2px 4px 6px 2px rgba(249,98,105,0.10);
    background-image: -ms-linear-gradient(left, #81c8f9 0%, #0a96f7 100%);
    background-image: -moz-linear-gradient(left, #81c8f9 0%, #0a96f7 100%);
    background-image: -o-linear-gradient(left, #81c8f9 0%, #0a96f7 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #81c8f9), color-stop(100, #23a0f7));
    background-image: -webkit-linear-gradient(left, #7fbde8 0%, #189df9 100%);
    background-image: linear-gradient(to right, #89bfe4 0%, #0a96f7 100%);
}
.team-block .inner-box:hover::before {
    width: 100%;
}

.team-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    border-radius: 150px;
    box-shadow: inset 0 0 25px rgba(0,0,0,0.30);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-image: -ms-linear-gradient(left, #81c8f9 0%, #0a96f7 100%);
    background-image: -moz-linear-gradient(left, #81c8f9 0%, #0a96f7 100%);
    background-image: -o-linear-gradient(left, #81c8f9 0%, #0a96f7 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #81c8f9), color-stop(100, #23a0f7));
    background-image: -webkit-linear-gradient(left, #7fbde8 0%, #189df9 100%);
    background-image: linear-gradient(to right, #89bfe4 0%, #0a96f7 100%);
}
.team-section {
    position: relative;
    padding: 100px 0px 40px;
    background-color: #f4f4f4;
}



.home-banner-area {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) no-repeat center;
  background-size: cover;
}
.home-banner-left h1 {
  color: #000000;
  font-size: 48px;
  margin-bottom: 25px;
  font-family: "Playfair Display", serif;
  line-height: 1.2em !important;
  font-weight: 700;
}
.home-banner-left h1 span {
  color: #4ba0f9;
}
h2 span{color: #4ba0f9;}
.mt-60 {
  margin-top: 60px;
}

.primary-btn {
  background: transparent;
  line-height: 48px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 0px;
  border: 2px solid #4ba0f9;
  color: #000000;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}
.primary-btn:hover {
    color: #fff;
    box-shadow: 0px 20px 20px 0px rgba(157, 157, 157, 0.5);
    border-image: linear-gradient(to right, #4ba0f9 0%, #85f3f9 100%);
    -webkit-border-image: linear-gradient(to right, #4ba0f9 0%, #85f3f9 100%);
    border-image-slice: 1;
    border-width: 2px;
}
.primary-btn:hover{
	background: -webkit-linear-gradient(90deg, #4ba0f9 0%, #85f3f9 100%);
    background: -moz-linear-gradient(90deg, #4ba0f9 0%, #85f3f9 100%);
    background: -o-linear-gradient(90deg, #4ba0f9 0%, #85f3f9 100%);
    background: -ms-linear-gradient(90deg, #4ba0f9 0%, #85f3f9 100%);
    background: linear-gradient(90deg, #4ba0f9 0%, #85f3f9 100%);
}

.theme_btn {
  color: #fff;
  text-align: center;
  font: 700 18px/60px "Niramit", sans-serif;
  display: inline-block;
  padding: 0 20px;
  background: #81c8f9;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.theme_btn:hover, .theme_btn:focus {
  box-shadow: 0px 25px 42px 0px rgba(164, 109, 253, 0.35);
  color: #fff;
}


















body {
  font-family: "Niramit", sans-serif;
  
  
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  margin: 0;
}
body p {
  color: rgba(40, 35, 49, 0.702);
  margin: 0;
  font: 400 16px/28px "Niramit", sans-serif;
}
body ul {
  margin: 0;
  padding: 0;
}
body ul li {
  list-style: none;
}
body section.row, body header.row, body footer.row {
  margin: 0;
}
body #success {
  display: none;
}
body #error {
  display: none;
}
body iframe {
  border: none;
}
body i:before {
  margin-left: 0px !important;
}
body a, body .btn, body button {
  outline: none;
  transition: all 300ms linear 0s;
}
body a:before, body a:after, body .btn:before, body .btn:after, body button:before, body button:after {
  transition: all 300ms linear 0s;
}
body a:focus, body a:hover, body .btn:focus, body .btn:hover, body button:focus, body button:hover {
  outline: none;
  text-decoration: none;
  transition: all 300ms linear 0s;
}

#parallax {
  overflow: hidden;
  display: block;
}


.post_select {
  position: relative;
  background: #fff;
  border: 0;
  box-shadow: none;
  outline: none;
  font: 400 16px/40px "Niramit", sans-serif;
  padding: 0 30px;
  height: auto;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.6);
  min-width: 150px;
  background-color: transparent;
}
.post_select:after {
  display: none;
}
.post_select:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  font: normal normal normal 18px/40px FontAwesome;
  color: #6b6b6b;
}
.post_select .list {
  width: 100%;
  border-radius: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
  outline: none;
  box-shadow: 1px 0px 7px 0px rgba(22, 43, 70, 0.1);
}
.post_select .list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #282331;
}



@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 100px;
    top: 0px;
  }

  50% {
    left: 100px;
    top: 100px;
  }

  75% {
    left: 0px;
    top: 200px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes moveShap2 {
  0% {
    right: 230px;
    top: 85px;
  }

  25% {
    right: 100px;
    top: 85px;
  }

  50% {
    right: 100px;
    top: 100px;
  }

  75% {
    right: 230px;
    top: 200px;
  }

  100% {
    right: 220px;
    top: 100px;
  }
}


@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes BottomToTop {
  49% {
    -webkit-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
@-moz-keyframes BottomToTop {
  49% {
    -moz-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
@keyframes BottomToTop {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

@-webkit-keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}


.main_header_area {
  display: block;
  width: 100%;
  z-index: 9999;
  position: absolute;
  padding: 25px 200px 0;
}
.main_header_area .navbar {
  padding: 0;
  width: 100%;
  display: inline-block;
}
.main_header_area .navbar .navbar-brand {
  line-height: 50px;
  padding: 0;
}
.main_header_area .navbar .navbar_supported {
  float: right;
}
.main_header_area .navbar .navbar_supported ul {
  width: 100%;
}
.main_header_area .navbar .navbar_supported ul li a {
  margin: 0 23px;
  padding: 0;
  color: #282331;
  font: 400 22px/50px "Niramit", sans-serif;
  position: relative;
  display: block;
  z-index: 1;
}
.main_header_area .navbar .navbar_supported ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  background: url("/wp-content/themes/gk/assets/images/menu-shap.png") no-repeat;
  height: 13px;
  bottom: 0;
  border: 0;
  margin: 0;
}
.main_header_area .navbar .navbar_supported ul li a:hover, .main_header_area .navbar .navbar_supported ul li a:focus, .main_header_area .navbar .navbar_supported ul li a.active {
  color: #8f49f9;
}
.main_header_area .navbar .navbar_supported ul li a:hover:after, .main_header_area .navbar .navbar_supported ul li a:focus:after, .main_header_area .navbar .navbar_supported ul li a.active:after {
  width: 100%;
}
.main_header_area .navbar .navbar_supported ul li.dropdown {
  position: relative;
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu {
  margin: 0;
  padding: 10px 0;
  border-radius: 10px;
  box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75);
  
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu:before {
  content: "\f0d8";
  font: normal normal normal 30px/1 FontAwesome;
  position: absolute;
  top: -17px;
  left: 25px;
  color: #fff;
}
@media (min-width: 991px) {
  .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -40px;
    min-width: 240px;
    background-color: #fff;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
  }
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a {
  background-color: transparent;
  font: 400 18px/40px "Niramit", sans-serif;
  color: rgba(40, 35, 49, 0.702);
  margin: 0;
  display: block;
  padding: 0 25px;
  position: relative;
  cursor: pointer;
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:after {
  display: none;
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  border: 0;
  width: 5px;
  height: 5px;
  background: #ff8d68;
  border-radius: 50%;
  opacity: 0;
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:hover, .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:focus, .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a.active {
  color: #ff8d68;
  padding-left: 30px;
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:hover:before, .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a:focus:before, .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a.active:before {
  opacity: 1;
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown {
  position: relative;
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown a:after {
  border: 0;
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown:after {
  content: "\f105";
  position: absolute;
  top: 0;
  right: 20px;
  font: normal normal normal 15px/48px FontAwesome;
  color: #8f49f9;
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown .dropdown-menu {
  display: block;
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown .dropdown-menu:before {
  content: "\f0d9";
  font: normal normal normal 30px/1 FontAwesome;
  color: rgba(0, 0, 0, 0.05);
  top: 7px;
  left: -10px;
}
@media (min-width: 991px) {
  .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown .dropdown-menu {
    transform: translateZ(0);
    transform: scaleX(0);
    transform-origin: 0 50%;
    position: absolute;
    left: 100%;
    right: auto;
    width: auto;
    top: 0px;
  }
}
@media (min-width: 991px) {
  .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown:hover .dropdown-menu, .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu > .dropdown:focus .dropdown-menu {
    transform: scale(1, 1);
  }
}
@media (min-width: 991px) {
  .main_header_area .navbar .navbar_supported ul li.dropdown:hover .dropdown-menu, .main_header_area .navbar .navbar_supported ul li.dropdown:focus .dropdown-menu {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
}
.main_header_area .navbar .right_nav {
  float: right;
  padding-left: 20px;
}
.main_header_area .navbar .right_nav li {
  display: inline-block;
  float: left;
}
.main_header_area .navbar .right_nav li a {
  padding: 0;
  margin: 0 14px;
  color: #282331;
  font: 400 22px/50px "Niramit", sans-serif;
  position: relative;
  display: block;
}
.main_header_area .navbar .right_nav li a i:before {
  font-size: 26px;
  line-height: 50px;
}
.main_header_area .navbar .right_nav li a:hover, .main_header_area .navbar .right_nav li a:focus {
  color: #8f49f9;
}
.main_header_area .navbar .right_nav li .cart i:before {
  font-size: 34px;
  line-height: 1;
  position: relative;
  top: 5px;
}
.main_header_area .navbar .right_nav li .cart:after {
  display: none;
}
.main_header_area .navbar .right_nav li .cart:before {
  content: "2";
  width: 22px;
  position: absolute;
  right: -5px;
  top: 0;
  line-height: 22px;
  border-radius: 50%;
  background: #8f49f9;
  color: #fff;
  font-size: 14px;
  text-align: center;
  display: block;
  z-index: 1;
}
.main_header_area .navbar .right_nav li.dropdown {
  position: relative;
}
.main_header_area .navbar .right_nav li.dropdown .dropdown-menu {
  margin: 0;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75);
}
.main_header_area .navbar .right_nav li.dropdown .dropdown-menu:before {
  content: "\f0d8";
  font: normal normal normal 30px/1 FontAwesome;
  position: absolute;
  top: -17px;
  left: 25px;
  color: #fff;
}
@media (min-width: 991px) {
  .main_header_area .navbar .right_nav li.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -40px;
    min-width: 240px;
    background-color: #fff;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
  }
}
@media (min-width: 991px) {
  .main_header_area .navbar .right_nav li.dropdown:hover .dropdown-menu, .main_header_area .navbar .right_nav li.dropdown:focus .dropdown-menu {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
}
.main_header_area .navbar .right_nav li .theme_btn {
  min-width: 150px;
  line-height: 50px;
  margin-right: 0;
  margin-left: 15px;
  color: #fff;
  font-size: 18px;
  text-transform: inherit;
}
.main_header_area .navbar .right_nav li .theme_btn:hover, .main_header_area .navbar .right_nav li .theme_btn:focus {
  color: #fff;
}
.main_header_area .navbar .right_nav li .sign_in_2 {
  color: #b49ffa;
  background: transparent;
  border: 1px solid #ece7fe;
}
.main_header_area .navbar .right_nav li .sign_in_2:hover, .main_header_area .navbar .right_nav li .sign_in_2:focus {
  color: #fff;
  background: #8f49f9;
}
.main_header_area.navbar_fixed {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 99999;
  padding: 5px 200px;
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75);
  transform: translateY(70px);
  transition: transform 500ms ease, background 200ms ease;
}
.main_header_area.navbar_fixed .navbar .navbar_supported ul li a.theme_btn {
  margin-top: 2px !important;
}
.main_header_area .searchForm {
  height: 0;
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(222, 222, 222, 0.75);
  overflow: hidden;
  transition: all 300ms linear 0s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 200px;
  z-index: 999999;
}
.main_header_area .searchForm .input-group-addon {
  border-radius: 0;
  border: none;
  font-size: 24px;
  padding: 0 40px;
  background: transparent;
  color: #282331;
  cursor: pointer;
  line-height: 70px;
}
.main_header_area .searchForm .input-group-addon i:before {
  font-size: 24px;
}
.main_header_area .searchForm .input-group-addon:hover, .main_header_area .searchForm .input-group-addon:focus {
  color: #8f49f9;
}
.main_header_area .searchForm .form-control {
  height: auto;
  padding: 0 15px;
  border-radius: 0;
  border: none;
  background: transparent;
  text-align: center;
  font: 400 18px/70px "Niramit", sans-serif;
}
.main_header_area .searchForm.show {
  height: 70px;
}



.banner_area {
  background: url(/wp-content/themes/gk/assets/images/bannar-shap-3.png) no-repeat top right;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 125px 0 0;
}
.banner_area h2 {
  font: 600 62px/75px "Niramit", sans-serif;
  color: #282331;
  max-width: 800px;
}
.banner_area p {
  font: 400 21px/36px "Niramit", sans-serif;
  
  padding-top: 15px;
  padding-bottom: 15px;
}
.banner_area .theme_btn {
  min-width: 200px;
}
.banner_area .video_btn {
  color: #282331;
  background: #fff;
}
.banner_area .video_btn i {
  color: #e7e3f4;
  font-size: 25px;
  padding-left: 10px;
  position: relative;
  top: 1px;
}
.banner_area .video_btn:hover, .banner_area .video_btn:focus {
  background: #8f49f9;
  color: #fff;
}
.banner_area .bannar_img {
  position: absolute;
  right: 0;
  top: 260px;
  z-index: -1;
}
.banner_area .video_area {
  position: relative;
  bottom: 20px;
  float: right;
  margin-right: 120px;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}
.banner_area .video_area i {
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  text-align: center;
  display: block;
}
.banner_area .layer_1 {
  position: absolute !important;
  top: 380px !important;
  left: 0 !important;
  z-index: -1;
}
.banner_area .layer_2 {
  position: absolute !important;
  top: 180px !important;
  left: 370px !important;
  z-index: -1;
}

.ba_2 {
  padding-bottom: 80px;
}



.pages_banner {
  display: block;
  overflow: hidden;
  padding: 150px 0 80px;
  box-shadow: 0px 48px 62px 0px rgba(236, 234, 234, 0.35);
  background: #fff;
  z-index: 1;
  position: relative;
}
.pages_banner .bannar_img {
  position: absolute;
  right: 0;
  top: -40px;
  max-width: 100%;
  z-index: -1;
}
.pages_banner h2 {
  font: 600 62px/75px "Niramit", sans-serif;
  color: #282331;
  max-width: 640px;
	font-family: "Playfair Display", serif;
    line-height: 1.2em !important;
    font-weight: 700;
}
.pages_banner p {
  font: 400 21px/36px "Niramit", sans-serif;
  max-width: 650px;
  padding-top: 25px;
}
.pages_banner .layer_1 {
  position: absolute !important;
  top: auto !important;
  left: 0 !important;
  bottom: 0;
  z-index: -1;
}
.pages_banner .layer_2 {
  position: absolute !important;
  top: 180px !important;
  left: 370px !important;
  z-index: -1;
}
.pages_banner .layer_3 {
  position: absolute;
  bottom: 0;
  margin-left: 100px;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

.pb_2 {
  box-shadow: none;
}


.coming_soon {
  display: block;
  overflow: hidden;
  padding-bottom: 100px;
}
.coming_soon .countdown {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") no-repeat right;
  padding-right: 60px;
  display: inline-block;
}
.coming_soon .countdown .ds-element {
  display: inline-block;
  box-shadow: 0px 12px 23px 0px rgba(196, 194, 194, 0.35);
  width: 158px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  margin-right: 25px;
  margin-bottom: 20px;
  padding: 35px 0 25px;
}
.coming_soon .countdown .ds-element .ds-element-title {
  font: 400 21px/1 "Niramit", sans-serif;
  color: #382c4d;
}
.coming_soon .countdown .ds-element .ds-element-value {
  font: 700 50px/1 "Niramit", sans-serif;
  color: #8f49f9;
  padding-top: 27px;
}
.coming_soon .input-group {
  max-width: 910px;
  margin-top: 95px;
}
.coming_soon .input-group .form-control {
  box-shadow: 0px 22px 32px 0px rgba(201, 201, 201, 0.35);
  border: 0;
  border-radius: 0;
  font: 400 18px/80px "Niramit", sans-serif;
  color: rgba(40, 35, 49, 0.502);
  height: auto;
  outline: none;
  padding: 0 30px;
}
.coming_soon .input-group .form-control.placeholder {
  color: rgba(40, 35, 49, 0.502);
  transition: all 300ms linear 0s;
}
.coming_soon .input-group .form-control:-moz-placeholder {
  color: rgba(40, 35, 49, 0.502);
  transition: all 300ms linear 0s;
}
.coming_soon .input-group .form-control::-moz-placeholder {
  color: rgba(40, 35, 49, 0.502);
  transition: all 300ms linear 0s;
}
.coming_soon .input-group .form-control::-webkit-input-placeholder {
  color: rgba(40, 35, 49, 0.502);
  transition: all 300ms linear 0s;
}
.coming_soon .input-group .form-control:focus.placeholder {
  color: transparent;
}
.coming_soon .input-group .form-control:focus:-moz-placeholder {
  color: transparent;
}
.coming_soon .input-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.coming_soon .input-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.coming_soon .input-group .input-group-text {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  font: 700 18px/80px "Niramit", sans-serif;
  color: #fff;
  background: #8f49f9;
  min-width: 175px;
  padding: 0;
  border-radius: 0;
  border: 0;
  margin-left: 40px;
  transition: all 300ms linear 0s;
}
.coming_soon .input-group .input-group-text:hover, .coming_soon .input-group .input-group-text:focus {
  box-shadow: 0px 30px 36px 0px rgba(158, 109, 248, 0.35);
}
.coming_soon .footer_social {
  padding-top: 130px;
}
.coming_soon .footer_social li {
  display: inline-block;
  padding-right: 17px;
}
.coming_soon .footer_social li a {
  width: 51px;
  line-height: 51px;
  display: inline-block;
  color: #bc90ff;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 20px 75px 0px rgba(183, 150, 233, 0.35);
}
.coming_soon .footer_social li a:hover, .coming_soon .footer_social li a:focus {
  background: #8f49f9;
  color: #fff;
}



.fantasy_area {
  display: block;
  overflow: hidden;
  background: url("/wp-content/themes/gk/assets/images/fantasy-bg.png") no-repeat top right;
  padding: 270px 0 140px;
  margin-top: -130px;
  position: relative;
}
 .fantasy_area .fantasy_inner {
  max-width: 1546px;
  margin: 0 auto;
} 
.fantasy_area .fantasy_inner .fantasy_tittle {
  padding-left: 0px;
}
.fantasy_area .fantasy_inner .fantasy_tittle h4 {
  font: 600 18px/1 "Niramit", sans-serif;
  color: #282331;
  padding-bottom: 53px;
}
.fantasy_area .fantasy_inner .fantasy_tittle h2 {
  font: 400 52px/62px "Niramit", sans-serif;
  color: #282331;
  padding-bottom: 70px;
	font-family: "Playfair Display", serif;
    line-height: 1.2em !important;
    font-weight: 700;
}
.fantasy_area .fantasy_inner .fantasy_tittle .theme_btn {
  border: 1px solid #f2e3ff;
  background-color: transparent;
  color: #8f49f9;
  min-width: 175px;
  line-height: 48px;
}
.fantasy_area .fantasy_inner .fantasy_items {
  margin: 0;
  padding: 0;

}
.fantasy_area .fantasy_inner .fantasy {
  box-shadow: 0px 0px 19px 0px rgba(215, 215, 215, 0.35);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px 35px 65px 65px;
  background: white url("/wp-content/themes/gk/assets/images/fantasy-1.png") no-repeat bottom right;
  position: relative;
  z-index: 1;
}
.fantasy_area .fantasy_inner .fantasy .icons {
  width: 65px;
  line-height: 65px;
  font-size: 32px;
  color: #fff;
  background: #b5ddf9;
  text-align: center;
  display: block;
  box-shadow: 0px 27px 18px 0px rgba(164, 109, 253, 0.35);
  border-radius: 10px;
  position: relative;
}
.fantasy_area .fantasy_inner .fantasy .icons:after {
  content: "";
  position: absolute;
  box-shadow: 0px 18px 27px 0px rgba(203, 203, 203, 0.35);
  background: #eaddff;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  z-index: -1;
  left: -24px;
  bottom: -20px;
  -webkit-animation: moveRound 20s linear 2s infinite alternate;
  animation: moveRound 20s linear 2s infinite alternate;
}
.fantasy_area .fantasy_inner .fantasy a {
  display: block;
  font: 700 20px/1 "Niramit", sans-serif;
  color: #282331;
  padding-top: 55px;
}
.fantasy_area .fantasy_inner .fantasy a:hover, .fantasy_area .fantasy_inner .fantasy a:focus {
  color: #ff8d68;
}
.fantasy_area .fantasy_inner .fantasy p {
  color: rgba(40, 35, 49, 0.8);
  font-size: 18px;
  padding: 35px 0;
}
.fantasy_area .fantasy_inner .fantasy ul {
  padding-top: 3px;
}
.fantasy_area .fantasy_inner .fantasy ul li {
  font: 400 18px/35px "Niramit", sans-serif;
  color: #282331;
  padding-left: 35px;
  position: relative;
}
.fantasy_area .fantasy_inner .fantasy ul li:before {
  content: "\f055";
  position: absolute;
  left: 0;
  top: 0;
  font: normal normal normal 18px/35px FontAwesome;
  color: rgb(91, 181, 243);
}
.fantasy_area .fantasy_inner .fantasy.fantasy_2 {
  background: white url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") no-repeat bottom right;
}
.fantasy_area .fantasy_inner .fantasy.fantasy_2 .icons {
  background: #ffaaf6;
}

.fa_2 {
  padding-top: 250px;
  padding-bottom: 0;
}
.fa_2 .fantasy_inner .fantasy .icons {
  background: #fff !important;
  color: #8a7bfe;
  box-shadow: 0px 27px 18px 0px rgba(164, 109, 253, 0.35);
}
.fa_2 .fantasy_inner .fantasy p {
  padding-bottom: 0;
}
.fa_2 .fantasy_inner .fantasy_2 .icons {
  color: #fec0fa;
  font-size: 28px;
}
.fa_2 .fantasy_inner .fantasy_4 {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") no-repeat bottom right;
}
.fa_2 .fantasy_inner .fantasy_4 .icons {
  color: #b587fb;
}
.fa_2 .fantasy_inner .fantasy_3 {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") no-repeat bottom right;
}
.fa_2 .fantasy_inner .fantasy_3 .icons {
  color: #a2fde4;
}
.fa_2 .fantasy_inner .fantasy_5 {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") no-repeat bottom right;
}
.fa_2 .fantasy_inner .fantasy_5 .icons {
  color: #bafdbd;
}
.fa_2 .fantasy_inner .fantasy_6 {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") no-repeat bottom right;
}
.fa_2 .fantasy_inner .fantasy_6 .icons {
  color: #bef3fc;
}

.fa_3 {
  margin-top: -20px;
}

.fa_pages_2 {
  padding-top: 340px;
}
.fa_pages_2 .fantasy_tittle h2 {
  max-width: 690px;
  float: left;
}
.fa_pages_2 .fantasy_tittle .theme_btn {
  float: right;
  margin-top: 35px;
}
.fa_pages_2 .ft_2 {
  padding-right: 0;
}
.fa_pages_2 .ft_2 p {
  font-size: 18px;
  padding-bottom: 25px;
}




.countarup_area {
  display: block;
  overflow: hidden;
  background: url("/wp-content/themes/gk/assets/images/countrap-bg-1.png") no-repeat top left, url("/wp-content/themes/gk/assets/images/countrap-bg-2.png") no-repeat top right content-box;
  padding-top: 50px;
}
.countarup_area .countraup_item {
  border-radius: 15%;
  box-shadow: 0px 22px 30px 5px rgba(195, 165, 250, 0.35);
  width: 215px;
  height: 215px;
  text-align: center;
  margin: 0 auto 30px;
  padding-top: 60px;
  background: #fff;
}
.countarup_area .countraup_item h4 {
  font: 700 21px/1 "Niramit", sans-serif;
  color: #282331;
  display: block;
}
.countarup_area .countraup_item h3 {
  font: 700 30px/1 "Niramit", sans-serif;
  color: #81c8f9;
  display: block;
  padding-top: 30px;
}
.countarup_area .countraup_item h3 b {
  font-size: 55px;
}
.countarup_area .mt {
  margin-top: 140px;
}
.countarup_area .mt_2 {
  margin-top: 190px;
}
.countarup_area .mt_3 {
  margin-top: 80px;
}
.countarup_area h5 {
  text-align: center;
  font: 700 18px/35px "Niramit", sans-serif;
  color: #3c3c3c;
  padding-top: 20px;
}
.countarup_area h5 span {
  color: #81c8f9;
}

.ca_2 {
  margin-top: 170px;
}




.about_agency_area {
  display: block;
  overflow: hidden;
  padding: 110px 0 100px;
  position: relative;
}
.about_agency_area:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 360px;
  height: 79px;
  width: 79px;
  border-radius: 50%;
  background: #f2f3ff;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
  z-index: -1;
}
.about_agency_area:after {
  content: "";
  position: absolute;
  left: 70px;
  top: 290px;
  height: 79px;
  width: 79px;
  border-radius: 50%;
  background: #f2eaff;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
  z-index: -1;
}
.about_agency_area .round_shap {
  position: absolute;
  left: 175px;
  top: 260px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #d1b7ff;
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
  z-index: -1;
}
@media (min-width: 1560px) {
  .about_agency_area .container {
    margin-right: 200px;
    max-width: 1345px;
  }
}
.about_agency_area .agency_contant .icons {
  width: 65px;
  line-height: 65px;
  font-size: 26px;
  color: #b5ddf9;
  background: #fff;
  text-align: center;
  display: block;
  box-shadow: 0px 27px 18px 0px rgba(164, 109, 253, 0.35);
  border-radius: 10px;
  position: relative;
}
.about_agency_area .agency_contant .icons:after {
  content: "";
  position: absolute;
  box-shadow: 0px 18px 27px 0px rgba(203, 203, 203, 0.35);
  background: #f1e9ff;
  border-radius: 50%;
  height: 78px;
  width: 78px;
  z-index: -1;
  left: -20px;
  top: -10px;
  -webkit-animation: moveRound 20s linear 2s infinite alternate;
  animation: moveRound 20s linear 2s infinite alternate;
}
.about_agency_area .agency_contant h4 {
  font: 500 21px/31px "Niramit", sans-serif;
  color: #382c4d;
  padding-top: 35px;
}
.about_agency_area .agency_contant h2 {
  font: 700 42px/55px "Niramit", sans-serif;
  color: #382c4d;
  max-width: 500px;
  padding-top: 40px;
	font-family: "Playfair Display", serif;
    line-height: 1.2em !important;
    font-weight: 700
}
.about_agency_area .agency_contant p {
  font: 400 18px/31px "Niramit", sans-serif;
  color: rgba(56, 44, 77, 0.902);
  max-width: 570px;
  padding: 30px 0 70px;
}
.about_agency_area .agency_contant .theme_btn {
  line-height: 50px;
  min-width: 244px;
  text-transform: capitalize;
  font-size: 20px;
  letter-spacing: 0;
}
.about_agency_area img {
  max-width: 100%;
}

.aaa_2 {
  padding-top: 0;
  padding-bottom: 230px;
}
@media (min-width: 1580px) {
  .aaa_2 .container {
    margin-right: 0;
    max-width: 1545px;
  }
}
.aaa_2 .agency_contant {
  padding-top: 30px;
}

@media (min-width: 1580px) {
  .aaa_3 .container {
    margin-right: 0;
    max-width: 1545px;
  }
}



.team_area {
  display: block;
  overflow: hidden;
  background: #cccccc30;
  padding: 45px 0 0 0;
}
.team_area .team_items {
  text-align: center;
  margin-bottom: 30px;
}
.team_area .team_items img {
  max-width: 100%;
}
.team_area .team_items .heding {
  display: block;
  font: 700 24px/1 "Niramit", sans-serif;
  color: #382c4d;
  padding-top: 45px;
  padding-left: 45px;
}
.team_area .team_items .heding h6 {
  display: block;
  font: 400 16px/1 "Niramit", sans-serif;
  color: #8f49f9;
  padding-top: 13px;
}
.team_area .team_items:hover .heding, .team_area .team_items:focus .heding {
  color: #8f49f9;
}

.ta_3 {
  padding-bottom: 100px;
}




.testimonial_area {
  display: block;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 220px;
  padding-bottom: 100px;
  position: relative;
  
}
.testimonial_area h4 {
  font: 700 18px/1 "Niramit", sans-serif;
  color: #282331;
  padding-bottom: 53px;
  text-transform: uppercase;
}
.testimonial_area h2 {
  font: 400 52px/62px "Niramit", sans-serif;
  color: #282331;
  padding-bottom: 70px;
	font-family: "Playfair Display", serif;
    line-height: 1.2em !important;
    font-weight: 700;
}
.testimonial_area .testimonial_slide {
  padding-left: 0px;
  
}
.testimonial_area .testimonial_slide .testimonial_content {
  padding-left: 10px;
  z-index: 1;
}
.testimonial_area .testimonial_slide .testimonial_content:before {
  content: "\f102";
  position: absolute;
  left: 0;
  top: 0;
  color: #faf7ff;
  font-size: 205px;
  font-family: Flaticon;
  font-style: normal;
  line-height: 1;
  z-index: -1;
}
.testimonial_area .testimonial_slide .testimonial_content p {
  font: 400 20px/31px "Niramit", sans-serif;
  color: rgba(40, 35, 49, 0.8);
  max-width: 800px;
  padding-top: 30px;
}
.testimonial_area .testimonial_slide .testimonial_content .media {
  padding: 85px 0;
}
.testimonial_area .testimonial_slide .testimonial_content .media img {
  height: 82px;
  width: 82px;
  border-radius: 50%;
  max-width: 100%;
  border: 6px solid #e5e6fa;
  box-shadow: 0px 12px 45px 0px rgba(147, 147, 147, 0.35);
}
.testimonial_area .testimonial_slide .testimonial_content .media .media-body {
  padding-left: 30px;
}
.testimonial_area .testimonial_slide .testimonial_content .media .media-body a {
  display: block;
  font: 700 21px/1 "Niramit", sans-serif;
  color: #382c4d;
  padding-top: 10px;
}
.testimonial_area .testimonial_slide .testimonial_content .media .media-body a:hover, .testimonial_area .testimonial_slide .testimonial_content .media .media-body a:focus {
  color: #8f49f9;
}
.testimonial_area .testimonial_slide .testimonial_content .media .media-body h6 {
  font: 400 16px/1 "Niramit", sans-serif;
  color: #81c8f9;
  padding-top: 20px;
}
.testimonial_area .testimonial_slide .nav_control {
  display: block;
  overflow: hidden;
  margin-left: 0px;
  padding-top: 75px;
}
.testimonial_area .testimonial_slide .control-prev {
  color: #b5ddf9;
  line-height: 68px;
  width: 84px;
  display: inline-block;
  text-align: right;
  padding-right: 15px;
  background: #fff;
  position: relative;
}
.testimonial_area .testimonial_slide .control-prev:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 68px 30px 0 0;
  border-color: #fff transparent transparent transparent;
}
.testimonial_area .testimonial_slide .control-prev i:before {
  font-size: 43px;
  line-height: 68px;
  display: block;
  font-weight: 300;
}
.testimonial_area .testimonial_slide .control-prev:hover, .testimonial_area .testimonial_slide .control-prev:focus {
  background: #81c8f9;
  color: #fff;
}
.testimonial_area .testimonial_slide .control-next {
  color: #fff;
  line-height: 68px;
  width: 84px;
  display: inline-block;
  padding-left: 15px;
  background: #81c8f9;
  position: relative;
}
.testimonial_area .testimonial_slide .control-next:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-style: solid;
  border-width: 0 30px 68px 0;
  border-color: transparent #fff transparent transparent;
}
.testimonial_area .testimonial_slide .control-next i:before {
  font-size: 43px;
  line-height: 68px;
  display: block;
  font-weight: 300;
}
.testimonial_area .indicators {
  position: absolute;
  top: 0;
  right: 30px;
  border-radius: 50%;
  width: 705px;
  height: 705px;
  display: block;
  margin-top: 200px;
}
.testimonial_area .indicators li {
  position: absolute;
  display: block;
  transition: all 300ms linear 0s;
}
.testimonial_area .indicators li img {
  border-radius: 50%;
  border: 6px solid #e5e6fa;

  cursor: pointer;
  z-index: 1;
}
.testimonial_area .indicators li:hover, .testimonial_area .indicators li:focus {
  border-color: #8f49f9 !important;
}
.testimonial_area .indicators .testimonial_1 {
  top: 0;
  right: 0;
  border: 2px solid #e5e6fa;
  border-radius: 50%;
  width: 705px;
  height: 705px;
}
.testimonial_area .indicators .testimonial_1 img {
  animation: rotation 60s linear infinite;
  transform-origin: -290px 80px;
  top: 270px;
  position: absolute;
  right: -70px;
}
.testimonial_area .indicators .testimonial_1:before {
  content: "";
  border: 3px solid #1a99cc;
  border-radius: 50%;
  box-shadow: 0px 18px 58px 0px rgb(26, 153, 204);
  height: 19px;
  width: 19px;
  display: block;
  animation: rotation 55s linear infinite;
  transform-origin: -342px 10px;
  top: 340px;
  position: absolute;
  right: -10px;
}
.testimonial_area .indicators .testimonial_1:after {
  content: "";
  border: 3px solid #1a99cc;
  border-radius: 50%;
  box-shadow: 0px 18px 58px 0px rgb(26, 153, 204);
  height: 19px;
  width: 19px;
  display: block;
  animation: rotation 100s linear infinite;
  transform-origin: -342px 10px;
  top: 340px;
  position: absolute;
  right: -10px;
}
.testimonial_area .indicators .testimonial_2 {
  border: 1px solid #e5e6fa;
  border-radius: 50%;
  width: 607px;
  height: 607px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}
.testimonial_area .indicators .testimonial_2 img {
  animation: rotation 35s linear infinite;
  transform-origin: -230px 65px;
  top: 230px;
  position: absolute;
  right: -60px;
}
.testimonial_area .indicators .testimonial_3 {
  border: 1px solid #f4f4fd;
  border-radius: 50%;
  width: 494px;
  height: 494px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}
.testimonial_area .indicators .testimonial_3 img {
  animation: rotation 20s linear infinite;
  transform-origin: -170px 75px;
  bottom: 190px;
  position: absolute;
  right: -55px;
}
.testimonial_area .indicators .testimonial_4 {
  border: 1px solid #f4f4fd;
  border-radius: 50%;
  width: 365px;
  height: 365px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}
.testimonial_area .indicators .testimonial_4 img {
  animation: rotation 50s linear infinite;
  transform-origin: -125px 75px;
  top: 100px;
  position: absolute;
  right: -30px;
}
.testimonial_area .indicators .round_shap {
  border: 3px solid #1a99cc;
  border-radius: 50%;
  box-shadow: 0px 18px 58px 0px rgb(26, 153, 204);
  width: 27px;
  height: 27px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  left: 0;
  right: 0;
}

.ta_2 {
  padding-top: 120px;
}
.ta_2 .testimonial_slide {
  padding-left: 130px;
}
.ta_2 .testimonial_slide .testimonial_content {
  box-shadow: 0px 20px 50px 0px rgba(238, 228, 253, 0.75);
  background: #fff;
  max-width: 550px;
  margin: 5px;
  margin-top: 15px;
  padding-top: 20px;
  z-index: 999;
  position: relative;
}
.ta_2 .testimonial_slide .testimonial_content:before {
  font-size: 160px;
  left: 35px;
  top: 50px;
}
.ta_2 .testimonial_slide .testimonial_content .media {
  padding-bottom: 70px !important;
}
.ta_2 .testimonial_slide .nav_control {
  padding-top: 40px;
}
.ta_2 .indicators {
  margin-top: 130px;
  z-index: -1;
}

.ta_4 {
  padding-bottom: 70px;
}

.protfolio_area {
  display: block;
  overflow: hidden;
  padding: 0 78px 10px;
}
@media (min-width: 1366px) {
  .protfolio_area .coustom_container {
    max-width: 1345px;

  }
}
.protfolio_area .tittle {
  display: block;
  overflow: hidden;
}
.protfolio_area .tittle img {
  display: block;
}
.protfolio_area .tittle h2 {
  font: 400 52px/62px "Niramit", sans-serif;
  color: #382c4d;
  float: left;
	font-family: "Playfair Display", serif;
    line-height: 1.2em !important;
    font-weight: 700;
}
.protfolio_area .tittle .complete_task {
  border: 3px solid #fbf8ff;
  background: #fdfcff;
  padding: 32px;
  text-align: center;
  max-width: 303px;
  float: right;
  margin-top: -50px;
}
.protfolio_area .tittle .complete_task h1 {
  font: 700 82px/1 "Niramit", sans-serif;
  color: #8f49f9;
  display: block;
}
.protfolio_area .tittle .complete_task h1 small {
  font-size: 30px;
}
.protfolio_area .tittle .complete_task h1 span {
  color: #ff7c7c;
  font-size: 30px;
  font-weight: 400;
  position: relative;
  top: 15px;
  left: 5px;
}
.protfolio_area .tittle .complete_task a {
  font: 400 20px/30px "Niramit", sans-serif;
  color: #39436f;
  border-bottom: 1px solid #b188fb;
  display: inline-block;
  padding-top: 30px;
}
.protfolio_area .tittle .complete_task a:hover, .protfolio_area .tittle .complete_task a:focus {
  color: #8f49f9;
}
.protfolio_area .protfoli_filter {
  text-align: center;
  padding: 70px 0 55px;
}
.protfolio_area .protfoli_filter li {
  display: inline-block;
}
.protfolio_area .protfoli_filter li a {
  font: 400 21px/45px "Niramit", sans-serif;
  color: #382c4d;
  text-align: center;
  padding: 0 20px;
  display: block;
}
.protfolio_area .protfoli_filter li:hover a, .protfolio_area .protfoli_filter li:focus a, .protfolio_area .protfoli_filter li.active a {
  color: #fff;
  background: #81c8f9;
  box-shadow: 0px 22px 38px 0px rgba(166, 116, 241, 0.35);
}
.protfolio_area .protfoli_inner .work-items {
  position: relative;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  transition: all 300ms linear 0s;
}
.protfolio_area .protfoli_inner .work-items img {
  max-width: 100%;
  transition: all 500ms linear 0s;
}
.protfolio_area .protfoli_inner .work-items:hover, .protfolio_area .protfoli_inner .work-items:focus {
  box-shadow: 0px 22px 38px 0px rgba(166, 116, 241, 0.35);
}
.protfolio_area .protfoli_inner .work-items:hover img, .protfolio_area .protfoli_inner .work-items:focus img {
  transform: scale3D(1.2, 1.2, 2);
}



.portfolio_grid {
  display: block;
  overflow: hidden;
  padding: 55px 0 50px;
}
.portfolio_grid .portfolio_tittle {
  padding-left: 200px;
}
.portfolio_grid .portfolio_tittle h4 {
  font: 700 18px/1 "Niramit", sans-serif;
  color: #282331;
  padding-bottom: 53px;
}
.portfolio_grid .portfolio_tittle h2 {
  font: 400 52px/62px "Niramit", sans-serif;
  color: #282331;
  padding-bottom: 70px;
  font-family: "Playfair Display", serif;
    line-height: 1.2em !important;
    font-weight: 700;
}
.portfolio_grid .portfolio_tittle .theme_btn {
  border: 1px solid #f2e3ff;
  background-color: transparent;
  color: #8f49f9;
  min-width: 210px;
  line-height: 48px;
}
.portfolio_grid .protfoli_filter li {
  float: left;
  border: 1px solid #f2e3ff;
  border-left: 0;
}
.portfolio_grid .protfoli_filter li:first-child {
  border-left: 1px solid #f2e3ff;
}
.portfolio_grid .protfoli_filter li a {
  font: 700 18px/50px "Niramit", sans-serif;
  color: #8f49f9;
  display: inline-block;
  min-width: 128px;
  text-align: center;
  padding: 0 20px;
}
.portfolio_grid .protfoli_filter li:hover a, .portfolio_grid .protfoli_filter li:focus a, .portfolio_grid .protfoli_filter li.active a {
  color: #fff;
  background: #8f49f9;
}
.portfolio_grid .portfolio_row {
  max-width: 1546px;
  margin: 0;
}
.portfolio_grid .portfolio_row .portfoli_right {
  padding: 0;
  padding-left: 45px;
}
.portfolio_grid .portfolio_row .portfoli_inner .portfolio_item {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 19px 0px rgba(215, 215, 215, 0.35);
}
.portfolio_grid .portfolio_row .portfoli_inner .portfolio_item img {
  max-width: 100%;
  transition: all 500ms linear 0s;
}
.portfolio_grid .portfolio_row .portfoli_inner .portfolio_item:hover, .portfolio_grid .portfolio_row .portfoli_inner .portfolio_item:focus {
  box-shadow: 0px 22px 38px 0px rgba(166, 116, 241, 0.35);
}
.portfolio_grid .portfolio_row .portfoli_inner .portfolio_item:hover img, .portfolio_grid .portfolio_row .portfoli_inner .portfolio_item:focus img {
  transform: scale3D(1.2, 1.2, 2);
}
.portfolio_grid .pi_2 .portfolio_item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.portfolio_grid .pi_2 .portfolio_item .portfolio_hover {
  position: absolute;
  left: 0;
  top: 100%;
  right: 100%;
  bottom: 0;
  display: block;
  border-radius: 10px 10px 10px 0px;
  background-color: rgba(201, 161, 255, 0.831);
  transition: all 300ms linear 0s;
}
.portfolio_grid .pi_2 .portfolio_item .portfolio_hover i {
  line-height: 55px;
  text-align: center;
  width: 55px;
  color: #8f49f9;
  height: 55px;
  background: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition: all 300ms linear 0s;
}
.portfolio_grid .pi_2 .portfolio_item .portfolio_hover i:before {
  line-height: 55px;
  font-size: 25px;
}
.portfolio_grid .pi_2 .portfolio_item .portfolio_hover i:hover, .portfolio_grid .pi_2 .portfolio_item .portfolio_hover i:focus {
  background: #8f49f9;
  color: #fff;
}
.portfolio_grid .pi_2 .portfolio_item:hover, .portfolio_grid .pi_2 .portfolio_item:focus {
  box-shadow: 0px 0px 19px 0px rgba(215, 215, 215, 0.35);
}
.portfolio_grid .pi_2 .portfolio_item:hover .portfolio_hover, .portfolio_grid .pi_2 .portfolio_item:focus .portfolio_hover {
  top: 20px;
  right: 20px;
}
.portfolio_grid .pi_3 {
  margin: 0;
}
.portfolio_grid .pi_3 .portfolio_item {
  position: relative;
  overflow: hidden;
}
.portfolio_grid .pi_3 .portfolio_item:before {
  content: "";
  width: 50%;
  height: 50%;
  background-color: rgba(27, 2, 66, 0.651);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.portfolio_grid .pi_3 .portfolio_item:after {
  content: "";
  width: 50%;
  height: 50%;
  background-color: rgba(27, 2, 66, 0.651);
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.portfolio_grid .pi_3 .portfolio_item .portfolio_hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 300ms linear 0s;
}
.portfolio_grid .pi_3 .portfolio_item .portfolio_hover:before {
  content: "";
  width: 50%;
  height: 50%;
  background-color: rgba(27, 2, 66, 0.651);
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.portfolio_grid .pi_3 .portfolio_item .portfolio_hover:after {
  content: "";
  width: 50%;
  height: 50%;
  background-color: rgba(27, 2, 66, 0.651);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.portfolio_grid .pi_3 .portfolio_item .portfolio_hover a {
  font: 700 21px/1 "Niramit", sans-serif;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 15px;
}
.portfolio_grid .pi_3 .portfolio_item .portfolio_hover a span {
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding-top: 30px;
  color: #e7d7ff;
}
.portfolio_grid .pi_3 .portfolio_item .portfolio_hover a:hover, .portfolio_grid .pi_3 .portfolio_item .portfolio_hover a:focus {
  color: #ff8d68;
}
.portfolio_grid .pi_3 .portfolio_item .portfolio_hover .icons {
  line-height: 55px;
  text-align: center;
  width: 55px;
  color: #8f49f9;
  height: 55px;
  background: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 0;
  transition: all 300ms linear 0s;
}
.portfolio_grid .pi_3 .portfolio_item .portfolio_hover .icons i:before {
  line-height: 55px;
  font-size: 25px;
}
.portfolio_grid .pi_3 .portfolio_item .portfolio_hover .icons:hover, .portfolio_grid .pi_3 .portfolio_item .portfolio_hover .icons:focus {
  background: #8f49f9;
  color: #fff;
}
.portfolio_grid .pi_3 .portfolio_item:hover:before, .portfolio_grid .pi_3 .portfolio_item:focus:before {
  left: 50%;
  opacity: 1;
  z-index: 1;
}
.portfolio_grid .pi_3 .portfolio_item:hover:after, .portfolio_grid .pi_3 .portfolio_item:focus:after {
  top: 0;
  opacity: 1;
}
.portfolio_grid .pi_3 .portfolio_item:hover .portfolio_hover, .portfolio_grid .pi_3 .portfolio_item:focus .portfolio_hover {
  opacity: 1;
}
.portfolio_grid .pi_3 .portfolio_item:hover .portfolio_hover:before, .portfolio_grid .pi_3 .portfolio_item:focus .portfolio_hover:before {
  top: 50%;
  opacity: 1;
}
.portfolio_grid .pi_3 .portfolio_item:hover .portfolio_hover:after, .portfolio_grid .pi_3 .portfolio_item:focus .portfolio_hover:after {
  left: 0;
  opacity: 1;
}



.pg_2 .portfolio_tittle {
  padding: 0;
  display: block;
  overflow: hidden;
  padding-bottom: 75px;
}
.pg_2 .portfolio_tittle h2 {
  max-width: 650px;
}



.portfolio_single {
  display: block;
  overflow: hidden;
  padding: 200px 0 60px;
}
.portfolio_single h4 {
  font: 700 18px/1 "Niramit", sans-serif;
  color: #282331;
  padding-bottom: 53px;
}
.portfolio_single h2 {
  font: 400 52px/62px "Niramit", sans-serif;
  color: #282331;
  padding-bottom: 80px;
  max-width: 560px;
}
.portfolio_single .left_sidebar img {
  max-width: 100%;
  margin-bottom: 40px;
  box-shadow: 0px 0px 6px 1px #0000005c;
}
.portfolio_single .right_sidebar {
  padding-left: 55px;
}
.portfolio_single .right_sidebar h6 {
  font: 700 18px/1 "Niramit", sans-serif;
  color: #282331;
  padding-bottom: 30px;
}
.portfolio_single .right_sidebar p {
  font-size: 18px;
  letter-spacing: 0.04px;
}
.portfolio_single .navication {
  padding-top: 100px;
}
.portfolio_single .navication a {
  font: 400 21px/1 "Niramit", sans-serif;
  color: #282331;
  text-shadow: 0px 8px 4px rgba(71, 70, 72, 0.35);
  position: relative;
  display: inline-block;
}
.portfolio_single .navication a:after {
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") no-repeat;
  height: 13px;
  bottom: -15px;
  border: 0;
  margin: 0;
}
.portfolio_single .navication a:hover, .portfolio_single .navication a:focus {
  color: #8f49f9;
}
.portfolio_single .navication a:hover:after, .portfolio_single .navication a:focus:after {
  width: 100%;
}
.portfolio_single .navication a:last-child {
  float: right;
}
.portfolio_single .company_info {
  background: #f9f2ff;
  padding: 45px;
  margin-top: 80px;
}
.portfolio_single .company_info li {
  font: 400 18px/30px "Niramit", sans-serif;
  color: rgba(40, 35, 49, 0.702);
  border-bottom: 1px solid #fff;
  padding: 17px 0;
}
.portfolio_single .company_info li:last-child {
  border: 0;
}
.portfolio_single .company_info li b {
  color: #282331;
  min-width: 110px;
  display: inline-block;
}
.portfolio_single .company_info li a {
  color: rgba(40, 35, 49, 0.702);
  display: inline-block;
}
.portfolio_single .company_info li a:hover, .portfolio_single .company_info li a:focus {
  color: #8f49f9;
}
.portfolio_single .socail_icons {
  padding-top: 70px;
}
.portfolio_single .socail_icons li {
  display: inline-block;
  padding-right: 25px;
}
.portfolio_single .socail_icons li a {
  color: #bbb1c3;
  font-size: 24px;
  font-family: "Font Awesome 5 Brands";
  line-height: 1;
}
.portfolio_single .socail_icons li a:hover, .portfolio_single .socail_icons li a:focus {
  color: #8f49f9;
}

.ps_2 {
  padding-top: 170px;
}
.ps_2 .tittle_area {
  display: block;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 20px;
}
.ps_2 .tittle {
  float: left;
}
.ps_2 .company_info {
  float: right;
  max-width: 430px;
  background-color: #f9f2ff;
  box-shadow: 0px 0px 45px 0px rgba(202, 202, 202, 0.35);
  margin: 0;
  position: relative;
  z-index: 1;
  margin-right: 30px;
}
.ps_2 .img_slide {
  margin-top: -100px;
  padding-bottom: 50px;
  
}
.ps_2 .img_slide .about_project {
  box-shadow: 0px 0px 45px 0px rgba(202, 202, 202, 0.35);
  background: #fff;
  max-width: 540px;
  padding: 60px 55px 30px 75px;
  margin-left: 30px;
  margin-top: -120px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.ps_2 .img_slide .about_project h6 {
  font: 700 18px/1 "Niramit", sans-serif;
  color: #282331;
  padding-bottom: 30px;
}
.ps_2 .img_slide .about_project p {
  font-size: 18px;
  letter-spacing: 0.04px;
}
.ps_2 .img_slide .about_project .socail_icons {
  padding-top: 50px;
  text-align: center;
}
.ps_2 .img_slide .nav_control {
  display: block;
  overflow: hidden;
  text-align: right;
  padding-right: 135px;
  position: absolute;
  right: 0;
  bottom: 235px;
}
.ps_2 .img_slide .control-prev {
  color: #8f49f9;
  line-height: 68px;
  width: 84px;
  display: inline-block;
  text-align: right;
  padding-right: 15px;
  background: #fff;
  position: relative;
}
.ps_2 .img_slide .control-prev:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 68px 30px 0 0;
  border-color: #fff transparent transparent transparent;
}
.ps_2 .img_slide .control-prev i:before {
  font-size: 43px;
  line-height: 68px;
  display: block;
  font-weight: 300;
}
.ps_2 .img_slide .control-prev:hover, .ps_2 .img_slide .control-prev:focus {
  background: #8f49f9;
  color: #fff;
}
.ps_2 .img_slide .control-next {
  color: #fff;
  line-height: 68px;
  width: 84px;
  display: inline-block;
  padding-left: 15px;
  background: #8f49f9;
  position: relative;
  text-align: left;
}
.ps_2 .img_slide .control-next:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-style: solid;
  border-width: 0 30px 68px 0;
  border-color: transparent #fff transparent transparent;
}
.ps_2 .img_slide .control-next i:before {
  font-size: 43px;
  line-height: 68px;
  display: block;
  font-weight: 300;
}
.ps_2 .images_gallery img {
  max-width: 100%;
  margin-bottom: 40px;
}




.blog_posts_area {
  display: block;
  overflow: hidden;
  padding: 65px 85px 100px;
}
.blog_posts_area h2 {
  font: 400 52px/65px "Niramit", sans-serif;
  color: #282331;
  text-align: center;
  padding-bottom: 100px;
}
.blog_posts_area .blog_inner {
  position: relative;
}
.blog_posts_area .blog_inner:after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  border-bottom: 1px solid #eaeaea;
}
.blog_posts_area .col-lg-4 {
  padding-left: 10px;
  padding-right: 10px;
}
.blog_posts_area .blog_item {
  padding-bottom: 40px;
  position: relative;
}
.blog_posts_area .blog_item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #eaeaea;
  z-index: 1;
  transition: all 300ms linear 0s;
}
.blog_posts_area .blog_item:hover:after, .blog_posts_area .blog_item:focus:after {
  border-color: #8f49f9;
}
.blog_posts_area .blog_item:hover .blog_img img, .blog_posts_area .blog_item:focus .blog_img img {
  transform: scale3D(1.2, 1.2, 2);
}
.blog_posts_area .blog_item .blog_img {
  display: block;
  overflow: hidden;
  position: relative;
}
.blog_posts_area .blog_item .blog_img img {
  max-width: 100%;
  transition: all 300ms linear 0s;
}
.blog_posts_area .blog_item .blog_img span {
  position: absolute;
  top: 20px;
  left: 20px;
  box-shadow: 0px 30px 50px 0px rgba(173, 157, 251, 0.35);
  min-width: 87px;
  border-radius: 10px;
  text-align: center;
  font: 700 20px/30px "Niramit", sans-serif;
  color: #8f49f9;
  padding: 13px 0;
  background: #fff;
}
.blog_posts_area .blog_item .blog_img span small {
  font-weight: 400;
  font-size: 18px;
  display: block;
}
.blog_posts_area .blog_item .blog_contant {
  box-shadow: 0px 0px 68px 0px rgba(218, 221, 254, 0.35);
  padding: 45px;
  padding-right: 60px;
}
.blog_posts_area .blog_item .blog_contant a {
  font: 700 21px/31px "Niramit", sans-serif;
  color: #282331;
  display: block;
  padding-bottom: 30px;
}
.blog_posts_area .blog_item .blog_contant a:hover, .blog_posts_area .blog_item .blog_contant a:focus {
  color: #8f49f9;
}



.blog_area {
  padding-top: 60px;
  padding-bottom: 0;
}
.blog_area .blog_leftsidebar {
  padding-right: 43px;
}
.blog_area .blog_list {
  margin-bottom: 70px;
}
.blog_area .blog_list img {
  max-width: 100%;
}
.blog_area .blog_list .blog_info {
  padding-top: 30px;
}
.blog_area .blog_list .blog_info li {
  display: inline-block;
  padding-right: 17px;
}
.blog_area .blog_list .blog_info li a {
  font: 400 15px/30px "Niramit", sans-serif;
  text-transform: uppercase;
  color: #4d4d4d;
}
.blog_area .blog_list .blog_info li a i {
  color: #decbfc;
  padding-right: 10px;
}
.blog_area .blog_list .blog_info li a:hover, .blog_area .blog_list .blog_info li a:focus {
  color: #decbfc;
}
.blog_area .blog_list h6 {
  font: 400 15px/1 "Niramit", sans-serif;
  color: rgba(0, 0, 0, 0.702);
  display: block;
  padding-top: 40px;
  text-transform: uppercase;
}
.blog_area .blog_list h6 span {
  padding-left: 20px;
}
.blog_area .blog_list .heding {
  display: block;
  font: 700 38px/50px "Niramit", sans-serif;
  color: #282331;
  padding: 35px 0;
  max-width: 750px;
}
.blog_area .blog_list .heding:hover, .blog_area .blog_list .heding:focus {
  color: #8f49f9;
}
.blog_area .blog_list p {
  font: 400 18px/35px "Niramit", sans-serif;
  color: rgba(0, 0, 0, 0.702);
  max-width: 810px;
}
.blog_area .blog_list .theme_btn {
  display: inline-block;
  font: 400 16px/53px "Niramit", sans-serif;
  text-transform: uppercase;
  margin-top: 37px;
  min-width: 172px;
  background: #d6bdfb;
}
.blog_area .blog_list .theme_btn i {
  font-size: 14px;
  padding-left: 10px;
}
.blog_area .blog_list .theme_btn:hover, .blog_area .blog_list .theme_btn:focus {
  background: #8f49f9;
}

.blog_rightsidebar .input-group {
  background-color: white;
  box-shadow: 0px 26px 36px 0px rgba(225, 210, 248, 0.35);
  border-radius: 20px;
}
.blog_rightsidebar .input-group input {
  box-shadow: none;
  border: 0;
  font: 400 18px/55px "Niramit", sans-serif;
  color: #9e9e9e;
  border-radius: 20px;
  padding: 0 30px;
  height: auto;
}
.blog_rightsidebar .input-group .input-group-text {
  cursor: pointer;
  border-radius: 0 20px 20px 0;
  border: 0;
  background: #fff;
  border-left: 0;
  color: #9e9e9e;
  padding: 0 20px;
}
.blog_rightsidebar .input-group .input-group-text i {
  font-size: 16px;
  line-height: 55px;
}
.blog_rightsidebar .input-group .input-group-text:hover, .blog_rightsidebar .input-group .input-group-text:focus {
  color: #ff8d68;
}
.blog_rightsidebar .categories {
  padding-top: 55px;
}
.blog_rightsidebar .categories h3 {
  font: 700 22px/1 "Niramit", sans-serif;
  color: #282331;
  position: relative;
  padding-bottom: 20px;
}
.blog_rightsidebar .categories h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 4px;
  background: #e6d5ff;
}
.blog_rightsidebar .categories .categories_list {
  padding-top: 27px;
}
.blog_rightsidebar .categories .categories_list li {
  display: block;
}
.blog_rightsidebar .categories .categories_list li a {
  font: 400 15px/48px "Niramit", sans-serif;
  color: #656565;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-left: 33px;
}
.blog_rightsidebar .categories .categories_list li a:before {
  content: "";
  font: normal normal normal 18px/48px FontAwesome;
  color: #e6d5ff;
  top: 0;
  left: 0;
  position: absolute;
  transition: all 300ms linear 0s;
}
.blog_rightsidebar .categories .categories_list li a span {
  padding-left: 15px;
}
.blog_rightsidebar .categories .categories_list li a:hover, .blog_rightsidebar .categories .categories_list li a:focus {
  color: #8f49f9;
}
.blog_rightsidebar .categories .categories_list li a:hover:before, .blog_rightsidebar .categories .categories_list li a:focus:before {
  left: 15px;
  color: #8f49f9;
}
.blog_rightsidebar .post_widget {
  padding-top: 35px;
}
.blog_rightsidebar .post_widget h3 {
  margin-bottom: 35px;
}
.blog_rightsidebar .post_widget ul li {
  margin-bottom: 35px;
}
.blog_rightsidebar .post_widget ul li a {
  color: #282331;
  font: 600 18px/1 "Niramit", sans-serif;
}
.blog_rightsidebar .post_widget ul li a:hover, .blog_rightsidebar .post_widget ul li a:focus {
  color: #8f49f9;
}
.blog_rightsidebar .post_widget ul li span {
  font: 400 15px/1 "Niramit", sans-serif;
  color: rgba(60, 64, 80, 0.702);
  padding-top: 10px;
  display: block;
}
.blog_rightsidebar .archives {
  padding-top: 10px;
}
.blog_rightsidebar .archives ul li a {
  text-transform: capitalize !important;
}
.blog_rightsidebar .tags {
  padding-top: 30px;
}
.blog_rightsidebar .tags .tags_list {
  padding-top: 35px;
}
.blog_rightsidebar .tags .tags_list li {
  display: inline-block;
  padding-bottom: 10px;
}
.blog_rightsidebar .tags .tags_list li a {
  font: 400 16px/45px "Niramit", sans-serif;
  padding: 0 20px;
  color: #656565;
  background: #f8f4ff;
  border-radius: 30px;
  display: inline-block;
}
.blog_rightsidebar .tags .tags_list li a:hover, .blog_rightsidebar .tags .tags_list li a:focus {
  background: #8f49f9;
  color: #fff;
}
.blog_rightsidebar .instagram {
  padding-top: 40px;
}
.blog_rightsidebar .instagram ul {
  padding-top: 35px;
}
.blog_rightsidebar .instagram ul li {
  display: inline-block;
  padding-bottom: 4px;
  float: left;
}
.blog_rightsidebar .instagram ul .plr {
  padding-left: 4px;
  padding-right: 4px;
}


.pagination {
  display: block;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 35px;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  font: 400 20px/46px "Niramit", sans-serif;
  color: #537097;
  width: 46px;
  border-radius: 50%;
  display: block;
  text-align: center;
}
.pagination li a:hover, .pagination li a:focus, .pagination li a.active {
  background: #8f49f9;
  color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(79, 79, 79, 0.35);
}


.blog_single img {
  max-width: 100%;
}
.blog_single .blog_info {
  align-items: center;
  display: flex;
}
.blog_single .blog_info .date {
  padding-right: 30px;
}
.blog_single .blog_info .date span {
  font: 700 40px/1 "Niramit", sans-serif;
  color: #8f49f9;
  width: 142px;
  display: block;
  background: #fff;
  overflow: hidden;
  text-align: center;
  box-shadow: 0px 18px 33px 0px rgba(182, 182, 182, 0.35);
  padding: 15px 0;
}
.blog_single .blog_info .date span small {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #282331;
  text-transform: uppercase;
  padding-top: 15px;
}
.blog_single .blog_info li {
  display: inline-block;
  padding-right: 17px;
}
.blog_single .blog_info li a {
  font: 400 15px/30px "Niramit", sans-serif;
  text-transform: uppercase;
  color: #4d4d4d;
}
.blog_single .blog_info li a i {
  color: #decbfc;
  padding-right: 10px;
}
.blog_single .blog_info li a:hover, .blog_single .blog_info li a:focus {
  color: #decbfc;
}
.blog_single h2 {
  font: 700 38px/48px "Niramit", sans-serif;
  color: #282331;
  display: block;
  padding-top: 50px;
  padding-bottom: 10px;
  max-width: 750px;
}
.blog_single p {
  padding-top: 20px;
}
.blog_single .quote {
  color: rgba(40, 35, 49, 0.8);
  font: 400 21px/38px "Niramit", sans-serif;
  position: relative;
  background: #f8f4ff;
  z-index: 1;
  margin: 40px 0 20px;
  padding: 60px 75px 35px 50px;
}
.blog_single .quote i {
  position: absolute;
  top: 20px;
  font-size: 30px;
  left: 45px;
  color: #fff;
}
.blog_single .quote:after {
  content: "\f102";
  position: absolute;
  font-family: Flaticon;
  right: 45px;
  bottom: 45px;
  color: #fff;
  font-size: 130px;
  z-index: -1;
  line-height: 1;
  display: block;
}
.blog_single .share_row {
  padding: 85px 0;
  display: block;
  overflow: hidden;
}
.blog_single .share_row .share {
  float: left;
}
.blog_single .share_row .share li {
  display: inline-block;
  padding-right: 7px;
  font: 500 16px "Niramit", sans-serif;
  color: rgba(0, 0, 0, 0.702);
}
.blog_single .share_row .share li:first-child {
  padding-right: 20px;
}
.blog_single .share_row .share li a {
  width: 34px;
  line-height: 34px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  background: #eee4fe;
}
.blog_single .share_row .share li a:hover, .blog_single .share_row .share li a:focus {
  background: #8f49f9;
}
.blog_single .share_row .like {
  float: right;
}
.blog_single .share_row .like li {
  display: inline-block;
  padding-left: 20px;
}
.blog_single .share_row .like li a {
  font: 400 16px "Niramit", sans-serif;
  color: rgba(0, 0, 0, 0.702);
}
.blog_single .share_row .like li a i {
  font-size: 16px;
  color: #dde1ff;
  padding-right: 10px;
}
.blog_single .share_row .like li a:hover, .blog_single .share_row .like li a:focus {
  color: #ff8d68;
}
.blog_single .share_row .like li:last-child a i {
  color: #feb9a2;
}
.blog_single .author {
  background-color: #f5eeff;
  box-shadow: 0px 0px 20px 0px rgba(192, 192, 192, 0.35);
  padding: 60px 40px;
}
.blog_single .author img {
  border-radius: 50%;
}
.blog_single .author .media-body {
  padding-left: 40px;
}
.blog_single .author .media-body a {
  font: 600 22px/1 "Niramit", sans-serif;
  color: #282331;
  display: block;
}
.blog_single .author .media-body p {
  color: rgba(63, 87, 120, 0.8);
  font-size: 18px;
  line-height: 35px;
}
.blog_single .np_btn {
  display: block;
  overflow: hidden;
  padding: 120px 10px;
}
.blog_single .np_btn .theme_btn {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(206, 202, 202, 0.35);
  color: #7e9cc5;
  text-transform: capitalize;
  line-height: 45px;
  font-weight: 400;
  padding: 0 25px;
  font-family: "Niramit", sans-serif;
}
.blog_single .np_btn .theme_btn:hover, .blog_single .np_btn .theme_btn:focus {
  color: #fff;
  background: #8f49f9;
}
.blog_single .np_btn .theme_btn i {
  padding-right: 15px;
  font-size: 16px;
}
.blog_single .np_btn .theme_btn.tb_2 {
  float: right;
}
.blog_single .np_btn .theme_btn.tb_2 i {
  padding: 0;
  padding-left: 15px;
}
.blog_single .comments_area {
  display: block;
}
.blog_single .comments_area h3 {
  font: 700 25px/1 "Niramit", sans-serif;
  color: #282331;
  padding-bottom: 55px;
}
.blog_single .comments_area .author {
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(226, 226, 226, 0.35);
  padding: 50px 40px;
  margin-bottom: 50px;
}
.blog_single .comments_area .author img {
  border-radius: 50%;
}
.blog_single .comments_area .author .media-body {
  padding-left: 40px;
}
.blog_single .comments_area .author .media-body a {
  font: 600 22px/1 "Niramit", sans-serif;
  color: #000000;
  display: block;
}
.blog_single .comments_area .author .media-body a span {
  font-weight: 400;
  font-size: 16px;
  float: right;
  color: #feb9a2;
}
.blog_single .comments_area .author .media-body p {
  color: rgba(63, 87, 120, 0.702);
  font-size: 16px;
}
.blog_single .comments_area .author .media-body .input-group {
  border-bottom: 1px solid #e9e9e9;
  max-width: 435px;
  margin-top: 20px;
}
.blog_single .comments_area .author .media-body .input-group .input-group-text, .blog_single .comments_area .author .media-body .input-group input {
  border: 0;
  box-shadow: none;
  outline: none;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.4);
  font: 400 16px/50px "Niramit", sans-serif;
  padding: 0;
  background-color: transparent;
  height: auto;
}
.blog_single .comments_area .author .media-body .input-group .input-group-text.placeholder, .blog_single .comments_area .author .media-body .input-group input.placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.blog_single .comments_area .author .media-body .input-group .input-group-text:-moz-placeholder, .blog_single .comments_area .author .media-body .input-group input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.blog_single .comments_area .author .media-body .input-group .input-group-text::-moz-placeholder, .blog_single .comments_area .author .media-body .input-group input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.blog_single .comments_area .author .media-body .input-group .input-group-text::-webkit-input-placeholder, .blog_single .comments_area .author .media-body .input-group input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.blog_single .comments_area .author .media-body .input-group .input-group-text:focus.placeholder, .blog_single .comments_area .author .media-body .input-group input:focus.placeholder {
  color: transparent;
}
.blog_single .comments_area .author .media-body .input-group .input-group-text:focus:-moz-placeholder, .blog_single .comments_area .author .media-body .input-group input:focus:-moz-placeholder {
  color: transparent;
}
.blog_single .comments_area .author .media-body .input-group .input-group-text:focus::-moz-placeholder, .blog_single .comments_area .author .media-body .input-group input:focus::-moz-placeholder {
  color: transparent;
}
.blog_single .comments_area .author .media-body .input-group .input-group-text:focus::-webkit-input-placeholder, .blog_single .comments_area .author .media-body .input-group input:focus::-webkit-input-placeholder {
  color: transparent;
}
.blog_single .comments_area .author .media-body .input-group .input-group-text {
  color: #8f49f9;
  cursor: pointer;
  position: relative;
  top: 5px;
}
.blog_single .comments_area .author_r {
  margin-left: 80px;
}




.our_works_area {
  display: block;
  overflow: hidden;
  padding: 0 200px 30px;
}
.our_works_area .work_img {
  max-width: 897px;
  position: relative;
  padding-bottom: 100px;
}
.our_works_area .work_img img {
  max-width: 100%;
  border-radius: 10px;
}
.our_works_area .work_img .work_home_img {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 761px;
  border-radius: 10px;
}
.our_works_area .work_img .work_home_img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background-image: -moz-linear-gradient(-5deg, #1a99cc 0%, white 100%);
  background-image: -webkit-linear-gradient(-5deg, #1a99cc 0%, white 100%);
  background-image: -ms-linear-gradient(-5deg, #1a99cc 0%, white 100%);
  opacity: 0.831;
}
.our_works_area .work_img .work_img_2 {
  position: absolute;
  right: 0;
  top: 165px;
  box-shadow: 0px 17px 45px 0px rgba(91, 91, 91, 0.35);
}
.our_works_area .work_contant {
  padding-left: 80px;
}
.our_works_area .work_contant h4 {
  font: 500 21px/31px "Niramit", sans-serif;
  color: #382c4d;
}
.our_works_area .work_contant h2 {
  font: 700 42px/55.56px "Niramit", sans-serif;
  color: #382c4d;
  padding: 40px 0 30px;
}
.our_works_area .work_contant p {
  font-size: 18px;
  max-width: 530px;
  line-height: 31.5px;
}
.our_works_area .work_slide .carousel-indicators {
  margin: 0;
  padding: 50px 0;
  display: block;
  position: relative;
  bottom: 0;
}
.our_works_area .work_slide .carousel-indicators li {
  width: 45px;
  height: 10px;
  background: #f2ecfa;
  text-indent: -999px;
  display: inline-block;
  cursor: pointer;
  transition: all 300ms linear 0s;
}
.our_works_area .work_slide .carousel-indicators li:hover, .our_works_area .work_slide .carousel-indicators li:focus, .our_works_area .work_slide .carousel-indicators li.active {
  background: #1a99cc;
  width: 95px;
}




.pricing_plan_area {
  display: block;
  overflow: hidden;
  padding: 200px 0 115px;
  background: url(/wp-content/themes/gk/assets/images/fantasy-bg.png) no-repeat top right;
}
@media (min-width: 1260px) {
  .pricing_plan_area .container {
    max-width: 1240px;
  }
}
.pricing_plan_area h2 {
  font: 400 52px/62px "Niramit", sans-serif;
  color: #282331;
  max-width: 760px;
}
.pricing_plan_area .tittle {
  display: block;
  overflow: hidden;
}
.pricing_plan_area .tab_list {
  float: right;
  margin-top: -70px;
}
.pricing_plan_area .tab_list li a {
  font: 700 18px/50px "Niramit", sans-serif;
  min-width: 122px;
  text-align: center;
  border: 1px solid #f2e3ff;
  color: #8f49f9;
  padding: 0;
}
.pricing_plan_area .tab_list li a:hover, .pricing_plan_area .tab_list li a:focus, .pricing_plan_area .tab_list li a.active {
  background: #8f49f9;
  color: #fff;
}
.pricing_plan_area .pricing_row {
  padding-top: 70px;
}
.pricing_plan_area .fantasy {
  box-shadow: 0px 0px 19px 0px rgba(215, 215, 215, 0.35);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px 35px 105px 65px;
  background: url("/wp-content/themes/gk/assets/images/fantasy-1.png") no-repeat bottom right;
  position: relative;
}
.pricing_plan_area .fantasy .amount {
  font: 400 28px/60px "Niramit", sans-serif;
  color: #fff;
  background: #8f49f9;
  text-align: center;
  display: inline-block;
  min-width: 113px;
  padding: 0 20px;
  box-shadow: 0px 27px 18px 0px rgba(164, 109, 253, 0.35);
  border-radius: 10px;
  position: relative;
}
.pricing_plan_area .fantasy .amount:after {
  content: "";
  position: absolute;
  box-shadow: 0px 18px 27px 0px rgba(203, 203, 203, 0.35);
  background: #eaddff;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  z-index: -1;
  left: -24px;
  bottom: -20px;
  -webkit-animation: moveRound 20s linear 2s infinite alternate;
  animation: moveRound 20s linear 2s infinite alternate;
}
.pricing_plan_area .fantasy .heding {
  display: block;
  font: 700 25px/1 "Niramit", sans-serif;
  color: #282331;
  padding-top: 60px;
}
.pricing_plan_area .fantasy .heding:hover, .pricing_plan_area .fantasy .heding:focus {
  color: #ff8d68;
}
.pricing_plan_area .fantasy p {
  color: rgba(40, 35, 49, 0.8);
  font-size: 18px;
  padding: 25px 0;
}
.pricing_plan_area .fantasy ul {
  padding-top: 8px;
}
.pricing_plan_area .fantasy ul li {
  font: 400 18px/35px "Niramit", sans-serif;
  color: #282331;
  padding-left: 35px;
  position: relative;
}
.pricing_plan_area .fantasy ul li:before {
  content: "\f055";
  position: absolute;
  left: 0;
  top: 0;
  font: normal normal normal 18px/35px FontAwesome;
  color: rgba(143, 73, 249, 0.8);
}
.pricing_plan_area .fantasy .check_btn {
  font-size: 20px;
  line-height: 60px;
  width: 60px;
  border-radius: 50%;
  color: #8f49f9;
  background: #fff;
  text-align: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.pricing_plan_area .fantasy .check_btn:hover, .pricing_plan_area .fantasy .check_btn:focus {
  background: #8f49f9;
  color: #fff;
}
.pricing_plan_area .fantasy.fantasy_2 {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") no-repeat bottom right;
}
.pricing_plan_area .fantasy.fantasy_2 .amount {
  background: #acfbde;
  box-shadow: 0px 27px 18px 0px rgba(212, 250, 236, 0.35);
}
.pricing_plan_area .fantasy.fantasy_3 {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") no-repeat bottom right;
  padding-bottom: 70px;
}
.pricing_plan_area .fantasy.fantasy_3 .amount {
  background: #fed0fd;
  box-shadow: 0px 27px 18px 0px rgba(250, 197, 249, 0.35);
}



.included_plans {
  display: block;
  overflow: hidden;
  padding-bottom: 140px;
}
.included_plans h2 {
  font: 400 32px/1 "Niramit", sans-serif;
  color: #282331;
  text-align: center;
  padding-bottom: 90px;
}
.included_plans .included_list li {
  padding-left: 50px;
  font: 400 21px/31px "Niramit", sans-serif;
  color: #282331;
  position: relative;
  padding-bottom: 60px;
}
.included_plans .included_list li:before {
  content: "\f104";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 31px;
  font-family: Flaticon;
  color: #8f49f9;
  font-size: 22px;
}
.included_plans .il_2 {
  padding-left: 50px;
}



.s-content {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
    box-shadow: 0px 0px 30px 0px rgba(34, 34, 34, 0.08);
    text-align: center;
    padding: 24px;
    margin: 0px;
}
.service-slider .s-content{
	margin: 15px;

}
.s-content h2{
    color: #000;
    margin-bottom: 15px;
}
.s-content p{
    margin-bottom: 20px;
}
.s-content:hover {
    background: #2c57e4;
    cursor: pointer;
}
.s-content:hover a p {
    color: #fff;
}
.s-content:hover a h2 {
    color: #fff;
}
.s-content:hover a h2 span {
    color: #fff;
}
.s-content:hover a  {
    color: #fff;
}

.services_single {
  display: block;
  overflow: hidden;
  padding-top: 200px;
}
.services_single h4 {
  font: 700 25px/31px "Niramit", sans-serif;
  color: #282331;
}
.services_single h2 {
  font: 400 52px/62px "Niramit", sans-serif;
  color: #282331;
  padding-top: 50px;
  max-width: 850px;
}
.services_single p {
  font-size: 18px;
  color: rgba(40, 35, 49, 0.702);
}
.services_single .fast_p {
  padding-bottom: 90px;
  padding-top: 20px;
  max-width: 775px;
}
.services_single img {
  max-width: 100%;
}
.services_single .bg_pera {
  background: #8f49f9;
  color: #fff;
  font-size: 26px;
  line-height: 35px;
  padding: 20px 60px;
  max-width: 640px;
  border-radius: 0 40px 0 0;
  margin-top: -45px;
  z-index: 1;
  position: relative;
}
.services_single .strategy_inner {
  padding-top: 145px;
}
.services_single .strategy_inner .media {
  margin-bottom: 45px;
}
.services_single .strategy_inner .media .icons {
  color: #b587fb;
  font-size: 28px;
  font-family: "Font Awesome 5 Pro";
  width: 65px;
  line-height: 65px;
  text-align: center;
  display: block;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 27px 18px 0px rgba(164, 109, 253, 0.35);
}
.services_single .strategy_inner .media .media-body {
  padding-left: 40px;
  padding-top: 25px;
}
.services_single .strategy_inner .media .media-body h3 {
  font: 700 25px/1 "Niramit", sans-serif;
  color: #282331;
}
.services_single .strategy_inner .media .media-body p {
  max-width: 330px;
  padding-top: 35px;
}
.services_single .think_agency {
  display: block;
  overflow: hidden;
  padding: 10px 0 80px;
}
.services_single .think_agency h2 {
  text-align: center;
  max-width: 100%;
}
.services_single .think_agency p {
  font-size: 21px;
  color: #b587fb;
  text-align: center;
  padding: 25px 0 80px;
}
.services_single .think_agency .think_img {
  display: block;
  overflow: hidden;
  position: relative;
}
.services_single .think_agency .think_img .think_content {
  position: absolute;
  left: 190px;
  top: 70px;
  text-align: center;
}
.services_single .think_agency .think_img .think_content h4 {
  font: 700 28px/35px "Niramit", sans-serif;
  color: #fff;
  padding-bottom: 25px;
}
.services_single .think_agency .think_img .think_content a {
  display: block;
  font: 400 21px/35px "Niramit", sans-serif;
  color: #fff;
}
.services_single .think_agency .think_img .think_content a:hover, .services_single .think_agency .think_img .think_content a:focus {
  color: #8f49f9;
}
.service-slider h4{
    font: 400 52px/62px "Niramit", sans-serif;
    font-family: "Playfair Display", serif;
    line-height: 1.2em !important;
    font-weight: 700;
}
.service-slider h4 span {
    color: #4ba0f9;
}



.get_touch_area {
  display: block;
  overflow: hidden;
  padding-top: 75px;
  position: relative;
  z-index: 1;
}
.get_touch_area:before {
  content: "";
  position: absolute;
  left: 100px;
  bottom: 200px;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") no-repeat;
  height: 290px;
  width: 390px;
  z-index: -1;
}
.get_touch_area:after {
  content: "";
  position: absolute;
  right: 200px;
  top: 250px;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") no-repeat;
  height: 224px;
  width: 300px;
  z-index: -1;
}
.get_touch_area h2 {
  font: 700 35px/1 "Niramit", sans-serif;
  color: #282331;
  text-align: center;
  padding-bottom: 80px;
}
.get_touch_area .map_area {
  margin-bottom: 50px;
}
.get_touch_area .map_area iframe {
  border: 0;
  width: 100%;
  height: 635px;
}
.get_touch_area .wpcf7-form {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(187, 187, 187, 0.35);
  padding: 60px 35px;
  margin-bottom: 15px;
}
.get_touch_area .wpcf7-form .form-group {
  margin-bottom: 30px;
}
.get_touch_area .wpcf7-form .form-group .wpcf7-form-control {
  box-shadow: none;
  outline: none;
  border: 1px solid #e6f1ff;
  background: #fff;
  font: 400 16px/35px "Niramit", sans-serif;
  color: rgba(40, 35, 49, 0.702);
  border-radius: 0;
  height: auto;
  padding: 0 25px;
  resize: none;
  width: 100%;
}
.get_touch_area .wpcf7-form .form-group .wpcf7-form-control.placeholder {
  color: rgba(40, 35, 49, 0.702);
}
.get_touch_area .wpcf7-form .form-group .wpcf7-form-control:-moz-placeholder {
  color: rgba(40, 35, 49, 0.702);
}
.get_touch_area .wpcf7-form .form-group .wpcf7-form-control::-moz-placeholder {
  color: rgba(40, 35, 49, 0.702);
}
.get_touch_area .wpcf7-form .form-group .form-control::-webkit-input-placeholder {
  color: rgba(40, 35, 49, 0.702);
}
.get_touch_area .wpcf7-form .form-group .form-control:focus.placeholder {
  color: transparent;
}
.get_touch_area .wpcf7-form .form-group .form-control:focus:-moz-placeholder {
  color: transparent;
}
.get_touch_area .wpcf7-form .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.get_touch_area .wpcf7-form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.get_touch_area .wpcf7-form .form-group textarea {
  line-height: 30px !important;
  height: 75px !important;
  padding-top: 20px !important;
}
.get_touch_area .wpcf7-form .form-group .wpcf7-submit {
    border: 0;
    box-shadow: none;
    outline: none;
    width: 130px;
    line-height: 50px;
    background: #81c8f9;
    margin: 0 auto;
    display: block;
    border-radius: 30px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.get_touch_area .wpcf7-form .form-group .wpcf7-submit:hover, .get_touch_area .wpcf7-form .form-group .wpcf7-submit:focus {
  box-shadow: 0px 26px 36px 0px rgba(143, 73, 249, 0.35);
}
.get_touch_area .wpcf7-form .form-group.has-error .form-control {
  border-color: red;
}


.general_communication {
  display: block;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 100px;
}
.general_communication .quick_find {
  box-shadow: 0px 0px 10px 0px rgba(187, 187, 187, 0.35);
  padding-bottom: 48px;
}
.general_communication .quick_find li {
  padding-left: 100px;
  padding-right: 70px;
  font: 700 18px/34px "Niramit", sans-serif;
  color: #272626;
  padding-top: 36px;
}
.general_communication .quick_find li:first-child {
  font-size: 20px;
  line-height: 80px;
  padding-top: 0;
  color: #8f49f9;
  border-bottom: 1px solid #eeeeee;
}
.general_communication .quick_find li a, .general_communication .quick_find li span {
  font-size: 16px;
  font-weight: 400;
  color: #a3a1a1;
  display: block;
}
.general_communication .help_support {
  padding-top: 20px;
  padding-left: 40px;
}
.general_communication .help_support .support {
  box-shadow: 0px 0px 10px 0px rgba(187, 187, 187, 0.35);
  background: #fff;
  border-radius: 10px;
  text-align: center;
  position: relative;
  padding: 55px 40px 85px;
  margin-bottom: 80px;
}
.general_communication .help_support .support h4 {
  font: 700 21px/1 "Niramit", sans-serif;
  color: #272626;
}
.general_communication .help_support .support p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.702);
  padding-top: 30px;
}
.general_communication .help_support .support a {
  line-height: 97px;
  width: 97px;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -46px;
  border-radius: 50%;
  background: #81c8f9;
  font-size: 35px;
  color: #fff;
  font-family: "Font Awesome 5 Pro";
}
.general_communication .help_support .support a:hover, .general_communication .help_support .support a:focus {
  color: #fff;
  background: #1a99cc;
  box-shadow: 0px 26px 36px 0px rgba(143, 73, 249, 0.35);
}
.general_communication .help_support .socail_icons {
  text-align: center;
  padding-top: 25px;
}
.general_communication .help_support .socail_icons li {
  display: inline-block;
  padding-left: 30px;
}
.general_communication .help_support .socail_icons li:first-child {
  padding: 0;
}
.general_communication .help_support .socail_icons li a {
  border-radius: 10px;
  font-size: 35px;
  color: #fff;
  background: #81c8f9;
  width: 81px;
  line-height: 86px;
  text-align: center;
  display: block;
  font-family: "Font Awesome 5 Brands";
}
.general_communication .help_support .socail_icons li a:hover, .general_communication .help_support .socail_icons li a:focus {
  color: #fff;
  background: #1a99cc;
  box-shadow: 0px 26px 36px 0px rgba(143, 73, 249, 0.35);
}


.leave_reply {
  display: block;
  overflow: hidden;
  padding-top: 100px;
}
.leave_reply h2 {
  font: 600 25px/1 "Niramit", sans-serif;
  color: #282331;
  padding-top: 40px;
  padding-bottom: 55px;
}
.leave_reply .form-group {
  margin-bottom: 50px;
}
.leave_reply .form-group .form-control {
  box-shadow: none;
  outline: none;
  border-radius: 30px;
  border: 0;
  background: #f9f5ff;
  font: 400 16px/60px "Niramit", sans-serif;
  color: rgba(83, 112, 151, 0.6);
  height: auto;
  padding: 0 30px;
  resize: none;
}
.leave_reply .form-group .form-control.placeholder {
  color: rgba(83, 112, 151, 0.6);
}
.leave_reply .form-group .form-control:-moz-placeholder {
  color: rgba(83, 112, 151, 0.6);
}
.leave_reply .form-group .form-control::-moz-placeholder {
  color: rgba(83, 112, 151, 0.6);
}
.leave_reply .form-group .form-control::-webkit-input-placeholder {
  color: rgba(83, 112, 151, 0.6);
}
.leave_reply .form-group .form-control:hover, .leave_reply .form-group .form-control:focus {
  background-color: white;
  box-shadow: 0px 20px 18px 0px rgba(230, 211, 188, 0.35);
}
.leave_reply .form-group .form-control:hover.placeholder, .leave_reply .form-group .form-control:focus.placeholder {
  color: transparent;
}
.leave_reply .form-group .form-control:hover:-moz-placeholder, .leave_reply .form-group .form-control:focus:-moz-placeholder {
  color: transparent;
}
.leave_reply .form-group .form-control:hover::-moz-placeholder, .leave_reply .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.leave_reply .form-group .form-control:hover::-webkit-input-placeholder, .leave_reply .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.leave_reply .form-group textarea {
  height: 210px !important;
  line-height: 30px !important;
  padding-top: 30px !important;
}
.leave_reply .form-group .theme_btn {
  margin: 0;
  min-width: 150px;
  color: #fff;
  cursor: pointer;
  border: 0;
  line-height: 50px;
  border-radius: 10px;
  box-shadow: none;
  overflow: hidden;
  font-weight: 400;
  margin-bottom: 50px;
}
.leave_reply .form-group .theme_btn:hover, .leave_reply .form-group .theme_btn:focus {
  box-shadow: 0px 25px 42px 0px rgba(164, 109, 253, 0.35);
  color: #fff;
}




.summer_collerction {
  display: block;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") no-repeat top right;
  box-shadow: 0px 0px 45px 0px rgba(212, 187, 254, 0.35);
  padding-top: 200px;
}
.summer_collerction .shop_caption {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 140px;
}
.summer_collerction .shop_caption h3 {
  font: 700 46px/1 "Niramit", sans-serif;
  color: rgba(40, 35, 49, 0.6);
}
.summer_collerction .shop_caption h2 {
  font: 700 62px/1 "Niramit", sans-serif;
  color: #282331;
  padding: 40px 0 70px;
}
.summer_collerction .shop_caption .theme_btn {
  border-radius: 10px;
  font-weight: 400;
  min-width: 200px;
}
.summer_collerction .shop_slide img {
  max-width: 100%;
}
.summer_collerction .shop_slide .nav_control {
  text-align: center;
  position: relative;
  top: 38px;
}
.summer_collerction .shop_slide .nav_control a {
  width: 74px;
  line-height: 74px;
  text-align: center;
  font-size: 43px;
  color: #8f49f9;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 45px 62px 0px rgba(161, 161, 161, 0.35);
  display: inline-block;
  margin: 0 10px;
}
.summer_collerction .shop_slide .nav_control a i:before {
  line-height: 74px;
  font-size: 43px;
}
.summer_collerction .shop_slide .nav_control a:hover, .summer_collerction .shop_slide .nav_control a:focus {
  background: #8f49f9;
  color: #fff;
}



.shop_with_sidebar {
  display: block;
  overflow: hidden;
  padding-top: 200px;
  
  
}
.shop_with_sidebar .shop_left_sidebar .input-group {
  position: relative;
}
.shop_with_sidebar .shop_left_sidebar .input-group input {
  font: 400 16px/58px "Niramit", sans-serif;
  color: rgba(12, 20, 35, 0.431);
  border: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  padding: 0 20px;
  width: 100%;
  height: auto;
}
.shop_with_sidebar .shop_left_sidebar .input-group input.placeholder {
  color: rgba(12, 20, 35, 0.431);
}
.shop_with_sidebar .shop_left_sidebar .input-group input:-moz-placeholder {
  color: rgba(12, 20, 35, 0.431);
}
.shop_with_sidebar .shop_left_sidebar .input-group input::-moz-placeholder {
  color: rgba(12, 20, 35, 0.431);
}
.shop_with_sidebar .shop_left_sidebar .input-group input::-webkit-input-placeholder {
  color: rgba(12, 20, 35, 0.431);
}
.shop_with_sidebar .shop_left_sidebar .input-group input:focus.placeholder {
  color: #fff;
}
.shop_with_sidebar .shop_left_sidebar .input-group input:focus:-moz-placeholder {
  color: #fff;
}
.shop_with_sidebar .shop_left_sidebar .input-group input:focus::-moz-placeholder {
  color: #fff;
}
.shop_with_sidebar .shop_left_sidebar .input-group input:focus::-webkit-input-placeholder {
  color: #fff;
}
.shop_with_sidebar .shop_left_sidebar .input-group .input-group-text {
  position: absolute;
  top: 4px;
  right: 3px;
  z-index: 3;
  color: #bfbfbf;
  font-size: 18px;
  background: #fff;
  line-height: 46px;
  padding: 0 25px;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  bottom: 4px;
  transition: all 300ms linear 0s;
}
.shop_with_sidebar .shop_left_sidebar .input-group .input-group-text:hover, .shop_with_sidebar .shop_left_sidebar .input-group .input-group-text:focus {
  color: #fff;
  background: #8f49f9;
}
.shop_with_sidebar .shop_left_sidebar .s_widget {
  padding-top: 80px;
}
.shop_with_sidebar .shop_left_sidebar .s_widget h4 {
  font: 700 21px/1 "Niramit", sans-serif;
  color: #282331;
}
.shop_with_sidebar .shop_left_sidebar .s_widget .categories {
  padding-top: 20px;
}
.shop_with_sidebar .shop_left_sidebar .s_widget .categories li a {
  font: 700 15px/55px "Niramit", sans-serif;
  color: #39436f;
}
.shop_with_sidebar .shop_left_sidebar .s_widget .categories li a:hover, .shop_with_sidebar .shop_left_sidebar .s_widget .categories li a:focus {
  color: #8f49f9;
}
.shop_with_sidebar .shop_left_sidebar .range_w {
  padding-top: 75px;
}
.shop_with_sidebar .shop_left_sidebar .range_w .range_input {
  padding-top: 45px;
}
.shop_with_sidebar .shop_left_sidebar .range_w .range_input #slider-range {
  border: 0;
  background: #eef2f5;
  border-radius: 0;
  height: 4px;
  margin-bottom: 40px;
}
.shop_with_sidebar .shop_left_sidebar .range_w .range_input #slider-range .ui-slider-range {
  background: #feddd6;
}
.shop_with_sidebar .shop_left_sidebar .range_w .range_input #slider-range .ui-slider-handle {
  border-radius: 50%;
  border: 0;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  height: 15px;
  width: 15px;
  outline: none;
  top: -7px;
  cursor: pointer;
}
.shop_with_sidebar .shop_left_sidebar .range_w .range_input label {
  font: 700 15.2px/46px "Niramit", sans-serif;
  display: inline-block;
  background: #fc8b6f;
  color: #fff;
  margin: 0;
  text-align: center;
  min-width: 142px;
  cursor: pointer;
  transition: all 300ms linear 0s;
}
.shop_with_sidebar .shop_left_sidebar .range_w .range_input label:hover, .shop_with_sidebar .shop_left_sidebar .range_w .range_input label:focus {
  box-shadow: 0px 25px 42px 0px rgba(164, 109, 253, 0.35);
}
.shop_with_sidebar .shop_left_sidebar .range_w .range_input input {
  border: 0;
  margin: 0;
  color: rgba(0, 0, 0, 0.651);
  font: 700 15.2px/46px "Niramit", sans-serif;
  width: 40%;
  float: right;
  text-align: right;
}
.shop_with_sidebar .shop_left_sidebar .popular_products h4 {
  padding-bottom: 52px;
}
.shop_with_sidebar .shop_left_sidebar .popular_products .media {
  margin-bottom: 25px;
}
.shop_with_sidebar .shop_left_sidebar .popular_products .media:hover .media-body a, .shop_with_sidebar .shop_left_sidebar .popular_products .media:focus .media-body a {
  color: #fc8b6f;
}
.shop_with_sidebar .shop_left_sidebar .popular_products .media .media-body {
  margin-left: 30px;
}
.shop_with_sidebar .shop_left_sidebar .popular_products .media .media-body a {
  font: 700 18px/1 "Niramit", sans-serif;
  color: #39436f;
  display: block;
  margin-top: -2px;
}
.shop_with_sidebar .shop_left_sidebar .popular_products .media .media-body .rating {
  padding-top: 5px;
}
.shop_with_sidebar .shop_left_sidebar .popular_products .media .media-body .rating li {
  display: inline-block;
}
.shop_with_sidebar .shop_left_sidebar .popular_products .media .media-body .rating li a {
  font-size: 12px;
  color: #fc8b6f;
  display: inline-block;
}
.shop_with_sidebar .shop_left_sidebar .popular_products .media .media-body h4 {
  font: 400 18px/1 "Niramit", sans-serif;
  color: rgba(0, 0, 0, 0.4);
  padding: 0;
  padding-top: 5px;
}
.shop_with_sidebar .shop_right_sidebar {
  margin: 0;
  padding: 0;
}
.shop_with_sidebar .shop_items {
  margin-bottom: 70px;
}
.shop_with_sidebar .shop_items .shop_img {
  display: block;
  overflow: hidden;
}
.shop_with_sidebar .shop_items .shop_img img {
  max-width: 100%;
  transition: all 500ms linear 0s;
}
.shop_with_sidebar .shop_items .heding {
  font: 700 21px/1 "Niramit", sans-serif;
  color: #39436f;
  display: inline-block;
  padding-top: 45px;
}
.shop_with_sidebar .shop_items .heding span {
  display: block;
  font: 400 24px/1 "Niramit", sans-serif;
  color: rgba(0, 0, 0, 0.4);
  padding-top: 15px;
}
.shop_with_sidebar .shop_items .heding:hover, .shop_with_sidebar .shop_items .heding:focus {
  color: #8f49f9;
}
.shop_with_sidebar .shop_items .more_btn {
  font-size: 21px;
  background: #d9c5ff;
  line-height: 74px;
  width: 74px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: #fff;
  margin-right: 40px;
  float: right;
  margin-top: 40px;
  font-family: "Font Awesome 5 Pro";
  box-shadow: 0px 45px 62px 0px rgba(161, 161, 161, 0.35);
}
.shop_with_sidebar .shop_items .more_btn:hover, .shop_with_sidebar .shop_items .more_btn:focus {
  background: #8f49f9;
  box-shadow: 0px 30px 38px 0px rgba(151, 93, 250, 0.35);
}
.shop_with_sidebar .shop_items:hover .shop_img img, .shop_with_sidebar .shop_items:focus .shop_img img {
  transform: scale3D(1.5, 1.5, 1);
}
.shop_with_sidebar .shop_single {
  padding-bottom: 50px;
}
.shop_with_sidebar .shop_single .shop_slide {
  margin-bottom: 70px;
}
.shop_with_sidebar .shop_single .shop_slide img {
  max-width: 100%;
  box-shadow: 0px 0px 28px 0px rgba(212, 212, 212, 0.35);
}
.shop_with_sidebar .shop_single .shop_slide .carousel-item {
  box-shadow: 0px 0px 28px 0px rgba(212, 212, 212, 0.35);
}
.shop_with_sidebar .shop_single .shop_slide .indicators {
  padding: 0;
  margin: 0;
  margin-top: 50px;
  text-align: center;
}
.shop_with_sidebar .shop_single .shop_slide .indicators li {
  display: inline-block;
  cursor: pointer;
  padding: 0 5px;
}
.shop_with_sidebar .shop_single h2 {
  display: block;
  font: 700 32px/45px "Niramit", sans-serif;
  color: #39436f;
  padding-bottom: 10px;
}
.shop_with_sidebar .shop_single .interface {
  display: block;
  overflow: hidden;
}
.shop_with_sidebar .shop_single .interface .price {
  display: inline-block;
  float: left;
}
.shop_with_sidebar .shop_single .interface .price h3 {
  font: 700 32px/45px "Niramit", sans-serif;
  color: #fc8b6f;
}
.shop_with_sidebar .shop_single .interface .price .reting li {
  color: #fc8b6f;
  font-size: 18px;
  display: inline-block;
  padding-right: 10px;
}
.shop_with_sidebar .shop_single .interface .price .reting li span {
  font: 400 15px/1 "Niramit", sans-serif;
  color: #7c84a7;
  padding-left: 20px;
}
.shop_with_sidebar .shop_single .interface .tags {
  padding-left: 150px;
  display: inline-block;
}
.shop_with_sidebar .shop_single .interface .tags li {
  font: 400 16px/28px "Niramit", sans-serif;
  color: #fc8b6f;
}
.shop_with_sidebar .shop_single .interface .tags li a {
  display: inline-block;
  color: #9195a9;
}
.shop_with_sidebar .shop_single .interface .tags li a:hover, .shop_with_sidebar .shop_single .interface .tags li a:focus {
  color: #8f49f9;
}
.shop_with_sidebar .shop_single .details {
  color: rgba(57, 67, 111, 0.702);
  max-width: 750px;
  padding: 45px 0 60px;
}
.shop_with_sidebar .shop_single .value-section {
  box-shadow: 0px 0px 28px 0px rgba(212, 212, 212, 0.35);
  border-radius: 10px;
  width: 155px;
  display: inline-block;
  overflow: hidden;
  padding: 4px 0;
}
.shop_with_sidebar .shop_single .value-section li {
  display: inline-block;
  float: left;
}
.shop_with_sidebar .shop_single .value-section li button {
  display: block;
  font: 400 18px/32px "Niramit", sans-serif;
  background: #eaddfd;
  color: #fff;
  width: 32px;
  border-radius: 50%;
  border: 0;
  margin: 5px 0;
  height: 32px;
  cursor: pointer;
}
.shop_with_sidebar .shop_single .value-section li button:hover, .shop_with_sidebar .shop_single .value-section li button:focus {
  background: #8f49f9;
}
.shop_with_sidebar .shop_single .value-section #product-value {
  display: inline-block;
  width: 105px;
  text-align: center;
  font: 400 18px/80px "Niramit", sans-serif;
  color: #39436f;
}
.shop_with_sidebar .shop_single .value_buy {
  display: flex;
  align-items: center;
}
.shop_with_sidebar .shop_single .value_buy .theme_btn {
  border-radius: 10px;
  margin-left: 45px;
  line-height: 55px;
  min-width: 190px;
  font-weight: 400;
  text-transform: capitalize;
}
.shop_with_sidebar .shop_single .review-tab {
  display: block;
  overflow: hidden;
  padding: 100px 0;
}
.shop_with_sidebar .shop_single .review-tab .nav-tabs {
  border-bottom: 2px solid #f1f1f1;
  max-width: 750px;
}
.shop_with_sidebar .shop_single .review-tab .nav-tabs li {
  padding-right: 70px;
}
.shop_with_sidebar .shop_single .review-tab .nav-tabs li:last-child {
  padding-right: 0;
}
.shop_with_sidebar .shop_single .review-tab .nav-tabs li a {
  font: 700 24px/30px "Niramit", sans-serif;
  color: #39436f;
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.shop_with_sidebar .shop_single .review-tab .nav-tabs li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 0;
  transition: all 300ms linear 0s;
  border-bottom: 2px solid #8f49f9;
}
.shop_with_sidebar .shop_single .review-tab .nav-tabs li a:hover:after, .shop_with_sidebar .shop_single .review-tab .nav-tabs li a:focus:after, .shop_with_sidebar .shop_single .review-tab .nav-tabs li a.active:after {
  width: 100%;
}
.shop_with_sidebar .shop_single .review-tab .tab-content {
  background: #f7f1ff;
  padding: 50px 40px;
}
.shop_with_sidebar .shop_single .review-tab .tab-content .tab-pane p {
  color: rgba(57, 67, 111, 0.8);
}
.shop_with_sidebar .related_tittle {
  font: 700 24px/1 "Niramit", sans-serif;
  color: #39436f;
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 70px;
}
.shop_with_sidebar .next_pages {
  margin-top: 20px;
  display: block;
  position: relative;
  z-index: 1;
}
.shop_with_sidebar .next_pages:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  background: #f7f8ff;
  height: 4px;
  width: 100%;
  z-index: -1;
}
.shop_with_sidebar .next_pages li {
  display: inline-block;
  float: left;
}
.shop_with_sidebar .next_pages li:last-child {
  float: right;
}
.shop_with_sidebar .next_pages li a {
  font-size: 20px;
  background: #fff;
  line-height: 54px;
  width: 54px;
  height: 54px;
  box-shadow: 0px 0px 54px 0px rgba(206, 206, 206, 0.36);
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: #d9c5ff;
}
.shop_with_sidebar .next_pages li a:hover, .shop_with_sidebar .next_pages li a:focus {
  background: #8f49f9;
  color: #fff;
  box-shadow: 0px 30px 26px 0px rgba(189, 146, 255, 0.36);
}




.contact_us {
  display: block;
  margin-bottom: -115px;
  padding-top: 70px;
}
.contact_us .contact_inner {
  display: block;
  overflow: hidden;
  background: url("/wp-content/themes/gk/assets/images/contact-bg-2.jpg") no-repeat right top;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(204, 204, 204, 0.35);
  padding-top: 40px;
  padding-left: 82px;
  padding-right: 75px;
  padding-bottom: 40px;
  position: relative;
  z-index: 333;
}
h1 span {
    color: #4ba0f9;
}
.contact_us .contact_inner h2 {
  font: 700 20px/27px "Niramit", sans-serif;
  color: #282331;
  padding-bottom: 10px;
  max-width: 70%;
  display: block;
}
.contact_us .contact_inner p {
  max-width: 710px;
  float: left;
}
.contact_us .contact_inner .theme_btn {
  float: right;
  margin-top: -60px;
  border-radius: 10px;
  min-width: 214px;
  font-weight: 400;
}



.footer_area {
  display: block;
  overflow: hidden;
  background: #fcfaff url("/wp-content/themes/gk/assets/images/footer-bg.png") no-repeat center bottom;
  padding: 0 200px;
  padding-top: 360px;
  position: relative;
}
.footer_area .shap {
  position: absolute;
  top: 150px;
  left: 40px;
  animation: moveShap 20s linear 2s infinite alternate;
}
.footer_area .round_shap {
  position: absolute;
  top: 85px;
  right: 230px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(140deg, #f3eefd 0%, #eddbf8 100%);
  background-image: -webkit-linear-gradient(140deg, #f3eefd 0%, #eddbf8 100%);
  background-image: -ms-linear-gradient(140deg, #f3eefd 0%, #eddbf8 100%);
  box-shadow: 0px 18px 27px 0px rgba(203, 203, 203, 0.35);
  width: 57px;
  height: 57px;
  animation: moveShap2 20s linear 2s infinite alternate;
}
.footer_area .footer_inner .footer_logo {
  margin-bottom: 30px;
}
.footer_area .footer_inner .footer_logo .language {
  padding-top: 45px;
  display: block;
}
.footer_area .footer_inner .footer_logo .language h6 {
  float: left;
  font: 700 18px/40px "Niramit", sans-serif;
  color: #39436f;
  display: inline-block;
}
.footer_area .footer_inner .footer_logo .language .language_select {
  display: inline-block;
}
.footer_area .footer_inner .footer_logo .language .language_select .post_select {
  padding: 0 10px;
  font: 700 16px/40px "Niramit", sans-serif;
  color: #ff8d68;
}
.footer_area .footer_inner .footer_logo .language .language_select .post_select:before {
  color: #ff8d68;
  font-size: 14px;
  right: 35px;
}
.footer_area .footer_inner .footer_logo .footer_menu {
  padding-top: 5px;
}
.footer_area .footer_inner .footer_logo .footer_menu li {
  display: inline-block;
}
.footer_area .footer_inner .footer_logo .footer_menu li a {
  font: 400 16px/30px "Niramit", sans-serif;
  color: rgba(57, 67, 111, 0.702);
  padding-right: 10px;
}
.footer_area .footer_inner .footer_logo .footer_menu li a:hover, .footer_area .footer_inner .footer_logo .footer_menu li a:focus {
  color: #8f49f9;
}
.footer_area .footer_inner .footer_logo .footer_social {
  padding-top: 30px;
}
.footer_area .footer_inner .footer_logo .footer_social li {
  display: inline-block;
  padding-right: 17px;
  padding-bottom: 10px;
}
.footer_area .footer_inner .footer_logo .footer_social li:last-child {
  padding-right: 0;
}
.footer_area .footer_inner .footer_logo .footer_social li a {
  width: 51px;
  line-height: 51px;
  display: inline-block;
  color: #1a99cc;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
}
.footer_area .footer_inner .footer_logo .footer_social li a:hover, .footer_area .footer_inner .footer_logo .footer_social li a:focus {
  background: #1a99cc;
  color: #fff;
}
.footer_area .footer_inner .footer_widget {
  padding: 0;
  margin-bottom: 50px;
  padding-left: 15px;
}
.footer_area .footer_inner .footer_widget h4 {
  font: 700 20px/1 "Niramit", sans-serif;
  color: #101010;
  padding-bottom: 45px;
}
.footer_area .footer_inner .footer_widget .footer_nav li a {
  font: 400 16px/40px "Niramit", sans-serif;
  color: rgb(0, 0, 0);
}
.footer_area .footer_inner .footer_widget .footer_nav li a:hover, .footer_area .footer_inner .footer_widget .footer_nav li a:focus {
  color: #ff8d68;
}
.footer_area .footer_inner .footer_widget address {
  font: 400 16px/28px "Niramit", sans-serif;
  color: rgba(0, 0, 0);
  padding-top: 7px;
}
.footer_area .footer_inner .footer_widget address a {
  display: block;
  color: rgba(57, 67, 111, 0.702);
  padding-top: 15px;
}
.footer_area .footer_inner .footer_widget address a:hover, .footer_area .footer_inner .footer_widget address a:focus {
  color: #ff8d68;
}
.footer_area .footer_inner .footer_widget address .phone {
  font-size: 17px;
  color: #8f49f9;
  padding-top: 10px;
}
.p-20 {
    clear: both;
    padding-top: 20px;
}
a.email {
	display: block;
    font-size: 17px;
    color: #080808 !important;
	margin: 10px 0;
}
a.phone {
	display: block;
    font-size: 17px;
    color: #080808 !important;
}
.footer_area .footer_inner  h4{
	padding-bottom: 45px;
	text-transform: uppercase;
	font: 700 20px/1 "Niramit", sans-serif;
}

.footer_area .footer_inner .footer_widget p {
  color: rgba(0, 0, 0);
  padding-top: 7px;
  padding-bottom: 45px;
}
.footer_area .footer_inner .footer_widget .input-group {
  position: relative;
  background-color: white;
  box-shadow: 0px 0px 56px 0px rgba(216, 216, 216, 0.35);
  padding: 9px 20px;
  max-width: 268px;
}
.footer_area .footer_inner .footer_widget .input-group input {
  font: 400 16px/48px "Niramit", sans-serif;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  padding: 0;
  border: 0;
  width: 100%;
  color: #9a9a9a;
}
.footer_area .footer_inner .footer_widget .input-group input.placeholder {
  color: #9a9a9a;
}
.footer_area .footer_inner .footer_widget .input-group input:-moz-placeholder {
  color: #9a9a9a;
}
.footer_area .footer_inner .footer_widget .input-group input::-moz-placeholder {
  color: #9a9a9a;
}
.footer_area .footer_inner .footer_widget .input-group input::-webkit-input-placeholder {
  color: #9a9a9a;
}
.footer_area .footer_inner .footer_widget .input-group input:focus.placeholder {
  color: transparent;
}
.footer_area .footer_inner .footer_widget .input-group input:focus:-moz-placeholder {
  color: transparent;
}
.footer_area .footer_inner .footer_widget .input-group input:focus::-moz-placeholder {
  color: transparent;
}
.footer_area .footer_inner .footer_widget .input-group input:focus::-webkit-input-placeholder {
  color: transparent;
}
.footer_area .footer_inner .footer_widget .input-group .input-group-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 56px;
  z-index: 3;
  color: #c7a2fe;
  font-size: 20px;
  background: #fff;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  display: block;
  cursor: pointer;
  transition: all 300ms linear 0s;
}
.footer_area .footer_inner .footer_widget .input-group .input-group-text:hover, .footer_area .footer_inner .footer_widget .input-group .input-group-text:focus {
  background: #8f49f9;
  color: #fff;
}
.footer_area .footer_inner .fw_2 {
  padding-left: 0px;
}
.footer_area .footer_inner .fw_3 {
  padding-left: 90px;
}
.footer_area .footer_inner .fw_4 {
  padding-left: 0px;
}
.footer_area .btn_container {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
.footer_area .btn_container:after {
  content: "";
  position: absolute;
  bottom: 35px;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  background-repeat: repeat-x;
  width: 100%;
  height: 2px;
  left: 0;
  right: 0;
  z-index: -1;
}
.footer_area .btn_container .theme_btn {
  border-radius: 10px;
  box-shadow: 0px 20px 75px 0px rgba(183, 150, 233, 0.35);
  background: #b5ddf9;
  min-width: 200px;
  line-height: 70px;
  font-weight: 400;
  font-size: 20px;
  color: #8f49f9;
  text-transform: capitalize;
  margin: 0 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer_area .btn_container .theme_btn i {
  padding-right: 20px;
  font-size: 27px;
}
.footer_area .btn_container .theme_btn:hover, .footer_area .btn_container .theme_btn:focus {
  background: #8f49f9;
  color: #fff;
}
.footer_area .btn_container .apple i {
  font-size: 33px;
}
.footer_area .copy_right {
  display: block;
  overflow: hidden;
  font-size: 18px;
  text-align: center;
  padding: 45px 0;
}


.scroll-top {
  position: fixed;
  right: 95px;
  bottom: 15px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  background: #1a99cc;
  border: 0;
  box-shadow: none;
  z-index: 999;
  color: #fff;
  display: none;
}
.scroll-top:hover, .scroll-top:focus {
  background: #94d0f9;
}


@media (max-width: 1610px) {
  .main_header_area, .navbar_fixed {
    padding-left: 100px;
    padding-right: 100px;
  }
  .main_header_area.navbar_fixed, .navbar_fixed.navbar_fixed {
    padding-left: 100px;
    padding-right: 100px;
  }

  .testimonial_area {
    padding-left: 15px;
    padding-right: 15px;
  }
  .testimonial_area .testimonial_slide {
    padding-left: 0;
  }
	.p-t{
		padding-left: 30px;
	}
  .our_works_area {
    padding: 0 15px;
  }
}
@media (max-width: 1440px) {
  .main_header_area {
    padding-left: 50px;
    padding-right: 50px;
  }
  .main_header_area.navbar_fixed {
    padding-left: 50px;
    padding-right: 50px;
  }

  .testimonial_area .testimonial_slide .testimonial_content {
    padding-left: 30px;
  }
  .testimonial_area .testimonial_slide .testimonial_content:before {
    font-size: 80px;
  }
  .testimonial_area .testimonial_slide .nav_control {
    margin: 0;
    padding-top: 15px;
  }

  .ta_2 .testimonial_slide .testimonial_content:before {
    top: 20px;
  }

  .footer_area {
    padding-left: 15px;
    padding-right: 15px;
  }

  .portfolio_grid .portfolio_tittle {
    padding-left: 15px;
  }
}
@media (max-width: 1366px) {
  .main_header_area .navbar .navbar_supported ul li a {
    margin: 0 15px;
  }

  .fantasy_area .fantasy_inner .fantasy_tittle {
    padding-left: 15px;
  }
  .fantasy_area .fantasy_inner .fantasy {
    padding: 25px;
  }
  .fantasy_area .fantasy_inner .fantasy_items {
    padding: 0;
  }

  .footer_area .footer_inner .footer_widget {
    padding: 0 15px;
  }

  .our_works_area .work_contant {
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  .main_header_area {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main_header_area.navbar_fixed {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main_header_area .navbar .navbar_supported ul li a {
    font-size: 18px;
    margin: 0 12px;
  }
  .main_header_area .navbar .right_nav {
    padding-left: 0;
  }
  .main_header_area .searchForm {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fantasy_area {
    padding-top: 60px;
    margin: 0;
  }
  .fantasy_area .fantasy_inner .fantasy_tittle {
    padding-bottom: 50px;
  }
  .fantasy_area .fantasy_inner .fantasy_tittle h2 {
    padding-bottom: 30px;
  }

  .testimonial_area {
    padding-top: 80px;
  }
  .testimonial_area h4 {
    padding-bottom: 20px;
  }
  .testimonial_area h2 {
    padding-bottom: 30px;
  }
  .testimonial_area .indicators {
    position: relative;
    margin: 0;
    right: 0;
    left: 50px;
  }

  .protfolio_area {
    background-size: contain;
  }

  .blog_posts_area {
    padding: 0 15px;
    padding-top: 50px;
  }

  .contact_us .contact_inner {
    padding: 30px;
  }
  .contact_us .contact_inner .theme_btn {
    margin-top: 30px;
    float: left;
  }

  .ba_2 .bannar_img {
    max-width: 40%;
    top: auto;
    bottom: 0;
  }

  .aaa_2 {
    padding-bottom: 100px;
  }

  .fa_3 {
    padding-top: 100px;
  }

  .ta_2 .indicators {
    z-index: 1;
	left: 0;
	margin: 0 auto;
  }

  .pages_banner .bannar_img {
    max-width: 35%;
    top: 30%;
  }

  .our_works_area .work_contant {
    padding-top: 50px;
  }

  .portfolio_grid {
    padding: 100px 0 0;
  }
  .portfolio_grid .portfolio_tittle {
    padding-bottom: 50px;
  }
  .portfolio_grid .portfolio_tittle h4 {
    padding-bottom: 10px;
  }
  .portfolio_grid .portfolio_tittle h2 {
    padding-bottom: 20px;
  }
  .portfolio_grid .portfolio_row .portfoli_right {
    padding: 0;
  }

  .pg_2 .portfolio_tittle {
    padding-left: 0;
  }
  .pg_2 .portfolio_tittle h2 {
    padding-bottom: 50px;
  }

  .portfolio_single .right_sidebar {
    padding-left: 15px;
  }

  .pricing_plan_area .tab_list {
    float: none;
    margin-top: 40px;
  }

  .shop_with_sidebar .shop_single .review-tab .nav-tabs li {
    padding-right: 30px;
  }
  .shop_with_sidebar .shop_single .review-tab .nav-tabs li a {
    padding-bottom: 0;
    font-size: 18px;
  }

  .blog_area .blog_leftsidebar {
    padding-right: 15px;
  }

  .blog_single .blog_info {
    display: block;
  }

  .general_communication .quick_find li {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .main_header_area {
    padding: 20px 15px 0;
  }
  .main_header_area .navbar .navbar-toggler {
    font-size: 25px;
    color: #fff;
    background: #1a99cc;
    padding: 0 20px;
    margin: 0;
    margin-left: 15px;
    line-height: 50px;
    border: 0;
    float: right;
    border-radius: 0;
  }
  .main_header_area .navbar .navbar_supported {
    float: none;
    width: 100%;
  }
  .main_header_area .navbar .navbar-nav {
    margin: 0;
    max-height: 370px;
    overflow-y: auto;
    background: #1a99cc;
    padding-left: 0 !important;
  }
  .main_header_area .navbar .navbar-nav li {
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  .main_header_area .navbar .navbar-nav li:last-child {
    border: 0;
  }
  .main_header_area .navbar .navbar-nav li a {
    line-height: 45px !important;
    margin: 0 20px !important;
    color: #fff !important;
  }
  .main_header_area .navbar .navbar-nav li a:after {
    display: none !important;
  }
  .main_header_area .navbar .navbar-nav li a:before {
    display: none;
  }
  .main_header_area .navbar .navbar-nav li a.theme_btn {
    background: transparent !important;
    text-align: left !important;
    color: #fff;
    background-image: none;
  }
  .main_header_area .navbar .navbar-nav li.dropdown {
    position: relative;
  }
  .main_header_area .navbar .navbar-nav li.dropdown:after {
    content: "\f103";
    position: absolute;
    top: 0;
    right: 20px;
    font: normal normal normal 15px/48px FontAwesome;
    color: #fff;
  }
  .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu {
    background-color: transparent;
    border: 0;
    border-top: 1px dashed #fff;
    border-radius: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
  }
  .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu:before {
    display: none;
  }
  .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a {
    border: 0;
    color: #fff;
    margin: 0 10px;
  }
  .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a:hover, .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a:focus, .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu li a.active {
    color: #fff;
    border: 0;
    padding: 0 20px;
  }
  .main_header_area .navbar .navbar-nav li.dropdown .dropdown-menu .dropdown:after {
    display: none;
  }

  .banner_area {
    padding-top: 200px;
  }
  .banner_area h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner_area p {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .banner_area .bannar_img {
    max-width: 40%;
    top: 210px;
  }
  .banner_area .video_area {
    margin-right: 20px;
  }

  .fantasy_area {
    padding-bottom: 0;
  }

  .countarup_area .mt_2 {
    margin-top: 40px;
  }
  .countarup_area .mt_3 {
    margin-top: -70px;
  }

  .about_agency_area {
    padding-top: 100px;
  }
  .about_agency_area .agency_contant {
    padding-bottom: 50px;
  }

  .fa_2 {
    padding-top: 0;
  }

  .protfolio_area {
    padding: 0 15px;
  }
  .protfolio_area .tittle .complete_task {
    float: left;
    margin-top: 50px;
  }

  .blog_posts_area .blog_inner:after {
    display: none;
  }
  .blog_posts_area .blog_inner .blog_item {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }

  .ba_2 .bannar_img {
    top: auto;
    bottom: 0;
  }

  .fa_pages_2 .fantasy_tittle .theme_btn {
    float: none;
    margin-top: 0;
  }

  .aaa_2 {
    padding-bottom: 30px;
  }

  .fa_3 {
    padding-top: 100px;
  }

  .team_area {
    padding-bottom: 40px;
  }
  .team_area .team_items {
    margin-bottom: 60px;
  }

  .pages_banner {
    padding: 180px 0 100px;
  }
  .pages_banner .bannar_img {
    display: none;
  }
  .pages_banner .layer_3 {
    z-index: -1;
    margin-left: 50px;
  }

  .ca_2 {
    margin-top: 0;
  }

  .ta_4 {
    padding-top: 0;
  }

  .portfolio_grid .protfoli_filter li {
    border: 1px solid #f2e3ff;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .portfolio_single {
    padding: 100px 0 0;
  }

  .ps_2 .img_slide {
    padding-bottom: 100px;
  }
  .ps_2 .img_slide .nav_control {
    width: 100%;
    text-align: center;
    bottom: 40px;
    padding: 0;
  }

  .services_single .think_agency .think_img .think_content {
    top: auto;
  }

  .services_single {
    padding: 100px 0 0;
  }
  .services_single .think_agency .think_img {
    display: flex;
    align-items: center;
  }
  .services_single .think_agency .think_img .think_content {
    top: auto;
    left: 0;
    right: 0;
  }

  .pricing_plan_area {
    padding: 100px 0;
  }
  .pricing_plan_area h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .included_plans {
    padding-bottom: 80px;
  }
  .included_plans .included_list li {
    padding-bottom: 20px;
  }
  .included_plans .il_2 {
    padding: 0;
  }
  .included_plans .il_1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .summer_collerction {
    padding-top: 100px;
  }
  .summer_collerction .shop_caption {
    left: 0;
    right: 0;
  }
  .summer_collerction .shop_caption h3 {
    font-size: 25px;
  }
  .summer_collerction .shop_caption h2 {
    font-size: 30px;
    padding: 20px 0;
  }

  .shop_with_sidebar {
    padding-top: 150px;
  }
  .shop_with_sidebar .shop_left_sidebar {
    padding-top: 50px;
  }

  .coming_soon .countdown {
    padding-right: 0;
    text-align: center;
  }
  .coming_soon .countdown .ds-element {
    margin-left: 10px;
    margin-right: 10px;
  }

  .blog_area {
    padding-top: 100px;
  }

  .blog_rightsidebar {
    padding-top: 100px;
  }

  .leave_reply {
    padding-top: 0;
  }
  .leave_reply .form-group {
    margin-bottom: 20px;
  }

  .get_touch_area {
    padding-top: 100px;
  }

  .general_communication {
    padding-bottom: 0;
  }
  .general_communication .help_support {
    margin: 0;
    padding: 0;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
	.single-process::before{
		display: none;
	}
	.home-banner-left h1{font-size: 35px;}
  .banner_area {
    padding-bottom: 100px;
  }
  .banner_area .bannar_img {
    display: none;
  }
  .banner_area .video_area {
    top: auto;
    bottom: 20px;
    right: 0;
    position: absolute;
  }

  .countarup_area .mt {
    margin-top: 70px;
  }
  .countarup_area .mt_2, .countarup_area .mt_3 {
    margin-top: 0;
  }
  .countarup_area h5 {
    text-align: left;
  }

  .testimonial_area .indicators {
    display: none;
  }

  .protfolio_area .tittle h2 {
    font-size: 35px;
    line-height: 45px;
    padding-top: 20px;
  }

  .blog_posts_area .blog_inner .blog_item {
    max-width: 570px;
    margin: 0 auto 50px;
  }

  .contact_us {
    padding-top: 60px;
  }

  .ta_2 .testimonial_slide .testimonial_content {
    margin: 0;
    padding: 0;
  }

  .pages_banner h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .pages_banner p {
    font-size: 18px;
    line-height: 30px;
  }

  .our_works_area .work_img .work_img_2 {
    margin: 0 auto;
    left: 0;
    top: 20px;
  }
  .our_works_area .work_contant h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .portfolio_grid .portfolio_tittle h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .portfolio_single {
    padding-bottom: 50px;
  }
  .portfolio_single h4 {
    padding-bottom: 15px;
  }
  .portfolio_single h2 {
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 40px;
  }

  .ps_2 .tittle {
    float: none;
  }
  .ps_2 .company_info {
    float: none;
    margin: 0 auto;
  }
  .ps_2 .img_slide .about_project {
    padding: 20px;
    margin: 0;
    padding-bottom: 100px;
  }

  .services_single h2 {
    font-size: 25px;
    line-height: 35px;
    padding-top: 20px;
  }

  .shop_with_sidebar .shop_items {
    max-width: 460px;
    margin: 0 auto 60px;
  }

  .shop_with_sidebar .shop_single .shop_slide .indicators {
    margin-top: 20px;
  }
  .shop_with_sidebar .shop_single .shop_slide .indicators li {
    width: calc(100%/4);
  }
  .shop_with_sidebar .shop_single .interface .tags {
    padding: 0;
    padding-top: 40px;
  }

  .blog_area .blog_list .heding {
    font-size: 25px;
    line-height: 35px;
    padding: 20px 0;
  }

  .blog_single h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .blog_single .quote {
    margin: 20px 0;
    padding: 20px;
  }
  .blog_single .quote i {
    z-index: -1;
  }
  .blog_single .quote:after {
    bottom: 0;
    right: 0;
  }
  .blog_single .comments_area .author_r {
    margin-left: 0;
  }

  .get_touch_area .map_area iframe {
    height: 320px;
  }

  .general_communication .help_support .socail_icons li {
    padding: 0 10px 20px !important;
  }
}
@media (max-width: 575px) {
	.protfolio_area .protfoli_inner .work-items img{width: 100%;}
  .main_header_area .navbar .right_nav li .theme_btn {
    display: none;
  }
  .main_header_area .searchForm .input-group-addon {
    padding: 0 15px;
  }

  .fantasy_area .fantasy_inner .fantasy_tittle h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .about_agency_area .agency_contant h2 {
    font-size: 25px;
    line-height: 35px;
    padding-top: 20px;
  }

  .testimonial_area h4 {
    font-size: 16px;
  }
  .testimonial_area h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .testimonial_area .testimonial_slide .testimonial_content p {
    font-size: 18px;
  }
  .testimonial_area .testimonial_slide .testimonial_content .media {
    padding-top: 40px;
  }

  .contact_us .contact_inner h2 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 15px;
  }

  .footer_area .footer_inner .footer_widget h4 {
    padding-bottom: 20px;
	text-transform: uppercase;
  }

  .footer_area .btn_container .theme_btn {
    margin: 5px 7px;
  }

  .countarup_area h5 {
    text-align: center;
  }

  .portfolio_grid .portfolio_row .portfoli_inner .portfolio_item {
    max-width: 400px;
    margin: 0 auto 30px;
  }

  .pg_2 .pi_2 .portfolio_item {
    max-width: 300px;
    margin: 0 auto 30px;
  }

  .pg_3 .pi_3 .portfolio_item {
    max-width: 480px;
    margin: 0 auto;
  }

  .portfolio_single .company_info {
    padding: 20px;
  }

  .services_single .bg_pera {
    font-size: 18px;
    line-height: 30px;
    padding: 20px;
  }
  .services_single .think_agency .think_img .think_content h4 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .services_single .think_agency .think_img .think_content a {
    font-size: 18px;
    line-height: 30px;
  }

  .coming_soon .input-group {
    display: block;
  }
  .coming_soon .input-group .form-control {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .coming_soon .input-group .input-group-text {
    margin: 0;
    width: 100%;
  }
  .coming_soon .footer_social {
    padding-top: 50px;
  }

  .blog_single .author {
    padding: 30px 20px;
    display: block;
  }
  .blog_single .author .media-body {
    padding-left: 0;
    padding-top: 30px;
  }
  .blog_single .comments_area .author .media-body {
    padding-left: 0;
  }
  .blog_single .share_row .like {
    float: left;
    width: 100%;
    padding-top: 20px;
  }
  .blog_single .share_row .like li {
    padding: 0;
    padding-right: 10px;
  }
}
@media (max-width: 450px) {
  .banner_area h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .banner_area p {
    font-size: 18px;
    line-height: 28px;
  }
  .banner_area .video_area {
    margin: 0;
  }
  .banner_area .theme_btn {
    min-width: 170px;
    line-height: 50px;
    margin-bottom: 10px;
  }

  .blog_posts_area h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .portfolio_single .company_info li b {
    min-width: 100%;
  }

  .pricing_plan_area .fantasy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .shop_with_sidebar .shop_single h2 {
    font-size: 25px;
  }

  .shop_with_sidebar .shop_single .value_buy {
    display: block;
  }
  .shop_with_sidebar .shop_single .value_buy .value-section {
    display: block;
    margin-bottom: 30px;
  }
  .shop_with_sidebar .shop_single .value_buy .theme_btn {
    margin: 0;
  }

  .blog_single .np_btn {
    padding: 80px 0;
  }
  .blog_single .np_btn .theme_btn {
    padding: 0 15px;
  }

  .get_touch_area h2 {
    font-size: 25px;
    padding-bottom: 40px;
  }
}
@media (max-width: 360px) {
  .main_header_area .navbar .navbar-toggler {
    margin-left: 10px;
  }
  .main_header_area .navbar .right_nav li a {
    margin: 0 8px;
  }

  .banner_area {
    padding-bottom: 20px;
  }
  .banner_area .video_area {
    float: none;
    bottom: 0;
    position: inherit;
  }
  .banner_area .video_area i {
    top: -20px;
  }

  .fantasy_area .fantasy_inner .fantasy {
    padding: 30px 15px;
  }

  .protfolio_area .tittle .complete_task a {
    font-size: 17px;
    padding-top: 10px;
  }

  .blog_posts_area .blog_item .blog_contant {
    padding: 30px 20px;
  }

  .ba_2 {
    padding-bottom: 80px;
  }

  .portfolio_single .socail_icons li {
    padding-right: 10px;
  }

  .shop_with_sidebar .shop_single .interface .price .reting li span {
    padding-left: 0;
  }
}
@media (max-width: 993px) {
	.contact_us .contact_inner h2{max-width: 100%;}
	.protfolio_area .tittle h2{font: 400 35px/62px "Niramit", sans-serif;}
	.protfolio_area .protfoli_inner .work-items img{
		height: auto;
	}
	.footer_area .copy_right{
		padding: 15px 0;
	}
	.footer_area{
		background: #b7def9 ;
		padding-top: 200px;
	}
	.about_agency_area {padding-top: 30px;}
	.banner_area {padding-top: 150px;padding-bottom:15px;}
	.banner_area p {padding-top: 15px;padding-bottom: 15px;}
	.about_agency_area .agency_contant h2{font: 700 35px/55px "Niramit", sans-serif;}
	.fantasy_area .fantasy_inner .fantasy_tittle h2{font: 400 35px/62px "Niramit", sans-serif;}
}


#accordion4 .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
}
#accordion4 .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
}
#accordion4 .panel-heading:before,
#accordion4 .panel-heading:after{
    content: "";
    width: 50%;
    height: 20%;
    box-shadow: 0 15px 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 15px;
    left: 10px;
    transform: rotate(-3deg);
    z-index: -1;
}
#accordion4 .panel-heading:after{
    left: auto;
    right: 10px;
    transform: rotate(3deg);
}
h4.panel-title{margin:10px 0px !important;}
#accordion4 .panel-title a{
    display: block;
    padding: 15px 70px 15px 70px;
    margin: 0;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #1a99cc;
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    position: relative;
}
#accordion4 .panel-title a:before,
#accordion4 .panel-title a.collapsed:before{
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 55px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    border-left: 2px solid #1a99cc;
    position: absolute;
    top: 0;
    right: 0;
}
#accordion4 .panel-title a.collapsed:before{ content: "\f107"; }
#accordion4 .panel-title a .icon{
    display: inline-block;
    width: 55px;
    height: 100%;
    border-right: 2px solid #1a99cc;
    font-size: 20px;
    color: #1a99cc;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
#accordion4 .panel-body{
    padding: 10px 15px;
    margin: 0 0 20px;
    border-bottom: 3px solid #1a99cc;
    border-top: none;
    background: #fff;
    font-size: 15px;
    color: #333;
    line-height: 27px;
}
.according-section h1.text-center{
	padding: 30px 0;
}
.text-alignstyle{
	text-align: left;
}
.panel-collapse ul{padding: 15px 20px !important;}
.panel-collapse ul li {
    list-style: none;
    margin-bottom: 10px;
    list-style-type: disc;
}
.panel-collapse p{padding : 15px 0;}
.according-section {
    padding: 60px 0 0 0;
	background: url(/wp-content/themes/gk/assets/images/contact-bg-2.jpg) no-repeat right top;
    z-index: 99999;
}
.inner-content {
    padding: 50px;
}
.inner-content h1 i {
    font-size: 20px;
    color: #1a99cc;
}
.inner-content h1 {
    font-size: 75px;
    font-weight: 700;
	word-break: break-word;
}
.service-steps h1{
	font-size: 75px;
    font-weight: 700;
}
.service-steps h1 i{
	font-size: 20px;
    color: #1a99cc;
}
.service-steps {
    padding: 50px;
}
.side-border {
    border-right: 1px solid #80808026;
}
.service-steps h4 {
    font-weight: 600;
}
.side-border:nth-child(even) {
    background: #f2f1f1;
}
.single-s .single-process::before{
	display: none !important;
	background: none !important;
}
.our-services {
    padding-top: 0 !important;
	padding-bottom: 20px;
    clear: both;
    margin-top: 0;
}
.single-process .step{
    position: absolute;
    top: -15px;
    left: -15px;
    width: 50px;
    height: 50px;
    padding: 15px;
    background: #1a99cc;
    color: #fff;
}


.choose_reason_single {
    position: relative;
    border: 1px solid #f7f7f7;
    padding: 28px 15px 22px 63px;
    margin-bottom: 30px;
    margin-left: 35px;
}
.choose_reason_single>div {
    display: block;
    width: 70px;
    height: 45px;
    background: #f7f7f7;
    text-align: center;
    position: absolute;
    top: calc(48% - 22px);
    left: -35px;
    padding: 3px;
}
.choose_reason_single>div>span {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 39px;
    border: 1px dashed #e4e4e4;
    font-size: 18px;
}
.choose_reason_single h5 {
    text-transform: uppercase;
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 23px;
}
.choose_reason_single h5:before {
    content: '';
    width: 50px;
    height: 1px;
    background: #e4e4e4;
    position: absolute;
    bottom: 0;
    left: 0;
}
.choose_reason_single:hover {
    border: 1px solid #4dc2e6;
}
.choose_reason_single:hover>div {
    background: #4dc2e6;
}
.choose_reason_single:hover h5 {
    color: #4dc2e6;
}
.choose_reason_single>div:hover span{
	color: #fff;
}

.protfolio_area .protfoli_inner .work-items .portfolio-info{
	position: absolute;
    padding: 15px;
    bottom: -65px;
    background: #ffffff;
    width: 93%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
	box-shadow: 0 0px 5px #000;
}
.protfolio_area .protfoli_inner .work-items:hover .portfolio-info{
	bottom: 15px;
}
.protfolio_area .protfoli_inner .work-items span {
    text-transform: capitalize;
}
.include-conatct form input:focus {
    border-bottom: 1px solid #4ba0fa;
}
.include-conatct form textarea:focus {
    border-bottom: 1px solid #4ba0fa;
}

.icon-bar a:hover {
  background-color: #000;
}
@keyframes shake {
  0% { transform: skewX(-15deg); }
  5% { transform: skewX(15deg); }
  10% { transform: skewX(-15deg); }
  15% { transform: skewX(15deg); }
  20% { transform: skewX(0deg); }
  100% { transform: skewX(0deg); }  
}
.icon-bar:hover {
    background: #fff;
    border-color: #00aaff;
}
.icon-bar:hover span.text-effect {
    width: 155px;
}
.icon-bar:hover:hover .icon {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.icon-bar {
    display: block;
    position: fixed;
    width: auto;
    top: 50%;
    left: 0;
    z-index: 99998;
    opacity: 0;
    visibility: inherit;
    opacity: 1;
    height: 64px;
    border: 3px solid transparent;
    border-right-width: 0px;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 1s ease,-webkit-transform .6s ease;
    transition: all 1s ease,-webkit-transform .6s ease;
    transition: transform 1s ease,all .6s ease;
    transition: transform 1s ease,all .6s ease,-webkit-transform .6s ease;
}
span.text-effect {
    width: 0px;
    overflow: hidden;
    color: #00aaff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: 17px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    white-space: nowrap;
	padding: 20px 0;
}
.icon-bar .icon {
    position: relative;
    float: right;
    height: 71px;
    display: block;
    width: 71px;
	padding: 17px;
    border: 2px solid #e75906;
    border-radius: 100%;
    margin-top: -7px;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
	background: #007bff;
}
i.fa.fa-home {
    font-size: 30px;
	color: #fff;
}
.icon-bar .icon:hover a{
	background: transparent;
}

