@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;700&display=swap');
/* =======================================================
* 	Template Style 
* ======================================================= */
body {
  /*font-family: "Rubik", sans-serif;*/
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  /* color: #777; */
  background: #fff;
}
/* p{
	text-align: justify !important;
} */
.nk-table {
	display: table;
	width: 100%;
	height: 100%;
}
.nk-cell {
	display: table-cell;
	vertical-align: middle;
}
#page {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.offcanvas #page:after {
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: rgba(0, 0, 0, 0.7);
	content: "";
}

p {
	margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6, figure {
	color: #000;
	font-family: 'Roboto Slab', serif !important;
	/*font-family: "Rubik", sans-serif;*/
	font-weight: 400;
	margin: 0 0 30px 0;
	line-height: normal !important;
}

/*----------------nev header-----------------*/
.gtco-nav {
	position: fixed;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	padding: 20px 0;
	/*padding: 10px 0;*/
	z-index: 1001;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media screen and (max-width: 768px) {
	.gtco-nav {
		padding: 20px 0;
	}
}
.gtco-nav #gtco-logo #gtco-logo-1{
	font-size: 30px;
	line-height: 1;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.gtco-nav #gtco-logo #gtco-logo-1 em {
	color: #fff;
	font-weight: 100;
	font-style: normal;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.gtco-nav #gtco-logo #gtco-logo-1 a {
	padding: 0px 10px;
	color: #fff;
	font-weight: 700;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

@media screen and (max-width: 768px) {
	.gtco-nav .menu-1, .gtco-nav .menu-2 {
		display: none;
	}
}
.gtco-nav ul {
	padding: 0;
	margin: 1px 0 0 0;
}
.gtco-nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
.gtco-nav ul li a {
	/*padding: 30px 10px;*/
	/*padding: 8px 10px;*/
	padding: 4px 10px;
	font-size: 18px;
	line-height: 24px;
	color: rgb(255,255,255);
	/*font-family: "Rubik";*/
	text-align: center;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
    opacity: 1.0;
    /*border-radius: 50px;*/
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
}
.gtco-nav ul li a:hover, .gtco-nav ul li a:focus, .gtco-nav ul li a:active {
	color: #393d85 !important;
    background: #ffffff;
}
.btn-cta{
	display: inline-block;
}
.btn-cta a span{
	font-size: 16px !important;
}
.gtco-nav ul li.btn-cta a {
	color: #fff;
}
.gtco-nav ul li.btn-cta a span {
	border: none !important;
	/* background: rgba(255, 255, 255, 0.2); */
	/*padding: 4px 20px;*/
	padding: 8px 28px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	/*-webkit-border-radius: 30px;*/
	/*-moz-border-radius: 30px;*/
	/*-ms-border-radius: 30px;*/
	/*border-radius: 30px;*/
    /**/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.gtco-nav ul li.btn-cta a span:hover{
	background: rgba(255, 255, 255, 1.0);
}

.gtco-nav.scrolled {
	padding: 10px 0;
	background: #fff;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}
#gtco-logo-1 {display: none;}
.gtco-nav.scrolled #gtco-logo {display:none;}
.gtco-nav.scrolled #gtco-logo-1 {display:inline;}
#gtco-logo-1 {display: none;}
.gtco-nav.scrolled #gtco-logo {display:none;}
.gtco-nav.scrolled #gtco-logo-1 {display:inline;}
.gtco-nav.scrolled ul {
	padding: 0;
	margin: 1px 0 0 0;
	margin-top: 15px;
}
.gtco-nav.scrolled ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}
.gtco-nav.scrolled ul li a {
	/*font-weight: 700 !important;*/
	/*color: rgba(0, 0, 0, 0.5);*/
	color: #393d85;
}
.gtco-nav.scrolled ul li a:hover {
	color: #4cb22f !important;
}

.gtco-nav.scrolled ul li.btn-cta a {
	color: #fff;
}
.gtco-nav.scrolled ul li.btn-cta a span {
	border: none !important;
	background: #4cb22f;
	/*padding: 4px 20px;*/
	padding: 8px 28px;
	color: #fff;
	/*height: 35px;*/
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.gtco-nav.scrolled ul li.btn-cta a span:hover{
	background: #1f8901;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	padding: 8px 28px;
}
.gtco-nav.scrolled #gtco-logo em, .gtco-nav.scrolled #gtco-logo a {
	color: #000;
}


/*-----------------Hero------------------------*/

#gtco-header,
#gtco-counter,
.gtco-bg {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

.gtco-bg {
	background-position: center center;
	width: 100%;
	float: left;
	position: relative;
}

@media screen and (max-width: 768px) {
	.gtco-cover .display-t,
	.gtco-cover .display-tc {
		height: 600px;
	}
}
.gtco-cover.gtco-cover-sm {
	height: 600px;
}
@media screen and (max-width: 768px) {
	.gtco-cover.gtco-cover-sm {
		height: 400px;
	}
}
.gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {
	height: 600px;
	display: table;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.gtco-cover.gtco-cover-sm .display-t,
	.gtco-cover.gtco-cover-sm .display-tc {
		/*height: 400px;*/
	}
}
.gtco-cover.gtco-cover-xs {
	height: 500px;
}
@media screen and (max-width: 768px) {
	.gtco-cover.gtco-cover-xs {
		height: inherit !important;
		padding: 3em 0;
	}
}
.gtco-cover.gtco-cover-xs .display-t,
.gtco-cover.gtco-cover-xs .display-tc {
	height: 500px;
	display: table;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.gtco-cover.gtco-cover-xs .display-t,
	.gtco-cover.gtco-cover-xs .display-tc {
		padding: 3em 0;
		height: inherit !important;
	}
}
.gtco-cover.gtco-cover-xxs {
	padding: 3em 0;
}
.gtco-cover .btn-primary {
	color: #fff !important;
}

/*-------------------end of hero part-------------*/
.heading {
	text-align: center;
	margin-bottom: 40px;
}
.heading h1 {
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.heading h1 {
		font-size: 26px;
	}
}
.heading .sub {
	position: relative;
	padding-bottom: 40px;
	font-size: 18px;
	color: #757575;
}
.heading .sub:after {
	bottom: 0;
	left: 50%;
	margin-left: -36px;
	content: "";
	position: absolute;
	width: 72px;
	height: 2px;
	background: #7ED321;
}

.heading-colored {
	color: #7ED321;
}

.read-more i {
	position: relative;
	top: 2px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.read-more:hover i {
	padding-left: 10px;
}

.gtco-social-icons {
	margin: 0;
	padding: 0;
}
.gtco-social-icons li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.gtco-social-icons li a {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	color: #777;
	padding-left: 10px;
	padding-right: 10px;
}
.gtco-social-icons li a i {
	font-size: 20px;
}

form label {
	font-weight: normal !important;
}

#gtco-header .display-tc, .gtco-cover .display-tc {
	display: table-cell !important;
	vertical-align: middle;
}
#gtco-header .display-tc h1, #gtco-header .display-tc h2, .gtco-cover .display-tc h1, .gtco-cover .display-tc h2 {
	margin: 0;
	padding: 0;
	color: white;
}
#gtco-header .display-tc h1, .gtco-cover .display-tc h1 {
	margin-bottom: 30px;
	font-size: 59px;
	line-height: 1.5;
	font-weight: 100;
}
@media screen and (max-width: 768px) {
	#gtco-header .display-tc h1, .gtco-cover .display-tc h1 {
		font-size: 34px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
}
#gtco-header .display-tc h2, .gtco-cover .display-tc h2 {
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 30px;
}

#gtco-footer {
	padding-top: 30px;
	background: #fafafa;
}
#gtco-footer .gtco-footer-links {
	padding: 0;
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
}
#gtco-footer .gtco-footer-links li {
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
	line-height: 1;
}
#gtco-footer .gtco-footer-links li a {
	text-decoration: none;
}
#gtco-footer .gtco-footer-links li a:hover {
	text-decoration: underline;
}
#gtco-footer .gtco-widget {
	margin-bottom: 30px;
}
#gtco-footer .gtco-widget h3 {
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#gtco-footer .gtco-widget .gtco-quick-contact {
	padding: 0;
	margin: 0;
}
#gtco-footer .gtco-widget .gtco-quick-contact li {
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none;
}
#gtco-footer .gtco-widget .gtco-quick-contact li i {
	width: 30px;
	float: left;
	font-size: 18px;
	position: relative;
	margin-top: 4px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
