@charset "UTF-8";

/*
Theme Name: GTS
Theme URI: http://www.glaciosoft.com/
Author: Babu Ravindran
Author URI: http://www.glaciosoft.com/
Description: GTS Corporate Theme.
Version: 1.0
Text Domain: gts
*/

/*
 * Globals
 */
 
html {
	background: #fff;
}

body {
	font-family: 'Source Sans Pro',  "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 10pt;
	color: #444444;
	background: #fff;	
}

h1, h2, h3, h4, h5, h6, strong, b, label {
	font-family: 'Source Sans Pro', Courier, Arial, Helvetica,
		'Sans-serif';
	font-weight: 600;	
}

h1, h2, h3, h4, h5, h6 {
	color: #5a5a5a;
	margin: 0 0 20px;
}

p {
	margin: 0 0 20px;
	font-family: 'Source Sans Pro',  "Open Sans", sans-serif;
}

a {
	color: #1565c0;
	-webkit-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	font-family: 'Source Sans Pro',  'Montserrat',  "Fjalla One", "Open Sans", sans-serif;
	text-decoration:none;
}

a:hover {
	color: #1565c0;
}

iframe {
	border: none;
	width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Montserrat', 'Source Sans Pro',  "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: 'Montserrat', 'Source Sans Pro',  Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono",
		monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

input, textarea, select {
	border: 1px solid #ddd;
	height: 40px;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 100%;
}

ul li {
	font-family: 'Montserrat', 'Source Sans Pro',  "Fjalla One";
}

textarea {
	min-height: 140px;
}

input[type="submit"], button[type="submit"], .btnn, .comment .comment-reply-link
	{
	background-color: #FFC721;
	border: 1px solid #E3F4FF;
	color: #fff;
	font-family: 'Source Sans Pro',  "Fjalla One", Courier, Arial, Helvetica, 'Sans-serif';
}

.widget li:before, nav[role="navigation"] li:before {
	content: "";
}

.gallery-item {
	padding: 5px;
}

.gallery-item img {
	border: none !important;
}

.screen-reader-text {
	display: none;
}

.wp-caption {
	max-width: 100%;
}


/**
 * Global alignments
 */
.sticky, .bypostauthor {
	opacity: 1;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*
 * Override Bootstrap's default container.
 */
@media ( min-width : 1200px) {
	.container {
		min-width: 1200px;
		border: 0px solid red;
	}
}

.container[role="main"] {
	border: 0px solid pink;
	min-height: 400px;
	margin-top: 5em;
	padding: 0px;
	margin: 0px;
}

.container-fluid[role="main"] {
	border: 0px solid pink;
	min-height: 400px;
	margin-top: 5em;
	padding: 0px;
	margin: 0px;
}


/*
 * Site Header
 *  
 */ 
 

#site-header {
	border: 0px solid red;
	height: 120px;
	background: #1565c0;
}

#rightNav {
	border: 1px solid yellow;
}


/*
 * Header - Banner
 *
 */
 
#banner {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 200px 0 100px;
	color: #fff;
	position: relative;
	border: 1px solid red;
	height: 550px;
}

#banner .section-content {
	position: relative;
	padding: 30px;
	z-index: 2;
}

#banner:before {
	background-color: rgba(0, 0, 0, 0.3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}

#banner * {
	color: #fff;
}





/**
 * Footer
 *
 */
 
.footer {
	margin-top:25px;
	padding-top: 15px;	
	background: #fff;	 
	/* background-image: linear-gradient(180deg, #FFC107 80%, #03A9F4 20%); */
	border-top:0px solid #106eea;
	color:#444;
	box-shadow: 0px 6px 12px #106eea;
	#box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
}

.footer-icons {
	display: inline-block;
	margin: 0;
	padding:0;	
}

.footer-icons  .social-links a {
	font-size: 16px;
	display: inline-block;
	background: #106eea;
	color: #fff;
	line-height: 1;
	padding: 10px;
	margin-right: 7px;
	border-radius: 4px;
	text-align: center;
	width: 34px;
	height: 34px;
	transition: 0.3s;
}

.footer-icons  .social-links a:hover {
	background: #3b8af2;
	color: #fff;
	text-decoration: none;
}

.footer .footer-contacts li {
	padding: 10px;
	color:#444;
	border:none;
	font-size:13px;
}

.footer .footer-contacts a {
	text-decoration: none;
	color: #106eea;
	border:none;
}

.footer .footer-contacts span {
	font-size:10pt;
	font-family: 'Source Sans Pro', Courier, Arial, Helvetica, 'Sans-serif';	
	font-weight: 400;
	color: #106eea;
}

.footer .footer-contacts a .text {
	color: #106eea;
}

.footer-content {
	margin-bottom: 10px;
}

.footer-content p {
	font-size: 10.8pt;
	color: #444;
}

.footer-area-bottom {
	background: #e7f1fd;
	color: #444444;
	font-size: 11pt;
	border-top: 1px solid #e7f1fd;
}

.footer-area-bottom .copyright {
	padding-top: 20px;
	text-align: center;
	float: center;
}

.footer-head h5 {
	color: #444;	
	#border-bottom: 3px solid #FFC107;
}

.footer-logo h4 {
	color: #106eea;	
	#border-bottom: 3px solid #FFC107;
	
}

