/*
Theme Name: GTrack
Theme URI: https://deltashoppe.com
Author: DeltaShoppe
Author URI: https://deltashoppe.com
Description: This is a custom theme developed for GTrack
Version: 1.0
*/
@font-face {
	font-family: 'LibreBaskerville-Bold';
	src: url('fonts/LibreBaskerville-Bold.eot');
	src:  url('fonts/LibreBaskerville-Bold.woff') format('woff'),
	url('fonts/LibreBaskerville-Bold.ttf') format('truetype'),
	url('fonts/LibreBaskerville-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'nimbus-sans-reg';
	src: url('fonts/NimbusSanL-Reg.eot');
	src: url('fonts/NimbusSanL-Reg.eot?#iefix') format('embedded-opentype'),
	url('fonts/NimbusSanL-Reg.woff') format('woff'),
	url('fonts/NimbusSanL-Reg.ttf') format('truetype'),
	url('fonts/NimbusSanL-Reg.svg#NimbusSanL-Reg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NimbusSanL-Bold';
	src: url('fonts/NimbusSanL-Bol.eot');
	src: url('fonts/NimbusSanL-Bol.eot?#iefix') format('embedded-opentype'),
	url('fonts/NimbusSanL-Bol.woff') format('woff'),
	url('fonts/NimbusSanL-Bol.ttf') format('truetype'),
	url('fonts/NimbusSanL-Bol.svg#NimbusSanL-Bol') format('svg');
	font-weight: bold;
	font-style: normal;
}

/* fonts above */


/* reset styling */
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: var(--ctm-color-white);
	font-family: var(--font-NimbusSanLRegular);
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	height: 100%;
	color: var(--ctm-color-light-grey);
	font-size: 14px;
}

html,
body {
	height: 100%;
}

main {
	-webkit-box-flex: 1;
	flex: 1 0 auto;
}

footer {
	flex-shrink: 0;
}

* {
	padding: 0px;
	margin: 0px;
}

html,
body,
ul,
ol,
li,
form,
fieldset,
legend {
	margin: 0;
	padding: 0;
}

a:focus,
button:focus {
	outline: none !important;
}

a,
button {
	outline: none !important;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	letter-spacing: 0.06em;
	font-weight: normal;
}

a {
	margin: 0;
	padding: 0;
	text-decoration: none !important;
	letter-spacing: 0.06em;
}

a:hover {
	text-decoration: none !important;
}

fieldset,
img {
	border: 0;
}

p,
div {
	line-height: 2.5;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}
br{
	display:none;
}
/* reset styling end*/


/* variables declaration */
:root {
	--font-NimbusSanLBold: 'NimbusSanL-Bold';
	--font-NimbusSanLRegular: 'nimbus-sans-reg';
	--font-LibreBaskervilleBold: "LibreBaskerville-Bold";
	--font-LibreBaskervilleRegular: "LibreBaskerville-Regular";
	--ctm-color-white: #ffffff;
	--ctm-color-black: #000000;
	--ctm-color-dark-blue: #19335A;
	--ctm-color-dark-grey: #697A98;
	--ctm-color-blue: #4675C0;
	--ctm-h2-font-size: 42px;
}


/* variables declaration end */

/* Common Styling start */
h1{
	font-size: 46px;
	font-family: var(--font-LibreBaskervilleBold);
	color: var(--ctm-color-dark-blue);
	line-height: 60px;
	font-weight: 700;
	letter-spacing: 1px;
}
h2{
	line-height: 52px;
	color: var(--ctm-color-dark-blue);
	font-family: var(--font-LibreBaskervilleBold);
	letter-spacing: 1px;
}
h5{
	font-size: 22px;
	font-family: var(--font-NimbusSanLBold);
}
p{
	color: var(--ctm-color-dark-grey);
	font-size: 18px;
	line-height: 30px;
}
.gt_divider{
	background: #FFFFFF;
	height: 1px;
	margin: 60px 0 12px 0
}
.gt_logo-wrapper{
	width: 90px;
	height: 65px;
}
.gt_logo-wrapper img{
	width: 100%;
	height: auto;
}
section{
	background-color: var(--ctm-color-white);
}
.bg-grey{
	background: linear-gradient(135deg, rgba(184, 191, 214, 0.01) 0%, rgba(184, 191, 214, 0.22) 100%);
}
.gt_container{
	width: 1170px;
	margin: 0 auto;
}
.gt_title{
	font-family: var(--font-LibreBaskervilleBold);
	color: var(--ctm-color-dark-blue);
	font-size: var(--ctm-h2-font-size);
	margin-bottom: 10px;
}
.text-center{
	text-align: center;
}
.gt-ptb-90{
	padding: 90px 0;
}
.gt-ptb-90.gt-reverse{
	padding:0
}
.navigation.post-navigation{
	display:none;
}
.single article{
	padding:0 0 90px 0;
}
.single .entry-content{
	padding-top:90px;
}
/* Common Styling END */

/* Header Styling start */
.gt_header-outer{
	height: 90px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(184, 191, 214, 0.25);
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 11;
}
.gt_header{
	height: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gt_header ul li a, .gt_header ul li span{
	color: var(--ctm-color-dark-grey);
	font-family: var(--font-NimbusSanLRegular);
	font-size: 16px;
}
.gt_header ul li a:hover, .gt_header ul li a.gt-link-active{
	color: var(--ctm-color-blue);
}
.gt_header-right-side ul{
	float:right;
}
.gt_header-right-side ul li{
	display: inline-block;
	padding: 0px;
	position: relative;
}
.gt_header-right-side ul li a{
	padding: 0px 20px;
	position:relative;
	z-index:2;
}
.gt_header-right-side ul li:last-child{
	padding-right: 0;
}
ul{
	padding: 0;
	text-align: center;
}
ul li{
	cursor: pointer;
	list-style-type: none;
	font-size: 16px;
	display: inline-block;
	text-align: left;
}
.navbar-toggle{
	border:1px solid var(--ctm-color-dark-grey);
	padding: 2px 6px;
	background: #fff;
	height: 36px;
	display: none;
}
.navbar-toggle span{
	position: relative;
	width: 26px;
	display: block;
	height: 2px;
	background: var(--ctm-color-dark-grey)
}
.navbar-toggle span:before, .navbar-toggle span:after{
	position: absolute;
	content: '';
	height: 2px;
	width: 26px;
	left: 0;
	background: var(--ctm-color-dark-grey)
}
.navbar-toggle span:before{
	top: -8px;
}
.navbar-toggle span:after{
	bottom: -8px;
}
.gt-close-nav{
	display: none !important;
	border-bottom: 0 !important
}
.gt-dropdow img{
	margin-left: 10px;
}
.gt-navbar .sub-menu{
	position: absolute;
	width: 220px;
	background: var(--ctm-color-white);
	box-shadow: -4px 4px 22px rgba(184, 191, 214, 0.25);
	border-radius: 0px 0px 11px 11px;
	padding: 4px 17px !important;
	float: none !important;
	display: none;
	text-align: left;
	border-top: 3px solid var(--ctm-color-blue);
	top: 50px;

}
.gt-navbar .menu-item-has-children{
	position:relative;
}
.gt-navbar .menu-item-has-children>a{
	padding-right: 40px !important;
}
.gt-navbar .menu-item-has-children:after{
	content:'';
	width: 14px;
	height:10px;
	position:absolute;
	right:12px;
	background: url('/wp-content/uploads/2022/04/drop-arrow.png');
	top: 17px;
    background-repeat: no-repeat;
    background-size: contain;
	z-index:1;
}
.gt-navbar .sub-menu.gt-open{
	display: block;
}
.gt-dropdow-menu li{
	padding: 0 10px !important;
	border-bottom: 1px solid rgba(184, 191, 214, 0.2);
	display: block !important;
}
.gt-dropdow-menu li:last-child{
	border:0 !important;
}
.gt-dropdow-menu li a{
	padding-top: 8px;
	display: block;
	text-align: left;
	padding-bottom: 8px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.gt-dropdow-menu li:hover a{
	font-weight: 700;
	padding-left: 10px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
/* Header Styling End */

/*Vehicle Application Section Styling Start */
.gt_application-section-wrapper{
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.gt_application-illustration-wrapper{
	max-width: 900px;
	width: 100%;
	max-height: 600px;
	height: 100%;
}
.gt_application-illustration-wrapper img{
	width: calc(100% + 220px);
	height: auto;
	margin-left: -150px;
	margin-top: 10px;
	max-width: inherit;
}
.gt_application-section{
	padding: 220px 0 70px 0;
}
.gt_blue-btn{
	background-color: var(--ctm-color-blue);
	border: 2px solid var(--ctm-color-blue);
	color: var(--ctm-color-white);
	border-radius: 8px;
	padding: 5px;
	filter: drop-shadow(-4px 8px 22px rgba(74, 92, 123, 0.25));
}
.gt_bordered-btn{
	background-color: var(--ctm-color-white);
	border:2px solid var(--ctm-color-dark-blue);
	color: var(--ctm-color-dark-blue);
	border-radius: 8px;
	padding: 5px;
	filter: drop-shadow(-4px 8px 22px rgba(74, 92, 123, 0.25));
}
.gt_application-section-text{
	margin-top: 25px;
	margin-bottom: 25px;
	width: 65%
}
.gt_application-btn-container{
	display: flex;
	column-gap: 35px;
}
.gt_btn{
	width: 190px;
	border-radius: 8px;
	height: 54px;
	transition-duration: 0.3s;
	display: block;
	padding: 0;
	line-height: 52px;
}
.gt_btn:hover{
	cursor: pointer;
	background: var(--ctm-color-dark-blue);
	color: var(--ctm-color-white);
	border:2px solid var(--ctm-color-dark-blue);
	box-shadow: 0 15px 10px -15px rgb(0 0 0 / 100%);
	transition-duration: 0.3s;
}
.gt-app-store{
	display: flex;
	align-items: center;
	column-gap: 25px;
	padding-top: 65px;
	position: relative;
	z-index: 1;
}
.gt-app-store a{
	display: flex;
	align-items: center;
}
.gt-app-store a img:first-child{
	width: 100px;
}
.gt-app-store a span{
	display: inline-flex;
    height: 82px;
    background: #000;
    align-items: center;
    justify-content: center;
	border-radius:5px;
}
.gt-app-store a span img{
	width:180px !important;
}
/*Vehicle Application Section Styling End */


/*Feature and Services Section Styling Start */
.gt_feature-section{
	text-align: center;
}
.gt-feature-slider{
	margin: 0 -15px;
}
.gt-feature-item{
	color: var(--ctm-color-blue);
	text-align: left;
	font-size: 16px;
	padding: 60px 25px 0;
}
.gt-feature-count{
	font-family: 'NimbusSanL-Bold';
	padding: 0 30px;
	position: absolute;
	font-size: 16px;
	top: -85px;
	left: 0;
}
.gt-feature-card{
	margin-bottom: 30px;
}
.gt-card-shape{
	filter: drop-shadow(-4px 14px 12px rgba(74, 92, 123, 0.25));
	background: transparent;
	position: relative;
}
.gt-card-shape .gt-clip-path{
	background: url(images/shape.svg);
	background-size: 100%;
	height: 105px;
	border-radius:0 0 0;
	width: 100%;
	/*-webkit-transform: rotate(-160deg);
       -moz-transform: rotate(-160deg);
        -ms-transform: rotate(-160deg);
         -o-transform: rotate(-160deg);
            transform: rotate(-160deg);
            position: relative;
            top: 45px;
            left: 23px;*/
}

.gt-card-shape .gt-cube{
	min-height: 150px;
	background: #fff;
	position: relative;
	top: -2px;
	border-radius: 0 3px 42px 42px;
	padding:0px 28px 28px;
}
.gt-feature-img{
	height: 68px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.gt-feature-card img{
	max-width: 100% !important;
	width: auto !important
}
.gt-feature-card h3{
	margin-top: 8px;
	color: var(--ctm-color-blue);
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
}
.gt-feature-disc p{
	color: var(--ctm-color-dark-grey);
	font-size:18px;
}
.gt-feature-disc a{
	color: var(--ctm-color-blue);
	font-size:16px;
	font-weight: 700;
	text-decoration: none !important;
	border-bottom: 1px solid var(--ctm-color-blue)
}
.gt-carousel-nav{
	position: relative;
}
.gt-carousel-nav .owl-nav button span{
	display: none;
}
.gt-carousel-nav .owl-nav button{
	height: 40px;
	width: 30px;
	opacity: 1 !important;
	position: absolute;
	top:40%;
	z-index: 999;
}
.gt-carousel-nav .owl-nav button.owl-prev{
	background: url(images/left-arrow.svg) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	left: -50px;
}
.gt-carousel-nav .owl-nav button.owl-next{
	background: url(images/right-arrow.svg) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	right: -50px;
}

/*platforms section css*/
.gt-platforms{
	padding: 40px 0 0;
	position: relative;
	margin-bottom: 100px;
}
.gt-image-layers{
	text-align: center;
	position: relative;
	margin-bottom: -100px;
}
.gt-image-layers .layer-img-2{
	margin-left: -175px;
	margin-bottom: -15px;
}
.gt-image-layers img{
	max-width: 80%;
}
.gt-icon-card{
	background: #FFFFFF;
	box-shadow: -4px 18px 22px rgba(74, 92, 123, 0.25);
	border-radius: 22px;
	padding: 30px 10px 25px;
	display: table;
	margin: 0 auto;
	position: relative;
	top: 100px;
}
.gt-card-img{
	width: 77px;
	height: 77px;
	background: var(--ctm-color-blue);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
}
.gt-card-img img{
	max-height: 60%;
	max-width: 70%;
}
.gt-icon-wrapper{
	display: flex;
	justify-content: center;
}
.gt-icon-wrapper .gt-icon-item{
	position: relative;
	padding:0 30px;
}
.gt-icon-wrapper .gt-icon-item:after{
	position: absolute;
	width: 1px;
	height: 0px;
	background:  rgba(105, 122, 152, 0.25);
	content: '';
	height:80px;
	top: 0;
	right: 2px;
}
.gt-icon-wrapper .gt-icon-item:last-child:after{
	display: none;
}
.gt-icon-wrapper .gt-icon-item{
	position: relative;
	padding:0 30px;
}
.gt-icon-wrapper .gt-icon-item p{
	margin: 0;
	min-width: 120px;
	text-align: center;
}
.gt-row{
	display: grid;
}
.gt-grid-6{
	grid-template-columns: 1fr 1fr;
}
.gt-img{
	text-align: center;
}
.gt-img img{
	max-width: 85%;
	margin: 0 auto;
	display: block;
}
.gt-feature-title{
	display: grid;
	align-items: center;
	margin-bottom: 15px;
	grid-template-columns: 14% 86%;
}
.gt-feature-title .gt-card-img{
	margin: 0 15px 0 0 !important;
	width: 62px;
	height: 62px;
}
.gt-feature-title small{
	display: block;
	color: var(--ctm-color-blue);
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	margin-top: 8px;
}
.gt-feature-title h2{
	font-size: 34px !important;
	margin-top:0 !important;
}
.gt-reverse .gt-col-right{
	order: 1;
}
.gt-reverse .gt-col-left{
	order: 2
}

/* parteners */
.gt-partners-item{
	display: flex;
	align-items: center;
	background: #fff;
	height: 100px;
	justify-content: center;
	padding-top: 5px;
}
.gt-carousel-nav.gt-partners-slider{
	margin-top: 70px;
}
.gt-carousel-nav.gt-partners-slider .owl-nav button{
	top: 28%;
}
.gt-partners-slider .gt-partners-item img{
	width: auto !important;
	max-width: 80%;
	max-height: 80%;
}
/*fleet*/
#gt-platforms-242{
	background: url(/wp-content/uploads/2022/04/fleet-background.png);
	background-size: 100% 100%;
}
.gt-fleet .gt-image-layers{
	margin-bottom: 0;
}
.gt-fleet .gt_container{
	position: relative;
}
.gt-fleet .gt-image-layers img{
	position: absolute;
}
.gt-fleet .gt-image-layers .layer-img-1{
	position: relative;
}
.gt-fleet .gt-image-layers .layer-img-2{
	left: 55px;
	bottom: -70px;
	z-index: 1;
}
.gt-fleet .gt-image-layers .layer-img-3{
	left: 30px;
	bottom: -50px;
}
.gt-fleet .gt-image-layers .layer-img-4{
	right: -20px;
	bottom: -50px;
}
.gt-fleet .gt-image-layers .layer-img-5{
	right: -100px;
	bottom: -75px;
}

/*Reports*/

.gt-reports .gt-image-layers{
	margin-bottom: 30px;
}
.gt-reports .gt_container{
	position: relative;
}
.gt-reports .gt-image-layers img{
	position: absolute;
}
.gt-reports .gt-image-layers .layer-img-1{
	position: relative;
}
.gt-reports .gt-image-layers .layer-img-2{
	left: 80px;
	bottom: -200px;
}
.gt-reports .gt-image-layers .layer-img-3{
	right: -80px;
	bottom: -190px;
}

/*reports tabs*/
.gt-tabs{
	margin-top: 40px;
	position: relative;
	padding-bottom:0;
}
.gt-tabs:after{
	content: '';
	position: absolute;
	height: 2px;
	background:#B8BFD6;
	width: 100%;
	top: 128px;
}
.gt-tabs ul{
	margin: 0 auto;
	display: table;
	float: none;
	background: var(--ctm-color-white);
	border: 2px solid #B8BFD6;
	box-sizing: border-box;
	border-radius: 100px;
	padding: 5px;
	position: relative;
	z-index: 2;
	margin-bottom: 80px;
}
.gt-tabs ul li{
	border-radius: 100px;
	width: 208px;
	height: 61px;
	color: var(--ctm-color-dark-blue);
}
.gt-tabs ul li.gt-active{
	box-shadow: -4px 18px 22px rgba(74, 92, 123, 0.25);
	color: var(--ctm-color-dark-blue);
	background:var(--ctm-color-blue);
}
.gt-tabs ul li.gt-active a{
	color: var(--ctm-color-white);
}
.gt-tabs ul li a{
	color: var(--ctm-color-dark-blue);
	display: block;
	padding-top: 15px
}
.gt-reports-list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 90px;
	grid-row-gap: 60px;
}
.gt-reports-card{
	background: linear-gradient(135deg, rgba(184, 191, 214, 0.01) 0%, rgba(184, 191, 214, 0.22) 100%);
	box-shadow: -4px -15px 22px rgba(74, 92, 123, 0.25);
	border-radius: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 210px;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	top: 0px;
}
.gt-reports-card .gt-reports-card-img img{
	max-width: 90%;
	margin: 0 auto;
	display: block;

}
.gt-reports-list-item:hover .gt-reports-card{
	background: var(--ctm-color-dark-blue);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
	top: -15px;
	position: relative;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	box-shadow: -4px 18px 22px rgba(25, 51, 90, 0.25);
}
.gt-reports-list-item p{
	margin-top: 15px;
	text-align: center;
	color: var(--ctm-color-blue)
}
.gt-reports-card-disc{
	display: none;
}
.gt-reports-list-item:hover .gt-reports-card-disc p{
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.gt-reports-card-disc p{
	color: var(--ctm-color-white);
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	font-weight: 400;
	margin: 0;
}
.gt-reports-list-item:hover .gt-reports-card-disc{
	display: block;
}
.gt-reports-list-item:hover .gt-reports-card-img{
	display: none;
}

/*tracking*/
.gt-tracking .gt-image-layers img{
	width: 100%;
}
.gt-tracking{
	padding: 0;
}
.gt-tracking .gt-image-layers{
	margin-bottom: -190px
}
/*pricing table*/
.gt-pricing-table{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 30px;
	margin-top: 60px;
	margin-bottom: 40px;
}
.gt-page-content .gt-pricing-table h3{
	text-align:center
}
#gt-pricing.gt-ptb-90{
	padding-top:0;
	padding-bottom: 90px;
}
.gt-pricing-table .gt-pricing-item{
	box-shadow: -4px 10px 22px rgba(74, 92, 123, 0.25);
	border-radius:0 31px 0 31px;
	padding: 15px 20px 30px;
	position: relative;
}
.gt-pricing-item h3{
	color: var(--ctm-color-blue);
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	line-height: 26px;
	margin-bottom: 15px;
	font-family: var(--font-NimbusSanLBold)
}
.gt-pricing-item h3 span{
	font-size: 18px;
}
.gt-pricing-item .gt_btn{
	margin: 0 auto;
}
.gt-pricing-item ul{
	margin: 20px 0 30px;
}
.gt-pricing-item ul li{
	font-size: 16px;
	position: relative;
	padding-left: 30px;
	display: block;
	cursor:auto;
}
.gt-pricing-item ul li img{
	position: absolute;
	left: 0;
	top: 16px;
	width: 16px;
}
#gt-pricing-section{
	padding:20px 0;
}
.gt-price{
	text-align:center;
	margin-bottom:30px;
	box-shadow: 0px 0px 6px rgb(74 92 123 / 25%);
    border-radius: 6px;
    padding: 10px 0;
}
.gt-price .gt-price-item{
	border-bottom: 1px solid rgba(105, 122, 152, 0.25);
	padding:10px 0;
}
.gt-price .gt-price-item:last-child{
	border-bottom:0;
	padding-bottom:0;
}
.gt-price .gt-price-item:first-child{
	padding-top:0;
}
.gt-price .gt-price-item h3{
	font-size:14px;
	color: var(--ctm-color-dark-blue) !important;
	margin:0 0 7px;
	line-height:16px;
}
.gt-price .gt-price-item h2{
	font-size:18px;
	color:var(--ctm-color-blue) !important;
	margin: 0;
    line-height: 22px;
}
/*Contact us*/
.has-text-align-center{
	width: 865px;
    margin: 0 auto;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: rgba(105,122,152,0.3);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: rgba(105,122,152,0.3);
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: rgba(105,122,152,0.3);
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(105,122,152,0.3);
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: rgba(105,122,152,0.3);
}

::placeholder { /* Most modern browsers support this now. */
	color: rgba(105,122,152,0.3);
}
.gt-contact-wrapper{
	display: grid;
	grid-template-columns: 42% 58%;
	padding: 60px 80px 60px 50px;
	margin: 80px 0 120px;
	box-shadow: -4px 18px 22px rgba(74, 92, 123, 0.25);
	border-radius: 20px;
}
#gt-contact{
	padding-top: 90px;
}
.gt-contact-img img{
	max-width: 100%;
	margin: 30px auto 0;
}
.gt-contact-fields-wrapper{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 58px;
	grid-row-gap: 10px;
	padding:0 20px 0 50px;
}
.gt-field-group label{
	color: var(--ctm-color-dark-grey);
	font-size: 18px;
}
.gt-field-group .gt-form-control{
	color: var(--ctm-color-dark-grey);
	border: 1px solid #B8BFD6;
	border-radius: 8px;
	display: block;
	width: calc(100% - 30px);
	height: 50px;
	padding: 0 15px;
	font-size: 18px;
}
.gt-field-group select.gt-form-control{
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url("images/select-drop.svg");
	background-repeat: no-repeat;
	background-position-x: 95%;
	background-position-y: 20px;
	color: rgba(105,122,152,0.3);
	outline: none;
}
.gt-field-group select.gt-form-control option {
	color: var(--ctm-color-dark-grey);
}
.gt-contact-textarea-wrapper{
	padding:0 20px 0 50px;
	margin-top: 10px;
}
.gt-contact-textarea-wrapper .gt-form-control{
	padding: 15px;
	height: 70px;
}
.gt-submit-btn{
	text-align: right;
	padding:30px 20px 20px 0;

}
.gt-submit-btn .gt_btn{
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
}

/*map*/
#gt-map iframe{
	display: block;
	width: 100%;
	height: 660px
}

/* Footer Styling start */
.gt_footer{
	padding: 60px 0 15px 0;
	background: linear-gradient(90deg, #19335A 0%, #2D5087 63.54%, #4675C0 100%);
	color: #ffffff;
}
.gt_footer a:hover{
	color: #000;
	border-color: #000;
}
.gt_footer-wrapper{
	display: grid;
	grid-template-columns: 35% 26% 24% 15%;
	align-items: flex-start;
	color: var(--ctm-color-white) !important;
}
.gt_footer-wrapper h5, .gt_footer-wrapper .widget-title{
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 25px;
	margin-top: 10px;
	font-family: var(--font-NimbusSanLBold);
}
.gt_footer-wrapper p{
	color: var(--ctm-color-white) !important;
	font-weight: 400;
	font-size: 18px;
}
.gt_footer-wrapper .gt_logo-wrapper{
	margin-bottom: 25px;
}
.gt_copyrights-text{
	color: #F2F2F2;
	display: flex;
	justify-content: center;
}
.gt_footer-wrapper ul li{
	display: block;
	margin:0;
}
.gt_footer-wrapper ul li a{
	color: var(--ctm-color-white);
	font-weight: 400;
	font-size: 16px;
}
.gt_footer-wrapper .gt-usefull-links li a {
	border-bottom: 1px solid #fff;
}
.gt_footer-wrapper .gt-usefull-links li a:hover{
	border-color: #000;
}
.gt_footer-wrapper .gt-footer-contact-info{
	padding-bottom: 30px
}
.gt_footer-wrapper .gt-footer-contact-info p{
	font-size: 16px;
	padding-left: 40px;
	margin: 8px 0;
	position: relative;
	padding-right:15px;
}
.gt_footer-wrapper .gt-footer-contact-info p a{
	color: #fff;
}
.gt_footer-wrapper .gt-footer-contact-info p a:hover{
	color: #000
}
.gt_footer-wrapper .gt-footer-contact-info .gt-email img{
	top: 8px;
}
.gt_footer-wrapper .gt-footer-contact-info p img{
	position: absolute;
	left: 0;
	top: 6px;
}
.gt_footer-wrapper .gt-footer-contact-info h4{
	font-weight: 700;
	font-size: 18px;
	padding: 25px 0 0px 40px;
	line-height: 26px;
}
.gt-social-links{
	display: flex;
	grid-column-gap: 20px;
	padding: 35px 0;
}
.gt-social-links a{
	display: flex;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--ctm-color-white);
	align-items: center;
	justify-content: center;
}
.gt-social-links a:hover{
	background: #000;
}
.gt-social-links a:hover svg path{
	fill: #fff;
}
.gt_footer-wrapper .gt-app-store{
	padding-top: 0;
}
.gt_footer-wrapper .gt-app-store a img{
	width: 140px !important;
	border-radius: 6px;
}

/* About us page */
.gt-sub-page-banner{
	background: linear-gradient(149.78deg, #4675C0 4.78%, #8FC8EB 169.59%);
	padding: 220px 0 110px 0;
	text-align: center;
}
.gt-sub-page-banner h1{
	color: var(--ctm-color-white);
	margin-bottom: 5px;
}
.gt-sub-page-banner p{
	color: var(--ctm-color-white)
}
/* .gt-page-content{
	padding: 40px 0 100px;
} */
.inner_page{
	padding: 80px 0;
}
.gt-page-content h2{
	font-size: 42px;
	margin-bottom: 5px;
}
.gt-page-content h3{
	color: var(--ctm-color-blue);
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
}
.inner_page ul, .inner_page ol{
	margin: 15px 0 45px;
	padding: 0;
}
.inner_page li, .inner_page li{
	font-size: 18px;
	position: relative;
	padding-left: 55px;
	display: block;
	color: var(--ctm-color-dark-grey);
}
.inner_page ul li:before{
	content: '';
	position: absolute;
	width: 29px;
	height: 29px;
	background:url('/wp-content/uploads/2022/04/circle.png');
	background-size: cover;
	left: 9px;
    top: 8px;
}
.inner_page li{
	counter-increment: ol-counter;
}
.inner_page ol li:before{
	position: absolute;
	width: 20px;
	height: 20px;
	content: counter(ol-counter) ".";
	color:  var(--ctm-color-blue);
	left: 18px;
	top: 0px;

}
/* 404 page */
.error404 .page-header{
	display: none;
}
.not-found{
	text-align: center;
	padding: 120px 0;
}
.not-found h4{
	color: var(--ctm-color-blue);
	font-size: 70px;
}
#gt-platforms-242 .gt-ptb-90, #gt-platforms-393 .gt-ptb-90{
	background: #fff;
}
#gt-platforms-393 .gt-platforms{
	padding-top:0;
	background:transparent;
}
#gt-platforms-393 .gt-platforms .gt-image-layers{
	background: url(/wp-content/uploads/2022/04/vehicle-traking.png);
    background-size: 100% 100%;
	height:85vh;
	margin-bottom: -190px;
}
/*Responsiveness*/

