/*******************************
 Thrust Tech Accessories, Inc.
 NTA Creative, LLC
 *******************************/
 /* ===== MOBILE LANGUAGE DROPDOWN (collapsed) ===== */
@media (max-width: 1040px){

  .menu_list_wrap .lang-dropdown{
    list-style: none;
    border-top: 1px solid rgba(255,255,255,.08);
    margin-top: 10px;
    padding-top: 10px;
    position: relative;
  }

  .menu_list_wrap .lang-trigger{
    display:block;
    padding:12px 20px;
    font-family:"Rubik";
    font-size:14px;
    text-transform:uppercase;
    text-decoration:none;
    color:#fff;
    position:relative;
  }

  .menu_list_wrap .lang-trigger .lang-caret{
    float:right;
    font-size:12px;
    opacity:.7;
    transition: transform .2s ease;
  }

  /* CLOSED by default */
  .menu_list_wrap .lang-menu{
    display:none;
    margin:8px 0 12px;
    padding:0 20px 0 20px;
  }

  /* OPEN state */
  .menu_list_wrap .lang-dropdown.open .lang-menu{
    display:block;
  }
  .menu_list_wrap .lang-dropdown.open .lang-caret{
    transform: rotate(180deg);
  }

  .menu_list_wrap .lang-menu li{
    margin-bottom:8px;
    list-style:none;
  }

  .menu_list_wrap .lang-menu a{
    display:block;
    padding:10px 14px;
    border-radius:6px;
    text-decoration:none;
    font-family:"Rubik";
    font-size:13px;
    border:1px solid rgba(255,255,255,.25);
    color:#fff;
  }

  .menu_list_wrap .lang-menu a.active{
    border-color:#ff8f03;
    color:#ff8f03;
    font-weight:600;
  }
}



.nta_tm_about_team_wrap .image_wrap{
  width: 250px;
  height: 340px; /* increase from 300 -> 330/360 */
  overflow: hidden;
}

.nta_tm_about_team_wrap .image_wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 10%;
}


.nta_tm_miniboxes {
  display: flex;
  justify-content: space-between; /* Or use space-evenly for equal gaps on edges too */
  flex-wrap: wrap; /* Ensures responsiveness on narrower screens */
}

.nta_tm_miniboxes li {
  flex: 1 1 30%;  /* Grow/shrink, base size 30% */
  margin: 0 10px; /* Small gap between items */
  box-sizing: border-box;
}

@charset "utf-8";
html {
	overflow-x: hidden;
	padding: 0px;
	margin: 0px
}

body {
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	word-wrap: break-word;
}

svg {
	fill: currentcolor;
	width: 15px;
	height: 15px;
}

img.svg {
	width: 15px;
	height: 15px;
}

.nta_topbar {
	background: rgba(8, 18, 37, 0.1);
	width: 100%;
	padding: 5px 0 5px 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2.5px;
	font-style: normal;
	color: #262E36;
	font-family: "Poppins";
	text-align: right;
	text-transform: uppercase;
	border-bottom: 1px solid #CCC;
}

.nta_topbar span {
	padding-right: 160px;
}

.nta_tm_sticky_section {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	overflow: visible;
	top: 50px;
}

.nta_tm_sticky_section:after {
	clear: both;
	display: table;
	content: '';
}

.nta_tm_wrapper_all {
	width: 100%;
	min-height: 100vh;
	height: auto;
	float: left;
	clear: both;
	position: relative;
	z-index: 20;
	padding: 90px 80px 0px;
}

.nta_tm_wrapper_all .wrapper_all_inner_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	z-index: 40;
}

.nta_tm_section {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_wrapper_all,
.nta_tm_wrapper_all * {
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.nta_tm_border_wrap .border {
	position: absolute;
}

.nta_tm_border_wrap .border.top {
	top: 0px;
	left: 0px;
	right: 0px;
	height: 90px;
}

.nta_tm_border_wrap .border.left {
	top: 90px;
	left: 0px;
	bottom: 0px;
	width: 80px;
}

.nta_tm_border_wrap .border.right {
	top: 90px;
	right: 0px;
	bottom: 0px;
	width: 80px;
}

.nta_tm_border_wrap .border:before {
	position: absolute;
	content: "";
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	/*background-image: url(..//img/patterns/green-dust-and-scratches.png);*/
	background-repeat: repeat;
	z-index: 2;
}

.nta_tm_border_wrap .border:after {
	position: absolute;
	content: "";
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #ffffffff;
	z-index: 1;
}

.nta_tm_holder_wrap .holder {
	position: absolute;
	top: 150px;
	bottom: 0px;
	width: 30px;
	background-color: rgba(8, 18, 37, 0.2);
	z-index: 25;
}

.nta_tm_holder_wrap .holder.left {
	left: 50px;
}

.nta_tm_holder_wrap .holder.right {
	right: 50px;
}

.nta_tm_holder_wrap .holder.left:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 0px 20px 30px;
	border-color: transparent transparent rgba(8, 18, 37, 0.2) transparent;
	top: -20px;
}

.nta_tm_holder_wrap .holder.right:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0px 0px 30px;
	border-color: transparent transparent transparent #ced0d3;
	top: -20px;
}

.nta_tm_topbar_wrap {
	left: 80px;
	right: 80px;
	height: 90px;
	position: absolute;
	top: 0px;
	z-index: 30;
}

.nta_tm_topbar_wrap .inner_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-left: 16.25%;
	position: relative;
	z-index: 5;
}

.nta_tm_topbar_wrap .left_part_wrap {
	width: auto;
	height: 90px;
	float: left;
	display: flex;
	align-items: center;
}

.nta_tm_topbar_wrap .share_wrap ul {
	margin: 0px;
	list-style-type: none;
}

.nta_tm_topbar_wrap .share_wrap ul li {
	margin: 0px 7px;
	display: inline-block;
}

.nta_tm_topbar_wrap .share_wrap ul li a {
	text-decoration: none;
	display: inline-block;
	width: 34px;
	font-size: 18px;
	height: 34px;
	border-radius: 5px;
	border: 1px solid transparent;
	text-align: center;
	line-height: 32px;
	color: #FFF;
	background: #2060a9;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_topbar_wrap .share_wrap ul li a:hover {
	color: #ffffff;
	background: #0f355f;
	border: 1px solid #333;
}

.nta_tm_topbar_wrap .share_wrap ul li a i {
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-ms-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}

.nta_tm_topbar_wrap .language {
	padding-left: 60px;

	position: relative;
}

.nta_tm_topbar_wrap .language .selected {
	text-decoration: none;
	color: #666;
	font-size: 14px;
	font-family: "Rubik";
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	display: inline-block;
}

.nta_tm_topbar_wrap .language .selected:before {
	position: absolute;
	content: "";
	border: 5px solid transparent;
	border-top-color: #666;
	left: 100%;
	margin-left: 3px;
	top: 7px;
}

.nta_tm_topbar_wrap .language .selected:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	background-color: #666;
	right: 100%;
	top: 10px;
	margin-right: 20px;
}

.nta_tm_wrapper_all .lang_box {
	position: absolute;
	min-width: 90px;
	height: auto;
	background-color: #111;
	border-radius: 5px;
	padding: 10px 12px 10px 12px;
	top: 60px;
	margin-top: 8px;
	opacity: 0;
	visibility: hidden;
	z-index: 50;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_wrapper_all .lang_box.opened {
	opacity: 1;
	visibility: visible;
}

.nta_tm_wrapper_all .lang_box ul {
	margin: 0px;
	list-style-type: none;
}

.nta_tm_wrapper_all .lang_box ul li {
	margin: 0px 0px 5px 0px;
}

.nta_tm_wrapper_all .lang_box ul li:last-child {
	margin-bottom: 0px;
}

.nta_tm_wrapper_all .lang_box ul li a {
	text-decoration: none;
	color: #e1e1e1;
}

.nta_tm_wrapper_all .lang_box ul li span {
	color: #767676;
}

.nta_tm_topbar_wrap .right_part_wrap {
	float: right;
}

.nta_tm_topbar_wrap .right_part_wrap ul {
	margin: 0px;
	list-style-type: none;
	margin-right: 10px;
}

.nta_tm_topbar_wrap .right_part_wrap ul li {
	margin: 0px 5px 0px 5px;
	float: left;
	width: 60px;
	height: 81px;
	text-align: center;
	position: relative;
	top: 0px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.nta_tm_topbar_wrap .right_part_wrap ul li.opened {
	top: -85px;
}

.nta_tm_topbar_wrap .right_part_wrap ul li:nth-child(1) {
	transition-delay: .02s;
}

.nta_tm_topbar_wrap .right_part_wrap ul li:nth-child(2) {
	transition-delay: .04s;
}

.nta_tm_topbar_wrap .right_part_wrap ul li:nth-child(3) {
	transition-delay: .06s;
}

.nta_tm_topbar_wrap .right_part_wrap ul li:nth-child(4) {
	transition-delay: .08s;
}

.nta_tm_topbar_wrap .right_part_wrap ul li:last-child {
	margin-right: 0px;
}

.nta_tm_topbar_wrap .right_part_wrap ul li a {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 60px;
	text-decoration: none;
	color: #ffffff;
	background-color: rgb(32, 96, 169);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_topbar_wrap .right_part_wrap ul li a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 60px 0px 0px;
	border-color: rgb(32, 96, 169) transparent transparent transparent;
	left: 0px;
	top: 100%;
}

.nta_tm_topbar_wrap .right_part_wrap ul li:hover a {
	height: 70px;
	color: #fff;
}

.nta_tm_topbar_wrap .right_part_wrap ul li .svg {
	width: 22px;
	height: 22px;
	position: relative;
	top: 18px;
	vertical-align: bottom;
}

.nta_tm_hero_header_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}

.nta_tm_hero_header_wrap .slider_total_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_hero_header_wrap .image_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}

.nta_tm_hero_header_wrap .image_wrap .bg_img {
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 70%;
	z-index: 1;
}

.nta_tm_hero_header_wrap .swiper_content {
	position: relative;
	max-width: 675px;
	height: auto;
	z-index: 2;
	float: left;
}

.nta_tm_hero_header_wrap .swiper_content .texts_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 20px;
}

.nta_tm_hero_header_wrap .swiper_content .texts_wrap h3 {
	font-family: "Poppins";
	font-size: 48px;
	text-transform: uppercase;
	line-height: 1;
	color: #fff;
	letter-spacing: 0px;
	text-shadow: 2px 2px 5px #333;
	font-weight: 600;
	margin-bottom: 0;
}

.nta_tm_hero_header_wrap .swiper_content .texts_wrap p {
	color: #fff;
	line-height: 24px;
	letter-spacing: 0px;
	font-size: 15px;
	text-shadow: black 0px 0px 10px;
}

.nta_tm_hero_header_wrap .swiper-slide .swiper_content {
	opacity: 0;
	padding: 275px 0px;
}

.nta_tm_hero_header_wrap .switches {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: none;
}

.nta_tm_hero_header_wrap .swiper_overlay {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 4;
}

.my_swiper_pagination {
	width: auto;
	margin-left: 163px;
}

.my_swiper_pagination .current {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	font-family: "Rubik";
}

.my_swiper_pagination .total {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	font-family: "Montserrat";
}

.my_swiper_pagination .divider {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	font-family: "Montserrat";
}

.prev_next {
	display: inline-block;
	transform: rotate(180deg);
}

.prev_next>div {
	background-color: #2060a9;
	padding: 30px;
	cursor: pointer;
	display: inline-block;
	border-radius: 2px;
	position: relative;
}

.prev_next>div:after {
	width: 0px;
	height: 0px;
	position: absolute;
	content: '';
	border: 5px solid transparent;
	border-left-color: #ccc;
	top: 25px;
	left: 27px;
}

.prev_next .tm_next_button:after {
	transform: rotate(180deg);
	left: 22px;
}

.nta_tm_swiper_content {
	position: absolute;
	top: 55%;
	left: 0;
	transform: translateY(-50%);
	z-index: 5;
	width: 100%;
}

.nta_tm_header_wrap {
	position: absolute;
	z-index: 20;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	top: 0px;
	width: 100%;
	background: #2060a9;
}

.nta_tm_header_wrap .header_inner_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 16%;
	position: relative;
}

.nta_tm_header_wrap .header_inner_wrap .menu_wrap>ul {
	margin: 0px;
	list-style-type: none;
}

.nta_tm_header_wrap .header_inner_wrap .menu_wrap>ul>li {
	margin: 0;
	float: left;
	position: relative;
}

.nta_tm_header_wrap .header_inner_wrap .menu_wrap>ul>li:last-child {
	margin-right: 0px;
}

.nta_tm_header_wrap .header_inner_wrap .menu_wrap>ul>li>a {
	text-decoration: none;
	color: #fff;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: 500;
	font-family: "Poppins";
	font-size: 13px;
	padding: 15px 15px 10px;
	line-height: 20px;
	border-bottom: 3px solid transparent;
	display: inline-block;
	position: relative;
}

.nta_tm_header_wrap .header_inner_wrap .menu_wrap>ul>li>a:hover {
	color: rgb(255, 255, 255);
	border-bottom: 3px solid #FFF;
}

.nta_tm_header_wrap .header_inner_wrap .menu_wrap>ul>li.shape>a:before {
	position: absolute;
	content: "";
	border: 5px solid transparent;
	border-top-color: #fff;
	right: 0;
	top: 60%;
	transform: translateY(-50%);
}

.nta_tm_header_wrap .purchase_button a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	font-family: "Rubik";
	border: 1px solid #a3a8ad;









	border-radius: 2px;
	padding: 16px 30px 14px 30px;
	display: inline-block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_header_wrap .purchase_button a:hover {
	border-color: #fff;
}

.nta_tm_header_wrap[data-style="light"] {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.nta_tm_header_wrap[data-style="light"] .header_inner_wrap .menu_wrap>ul>li>a {
	color: #000;
}

.nta_tm_header_wrap[data-style="light"] .header_inner_wrap .menu_wrap>ul>li>a:before {
	border-top-color: #000000;
}

.nta_tm_header_wrap[data-style="light"] .purchase_button a {
	color: #000000;
}

.nta_tm_header_wrap[data-style="light"] .purchase_button a:hover {
	border-color: #000000;
}

.nta_tm_header_wrap[data-position="relative"] {
	position: relative;
}

.nta_tm_header_wrap .logo_wrap {
	position: absolute;
	left: -10px;
	width: 200px;
	height: 230px;
	top: -140px;
	bottom: 0;
	background-color: rgb(32, 96, 169);
	justify-content: center;
	display: flex;
	align-items: flex-end;
	z-index: 100;
	margin: 0;
	padding: 0px;
	box-shadow: 1px 3px 3px rgb(0 37 78 / 50%);
}

.nta_tm_header_wrap .logo_wrap .left {
	position: absolute;
	z-index: 11;
	width: 35px;
	height: 35px;
	background-color: rgb(32, 96, 169);
	left: 0px;
	bottom: -38px;
	border-radius: 100%;
}

.nta_tm_header_wrap .logo_wrap .right {
	position: absolute;
	z-index: 11;
	width: 22px;
	height: 20px;
	background-color: rgb(32, 96, 169);
	right: 0px;
	bottom: -12px;
	border-radius: 100%;
}

.nta_tm_header_wrap .logo_wrap .extra_first {
	position: absolute;
	z-index: 11;
	width: 22px;
	height: 20px;
	background-color: rgb(32, 96, 169);
	right: 0px;
	bottom: 0;
	border-radius: 100%;
}

.nta_tm_header_wrap .logo_wrap .extra_second {
	position: absolute;
	z-index: 11;
	width: 32px;
	height: 25px;
	background-color: rgb(32, 96, 169);
	right: 0px;
	bottom: -6px;
	border-radius: 100%;
}

.nta_tm_header_wrap .logo_wrap .full_link {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 40;
}

.logo_wrap a img {
	width: 30%;
}

.logo_wrap a img {
	z-index: 9999 !important;
}

.nta_tm_header_wrap .logo_wrap span.left-bot {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 190px 0 0;
    border-color: rgb(32, 96, 169) transparent transparent transparent;
    left: 0px;
    top: 100%;
}

.nta_tm_header_wrap .logo_wrap span.right-bot {
    position: absolute;
    content: "";
    width: 175px;
    height: 25px;
    background-color: rgb(32, 96, 169);
    bottom: -25px;
    left: 15px;
    transform: rotate(-9deg);
    box-shadow: 0px 7px 10px rgb(0, 37, 78, 0.2);
}

.nta_tm_header_wrap .submenu_wrap {
	position: absolute;
	width: max-content;
	min-width: 300px;
	height: auto;
	background-color: #111;
	top: 100%;
	left: -20px;
	padding: 20px 20px 25px 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: flex;
}

.nta_tm_header_wrap .header_inner_wrap .menu_wrap>ul>li:hover .submenu_wrap {
	opacity: 1;
	visibility: visible;
	z-index: 99999;
}

.nta_tm_header_wrap .submenu_wrap:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 220px 0px 0px;
	border-color: #111 transparent transparent transparent;
	left: 0px;
	top: 100%;
}

.nta_tm_header_wrap .submenu_wrap ul {
	margin: 5px;
	list-style-type: none;
}

.nta_tm_header_wrap .submenu_wrap ul li {
	margin: 2px 4px;
	padding: 2px;
}

.nta_tm_header_wrap .submenu_wrap ul li:last-child {
	margin-bottom: 0px;
}

.nta_tm_header_wrap .submenu_wrap ul li a {
	text-decoration: none;
	color: #fff;
	text-transform: capitalize;
	display: block;
	font-size: 14px;
	font-family: "Rubik";
	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_header_wrap .submenu_wrap ul li a:hover {
	color: #fff;
}


/*------------------------------------------------------------------*/


/*	03) nta MOBILE TOPBAR

/*------------------------------------------------------------------*/

.nta_tm_mobile_bar_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: none;
}

.nta_tm_mobile_bar_wrap .mobile_topbar_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}

.nta_tm_mobile_bar_wrap .mobile_topbar_wrap:before {
	position: absolute;
	content: "";
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image: url(..//img/patterns/noisy.png);
	background-repeat: repeat;
	opacity: .1;
	z-index: 4;
}

.nta_tm_mobile_bar_wrap .mobile_topbar_wrap:after {
	position: absolute;
	content: "";
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 3;
	background-color: #ffffff;
}

.nta_tm_mobile_bar_wrap .mobile_topbar_wrap .inner_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0px;
}