@media screen and (max-width: 768px) {
	#gtco-footer .copyright .pull-left,	#gtco-footer .copyright .pull-right {
		float: none !important;
		text-align: center;
	}
}
#gtco-footer .copyright .block {
	display: block;
}
#gtco-offcanvas .btn-cta a span {
	border: none !important;
	background: #4cb22f;
	color: #fff;
	padding: 4px 20px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
}
#gtco-offcanvas .btn-cta a span:hover{
	background: #1f8901 !important;
	-webkit-transition: 0.3s !important;
	-o-transition: 0.3s !important;
	transition: 0.3s !important;
}

#gtco-offcanvas {
	position: absolute;
	position: fixed;
	z-index: 1901;
	width: 270px;
	/*background: black;*/
	background: #fff;
	color: black;
	top: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 45px 40px 40px 40px;
	overflow-y: auto;
	display: none;
	-moz-transform: translateX(270px);
	-webkit-transform: translateX(270px);
	-ms-transform: translateX(270px);
	-o-transform: translateX(270px);
	transform: translateX(270px);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	/*height: 250px;*/
}
@media screen and (max-width: 768px) {
	#gtco-offcanvas {
		display: block;
	}
}
.offcanvas #gtco-offcanvas {
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}
#gtco-offcanvas a {
	/*color: rgba(255, 255, 255, 0.5);*/
	color: #777777;
	font-size: 14px;
	transition: 0.3s !important;
	-webkit-transition: 0.3s !important;
}
#gtco-offcanvas a:hover{
	color: #393d85;
	transition: 0.3s !important;
	-webkit-transition: 0.3s !important;
}
#gtco-offcanvas ul {
	padding: 0;
	margin: 0;
}
#gtco-offcanvas ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#gtco-offcanvas ul li > ul {
	padding-left: 20px;
	display: none;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a {
	display: block;
	position: relative;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a:after {
	position: absolute;
	right: 0px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e921";
	font-size: 20px;
	color: rgba(255, 255, 255, 0.2);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.uppercase {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.gototop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.gototop.active {
	opacity: 1;
	visibility: visible;
}
.gototop a {
	width: 50px;
	height: 50px;
	display: table;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.gototop a i {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
	text-decoration: none;
	outline: none;
}

.gtco-nav-toggle {
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
}
.gtco-nav-toggle.active i::before, .gtco-nav-toggle.active i::after {
	background: #444;
}
.gtco-nav-toggle:hover, .gtco-nav-toggle:focus, .gtco-nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}
.gtco-nav-toggle i {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 2px;
	color: #252525;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	/*background: #252525;*/
    background: #4cb22f;
	transition: all .2s ease-out;
}
.gtco-nav-toggle i::before, .gtco-nav-toggle i::after {
	content: '';
	width: 25px;
	height: 2px;
	/*background: #252525;*/
	background: #4cb22f;
	position: absolute;
	left: 0;
	transition: all .2s ease-out;
}
.gtco-nav-toggle.gtco-nav-white > i {
	color: #fff;
	background: #fff;
}
.gtco-nav-toggle.gtco-nav-white > i::before, .gtco-nav-toggle.gtco-nav-white > i::after {
	background: #fff;
}

.gtco-nav-toggle i::before {
	top: -7px;
}

.gtco-nav-toggle i::after {
	bottom: -7px;
}

.gtco-nav-toggle:hover i::before {
	top: -10px;
}

.gtco-nav-toggle:hover i::after {
	bottom: -10px;
}

.gtco-nav-toggle.active i {
	background: transparent;
}

.gtco-nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.gtco-nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.gtco-nav-toggle {
	position: fixed;
	right: 0px;
	/*top: 10px;*/
	top: 28px;
	z-index: 21;
	padding: 6px 0 0 0;
	display: block;
	margin: 0 auto;
	display: none;
	height: 44px;
	width: 44px;
	z-index: 2001;
	border-bottom: none !important;
}
@media screen and (max-width: 768px) {
	.gtco-nav-toggle {
		display: block;
	}
}

.btn {
	margin-right: 4px;
	margin-bottom: 4px;
	/*font-family: "Rubik", sans-serif;*/
	font-size: 16px;
	font-weight: 400;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 8px 30px;
	background: #4cb22f;
}

.btn.with-arrow {
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn.with-arrow i {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -8px;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.btn.with-arrow:hover {
	padding-right: 50px;
}
.btn.with-arrow:hover i {
	color: #fff;
	right: 18px;
	visibility: visible;
	opacity: 1;
}

#gtco-contact h3 {
	color: #fff;
	font-size: 30px;
}

.row-pb-md {
	padding-bottom: 4em !important;
}

.row-pb-sm {
	padding-bottom: 2em !important;
}

.js .animate-box {
	opacity: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero-1 {
	height : auto !important;
	/*height : 780px;*/
	background: #f7f7f7;
}

@media (max-width: 768px) {
	#hero-1 {
		/*height: 650px;*/
		background: #f7f7f7;
	}	
}

#hero {
	position: relative;
	display: table;
	width: 100%;
	height: 100vh; 
}


#hero .hero-container {
	display: table-cell;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	vertical-align: middle;
    /*background: linear-gradient(to bottom left,*/
		/*rgba(194, 151, 241,0.60),*/
		/*rgba(136, 107, 212,0.80),*/
		/*rgba(127, 109, 225,0.80),*/
		/*rgba(71, 52, 219,0.80)*/
    /*), url("../images/banner-2.jpg") ;*/

	background: linear-gradient(to bottom left,
	rgba(57, 61, 133,0.60),
	rgba(57, 61, 133,0.80),
	rgba(57, 61, 133,0.80),
	rgba(57, 61, 133,0.80)
	), url("../images/banner-2.jpg") ;

	/*background: linear-gradient(to bottom left,*/
	/*rgba(97, 179, 82,0.60),*/
	/*rgba(97, 179, 82,0.80),*/
	/*rgba(97, 179, 82,0.80),*/
	/*rgba(97, 179, 82,0.80)*/
	/*), url("../images/banner-2.jpg") ;*/

	background-size: cover;
	background-repeat:  no-repeat;
	background-attachment: fixed;
}

#hero h1 {
	/*font-size: 36px;*/
	font-size: 34px;
	letter-spacing: 1px;
	line-height: 72px;
	color: rgb(255,255,255);
	/*font-family: "Rubik";*/
	text-align: center;
	/*margin-top: -18px;*/
	text-transform: uppercase;
	margin: 0 0 0px 0 !important;
}

@media (max-width: 768px) {
	#hero h1 {
		font-size: 18px;
		line-height: 26px;
	}
}

#hero h2 {
	color: #eee;
	letter-spacing: 1px;
	/*font-size: 24px;*/
	font-size: 30px;
	/*margin-top: -90px;*/
	margin: 0 0 10px 0 !important;
}

@media (max-width: 768px) {
	#hero h2 {
		font-size: 18px;
		line-height: 24px;
		margin-top: 0px;
		margin-bottom: 10px;
		/*margin-top: -50px;*/
		float: left;
		width: 100%;
	}
}

#hero .btn-get-started {
	/*font-family: "Rubik", sans-serif;*/
	text-transform: uppercase;
	font-weight: 500;
	/*font-size: 16px;*/
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	transition: 0.5s;
	margin: 10px;
	border: 0px;
	color: #fff;
	/*background: #2dc997;*/
	background: #4cb22f;
}
#hero .btn-get-started:hover{
	color: #fff;
	background: #1f8901;
}

/* Sections Header
--------------------------------*/
.section-header .section-title {
	font-size: 40px;
	color: #111;
	text-align: center;
	/*font-weight: 700;*/
	margin-bottom: 5px;
}
.section-header .section-subtitle {
	font-size: 18px;
	color: #111;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
	margin-bottom: 5px;
}

