/* ===== global styles =====*/
* {
    margin: 0;
    padding: 0;
    outline: none;
}

.container-fluid {
    padding: 0;
}


::-webkit-scrollbar {
    width: 5px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    color: #282828;
    overflow-x: hidden;
    font-weight:400;
    line-height:1.5;

}
a,i{
	cursor: pointer;
}

a.navbar-brand {
    color: #797979;
    font-size: 2.5rem;
    display: contents;
}

h2 {
    font-size: 36px;
    color: #0068c8;
    width: 100%;
    text-align: center;
    margin-top: 35px;
}

h5 {
    width: 100%;
    font-size: 26px;
    position: relative;
}

h5:after {
    content: '';
    background-color: #000;
    position: absolute;
    width: 150px;
    height: 2px;
    left: 0;
    bottom: -10px;
}

.table{
	margin-bottom: 0;
}

.padd-none {
    padding: 0;
}

.padd-left-none {
    padding-left: 0;
}

.padd-right-none {
    padding-right: 0;
}

.padd-top-15 {
    padding-top: 15px;
}

.mrg-top{
	padding-top: 20px;
}

button {
    background-color: #02028B;
    border: 1px solid #02028B;
    padding: 0px 30px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
}

button.btn-primary, a.btn-primary {
    background-color: #3da2ff;
    border: 1px solid #3da2ff;
    padding: 0px 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    height: 35px;
}

 a.btn-primary {
 	line-height: 36px;
 }

button.btn-danger {
    background-color: #ff0000;
    border: 1px solid #ff0000;
    padding: 0px 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    height: 35px;
}

a.btn-danger {
    background-color: #ff0000;
    border: 1px solid #ff0000;
    padding: 0px 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    height: 35px;
        line-height: 33px;
}

a:hover {
    text-decoration: none;
}

/* ===== header styles ====== */

#header {
	position: fixed;
    width: 100%;
    z-index: 9999;
    margin-top: 0px;
    background-color: #fff;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* border-bottom: 1px solid #3da2ff; */
    padding: 6px 0px;
    border-bottom: 1px solid #ebebeb;
}
.site-logo img{
	width:210px;
}
.header-menu{
	list-style: none;
    display: inline-flex;
    margin-bottom: 0px;
    padding-top: 4px;
}
.header-menu li{
	    padding-left: 23px;
    font-size: 10px;
}
.top-bar{
	background: #45572f ;
    padding: 0px 0px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.top-bar a{
	color: #fff;
    font-size: 14px;
    margin-right: 14px;
}

.user-guide a {
    color: #797979;
    font-size: 24px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    line-height: 55px;
}
.header-menu li a{
	color: #000000;
    font-size: 17px;
    display: block;
    align-items: center;
    flex-direction: row-reverse;
    line-height: 1.5; 
    padding-top: 11px;
}
 
a.dropdown-item {
    text-align: left;
    display: block;
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
    /* width: 50px; */
    text-align: right;
        margin-top: 10px;
}

button#dropdownMenuButton {
    background: transparent;
    border: transparent;
    color: #797979;
    font-size: 20px;
    line-height: 11px;
    padding: 0;
}
.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #49cfd2;
}

.dropdown-menu.show {
    display: block;
    width: auto;
    height: auto;
    left: -43px !important;
    top: 0px !important;
}
.dropdown-menu{
	padding:0px;
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none !important;
}