.footer-logo .footer-desc {
	text-align:justify;
	font-size:9.6pt;
}



.footer-newsletter {
	background: #f1f6fe;
	padding: 10px;
}

.footer-newsletter .card  {
	border: 0px solid #fff;
	margin: 5px;
	color:#444;
	
}

.footer-newsletter .card .lead {
	color:#444;
	font-size:14px;
	font-weight:400;	
}

.footer-newsletter .card .card-header {
	background: none;
	border: none;	
}

.footer-links {
	border: 0px solid red;
}

.footer-links ul li {
	#margin: 7px;
	border:none;
	margin:0px 0px 15px 0px;	
}

.footer-links ul li a {
	border:none;	
	}

.footer-links ul i {
	padding-right: 2px;
	color: #106eea;
	font-size: 18px;
	line-height: 1;
}

/**
 * Footer - Widgets
 *
 */
 
.footer-widgets {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	border: 0px solid red;
	width: 100%;
}

.footer-widget-area {
	width: 25%;
	padding-right: 2em;
	box-sizing: border-box;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

.footer-widgets h4 {
	font-size: 25px;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;	
}

.footer-widgets h3 {
	font-size: 28px;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700;
}

.footer-widgets h5 {
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 0;
	line-height: 2;
	font-weight: 700;
}

.widget ul {
	list-style: none;
}

.widget ul li {
	padding: 3px;
	border-bottom: 0px solid lightblue;
}

.widget ul li a {
	color:#444444;
}

.widget ul li a:hover {
	text-decoration:none;
	font-weight:600;
	color:#106eea;
}


/*
 * Services
 *
 */

.services {
	border: 0px solid red;
	font-weight: 400;
}

.services p {
	font-weight: 400;	
	font-size:13px;
	text-align:justify;
}

.services .service-img {
	height: 40px;
}

.services .badge {
	font-size: 13pt;
	padding: 10px;
	margin: 5px;
}

.services-icon {
	color: #444;
	display: inline-block;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 20px;
}

.section-headline.services-head>h2 {
	margin-bottom: 25px;
}

.services-details {
	padding-top: 40px;
	transition: all 0.5s ease 0s;
	
	font-size: 10pt;
	font-weight: 400;
}

.services-details:hover h4, .services-details:hover .services-icon {
	color: #3EC1D5;
}

.row.second-row {
	margin-top: 40px;
}

.section-head>h2 {
	color: #333;
}

.single-services>h4 {
	color: #444;
	font-size: 24px;
	font-weight: 500;
}

.single-services>p {
	color: red;
	font-size: 12pt;
}

.services .card-body .list-group-flush {
	border:0px solid red;
	color:#444;
	font-size:12px;
	font-weight:600;
}


/*
 * About Us
 * 
 */


.aboutus {
	font-family: 'Source Sans Pro', Courier, Arial, Helvetica, 'Sans-serif';
	font-size: 11pt;
	font-weight: 400;
	color: #444;
	background: #fff;
}

.aboutus ul li {
	font-family: 'Source Sans Pro',  "Fjalla One", Courier, Arial, Helvetica, 'Sans-serif';
	font-size: 11pt;
	color:#444;
	font-weight:600;	
}

.aboutus .card-title {
	color:#106eea;	
}

.aboutus .ats {
	color:#106eea;
	font-weight:600;	
}

.aboutus .ab-title {
	font-size: 25px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 5px 20px;  
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;  
  border-radius: 50px;
  margin-bottom:20px;
}

.aboutus .card-title span {
	color:#444;
	font-size:13px;
	display:block;	
	margin-left:40px;
	}

.aboutus i {
  background: #FFC107;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 14px;
  padding: 10px;
  margin-right: 2px;
  color: #106eea;
  border-radius: 50px;
}

.aboutus .al i {
background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 10px;
  padding: 5px;
  margin-right: 2px;
  color: #106eea;
  border-radius: 50px;	
}

.aboutus p {
	font-family: 'Source Sans Pro', Courier, Arial, Helvetica, 'Sans-serif';
	font-size: 11pt;
	font-weight: 400;
}

.mivi {
	font-family: 'Source Sans Pro', Courier, Arial, Helvetica, 'Sans-serif';
	font-size: 12pt;
	font-weight: 400;
}

.aboutus .miviovex {
	margin-top: 10px;
	font-family: 'Montserrat', 'Source Sans Pro',  'Source Sans Pro', Courier, Arial, Helvetica, 'Sans-serif';
	font-size: 9pt;
	font-weight: 400;	
}

.aboutus .miviovex .card {
	min-height: 270px;
	margin-bottom: 15px;
	color: #444;
	background:#fff;
	box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	transition: all 0.3s ease-in-out;
	border-radius: 8px;
	
}

.aboutus .miviovex .card .card-title {
	font-size: 17pt;
	padding-bottom: 12px;
}

.aboutus .miviovex .card p {
	font-size: 10pt;
}


.aboutus .client-types {
	color: #555753;
}

.aboutus .core-indus {
	color: #555753;
}

.aboutus .whoweare {
	color: #555753;
}

.aboutus .whoweare h1 {
	width: auto;
	padding-bottom: 3px;
	text-shadow: 1px 1px 5px #f3f3f3;	
	font-size: 26pt;
	#text-decoration: underline solid #fcaf3e 12%;	
}

/*
 * About Us - Style 2
 *
 */


.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;  
}
.about .content ul li:first-child {
  margin-top: 35px;
}
.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #106eea;
  border-radius: 50px;
}
.about .content ul h5 {
  font-size: 18px;
  color: #555555;
  }