.section-header .section-description {
	text-align: center;
	padding-bottom: 40px;
	color: #999;
}

/* feature Section
--------------------------------*/
#facts {
	position: relative;
	background: #f7f7f7;
	/*padding: 80px 0 60px 0;*/
	padding: 160px 0 60px 0;
}

#facts .counters span {
	font-size: 48px;
	display: block;
}

#facts .counters p {
	padding: 0;
	margin: 0 0 20px 0;
	/*font-family: "Rubik", sans-serif;*/
	font-size: 14px;
}
#works {
	position: relative;
	padding: 60px 0;
	background: #f6f6f6;
	z-index: 9;
}
#works .container{
	z-index: 9;
	position: relative;
	padding: 80px 0px;
	background: #ffffff;
}
#works i.fa {
	font-size: 20px;
	padding: 5px;
	color: #F4D03F;
}
.media-back-button{
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 10px 30px;
	background: #EEEEEE;
	border-radius: 10px;
	font-size: 18px;
	border: none;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.media-back-button:hover{
	background: #cccccc;
	color: #000000;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
/*--------------------------------------------------------------
# testimonial 
--------------------------------------------------------------*/

#testimonials {
	padding: 80px 0 60px 0;
	/*background-image: linear-gradient(-10deg, #130bb7 0%, #51e5e7 100%);*/
	/*background-image: linear-gradient(-10deg, #393d85 0%, #494fc5 100%);*/

	/*background-image: linear-gradient(-10deg, #2b8212 0%, #4cb22f 100%);*/
	/*background: #EEEEEE;*/
	/*background: #E8E8E8;*/
	background: #DFDFDF;
}

#testimonials h1 {
	margin: 30px 0 80px 0;
	font-size: 35px;
	font-weight: 400;
	line-height: 50px;
	color: #fff;
	margin-top: -25px;
}

@media (max-width: 768px) {
	#testimonials h1 {
		font-size: 30px;
		line-height: 26px;
	}
}

#testimonials h5 {
	color: #fff;
	font-size: 18px;
}

@media (max-width: 768px) {
	#testimonials h5 {
	    font-size: 16px;
	    line-height: 24px;
	    margin-bottom: 30px;
		margin-top: -50px;
	}
}


.testimonial{
	margin: 0 15px;
	padding-top: 50px;
	border-bottom: 4px solid #8cc0da;	 
}
.testimonial .content{
	padding: 10px 10px;
	position: relative;
	background:#fff;
}

.testimonial .testimonial-pic{
	width: 80px;
	height: 80px;
	border-right: 4px solid  #fd6585;
	float: left;
	position: relative;
	top:-45px;
	margin-left: 25px;
	border-radius: 50%;
}
.testimonial .testimonial-pic img{
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.testimonial .testimonial-prof{
	color: #777;
    margin-bottom: 10px;
    padding-left: 30%;
    margin-top: 80px;
    margin-left: -40px;
}

@media only screen and (max-width: 767px) {
	.testimonial .testimonial-prof {
		padding-left: 0;
		margin-left: 30px;
		margin-top: 10px;
	}
}

/*------------pricing -------------*/

#hero-pricing {
  display: table;
  width: 100%;
  /*height: 50vh; */
  height: 305px;
}
#hero-pricing .pricing-container {
  
  display: table-cell;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
  background: 
    linear-gradient(to bottom left,
		rgba(57, 61, 133,0.60),
		rgba(57, 61, 133,0.80),
		rgba(57, 61, 133,0.80),
		rgba(57, 61, 133,0.80)
    ),
	url("../images/banner-2.jpg") ;
	background-size: cover;
	background-repeat:  no-repeat;
	background-attachment: fixed;
}

#hero-pricing h1 {
	margin: 30px 0 10px 0;
	font-size: 48px;
	font-weight: 400;
	line-height: 50px;
	color: rgb(255,255,255);
	/*font-family: "Rubik";*/
}

@media (max-width: 768px) {
  #hero-pricing h1 {
    font-size: 30px;
    line-height: 26px;
  }
}

#hero-pricing h5 {
	color: rgb(255,255,255);
	/*font-family: "Rubik";*/
	font-size: 16px;
}

/*------------Media page css-----------*/

	#media-section h5 {
	  color: #fff;
	  text-align: center;
	  margin-left: -70px;
	  font-size: 15px;
	  margin-top: -5px;
	  line-height: 30px;
	}
	@media screen and (max-width: 900px) {
	  #pricing-section h5 {
	    font-size: 15px;
	    text-align: center;
	    line-height: 15px;
	    margin-top: 20px;
	    margin-left: 10px;
	  }
	}

#hero-media {
	display: table;
	width: 100%;
	/*height: 50vh; */
	height: 100%;

}
#media-section {
/*#hero-media .media-container {*/
  /*display: table-cell;*/
  margin: 0;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
  height: 305px;
  background: 
    linear-gradient(to bottom left,
		rgba(57, 61, 133,0.60),
		rgba(57, 61, 133,0.80),
		rgba(57, 61, 133,0.80),
		rgba(57, 61, 133,0.80)
    ),
	url("../images/banner-2.jpg") ;
	background-size: cover;
	background-repeat:  no-repeat;
	background-attachment: fixed;
}

#hero-media h1 {
  margin: 30px 0 10px 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
  color: #fff;
  /*margin-top: -35px;*/
}

@media (max-width: 768px) {
  #hero-media h1 {
    font-size: 30px;
    line-height: 26px;
  }
}

/*------------faq-------------*/

#hero-faq {
  display: table;
  width: 100%;
  /*height: 50vh; */
  height: 305px;
}
#hero-faq .faq-container {
  
  display: table-cell;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
  background: 
    linear-gradient(to bottom left,
		rgba(57, 61, 133,0.60),
		rgba(57, 61, 133,0.80),
		rgba(57, 61, 133,0.80),
		rgba(57, 61, 133,0.80)
    ),
	url("../images/banner-2.jpg") ;
	background-size: cover;
	background-repeat:  no-repeat;
	background-attachment: fixed;
}

#hero-faq h1 {
  margin: 30px 0 10px 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 50px;
  color: #fff;
  /*margin-top: -35px;*/
}

@media (max-width: 768px) {
  #hero-faq h1 {
    font-size: 30px;
    line-height: 26px;
  }
}

#hero-faq h5 {
  color: #fff;
}

@media (max-width: 768px) {
  #hero-faq h5 {
   
  }
}

/*--------------------video css------*/

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
  /*color: #393d85 !important;*/
	/*-webkit-transform: scale(1.1) !important;*/
	/*transform: scale(1.1) !important;*/
}

.hero-area {
  padding: 150px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1f2532;
}

@media (max-width: 480px) {
  .hero-area {
    padding: 80px 0;
  }
}

.hero-area .block {
  color: #fff;
  padding-left: 30px;
}

@media (max-width: 480px) {
  .hero-area .block {
    padding: 0;
  }
}

.hero-area .block h2 {
  font-size: 48px;
  margin-bottom: 20px;
}

.hero-area .block p {
  color: #707d8f;
  margin-bottom: 20px;
}

.hero-area .block .list-inline {
  margin-top: 50px;
}

.hero-area .block .btn-main, .hero-area .block .btn-main-sm {
  margin-right: 8px;
}

.video-player iframe {
  width: 100%;
  height: 100%;
}
.video-player .launch-modal {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.video-player .launch-modal:hover i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.video-player .launch-modal i {
	margin-left: 3px;
	height: 60px;
	width: 60px;
	border-radius: 50px;
	transition: -webkit-transform 300ms ease;
	transition: transform 300ms ease;
	transition: transform 300ms ease, -webkit-transform 300ms ease;
	background: #fff;
	color: #9732f0;
	line-height: 60px;
	font-size: 25px;
	margin-left: 5px;
	
}

.hero-area-video {
  height: 100vh;
  position: inherit !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-area-video .block {
  color: #fff;
  text-align: center;
}

.hero-area-video .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-area-video .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.hero-area-video .block .btn-main, .hero-area-video .block .btn-main-sm {
  margin-top: 20px;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

/*------------------- post signup page--------------*/
#hero-postsignup {
  display: table;
  width: 100%;
  height: 60vh; 
}
#hero-postsignup .postsignup-container {
  
  display: table-cell;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
 
  background: 
   
    linear-gradient(to bottom left,
		rgba(194, 151, 241,0.60),
		rgba(136, 107, 212,0.80),
		rgba(127, 109, 225,0.80),
		rgba(71, 52, 219,0.80)  
    ),
	url("../images/banner-2.jpg") ;
	background-size: cover;
	background-repeat:  no-repeat;
	background-attachment: fixed;
}

#hero-postsignup h1 {
  margin: 30px 0 10px 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  color: #fff;
  margin-top: 35px;
}

