body {
	font-family: 'Open Sans', sans-serif;
	color: #000;
}
img {
    max-width: 100%;
    height: auto;
}
.blue {
    color: #4285f4;
}
.green {
    color: #14b200;
}
.red {
    color: #ff1616;
}
.orange {
    color: #fbbc05;
}
.blueTitle {
    color: #4285f4;
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 40px;
}
.blueTitle img {
    height: 56px;
    width: auto;
}
.hide-mobile {
	display: none;
}
.custom-navbar {
    width: 1128px;
    margin: 0 auto;
}
.navbar-light .navbar-brand {
    color: #ffae00;
    text-transform: uppercase;
}
.navbar.bg-light {
    background-color: #fff  !important;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
	transition: all 0.3s ease 0s;
	position: fixed;
	z-index: 1010;	
	border-top: 1px solid #e2eff3;
    border-bottom: 1px solid #e2eff3;
}
.navbar.bg-light.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	border-bottom: 1px solid #999;
	transition: all 0.3s ease 0s;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: black;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: black;
}
li.nav-item {
    margin-left: 10px;
	margin-top: 4px;
}
li#menu_download_btn {
    margin-top: 4px;
    overflow: hidden;
    border-radius: 30px;
}
li#menu_download_btn a {
    background: #3aaeff;
    color: #fff;
    border-radius: 30px;
    padding: 8px 20px;
	position: relative;
	text-transform: none;
}
#menu_download_btn a:after {
    content: '';
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 40px;
    position: absolute;
    z-index: 1;
    animation: slide 1s infinite;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 );
}
.navbar-light .navbar-nav .nav-link {
    color: black;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
div#navbarSupportedContent {
    float: right;
	margin-top: 24px;
	transition: all 0.3s ease;
}
a#logo img {
    height: 70px;
    width: auto;
    margin-top: 5px;
	transition: all 0.3s ease;
}
.navbar.bg-light.header-sticky a#logo img {
	height: 50px;
}
.navbar.bg-light.header-sticky div#navbarSupportedContent {
    margin-top: 10px;
}
.login-area {
	margin-left: 50px; 
}

/*** header area ***/
section#header-area {
	background: #ffab4a;
    background: -webkit-linear-gradient(90deg, #f06e47, #ffab4a);
    background: linear-gradient(0deg, #f06e47, #ffab4a);
}
.header-inner {
	background: url(../images/texture-bg.png) no-repeat fixed center center transparent;
    padding: 100px 0;
	background-size: cover;
}
.header-left h2 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    margin-top: 50px;
}
.header-tagline {
    font-size: 40px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-bottom: 50px;
    line-height: normal;
}
.header-tagline span {
    color: #ff510e;
}
.header-tagline strong {
    color: #707070;
    font-weight: 700;
}

/*** slider area ***/
.carousel-inner {
    border-radius: 15px;
}
#carouselExampleIndicators .carousel-item img {
    height: auto;
}
.carousel-indicators {
    bottom: -35px;
}
.carousel-caption {
    bottom: -30px;
}	
.carousel-item h5 {
    text-transform: uppercase;
    font-size: 50px;
    line-height: normal;
    letter-spacing: 2px;
}
.carousel-item h5 a {
    color: #ff510e;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}
.carousel-item p {
    font-size: 20px;
    color: #fcfcfc;
}
div#slider-bottom {
    padding-top: 70px;
	padding-bottom: 70px;
}
div#slider-bottom h4 {
    background-color: #ffae00;
    margin: 0 0 20px 0;
    text-align: center;
    padding: 8px 0;
}
div#slider-bottom p {
    padding: 20px;
    border-bottom: 1px solid #ececec;
    min-height: 161px;
	margin: 0;
}
.carousel-item.item-four h5 {
    text-transform: none;
    font-size: 30px;
    text-shadow: 2px 2px 0 #9c6b12;
	margin-top: 25px;
}
.carousel-item.item-four h6 {
    color: #fff;
    font-size: 20px;
    text-shadow: 2px 2px 0 #000;
}
.carousel-item.item-three .h3, .carousel-item.item-three .h4, .carousel-item.item-three .h5 {
    text-transform: none;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0;
    top: 175px;
    left: -50px;
    width: 200px;
    text-align: center !important;
}
.carousel-item.item-three .h4 {
	padding-left: 45px;
}
/*  
.carousel-item.item-three .h5 {
	right: -60px;
    left: auto;
} */