.about .content ul h5 span {
	color:#106eea;
	font-size:20px;	
}

.about .content ul p {
  font-size: 15px;
}
.about .content p:last-child {
  margin-bottom: 0;
}





/*
 * Careers
 *
 */

.career ul li {
	font-family:'Source Sans Pro', Courier, Arial, Helvetica, 'Sans-serif';
	font-size: 11pt;
	font-weight: 400;
}

.applyjob label {
	font-size: 15px;
	font-weight: normal;
}


/*
 * Homer - Slider
 *
 */
 
.homeslider {
	font-weight: 600;
}


/*
 * Primary - Nav Bar
 *
 */


.navbar {
	padding-bottom: 25px;
	border: 0px solid red;
	height: 90px;
	font-family: 'Source Sans Pro',  "Fjalla One", Courier, Arial, Helvetica, 'Sans-serif';	
	margin-bottom: 10px;
}


.navbar .navbar-brand {
	width: auto;
	height: auto;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0px solid red;
	margin-left: 20px;
}

.navbar .navbar-brand img {
	border: 0px solid red;
	width: 60px;
	height: 30px float:left;
}

.navbar .logo {
	border: 0px solid red;
	width: 100%;
}

.navbar .logo img {
	border: 0px solid red;
	width: 55px;
	height:55px;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
}

.navbar .logo h1 { 
	color: #106eea;
	font-size: 25pt;
	font-weight: 900;
	margin-top: 15px;
	margin-bottom: 0px;
	text-decoration: none;
	font-family:  'Source Sans Pro',"Poppins","Fjalla One", 'Source Sans Pro', 'Montserrat',sans-serif;	
	letter-spacing:0.1px;
	
}

.navbar .logo a {
	text-decoration: none;
}

.navbar .logo .tagline {
	color: #03A9F4;
	#font-size: 10.5pt;
	font-size: 8.5pt;
	margin-top: 0px;
	float: center;
	#padding-left: 16.5px;
	#padding-left: 16.5px;
	margin-left:10px;
	font-family: 'Montserrat', 'Source Sans Pro',  'Source Sans Pro', Courier, Arial, Helvetica, 'Sans-serif';
}

.navbar .logo .tagline a {
	text-decoration: none;
	color: #000;
}

div.nav-menu {
	color:#000;	
}


div.nav-menu ul {	
	list-style: none;
	margin: 0;
	padding: 0; 
	border: 0px solid red;
}

div.nav-menu li {
	position: relative; 
	#line-height: 1.8; 
	border-bottom: 0px solid #a40000;
	margin: 9px;
}

div.nav-menu a {
	color: #000;
	text-decoration: none;
	display: block;
	font-size: 11pt;
	font-weight:400;
	#letter-spacing:1px;
}


div.nav-menu>ul>li {
	float: left;
}

div.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #106eea;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

div.nav-menu a:hover:before, div.nav-menu li:hover > a:before, div.nav-menu .active:before {
  visibility: visible;
  width: 100%;
}
div.nav-menu a:hover, div.nav-menu .active, div.nav-menu .active:focus, div.nav-menu li:hover > a {
  color: #106eea;    
}

div.nav-menu>ul>li>a {
	padding: 10px 10px;
}

div.nav-menu>ul>li:hover>a {
	color: #000;
}

div.nav-menu>ul>li:active {
	color: #fff;		
}


/* 
 * Primary - Nav Bar - Sub/Children Menu
 *
 */

div.nav-menu .menu-item-has-children>a:after {
	content: '+';
	color: #000;
	position: absolute;
	top: 30%;
	right: -3px;
	margin-top: -3px;		
	font-size: 13pt;
}

div.nav-menu .sub-menu, div.nav-menu .children {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	/* background: #FFD54F; */
	background: #fff;
	color: #000;
	min-width: 200px;
	display: none;
}

div.nav-menu li:hover>.sub-menu, div.nav-menu li:hover>.children {
	display: block;
}

div.nav-menu .sub-menu a, div.nav-menu .children a {
	padding: 5px 10px;
	color: #000;
}

div.nav-menu .sub-menu li:hover a, div.nav-menu .children li:hover a {
	transition: all 0.1s ease-in-out 0s;
	color: #000;
	border-bottom: 2px solid #A548FF;
}


/* 
 * Primary - Nav Bar - Grandchildren Menu
 *
 */

div.nav-menu .sub-menu .sub-menu, div.nav-menu .children .children {
	position: absolute;
	left: 100%;
	top: 0;	
	color: #000;
}


div.nav-menu .current-menu-parent>a, div.nav-menu .current-menu-item>a,
	div.nav-menu .current_page_item>a {
	color: #0062cc;
	font-weight:bold;
}


/*
 * Menu Toggle
 *
 */

.menu-toggle {
	background-color: transparent;
	border: 1px solid red;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1.5;
	margin: 1px auto 2px;
	padding: 1em;
	text-shadow: none;
}