/* ===== main-content =====*/
.main-content {
    background-image: url(../images/groupMeatingImages/banner.jpg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    width: 100vw;
    height: 70vh;
    color: #000;
    overflow-x: hidden;
}

.group-conversation {
    height: 390px;
    overflow: hidden;
    width: 75%;
    margin: 40px auto 0;
}

.group-conversation img {
    width: 95%;
    margin: 0 auto;
}

.login-user {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-user h3 {
    text-align: center;
    line-height: 42px;
    margin-bottom: 28px;
}

.user-guide a i {
    font-size: 32px;
    line-height: 60px;
}


.login-btn i {
    margin-right: 12px;
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
}

.login-btn {
    margin-bottom: 20px;
    width: 270px;
    height: 40px;
}



/*===== home styles =====*/
.joinEvent {
   /*  text-align: center; */
    width: 100%;
    margin-top: 25px;
}

.joinEvent h4 input {
   border: none;
    border-bottom: 1px solid;
    margin-right: 13px;
    padding: 0 10px;
    width: 46%;
    display: inline-block;
}
.joinEvent h4 input[type=checkbox] {
    width: 3% !important;
}

.list-item {
    border: 5px solid #3da2ff;
    padding: 15px 0 0 0;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 18px;
    border-radius: 10px;
    background-color: #fff;
}

.list-item h6 {
    font-size: 20px;
    font-weight: 600;
    margin-left: 15px;
}

.event-image {
    height: 100px;
    overflow: hidden;
}

.event-image img {
    width: 100%;
}


.checkingDevice ul {
    margin-top: 3rem;
    margin-bottom: 2.5rem;
}

.checkingDevice ul li {
    list-style: none;
    display: inline-block;
    width: 32%;
    text-align: center;
}

.checkingDevice ul li a {
    border: 2px solid #3da2ff;
    padding: 20px;
    border-radius: 6px;
}

.checkingDevice ul li a:hover {
    color: #fff;
    background-color: #3da2ff;
}

.checkingDevice ul li.active a {
    color: #fff;
    background-color: #3da2ff;
}

.checkingDevice ul li a i {
    font-size: 22px;
}

.text-right.padd-none button {
    margin-left: 10px;
}

/*===== event tables =====*/
.main-content.event-table-list h2 {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.table-item {
    text-align: center;
    margin-top: 40px;
}


.table-item h6 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
}

.quick-access-icons {
    position: fixed;
    right: 0;
    top: 35%;
}

.quick-access-icons ul li {
    list-style: none;
    margin-bottom: 12px;
}

.quick-access-icons ul li a {
    display: block;
    background-color: #3da2ff;
    color: #fff;
    width: 55px;
    height: 55px;
    border: 1px solid;
    text-align: center;
    line-height: 52px;
    border-radius: 50%;
    font-size: 22px;
}

/*===== home styles =====*/

.left-menu {
    height: 75vh;
   /*  border: 2px solid #3da2ff; */
}

.left-menu ul li{
	list-style: none;
	margin:0px 0 10px;
}

.left-menu ul li a {
    display: block;
    padding: 8px 10px;
    border: 1px solid;
    border-radius: 5px;
    color:#000;
}

.left-menu ul li a:hover {
	background-color: #3da2ff;
	color: #fff;
}

.left-menu ul li.active a {
	background-color: #3da2ff;
	color: #fff;
}

.left-menu ul li a i.fa.fa-play {
    float: right;
    display: inline-block;
    padding-top: 4px;
    color: #fff;
}

.quick-links {
       display: flex;
    flex-direction: row;
    /* align-items: center; */
    justify-content: center;
    height: 37vw;
    overflow-y: auto;
}
}

.quick-links button {
    display: block;
    margin-bottom: 20px;
    width: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.joinEvent h4 {
margin-bottom: 40px;
    /* display: inline; */
    font-size: 18px;
    margin-left: 0vw;
    text-align: left;
}

.create-room {
    padding: 10px;
    border: 1px solid #3da2ff;
    border-radius: 10px;
    margin-right: 0;
    margin-bottom: 20px;
    box-shadow: 5px 7px 13px 2px rgb(0 0 0 / 50%);
    text-align: center;
}

.create-room button{
	margin-bottom: 0;
}

.align {
    /*display: flex; */
    /* flex-direction: column; */
    width: 100%;
    /* align-items: center; */
    /* justify-content: center; */
    margin-top: 0px;
    height: 76vh;
    overflow-y: auto;
}

.align h2 {
    font-size: 36px;
    color: #0068c8;
    width: 100%;
    text-align: center;
    margin-top: 0;
}

.add-content {
    /* min-height: 280px;
    overflow-y: auto;
    border: 2px solid #3da2ff;
    max-height: 380px;
    padding: 10px;
    box-shadow: 5px 7px 13px 2px rgb(0 0 0 / 50%);
    width: 50vw;
    margin: 0 auto; */
    overflow-y: auto;
    /* border: 2px solid #3da2ff; */
    padding: 10px;
    /* box-shadow: 5px 7px 13px 2px rgb(0 0 0 / 50%); */
    width: 100%;
    margin: 0 auto;
}

.create-content-type {
    padding: 10px;
    border: 1px solid #3da2ff;
    border-radius: 10px;
    margin-right: 25px;
    width: 66%;
    margin-top: 10px;
}

/* .room-image {
    height: 200px;
    width: 325px;
    overflow: hidden;
} */

.room-image {
    height: 200px;
    width: auto;
    overflow: hidden;
}


.room-image img{
	width:100%
}

.save-btn {
        text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; 
}

.save-btn button {
    font-size: 15px;
    padding: 2px 20px;
    height: 35px;
    line-height: 28px;
}

.submit-room.text-center {
    margin-top: 10px;
}

.submit-room.text-center button {
    width: 215px;
}

.optionsToAddQuestions{
	text-align: right;
}

.optionsToAddQuestions p {
    color: #3da2ff !important;
    font-weight: 600;
    margin-left: 20px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
}

.add-new-content {
    display: none;
}

.add-new-content button {
    font-size: 15px;
    padding: 2px 14px;
}

.oneTimeMeeting {
    margin-top: 12px;
    margin-bottom: 12px;
}

.meeting-schedule {
    margin-top: 12px;
}

.copy_text {
    margin-left: 10px;
}

.oneTimeMeeting input[type=date] {
    /* width: 95%; */
}

#meetingTime input {
    /* width: 95%; */
    margin-top: 12px;
}

.meeting-schedule select {
    width: 45%;
    display: inline-block;
    margin-right: 18px;
    margin-top: 15px;
}

.addQuestions {
    text-align: left;
    margin: 12px 0;
}

.Question {
    background: #3da2ff;
    color: #fff;
    width: 94%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 12px;
    height: auto;
    font-weight: 500;
}

.card {
    border: none;
}

.card-header {
    padding: 0;
    margin-bottom: 5px !important;
}

.card-header h2 {
    margin: 0;
}

.add {
    text-align: center;
    margin-top: 12px;
}

.addingOpt {
    text-align: center;
    margin-top: 15px;
}

.card-body {
    text-align: left;
}

.addingOpt button {
    font-size: 16px;
    padding: 0 23px;
    height: 35px;
    line-height: 35px;
    margin-left: 15px;
}

button.btn.btn-link {
    width: 100%;
    text-align: left;
}

button.btn.btn-link a {
    float: right;
}

a.add-email {
        border-radius: 5px;
    background: #3da2ff;
    color: #fff;
    padding: 10px;
    border: 1px solid #3da2ff;
    margin-top: 0;
    display: inline-block;
    height: 36px;
    line-height: 16px;
    width: 100%;
}

.meetingTable {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
   /*  justify-content: space-between; */
    height: 70vh;
    align-items: center;
    overflow-y: auto;
}


.question {
    background: #3da2ff;
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
}

.option {
    height: auto;
    text-align: center;
    background: #97cdff;
    color: #000;
    line-height: 30px;
    margin-bottom: 15px;
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    word-break: break-all;
    padding: 10px;
}

.tableFooter {
    text-align: center;
}

.hostVideo {
	width: 250px;
    text-align: center;
    background: #96cdff;
    height: 125px;
    line-height: 42px;
    font-weight: 600;
    border: 1px solid #000;
    border-radius: 10px;
    overflow: hidden;
}

.hostVideo video, .hostVideo img{
	width:100%;
}

.tablemainheader {
    /* width: 90%;
    margin-top: 10px;
    height: 43vh; */
    width: 90%;
    margin-top: 15px;
    height: 75%;
}

.tablemainheader p {
    text-align: center;
    font-weight: 600;
    font-size: 19px;
    letter-spacing: 1px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.meetingContent {
    /* border: 1px solid #000; */
    /* height: 280px; */
    height:100%;
    width: 95%;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 10px;
    /* overflow: hidden; */
}

.meetingContent iframe {
    width: 100%;
}

.meetingContent video{
	width: 100%;
	height: 100%;
}

.meetingContent img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.participatesLIst {
    position: fixed;
    top: 125px;
    right: 0px;
    background: #fff;
    height: 80vh;
    padding: 10px;
    overflow-y: auto;
    box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 50%);
}

.manageContents {
    width: 86%;
    border: 1px solid #3da2ff;
    margin: 15px auto;
}

.addContent h2 {
    text-align: center !important;
}

.addContent h2 a.btn.btn-primary {
    position: relative;
    left: -21vw;
    background: transparent;
    color: #3da2ff;
    border-color: transparent;
    padding: 0;
    font-size: 25px;
}

a.backToList {
        display: inline-block;
    position: relative;
    left: 13%;
    font-size: 23px;
    cursor: pointer;
    top: -3px;
}

.editContent h2 {
    position: relative;
    text-align: center;
    width: 36%;
    display: inline-block;
    margin: 0 auto 15px;
    left: 22vw;
}

.table-align {
    height: 460px;
    overflow-y: auto;
}

#grpUsersList {
    min-height: 60px;
    overflow-y: auto;
    max-height: 315px;
}