@media (max-width: 768px) {
  #hero-postsignup h1 {
    font-size: 26px;
    line-height: 26px;
	margin-top: 75px;
  }
}


.multiple-items .slick-prev
{
	/*background-color: #83aaf3f5;*/
	/*background-color: #5cc73e !important;*/
	background-color: #999999 !important;
	transition: 0.5s !important;
	-webkit-transition: 0.5s !important;
}
.multiple-items .slick-next {
	/*background-color: #5f6aef;*/
	/*background-color: #5cc73e !important;*/
	background-color: #999999 !important;
	transition: 0.5s !important;
	-webkit-transition: 0.5s !important;
}
.multiple-items .slick-prev:hover,
.multiple-items .slick-next:hover{
	background-color: #000000 !important;
	transition: 0.5s !important;
	-webkit-transition: 0.5s !important;
}
.text-faded {
	color: #a29999fa;
	height: 364px;
	/*box-shadow: 0px 19px 2px -8px rgb(92, 111, 237);     */
	/*box-shadow: 0px 19px 2px -8px rgb(76, 178, 47) !important;*/
	/*box-shadow: 0px 19px 2px -8px rgb(76, 178, 47) !important;*/
	box-shadow: 0px 19px 2px -8px rgb(204, 204, 204) !important;
}
.btn-info {
	/*border-radius: 38px;*/
	border-radius: 5px !important;
	box-shadow: 0px 22px 54px rgba(76,178,47,0.4) !important;
	/*background-image: linear-gradient(100deg, #e95355 0%, #fdb591 100%);*/
	/*background-image: linear-gradient(100deg, #4cb22f 0%, #4cb22f 100%) !important;*/
	background: #4cb22f !important;
	border: none;
	font-size: 18px !important;
	transition: 0.5s !important;
	-webkit-transition: 0.5s !important;
	font-weight: 400 !important;
}
.btn-info:hover{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	/*background-image: linear-gradient(100deg, #1f8901 0%, #1f8901 100%) !important;*/
	background: #1f8901 !important;
}
.button-box .btn-info:nth-child(2){
	border-radius: 5px;
	box-shadow: 0px 22px 54px rgba(57,61,133,0.4) !important;
	/*background-image: linear-gradient(100deg, #e95355 0%, #fdb591 100%);*/
	/*background-image: linear-gradient(100deg, #393d85 0%, #393d85 100%) !important;*/
	background: #393d85 !important;
	border: none;
	font-size: 18px !important;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button-box .btn-info:nth-child(2):hover{
	transition: 0.5s !important;
	-webkit-transition: 0.5s !important;
	/*background-image: linear-gradient(100deg, #222668 0%, #222668 100%) !important;*/
	background: #222668 !important;
}
.cd-buy{
	padding: 8px 30px !important;
	border-radius: 5px !important;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	font-weight: 400 !important;
	font-size: 18px !important;
	text-transform: capitalize !important;
}
.cd-buy:hover{
	opacity: 1.0 !important;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	background: #1f8901 !important;
}

.btn-signin, .btn-signup, .contact-btn, #tool-btn .btn-cta, #why-us .btn-cta{
	color: #fff;
	/*border-radius: 30px;*/
	border-radius: 5px !important;
	/*box-shadow: 0px 22px 54px rgba(242,122,109,0.4);*/
	box-shadow: 0px 22px 54px rgba(76,178,47,0.4) !important;
	/*background-image: linear-gradient(100deg, #e95355 0%, #fdb591 100%);*/
	/*background-image: linear-gradient(100deg, #4cb22f 0%, #4cb22f 100%) !important;*/
	background: #4cb22f !important;
	transition: 0.5s !important;
	-webkit-transition: 0.5s !important;
}
.btn-signin:focus, .btn-signin:active,
.contact-btn:focus, .contact-btn:active,
#tool-btn .btn-cta:focus, #tool-btn .btn-cta:active,
#why-us .btn-cta:focus, #why-us .btn-cta:active,
.btn-signup:focus, .btn-signup:active {
	outline: none !important;
	box-shadow: none;
	/*background: linear-gradient(to right, #f90c0cb5 0%, #ffa745a8 100%);*/
	/*background-image: linear-gradient(100deg, #61b252 0%, #61b252 100%) !important;*/
	background: #1f8901 !important;
	color: #fff;
}
.btn-signin:hover,
.btn-signup:hover,
.contact-btn:hover,
#tool-btn .btn-cta:hover,
#why-us .btn-cta:hover{
	transition: 0.5s !important;
	-webkit-transition: 0.5s !important;
	background: #1f8901 !important;
}
.box-header {
	/*border-bottom: 4px solid transparent;*/
	border-bottom: 4px solid #393d85 !important;
	/*border-image: linear-gradient(to right, #f90c0cb5 0%, #ffa745a8 100%);*/
	border-image: none !important;
	border-image-slice: 1;
}
.panel-heading [data-toggle="collapse"]:after {
	color: #393d85 !important;
}
#ul_div.tab{
	margin-top: 50px !important;
}
#ul_div.tab li {
	float: left;
	width: 16.66666666666667%;
}
#ul_div.tab .tablinks{
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #ccc !important;
}
#ul_div.tab .active,
#ul_div.tab :focus{
	border-bottom: 4px solid #393d85 !important;
	border-image: none !important;
	border-image-slice: 1;
}

.cl-choice button.sel {
	color: rgb(51,51,51);
	/*border-bottom: 4px solid transparent;*/
	/*border-image: linear-gradient(-140deg, #fd6585 0%, #ffd3a5 100%);*/
	border-bottom: 4px solid #393d85 !important;
	border-image: none !important;
	border-image-slice: 1;
	/*font-family: "Rubik";*/
}
#tools {
	padding: 5em 0;
	clear: both;
}
#tools .gtco-tools-reverse .img-shadow-right, #tools .gtco-tools .img-shadow-right {
	position: relative;
	background: linear-gradient(to top right, rgba(57, 61, 133,1), rgba(57, 61, 133,0.80) ) !important;
	background-image: linear-gradient(-110deg, #7367ef 0%, #cd9ffb 100%);
	float: left;
	margin-bottom: 30px;
	/*margin-left: 100px;*/
	margin-left: 0px !important;
	height: 350px;
	width: 400px;
}
/*#tools .gtco-tools-reverse .img-shadow-right, #tools .gtco-tools .img-shadow-left{*/
 	/*float: right !important;*/
/*}*/
#tools .gtco-tools-reverse .img-shadow-left, #tools .gtco-tools .img-shadow-left {
	position: relative;
	background: linear-gradient(to top right, rgba(76, 178, 47,0.80), rgba(76, 178, 47,0.30) ) !important;
	background-image: linear-gradient(-40deg, #4c82ff 0%, #2afadf 100%);
	float: left;
	margin-bottom: 30px;
	/*margin-left: 140px;*/
	margin-left: 0px !important;
	height: 350px;
	width: 400px;
}
#tools .gtco-tools-reverse #tool-text-right{
	z-index: 9;
	margin-left: 0px !important;
	float: right !important;
	right: 5%;
}
#tools .gtco-tools-reverse #tool-text-left{
	margin-left: 0px !important;
	float: left !important;
}
#tool-text-left p{
	font-size: 16px;
	line-height: 26px;
}
/*#tools .gtco-tools-reverse .tool-text-left{*/

/*}*/
/*#tools .gtco-tools-reverse:nth-child(2n) .tool-text-right{*/
	/*float: left !important;*/