span.rgt-arw {
    background: url(../images/arrow-pointing-to-rights.png);
    width: 30px;
    height: 20px;
    display: inline-block;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
}
span.eql-arw {
    background: url(../images/equal-icon.png);
    width: 40px;
    height: 20px;
    display: inline-block;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

/**** main content area ****/
main.page-content {
    background-color: white;
}
.custom-area {
	padding: 100px 0;
}


/*** learn more area ***/

.page-header {
    margin-top: 100px;
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
}
section#learnmore-area.custom-area {
    padding: 30px 0 0;
}
section#learnmore-area .row {
    margin-bottom: 0;
    padding: 20px 0;
}
.row.even {
    background-color: #e6edf7;
	position: relative;
}
.row.even:before {
    top: 0;
    background-color: #f2f2f2;
    content: "";
    position: absolute;
    height: 100%;
    width: 200%;
    left: -50%;
}
.row.odd {
    background-color: #f9f0ed;
	position: relative;
	color: #fff;
}
.row.odd:before {
    top: 0;
    background-color: #4f4d4d;
    content: "";
    position: absolute;
    height: 100%;
    width: 200%;
    left: -50%;
}
main.page-content {
    overflow: hidden;
}

/**** information area ****/
section#information-area {
    background: #fff;
    text-align: justify;    
    padding:0 0 70px 0;
}
section.custom-area h2 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 20px;
}
section#information-area h3 {
    font-weight: 600;
    margin: 0 auto 20px;
    font-size: 30px;
    text-align: left;
}
section#information-area img {
}
.info-main-area a {
    color: #000;
}
.info-main-area a#dwnld-btn {
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
	background:  #3aaeff;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
}

.info-main-area a#purch-btn {
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    background: -webkit-linear-gradient(bottom,#0000FF,#764ba2) !important;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
}



.info-main-area a#dwnld-btn:hover {
    background: -webkit-linear-gradient(right,#545454,#d6d6d6);
}

/*** free trail area ***/
section#free-trail-area {
    box-shadow: 0 0 10px 5px #ccc inset;
	text-align: center;
}
section#free-trail-area .form-group {
    padding: 15px;
    margin-top: 20px;
    background: -webkit-linear-gradient(top,#ffffff,#eae9e9);
    border-radius: 0 0 40px 40px;
}
input#free-trail-email {
    padding: 10px;
    width: 500px;
    border-radius: 40px;
    border: 1px solid #ccc;
	transition: 0.3s;
	outline: none;
}
input#free-trail-email:focus {
    border: 1px solid #4981CE;
}
#free-trail-submit {
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    background: -webkit-linear-gradient(top,#8cb3e8,#4981CE);
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
	margin-left: 15px;
	cursor: pointer;
}
span#free-trail-close {
    color: red;
    position: absolute;
    right: -15%;
    top: 0;
    font-size: 30px;
}
div#download-button {
    position: fixed;
    bottom: 215px;
    right: 0;
    background-color: #fff;
    padding: 20px;
    border-radius: 30px 0 0 30px;
}
div#download-button a {
    /* background: -webkit-linear-gradient(top,#b4dece,#28AE7B); */
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    background: #28AE7B;
	z-index:0;
	position: relative;
}
/* Shine */
div#download-button a:after {
	content:'';
  top:0;
	transform:translateX(100%);
	width:100%;
	height:40px;
	position: absolute;
	z-index:1;
	animation: slide 1s infinite;
	 
  /* 
  CSS Gradient - complete browser support from http://www.colorzilla.com/gradient-editor/ 
  */
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}

/* animation */

@keyframes slide {
	0% {transform:translateX(-100%);}
	100% {transform:translateX(100%);}
}


