
/* @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap"); */

/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap');*/
/* font-family: 'Inter', sans-serif; */

 /*@import url("https://use.typekit.net/mot6toy.css");*/
 /* font-family: neuzeit-grotesk,sans-serif; */
@import url("https://use.typekit.net/hxn4tfr.css");
/*font-family: myriad-pro,sans-serif;*/
 a{color:#3d7edb;}
.bg-primary {
	background-color: #2f55d4 !important;
}

.bg-secondary {
	background-color: #5a6d90 !important;
}

.bg-success {
	background-color: #2eca8b !important;
}

.bg-danger {
	background-color: #e43f52 !important;
}

.bg-info {
	background-color: #9084e2 !important;
}

.bg-warning {
	background-color: #f17425 !important;
}

.bg-dark {
	background-color: #3c4858 !important;
}

.bg-light {
	background-color: #f8f9fc !important;
}

.text-primary {
	color: #2f55d4 !important;
}

.text-secondary {
	color: #5a6d90 !important;
}

.text-success {
	color: #2eca8b !important;
}

.text-danger {
	color: #e43f52 !important;
}

.text-info {
	color: #9084e2 !important;
}

.text-warning {
	color: #f17425 !important;
}

.text-dark {
	color: #3c4858 !important;
}

.text-light {
	color: #f8f9fc !important;
}

.text-muted {
	color: #8492a6 !important;
}

.list-inline-item:not(:last-child) {
	margin-right: 5px;
}

.rounded {
	border-radius: 10px !important;
}

.rounded-top {
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}

.rounded-left {
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
}

.rounded-bottom {
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}

.rounded-right {
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}

.small,
small {
	font-size: 90%;
}

.component-wrapper .title {
	font-size: 20px;
}
.countdown{
        /*background:#3d7edb;*/
    border-radius: 15px;
    color: #fff;
}
.btn {
  padding:13px 24px;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight:400;
  text-transform: capitalize;
  border-radius: 0rem;
  
}

.btn:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn.btn-sm {
	padding: 7px 16px;
	font-size: 10px;
}

.btn.btn-lg {
	padding: 14px 30px;
	font-size: 14px;
}

.btn-blue {
	background: #355AA5!important;
	border: #3f5e9e!important;
}

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-success,
.btn.btn-danger,
.btn.btn-info,
.btn.btn-warning,
.btn.btn-dark {
	color: #2f313a !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary.focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active,
.btn.btn-secondary.focus,
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.active,
.btn.btn-success.focus,
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger.active,
.btn.btn-danger.focus,
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info.active,
.btn.btn-info.focus,
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning.active,
.btn.btn-warning.focus,
.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark:active,
.btn.btn-dark.active,
.btn.btn-dark.focus {
	color: #000 !important;
}

.btn.btn-primary-outline:hover,
.btn.btn-primary-outline:focus,
.btn.btn-primary-outline:active,
.btn.btn-primary-outline.active,
.btn.btn-primary-outline.focus,
.btn.btn-secondary-outline:hover,
.btn.btn-secondary-outline:focus,
.btn.btn-secondary-outline:active,
.btn.btn-secondary-outline.active,
.btn.btn-secondary-outline.focus,
.btn.btn-success-outline:hover,
.btn.btn-success-outline:focus,
.btn.btn-success-outline:active,
.btn.btn-success-outline.active,
.btn.btn-success-outline.focus,
.btn.btn-danger-outline:hover,
.btn.btn-danger-outline:focus,
.btn.btn-danger-outline:active,
.btn.btn-danger-outline.active,
.btn.btn-danger-outline.focus,
.btn.btn-info-outline:hover,
.btn.btn-info-outline:focus,
.btn.btn-info-outline:active,
.btn.btn-info-outline.active,
.btn.btn-info-outline.focus,
.btn.btn-warning-outline:hover,
.btn.btn-warning-outline:focus,
.btn.btn-warning-outline:active,
.btn.btn-warning-outline.active,
.btn.btn-warning-outline.focus,
.btn.btn-dark-outline:hover,
.btn.btn-dark-outline:focus,
.btn.btn-dark-outline:active,
.btn.btn-dark-outline.active,
.btn.btn-dark-outline.focus {
	color: #000 !important;
}

.btn.btn-primary {
    background:#FF9E1E;
    border: 1px solid #FF9E1E;
    color: #000 !important;
    /*border-radius: 50px;*/
}

 
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary.focus {
background-color: #E0932D  !important;
border: 1px solid #E0932D!important;
color: #fff!important;
}

.btn.btn-dark {
    background:#0000008;
    border: 1px solid #A59D34;
    color: #fff !important;
    /*border-radius: 50px;*/
}
 
.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark:active,
.btn.btn-dark.active,
.btn.btn-dark.focus {
background-color: #E0932D  !important;
border: 1px solid #E0932D!important;
color: #fff!important;
}


.btn.btn-primary-outline {
	border: 1px solid #81c822;
	color: #81c822;
	background-color: transparent;
}

.btn.btn-primary-outline:hover,
.btn.btn-primary-outline:focus,
.btn.btn-primary-outline:active,
.btn.btn-primary-outline.active,
.btn.btn-primary-outline.focus {
	background-color: #006193;
	border-color: #006193;
}


.btn.btn-secondary {
	background: #EEEFF0;
	border: 1px solid #EEEFF0;
	color:#016FAD;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active,
.btn.btn-secondary.focus {
	background-color: #ffffff !important;
}

.btn.btn-secondary-outline {
	border: 1px solid #EEEFF0;
	color: #016FAD;
	background-color: transparent;
}

.btn.btn-secondary-outline:hover,
.btn.btn-secondary-outline:focus,
.btn.btn-secondary-outline:active,
.btn.btn-secondary-outline.active,
.btn.btn-secondary-outline.focus {
	background-color: #EEEFF0;
	border-color: #EEEFF0;
}

.btn.btn-success {
	background: #2eca8b;
	border: 1px solid #2eca8b;
}

.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.active,
.btn.btn-success.focus {
	background-color: #25a06e !important;
}

.btn.btn-success-outline {
	border: 1px solid #2eca8b;
	color: #2eca8b;
	background-color: transparent;
}

.btn.btn-success-outline:hover,
.btn.btn-success-outline:focus,
.btn.btn-success-outline:active,
.btn.btn-success-outline.active,
.btn.btn-success-outline.focus {
	background-color: #2eca8b;
	border-color: #2eca8b;
}

.btn.btn-danger {
	background: #e43f52;
	border: 1px solid #e43f52;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger.active,
.btn.btn-danger.focus {
	background-color: #d21e32 !important;
}

.btn.btn-danger-outline {
	border: 1px solid #e43f52;
	color: #e43f52;
	background-color: transparent;
}

.btn.btn-danger-outline:hover,
.btn.btn-danger-outline:focus,
.btn.btn-danger-outline:active,
.btn.btn-danger-outline.active,
.btn.btn-danger-outline.focus {
	background-color: #e43f52;
	border-color: #e43f52;
}

.btn.btn-info {
	background: #9084e2;
	border: 1px solid #9084e2;
}

.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info.active,
.btn.btn-info.focus {
	background-color: #6b5bd8 !important;
}

.btn.btn-info-outline {
	border: 1px solid #9084e2;
	color: #9084e2;
	background-color: transparent;
}

.btn.btn-info-outline:hover,
.btn.btn-info-outline:focus,
.btn.btn-info-outline:active,
.btn.btn-info-outline.active,
.btn.btn-info-outline.focus {
	background-color: #9084e2;
	border-color: #9084e2;
}

.btn.btn-warning {
	background: #f17425;
	border: 1px solid #f17425;
}

.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning.active,
.btn.btn-warning.focus {
	background-color: #d55b0e !important;
}

.btn.btn-warning-outline {
	border: 1px solid #f17425;
	color: #f17425;
	background-color: transparent;
}

.btn.btn-warning-outline:hover,
.btn.btn-warning-outline:focus,
.btn.btn-warning-outline:active,
.btn.btn-warning-outline.active,
.btn.btn-warning-outline.focus {
	background-color: #f17425;
	border-color: #f17425;
}

.btn.btn-dark {
  background: #000;
  border: 1px solid #000;
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active, .btn.btn-dark.active, .btn.btn-dark.focus {
  background-color: #000 !important;
}

.btn.btn-dark-outline {
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
}
.btn.btn-dark-outline:hover, .btn.btn-dark-outline:focus, .btn.btn-dark-outline:active, .btn.btn-dark-outline.active, .btn.btn-dark-outline.focus {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn.btn-light {
	color: #3c4858;
	background: #f8f9fc;
	border: 1px solid #dee2e6;
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light.active,
.btn.btn-light.focus {
	background-color: #d4daed !important;
	color: #3c4858;
}

.btn.btn-light-outline {
	border: 1px solid #dee2e6;
	color: #3c4858;
	background-color: transparent;
}

.btn.btn-light-outline:hover,
.btn.btn-light-outline:focus,
.btn.btn-light-outline:active,
.btn.btn-light-outline.active,
.btn.btn-light-outline.focus {
	background-color: #f8f9fc;
}

button:not(:disabled) {
	outline: none;
}

.shadow {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
}

.page-next-level .title {
	font-size: 28px;
	letter-spacing: 1px;
}

.page-next-level .page-next {
	letter-spacing: 0.5px;
	position: relative;
	padding-left: 0;
	top: 70px;
	z-index: 99;
}

.page-next-level .page-next li {
	display: inline-block;
	margin-right: 5px;
}

.page-next-level .page-next li:after {
	content: "\f142";
	font-size: 14px;
	color: #3c4858;
	font-family: 'Material Design Icons';
}

.page-next-level .page-next li:last-child {
	margin-right: 0;
}

.page-next-level .page-next li:last-child:after {
	display: none;
}

.page-next-level .page-next li a,
.page-next-level .page-next li span {
	font-size: 14px;
	padding-right: 8px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.page-next-level .page-next li a:hover {
	color: #2f55d4 !important;
}

.page-next-level .page-next li span:last-child {
	padding-right: 0px;
}

b, strong {
  font-weight:600;
}

.badge {
	padding: 5px 8px;
	border-radius: 5px;
	letter-spacing: 0.8px;
}

.badge.badge-primary,
.badge.badge-secondary,
.badge.badge-success,
.badge.badge-danger,
.badge.badge-info,
.badge.badge-warning,
.badge.badge-dark {
	color: #ffffff !important;
}

.badge.badge-primary {
	background-color: #2f55d4 !important;
}

.badge.badge-secondary {
	background-color: #5a6d90 !important;
}

.badge.badge-success {
	background-color: #2eca8b !important;
}

.badge.badge-danger {
	background-color: #e43f52 !important;
}

.badge.badge-warning {
	background-color: #f17425 !important;
}

.badge.badge-info {
	background-color: #9084e2 !important;
}

.badge.badge-light {
	color: #3c4858;
	background-color: #f8f9fc !important;
}

.badge.badge-dark {
	background-color: #3c4858 !important;
}

.alert {
	padding: 8px 15px;
	border-radius: 10px;
}

.alert.alert-primary,
.alert.alert-secondary,
.alert.alert-success,
.alert.alert-danger,
.alert.alert-warning,
.alert.alert-info,
.alert.alert-dark {
	color: #ffffff;
}

.alert.alert-primary {
	background-color: #6e89e1;
	border-color: #2f55d4;
}

.alert.alert-secondary {
	background-color: #8494b2;
	border-color: #5a6d90;
}

.alert.alert-success {
	background-color: #68ddad;
	border-color: #2eca8b;
}

.alert.alert-danger {
	background-color: #ed828e;
	border-color: #e43f52;
}

.alert.alert-warning {
	background-color: #f6a26d;
	border-color: #f17425;
}

.alert.alert-info {
	background-color: #c8c2f1;
	border-color: #9084e2;
}

.alert.alert-dark {
	background-color: #5b6d85;
	border-color: #3c4858;
}

.alert.alert-light {
	background-color: #f8f9fc;
	color: #3c4858;
	border-color: #dee2e6;
}

.avatar.avatar-small {
	height: 80px;
}

.avatar.avatar-medium {
	height: 110px;
}

.avatar.avatar-large {
	height: 140px;
}

.faq-container .question {
	font-size: 20px;
}

.faq-content .card .faq .card-header.card-header-2 {
	border-bottom: 0;
}

.faq-content .card .faq .card-header.card-header-2 .faq-question {
	font-size: 18px;
}

.faq-content .card a.faq[data-toggle=collapse] {
	background-color: #ffffff;
	color: #2f55d4;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle=collapse]:before {
	content: '\F143';
	display: block;
	font-family: 'Material Design Icons';
	font-size: 18px;
	color: #3c4858;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed {
	background-color: #ffffff;
	color: #3c4858;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed:before {
	top: 20px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.faq-content .card .title {
	font-size: 18px;
}

.nav-pills .nav-link {
	color: #3c4858 !important;
	margin: auto 15px;
	border: 1px solid #dee2e6;
	padding: 5px;
}

.nav-pills .nav-link.active {
	background-color: #2f55d4;
	color: #ffffff !important;
	border-color: #2f55d4 !important;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.nav-pills a .skill-container .title {
	font-size: 18px;
	font-weight: 700;
}

.blockquote {
	border-left: 3px solid #dee2e6;
	border-radius: 10px;
	font-size: 14px;
}

body {
	font-family: myriad-pro,sans-serif;
	font-weight: 400;
	overflow-x: hidden !important;
	font-size: 1.125rem;
	color: #161c2d;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5
{
	line-height: 1.5;
	font-weight: 400;
}

::-moz-selection {
	background: #4466d8;
	color: #ffffff;
}

::selection {
	background: #4466d8;
	color: #ffffff;
}

a {
	text-decoration: none !important;

}

p {
	line-height: 1.6;
}

.section {
	padding: 100px 0;
	position: relative;
}

.section-two {
	padding: 60px 0;
	position: relative;
}

.bg-overlay {
	background-color: rgba(35, 37, 47, 0.7);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.title-heading {
	line-height: 26px;
}

.title-heading .heading {
	font-size: 45px;
	letter-spacing: 1px;
}

.title-heading .para-desc {
	font-size: 18px;
}

.section-title {
	position: relative;
}

.section-title .main-title {
	font-size: 40px;
	letter-spacing: 0.8px;
	text-transform: capitalize;
	font-weight: 300;
	margin-bottom:30px;;
	color: #FF9E1E;
}

.section-title .title {
	letter-spacing: 0.5px;
	font-size: 30px;
}

.para-desc {
	max-width: 600px;
}

/* .mt-100 {
	margin-top: 100px;
} */

.mb-60 {
	margin-bottom: 60px;
}

.home-shape-bottom {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	bottom: -1px;
	left: 0;
}

.home-shape-bottom img {
	width: 100%;
	height: auto;
}

.home-shape-arrow {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	bottom: -38px;
	z-index: 1;
	left: 0;
}

.home-shape-arrow img {
	height: auto;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.home-shape-arrow .arrow-icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	display: inline-block;
}

.mover {
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
}

@keyframes mover {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
}


.common-space{padding:10% 5%;}

.common-space-small{padding:5% 5%;}

.red{background-color:#ed2939 !important; color:#fff !important;}
.blue{background-color:#006193 !important; color:#fff !important;}
.aqua{background-color:#F0FAFF !important; color:#000 !important;background-size: cover;background-image:url(../images/rewards.jpg);background-repeat:no-repeat; background-position:right;background-attachment: fixed;}
.teal{background-size: cover;background-color:#459dc2 !important;background-image:url(../images/Schedule.jpg);background-repeat:no-repeat; background-position:center; color:#fff !important;background-attachment: fixed;}

.teal .main-title {
	color: #ffffff;
}


#rules .main-title {
	color: #ffffff;
}
#rules a {
	 
	text-decoration:underline !Important;
}
.green{background-color:#4AA00F !important; color:#fff !important;}
.yellow{background-color:#D99F00 !important; color:#fff !important;}
.price-yellow{background-color:#FFCD22 !important; color:#000 !important;}

#about{
    /*background-image: url(../images/tata-bg.png);*/
	background-position: bottom center;
	background-repeat: no-repeat; 
	/*background-color:#F0FAFF;*/
	background-size: cover;
}

#prizes{
    background-image: url(../images/price-bg.png);
	background-position: center left;
	background-repeat: no-repeat; 
	background-color:#F0FAFF;
	background-attachment: fixed;
}

.bg1{
    background-image: url(../images/Table-01.png);
	background-position: bottom right;
	background-repeat: no-repeat; 
	background-color:#F0FAFF;
}

.bg2{
    background-image: url(../images/bg21.png?v1);
	background-position: bottom right;
	background-repeat: no-repeat; 
	background-color:#F0FAFF;
	    background-attachment: fixed;
    background-size: cover;
}


.myList p {
    /* line-height: 40px; 
    color: #fff;*/
    position: relative;
    text-align: left;
    padding-left:35px;
}
.myList p:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 30px;
    width: 30px;
    border-radius: 0px;
    left:0px;
    top: 6px;
    /*    background-color: #d1050d10;*/
    /*border: 3px solid #fff;*/
    background: url(../images/bullet.png?v1) no-repeat left top;
}





.aqua .myList p:before {
   position: absolute;
    content: '';
    z-index: 1;
    height: 30px;
    width: 30px;
     border-radius: 0px; 
    left: 0px;
    top: 6px;
    background: url(../images/bullet.png?v1) no-repeat left top;
}



.moretext {
  display: none;
}

@media (max-width:480px) { 
    .social-icon a .fa{margin-right:0px !important;    font-size: 20px !important;}
    /*#about {*/
    /*  background-image: url(../images/mobile-about-bg.png);*/
    /*  background-position: bottom center;*/
    /*  background-repeat: no-repeat;*/
    /*  background-color: #F0FAFF;*/
    /*  background-attachment: inherit;*/
    /*  padding-bottom: 300px;*/
    /*}*/
    .teal{background-position:left top; }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    /*#about{*/
    /*    background-image: url(../images/about-bg.png);*/
    /*	background-position: bottom center;*/
    /*	background-repeat: no-repeat; */
    /*	background-color:#F0FAFF;*/
    /*	background-attachment: fixed;*/
    /*}*/
}


a.showMore {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  color: #0077C8;
  text-decoration: none;
}
a.showMore::after {
  content: "+ VIEW MORE";
}
a.showMore.showLess::after {
  content: "- VIEW LESS";
}


#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(45deg, #ffffff, #ffffff);
	z-index: 9999999;
}

#preloader #status {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#preloader #status .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
#preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2f55d4;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce1,
#preloader #status .spinner .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #2f55d4;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.social-icon li a {
	color: #3c4858;
	border: 1px solid #3c4858;
	display: inline-block;
	height: 32px;
	text-align: center;
	font-size: 15px;
	width: 32px;
	line-height: 30px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	overflow: hidden;
	position: relative;
}

.social-icon li a:hover {
	background-color: #2f55d4;
	border-color: #2f55d4 !important;
	color: #ffffff !important;
}

.social-icon.social li a {
	color: #adb5bd;
	border-color: #adb5bd;
}

.back-to-top {
	z-index: 99;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: none;
	color: #fff;
	background-color: #000000;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	display:none;
}

.back-to-top i {
	font-size: 14px;
}

.back-to-top:hover {
	background-color: #e5406a;
	color: #ffffff;
}

.back-to-home {
	position: absolute;
	top: 4%;
	right: 2%;
	z-index: 1;
}

.back-to-home a {
	font-size: 22px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #2f55d4;
}

@media (min-width: 768px) {
	.margin-top-100 {
		margin-top: 100px;
	}
	.margin-top-100 .heading {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
    .wcydh-bg{background:none !important;}
	.pt-sm-60 {
		padding-top: 0 !important;
	}
	.common-spane {
      padding: 50px 5%;
    }
}

@media (max-width: 768px) {
	.section {
		padding: 60px 0;
	}
	.title-heading .heading {
		font-size: 35px !important;
	}
	.title-heading .para-desc {
		font-size: 18px;
	}
	.section-title .main-title {
		font-size: 30px;
	}
	.section-title .title {
		font-size: 24px;
	}
	.mt-60 {
		margin-top: 60px;
	}
}

#topnav {
	position:fixed;
	right: 0;
	left: 0;
	top: 0;
	/* z-index: 1030; */
	z-index:10;
	background-color:transparent;
	border: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	  /*background:#fff; */
	
}

#topnav {text-align:center;}
#topnav .logo {
	float: left;
	color: #3c4858 !important;
	text-align:left;
}
/*#topnav .logo img{max-height:60px;}*/

#topnav .logo-right {
	float: left;
	color: #3c4858 !important;
	text-align:left;
}
#topnav .logo-right img{max-height:57px;}
#topnav .has-submenu.active a {
	color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active>a {
	color: #2f55d4;
}

#topnav .has-submenu.active.active .menu-arrow {
	border-color: #2f55d4;
}

#topnav .has-submenu {
	position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
	border: solid #3c4858;
	border-radius: 0.5px;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2.5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 20px;
	top: 14px;
}

#topnav .navbar-toggle {
	border: 0;
	position: relative;
	width: 60px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#topnav .navbar-toggle .lines {
	width: 25px;
	display: block;
	position: relative;
	margin: 32px 20px 24px;
	height: 18px;
}

#topnav .navbar-toggle span {
	height: 2px;
	width: 100%;
	background-color: #fff;
	display: block;
	margin-bottom: 5px;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
}
#topnav.nav-sticky .navbar-toggle span{background:#808080;}
#topnav .navbar-toggle span:last-child {
	margin-bottom: 0;
}

#topnav .buy-button {
	float: right;
	line-height: 68px;
	padding: 3px 0;
}

#topnav .navbar-toggle.open span {
	position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
	top: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
	visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
	width: 100%;
	top: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
	background-color: #2f55d4;
}

#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu>li>a:hover,
#topnav .navbar-toggle:focus {
	background-color: transparent;
}

#topnav .navigation-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	    align-items: center;
    display: flex !important;
}

