@charset "UTF-8";
/* ------------------------------------------------------
@File: Default Styles
@Author: Themazine.
@Developed By: Emran Khan
@Developer Email: fed.emran@gmail.com
@Developer URL: http://emran-khan.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
------------------------------------------------------- */
/* ======================================================
@Template Name: Kabbo 
@Author: Themazine. 
@Default Styles

Table of Content: 
01/ Variables
02/ Prefix
03/ Animat 
04/ Header
05/ Banner
06/ Fantasy
07/ Countarup
08/ About
09/ Testimonial
10/ Protfoilo
11/ Blog
12/ Work
13/ Pricing
14/ Services
15/ From
16/ Shop 
17/ Footer 
18/ Responsive    
===================================================== */
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/* Button Style */
@import url(../css/bootstrap.min.css);
@import url("https://use.fontawesome.com/releases/v5.5.0/css/all.css");
@import url(../css/font-awesome.min.css);
@import url(../vendors/flat-icon/flaticon.css);
@import url(../vendors/animate-css/animate.css);
@import url(../vendors/magnify-popup/magnific-popup.css);
@import url(../vendors/owl-carousel/owl.carousel.min.css);
@import url(../vendors/bootstrap-selector/nice-select.css);
@import url(../vendors/jquery-ui/jquery-ui.min.css);
@import url("https://fonts.googleapis.com/css?family=Niramit:400,500,600,700");
.theme_btn {
  color: #fff;
  text-align: center;
  font: 700 18px/60px "Niramit", sans-serif;
  display: inline-block;
  padding: 0 20px;
  background: #006699;
  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;
}

/* Preloader */
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/preloader.png");
  animation: heartbeat 0.5s cubic-bezier(0.245, 0.325, 0.51, 1.305) infinite alternate;
}

/*----------------------------------------------------*/
/*Prefix Styles*/
body {
  font-family: "Niramit", sans-serif;
  /*Section Fix*/
  /*Ancore*/
}
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 */
.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;
}

/*----------------------------------------------------*/
/* Move frame*/
@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;
  }
}
/* Move frame*/
/* Heartbeat frame*/
@-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);
  }
}
/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
/* Bottom to Top key frame*/
@-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;
  }
}
/* DoublePulse */
@-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;
  }
}
/*----------------------------------------------------*/
/* Min header area */
.main_header_area {
  display: block;
  width: 100%;
  z-index: 9999;
  position: absolute;
  padding: 75px 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("../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: #006699;
}
.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);
  /* Sub dropdown */
}
.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: #006699;
}
.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: #006699;
}
.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: #006699;
}
.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: #006699;
}
.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 */
.banner_area {
  background: url(../images/bannar-shap-3.png) no-repeat top right;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 350px 0 0;
}
.banner_area h2 {
  font: 500 62px/75px "Niramit", sans-serif;
  color: #282331;
  max-width: 800px;
}
.banner_area p {
  font: 400 21px/36px "Niramit", sans-serif;
  max-width: 650px;
  padding-top: 85px;
  padding-bottom: 115px;
}
.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: #006699;
  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;
}

