@charset "UTF-8";

/* Web Fonts */
/*@font-face {*/
/*  font-family: 'HangeulNuri-Bold';*/
/*  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_three@1.0/HangeulNuri-Bold.woff') format('woff');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/
@font-face {
  font-family: 'NanumSquareNeo-Variable';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.0/NanumSquareNeo-Variable.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/*tr>td {*/
/*  width: 100%;*/
/*  float: left;*/
/*}*/


.price-table h1 {
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}

table {
  width: 100%;
  background: -webkit-linear-gradient(left, #f8f6f2, #f8f6f2);
  background: linear-gradient(to right, #f8f6f2, #f8f6f2);
}

.tbl-header {
  background-color: rgba(255, 255, 255, 0.3);
  overflow: auto;
}

.tbl-header table thead {
  position: sticky;
  top: 0px;
}

.tbl-content {
  height: 500px;
  margin-top: 0px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

th {
  padding: 20px 15px;
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  color: #000;
  text-transform: uppercase;
}

td {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  font-weight: 300;
  font-size: 1.6rem;
  color: #000;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}

/* demo styles */

.price-table {
  margin: 50px;
}

/* for custom scrollbar for webkit browser*/

::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* 옮긴 것들 */

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
  width: 100%;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  font-weight: 300;
  width: 100%;
  font-family: 'NanumSquareNeo';
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.loaded {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
  margin: -20px 0 0 -20px;
}

img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}
a,
button,
a span {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.btn:focus,
.btn:active {
  outline: inherit;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*    direction: rtl;*/
}
p {
  margin: 0 0 15px;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}

/*.form-control {*/
/*  display: inline-block;*/
/*  height: 38px;*/
/*  padding: 10px 2px;*/
/*  font-size: 14px;*/
/*  line-height: 1.42857143;*/
/*  color: #000;*/
/*  background-color: #fff;*/
/*  background-image: none;*/
/*  border: 0px solid #ccc;*/
/*  border-radius: 0px;*/
/*  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);*/
/*  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);*/
/*  -webkit-transition: border-color ease-in-out 0.15s,*/
/*    -webkit-box-shadow ease-in-out 0.15s;*/
/*  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;*/
/*  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;*/
/*  border-bottom: 2px solid #ddd;*/
/*}*/
/*.form-control:focus {
    border-color: #bcefeb;
}*/
.form-control:focus {
  border-color: #bcefeb;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075),
  0 0 0px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075),
  0 0 0px rgba(102, 175, 233, 0.6);
}
/*h5 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color:#223d61;
    text-transform: uppercase;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}*/
/*p {*/
/*  line-height: 2rem;*/
/*  font-size: 0.875rem;*/
/*}*/
p:last-child {
  margin-bottom: 0px;
}

.textwhite {
  color: #fff;
}

.textblack {
  color: #000000;
}

.colorstext {
  color: #5e9a28;
}
.coloricon i {
  color: #5e9a28;
}
.colorsbg {
  background: #5e9a28;
  color: #ffffff;
}

.lightbg {
  background-color: #f9f9f9;
}
.transition {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.outofsectiontext {
  margin-top: 40px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*    direction: rtl;*/
}

/* navbar section */
.menu-scroll {
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  z-index: 300;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-color: #2b2929f0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  height: 75px;
}
.main_menu_bg {
  margin-top: 0px;
  background-color: transparent;
}
.main_menu_bg .navbar-default {
  background-color: transparent;
  border-color: transparent;
  transition: all 0.6s;
  margin: 15px auto;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #e74c3c;
  background: transparent;
}

.main_menu_bg .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #e74c3c;
  padding-bottom: 22px;
  border-bottom: 1px solid #e74c3c;
  background: transparent;
}

.main_menu_bg .navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #fff;
}
.navbar-brand {
  padding: 0px 15px;
}
.navbar-brand > img {
  max-width: 80%;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #f5c239;
}

.dropdown-menu {
  min-width: 160px;
  padding: 0px;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: transparent;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0px solid #ccc;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 0px;
}

/*.dropdown-menu .navbar-form .form-group input[type="text"]{
    background-color:rgba(34, 61, 97, 0.68);
    border: 1px solid #e74c3c;
    color:#e74c3c;
    width: 300px;
}
.dropdown-menu .navbar-form .form-group .form-control::-webkit-input-placeholder{
    color: #e74c3c;
    opacity: 1; 
}
.dropdown-menu .navbar-form {
    margin-right: -30px;
}*/

.scrooldown {
  position: absolute;
  left: 48.5%;
  bottom: -2%;
  width: 40px;
  height: 40px;
  line-height: 48px;
  background: #f4f5f9;
  border-radius: 10px;
  text-align: center;
  z-index: 9;
}
.scrooldown a i {
  font-size: 1.5rem;
  color: #e74c3c;
}

.culmn {
  width: 100%;
  overflow: hidden;
}

/*
Extra height css
*/
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.m_t_10 {
  margin-right: 10px;
}
.padding-top-20 {
  padding-top: 1.33rem;
}
.padding-bottom-20 {
  padding-bottom: 1.33rem;
}
.padding-top-40 {
  padding-top: 2.66rem;
}
.padding-bottom-40 {
  padding-bottom: 2.66rem;
}
.padding-top-60 {
  padding-top: 5rem;
}
.padding-bottom-60 {
  padding-bottom: 5rem;
}
.padding-top-90 {
  padding-top: 6.429rem;
}
.padding-bottom-90 {
  padding-bottom: 6.429rem;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
.p_l_r {
  padding-left: 5.714rem;
  padding-right: 5.714rem;
}
/*padding*/
.padding-twenty {
  padding: 10px 0;
}
.padding-fourty {
  padding: 20px 0;
}
.padding-sixty {
  padding: 30px 0;
}
.padding-eighty {
  padding: 40px 0;
}

/*
Button
*/
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
  color: #ffffff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn {
  display: inline-block;
  min-width: 200px;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  margin: 0;
  font-size: 2rem;
  border-radius: 0px;
  margin-top: 0;
  transition: 0.5s;
  border: 1px solid #e74c3c;
  padding: 0.8rem 3rem;
  transition: all 0.6s;
  border-radius: 10px;
}
.btn:hover {
  box-shadow: 0px 2px 2px 1px rgba(221, 221, 221, 0.6);
  color: #fff;
}
.btn-default {
  background: transparent;
  border: 1px solid #fff;
  padding: 1.125rem 3rem;
}
.btn-default:hover {
  background: #e74c3c;
  border: 1px solid #e74c3c;
}
.btn-lg {
  background: #e74c3c;
  padding: 1rem 2rem;
  border: 1px solid transparent;
}
.btn-md {
  background: #999999;
  padding: 1rem 2rem;
  border: 1px solid transparent;
}
.btn-vw {
  font-size: 2vw;
}


/*
Section
*/
.sections {
  padding-top: 50px;
  padding-bottom: 0px;
  overflow: hidden;
}
.sections.footer {
  padding-bottom: 80px;
}
section .subtitle h5 {
  margin-top: 10px;
  font-size: 1.6rem;
}
section .subtitle {
  font-size: 1.6rem;
}
.parallax-section {
  max-width: 100%;
  color: #ffffff;
}
section .title-half h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 300;
  margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
  font-weight: 100;
  font-size: 17px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.heading {
  margin-bottom: 4rem;
}
.overlay {
  background-color: rgba(41, 39, 34, 0.75);
  width: 100%;
  height: 100%;
}
/*.map-overlay {
    background-color: rgba(255, 114, 0, 0.75);
    width: 100%;
    height:auto;
}
.video_overlay {
    background-color: rgba(41, 39, 34, 0.75);
    width: 100%;
    height: auto;
}*/

.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}
.fluid-blocks-col {
  padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
  padding: 70px 80px 0 40px;
}

/*
Separator
*/
.separator {
  width: 10px;
  height: 10px;
  margin: 20px auto;
  background: #e74c3c;
  position: relative;
  display: inline-block;
  border-radius: 10px;
}
.separator:after {
  position: absolute;
  left: 5%;
  bottom: 4px;
  height: 1px;
  width: 80px;
  background: #eee;
  content: "";
  display: inline-block;
  margin-left: 20px;
}
.separator:before {
  position: absolute;
  right: 5%;
  bottom: 4px;
  height: 1px;
  width: 80px;
  background: #eee;
  content: "";
  display: inline-block;
  margin-right: 20px;
}
.separator2 {
  height: 4px;
  width: 40px;
  margin: 10px 0px;
  background: #eeeeee;
  position: relative;
}

.separator3 {
  height: 2px;
  width: 40px;
  margin: 20px auto;
  background: #888888;
}
.separator4 {
  height: 2px;
  width: 30px;
  margin: 20px 0px;
  background: #f38181;
}

.divider {
  height: 1px;
  background: #eee;
  width: 100%;
  overflow: hidden;
}

/*====================================================================
                        Home Section
======================================================================*/
/*.home {*/
/*  background: url(../img/header1.jpg)*/
/*  no-repeat center center;*/
/*  background-size: cover;*/
/*}*/
.home_skew_border {
  position: relative;
}
.home_skew_border:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 86px solid #fff;
  border-right: 680px solid transparent;
}
.home_skew_border:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 86px solid #fff;
  border-left: 680px solid transparent;
}
.main_home {
  padding-top: 200px;
  padding-bottom: 250px;
  display: block;
}