/* Display the menu toggle when JavaScript is available. */
.js .menu-toggle {
	display: block;
}

.main-navigation.toggled-on ul.nav-menu {
	display: block;
}

.menu-toggle:hover, .menu-toggle:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.menu-toggle:focus {
	outline: thin solid;
}

.menu-toggle .icon {
	margin-right: 0.5em;
	top: -2px;
}

.toggled-on .menu-toggle .icon-bars, .menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: inline-block;
}

/* Dropdown Toggle */
.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: block;
	font-size: 16px;
	right: -0.5em;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0.5em;
	position: absolute;
	text-shadow: none;
	top: 0;
}

.dropdown-toggle:hover, .dropdown-toggle:focus {
	background: transparent;
}

.dropdown-toggle:focus {
	outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}




/*
 * Carousel - General - Customize
 * 
 *
 */

.carousel {
	width: 100%;
	margin-bottom: 0rem;
	color: #ffffff;
}

.carousel-caption {
	top: 7rem;
	/*bottom: 9rem;*/
	z-index: 10;
	border: 0px solid red;
	font-size: 15pt;
}

.carousel-caption a {
	margin-top: 1rem;
}

.carousel-item {
	height: 36rem;
	background: #000000;	
	border: 0px solid red;
	background-size: cover;
}

.carousel-item>img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 36rem;	
	opacity: 0.50;	
	background-size: cover;
}

.carousel  h1 {
	color: #ffffff;
	margin: 0 0 20px;
	font-size: 28pt;
}

.carousel  h2 {
	color: #ffffff;
	margin: 0 0 20px;	
}

.carousel-caption h1 {
	font-size: 28pt;
	border: 0px solid red;
	font-family: 'Source Sans Pro', 'Montserrat',sans-serif;
	font-weight:bold;
}

.carousel-caption h5 {
	font-size: 24pt;
	font-family:  'Source Sans Pro', 'Montserrat',sans-serif;

}

.carousel-caption span {
	font-size: 32pt;	
}

.carousel-caption .btn-small {
	font-size: 10pt;
}



/*
 * Carousel Small - General - Customize
 * 
 *
 */

.carousel-small {
	margin-bottom: 0rem;
	border: 0px solid red;
	height: 210px;
}

.carousel-small-inner {
	margin-bottom: 0rem;
	border: 0px solid red;
	height: 210px;
}

.carousel-small-item {3
	height: 36rem;
	background-color: #777;
	height: 210px;
}

.carousel-small-item>img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 36rem;
	opacity: 0.54;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media ( min-width : 40em) {
	/* Bump up size of carousel content */
/*	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	}
	.featurette-heading {
		font-size: 50px;
	} */
}

@media ( min-width : 62em) {
	.featurette-heading {
		margin-top: 7rem;
	}
}

/*
 * Marketing
 *
 */

.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}

.marketing h2 {
	font-weight: 400;
}

.marketing h4 {
	font-size: 17px;
	color: #FFC107;
}

.marketing i {
	padding: 20px;
	color: #039BE5;
}

.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}

.marketing p {
	font-size: 12pt;
	font-family: 'Montserrat', 'Source Sans Pro',  'Source Sans Pro', Courier, Arial, Helvetica, 'Sans-serif';
}

.marketing .col-lg-4:hover {
	color: #1565c0;
	opacity: 0.9;
	padding: 0px;
}

/*
 * Social Media Stack - Footer
 *
 */

#whyautomaties {
	padding: 15px;
	color: #fff;
}

.fa-stack {
	display: inline;
}

.fa-stack i {
	padding: 0 0 0 17px;
}

.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
}

.featurette-image {
	opacity: 0.8;
}

.lead {
	border: 0px solid red;
	font-size: 12pt;
}

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.lh-condensed {
	line-height: 1.25;
}

.border-top {
	border-top: 1px solid #e5e5e5;
}

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

.border-top-gray {
	border-top-color: #adb5bd;
}


/*
 * Home Page - Welcome Area
 *
 */