/*}*/
#tools .gtco-tools-reverse .key-img{
	float: left !important;
}
#tools .gtco-tools-reverse .key-img-right{
	float: right !important;
}
.abosolute-circle-img{
	z-index: 0;
	position: absolute;
	right: 0px;
	bottom: 50px;
}
.abosolute-arrow-img{
	z-index: 0;
	position: absolute;
	left: 0px;
	top: 50px;
}
.abosolute-arrow-img2-right{
	z-index: 0;
	position: absolute;
	right: 0px;
}
.abosolute-arrow-img3-right{
	z-index: 0;
	position: absolute;
	right: 0px;
	bottom: 50px;
}
.abosolute-arrow-img2-left{
	z-index: 0;
	position: absolute;
	left: 0px;
}
.img-rounded-1,
.img-rounded-7,
.img-rounded-9,
.img-rounded-11{
	margin-left: 0px !important;
}
.img-rounded-6,
.img-rounded-8,
.img-rounded-10{
	margin-right: 0px !important;
}
.img-rounded-2 {
	max-width: 100%;
	height: 250px;
	float: inherit !important;
	margin-top: inherit !important;
	margin-right: inherit !important;
}
/*#media .grid-item .img-shadow-left {*/
	/*position: relative;*/
	/*background: linear-gradient(to top right, rgba(57, 61, 133,1), rgba(57, 61, 133,0.80) ) !important;*/
	/*float: left;*/
	/*height: 145px;*/
	/*width: 230px;*/
	/*background-image: linear-gradient(-110deg, #7367ef 0%, #cd9ffb 100%);*/
/*}*/
/*#media .grid-item .img-shadow-center {*/
	/*position: relative;*/
	/*background: linear-gradient(to top right, rgba(76, 178, 47,0.80), rgba(76, 178, 47,0.30) ) !important;*/
	/*background-image: linear-gradient(-40deg, #4c82ff 0%, #2afadf 100%);*/
	/*float: left;*/
	/*height: 145px;*/
	/*width: 230px;*/
	/*left: 10px;*/
/*}*/
/*#media .grid-item .img-shadow-right {*/
	/*position: relative;*/
	/*background: linear-gradient(to top right, rgba(0, 0, 0,1), rgba(0, 0, 0,0.80) ) !important;*/
	/*background-image: linear-gradient(-140deg, #fd6585 0%, #ffd3a5 100%);*/
	/*float: left;*/
	/*height: 145px;*/
	/*width: 230px;*/
	/*left: 10px;*/
/*}*/

.video-player .launch-modal i {
	color: #393d85 !important;
}
.gototop a:focus, .gototop a:hover {
	color: #000000 !important;
}
.footer {
	padding: 50px 0 30px 0 !important;
	background-color: #f7f7f7 !important;
}
.circle-tile-heading{
	overflow: hidden !important;
}
.circle-tile-heading img{
	/*border-radius: inherit !important;*/
	height: auto !important;
}


@media screen and (max-width:700px){
	.rect-tile {
		margin-top: 130px;
	}
}
.rect-tile {
	margin-bottom: 15px;
	text-align: center;
	background: #ffffff;
}
.rect-tile-heading{
	position: relative;
	/* top: -15px; */
	margin: 40px auto 0px auto;
	width: 95%;
	height: 297px;
	overflow: hidden !important;
}
.rect-tile-content {
	padding-top: 10px;
	/*box-shadow: 0px 19px 2px -8px rgb(76, 178, 47) !important;*/
	box-shadow: 0px 19px 2px -8px rgb(204, 204, 204) !important;
}
.rect-tile-description{
	padding-bottom: 10px;
	height: 107px !important;
}
/*.cl-choice .clid-option:nth-child(5){*/
	/*margin-left: 20%;*/
/*}*/
.close{
	position: relative;
	top: -6%;
	right: 0.5%;
	color: #ffffff !important;
	opacity: 1.0;
	z-index: 9;
}
.cl-choice{
	margin: 80px auto 0px auto !important;
}
.cl-choice button{
	margin-bottom: 15px;
	width: auto;
}
.cd-dtcol{
	width: 100% !important;
	min-height: 452px;
}
.cd-dtrow{
	padding: 3px 10px !important;
}
.footer .category-2 li a{
	float: none !important;
	padding: 6px 4px !important;
	color: #393d85 !important;
}
.footer .category-2 li a:hover{
	/* color: #333 !important; */
	color:DeepPink !important;
}
.footer .social-icon a {
	padding: 5px 10px !important;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.footer .social-icon a:hover{
	color: #393d85 !important;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}
.feature-div{
	position: relative;
}
.slide-data{
	position: relative;
}
.absolute-text{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 20px;
	width: 100%;
	height: 100%;
	line-height: normal !important;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center !important;
	background: rgba(0,0,0,0.65);
	border: solid;
}
.slide-data img{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
.slide-data:hover img{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}
.copyright-text{
	font-size: 14px !important;
	margin-top: 20px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
}
#testimonials .cd-carousel-reviews div .img-rounded-4{
	position: absolute;
	right:0;
}

#hero .img-laptop {
	z-index: 9;
	/*margin: 0px auto -400px auto;*/
	margin: 0 auto !important;
	left: 0% !important;
	display: table;
	float: none !important;
	width: 950px;
}
.laptop-absolute{
	position: relative;
	width: 100%;
	/*bottom: 0px;*/
	bottom: -141px;
}
.slick-prev, .slick-next {
	top: 200px !important;
}
#facts .slick-prev {
	left: inherit;
	right: 50px;
}
.try-mock-test{
	margin-top: 20px;
}
.footer p{
	font-size: 16px !important;
	line-height: 30px !important;
}
.cd-hdrcol{
	display: none !important;
}
/*** Testimonials start ***/
.company-name{
	/*color:#393d85 !important;*/
	color:#000000 !important;
}
.rect-tile-description .company-name{
	color:#000000 !important;
	text-align: left !important;
}
.circle-tile-description p {
	width: 100% !important;
	margin-left: 0px !important;
	padding: 0px 20px;
	margin-top: 10px !important;
	color: #666666 !important;
}
.circle-tile-description h4{
	color: #393d85 !important;
	margin: 0 0 22px 0 !important;
	font-weight: 700 !important;
}
.circle-tile-description h4,
.circle-tile-description h6{
	margin-left: 0px !important;
	text-align: left !important;
	padding: 0px 20px;
}
.rect-tile-description h4{
	font-size: 16px;
	color: #393d85 !important;
	font-weight: 700;
	margin: 0 0 22px 0 !important;
}
.rect-tile-description h6{
	margin: 0 0 5px 0;
	font-size: 14px !important;
}
/*.circle-tile-description h6{*/
	/*font-size: 16px !important;*/
/*}*/
/*** Testimonials end ***/


/*** Pricing Start ***/
.cd-blkwhdr{
	margin: 20px 5px 20px 5px !important;
	display: inline-block !important;
	float: none !important;
	width: 215px !important;
}
/*** Pricing End ***/


/*** Start Video popup ***/
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed
{ position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#hero-1 .modal-content {
	box-shadow: none;
	webkit-box-shadow: none;
	border: none;
}
#hero-1 .modal-body {
	padding: 20px;
}
/*** End Video popup ***/
.about-page h5{
	font-size: 18px;
}

/**** Start Login ****/
.signup-section .inner-bg hr{
	width: 100%;
}
.form-top-left {
	float: left;
	 width: 100%;
	padding-top: 15px;
}
.final-login {
	width: 100%;
	margin-left: 0px !important;
}
.form-box {
	margin-top: -50px;
	margin-left: 50px;
}
#login-p {
	text-align: left !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: rgb(255,255,255);
}
#cd-signup h1 {
	color: #fff;
	margin-top: 0px;
	text-align: left;
}
.top-content .description {
	margin: 60px 0 10px 0;
	text-align: left;
}
.top-content .text {
	padding-top: 0px;
	color: #fff;
	margin-left: 50px;
	margin-top: -50px;
}
#cd-signup h1 {
	margin: 0px 0 10px 0 !important;
	font-size: 60px;
	font-weight: 400;
	line-height: 50px;
	color: #fff;
}
#cd-signup h1 {
	color: #fff;
	margin-top: -80px;
}
#phone-input {
	border-bottom:none;
	width:calc(100% - 44px);
	margin-left: 5px;
}
.inner-bg {
	padding: 120px 0 170px 0;
}
/**** End Login ****/