.main_home h1 {
  color: #fff;
  margin-bottom: 20px;
}
.main_home p {
  color: #fff;
  max-width: 60%;
  margin: 0 auto;
  padding-bottom: 30px;
  font-size: 1.125rem;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #fff;
  outline: none;
  background: #e74c3c;
}
.slick-arrow {
  background: #ddd;
  color: #000;
}
.main_home_slider i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #e74c3c;
}
.main_home_slider i.nextprevleft {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #000;
  background: #716a65;
  float: left;
  position: absolute;
  z-index: 999;
  top: 400px;
  font-size: 1.5rem;
  transition: all 0.6s;
  left: -60px;
}
.main_home_slider i.nextprevright {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #000;
  background: #716a65;
  float: right;
  position: absolute;
  z-index: 999;
  top: 400px;
  font-size: 1.5rem;
  transition: all 0.6s;
  right: -50px;
}
.main_home_slider i.nextprevleft:hover {
  color: #fff;
  background: #e74c3c;
}
.main_home_slider i.nextprevright:hover {
  color: #fff;
  background: #e74c3c;
}

/*====================================================================
                        Trial Section
======================================================================*/
.main_trial_area {
  background: url(../img/salesmanager.jpg) no-repeat top center;
  overflow: hidden;
  opacity: 0.5;
  background-size: cover;
  color: #000;
}
.main_trial h1 {
  text-transform: none;
  font-weight: bold;
}
.main_trial h1 span {
  font-weight: bold;
}
.main_trial p {
  text-transform: none;
}
.main_trial p b {
  color: #d55745;
}

