/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name: 	Clinkers	
Version:        1.0.0
�������أ�http://www.bootstrapmb.com
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements
#0.3	header
#0.4	hero-slider
#0.5	footer
#0.6	cta-section
#0.7	services-section
#0.8	about-section
#0.9	projects-section
#1.0	testimonials-section
#1.1	partners-section
#1.2	contact-section
#1.3	news-section
#1.4	contact-info-map-section
#1.5	news-letter-section


----------------------------------------------------------------
	#home style 2
----------------------------------------------------------------
#2.1	about-section-s2
#2.2	services-section-s2
#2.3	features-section
#2.4	team-section
#2.5	fun-fact-section
#2.6	fun-fact-section
#2.7	news-section-s2
#2.8	partners-section-s2


----------------------------------------------------------------
	#home style 3
----------------------------------------------------------------
#3.1	about-section-s3
#3.2	work-process-section
#3.3	projects-section-s2
#3.4	pricing-section
#3.5	cta-section-s2
#3.6	news-section-s3
#3.7	partners-section-s3


----------------------------------------------------------------
	#testimonials page
----------------------------------------------------------------
#4.1	all-testimonials-section


----------------------------------------------------------------
	#team page
----------------------------------------------------------------
#5.1	all-team-member-section


----------------------------------------------------------------
	#faq page
----------------------------------------------------------------
#6.1	faq-pg-section


----------------------------------------------------------------
	#services page
----------------------------------------------------------------
#7.1	all-services-section


----------------------------------------------------------------
	#projects page
----------------------------------------------------------------
#8.1	all-projects-section


----------------------------------------------------------------
	#projects single page
----------------------------------------------------------------
#9.1	project-single-section
#9.2	project-single-wrok-process


----------------------------------------------------------------
	#service single page
----------------------------------------------------------------
#10.1	service-singel-section


----------------------------------------------------------------
	#contact page
----------------------------------------------------------------
#11.1	contact-pg-contact-section


----------------------------------------------------------------
	#blog page
----------------------------------------------------------------
#12.1	blog-calassic-main-content


----------------------------------------------------------------
	#blog details page
----------------------------------------------------------------
#13.1	blog-single-section



----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Heebo:400,500,700|Lato:400,400i,700");
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 15px;
}

body {
  font-family: "Pretendard", sans-serif;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #73787d;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Heebo", sans-serif; */
  font-family: "Spoqa";
  color: #272e33;
  font-weight: normal;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a {
  color:#1a723d;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
  color:#012911;
}

img {
  max-width: 100%;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 20px 0 100px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
  clear: both;
}

.contact-validation-active label.error {
  color: red !important;
  font-size: 0.93333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
}

.contact-validation-active #loader,
.contact-validation-active #loader-2 {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #success,
.contact-validation-active #success-2,
.contact-validation-active #error,
.contact-validation-active #error-2 {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #success-2,
  .contact-validation-active #error,
  .contact-validation-active #error-2 {
    font-size: 15px;
  }
}

.contact-validation-active #success,
.contact-validation-active #success-2 {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #error,
.contact-validation-active #error-2 {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

.contact-validation-active #loader {
  text-align: center;
  color: #fff;
  font-size: 8px;
  font-size: 0.53333rem;
}

/*** back to top **/
.back-to-top {
  background-color: rgba(255, 94, 20, 0.9);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 50px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
    right:10px;
  }
}

.back-to-top:hover {
  background-color: #ff5e14;
}