/*** feedback ***/
.forms-control input, .forms-control textarea, .form-control {
    background: #f6f6f6;
    color: #000;
    border-radius: 20px;
    border: none;
    padding: 20px;
    width: 100%;
    resize: none;
}
select#yearSelect {
    padding: 10px 20px;
}
.forms-control.name, .forms-control.email {
    width: 48%;
    float: left;
}
.forms-control.name {
    margin-right: 4%;
}
.forms-control.message {
    clear: both;
	padding: 40px 0 0 0;
}
.forms-control textarea {
	width: 100%;
}
.forms-control.testi {
    margin-top: 90px;
}
.forms-control.testi textarea {
    width: 100%;
}
.forms-control.submit input, .modal-footer .btn-primary {
    background: #14b200 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    width: auto;
    padding: 10px 40px;
    border-radius: 20px;
    border: none;
}
.modal-footer .btn-secondary {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    width: auto;
    padding: 10px 40px;
    border-radius: 20px;
    border: none;
}
/**** works area ****/
section#works-area {
    background: #fff;
    padding: 100px 0 70px 0;
	border-top: 1px solid #e2eff3;
    border-bottom: 1px solid #e2eff3;
}
#works-area .col-12 {
    
}
.how-text ul {
    margin: 0;
    padding: 0;
}
.how-text ul li {
    list-style: none;
    margin-bottom: 20px;
    margin-left: 5px;
    font-size: 20px;
}
section#works-area ul {
    padding: 0 0 0 20px;
}
section#works-area ul li {
    list-style: disc;
    font-size: 18px;
    font-weight: bold;
    color: #14b200;
    text-align: left;
    margin-bottom: 20px;
}
section#works-area ul ul {
    margin-top: 10px;
}
section#works-area ul ul li {
    list-style: revert;
    margin-bottom: 10px;
}
div#worksCarousel .carousel-inner {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 4px 3px #999;
}
div#worksCarousel .carousel-indicators {
    bottom: -50px;
}
div#worksCarousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #ff510e;
	cursor: pointer;
	text-indent: 0;
    color: #000;
}
li#wcs1 div {
    position: absolute;
    top: -400px;
    right: -664px;
}
li#wcs2 div {
    position: absolute;
    top: -356px;
    right: -731px;
}
li#wcs3 div {
    position: absolute;
    top: -312px;
    right: -761px;
}
li#wcs4 div {
    position: absolute;
    top: -268px;
    right: -740px;
}
li#wcs5 div {
    position: absolute;
    top: -224px;
    right: -717px;
}
li#wcs6 div {
    position: absolute;
    top: -180px;
    right: -634px;
}
li#wcs7 div {
    position: absolute;
    top: -136px;
    right: -673px;
}
li#wcs8 div {
    position: absolute;
    top: -92px;
    right: -645px;
}
div#worksCarousel .carousel-indicators li.active {
	color: #ff510e !important;
}
div#worksCarousel .carousel-indicators .active {
    background-color: #ff510e;
}
#worksCarousel .carousel-control-prev {
    left: -70px;
    top: 45%;
}
#worksCarousel .carousel-control-next {
    right: -70px;
    top: 45%;
}
#worksCarousel .carousel-item img {
    height: 380px;
}
#works-area .col-12 img {
	border-radius: ;
}

/*** download area ***/
#download-area {
    background-color: #4981CE;
    color: #fff;
    width: 100%;
	padding: 70px 0;
}
/* Style the tab */
.tab {
    overflow: hidden;
    border: none;
    background-color: transparent;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: transparent;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

/* Change background color of buttons on hover */
.tab button:hover {
	opacity: 0.5;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #fff;
    color: #000;
}
.tab button.active:hover {
	opacity: 1;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 20px;
    border: none;
    border-top: none;
    background-color: #fff;
    color: #000;
}

section#platform-area {
    /*background-color:#42F372;
	background-color: #28AE7B; 
    color: white; */
	text-align: justify;
	text-justify: inter-word;
    padding: 100px 0 50px 0;
    background-size: cover;
}
.prod-cont {
    margin: 20px 0 0 20px;
}
.prod-cont h3 {
    font-weight: 300;
    font-size: 26px;
    line-height: 42px;
}
.prod-cont button {
    margin: 10px 0 0 0;
}
.col-md-6.vison_image_right h5 {
    font-size: 29px;
    text-align: center;
}
.col-md-6.vison_image_right h5 span {
    font-weight: bold;
}
section#platform-area h3 {
    color: #14b200;
    font-weight: bold;
    margin-bottom: 20px;
	font-size: 20px;
}
section#platform-area ul li {
    font-weight: bold;
    color: #fbbc05;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 26px;
	text-align: left;
}
section#platform-area ul#user_centric li {
    color: #ff1616;
}
section#platform-area ul#outcome_oriented li {
    color: #4285f4;
}