/*==================================================================
            service section Style
====================================================================*/
.main_service .head_title {
  padding: 70px 0px 40px 0px;
  margin-bottom: 0px;
}
.main_service .head_title h2 {
  margin-right: 12%;
  border-right: 6px solid #e74c3c;
  color: #fff;
  padding-right: 5%;
}
.main_service .single_service_img {
  position: relative;
  height: 650px;
}
.main_service .single_service_img img {
  width: 100%;
  height: 100%;
}

.main_service .single_service.single_service_text {
  margin-right: 0px;
  background: #202020;
  height: 650px;
}

.main_service.small-screen .single_service.single_service_text.small-screen  {
  margin-right: 0px;
  background: #202020;
  height: 700px;
}

.main_service .single_service.single_service_text .single_service_icon i {
  background: #f4f5f9;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #e74c3c;
  position: relative;
  z-index: 9;
  border: 5px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  font-size: 1.875rem;
}

.main_service
.single_service.single_service_text
.single_service_right_text
h3 {
  width: 100%;
  color: #e74c3c;
}
.main_service
.single_service.single_service_text
.single_service_right_text
h5 {
  color: #FFFFFF;
}
.main_service .single_service.single_service_text .single_service_right_text p {
  color: #FFFFFF;
}

/*====================================================================
                        clogo section css
======================================================================*/
.clogo {
  background: #f4f5f9;
}
.main_clogo {
  overflow: hidden;
}
.main_clogo a {
  display: inline-block;
  overflow: hidden;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.25);
}

/*==================================================================
            Feature section Style
====================================================================*/

.main_feature {
}
.main_feature .single_feature {
}
.main_feature .single_feature:hover .single_feature_icon {
  border-color: #e74c3c;
  transform: rotate(45deg);
}
.main_feature .single_feature:hover .single_feature_icon i {
  transform: rotate(-45deg);
}
.main_feature .single_feature:hover h2 {
  color: #e74c3c;
}
.main_feature .single_feature .single_feature_icon {
  border: 1px solid #ddd;
  width: 150px;
  height: 150px;
  line-height: 70px;
  margin: 50px auto;
  transition: all 0.6s;
}

.single_feature_icon_index {
  color: #FFFFFF;
  padding: 15px;
}

.single_feature p {
  font-size: 18px;
}

.main_feature .single_feature i {
  margin: 35px;
  color: #e74c3c;
  transition: all 0.6s;
}
.main_feature .single_feature h4 {
  transition: all 0.6s;
}

/*====================================================================
                        price-table Section
======================================================================*/
.price-table {
  /*padding-top: 7rem;*/
  /*padding-right: 7rem;*/
  /*padding-left: 7rem;*/
}
/*======================================================================
                    portfolio section css
========================================================================*/
.btn-md:active,
.btn-md.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
}
button.btn-md:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  color: #e74c3c;
}
button.btn-md {
  text-align: center;
  color: #444;
  letter-spacing: 1px;
  margin: 0;
  border-radius: 0px;
  margin-top: 0px;
  background-color: transparent;
  transition: 0.5s;
  border: 0px solid #e74c3c;
}
button.btn-md:hover {
  background-color: transparent;
  color: #e74c3c;
  text-decoration: none;
  border: 0px solid #f4720a;
}

