
/*
==================================================================================
==================================================================================

             =================   ====== // =====           ================
            =================   ====== //  ======         ================
           =====               ======       ======       ======
          =====               ======        ======      ======
         =====               ======         ======     ======
        =================   ======          ======    ===============
       =================   ======           ======   ===============
      =====               ======           ======            ======
     =====               ======           ======            ======
    =====               ======	        ======             ======
   =================   ====== // ===========   =================
  =================   ====== // =========     =================   Copyright 2021

==================================================================================
==================================================================================
*/

:root {
  --black: #161616;
  --blue: #004688;
  --blue-1: #0061BD;
  --orange: #E75D0A;
  --grey: #96989A;
  --grey-1: #636363;
  --white: #fff	;
  --brown: #303030	;

	/* --ComicSans : 'ComicSans'; */
}

/* @font-face {
  font-family: 'ComicSans';
  src: url('./fonts/ComicSansMS3.ttf');
} */

/* .ComicSans {
  font-family: var(--ComicSans);
} */

/**
* GLOBAL STYLE
*/


.row-5 {
	margin-left: -5px;
	margin-right: -5px;
}

.row-10 {
	margin-left: -10px;
	margin-right: -10px;
}

.row-25 {
	margin-left: -25px;
	margin-right: -25px;
}

.row-42 {
	margin-left: -42px;
	margin-right: -42px;
}

.row-60 {
	margin-left: -60px;
	margin-right: -60px;
}

.row-100 {
	margin-left: -100px;
	margin-right: -100px;
}


.slide-im {
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.slide-dektop {
  display: block;
}

.slide-mobile {
  display: none;
}

.columns-2 {
	columns: 2;
}

.container-full {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 55px;
  position: relative;
}

.container-med {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.container-sm {
  width: 100%;
  max-width: 760px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.container-fluid {
  width: 100%;
  position: relative;
}

.mt-10 {
	margin-top: 10px;
}

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

.mt-30 {
	margin-top: 30px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mtb-5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mtb-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mtb-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mtb-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.mtb-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}


.pt-40 {
	padding-top: 40px;
}


.pb-20 {
	padding-bottom: 20px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pr-20 {
	padding-right: 20px;
}

.pr-30 {
	padding-right: 30px;
}

.pr-40 {
	padding-right: 40px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}


.w-650 {
	float: left;
	width: 100%;
  max-width: 650px;
	position: relative;
}

.w-850 {
	float: left;
	width: 100%;
  max-width: 850px;
	position: relative;
}

.w-100 {
	float: left;
	width: 100%;
	position: relative;
}

.img-100 {
	float: left;
	width: 100%;
	height: auto;
}


.fwhite *,
.fwhite {
	color: var(--white);
}

.forange {
	color: var(--orange);
}

.fblue {
	color: var(--blue);
}

.fgrey {
	color: var(--grey);
}

.bg-white {
  background: var(--white);
}

.bg-brown {
  background: var(--brown);
}

.bg-blue {
  background: var(--blue);
}

.bg-grey {
  background: var(--grey);
}


.col-2 {
	width: 50%;
	float: left;
	padding: 0 15px;
}

.col-3 {
	width: 33.333%;
	float: left;
	padding: 0 15px;
}



.floatleft {
	float: left;
}


.floatright {
	float: right;
}

section {
	position: relative;
	width: 100%;
	float: left;
}

.bg-square {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.square {
  padding-bottom: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.bg {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.bg-full {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}

.b-bottom {
	border-bottom: 1px solid #C4C4C4;
}

.line-height-1 {
	line-height: 1;
}

.accordion {
  float: left;
  width: 100%;
  margin: 30px 0;
}

.content-wrapper-noheader {
  float: left;
  width: 100%;
  padding-top: 200px;
}


#page-wrapper {
  float: left;
  width: 100%;
}

#services .accordion__item {
  display: inline-table;
}

#services .accordion__item:nth-child(2n+1) {
  clear: left;
}

#services .col-2:first-child .accordion__item:nth-child(even),
#services .col-2:last-child .accordion__item:nth-child(odd) {
  display: none;
}


.accordion__item {
  float: left;
  width: 100%;
  padding: 0 15px;
}

.accordion__item:first-child .accordion__title,
.accordion__item:nth-child(2) .accordion__title {
  border-top: 0;
}

.accordion__title {
  padding: 20px 0;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  color: var(--grey-1);
  border-top: 1px solid var(--grey);
  position: relative;
}

.accordion__title::after {
  content: '\002B';
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 28px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  height: 1em;
  transition: transform 0.3s ease-in;
  color: var(--orange);
}

.is-open .accordion__title::after {
  content: '\2212';
}


.is-open .accordion__title {
  color: var(--blue);
}

.accordion__body {
  border-radius: 5px;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.accordion__content {
  padding: 10px 0 30px 0;
}

.accordion__content h2 {
  margin-bottom: 30px;
}

.accordion__content p {
  font-size: 16px;
}

.accordion__content p:last-child {
  margin-bottom: 0;
}

.about-col-2 ul li,
.accordion__content ul li {
  margin-left: 15px;
  margin-bottom: 10px;
}

#industry-s .accordion__item {
  width: 100% !important;
}

#industry-s .accordion__title:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 70, 138, 0.9);
  content: '';
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}

#industry-s .accordion__title:hover:before,
#industry-s .is-open .accordion__title:before {
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
  background: rgba(0, 0, 0, 0.8);
}

#industry-s .accordion__title::after {
  color: var(--white);
  font-size: 50px;
  z-index: 1;
}