#topnav .navigation-menu>li {
	float: left;
	display: block;
	position: relative;
	margin: 0 10px;
}

#topnav .navigation-menu>li>a {
	    display: block;
    color: #fff;
    font-size: 16px;
    background-color: transparent !important;
    font-weight:600;
    line-height: 24px;
    transition: all 0.5s;
    padding-left: 6px;
    padding-right: 6px;
    text-transform: uppercase;
}
#topnav.nav-sticky .navigation-menu>li>a{color:#000;}
/*#topnav.nav-sticky .btn.btn-primary {*/
    
/*    border: 1px solid #ff9f1f;*/
/*    color: #ff9f1f !important;*/
    
/*}*/
#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:active {
	color: #FF9E1E;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
	border: solid #3c4858;
	border-radius: 0.5px;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	right: -1px;
	top: 30px;
}

#topnav .menu-extras {
/*	float: right;
	 display:none; */
}

#topnav.scroll,
#topnav.scroll-active,
#topnav.dark-menubar {
	background-color: #ffffff;
	border: none;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

#topnav.scroll .navigation-menu>li>a,
#topnav.scroll-active .navigation-menu>li>a,
#topnav.dark-menubar .navigation-menu>li>a {
	color: #3c4858;
}

#topnav.scroll .navigation-menu>li>a:hover,
#topnav.scroll-active .navigation-menu>li>a:hover,
#topnav.dark-menubar .navigation-menu>li>a:hover {
	color: #fff !important;
}

#topnav.scroll .navigation-menu>li.active>a,
#topnav.scroll-active .navigation-menu>li.active>a,
#topnav.dark-menubar .navigation-menu>li.active>a {
	color: #2f55d4 !important;
}

#topnav.defaultscroll.dark-menubar .logo {
	line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
	line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
	line-height: 62px;
}
#topnav.defaultscroll.dark-menubar .logo-right {
	line-height: 70px;
}

#topnav.defaultscroll.scroll .logo-right {
	line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo-right {
	line-height: 62px;
}
#topnav.nav-sticky {
	background:#FFFFFF;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#topnav.nav-sticky .logo img{
	max-width: 70%;
}



.cust-top-nav{margin-top: 65px;
    margin-right: -270px;}