.nta_tm_mobile_bar_wrap .mobile_topbar_wrap .short_info_wrap ul {
	margin: 0px;
	list-style-type: none;
}

.nta_tm_mobile_bar_wrap .mobile_topbar_wrap .short_info_wrap ul li {
	margin: 0px 20px 0px 0px;
	float: left;
}

.nta_tm_mobile_bar_wrap .mobile_topbar_wrap .short_info_wrap ul li:last-child {
	margin-right: 0px;
}

.nta_tm_mobile_bar_wrap .mobile_topbar_wrap .short_info_wrap ul li a {
	text-decoration: none;
	color: #000;
	display: inline-block;
	position: relative;
	top: 7px;
	margin-right: 4px;
}

.nta_tm_mobile_bar_wrap .mobile_topbar_wrap .short_info_wrap ul li a .svg {
	width: 22px;
	height: 22px;
}

.nta_tm_mobile_bar_wrap .mobile_topbar_wrap .mobile_socials_wrap ul {
	margin: 0px;
	list-style-type: none;
}

.nta_tm_mobile_bar_wrap .mobile_topbar_wrap .mobile_socials_wrap ul li {
	margin: 0px 10px 0px 0px;
	float: left;
}

.nta_tm_mobile_bar_wrap .mobile_topbar_wrap .mobile_socials_wrap ul li:last-child {
	margin-right: 0px;
}

.nta_tm_mobile_bar_wrap .mobile_topbar_wrap .mobile_socials_wrap ul li a {
	text-decoration: none;
	display: inline-block;
	width: 32px;
	font-size: 17px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid transparent;
	text-align: center;
	line-height: 30px;
	color: #FFF;
	background: #2060a9;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_mobile_bar_wrap .mobile_topbar_wrap .mobile_socials_wrap ul li a:visited,
.nta_tm_mobile_bar_wrap .mobile_topbar_wrap .mobile_socials_wrap ul li a:active {
	color: #2362a9;
}

/*------------------------------------------------------------------*/


/*	04) nta MOBILE HEADER

/*------------------------------------------------------------------*/

.nta_tm_mobile_bar_wrap .mobile_header_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #2362a9;
	padding: 10px 0px;
}

.nta_tm_mobile_bar_wrap .mobile_header_wrap .inner_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nta_tm_mobile_bar_wrap .mobile_header_wrap .hamburger_wrap .trigger_wrap {
	float: right;
}

.nta_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger {
	padding: 15px 15px;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.nta_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger-box {
	width: 30px;
	height: 18px;
	display: inline-block;
	position: relative;
}

.nta_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}

.nta_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 30px;
	height: 2px;

	background-color: #333333;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.nta_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger-inner::before,
.nta_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger-inner::after {
	content: "";
	display: block;
}

.nta_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger-inner::before {
	top: -8px;
}

.nta_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger-inner::after {
	bottom: -10px;
}

.nta_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger--collapse-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.nta_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger--collapse-r .hamburger-inner::after {
	top: -16px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.nta_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger--collapse-r .hamburger-inner::before {
	transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.nta_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger--collapse-r.is-active .hamburger-inner {
	transform: translate3d(0, -10px, 0) rotate(45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nta_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger--collapse-r.is-active .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.nta_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger--collapse-r.is-active .hamburger-inner::before {
	top: 0;
	transform: rotate(90deg);
	transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nta_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger {
	padding: 0px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.nta_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger-box {
	display: block;
}

.nta_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger .hamburger-inner::before,
.nta_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger .hamburger-inner::after,
.nta_tm_mobile_bar_wrap .mobile_header_wrap .trigger_wrap .hamburger .hamburger-inner {
	background-color: #cccccc;
	width: 30px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_mobile_bar_wrap .menu_list_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #14141c;
	display: none;
	padding: 43px 20px 42px 20px;
}

.core-dept-part {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0;
    text-align: center;
}

.nta_tm_mobile_bar_wrap .menu_list_wrap>ul {
	margin: 0px;
	list-style-type: none;
}

.nta_tm_mobile_bar_wrap .menu_list_wrap>ul>li {
	margin: 0px 0px 10px 0px;
}

.nta_tm_mobile_bar_wrap .menu_list_wrap>ul>li:last-child {
	margin-bottom: 0px;
}

.nta_tm_mobile_bar_wrap .menu_list_wrap>ul>li>a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;





	line-height: 27px;
	text-transform: uppercase;
	display: block;
	position: relative;
	font-family: "Montserrat";
}

.nta_tm_mobile_bar_wrap .menu_list_wrap>ul>li .sub_menu {
	display: none;
	margin: 0px;
	list-style-type: none;
	padding: 19px 20px 9px 20px;
}

.nta_tm_mobile_bar_wrap .menu_list_wrap>ul>li .sub_menu li {
	margin: 0px 0px 10px 0px;
}

.nta_tm_mobile_bar_wrap .menu_list_wrap>ul>li .sub_menu li:last-child {
	margin-bottom: 0px;
}

.nta_tm_mobile_bar_wrap .menu_list_wrap>ul>li .sub_menu li a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	text-transform: capitalize;
	display: block;
	position: relative;
	font-family: "Montserrat";
}


.nta_tm_dropdown_wrap {
	height: auto;
	clear: both;
	float: left;
	background-color: #14141c;
}

.nta_tm_dropdown_wrap .drop_list {
	display: none;
}

.nta_tm_dropdown_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: rgba(232, 232, 232, 0.6);
	box-shadow: 1px 1px 3px #999;
}

.nta_tm_dropdown_wrap .adress_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	align-items: center;
	flex-direction: row;
	padding: 25px 10px;
}

.nta_tm_dropdown_wrap .adress_wrap .office_image {
	max-width: 320px;
	margin-right: 30px;
}

.nta_tm_dropdown_wrap .definitions_wrap {
	width: auto;
}

.nta_tm_dropdown_wrap .definitions_wrap h3 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	letter-spacing: 0px;
	color: #000;
	font-weight: 500;
	margin-bottom: 5px;
}

.nta_tm_dropdown_wrap .definitions_wrap p {
	color: #000;
	margin-bottom: 5px;
	font-weight: 600;
	letter-spacing: 0;
}

.nta_tm_dropdown_wrap .definitions_wrap p a {
	text-decoration: none;	
	color: darkorange;
	padding-left: 3px;
	font-weight: 600;
}

.nta_tm_dropdown_wrap .definitions_wrap p:last-child {
	margin-bottom: 0px;
}

.nta_tm_dropdown_wrap .short_contact {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 35px 0px 40px 0px;
}

.nta_tm_dropdown_wrap .short_contact .title {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	letter-spacing: 0px;
	color: #000;
	line-height: 1.3;
	margin-bottom: 0;
	font-weight: 600;
}

.nta_tm_dropdown_wrap .short_contact .subtitle {
	margin: 0px;
	padding: 0px;
	margin-bottom: 24px;
	color: #000;
}

.nta_tm_dropdown_wrap .inputs_wrap,
.nta_tm_dropdown_wrap .input_list_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_dropdown_wrap .input_list_wrap ul {
	margin: 0px 0px 0px -20px;
	list-style-type: none;
}

.nta_tm_dropdown_wrap .input_list_wrap ul li {
	margin: 0px 0px 5px 0px;
	width: 33.3333%;
	padding-left: 20px;
}

.nta_tm_dropdown_wrap .input_list_wrap ul li input {
	height: 30px;
	border: 1px solid rgba(132, 132, 132, 0.4);
	background-color: rgba(255, 255, 255, 0.25);
	padding: 0px 10px !important;
	margin-bottom: 0;
	color: #fff;
}

.nta_tm_dropdown_wrap .input_list_wrap ul li input:focus {
	outline: none;
}

.nta_tm_dropdown_wrap textarea {
	width: 100%;
	min-height: 150px;
	border: 1px solid rgba(105, 105, 105, 0.4);
	background-color: rgba(255, 255, 255, 0.2);
	padding: 10px !important;
	margin-bottom: 20px;
	color: #000;
	font-family: "Rubik";
}

.nta_tm_dropdown_wrap textarea:focus {
	outline: none;
}

.nta_tm_dropdown_wrap .button {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}

.nta_tm_dropdown_wrap .button a {
	height: 50px;
	padding: 0px 26px;
	background-color: #ff8f03;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #14141c;
	font-weight: 600;
	line-height: 50px;
	border: none;
	border-radius: 2px;
	text-decoration: none;
	display: inline-block;
	font-family: "Rubik";
}

.nta_tm_dropdown_wrap .call_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	text-align: center;
	padding: 20px 0px 20px 0px;
}

.nta_tm_dropdown_wrap .call_wrap .image {
	display: inline-block;
}

.nta_tm_dropdown_wrap .call_wrap .image img {
	border-radius: 100%;
	max-width: 120px;
	background-color: #fff;
	margin-bottom: 26px;
}

.nta_tm_dropdown_wrap .call_wrap h3 {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 600;
	margin-bottom: 0;
}

.nta_tm_dropdown_wrap .call_wrap p {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 300;
	color: #eee;
	font-family: "Rubik";
}

.nta_tm_dropdown_wrap .working_hours_wrap_short {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 40px 0px 40px 0px;
}

.nta_tm_dropdown_wrap .working_hours_wrap_short h3 {
	font-family: "Rubik";
	font-size: 20px;
	color: #eee;
	line-height: 1;
	font-weight: 300;
	letter-spacing: 0px;

	margin-bottom: 20px;
}

.nta_tm_dropdown_wrap .working_hours_wrap_short .subtitle {
	font-size: 14px;
	color: #999;
	line-height: 1.7;
	margin-bottom: 20px;
}

.nta_tm_dropdown_wrap .working_hours_wrap_short .hour_list {
	width: 100%;
	float: left;
	clear: both;
}

.nta_tm_dropdown_wrap .working_hours_wrap_short .hour_list ul {
	margin: 0px;
	list-style-type: none;
}

.nta_tm_dropdown_wrap .working_hours_wrap_short .hour_list ul li {
	width: 100%;
	float: left;
	margin: 0px;
	border-bottom: 1px dashed #2b2b31;
	margin-bottom: 4px;
	padding-bottom: 5px;
}

.nta_tm_dropdown_wrap .working_hours_wrap_short .hour_list ul li:last-child {
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.nta_tm_dropdown_wrap .working_hours_wrap_short .hour_list ul li .left {
	color: #ccc;
	float: left;
}

.nta_tm_dropdown_wrap .working_hours_wrap_short .hour_list ul li .right {
	color: #ff8f03;
	float: right;
}


/*------------------------------------------------------------------*/


/*	05) nta WIDGET

/*------------------------------------------------------------------*/

.nta_tm_widget_wrap {
	width: 400px;
	top: 0px;
	bottom: 0px;
	right: -400px;
	position: fixed;
	background-color: rgba(0, 0, 0, .5);
	z-index: 100;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	transition-delay: .5s;
}

.nta_tm_widget_wrap.opened {
	right: 0px;
}

.nta_tm_widget_wrap .widget_inner_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 130px 40px 0px 40px;
}

.nta_tm_widget_wrap .widget_icons_wrap {
	position: absolute;
	top: 0px;
}

.nta_tm_widget_wrap .widget_icons_wrap ul {
	margin: 0px;
	list-style-type: none;
}

.nta_tm_widget_wrap .widget_icons_wrap ul li {
	margin: 0px 5px 0px 0px;
	float: left;
	width: 60px;
	height: 90px;
	text-align: center;
	position: relative;
}

.nta_tm_widget_wrap .widget_icons_wrap ul li.opened a {
	height: 80px;
	color: #fff;
}

.nta_tm_widget_wrap .widget_icons_wrap ul li:last-child {
	margin-right: 0px;
}

.nta_tm_widget_wrap .widget_icons_wrap ul li a {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 70px;
	text-decoration: none;
	color: #ffffff;
	background-color: rgb(32, 96, 169);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_widget_wrap .widget_icons_wrap ul li a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 60px 0px 0px;
	border-color: rgb(32, 96, 169) transparent transparent transparent;
	left: 0px;
	top: 100%;
}

.nta_tm_widget_wrap .widget_icons_wrap ul li .svg {
	width: 26px;
	height: 26px;
	position: relative;
	top: 30px;
}

.nta_tm_widget_wrap .widget_dropdown_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_widget_wrap .widget_dropdown_wrap .drop_list {
	display: none;
}

.nta_tm_widget_wrap .widget_dropdown_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.nta_tm_widget_wrap .widget_dropdown_wrap .adress_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_widget_wrap .widget_dropdown_wrap .adress_wrap .office_image {
	margin-bottom: 27px;
}

.nta_tm_widget_wrap .widget_dropdown_wrap .definitions_wrap {
	width: auto;
}

.nta_tm_widget_wrap .widget_dropdown_wrap .definitions_wrap h3 {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	letter-spacing: 0px;
	color: #eee;
	font-weight: 300;
	margin-bottom: 17px;
}

.nta_tm_widget_wrap .widget_dropdown_wrap .definitions_wrap p {
	color: #fff;
	display: block;
	margin-bottom: 10px;
}

.nta_tm_widget_wrap .widget_dropdown_wrap .definitions_wrap p a {
	text-decoration: none;
	color: #ff8f03;
	padding-left: 3px;
	display: block;
	font-weight: 600 !important;
	font-family: 'Poppins';
}

.drop_list .call_wrap p a {
    font-weight: 600;
    font-family: 'Poppins';
}

.nta_tm_widget_wrap .widget_dropdown_wrap .definitions_wrap p:last-child {
	margin-bottom: 0px;
}