#industry-s .accordion__title h2 {
  color: var(--white);
  font-weight: 300;
  z-index: 1;
}


#industry-s .accordion__title,
#industry-s .accordion__content {
  padding: 60px;
}

#industry-s .accordion__title {
  align-items: center;
}

/**
* HEADER STYLE
*/


header.or .navbar-brand .c1 {
	fill: #161616;
}

header.or .navbar-brand .c2 {
	fill: #231F20;
}

header.or .navbar-brand .c3 {
	fill: #96989A;
}

header.or .navbar-brand .c4 {
	fill: #004688;
}


.fill-white {
	fill: var(--white);
}

.fill-grey {
	fill: #66666a;
}

.fill-orange {
	fill: #D26327;
}

header {
	float: left;
	width: 100%;
	position: absolute;
	z-index: 9999;
	padding: 40px 0;
}

body.nav-op header {
	z-index: unset;
}

.anchor {
  margin-top: -80px;
  padding-top: 80px;
}


.btn {
  padding: 12px 20px;
  font-size: 12px;
  height: 40px;
	border: 2px solid var(--blue);
	color: var(--blue);
  font-weight: bold;
	cursor: pointer;
	position: relative;
	display: inline-table;
  letter-spacing: 4px;
  line-height: 12px;
  z-index: 2;
  overflow: hidden;
}

.btn:hover {
	color: var(--white);
}