.cust-logo{margin-top: 31px;}
.logo {
	font-weight: 700;
	font-size: 24px;
	padding: 3px 0;
	letter-spacing: 1px;
	/*line-height: 68px;*/
}
.logo-right {
	font-weight: 700;
	font-size: 24px;
	padding: 3px 0;
	letter-spacing: 1px;
	line-height: 68px;
}


@media (min-width: 992px) {
	#topnav .navigation-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
	}
	#topnav .navigation-menu>.has-submenu>.submenu>.has-submenu>.submenu::before {
		top: 20px;
		margin-left: 12px;
		-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
		border-color: transparent #ffffff #ffffff transparent;
	}
	#topnav .navigation-menu>li .submenu>li .submenu {
		left: 105%;
		top: 0;
		margin-left: 10px;
		margin-top: -1px;
	}
	#topnav .navigation-menu>li>a {
		padding-top: 25px;
		padding-bottom: 25px;
		min-height: 62px;
	}
	#topnav .navigation-menu>li:hover>.menu-arrow {
		border-color: #2f55d4;
	}
	#topnav .navigation-menu>li:hover,
	#topnav .navigation-menu>li.active>a {
		color: #2f55d4 !important;
	}
	#topnav .navigation-menu>li .submenu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		padding: 15px 0;
		list-style: none;
		min-width: 180px;
		visibility: hidden;
		opacity: 0;
		margin-top: 10px;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		border-radius: 10px;
		background-color: #ffffff;
		-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	}
	#topnav .navigation-menu>li .submenu:before {
		content: "";
		position: absolute;
		top: 2px;
		margin-left: 45px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 7px solid #495057;
		border-color: transparent transparent #ffffff #ffffff;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		-webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
		box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
	}
	#topnav .navigation-menu>li .submenu li {
		position: relative;
	}
	#topnav .navigation-menu>li .submenu li a {
		display: block;
		padding: 10px 20px;
		clear: both;
		white-space: nowrap;
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: 0.04em;
		font-weight: 700;
		color: #3c4858;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	#topnav .navigation-menu>li .submenu li a:hover {
		color: #2f55d4;
	}
	#topnav .navigation-menu>li .submenu li ul {
		list-style: none;
		padding-left: 0;
		margin: 0;
	}
	#topnav .navigation-menu>li .submenu.megamenu {
		white-space: nowrap;
		width: auto;
	}
	#topnav .navigation-menu>li .submenu.megamenu>li {
		overflow: hidden;
		width: 180px;
		display: inline-block;
		vertical-align: top;
	}
	#topnav .navigation-menu>li .submenu.megamenu>li .submenu {
		left: 100%;
		top: 0;
		margin-left: 10px;
		margin-top: -1px;
	}
	#topnav .navigation-menu>li.last-elements .submenu {
		left: auto;
		right: 0;
	}
	#topnav .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
		left: auto;
		right: 100%;
		margin-left: 0;
		margin-right: 10px;
	}
	#topnav .navbar-toggle {
		display: none;
	}
	#topnav #navigation {
		display: block !important;
	}
	#topnav.scroll {
		top: 0;
	}
	#topnav.scroll .navigation-menu>li>a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#topnav.scroll-active .navigation-menu>li>a {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}


@media (max-width: 768px) {
	#topnav .navigation-menu .has-submenu .menu-arrow {
		right: 16px;
		top: 16px;
	}
	.main-banner {
	  background-position:41% center !important;
	}
	.h3, h3 {
      font-size: 1.25rem;
    }
}

@media (min-width: 768px) {
	#topnav .navigation-menu>li.has-submenu:hover>.submenu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
	}
	#topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
		visibility: visible;
		opacity: 1;
		margin-left: 0;
		margin-right: 0;
	}
	.navbar-toggle {
		display: block;
	}
}

@media (max-width: 475px) {
	#topnav .buy-button {
		display: block;
		width: 100%
	}
	#topnav .buy-button a.btn {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	.btn-outline-light {
		color: #000!important;
	}
	/* #topnav .navbar-toggle .lines {
		margin-right: 0 !important;
	} */
}

.home-center {
	display: table;
	width: 100%;
	height: 100%;
	padding:153px 0 70px 0;
}

.home-desc-center {
	display: table-cell;
	vertical-align: middle;
}

.bg-home {
	height: 100vh;
	background-size: cover;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	position: relative;
	background-position: center center;
}

.bg-half-170 {
	padding:0px 0 !important;
	margin-top: 90px;
	background-size: cover;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	position: relative;
	background-position: center center;
	    min-height: auto !IMPORTANT;
}

.bg-half {
	padding: 144px 0 50px;
	background-size: cover;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	position: relative;
	background-position: center center;
}

.gradient {
	background: #2f55d4 !important;
	background: linear-gradient(45deg, #2f55d4, #2f55d4) !important;
	opacity: 0.9;
}

.home-dashboard img {
	position: relative;
	top: 60px;
	z-index: 1;
}

.studio-home {
	padding: 7%;
	border-radius: 30px;
}

.agency-wrapper:before {
	content: "";
	position: absolute;
	bottom: 25rem;
	right: 54rem;
	width: 90rem;
	height: 35rem;
	border-radius: 17rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #f8f9fc;
	z-index: -1;
}

.bg-marketing {
	padding: 76px 0 120px;
	background-size: cover;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	position: relative;
	background-position: center center;
}

@media (min-width: 769px) {
	.bg-studio:after {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 50%;
		height: 100%;
		content: "";
		background: #ffffff none repeat scroll 0 0;
		z-index: 2;
	}
}

@media (max-width: 768px) {
	.agency-wrapper:before {
		right: 12rem;
	}
}

@media (min-width: 200px) and (max-width: 767px) {
	.bg-home,
	.bg-half-170,
	.bg-marketing {
		padding: 77px 0;
		height: auto;
	}
	.agency-wrapper:before {
		right: 0rem;
	}
}

.feature-list li {
	margin-bottom: 5px;
	font-size: 15px;
}

.features .icon {
	font-size: 24px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #edf0fb;
	text-align: center;
}

.features .image img {
	height: 60px;
}

.features .image:before {
	content: "";
	position: absolute;
	bottom: 0px;
	right: -15px;
	width: 70px;
	height: 70px;
	border-radius: 10px;
	-webkit-transform: rotate(22deg);
	transform: rotate(22deg);
	background-color: #f1f4fc;
	z-index: -1;
}

.features .title-2 {
	font-size: 20px;
}

.key-feature {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.key-feature .icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
	background: #edf0fb;
	font-size: 24px;
}

.key-feature:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.key-feature .content .title,
.features .title {
	font-size: 18px;
}

.work-process {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.work-process .title {
	font-size: 20px;
}

.work-process .step,
.work-process .step-icon {
	font-size: 45px;
	opacity: 0.06;
}

.work-process a {
	font-size: 15px;
}

.work-process a:hover {
	color: #2443ac !important;
}

.work-process:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

@media (max-width: 767px) {
	.features .image:before {
		display: none;
	}
}

.owl-theme .owl-controls .owl-page span {
	background: #2f55d4 !important;
}

.customer-testi .content:before {
	content: "";
	position: absolute;
	top: 30px;
	margin-left: -3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 8px solid #495057;
	border-color: transparent #ffffff #ffffff transparent;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.15);
}

.pricing-rates {
	position: relative;
	z-index: 1;
	border-bottom: 3px solid #adb5bd;
}

.pricing-rates .title {
	font-weight: 700;
	font-size: 14px;
}

.pricing-rates .feature .feature-list {
	margin: auto auto 5px;
	font-size: 14px;
}

.pricing-rates.business-rate {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pricing-rates.business-rate:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	z-index: 2;
	border-color: #2f55d4;
}

.pricing-rates.business-rate:hover .title {
	color: #2f55d4;
}

.pricing-rates.starter-plan {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 2;
	border-color: #2f55d4;
}

@media (max-width: 767px) {
	.faq-img{display:none;}
	.pricing-rates.starter-plan {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.watch-video a.watch {
	font-size: 14px;
	font-weight: 700;
}

.watch-video a .play-icon-circle {
	height: 36px;
	width: 36px;
	background-color: #2f55d4;
	line-height: 36px;
}

.watch-video a .play-icon-circle.play-iconbar {
	font-size: 14px;
}

.watch-video a .play-icon-circle.play {
	top: 77%;
}

.bg-cta {
	padding: 150px 0;
}

.bg-cta .play-btn {
	height: 80px;
	width: 80px;
	font-size: 30px;
	line-height: 78px;
	border-radius: 50%;
	display: inline-block;
	color: #ffffff;
	border: 2px solid #ffffff;
	margin-top: 30px;
}

.play-icon {
	position: absolute;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	right: 0;
	left: 0;
	text-align: center;
}

.play-icon i {
	height: 75px;
	-webkit-text-stroke: 2px #2f55d4;
	-webkit-text-fill-color: transparent;
	width: 75px;
	font-size: 25px;
	line-height: 75px;
	display: inline-block;
}

.play-icon i:hover {
	-webkit-text-stroke: 2px #2f55d4;
	-webkit-text-fill-color: #2f55d4;
}

.blog {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.blog .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog .content h4 {
	line-height: 1.2;
}

.blog .content .title {
	font-size: 20px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog .content .title:hover {
	color: #2f55d4 !important;
}

.blog .content .post-meta .like,
.blog .content .post-meta .comments,
.blog .content .post-meta .readmore {
	font-size: 15px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog .content .post-meta .like:hover {
	color: #e43f52 !important;
}

.blog .content .post-meta .comments:hover {
	color: #2eca8b !important;
}

.blog .content .post-meta .readmore:hover {
	color: #2f55d4 !important;
}

.blog .author {
	position: absolute;
	top: 5%;
	left: 5%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.blog:hover .overlay {
	opacity: 0.4;
}

.blog:hover .author {
	opacity: 1;
}

.sidebar .widget .widget-search form {
	position: relative;
}

.sidebar .widget .widget-search input[type="text"],
.sidebar .widget .searchform input[type="text"] {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 12px 15px;
	height: 45px;
	font-size: 14px;
	display: block;
	width: 100%;
	outline: none !important;
	padding-right: 45px;
}

.sidebar .widget .widget-search input[type="submit"],
.sidebar .widget .searchform input[type="submit"] {
	position: absolute;
	top: 5px;
	right: 10px;
	opacity: 0;
	width: 40px;
	height: 40px;
}

.sidebar .widget .widget-search .searchform:after {
	content: "\F349";
	position: absolute;
	font-family: "Material Design Icons";
	right: 16px;
	top: 15px;
	font-size: 20px;
	line-height: 20px;
	pointer-events: none;
}

.sidebar .widget .widget-title {
	font-size: 18px;
}

.sidebar .widget .catagories li {
	padding-bottom: 10px;
}

.sidebar .widget .catagories li:last-child {
	padding-bottom: 0;
}

.sidebar .widget .catagories li a,
.sidebar .widget .catagories li span {
	font-size: 15px;
}

.sidebar .widget .catagories li a {
	color: #3c4858;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sidebar .widget .catagories li a:hover {
	color: #2f55d4;
}

.sidebar .widget .post-recent {
	padding-bottom: 15px;
}

.sidebar .widget .post-recent:last-child {
	padding-bottom: 0;
}

.sidebar .widget .post-recent .post-recent-thumb {
	width: 25%;
}

.sidebar .widget .post-recent .post-recent-content {
	width: 75%;
	padding-left: 10px;
}

.sidebar .widget .post-recent .post-recent-content a {
	display: block;
	color: #3c4858;
	font-size: 15px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sidebar .widget .post-recent .post-recent-content a:hover {
	color: #2f55d4;
}

.sidebar .widget .post-recent .post-recent-content span {
	font-size: 13px;
}

.sidebar .widget .tagcloud>a {
	background: #e9ecef;
	color: #3c4858;
	display: inline-block;
	font-size: 9px;
	letter-spacing: 1px;
	margin: 5px 10px 5px 0;
	padding: 8px 12px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sidebar .widget .tagcloud>a:hover {
	background: #2f55d4;
	color: #ffffff;
}

.page-title {
	font-size: 20px;
}

.comment-area .media-list .media img {
	width: 80px;
}

.comment-area .media-list .media .media-body a:hover {
	color: #2f55d4 !important;
}

.comment-area .media-list .media .media-body .media-heading,
.comment-area .media-list .media .media-body .media-para {
	font-size: 14px;
}

.comment-area .media-list .media .media-body .media-para {
	background: #f8f9fc;
}

.pagination {
	line-height: 20px;
	font-size: 13px;
}

.pagination li {
	display: inline;
}

.pagination li:first-child a {
	border-left-width: 1px;
	border-radius: 20px 0 0 20px;
}

.pagination li:last-child a {
	border-radius: 0 20px 20px 0;
}

.pagination li a {
	float: left;
	text-decoration: none;
	color: #3c4858;
	border: 1px solid #dee2e6;
	border-left-width: 0;
	background: #ffffff;
}

.pagination li a:hover {
	color: #ffffff;
	background: #4466d8;
	border-color: #4466d8;
}

.pagination .active a {
	color: #ffffff;
	background: #2f55d4 !important;
	border-color: #2f55d4;
	cursor: not-allowed;
}

.work-container {
	overflow: hidden;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.work-container img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.work-container .overlay-work {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	border-radius: 10px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #3c4858;
	z-index: 1;
}

.work-container .content {
	position: absolute;
	z-index: 1;
	bottom: 5%;
	left: 5%;
}

.work-container .content .title {
	font-size: 20px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.work-container .content .title:hover {
	color: #aebdee !important;
}

.work-container .client {
	position: absolute;
	z-index: 1;
	right: 5%;
	top: 5%;
}

.work-container:hover img {
	-webkit-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg);
}

.work-container:hover .overlay-work {
	opacity: 0.4;
}

.team img {
	height: 200px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.team .name:hover {
	color: #2f55d4 !important;
}

.team .team-icon {
	position: absolute;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	right: 0;
	opacity: 0;
	left: 0;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.team:hover img {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	opacity: 0.2;
}

.team:hover .overlay-team {
	opacity: 0.6;
}

.team:hover .team-icon {
	opacity: 1;
}

.login-page {
	font-size: 15px;
}

.login-page .forgot-pass {
	z-index: 99;
	position: relative;
	font-size: 13px;
}

.coming-soon,
.maintenance,
.error-page {
	font-size: 40px;
	letter-spacing: 1px;
}

#countdown .count-down {
	display: inline-block;
	margin: 30px 10px;
	color: #ffffff;
	border-radius: 50%;
	text-align: center;
	border: 4px solid #dee2e6;
	height: 130px;
	width: 130px;
}

#countdown .count-down .count-number {
	font-size: 40px;
	line-height: 95px;
}

#countdown .count-down .count-head {
	display: block;
	position: relative;
	margin-top: -20px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

#clock {
	color: #ffffff;
}

#clock p {
	width: 80px;
}

#clock p span {
	font-size: 40px;
}

#clock p span.indicator {
	font-size: 18px;
}

@media (min-width: 200px) and (max-width: 767px) {
	.coming-soon,
	.maintenance,
	.error-page {
		font-size: 32px;
	}
}

.contact-detail .icon img {
	height: 70px;
}

.contact-detail .content .title {
	font-size: 20px;
}

.form-group {
	margin-bottom: 13px !important;
}

.form-group label {
	font-size: 13px;
	font-weight: 700;
}

.form-group .form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
	/*border: oldlace;*/
	border-bottom: 1px solid #ced4da;
	font-size: 16px;
	border-radius: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	padding: 13px 15px 8px 15px !important;
	height: auto;
	color: #000000;
}
.form-group > label {
    font-size: 14px;
    line-height: 18px;
    color: #6c6c6c;
    position: absolute;
    top: -10px;
    background-color: #fff;
    padding:0px 5px;
    left: 25px;
    display: inline-block;
    z-index: 2;
}
.form-group .custom-select {
	border: none;
	border-bottom: 1px solid #ced4da;
	font-size: 14px;
	font-weight: 400;
	border-radius: 0;
	/*padding-left: 30px !important;*/
}

.form-group .custom-select:focus {
	border-color: #2f55d4;
	outline: 0;
	box-shadow: none;
}

.form-group .form-control:focus,
.form-group .form-control.active {
	border-color: #2f55d4;
}

.form-group .icons {
	position: absolute;
	top: -33px;
	left: 0;
	line-height: 100px;
	font-size: 18px;
}

.form-group textarea {
	height: 120px !important;
}

.form-group textarea.form-control {
	line-height: 25px;
}

.map iframe {
	width: 100%;
	height: 400px;
}

.error {
	margin: 8px 0px;
	display: none;
	color: #e43f52;
}

#ajaxsuccess {
	font-size: 14px;
	width: 100%;
	display: none;
	clear: both;
	margin: 8px 0px;
}

.error_message {
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	border: 2px solid #e43f52;
	color: #e43f52;
	border-radius: 10px;
	font-size: 14px;
}

.contact-loader {
	display: none;
}

#success_page {
	text-align: center;
	margin-bottom: 50px;
}

#success_page h3 {
	color: #2eca8b;
	font-size: 22px;
}

.footer {
	background:#fff ;
	padding: 88px 102px 210px;
	position: relative;
	color: #000000;
}

.footer .logo-footer {
	color: #f8f9fc;
	font-weight: 700;
	font-size: 24px;
	padding: 3px 0;
	letter-spacing: 1px;
}

.footer .footer-head {
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 500;
}

.footer .foot-subscribe .form-control {
	background-color: #25304e;
	border: 1px solid #25304e;
	color: #f8f9fc;
}

.footer .foot-subscribe .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.footer .foot-subscribe input::-webkit-input-placeholder {
	color: #adb5bd;
}

.footer .foot-subscribe input:-ms-input-placeholder {
	color: #adb5bd;
}

.footer .foot-subscribe input::-ms-input-placeholder {
	color: #adb5bd;
}

.footer .foot-subscribe input::placeholder {
	color: #adb5bd;
}

.footer .text-foot {
	color: #adb5bd;
}

.footer .footer-list {
	margin-bottom: 0;
}

.footer .footer-list li {
	margin-bottom: 10px;
}

.footer .footer-list li a {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer .footer-list li a:hover {
	color: #e6e8ea;
}

.footer .footer-list li:last-child {
	margin-bottom: 0;
}

.footer.footer-bar {
	padding: 15px 0;
	font-size: 14px;
	/* background:#f6f7fd !important; */
}

.footer.footer-bar .payment-cards img {
	height: 25px;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #333744;
}


/*# sourceMappingURL=style.css.map */


/*------------Sandeep Css------------*/

.main-title h3 {
	font-weight: 300;
	text-align: center;
	background: #db3d6f;
	padding: 6px 30px;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
	color: #fff;
}

.card-header button i {
	position: absolute;
	right: 0px;
}

.card-header button {
	display: flex;
	text-transform: unset;
	font-weight: 500;
	width: 100%;
	text-align: left;
	font-size: 14px;
}

.card-header .btn {
	padding: 8px 0px;
	font-size: 16px;
    font-weight: 600;
}
.bs-example .card-header:first-child {
    border-radius: 14px;
}
#faq{background:url(../images/faq-bg.png) no-repeat center;background-attachment:fixed;background-size: cover;}
#faq .card-body {
       color: #fff;
    background: #830D06;
    border-radius: 0 0 15px 15px;
    padding-top: 10px;
    border-bottom: 0px;
}
#faq .card-body a{color:#d2e7fb; text-decoration:underline !important;}
#faq .card-header button i {
  position: absolute;
  right: 17px;
  border-radius: 7px;
  border: 1px solid #DCDCDC;
  padding: 9px 13px;
  top: 15px;
  color: #818181;
  z-index: 9;
}

#faq .card-header button {
  text-align: left;
  padding-right: 44px !important;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0;
}

.scroll {
	top: 10px;
	left: 20px;
	bottom: 10px;
	right: 0;
	padding: 30px;
	/*overflow-y: scroll;
	overflow-x: hidden;
	height: 470px;*/
}


/* Scrollbar Styling */

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background-color: #ebebeb;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #424555;
}