/* End Banner Aea */
/* pages_banner */
.pages_banner {
  display: block;
  overflow: hidden;
  padding: 395px 0 240px;
  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: 203px;
  max-width: 100%;
  z-index: -1;
}
.pages_banner h2 {
  font: 600 62px/75px "Niramit", sans-serif;
  color: #282331;
  max-width: 640px;
}
.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 */
.coming_soon {
  display: block;
  overflow: hidden;
  padding-bottom: 100px;
}
.coming_soon .countdown {
  background: url("../images/coundown-bg.png") 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: #006699;
  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 */
.fantasy_area {
  display: block;
  overflow: hidden;
  background: url("../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;
}
.fantasy_area .fantasy_inner .fantasy_tittle {
  padding-left: 200px;
}
.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;
}
.fantasy_area .fantasy_inner .fantasy_tittle .theme_btn {
  border: 1px solid #f2e3ff;
  background-color: transparent;
  color: #006699;
  min-width: 175px;
  line-height: 48px;
}
.fantasy_area .fantasy_inner .fantasy_items {
  margin: 0;
  padding: 0;
  padding-left: 40px;
}
.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("../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: #006699;
  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 25px/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: rgba(143, 73, 249, 0.8);
}
.fantasy_area .fantasy_inner .fantasy.fantasy_2 {
  background: white url("../images/fantasy-2.png") 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("../images/fantasy-3.png") no-repeat bottom right;
}
.fa_2 .fantasy_inner .fantasy_4 .icons {
  color: #b587fb;
}
.fa_2 .fantasy_inner .fantasy_3 {
  background: url("../images/fantasy-4.png") no-repeat bottom right;
}
.fa_2 .fantasy_inner .fantasy_3 .icons {
  color: #a2fde4;
}
.fa_2 .fantasy_inner .fantasy_5 {
  background: url("../images/fantasy-5.png") no-repeat bottom right;
}
.fa_2 .fantasy_inner .fantasy_5 .icons {
  color: #bafdbd;
}
.fa_2 .fantasy_inner .fantasy_6 {
  background: url("../images/fantasy-6.png") 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;
}

/* Fantasy_area */
/*----------------------------------------------------*/
/* Countrup Area */
.countarup_area {
  display: block;
  overflow: hidden;
  background: url("../images/countrap-bg-1.png") no-repeat top left, url("../images/countrap-bg-2.png") no-repeat top right content-box;
  padding-top: 50px;
}
.countarup_area .countraup_item {
  border-radius: 50%;
  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: #006699;
  display: block;
  padding-top: 30px;
}
.countarup_area .countraup_item h3 b {
  font-size: 55px;
}
.countarup_area .mt {
  margin-top: 178px;
  margin-left: 227px;
}
}
.countarup_area .mt_2 {
  margin-top: 190px;
}
.countarup_area .mt_3 {
  margin-top: 130px;
}
.countarup_area h5 {
  text-align: center;
  font: 700 18px/35px "Niramit", sans-serif;
  color: #3c3c3c;
  padding-top: 20px;
}
.countarup_area h5 span {
  color: #006699;
}

.ca_2 {
  margin-top: 170px;
}

/* Countrup Area */
/*----------------------------------------------------*/
/* About_agency_area */
.about_agency_area {
  display: block;
  overflow: hidden;
  padding: 220px 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: #006699;
  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;
}
.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;
  }
}

/* End About_agency_area */
/* Team_area */
.team_area {
  display: block;
  overflow: hidden;
  padding: 170px 200px 155px;
}
.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: #006699;
  padding-top: 13px;
}
.team_area .team_items:hover .heding, .team_area .team_items:focus .heding {
  color: #006699;
}

.ta_3 {
  padding-bottom: 100px;
}

/* End team_area */
/*----------------------------------------------------*/
/* Testimonial_area */
.testimonial_area {
  display: block;
  overflow: hidden;
  padding-left: 200px;
  padding-top: 220px;
  padding-bottom: 100px;
  position: relative;
  /* Jupitar Nave */
}
.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;
}
.testimonial_area .testimonial_slide {
  padding-left: 170px;
  /* Control */
}
.testimonial_area .testimonial_slide .testimonial_content {
  padding-left: 220px;
  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 45px 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: #006699;
}
.testimonial_area .testimonial_slide .testimonial_content .media .media-body h6 {
  font: 400 16px/1 "Niramit", sans-serif;
  color: #006699;
  padding-top: 20px;
}
.testimonial_area .testimonial_slide .nav_control {
  display: block;
  overflow: hidden;
  margin-left: 500px;
  padding-top: 75px;
}
.testimonial_area .testimonial_slide .control-prev {
  color: #006699;
  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: #006699;
  color: #fff;
}
.testimonial_area .testimonial_slide .control-next {
  color: #fff;
  line-height: 68px;
  width: 84px;
  display: inline-block;
  padding-left: 15px;
  background: #006699;
  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;
  box-shadow: 0px 45px 45px 0px rgba(147, 147, 147, 0.35);
  cursor: pointer;
  z-index: 1;
}
.testimonial_area .indicators li:hover, .testimonial_area .indicators li:focus {
  border-color: #006699 !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 #d4b4fe;
  border-radius: 50%;
  box-shadow: 0px 18px 58px 0px rgba(82, 82, 82, 0.35);
  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 #d4b4fe;
  border-radius: 50%;
  box-shadow: 0px 18px 58px 0px rgba(82, 82, 82, 0.35);
  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 #d4b4fe;
  border-radius: 50%;
  box-shadow: 0px 20px 52px 0px rgba(176, 124, 255, 0.35);
  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: 1047px;
  margin: 40px;
  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: 100px;
  z-index: -1;
}

