/*
@font-face {
    font-family: 'Segoe UI';
    src: url('../SegoeUI-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
*/
@font-face {
    font-family: 'Maiandra GD';
    src: url('../Maiandra GD V2.woff') format('woff'), url('../Maiandra GD V2.woff2') format('woff2'), url(../RimouskiSb-Regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
	font-family: 'Rimouski Sb';
	src: url(../RimouskiSb-Regular.woff2) format('woff2'), url(../RimouskiSb-Regular.woff) format('woff');
	font-weight: normal;
	font-style: normal;
} */
* {
	padding: 0;
	margin: 0;
	transition: 0.3s;
}
body {
	background: #ffffff;
	font-family: 'Maiandra GD', 'Rimouski Sb';
	font-size: medium;
	margin: 0;
	font-weight:normal;
	padding: 0;
	line-height: 22px;
}
h2 {
	  font-family: 'Maiandra GD', 'Rimouski Sb';
}
h1, h3, h4, h5 {
	font-family: 'Maiandra GD', 'Rimouski Sb';
	margin: 0;
}
.wrapper {
	width: 90%;
	margin: auto;
	padding: 0;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	/*color: rgb(37, 72, 123);  dark blue as in logo font */
}

ul li {
	list-style: none;
} 

/************menu**********/

.banner-section {
    /*background-image: url('../images/banner-bg1.jpg');  
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 545px; */
    background-position: right top;
    top: 0;
    width: 100%;
    position: fixed;
	display:block;
	margin-bottom: 0px;
	background-color: #ffffff;
	z-index: 9000;
	border-bottom: 0 solid grey;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.13);
    padding-top: 5px;
}
.dummyDivClass {
    top: 0; 
}
.dummyTableColClass {
    
}
#logo-img {
    width: 335px; 
    height: auto;
    vertical-align: middle;
}
@media (min-width: 200px) and (max-width: 699px) {
    .banner-section {
        min-height: 55px;
    }
    .dummyDivClass {
        min-height: 55px;
    }
    .dummyTableColClass {
        width: 0%;
    }
}
@media (min-width: 700px){
    .banner-section {
        min-height: 80px;
    }
    .dummyDivClass {
        min-height: 80px;
    }
    .dummyTableColClass {
        width: 3%;
    }
 }
@media (min-width: 200px) and (max-width: 799px) {
        #logo-img {
            width: 220px; 
            height: auto;
        }
 }
@media (min-width: 800px){
        #logo-img {
            width: 335px; 
            height: auto;
        }

 }

.topnavvv {

}

.topnavvv a {
  color: rgb(37, 72, 123); /* dark blue as in logo font */
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: medium;
  border-radius: 30px; 
  display: inline-block;
  font-weight: bold;
  
}
.topnavvv a:hover {
  background-color: rgb(236, 241, 249); /* light blue */
  font-weight: bold;
  color: #2F5597; /* blue as in logo font */
}

.topnavvv .active {
  background-color: rgb(236, 241, 249); /* light blue */
  font-weight: bold;
  color: #2F5597; /* blue as in logo font */
}

.topnavvv .icon {
  display: block;
}
.div-image-cell {
    width: 20%;
}
.div-menu-cell {
    width: 77%;
}
.bread-crumb {
    display: none;
}
@media screen and (max-width: 700px) {
  .topnavvv a:not(:first-child) {display: none;}
  .topnavvv .bread-crumb {
      float: right;
    display: block;
  }
  .div-image-cell {
        width: 69%;
    }
    .div-menu-cell {
        width: 28%;
        text-align: left;
    }
}