#nextBtn {
    margin-right: 20px;
}

.user-list {
display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
    border-bottom: 1px solid #a9d6ff;
}

.user-list h4 {
    display: inline;
    vertical-align: middle;
    font-size: 18px;
    margin-bottom: 0;
}

.user-list input {
    display: inline;
    width: auto;
    vertical-align: middle;
}

#adminContentDiv {
    margin: 10px 0;
}
.category-btn{
	margin-left: 12px;
    display: block;
    margin: 16px auto 0;

}

#emailHelpText{
	color: red; 
	margin-left: 6px; 
	margin-top: 6px; 
	display: block;
}

.addParticipates {
    margin-top: 8px;
    text-align: right;
}

.addParticipates button {
    font-size: 16px;
    height: 35px;
    padding: 0 16px;
    line-height: 34px;
}

.add-new{
	font-size: 16px;
    height: 35px;
    padding: 0 15px;
    border-radius: 5px;
}

.library-list {
   border: 1px solid #3da2ff;
    border-radius: 6px;
    padding: 8px 12px;
    height: 300px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
}

.library-list a {
   margin-top: 14px;
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.content-titiles a {
    display: block;
    margin-top: 10px;
}

.content-image image,.content-image video{
	width:100%;
	height:100%;
}

.content-titiles {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-image {
       width: 180px;
    overflow: hidden;
    height: 175px;
    margin: 0 auto;
}

.content-image img {
    width: 100%;
    height: 100%;
}

.content-titiles button {
    margin-top: 10px;
}

.col.create-meeting {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.meeting-id,.meeting-date{
	width:50%;
}

#contentsLibrary {
	min-height: 280px;
    max-height: 326px;
    overflow-y: auto;
    border: 1px solid #3da2ff;
    padding: 15px 0;
    border-radius:8px;
    margin: 10px 0;
    display: flex;
}

#addedContentsListDiv {
    border: 1px solid #3da2ff;
    margin: 10px;
    border-radius: 10px;
    padding: 7px 15px;
    height: 326px;
    overflow-y: auto;
}

.content-video-url {
    width: 100%;
    height: 300px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 12px;
}
.content-video-url iframe {
    width: 100%;
    height: 100%;
}

.nav-buttons {
    width: 70%;
    margin: 15px auto 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.meetingQuestions {
    height: 100%;
    /* padding-top: 5vh; */
}

.questionCount {
    font-size: 16px;
    height: 80px;
    width: 80px;
    border: 1px solid #3da2ff;
    margin: 0 auto 15px;
    display: block;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    background-color: #96cdff;
    font-weight: 600;
}

.single-score {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.single-score h4 {
    font-size: 28px;
    background-color: #ebf5ff;
    height: 150px;
    width: 350px;
    line-height: 132px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 6px 6px 12px 2px rgb(0 0 0 / 50%);
}

.categoryImagesDiv ul li {
    display: inline-block;
}

.categoryImagesDiv ul li a {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    overflow: hidden;
}

.categoryImagesDiv ul li a img {
    width: 100%;
    height: 100%;
}

.newContentData {
    width: 70%;
    margin: 0 auto;
}

.newAddingData {
    border: 1px solid #3da2ff;
    padding: 15px;
    margin-top: 18px;
    border-radius: 10px;
}

.content-selector {
    display: flex;
    flex-direction: row;
}

.assesmentTitle h4 {
    margin: 5px 0 0 0;
    text-align: center;
    color: #0068c8;
    font-size: 22px;
    border-bottom: 1px solid #3da2ff;
    padding-bottom: 5px;
}

.sessionsList {
   display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #3da2ff;
    padding-bottom: 5px;
    margin-top: 10px;
    background-color: #a8d5ff;
    padding: 10px;
    border-radius: 10px;
    color: #000;
}

.content-header, .content-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #1f5280;
    padding: 10px 0;
    border-bottom: none;
}

.content-body:last-of-type {
	border-bottom: 1px solid #1f5280;
}

.content-title, .content-score,.content-align {
    font-weight: 600;
    width: 50%;
    text-align: center;
}

.content-align {
    width: 50%;
    text-align: center;
}

#timer {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 19px;
    margin-top: 20px;
}



.loader {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    left: 35%;
    top: 30%;
    z-index: 999;
    display: none;
}

.loader img {
    width: 100%;
}

.buttons {
    display: inline-block;
}

.buttons + .text-right {
    display: inline-block;
    float: right;
}

#bulkImportDiv {
    margin-top: 20px;
}
@media (min-width: 1200px){
.container{
    max-width: 1216px;
}
.padd-0{
	padding:0px;
}
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0px 5px;
    text-align: center !important;
    clear: both;
    line-height: 33px !important;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    border-bottom: 1px solid #ededed !important;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.site-logo img {
    width: 160px;
    margin-top: -17px;
}
.main-title{
	padding-top: 70px;
    z-index: 9999;
    font-size: 50px;
    color: #000;
    font-weight: 800;
    text-transform: initial;
}
.title-one{
	font-size: 1.75rem;
    color: #000000;
}
.emp-image img{
	width:90%;
	padding:10px;
}
.mt-30{
	margin-top: 30px;
}
.serv-title{
	color: #02aced;
    font-size: 44px;
    font-weight: 800;
}
.full-serve h2{
	font-size: 1.75rem;
    color: #282828;
    text-align: left;
}
.full-serve img{
	margin-top: 40px !important;
	width: 60%;
    display: block;
    margin: 0 auto;
    border-radius: 25px;
    box-shadow: 3px 3px 5px grey;
}
.self-serve img{
	margin-top: 40px !important;
    width: 60%;
    display: block;
    margin: 0 auto;
    border-radius: 25px;
    box-shadow: 3px 3px 5px grey;
}
.self-serve h2{
	font-size: 1.75rem;
    color: #000000;
    text-align: left;
}
.product-content h3{
	font-size: 32px;
    color: #02aced;
}
.product-content h4{
	font-size: 24px;
    font-weight: 600;
    padding:20px;
}
.team-img img{
	padding: 10px;
    width: 60%;
    margin: 0 auto;
    display: block;
    border-radius: 25px;
    box-shadow: 3px 3px 5px grey;
}
.career-img img{
	padding: 10px;
    width: 60%;
    border-radius: 25px;
    margin: 0 auto;
    display: block;
    box-shadow: 3px 3px 5px grey;
}
.mt-60{
	margin-top:60px;
}
p{
	line-height:1.5; 
}
.width-100 img{
	width:100%;
}
.emp-card {
    border: none;
    text-align: center;
    box-shadow: 0px 0px 10px #a7a7a7;
    border-radius: 30px;
    height: 200px;
    padding: 34px 10px;
}
.emp-card i{
	font-size: 56px;
    padding-bottom: 15px;
    color:#0059a2;
}
.emp-card h4{
	font-size: 17px;
    font-weight: 600;
}
.faq-btn{
	background:transparent !important;
	color:#000 !important;
	font-size:18px;
	font-weight:600;
}
.card-header{
	 margin-bottom: 0px !important;
    padding: 10px;
}
.faq-collapse{
	border: 1px solid rgb(235, 234, 234);
}
.accordion {
    overflow-anchor: none;
    width: 100%;
}
.about-content{
	background-image: url(../images/about-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff; 
    height:64vh;
}
.about-title{
	z-index: 1;
    font-size: 50px;
    color: #fff;
    font-weight: 900;
    position: relative;
    top: 200px;
}
.about-content:before{
	content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 64vh;
    opacity: 0.5;
	
}
button.btn.btn-link {
    width: 100%;
    outline: 0;
    text-align: left;
}
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.mb-30{
	margin-bottom:30px;
}
.font-30{
	font-size:30px;
}
.proj-img img{
	padding:20px;
}
.iso-imgs img{
	box-shadow: 5px 5px 5px #acacac; 
	border-radius: 30px; 
	width: 100%;
	 border: 12px solid rgb(0 0 0 / 3%);
}
.servMain-section {
	padding:100px 0px;
}
.servMain-section img{
	width:160px;
}
.servMain-section h2{
	color: #383838; 
    font-size: 65px;
    font-weight: 900;
    margin:0px;
}
.serve-content{
	background-color: #C2F5FF;
}
.service-card{
	 box-shadow: 0px 0px 10px #a7a7a7;
     padding: 30px;
     margin:30px 0px;
}
.service-card h2{
	text-align: left;
    font-size: 30px;
    color: #02aced;
    margin-bottom: 10px;
}
.service-card hr{
	border-top: 1px solid #830000;
	width:30%;
}
.service-card .img-4{
	width:70%;
	margin:0 auto;
	display:block;
}
.service-card .img-3{
	width:87%;
	margin:0 auto;
	display:block;
}
.service-card .img-5{
	width:90%;
	margin:0 auto;
	display:block;
}
.service-card .img-6{
	width:83%;
	margin:0 auto;
	display:block;
}
 #meetingIdHelpText , #passwordHelpText{
	color: red;
    display: none;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 9px;
    margin-bottom: 0;
}
.text-right{
	text-align:right;
}
h2 {
    font-size: 1.75rem;
    color: #282828;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 15px;
    font-weight: 500; 
    font-family: 'Montserrat', sans-serif;
    line-height:1.2;
    text-transform: uppercase;
}
.group-conversation {
    height: auto;
    overflow: hidden;
    width: 100%;
    margin: 0px auto 0;
    text-align:center;
}
.main-list{
	font-size:18px;
	padding-left:138px;
}
.main-list li{
	margin-bottom:15px;
	line-height:28px;
}
.group-conversation img {
    width: 325px;
    margin: 0 auto;
}
.login-user h3 {
    text-align: center;
    line-height: 28px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}