.ta_4 {
  padding-bottom: 70px;
}

/* End Testimonial_area */
/*----------------------------------------------------*/
/* Agency_task_area */
.protfolio_area {
  display: block;
  overflow: hidden;
  padding: 0 78px 130px;
  background: url("../images/protfoilo/protfolio-bg.png") no-repeat center bottom;
}
@media (min-width: 1366px) {
  .protfolio_area .coustom_container {
    max-width: 1345px;
    margin-left: 200px;
  }
}
.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;
  max-width: 470px;
  float: left;
}
.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: #006699;
  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: #006699;
}
.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: #006699;
  box-shadow: 0px 22px 38px 0px rgba(166, 116, 241, 0.35);
}
.protfolio_area .protfoli_inner .work-items {
  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);
}

/* End Agency_task_area */
/* Portfolio_grid */
.portfolio_grid {
  display: block;
  overflow: hidden;
  padding: 200px 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;
}
.portfolio_grid .portfolio_tittle .theme_btn {
  border: 1px solid #f2e3ff;
  background-color: transparent;
  color: #006699;
  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: #006699;
  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: #006699;
}
.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: #006699;
  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: #006699;
  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: #006699;
  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: #006699;
  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;
}

/* End Portfolio_grid */
/* Pg_2 */
.pg_2 .portfolio_tittle {
  padding: 0;
  display: block;
  overflow: hidden;
  padding-bottom: 75px;
}
.pg_2 .portfolio_tittle h2 {
  max-width: 650px;
}

/* End pg_2 */
/* Portfolio_single */
.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;
}
.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("../images/nav-shap.png") no-repeat;
  height: 13px;
  bottom: -15px;
  border: 0;
  margin: 0;
}
.portfolio_single .navication a:hover, .portfolio_single .navication a:focus {
  color: #006699;
}
.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: 190px;
  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: #006699;
}
.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: #006699;
}

.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;
  /* Control */
}
.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: #006699;
  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: #006699;
  color: #fff;
}
.ps_2 .img_slide .control-next {
  color: #fff;
  line-height: 68px;
  width: 84px;
  display: inline-block;
  padding-left: 15px;
  background: #006699;
  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;
}

/* End portfolio_single */
/*----------------------------------------------------*/
/* blog_posts_area */
.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: #006699;
}
.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: #006699;
  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: #006699;
}

/* blog_posts_area */
/* Blog Area */
.blog_area {
  padding-top: 150px;
  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: #006699;
}
.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: #006699;
}

.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: #006699;
}
.blog_rightsidebar .categories .categories_list li a:hover:before, .blog_rightsidebar .categories .categories_list li a:focus:before {
  left: 15px;
  color: #006699;
}
.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: #006699;
}
.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: #006699;
  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 */
.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: #006699;
  color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(79, 79, 79, 0.35);
}

/* Blog Single */
.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: #006699;
  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: #006699;
}
.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: #006699;
}
.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: #006699;
  cursor: pointer;
  position: relative;
  top: 5px;
}
.blog_single .comments_area .author_r {
  margin-left: 80px;
}

/* Blog Single */
/*----------------------------------------------------*/
/* Our_works_area */
.our_works_area {
  display: block;
  overflow: hidden;
  padding: 0 200px 30px;
}
.our_works_area .work_img {
  max-width: 897px;
  position: relative;
  padding-bottom: 245px;
}
.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, #8432ff 0%, white 100%);
  background-image: -webkit-linear-gradient(-5deg, #8432ff 0%, white 100%);
  background-image: -ms-linear-gradient(-5deg, #8432ff 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: 400 21px/1 "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: #006699;
  width: 95px;
}

/* Our_works_area */
/*----------------------------------------------------*/
/* Pricing_plan_area */
.pricing_plan_area {
  display: block;
  overflow: hidden;
  padding: 200px 0 115px;
  background: url(../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: #006699;
  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: #006699;
  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("../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: #006699;
  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: #006699;
  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: #006699;
  color: #fff;
}
.pricing_plan_area .fantasy.fantasy_2 {
  background: url("../images/fantasy-big-4.png") 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("../images/fantasy-2.png") 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);
}

/* End Pricing_plan_area */
/* Included_plans */
.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: #006699;
  font-size: 22px;
}
.included_plans .il_2 {
  padding-left: 50px;
}

/* End included_plans */
/*----------------------------------------------------*/
/* Services_single */
.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: #006699;
  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: #006699;
}