.wellcome-area {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.well-bg {
	position: relative;
}

.wellcome-text {
	margin: 20px 0;
	padding: 25px 40px;
}

.well-text>h2 {
	color: #fff;
	font-size: 44px;
	font-weight: 500;
	line-height: 50px;
}

.well-text p {
	font-size: 18px;
	font-style: italic;
	color: #fff;
}

.wellcome-text .section-headline p {
	margin-bottom: 0;
}

.subs-fields {
	display: inline-block;
	margin-top: 5px;
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

.subs-fields input {
	color: #fff;
	float: left;
	font-size: 15px;
}

.flicker-img>a {
	float: left;
	padding: 1px;
	width: 35.33%;
}


/*
 * Teams
 * 
 */

.team .card {
	margin-bottom: 10px;
}

.team .speteam {
	margin:10px 0px 30px 0px;
}

.team .speteam .card {
	min-height:290px;
	border:none;	
}

.team .speteam .card .card-text {
	color:#444;
	font-weight:400;
	font-size:13px;
}

.team .speteam img {
	height:290px;
}	
	

.team .card-body {
	font-family:  'Source Sans Pro', Courier, Arial, Helvetica, 'Sans-serif';
	font-size: 11pt;
	font-weight: 300;	
}

.team .image-overlay-content { 
	#background: rgb(0, 0, 0); 
	#background: rgba(0, 0, 0, 0.70);
	#background: rgba(255, 255, 255, 0.77);
	background:#fff;
	height: 75%;
	margin-top: 72px;
	#font-size: 11.5pt;
		opacity:0.9;	
		
}

.team .image-overlay-content h5 {
	color: #a40000;
}

.team .image-overlay-content p {
	color: #444;
	font-size:14px;
	font-weight:500;
}

.team .member {
	margin-bottom: 20px;
	overflow: hidden;
	text-align: center;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
	min-height:440px;
	border:none;
}

.team .member .member-img {
	position: relative;
	overflow: hidden;
	min-height: 300px;
}

.team .member .member-text {
	position: relative;
	overflow: hidden;
	min-height: 265px;
	border:0px solid red;
	font-size:13px;
	color:#444;
	font-weight:400;
	line-height:25px;
}

.team .member .card-footer {
	background:#fff;
	border-top:1px solid #fff;
	box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

.team .member .minfo {
	padding: none;
}

.team .member .minfo i {
	font-size: 18px;
	margin: 10px 0 0 5px;
	line-height: 0;
}

.team .member .member-info {
	padding: 25px 15px;
}

.team .member .member-info i {
	font-size: 25px;
	margin: 10px 0 0 10px;
	line-height: 0;
}

.team .member .member-info>h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 18px;
	color: #124265;
}

.team .member .member-info>span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #444;
}

.team .member .msocial {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 40px;
	opacity: 0;
	transition: ease-in-out 0.3s;
	text-align: center;
	background: rgba(255, 255, 255, 0.85);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid red;
}

.team .member .msocial-overlay-content {
	background: rgb(0, 0, 0);
	background: rgba(255, 255, 255, 0.75);
	height: 40px;
	transition: ease-in-out 0.3s;
	display: inline-flex;
	font-size: 11.5pt;
	font-color: red;
	border: 0px solid #4e9a06;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	margin-top: 190px;
}

.team .member .msocial-overlay-content i {
	font-size: 25px;
	margin: 15px 0 0 15px;
	line-height: 0;
}

/*
 * Global Utilities
 *
 */
 
 
.border-top {
	border-top: 1px solid #e5e5e5;
}

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

.box-shadow {
	box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.overflow-hidden {
	overflow: hidden;
}

.solidline {
	border-top: 1px solid #e6e6e6;
	margin: 0 0 30px;
	text-align: center;
}

.span12 {
	width: 100%;
	text-align: center;
}

.single-well>a {
	display: block;
}

.single-well ul li {
	color: #444;
	display: block;
	padding: 5px 0;
}

.single-well ul li i {
	color: #3EC1D5;
	padding-right: 10px;
	font-size: 12px;
}

.single-well p {
	color: #444;
}


.mycom {
	border: 0px solid red; #
	background: url(assets/images/arrow_bg_client_section.png) no-repeat,
		linear-gradient(270deg, #C964CF 0%, #00B4FF 100%);
	background: linear-gradient(130deg, #03A9F4 60%, #FFC107 30%);
	height: 210px;
	margin-bottom: 0; #
	background: url(assets/images/arrow_bg_client_section.png) no-repeat;
}

.h-demo {
	border: 1px solid #lightgray;
	height: 120px;
}

.h-demo button {
	border: none;
	background: #3a7999;
	color: #f2f2f2;
	padding: 10px;
	font-size: 18px;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	transition: all 500ms ease;
}

.h-demo button:hover {
	color: #ff7a59;
}

.h-demo button:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	transition: all 2s ease;
}

.h-demo button:hover:before {
	height: 42px;
}

.hoverWrapper:hover #hoverShow1 {
	display: block;
	position: relative;
}

.hoverWrapper #hoverShow1 {
	display: none;
	position: absolute;
	background-color: #ff0000;
	width: 250px;
	height: 250px; #
	left: 200px; #
	top: 100px;
}

.hide-me {
	display: none;
}

.myDIV:hover+.hide-me {
	display: block;
	color: red;
}

.section-title {
	font-size: 25px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 5px 20px;  
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;  
  border-radius: 50px;
  margin-bottom:20px;
}

.section-sub-title {
	font-size: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 5px 20px;  
  margin: 0;
  background: #e7f1fd;
  color: #4d6c08;
  #color: #103f8d;
  display: inline-block;  
  border-radius: 50px;
  margin-bottom:20px;
}


.section-bg {
  background-color: #f6f9fe;
}



/*
 * FlipBox
 *
 */

.flipme-box {
	background-color: lightgreen;
	width: 320px;
	height: 220px;
	border: 0px solid #f1f1f1;
	perspective: 1000px; 
}

.flipme-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.4s;
	transform-style: preserve-3d;
}

.flipme-box:hover .flipme-box-inner {
	transform: rotateY(180deg);
}

.flipme-box-front, .flipme-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; 
	backface-visibility: hidden;
}

.flipme-box-front {
	background-color: #bbb;
	color: black;
	font-size: 9pt;
}

.flipme-box-back {
	background-color: dodgerblue;
	color: white;
	transform: rotateY(180deg);
}