.login-btn {
    margin-bottom: 15px;
    width: auto;
    height: 40px;
    padding: 0px 14px;
    border-radius: 10px;
}
.login-btn:hover{
    margin-bottom: 15px;
    width: auto;
    height: 40px;
    padding: 0px 14px;
    border-radius: 10px;
    background: #02028B;
    border-color: #02028B;
}

.btn{
	background-color: #135ef9;
    color: #ffffff !important;
    font-weight: 600;
    /* border-radius: 10px; */
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 0px;
}
.fb-icon {
    padding: 15px 18px;
    font-size: 15px;
    /* width: 66px; */
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50px;
    background: #3B5998;
    color: white;
}
.linkedin-icon{
	padding: 15px 17px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50px;
    background: #007bb5;
    color: white;
}
.twitter-icon{
	padding: 15px 17px;
    font-size: 15px;
    /* width: 66px; */
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50px;
    background: #55ACEE;
    color: white;
}
.youtube-icon{
	padding: 15px 17px;
    font-size: 15px;
    /* width: 66px; */
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50px;
    background: #bb0000;
    color: white;
}
.btm-border{
	background: #000000;
    color: #ffffff;
    padding: 15px; 
}
.fb-footer-icon{
	 padding: 15px 18px;
    font-size: 15px;
    /* width: 66px; */
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50px;
    background: #3B5998;
    color: white;
}
.linkedin-footer-icon{
	padding: 15px 17px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50px;
    background: #007bb5;
    color: white;
}
.twitter-footer-icon{
	padding: 15px 17px;
    font-size: 15px;
    /* width: 66px; */
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50px;
    background: #55ACEE;
    color: white;
}
.youtube-footer-icon{
	padding: 15px 17px;
    font-size: 15px;
    /* width: 66px; */
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50px;
    background: #bb0000;
    color: white;
}
.footer-social{
	padding-top: 10px;
    text-align: right;
}
.bottom-footer{
	background-color: #2d2d2d;
    color: #ffffff;
}
.tech-bg{
	padding:60px 0px;
	background-color: #ECFBFF; 
}
.tech-expBg{
	background-color: #F2F2F2;
	padding:20px;
}
.tech-subTitle{
	color: #01B0F4; 
    font-size: 25px;
    font-weight: 600;
}
.mb-30{
	margin-bottom:30px;
}
.carousel-item img{
	width:150px;
	padding:10px;
}
.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}
.tech-main-title{
	color: #01B0F4; 
    font-size: 45px;
    font-weight: 600;
}