.card-body {
	background-color: #fff;
}

.date-time-section .media h5 {
	color: #fff;
	margin-bottom: 0px;
	font-size: 13px;
	padding-top: 5px;
}

.date-time-section .media a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.footer .media h5 {
	font-size: 14px;
	margin: 0;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 7px;
}

.footer .media a {
	color: #000;
	font-size: 18px;
}

.connectText {
	font-size: 22px;
	font-weight: 300;
}

.connectText b {
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
}


/* .course-accordian{
	 
background: #ffffff;
 
  border-radius: 0px;
  border:0;
 
}

.course-accordian.collapsed{
		
		background:transparent;
} */


/* .collapsed, .card {border: 1px solid #000!important;
} */

.card {
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #d0d0d0;
}

.btn-link:hover {
	color: unset;
	text-decoration: underline;
}

.card-header button span {
	/*background-color: #363636;*/
	/*padding: 2px 8px;*/
	/*border-radius: 5px;*/
	color: #000;
	text-align: center;
	/*width: 130px !important;
	 display: table; */
}

.accordion .fa {
	margin-right: 0.5rem;
}

.faq-img {
	background-image: url(../images/faq-img.png);
	position: absolute;
	width: 640px;
	height: 600px;
	right: -50px;
	background-repeat: no-repeat;
	background-size: contain;
	    margin-top: 95px;
}

.mt-100 {
	margin-top: 110px
}
.shape{position:relative;background-image: url(../images/slide-1.jpg);
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat; 
	height:38vh;}
/* .shape:after {
	content: "";
	position: absolute;
	background: #e5406a;
	height: 100%;
	width: 50%;
	right: 0;
	top:0;
}

.shape:before {
	content: "";
	background-image: url(../images/USyd-img.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	left: 0;
	top:0;
} */


/* video-banner */

	.main-banner {
	  position: relative;
	  background-color: #000c26;
	  /*background: url('../images/new-poster.jpg') top center no-repeat;*/
	  background: url('../images/main-img.jpg?v1') top center no-repeat;
	  background-size:cover;
	  height: 100vh !important;
	  height:auto;
	  /*min-height: 100%;*/
	  width: 100%;
	  overflow: hidden;
	  background-attachment: fixed;
	}

/*    .banner-content {*/
/*    display: none;*/
/*}*/



	.main-banner video {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  min-width: 100%;
	  min-height: 100%;
	  width: auto;
	  height: auto;
	  z-index: 0;
	  -ms-transform: translateX(-50%) translateY(-50%);
	  -moz-transform: translateX(-50%) translateY(-50%);
	  -webkit-transform: translateX(-50%) translateY(-50%);
	  transform: translateX(-50%) translateY(-50%);
	}

	.main-banner .container {
	  position: relative;
	  z-index: 2;
	}

	.main-banner .overlay {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
	  background-color: black;
	  opacity: 0.5;
	  z-index: 1;
	}
/* video-banner */

.lr-p {
	padding-right: 120px;
	padding-left: 120px;
}

.form {
	background-color: white;
	box-shadow: 0px 0px 70px #00000033;
	border-bottom-left-radius: 50px;
	border-top-right-radius: 50px;
}

form {
	/* padding: 30px 40px; */
	position: relative;
	/*z-index: 111;*/
}

/* .form:before { */
	/* width: 157px; */
	/* content: " "; */
	/* background-image: url(../images/pink-dots.png); */
	/* position: absolute; */
	/* left: -30px; */
	/* top: 38px; */
	/* height: 340px; */
	/* z-index: -1; */
/* } */

/* .form:after { */
	/* width: 137px; */
	/* content: " "; */
	/* background-image: url(../images/grey-dots.png); */
	/* position: absolute; */
	/* right: -35px; */
	/* top: 274px; */
	/* height: 243px; */
	/* z-index: 0; */
/* } */

.form-icon {
	position: absolute;
	top: 5px;
}

.pink-btn {
	background-color: #DB3D70;
	border-color: #DB3D70;
	color: #fff;
}

form .pink-btn {
	margin-bottom: 30px;
}