/* Services_single */
/*----------------------------------------------------*/
/* Get Touch Area */
.get_touch_area {
  display: block;
  overflow: hidden;
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.get_touch_area:before {
  content: "";
  position: absolute;
  left: 100px;
  bottom: 200px;
  background: url("../images/contact-bg-3.png") no-repeat;
  height: 290px;
  width: 390px;
  z-index: -1;
}
.get_touch_area:after {
  content: "";
  position: absolute;
  right: 200px;
  top: 250px;
  background: url("../images/contact-bg-4.png") 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: 570px;
}
.get_touch_area .from_main {
  background: #fff;
  box-shadow: 0px 0px 22px 0px rgba(205, 205, 205, 0.35);
  padding: 60px 35px;
  margin-bottom: 15px;
}
.get_touch_area .from_main .form-group {
  margin-bottom: 30px;
}
.get_touch_area .from_main .form-group .form-control {
  box-shadow: none;
  outline: none;
  border: 1px solid #e6f1ff;
  background: #fff;
  font: 400 16px/58px "Niramit", sans-serif;
  color: rgba(40, 35, 49, 0.702);
  border-radius: 0;
  height: auto;
  padding: 0 25px;
  resize: none;
  min-width: 100%;
}
.get_touch_area .from_main .form-group .form-control.placeholder {
  color: rgba(40, 35, 49, 0.702);
}
.get_touch_area .from_main .form-group .form-control:-moz-placeholder {
  color: rgba(40, 35, 49, 0.702);
}
.get_touch_area .from_main .form-group .form-control::-moz-placeholder {
  color: rgba(40, 35, 49, 0.702);
}
.get_touch_area .from_main .form-group .form-control::-webkit-input-placeholder {
  color: rgba(40, 35, 49, 0.702);
}
.get_touch_area .from_main .form-group .form-control:focus.placeholder {
  color: transparent;
}
.get_touch_area .from_main .form-group .form-control:focus:-moz-placeholder {
  color: transparent;
}
.get_touch_area .from_main .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}
.get_touch_area .from_main .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.get_touch_area .from_main .form-group textarea {
  line-height: 30px !important;
  height: 190px !important;
  padding-top: 20px !important;
}
.get_touch_area .from_main .form-group .theme_btn {
  border: 0;
  box-shadow: none;
  outline: none;
  width: 130px;
  line-height: 50px;
  background: #006699;
  margin: 0 auto;
  display: block;
  border-radius: 30px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
}
.get_touch_area .from_main .form-group .theme_btn:hover, .get_touch_area .from_main .form-group .theme_btn:focus {
  box-shadow: 0px 26px 36px 0px rgba(143, 73, 249, 0.35);
}
.get_touch_area .from_main .form-group.has-error .form-control {
  border-color: red;
}

/* General_communication */
.general_communication {
  display: block;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 100px;
}
.general_communication .quick_find {
  box-shadow: 0px 0px 37px 0px rgba(243, 216, 255, 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: #006699;
  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 37px 0px rgba(243, 216, 255, 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: #f6f0ff;
  font-size: 18px;
  color: #d9c0ff;
  font-family: "Font Awesome 5 Pro";
}
.general_communication .help_support .support a:hover, .general_communication .help_support .support a:focus {
  color: #fff;
  background: #006699;
  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: 24px;
  color: #e0d0f8;
  background: #f6f0ff;
  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: #006699;
  box-shadow: 0px 26px 36px 0px rgba(143, 73, 249, 0.35);
}

/* leave_reply Area */
.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;
}

/* End leave_reply Area */
/*----------------------------------------------------*/
/* summer_collerction */
.summer_collerction {
  display: block;
  background: url("../images/shop-bg.png") 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: #006699;
  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: #006699;
  color: #fff;
}

/* summer_collerction */
/* shop_with_sidebar */
.shop_with_sidebar {
  display: block;
  overflow: hidden;
  padding-top: 200px;
  /* shop_right_sidebar */
  /* Shop Items */
}
.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: #006699;
}
.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: #006699;
}
.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: #006699;
}
.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: #006699;
  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: #006699;
}
.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: #006699;
}
.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 #006699;
}
.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: #006699;
  color: #fff;
  box-shadow: 0px 30px 26px 0px rgba(189, 146, 255, 0.36);
}