.pt-100{
	padding-top: 100px
}
.padd-40{
	padding:40px;
}
.mb-60{
	margin-bottom:60px
}
.covid-title{
	color: #01B0F4; 
    font-size: 36px;
    font-weight: 600;
}
.covid-subTitle{
	color: #01B0F4; 
    font-size: 30px;
    font-weight: 600;
    width:100%;
}
.source-list{
	list-style:none;
	width:100%;
}
.source-list li{
	width:50%;
	float :left;
	line-height:40px;
}
.source-list li a{
	color:#000 !important;
}
.symp-title {
	font-size:20px;
	font-weight:600;
}
.covid-content{
	 background-color: #efefef; 
    padding-top: 99px; 
}
.covid-content h2{
	 color:#000; 
}
.padd-30{
	padding:45px 0px;
}
.pb-100{
	padding-bottom:100px;
}
/* .about-text p{
	text-align:justify;
} */
.btn{
	border-radius:5px;
}
.faq-btn{
	font-size: 17px !important;
    padding: 10px 10px !important;
    border-radius: 0px;
}
.mb-0{
	margin-bottom:0px !important;
}
.mt-40{
	margin-top:40px !important;
}
.footer-text{
	margin-bottom: 0px;
    margin-top: 8px;
}
.main-footer{
	background: #000000;
    color: #ffffff;
    padding: 15px 0px;
}
.pb-20{
	padding-bottom:20px;
}
@media(min-width:767px){
	.mt-80{
		margin-top:80px;
	}
	.mt-120{
		margin-top:120px;
	}
}