.back-to-top i {
  /* font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
  display: block;
  width:100%;
  height:100%;
  background: url('../images/angle-up.png') no-repeat center center;
  background-size: 30px 30px;
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.section-title, .section-title-s2, .section-title-s3 {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .section-title, .section-title-s2, .section-title-s3 {
    margin-bottom: 40px;
  }
}

.section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
  font-size: 36px;
  font-size: 2.4rem;
  color: #242c33;
  margin: -0.09em 0 0.33em;
}

@media (max-width: 991px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.section-title p, .section-title-s2 p, .section-title-s3 p {
  margin: 0;
}

.section-title-s2, .section-title-s3 {
  text-align: left;
}

@media (max-width: 991px) {
  .section-title-s2, .section-title-s3 {
    margin-bottom: 15px;
  }
}

.section-title-s3 h2 {
  color: #fff;
}

@media (max-width: 991px) {
  .section-title-s4 {
    margin-bottom: 15px;
  }
}

.section-title-s4 > span {
  font-size: 18px;
  font-size: 1.2rem;
  color: #74787d;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
}

@media (max-width: 991px) {
  .section-title-s4 > span {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .section-title-s4 > span {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.section-title-s4 h2 {
  font-size: 36px;
  font-size: 2.4rem;
  color: #242c33;
  margin: 3px 0 0;
}

@media (max-width: 991px) {
  .section-title-s4 h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .section-title-s4 h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
  font-family: "Heebo", sans-serif;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  color: #ff5e14;
  padding: 11px 30px;
  border-radius: 2px;
  display: inline-block;
}

@media (max-width: 991px) {
  .theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
    font-size: 15px;
    font-size: 1rem;
    padding: 9px 25px;
  }
}

@media (max-width: 767px) {
  .theme-btn, .theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 8px 22px;
  }
}

.theme-btn:hover, .theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn-s4:hover {
  background-color: #ff5e14;
  color: #fff;
}

.theme-btn-s2, .theme-btn-s3, .theme-btn-s4 {
  background-color: #ff5e14;
  color: #fff;
}

.theme-btn-s2:hover, .theme-btn-s3:hover, .theme-btn-s4:hover {
  background-color: #fa4f00;
  color: #fff;
}

.theme-btn-s3 {
  background-color: #0d1e2d;
  color: #fff;
}

.theme-btn-s3:hover {
  background-color: #ff5e14;
}

.theme-btn-s4 {
  background-color: transparent;
  color: #ff5e14;
  border: 2px solid #ff5e14;
  padding: 8px 30px;
}

@media (max-width: 991px) {
  .theme-btn-s4 {
    padding: 8px 25px;
  }
}

@media (max-width: 767px) {
  .theme-btn-s4 {
    padding: 7px 22px;
  }
}

.form input,
.form textarea,
.form select {
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.bg-f2f2{
  background-color: #f2f2f2;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}

.social-links li a {
  background-color: #ff8147;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #ff5e14;
}

/******************************
	page title
******************************/
.page-title {
  background: url("../images/page-title.jpg") center center/cover no-repeat local;
  height: 415px;
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  .page-title {
    height: 280px;
  }
}

@media (max-width: 767px) {
  .page-title {
    height: 220px;
  }
}

.page-title:before {
  content: "";
  background-color: rgba(13, 30, 45, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title .container {
  height: 100%;
  display: table;
}

.page-title .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title h2,
.page-title ol {
  color: #fff;
}

.page-title .title-breadcrumb {
  overflow: hidden;
  margin: 0 -30px;
  padding-top: 140px;
}

@media (max-width: 991px) {
  .page-title .title-breadcrumb {
    text-align: center;
    padding-top: 0;
  }
}

.page-title h2 {
  font-size: 36px;
  font-size: 2.4rem;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .page-title h2 {
    display: inline-block;
    float: left;
  }
}

@media (max-width: 991px) {
  .page-title h2 {
    font-size: 35px;
    font-size: 2.33333rem;
    margin: 0 0 0.3em;
  }
}

@media (max-width: 767px) {
  .page-title h2 {
    font-size: 28px;
    font-size: 1.86667rem;
  }
}

.page-title .breadcrumb {
  font-family: "Heebo", sans-serif;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .page-title .breadcrumb {
    display: inline-block;
    float: right;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .page-title .breadcrumb {
    text-align: center;
  }
}

.page-title .breadcrumb li {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #fff;
  margin-right: 5px;
  
}

.page-title .breadcrumb li a {
  color: #ff5e14;
}

.page-title .breadcrumb li a:hover {
  color: #e04700;
}

.page-title .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #ff5e14;
  margin-right: 5px;
}

.preloader {
  width: 100%;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10001;
}

.preloader div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 45px;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .pagination-wrapper {
    margin-top: 25px;
  }
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  font-family: "Heebo", sans-serif;
  background-color: #b1b8c1;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #ff5e14;
  background: -webkit-linear-gradient(top, #ff5e14, #fa4f00);
  background: -moz-linear-gradient(top, #ff5e14, #fa4f00);
  background: -o-linear-gradient(top, #ff5e14, #fa4f00);
  background: -ms-linear-gradient(top, #ff5e14, #fa4f00);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5e14), to(#fa4f00));
  background: linear-gradient(top, #ff5e14, #fa4f00);
  color: #fff;
}

.pagination-wrapper-left {
  text-align: left;
  margin-top: 70px;
}

@media (max-width: 991px) {
  .pagination-wrapper-left {
    margin-top: 45px;
  }
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header .navigation .navbar-brand {
  height: auto;
}

@media (max-width: 767px) {
  .site-header .navigation .navbar-brand img {
    max-width: 200px;
  }
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #ff5e14;
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar li.showMobile{
    display: none;
  }
  .site-header #navbar > ul > li > a {
    padding: 31px 10px;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #0d1e2d;
    width: 220px;
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #132b41;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #a7a7a7;
    display: block;
    padding: 10px 15px;
  }
  .site-header #navbar > ul > li .sub-menu a:hover {
    background-color: #ff5e14;
    color: #fff;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  /* .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  } */
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a >.toggle-icon{
    position: absolute;
    width:32px;
    height:32px;
    right: 15px;
    top: 50%;
    background: url("/public/template/default/assets/images/angle-down-green.svg") no-repeat center center;
    background-size: 16px 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: background 0.3s;
  }
  
  /* .site-header #navbar > ul .menu-item-has-children > a:before {
    content:"";
    position: absolute;
    width:30px;
    height:20px;
    right: 15px;
    top: 50%;
    background: url("/public/template/default/assets/images/next.png") no-repeat center center;
    background-size: 16px 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  } */
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #ff5e14;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.93333rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    position: absolute;
    left:0;
    top:0;
    z-index: 100;
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #ff5e14;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #ff5e14;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #ff5e14;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 8px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

/*****************************
	header style 1
*****************************/

.header-style-1 .topbar, .header-style-2 .topbar, .header-style-3 .topbar {
  background-color: #0d1e2d;
  padding: 15px 0;
}

.header-style-1 .topbar ul li, .header-style-2 .topbar ul li, .header-style-3 .topbar ul li {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #989fa7;
}

@media (max-width: 767px) {
  .header-style-1 .topbar ul li, .header-style-2 .topbar ul li, .header-style-3 .topbar ul li {
    font-size: 13px;
    font-size: 0.86667rem;
    margin-bottom: 6px;
  }
}

.header-style-1 .topbar li i, .header-style-2 .topbar li i, .header-style-3 .topbar li i {
  display: inline-block;
  padding-right: 5px;
}

.header-style-1 .topbar .contact-info ul, .header-style-2 .topbar .contact-info ul, .header-style-3 .topbar .contact-info ul {
  overflow: hidden;
  float: right;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .contact-info ul, .header-style-2 .topbar .contact-info ul, .header-style-3 .topbar .contact-info ul {
    float: none;
  }
}

.header-style-1 .topbar .contact-info ul li, .header-style-2 .topbar .contact-info ul li, .header-style-3 .topbar .contact-info ul li {
  float: left;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .contact-info ul li, .header-style-2 .topbar .contact-info ul li, .header-style-3 .topbar .contact-info ul li {
    float: none;
  }
}

.header-style-1 .topbar .contact-info ul > li + li, .header-style-2 .topbar .contact-info ul > li + li, .header-style-3 .topbar .contact-info ul > li + li {
  margin-left: 35px;
}

@media (max-width: 767px) {
  .header-style-1 .topbar .contact-info ul > li + li, .header-style-2 .topbar .contact-info ul > li + li, .header-style-3 .topbar .contact-info ul > li + li {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .header-style-1 .topbar .contact-info ul > li:last-child, .header-style-2 .topbar .contact-info ul > li:last-child, .header-style-3 .topbar .contact-info ul > li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .header-style-1 .topbar, .header-style-2 .topbar, .header-style-3 .topbar {
    text-align: center;
  }
  .header-style-1 .topbar ul, .header-style-2 .topbar ul, .header-style-3 .topbar ul {
    display: inline-block;
  }
}

@media screen and (min-width: 992px) {
   .header-style-2 #navbar {
    margin-right: 250px;
    padding: 0;
  }
  .header-style-2 #navbar > ul > li > a{
    padding: 31px 10px;
    color: #242c33;
    position: relative;
    z-index: 10;
  }
  .header-style-2 #navbar > ul > li > a:after {
    content: "";
    background-color: #ff5e14;
    width: 90%;
    height: 3px;
    position: absolute;
    left: 50%;
    /* top: 50%; */
    bottom:20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-style-2 #navbar > ul > li > a:hover:after {
    opacity: 1;
  }
  .header-style-2 #navbar > ul > li > a:hover {
    color: #242c33;
  }
}

.header-style-2 .navbar-header button {
  top: 8px;
}

 .header-style-2 .request-quote{
  background: #ff5e14;
  background: -webkit-linear-gradient(top, #ff5e14, #e04700);
  background: -moz-linear-gradient(top, #ff5e14, #e04700);
  background: -o-linear-gradient(top, #ff5e14, #e04700);
  background: -ms-linear-gradient(top, #ff5e14, #e04700);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5e14), to(#e04700));
  background: linear-gradient(top, #ff5e14, #e04700);
  position: absolute;
  right: 15px;
  top: 0;
}

@media (max-width: 991px) {
  .header-style-2 .request-quote{
    display: none;
  }
}

 .header-style-2 .request-quote a {
  color: #fff;
  padding: 31px 19px;
  display: inline-block;
}

/*****************************
	header style 2
*****************************/
@media screen and (min-width: 992px) {
  .header-style-2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .header-style-2 .topbar, 
  .header-style-2 .navigation {
    background: transparent;
  }
  .header-style-2 .topbar ul li{
    color: #989fa7;
  }
  .header-style-2 #navbar > ul > li > a {
    color: #fff;
  }
  .header-style-2 #navbar > ul > li > a:after {
    display: none;
  }
  .header-style-2 #navbar > ul > li > a:hover {
    color: #ff5e14;
  }
}

@media (max-width: 991px) {
  .header-style-2 .navigation {
    background-color: transparent;
  }
}

.header-style-2 .request-quote {
  top: 19px;
}


.request_quote{
    height:40px;border-radius: 20px;line-height: 40px;width:90px;text-align: center;background-color: #1a723d;
}
.request_quote a{
  font-size: 17px;
}

@media (max-width: 991px){
    .request_quote{
        width:auto;
        height:auto;
        line-height:20px;
        padding:6px;
        border-radius: 10px;
        margin-right: 42px;
    }
    .request_quote a{
      font-size: 14px;
    }
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
}

@media (max-width: 767px) {
  .hero {
    min-height: 420px;
  }
}

.hero .slide {
  max-height: 100vh;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 767px) {
  .hero .slide {
    min-height: 420px;
  }
}

.hero .slide .slider-bg {
  display: none;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  display: table;
}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
  z-index: 10;
}

@media (max-width: 991px) {
  .hero .slick-prev,
  .hero .slick-next {
    display: none !important;
  }
}

.hero .slick-prev {
  left: 25px;
}

@media (max-width: 1199px) {
  .hero .slick-prev {
    left: 15px;
  }
}

.hero .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  opacity: 1;
  font-size: 72px;
  font-size: 4.8rem;
}

@media (max-width: 1199px) {
  .hero .slick-prev:before {
    font-size: 52px;
    font-size: 3.46667rem;
  }
}

.hero .slick-next {
  right: 25px;
}

@media (max-width: 1199px) {
  .hero .slick-next {
    right: 15px;
  }
}

.hero .slick-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  opacity: 1;
  font-size: 72px;
  font-size: 4.8rem;
}

@media (max-width: 1199px) {
  .hero .slick-next:before {
    font-size: 52px;
    font-size: 3.46667rem;
  }
}

.hero .slick-dots {
  bottom: 50px;
}

@media (max-width: 991px) {
  .hero .slick-dots {
    bottom: 30px;
  }
}

.hero .slick-dots li {
  margin: 0 3px;
}

.hero .slick-dots li button {
  background-color: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
  border-radius: 50%;
  opacity: 0.8;
}

.hero .slick-dots li.slick-active button {
  background-color: #ff5e14;
  opacity: 1;
}

.hero .slick-dots li button:before {
  display: none;
}
/*************************************
	hero style 1
****************************************/
.hero-style-1, .hero-style-2, .hero-style-3 {
  position: relative;
  height:35.9375vw;
  /*** hero slider animation ***/
}

@media (max-width: 991px) {
  .hero-style-1, .hero-style-2, .hero-style-3 {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .hero-style-1, .hero-style-2, .hero-style-3 {
    height: 420px;
  }
}

.hero-style-1 .slide, .hero-style-2 .slide, .hero-style-3 .slide {
  height:35.9375vw;
  position: relative;
}

@media (max-width: 991px) {
  .hero-style-1 .slide, .hero-style-2 .slide, .hero-style-3 .slide {
    height:500px;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide, .hero-style-2 .slide, .hero-style-3 .slide {
    height:390px;
  }
}

.hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
  font-size: 72px;
  font-size: 4.8rem;
  color: #fff;
  margin: 0 0 0.25em;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
    font-size: 52px;
    font-size: 3.46667rem;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

.hero-style-1 .slide-caption h2 span, .hero-style-2 .slide-caption h2 span, .hero-style-3 .slide-caption h2 span {
  font-size: 48px;
  font-size: 3.2rem;
  font-weight: normal;
  display: block;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-caption h2 span, .hero-style-2 .slide-caption h2 span, .hero-style-3 .slide-caption h2 span {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-caption h2 span, .hero-style-2 .slide-caption h2 span, .hero-style-3 .slide-caption h2 span {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.hero-style-1 .slide-caption p, .hero-style-2 .slide-caption p, .hero-style-3 .slide-caption p {
  font-size: 22px;
  font-size: 1.46667rem;
  line-height: 1.36em;
  color: #fff;
  margin: 0 0 2.95em;
}

@media (max-width: 991px) {
  .hero-style-1 .slide-caption p, .hero-style-2 .slide-caption p, .hero-style-3 .slide-caption p {
    font-size: 18px;
    font-size: 1.2rem;
    margin: 0 0 2em;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-caption p, .hero-style-2 .slide-caption p, .hero-style-3 .slide-caption p {
    font-size: 17px;
    font-size: 1.13333rem;
    margin: 0 0 2em;
  }
}

.hero-style-1 .hero-slider .slide-caption > h2, .hero-style-2 .hero-slider .slide-caption > h2, .hero-style-3 .hero-slider .slide-caption > h2,
.hero-style-1 .hero-slider .slide-caption > p, .hero-style-2 .hero-slider .slide-caption > p, .hero-style-3 .hero-slider .slide-caption > p,
.hero-style-1 .hero-slider .slide-caption > .btns, .hero-style-2 .hero-slider .slide-caption > .btns, .hero-style-3 .hero-slider .slide-caption > .btns {
  opacity: 0;
}

.hero-style-1 .hero-slider .slick-list .slick-current .slide-caption > h2, .hero-style-2 .hero-slider .slick-list .slick-current .slide-caption > h2, .hero-style-3 .hero-slider .slick-list .slick-current .slide-caption > h2 {
  -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero-style-1 .hero-slider .slick-list .slick-current .slide-caption > p, .hero-style-2 .hero-slider .slick-list .slick-current .slide-caption > p, .hero-style-3 .hero-slider .slick-list .slick-current .slide-caption > p {
  -webkit-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  animation: fadeInLeftSlow 1.5s 1.4s forwards;
}

.hero-style-1 .hero-slider .slick-list .slick-current .slide-caption > .btns, .hero-style-2 .hero-slider .slick-list .slick-current .slide-caption > .btns, .hero-style-3 .hero-slider .slick-list .slick-current .slide-caption > .btns {
  -webkit-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -moz-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -o-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  -ms-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  animation: fadeInLeftSlow 1.5s 1.8s forwards;
}

/*************************************
	hero style 2
****************************************/
.hero-style-2, .hero-style-3 {
  height: 100vh;
}

@media (max-width: 991px) {
  .hero-style-2, .hero-style-3 {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .hero-style-2, .hero-style-3 {
    height: 420px;
  }
}

.hero-style-2 .slide, .hero-style-3 .slide {
  height: 100vh;
}

@media (max-width: 991px) {
  .hero-style-2 .slide, .hero-style-3 .slide {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .hero-style-2 .slide, .hero-style-3 .slide {
    height: 420px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style-2 .slide .row .col, .hero-style-3 .slide .row .col {
    margin-top: 100px;
  }
}


.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.sticky-on {
  opacity: 1;
  top: 0;
}

.header-style-2 .sticky-header {
  background: #0d1e2d;
}

/*--------------------------------------------------------------
#0.7	services-section
--------------------------------------------------------------*/
.services-section {
  background-color: #f2f2f2;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .services-section {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .services-section {
    padding-bottom: 70px;
  }
}

.services-section .services-grids .grid {
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
}

.services-section .grid .img-overlay {
  position: relative;
  overflow: hidden;
}

.services-section .grid .overlay {
  background-color: rgba(255, 94, 20, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: calc(100% - 5px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.services-section .grid:hover .overlay {
  top: 0;
}

.services-section .grid .overlay a {
  background-color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  font-size: 1.6rem;
  color: #ff5e14;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .services-section .grid .overlay a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-size: 1.33333rem;
    border-radius: 3px;
  }
}

.services-section .grid .details {
  padding: 23px 28px 15px;
}

@media (max-width: 1199px) {
  .services-section .grid .details {
    padding: 23px 15px 15px;
  }
}

@media (max-width: 767px) {
  .services-section .grid .details {
    padding: 23px 5px 15px;
  }
}

.services-section .grid .details h3 {
  font-size: 26px;
  font-size: 1.73333rem;
  font-weight: 500;
  color: #242c33;
  margin: 0 0 0.35em;
}

@media (max-width: 1199px) {
  .services-section .grid .details h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .services-section .grid .details h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.services-section .grid .details p {
  margin-bottom: 1.7em;
}

.services-section .grid .read-more {
  padding-top: 17px;
  border-top: 1px solid #efefef;
}

.services-section .grid .read-more a {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  color: #242c33;
}

.services-section .grid .read-more a:hover {
  color: #ff5e14;
}

.services-section .view-all-services {
  font-family: "Heebo", sans-serif;
  max-width: 280px;
  position: relative;
  z-index: 10;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #7a8595;
  margin: 0;
}

@media (max-width: 1199px) {
  .services-section .view-all-services {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 991px) {
  .services-section .view-all-services {
    font-size: 15px;
    font-size: 1rem;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .services-section .view-all-services {
    text-align: center;
    margin: 55px auto 0;
  }
}

.services-section .view-all-services a {
  color: #ff5e14;
}

.services-section .owl-controls {
  position: relative;
  margin-top: 65px;
}

@media (max-width: 767px) {
  .services-section .owl-controls {
    margin-top: 55px;
  }
}

.services-section .owl-controls .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ff5e14;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px transparent;
  box-shadow: 0 0 0 2px transparent;
}

.services-section .owl-controls .owl-dots .active span {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #ff5e14;
  box-shadow: 0 0 0 2px #ff5e14;
}

.services-section .owl-controls .owl-nav {
  position: absolute;
  right: 0;
  top: -15px;
}

@media (max-width: 767px) {
  .services-section .owl-controls .owl-nav {
    width: 100%;
    top: -10px;
  }
}

.services-section .owl-controls .owl-nav .owl-prev,
.services-section .owl-controls .owl-nav .owl-next {
  background: #fff;
  width: 34px;
  height: 34px;
  line-height: 30px;
  color: #242c33;
  border-radius: 0;
}

@media (max-width: 767px) {
  .services-section .owl-controls .owl-nav .owl-prev,
  .services-section .owl-controls .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.services-section .owl-controls .owl-nav .owl-prev:hover,
.services-section .owl-controls .owl-nav .owl-next:hover {
  background: #ff5e14;
  color: #fff;
}

/*--------------------------------------------------------------
	#contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#11.1	contact-pg-contact-section
--------------------------------------------------------------*/
.contact-pg-contact-section {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .contact-pg-contact-section {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .contact-pg-contact-section {
    padding-bottom: 70px;
  }
}

.contact-pg-contact-section label {
  color: #242c33;
}

@media (max-width: 767px) {
  .contact-pg-contact-section label {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.contact-pg-contact-section .contact-form .row > .col {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .contact-pg-contact-section .contact-form .row > .col {
    margin-bottom: 18px;
  }
}

.contact-pg-contact-section .contact-form .row > .col:nth-child(6) {
  margin-bottom: 0;
}

.contact-pg-contact-section .contact-form .row > .col:last-child {
  margin-bottom: 0;
}

.contact-pg-contact-section input,
.contact-pg-contact-section textarea {
  background-color: #ebeef0;
  height: 38px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .contact-pg-contact-section input,
  .contact-pg-contact-section textarea {
    height: 35px;
  }
}

.contact-pg-contact-section input:focus,
.contact-pg-contact-section textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-pg-contact-section textarea {
  height: 200px;
}

@media (max-width: 767px) {
  .contact-pg-contact-section textarea {
    height: 150px;
  }
}

.contact-pg-contact-section .submit-btn button {
  width: 100%;
  border: 0;
  outline: 0;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .contact-pg-contact-section .contact-info {
    margin-top: 55px;
  }
}

.contact-pg-contact-section .contact-info h3 {
  font-size: 30px;
  font-size: 2rem;
  margin: 0 0 0.47em;
}

@media (max-width: 767px) {
  .contact-pg-contact-section .contact-info h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.contact-pg-contact-section .contact-info ul {
  margin-top: 30px;
}

.contact-pg-contact-section .contact-info li {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #242c33;
  position: relative;
  padding-left: 25px;
}

.contact-pg-contact-section .contact-info ul > li + li {
  margin-top: 12px;
}

.contact-pg-contact-section .contact-info li i {
  color: #ff5e14;
  position: absolute;
  left: 0;
  top: 4px;
}

.contact-pg-contact-section #loader {
  color: #ff5e14;
}

/*# sourceMappingURL=style.css.map */
#modal {
    z-index: 1000;
}
.shareicon{
  display: inline-block;
  width: 20px;
  height:20px;
  margin-left: 5px;
}
.shareicon img{
  width:20px;
  height:20px;
}

.contact-form label{
    color:#535353;
}
.contact-form input, .contact-section .contact-form select{
    /* background:rgba(0,0,0,0.8); */
    border:1px solid #535353;
    color:#535353;
}
.contact-form .submit-btn-wrap input{
    background: rgba(0,0,0,0.6);
    border:1px solid #535353;
}
.contact-form .submit-btn-wrap input:hover{
    background: #0058a7;
    border-color: #0058a7;
}
#contact-form .uploadifive-button {
    background: #1a723d;
    color: #fff;
    border: none;
    border-radius: 4px;
}
.contact-form .submit-btn-wrap{
    text-align: center;
}
.contact-form input{
    border-radius: 4px;     
}   
.contact-form .submit-btn-wrap #submit{
    display: inline-block;
    background-color: #1a723d;
    color:#fff;
    border:none;
    outline: none;
    margin:20px 0 0 0;
    padding:0;
    width:140px;
    height:40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 4px;
    
}
#contact-form .uploadifive-button {
    background: #1a723d;
    color: #fff;
    border: none;
    border-radius: 4px;
}

.uploadifive-queue-item .close {
    background: url('/public/template/default/assets/images/uploadifive-cancel.png') no-repeat;
    background-size: 10px 10px;
}

.submit-btn-wrap {
    float: left;
    width: 100%;
}
#contact-form #comment{
  border:1px solid #535353;
  border-radius: 4px;
}
#logo{
    margin: 0;
}
#logo a{
    width:0;
    height:0;
    overflow: hidden;
    padding:30px 120px;
    font-size: 0;
}
.site-header #navbar>ul .sub-menu {
    background-color: #fff;
}

.site-header #navbar>ul>li .sub-menu li {
    border-color: #fff;
}

.site-header #navbar>ul>li .sub-menu a:hover {
    background-color: #fff;
    color: #0058a7;
}

@media (max-width: 991px) {
    .site-header {
        position: inherit;
    }
}

.index_search {
    width: 140px;
    height: 50px;
    margin-left:8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_search .search-wrap .search {
    width: 140px;
}
.site-header .navigation .request_quote a {
    color: #535353;
}

.request_quote1 {
    position: relative;
    width:50px;
    height:50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-phone {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#1a723d;
    margin-right:30px;
    font-size: 16px;
    cursor: default;
}
.menu-phone i.ico-phone{
  display: inline-block;
  width:20px;
  height:20px;
  background: url("/public/template/default/assets/images/phone.svg") no-repeat;
  background-size: 20px 20px;
}

.request_quote1.down::after {
    content: "";
    display: block;
    position: absolute;
    right: -6px;
    top: 25px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-top: 6px solid #ddd;
    border-right: 6px solid transparent;
}

.request_quote1.up::after {
    content: "";
    display: block;
    position: absolute;
    right: -6px;
    top: 25px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #ddd;
    border-right: 6px solid transparent;
}

.request_quote1 ul {
    position: absolute;
    left: 10px;
    top: 50px;
    width: 50px;
    background: #fff;
    border-radius: 2px;
    -webkit-user-select: none;
    /* Chrome, Safari, Opera */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    z-index: 999;
}

.site-header .request_quote1 ul li a {
    display: block;
    width: 100%;
    line-height: 30px;
    text-indent: 10px;
    color: #000;
    background: #fff !important;
}

.site-header .request_quote1 ul li a:hover {
    background: #eee !important;
}
.navbar-default .navbar-nav>li>a {
    /* font-family: "Spoqa"; */
    color: #000;
    font-size: 17px;
}

.site-header .navigation #navbar>ul>li>a:hover {
    color: #0058a7;
}

.icon-prev{
  display: inline-block;
  width:20px;
  height:20px;
  background: url("/public/template/default/assets/images/prev.png") no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
}
.icon-next{
  display: inline-block;
  width:20px;
  height:20px;
  background: url("/public/template/default/assets/images/next.png") no-repeat;
  background-size: contain;
  vertical-align: text-bottom;
}
.icon-close{
  display: inline-block;
  vertical-align: middle;
  width:20px;
  height:20px;
  background: url("/public/template/default/assets/images/close.png") no-repeat;
  background-size: 20px 20px;
}
@media (max-width: 991px) {
  .navbar .right_btn .index_search,.request_quote1 {
    display: none;
  }
}
/* 右侧边栏 */
.right_fix_side{
    position: fixed;
    top:52%;
    right:30px;
    width:80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 100000;
    transform: translateY(-50%);
}
.right_fix_side .block{
    width:80px;
    height:80px;
    margin-bottom: 6px;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.1);
    box-shadow: 0 0 5px #999;
    position: relative;
}
.right_fix_side .block:nth-child(1){
    background-color: #296fe8;
}
.right_fix_side .block:nth-child(1) a{
    color:#fff;
}
.right_fix_side .block:last-child{
    margin-bottom: 20px;
}
.right_fix_side .block a{
    font-family: "Spoqa";
    display: block;
    height:100%;
    box-sizing: border-box;
    text-align: center;
    color:#1a723d;
    font-size: 14px;
    padding-left:6px;
    padding-right: 6px;
}
/* .right_fix_side .block:hover a{
    color:#333;
} */
.right_fix_side .block a::before{
    content:"";
    display: block;
    position: absolute;
    width:24px;
    height:24px;
    transform: translate(-50%,-50%);
    left:50%;
}
.right_fix_side .block:nth-child(1),.right_fix_side .block:nth-child(4),.right_fix_side .block:nth-child(5),.right_fix_side .block:nth-child(6){
    padding-top:45px;
}
.right_fix_side .block:nth-child(2),.right_fix_side .block:nth-child(3){
    padding-top:38px;
}
.right_fix_side .block:nth-child(1) a::before{
    background: url("/public/template/default/assets/images/icon-baojia.svg") no-repeat;
    background-size: 24px 24px;
    top:26px;
}
.right_fix_side .block.question a::before{
    background: url("/public/template/default/assets/images/icon-qa.svg") no-repeat;
    background-size: 24px 24px;
    top:20px;
}
.right_fix_side .block.download a::before{
    background: url("/public/template/default/assets/images/icon-download.svg") no-repeat;
    background-size: 24px 24px;
    top:20px;
}
.right_fix_side .block.example a::before{
    background: url("/public/template/default/assets/images/icon-example.svg") no-repeat;
    background-size: 24px 24px;
    top:26px;
}
.right_fix_side .block.hire a::before{
    background: url("/public/template/default/assets/images/icon-hire.svg") no-repeat;
    background-size: 24px 24px;
    top:26px;
}
.right_fix_side .block.map a::before{
    background: url("/public/template/default/assets/images/icon-position.svg") no-repeat;
    background-size: 24px 24px;
    top:26px;
}
.right_fix_side .block.kakao a::before{
    background: url("/public/template/default/assets/images/icon-kakao.svg") no-repeat;
    background-size: 24px 24px;
    top:26px;
}
.right_fix_side .circle{
    width:34px;
    height:34px;
    overflow: hidden;
    border-radius: 17px;
    margin-bottom: 4px;
}
.right_fix_side .circle a{
    display: block;
    width:0;
    height:0;
    padding:17px;
    overflow: hidden;
    font-size: 0;
}
.right_fix_side .circle.Youtube{
    margin-top: 20px;
    background: url("/public/template/default/assets/images/btn_sns_youtube.svg") no-repeat;
    background-size: 34px 34px;
}
.right_fix_side .circle.Tiktok{
    background: url("/public/template/default/assets/images/btn_sns_tiktok.svg") no-repeat;
    background-size: 34px 34px;
}
.right_fix_side .circle.Instagram{
    background: url("/public/template/default/assets/images/btn_sns_instagram.svg") no-repeat;
    background-size: 34px 34px;
}
.right_fix_side .circle.blog{
    background: url("/public/template/default/assets/images/btn_sns_blog.svg") no-repeat;
    background-size: 34px 34px;
}
@media (max-width: 1420px)  {
    .right_fix_side{
        display: none;
    }
}
@media (max-height: 840px)  {
    .right_fix_side .circle{
        display: none;
    }
}
@media (max-height: 684px){
    .right_fix_side{
        display: none;
    }
}
@media (max-width: 767px) {
  #logo{
    height:50px;
    margin-left: 10px;
  }
  #logo a{
    padding:15px 60px;
    margin-top: 10px;
  }
}
.site-header .navigation .navbar-brand {
    width:240px;
    height:59px;
    background: url('https://sgkor.oss-ap-northeast-1.aliyuncs.com/public/template/default/assets/images/logo2.png') no-repeat;
    background-size: 240px 59px;
}
@media (max-width: 767px) {
  .site-header .navigation .navbar-brand {
    width:120px;
    height:30px;
    background: url('https://sgkor.oss-ap-northeast-1.aliyuncs.com/public/template/default/assets/images/logo2.png') no-repeat;
    background-size: 120px 30px;
}
}