@media screen and (max-width: 1300px) {
	.gt_container, .has-text-align-center{
		width: 940px;
		padding: 0 15px;
	}
	.gt-feature-slider {
		margin: 0px;
	}
	.gt-fleet .gt-image-layers .layer-img-1 {
		width: 500px;
	}
	.gt-fleet .gt-image-layers .layer-img-2{
		width: 380px;
		left: 160px;
	}
	.gt-fleet .gt-image-layers .layer-img-3{
		width: 400px;
		left: 90px
	}
	.gt-fleet .gt-image-layers .layer-img-4{
		width: 350px;
		right: 100px;
	}
	.gt-fleet .gt-image-layers .layer-img-5{
		width: 300px;
		right: 20px
	}
	.gt-carousel-nav .owl-nav button.owl-prev{
		left: -20px
	}
	.gt-carousel-nav .owl-nav button.owl-next{
		right: -20px
	}
	.gt-reports .gt-image-layers img {
		width: 440px;
	}
	.gt-reports .gt-image-layers .layer-img-3 {
		right: 25px;
		bottom: -140px;
	}
	.gt-reports .gt-image-layers .layer-img-2 {
		left: 185px;
		bottom: -160px;
	}
	.gt-reports-list{
		grid-column-gap: 50px;
		grid-row-gap: 50px
	}
	.gt_application-illustration-wrapper img {
		width: calc(100% + 130px);
    	margin-left: -90px;
	}
	.gt-partners-list .gt-partners-item a img{
		width: 100%;
	}
	.gt-icon-wrapper .gt-icon-item p{
		font-size: 16px;
		min-width: 100px;
	}
	.gt-feature-title h2 {
		font-size: 26px !important;
		line-height: 32px;
	}
	.gt-pricing-item .gt_btn{
		bottom: auto;
		position:static;
		display:block;
		margin:0 auto;
	}
	.gt-pricing-table .gt-pricing-item{
		padding-bottom: 30px;
	}
	.gt-pricing-item ul{
		margin-bottom: 30px;
	}
	.gt-contact-wrapper {
		padding: 40px 30px 40px 30px;
	}
	#gt-map iframe{
		height: 460px;
	}
	.gt_footer-wrapper {
		grid-template-columns: 33% 27% 22% 19%;
	}
	.gt_title{
		font-size: 34px;
	}
	h1{
		font-size: 36px;
	}
	.gt_application-section{
		padding-top: 160px
	}
	.gt-app-store{
		padding-top: 50px;
	}
	.gt-ptb-90{
		padding: 70px 0;
	}
	.single article{
		padding:0 0 70px 0;
	}
	.single .entry-content{
		padding-top:70px;
	}
	.gt-tabs:after{
		top: 107px;
	}
	.gt-feature-title small{
		margin-bottom: 10px;
		margin-top: 2px;
	}
	.gt-page-content h3{
		font-size:16px;
	}
	#gt-platforms-393 .gt-platforms .gt-image-layers{
		height:56vh;
	}
}
@media screen and (max-width: 991px) {
	.gt_container, .has-text-align-center{
		width: 730px;
	}
	.gt-navbar{
		position: fixed;
		left: -100%;
		top: 0;
		height: 100%;
		overflow: hidden;
		overflow-y: auto;
		background: #fff;
		width: 100%;
		max-width: 320px;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-ms-transition: 300ms;
		-o-transition: 300ms;
		transition: 300ms;
	}
	.gt-navbar.gt-nav-open{
		box-shadow: 0px 0px 0px 1000px rgba(0,0,0,0.5);
		padding-top: 40px;
		left: 0;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-ms-transition: 300ms;
		-o-transition: 300ms;
		transition: 300ms;
	}
	.navbar-toggle{
		display: block;
	}
	.gt-close-nav{
		display: block !important;
		position: absolute !important;
		right: 20px;
		top: 15px;
	}
	.gt-close-nav span{
		display:block;
		background: url('/wp-content/uploads/2022/04/cross-icon.png');
		background-repeat: no-repeat;
    	background-size: contain;
    	background-position: right;
	}
	.gt-close-nav img{
		width: 18px;
	}
	.gt_header-right-side .gt-navbar ul{
		float: none;
		text-align: left;
	}
	.gt_header-right-side .gt-navbar ul li{
		display: block;
		border-bottom: 1px solid rgba(184, 191, 214, 0.2);
		padding: 0;
	}
	.gt_header-right-side .gt-navbar ul{
		padding: 0 !important;
	}
	.gt_header-right-side .gt-navbar ul li a, .gt_header-right-side .gt-navbar ul li span{
		display: block;
		text-align: left;
		padding: 10px 20px;
	}
	.gt_header-right-side .gt-navbar ul li span{
		margin-top: 1px;
	}
	.gt_header-right-side .gt-navbar ul li span img{
		float: right;
		margin-top: 16px;
		margin-right: 10px;
	}
	.gt-nav-open .sub-menu{
		position: static;
		padding: 0;
		width: 100%;
	}
	.gt-nav-open .sub-menu{
		box-shadow: 0 0 0;
	}
	.gt-navbar .menu-item-has-children{
		padding-right:0 !important;
	}
	p br{
		display: none;
	}
	h1 {
		font-size: 28px;
		line-height: 44px;
	}
	.gt-app-store{
		display:block
	}
	.gt-app-store a{
		justify-content:center
	}
	.gt_application-illustration-wrapper img {
		width: calc(100% + 100px);
		margin-left: -100px;
	}
	.gt_application-section-text {
		width: 85%;
	}
	.gt_btn {
		width: 174px;
		height: 48px;
		line-height: 48px;
	}
	#gt-platforms .gt-image-layers .layer-img-1{
		width: 500px;
	}
	#gt-platforms .gt-image-layers .layer-img-2{
		width: 150px;
		margin-left: -122px;
	}
	.gt-icon-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.gt_footer-wrapper{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-areas:  "footerInfo footerInfo footerInfo"
                              "footerContact footerPages footerLinks";
	}
	.gt_footer-wrapper>div:first-child{
		grid-area: footerInfo;
	}
	.gt_footer-wrapper>div:nth-child(02){
		grid-area: footerContact;
	}
	.gt_footer-wrapper>div:nth-child(03){
		grid-area: footerPages;
		padding-left: 50px;
	}
	.gt_footer-wrapper>div:nth-child(04){
		grid-area: footerLinks;
		padding-left: 50px;
	}
	.gt_footer-wrapper .gt-app-store{
		margin-bottom: 40px;
	}
	.gt-feature-item{
		padding: 60px 20px 0;
	}
	.gt-ptb-90 {
		padding: 50px 0;
	}
	.single article{
		padding:0 0 50px 0;
	}
	.single .entry-content{
		padding-top:50px;
	}
	p{
		font-size: 16px;
	}
	.gt-carousel-nav .owl-nav button{
		position: static;
		margin: 30px 10px 0 !important;
	}
	.gt-card-img {
		width: 60px;
		height: 60px;
	}
	.gt-icon-card{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.gt-icon-wrapper .gt-icon-item {
		padding: 15px 20px;
	}
	.gt-icon-wrapper .gt-icon-item:after{
		top: 30px;
	}
	.gt-fleet .gt-image-layers .layer-img-1 {
		width: 370px;
	}
	.gt-fleet .gt-image-layers .layer-img-2 {
		width: 300px;
	}
	.gt-fleet .gt-image-layers .layer-img-3 {
		width: 280px;
		left: 90px;
	}
	.gt-fleet .gt-image-layers .layer-img-4 {
		width: 260px;
		right: 80px;
	}
	.gt-fleet .gt-image-layers .layer-img-5 {
		width: 225px;
		right: 0px;
	}
	.gt-icon-wrapper .gt-icon-item:nth-child(03):after{
		display: none;
	}
	.gt-fleet {
		background-size: inherit;
		background-position: bottom center;
	}
	.gt-feature-title {
		grid-template-columns: 20% 80%;
	}
	.gt-feature-title .gt-card-img {
		width: 55px;
		height: 55px;
	}
	.gt-icon-wrapper .gt-icon-item p {
		min-width: 150px;
	}
	.gt-reports .gt-image-layers img {
		width: 300px;
	}
	.gt-tabs ul li {
		width: 180px;
		height: 50px;
	}
	.gt-tabs ul li a{
		line-height: 20px;
	}
	.gt-tabs:after {
		top: 82px;
	}
	.gt-tabs ul{
		margin-bottom: 60px;
	}
	.gt-reports-list {
		grid-column-gap: 30px;
		grid-row-gap: 35px;
	}
	.gt-reports-card-disc p{
		font-size: 15px;
		line-height: 20px;
	}
	.gt-reports-card{
		box-shadow: -4px -5px 22px rgb(74 92 123 / 20%);
		height: 160px;
	}
	.gt-pricing-table{
		grid-template-columns: 1fr;
		grid-row-gap: 30px;
	}
	.gt-pricing-table .gt-pricing-item{
		border-radius: 31px;
	}
	.gt-contact-fields-wrapper{
		padding: 0;
		grid-column-gap: 25px;
	}
	.gt-contact-textarea-wrapper{
		padding: 0;
	}
	.gt-submit-btn{
		padding-right: 0;
	}
	.gt-contact-wrapper{
		margin-bottom: 80px;
		margin-top: 50px;
	}
	#gt-contact{
		padding-top: 50px
	}
	.gt-navbar .menu-item-has-children:after{
		right: 15px;
		top: 22px;
/* 		width: 100%;
    	height: 51px;
		background-size: 17px;
    	background-position: 94% 52%; */
	}
	.gt-carousel-nav.gt-partners-slider .owl-nav{
		text-align:center;
	}
	#gt-platforms-393 .gt-platforms .gt-image-layers{
		height:40vh;
	}
}

