
/* ------------- rajeshjha ------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
	font-family: "Flaticon";
	src: url("../fonts/flaticon.eot");
	src: url("../fonts/flaticon.eot#iefix") format("embedded-opentype"),
	url("../fonts/flaticon.woff") format("woff"),
	url("../fonts/flaticon.ttf") format("truetype"),
	url("../fonts/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'latohairline';
    src: url('../fonts/lato-hai-webfont.eot');
    src: url('../fonts/lato-hai-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-hai-webfont.woff') format('woff'),
         url('../fonts/lato-hai-webfont.ttf') format('truetype'),
         url('../fonts/lato-hai-webfont.svg#latohairline') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
    font-size: 20px;
	font-style: normal;	
}
.flaticon-arrow351:before {
	content: "\e000";
}
.flaticon-big44:before {
	content: "\e001";
}
.flaticon-check13:before {
	content: "\e002";
}
.flaticon-checkmark17:before {
	content: "\e003";
}
.flaticon-open7:before {
	content: "\e004";
}
.flaticon-phone71:before {
	content: "\e005";
}
.flaticon-yield:before {
	content: "\e006";
}
.glyph-item { 
    line-height: 1;
	display: inline-block;
}
/* ------------- Main Styles ------------- */
body {
	color: #bdc3c7;
	font-size: 14px;
	padding: 0;
	font-family: "Poppins", sans-serif;
	-webkit-font-smoothing: antialiased !important;
	background: url(../images/bg.png) top left repeat #fff;
	overflow-x: hidden;	
	margin: 0 auto;
}
a, a:hover, a:focus, .btn:focus{
    text-decoration: none;
	outline: none;
}
img, img.responsive {
	max-width:100%;
	width: auto \9 !important;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.static {
	position: static;
}
.container {
    max-width: 1200px;
	width: 100%;
}
.no-padding {
	padding: 0;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.animated {
	visibility:hidden;
	animation-fill-mode: none;
	-webkit-animation-fill-mode: none;
	-moz-animation-fill-mode: none;
	-o-animation-fill-mode: none;
	-ms-animation-fill-mode: none;
}
.visible {
	visibility:visible;
}
.btn:hover, .btn:focus {
	background: #FFFFFF;
}
.btn {
	display: inline-block;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
/* ------------- Extra Classes ------------- */
.text-extrabold {
	font-weight: 700;
}
.text-bold {
	font-weight: 700;
}
.light-italic {
	font-weight: 300;
	font-style: italic;
}
.extrabold-italic {
	
	font-weight: 800;
	font-style: italic;
}
.bold-italic {
	
	font-weight: 700;
	font-style: italic;
}
.color-yellow {
	color: #F1C40F;
}
.color-grey {
	color: #7f8c8d;
}
.color-white {
	color: #FFFFFF;
}
.pageloader { 
	background: url(../images/loader.gif) center center no-repeat #fff;  
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;	
}
/* ------- Z Indexes ------- */
.index-1 {
	z-index: 1;
}
.index-2 {
	z-index: 2;
}
.index-3 {
	z-index: 3;
}
.index-4 {
	z-index: 4;
}
.index-big {
	z-index: 99;
}
/* ------- Social Icon Hover Styles ------- */
.gk-facebook:hover, .gk-facebook:focus, .gk-facebook:active {
	background: #3B5999;
	color: #fff;
}
.gk-twitter:hover, .gk-twitter:focus, .gk-twitter:active {
	background: #00ACEE;
	color: #fff;
}
/* ------- Title and Desc Styles ------- */
.section-title {
	
	font-size: 61px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 300;
}
.after-2000 .section-title, .after-2600 .section-title, .after-3000 .section-title {
	font-size: 60px;
}
.section-msg {
	
	font-weight: 300;
	font-size: 23px;
	line-height: 1.4;
	margin-top: 0px;
}
.section-msg1 {
	
	font-weight: 300;
	font-size: 42px;
}
.gk-triangle-medium:before, .gk-triangle-medium:after {
	font-size: 30px;
}
/* ------- Pointer Arrow Common Styles ------- */
.gk-pointer-features {
	position: absolute;
}
.gk-pointer-features.animated {
	visibility: hidden;
}
.gk-pointer-features.visible {
	visibility: visible;
}
/* ------------- Button Styles ------------- */
.gk-btn {
	
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	padding: 13px 12px;
	width: 159px;
}
.gk-btn .fa {
	padding-right: 8px;
}
.gk-btn-margin {
	margin-right: 30px;
}
.yellow-btn {
	border-color: #F1C40F;
	color: #F1C40F;
}
.yellow-btn:hover, .yellow-btn:active, .yellow-btn:focus {
	background: #F1C40F;
	color: #FFFFFF;
}
.yellow-btn:hover i, .green-btn:hover i{color: #fff}
.green-btn:hover, .green-btn:active, .green-btn:focus {
	background: #35a854;
	color: #FFFFFF;
}
.green-btn {
	border-color: #fff;
	color: #fff;
}
/* =========================== HEADER SECTION ============================== */
/* ------------- Triangle Background ------------- */
.triangle-bg {	
	min-height: 480px;
	position: relative;
	top: -70px;	
	margin: 0 auto;
	background: #FFFFFF;
}
.triangle-bg:before {
	border-color: #286bda transparent transparent #286bda;
    border-style: solid;
    border-width: 550px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;	
}
.after-1600 .triangle-bg:before {
	border-width: 630px;
}
.after-1800 .triangle-bg:before {
	border-width: 675px;
}
.after-2000 .triangle-bg:before {	
	border-width: 725px;
}
.after-2600 .triangle-bg:before {
	border-width: 900px;
}
.after-3000 .triangle-bg:before {	
	border-width: 1350px;
}
/* ------------- Logo & Menu ------------- */
.logo-container {
	background: rgba(255,255,255,1);
	color: #fff;
	padding: 6px 0 6px;
	box-shadow: 0 0 20px #eee;
}
nav{margin-top: 18px;}
.sticky-navigation {
	width: 100%;
	z-index: 9999;	
	position: relative;
}
/* -------- Navigation --------- */
.top-navbar {
	margin: 0;
	min-height: inherit;
}
.top-navbar ul.nav a {	
	font-size: 15px;
	font-weight: 600;	
	color: #1c2836;
}
.top-navbar ul.nav a:hover, .top-navbar ul.nav a:focus, .top-navbar ul.nav a:active, .top-navbar ul.nav li.active a {
	background:none !important;
	color: #286bda;
}
.navbar-toggle {
	background-color: #e78c32;
	margin-top:-40px;
	margin-right:0px;
}
.navbar-toggle .icon-bar {
	background-color:#fff;
}
.navbar-nav {
	margin: 0;
}
.navbar-nav li {
	margin-right: 20px;
}
.after-2000 .navbar-nav li, .after-2600 .navbar-nav li {
	margin-right: 12px;
}
.navbar-nav li a{
	padding-bottom:7px;
	padding-top:7px;
}
.top-navbar .dropdown a{
	background:none !important;
}
/* ------------- Top Social Icon Styles ------------- */
.top-social-icon {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
.top-social-icon li {
	float: left;	
}
.top-social-icon li a {
	background: #fff;
	border-radius: 100%;	
	font-size: 12px;	
	display: block;
	width: 18px;
	height: 18px;
	color: #1b2633;
	margin: 7px 26px 0 0;	
}
.top-social-icon li .fa {
	width: 18px;
	height: 18px;
	display: block;
	line-height: 18px;
	text-align: center;
}
.top-social-icon li:last-child a {
	margin-right: 0;
}
/* =========================== BANNER SECTION ============================== */
/* ------------- Left Banner Styles ------------- */
.left-banner-text {
	margin-top: 60px;
	padding-top: 50px;
	color: #FFFFFF;
}
.after-1500 .left-banner-text {
	margin-top: 0px;
}
.after-1500 .right-banner-image {
	margin-top: 20px;
}
.left-banner-text h1 {
	font-size: 36px;
	margin-bottom: 0px;
	font-weight: 600;
	line-height: 44px;
}
.left-banner-text h6{font-size: 18px; line-height: 25px; color: #ffe700;}
.banner-text {
	font-weight: 300;
	font-size: 16px;
	padding: 0 30px 0 0;
	color: #fff;
	line-height: 28px;
}
.banner-button {
	padding: 32px 45px 0 0;
}
.triangle-shape {
	padding: 45px 0 0;
}
.flaticon.gk-triangle-bigsharp:before, .flaticon.gk-triangle-bigsharp:after {
	font-size: 36px;
	font-weight: bold;
}
.banner-section {
	padding-top: 70px;
	position: relative;
	z-index: 10;
}
.banner-triangle:hover, .banner-triangle:active, .banner-triangle:focus {
	color: #FFFFFF;	
}
.banner-triangle:hover {
	opacity: 0.6;
	transition: all 0.4s ease-in 0s;
	-moz-transition: all 0.4s ease-in 0s;
	-webkit-transition: all 0.4s ease-in 0s;
	-o-transition: all 0.4s ease-in 0s;
	-ms-transition: all 0.4s ease-in 0s;
}
.banner-left-margin {
	margin-left: 45px;
	margin-bottom: 12px;
}
/* ------------- Right Banner Styles ------------- */
.right-banner-image {
	padding-top: 10px;
	margin-top: 50px;
}
.banner-image-info {
	margin-top: 290px;
}
.banner-info {
	
	font-weight: 300;
	font-size: 12px;
	color: #bdc3c7;
	padding-right: 5px;
}
.banner-info .text-bold {
	font-size: 32px;
	display: block;
	color: #7f8c8d;
}
.close-brackets {
	font-family: 'latohairline';
	color: #dee1e4;
	font-size: 86px;
}
.banner-image-info .fa {
	font-size: 32px;
	vertical-align: top;
	line-height: 80px;
	margin-top: 20px;
	padding-left: 15px;
	width: 40px;
}
.banner-info-right {
	margin-top: -30px;
}
/* =========================== SHAPE SECTION ============================== */
.shape-section {	
	position: relative;
	overflow: hidden;
	top: -110px;	
	margin: 0 auto -110px auto;
	background: #FFFFFF;
}
.gk-shape-cover {    
    position: relative;
    top: 0;
	margin-bottom: 80px;
}
.gk-dd-shape {
    width: 100%;
    height: 1800px;
    position: relative;
	max-width: 1600px;
	margin: 0 auto;
}
.gk-dd-shape:before{
    position: absolute;
    display: block;
    content: "";
    width: 1800px;
    height: 1800px;
    left: -765px;
    top: 375px;	
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(43deg);
    -moz-transform: rotate(43deg);
	-o-transform: rotate(43deg);
	-ms-transform: rotate(43deg);
    transform: rotate(43deg);
}
.gk-dd-shape:after {
    position: absolute;
    display:block;
    content: "";
   	width: 1800px;
    height: 1800px;    
    top: 1295px;
    left: 25%;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.after-1500 .gk-dd-shape:before {
	left: -685px;
}
.after-1500 .gk-dd-shape:after {
	left: 29%;
	top: 1290px;
}
.after-1600 .gk-dd-shape:before {
	left: -635px;
}
.after-1600 .gk-dd-shape:after {
	left: 30%;
	top: 1300px;
}
.after-1800 .gk-dd-shape:before, .after-2000 .gk-dd-shape:before, .after-2600 .gk-dd-shape:before, .after-3000 .gk-dd-shape:before {
	height: 3800px;
    left: -1300px;
	top: 110px;
}
.after-1800 .gk-dd-shape:after, .after-2000 .gk-dd-shape:after, .after-2600 .gk-dd-shape:after, .after-3000 .gk-dd-shape:after {
	width: 3800px;
	top: 1970px;
	left: 14%;
}
/* ------------- Shape Color Styles ------------- */
.grey-green-color:before {
	background: #f7fdff;
}
.grey-green-color:after {
	background: #286bda;
}
.white-grey-color:before {
	background: #FFFFFF;
}
.white-grey-color:after {
	background: #ecf0f1;
}
.grey-white-color:before {
    background: #2D3E50;
}
.grey-white-color:after {
    background: #ffffff;
}
.grey-yellow-color:before {
	background: #f7fdff;
}
.grey-yellow-color:after {
	background: #35a854;
}
/* =========================== FEATURES SECTION ============================== */
.features-section {
	padding: 80px 0 20px;
}
.features-left-info {
	padding: 120px 0 0 15px;
}
.gk-list {
    display: inline-block;
    width: 100%;
	padding-top: 5px;
}
.gk-list li {
	font-size: 16px;
	clear: both;
	float: left;
	display: inline-block;
	border-bottom: 1px solid #bdc3c7;
	padding: 12px 12px 12px 0;
}
.gk-list li.text-bold{font-weight: 400; color: #040404;}
.gk-list li .fa {
	display: inline;
	font-size: 15px;
	color: #286bda;	
}
.gk-list li .simple-icon {
	font-size: 14px;
	padding-right: 4px;
	text-shadow: 0 0 0;
}
.gk-list li.no-border {
	border: none;
}
.features-right-grid {
	padding-top: 30px;
	padding-left: 40px;
}
.text-right .features-grid {
	padding: 0 0px 10px 0px;
}
.features-grid {
	padding: 0 0px 0px 0;	
	height: 166px
}
.features-grid .fa, .features-grid .simple-icon {
	font-size: 26px;
	padding-bottom: 10px;
}
.grid-title {
	font-size: 21px;
}
.features-line {
	border-color: #bdc3c7;
	width: 100%;
}
.features-right-grid .text-right .features-line {	
	margin-left: 20px;
	margin-right: 20px;
	float: right;
}
.features-right-grid .features-line {
	margin-right: 20px;
	margin-left: -10px;
	float: left;
}
.gk-divider {
	border-right: 1px solid #bdc3c7;
}
.ipad-shot-wrapper {
	margin-top: -130px;	
	margin-left: -25px;
	z-index: -1;
}
.features-right-info {
	position: static;
	padding-left: 0px;
	padding-right: 0	
}
.gk-pointer-features.gk-right-arrow {	
	left: 15%;
	top: 6%;
}
/* =========================== REVIEWS SECTION ============================== */
.gk-pointer-features.gk-left-arrow {	
	top: 100%;
	right: -38%;
}
.section-padding {
	padding: 180px 0 20px;
}
.reviews-slider-section {
	padding: 90px 0 0;
}
.reviews-info {
	text-align: center;
	padding: 0 70px 0 30px;
}
.reviews-msg {
	font-size: 17px;
	margin-bottom: 40px;
	line-height: 1.6;
}
.reviews-msg:before {
	content: "\e004";	
	font-family: Flaticon;
	color: #F1C40F;
	font-size: 26px;
}
.reviews-image img {
	float: right;
	max-width: 310px;
	margin: 30px 30px 0 0;
}
.reviews-author:before {
	content: "";	
	width: 100%;
	height: 100%;
	border: 1px solid #7f8c8d;
	border-radius: 50%;
	padding: 0 7px;
	font-size: 10px;
}
.reviews-author {
	font-size: 21px;
}
.reviews-author .author-sub {
	font-size: 17px;
}
.author-margin {
	margin: 45px 0 0;
}
.info-margin {
	margin: 35px 0 0;
}
.reviews-indicators {
	position: absolute;
	top: 0;
	right: 14%;
}
.reviews-indicators .fa {
	font-size: 26px;
}
.reviews-indicators .fa:hover {
	opacity: 0.7;
}
.main-reviews-image {
    padding-bottom: 90px;
}
.gk-reviews-big-circle {
	width: 130px;
	height: 130px;
	border: 1px solid #FFFFFF;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
	position: absolute;
	top: 67%;
	left: 20%;
}
.gk-reviews-small-circle {
	width: 80px;
	height: 80px;
	border: 1px solid #FFFFFF;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
	position: absolute;
	left: 86%;
	top: 81%;
}
.gk-slide-left, .gk-slide-right {
	padding: 0 10px;
}
/* =========================== SERVICES SECTION ============================== */
.awesome-container {
	padding-top: 100px;
	padding-bottom: 80px;
	max-width: 1320px;
}
.awesome-services {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #286bda;
    border-radius: 12px;	
	max-width: 368px;
	margin: 0 auto;
	padding: 40px 35px;
}
.awesome-services .simple-icon {
    font-size: 32px;
    padding-bottom: 30px;
	display: block;
}
.awesome-services h3 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 25px;
	font-weight: 600;
}
.awesome-services .big-text {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 18px;
	color: #323232
}
.gk-app-left-down-arrow {
    left: 31%;
    top: 84%;
}
/* =========================== SCREENSHOT SECTION ============================== */
.app-section-padding {
	padding: 40px 0 20px;
}
.app-left-info {
	padding-top: 70px;
}
.gk-pointer-features.gk-app-right-arrow {
	top: 25%;
	left: 19.5%;
}
.owl-controls {
	text-align: right;
	padding: 20px 20px 0 0;
	max-width: 1200px;
	margin: 0 auto;
}
.owl-controls .owl-buttons div {
	display: inline-block;
}
.owl-controls .owl-buttons .fa {
	padding: 0 10px;
	font-size: 26px;
}
.owl-controls .owl-buttons .fa:hover {
	opacity: 0.7;
}
.app-carousel-slider {
	padding: 15px 0 0;
}
.screen-item img {
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-o-border-radius: 12px;
	-ms-border-radius: 12px;
	margin: 0 auto;
}
.app-container {
	max-width: 1320px;
}
/* =========================== PRICING SECTION =========================== */
.pricing-section.app-section-padding {
	padding-top: 120px;
}
.gk-pricing-arrow {
    left: 24%;
    top: 75%;
}
.pricing-container {
	max-width: 1320px;
	padding-top: 90px;
}
.pricing-box {
	max-width: 315px;
	margin: 0 auto;
}
.pricing-title {
	background: none repeat scroll 0 0 #1a2836;
    border-radius: 10px 10px 0 0;
    padding: 20px 0;
}
.pricing-title h3 {
	font-size: 21px;
}
.pricing-box .symbol { 
	font-size: 21px;
	vertical-align: top;
	line-height: 50px;
	padding-right: 8px;
}
.pricing-box .price h6 { 
	font-size: 90px;
	line-height: 90px;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.price .per-month { 
	font-size: 17px;
	line-height: 20px;
}
.pricing-box ul {
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #8ea8c1;
    border-radius: 0 0 10px 10px;
    padding: 40px;
	width: 100%;
}
.pricing-box ul li {
	line-height: 24px;
}
/* =========================== DEMO SECTION ============================== */
.video-bg{
	background:url(../images/video-bg.png) center center no-repeat;
	background-size: cover;
    padding-top:60px;
	padding-bottom: 60px;	
	position: relative;
    height: 510px;
	margin-top: 70px;
	border: 2px solid rgba(0,0,0,0.5);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
}
#video_container {
	height: 510px;
}
.mb_YTVPBar .ytpicon { 
	border-width: 12px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	font-size: 90px;
	line-height: 105px;
}
.mb_YTVPBar span{  
    height: 128px;    
    width: 128px;
}
.gk-pointer-features.gk-down-arrow {
	top: 64%;
	right: 20%;
}
/* =========================== DOWNLOAD SECTION ============================== */
.download-section-padding {
	padding: 100px 0 10px;
}
.download-left-img {
	margin-top: -60px;
}
.download-right-info {
	padding: 0 0 30px;
}
.download-button {
	text-align: center;
	padding-top: 30px;
}
.gk-download-btn {
	font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 16px;
    text-transform: uppercase;
    width: auto;
}
.gk-download-btn .fa {
	padding-right: 10px;
	font-size: 17px;
}
.gk-download-pointer.gk-up-right-arrow {
	top: 100%;
	left: 50%;
}
.download-section .gk-input-submit.submit {
    padding-top: 20px;
}
.subscribe-form {
	padding-top: 20px;	
}
.subscribe-form .form-group.gk-email {
	max-width: 415px;
	margin: 0 auto;
}
.has-error .help-block {
	margin: 0;
}
/* =========================== CONTACT US SECTION ============================== */
.gk-contact-form {
	padding-top: 40px;
}
.gk-contact-form .form-control {
	background: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;	
	resize: none;
	border: none;
	border-bottom: 1px solid #7f8c8d;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	color: #7f8c8d;
	text-transform: uppercase;
	
	font-weight: 700;
	font-size: 17px;
	padding-left: 0;
}
.gk-contact-form .form-control::-moz-placeholder {
	color:#7f8c8d;
	text-transform: uppercase;
}
.gk-contact-form .form-control:-ms-input-placeholder {
	color:#7f8c8d;
	text-transform: uppercase;
}
.gk-contact-form .form-control::-webkit-input-placeholder {
	color:#7f8c8d;
	text-transform: uppercase;
}
.gk-contact-form .form-group {
	margin-bottom: 30px;
}
.gk-textarea-message .form-control {
	background-image: -webkit-linear-gradient(left, transparent 10px, transparent 10px), -webkit-linear-gradient(right, transparent 10px, transparent 10px), -webkit-linear-gradient(transparent 60px, #7f8c8d 60px, #7f8c8d 61px, transparent 61px);
    background-image: -moz-linear-gradient(left, transparent 10px, transparent 10px), -moz-linear-gradient(right, transparent 10px, transparent 10px), -moz-linear-gradient(transparent 60px, #7f8c8d 60px, #7f8c8d 61px, transparent 61px);
    background-image: -ms-linear-gradient(left, transparent 10px, transparent 10px), -ms-linear-gradient(right, transparent 10px, transparent 10px), -ms-linear-gradient(transparent 60px, #7f8c8d 60px, #7f8c8d 61px, transparent 61px);
    background-image: -o-linear-gradient(left, transparent 10px, transparent 10px), -o-linear-gradient(right, transparent 10px, transparent 10px), -o-linear-gradient(transparent 60px, #7f8c8d 60px, #7f8c8d 61px, transparent 61px);
    background-image: linear-gradient(left, transparent 10px, transparent 10px), linear-gradient(right, transparent 10px, transparent 10px), linear-gradient(transparent 60px, #7f8c8d 60px, #7f8c8d 61px, transparent 61px);
    background-size: 100% 100%, 100% 100%, 100% 61px;
	line-height: 61px;
	border: none;	
}
.gk-submit {
	background: none;
	border: 1px solid #7f8c8d;
	
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	color: #7f8c8d;
	padding: 12px 40px;
}
.gk-contact-form .has-error .form-control {
	border-color: #a94442;
}
.gk-contact-form .has-error .form-control:focus, .gk-contact-form .has-success .form-control:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
}
.gk-contact-form .has-success .form-control:focus {
	border-color: #7f8c8d;
}
.gk-textarea-message .form-control-feedback {
	line-height: 61px;
	height: 61px;
}
.has-error .gk-textarea-message .form-control {
	background-image: -webkit-linear-gradient(left, transparent 10px, transparent 10px), -webkit-linear-gradient(right, transparent 10px, transparent 10px), -webkit-linear-gradient(transparent 60px, #a94442 60px, #a94442 61px, transparent 61px);
    background-image: -moz-linear-gradient(left, transparent 10px, transparent 10px), -moz-linear-gradient(right, transparent 10px, transparent 10px), -moz-linear-gradient(transparent 60px, #a94442 60px, #a94442 61px, transparent 61px);
    background-image: -ms-linear-gradient(left, transparent 10px, transparent 10px), -ms-linear-gradient(right, transparent 10px, transparent 10px), -ms-linear-gradient(transparent 60px, #a94442 60px, #a94442 61px, transparent 61px);
    background-image: -o-linear-gradient(left, transparent 10px, transparent 10px), -o-linear-gradient(right, transparent 10px, transparent 10px), -o-linear-gradient(transparent 60px, #a94442 60px, #a94442 61px, transparent 61px);
    background-image: linear-gradient(left, transparent 10px, transparent 10px), linear-gradient(right, transparent 10px, transparent 10px), linear-gradient(transparent 60px, #a94442 60px, #a94442 61px, transparent 61px);    
}
.gk-form-message {
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 700;
	padding-top: 10px;
	display: none;
}
.gk-form-message .glyphicon {
	padding-right: 8px;
}
.gk-form-message-subscribe {
	color: #7f8c8d;
}
.gk-contact-pointer {
	padding: 100px 0 0;
	margin-left: 113px;
}
.gk-contact-pointer img {
	margin: 0 auto;
}
.contact-info {
	padding-top: 0px;
	font-size: 17px;
}
.contact-row {
	margin-bottom: 15px;
}
.contact-row p {
	margin-bottom: 5px;
}
.contact-info .simple-icon {
	font-size: 20px;
	text-shadow: 0 0 0;
}
/* =========================== FOOTER SECTION ============================== */
.footer-bg {
	background: #286bda;
	color: #fff;
	padding: 10px 0;
}
.footer-bg p {
	margin: 0;
}
.footer-social-icon {
	display: inline-block;
	margin: 0 0 0 20px;
}
.footer-social-icon a {
	background: #fff;
	border-radius: 100%;	
	font-size: 12px;	
	display: inline-block;
	width: 18px;
	height: 18px;
	color: #1a2531;
	margin: 0 3px;	
}
.footer-social-icon .fa {
	width: 18px;
	height: 18px;	
	display: block;
	line-height: 18px;
}
.dwnLdIcn i{font-size: 25px}
.section-msg1 b, .lrnTxt{color: #474747; font-weight: bold;}
.color-yellow{margin-bottom: 15px; display: inline-block;}
.color-yellow i{font-size: 25px}
.green-btn{ background: #35a854;}
.yellow-btn { background: #e78c32; color: #fff;}
.appleUsrH{ display: inline-block; background: #e78c32; padding: 10px 16px; border:1px solid #ccc; border-radius:6px; color:#fff }
.appleUsrH:hover{color: #fff}
.andrdUsrH{ display: inline-block; background: #35a854; padding: 10px 16px; border:1px solid #ccc; border-radius:6px; color:#fff }
.andrdUsrH:hover{color: #fff}
.ipad-shot-wrapper{position: absolute; bottom: -140px; left: -320px;}
.fea_1 .color-grey{color: #44b94e}
.fea_2 .color-grey{color: #fda249}
.fea_3 .color-grey{color: #dd5a90}
.fea_4 .color-grey{color: #4053d6}
.fea_5 .color-grey{color: #d64740}
.fea_6 .color-grey{color: #8740d6}
.fea_7 .color-grey{color: #d68440}
.fea_8 .color-grey{color: #40d6ca}
.fea_9 .color-grey{color: #c35add}
.fea_10 .color-grey{color: #5a69dd}
.fea_11 .color-grey{color: #dd5a5a}
.features-grid p{color: #323232; font-size: 15px}
#awesome-services .owl-item:nth-child(1) .awesome-services h3{color: #44b94e}
#awesome-services .owl-item:nth-child(1) .color-yellow{color: #44b94e}
#awesome-services .owl-item:nth-child(2) .awesome-services h3{color: #4053d6}
#awesome-services .owl-item:nth-child(2) .color-yellow{color: #4053d6}
#awesome-services .owl-item:nth-child(3) .awesome-services h3{color: #dd5a90}
#awesome-services .owl-item:nth-child(3) .color-yellow{color: #dd5a90}
#awesome-services .owl-item:nth-child(4) .awesome-services h3{color: #fda249}
#awesome-services .owl-item:nth-child(4) .color-yellow{color: #fda249}
#awesome-services .owl-item:nth-child(5) .awesome-services h3{color: #d64740}
#awesome-services .owl-item:nth-child(5) .color-yellow{color: #d64740}
.features-right-info .section-title.color-grey{text-align: right;}
.features-right-info .section-msg.text-center.color-grey{text-align: right; padding-left: 165px}
.app-services-section .section-title.color-white{text-align: right;}
.app-services-section .section-msg.text-center.color-white{text-align: right; padding-left: 305px;}
.app-services-section .section-msg.text-center.color-white b{font-size: 16px; font-weight: 400}
.awsmSerDiv .section-title{text-align: left; color: #6c6c6c;}
.awsmSerDiv .section-msg.text-center.color-white{text-align: left; padding-right: 405px; font-weight: 300!important; font-size: 23px; line-height: 1.4; margin-top: 0px;color: #7f8c8d;}
.awsmSerDiv .section-msg.text-center.color-white b{font-weight: 300}
.awsmSerDiv .text-center.color-white{color: #8c8c8c}
.download-section .section-title.color-grey{color: #fff; text-align: right;}
.download-section .section-title.color-grey span{display: block;}
.sbTtlTxt{margin-top: 155px}
.color-grey.sbTtlTxt{color: #fff}
.ideaFor ul{padding: 0; margin:0; list-style-type: none;}
.ideaFor ul li{width: 100%; float: left; padding: 10px 0; font-size: 16px; color: #323232}
.contactUs{text-align: center;position: relative; top: 55px; color: #fff}
.color-grey.privacyDataTxt{color: #fff; text-align: right;}
.privacyDataPrt p{color: #fff; font-weight: 300; font-size: 19px; line-height: 1.4;}
.footer-bg .text-center a{color: #286bda}
.footer-bg .text-center a.anuLnk{color: #fff44a}
.gk-contact-pointer img{width: 130px}
.dwnLoadMobile{display: none;}
.desktopDwonload{display: block;}
.mobileDownload{display: none;}
.downloadDesktop{display: block;}
.downloadMobile{display: none;}
.logo .img-responsive{height: 65px}
.langIcn img{width: 57px; position: relative; top: 5px; text-align: right; left: 75px}
#abc20ba0494e94d{right: 70%!important; top: 0px!important; z-index: 9999!important;}

@media only screen and (max-width: 767px){
.logo{width: 40%; float: left;}
.langIcn{width: 20%; float: left;}
.langIcn img{left: 25px}
.navbar-toggle{margin-top: 10px}
.banner-info .text-bold, .banner-info{color: #fff}
.section-msg1{font-size: 26px}
.section-title{font-size: 26px!important}
.section-msg{font-size: 17px!important}
.grey-yellow-color .contact-section .color-grey, .grey-yellow-color .contact-section .color-grey span{color: #fff!important; text-align: center;}
.grey-yellow-color .contact-section h3.color-grey{color: #fff!important}
.left-banner-text h1{font-size: 26px}
.left-banner-text h6{text-align: center;}
.banner-text{text-align: justify;}
.andrdUsrH{margin-bottom: 20px}
.banner-section{padding-bottom: 0}
.features-right-info{padding-top: 0px}
.ipad-shot-wrapper{position: relative; bottom: 0; left: 0}
.grey-green-color:after {display: none;}
.reviews-section.awsmSerDiv{background: #286bda}
.awsmSerDiv .section-title{text-align: center; color: #fff}
.awsmSerDiv .section-msg.text-center.color-white{color: #fff; padding-right: 0; text-align: justify;}
.download-section .section-title.color-grey{color: #666; text-align: center;}
.download-section-padding{padding: 10px 0 20px}
.download-section .section-title.color-grey span{font-size: 24px!important}
.download-section-padding{padding: 10px 0 20px!important}
.sbTtlTxt{margin-top: 0}
#download .gk-pointer-features{display: none;}
.color-grey.sbTtlTxt{color: #fff;}
.color-grey.sbTtlTxt{color: #323232}
.download-button{width: 100%; float: left;}
.download-button .green-btn{margin-bottom: 0px}
.download-button .gk-btn-margin{margin-right: 0}
.grey-yellow-color:after{display: none;}
#contact-us{background: #35a854}
.gk-contact-form{padding-top: 0}
.ideaFor ul li{color: #fff; font-size: 15px; padding: 4px 0;}
.privacyDataPrt p{font-size: 16px; text-align: left;}
.gk-contact-form.container.ideaFor{border: 1px solid #ccc; margin-top: 20px; padding: 21px; background: #52af6b}
.privacyDataPrt{border: 1px solid #ccc; margin-top: 20px; padding: 21px; background: #49a835}
.gk-contact-pointer.gk-contact-down-arrow{display: none;}
.section-title.color-grey.privacyDataTxt{padding-bottom: 0; margin-bottom: 0; margin-top: 35px}
.privacyDataPrt{margin-top: 0}
.features-grid.fea_1{background: #f0fff1!important;}
.features-grid.fea_2{background: #fff5eb!important;}
.features-grid.fea_3{background: #ffedf4!important;}
.features-grid.fea_4{background: #f0f2ff!important;}
.features-grid.fea_5{background: #ffeeed!important;}
.features-grid.fea_6{background: #f7f0ff!important;}
.features-grid.fea_7{background: #fff9ef!important;}
.features-grid.fea_8{background: #eefffe!important;}
.features-grid.fea_9{background: #fcf0ff!important;}
.features-grid.fea_10{background: #f0f2ff!important;}
.features-grid.fea_11{background: #ffeded!important;}
/*.dwnloadDesktop{display: none;}*/
.dwnLoadMobile{display: block;}
.lrnIndianLangMobile .lrnIndLanSubttl{display: none;}
.dwnLoadMobile{background: #f7fdff}
.dwnLoadMobile h1.text-uppercase{font-size: 18px; text-align: center; font-weight: 600; line-height: 24px; margin-top: 0}
.dwnLoadMobile h1.text-uppercase span{color: #286bda}
.dwnLoadMobile h6.text-subtitle{text-align: center; line-height: 24px; font-size: 14px; padding: 0; margin: 0}
.dwnLoadMobile .text-center.color-grey{padding: 0; margin: 0;}
.dwnLoadMobile .download-button{padding-top: 0; float: left;}
.lrnIndianLangMobile .banner-button{display: none;}
.dwnLoadCounts{width: 100%; float: left;}
.dwnLoadCounts .counter{color: #666}
.dwnLoadCounts .text-uppercase{color: #666}
.lrnIndianLangMobile .col-sm-5.banner-image-info{display: none;}
.fullImgDesktop{display: none;}
.dwnLoadCounts{margin-top: 15px}
.dwnLoadCounts .text-right{text-align: center;}
.dwnLoadCounts .banner-info{margin-right: 0}
.dwnldCount{border:1px dotted #ccc; padding: 10px; padding-left:0; padding-right: 0 }
.dcnt{background: #eefff2}
.dAnd{background: #f1f6ff}
.bnrTrnglArrow{position: relative;left: 250px;top: 54px;}
.desktopDwonload{display: none;}
.mobileDownload{display: block;}
.downloadDesktop{display: none;}
.downloadMobile{display: block;}
.logo .img-responsive{height: 54px}
.dwnLoadMobile .gk-up-right-arrow{display: none;}
.androidBtnDw{width: 48%}
.appleBtnDw{width: 48%}
.cmngSsn{position: absolute;
    font-size: 10px;
    bottom: -4px;
    right: 26px;
    padding: 5px;
    font-style: italic;}
 .btn.gk-download-btn.yellow-btn.gk-btn-margin.appleBtnDw{text-align: center; position: relative;}
 .btmAndrodDwnload{width: 45%;}
 .btmApplDwn{width: 45%}
 .aplCmngSoon{font-size: 9px; position: relative; top: -2px}
 #abc20ba0494e94d{right: 24% !important; top: -8px !important; z-index: 9999 !important;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.logo{width: 20%; float: left;}
	nav{margin-top: 5px}
	.nav>li>a{padding: 10px 9px}
	.banner-info .text-bold, .banner-info{color: #fff}

	.section-msg1{font-size: 26px}
.section-title{font-size: 26px!important}
.section-msg{font-size: 17px!important}
.grey-yellow-color .contact-section .color-grey, .grey-yellow-color .contact-section .color-grey span{color: #fff!important; text-align: center;}
.grey-yellow-color .contact-section h3.color-grey{color: #fff!important}
.left-banner-text h1{font-size: 26px}
.left-banner-text h6{text-align: center;}
.banner-text{text-align: justify;}
.andrdUsrH{margin-bottom: 20px}
.banner-section{padding-bottom: 0}
.features-right-info{padding-top: 0px}
.ipad-shot-wrapper{position: absolute; bottom: 0; left: 190px}
.ipad-shot-wrapper img{width: 54%}
.grey-green-color:after {display: none;}
.reviews-section.awsmSerDiv{background: #286bda}
.awsmSerDiv .section-title{text-align: center; color: #fff}
.awsmSerDiv .section-msg.text-center.color-white{color: #fff; padding-right: 0; text-align: justify;}
.download-section .section-title.color-grey{color: #666; text-align: center;}
.download-section-padding{padding: 10px 0 20px}
.download-section .section-title.color-grey span{font-size: 24px!important}
.download-section-padding{padding: 10px 0 20px!important}
.sbTtlTxt{margin-top: 0}
#download .gk-pointer-features{display: none;}
.color-grey.sbTtlTxt{color: #fff;}
.color-grey.sbTtlTxt{color: #323232}
.download-button .green-btn{margin-bottom: 0px}
.download-button .gk-btn-margin{margin-right: 0}
.grey-yellow-color:after{display: none;}
#contact-us{background: #35a854}
.gk-contact-form{padding-top: 0}
.ideaFor ul li{color: #fff; font-size: 15px; padding: 4px 0;}
.privacyDataPrt p{font-size: 16px; text-align: left;}
.gk-contact-form.container.ideaFor{border: 1px solid #ccc; margin-top: 20px; padding: 21px; background: #52af6b}
.privacyDataPrt{border: 1px solid #ccc; margin-top: 20px; padding: 21px; background: #49a835}
.gk-contact-pointer.gk-contact-down-arrow{display: none;}
.section-title.color-grey.privacyDataTxt{padding-bottom: 0; margin-bottom: 0; margin-top: 35px}
.privacyDataPrt{margin-top: 0}
.container.features-right-grid .col-sm-3{width: 50%; margin-bottom: 15px; float: left!important;}
.container.features-right-grid .col-sm-3 .features-grid{height: 210px; background: #e8f4f7; padding: 15px;}
.container.features-right-grid .col-sm-3 .features-grid.gk-divider{border-right: none;}
.features-right-grid .features-line{display: none;}
.banner-section{padding-bottom: 0!important}
}
