﻿html, body {
width:100%; 
}

.wow {
visibility: visible !important;
}

#logo img{
	height:5.125rem;
	margin-top:-25px !important;
}

.shadow img{
width:68px !important; /*85px*/
}

.new-titles{
	color:#fff !important;
}

/*#s4-workspace {
overflow-x:hidden;
visibility:hidden;
}*/

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


.ms-signInLink{
	display:none !important;
}

#inner{
	background:#fff;
	padding: 80px 0 60px 0;
}



/*icons*/

.shadow{
	background: #ffe7ca;/*#06e4e4;*/
	color: #333;
}

.shadow:hover {
    color: black;
    background: white;
}


#services .icon {
	position:relative;
	left: calc(50% - 60px);
	top: 0px;
}

.icon img{
	width:100px;
}

.useful p{
	text-align:center;
	color:#fff;
	font-size:16px;
	padding-top:10px;
}

/* Tabs */
.m-top-50{
	margin-top:50px !important;
}

/*flickity*/
.flick button{
 min-width:3em !important; /*6em*/	
}

/*font*/
h2.title{
	margin: 40px 0 0 20px;
}

/*link color*/
.footer li a{
	color: white
}

.footer li{
	color:yellow;
	margin-left:10px;
}

.atm-hr {
    width: 100%;
    opacity: 0.2;
    border: 1px solid whitesmoke;
}

/*button*/
#register .cta-btn {
    font-family: "Poppins", sans-serif;
    /* text-transform: uppercase; */
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #777;
    color: #fff;
    text-decoration:none;
    background: #029DBB;/*#2dc997;*/
}

#register .cta-btn:hover {
  background: #fff;
  color: #000;
  border: 2px solid #000;
}

/*FAQS*/

/* FAQS expand/collapse */
/* Style the element that is used to open and close the accordion class */
p.accordion {
    background-color: #4572a5;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 96%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin-bottom:10px;
}

/* Add a background color to the accordion if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
p.accordion.active, p.accordion:hover {
    background-color: #E50606;
}

/* Unicode character for "plus" sign (+) */
p.accordion:after {
    content: '\2795'; 
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

/* Unicode character for "minus" sign (-) */
p.accordion.active:after {
    content: "\2796"; 
}

/* Style the element that is used for the panel class */

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    opacity: 0;
    margin-bottom:10px;
}

div.panel.show {
    opacity: 1;
    max-height: 1000px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
    height: auto; /*added*/
}

/* Security Feature */
.ms-core-suiteLinkList{
	display:none;
}

#RibbonContainer-TabRowRight {
    display: none !important;
}

#welcomeMenuBox {
    font-size: .8em;
}

.ms-core-brandingText{
	font-size:1em !important;
}


/*modal popup*/
/* The Modal (background) */
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  z-index:1070;
  margin-top:50px;
  overflow:hidden;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 576px){
	

.modal-dialog {
    max-width: 100%;
    margin: 1.75rem auto;
}
}
/*card*/

.card img{
	  align-items: center;
  justify-content: center;
}

.shadow:hover{
	box-shadow:0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.shadow p{
	font-size:0.9rem;
	line-height:1.3;
	margin-top:5px;
}

.col-md-3b{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}
.col-md-3b{
	position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}

@media (max-width: 768px) {
#header #logo img {
    max-height: 60px;
    margin-top: -10px !important;
  }
.col-xs-6{
	width:50% !important;
	max-width:50%;
	padding-left:5px;
	padding-right:5px;
}
.marquee-sibling{
	width:30% !important;
 }
.shadow p{
	font-size:0.85rem;
	line-height:1.2 !important;
}
h3.section-title.new-titles{
	font-size:25px !important;
}

.section-title.new-titles span{
	font-size:25px !important;
}
.section-title.new-titles sup{
	top:-1em !important;
}
p.custom{
	font-size:16px !important;
}

.modal-content{
	width:98% !important
}
}