.btn:after {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: animCache 0.3s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
  animation: animCache 0.3s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.btn:hover:after {
	background: var(--blue);
	color: var(--white);
  -webkit-animation: animCacheHover 0.3s forwards alternate cubic-bezier(0.17, 0.67, 0.83, 0.67);
      animation: animCacheHover 0.3s forwards alternate cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.btn.w-arrow-w,
.btn.w-arrow-grey,
.btn.w-arrow {
	padding: 11px 40px 11px 20px;
}


.btn.w-arrow-grey:after,
.btn.w-arrow-w:after,
.btn.w-arrow:after {
	width: 20px;
	height: 8px;
	position: absolute;
	content: "";
	right: 10px;
	bottom: 0;
	top: 0;
	margin: auto;
	transform: rotate(-90deg);
}

.btn.w-arrow-grey:after {
	background-image: url("../images/svg/arrow-bt-down-grey.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.btn.w-arrow-grey:hover:after,
.btn.w-arrow-w:after,
.btn.w-arrow:hover:after {
	background-image: url("../images/svg/arrow-bt-down-white.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}


.wpcf7 .btn-form:hover:after,
.btn.w-arrow:after,
.btn.w-arrow-w:hover:after {
	background-image: url("../images/svg/arrow-bt-down-orange.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}



.btn.btn-w {
	background: var(--white);
	color: #D26327;
	border: 1px solid var(--white);
}

.btn.btn-w:hover {
	background: #D26327;
	color: var(--white);
}


.btn-o {
	border: 2px solid var(--orange);
	background: transparent;
	color: var(--orange);
}

.btn-o:hover:after {
	background: var(--orange);
  -webkit-animation: animCacheHover 0.3s forwards alternate cubic-bezier(0.17, 0.67, 0.83, 0.67);
      animation: animCacheHover 0.3s forwards alternate cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

/**
* CONTENT STYLE
*/

ul.breadcrumbs li {
	display: inline-table;
	font-size: 12px;
	color: var(--white);
}

ul.breadcrumbs li span,
ul.breadcrumbs li a {
	color: var(--white);
}

ul.breadcrumbs li.separator {
	padding: 0 5px;
}

#head-page {
	width: 100%;
	height: 410px;
	position: relative;
}

#head-page:after {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: '';
	background: rgba(0, 0, 0, 0.5);
}

.head-page-inner {
	position: absolute;
	width: 100%;
	bottom: 20px;
	z-index: 1;
}

.head-page-content {
	padding: 0 55px;
}


.side-bor {
	padding-left: 75px;
	position: relative;
}

.side-bor::before {
	width: 54px;
  height: 8px;
  background: #D26327;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}


.intro-1 {
	width: 40%;
	float: left;
	position: relative;
}

.intro-2 {
	width: 50%;
	float: right;
	position: relative;
}

.intro-2-wrap:after {
	position: absolute;
	content: '';
	right: 50%;
	top: 0;
	background: url('../images/svg/ar.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 170%;
	height: 78%;
	z-index: -1;
}

.intro-2-wrap {
	width: 60%;
	float: right;
	position: relative;
	z-index: 1;
}

.intro-2-in {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 25px 15px;
}


.content-w {
	padding: 0 63px;
	display: inline-table;
	width: 100%;
}


input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--grey);
  opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--grey);
}

input::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--grey);
}



.slider-cat-item {
	/* width: 250px !important; */
	height: 20vw;
	max-height: 400px;
	float: left;
	padding: 10px;
}

.slider-cat-bg {
	width: 100%;
	height: 100%;
	float: left;
	border-radius: 30px;
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	position: relative;
}

.slider-cat-bg:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: '';
	background: rgba(0, 0, 0, 0.5);
}

.slider-cat-bg .fmedium {
	z-index: 1;
	position: relative;
}

.slider-cat .slick-list {
    padding:0 100px !important;
}

.slider-cat .slick-prev {
	left: 55px;
}

.slider-cat .slick-next {
	right: 55px;
}

.col-item {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #707070;
}

.col-item:last-child {
	margin-bottom: 0;
}

.col-act-date {
	max-width: 85px;
	width: 100%;
	display: flex;
}

.col-act-title {
	width: calc(100% - 85px);
	display: flex;
}


.col-1-2 {
	width: 100%;
	max-width: 450px;
	float: left;
	padding: 0 15px;
}

.col-1-1 {
	width: calc(100% - 450px);
	float: left;
	padding: 0 15px;
}

.col-item-1-thumb {
	width: 100%;
	max-width: 155px;
	float: left;
	position: relative;
}

.col-item-1 {
	margin-bottom: 30px;
	float: left;
	width: 100%;
	position: relative;
}

.col-item-1-content {
	width: calc(100% - 155px);
	float: left;
	padding-left: 20px;
}

.col-item-1-thumb .bg {
	width: 100%;
	height: 115px;
}



.contact-wrapper {
	padding-right: 150px;
}

.contact-content {
	padding-bottom: 25px;
	margin-bottom: 30px;
	border-bottom: 1px solid #D26327;
}

.head-section {
  margin-bottom: 40px;
}

.head-section::before {
  position: absolute;
  width: 90px;
  height: 1px;
  background: var(--orange);
  left: 0;
  top: 11px;
  content: '';
}

.head-section p {
  letter-spacing: 4px;
}

.about-icn {
  margin-bottom: 20px;
}

.about-icn img {
  width: auto;
  height: 72px;
}

.thumb-services {
  padding-top: 70%;
  position: relative;
}

.thumb-services .services-in {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}

.thumb-services .services-in {
  width: 100%;
  max-width: 180px;
}

.thumb-services .btn {
  visibility:hidden;
  opacity: 0;
  transition: .2s;
  width:0;
  height: 0;
  padding: 0;
  margin: 0;
}

.box-bg-w:hover .btn {
  visibility:visible;
  opacity: 1;
  width:unset;
  padding: 12px 20px;
  margin-top: 10px;
  height: auto;
}

.box-bg-w {
  position: relative;
  overflow: hidden;
}

.box-bg {
  -webkit-animation: animCache 0.6s forwards ease-in;
  animation: animCache 0.6s forwards ease-in;
  position: absolute;
  bottom: -20%;
  height: 150%;
  width: 120%;
  top: auto;
  background: rgba(25, 62, 111, .9);
  left: -10%;
  z-index: 5;
}

.box-bg-w:hover .box-bg {
  -webkit-animation: animCacheHover 0.6s forwards ease-out;
  animation: animCacheHover 0.6s forwards ease-out;
}

.about-col-1,
.about-col-2 {
  padding: 15px;
}


.about-col-1 {
  width: 100%;
  max-width: 300px;
  float: left;
}

.about-col-2 {
  width: calc(100% - 300px);
  float: left;
}


ul.contact-list li {
  padding-left: 40px;
  display: inline-table;
  width: 100%;
  font-weight: bold;
  padding: 10px 0 10px 30px;
  position: relative;
}

ul.contact-list li img {
  width: 100%;
  max-width: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.form-group-full {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.contact-form .form-group {
  width: calc(100% / 3);
  float: left;
  margin-bottom: 25px;
  padding: 0 10px;
}

.contact-form textarea,
.contact-form input {
  width: 100%;
  padding: 14px;
  border: 1px solid var(--grey);
}

.contact-form label {
  margin-bottom: 15px;
  float: left;
}

/* .group-list ul {
  text-align: justify;
}

.group-list ul:after {
  content:'';
  display:inline-block;
  width:100%;
  height:0;
  font-size:0;
  line-height:0;
}

.group-list ul li {
  width: 100%;
  max-width: 180px;
  display: inline-table;
  margin: 10px 0;
} */



.group-list img {
  /* max-width: 180px; */
  width: 80%;
  float: unset;
}

.group-list  span {
  width: 100%;
  float: left;
  margin-top: 10px;
  font-size: 12px;
}

.jobs-item {
  border-bottom: 1px solid var(--grey);
  float: left;
  width: 100%;
}

.jobs-item a {
  float: left;
  width: 100%;
  padding: 15px 40px 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: var(--grey-1);
  position: relative;
}

.jobs-item a::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: url('../images/svg/arrow-orange.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(180deg);
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

.jobs-item:first-child {
  padding-top: 0;
}

.jobs-item:last-child {
  border-bottom: 0;
}

.team {
  width: calc(100% / 4);
  padding: 15px;
  float: left;
}


.content-in ul {
  padding-left: 20px;
}

.content-in ul li {
  font-size: 14px;
}

/* popup styles */
.popup {
  display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999999;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}

.popup-overlay {
	background: rgba(0,0,0,0.9);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.popup-content {
	position: absolute;
  background: #fff;
	width: 100%;
  max-width: 825px;
  max-height: 90vh;
	left: 50%;
	top: 50%;
	z-index: 11;
  padding: 50px;
}

.close-popup {
  display: inline-block;
  position: absolute;
  top: -3px;
  right: 0;
  font-size: 32px;
  color: var(--orange);
}

.popup-content {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.popup-content ul {
  padding-left: 25px;
}

.popup-content ul li {
  font-size: 14px;
}

.popup-content-inner {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(90vh - 260px);
}

.flipLeftIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipLeftIn .5s both ease-out;
    -moz-animation: flipLeftIn .5s both ease-out;
    animation: flipLeftIn .5s both ease-out;
}
@-webkit-keyframes flipLeftIn {
    from {-webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: .2;}
}
@keyframes flipLeftIn {
    from {transform: translateZ(-1000px) rotateY(90deg);opacity: .2;}
}

.flipLeftOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipLeftOut .5s both ease-in;
    -moz-animation: flipLeftOut .5s both ease-in;
    animation: flipLeftOut .5s both ease-in;
}

@-webkit-keyframes flipLeftOut {
    to {-webkit-transform: translateZ(1000px) rotateY(-90deg); opacity: 0;}
}
@keyframes flipLeftOut {
    to {transform: translateZ(1000px) rotateY(-90deg); opacity: 0;}
}


@-webkit-keyframes animCacheHover {
  from {
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
    bottom: 150%;
  }
  to {
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
    bottom: 0%;
  }
}
@keyframes animCacheHover {
  from {
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
    bottom: 150%;
  }
  to {
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
    bottom: 0%;
  }
}
@-webkit-keyframes animCache {
  from {
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
    bottom: auto;
    top: 0%;
  }
  to {
    bottom: auto;
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
    top: 150%;
  }
}
@keyframes animCache {
  from {
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
    bottom: auto;
    top: 0%;
  }
  to {
    bottom: auto;
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
    top: 150%;
  }
}
@-webkit-keyframes animLineHover {
  from {
    left: 0;
    right: auto;
    width: 0%;
  }
  to {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@keyframes animLineHover {
  from {
    left: 0;
    right: auto;
    width: 0%;
  }
  to {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@-webkit-keyframes animLine {
  from {
    left: auto;
    right: 0;
    width: 100%;
  }
  to {
    left: auto;
    right: 0;
    width: 0;
  }
}
@keyframes animLine {
  from {
    left: auto;
    right: 0;
    width: 100%;
  }
  to {
    left: auto;
    right: 0;
    width: 0;
  }
}

/**
* FOOTER STYLE
*/

footer {
	float: left;
	width: 100%;
	background-color: rgba(0, 70, 136, 1);
	background-image: url('../images/bg-footer.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 46px;
  position: relative;
}

.logo-footer {
	width: 100%;
  padding-right: 20px;
	max-width: 200px;
	margin-bottom: 40px;
  float: left;
  left: -25px;
  position: relative;
}

.col-footer-wrapper {
	margin-bottom: 60px;
	float: left;
	width: 100%;
}

.col-footer ul li a,
.col-footer {
	color: var(--white);
}

.col-footer {
	padding: 15px;
	float: left;
}

.col-footer ul li {
	margin-bottom: 5px;
	display: table;
}

.col-footer ul li a {
	font-size: 14px;
	font-weight: lighter;
}

.col-footer ul li a.col-footer-head {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	display: inline-table;
}

.col-footer ul li a.col-footer-head.reg {
    font-weight: 500;
}

.col-footer-left {
	float: left;
  max-width: 200px;
  width: 100%;
}

.col-footer-right {
	float: right;
}

.col-footer-right .col-footer {
	padding: 10px 15px;
}

.sm-line {
	width: 26px;
	height: 2px;
	background: #969696;
	margin: 18px 0;
}


.copyright {
	padding: 24px 0;
	border-top: 1px solid var(--white);
}

.col-copyright-l {
	float: left;
	font-size: 10px;
	color: var(--white);
}

.col-copyright-r {
	float: right;
	font-size: 10px;
}

.copyright-m {
	float: left;
}

.copyright-m ul li {
	display: inline-table;
	padding: 0 2px;
		font-size: 14px;
}

.copyright-m ul li a {
	color: var(--white);
}


.copyright-sos {
	float: left;
	margin-left: 30px;
	padding-right: 90px;
	position: relative;
}

.copyright-sos ul {
	display: inline-table;
	position: absolute;
	right: 0;
	top: 0;
}

.copyright-sos ul li {
	width: 100%;
	max-width: 27px;
	display: inline-table;
	padding: 0 5px;
}


.content-wrapper {
	padding: 50px 0 80px 0;
}

.content-wrapper-c {
	width: calc(100% - 300px);
	float: left;
	padding-left: 162px;
	padding-right: 30px;
}

.wp-caption,
.content-wrapper-c img {
	width: 100% !important;
	float: left;
	height: auto;
}

.wp-caption-text {
	float: left;
	width: 100%;
	text-align: center;
	margin: 24px 0;
}

.map-responsive {
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}

.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

#mouse-scroll {
  style: block;
}

#mouse-scroll {
  position: absolute;
  margin: auto;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
  z-index: 9999;
}

#mouse-scroll span {
	display: block;
	width: 10px;
	height: 10px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin: 5px 10px;
}

#mouse-scroll .mouse {
  margin: 0 auto;
  height: 52px;
  width: 30px;
  border-radius: 25px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 2px solid #ffffff;
  top: 170px;
}

#mouse-scroll .down-arrow-1 {
  margin-top: 6px;
}

#mouse-scroll .down-arrow-1,
#mouse-scroll .down-arrow-2,
#mouse-scroll .down-arrow-3 {
  -webkit-animation: mouse-scroll 1s infinite;
  -moz-animation: mouse-scroll 1s infinite:
}

#mouse-croll .down-arrow-1 {
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-2 {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-3 {
  -webkit-animation-delay: .3s;
  -moz-animation-dekay: .3s;
  -webkit-animation-direction: alternate;
}

#mouse-scroll .mouse-in {
	height: 10px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #ffffff;
  position: relative;
  border-radius: 10px;
}

#mouse-scroll .mouse-in {
  -webkit-animation: animated-mouse 1s ease infinite;
  moz-animation: mouse-animated 1s ease infinite;
}

.overlay-section {
  width: 100%;
  height: 100vh;
  z-index: -1;
}


@-webkit-keyframes animated-mouse {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}


.sosmed ul {
  margin-top: 20px;
}

.sosmed ul li {
  display: inline-table;
  width: 100%;
  max-width: 20px;
  margin: 5px;
}

.sosmed ul li img {
  width: 100%;
  float: left;
}

.responsive-tabs {
  text-align: center;
}

.responsive-tabs .dt-in {
  padding: 10px;
  cursor: pointer;
  display: inline-table;
  position: relative;
  color: var(--white)
}

.responsive-tabs .dt:first-child {
  border-top: 0;
}

.responsive-tabs .active .dt-in:before {
    position: absolute;
    content: "";
    height: 2px;
    background: var(--orange);
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    -webkit-animation: animLineHover 0.3s forwards ease-out;
    animation: animLineHover 0.3s forwards ease-out;
}

.responsive-tabs .active+.dd {
  display: block;
}

.responsive-tabs .dd {
  display: none;
  padding: 20px;
  text-align: left;
  float: left;
  width: 100%;
}

.about-col-1 p,
.about-col-1 h2,
.about-col-2 p,
.about-col-2 h2 {
  color: var(--white)
}

.responsive-tabs-placeholder {
  float: left;
  width: 100%;
  margin-top: 40px;
  clear: both;
  display: block;
}

.responsive-tabs .dt {
  display: inline-table;
  border-top: 0;
}
/* .responsive-tabs .active+.dd {
  display: none;
} */

#tabs-service-content .dt {
  display: none;
}



@media screen and (max-width: 600px) {

  .responsive-tabs-placeholder {
    display: none;
  }

  .responsive-tabs .active+.dd {
    display: block;
  }


    .team {
      width: calc(100% / 2);
    }

  .responsive-tabs .dt-in:before {
      position: absolute;
      content: "";
      height: 2px;
      background: var(--orange);
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto;
      -webkit-animation: animLineHover 0.3s forwards ease-out;
      animation: animLineHover 0.3s forwards ease-out;
  }


  .responsive-tabs .dt-in {
    float: left;
    position: relative;
  }

  #tabs-service .dd,
  .responsive-tabs .dd {
    display: block !important;
  }

  #tabs-service-content {
    display: none !important;
  }

  .about-col-1,
  .about-col-2 {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }

  .responsive-tabs .dt {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
  }

}


/**
* RESPONSIVE STYLE
*/


@media screen and (max-width: 1280px) {

	.container {
		padding: 0 15px;
	}

	.slider-cat .slick-list {
	    padding:0 55px !important;
	}

	.slider-cat .slick-prev {
		left: 15px;
	}

	.slider-cat .slick-next {
		right: 15px;
	}

	.contact-wrapper {
		padding-right: 80px;
	}

	.head-page-content {
		padding: 0;
	}

	.content-wrapper-c {
		padding-left: 60px
	}

  .head-section::before {
    width: 50px;
  }


}

@media screen and (max-width: 1200px) {

	header {
		padding: 10px 0;
	}

}

@media screen and (max-width: 1080px) {

  .head-section {
    padding-left: 50px;
  }

  .head-section::before {
    left: 80px;
    width: 35px;
  }


	.copyright-m {
		float: none;
		display: inline-table;
	}

	.copyright-sos {
    float: unset;
    width: 100%;
    max-width: 150px;
    margin: 20px auto 0 auto;
	}


	.col-footer ul li a,
	.col-footer-head {
		font-size: 12px;
	}

	.col-item-1-thumb,
	.col-item-1-content {
		max-width: 100%;
		width: 100%;
	}

	.col-item-1-content {
		padding: 10px 0 0 0;
	}

	.col-1-2 {
		max-width: 350px;
	}

	.col-1-1 {
		width: calc(100% - 350px);
	}

	.col-item-1-thumb .bg {
    width: 100%;
    height: 150px;
	}


	.col-1-1 {
		margin-bottom: 30px;
	}

	.col-1-2 .floatright {
		float: left;
	}

}

@media screen and (max-width: 900px) {

    .head-section::before {
      left: 38px;
    }

		.row-42 {
			margin-left: -15px;
			margin-right: -15px;
		}

		/* .col-footer-right {
			width: 100%;
		}

    .col-footer-left,
    .col-footer-right {
    	float: left;
    } */

		.col-footer {
			padding: 15px !important;
		}

		.col-footer {
			width: 33.333%;
		}



		.content-w {
			padding: 0 22px;
		}


}


@media screen and (max-width: 767px) {


  .slide-dektop {
    display: none !important;
  }

  .slide-mobile {
    display: block !important;
  }



  .popup-content {
    padding: 20px;
  }

  .flarge,
	h1 {
		font-size: 40px;
	}

	.fmedium1 {
    font-size: 32px;
	}

  h2 {
      font-size: 26px;
  }

	.fmedium {
    font-size: 20px;
	}

	h5 {
    font-size: 14px;
	}

	.btn {
		font-size: 14px;
	}

	.contact-wrapper {
		padding-right: 20%;
	}

	.contact-wrapper {
		margin-bottom: 100px;
	}


	.col-2,
	.col-1-1,
	.col-1-2,
	.intro-1,
	.intro-2 {
		float: left;
		width: 100%;
		max-width: 100%;
	}

	.intro-2-wrap {
		width: calc(100% - 75px);
	}

	.slider-cat-item {
		height: 54vw;
	}

	.slider-nav::after {
		width: 80px;
	}


	.col-item-1-thumb .bg {
		height: 300px;
	}

	.content-wrapper-c {
		width: 100%;
		padding-right: 0;
	}


  .group-list ul li {
    width: 40%;
    max-width: 100%;
  }

  .logo-footer {
    left: 0;
  }

  .col-footer-wrapper {
    margin-bottom: 30px;
  }

  .col-footer-left {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid var(--white);
  }

  .logo-footer-wrapper,
  .footer-addres,
  .col-footer {
    width: 50%;
  }

  .col-footer-left,
  .col-footer-right {
  	float: left;
    max-width: 100%;
  }


	.col-copyright-l,
	.col-copyright-r {
		width: 100%;
	}

  .col-copyright-l {
    margin-top: 10px;
  }

  .accordion__item:nth-child(2) .accordion__title{
        border-top: 1px solid var(--grey);
  }

  #services .col-2:first-child .accordion__item:nth-child(even) {
    display: block;
  }
  #services .col-2:last-child {
    display: none;
  }

}