.nta_tm_widget_wrap .widget_dropdown_wrap .short_contact {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 35px 0px 40px 0px;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.nta_tm_widget_wrap .widget_dropdown_wrap .short_contact .title {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	letter-spacing: 0px;
	color: #eee;
	line-height: 1.3;
	margin-bottom: 18px;
	font-weight: 300;
}

.nta_tm_widget_wrap .widget_dropdown_wrap .short_contact .subtitle {
	margin: 0px;
	padding: 0px;
	margin-bottom: 24px;
	color: #fff;
}

.nta_tm_widget_wrap .widget_dropdown_wrap .inputs_wrap,
.nta_tm_widget_wrap .widget_dropdown_wrap .input_list_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_widget_wrap .widget_dropdown_wrap .input_list_wrap ul {
	margin: 0px;
	list-style-type: none;
}

.nta_tm_widget_wrap .widget_dropdown_wrap .input_list_wrap ul li {
	margin: 0px 0px 3px 0px;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.nta_tm_widget_wrap .widget_dropdown_wrap .input_list_wrap ul li input {
	width: 100%;
	height: 50px;
	border: 1px solid rgba(229, 229, 229, .85);
	background-color: rgba(255, 255, 255, .9);
	padding: 0px 20px !important;
	margin-bottom: 10px;
	color: #000;
}

.nta_tm_widget_wrap .widget_dropdown_wrap .input_list_wrap ul li input:focus {
	outline: none;
}

.nta_tm_widget_wrap .widget_dropdown_wrap textarea {
	width: 100%;
	min-height: 150px;
	border: 1px solid rgba(229, 229, 229, .85);
	background-color: rgba(255, 255, 255, .9);
	padding: 10px 20px !important;
	margin-bottom: 20px;
	color: #999;
	font-family: "Rubik";
}

.nta_tm_widget_wrap .widget_dropdown_wrap textarea:focus {
	outline: none;
}

.nta_tm_widget_wrap .widget_dropdown_wrap .button {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}

.nta_tm_widget_wrap .widget_dropdown_wrap .button a {
	height: 50px;
	padding: 0px 26px;
	background-color: rgb(32, 96, 169);
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 0.5px;
	color: #fff;
	font-weight: 600;
	line-height: 50px;
	border: none;
	border-radius: 2px;
	text-decoration: none;
	display: inline-block;
	font-family: "Rubik";
}

.nta_tm_widget_wrap .widget_dropdown_wrap .call_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	text-align: center;
	padding: 40px 0px 35px 0px;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.nta_tm_widget_wrap .widget_dropdown_wrap .call_wrap .image {
	display: inline-block;
}

.nta_tm_widget_wrap .widget_dropdown_wrap .call_wrap .image img {
	border-radius: 100%;
	max-width: 120px;
	background-color: #fff;
	margin-bottom: 26px;
}

.nta_tm_widget_wrap .widget_dropdown_wrap .call_wrap h3 {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-size: 20px;
	letter-spacing: 0.5px;
	font-weight: 300;
	margin-bottom: 0;
}

.nta_tm_widget_wrap .widget_dropdown_wrap .call_wrap p {

	margin: 0px;
	padding: 0px;
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 300;
	color: #fff;
	font-family: "Rubik";
}

.nta_tm_widget_wrap .widget_dropdown_wrap .working_hours_wrap_short {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_widget_wrap .widget_dropdown_wrap .working_hours_wrap_short h3 {
	font-family: "Rubik";
	font-size: 20px;
	color: #eee;
	line-height: 1;

	font-weight: 300;
	letter-spacing: 0px;
	margin-bottom: 20px;
}

.nta_tm_widget_wrap .widget_dropdown_wrap .working_hours_wrap_short .subtitle {
	font-size: 14px;
	color: #fff;
	line-height: 1.7;
	margin-bottom: 20px;
}

.nta_tm_widget_wrap .widget_dropdown_wrap .working_hours_wrap_short .hour_list {
	width: 100%;
	float: left;
	clear: both;
}

.nta_tm_widget_wrap .widget_dropdown_wrap .working_hours_wrap_short .hour_list ul {
	margin: 0px;
	list-style-type: none;
}

.nta_tm_widget_wrap .widget_dropdown_wrap .working_hours_wrap_short .hour_list ul li {
	width: 100%;
	float: left;
	margin: 0px;
	border-bottom: 1px dashed #2b2b31;
	margin-bottom: 4px;
	padding-bottom: 5px;
}

.nta_tm_widget_wrap .widget_dropdown_wrap .working_hours_wrap_short .hour_list ul li:last-child {
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.nta_tm_widget_wrap .widget_dropdown_wrap .working_hours_wrap_short .hour_list ul li .left {
	color: #fff;
	float: left;
}

.nta_tm_widget_wrap .widget_dropdown_wrap .working_hours_wrap_short .hour_list ul li .right {
	color: darkorange;
	float: right;
	font-weight: 600;
}

.nta_tm_widget_window_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 0%;
	bottom: 0px;
	z-index: 99;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	transition-delay: .5s;
}

.nta_tm_widget_window_overlay.opened {
	width: 100%;
}


/*------------------------------------------------------------------*/


/*	06) nta HOME INTRODUCE

/*------------------------------------------------------------------*/

.nta_tm_introduce_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	background-color: #2060a9;
	padding: 50px 70px 50px 80px;
}

.nta_tm_introduce_wrap .inner_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.nta_tm_introduce_wrap .inner_wrap .main_info_wrap {
	width: 100%;
	max-width: calc(95% - 240px);
	height: auto;
	float: left;
	padding-right: 5%;
	border-right: 2px solid rgba(255, 255, 255, .2);
}

.nta_tm_introduce_wrap .inner_wrap .main_info_wrap .top_title {
	color: #fff;
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: 300;
	text-transform: capitalize;
	font-family: "Rubik";
}

.nta_tm_introduce_wrap .inner_wrap .main_info_wrap .title {
	margin: 0px 0px 37px 0px;
	font-size: 36px;
	letter-spacing: 0px;
	font-weight: 500;
	color: #fff;
	position: relative;
	line-height: 1;
}

.nta_tm_introduce_wrap .inner_wrap .main_info_wrap .title:before {
	position: absolute;
	content: "";
	width: 100px;
	height: 2px;
	background-color: #2060a9;
	left: 0px;
	bottom: -16px;
}

.nta_tm_introduce_wrap .inner_wrap .main_info_wrap .text {
	line-height: 1.7;
	font-size: 16px;
	color: #fff;
	margin-bottom: 50px;
	text-align: justify;
}

.nta_tm_introduce_wrap .experience_box {
	width: 240px;
	border: 10px solid rgb(32, 96, 169);
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 13px 20px 10px 0;
}

.nta_tm_introduce_wrap .experience_box .top p {



	margin: 0px;
	padding: 0px;
	font-size: 22px;
	letter-spacing: 0px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #fff;
	line-height: 1.2;
	font-family: "Poppins";
}

.nta_tm_introduce_wrap .experience_box .bottom {
	display: flex;
	align-items: center;
}

.nta_tm_introduce_wrap .experience_box .bottom .number span {
	font-family: "Rubik";
	font-size: 72px;
	color: #fff;
	letter-spacing: -0.25px;
	line-height: 1;
	font-weight: 400;
}

.nta_tm_introduce_wrap .experience_box .bottom .definition {
	font-family: "Montserrat";
	font-size: 10px;
	color: white;
	text-transform: uppercase;
	padding-left: 4px;
	font-weight: 500;
}

.nta_tm_introduce_wrap .play_video {
	position: absolute;

	width: 70px;
	height: 70px;
	border-radius: 100%;
	background-color: rgb(60, 60, 60);
	bottom: -20px;
	left: 80px;
	z-index: 3;
}

.nta_tm_introduce_wrap .play_video:before {
	position: absolute;
	content: "";
	border: 10px solid transparent;
	border-left-color: #fff;
	border-left-width: 20px;
	border-right-width: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-left: 13px;
}

.nta_tm_introduce_wrap .play_video a {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.qqq {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
}

.qqq .shape_top .first {
	position: absolute;
	border-bottom: 36px solid rgba(255, 255, 255, .2);
	border-left: 500px solid transparent;
	top: 4px;
	right: 75px;
}

.qqq .shape_top .second {
	position: absolute;
	border-bottom: 36px solid rgba(255, 255, 255, .2);
	border-right: 15px solid transparent;
	top: 4px;
	right: 60px;
}

.qqq .shape_bottom .first {
	position: absolute;
	border-top: 36px solid rgba(8, 18, 37, 0.2);
	border-right: 500px solid transparent;
	bottom: 4px;
	left: 75px;
}

.qqq .shape_bottom .second {
	position: absolute;
	border-top: 36px solid rgba(8, 18, 37, 0.2);
	border-left: 15px solid transparent;
	bottom: 4px;
	left: 60px;
}

.nta_tm_section.introduce {
	position: relative;
	margin-top: -160px;
	z-index: 11;
	margin-bottom: 50px;
}


/*------------------------------------------------------------------*/


/*	07) nta HOME SERVICE

/*------------------------------------------------------------------*/

.nta_tm_home_service_list {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 30px;
}

.nta_tm_home_service_list ul {
	margin: 0px 0px 0px -55px;
	list-style-type: none;
}

.nta_tm_home_service_list ul li {
	margin: 0px 0px 40px 0px;
	float: left;
	width: 25%;
	padding-left: 55px;
	text-align: center;
}

.nta_tm_home_service_list ul li .inner_list {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	padding: 24px 0px 9px 0px;
}

.nta_tm_home_service_list ul li .inner_list:before {
	position: absolute;
	content: "";
	width: 1px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #e5e5e5;
	margin-right: -20px;
}

.nta_tm_home_service_list ul li:last-child .inner_list:before {
	display: none;
}

.nta_tm_home_service_list ul li:last-child .inner_list:after {
	display: none;
}

.nta_tm_home_service_list ul li .inner_list:after {
	position: absolute;
	content: "";
	width: 1px;
	top: 0px;
	height: 0px;
	right: 0px;
	background-color: #aaa;
	margin-right: -20px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.nta_tm_home_service_list ul li .inner_list:hover:after {
	height: 100%;
}

.nta_tm_home_service_list ul li .inner_list .icon_wrap {
	margin-bottom: 28px;
}

.nta_tm_home_service_list ul li .inner_list .icon_wrap .svg {
	width: 60px;
	height: 60px;
	color: #2060a9;
}

.nta_tm_home_service_list ul li .inner_list .title_holder h3 {
	color: #041230;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0px;
	margin-bottom: 20px;
}

.nta_tm_home_service_list ul li .inner_list .description p {
	color: #666;
	margin-bottom: 20px;
}

.nta_tm_button_more_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_button_more_wrap a {
	text-decoration: none;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Rubik';
	color: #041230;
	display: inline-block;
	position: relative;
}

.nta_tm_button_more_wrap a .arrow_wrap .first {
	position: absolute;
	right: -8px;
	top: 3px;
	opacity: 0;
	visibility: hidden;
	transition-duration: 0s;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-ms-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}

.nta_tm_button_more_wrap a .arrow_wrap .second {
	position: absolute;
	right: -27px;
	top: 3px;
}

.nta_tm_home_service_list ul li .inner_list:hover .arrow_wrap .second {
	display: none;
}

.nta_tm_home_service_list ul li .inner_list:hover .arrow_wrap .first {
	opacity: 1;
	visibility: visible;
	right: -27px;
	transition-duration: .3s;
}

.nta_tm_home_service_list ul li .inner_list .service_link {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 11;
}

.nta_tm_button_more_wrap a:hover .arrow_wrap .second {
	display: none;
}

.nta_tm_button_more_wrap a:hover .arrow_wrap .first {
	opacity: 1;
	visibility: visible;
	right: -27px;
	transition-duration: .3s;
}


/*------------------------------------------------------------------*/


/*	08) nta WHY CHOOSE US

/*------------------------------------------------------------------*/

.nta_tm_rating_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	margin-bottom: 120px;
	background-color: #2060a9;
}

.nta_tm_rating_wrap .container {
	position: static;
}

.nta_tm_rating_wrap .inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	flex-direction: row;
}

.nta_tm_rating_wrap .inner .leftbox {
	width: 50%;
	height: auto;
	position: relative;
	padding: 144px 20px 150px 0px;
}

.nta_tm_rating_wrap .inner .leftbox .title {
	margin-bottom: 25px;
}

.nta_tm_rating_wrap .inner .leftbox .title h3 {
	font-family: "Poppins";
	font-size: 28px;
	color: #eee;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.nta_tm_rating_wrap .inner .leftbox .text {
	margin-bottom: 35px;
}

.nta_tm_rating_wrap .inner .leftbox .text p {
	color: #fff;
	line-height: 1.7;
}

.nta_tm_project_video {
	float: left;
	width: auto;
	position: relative;
}

.nta_tm_project_video .project_video_button {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 111;
}

.nta_tm_project_video span {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 2px solid #777;
	text-align: center;
	position: relative;
}

.nta_tm_project_video span .svg {
	position: relative;
	top: 1px;
	left: 1px;
	width: 8px;
	height: 8px;
	color: #777;
}

.nta_tm_project_video .project_time {
	text-decoration: none;
	font-size: 18px;
	font-family: "Rubik";
	color: #2060a9;
	position: relative;
	top: 2px;
	border-bottom: 1px solid transparent;
	border-bottom-color: rgba(255, 255, 255, 0.3);
	margin-left: 6px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_project_video:hover .project_time {
	border-bottom-color: transparent;
}

.nta_tm_rating_wrap .inner .ratingbox {
	width: 80px;
	min-width: 80px;
	background-color: #041230;
	position: relative;
}

.nta_tm_rating_wrap .inner .ratingbox .rating_wrap {
	position: relative;
	top: -10px;
}

.nta_tm_rating_wrap .inner .ratingbox .rating_wrap:before {
	border-top: 10px solid transparent;
	border-right: 5px solid #682a32;
	content: '';
	position: absolute;
	right: 100%;
	top: 0px;
}

.nta_tm_rating_wrap .inner .ratingbox .rating_wrap:after {
	border-top: 10px solid transparent;
	border-left: 5px solid #682a32;
	content: '';
	position: absolute;
	left: 100%;
	top: 0px;
}

.nta_tm_rating_wrap .inner .ratingbox .inner_wrap {
	width: 80px;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #d1122d;
	text-align: center;
	padding: 9px 0px 12px 0px;
	cursor: pointer;
}

.nta_tm_rating_wrap .inner .ratingbox .inner_wrap:before {
	content: '';
	position: absolute;
	top: 100%;
	right: 0px;
	border-top: 15px solid #d1122d;
	border-left: 40px solid transparent;
	cursor: pointer;
}

.nta_tm_rating_wrap .inner .ratingbox .inner_wrap:after {
	content: '';
	position: absolute;




	top: 100%;
	left: 0px;
	border-top: 15px solid #d1122d;
	border-right: 40px solid transparent;
	cursor: pointer;
}

.nta_tm_rating_wrap .inner .star {
	margin-bottom: 15px;
}

.nta_tm_rating_wrap .inner .number {
	margin-bottom: 6px;
}

.nta_tm_rating_wrap .inner .number span {
	font-family: "Rubik";
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	line-height: 0.5;
	letter-spacing: -0.25px;
}

.nta_tm_rating_wrap .inner .title p {
	font-size: 10px;
	color: #fff;
	line-height: 1.4;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.nta_tm_rating_wrap .rating_text {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}

.nta_tm_rating_wrap .rating_text span:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	background-color: #8d8d91;
	left: 12px;
	top: 7px;
}

.nta_tm_rating_wrap .rating_text .inner {
	position: absolute;
	transform: rotate(90deg);
	transform-origin: left top 0px;
	top: 0px;
	left: 80px;
	height: 80px;
	min-width: -webkit-max-content;
	display: flex;
	align-items: center;
}

.nta_tm_rating_wrap .rating_text span {
	display: block;
	min-width: max-content;
	min-width: intrinsic;
	min-width: -moz-max-content;
	min-width: -webkit-max-content;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	color: #eee;
	padding-left: 45px;
	position: relative;
	top: 1px;
	line-height: 1;
}

.nta_tm_rating_wrap .inner .rightbox {
	width: 50%;
	width: calc(50%-40px);
	height: auto;
}

.nta_tm_rating_wrap .inner .rightbox .bg_image {
	left: 50%;
	margin-left: 40px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 5;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(..//img/missionStatementFinal.jpg);
}


/*------------------------------------------------------------------*/


/*	09) nta PRINCIPLES

/*------------------------------------------------------------------*/

.nta_tm_principles_wrapper_all {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 110px;
}

.nta_tm_twice_box_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_twice_box_wrap .inner_box {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	flex-direction: row;
}

.nta_tm_twice_box_wrap .inner_box .leftbox {
	width: 320px;
	min-width: 320px;
	margin-right: 10%;
}

.nta_tm_twice_box_wrap .inner_box .leftbox .title_holder h3 {
	font-size: 36px;
	letter-spacing: 0px;
	line-height: 1.2;
	position: relative;
	left: -2px;
	margin-bottom: 25px;
	font-weight: 500;
	color: #041230;
}

.nta_tm_twice_box_wrap .inner_box .leftbox .title_holder h3:before {
	position: absolute;
	content: "";
	width: 100px;
	height: 4px;
	background-color: #2060a9;
	left: 2px;
	bottom: -13px;
}

.nta_tm_twice_box_wrap .inner_box .leftbox .description p {
	color: #666;
	margin-bottom: 30px;
	text-align: justify;
	font-size: 14px;
}

.nta_tm_twice_box_wrap .inner_box .rightbox {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_principles_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_principles_wrap .title_wrap {
	width: 100%;

	height: auto;
	clear: both;
	float: left;
	margin-bottom: 30px;
}

.nta_tm_principles_wrap .title_wrap span {
	font-family: "Raleway";
	font-size: 18px;
	text-transform: uppercase;
	color: #181a2f;
	position: relative;
}

.nta_tm_principles_wrap .title_wrap span:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #181a2f;
	bottom: -2px;
	left: 0px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_principles_wrap .list_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_principles_wrap .list_wrap ul {
	margin: 0px 0px 0px -40px;
	list-style-type: none;
}



.nta_tm_principles_wrap .list_wrap ul li {
	margin: 0px 0px 40px 0px;
	float: left;
	width: 50%;
	padding-left: 40px;
}

.nta_tm_principles_wrap .list_wrap ul li .inner {
	width: 90%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	z-index: 10;
	padding: 20px 0px 0px 20px;
	z-index: 0;
}

.nta_tm_principles_wrap .list_wrap ul li .inner .in {
	padding: 15px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
	width: 100%;
	display: block;
}

.nta_tm_principles_wrap .list_wrap ul li .inner .title {
	margin-bottom: 10px;
}

.nta_tm_principles_wrap .list_wrap ul li .inner .title h3 {
	font-family: "Poppins";
	font-size: 18px;
	line-height: 20px;
	color: #041230;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

.nta_tm_principles_wrap .list_wrap ul li .inner .definition p {
	color: #666;
}

.nta_tm_principles_wrap .list_wrap ul li .inner .number {
	position: absolute;
	bottom: -10px;
	right: -10px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background-color: rgb(32, 96, 169);
	border-radius: 1px;
	box-shadow: 1px 1px 3px rgb(0, 47, 101);
	text-align: center;
}

.nta_tm_principles_wrap .list_wrap ul li .inner .number span {
	font-family: "Rubik";
	font-size: 36px;
	color: #fff;
}

.nta_tm_principles_wrap .list_wrap ul li .inner .leftshape {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 240px;
	width: 20px;
	background-color: #e9eff4;
	z-index: 5;
}

.nta_tm_principles_wrap .list_wrap ul li .inner .leftshape:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 60px;
	background-color: #e9eff4;
	bottom: -20px;
	transform: skewY(45deg);
}

.nta_tm_principles_wrap .list_wrap ul li .inner .topshape {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 190px;
	background-color: #e9eff4;
	z-index: 5;
}

.nta_tm_principles_wrap .list_wrap ul li .inner .topshape:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 20px;
	background-color: #e9eff4;
	right: -20px;
	transform: skewX(45deg);
}


/*------------------------------------------------------------------*/


/*	10) nta RESPONSIBILITY

/*------------------------------------------------------------------*/

.nta_tm_universal_parallax_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

.nta_tm_universal_parallax_wrap .main_bg {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(..//img/missionStatement.jpg);
}

.nta_tm_universal_parallax_wrap .main_bg .overlay_image {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
}

.nta_tm_universal_parallax_wrap .main_bg .overlay_video {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2;
}

.nta_tm_universal_parallax_wrap .main_bg .overlay_video video {
	width: 100%;
	height: 100%;
	background-position: center;
	object-fit: cover;
}

.nta_tm_universal_parallax_wrap .main_bg .overlay_color {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 3;
}

.nta_tm_universal_parallax_wrap .main_content {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	z-index: 4;
}

.nta_tm_main_responsibility_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 150px;
	z-index: 0;
}


.nta_tm_universal_parallax_wrap .main_bg .overlay_image.responsibility {
	background-image: url(..//img/Bombardier-CRJ1000-Regional-Jetliner.jpg);
}

.nta_tm_universal_parallax_wrap .main_content.responsibility {
	padding: 120px 0px 125px 0px;
}

.nta_tm_main_responsibility_wrap .content_inner_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nta_tm_experience_box {
	width: 100%;
	min-width: 265px;
	max-width: 265px;
	min-height: 265px;
	border: 10px solid #2060a9;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 1px 1px 3px #333;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 13px 20px 10px 18px;
	margin-right: 150px;
}

.nta_tm_experience_box .top p {
	font-family: "Poppins";
	font-size: 20px;
	color: black;
	font-weight: 600;
	line-height: 1.3;
}

.nta_tm_experience_box .bottom {
	display: flex;
	align-items: center;
}

.nta_tm_experience_box .bottom .number span {
	font-family: "Poppins";
	font-size: 55px;
	color: rgb(32, 96, 169);
	letter-spacing: -0.25px;
	font-weight: 600;
}

.nta_tm_experience_box .bottom .definition {
	font-size: 15px;
	font-weight: 600;
	font-family: "Montserrat";
	text-transform: uppercase;
	color: #2060a9;
	margin-left: 12px;
	letter-spacing: 1px;
	line-height: normal;
}

.nta_tm_main_responsibility_wrap .experience_list {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_main_responsibility_wrap .experience_list ul {
	margin: 0px 0px 0px -24px;
	list-style-type: none;
}

.nta_tm_main_responsibility_wrap .experience_list ul li {
	margin: 0px;
	float: left;
	width: 50%;
	position: relative;
	padding-left: 24px;
}

.nta_tm_main_responsibility_wrap .experience_list ul li span {
	font-size: 22px;
    color: #FFF;
    text-shadow: 0px 1px 3px #333;
    font-weight: 600;
    font-style: italic;
}

.nta_tm_main_responsibility_wrap .experience_list ul li:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 2px;
	background-color: black;
	top: 50%;
	left: 0px;
}


/*------------------------------------------------------------------*/


/*	11) nta HOME PROJECTS

/*------------------------------------------------------------------*/

.nta_tm_home_project_wrapper_all {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 150px;
}

.nta_tm_home_project_wrapper_all .rightbox ul {
	margin: 0px;
	list-style-type: none;
}

.nta_tm_home_project_wrapper_all .rightbox ul li {
	margin: 0px 0px 45px 0px;
	float: left;
	width: 100%;
}

.nta_tm_home_project_wrapper_all .rightbox ul li:last-child {
	margin-bottom: 0px;
}

.nta_tm_home_project_wrapper_all .rightbox ul li .inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}

.nta_tm_home_project_wrapper_all .rightbox ul li .inner .image_wrap {
	float: left;
	position: relative;
	min-width: 100%;
}

.nta_tm_home_project_wrapper_all .rightbox ul li .inner .image_wrap .image {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.nta_tm_home_project_wrapper_all .rightbox ul li .inner .image_wrap .overlay_color {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, .2);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_home_project_wrapper_all .rightbox ul li .inner:hover .image_wrap .overlay_color {
	background-color: rgba(17, 17, 25, 0.9);
}

.nta_tm_home_project_wrapper_all .rightbox ul li .inner .image_wrap .plus {
	position: absolute;
	top: 49px;
	left: 50px;
	z-index: 3;
}

.nta_tm_home_project_wrapper_all .rightbox ul li .inner .image_wrap .plus:before {
	position: absolute;
	content: "";
	width: 0px;
	height: 2px;
	background-color: #2060a9;
	transition-delay: .2s;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_home_project_wrapper_all .rightbox ul li .inner .image_wrap .plus:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 0px;
	top: -9px;
	left: 9px;
	background-color: #2060a9;
	transition-delay: .1s;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_home_project_wrapper_all .rightbox ul li .inner:hover .image_wrap .plus:before {
	width: 20px;
}

.nta_tm_home_project_wrapper_all .rightbox ul li .inner:hover .image_wrap .plus:after {
	height: 20px;
}

.nta_tm_home_project_wrapper_all .rightbox ul li .inner:before {
	position: absolute;
	content: "";
	left: 30px;
	right: 30px;
	height: 15px;
	background-color: #2060a9;
	bottom: -15px;
}

.nta_tm_home_project_wrapper_all .rightbox ul li .inner .title_holder {
	position: absolute;
	bottom: 34px;
	left: 50px;
	z-index: 3;
}

.nta_tm_home_project_wrapper_all .rightbox ul li .inner .title_holder h3 {
	font-family: "Rubik";
	font-size: 24px;
	color: #eee;
	line-height: 1;
	margin-bottom: 10px;
}

.nta_tm_home_project_wrapper_all {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_view_more_wrap a {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #ccc;
	font-family: "Montserrat";
	font-size: 14px;
	letter-spacing: 0px;
	position: relative;
	padding-right: 10px;
	font-weight: 600;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_view_more_wrap a .svg {
	color: #ccc;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_view_more_wrap .arrow {
	position: absolute;
	top: 2px;
	left: 100%;
}

.nta_tm_home_project_wrapper_all .rightbox ul li .inner:hover .nta_tm_view_more_wrap a {
	color: #2060a9;
}

.nta_tm_home_project_wrapper_all .rightbox ul li .inner:hover .nta_tm_view_more_wrap a .svg {
	color: #2060a9;
}

.nta_tm_home_project_wrapper_all .rightbox ul li .inner .image_wrap .link {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 4;
	display: block;
}

.constructify_fn_sticky_section {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	overflow: visible;
	top: 140px;
}

.constructify_fn_sticky_section:after {
	clear: both;
	display: table;
	content: '';
}


/*------------------------------------------------------------------*/


/*	12) nta HOME BLOG

/*------------------------------------------------------------------*/

.nta_tm_home_blog_wrap,
.nta_tm_home_blog_wrap .inner_wrap,
.nta_tm_home_blog_wrap .inner_wrap .blog_title_holder {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_home_blog_wrap .inner_wrap {
	padding: 140px 0px 105px 0px;
}

.nta_tm_home_blog_wrap:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(..//img/blog/map.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
	opacity: 0.3;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.nta_tm_home_blog_wrap {
	background-color: #eff4f7;
	position: relative;
}

.nta_tm_home_blog_wrap .inner_wrap .blog_title_holder h3 {
	font-size: 36px;
	letter-spacing: 0px;
	line-height: 1.2;
	position: relative;
	left: -2px;
	margin-bottom: 35px;
	font-weight: 500;
	color: #041230;
}

.nta_tm_home_blog_wrap .inner_wrap .blog_title_holder {
	max-width: 360px;
	margin-bottom: 28px;
}

.nta_tm_home_blog_wrap .inner_wrap .blog_title_holder h3:before {
	position: absolute;
	content: "";
	width: 100px;
	height: 2px;
	background-color: #2060a9;
	left: 0px;
	bottom: -13px;
}

.nta_tm_home_blog_wrap .blog_list {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}

.nta_tm_home_blog_wrap .blog_list ul {
	margin: 0px 0px 0px -30px;
	list-style-type: none;
}

.nta_tm_home_blog_wrap .blog_list ul li {
	margin: 0px 0px 40px 0px;
	width: 33.3333%;
	float: left;
	padding-left: 30px;
}

.nta_tm_home_blog_wrap .blog_list ul li:last-child {
	margin-bottom: 0px;

}

.nta_tm_home_blog_wrap .blog_list ul li .image_holder {
	position: relative;
	margin-bottom: 25px;
}

.nta_tm_home_blog_wrap .blog_list ul li .image_holder img {
	min-width: 100%;
}

.nta_tm_home_blog_wrap .blog_list ul li .main_image {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.nta_tm_home_blog_wrap .blog_list ul li .overlay {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, .3);
	z-index: 1;
}

.nta_tm_home_blog_wrap .blog_list ul li .date_wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	height: auto;
	background-color: rgb(32, 96, 169);
	z-index: 2;
	padding: 18px 19px 10px 19px;
}

.nta_tm_home_blog_wrap .blog_list ul li .date_wrap:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -15px;
	border-top: 15px solid rgb(32, 96, 169);
	border-right: 80px solid transparent;
	z-index: -1;
}

.nta_tm_home_blog_wrap .blog_list ul li .date_wrap h3 span {
	position: relative;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 36px;
	line-height: 1;
	letter-spacing: -2px;
	margin-bottom: 5px;
	font-weight: 300;
	font-family: "Rubik";
}

.nta_tm_home_blog_wrap .blog_list ul li .date_wrap h3 span:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ffc600;
	left: 0px;
	bottom: 0px;
}

.nta_tm_home_blog_wrap .blog_list ul li .date_wrap h5 {
	margin: 0px;
	padding: 0px;
	color: #fff;
	letter-spacing: 0px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: "Rubik";
}

.nta_tm_home_blog_wrap .blog_list ul li .full_link {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
}

.nta_tm_home_blog_wrap .blog_list ul li .descriptions_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 10px;
}

.nta_tm_home_blog_wrap .blog_list ul li .descriptions_wrap .category span {
	color: #666;
}

.nta_tm_home_blog_wrap .blog_list ul li .descriptions_wrap .category span a {
	text-decoration: none;
	color: #2060a9;
	position: relative;
}

.nta_tm_home_blog_wrap .blog_list ul li .descriptions_wrap .category span a:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #2060a9;
	bottom: -2px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_home_blog_wrap .blog_list ul li .descriptions_wrap .category span a:hover:before {
	background-color: transparent;
}

.nta_tm_home_blog_wrap .blog_list ul li .descriptions_wrap .category .author {
	position: relative;
}

.nta_tm_home_blog_wrap .blog_list ul li .descriptions_wrap .category .author:before {
	position: absolute;
	content: "";
	width: 14px;
	height: 1px;
	background-color: #666;
	left: 100%;
	top: 50%;
	margin-top: 2px;
	margin-left: 6px;
}

.nta_tm_home_blog_wrap .blog_list ul li .descriptions_wrap .category .city {
	padding-left: 21px;
}

.nta_tm_home_blog_wrap .blog_list ul li .title_holder h3 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 1.2;
	margin-bottom: 24px;
}

.nta_tm_home_blog_wrap .blog_list ul li .title_holder h3 a {
	text-decoration: none;
	color: #041230;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_home_blog_wrap .blog_list ul li .title_holder h3 a:hover {
	color: #2060a9;
}


/*------------------------------------------------------------------*/


/*	13) nta FOOTER

/*------------------------------------------------------------------*/

.nta_tm_footer {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_universal_parallax_wrap .overlay_image.footer {
	background-image: url(..//img/footerplane.jpg);

}

.nta_tm_universal_parallax_wrap .overlay_color.footer {
	background-color: rgba(77, 92, 119, 0.9);
}

.nta_tm_universal_parallax_wrap .main_content.footer {
	padding: 38px 0px 0px 0px;
}

.nta_tm_subscribe_wrap,
.nta_tm_subscribe_wrap .inner_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_subscribe_wrap {
	padding-bottom: 38px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.nta_tm_subscribe_wrap .inner_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nta_tm_subscribe_wrap .left_wrap {
	display: flex;
	align-items: center;
	float: left;
}

.nta_tm_subscribe_wrap .left_wrap .book svg {
	width: 50px;
	height: 50px;
	color: #fff;
}

.nta_tm_subscribe_wrap .left_wrap .text {
	margin-left: 20px;
}

.nta_tm_subscribe_wrap .left_wrap .text p {
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}

.nta_tm_subscribe_wrap .left_wrap .text p span {
	width: 16px;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	position: relative;
	top: -4px;
	margin: 0px 5px;
}

.nta_tm_subscribe_wrap .right_wrap .email {
	width: 340px;
	height: 44px;
	background-color: rgba(245, 245, 245, 0.05) !important;
	border: 1px solid rgba(229, 229, 229, .2) !important;
	font-size: 14px;
	color: #fff;
}

.nta_tm_subscribe_wrap .right_wrap .email:focus {
	outline: none;
}

.nta_tm_subscribe_wrap .right_wrap .button {
	width: 132px;
	height: 44px;
	background-color: #2060a9;
	text-transform: uppercase;
	border: none;
	color: #fff;
	margin-left: -5px;
	font-family: "Rubik";
	font-size: 14px;
	font-weight: 500;
}

.nta_tm_subscribe_wrap .right_wrap .form-group .subscribe-btn {
	width: 132px;
	height: 44px;
	background-color: #2060a9;
	text-transform: uppercase;
	border: none;
	color: #fff;
	margin-left: -5px;
	font-family: "Rubik";
	font-size: 14px;
	font-weight: 500;
}

.nta_tm_subscribe_wrap .right_wrap .button:focus {
	border: none;
	outline: none;
}

.nta_tm_list_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_list_wrap.footer {
	padding-top: 95px;
}

.nta_tm_list_wrap ul.nta_list {
	margin: 0px;
	list-style-type: none;
}

.nta_tm_list_wrap ul.nta_list>li {
	margin: 0px;
	float: left;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_list_wrap[data-column="1"] ul.nta_list>li {
	width: 100%;
}

.nta_tm_list_wrap[data-column="2"] ul.nta_list>li {
	width: 50%;
}

.nta_tm_list_wrap[data-column="3"] ul.nta_list>li {
	width: 33.3333%;
}

.nta_tm_list_wrap[data-column="4"] ul.nta_list>li {
	width: 25%;
}

.nta_tm_list_wrap[data-column="5"] ul.nta_list>li {
	width: 20%;
}

.nta_tm_list_wrap[data-space="0"] ul.nta_list {
	margin-left: 0px;
}

.nta_tm_list_wrap[data-space="1"] ul.nta_list {
	margin-left: 1px;
}

.nta_tm_list_wrap[data-space="2"] ul.nta_list {
	margin-left: 2px;
}

.nta_tm_list_wrap[data-space="3"] ul.nta_list {
	margin-left: 3px;
}

.nta_tm_list_wrap[data-space="4"] ul.nta_list {
	margin-left: 4px;
}

.nta_tm_list_wrap[data-space="5"] ul.nta_list {
	margin-left: 5px;
}

.nta_tm_list_wrap[data-space="10"] ul.nta_list {
	margin-left: -10px;
}

.nta_tm_list_wrap[data-space="20"] ul.nta_list {
	margin-left: -20px;
}

.nta_tm_list_wrap[data-space="30"] ul.nta_list {
	margin-left: -30px;
}

.nta_tm_list_wrap[data-space="40"] ul.nta_list {
	margin-left: -40px;
}

.nta_tm_list_wrap[data-space="50"] ul.nta_list {
	margin-left: -50px;
}

.nta_tm_list_wrap[data-space="60"] ul.nta_list {
	margin-left: -60px;
}

.nta_tm_list_wrap[data-space="70"] ul.nta_list {
	margin-left: -70px;
}

.nta_tm_list_wrap[data-space="80"] ul.nta_list {
	margin-left: -80px;
}

.nta_tm_list_wrap[data-space="0"] ul.nta_list>li {
	padding: 0px;
}

.nta_tm_list_wrap[data-space="1"] ul.nta_list>li {
	padding-left: 1px;
	margin-bottom: 1px;
}

.nta_tm_list_wrap[data-space="2"] ul.nta_list>li {
	padding-left: 2px;
	margin-bottom: 2px;
}

.nta_tm_list_wrap[data-space="3"] ul.nta_list>li {
	padding-left: 3px;
	margin-bottom: 3px;
}

.nta_tm_list_wrap[data-space="4"] ul.nta_list>li {
	padding-left: 4px;
	margin-bottom: 4px;
}

.nta_tm_list_wrap[data-space="5"] ul.nta_list>li {
	padding-left: 5px;
	margin-bottom: 5px;
}

.nta_tm_list_wrap[data-space="10"] ul.nta_list>li {
	padding-left: 10px;
	margin-bottom: 10px;
}

.nta_tm_list_wrap[data-space="20"] ul.nta_list>li {
	padding-left: 20px;
	margin-bottom: 20px;
}

.nta_tm_list_wrap[data-space="30"] ul.nta_list>li {
	padding-left: 30px;
	margin-bottom: 30px;
}

.nta_tm_list_wrap[data-space="40"] ul.nta_list>li {
	padding-left: 40px;
	margin-bottom: 40px;
}

.nta_tm_list_wrap[data-space="50"] ul.nta_list>li {
	padding-left: 50px;
	margin-bottom: 50px;
}

.nta_tm_list_wrap[data-space="60"] ul.nta_list>li {
	padding-left: 60px;
	margin-bottom: 60px;
}

.nta_tm_list_wrap[data-space="70"] ul.nta_list>li {
	padding-left: 70px;
	margin-bottom: 70px;
}

.nta_tm_list_wrap[data-space="80"] ul.nta_list>li {
	padding-left: 80px;
	margin-bottom: 80px;
}

.nta_tm_list_wrap .list_inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}

.nta_tm_footer_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_footer_wrap .nta_tm_list_wrap {
	margin-bottom: 53px;
}

.nta_tm_footer_wrap .nta_tm_list_wrap .inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}

.nta_tm_footer_wrap .nta_tm_list_wrap .footer_section_title {
	margin-bottom: 45px;
}

.nta_tm_footer_wrap .nta_tm_list_wrap .footer_section_title h3 {
	font-size: 20px;
	font-family: "Rubik";
	text-transform: capitalize;
	font-weight: 400;
	color: #eee;
	position: relative;
}

.nta_tm_footer_wrap .nta_tm_list_wrap .footer_section_title h3:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	background-color: #2060a9;
	bottom: -11px;
}

.nta_tm_footer_wrap .nta_tm_list_wrap .definition {
	margin-bottom: 21px;
}

.nta_tm_footer_wrap .nta_tm_list_wrap .definition p {
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	font-weight: 300;
}

.nta_tm_footer_wrap .inner_list ul {
	margin: 0px;
	list-style-type: none;
}

.nta_tm_footer_wrap .inner_list ul li {
	margin: 0px;
	border-bottom: 1px dashed #ccc;
	width: 100%;
	float: left;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.nta_tm_footer_wrap .inner_list ul li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

.nta_tm_footer_wrap .inner_list ul li .wrap {
	width: 100%;
	float: left;
}

.nta_tm_footer_wrap .inner_list ul li .wrap .left,
.nta_tm_footer_wrap .inner_list ul li .wrap .right {
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	font-weight: 300;
}

.nta_tm_footer_wrap .inner_list ul li .wrap .left {
	float: left;
}

.nta_tm_footer_wrap .inner_list ul li .wrap .right {
	float: right;
	color: #fff;
}

.helpful_links .inner_list ul li {
	border-bottom: none;
}

.helpful_links .inner_list ul li .wrap .right {
	font-weight: normal;
}

.helpful_links .inner_list ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}

.nta_tm_footer_wrap .helpful_links ul li {
	width: 50%;
	float: left;
	padding-right: 10px;
}

.nta_tm_footer_wrap .bottom_wrap,
.nta_tm_footer_wrap .links_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	text-align: center;
}

.nta_tm_footer_wrap .links_wrap {
	margin-bottom: 9px;
}

.nta_tm_footer_wrap .bottom_wrap {
	padding: 30px 0px 30px 0px;
	background-color: rgba(8, 18, 37, 0.2);
}

.nta_tm_footer_wrap .links_wrap ul {
	margin: 0px;
	list-style-type: none;
}

.nta_tm_footer_wrap .links_wrap ul li {
	margin: 0px 25px 0px 0px;
	float: left;
	;
}

.nta_tm_footer_wrap .links_wrap ul li:last-child {
	margin-right: 0px;
}


.nta_tm_footer_wrap .links_wrap ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Rubik";
	font-size: 16px;
	color: black;
	line-height: 1.5;
	font-weight: 300;
}

.nta_tm_footer_wrap .copyright {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}

.nta_tm_footer_wrap .copyright p {
	font-size: 12px;
	color: #000000;
	font-weight: 600;
}

.nta_tm_footer_wrap .copyright .constructify {
	text-decoration: none;
	color: black;
	font-weight: 700;
}

.nta_tm_footer_wrap .copyright .marketify {
	text-decoration: none;
	color: #999;
	font-weight: 700;
}


/*---------------------------------------------------*/


/*	14) nta TO TOP

/*---------------------------------------------------*/

.nta_tm_wrapper_all[data-border="none"] .nta_tm_totop {
	left: 415px;
}

.nta_tm_totop {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 51px;
	height: 51px;
	z-index: 999999;
	overflow: hidden;
	display: block;
	text-align: center;
	cursor: pointer;
}

.nta_tm_totop .shape {
	display: block;
	width: 29px;
	height: 29px;
	background-color: #2060a9;
	position: absolute;
	left: 11px;
	top: 0px;
	border-radius: 2px;
}

.nta_tm_totop .shape:after {
	width: 0px;
	height: 0px;
	position: absolute;
	content: '';
	border: 5px solid transparent;
	border-bottom-color: #fff;
	top: 7px;
	left: 10px;
	z-index: 2;
}

.nta_tm_wrapper_all[data-border="none"] .nta_tm_totop.opened {
	bottom: 10px;
}

.nta_tm_totop .name {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 35px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 1;
	color: #999;
	letter-spacing: 0px;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: "Montserrat";
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_totop:hover .name {
	color: #fff;
}


/*------------------------------------------------------------------*/


/*	15) nta PROJECTS

/*------------------------------------------------------------------*/

.nta_tm_main_title_holder {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_main_title_holder .title_holder {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	margin: 90px 0 0 0;
	padding: 100px 0px 8px 0px;
}

.nta_tm_main_title_holder .title_holder h3 {
	font-family: "Rubik";
	margin: 0px;
	padding: 0px;
	font-size: 48px;
	letter-spacing: 0px;
	font-weight: 300;
	color: #14141c;
	line-height: 1;
	position: relative;
	left: -1px;
}

.builify_tm_breadcrumbs {
	width: 100%;
	float: left;
	clear: both;
	padding-bottom: 85px;
	position: relative;
	margin-bottom: 0;
}

.builify_tm_breadcrumbs:before {
	content: '';
	position: absolute;
	width: 70px;
	height: 6px;
	background-color: #eee;
	left: 0px;
	bottom: 60px;
}

.builify_tm_breadcrumbs:after {
	content: '';
	position: absolute;
	width: 150px;
	height: 6px;
	background-color: #eee;
	left: 0px;
	bottom: 73px;
}

.builify_tm_breadcrumbs ul {
	margin: 0px;
	list-style-type: none;
}

.builify_tm_breadcrumbs ul li {
	margin: 0px;
	float: left;
}

.builify_tm_breadcrumbs ul li a {
	font-size: 14px;
	color: #666;
	text-decoration: none;
	letter-spacing: 0px;
	line-height: 1.5;
	font-weight: 600;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.builify_tm_breadcrumbs ul li a:hover {
	color: #2060a9;
}

.builify_tm_breadcrumbs ul li.shape span {
	width: 33px;
	height: 24px;
	display: block;
	position: relative;
}

.builify_tm_breadcrumbs ul li.shape span:before {
	width: 9px;

	height: 2px;
	display: block;
	content: '';
	position: absolute;
	background-color: #ddd;
	left: 13px;
	top: 14px;
	transform: rotate(135deg);

}

.builify_tm_breadcrumbs ul li.shape span:after {
	width: 9px;
	height: 2px;
	display: block;
	content: '';
	position: absolute;
	background-color: #ddd;
	left: 13px;
	top: 8px;
	transform: rotate(45deg);
}

.builify_tm_breadcrumbs ul li span {
	color: #666;
}

.nta_tm_projects_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_projects_wrap .filter_wrap {
	min-width: 225px;
	display: inline-block;
	height: auto;
	position: relative;
	margin-bottom: 40px;
}

.nta_tm_projects_wrap .all_projects {
	width: 100%;
	height: auto;
	background-color: #2060a9;
	padding-top: 15px;
	padding-bottom: 13px;
	padding-left: 30px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.nta_tm_projects_wrap .all_projects:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 100%;
	background-color: rgba(255, 255, 255, .2);
	top: 0px;
	right: -13px;
	transform: skewX(-25deg);
}

.nta_tm_projects_wrap .all_projects:after {
	width: 0px;
	height: 0px;
	position: absolute;
	content: '';
	border: 5px solid transparent;
	border-top-color: #fff;
	top: 23px;
	right: 18px;
}

.nta_tm_projects_wrap .all_projects span {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	padding-right: 60px;
}

.nta_tm_projects_wrap .all_projects span a {
	text-decoration: none;
	color: #fff;
	font-family: "Rubik";
}

.nta_tm_projects_wrap .filter_list {
	position: absolute;
	top: 100%;
	width: 100%;
	height: auto;
	background-color: #0f111f;
	padding: 23px 30px 8px 30px;
	border-top: 1px solid rgba(255, 255, 255, .2);
	display: none;
	z-index: 2222;
}

.nta_tm_portfolio_filter {
	width: 100%;
	height: auto;
	list-style-type: none;
	margin: 0px;
}

.nta_tm_portfolio_filter li {
	margin: 0px 0px 13px 0px;
}

.nta_tm_portfolio_filter li a {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	display: block;
	font-weight: 600;
	font-family: "Raleway";
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


/* PORTFOLIO LIST */

.nta_tm_portfolio_list {
	list-style-type: none;
	margin: 0;
}

.nta_tm_portfolio_list>li {
	width: 330px;
	float: left;
	position: relative;
	margin: 2% 1.5% 2% 0;
	padding-left: 0;
}

.nta_tm_projects_wrap .nta_tm_portfolio_list .inner {
	clear: both;
	width: 100%;
	float: left;
	position: relative;
}

.nta_tm_projects_wrap .nta_tm_portfolio_list .inner .image_wrap {
	position: relative;
}

.nta_tm_projects_wrap .nta_tm_portfolio_list .inner .image_wrap .image {
	position: relative;
	display: block;
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-size: contain;
	/*background-position: center;*/
}

.nta_tm_projects_wrap .nta_tm_portfolio_list .inner .image_wrap .overlay_color {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(255, 255, 255, 0.15);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_projects_wrap .nta_tm_portfolio_list .inner:hover .image_wrap .overlay_color {
	background-color: rgba(255, 255, 255, 0.25);
}


.nta_tm_projects_wrap .nta_tm_portfolio_list .inner .image_wrap .plus {
	position: absolute;
	top: 49px;
	left: 50px;
	z-index: 3;
}

.nta_tm_projects_wrap .nta_tm_portfolio_list .inner .image_wrap .plus:before {
	position: absolute;
	content: "";
	width: 0px;
	height: 2px;
	background-color: #2060a9;
	transition-delay: .2s;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_projects_wrap .nta_tm_portfolio_list .inner .image_wrap .plus:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 0px;
	top: -9px;
	left: 9px;
	background-color: #2060a9;
	transition-delay: .1s;


	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_projects_wrap .nta_tm_portfolio_list .inner:hover .image_wrap .plus:before {
	width: 20px;
}

.nta_tm_projects_wrap .nta_tm_portfolio_list .inner:hover .image_wrap .plus:after {
	height: 20px;
}

.nta_tm_projects_wrap .nta_tm_portfolio_list .inner:before {
	position: absolute;
	content: "";
	left: 30px;
	right: 30px;
	height: 15px;
	background-color: #2060a9;
	bottom: -15px;
}

.nta_tm_projects_wrap .nta_tm_portfolio_list .inner .title_holder {
	position: relative;
	bottom: 34px;
	width: -webkit-fill-available;
	padding: 20px;
	z-index: 100;
	color: #ffffff;
	bottom: 0;
	display: inline-grid;
	background: rgba(255,255,255,0.85);
}

.nta_tm_projects_wrap .nta_tm_portfolio_list .inner .title_holder h3 {
	font-family: "Poppins";
	font-weight: 600;
	font-size: 18px;
	z-index: 100;
	color: #000 !important;
	line-height: 1;
	margin-bottom: 10px;
}

.nta_tm_view_more_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	z-index: 100;
}

.nta_tm_view_more_wrap a {
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #ccc;
	font-family: "Montserrat";
	font-size: 14px;
	letter-spacing: 0px;
	position: relative;
	display: none;
	padding-right: 10px;
	font-weight: 600;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_view_more_wrap a .svg {
	color: #ccc;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_view_more_wrap .arrow {
	position: absolute;
	top: 2px;
	left: 100%;
}

.nta_tm_view_more_wrap span {
	display: block;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: #000;
}

.nta_tm_projects_wrap .nta_tm_portfolio_list .inner:hover .nta_tm_view_more_wrap a {
	color: #2060a9;
}

.nta_tm_projects_wrap .nta_tm_portfolio_list .inner:hover .nta_tm_view_more_wrap a .svg {
	color: #2060a9;
}

.nta_tm_projects_wrap .nta_tm_portfolio_list .inner .image_wrap .link {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 4;
	display: block;
}

.nta_tm_pagination {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 155px;
}

.nta_tm_pagination ul {
	margin: 0px 0px 0px -5px;
	list-style-type: none;
}

.nta_tm_pagination ul li {
	margin: 0px;
	display: inline-block;
	padding-left: 5px;
}

.nta_tm_pagination ul li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 40px;
	padding: 0px 20px;
	color: #fff;
	line-height: 40px;
	cursor: pointer;
	position: relative;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	border-radius: 2px;
	background-color: #2060a9;
	padding-right: 35px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_pagination ul li a:before {
	width: 0px;
	height: 0px;
	content: '';
	position: absolute;
	border: 5px solid transparent;
	border-left-color: #fff;

	top: 15px;
	right: 15px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_pagination ul li span {
	display: inline-block;
	width: auto;
	height: 40px;
	padding: 0px 20px;
	color: #777;
	line-height: 40px;
	position: relative;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	border-radius: 2px;
	background-color: #dddddd;
	padding-left: 35px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_pagination ul li span:before {
	width: 0px;
	height: 0px;
	content: '';
	position: absolute;
	border: 5px solid transparent;
	border-right-color: #777;
	top: 15px;
	left: 15px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


/*------------------------------------------------------------------*/


/*	16) nta PROJECT SINGLE

/*------------------------------------------------------------------*/

.nta_tm_justified_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 53px;
}

.nta_tm_justified_wrap .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: rgba(17, 20, 34, .9);
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_justified_wrap .shape {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	margin-left: -15px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_justified_wrap .shape span {
	position: relative;
	display: block;
}

.nta_tm_justified_wrap .shape span:before {
	position: absolute;
	content: "";
	width: 31px;
	height: 1px;
	background-color: #2060a9;
}

.nta_tm_justified_wrap .shape span:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 31px;
	background-color: #2060a9;
	left: 15px;
	top: -15px;
}

.nta_tm_justified_wrap>a:hover .overlay {
	opacity: 1;
	visibility: visible;
}

.nta_tm_justified_wrap>a:hover .shape {
	opacity: 1;
	visibility: visible;
}

.nta_tm_justified_content {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	margin-bottom: 45px;
}

.nta_tm_justified_content .leftpart {
	width: 100%;
	float: left;
}

.nta_tm_justified_content .leftpart .title_holder {
	margin-bottom: 26px;
}

.nta_tm_justified_content .leftpart .title_holder h3 {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0px;
	margin-bottom: 24px;
	color: #14141c;
}

.nta_tm_justified_content .leftpart .definition {
	margin-bottom: 24px;
}

.nta_tm_justified_content .leftpart .definition p {
	font-size: 14px;
	line-height: 1.7;
	color: #666;
	margin-bottom: 15px;
}

.nta_tm_justified_content .leftpart .definition p:last-child {
	margin-bottom: 0px;
}

.nta_tm_justified_content .leftpart .definition p.bold {
	font-size: 18px;
	font-weight: 400;
	font-family: "Rubik";
	line-height: 1.3;

	color: #000000;

}

.nta_tm_share_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 24px;
}

.nta_tm_share_wrap label {
	display: inline-block;
	font-size: 16px;
	color: #666;
}

.nta_tm_share_wrap ul {
	margin: 0px;
	list-style-type: none;
	display: inline-block;
	position: relative;
	top: 5px;
	padding-left: 5px;
}

.nta_tm_share_wrap ul li {
	margin: 0px 8px 0px 0px;
	float: left;
}

.nta_tm_share_wrap ul li a i {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;

	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_share_wrap ul li:last-child {
	margin-right: 0px;
}

.nta_tm_share_wrap ul li a {
	text-decoration: none;
	color: #555;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_share_wrap ul li a:hover {
	color: #2060a9;
}

.nta_tm_justified_content .nta_tm_project_video {
	float: left;
}

.nta_tm_justified_content .rightpart {
	width: 370px;
	min-width: 370px;
	position: relative;
	margin-left: 50px;

}

.nta_tm_justified_content .infobox {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
	padding: 40px;
}

.nta_tm_justified_content .infobox ul {
	margin: 0px;
	list-style-type: none;
}

.nta_tm_justified_content .infobox ul li {
	margin: 0px 0px 23px 0px;
}

.nta_tm_justified_content .infobox ul li:last-child {
	margin-bottom: 0px;
}

.nta_tm_justified_content .infobox ul li label {
	font-size: 14px;
	color: #2060a9;
	line-height: 1.3;
	display: block;
	margin-bottom: 2px;
}

.nta_tm_justified_content .infobox ul li span {
	font-size: 14px;
	color: #777;
	line-height: 1.3;
	display: block;
}

.nta_tm_justified_content .first_square {
	position: absolute;
	width: 100px;
	height: 150px;
	background-color: #f7f7f7;
	bottom: 0px;
	right: 0px;
	z-index: -2;
}

.nta_tm_justified_content .second_square {
	position: absolute;
	width: 50px;
	height: 80px;
	background-color: #efefef;
	bottom: 0px;
	right: 0px;
	z-index: -1;
}


/*------------------------------------------------------------------*/


/*	17) nta SERVICES

/*------------------------------------------------------------------*/

.nta_tm_twicebox_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
}

.nta_tm_twicebox_wrap .leftbox {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-right: 50px;
}

.nta_tm_twicebox_wrap .rightbox {
	width: 300px;
	min-width: 300px;
	float: right;
}

.nta_tm_services_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_service_title_holder {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.nta_tm_service_title_holder h3 {
	color: #041230;
	font-size: 24px;
	margin-bottom: 11px;
}

.nta_tm_service_title_holder p {
	color: #777;
}

.nta_tm_service_list_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	/* margin-bottom: 25px; */
}

.nta_tm_service_list_wrap ul {
	margin: 0px;
	list-style-type: none;
}

.nta_tm_service_list_wrap ul li {
	margin: 0px 0px 70px 0px;
	width: 100%;
	float: left;
}

.nta_tm_service_list_wrap ul li .inner {
	width: 100%;
	min-height: 150px;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	border-radius: 5px;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
	padding: 0;
}

.nta_tm_service_list_wrap ul li .main_infos h3 {
	font-size: 24px;
	letter-spacing: 0;
	color: #041230;
	margin-bottom: 14px;
}

.nta_tm_service_list_wrap ul li .main_infos h3 a {
	text-decoration: none;
	color: #041230;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;


	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_service_list_wrap ul li .main_infos h3 a:hover {
	color: #2060a9;
}

.nta_tm_service_list_wrap ul li .main_infos p {
	color: #666;
	letter-spacing: 0;
}

.nta_tm_service_list_wrap ul li .list_image_wrap {
	position: absolute;
	width: 220px;
	height: 220px;
	left: 40px;
	top: -40px;
}

.nta_tm_service_list_wrap ul li .list_image_wrap .image {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.nta_tm_service_list_wrap ul li .list_image_wrap a {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
}

.nta_tm_shape_read_more_wrap {
	position: absolute;
	bottom: 0px;
	right: 0px;
	max-width: calc(100% - 40px);
	z-index: 5;
}

.nta_tm_shape_read_more_wrap .read_more_in {
	height: 40px;
	background-color: #0e2424;
	line-height: 40px;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_shape_read_more_wrap .read_more_in a:before {
	position: absolute;
	content: "";
	width: 25px;
	height: 40px;

	background-color: #0e2424;
	right: 100%;
	transform: skewX(-27deg);
	margin-right: -12px;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_shape_read_more_wrap .read_more_in a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-family: "Rubik";
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0px 60px 0px 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nta_tm_shape_read_more_wrap .read_more_in:hover {
	background-color: rgb(32, 96, 169);
}

.nta_tm_shape_read_more_wrap .read_more_in:hover a:before {
	background-color: rgb(32, 96, 169);
}

.nta_tm_categories {
	width: 100%;
	min-height: 200px;
	height: auto;
	clear: both;
	float: left;
	background-color: rgb(32, 96, 169);
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}

.nta_tm_categories .title_holder_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	background-color: rgba(255, 255, 255, .1);
	margin-bottom: 40px;
}

.nta_tm_categories .title_holder_wrap h3 {
	color: #eee;
	font-size: 14px;
	font-weight: 500;
	font-family: "Rubik";
	text-transform: uppercase;
	padding: 30px;
}

.nta_tm_categories .title_holder_wrap:before {
	content: '';
	position: absolute;
	left: 30px;
	top: 100%;
	border: 15px solid transparent;
	border-top-width: 13px;
	border-top-color: rgba(255, 255, 255, .1);
}

.nta_tm_categories .list_wrap {
	padding: 31px 30px 29px 30px;
}

.nta_tm_categories ul {
	margin: 0px;
	list-style-type: none;
	position: relative;
	z-index: 3;
}

.nta_tm_categories ul li {
	margin: 0px 0px 8px 0px;
}

.nta_tm_categories ul li:last-child {
	margin-bottom: 0px;
}

.nta_tm_categories ul li a {
	text-decoration: none;
	font-family: "Rubik";
	font-size: 16px;
	color: #eee;
	line-height: 2;
	font-weight: 300;
	letter-spacing: 0;
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_categories ul li a:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	background-color: #ffc600;
	left: 0px;
	bottom: -5px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_categories ul li a:hover:before {
	width: 60px;
}

.nta_tm_categories ul li a:hover {
	color: #fff;
}

.nta_tm_request_estimate_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	overflow: hidden;
	margin-bottom: 55px;
}

.nta_tm_request_estimate_wrap .image_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}

.nta_tm_request_estimate_wrap .image_wrap .image {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-position: center;

	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(..//img/about/1.jpg);
}

.nta_tm_request_estimate_wrap .definition {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	background-color: #2060a9;
	padding: 50px 40px;
}

.nta_tm_request_estimate_wrap .definition .text {
	margin-bottom: 25px;
}

.nta_tm_request_estimate_wrap .definition .text p {
	font-size: 22px;
	color: #fff;
	line-height: 1.3;
}

.nta_tm_request_estimate_wrap .button {
	text-align: center;
}

.nta_tm_request_estimate_wrap .button a {
	text-decoration: none;
	display: inline-block;
	background-color: #e9eff4;
	padding: 14px 25px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0.5px;
	color: #181a2f;
	text-transform: uppercase;
	border-radius: 2px;
	font-weight: 500;
	font-family: 'Rubik';
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


.nta_tm_request_estimate_wrap .button a:hover {
	background-color: #181a2f;
	color: #fff;

}


.nta_tm_request_estimate_wrap .first_shape .first {
	position: absolute;
	left: 0px;
	border-bottom: 80px solid #2060a9;
	border-right: 80px solid transparent;
	z-index: 1;
}

.nta_tm_request_estimate_wrap .first_shape .second {
	position: absolute;
	left: 0px;
	border-bottom: 80px solid rgba(0, 0, 0, .2);
	border-right: 80px solid transparent;
	z-index: 2;
}

.nta_tm_request_estimate_wrap .first_shape .third {
	position: absolute;
	left: 0px;
	border-bottom: 55px solid #2060a9;
	border-right: 80px solid transparent;
	z-index: 3;
}

.nta_tm_request_estimate_wrap .second_shape .first,
.nta_tm_request_estimate_wrap .second_shape .second,
.nta_tm_request_estimate_wrap .second_shape .third,
.nta_tm_request_estimate_wrap .first_shape .second,
.nta_tm_request_estimate_wrap .first_shape .third,
.nta_tm_request_estimate_wrap .first_shape .first {
	bottom: 100%;
}

.nta_tm_request_estimate_wrap .second_shape .first {
	position: absolute;
	right: 0px;
	border-bottom: 80px solid #2060a9;
	border-left: 220px solid transparent;
	z-index: 1;
}

.nta_tm_request_estimate_wrap .second_shape .second {
	position: absolute;
	right: 0px;
	border-bottom: 80px solid rgba(0, 0, 0, .2);
	border-left: 220px solid transparent;
	z-index: 2;
}

.nta_tm_request_estimate_wrap .second_shape .third {
	position: absolute;
	right: 0px;
	border-bottom: 55px solid #2060a9;
	border-left: 220px solid transparent;
	z-index: 3;
}

.nta_tm_request_estimate_wrap .first_square {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100px;
	height: 170px;
	background-color: rgba(255, 255, 255, .1)
}

.nta_tm_request_estimate_wrap .second_square {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 50px;
	height: 85px;
	background-color: rgba(255, 255, 255, .1)
}

.nta_tm_brochures_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 55px;
}

.nta_tm_brochures_wrap .title_holder span {
	display: block;
	font-size: 20px;
	text-transform: inherit;
	color: #181a2f;
	margin-bottom: 24px;
	position: relative;
	line-height: 1.5;
	letter-spacing: 0.5px;
	font-family: "Rubik";
}

.nta_tm_brochures_wrap .title_holder span:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	background-color: #ff8f03;
	bottom: -4px;
	left: 0px;
}

.nta_tm_brochures_wrap ul {
	margin: 0px;
	list-style-type: none;
}

.nta_tm_brochures_wrap ul li {
	margin: 0px 0px 5px 0px;
	width: 100%;
	float: left;
}

.nta_tm_brochures_wrap ul li:last-child {
	margin-bottom: 0px;
}

.nta_tm_brochures_wrap ul li .inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	background-color: #2060a9;
	padding: 18px 0px 16px 0px;
	cursor: pointer;
}

.nta_tm_brochures_wrap ul li .inner .icon {
	width: 48px;
	height: 48px;
	background-color: #2060a9;
	position: absolute;
	left: 5px;
	top: 5px;
	text-align: center;
}

.nta_tm_brochures_wrap ul li .inner .icon .svg {
	width: 26px;
	height: 26px;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_brochures_wrap ul li .inner span.text {
	font-family: "Raleway";
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	padding-left: 75px;
	padding-right: 35px;
	display: block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_brochures_wrap ul li .inner span.arrow {
	position: absolute;
	right: 25px;
	top: 24px;
}

.nta_tm_brochures_wrap ul li .inner span.arrow:before {
	position: absolute;
	content: "";
	border: 5px solid transparent;
	border-left-color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_brochures_wrap ul li:hover .inner .icon .svg {
	color: #fff;
}

.nta_tm_brochures_wrap ul li:hover .inner span.text {
	color: black;
}

.nta_tm_brochures_wrap ul li:hover .inner span.arrow:before {
	border-left-color: #fff;
}


/*------------------------------------------------------------------*/


/*	18) nta SERVICE SINGLE

/*------------------------------------------------------------------*/

.nta_tm_service_single_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 150px;
}

.nta_tm_service_single_wrap .leftbox .main_image_wrap {
	margin-bottom: 58px;
}

.nta_tm_service_single_wrap .leftbox .image_wrap {
	margin-bottom: 34px;
}

.nta_tm_service_single_wrap .leftbox .image_definition p {
	font-size: 16px;
	color: #777;
	line-height: 1.7;
	margin-bottom: 20px;
	letter-spacing: 0px;
}

.nta_tm_service_single_wrap .leftbox .image_definition p .shape {
	border: 3px solid rgb(32, 96, 169);
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 2px;
	position: relative;
	top: 8px;
	border-radius: 10px;
}

.nta_tm_service_single_wrap .leftbox .image_definition p .shape span {
	color: rgb(32, 96, 169);
	font-size: 50px;
	display: inline-block;
	font-family: "Montserrat";
	font-weight: 500;
}

.nta_tm_service_single_wrap .leftbox .image_definition p:last-child {
	margin-bottom: 0px;
}

.nta_tm_service_single_wrap .leftbox .service_features {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 50px;
}

.nta_tm_service_single_wrap .leftbox .service_features h3 {
	font-size: 24px;
	color: #181a2f;
	font-family: "Rubik";
	margin-bottom: 30px;
}

.nta_tm_service_single_wrap .leftbox .service_features ul {
	margin: 0px 0px 0px -30px;
	list-style-type: none;
}

.nta_tm_service_single_wrap .leftbox .service_features ul li {
	margin: 0px 0px 12px 0px;
	float: left;
	width: 50%;
	padding-left: 30px;
}

.nta_tm_service_single_wrap .leftbox .service_features ul li .inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}

.nta_tm_service_single_wrap .leftbox .service_features .definition {
	padding-left: 33px;
}

.nta_tm_service_single_wrap .leftbox .service_features .definition p {
	font-size: 16px;
	color: #777;
}

.nta_tm_service_single_wrap .leftbox .service_features .icon {
	position: absolute;
	top: 1px;
	left: 0px;
}

.nta_tm_service_single_wrap .leftbox .service_features .icon .svg {
	width: 20px;
	height: 20px;
	color: #2060a9;
}

.nta_tm_service_single_wrap .leftbox .accordion_wrap_all {
	width: 100%;
	height: auto;
	clear: both;

	float: left;
	margin-bottom: 53px;
}

.nta_tm_service_single_wrap .leftbox .accordion_wrap_all .title h3 {
	font-size: 24px;
	color: #181a2f;
	font-family: "Rubik";
	margin-bottom: 30px;
}

.nta_tm_service_single_wrap .accordion_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_accordion {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
	clear: both;
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
}

.nta_tm_accordion .accordion_in {
	position: relative;
	z-index: 10;
	overflow: hidden;
	margin-bottom: 13px;
}

.nta_tm_accordion .accordion_in .acc_head {
	position: relative;
	font-family: "Raleway";
	color: #181a2f;
	font-weight: 500;
	font-size: 18px;
	display: block;
	cursor: pointer;
	padding-left: 34px;
}

.nta_tm_accordion .accordion_in .acc_content {
	color: #666;
	line-height: 1.6;
	font-size: 14px;
	padding-left: 34px;
	padding-top: 12px;
}

.nta_tm_accordion .accordion_in .acc_content p {
	font-size: 13px;
	margin-bottom: 10px;
}

.nta_tm_accordion .accordion_in.acc_active>.acc_content {
	display: block;
}

.nta_tm_accordion .accordion_in .wow_shape {
	position: absolute;
	width: 20px;
	height: 20px;
	border: 2px solid #2060a9;
	border-radius: 3px;
	left: 0px;
	top: 3px;
}


.nta_tm_accordion .accordion_in .wow_effect {
	position: relative;
}

.nta_tm_accordion .accordion_in .wow_effect:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 8px;
	top: 4px;
	left: 7px;
	background-color: #2060a9;
}

.nta_tm_accordion .accordion_in .wow_effect:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 2px;
	top: 7px;
	left: 4px;
	background-color: #2060a9;
}

.nta_tm_accordion .accordion_in.acc_active .wow_effect:after {
	display: none;
}

.nta_tm_short_contact {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #0f0f16;
	padding: 31px 30px 33px 30px;
	margin-bottom: 70px;
}

.nta_tm_short_contact .nta_tm_button_wrap {
	min-width: fit-content;
	min-width: max-content;
	min-width: intrinsic;
	min-width: -moz-max-content;
	min-width: -webkit-max-content;
	margin-left: auto;
	width: auto;
}

.nta_tm_short_contact .nta_tm_button_wrap a {
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Rubik";
	font-size: 14px;
	color: #14141c;
	letter-spacing: .5px;
	background-color: #fff;
	display: inline-block;
	font-weight: 500;
	padding: 15px 25px 14px 25px;
	border-radius: 2px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_short_contact .nta_tm_button_wrap a:hover {
	color: #fff;
	background-color: #2060a9;
}

.nta_tm_short_contact .text h3 {
	font-family: "Rubik", Sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: 0px;
	color: #eee;
	margin-bottom: 3px;
}

.nta_tm_short_contact .text p {
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999;
}

.nta_tm_line {
	width: 100%;
	height: 1px;
	clear: both;
	float: left;
	background-color: #e9eff4;
	margin-bottom: 65px;
}

.nta_tm_other_services_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_other_services_wrap>h3 {
	font-family: "Rubik";
	font-size: 24px;
	color: #181a2f;
	margin-bottom: 34px;
}

.nta_tm_other_services_wrap .services_list_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_other_services_wrap .services_list_wrap ul {
	margin: 0px;
	list-style-type: none;
}

.nta_tm_other_services_wrap .services_list_wrap ul li {
	margin: 0px 0px 40px 0px;
	float: left;
}

.nta_tm_other_services_wrap .services_list_wrap ul li:last-child {
	margin-bottom: 0px;
}

.nta_tm_other_services_wrap .services_list_wrap ul li .inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	background-color: #e9eff4;
	padding: 55px 50px 84px 50px;
}

.nta_tm_other_services_wrap .services_list_wrap ul li .title_holder {
	margin-bottom: 19px;
}

.nta_tm_other_services_wrap .services_list_wrap ul li .title_holder h3 {
	font-family: "Rubik";
	font-size: 22px;
	color: #181a2f;
}

.nta_tm_other_services_wrap .services_list_wrap ul li .title_holder h3 a {
	text-decoration: none;
	color: #181a2f;
	-webkit-transition: all .3s ease;

	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_other_services_wrap .services_list_wrap ul li .title_holder h3 a:hover {
	color: #ff8f03;
}

.nta_tm_other_services_wrap .services_list_wrap ul li .description p {
	color: #777;
	line-height: 1.6;
}

.nta_tm_other_services_wrap .services_list_wrap ul li .read_more_wrap {
	position: absolute;
	bottom: 0px;
	left: 0px;
	max-width: calc(100% - 40px);
}

.nta_tm_other_services_wrap .services_list_wrap ul li .read_more_in {
	height: 40px;
	background-color: #2060a9;
	line-height: 40px;


	position: relative;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_other_services_wrap .services_list_wrap ul li .read_more_in a:before {
	position: absolute;
	content: "";
	width: 25px;
	height: 40px;
	background-color: #2060a9;
	left: 100%;
	transform: skewX(27deg);
	margin-left: -12px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_other_services_wrap .services_list_wrap ul li .read_more_in a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-family: "Montserrat";
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0px 40px 0px 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nta_tm_other_services_wrap .services_list_wrap ul li .read_more_in:hover {
	background-color: rgb(32, 96, 169);
}

.nta_tm_other_services_wrap .services_list_wrap ul li .read_more_in:hover a:before {
	background-color: rgb(32, 96, 169);
}


/*------------------------------------------------------------------*/


/*	19) nta BLOG

/*------------------------------------------------------------------*/

.nta_tm_blog_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 120px;
}

.nta_tm_blog_wrap .blog_list_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_blog_wrap .blog_list_wrap ul {
	margin: 0px;
	list-style-type: none;
}

.nta_tm_blog_wrap .blog_list_wrap ul li {
	margin: 0px;
}

.nta_tm_blog_wrap .blog_list_wrap ul li .inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	margin-bottom: 50px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.nta_tm_blog_wrap .blog_list_wrap ul li:last-child .inner {
	margin-bottom: 0px;
}

.nta_tm_blog_wrap .blog_list_wrap ul li .inner .date_wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	height: auto;
	background-color: rgb(32, 96, 169);
	z-index: 2;
	padding: 18px 19px 10px 19px;
}

.nta_tm_blog_wrap .blog_list_wrap ul li .inner .date_wrap:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -15px;
	border-top: 15px solid rgb(32, 96, 169);
	border-right: 80px solid transparent;
	z-index: -1;
}

.nta_tm_blog_wrap .blog_list_wrap ul li .inner .date_wrap h3 span {
	position: relative;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 36px;
	line-height: 1;
	letter-spacing: -2px;
	margin-bottom: 5px;
	font-weight: 300;
	font-family: "Rubik";
}

.nta_tm_blog_wrap .blog_list_wrap ul li .inner .date_wrap h3 span:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #ffc600;
	left: 0px;
	bottom: 0px;
}

.nta_tm_blog_wrap .blog_list_wrap ul li .inner .date_wrap h5 {
	margin: 0px;
	padding: 0px;
	color: #fff;
	letter-spacing: 0px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: "Rubik";
}

.nta_tm_blog_wrap .definitions_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding: 30px 30px 33px 30px;
}

.nta_tm_blog_wrap .definitions_wrap .title_holder h3 {
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	color: #14141c;
	margin-bottom: 10px;

}

.nta_tm_blog_wrap .definitions_wrap .title_holder h3 a {
	text-decoration: none;
	color: #181a2f;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_blog_wrap .definitions_wrap .title_holder h3 a:hover {
	color: #2060a9;
}

.nta_tm_blog_wrap .definitions_wrap .info_wrap {
	width: 100%;
	float: left;
	margin-bottom: 24px;
}

.nta_tm_blog_wrap .definitions_wrap .short_info {
	border-bottom: 1px solid #ccc;
	float: left;
	padding-bottom: 4px;
}

.nta_tm_blog_wrap .definitions_wrap .short_info span {
	position: relative;
	color: #666666;
	font-size: 13px;

	float: left;
	padding-right: 22px;
	font-style: italic;
}

.nta_tm_blog_wrap .definitions_wrap .short_info span:last-child {
	padding-right: 0px;
}

.nta_tm_blog_wrap .definitions_wrap .short_info .date:after,
.nta_tm_blog_wrap .definitions_wrap .short_info .by:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 12px;
	background-color: #ccc;
	top: 5px;
	margin-left: 11px;
}

.nta_tm_blog_wrap .definitions_wrap .short_info a {
	text-decoration: none;
	color: #666;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_blog_wrap .definitions_wrap .short_info a:hover {
	color: #2060a9;
}

.nta_tm_blog_wrap .definitions_wrap .text {
	margin-bottom: 17px;
}

.nta_tm_blog_wrap .definitions_wrap .text p {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}

.nta_tm_blog_wrap .definitions_wrap .continue {
	width: 100%;
	float: left;
}

.nta_tm_blog_wrap .definitions_wrap .continue a {
	text-decoration: none;
	background-color: #041230;
	color: #fff;
	line-height: 1.6;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 3px;
	display: inline-block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_blog_wrap .definitions_wrap .continue a:hover {
	background-color: rgb(32, 96, 169);
}


/*------------------------------------------------------------------*/


/*	20) nta BLOG SINGLE

/*------------------------------------------------------------------*/

.nta_tm_blog_single_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 150px;
}

.nta_tm_blog_single_wrap .subtitle p {
	font-size: 16px;
	color: #777;
	margin-bottom: 50px;
}

.nta_tm_blog_single_wrap .image_holder_blog {
	margin-bottom: 50px;
}

.nta_tm_blog_single_wrap .commentbox {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	background-color: #e9eff4;
	padding: 40px 40px 60px 40px;
	overflow: hidden;
}

.nta_tm_blog_single_wrap .comment_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}

.nta_tm_blog_single_wrap .comment_wrap:before {
	position: absolute;
	content: "";
	width: 150%;
	height: 1px;
	background-color: #e5e5e5;
	top: 100%;
	left: -100px;
}

.nta_tm_blog_single_wrap .comment_wrap .title {
	margin-bottom: 30px;
}

.nta_tm_blog_single_wrap .comment_wrap .title h3 {
	font-size: 24px;
	color: #777;
	letter-spacing: -0.25px;
	font-weight: 400;
	font-family: "Rubik";
}

.nta_tm_blog_single_wrap .commentbox .author_wrap {
	width: 100%;
	position: relative;
	margin-bottom: 36px;
}

.nta_tm_blog_single_wrap .commentbox .image_author {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	position: absolute;
	left: 0px;
}

.nta_tm_blog_single_wrap .commentbox .image_author img {
	border-radius: 100%;
}

.nta_tm_blog_single_wrap .commentbox .definition {
	padding-left: 90px;
	position: relative;
	top: 6px;
}

.nta_tm_blog_single_wrap .commentbox .definition .title {
	font-size: 18px;
	letter-spacing: -0.25px;
	color: #777;
	font-family: "Rubik";
	font-weight: 400;
}

.nta_tm_blog_single_wrap .commentbox .definition p span {
	font-size: 14px;
	color: #777;
	position: relative;
}

.nta_tm_blog_single_wrap .commentbox .definition p span:before {
	position: absolute;
	content: "";
	width: 14px;
	height: 1px;
	background-color: #777;
	top: 50%;
	left: 100%;
	margin-left: 3px;
}

.nta_tm_blog_single_wrap .commentbox .definition p a {
	text-decoration: none;
	color: #2060a9;
	font-size: 14px;
	padding-left: 21px;
}

.nta_tm_blog_single_wrap .commentbox .full_definition {
	padding-left: 90px;
	margin-bottom: 44px;
}



.nta_tm_blog_single_wrap .commentbox .full_definition p {
	font-size: 14px;
	color: #777;
	line-height: 1.7;
}

.nta_tm_blog_single_wrap .commentbox .full_definition p a {

	text-decoration: none;
	color: #2060a9;
}

.nta_tm_blog_single_wrap .replybox {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 42px;
}

.nta_tm_blog_single_wrap .replybox .title {
	margin-bottom: 24px;
}

.nta_tm_blog_single_wrap .replybox .title h3 {
	font-size: 24px;

	color: #777;
	letter-spacing: -0.25px;
	font-weight: 400;
	font-family: "Rubik";
}

.nta_tm_blog_single_wrap .nta_tm_contact_wrap {
	margin-bottom: 0px;
}

.nta_tm_blog_single_wrap .nta_tm_contact_wrap input {
	background-color: #f9f9f9 !important;
	font-family: "Montserrat";
}

.nta_tm_blog_single_wrap .nta_tm_contact_wrap textarea {
	background-color: #f9f9f9 !important;
	font-family: "Montserrat";
}

.empty_notice {
	color: #FF0004;
	margin-bottom: 7px;
	display: none;
}

.contact_error {
	color: rgba(255, 0, 4, 1.00);
}

.returnmessage {
	color: #0064FF;
	margin-bottom: 7px;
}


/*------------------------------------------------------------------*/


/*	21) nta ABOUT

/*------------------------------------------------------------------*/

.nta_tm_about_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_about_wrap .subtitle {
	margin-bottom: 52px;
}

.nta_tm_about_wrap .subtitle p {
	color: #777777;
	font-size: 20px;
	line-height: 1.7;
	font-weight: 300;
}

.nta_tm_about_wrap .about_service_list {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 80px;
}

.nta_tm_about_wrap .about_service_list.client {
	margin-bottom: 70px;
}

.nta_tm_about_wrap .about_service_list h3 {
	color: #14141c;
	font-family: "Rubik";
	font-size: 24px;
	letter-spacing: 0px;
	margin-bottom: 17px;
}

.nta_tm_about_wrap .about_service_list p {
	color: #777777;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 300;
}

.nta_tm_about_counter_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	background-color: #2060a9;
	padding: 70px 0px;
	overflow: hidden;
	margin-bottom: 66px;
}

.nta_tm_about_counter_wrap:before {
	position: absolute;
	content: "";
	width: 50%;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: #2060a9;
}

.nta_tm_about_counter_wrap .inner_counter {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row;
}

.nta_tm_about_counter_wrap .inner_counter .leftbox {
	width: 290px;
	min-width: 290px;
	padding-right: 50px;
}

.nta_tm_about_counter_wrap .nta_tm_counter_wrap {
}

.nta_tm_about_counter_wrap .nta_tm_counter_list li {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0px 0px 40px 0px;
}

.nta_tm_about_counter_wrap .nta_tm_counter_list li:last-child {
	margin-bottom: 0px;
}

.nta_tm_about_counter_wrap .nta_tm_counter_list li .inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	padding: 0px;
}

.nta_tm_about_counter_wrap .nta_tm_counter_list li h3 {

	font-family: "Rubik";
	color: #fff;
	text-shadow: 1px 1px 3px #333;
	font-size: 48px !important;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 1px;
	margin-bottom: 3px;
}

.nta_tm_about_counter_wrap .nta_tm_counter_list li h3>span {
	font-size: 60px !important;
}

.nta_tm_about_counter_wrap .nta_tm_counter_list li .inner>span {
	color: white;
	font-family: "Poppins";
	font-style: italic;
	font-weight: 300;
}

.nta_tm_about_counter_wrap .inner_counter .rightbox,
.nta_tm_about_counter_wrap .inner_counter .inner_rightbox {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_about_counter_wrap .inner_counter .rightbox {
	position: relative;
	height: 100%;
	width: 100%;
	background-size: contain !important;
	background: url(../img/tta-team-photo-2024.jpg) center 50% no-repeat;
}

.nta_tm_about_counter_wrap .inner_counter .rightbox .counter_png {
	position: absolute;
	bottom: 0px;
	right: 0px;
	top: 0px;
	left: 0px;
	z-index: 1;	
	/* #background-image: url(..//img/about/counter_image.png); */
	background-size: auto;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.nta_tm_about_counter_wrap .inner_counter .inner_rightbox {
	padding: 198px 170px 300px 200px;
	line-height: 30px;
}

.nta_tm_about_counter_wrap .inner_counter .rightbox .top_title {
	margin: 0px;
	padding: 0px;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0px;
	color: #ffffff;
	text-transform: uppercase;
}

.nta_tm_about_counter_wrap .inner_counter .rightbox .title {
	margin: 0px;
	padding-top: 5px;
	font-weight: 600;
	font-size: 36px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-bottom: 10px;
	font-family: "Poppins";
	text-transform: uppercase;
}

.nta_tm_about_counter_wrap .inner_counter .rightbox .text {
	line-height: 20px;
	color: #fff;
	margin-bottom: 15px;
	position: relative;
	z-index: 2;
}

.nta_tm_counter_wrap {
	overflow: hidden;
}

.nta_tm_counter_list {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	perspective: 500px;
}

.nta_tm_about_counter_wrap .counter_image_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	z-index: 2;
}

.nta_tm_about_counter_wrap .counter_image_wrap ul {
	margin: 0px 0px 0px -10px;
	list-style-type: none;
}

.nta_tm_about_counter_wrap .counter_image_wrap ul li {
	margin: 0px 0px 10px 0px;
	float: left;
	padding-left: 10px;
	width: 160px;
	height: 100px;
}

.nta_tm_about_counter_wrap .counter_image_wrap ul li .inner {
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
	position: relative;
}

.nta_tm_about_counter_wrap .counter_image_wrap ul li .image {
	position: absolute;
	width: 150px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.nta_tm_about_counter_wrap .counter_image_wrap ul li:nth-child(1) .image {
	background-image: url(..//img/about/11.jpg);
}

.nta_tm_about_counter_wrap .counter_image_wrap ul li:nth-child(2) .image {
	background-image: url(..//img/about/12.jpg);
}

.nta_tm_about_counter_wrap .counter_image_wrap ul li:nth-child(3) .image {
	background-image: url(..//img/about/13.jpg);
}

.nta_tm_about_counter_wrap .nta_tm_counter_list li .inner:before {
	display: none;
}

.nta_tm_about_counter_wrap li .overlay {
	position: absolute;
	z-index: 2;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, .6);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}


.nta_tm_about_counter_wrap li:hover .overlay {
	opacity: 1;
	visibility: visible;
}

.nta_tm_about_counter_wrap li .overlay .in {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	transform: translate(-50%, -50%);
}

.nta_tm_about_counter_wrap li .overlay .in span {
	width: 20px;
	height: 2px;
	background-color: #2060a9;
	display: inline-block;
	position: relative;
}

.nta_tm_about_counter_wrap li .overlay .in span:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 2px;
	background-color: #2060a9;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.nta_tm_about_counter_wrap li .about_zoom {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 33333;
}

.nta_tm_about_team_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 72px;
}

.nta_tm_about_team_wrap ul {
	margin: 0px 0px 0px -30px;
	list-style-type: none;
}

.nta_tm_about_team_wrap ul li {
	margin: 0px 0px 30px 0px;
	float: left;
	width: 33.3333%;
	padding-left: 30px;
}

.nta_tm_about_team_wrap ul li .inner,
.nta_tm_about_team_wrap ul li .inner .image_wrap {
	width:300px;
	clear: both;
	float: left;
	position: relative;
}


.nta_tm_about_team_wrap ul li .inner .image_wrap {
	margin-bottom: 27px;
	z-index: 100;
	text-align: center;
}


.nta_tm_about_team_wrap ul li .inner .image_wrap img {
	border: 1px solid #fff;
	border-radius: 5%;
	box-shadow: 1px 1px 5px #616161;
}


.nta_tm_about_team_wrap ul li .inner .image_wrap .image {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

}

.nta_tm_about_team_wrap ul li:nth-child(1) .image_wrap .image {
	/*background-image: url(..//img/about/david_merrifield.jpg);*/
}

.nta_tm_about_team_wrap ul li:nth-child(2) .image_wrap .image {
	/*background-image: url(..//img/about/helio.jpg;);*/
}

.nta_tm_about_team_wrap ul li:nth-child(3) .image_wrap .image {
	/*background-image: url(..//img/about/bilkas_rivas.jpg);*/
}

.nta_tm_about_team_wrap ul li:nth-child(4) .image_wrap .image {
	/*background-image: url(..//img/about/6.jpg);*/
}


.nta_tm_about_team_wrap ul li .main_definitions h3 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: 0px;
	font-weight: 400;
	color: #14141c;
}

.nta_tm_about_team_wrap ul li .main_definitions span {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	line-height: 1.7;
	color: #666;
}


/*------------------------------------------------------------------*/


/*	22) nta CONTACT

/*------------------------------------------------------------------*/

.nta_tm_main_contact_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 150px;
}

.nta_tm_main_contact_wrap .office_list {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 40px;
}

.nta_tm_main_contact_wrap .office_list ul {
	margin: 0px 0px 0px -30px;
	list-style-type: none;
}

.nta_tm_main_contact_wrap .office_list ul li {
	margin: 0px 0px 30px 0px;
	float: left;
	width: 33.3333%;
	padding-left: 30px;
}

.nta_tm_main_contact_wrap .office_list ul li .inner {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}

.nta_tm_main_contact_wrap .office_list ul li .image_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
}

.nta_tm_main_contact_wrap .office_list ul li .image_wrap .image {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.nta_tm_main_contact_wrap .office_list ul li:nth-child(2) .image_wrap .image {
	background-image: url(..//img/contact/2.jpg);
}

.nta_tm_main_contact_wrap .office_list ul li:nth-child(3) .image_wrap .image {
	background-image: url(..//img/contact/3.jpg);
}

.nta_tm_main_contact_wrap .office_list ul li .definitions_wrap {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}


.nta_tm_main_contact_wrap .office_list ul li .definitions_wrap .office {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	padding: 22px 80px 22px 40px;
	background-color: #2060a9;
}

.nta_tm_main_contact_wrap .office_list ul li .definitions_wrap .office h3 {
	font-family: "Rubik";
	font-size: 22px;
	color: #eeeeee;
	font-weight: 400;
}

.nta_tm_main_contact_wrap .office_list ul li .definitions_wrap .office .icon {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 60px;
	background-color: rgb(32, 96, 169);
}

.nta_tm_main_contact_wrap .office_list ul li .definitions_wrap .office .icon .svg {
	position: absolute;
	color: #fff;
	width: 30px;
	height: 30px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.nta_tm_main_contact_wrap .office_list ul li .short_info_wrap {
	width: 100%;
	height: auto;
	float: left;
	background-color: #0d0e13;
	padding: 35px 30px 45px 38px;
}

.nta_tm_main_contact_wrap .office_list ul li .short_info_wrap .row {
	margin-bottom: 8px;
}

.nta_tm_main_contact_wrap .office_list ul li .short_info_wrap .row:last-child {
	margin-bottom: 0px;
}

.nta_tm_main_contact_wrap .office_list ul li .short_info_wrap p,
.nta_tm_main_contact_wrap .office_list ul li .short_info_wrap label,
.nta_tm_main_contact_wrap .office_list ul li .short_info_wrap span {
	color: #999999;
	line-height: 1.5;
}

.nta_tm_main_contact_wrap .office_list ul li .short_info_wrap span a {
	text-decoration: none;
	color: #2060a9;
}

.nta_tm_main_contact_wrap .contact_text {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 75px;
}

.nta_tm_main_contact_wrap .contact_text p {
	font-size: 18px;
	color: #777777;
	line-height: 1.7;
}

.nta_tm_main_contact_wrap .get_in_touch {
	margin-bottom: 30px;
}

.nta_tm_main_contact_wrap .get_in_touch h3 {
	font-family: "Rubik";
	font-size: 24px;
	color: #14141c;
}

.nta_tm_contact_wrap,
.nta_tm_contact_wrap .get_in_touch_wrap,
.nta_tm_contact_wrap .inner_wrap,
.nta_tm_contact_wrap .inner_wrap .row {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
}

.nta_tm_contact_wrap {
	position: relative;
	margin-top: -7px;
}

.nta_tm_contact_wrap .inner_wrap .row {
	margin-bottom: 15px;
}

.nta_tm_contact_wrap .inner_wrap .row:last-child {
	margin-bottom: 0px;
}

.nta_tm_contact_wrap .leftbox {
	width: 65%;
	height: auto;
	float: left;
}

.nta_tm_contact_wrap .leftbox .subtitle {
	margin-bottom: 60px;
}

.nta_tm_contact_wrap .leftbox .subtitle p {
	font-size: 18px;
	line-height: 1.6;
	color: #777;
}

.nta_tm_contact_wrap .get_in_touch_wrap .title {
	margin-bottom: 34px;
}

.nta_tm_contact_wrap .get_in_touch_wrap .title h3 {
	font-size: 24px;
	font-weight: 600;
	color: #777;
	letter-spacing: -0.25px;
}

.nta_tm_contact_wrap .inner_wrap .row label {
	display: block;
	font-size: 15px;
	color: #03070a;
	line-height: 1.7;
	position: relative;
	font-weight: 600;
}

.nta_tm_contact_wrap .inner_wrap .row label span {
	position: relative;
}




.nta_tm_contact_wrap .inner_wrap .row label span:before {
	position: absolute;
	content: "*";
	color: #efc142;
	left: 100%;
	margin-left: 4px;
}

.nta_tm_contact_wrap .inner_wrap .row label span.notreq:before  {
	position: absolute;
	color: #efc142;
	content: "" !important;
	left: 100%;
	margin-left: 4px;
}

.nta_tm_contact_wrap .inner_wrap .row input {
	width: 600px !important;
	height: 32px !important;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	margin-top: 0;
	padding: 5px 10px;
}

.nta_tm_contact_wrap .inner_wrap .row input:focus {
	outline: none;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
}

.nta_tm_contact_wrap .inner_wrap .row textarea {
	max-width: 600px;
	height: 220px !important;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	margin-top: 9px;
}

.nta_tm_contact_wrap .inner_wrap .row textarea:focus {
	outline: none;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
}


.nta_tm_contact_wrap .inner_wrap .row a, 
.nta_tm_contact_wrap .inner_wrap .row button {
	text-decoration: none;
	display: inline-block;
	background-color: #2060a9;
	padding: 0 25px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	letter-spacing: 0.5px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 2px;
	font-weight: 500;
	font-family: 'Rubik';
	border: none;
	border-radius: 10px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nta_tm_contact_wrap .inner_wrap .row a:hover {

	background-color: rgb(32, 96, 169);
}

.nta_tm_contact_wrap .empty_notice {
	color: #FF0004;
	margin-bottom: 7px;
	display: none;
}

.nta_tm_contact_wrap .contact_error {
	color: rgba(255, 0, 4, 1.00);
}

.nta_tm_contact_wrap .returnmessage {
	color: #0064FF;
	margin-bottom: 7px;
}

input.quick-parts {
	border: 1px solid rgba(255, 255, 255, 0.5) !important;
	font-size: 13px;
	line-height: 1;
	color: #000;
	letter-spacing: 0;
	margin: 0;
	height: 32px;
	float: left;
	border-radius: 3px 0 0 3px;
	width: 70%;
}

.parts-search {
	padding: 0;
	margin: 0;
	display: block;
}

.quick-parts-button {
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 0;
	padding: 0 15px;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	background-color: #2060a9;
	color: #FFF;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

a.rfq-btn {
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 0;
    font-size: 12px;
    width: 100%;
	min-width: 90px;
    text-align: center;
    display: block;
    height: 32px;
    line-height: 32px;
    background-color: #2060a9;
    border-radius: 5px;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

a.rfq-btn:hover {
	background: #184476;
}
.menu-title {
	font-weight: 600;
	color: #FFFFFF;
	font-size: 16px;
}

.mobile-search {
	display: none;
}

.home-headline-desktop {
	display: block;
}
.home-headline-mobile {
	display: none;
}

/*------------------------------------------------------------------*/


/*	23) nta MEDIA QUERIES (FOR SMALL DEVICES)

/*------------------------------------------------------------------*/

@media (max-width: 1600px) {
    .nta_tm_header_wrap .logo_wrap {
		width: 15.5%;
		top: -125px;
	}
	.nta_tm_header_wrap .logo_wrap span.right-bot {
		transform: rotate(-9deg);
		width: 90%;
		left: 15px;
		bottom: -25px;
		border-radius: 12px;
	}
	.nta_tm_topbar_wrap .inner_wrap {
		padding-left: 19%;
	}
	.nta_tm_header_wrap .header_inner_wrap {
		padding-left: 18%;
	}
}

@media (max-width: 1400px) {
	.nta_tm_header_wrap .logo_wrap {
		width: 25%;
	}
	.nta_tm_header_wrap .logo_wrap span.right-bot {
		transform: rotate(-7deg);
		width: 100%;
		left: 0;
		bottom: -28px;
	}
	.nta_tm_topbar_wrap .inner_wrap {
		padding-left: 22%;
	}
	.nta_tm_header_wrap .header_inner_wrap {
		padding-left: 25%;
	}
	.nta_tm_subscribe_wrap .inner_wrap {
		display: block;
	}
	.nta_tm_subscribe_wrap .left_wrap {
		width: 100%;
		margin-bottom: 30px;
	}
	.nta_tm_subscribe_wrap .right_wrap {
		width: 100%;
		float: left;
		display: flex;
	}
	.nta_tm_about_counter_wrap .inner_counter .inner_rightbox {
		padding: 67px 7% 60px 7%;
	}
	.nta_tm_about_team_wrap ul li {
		width: 33.3333%;
	}
	.nta_tm_main_contact_wrap .office_list ul li {
		width: 100%;
		padding-left: 0px;
	}
	.nta_tm_main_contact_wrap .office_list ul {
		margin: 0px;
	}
}

@media (max-width: 1200px) {
	
	.nta_tm_about_counter_wrap .inner_counter .rightbox .text{
		display: none;
	}
	.nta_tm_header_wrap .purchase_button {
		display: none;
	}
	.nta_tm_wrapper_all {
		padding: 90px 10px 0px 10px;
	}
	.nta_tm_border_wrap .border.left {
		width: 40px;
	}
	.nta_tm_border_wrap .border.right {
		width: 40px;
	}
	.nta_tm_holder_wrap .holder.left {
		left: 30px;
	}
	.nta_tm_holder_wrap .holder.right {
		right: 30px;
	}
	.nta_tm_holder_wrap .holder {
		width: 10px;
	}
	.nta_tm_holder_wrap .holder.right:before {
		border-width: 20px 0px 0px 10px;
	}
	.nta_tm_holder_wrap .holder.left:before {
		border-width: 0px 0px 20px 10px;
	}
	.nta_tm_rating_wrap .inner .leftbox:after {
		display: block;
	}
	.nta_tm_rating_wrap .inner .rightbox {
		display: none;
	}
	.nta_tm_rating_wrap .inner .leftbox {
		width: 100%;
	}
	.nta_tm_twice_box_wrap .inner_box {
		flex-direction: column;
	}
	.nta_tm_twice_box_wrap .inner_box .leftbox {
		width: 100%;
		min-width: 100%;
		margin-bottom: 20px;
	}
	.nta_tm_main_responsibility_wrap .content_inner_wrap {
		display: block;
	}
	.nta_tm_experience_box {
		margin-bottom: 50px;
	}
	.nta_tm_main_responsibility_wrap .experience_list ul li:before {
		left: 24px;
	}
	.nta_tm_main_responsibility_wrap .experience_list ul li {
		padding-left: 48px;
	}
	.nta_tm_home_project_wrapper_all .leftbox.project {
		margin-bottom: 60px;
	}
	.nta_tm_justified_content {
		flex-direction: column;
	}
	.nta_tm_justified_content .rightpart {
		width: 100%;
		min-width: 100%;
		margin-left: 0px;
	}
	.nta_tm_justified_content .leftpart {
		margin-bottom: 50px;
	}
	.nta_tm_twicebox_wrap {
		display: block;
	}
	.nta_tm_twicebox_wrap .leftbox {
		margin-right: 0px;
		margin-bottom: 60px;
	}
	.nta_tm_twicebox_wrap .rightbox {
		width: 100%;
		min-width: 100%;
	}
	.nta_tm_about_counter_wrap .inner_counter {
		display: block;
	}
	.nta_tm_about_counter_wrap {
		padding: 0px 0px 60px 0px;
	}
	.nta_tm_about_counter_wrap:before {
		width: 100%;
		background-color: #2060a9;
	}
	.nta_tm_about_counter_wrap .inner_counter .rightbox:before {
		position: absolute;
		content: "";
		top: 100px;
		left: -200px;
		right: -200px;
		bottom: -200px;	
		z-index: 1;
	}
	.nta_tm_about_counter_wrap .inner_counter .inner_rightbox {
		position: relative;
		z-index: 2;		
	}

	.nta_tm_about_counter_wrap .nta_tm_counter_list li {
		width: 50%;
	}
	.nta_tm_about_counter_wrap .inner_counter .leftbox {
		width: 100%;
		min-width: 100%;
		padding: 0px;
	}
	.nta_tm_about_team_wrap ul li {
		width: 50%;
	}
	.nta_tm_hero_header_wrap .image_wrap .bg_img {
		background-position: center center;
	}
	.home-headline-desktop {
		display: none;
	}
	.home-headline-mobile {
		display: block;
	}
}

@media (max-width: 1040px) {
	.parts-search {
		display: none;
	}
	.nta_tm_introduce_wrap .inner_wrap .main_info_wrap {
		border: none;
	}

	.nta_tm_swiper_content {
		position: absolute;
		top: 24%;
		left: 0;
		transform: translateY(-50%);
		z-index: 5;
		width: 100%;

	}
	.nta_topbar span {
		width: 100%;
		padding-right: 0 !important;
    	margin-right: 0 !important;
		display: block;
		text-align: center;
		letter-spacing: 0;
		font-style: normal;
		font-weight: 500;
		font-size: 12px;
		text-transform: uppercase;
	}
	.nta_tm_wrapper_all .lang_box {
		display: none;
	}
	.nta_tm_holder_wrap {
		display: none;
	}
	.nta_tm_border_wrap {
		display: none;
	}
	.nta_tm_topbar_wrap {
		display: none;
	}
	.nta_tm_header_wrap {
		display: none;
	}
	.nta_tm_wrapper_all {
		padding: 0px;
	}
	.nta_tm_mobile_bar_wrap {
		display: block;
	}
	.nta_tm_hero_header_wrap .swiper_content .texts_wrap h3 {
		font-size: 36px;
		margin-bottom: 6%;
	}
	.nta_tm_home_service_list ul li {
		width: 50%;
	}
	.nta_tm_home_service_list ul li:nth-child(2n) .inner_list:before {
		display: none;
	}
	.nta_tm_home_service_list ul li:nth-child(2n) .inner_list:after {
		display: none;
	}
	.nta_tm_list_wrap[data-column="4"] ul.nta_list>li {
		width: 33.3333%;
	}
	.nta_tm_list_wrap[data-column="5"] ul.nta_list>li {
		width: 33.3333%;
	}
}

@media (max-width: 768px) {
	.nta_tm_main_title_holder .title_holder {
		margin: 10px 0 0 0;
		padding: 30px 0px 13px 0px;
	}
	.nta_tm_main_title_holder .title_holder h3 {
		font-size: 32px;
	}
	.parts-search {
		display: none;
	}
	.mobile-search {
		margin: -30px auto 10px;
		display: block;
		position: relative;
	}
	.mobile-search .quick-parts-frm {
		display: inline-block;
		width: 100%;
	}
	.menu-title {
		text-indent: 16px;
	}
	.submenu_wrap li {
		text-indent: 30px;
	}
	.submenu_wrap li a {
		color: #FFF;
		text-decoration: none;
		font-size: 13px;
	}
	.nta_tm_introduce_wrap .inner_wrap .main_info_wrap {
		max-width: 100%;
		padding-right: 0px;
	}
	.nta_tm_introduce_wrap .inner_wrap {
		display: block;
	}
	.nta_tm_introduce_wrap .experience_box {
		margin-bottom: 40px;
	}
	.nta_tm_introduce_wrap {
		padding: 50px 30px 50px 30px;
	}
	.nta_tm_principles_wrap .list_wrap ul {
		width: 100%;
		margin: 0px;
	}

	.nta_tm_principles_wrap .list_wrap ul li {
		width: 100%;
		padding: 0px;
	}
	.nta_tm_main_responsibility_wrap .experience_list ul li {
		width: 100%;
	}
	.nta_tm_home_blog_wrap .blog_list ul {
		margin: 0px;
	}
	.nta_tm_home_blog_wrap .blog_list ul li {
		width: 100%;
		padding-left: 0px;

	}

	.nta_tm_list_wrap[data-column="2"] ul.nta_list>li {
		width: 100%;
	}
	.nta_tm_list_wrap[data-column="3"] ul.nta_list>li {
		width: 100%;
	}
	.nta_tm_list_wrap[data-column="4"] ul.nta_list>li {
		width: 100%;
	}
	.nta_tm_list_wrap[data-column="5"] ul.nta_list>li {
		width: 100%;
	}
	.nta_tm_portfolio_list {
		margin-left: 0px;
	}
	.nta_tm_portfolio_list>li {
		width: 100%;
		padding: 0px;
		margin: 1em 0 30px;
	}
	.nta_tm_blog_single_wrap .commentbox .full_definition {
		padding-left: 0px;
	}
	.nta_tm_blog_single_wrap .commentbox .definition {
		padding-left: 0px;
	}
	.nta_tm_blog_single_wrap .commentbox .image_author {
		display: none;
	}
	.nta_tm_service_list_wrap ul li .list_image_wrap {
		display: none;
	}
	.nta_tm_service_list_wrap ul li .inner {
		padding-left: 40px;
	}
	.nta_tm_short_contact .text {
		margin-bottom: 30px;
	}
	.nta_tm_short_contact {
		flex-direction: column;
		align-items: baseline;
	}
	.nta_tm_short_contact .nta_tm_button_wrap {
		width: 100%;
	}
	.nta_tm_contact_wrap .inner_wrap .row input {
		width: 100% !important;
	}
	.nta_tm_contact_wrap .inner_wrap .row textarea {
		width: 100% !important;
	}
	.nta_tm_about_counter_wrap {
		margin-bottom: 75px;
		padding-top: 30px;
	}
	.nta_tm_about_team_wrap ul {
		margin: 0px;
	}
	.nta_tm_about_team_wrap ul li {
		width: 100%;
		padding-left: 15px;
	}
}

@media (max-width: 480px) {
	.nta_tm_mobile_bar_wrap .mobile_topbar_wrap .inner_wrap {
		display: block;
		padding: 0;
	}
	.nta_tm_mobile_bar_wrap .short_info_wrap {
		text-align: right;
		float: right;
		margin-bottom: 0;
		padding: 0;
	}
	.nta_tm_mobile_bar_wrap .mobile_socials_wrap {
		text-align: left;
		float: left;
		padding: 0;
		margin-top: 5px;
	}
	.nta_tm_mobile_bar_wrap .mobile_topbar_wrap .short_info_wrap ul {
		display: inline-block;
	}
	.nta_tm_mobile_bar_wrap .mobile_topbar_wrap .mobile_socials_wrap ul {
		display: inline-block;
	}
	.nta_tm_home_service_list ul {
		width: 100%;
		margin-left: 0px;
	}
	.nta_tm_home_service_list ul li {
		width: 100%;
		padding-left: 0px;
		margin-bottom: 10px;
	}
	.nta_tm_home_service_list ul li .inner_list:before {
		display: none;
	}
	.nta_tm_home_service_list ul li .inner_list {
		padding-bottom: 33px;
	}
	.nta_tm_home_service_list ul li .inner_list:after {
		display: none;
	}
	.nta_tm_home_service_list ul li .inner_list {
		border-bottom: 1px solid #aaa;
	}
	.nta_tm_home_service_list ul li:last-child .inner_list {
		border-bottom: none;
	}
	.nta_tm_about_counter_wrap .nta_tm_counter_list li {
		width: 100%;
		text-align: center;
	}
}


/* The Modal (background) */

.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	padding-top: 100px;
	/* Location of the box */
	left: 0;
	top: -50px;
	width: 100%;
	/* Full width */
	height: 125%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.9);
	/* Black w/ opacity */
	z-index: 99999;
}


/* Modal Content */

.modal-content {
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
}


/* The Close Button */

.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

iframe {
	width: 45%;
	height: 75%;
	margin: 0 auto;
	display: block;
	z-index: 99999;
}

a#subscribe-btn {
	width: 110px;
	height: 44px;
	background-color: #2060a9;
	text-transform: uppercase;
	border: none;
	color: #fff;
	margin-left: -5px;
	font-family: "Rubik";
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 44px;
	border-radius: 0 5px 5px 0px;
}

table.dataTable {
	width: 100%;
	margin: 0 auto;
	clear: both;
	border-collapse: separate;
	border-spacing: 0;
	white-space: nowrap;
}

table.dataTable thead th,

table.dataTable tfoot th {
	font-weight: bold
}

table.dataTable thead th,
table.dataTable thead td {
	padding: 10px 18px;
	border-bottom: 1px solid #111
}

table.dataTable thead th:active,
table.dataTable thead td:active {
	outline: none
}

table.dataTable tfoot th,
table.dataTable tfoot td {
	padding: 10px 18px 6px 18px;
	border-top: 1px solid #111
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	*cursor: hand;
	background-repeat: no-repeat;
	background-position: center right
}


/*
table.dataTable thead .sorting{
    background-image:url("../images/sort_both.png")
}
table.dataTable thead .sorting_asc{
    background-image:url("../images/sort_asc.png")
}
table.dataTable thead .sorting_desc{
    background-image:url("../images/sort_desc.png")
}
table.dataTable thead .sorting_asc_disabled{
    background-image:url("../images/sort_asc_disabled.png")
}
table.dataTable thead .sorting_desc_disabled{
    background-image:url("../images/sort_desc_disabled.png")
}
*/

table.dataTable tbody tr {
	background-color: #ffffff
}

table.dataTable tbody tr.selected {
	background-color: #B0BED9
}

table.dataTable tbody th,
table.dataTable tbody td {
	padding: 8px 10px;
	color: #000;
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
	border-top: 1px solid #ddd
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
	border-top: none
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
	border-left: 1px solid #ddd
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
	border-top: none
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
	background-color: #f9f9f9
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
	background-color: #acbad4
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
	background-color: #f6f6f6
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
	background-color: #aab7d1
}

table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3 {
	background-color: #fafafa
}

table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3,
table.dataTable.display tbody tr.selected>.sorting_1,
table.dataTable.display tbody tr.selected>.sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3 {
	background-color: #acbad5
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
	background-color: #f1f1f1
}

table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
	background-color: #f3f3f3
}

table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
	background-color: whitesmoke
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
	background-color: #a6b4cd
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
	background-color: #a8b5cf
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
	background-color: #a9b7d1
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
	background-color: #fafafa
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
	background-color: #fcfcfc
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
	background-color: #fefefe
}

table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
	background-color: #acbad5
}

table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
	background-color: #aebcd6
}

table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
	background-color: #afbdd8
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
	background-color: #eaeaea
}

table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
	background-color: #ececec
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
	background-color: #efefef
}

table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
	background-color: #a2aec7
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
	background-color: #a3b0c9
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
	background-color: #a5b2cb
}

table.dataTable.no-footer {
	border-bottom: 1px solid #111
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
	white-space: nowrap
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
	padding: 4px 17px 4px 4px
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
	padding: 4px
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
	padding: 2px 5px;
	font-size: 14px;
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
	text-align: left
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
	text-align: center
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
	text-align: right
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
	text-align: justify
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
	white-space: nowrap
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
	text-align: left
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
	text-align: center
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
	text-align: right
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
	text-align: justify
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
	white-space: nowrap
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
	text-align: left
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
	text-align: center
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
	text-align: right
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
	text-align: justify
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
	white-space: nowrap
}

table.dataTable,
table.dataTable th,
table.dataTable td {
	box-sizing: content-box
}

.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
	zoom: 1
}