.mycard {
	width: 10rem;
	height: 12rem;
}

.mycard:hover {
	border: 1px solid red;
	height: 20rem;
	width: 20rem;
	position: relative;
	display: block;
}



/*
 *
 * Contact Us
 *
 */
 
.contactus .card {
	margin-bottom: 10px;
}

.contactus .card-header {
	height: 3em;
}


.contactus .writetous .wpcf7-form {
	border: 1px solid red;
}

.contactus .writetous .wpcf7-form .wpcf7-not-valid-tip {
	font-size: 19px;
	padding:10px;
	
}

.contactus .writetous .wpcf7-form .wpcf7-response-output {
	margin-top: 10px;
	width: 30em;
}

.contactus .writetous .wpcf7-form p {
	width: 14em;
	display: inline-block;
	margin: 5px;
}

.contactus .writetous .wpcf7-form div {
	width: 10em!auto;
	margin: 10px;
}

.contactus .writetous .wpcf7-form p input {
	width: 10em!auto;
}

.contactus .writetous .wpcf7-form .mesg textarea {
	width: 10em!auto;
	height: 10px;
}

.contactus .card .subscribe input {
	height: 30px;
}

.contactus .card .subscribe .wpcf7-submit {
	border: none;
	height: 30px;
}

.contactus .card .callme input {
	height: 30px;
}

.contactus .card .callme .wpcf7-submit {
	border: none;
	height: 30px;
}

.locations {
	border: 0px solid #d3d7cf;
	background: #ffffff;
}

.locations .card {
	display: inline-block;
	border: none;
	background: none;
	padding-top: 3px;
	margin: 5px;
}

.locations .card-header {
	height: 3em;
}

.locations .location {
	
}

.locations .phone {
	border: 0px solid red;
}

/*
 * Navigation
 *
 */



.custom-html-widget {
	border-top: 0px solid #FFC107;
	padding: 10px;
	color: #2e3436;
}


/* 
 * Testimonials - Carousel
 * 
 *
 */

.testimonial {
	background:
		url("/wp-content/uploads/2024/12/GTS-Business-1.jpg");
}

.testimonial .carousel-item {
	bottom: 6.5rem;
	background-color: #000;
	align: center;
	opacity: 0.7;
}

.testimonial .description {
	font-size: 13pt;
	text-align:justify;
}

.testimonial .overview {
	font-size: 11pt;
	text-align: center;
	padding-bottom: 1px;
}

.testimonial  .overview b {
	color: #ffffff;
	font-size: 15px;
	text-transform: uppercase;
	display: inline;
	padding-bottom: 1px;
}

.testimonial  .overview a {
	color: #6de9fb;
	font-size: 15px;
	text-transform: uppercase;
	padding-bottom: 1px;
	text-decoration: none;	
}

.testimonial .star-rating i {
	font-size: 14px;
	color: #ffdc12;
	align: center;
}

/*
 * Header - Banner - Content
 *
 */

.page-title-area {
	background-image: url('/wp-content/uploads/2024/12/gts_cus_2.jpg');	
	overflow: hidden;
	height: 225px;
	margin-bottom: 15px;
}

.page-title-area .pta-content {
	background: #000;
	opacity: 0.7;
	height: 220px;
	margin: 5px 0 0 0;
	padding:0 0 0 35px;	
	font-family: 'Source Sans Pro',  'Montserrat',  "Fjalla One", "Open Sans", sans-serif;
}

.page-title-area .pta-content h3 {
	width: auto;
	padding-bottom: 0px;
	font-size: 21pt;		
	margin-top:20px;
	color: #d6e8f6;	
}

.page-title-area .pta-content .display-4 {
	font-size: 35pt;
	font-family:'Source Sans Pro','Montserrat',  "Fjalla One", "Open Sans", sans-serif;
	font-weight:400;
}

.page-title-area .pta-content .display-5 {
	font-size: 20pt;
}

.page-title-area .pta-content .display-6 {
	font-size: 15pt;
}


/*
 *
 * Text Animation - General 
 *
 */

.animate-charcter {
	text-transform: uppercase;
	background-image: linear-gradient(-225deg, #ffffff 0%, #80bb00 29%, #00a5f0 67%, #007bff
		100%);
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 5s linear infinite;
	display: inline-block;	
}