.btn-bl:active,
.btn-bl.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.125);
}
button.btn-bl:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  box-shadow: 5px 5px 30px #707070;
  /*color: #e74c3c;*/
}
button.btn-bl {
  text-align: center;
  color: #444;
  letter-spacing: 1px;
  margin: 0;
  margin-top: 0px;
  transition: 0.5s;
  background: #d3d3d3;
  border-radius: 10px;
  border: 0px solid #e74c3c;
  padding: 10px;
}
button.btn-bl:hover {
  background-color: rgba(18, 165, 135, 0.64);
  box-shadow: 5px 5px 30px #707070;
  text-decoration: none;
}
.portfolio .toolbar {
  margin-bottom: 50px;
}
#portfoliowork {
  margin: 1rem 0;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 0rem;
  -moz-column-gap: 0rem;
  column-gap: 0rem;
  -webkit-column-width: 33.33333333333333%;
  -moz-column-width: 33.33333333333333%;
  column-width: 33.33333333333333%;
}
.tile {
  display: none;
}
.scale-anm {
  margin: 0px;
  width: 100%;
  /*margin-bottom: -6px;*/
}

.tile img {
  height: auto;
  display: inline-block;
  width: 100%;
}

.single_portfolio {
  position: relative;
}
.single_portfolio:hover .grid_item_overlay {
  opacity: 1;
}

.grid_item_overlay {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%;
  background: rgba(231, 76, 60, 0.6);
  color: #fff;
  padding: 20px;
  opacity: 0;
  transition: 0.6s;
  padding-top: 35%;
  z-index: 99;
}
.g_overlay_1 {
  padding-top: 16%;
}
.g_overlay_2 {
  padding-top: 85%;
}

.grid_item_overlay a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  background: transparent;
}
.grid_item_overlay a:hover i {
  color: #e74c3c;
  background: #fff;
}

/*=================================================================
                        footer section
===================================================================*/
.footer {
  background: grey;
}
.main_footer {
  overflow: hidden;
  padding: 20px 0px;
}

/* scrollup */

.scrollup {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  opacity: 0.3;
  position: fixed;
  bottom: 20px;
  right: 25px;
  color: #fff;
  cursor: pointer;
  background-color: #000;
  z-index: 1000;
  transition: opacity 0.5s, background-color 0.5s;
  -moz-transition: opacity 0.5s, background-color 0.5s;
  -webkit-transition: opacity 0.5s, background-color 0.5s;
}

.scrollup:hover {
  background: #e74c3c;
  opacity: 1;
}

.scrollup i {
  position: absolute;
  opacity: 1;
  color: #fff;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -6px;
  text-decoration: none;
}

/* Pricing2 Section */

.main_pricing_area {
  overflow: hidden;
}

.single_pricing {
  text-align: center;
  /*margin-top: 20px;*/
  transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}
.single_pricing:hover {
  box-shadow: 0px 1px 10px 1px #ccc;
}

.pricing_head p {
  font-size: 1.375rem;
  color: #FFFFFF;
}

.pricing_business .pricing_head {
  background: #e74c3c;
}
.pricing_business .pricing_head .p_r {
  color: #e74c3c;
}
.pricing_business .pricing_head h3 {
  color: #fff;
}
.pricing_business .btn-md {
  background: #e74c3c;
}

.counsel_business .btn-md {
  background: #262424;
}

.pricing_head {
  padding: 30px 10px;
  background: #999999;
  position: relative;
}
.pricing_head h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 1.5rem;
}
.pricing_head .pricing_price {
  background: #fff;
  position: absolute;
  left: 30%;
  bottom: -30%;
  width: 200px;
  height: 100px;
  margin: 0 auto;
  padding: 30px 0px;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 10px rgba(244, 245, 249, 0.3);
}
.pricing_head .pricing_price .p_r {
  font-size: 2.822rem;
}
.pricing_head .pricing_price .m_t {
  font-size: 0.941rem;
}
.pricing_body {
  background: #f4f5f9;
  padding: 10px 0px 10px 0px;
}
.single_pricing ul {
}
.single_pricing ul li {
  line-height: 45px;
  height: 45px;
  font-size: 1.125rem;
}

.single_pricing a {
  margin: 20px;
}

.width-height-box {
  position:relative;
  /*height:500px;*/
  text-align: center;
  vertical-align:middle;
}

.width-height-box img {
  width: 90%;
  height: 90%;
  /*position:absolute;*/
  /*top:40%;*/
  /*margin-top:-150px;*/
  /*margin-left: -35%;*/
  /*height:400px;*/
}


@media (min-width: 630px) and (max-width: 768px) {
  td {
    font-size: 1.3rem;
  }
}
@media (max-width: 629px) {
  td {
    font-size: 1.3rem;
  }
}