.wrap-input-captcha{
	width: 100%;
	position: relative;
	text-align: center;
	/* border-bottom: 1px solid #adadad; */
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}
.wrap-input-captcha div{
	width: 100% !important;
}
/***** Start FAQ ****/
.panel-group.accordion{
	position: relative;
	z-index: 9;
}
.panel-heading a{
	width: 100%;
}
.panel-heading [data-toggle="collapse"]:before {
/*.panel-heading [data-toggle="collapse"]:after {*/
	font-family: 'Glyphicons Halflings';
	content: "\e080"; /* "play" icon */
	float: right;
	color: #393d85;
	font-size: 14px;
	line-height: 0px;
	margin-top: 15px;

	/* rotate "play" icon from > (right arrow) to down arrow */
	-webkit-transform: rotate(-90deg);
	-moz-transform:    rotate(-90deg);
	-ms-transform:     rotate(-90deg);
	-o-transform:      rotate(-90deg);
	transform:         rotate(-90deg);
}
.panel-heading [data-toggle="collapse"].collapsed:before {
/*.panel-heading [data-toggle="collapse"].collapsed:after {*/
	/* rotate "play" icon from > (right arrow) to ^ (up arrow) */
	-webkit-transform: rotate(90deg);
	-moz-transform:    rotate(90deg);
	-ms-transform:     rotate(90deg);
	-o-transform:      rotate(90deg);
	transform:         rotate(90deg);
}
/***** End FAQ ****/
.other-pages{
	padding-top: 100px;
	padding-bottom: 100px;
}
.newupdate {
	margin: 0px auto !important;
}
.phone-input-text{
	border: 0px;
	/*margin-top: -4px;*/
	/*height: 28px;*/
	width: calc(100% - 40px);
}
.resend{
	width: 280px;padding:10px;border-radius: 5px;background: #393d85; color: white;
	transition: 0.5s !important;
	-webkit-transition: 0.5s !important;
	border: none;
}
.resend:hover{
	color: white;
	background: #222668;
	transition: 0.5s !important;
	-webkit-transition: 0.5s !important;
}
.generate{
	/*float:right;*/width: 280px;padding:10px; border-radius: 5px;background: #4cb22f; color: white;
	transition: 0.5s !important;
	-webkit-transition: 0.5s !important;
	border: none;
}
.generate:hover{
	color: white;
	background: #1f8901;
	transition: 0.5s !important;
	-webkit-transition: 0.5s !important;
}
.lab_css{
	text-align:center;font-size: 14px;width: 280px;
}
.button-box{
	margin-top: 40px;
}
.signup-btns{
	float:left; width: 50%;
}
.float-right{
	float: right;
}
.button-box .active{
	text-align: center;font-size: 14px;/*float: right;*/width: 280px;
}
.section-description{text-align: center !important;}
.head_css {
	margin-top: 80px !important;
	font-weight: 600;
}
.phone-number-label{
	margin-right: 15px;
}
[type="radio"]:checked + label::after, [type="radio"]:not(:checked) + label::after {
	content: '';
	width: 12px;
	height: 12px;
	background: #393d85 !important;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.features-icons{
	text-align: center;
}
.features-icons img{
	width: 100px;
}
.feature-title{
	font-family: 'Roboto', serif !important;
	/*font-size: 22px !important;*/
	font-size: 18px !important;
	/*color: #60b251 !important;*/
	color: #000000 !important;
	text-align: center;
	min-height: 64px;
	/*margin-bottom: 5px;*/
	margin-bottom: 30px;
}
.key-benefits-title{
	font-size: 22px !important;
	margin-bottom: 5px;
}
.feature-para{
	/*min-height: 170px;*/
	text-align: center !important;
}
.key-benefits .img{
	/* position: relative; */
	top: -20px;
	right: 20px;
	height: 260px;
}
.key-benefits-para{
	margin-bottom: 90px;
	margin-right: 20px;
}

div ul.category-2 li a:hover {
	color: #ff5733; /* Color to change to when hovering */
  }
  