.get-s-now {
	background: #DFDFDF;
	display: inline-block;
	padding: 4px 42px;
	margin-top: 60px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.cites .card-img-overlay {
	position: absolute;
	bottom: 0;
	top: unset;
	padding: 9px;
	right: 0;
	text-align: right;
}

.cites .card-title {
	font-size: 18px;
}

.cites .location-title h5 {
	font-weight: 400;
}

.main-title .virtual {
	color: #006193;
}

.platform-features {
	background-image: url(../images/platform-features-img.svg);
	position: absolute;
	width: 640px;
	height: 604px;
	left: 20%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}

.platform-features-icon .media p {
	font-size: 14px;
	line-height: 18px;
}

.mt-80 {
	margin-top: 80px;
}

.steps h5 {
	font-size: 30px;
	padding: 0px 86px;
	margin-top: -34px;
	line-height: 36px;
}

.steps p {
	font-size: 18px;
	padding: 1px 0 0 90px;
	color: #707070;
}

.experts {
	padding: 0 0 0 90px;
}

.blue-dots:after {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #355AA5;
	position: absolute;
	left: 70px;
	border-radius: 82px;
	top: 10px;
}

.blue-dots {
	width: 20px;
	height: 24px;
	background-color: #DB3D70;
}

.who-s-r img {
	margin-top: -5px;
}

.who-s-r h5 {
	font-size: 22px;
	font-weight: 700;
	color: #000;
}

.footer-text p {
	font-weight: 300;
	font-size: 20px;
}

.footer-text h5 {
	font-size: 30px;
}

.footer-bar p {
	color: #707070;
}

.social-icon a .fa {
	font-size: 24px;
	color: #000000;
	margin-right: 20px;
}

#topnav .navigation-menu>li:hover,
#topnav .navigation-menu>li.active>a {
	color: #006193 !important;
}

.mobile-text-1 {
	line-height: 30px;
	text-align: center;
	margin-bottom: 20px;
}

.btn-outline-light {
	color: #ffffff;
	border-color: #ffffff;
	border: 2px solid;
	border-radius: 0px;
}

.btn.btn-dark {
	background: #000000;
	border: 1px solid #000000;
	border-radius: 0px;
	padding: 10px 15px;
}

#topnav .navigation-menu>li {
	float: left;
	display: block;
	position: relative;
	margin: 0 5px;
}

.banner-text {
	width: 100%;
	 /*margin-top: 260px; */
}

.banner-text h2 {
	font-size:42px;
	color: #3d7edb;
	font-weight:400;
	/*line-height:80px;*/
	/*text-shadow:1px 1px #020202;*/
	/*letter-spacing: -2px;*/
}

.banner-text h6 {
	font-size: 15px;
	color: #fff;
	margin-right: 0px;
	font-weight: 400;
	line-height:1.7;
}

.lr-p {
	padding-right: 40px;
	padding-left: 40px;
}

.date-time-section {
	padding: 8px 15px;
	background-color: #006193;
	border-radius: 9px;
}

.video-play {
    /* background-color: #D71996; */
	background:none;
    padding: 1px 20px 5px 15px;
    border-radius: .25rem;
    display: inline-block;
	border: 1px solid #fff;
}

.video-play h3 {
	font-size: 20px;
	padding-top: 10px;
	color: #fff;
	font-weight:400;
}
.dry-logo{width:120px;margin-top:-2px; margin-left:8px;}
.moretext {
	display: none;
}

.registration-form .form-section .form-control {
	border-radius: 0;
	padding: 0px 15px!important;
	font-size: 14px;
	height: 46px;
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.11);
	border: 2px solid #000;
	font-weight: 500;
}

.registration-form .form-section .form-control.custom-select {
	padding: 0px 10px!important;
}

.registration-form .form-section h3 {
	font-size: 32px;
	font-weight: 800;
	color: #fff;
	margin: 0;
}

.registration-form .form-section .form-check-label {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}

.form-section .form-check-input {
	position: absolute;
	margin-top: 0;
	margin-left: -22px;
	width: 24px;
	height: 21px;
}

#about .about-text {
	 /* position: absolute;
	left: -212px;
	top: 27px; padding: 36px;
	background-color: #fffffff0; */
	text-align: justify;
}

.text-bold {
    font-size: 20px;
}

#about .about-text ul{padding-left:20px;}

.about-text .btn-outline-dark {
	color: #000000;
	border-color: #000000;
	border-radius: 0px!important;
	border: 2px solid;
	padding: 8px 18px !important;
	font-size: 14px!important;
}

.about-text .btn-outline-dark:hover {
	color: #fff!important;
	background-color: #000000;
}
.why-participate{
	background: url(../images/yellow-with-line-bg.png) no-repeat;
	background-size: cover;
	width: 100%;
	padding-bottom: 50px;
	padding-top: 50px;
	background-attachment: fixed;
}
.wcydh-bg {
	background: url(../images/agenda-bg.jpg) no-repeat center;
	background-size: cover;
	/*background:linear-gradient(0deg, rgba(242,206,114,1) 0%, rgba(255,232,170,1) 100%);
	width: 100%;*/
	background-attachment: fixed;
}

/*.wcydh-bg {*/
/*	padding-bottom: 50px;*/
/*	padding-top: 50px;*/
/*}*/

.who-should-register {
	/*background: url(../images/who-should-register-bg.jpg) no-repeat;*/
	background-size: cover;
	width: 100%;
	/*background-attachment: fixed;*/
}
/*.who-should-register .main-title{color:#fff;}*/
.who-should-register .who-s-r  h5{color:#fff !important;}
#faq .card {
	background-color: #fff;
	border-bottom:0px;
	border-radius: 15px;
}

.footer .media img {
	background-color: #ffffff4f;
	padding: 16px 14px;
	border-radius: 10px;
}

.contact-text-img {
	background: url(../images/contact.png) no-repeat top center;
	background-size: initial;
	content: "";
	position: absolute;
	left: 0;
	height: 125px;
	right: 0;
	bottom: -1px;
}


/* Shared */

.loginBtn {
	box-sizing: border-box;
	position: relative;
	/* width: 13em;  - apply for fixed size */
	margin: 0 0 7px 0;
	padding: 0 15px 0px 40px;
	border: none;
	text-align: left;
	line-height: 40px;
	white-space: nowrap;
	border-radius: 5px;
	font-size: 13px;
	color: #000000;
	/* width: 100%; */
	border: none;
}

.loginBtn:before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 3px;
	left: 0;
	width: 34px;
	height: 100%;
}

.ride-line {
	position: relative;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}

.ride-line-empty {
	height: 1px
}

.ride-line span {
	background-color: #000;
	padding-left: 8px;
	padding-right: 8px;
	display: inline-block;
	line-height: 24px;
	position: relative;
	z-index: 1;
	color: #fff;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 500;
}

.ride-line:before {
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 12px;
	background-color: #000;
}

.loginBtn:focus {
	outline: none;
}

.loginBtn:active {
	box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}


/* Facebook */

/*.loginBtn--facebook {
	background-color: #4C69BA;
	text-shadow: 0 -1px 0 #354C8C;
}*/
.loginBtn--facebook {
	background-color: #fff;
	/* text-shadow: 0 -1px 0 #000; */
}

.loginBtn--facebook:before {
	/* border-right: #364e92 1px solid; */
	background: url('../images/facebook-icon.png') 6px 6px no-repeat;
}

/*.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
	background-color: #5B7BD5;
}*/
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
	background-color: #fff;
}


/* Google */

.loginBtn--google {
	/*font-family: "Roboto", Roboto, arial, sans-serif;*/
	background: #fff;
	color:#000;
}

.loginBtn--google:before {
	/* border-right: #BB3F30 1px solid; */
	background: url('../images/google-icon.png') 6px 6px no-repeat;
}

.loginBtn--google:hover,
.loginBtn--google:focus {
	background: #fff;
}


/* Linkedin */

.loginBtn--linkedin {
	/*font-family: "Roboto", Roboto, arial, sans-serif;*/
	background: #2567b3;
}

.loginBtn--linkedin:before {
	/* border-right: #BB3F30 1px solid; */
	background: url('../images/linkdin-icon.png') 6px 6px no-repeat;
}

.loginBtn--linkedin:hover,
.loginBtn--linkedin:focus {
	background: #19559a;
}

.text14 {
	font-size: 14px;
}

/* form:before { */
	/* width: 107px; */
	/* content: " "; */
	/* background-image: url(../images/red-dots.png); */
	/* position: absolute; */
	/* left: -120px; */
	/* top: 160px; */
	/* height: 335px; */
	/* z-index: -1; */
/* } */

/* form:after { */
	/* width: 107px; */
	/* content: " "; */
	/* background-image: url(../images/red-dots-2.png); */
	/* position: absolute; */
	/* right: -90px; */
	/* top: 75px; */
	/* height: 107px; */
	/* z-index: -1; */
/* } */

/* .form-section:after { */
	/* width: 107px; */
	/* content: " "; */
	/* background-image: url(../images/grey-dots.png); */
	/* position: absolute; */
	/* right: -90px; */
	/* bottom: 66px; */
	/* height: 107px; */
	/* z-index: -1; */
/* } */

/* #home {
	min-height: 860px;
} */

.thankyou_box {
	color: #fff;
}

.section-title {
	position: relative;
}

#share {
	margin: 20px auto;
	text-align: center;
}


/* buttons */

#share a {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 4px;
	border-radius: 50%;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	/*opacity: 0.75;*/
	transition: opacity 0.15s linear;
	border: 2px solid #fff;
}

#share a:hover {
	opacity: 1;
}


/* icons */

#share i {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}


/* colors */

.facebook {
	background: #3b5998;
}

.whatsapp {
	background: #7ad06d;
}

.twitter {
	background: #55acee;
}

.googleplus {
	background: #dd4b39;
}

.linkedin {
	background: #0077b5;
}

.pinterest {
	background: #cb2027;
}

/*.btn.btn-danger {*/
/*	background: #000000;*/
/*	border: 1px solid #a5a5a5;}*/