.ani-chr-title { 
	#text-transform: uppercase;
	background-image: linear-gradient(-225deg, #ffffff 0%, #80bb00 29%, #00a5f0 67%, #007bff
		100%);
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 4s linear infinite;
	display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

/* lineup class and keyframes */
.lineUp {
	animation: 4s anim-lineUp ease-out;
}

@keyframes anim-lineUp {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

/* lineup class and keyframes */
.lineDown {
	animation: 4s anim-lineDown ease-out;
}

@
keyframes anim-lineDown { 
	0% {
		opacity: 0;
		transform: translateY(-100 %);
	}
	20%
	{
	opacity:0;
	}
	50%
	{
	opacity:1;		
	transform:translateY(0%);
	}
	100%
	{
	opacity:1;
	transform:translateY(0%);
	}
}
.fromtop {
	animation: 2s anim-fromtop linear infinite;
}

@
keyframes anim-fromtop { 0% { opacity: 0; transform: translateY(-100%);}
  25% { opacity: 1; transform: translateY(0%);}
  50% {
  }
  100% {
  }
}

/* subtle zoom to attention and then back */
.pop-outin {
	animation: 4s anim-popoutin ease;
}

@keyframes anim-popoutin {
  0% {
    color: black;
    transform: scale(0);
    opacity: 0;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  25% {
    color: red;
    transform: scale(2);
    opacity: 1;
    text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
  }
  50% {
    color: black;
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    /* animate nothing to add pause at the end of animation */
    transform: scale(1);
    opacity: 1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
  }
}

.line {
	width: 100%;
	height: 4rem;
	overflow: hidden;
	border: 1px solid black;
	padding: 0;
	margin-bottom: 16px;
}


/*
 *
 * Page - General - Top Bar
 *
 */

#topbar {
  background: #106eea;
  height: 40px;
  font-size: 10pt;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}
#topbar .contact-info i {
  font-style: normal;	
  color: #fff;
}
#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}
#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}
#topbar .social-links a {
	font-size: 14pt;	
	display: inline-block;
	background: #106eea;
	color: #fff;
	line-height: 1;
	padding: 2px;
	margin-right: 4px;
	border-radius: 4px;
	text-align: center;
	#width: 34px;
	#height: 34px;
	transition: 0.3s;

  
}
#topbar .social-links a:hover {
  #color: #ffd54f;  
}


#topbar .social-links i {
	margin:4px;
}

.header .contact-info {
	#font-size:10pt;
}

.header .contact-info i {	
	margin:10px;
}

.header .contact-info a {
	color:#fff;
	}
	
.header	.social-links i {
	padding:3px;
	font-size:14pt;
}

/*
 *
 * Features Services
 *
 */

.featured-services .icon-box {
  padding: 25px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #cbe0fb;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.featured-services .icon-box:hover::before {
  background: #106eea;
  top: 0;
  border-radius: 0px;
}
.featured-services .icon {
  margin-bottom: 15px;  
}

.featured-services .icon img {
  height:37px;
}

.featured-services .icon i {
  font-size: 35px;
  line-height: 1;
  color: #106eea;
  transition: all 0.3s ease-in-out;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 19px;
}
.featured-services .title a {
  color: #111;
  text-decoration:none;
}
.featured-services .description {
  font-size: 13px;
  line-height: 28px;
  margin-bottom: 0;
  text-align:justify;
}
.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}
.featured-services .icon-box:hover .icon i {
  color: #fff;
}


/*
 * Counts
 *
 */

.counts {
  padding: 70px 0 60px;
}
.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
}
.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #106eea;
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #062b5b;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}



/*
 * Clients
 *
 */


.clients {
  padding: 15px 0;
  text-align: center;
}
.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}
.clients img:hover {
  transform: scale(1.15);
}
@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}


/*
 * WPCF7 Contact Form - Customize
 *
 */

.wpcf7-form .wpcf7 input[type=file] {
	width: 100%;
	border-radius: 2px;
	border: #e0dfdf 1px solid;
	box-sizing: border-box;
	height: 50%;
	font-size: 14px;
	padding: 10px;
}


.wpcf7-form .wpcf7-mail-sent-ok {
	background-color: #4e9a06;
	color:#fff;	
}