.dataTables_wrapper .dataTables_length {
	float: left
}

.dataTables_wrapper .dataTables_filter {
	float: right;
	text-align: right
}

.dataTables_wrapper .dataTables_filter input {
	margin-left: 0.5em
}

.dataTables_wrapper .dataTables_info {
	clear: both;
	float: left;
	padding-top: 0.755em
}

.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
	padding-top: 0.25em
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: 0.5em 1em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
	border: 1px solid transparent;
	border-radius: 2px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #333 !important;
	border: 1px solid #979797;
	background-color: white;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
	background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default;
	color: #666 !important;
	border: 1px solid transparent;
	background: transparent;
	box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: white !important;
	border: 1px solid #111;
	background-color: #585858;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
	background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
	background: -moz-linear-gradient(top, #585858 0%, #111 100%);
	background: -ms-linear-gradient(top, #585858 0%, #111 100%);
	background: -o-linear-gradient(top, #585858 0%, #111 100%);
	background: linear-gradient(to bottom, #585858 0%, #111 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	outline: none;
	background-color: #2b2b2b;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
	background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
	background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
	box-shadow: inset 0 0 3px #111
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
	padding: 0 1em
}

.dataTables_wrapper .dataTables_processing {
	position: absolute;

	top: 50%;
	left: 50%;
	width: 100%;
	height: 40px;
	margin-left: -50%;

	margin-top: -25px;
	padding-top: 20px;
	text-align: center;
	font-size: 1.2em;

	background-color: white;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
	color: #333
}

.dataTables_wrapper .dataTables_scroll {
	clear: both
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
	vertical-align: middle
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing {
	height: 0;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 1px solid #111
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody>table {
	border-bottom: none
}

.dataTables_wrapper:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0
}

@media screen and (max-width: 767px) {
	.dataTables_wrapper .dataTables_info,
	.dataTables_wrapper .dataTables_paginate {
		float: none;
		text-align: center
	}
	.dataTables_wrapper .dataTables_paginate {
		margin-top: 0.5em
	}
}

@media screen and (max-width: 640px) {
	.dataTables_wrapper .dataTables_length,
	.dataTables_wrapper .dataTables_filter {
		float: none;
		text-align: center
	}
	.dataTables_wrapper .dataTables_filter {
		margin: 1em !important;
	}
	#partsmobile_filter,
	#partsmobile_length {
		display: none !important;
	}
}

h3.leadership {
	font-size: 20px !important;
	font-weight: 600 !important;
}

h3.cert-title {
	color: #000 !important;
	border-bottom: 1px solid #FFF;
	padding-bottom: 10px;
	font-weight: 600;
	background: rgba(255, 255, 255, 0.6);
	padding: 10px;
}

h3.event-title {
	color: #FFF !important;
	border-bottom: 1px solid #a0a0a0;
	padding-bottom: 10px;
}

a.webcred {
	font-size: 9px;
	text-decoration: none;
	color: #333;
}

.nta_tm_service_list_wrap ul li.service-title {
	margin: 0px 0px 10px 0px;
	font-size: 24px;
	font-weight: 600;
	font-family: "Poppins";
}

::-webkit-input-placeholder { /* Edge */
  	color: #666;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #666;
}

::placeholder {
	color: #666;
}

div#cookieNotice {
	box-shadow: 0px 0px 5px #666;
	background: #ffffffdb;
	border-top: 5px solid #2060a9;
	border-right: 3px solid #c7c7c7;
	border-left: 3px solid #c7c7c7;
	border-bottom: 3px solid #9b9a9a;
	position: fixed;
	bottom: 12px;
	right: 12px;
	width: 212px;
	z-index: 9999;
	border-radius: 5px;
	padding: 20px;
	font-size: 12px;
	font-family: 'Poppins';
	text-align: justify;
}

@media (max-width: 768px) {
	
}