/* shop_with_sidebar */
/*----------------------------------------------------*/
/* Contact_us */
.contact_us {
  display: block;
  margin-bottom: -115px;
  padding-top: 120px;
}
.contact_us .contact_inner {
  display: block;
  overflow: hidden;
  background: url("../images/contact-bg-1.jpg") no-repeat left top, url("../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: 90px;
  padding-left: 82px;
  padding-right: 75px;
  padding-bottom: 85px;
  position: relative;
  z-index: 333;
}
.contact_us .contact_inner h2 {
  font: 700 28px/42px "Niramit", sans-serif;
  color: #282331;
  padding-bottom: 30px;
  max-width: 500px;
  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;
}

/* Contact_us */
/* Footer Home pages */
.footer_area {
  display: block;
  overflow: hidden;
  background: #fcfaff url("../images/footer-bg.png") no-repeat center bottom;
  padding: 0 200px;
  padding-top: 230px;
  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: #006699;
}
.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: #bc90ff;
  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: #006699;
  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: rgba(57, 67, 111, 0.702);
}
.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(57, 67, 111, 0.702);
  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: 16px;
  color: #006699;
  padding-top: 6px;
}
.footer_area .footer_inner .footer_widget p {
  color: rgba(40, 35, 49, 0.702);
  padding-top: 7px;
  padding-bottom: 45px;
  max-width: 250px;
}
.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: #006699;
  color: #fff;
}
.footer_area .footer_inner .fw_2 {
  padding-left: 60px;
}
.footer_area .footer_inner .fw_3 {
  padding-left: 90px;
}
.footer_area .footer_inner .fw_4 {
  padding-left: 80px;
}
.footer_area .btn_container {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 5px;
}
.footer_area .btn_container:after {
  content: "";
  position: absolute;
  bottom: 35px;
  background: url("../images/footer-border.png");
  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: #fff;
  min-width: 200px;
  line-height: 70px;
  font-weight: 400;
  font-size: 20px;
  color: #006699;
  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: #006699;
  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;
}

/* End Footer Home pages */
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 15px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  background: #006699;
  border: 0;
  box-shadow: none;
  z-index: 999;
  color: #fff;
  display: none;
}
.scroll-top:hover, .scroll-top:focus {
  background: #ce8506;
}

/*----------------------------------------------------*/
@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;
  }

  .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: 0;
  }

  .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: 35px;
  }
  .fantasy_area .fantasy_inner .fantasy_items {
    padding: 0;
  }

  .footer_area .footer_inner .footer_widget {
    padding: 0 15px;
  }

  .team_area {
    padding: 100px 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;
  }

  .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: #006699;
    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: #006699;
    border: 1px dashed #fff;
    padding-left: 0 !important;
  }
  .main_header_area .navbar .navbar-nav li {
    border-bottom: 1px dashed #fff;
  }
  .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) {
  .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) {
  .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;
  }

  .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;
  }
}
/*School demo class*/

div.edutorwidth{
  /* background-color: #006699; */
  padding:3px;
  position: sticky;
  top:0;
  
}

div.containerinner{ 
  margin: auto;
  text-align: right;
  padding:3px;
}

div.educatrolog{
    border-radius: 5px;
    background-color: #006699;
    padding:2px;
     border:2px solid #fff;
    text-align: center;
}

div.educatrolog:hover{
   border:2px solid rgb(255, 196, 0);
   color:#006699;
}

a.educatrologlink{
  text-decoration: none;
  color:#fff;
}