@media screen and (max-width: 600px) {


    .flarge,
  	h1 {
  		font-size: 30px;
  	}


  h2 {
      font-size: 20px;
  }

  #industry-s .accordion__item {
    padding: 50px 0 0 0;
  }

  #industry-s .accordion__title,
  #industry-s .accordion__content {
    padding: 30px 15px;
  }

  .accordion__content ul li,
  .accordion__content p {
    font-size: 14px;
  }

  .contact-form .form-group {
    width: 100%;
  }

  .head-section {
    margin-bottom: 20px;
  }

  #about .col-3 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .about-icn {
    float: left;
    max-width: 80px;
    display: flex;
    flex: 0 0 80px;
  }

  .about-icn img {
    height: 40px;
  }

  .btn {
    font-size: 10px;
  }

  .col-3 {
    width: 100%;
  }

  .col-sm-2,
	.col-footer {
		width: 50%;
	}

  .col-sm-3 {
      width: 33.3333%;
  }

  .slider-nav {
    right: unset;
    left: 25px;
    bottom: 150px;
  }

  #mouse-scroll .mouse {
    height: 33px;
    width: 20px;
  }

  #mouse-scroll span {
    width: 8px;
    height: 8px;
  }

}

@media screen and (max-width: 460px) {

  .copyright-m ul li {
    font-size: 12px;
  }

  .footer-addres a {
    font-size: 10px;
  }

  .head-section::before {
    left: 25px;
  }


  .content-w {
    padding: 0 10px;
  }


  #mouse-scroll {
    bottom: 20px;
  }


}

@media screen and (max-width: 300px) {


  	.col-footer,
    .logo-footer-wrapper, .footer-addres, .col-footer {
      width: 100%;
    }

}
