.tm_universal_box_wrap .fill_color{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 20;
}

.tm_universal_box_wrap .fill_color.hero{
	background-color: #4DDFD0;
}

.tm_universal_box_wrap .content.hero{
	color: #FFFFFF;
}

.bbt_heading {
	font-family: "Raleway";
}

.bbt_screenshot {
	max-width: 80% ;
	display: block;
 	margin-left: auto;
 	margin-right: auto;
	
}

.tm_title_holder:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 72px;
    background-color: #4ddfd0;
    top: 2px;
}

.tm_services_wrap .list_wrap ul li .icon .svg {
	color: #4ddfd0;
  }

.tm_intro_top_wrap .tm_slogan_holder strong{color: #CCAB5C;}

h2, h3, h4, h5, h6{
	font-family: "Raleway";
}

h1 {
	font-family: "Raleway";
	font-weight: 800;
}

body{
    font-family: "Raleway";
}

.tm_title_holder span {
	font-family: "Raleway";
}

.tm_services_wrap .list_wrap ul li .title_service h3 {
	font-family: "Raleway";
}

.tm_intro_top_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-bottom: 122px;
	position: relative;
	margin-top: -6px;

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

.tm_intro_top_wrap .tm_slogan_holder h1{
	font-size: 50px;
	padding-bottom: 20px;
}

.tm_intro_top_wrap .intro_content_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	position: relative;
	display: flex;
	text-align: left;
	align-items: center;

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

.tm_intro_top_wrap .leftbox{
	width: 65%;
	float: left;
	height: auto;
	padding-right: 40px;

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

}

.tm_intro_top_wrap .leftbox .about_image_wrap{position: relative;}
.tm_intro_top_wrap .leftbox .about_image_wrap .image{
	position: absolute;
	z-index: 2;
}
.tm_intro_top_wrap .leftbox .about_image_wrap .image .inner{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.tm_intro_top_wrap .leftbox .about_image_wrap .border .inner{
	position: absolute;
	top: 25px !important;
	bottom: -25px !important;
	left: 25px !important;
	right: -25px !important;
	border: 10px solid #041230;
}
.tm_intro_top_wrap .leftbox .about_image_wrap img{opacity: 0;}
.tm_intro_top_wrap .rightbox{
	width: 65%;
	float: right;
	padding: 0px 0px 0px 65px;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.tm_intro_top_wrap .subtitle{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.tm_intro_top_wrap .subtitle p{
	font-family: "Raleway";
	font-size: 15px;
	font-weight: 600;
}
.tm_intro_top_wrap .definition{margin-bottom: 15px;}
.tm_intro_top_wrap .definition p strong{color: #CCAB5C;}

.tm_intro_top_wrap .about_short_contact_wrap{
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	margin-bottom: 13px;

	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
			box-sizing: border-box; /* Opera/IE 8+ */
}
.tm_intro_top_wrap .tm_main_title_holder{margin-bottom: 40px;}
.tm_intro_top_wrap .about_short_contact_wrap ul{
	margin: 0px;
	list-style-type: none;
}
.tm_intro_top_wrap .about_short_contact_wrap ul li{
	margin: 0px 0px 10px 0px;
	width: 50%;
	float: left;
}
.tm_intro_top_wrap .about_short_contact_wrap ul li:nth-of-type(2n){clear: right;}
.about_short_contact_wrap ul li label{
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 13px;
	min-width: 85px;
	display: inline-block;
}
.tm_intro_top_wrap .about_short_contact_wrap ul li a{
	text-decoration: none;
    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;
}
.tm_intro_top_wrap .about_short_contact_wrap ul li a:hover{color: #CCAB5C;}
.tm_intro_top_wrap .buttons_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+ */
}
.tm_intro_top_wrap .buttons_wrap ul{
	margin: 0px;
	list-style-type: none;
}
.tm_intro_top_wrap .buttons_wrap ul li{
	margin: 0px 30px 10px 0px;
	float: left;
}
.tm_intro_top_wrap .buttons_wrap ul li:last-child{margin-right: 0px;}
.tm_intro_top_wrap .buttons_wrap ul li a span{
	position: relative;
	z-index: 2;
}
.tm_intro_top_wrap .buttons_wrap ul li a{
	text-decoration: none;
    color: #fff;
    background-color: #CCAB5C;
    font-weight: 600;
    font-family: "Raleway";
    padding: 12px 35px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;;
}
.tm_intro_top_wrap .buttons_wrap ul li a:before{
	position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background-color: #041230;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: 1;
}
.tm_intro_top_wrap .buttons_wrap ul li a:hover:before{width: 180%;}

@media (max-width: 1400px) {
	.tm_intro_top_wrap .leftbox{padding-right: 0px;}
}
@media (max-width: 1040px) {
	.tm_intro_top_wrap{flex-direction: column;}
	.tm_intro_top_wrap .rightpart .info_list ul li{width: 100%;}
	.tm_intro_top_wrap .leftbox{width: 100%;padding-right: 0px;}
	.tm_intro_top_wrap .leftbox .about_image_wrap{display: none;}
	.tm_intro_top_wrap .rightpart{width: 100%;}
	.tm_intro_top_wrap .intro_content_wrap{flex-direction: column;align-items: baseline; }
	.tm_intro_top_wrap .rightbox{width: 100%;padding-left: 0px;}
}
@media (max-width: 768px) {
	.tm_intro_top_wrap .about_short_contact_wrap ul li{width: 100%;}
}
