@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Roboto:400,500,700');
@import url('https //fonts.googleapis.com/css family=poppins')

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, 
  "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
	scroll-behavior: smooth;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, 
  "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 14px;
	line-height: 2.29;
	font-weight: 400;
	color: #a5a5a5;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: #FFD266;
	color: #C88E00;
}
p::selection
{
	background: #FFD266;
	color: #C88E00;
}
h1{font-size: 36px;}
h2{font-size: 22px;}
h3{font-size: 18px;}
h4{font-size: 14px;}
h5{font-size: 11px;}
h1, h2, h3, h4, h5, h6
{
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, 
  "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
} 
:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
}
::input-placeholder
{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.nopadding
{
	padding: 0px !important;
}

/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 45px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1318px;
	height: 104px;
	
	z-index: 10;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header.scrolled
{	
	top: 0px;
}
.header.scrolled .header_content::before
{
	box-shadow: 0px 20px 49px rgba(0,0,0,0.17);
}
.header_content
{
	width: 100%;
	height: 100%;
}
.header_content::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 21px 70px 0px rgba(67, 91, 236, 0.08);
	z-index: -1;
}

/*********************************
3.1 Logo
*********************************/

.logo_container
{
	display: inline-block;
	padding-left: 34px;
}
.logo span
{
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, 
  "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 22px;
	font-weight: 600;
	color: #000000;
	vertical-align: -webkit-baseline-middle;
	
}
/*.logo img {max-width: 80px;}*/
.logo {
	/*width: 300px;*/
    display: block;
    border-radius: 2px;
}
.logo span {
	display: inline-block;
	font-size: 22px;
}

/*********************************
3.2 Main Nav
*********************************/