@media screen and (max-width: 700px) {
  .topnavvv.responsive {position: relative;}
  .topnavvv.responsive .bread-crumb {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnavvv.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .div-image-cell {
        width: 20%;
    }
    .div-menu-cell {
        width: 77%;
    }
}



/*
#nav ul li ul li a {
	background: none;
} 
#nav ul li ul {
	display: none;
}
#nav ul li ul {
	position: absolute;
	background: #ffffff;
	border-radius: 3px;
	padding: 0;
	box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.39);
	margin: 0;
	z-index: 111;
	top: 40px;
	left: 0;
	min-width: 200px;
} 
#nav ul li:hover ul.submenu1 {
	display: block;
}
#nav ul.submenu1 li:hover ul.submenu2 {
	display: block;
	left: 180px;
	top: -13px;
	background: #484848;
}
#nav ul li:hover ul.submenu1::after {
	content: "";
	position: absolute;
	top: -15px;
	left: 18%;
	margin-left: 0;
	border-width: 8px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0) #00000000 rgb(255, 255, 255) rgba(51, 51, 51, 0);
}
#nav ul li:hover ul.submenu2::after {
	content: "";
	position: absolute;
	top: 15px;
	left: -15px;
	margin-left: 0;
	border-width: 8px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0) #484848 rgba(50, 50, 50, 0) rgba(51, 51, 51, 0);
}
#nav ul li ul li {
	display: block;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
#nav ul li ul li:last-child {
	border-bottom: none;
}
#nav ul li ul li a::after {
	display: none;
}
#nav ul li ul li {
	background: none;
}
#nav ul li ul ul li a {
	color: #fff;
}
#nav ul li ul li a {
	display: block;
	margin: 3px 5px;
	font-weight: normal;
	color: #000000;
	padding: 7px 18px 5px;
	text-align: left;
} */
/************menu**********/

.banner {
	position: relative;
}
/************container1bg **********/

.container1bg{
	/* background: url(../images/container1bg.jpg) repeat-x bottom; */
	overflow: hidden;
	padding: 4% 0 3%;
    padding-top: 4em;
}
.con-profile h2 {
    /* font-size: 250%; */
    margin: 0px 0 40px;
    color: #2F5597; /* blue */
    
    font-size: xx-large;
    font-weight: bold;
    line-height: 120%;
}
.con-profile, .container2bg {
	text-align: center;
	margin: 0 auto 0;
}
.con-profile {
    padding-right: 20px;
}
.con-profile ul li p {
    font-size: 12px;
    text-align: center;
}
/*.con-profile ul li h3 {
   color: #80277b;
/* width: 76px; 
font-size: 24px;
font-weight: 600;
line-height: 30px;
text-align:left;
vertical-align:top;
height:80px;

}*/



.con-profile h3 {
	color:#ff6b00; /* orange */
    font-size: large;
    text-align: left;
    padding-bottom: 10px;
}
.con-profile ul li h3 {
    color: #000000;
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    /* text-align: left; */
    margin: 0px 0 5px;
}

.our-company {
    overflow: hidden;
    line-height: 28px;
	width:100%;
	text-align:left;
	margin:auto;
}

.our-company p {
    line-height: 28px;
}

.articles {
    font-size: medium;
}

.articles a {
    font-size: medium;
}

.arrow img {
	width: 40%;
}
.con-abg a {
    color: #7bbb36;
}
.con-abg {
    margin: 5px 00 0;
}
.delay-1-2 {
	animation-delay: .0625s;
}

@media (min-width: 200px) and (max-width: 699px) {
    .our-company p {
        font-size: 14px;
    }
}
@media (min-width: 700px){
    .our-company p {
        font-size: large;
    }
 }
/************container1bg end**********/


/**** aboutus-container1bg start *****/

.aboutus-container1bg{
	background-image: linear-gradient(to left, rgba(45, 86, 150, 0.85), rgba(40, 75, 135, 0.95), rgba(35, 70, 120, 1));
	overflow: hidden;
	padding: 2% 0 3%;

}
.aboutus-con-profile h2 {
    font-size: xx-large;
    font-weight: bold;
    line-height: 120%;
    /*font-size: 250%;*/
    margin: 0px 0 40px;
    color: #ffffff; /* white */
}
.aboutus-con-profile {
	text-align: center;
	margin: 0 auto 0;
	color: #ffffff;
	padding-right: 20px;
}
.our-mission {
    margin: 2% 0 0;
} 
.our-mission ul li {
    max-width: 200px;
    display: inline-block;
    margin: 10px;
    text-align: center;
    vertical-align: top;
    overflow: auto;
    font-size: large;
}
.our-mission ul li a {
    padding: 15px 10px;
    display: block;
    font-size: large;
	color:#ff6b00;
}
.our-mission ul li a:hover{
	background: #2F5597; /* blue */
	color:#ffffff;
}

.aboutus-con-profile ul li p {
    font-size: 12px;
    text-align: center;
}
.aboutus-con-profile h3 {
	color:#ff6b00; /* orange */
    font-size: x-large;
    text-align: left;
    padding-bottom: 10px;
}
.aboutus-con-profile ul li h3 {
    color: #000000;
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    /* text-align: left; */
    margin: 0px 0 5px;
}

.careersbg {
    background: #ffffff; 
	overflow: hidden;
	padding: 4% 0 3%;
	width:100%;
}
.careersbg h2 {
    font-size: xx-large;
    font-weight: bold;
    line-height: 120%;
    /*font-size: 250%;*/
    margin: 0px 0 40px;
    color: #2F5597; /* blue */
    text-align: center;
}
.careersbg h3 {
	color:#ff6b00; /* orange */
    font-size: x-large;
    text-align: left;
    padding-bottom: 10px;
}

/**** aboutus-container1bg end *****/

.container2bg { /* used in index page services section and solutions page solutions section */
	/* background-image: url(../images/services.png); */
	background-image: linear-gradient(to left, rgba(45, 86, 150, 0.85), rgba(40, 75, 135, 0.95), rgba(35, 70, 120, 1));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 2%;
	padding-bottom: 4%;
	width: 100%;
}
.container2 {
    width: 100%;
    
}
.container2 h2 {
	margin: 0px 0 40px;
	color: #ffffff; /* white */
	/*font-size: 250%;*/
	font-size: xx-large;
    font-weight: bold;
    line-height: 120%;
    padding-right: 20px;
}

.container2 ul li {
    display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: center;
	padding: 20px 10px 10px;
	color: #fff;
	vertical-align: top;
	min-height: 220px;
	max-width: 210px;
	overflow: auto;
}
/*
.container2 ul li a {
	font-size: 14px;
	line-height: 20px;
}*/
.container2 ul li img {
	width: 190px;
	height: 190px;
}

/*.container2 ul li h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}*/	

.serviers-click a {
    padding: 6px 10px;
    background: #000;
    color: #ffffff;
    /* font-weight: bold; */
    border-radius: 5px;
}

.container2 ul li h3 {
    color: #ff6b00; /* orange */
    font-size: large;
    font-weight: bold;
    line-height: 26px;
	margin:8px 0 8px; 
	min-height: 52px;
}
.container2 p{
	color:#ffffff;
	padding-right: 20px;
    
}
@media (min-width: 200px) and (max-width: 699px) {
    .container2 p {
        font-size: 14px;
    }
}
@media (min-width: 700px){
    .container2 p {
        font-size: large;
    }
 }
.mobile-img {
	display: none;
}

.services_image {
    width: 190px;
    height: 190px;
}

@media (min-width: 200px) and (max-width: 699px) {
    .services_image {
        width: 150px;
        height: 150px;
    }
}
@media (min-width: 700px){
    .services_image {
        width: 190px;
        height: 190px;
    }
 }

.container2 .da-link {
    position: relative;
	/* top: 430px; */
	border-radius: 30px;
	color: #ffffff;
	font-size: large;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	box-shadow: inset 0px 0px 0px 2px #ffffff;
	padding: 5px 20px;
	font-family: 'Maiandra GD';
}

.container2 .da-link:hover {
	box-shadow: inset 0px 0px 0px 30px #fff;
	color: #2F5597; /* blue */
}

.image-div-for-mobile {
    width: 100%;
    text-align: center; 
    display: none;
}
.image-col-for-pc {
    width: 15%;
    text-align: right; 
    display: none;
}

@media (min-width: 200px) and (max-width: 599px) {
        .image-div-for-mobile {
            width: 100%;
            text-align: center; 
            display: block;
        }
        .image-col-for-pc {
            width: 0;
            text-align: right; 
            display: none;
        }
 }

@media (min-width: 600px){
        .image-div-for-mobile {
            width: 0;
            text-align: right; 
            display: none;
        }
        .image-col-for-pc {
            width: 15%;
            text-align: center; 
            vertical-align: middle;
            display: table-cell;
        }
 }
/************container2bg end**********/


/************ industries start **********/
.industriesbg {
	background: #ffffff;
	/* background-image: linear-gradient(to right, rgba(45, 86, 150, 0.85), rgba(40, 75, 135, 0.95), rgba(35, 70, 120, 1)); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 4% 0 3%;
	text-align: center;
}
.industries h2 {
	margin: 0px 0 40px;
	color: #2F5597; /* blue */
	/*font-size: 250%;*/
	text-align: center;
	font-size: xx-large;
    font-weight: bold;
    line-height: 120%;
}
.industries ul li {
    font-size: medium;
    display: inline-block;
    margin: 10px 10px 10px;
    text-align: center;
    padding: 20px 10px 10px;
    max-width: 210px;
    color: #000000; /* black */
    vertical-align: top;
    min-height: 110px;
    line-height: 20px;
}

.industries ul li img {
	width: 200px;
	height: 200px;
}

.industries ul li h3 {
    color: #ff6b00; /* orange */
    font-size: large;
    font-weight: bold;
    line-height: 26px;
	margin:8px 0 8px; 
	min-height: 52px;
	padding-right: 20px;
}
.industries p{
	color: #000000; /* black */
    padding-right: 20px;
}
@media (min-width: 200px) and (max-width: 699px) {
    .industries p {
        font-size: 14px;
    }
}
@media (min-width: 700px){
    .industries p {
        font-size: large;
    }
 }

/************ industries end**********/


/************ technologies start **********/

.technologiesbg {
	background-image: linear-gradient(to right, rgba(45, 86, 150, 0.85), rgba(40, 75, 135, 0.95), rgba(35, 70, 120, 1)); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 4% 0 3%;
	text-align: center;
}
.technologies h2 {
	margin: 0px 0 40px;
	color: #ffffff; /* white */
	/*font-size: 250%;*/
	font-size: xx-large;
    font-weight: bold;
    line-height: 120%;
	text-align: center;
	padding-right: 20px;
}
.technologies ul li {
    font-size: medium;
    display: inline-block;
    margin: 10px 10px 10px;
    text-align: center;
    padding: 20px 10px 10px;
    max-width: 230px;
    color: #ffffff;
    vertical-align: top;
    min-height: 110px;
    line-height: 20px;

    /* border-radius: 8px;
    box-shadow:inset 0px 0px 0px 0px rgba(255, 255, 255, 0.11); 
	transition:0.5s; */
}

.technologies ul li h3 {
    color: #ff6b00; /* orange */
    font-size: large;
    font-weight: bold;
    line-height: 26px;
	margin:8px 0 8px; 
	min-height: 52px;
}
.technologies p{
	color: #ffffff; /* white */
	padding-right: 20px;

}
.technologies ul li img {
	width: 190px;
	height: 190px;
}

@media (min-width: 200px) and (max-width: 699px) {
    .technologies p {
        font-size: 14px;
    }
}
@media (min-width: 700px){
    .technologies p {
        font-size: large;
    }
 }
 
/************ technologies end**********/

/************ contactus start **********/
.contactusbg {
	background: #ffffff;
	/* background-image: linear-gradient(to right, rgba(45, 86, 150, 0.85), rgba(40, 75, 135, 0.95), rgba(35, 70, 120, 1)); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 4% 0 3%;
	text-align: center;
}
.imgas-left {
	float: left;
	max-width: 40%;
	vertical-align: middle;
}
.imgas-left img {
	width: 80%;
}
@media (min-width: 200px) and (max-width: 699px) {
        .imgas-left {
          display: none;
        }
        .form-right {
	        float: left;
	        min-width: 90%;
	        
        }
 }

@media (min-width: 700px){
        .imgas-left {
          max-width: 40%;
          display: block;
        }
        .form-right {
	        float: right;
	        max-width: 58%;
	        
        }
 }
.imgas-left-cv img {
	width: 40%;
	text-align: left;
}
.form-bg {
    vertical-align: middle;
}
.form-right {
	float: right;
	width: 58%;
	text-align: left;
}
.form-bg ul li input[type="text"] {
	width: 80%;
	margin: 2px 0px 12px;
	font-size: 14px;
	padding: 8px 8px;
	background: #ffffff;
	outline: none;
	transition: 0.3s;
	font-family: 'Lato', sans-serif;
	border: 2px solid #dcdcdc;
	border-radius: 8px;
}
.form-bg ul li input[type="text"]:focus {
    border: 2px solid #2F5597; /* blue */
    background: #F2F7FC; /* sky blue */
}

.form-bg ul li textarea:focus {
    border: 2px solid #2F5597; /* blue */
    background: #F2F7FC; /* sky blue */
}

.form-right ul li {
    width: 46%;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}
/*.lets-talksing {
    margin: 2px 00 0;
}*/

.form-right h3 {
    color: #00ff00; /* green */
    font-size: large;
}
.form-right h4 {
    color: #ff0000; /* red */
    font-size: large;
}
.form-right p {
    color: #000000; /* black */
    font-size: large;
}

.lets-talksing ul {
	margin: 3px 0 0;
}
.lets-talksing ul li {
	display: inline-block;
	margin: 5px 25px 5px 0px;
	position: relative;
	text-align: left;
	width: auto;
	line-height: 16px;
	vertical-align: top;
}
.form-bg ul li label, .lets-talksing label {
	display: block;
	color: #000000;
	margin: 0 0 5px;
}
.form-bg ul li input[type="checkbox"] {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.form-bg ul li textarea {
    height: 80px;
    width: 92%;
    margin: 2px 0px 12px;
    font-size: 14px;
    padding: 8px 8px;
    background: #ffffff;
    outline: none;
    transition: 0.3s;
    font-family: 'Lato', sans-serif;
    border: 2px solid #dcdcdc;
    border-radius: 8px;
}
.form-bg input[type="button"] {
	width: 110px;
	margin: 10px 0;
	padding: 8px 0;
	border-radius: 3px;
	background: #2F5597; /* blue */
	border: none;
	outline: none;
	transition: 0.5s;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	text-transform: uppercase;
}
.form-bg input[type="button"]:hover {
	background-color: rgb(236, 241, 249); /* light blue */
    color: #2F5597; /* blue as in logo font */
}
.form-bg h2 {
	margin: 0px 0 40px;
	color: #2F5597; /* blue */
	/*font-size: 250%;*/
	font-size: xx-large;
    font-weight: bold;
    line-height: 120%;
}
@media (min-width: 200px) and (max-width: 699px) {
    .form-bg ul li label {
        font-size: 14px;
    }
    .form-bg p {
        font-size: 14px;
    }
}
@media (min-width: 700px){
    .form-bg ul li label {
        font-size: large;
    }
    .form-bg p {
        font-size: large;
    }
 }


/************ contactus end **********/

/************ associations start **********/
.associations {
	/* background: #F3F4F4; */
	/* background-image: linear-gradient(to right, rgba(45, 86, 150, 0.85), rgba(40, 75, 135, 0.95), rgba(35, 70, 120, 1)); */
	background-image: linear-gradient(to left, rgba(45, 86, 150, 0.85), rgba(40, 75, 135, 0.95), rgba(35, 70, 120, 1)); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 4% 0 3%;
	text-align: center;
}
.imgas-left {
	float: left;
	max-width: 40%;
	vertical-align: middle;
}
.imgas-left img {
	width: 80%;
}
@media (min-width: 200px) and (max-width: 699px) {
        .imgas-left {
          display: none;
        }
        .form-right {
	        float: left;
	        min-width: 90%;
	        
        }
 }

@media (min-width: 700px){
        .imgas-left {
          max-width: 40%;
          display: block;
        }
        .form-right {
	        float: right;
	        max-width: 58%;
	        
        }
 }
.associations2 img {
	width: 50%;
	text-align: left;
}
.associations2 ul li {
    /* width: 46%;
    display: inline-block;
    overflow: hidden;
    vertical-align: top; */
    
    display: inline-block;
	margin: 10px;
	text-align: center;
	padding: 10px;
	font-size: smaller;
	/*
	max-width: 382px;
	max-height: 168px;
	*/
	max-width: 300px;
	max-height: 130px;
	/*
	max-width: 428px;
	max-height: 354px;
	*/
	background: #ffffff;
	border-radius: 3px;
	box-shadow: 0 0 9px 6px #eceff5, inset 0 0 0px 0px #ffffff;
	vertical-align: middle;
	position: relative;
	line-height: 110%;
}
.associations h2 {
	margin: 0px 0 40px;
	color: #ffffff; /* blue */
	/*font-size: 250%;*/
	font-size: xx-large;
    font-weight: bold;
    line-height: 120%;
}

.associations h4 {
    color: #ffffff; 
}
@media (min-width: 200px) and (max-width: 699px) {
    .form-bg ul li label {
        font-size: 14px;
    }
    .form-bg p {
        font-size: 14px;
    }
}
@media (min-width: 700px){
    .form-bg ul li label {
        font-size: large;
    }
    .form-bg p {
        font-size: large;
    }
 }


/************ associations end **********/

/************ footer start **********/
.footer-bg {
    background: #FFFFFF;
    /* background-image: url("../images/footerbg.png"); */
    margin-top: 10px;
	overflow: hidden;
	min-width: 100%;
	min-height: 70px;
	text-align: left;

}
.footer-right-dummy {
    padding-right: 60px;
    padding-left: 19px;
}
.copyright {
    color: #2F5597; /* #ff6b00; /* orange */
    font-size: smaller;
}
.designby{
    color: #2F5597; /* white */
    font-size: 10px;
}

.footer-right-ul-li-img {
	max-width: 100px;
	border-radius: 10px;
	
}

@media (min-width: 200px) and (max-width: 799px) {
        .footer-right-ul-li-img {
          max-width: 90px;
        }
 }

@media (min-width: 800px){
        .footer-right-ul-li-img {
          max-width: 100px;
        }

 }
 

/************ footer end **********/

.company_name {
    font-weight: bold;
}

/********** profile start ***********/
.profilecard {
  box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.5);
  border: 2px solid #fff;
  margin: auto;
  text-align: center;
  font-family: 'Maiandra GD', 'Rimouski Sb';
}

.profilecardStorytitle {
    font-size: x-large;
    font-family: 'Maiandra GD', 'Rimouski Sb';
    
}
.profilecard h1 {
    font-size: x-large;
}
.profileexpertize {
    font-size: medium;
    font-family: 'Maiandra GD', 'Rimouski Sb';
}
.profiletitle {
  color: #ff6b00; /* orange */
  font-size: medium;
  font-family: 'Maiandra GD', 'Rimouski Sb';
}

button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.profilecard a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

@media (min-width: 200px) and (max-width: 699px) {
    .profilecard, .mediaCard {
        max-width: 280px;
    }
}
@media (min-width: 700px){
    .profilecard, .mediaCard {
        max-width: 400px;
    }
 }
 
.mediaCard {
  /*box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.5);
  border: 2px solid #fff;*/
  margin: auto;
  text-align: center;
  font-family: 'Maiandra GD', 'Rimouski Sb';
} 

.mediaCard1 {
    padding: 5px 20px 20px 20px;
    text-align: center;
}
 
.mediaCard1 ul li {
    
	display: inline-block;
	margin: 10px;
	text-align: center;
	max-width: 380px;
	border-radius: 3px;
	box-shadow: 8px 8px 8px 8px rgba(255, 255, 255, 0.5);
	border: 2px solid #fff;
	vertical-align: middle;
	position: relative;
	margin: auto;
    text-align: center;
    font-family: 'Maiandra GD', 'Rimouski Sb';
}

.mediaCard ul li img {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: center
}

.mediaCard1 a {
  text-decoration: none;
  font-size: 18;
  color: white;
}

/*
button:hover, a:hover {
  opacity: 0.5;
} */
/************* profile end ************/

/***************** containercomingsoon start ************/
.containercomingsoonbg {
	/* text-align: center;
	margin: 5% auto 0; */
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 4% 0 8%;
	min-height: 400px;
	max-height: 400px;
}

.containercomingsoon h2 {
	font-size: 38px;
	font-weight: 400;
	margin: 0px 0 40px;
	color: #2F5597; /* blue */
	text-align: left;
	line-height: 110%;
}
.containercomingsoon h3 {
	color: rgb(239, 115, 22); /* bit dark orange */
	font-size: 23px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
	margin: 0px 0 15px;
}

.containercomingsoon2 {
	/* color: #632D5A; */
	color: #502066; /* purple */
	font-size: 14px;
	text-align: left;
}
/* containercomingsoon end*/

.containerSERVERERRORbg {
	/* text-align: center;
	margin: 5% auto 0; */
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 4% 0 8%;
	min-height: 350px;
}