.thankyou_box {
    margin-top: 80px;
}
@media (max-width: 380px) {
	.loginBtn{
		padding:0 10px 0px 40px;
	}
}
@media (max-width: 480px) {
     #faq .card-header .btn {
      margin-top:0px;
    }
	.banner-text h6 {
	font-size: 13px;}
	.thankyou_box {
    margin-top: 10px;
}
	.form-section:after {display: none;}
	form:before {
		display: none;
	}
	form:after {
		display: none;
	}
	#topnav .navigation-menu>li {
		float: unset!important;
	}
	#topnav .navigation-menu>li:hover,
	#topnav .navigation-menu>li.active>a {
		color: #000 !important;
	}
	.about-shape:before {
		content: "";
		background-image: url(../images/USyd-img.png);
		background-size: cover;
		position: absolute;
		width: 100%;
		height: 470px;
		right: 0;
		left: 0;
		z-index: -11;
	}
	.form-section {
		padding-top: 25px;
	}
	.banner-text {
		margin-top: 10px!important;
		padding-bottom: 30px;
	}
	.connectText b {
		font-size: 18px;
	}
	.connectText {
		font-size: 14px;
		font-weight: 300;
	}
	.banner-text h2 {
		font-size: 28px!important;
		line-height: 38px!important;
		padding-top: 0px !important;
	}
	#about .about-text {
		position: unset!important;
		padding: 0px!important;
	}
	.footer .media a {
		color: #000;
		font-size: 13px;
	}
	.footer {
		background: #e5406a;
		padding: 10px 0!important;
		position: relative;
		color: #000000;
		/* padding-bottom: 70px!important; */
	}
	.contact-text-img {
		background-size: contain!important;
		height: 48px!important;
	}
	.shape:before {
		display: none;
	}
	/* .main-banner{height:auto!important;} */
	.lr-p {
		padding-right: 0!important;
		padding-left: 0!important;
	}
	form {
		padding: 0;
	}
	.main-title h3 {
		font-weight: 400;
		text-align: center;
		background: #db3d6f;
		padding: 5px 1px;
		border-bottom-left-radius: 25px;
		border-top-right-radius: 25px;
		color: #fff;
		font-size: 14px;
	}
	.heading {
		font-size: 14px;
	}
	.buy-button {
		display: block;
		width: 100%
	}
	.buy-button a.btn {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	.platform-features {
		background-image: url(../images/platform-features-img.svg);
		position: relative;
		width: 100%;
		height: 294px;
		left: 0;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.shape:after {
		width: 100%;
		/* height: 1030px; */
	}
	.form:after {
		right: -10px;
	}
	.form:before {
		display: none;
	}
	.bg-home,
	.bg-half-170,
	.bg-marketing {
		padding: 120px 0;
	}
	.cites .location-title h5 {
		text-align: center;
	}
	.steps h5 {
		font-size: 20px;
		padding: 8px 5px;
		margin-top: 0;
		line-height: 28px;
	}
	.steps p {
		font-size: 14px;
		padding: 0px 12px;
		color: #707070;
	}
	.experts {
		padding: 0px;
	}
	.blue-dots:after {
		content: "";
		width: 10px;
		height: 10px;
		background-color: #355AA5;
		position: absolute;
		left: -4px;
		border-radius: 82px;
		top: 6px;
	}
	.platform-features-icon .media p {
		padding-top: 15px;
	}
	.get-s-now {
		padding: 4px 29px;
		margin-top: 30px;
		font-size: 26px;
	}
	.section-title .main-title {
		font-size: 30px;
		margin-top: 15px;
	}
	.footer-dot:after {
		display: none;
	}
	.scroll {
		overflow-y: unset;
		overflow-x: unset;
		padding: 0;
		height: unset;
	}
	.card-header .btn {
		padding: 8px 20px 8px 0px;
	}
	.card-header button {
		font-size: 14px;
		line-height: 18px;
	}
	.accordion .fa {
		margin-right: 0rem;
	}
	.mt-100 {
		margin-top: 0px;
	}
	.platform-features-icon {
		display: none;
	}
	.mt-80 {
		margin-top: 10px;
	}
	.card-header button i {
		position: absolute;
		right: 8px;
	}
	.faq-img {display: none;}
	.thankyou-page .shape:after {height: 660px;}
/* #home {min-height: 640px;} */

	/*.main-banner {
	  background: url('../images/new-poster.jpg') top center no-repeat;
	  background-size: cover;
	  background-position:41% center;
	}*/	
	
	.banner-content {
    /*display: block;*/
        /*width: 60% !IMPORTANT;*/
}

}


@media (max-width: 991px) {
	#topnav {
		/* background-color: #ffffff; */
		/* -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); */
		/* box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); */
		/* min-height: 74px; */
	}
	#topnav .container {
		width: auto;
	}
	#topnav .navigation-menu {
		float: none;
		max-height: 400px;
		flex-direction: column;
	}
	#topnav .navigation-menu>li {
		float: unset!important;
	}
	#topnav .navigation-menu>li .submenu {
		display: none;
		list-style: none;
		padding-left: 20px;
		margin: 0;
	}
	#topnav .navigation-menu>li .submenu li a {
		display: block;
		position: relative;
		padding: 7px 15px;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 0.04em;
		font-weight: 700;
		color: #3c4858;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	#topnav .navigation-menu>li .submenu.open {
		display: block;
	}
	#topnav .navigation-menu>li .submenu .submenu {
		display: none;
		list-style: none;
	}
	#topnav .navigation-menu>li .submenu .submenu.open {
		display: block;
	}
	#topnav .navigation-menu>li .submenu.megamenu>li>ul {
		list-style: none;
		padding-left: 0;
	}
	#topnav .navigation-menu>li .submenu.megamenu>li>ul>li>span {
		display: block;
		position: relative;
		padding: 10px 15px;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: 2px;
		color: #8492a6;
	}
	#topnav .navigation-menu>li>a {
		color: #3c4858;
		padding: 10px 20px;
	}
	#topnav .navigation-menu>li>a:after {
		position: absolute;
		right: 15px;
	}
	#topnav .navigation-menu>li>a:hover,
	#topnav .navigation-menu>li .submenu li a:hover,
	#topnav .navigation-menu>li.has-submenu.open>a {
		color: #2f55d4;
	}
	#topnav .menu-extras .menu-item {
		border-color: #8492a6;
	}
	#topnav .navbar-header {
		float: left;
	}
	#topnav .has-submenu .submenu .submenu-arrow {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: 20px;
		top: 12px;
	}
	#topnav .has-submenu.active a {
		color: #2f55d4;
	}
	#topnav .logo{ width:100%; /* text-align:center; */}
	#topnav .logo-right{ width:100%; /* text-align:center; */}
	
	#navigation {
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		display: none;
		height: auto;
		padding-bottom: 0;
		overflow: auto;
		border-top: 1px solid #f1f3f9;
		border-bottom: 1px solid #f1f3f9;
		background-color: #ffffff;
	}
	#navigation.open {
		display: block;
		overflow-y: auto;
	}
	
	.h3, h3 {
      font-size: 1.25rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) { 
.shape:before {
		display:none;
	}
	.shape:after {
		    width: 100%;
	}
	.btn-outline-light {
    color: #000000;}
#topnav .buy-button {    float: left;}
.footer .media a {
    color: #000;
    font-size: 14px;
}
.about-pic{text-align:center;}
#about .about-text {
    position: unset;
 }
 .wcydh-bg {
    /*padding-bottom: 80px;*/
    /*padding-top: 80px;*/
    
    background-size: cover !Important;
 
}
.aqua{background-position:left !Important;}
#faq{background-position:right !Important;}
.mt-100 {
	margin-top:10px;
}

/* .form-section:after { */
     
    /* content: " "; */
    /* right: -40px; */
    /* bottom: 6px; */
    /* z-index: -1; */
/* } */
/* form:after { */
    
   
    /* right: -30px; */
    /* top: 36px; */
    
/* } */
form:before {
	display:none;
}
.faq-img {
	display:none;
}
.about-shape:before {
		content: "";
		background-image: url(../images/USyd-img.png);
		background-size: cover;
		position: absolute;
		width: 100%;
		height: 470px;
		right: 0;
		left: 0;
		z-index: -11;
	}
	
	.banner-text {
		margin-top: 0;
		padding-bottom: 30px;
	}
}