.main_nav_container
{
	display: inline-block;
	margin-left: auto;
	padding-right: 40px;
}
.main_nav_item
{
	display: inline-block;
	margin-right: 40px;
}
.main_nav_item:last-child
{
	margin-right: 0px;
}
.main_nav_item a
{
	font-family: "Poppins", 'Open Sans', sans-serif;
	font-size: 16px;
	color: #354144;
	font-weight: 400;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav_item a:hover
{
	color: #2688f6;
}

.signup_btn {
	margin-right: 40px;
}
.signup_btn a {
	background: #2688f6;
	color: #fff;
	border: solid 2px #2688f6;
	padding: 8px 18px;
	border-radius: 4px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.signup_btn a:hover {
	background: #fff;
    border: solid 2px #2688f6;
    color: #2688f6;
}



/*********************************
3.4 Hamburger
*********************************/

.hamburger_container
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	display: none;
	cursor: pointer;
}
.hamburger_container i
{
	font-size: 24px;
	padding: 10px;
	color: #3a3a3a;
}
.hamburger_container:hover i
{
	color: #ffb606;
}

/*********************************
4. Menu
*********************************/

.menu_container
{
	position: fixed;
	top: 0;
	right: -50vw;
	width: 50vw;
	height: 100vh;
	background: #FFFFFF;
	z-index: 12;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	visibility: hidden;
	opacity: 0;
}
.menu_container.active
{
	visibility: visible;
	opacity: 1;
	right: 0;
}
.menu
{
	position: absolute;
	top:150px;
	left: 0;
	padding-left: 15%;
}
.menu_list
{
	-webkit-transform: translateY(3.5rem);
	-moz-transform: translateY(3.5rem);
	-ms-transform: translateY(3.5rem);
	-o-transform: translateY(3.5rem);
	transform: translateY(3.5rem);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 1000ms 600ms ease;
	opacity: 0;
}
.menu_container.active .menu_list
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.menu_item
{
	margin-bottom: 9px;
}
.menu_item a
{
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_item a:hover
{
	color: #ffb606;
}
.menu_close_container
{
	position: absolute;
	top: 86px;
	right: 79px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_close
{
	top: 9px;
	width: 21px;
	height: 3px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close::after
{
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
	background: #ffb606;
}

/*********************************
4.1 Menu Social
*********************************/

.menu_social_container
{
	margin-top: 100px;
	-webkit-transform: translateY(3.5rem);
	-moz-transform: translateY(3.5rem);
	-ms-transform: translateY(3.5rem);
	-o-transform: translateY(3.5rem);
	transform: translateY(3.5rem);
	-webkit-transition: all 1000ms 1000ms ease;
	-moz-transition: all 1000ms 1000ms ease;
	-ms-transition: all 1000ms 1000ms ease;
	-o-transition: all 1000ms 1000ms ease;
	transition: all 1000ms 1000ms ease;
	opacity: 0;
	padding-left: 4px;
}
.menu_social_item
{
	display: inline-block;
	margin-right: 30px;
}
.menu_social_item a i
{
	color: #3a3a3a;
}
.menu_social_item a i:hover
{
	color: #ffb606;
}
.menu_container.active .menu_social_container
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

/*********************************
4.2 Menu copyright
*********************************/

.menu_copyright
{
	margin-top: 60px;
	-webkit-transform: translateY(3.5rem);
	-moz-transform: translateY(3.5rem);
	-ms-transform: translateY(3.5rem);
	-o-transform: translateY(3.5rem);
	transform: translateY(3.5rem);
	-webkit-transition: all 1000ms 1200ms ease;
	-moz-transition: all 1000ms 1200ms ease;
	-ms-transition: all 1000ms 1200ms ease;
	-o-transition: all 1000ms 1200ms ease;
	transition: all 1000ms 1200ms ease;
	opacity: 0;
	padding-left: 3px;
}
.menu_container.active .menu_copyright
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	height: 80vh;
    background: #f3f4f7;
}
.banner {
	z-index: 9;
	position: relative;
    top: 180px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1318px;
    height: 80vh;

    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.banner_content {
	width: 100%;
    height: 100%;
}
.banner_content::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 21px 70px 0px rgba(67, 91, 236, 0.08);
    z-index: -1;
}

.banner h1 {
	color: #000;
	font-weight: 600;
	padding-bottom: 20px;
}
.banner p {
	font-size: 18px;
	color: #354144;
    line-height: 1.8;
    padding-bottom: 15px;
}
.yellow {
	color: #fecd0e;
}
.blue {
	color: #25a3d6;
}
.more_btn {
	background: #2688f6;
	color: #fff;
	border: solid 2px #2688f6;
	padding: 12px 20px;
	border-radius: 4px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.scroll {
	position: absolute;
	bottom: 100px;
	color: #354144;
	bottom: -40px;
	
}
.scroll img {
	margin-right: 11px;
}
.more_btn:hover {
	background: #fff;
    border: solid 2px #2688f6;
    color: #2688f6;
}
.ban_img {
	position: relative;
	margin-bottom: 50px;
}
.workflow {
	position: absolute;
    right: 70px;
    width: 100%;
        height: 340px;
    padding: 20px;
    top: -90px;
}
.workflow_image img {
	width: 770px;
}
.more_btn {
	font-size: 16px;
}
.none {
	display: none;
}

/*********************************
7. Page Section
*********************************/

.page_section
 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.allgeo_app {
	padding-top: 230px;
}
.section_title h1
{
	display: block;
	color: #1a1a1a;
	font-weight: 600;
	padding-top: 24px;
}
.section_title h1::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 55px;
	height: 4px;
	content: '';
	background: #ffb606;
}



/*********************************
9. Popular
*********************************/


.course_boxes
{
	margin-top: 45px;
	
}
.app_box {
	margin-bottom: 20px;
	padding: 0 10px;
}
.card
{
	min-height: 210px;
	text-align: left;
	display: block;
	background: #f8f9fb;
	border: none;
	padding-bottom: 20px;
	padding-top: 20px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 21px 70px 0px rgba(67, 91, 236, 0.08);

}
.card h2, .platform_card h2 {
	color: #000;
	font-weight: 600;
	text-align: left;
	
}
.card h3 {
	display: inline-block;
	color: #000;
	font-weight: 500;
	text-align: left;
	vertical-align: top;
}
.card p, .platform_card p {
	text-align: left;
	line-height: 1.4;
	padding-right: 10px;
	padding-bottom: 0;
	margin-bottom: 5px;
	color: #777b87;
}
.card-sub_head {
	display: block;
    width: 100%;
    text-align: left;
    padding-bottom: 18px;
}
.card-sub_head span img {
	max-width: 58%;
	margin-left: 14px;
}
.card-sub_head span {
  display: inline-block;
  border-radius: 10px;
  background-color: rgb(249 249 249);
  width: 68px;
  height: 60px;
  margin-right: 10px;
}
.card-img-top
{
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.card-body
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 22px;
}
.card-title
{
	margin-top: 10px;

}
.card-title a
{
	font-size: 22px;
	font-weight: 500;
	color: #1a1a1a;
	line-height: 1.2;
}
.card-title a:hover
{
	color: #a5a5a5;
}
.card-text
{
	font-size: 14px;
	font-weight: 500;
	color: #686868;
	margin-top: -12px;
}



/*********************************
platform
*********************************/

.platform {
	background: #f3f4f7;
}
.plat_form_content {
  background: #fff;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 21px 70px 0px rgba(67, 91, 236, 0.08);
  padding-top: 50px;
  padding-bottom: 30px;
}
.platform_card {
	min-height: 240px;
    text-align: left;
    display: block;
    background: #f8f9fb;
    border: none;
    padding-bottom: 20px;
    padding-top: 25px;
    border-radius: 20px;
   
}
.platform_card .card-sub_head {
	padding-bottom: 0;
}
.platform_card h2 {
	padding-bottom: 5px;
}
.plat_form_content .course_boxes {
	padding-left: 25px;
	padding-right: 25px;
}
.light_blue {
	background: #f8f9fb;
}
.light_orange {
	background: #fcf0de;
}
.platform_card .card-sub_head span {
	width: 64px;
    height: 56px;
	background: #e9effc;
}
.light_orange1 {
	background: #fce3bf !important;
}
.platform_card p {
	color: #6a6f7b;
}

.right_arrow_orange {
	position: relative;

}
.right_arrow_orange:after, .right_arrow_orange:before {
	left: 96%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.right_arrow_orange:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #fcf0de;
	border-width: 30px;
	margin-top: -30px;
}
.right_arrow_orange:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #fcf0de;
	border-width: 36px;
	margin-top: -36px;
}
.left_arrow_box_orange {
	position: relative;

}
.left_arrow_box_orange:after, .left_arrow_box_orange:before {
	right: 96%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.left_arrow_box_orange:after {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #fcf0de;
	border-width: 30px;
	margin-top: -30px;
}
.left_arrow_box_orange:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #fcf0de;
	border-width: 36px;
	margin-top: -36px;
}

.left_arrow_box_blue, .chat_image {
	position: relative;

}
.left_arrow_box_blue:after, .left_arrow_box_blue:before, .chat_image:before {
	right: 96%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.left_arrow_box_blue:after, .chat_image:before {
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #f8f9fb;
	border-width: 30px;
	margin-top: -30px;
}
.left_arrow_box_blue:before, .chat_image:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #f8f9fb;
	border-width: 36px;
	margin-top: -36px;
}


.right_arrow {
	position: relative;

}
.right_arrow:after, .right_arrow:before {
	left: 96%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.right_arrow:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #f8f9fb;
	border-width: 30px;
	margin-top: -30px;
}
.right_arrow:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #f8f9fb;
	border-width: 36px;
	margin-top: -36px;
}
.chat_image:before {
	width: 190px;
	height: 158px;
	border: none;
	background: url(../images/chat-bg.png) no-repeat;
    background-size: 67%;
    right: 88%;
    margin-top: -99px;
}

.bottom_arrow_box {
	position: relative;
}
.bottom_arrow_box:after, .arrow_box:before {
	top: 96%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.bottom_arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #f8f9fb;
	border-width: 30px;
	margin-left: -30px;
}
.bottom_arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #f8f9fb;
	border-width: 36px;
	margin-left: -36px;
}
.integration {
	padding: 25px 0;
	padding-bottom: 50px;
}
.integration h1 {
	color: #1a1a1a;
	font-weight: 600;
	line-height: 50px;
    padding-top: 15px;
    font-size: 32px;
}
.inline_dv {
	display: inline-block;
}
.hght {
	height: 200px;
	margin-bottom: 30px;
	margin-top: 0px;
}
.logo_box  {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 7px 20px 0px rgba(67, 91, 236, 0.08);
  margin-left: 0px;

}
.logo_box img {
	max-width: 100%;
}
.line {
	border-bottom:solid 1px #dadbdf;
	padding-bottom: 10px;
}
.customer_saying {
	padding-top: 50px;
}
.customer_saying h1 {
	color: #000;
	font-weight: 600;
	padding-left: 35px;
}
.customer_box {
	border-right: solid 2px #f7f7f7;
	padding: 0 55px;
}
.review_sction {
	padding-top: 40px;
}
.review_sction h3, .review_sction h4 {
	
	color: #000;
}
.review_sction h3 {
	font-size: 26px;
	line-height: 1.3;
	padding-bottom: 12px;
}
.review_sction p {
	font-size: 14px;
	color: #505455;
	line-height: 1.4;
	padding-bottom: 12px;
}
.customer span {
	display: inline-block;
}
.customer .orange-ciecle, .customer .blue-ciecle {
	display: inline-block;
    border-radius: 100%;
    background-color: #fbd59f;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
.customer .blue-ciecle {
	background-color: #e9effc;
}
.no_border {
	border: none;
}
/*cta*/

.cta {
	text-align: center;
	margin: 70px 0;
	    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 21px 70px 0px rgba(67, 91, 236, 0.08);
    padding: 70px 0;
    margin-bottom: 20px;
    padding-top: 60px;
}
.cta h1 {
	padding-bottom: 20px;
}
.cta p {
	font-size: 20px;
	color: #6a6f7b;
}

.fixed-header {
	top: 0;
}

/*********************************
15. Footer
*********************************/

.footer
{
	width: 100%;
	/*padding-top: 86px;*/
	background: #343a40;
}
.footer .section_title h1
{
	color: #FFFFFF;
}


.footer_content 
{
	padding-top: 80px;
	padding-bottom: 83px;
	border-bottom: solid 2px #3c4248;
}

.footer_column_title
{
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	padding-top: 15px;
}
.footer_column_content
{
	margin-top: 32px;
}
.footer_list_item
{
	margin-bottom: 11px;
}
.footer_list_item a
{
	font-size: 14px;
	color: #a5a5a5;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_list_item a:hover
{
	color: #ffb606;
}
.footer_contact_item
{
	font-size: 14px;
	font-weight: 400;
	color: #a5a5a5;
	margin-bottom: 22px;
}
.footer_contact_item:last-child
{
	margin-bottom: 0px;
}
.footer_contact_icon
{
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 10px;
}
.footer_contact_icon img
{
	width: 100%;
}
.footer_column_content ul {
	padding: 0;
}

/*********************************
15.3 Footer Copyright
*********************************/

.footer_bar
{
	padding-top: 19px;
	padding-bottom: 19px;
}
.footer_social .menu_social_item a i
{
	color: #FFFFFF;
}
.footer_social .menu_social_item a i:hover
{
	color: #ffb606;
}
.footer_social .menu_social_item:last-child
{
	margin-right: 0px;
}
.bnr_caption {
	padding-right: 20px;
}

@media only screen and (min-width: 2000px) and (max-width: 2560px)
{
	.home, .banner {
		height: auto;
	}
	.banner_content {
		padding: 100px 0;
	}
	.scroll {    
		bottom: -40px;
	}
}
@media only screen and (max-width: 1380px)
{
	.header, .banner
	{
		width: 90%;
	}
	.header_content
	{
		width: 100%;
	}
	.workflow_image img
	{
		width: 720px;
	}
	.workflow 
	{
		top: -82px;
	}
	.main_nav_container
	{
		padding-right: 63px;
	}
	.header_side
	{
		width: 219px;
	}
	.header_side span
	{
		font-size: 14px;
	}
	.header_side img
	{
		width: 20px;
		height: 20px;
	}
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	.header
	{
		width: 90%;
	}
	.header_content
	{
		width: 100%;
	}
	.header_side
	{
		display: none !important;
	}
	.main_nav_container
	{
		padding-right: 53px;
	}
	.hero_slide_content h1
	{
		font-size: 56px;
	}
	.card-title
	{
		font-size: 20px;
	}
	.register_content,
	.search_content
	{
		width: 442px;
	}
	.hro-box-1 {
		display: block;
	}
	.hro-box-2, .hide-div {
		display: none;
	}
	.for-mobile {
		display: block;
	}
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.hero_box
	{
		padding-left: 20px;
	}
}

@media only screen and (max-width: 1024px)
{
	.main_nav_item
	{
		margin-right: 33px;
	}
	.integration {
		display: none;
	}
	.customer_box {
		border-right: none;
	}
	.customer_box {
    	border-bottom: solid 2px #f7f7f7;
    	margin-bottom: 20px;
	}
	.no_border {
		border: none;
		margin-bottom: 0;
	}
	.signup_btn {
		position: absolute;
    	right: 33px;
	}
	.chat_image:before {
		right: 81%;
    	margin-top: -84px;
	}
	.workflow_image img {
    	width: 540px;
	}
	.banner h1 {
		font-size: 24px;
		padding-bottom: 10px;
	}
	.banner p {
		font-size: 14px;
	}
	.ban_img {
		margin-bottom: 0;
		padding: 0 18px;
	}
	.home {
		height: auto;
	}
	.banner {
		height: 360px;
	}
	.scroll {
		display: none;
	}
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	.main_nav_container
	{
		display: none;
	}
	.logo_container
	{
		padding-left: 30px;
	}
	.hamburger_container
	{
		display: block;
	}
	.hero_slide_content h1
	{
		font-size: 48px;
	}
	.hero_boxes
	{
		width: 100%;
		height: auto;
		padding-top: 117px;
	}
	.hero_boxes_inner
	{
		position: relative;
		top: auto;
		left: auto;
	}
	.hero_box
	{
		padding-left: 50px;
	}
	.hero_box_col
	{
		margin-bottom: 30px;
	}
	.hero_box_col:last-child
	{
		margin-bottom: 0px;
	}
	.course_box
	{
		margin-bottom: 80px;
	}
	.course_box:last-child
	{
		margin-bottom: 0px;
	}
	.search_section
	{
		padding-top: 156px;
		padding-bottom: 161px;
	}
	.register_content,
	.search_content
	{
		width: 75%;
	}
	.testimonials_slider_container
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.event_date
	{
		margin-top: 30px;
	}
	.event_name
	{
		margin-top: 17px;
	}
	.event_content p
	{
		margin-bottom: 0px;
	}
	.newsletter_form_container
	{
		width: 90%;
	}
	.footer_col
	{
		margin-bottom: 30px;
	}
	.footer_col:last-child
	{
		margin-bottom: 0px;
	}
	.workflow {
		position: relative;
    	top: 0;
    	right: auto;
    	height: auto;
    	padding: 0;
	}
	.banner {
    	height: 675px;
	}
	.ban_img {
		padding: 0;
		text-align: center;
        padding-top: 50px;
	}
	.workflow_image img {
    	width: auto;
    	max-width: 100%;
    	text-align: center;
	}
	.none1, .right_arrow:before, .right_arrow:after, .right_arrow_orange:before, .right_arrow_orange:after, 
	.left_arrow_box_orange:after, .left_arrow_box_orange:before, .left_arrow_box_blue:before, .left_arrow_box_blue:after,
	.bottom_arrow_box:after {
		display: none;
	}
}


@media only screen and (max-width: 767px)
{
	.menu_container
	{
		right: -100vw;
		width: 100vw;
		height: 100vh;
	}
	.newsletter_email
	{
		width: 100%;
	}
	.newsletter_submit_btn
	{
		margin-top: 15px;
	}
	.ban_img {
		padding-top: 0px;
	}
	.workflow_image {
		margin-top: 20px;
	}
	.banner .container {
		max-width: 90%;
	}
	.banner {
    	height: auto;
	}
	.banner h1 {
		padding-top: 30px;
	}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	h1{font-size: 24px;}
	p{font-size:13px;}
	.header
	{
		height: 74px;
	}
	.logo_container
	{
		padding-left: 20px;
	}
	.logo {
        width: 90px;
	}
	
	.logo span
	{
		font-size: 16px;
		
	}
	.signup_btn {
    	margin-right: 0px;
    	right: 61px;
    	position: absolute;
	}
	.signup_btn a {
		padding: 4px 14px;
		font-size: 12px;
	}
	.hamburger_container
	{
		right: 5px;
	}
	.menu
	{
		top: 70px;
		padding-left: 0;
	}
	.menu_item
	{
		margin-bottom: 20px;
	}
	.menu_item a
	{
		font-size: 24px;
	}
	.menu_copyright
	{
		display: none;
	}
	.menu_social_container
	{
		margin-top: 50px;
	}
	.menu_close_container
	{
		right: 30px;
		top: 34px;
	}
	.hero_slider_nav
	{
		display: none;
	}
	.hero_slide_content
	{
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.banner h1, .banner p {
		text-align: center;
	}
	.card-title
	{
		margin-top: 10px;
	}
	.card-title a
	{
		font-size: 20px;
	}
	.card-text
	{
		font-size: 13px;
	}
	
	
	.logo_box {
		width: 97%;
		height: 210px;
		margin-bottom: 20px;
	}
	.cta h1 {
		padding-left: 0;
	}
	.customer_box {
		padding: 0 55px;
	}
	.integration h1 {
		padding-bottom: 15px;
	}
	.footer_bar
	{
		padding-top: 49px;
		padding-bottom: 52px;
	}
	.footer_social
	{
		margin-top: 20px;
	}
	.footer_copyright span
	{
		font-size: 13px;
	}
	/*.hero_slide_container, .hero_slide, .home {
		height: 44vh;
	}*/
	.header {
		top: 15px;
	}
	.banner {
		top: 100px;
	}
	.ban_img {
    	position: relative;
    	
	}
	.banner h1 {
		font-size: 15px;
		line-height: 1.4;
	}
	.banner p {
		font-size: 13px;
	}
	.more_btn {
		padding: 6px 16px;
	}
	.allgeo_app {
    	padding-top: 130px;
	}
	.course_boxes {
    	margin-top: 10px;
	}
	.course_box {
    	margin-bottom: 40px;
	}
	.register_section, .search_section {
    	padding-top: 55px;
    	padding-bottom: 60px;
	}
	.register_text {
    	margin-top: 15px;
	}
	.register_button {
    	margin-top: 35px;
	}
	.register_text b {color: #13b94d;}
	.input_field, #search_form textarea, .search_submit_button {width: 100%;}
	#search_form textarea {margin-top: 24px;}
	.dsktp-hide span {
		display: block;
	}
	.none {
		display: block;
	}
	.none1, .right_arrow:before, .right_arrow:after, .right_arrow_orange:before, .right_arrow_orange:after, 
	.left_arrow_box_orange:after, .left_arrow_box_orange:before, .left_arrow_box_blue:before, .left_arrow_box_blue:after,
	.bottom_arrow_box:after {
		display: none;
	}
	.integration {
		display: none;
	}
	.chat_image:before {
    	right: 61%;
    	margin-top: -72px;
    	background-size: 50%;
	}
	
}



/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	.header
	{
		height: 60px;
		top: 0;
		width: 100%;
	}
	.hero_slide_content h1
	{
		font-size: 28px;
	}
	.hero_slide_content h1 span
	{
		padding-left: 5px;
		padding-right: 5px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.hero_boxes
	{
		padding-top: 30px;
	}
	.hero_box
	{
		padding-left: 15px;
		height: 120px;
	}
	.hero_box_content
	{
		padding-top: 6px;
	}
	.hero_box img
	{
		width: 45px;
	}
	.hero_box_title
	{
		font-size: 18px;
		margin-bottom: 3px;
	}
	.hero_box_link
	{
		font-size: 10px;
	}
	.banner {
    	top: 75px;
	}
	.allgeo_app {
    	padding-top: 110px;
	}
}