.key-benefits .img-shadow{
	position: relative;
	background: linear-gradient(to top right, rgba(57, 61, 133,1), rgba(57, 61, 133,0.80) ) !important;
	background-image: linear-gradient(-110deg, #7367ef 0%, #cd9ffb 100%);
	float: left;
	margin-bottom: 20px;
	margin-left: 0px;
	height: 260px;
	/*height: 350px;*/
	width: 95%;
}
.key-benefits .img-shadow2{
	position: relative;
	background: linear-gradient(to top right, rgba(76, 178, 47,0.80), rgba(76, 178, 47,0.30) ) !important;
	background-image: linear-gradient(-40deg, #4c82ff 0%, #2afadf 100%);
	float: left;
	margin-bottom: 20px;
	margin-left: 0px;
	/*height: 350px;*/
	height: 260px;
	width: 95%;
}


/**** team new ****/
@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800);
.testimonial2 {
	position: relative;
	font-family: "Montserrat", sans-serif;
	color: #8d97ad;
	font-weight: 300;
	overflow: hidden !important;
}
.testimonial2 .owl-carousel{display: block !important;}

.testimonial2 h1,
.testimonial2 h2,
.testimonial2 h3,
.testimonial2 h4,
.testimonial2 h5,
.testimonial2 h6 {
	color: #3e4555;
}

.testimonial2 h5 {
	line-height: 22px;
	font-size: 18px;
	font-weight: 400;
}

.testimonial2 .font-weight-medium {
	font-weight: 500;
}

.testimonial2 .bg-light {
	background-color: #f4f8fa !important;
}

.testimonial2 .sub-title {
	color: #8d97ad;
	line-height: 24px;
}

.testimonial2 .testi2.management-team .image-thumb {
	background-image: url(../images/profile-bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	/*padding: 5% 0;*/
	padding: 3% 0% 2.5% 0%;
}
.testimonial2 .testi2.faculty-team .image-thumb {
	background-image: url(../images/profile-bg-green.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	/*padding: 5% 0;*/
	padding: 3% 0% 2.5% 0%;
}
.testimonial2 .testi2.management-team .owl-dots{
	display: inline-block;
	position: absolute;
	top: 0px;
	/*left: 24%;*/
	left: 21%;
}
.testimonial2 .testi2.faculty-team .owl-dots{
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 35.5%;
}
.testimonial2 .testi2 .owl-dots .owl-dot{
	border-radius: 100%;
	width: 70px;
	height: 70px;
	background-size: cover;
	margin-right: 10px;
	opacity: 0.3;
	cursor: pointer;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.testimonial2 .testi2 .owl-dots .owl-dot.active{
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}
.testimonial2 .testi2 .owl-dots .owl-dot span {
	display: none;
}
.testimonial2 .testi2 .owl-dots .owl-dot.active,
.testimonial2 .testi2 .owl-dots .owl-dot:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.testimonial2 .testi2 .owl-dots {
		top: 0px;
	}
}

.testimonial2 .btn-md {
	padding: 18px 0px;
	width: 60px;
	height: 60px;
	font-size: 20px;
}
.testimonial2 .btn-danger {
	background: #ff4d7e !important;
	border: 1px solid #ff4d7e !important;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit;
}
.team-content{
	margin-top: 20px;
	/*margin-left: 16.66666667%;*/
	margin-left: 5%;
	/*width: 54%;*/
}
.testimonial2 .owl-carousel .owl-item .item{
	margin-top: 100px;
}
.data-group{
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 15px;
}
.data-group:last-child{
	border: 1px solid transparent;
}
.data-group h4{
	color: #264d90;
	font-weight: 600;
	margin: 0 0 0px 0;
}
.faculty-team .data-group h4{
	color: #4cb22f;
	font-weight: 600;
	margin: 0 0 0px 0;
}
.data-group p{
	color: #000000;
	margin-bottom: 5px;
	font-size: 14px;
	display: table;
}
.data-group ul{
	color: #000000;
}
.data-group ul li{
	float: left;
	width: 50%;
	font-size: 14px;
}
.data-group ul li:before{
	content: "- ";
	color: #000000;
}
.data-group ul li:last-child{
	margin-bottom: 8px;
}
.guru-mantra{
	margin-top: 7px;
	padding: 10px 15px;
	color: #ffffff !important;
	background: #264d90;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: 500;
}
.faculty-team .guru-mantra{
	margin-top: 7px;
	padding: 10px 15px;
	color: #ffffff !important;
	background: #4cb22f;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: 500;
}
.team-name{
	margin: 20px 0px 0px 0px;
	/*font-size: 20px;*/
	font-size: 16px;
	font-weight: 600;
	color: #ffffff !important;
	text-transform: uppercase;
}
.team-designation{
	font-size: 14px;
	color: #ffffff !important;
	line-height: 2.5rem;
}
.profile-pic{
	margin-left: 100px;
	width: 68%;
}
.profile-details{
margin-left: 100px;
margin-right: 10px;
text-align: left;
}
.testimonial2 .testi2 .image-thumb img {
/*width: 400px;*/
	/*!*margin-right: -200px;*!*/
}
/**** team new ****/
.heading .section-title{
	font-size: 40px !important;
}
#why-us .btn-cta{
	margin: 15px 0px 0px 0px !important;
	font-weight: normal !important;
}
#why-us h5 {
	margin-left: 0px !important;
}
.container-align{
	text-align: left !important;
}
.key-features .col-lg-4:nth-of-type(3n + 1){
	clear: both;
}
.key-benefits .col-lg-6{
	padding: 0px 50px;
}
.key-benefits .col-lg-4:nth-of-type(3n + 1){
	clear: both !important;
}
.key-benefits h3{
	margin-bottom: 80px !important;
}
#offerings {
	position: relative;
	padding: 60px 0;
	background: #f6f6f6;
	z-index: 9;
}
.offering-section{
	padding-top: 70px;
	/*margin-bottom: 40px;*/
	/*background: #ffffff;*/
}
.offering-section-title{
	position: relative;
	padding: 20px 20px 10px 20px;
	background: #375693;
	height: 170px;
}
.offering-section-title .title{
	padding-top: 70px;
	float: left;
	font-family: 'Roboto Slab', serif !important;
	font-size: 40px;
	color: #ffffff;}
.offering-section-title .img-box{
	/*position: absolute;*/
	float: right;
	width: 320px;
	height: 210px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 6px solid #ffffff;
}
.offering-icons{
	text-align: center;
}
.offering-icons img{
	width: 60px;
}
.offering-title{
	font-size: 20px !important;
	color: #60b251 !important;
	text-align: center;
	margin-bottom: 5px;
}
.offering-right-panel{
	padding: 15px 15px 15px 15px;
	background: #ffffff;
	margin-top: 70px;
}
.offering-right-panel-title{
	padding-bottom: 5px;
	font-family: 'Roboto Slab', serif !important;
	font-size: 20px;
	color: #375693;
	border-bottom: 1px solid #EEEEEE;
	text-transform: uppercase;
}
.offering-list{
	margin-top: 10px;
	padding-left: 0px;
	font-size: 16px;
	color: #4D4D4D;
}
.offering-list li{
	padding-left: 25px;
	/*margin-bottom: 10px;*/
	cursor: pointer;
}
.offering-list li:hover{
	color:#60b251;
	font-weight: 500;
}
.offering-list li:nth-child(1){
	background: url('../images/testing-platform-icon.svg') center left no-repeat;
}
.offering-list li:nth-child(2){
	background: url('../images/study-platform-icon.svg') center left no-repeat;
}
.offering-list li:nth-child(3){
	background: url('../images/study-material-icon.svg') center left no-repeat;
}
.offering-list li:nth-child(1):hover{
	background: url('../images/testing-platform-icon-h.svg') center left no-repeat;
}
.offering-list li:nth-child(2):hover{
	background: url('../images/study-platform-icon-h.svg') center left no-repeat;
}
.offering-list li:nth-child(3):hover{
	background: url('../images/study-material-icon-h.svg') center left no-repeat;
}
.nav-pills.offering-list>li.active>a,
.nav-pills.offering-list>li.active>a:focus,
.nav-pills.offering-list>li.active>a:hover{
	color: #60b251;
	background-color: transparent;
}
.nav.offering-list>li>a{
	color: #4D4D4D;
}
.nav.offering-list>li>a:focus, .nav.offering-list>li>a:hover {
	color: #60b251;
	text-decoration: none;
	background-color: transparent;
}
.nav-pills.offering-list>li:nth-child(1).active{
	background: url('../images/testing-platform-icon-h.svg') center left no-repeat;
}
.nav-pills.offering-list>li:nth-child(2).active{
	background: url('../images/study-platform-icon-h.svg') center left no-repeat;
}
.nav-pills.offering-list>li:nth-child(3).active{
	background: url('../images/study-material-icon-h.svg') center left no-repeat;
}
.offering-para{
	text-align: center !important;
}
.home-know-more-btn{
	background: transparent;
	color: #393d85;
	/*border: 2px solid #393d85;*/
	/*box-sizing: border-box;*/
	/*-webkit-box-sizing: border-box;*/
	/*width: calc(100% - 2px);*/
}
.home-know-more-btn:hover{
	color: #FFFFFF;
	background: #393d85;
}
.privacy-policy ul li{
	margin-bottom: 40px;
}
.privacy-policy ul li p{
	margin-bottom: 15px;
}
.privacy-policy ul li h3{
	margin: 0 0 10px 0;
	text-decoration: underline;
}
.privacy-policy ul li ul{
	margin-bottom: 15px;
}
.privacy-policy ul li ul li{
	margin-bottom: 0px;
}
.social_icons{
	transform: translate(20px, -25px);	
	float: inline-end;
}





@media screen and (min-width: 992px) {
	.grid-item:nth-child(3n) .img-shadow-left,
	.grid-item:nth-child(3n) .img-shadow-right,
	.grid-item:nth-child(3n) .img-shadow-center{
		margin-right: 0rem !important;
	}
}
@media screen and (min-width: 1500px) {
	#hero-1 {
		/*height: 1080px !important;*/
	}
}
@media screen and (max-width: 1440px) {
	#hero .img-laptop {
		width: 800px;
	}
}
@media screen and (max-width: 1366px) {
	.img-laptop{
		right: 65%;
	}
	/*#tools .gtco-tools-reverse .img-shadow-right, #tools .gtco-tools .img-shadow-right {*/
		/*margin-left: 0px !important;*/
	/*}*/
	/*#tools .gtco-tools-reverse .img-shadow-left, #tools .gtco-tools .img-shadow-left {*/
		/*margin-left: 0px !important;*/
	/*}*/
}
@media screen and (max-width: 1280px) {
	#hero h1 {
		margin: 0 0 5px 0 !important;
	}
	.try-mock-test{
		margin-top: 5px !important;
	}
	.laptop-absolute {
		bottom: -161px;
	}
}
@media screen and (max-width: 1199px) {
	/*#tools .gtco-tools-reverse #tool-text-right{*/
	/*float: right !important;*/
	/*}*/
	#why-us .img-laptop {
		right: 65%;
	}
	#ul_div.tab li {
		float: none;
		width: 33.33% !important;
	}
	#ul_div.tab li a{
		width: 100% !important;
	}
	.offering-right-panel{
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	/*#tools {*/
		/*margin-top: 0px !important;*/
		/*padding: 1px 0 !important;*/
	/*}*/
	#tools .gtco-tools-reverse:nth-child(2n) .key-img {
		width: 48% !important;
	}
	.cl-choice button{
		width: 33.33% !important;
	}
	.cl-choice{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	.cd-blkwhdr{
		width: 260px !important;
	}
	#why-us h1 {
		font-size: 44px !important;
	}
	.testimonial2 .testi2.management-team .owl-dots {
		left: 14%;
	}
	.testimonial2 .testi2.faculty-team .owl-dots {
		left: 31%;
	}
	.team-content {
		margin-top: 0px;
	}
	.profile-pic {
		margin-left: 80px;
	}
	.profile-details {
		margin-left: 80px;
	}
	.key-features .col-lg-4:nth-of-type(3n + 1){
		clear: inherit;
	}
}
@media screen and (max-width: 991px){
	#tools .gtco-tools-reverse #tool-text-right {
		float: none !important;
		right: 0% !important;
	}
	#tools .gtco-tools-reverse .img-shadow-right,
	#tools .gtco-tools-reverse .img-shadow-left{
		margin-left: 0px !important;
		height: auto !important;
		width: auto !important;
		float: none !important;
	}
	#tools .gtco-tools-reverse .key-img,
	#tools .gtco-tools-reverse .key-img-right{
		float: none !important;
	}
	#tools .gtco-tools-reverse:nth-child(2n) .key-img {
		width: 100% !important;
		float: none !important;
	}
	#tools .gtco-tools-reverse .img-shadow-left .img,
	#tools .gtco-tools-reverse .img-shadow-right .img{
		position: relative;
		top: -20px;
		right: 20px !important;
		height: auto !important;
		width: auto !important;
	}
	#tools .gtco-tools-reverse .img-shadow-left .img img,
	#tools .gtco-tools-reverse .img-shadow-right .img img{
		position: relative;
		top: -20px;
		right: -20px;
		height: auto !important;
		width: auto !important;
	}
	#tools.about-page .gtco-tools-reverse .img-shadow-left .img img,
	#tools.about-page .gtco-tools-reverse .img-shadow-right .img img{
		width: 100% !important;
	}
	.footer-logo{
		text-align: center;
	}
	.footer p{
		margin-top: 15px;
	}
	.footer .social-icon{
		display: table;
		margin: 0px auto 30px auto !important;
		float: center;	
	}
	.social_icons{
		transform: none !important;	
		float: none;
	}
	.lap-video img {
		margin-top: inherit !important;
		margin-left: inherit !important;
	}
	#why-us .img-laptop {
		right: 0%;
	}
	.video-player .launch-modal i {
		margin-right: 0px !important;
		margin-left: 0px !important;
		margin-top: 0px !important;
	}
	#why-us .btn-cta {
		margin-left: inherit !important;
	}
	#why-us h5{
		margin-top: 25px !important;
		margin-left: 0px !important;
	}
	#why-us h1{
		margin-top: 40px !important;
		margin-left: 0px !important;
		font-size: 20px !important;
	}
	.cd-blkwhdr{
		width: calc(50% - 12px) !important;
	}
	.cd-dtcol{
		margin-left: 0px !important;
	}
	.grid-item:nth-child(2n) .img-shadow-left,
	.grid-item:nth-child(2n) .img-shadow-right,
	.grid-item:nth-child(2n) .img-shadow-center{
		margin-right: 0rem !important;
	}
	.gtco-nav ul li a {
		padding: 4px 5px;
		font-size: 16px;
	}
	.rect-tile-content{
		height: 158px !important;
	}
}
@media screen and (max-width: 800px) {
	#hero .img-laptop {
		left: 0% !important;
		width: 80%;
	}
	/*#hero-1 {*/
		 /*height: auto !important;*/
	/*}*/
	.box {
		min-height: 230px !important;
	}
	.top-content .text{
		margin-left: 0px;
	}
	.form-box{
		margin-left: 0px;
		width: 58%;
	}
	/*.gtco-nav .container{*/
		/*width: 100% !important;*/
	/*}*/
	.testimonial2 .testi2.management-team .owl-dots {
		left: 4%;
	}
}
@media screen and (max-width: 768px) {
	#gtco-offcanvas .sign-up-btn{
		margin-top: 20px;
	}
	#login-p {
		margin-top: -50px;
	}
	.box {
		min-height: 246px !important;
	}
	#gtco-offcanvas a{
		font-size: 18px;
	}
	#gtco-offcanvas ul li{
		padding: 0px 0px 10px 0px;
	}
	.profile-pic {
		width: 44%;
	}
	.testimonial2 .testi2.management-team .owl-dots {
		left: 4%;
	}
	.testimonial2 .testi2.faculty-team .owl-dots {
		left: 25%;
	}
	.profile-details {
		padding-right: 45px;
	}
	.team-content {
		margin-top: 20px;
		margin-left: 0%;
		width: 98%;
	}
	.key-features .col-lg-4:nth-of-type(2n + 1){
		clear: both;
	}
}
@media screen and (max-width: 767px) {
	.box {
		min-height: auto !important;
	}
	.grid-item .img-shadow-left,
	.grid-item .img-shadow-right,
	.grid-item .img-shadow-center{
		margin-right: 5rem !important;
	}
	.form-box {
		margin-top: 40px;
		width: 100%;
	}
	#ul_div.tab li {
		float: none;
		width: 100% !important;
	}
	#ul_div.tab li a{
		width: 100% !important;
	}
	.generate {
		 width: 100%;
	}
	.resend{
		width: 100%;
	}
	.lab_css{
		width: 100%;
	}
	.button-box .active{
		width: 100%;
	}
	.signup-btns{
		float:none; width: 100%;margin-bottom: 25px;
	}
	.signup-btns .float-right{
		float:none;
	}
	.key-benefits .img {
		top: 0px;
		right: 0px;
	}
	.key-benefits .img-shadow,
	.key-benefits .img-shadow2 {
		width: 100%;
		height: auto;
		background: none !important;
		margin-bottom: 15px;
	}
	.profile-pic {
		/*padding: 20px;*/
		margin-left: 20px;
		width: 90%;
		background: #264d90;
	}
	/*.team-name{*/
	/*	color: #264d90 !important;*/
	/*}*/
	/*.team-designation{*/
	/*	color: #264d90 !important;*/
	/*}*/
	.profile-details {
		margin-left: 20px;
	}
	.testimonial2 .testi2 .image-thumb {
		background-image: none;
	}
	.testimonial2 .testi2.faculty-team .owl-dots {
		left: 5%;
	}
	.testimonial2 .owl-carousel.management-team .owl-item .item{
		margin-top: 175px;
	}
	.data-group ul li {
		width: 100%;
	}
	.container-align{
		text-align: center !important;
	}
	.key-benefits .col-lg-6{
		padding: 0px 0px;
	}
	.offering-section-title .title{
		float: none;
		 padding-top: 0px;
		 font-size: 32px;
		 text-align: center;
	}
	.offering-section-title .img-box{
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.slick-prev, .slick-next {
		top: 232px !important;
	}
	#facts .slick-prev {
		left: 0px;
		right: inherit;
	}
	.top-content .text {
		margin-top: 0px;
		padding-top: 0px;
	}
}
/*** Start Custom Size ***/
@media screen and (max-width: 489px) {
	.grid-item .img-shadow-left,
	.grid-item .img-shadow-right,
	.grid-item .img-shadow-center{
		margin-right: 0rem !important;
	}
}
/*** End Custom Size ***/
@media screen and (max-width: 425px) {
	.gtco-nav #gtco-logo a img{
		height: 50px !important;
	}
	.gtco-nav.scrolled #gtco-logo-1 a img{
		height: 50px !important;
	}
	.gtco-nav-toggle {
		top: 18px;
	}
	#tools .gtco-tools-reverse .img-shadow-left,
	#tools .gtco-tools .img-shadow-left {
		margin-left: 0px;
		height: auto !important;
		width: auto !important;
	}
	.copyright-text{
		font-size: 14px !important;
	}
	#testimonials h1 {
		margin: -25px 0 40px 0;
	}
	.laptop-absolute{
		position: relative;
		width: 100%;
		bottom: inherit;
		margin-top: 75px;
	}
	#facts {
		padding: 80px 0 60px 0;
	}
	.cl-choice button {
		width: 100% !important;
	}
	.cd-blkwhdr{
		width: calc(100% - 12px) !important;
	}
	.inner-bg {
		padding: 20px 0 170px 0;
	}
}
@media screen and (max-width: 375px) {
	.testimonial2 .testi2.management-team .owl-dots {
		left: -2%;
	}
	.testimonial2 .testi2.faculty-team .owl-dots {
		left: -2%;
	}
}
@media print {
	html, body {
		display: none !important;  /* hide whole page */
	}
}