section#signup-area {
    padding: 100px 0;
	background-color: #fff;
    color: #000;
	border-top: 1px solid #e2eff3;
    border-bottom: 1px solid #e2eff3;
}
section#signup-area .container {
	position: relative;	
}
section#signup-area h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: left;
}
section#signup-area h3 strong {
    font-weight: 700;
}
section#signup-area h3 span {
	color: #ff510e;
}
div#customAlert {
}
div#customAlert .alert{
	display: none;
}

/*** footer area ***/
footer#footer {
    /* background-color: #3aaeff;
    color: #fff; */
    width: 100%;
	padding-bottom: 30px;
    padding-top: 70px;
	border-top: 1px solid #e2eff3;
    border-bottom: 1px solid #e2eff3;
}
footer#footer h6 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}
ul.foot-menu {
    margin: 0;
    padding: 0;
}
ul.foot-menu li {
    list-style: none;
    margin-bottom: 5px;
}
ul.foot-menu li a {
    color: #f2f2f2;
}
footer#footer h5 {
    font-size: 40px;
    font-weight: bold;
}
footer#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #fbbc05;
}
footer#footer ul li.ct_mail {
    background: url(../images/ct_mail.jpg) no-repeat scroll 80px center transparent;
    background-size: 30px;
}
footer#footer ul li.ct_mbl {
    background: url(../images/ct_mbl.jpg) no-repeat scroll 80px center transparent;
    background-size: 30px;
}
footer#footer ul li.ct_web {
    background: url(../images/ct_web.jpg) no-repeat scroll 80px center transparent;
    background-size: 30px;
}
footer#footer ul li.ct_fb {
    background: url(../images/ct_fb.jpg) no-repeat scroll 80px center transparent;
    background-size: 30px;
}
footer#footer ul li.ct_insta {
    background: url(../images/ct_insta.jpg) no-repeat scroll 80px center transparent;
    background-size: 30px;
}
p.cpy {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #48586b;
}

.sitemap-links {
    margin-top: 5px;
}
.sitemap-links ul,
.social-links ul {
    margin: 0;
    padding: 0;
}
.sitemap-links ul li, .social-links ul li {
    list-style: none;
    float: left;
    margin-right: 15px;
}
.sitemap-links ul li a, .social-links ul li a {
    color: #f8f8f8;
    font-size: 14px;
	text-decoration: none;
}
.social-links ul li a {
	font-size: 26px;
}

.info-main-area {
    width: 1100px;
    margin: 0 auto;
    padding: 100px 0 0 0;
	text-align: left;
}
.info-main-area ul {
    padding: 0 0 15px 44px;
}
.info-main-area ul li {
    margin-bottom: 10px;
}
.info-main-area ul li {
    margin-bottom: 10px;
}
.info-main-area ul li {
    margin-bottom: 10px;
}
.info-main-area ul li {
    margin-bottom: 10px;
}
.info-area-left {
    float: left;
    width: 530px;
    margin-right: 0;
    font-size: 40px;
    line-height: normal;
    font-weight: bold;
}
.info-area-right {
    width: 530px;
    float: right;
}
.info-area-left p,
.info-area-right p {
    text-align: left; /*justify;*/
    text-justify: inter-word;
}
.clear-both {
    clear: both;
}
#carouselExampleIndicators .carousel-inner,
#carouselExampleIndicators2 .carousel-inner {
    border-radius: 0;
}

.col-md-6 {
    color:black;
	text-align: justify !important;
    text-justify: inter-word !important;
}
.col-sm-6{
	text-align: justify !important;
    text-justify: inter-word !important;
}

@media only screen and (max-width: 759px), only screen and (max-device-width: 759px)  { 
    .mobile_learnmore {
        display: block !important;
    }
    .desktop_learnmore {
        display: none;
    }
    #dwnld-btn {
        font-size: 16px !important;
        padding: 12px !important;
        text-align: center !important;
	}

	#purch-btn {
        font-size: 16px !important;
        padding: 12px !important;
        text-align: center !important;
    } 
    
    section#works-area {
        padding: 10px 0 10px;
    }

.hide-mobile {
	display: block !important;
}
.hide-mobile.mobile-slider {
	margin-top: 65px;	
}
.hide-desktop {
	display: none;
}
.info-main-area {
    width: 90% !important;
}
.info-area-left {
    float: none;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}