.wpcf7-form .wpcf7-response-output {
	margin-top: 10px;
	border: 1px solid #babdb6;
	#background-color: #f1f6fe;
	font-size: 14px;	
	border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.wpcf7-form .wpcf7-not-valid-tip {
	font-size: 12px;
	padding:5px;	
} 

.wpcf7-form .wpcf7-validation-errors {
	color:red;	
	background-color: #f1f6fe;	
}


.contactus .writetous .wpcf7-form {
	border: 1px solid red;
}

.contactus .writetous .wpcf7-form .wpcf7-not-valid-tip {
	font-size: 19px;
	padding:10px;
	
}

.contactus .writetous .wpcf7-form .wpcf7-response-output {
	margin-top: 10px;
	width: 30em;
}

.contactus .writetous .wpcf7-form p {
	width: 14em;
	display: inline-block;
	margin: 5px;
}

.contactus .writetous .wpcf7-form div {
	width: 10em!auto;
	margin: 10px;
}

.contactus .writetous .wpcf7-form p input {
	width: 10em!auto;
}

.contactus .writetous .wpcf7-form .mesg textarea {
	width: 10em!auto;
	height: 10px;
}


@media {max-width: 380px) {

 .navbar .logo .tagline { 
 	font-size:20pt;
 }

	}


/*
 * General Responsive 
 *
 */

@media ( max-width : 575.98px) {
	
	body {
		font-family: 'Source Sans Pro',  "Open Sans", sans-serif;
		font-weight: 400;
		font-size: 9pt;
		color: #444444;
		background: #fff;	
	}
	
	h2 {
		font-size:25px;
	}
	
	h3 {
		font-size:20px;
	}
	
	.wpcf7-form input {
		font-size:12px;
	}
	
	.wpcf7-form select {
		font-size:12px;
	}
	
	.wpcf7-form textarea {
		font-size:12px;
	}
	
	.wpcf7-form p {
		font-size:12px;
	}
	.section-title {
		font-size:19px;
	}
	
	.header .contact-info {
		font-size:12px;
	}	
	
	.header .contact-info a
	 {
		font-size:12px;
	}
	
	.header .contact-info i
	 {
		font-size:9px;
	}
	
	.navbar {
		padding:0px;		
		border: 0px solid red;
		height: auto;
		font-family: 'Source Sans Pro',  "Fjalla One", Courier, Arial, Helvetica, 'Sans-serif';	
		margin:0px;
	}
	
	div.nav-menu {
		margin-top: 10px;
		padding-top: 5px;
		border-top: 3px solid #f3f3f3;
		align: center;
	}
	div.nav-menu a {
		font-size: 8pt;
		display: flex;
	}
	.navbar {
		height: auto;
	}
	div.nav-menu ul {
		display: block;
	}
	div.nav-menu li {
		display: block;
		width: 95%;
		border: 1px solid #f3f3f3;
		margin: 5px;
	}
	div.nav-menu .sub-menu, div.nav-menu .children {
		position: relative;
		left: 0;
		top: 100%;
		z-index: 1;
		background: #fff;
		color: #000;
		min-width: 190px;
		display: none;
		width: 95%;
	}
	div.nav-menu {
		display: block;
	}
	div.nav-menu .menu-item-has-children>a:after {
		content: '+';
		color: #656565;
		position: absolute;
		top: 8%;
		right: 2px; #
		margin-top: -8px;
		font-size: 13pt;
	}
	
	.navbar-toggler {
		font-size: 9pt;
		border: 1px solid red;
		color: #000;
	}
	.navbar .logo {
		border: 0px solid red;
		width: 100%;
	}
	.navbar .logo img {
		border: 0px solid red;
		width: 30px;
		height: 30px;
		float: left;
		margin-left: 0px;
		padding-left: 0px;
	}
	.navbar .logo h1 {
		font-size: 18pt;
		font-weight: bold;
		margin-top: 15px;
		margin-bottom: 0px;
	}
	.navbar .logo .tagline {
		font-size: 7pt;
		margin-top: 0px;
		float: left;
		padding-left: 0px;
	}


	.carousel-item>img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		height: 100%;	
		opacity: 0.50;	
		background-size: cover;
		background-position:100% 100%;
	}	

	/* .carousel-caption {
		top:4rem;		
	} */
	
	.carousel-caption h1 {
		font-size: 20pt;
		border: 0px solid red;
	}
	.carousel-caption h5 {
		font-size: 16pt;
		border: 0px solid red;
	}
	.carousel-caption span {
		font-size: 14pt;
		border: 0px solid red;
	}
	.carousel-caption .btn-small {
		font-size: 9pt;
	}
	.testimonial .carousel-item {
		bottom: 2rem;
	}

	.testimonial .carousel-caption {
		top: 1.5rem;
		/*bottom: 9rem;*/
		z-index: 10;		
		
	}	
	
	.testimonial .carousel-caption .description {
		font-size: 9pt;
	}
	.testimonial .carousel-caption .overview, .testimonial .carousel-caption .overview b,
		.testimonial .carousel-caption .overview a {
		font-size: 9pt;
	}
	
	.testimonial .carousel-caption .star-rating {		
		height:auto;
	}
	
	.testimonial .carousel-caption .star-rating i {
		font-size: 9pt;		
	}
	.testimonial .carousel-indicators {
		font-size: 6px;
	}
	
	.page-title-area .pta-content {
		padding:0 0 0 20px;		
		border:0px solid red;
	}
	
	.page-title-area .pta-content .desc {
		margin-right:10px;
	}
	
	.page-title-area .pta-content .desc p {
		font-size:16px;
		border:0px solid red;
	}
	
	.page-title-area .pta-content .desc button {
		font-size:12px;
		margin-top:10px;
	}
	
	.page-title-area .pta-content .display-4 {
		font-size: 20pt;
	}

	.page-title-area .pta-content .display-5 {
		font-size: 25px;
	}

	.page-title-area .pta-content .display-6 {
		font-size: 8pt;
	}

	#topbar {	  
	  font-size: 9pt;
	}

	#topbar span {	  
	  font-size: 9pt;
	}

	#topbar a {	  
	  font-size: 9pt;
	}

	
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  #background: url("/wp-content/uploads/2024/03/gts-bg.jpg") top left;
  background-size: cover;
  position: relative;
}
#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .container {
  position: relative;
}
#hero h1 {
  margin: 0;
  font-size: 37px;
  font-weight: 700;
  line-height: 56px;
  color: #222222;
  font-family: 'Source Sans Pro',"Poppins", sans-serif;
}
#hero h1 span {
  color: #106eea;
  font-size: 38px;
}
#hero h2 {
  color: #555555;
  margin: 5px 0 30px 0;
  font-size: 24px;
  font-weight: 400;
}
#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}
#hero .btn-get-started:hover {
  background: #247cf0;
}
#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#hero .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#hero .btn-watch-video:hover {
  color: #106eea;
}
#hero .btn-watch-video:hover i {
  color: #3b8af2;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

#hero .info-box h4 {
  color: #222222;
  margin: 5px 0 20px 0;
  font-size: 22px;
  font-weight: 600;	
}

#hero .info-box i {
  color: #106eea;
  margin:3px;
}