@media(max-width:767px){
	.main-title {
    padding-top: 32px;
    z-index: 9999;
    font-size: 24px;
    color: #000;
    font-weight: 800;
    text-transform: initial;
}
.site-logo img {
    width: 100%;
    margin-top: -17px;
}
.user-guide{
	text-align:left !important;
}
.padd-30 {
    padding: 45px 15px !important;
}
.full-serve img { 
    width: 100%; 
}
.full-serve { 
  padding:0px 30px; 
}
.self-serve img { 
    width: 100%; 
}
.self-serve { 
    padding:0px 30px;
}
.career-img img{
	width: 100%;
}
.career-img{
	 padding:0px 30px;
}
.mobile-center{
	text-align:center !important;
}
.footer-social { 
    text-align: center;
}
.footer-text {
    margin-bottom: 0px;
    margin-top: 8px;
    margin-bottom: 25px;
}
.copy-rights{
	text-align:center;
}
.emp-padd{
	padding:0px 30px;
}
.serv-text{
	padding:0px 30px;
}
.team-img{
	padding:0px 30px;
}
.team-img img{
	width:100%;
	margin-top:30px;
}
.faq-btn{
	height: auto;
    margin-bottom: 10px;
}
.about-title {
    z-index: 1;
    font-size: 24px;
    color: #fff;
    font-weight: 900;
    position: relative;
    top: 144px;
}
.about-content { 
    height: 45vh;
}
.about-content:before { 
    height: 45vh; 
}	
.circle h4 {
    background: #fff;
    padding: 80px 0px !important; 
}
	.title-one {
    font-size: 24px !important;
    color: #000000;
}
.emp-card { 
    margin-bottom: 20px !important;
}
.full-serve h2 {
    font-size: 24px;
}
.self-serve h2 {
    font-size: 24px;
}
}
.sosmed-icon a {
    border-radius: 50%;
    color: #333333;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    font-size: 16px;
    /* display: table-cell; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0 2px;
}