.info-area-right {
    width: 100%;
    float: none;
    font-size: 14px;
}
iframe {
    width: 100%;
    height: auto;
    min-height: 213px;
}
div#worksCarousel {
    width: 110%;
    margin-left: -5%;
}
#worksCarousel .carousel-item img {
    height: auto;
}
#works-area .col-12 {
    margin-left: auto;
    margin-top: 30px;
    width: 92%;
    margin-right: auto;
}
#works-area .col-12 ul {
    padding-top: 20px;
}
div#worksCarousel .carousel-inner {
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

#worksCarousel .carousel-control-next {
    display: none;
}
#worksCarousel .carousel-control-prev {
    display: none;
}
#worksCarousel li div {
    display: none;
}
button.navbar-toggler {
    float: right;
    margin-top: 4px;
}
div#navbarSupportedContent {
    float: none;
    margin-top: 0;
}
div#navbarSupportedContent .float-right {
    float: none !important;
}
div#navbarSupportedContent li.nav-item {
    margin-left: 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
.header-sticky button.navbar-toggler {
    float: right;
    margin-top: 4px;
}
#carouselExampleIndicators .carousel-item img {
    height: auto;
}
.carousel-control-next, .carousel-control-prev {
    display: none !important;
}
.carousel-caption {
    bottom: 0 !important;
    top: auto !important;
    display: block !important;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    left: 0;
}
.carousel-item p {
    font-size: 16px;
    color: #fcfcfc;
    margin: 0;
}
.tab button {
    font-size: 0;
}
.tab button .fa {
    font-size: 20px;
}
.tab button.active {
    font-size: 20px;
}
section#information-area {
    padding: 60px 0 0 0;
}
section#platform-area, section#signup-area {
    padding: 50px 0;
}
#information-area .hide-mobile,
#platform-area .col-md-4,
#signup-area .hide-mobile,
#signup-area .d-md-none {
    margin-bottom: 15px;
}
#footer .row.footer-info > div {
	margin-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
iframe {
    margin-bottom: 15px;
}
#footer hr {
    display: none;
}
.social-links ul.float-right {
    float: none !important;
    width: 98px;
    height: 30px;
    margin: 0 auto;
}
.col-sm-6.sitemap-links {
    display: none;
}
div#navbarSupportedContent {
	margin-left: -16px;
    margin-right: -16px;
    margin-top: 7px;
    margin-bottom: -8px;
    background-color: #ececec;
}
.page-header {
    width: 100%;
    text-align: center;
}



}

.item-two .carousel-caption h6 {
    top: 160px !important;
}
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    #worksCarousel .carousel-item img {
        height: 220px !important;
    }
    .d-block {
        display: block!important;
        height: 200px !important;
    }
    #platform-area .d-block {
        height: auto !important;
    }
    .carousel-caption {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .carousel-caption {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    section#works-area ul li {
        padding-left: 0px;
    }
    
}
@media only screen and (max-width: 759px), only screen and (max-device-width: 759px){
    .carousel-item p {
        font-size: 14px !important;
    }
    span.rgt-arw {
        height: 11px !important;
    }
    span.eql-arw {
        height: 12px !important;
        background-size: 19px !important;
    }
    section#works-area ul li {
        padding-left: 0px;
    }
    
    
}
.locate_us_map {
    width: 350px;
}

.studen_video_container, .product_video_container {
    width: 100%;
}
#works-area ul li {
}
#footer .footer-info a {
    cursor: pointer;
    text-decoration: none;
}
#footer .footer-info a:hover {
    color: #000;
}
footer#footer ul li a {
    color: #fbbc05;
}
:focus, :active {
  outline: none;
}

/* Menu collapse ipad issue */
/* .collapsing {
    position: inherit;
    height: inherit;
    overflow: none;
    transition: height 0.35s ease;
} */

.carousel-item.item-three .carousel-caption .row {
    width: 119%;
}
/* Teams image */
#signup-area img {
    height: 200px !important;
}
.subscribedContainer p {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: bold;
 }
.modal-body.subscribedContainer {
    padding: 1rem 1.5rem;
}

/* new changes  19-dec-2021 */
button#trigger_mail {
    background: #3aaeff !important;
    border: none;
    padding: 8px 26px;
    border-radius: 20px;
}
button.btn.btn-secondary.roundCorner {
    background: #e2eff3 !important;
    color: #000;
    border: none;
    padding: 8px 26px;
    border-radius: 20px;
}

#mail_staus {
    position: absolute;
    left: 10px;
    font-size: 14px;
}