.form-section .input-group-text{background-color: #fff; border: 2px solid #000; border-radius:0rem;}
.form-section .input-group-prepend {
    margin-right: -2px;
}

.alreadyRegistered{font-size:14px; font-weight:500; line-height:16px; color:#fff; padding-top: 5px;}
.alreadyRegistered a{color:#fff;}
.alreadyRegistered span{ border-bottom:3px solid #fff; padding-bottom:5px;}



#already-reg-modal-body form:before {
	background:none;
}

#already-reg-modal-body form:after {
	background:none;
}

.myShape:after {
  content: "";
  position: absolute;
  background: #e5406a;
  height: 80px;
  width: 100%;
  right: 0;
}
.myShape:before {
  content: "";
  background-image: url(../images/USyd-img.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 380px;
  right: 0;
  left: 0;
}
#myhome {
  min-height: 400px;
}
@media (max-width: 580px) {
 /*   .main-banner {*/
	 
	/*  background-position:41% center;*/
	/*}	*/
	.registration-form .form-section h3 {
		font-size: 30px;
		font-weight: 800;
		color: #fff;
		margin: 0;
		line-height: 30px;
	}
	.myShape:before{
		height: 330px;
	}
	#myhome {
		min-height: 345px;
		padding: 80px 0 30px 0
	}
}
/* New-Listing-Box */
.block-main {
  background-color: #efefef;
  padding: 10px 10px;
}
.block-wrapper {
  border: 1px solid #dee2e6;
  background-color: #ffffff;
  border-radius: 12px;
  width: 100%;
  display: flex;
  align-items: top;
  min-height: 120px;
  margin-bottom: 30px;
}
.block-wrapper a {
  color: #000;
}
.left-block {
  padding: 10px;
  position: relative;
  min-width: 100px;
  max-width: 100px;
}
.right-block {
  padding: 10px;
  width: 100%;
  margin-left: auto;
  border-radius: 0 12px 12px 0;
  align-self: stretch;
  background: rgba(242, 242, 242, 1);
  background: -moz-linear-gradient(left, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242, 242, 242, 1)), color-stop(46%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(left, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(left, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(left, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=1);
}
.left-block .wishlist {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #ccc;
  width: 26px;
  height: 26px;
  padding: 2px 0 0 0;
  color: #000;
  border-radius: 5px;
  position: absolute;
  right: -13px;
  top: 7px;
  font-size: 14px;
  text-align: center;
  z-index: 9;
}
.logo-block {
  border-bottom: 1px solid #9e9e9e;
  padding: 0 0 10px 0;
  min-height: 70px;
}
.logo-block img {
  max-height: 70px;
}
.school-name {
  color: #2b2929;
  font-size: 14px;
  margin: 0;
  padding: 0 0 0 0;
}
.subject {
  color: #ff0000;
}
.school-add {
  color: #7f7f7f;
  font-size: 12px;
  font-style: normal;
  margin-bottom: 5px;
}
.school-details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.detail-head {
  color: #ff6600;
  font-size: 14px;
  font-weight: 500;
}
.detail-txt {
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 400;
} /* New-Listing-Box */
/* @media (max-width:550px) { */
/* .right-block { */
/* padding: 10px; */
/* min-width: 110px; */
/* max-width: 110px; */
/* } */
/* } */
.btn-sm {
  font-size: 11px;
}


.time-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    /* height: 300px; */
}

 .time-list li {
     margin: 5px 3px;
     text-align: center;
     /* min-width: 150px; */
     line-height: 35px;
 }
 @media (max-width: 550px) {
   .time-list li {min-width:48%;} 
 }
 
  .time-list li a {
     color: #333;
     padding: 0px 30px;
     font-size: 14px;
     display: block;
     background: #fff;
     border-radius: 4px;
     border: 1px solid #e0e0e0;
     transition: all .3s linear;
 }
 
  .time-list li:hover a,
  .time-list li a.active {
     background: rgba(0, 0, 0, 0.7);
     border: 1px solid rgba(0, 0, 0, 0.7);
     color: #fff;
 }
 
  .time-list li .active_selected {
     padding: 0px 30px;
     font-size: 14px;
     display: block;
     border-radius: 4px;
     background: #495057;
     border: 1px solid #495057;
     color: #fff;
 }
 
 .disabled {
     background: rgba(0, 0, 0, 0.1) !important;
 }
 
 .confirm-btn {
     display: table;
     background: rgba(0, 0, 0, 0.9);
     padding: 10px 30px;
     border-radius: 4px;
     text-transform: uppercase;
     font-size: 14px;
     font-weight: 600;
     margin:0px auto 0;
     color: #fff;
     outline: none;
     border: 0;
     transition: all 300ms linear;
 }
 
 .confirm-btn:hover {
     background: #000;
 }
 
 .close {
    color: #ed1651;
    font-size: 44px;
    position: absolute;
    right: 15px;
    top: auto;
    font-weight: 300;
    line-height: 20px;
}
.modal-title{font-size:26px; font-weight:400;}

.modal-open {
    overflow: hidden !important;
}

.Contact-Person {
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    display: block;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 0px;
    margin: 0 0 15px 0;
}
.Contact-Person span {
    background-color: #e5406a;
    color: #fff;
    padding: 5px 10px;
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: 600;
}
.text-pink{color:#e5406a;}
.text-blue{color:#4472c4}
.steps-block{height:100%;width:100%;padding:30px 100px 0px 20px;border-left:2px solid #acacac;position:relative}
.steps-block a{    font-size: 13px;    color: #ce1746;
    line-height: 18px;
    display: inline-block;
    margin-bottom: 7px;}
	.steps-block a:hover{color:#000;}
 
.steps-block:after{width:3px;height:10px;position:absolute;top:0;left:-2px;background:#fdf7f9;content:''}
.steps-block:before{width:100%;left:0;right:0;bottom:-25px;height:14px;content:'';position:absolute;}
.steps-block.border1:before{background:#023961}
.steps-block.border2:before{background:#e5406a}
.steps-block-bg1{background:url(../images/Report-Icon.png) no-repeat right top, url(../images/arrow1.png) no-repeat -1px top;}
.steps-block-bg2{background:url(../images/document-icon.png) no-repeat right top, url(../images/arrow1.png) no-repeat -1px top;}
.steps-block-bg3{background:url(../images/Agenda-Icon.png) no-repeat right top, url(../images/arrow1.png) no-repeat -1px top;}
/* .registration-form{background-color:rgba(71,117,150,0.6); border-radius:0px; padding:30px;} */
.form-section{background-color:rgba(71,117,150,0.6)!important; border-radius:0px; padding:30px;}



.vol-icon{position:fixed;top:30px;color:#ff0000;z-index:9999;right:30px; cursor: pointer;}
.vol-icon img{width:40px;opacity:0.5}
.unmute-icon{display:none;}
.mute-icon{display:inline-block;}
.mute .mute-icon{display:none;}
.mute .unmute-icon{display:inline-block;}

 @media screen and (max-width: 900px) and (orientation: landscape) {
    .vol-icon img { width: 25px;}
}


@media (max-width: 767px) {
/*    #topnav .logo img {*/
/*    max-height: 53px;*/
/*}*/
 #topnav .logo-right img {
    max-height: 50px;
}
.cust-logo {
    margin-top: 26px;
}
    .aqua, .bg2{background-position:left !important;}
    
	.shape {
    
    height: auto;
}

.main-banner {
    /* height: 50vh; */
    /*height: 100% !IMPORTANT;*/
    height: auto !important;
    width: 100%;
    /*background: url(../images/Xathon-Banner-new1.jpg) top center no-repeat;*/
    background-size: cover;
    overflow: unset;
}

.main-banner.bg-half-170 {
  margin-top: 74px;
}

/*.home-center {*/
/*    display: table;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    padding: 30px 0 !IMPORTANT;*/
/*}*/
/*.banner-content {*/
/*       display: block;*/
/*    width: 50%;*/
/*}*/
.banner-text {
    margin-top: 30px !important;
    padding-bottom:0px;
}
	.registration-form{background-color:rgba(71,117,150,0.6); border-radius:0px; padding:30px;}
	.form-section { background: none !important; padding: 0;}
		/*.main-banner {
	 
	  background: rgb(2,7,24);
background: -moz-linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);
background: linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020718",endColorstr="#7b0135",GradientType=1);
	}*/
}
@media (min-width: 768px) and (max-width: 991px) {
    .sm-icon {
    width: 35px !important;
    height: 35px !important;
    
    line-height: 35px !important;
    
    margin-right: 3px !important;
   
}
.main-banner {
    /*height: 50vh;*/
    height: 100% !IMPORTANT;
    width: 100%;
    /*background: url(../images/Xathon-Banner-new1.jpg) top center no-repeat;*/
    background-size: cover;
    overflow: unset;
    
    /*background: rgb(2,7,24);
    background: -moz-linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);
    background: linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);
        background-position-x: 0%;
        background-position-y: 0%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020718",endColorstr="#7b0135",GradientType=1);*/
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
  padding:70px 0;
}


.main-banner.bg-half-170 {
  margin-top: 75px;
}

/*.banner-content {*/
/*    display: block;*/
/*    width: 70%;*/
/*}*/

/*	.main-banner {*/
	 
/*	  background: rgb(2,7,24);*/
/*background: -moz-linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);*/
/*background: -webkit-linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);*/
/*background: linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020718",endColorstr="#7b0135",GradientType=1);*/
/*	}*/
/*.banner-text {*/
/*    margin-top: 50px;*/
/*    padding-bottom: 50px;*/
/*}*/

.banner-text {
    margin-top: 20px;
    padding-bottom: 20px;
}

}
@media (min-width: 991px) and (max-width: 1024px) {
     .wcydh-bg {
    background-size: cover !Important;
 
}
    .shape{height:auto;    background-position: center;}
    .banner-text{padding:30px 0;}
    .banner-text h6 {line-height:1.5;}
    .participate-icon p{font-size:13px !important;}
    .faq-img{right:0;       width: 357px;
    height: 450px;}
    #topnav .navigation-menu>li{margin:0 4px;}
    #topnav .navigation-menu>li>a{padding-left:4px;padding-right:4px;font-size:14px;font-size:13px !important;}
	.registration-form .form-section h3 {
		font-size: 24px; line-height:24px;
	}
/*	.main-banner {*/
	 
/*	  background: rgb(2,7,24);*/
/*background: -moz-linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);*/
/*background: -webkit-linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);*/
/*background: linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020718",endColorstr="#7b0135",GradientType=1);*/
/*	}*/
.home-center {
    display: table;
    width: 100%;
    height: 100%;
}
 

}
@media (min-width: 1025px) and (max-width: 1123px) {
     .wcydh-bg {  background-size: cover !Important; }
    	.main-banner {
	 
/*	  background: rgb(2,7,24);*/
/*background: -moz-linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);*/
/*background: -webkit-linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);*/
/*background: linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020718",endColorstr="#7b0135",GradientType=1);*/
	}
	#topnav .navigation-menu>li>a {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
    font-size: 13px !important;
}
}

@media (min-width: 1124px) and (max-width: 1280px) {
    #topnav .navigation-menu>li>a {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
    font-size: 13px !important;
}
    	.main-banner {
/*padding:40px 0 !important;*/
    /*height: auto;*/

/*	  background: rgb(2,7,24);*/
/*background: -moz-linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);*/
/*background: -webkit-linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);*/
/*background: linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020718",endColorstr="#7b0135",GradientType=1);*/
	}
	.registration-form .form-section h3 {
		font-size: 24px; line-height:24px;
	}
	.main-banner video {
	  position: absolute;
	  top: 50%;
	  left: 10%;
	  min-width: 100%;
	  min-height: 100%;
	  width: auto;
	  height: auto;
	  z-index: 0;
	  -ms-transform: translateX(-10%) translateY(-50%);
	  -moz-transform: translateX(-10%) translateY(-50%);
	  -webkit-transform: translateX(-10%) translateY(-50%);
	  transform: translateX(-10%) translateY(-50%);
}
}

@media (min-width: 1281px) and (max-width: 1400px) {
    .faq-img{width:525px;}
}
@media (min-width: 1281px) and (max-width: 1600px) {
  
	.registration-form .form-section h3 {
		font-size: 22px; line-height:36px;
	}
	.main-banner video {
	  position: absolute;
	  top: 50%;
	  left: 10%;
	  min-width: 100%;
	  min-height: 100%;
	  width: auto;
	  height: auto;
	  z-index: 0;
	  -ms-transform: translateX(-10%) translateY(-50%);
	  -moz-transform: translateX(-10%) translateY(-50%);
	  -webkit-transform: translateX(-10%) translateY(-50%);
	  transform: translateX(-10%) translateY(-50%);
	}
}


.btn-pink{background:#D71996;color:#fff; font-size: 20px;}
.btn-pink:hover{color:#fff;}
.participate-icon img{width:100px;}
.participate-icon p{font-size:14px;margin-top:10px; font-weight:500;line-height:18px; }
.footer-top-line{background:#006193;padding:16px 0;text-align:center;}


.tittle{font-size: 1.2em; font-weight: 500;}


.about-bg1 {
	background: url(../images/about-exela-bg-plan.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	     /*background-attachment: fixed;*/
}
.about-bg1 .main-title{color:#fff;}
.about-bg1 .about-text p{color:#fff;}


.site-footer{
    background:#18191b;
    height:auto;
    /*position:absolute;*/
    width:100%;
}
.resource-container{
    background-color:#40505b;
}
.social-share-block img{    width: 55px;
    border-radius: 5px;}
.footermap-col ul,.footermap-col li,#block-socialmediablock-2 ul.social-share-block,#block-socialmediablock-2 ul.social-share-block li{
    list-style:none;
    padding-left:0;
}
li.footermap-item--depth-1.footermap-item--haschildren{
    width:190px;
    float:left;
}
li.footermap-item--depth-1 a{
    color:#ffffff !important;
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:0.8px;
}
li.footermap-item--depth-2 a{
    color:#80888F !important;
    font-size:14px;
    font-style:normal;
    font-weight:400;
    letter-spacing:.8px;
    text-transform:capitalize;
}
li.footermap-item--depth-2 a:hover{
    color:#D71996 !important;
}
.site-footer #block-pluggedinsubscribeblock .subscribe{
    color:#fff;
    margin:15px 0px 25px 0px;
}
.page-node-type-industry .footermap-col ul,.footermap-col li,#block-socialmediablock-2 ul.social-share-block,#block-socialmediablock-2 ul.social-share-block li{
    list-style:none;
    padding:4px 0px;
}
.contact-representative .block-title{
    font-size:36px;
    color:#fff;
    font-weight:400;
    text-align:center;
}
#block-copyrightblock .footer-text{
    color:#000;
    font-size:14px;
}
.copyright{
    margin:0;
    font-size:12px;
    color:#78828D;
    margin-left:0;
}
#block-exela-socialmediaprivacyblock .social{
    float:left;
}
.social-share{
    margin-left:0px;
    margin-top:40px;
}
div.social-share span,div.social-share a{
    float:left;
    margin-right:11px;
}


.site-footer .layout-container{
    padding:0% 6%;
}
.site-footer .top{
    /*margin:3% 0px 0px 0%;*/
    padding:0px 0;
}
.site-footer .bottom{
    /*margin:4% 0 3% 0;*/
    padding:0px 0px;
}

.btn-blue{
    outline:none;
    color:#fff !important;
    background:#006193;
    border: 1px solid #355AA5 !important;
}
.btn-blue:hover{
    color:#fff;
    background:#D71996;
}
a.social-share-instagram{
    display:block;
    height:30px;
    width:30px;
    text-indent:-9999px;
    border-radius:40px;
    background:#80888f url(/themes/exela/img/instagram.png) no-repeat center center;
    background-size:auto;
    background-size:80%;
    border:2px solid #80888f;
}
a.social-share-twitter{
    display:block;
    height:30px;
    width:30px;
    text-indent:-9999px;
    border-radius:40px;
    background:#80888f url(/themes/exela/img/twitter.png) no-repeat center center;
    background-size:auto;
    background-size:65%;
    border:2px solid #80888f;
}
a.social-share-linkedin{
    display:block;
    height:30px;
    width:30px;
    text-indent:-9999px;
    border-radius:40px;
    background:#80888f url(/themes/exela/img/linkedin.png) no-repeat center center;
    background-size:auto;
    background-size:90%;
    border:2px solid #80888f;
}
a.social-share-facebook{
    display:block;
    height:30px;
    width:30px;
    text-indent:-9999px;
    background:#80888f url(/themes/exela/img/Facebook_Logo.png) no-repeat center center;
    background-size:auto;
    background-size:70%;
    border-radius:50%;
}
a.social-share-youtube{
    display:block;
    height:30px;
    width:30px;
    text-indent:-9999px;
    border-radius:40px;
    background:#80888f url(/themes/exela/img/youtube.png) no-repeat center center;
    background-size:auto;
    background-size:75%;
    border:2px solid #80888f;
}
.lang-fr .footer-links a,.lang-de .footer-links a{
    font-size:12px;
}
.footer-links a{
    text-decoration:none;
    color:#78828D !important;
    font-size:13px;
    list-style-type:none;
    margin:0 8px;
}
.footer-links a:hover{
    color:#D71996 !important;
}
 .footer-links a{
    text-decoration:none;
    color:#78828D !important;
    font-size:13px;
    list-style-type:none;
    margin:0 8px;
}
.footer-links a:hover{
    color:#D71996 !important;
}
 .site-footer nav ul{
    list-style:none;
    padding:0;
    margin:0;
}
.site-footer nav ul ul{
    list-style:none;
    padding:0;
    margin:0;
}
.site-footer nav ul li{
    display:block;
    margin-right:0;
    width:33.33%;
    float:left;
}
.site-footer nav ul ul li{
    display:block;
    float:left;
    width:100%;
}
.site-footer nav ul li a{
    color:#ffffff;
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:0.8px;
    padding:8px 0;
}
.site-footer nav ul li a:hover,.site-footer nav ul li a:visited,.site-footer nav ul li a:focus{
    background:transparent;
}
.site-footer .nav .open > a,.site-footer .nav .open > a:hover,.site-footer .nav .open > a:focus{
    background-color:#eee;
    border-color:#337ab7;
    background:transparent;
}
.site-footer nav ul ul li a:hover,.site-footer nav ul ul li a:visited,.site-footer nav ul ul li a:focus{
    background:transparent;
}
.site-footer nav ul li ul{
    list-style:none;
    padding-left:0;
}
.site-footer nav ul li ul li a{
    color:#80888F;
    font-size:14px;
    font-style:normal;
    font-weight:400;
    letter-spacing:.8px;
    text-transform:capitalize;
    line-height:28px;
}
.site-footer nav ul li ul li a:hover{
    color:#D71996;
}
.site-footer #block-exela-pluggedinsubscribeblock .subscribe {
    color: #fff;
    margin: 15px 0px 25px 0px;
}
.cust-block{padding:0 0 0 25px;position:relative;}
.cust-block:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 30px;
    width: 30px;
    border-radius: 0px;
    left:0px;
    top: 6px;
    /*    background-color: #d1050d10;*/
    /*border: 3px solid #fff;*/
    background: url(../images/bullet.png?v1) no-repeat left top;
}
#careers{background:#18191b;}
#careers .main-title{color:#fff;}
#careers p{color:#fff;}

.sm-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  color: #000;
  margin-right: 5px;
  background:#80888f;
}


/*agenda-css-start*/
.schedule-timeline{
	position: relative;
}

/*=== Schedule Block ===*/

.schedule-block{
	position: relative;
	margin-bottom:10px;
}

.schedule-block:after{
	display: table;
	clear: both;
	content: "";
}

.schedule-block .inner-box{
	position: relative;
	float: right;
	width: 50%;
	text-align: left;
}

.schedule-block .inner-box .inner{
	position: relative;
	padding: 10px 20px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
	margin-left: 80px;
	border-radius: 20px;
}

.schedule-block .inner:before{
	position: absolute;
    top: 0;
    bottom: -30px;
    right: 100%;
    border-left:2px dashed #dddddd;
    content: "";
    margin-right: 80px;
}

.schedule-block .inner:after{
	position: absolute;
	right: 100%;
	top: 35px;
	border-top: 15px solid transparent;
	border-right: 20px solid #ffffff;
	border-bottom: 15px solid transparent;
	content: "";
}

.schedule-block .date{
    position: absolute;
    left: -132px;
    width: 100px;
    top: 0px;
    height: 100px;
    background-color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #212639;
    font-weight: 500;
    padding: 30px 15px 0;
    border-radius: 50%;
    border:2px dashed #dddddd;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
}

.schedule-block .speaker-info{
	position: relative;
	padding-left: 80px;
	padding-top: 10px;
	min-height: 60px;
	padding-bottom: 10px;
	border-radius: 10px;
}

.schedule-block .speaker-info .thumb{
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	border-radius: 50%;
	overflow: hidden;
}

.schedule-block .speaker-info .name{
	font-size: 16px;
	color: #212639;
	font-weight: 500;
	line-height: 1.2em;
}

.schedule-block .speaker-info .designation{
	font-size: 13px;
}

.schedule-block h4{
	position: relative;
	font-size:16px;
	line-height: 1.2em;
	color: #0f1925;
	font-weight: 600;
	margin-bottom:15px;
	/* padding-top: 15px; */
	padding-top:5px;	
}

.schedule-block h4 a{
	color: #212639;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.schedule-block h4 a:hover{
	color: #f14b59;
}

.schedule-block .text, .schedule-block .text p{
	position: relative;
	font-size: 16px;
	line-height: 26px;
	color: #888888;
	margin-bottom: 15px;
}

.schedule-block .btn-box{
	position: relative;
	padding: 6px 0;
}

.schedule-block .btn-box a{
	padding: 10px 20px;
	line-height: 20px;
	font-size: 14px;
	background-color: #444444;
	color: #ffffff;
	border-top:2px solid transparent;
	border-bottom:2px solid transparent;
	border-radius: 5px;
}

.schedule-block .btn-box a:hover{
	color: #ffffff;
	/* box-shadow: 0 10px 20px rgba(0,0,0,0.10); */
}

.schedule-block.even .inner-box{
	float: left;
	text-align: right;
}

.schedule-block.even .inner-box .inner{
	margin-left: 0;
	margin-right: 80px;
}

.schedule-block.even .inner:before{
	right: auto;
	left: 100%;
	margin-left: 80px;
	margin-right: 0;
}

.schedule-block.even .inner:after{
	right: auto;
	left: 100%;
	border-right: 0;
	border-left: 20px solid #ffffff;
}

.schedule-block:last-child .inner:before{
	display: none;
}

.schedule-block.even .date{
	left: auto;
	right: -132px;
}

.schedule-block.even .speaker-info{
	padding-left: 0;
	padding-right: 80px;
}

.schedule-block.even .speaker-info .thumb{
	left: auto;
	right: 0;
}

.schedule-block:nth-child(4n + 1) .date,
.schedule-block:nth-child(4n + 1) .inner:before{
	border-color: #ffc20b;
}

.schedule-block:nth-child(4n + 2) .date,
.schedule-block:nth-child(4n + 2) .inner:before{
	border-color: #a6504e;
}

.schedule-block:nth-child(4n + 3) .date,
.schedule-block:nth-child(4n + 3) .inner:before{
	border-color: #4c35a9;
}

.schedule-block:nth-child(4n + 4) .date,
.schedule-block:nth-child(4n + 4) .inner:before{
	border-color: #e6275a;
}

/* Backgroud */

.schedule-block:nth-child(4n + 1) .btn-box a{
	background-color:#ffc20b;
}

.schedule-block:nth-child(4n + 1) .btn-box a:hover{
	color:#ffc20b;
	border-radius:0px;
	background: none;
	border-color:#ffc20b;
}

.schedule-block:nth-child(4n + 2) .btn-box a{
	background-color: #a6504e;
}

.schedule-block:nth-child(4n + 2) .btn-box a:hover{
	border-radius:0px;
	color: #a6504e;
	background:none;
	border-color: #a6504e;
}





.schedule-block:nth-child(4n + 3) .btn-box a{
	background-color: #4c35a9;
}

.schedule-block:nth-child(4n + 3) .btn-box a:hover{
	border-radius:0px;
	color: #4c35a9;
	background:none;
	border-color: #4c35a9;
}



.schedule-block:nth-child(4n + 4) .btn-box a{
	background-color: #e6275a;
}

.schedule-block:nth-child(4n + 4) .btn-box a:hover{
	border-radius:0px;
	color: #e6275a;
	background:none;
	border-color: #e6275a;
}

/* color */

.schedule-section.style-three .schedule-block:nth-child(4n + 1) .date,
.schedule-section.style-two .schedule-block:nth-child(4n + 1) .date,
.schedule-block:nth-child(4n + 1) h4 a:hover{
	color: #F59719;
}

.schedule-section.style-three .schedule-block:nth-child(4n + 2) .date,
.schedule-section.style-two .schedule-block:nth-child(4n + 2) .date,
.schedule-block:nth-child(4n + 2) h4 a:hover{
	color: #5FAFE9;
}

.schedule-section.style-three .schedule-block:nth-child(4n + 3) .date,
.schedule-section.style-two .schedule-block:nth-child(4n + 3) .date,
.schedule-block:nth-child(4n + 3) h4 a:hover{
	color: #DC3410;
}

.schedule-section.style-three .schedule-block:nth-child(4n + 4) .date,
.schedule-section.style-two .schedule-block:nth-child(4n + 4) .date,
.schedule-block:nth-child(4n + 4) h4 a:hover{
	color: #00ADBF;
}



.schedule-section.style-three{
	position: relative;
}

.schedule-tabs.style-three .tab-buttons li{
	float: left;
	width: 25%;
	margin: 0;
	box-shadow: none;
	border-radius: 0;
	border-color: transparent;
}

.schedule-tabs.style-three .tab-buttons li.active-btn{
	z-index: 2;
}

.schedule-section.style-three .schedule-block .date{
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
	height: auto;
	width: auto;
	/* margin-bottom: 20px; */
	margin-bottom:0px;
	text-align: left;
	font-size: 16px;
}

.schedule-section.style-three .schedule-block .inner-box{
	width: 100%;
}

.schedule-section.style-three .schedule-block .inner-box .inner{
	margin: 0;
	padding: 10px 20px;
	box-shadow: 0 0 30px rgba(0,0,0,0.10);
	font-size:14px;
}

.schedule-section.style-three .schedule-block .inner:before,
.schedule-section.style-three .schedule-block .inner:after{
	display: none;
}

.schedule-section.style-three .schedule-timeline {
    position: relative;
}

/*agenda-css-end*/



@media(min-width:1281px) and (max-width:1366px) {
	#topnav .navigation-menu>li>a {
		font-size:14px !important;
	}
}

@media (max-width:47.93em){
.site-footer nav ul li{
        width:100%;
        float:left;
    }
    .site-footer nav ul ul li{
        display:inline-block;
        float:left;
        width:50%;
        line-height:2em;
    }
    
}
@media (max-width: 75em){
.site-footer .layout-container {
    padding: 0% 2%;
}
}
@media (max-width: 57em){
.footer-links {
    float: none;
    display: block;
    margin-top: 15px;
    clear: both;
}
}
.cust-border-top{border-top:1px solid #252627}

/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.main-banner {
  /*background: url(../images/main_poster.jpg) center -21px no-repeat;*/
  background-size: cover;
}
     
}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
      /*.main-banner{height:auto;padding:50px 0 !important;    background-position: center;}*/
     .faq-img {
    width:370px;
    right: 0;
    
    /*height: 470px;*/

}

}

@media (min-width: 1981px)  {
    .wcydh-bg {
    
     background-size: cover; 
     background-position:top;
}
.main-banner{height:60vh;}
}


@media (max-width: 1366px)  {
    .main-banner {
  position: relative;
  background-color: #000c26;
  /*background: url('../images/new-poster.jpg') top center no-repeat;*/
  /*background: url('../images/main-banner-new.jpg') top center no-repeat;*/
    background-attachment: scroll;
    background-size: auto;
  background-size: cover;
  height: auto !important;
  height: auto !important;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  background-attachment: fixed;
}
}

/***

====================================================================
		Clients Section
====================================================================

***/

.clients-section{
	position: relative;
	padding: 0px;
}

.clients-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/icon-dots-2.png);
	content: "";
	opacity: .02;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform: scale(-1);
	-moz-transform: scale(-1);
	-ms-transform: scale(-1);
	-o-transform: scale(-1);
	transform: scale(-1);
}


.clients-section .sponsors-outer{
	position:relative;
	margin-bottom: 50px;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav{
	display:none;
}

.clients-section .sponsors-outer .client-block{
	position: relative;
	margin-bottom: 30px;
}

.clients-section .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	margin-bottom: 0;
	border: 1px solid #dddddd;
	box-shadow: 0 0 30px rgba(0,0,0,0.10);
	background-color: #ffffff;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 500ms ease;
}

.clients-section .sponsors-outer .image-box:hover{
	box-shadow: none;
}


.clients-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	display:inline-block;
	opacity: 1;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.clients-section .sponsors-outer .image-box:hover img{
	opacity: .70;
}

.clients-section .sponsors-outer h3{
	display: inline-block;
	font-size: 20px;
	line-height: 1.2em;
	background-color: #ec167f;
	color: #ffffff;
	padding: 10px 30px;
	font-weight: 700;
	margin-bottom: 20px;
	border-radius: 10px;
}

.clients-section .sponsors-outer:nth-child(3) h3{
	background-color: #a69d34;
}

.clients-section .sponsors-outer:nth-child(2) h3{
	background-color: #FF9E1E;
}
.clients-section .sponsors-outer:nth-child(4) h3{
	background-color: #000000;
}

.clients-section .icon-dots-3{
	left: -60px;
    top: 230px;
}

.clients-section .icon-circle-blue{
	left: -370px;
    top: 300px;
    opacity: .50;
	-webkit-animation: fa-spin 30s infinite alternate;
	-moz-animation: fa-spin 30s infinite alternate;
	-ms-animation: fa-spin 30s infinite alternate;
	-o-animation: fa-spin 30s infinite alternate;
	animation: fa-spin 30s infinite alternate;
}
.anim-icons{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.anim-icons.full-width{
	max-width: 100%;
}


.anim-icons .icon{
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
}
.icon-circle-blue{
	width: 300px;
	height: 300px;
	background-image: url(../images/circle-blue.png);
}

/*--------------------------------------------------------------
# speakers Section
--------------------------------------------------------------*/

#speakers {
  padding: 80px 0;
}
#speakers .detailBox h5{font-size:18px; margin-bottom:0; padding:0; font-weight:600;}
#speakers .detailBox h5 span {
    display: block;
    font-size: 14px;
    color: #d1040c !important;
    margin: 5px 0 0 16px;
    font-weight: 500;
}
#speakers .detailBox p{font-size:14px; line-height: 18px; margin-bottom:0; padding:0;}