@media screen and (max-width: 767px) {
	h1{
		font-size: 24px;
	}
	.gt_container, .has-text-align-center{
		width: calc(100% - 30px);
	}
	.gt_footer-wrapper{
		display: block;
	}
	.gt_application-section-wrapper{
		display:block;
	}
	.gt_application-illustration-wrapper img {
		width: 100%;
		margin-left: 0;
	}
	.gt-icon-wrapper {
		display: block;
		text-align:center
	}
	#gt-platforms .gt-image-layers .layer-img-1 {
		width: 60%;
	}
	.gt_application-section-wrapper{
		text-align: center;
	}
	.gt_application-section-text{
		width: auto;
	}
	p{
		padding: 0 15px;
	}
	br{
		display: none;
	}
	.gt_application-btn-container {
		column-gap: 15px;
		justify-content: center;
	}
	.gt-app-store {
		align-items: center;
		padding-top: 30px;
		justify-content: center;
		column-gap: 8px;
	}
	.gt_application-section{
		padding-bottom: 0px;
		padding-top: 100px;
	}
	.gt-reports-list{
		grid-template-columns: 1fr 1fr;
	}
	.gt-ptb-90 {
		padding: 30px 0;
	}
	.single article{
		padding:0 0 30px 0;
	}
	.single .entry-content{
		padding-top:30px;
	}
	.gt_title {
		font-size: 28px;
	}
	.gt-feature-card{
		text-align: center;
		height: auto;
	}
	.gt-feature-card img{
		display: block;
		margin: 0 auto;
	}
	.gt-feature-disc p{
		text-align: center;
	}
	.gt-feature-disc a{
		display: table;
		margin: 0 auto;
	}
	#gt-platforms .gt-image-layers .layer-img-2 {
		width: 18%;
		margin-left: -16%;
	}
	.gt-icon-wrapper .gt-icon-item p{
		min-width: auto;
	}
	.gt-icon-wrapper .gt-icon-item:after{
		display: none;
	}
	.gt-icon-wrapper .gt-icon-item:nth-child(odd):after{
		display: block;
	}
	.gt-icon-wrapper .gt-icon-item.gt-last:after{
		display: none;
	}
	.gt-icon-card{
		max-width: 100%;
		width:86%;
		padding: 15px 0;
	}
	.gt-feature-item{
		padding-top: 30px;
	}
	.gt-row{
		grid-template-columns: 1fr;
	}
	.gt-col-left{
		order: 1;
	}
	.gt-img{
		margin-bottom: 5px;
		margin-top: 30px;
	}
	.gt-fleet .gt-image-layers .layer-img-1 {
		width: 60%;
	}
	.gt-fleet .gt-image-layers .layer-img-2 {
		width: 40%;
		margin-bottom: 0;
		bottom: -30px;
	}
	.gt-fleet .gt-image-layers .layer-img-3 {
		width: 45%;
		left: 20px;
		bottom: -20px;
	}
	.gt-fleet .gt-image-layers .layer-img-4 {
		width: 45%;
		right: 20px;
		bottom: -25px;
	}
	.gt-fleet .gt-image-layers .layer-img-5 {
		width: 38%;
		right: 0px;
		bottom: -40px;
	}
	.gt-fleet .gt-image-layers {
		margin-bottom: -50px;
	}
	.gt-feature-title h2 {
		font-size: 22px !important;
		line-height: 26px;
	}
	.gt-tabs ul li {
		width: 120px;
	}
	.gt-tabs:after {
		top: 92px;
	}
	.gt-tabs ul {
		margin-bottom: 40px;
	}
	.gt-reports-card-disc p {
		font-size: 14px;
		padding: 0;
		line-height: 18px;
	}
	.gt-pricing-table{
		margin: 40px 0 0;
	}
	.gt-contact-wrapper{
		grid-template-columns: 1fr;
		padding: 0px 20px 10px 20px;
	}
	.gt_footer .gt-app-store{
		justify-content: left;
	}
	.gt_footer-wrapper>div{
		padding-left: 0px !important;
	}
	.gt_footer-wrapper h5{
		margin-bottom: 0;
	}
	.gt-reports .gt-image-layers img {
		width: 40%;
	}
	.gt-reports .gt-image-layers .layer-img-3 {
		right: 15px;
		bottom: -50%;
	}
	.gt-reports .gt-image-layers .layer-img-2 {
		left: 185px;
		bottom: -50%;
	}
	.gt-reports .gt-image-layers {
		margin-bottom: -65px;
	}
	.gt-reports-card .gt-reports-card-img img {
		max-width: 65%;
	}
	.gt-icon-wrapper .gt-icon-item {
		padding: 15px 10px;
		display: inline-table;
    	width: 42%;
	}
	.gt-icon-wrapper .gt-icon-item:after{
		right: -2px;
	}
	.gt-icon-wrapper .gt-icon-item:last-child{
		width: 90%;
    	margin: 0 auto;
    	display: block;
	}
	.gt-icon-wrapper .gt-icon-item:last-child:after{
		display:none;
	}
	.gt-sub-page-banner{
		padding: 190px 0 90px 0;
	}
	.gt-page-content {
		padding: 20px 0 70px;
	}
	.gt-page-content p{
		padding: 0;
	}
	.gt-page-content h2 {
		font-size: 22px;
		margin-top: 0px;
	}
	.gt-card-shape .gt-clip-path{
		height: 160px;
	}
	.gt-col-rigt{
		order:2;
	}
	.gt-tabs{
		padding-top:60px;
	}
	.home .gt-page-content{
		padding:0;
	}
	.gt_footer-wrapper h5, .gt_footer-wrapper .widget-title{
		margin-bottom:0;
	}
	.gt-page-content p.text-center{
		padding: 0 10px;
	}
	.gt-img img[src*="/mobile-location.png"]{
		position: relative;
    	left: -6%;
	}
	#gt-platforms-393 .gt-platforms .gt-image-layers{
		height:25vh;
	}
	#gt-pricing-section{
		padding:10px 0;
	}
	.gt-app-store a img:first-child {
		width: 70px;
	}
	.gt-app-store a span{
		height:60px;
	}
}
@media screen and (max-width: 395px) {
	.gt_application-section .gt-app-store{
		display: table;
		margin: 0 auto;
	}
	.gt_btn {
		height: 48px;
		padding: 0 6px;
		font-size: 16px;
	}
	.gt-contact-wrapper{
		margin-bottom: 50px;
		margin-top: 30px;
	}
	.gt-contact-fields-wrapper{
		grid-template-columns: 1fr;
	}
	h1 {
		font-size: 24px;
		line-height: 35px;
	}
	.gt-feature-disc p {
		padding: 0;
	}
	.gt_btn{
		font-size: 14px;
	}
	#gt-platforms-393 .gt-platforms .gt-image-layers{
		background-size:cover;
	}
	.gt-app-store a{
		margin-bottom:10px;
	}
}
@media screen and (max-width: 350px) {
	
	.gt_title {
		font-size: 24px;
		line-height: 30px;
	}
	.gt-feature-title {
		grid-template-columns: 22% 78%;
	}
	.gt-feature-title h2 {
		font-size: 20px !important;
		line-height: 24px;
	}
	.gt-feature-title small {
		font-size: 16px;
		line-height: 20px;
	}
	.gt-partners-item {
		height: 75px;
	}
	.gt-reports-card-disc p {
		width: calc(100% + 20px);
		margin-left: -10px;
	}
	.gt-app-store {
		column-gap: 10px;
	}
}