/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700|Open+Sans");
/* ==========================================================================
   2. GENERAL
   ========================================================================== */
body {
  font-family: 'Open Sans', sans-serif;
  color: #546E7A;
  font-size: 14px;
  font-weight: 400;
  /*background:#6587A4;*/
  overflow-x: hidden;
  height: 100%;
  background-attachment: fixed;
}

html {
  overflow-x: hidden;
  height: 100%;
}

.contactus{
	font-weight:bold;
	font-size:12px;
	padding-top:5%;
}
text-shadow: -1px -1px 1px #aaa,
             0px 4px 1px rgba(0,0,0,0.5),
             4px 4px 5px rgba(0,0,0,0.7),
             0px 0px 7px rgba(0,0,0,0.4);html {
  font-size: 10px;
}
li{
	font-size:12px;
}

ol {
  list-style: decimal;
  padding-left: 40px;
}

h1 {
  font-size: 26px;
  text-transform: capitalize;
  text-shadow: -1px -1px 1px #aaa,
               0px 2px 1px rgba(0,0,0,0.5),
               2px 2px 2px rgba(0,0,0,0.7),
               0px 0px 3px rgba(0,0,0,0.4);
}

h1 + p {
  font-weight: bold;
}

p {
  font-size: 12px;
  color: black;
  font-family: Helvetica, Arial, sans-serif;
}


a {
  color: black;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
}
#des{
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight:100;
  color: black; 
  padding: 86px 2px;
    text-align: center;
}
#des1{
    font-size: 10px;
    color: black;
    font-weight: 600;
    padding: 8px 7px;
}


ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.bg-transparent {
  background: transparent !important;
}

.bg-defult {
/*  background: #F97794 !important;*/
}

/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section {
  padding:60px 0 40px 0;
  background-color:#D8D8D8;
}

.section-header {
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

.section-header .section-title {
  font-size: 36px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
}

.section-header .section-title:before {
  content: '';
  position: absolute;
  bottom: -8px;
  width: 80px;
  height: 2px;
 /* background: #F97794;*/
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.section-header span {
  font-size: 60px;
  color: rgba(0, 0, 0, 0.07);
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
}


/* ==========================================================================
   2.2  Pre Loader
   ========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #263238;
  z-index: 9999999999;
}

.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #F97794;
  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;
}

.double-bounce2 {
  -webkit-animation-delay: 30.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* ========================================================================== 
  -2.3 Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 75px;
  right: 15px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 30px;
 /* background-color: #F97794;*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.overlay-2 {
  background: rgba(0, 0, 0, 0.9) !important;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
 /* background: #F97794;*/
  opacity: 0.5;
  filter: alpha(opacity=80);
}

/* ==========================================================================
  2.4 Navbar Style
   ========================================================================== */
.bg-faded {
  background-color: #fff;
}

.mainmenu-area {
  padding: 10px 0;
  border: none;
  margin: 0;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
/*  background-color: #ffffff; */
}

.mainmenu-area .menu-button {
  position: relative;
  color: #263238;
  line-height: 58px;
  top: 0;
  outline: none;
}

.logo-menu a {
  font-size: 20px;
  color: #fff;
}

.menu-bg {
 /* background-color: #fff !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12); */
  z-index: 999;
  padding: 3px;
}

.menu-bg .menu-button {
  top: 0;
}

.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #F97794;
}

.menu-bg .logo-menu a {
  color: #F97794;
}

.menu-bg .navbar-nav .nav-link {
  color: #263238 !important;
}

.menu-bg .navbar-nav .nav-link:hover {
  color: #F97794 !important;
}

.menu-bg .navbar-nav .active {
  color: #F97794 !important;
}

.menu-button:hover {
  cursor: pointer;
  opacity: #eee;
}

.bg-white {
 /* background-color: #fff !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12); */
  z-index: 999;
  padding: 5px;
}

.bg-white .menu-button {
  top: 0;
}

.bg-white .menu-button:hover {
  cursor: pointer;
  color: #F97794;
}

.bg-white .logo-menu a {
  color: #F97794;
}

.bg-white .navbar-nav .nav-link {
  color: #263238 !important;
}

.bg-white .navbar-nav .nav-link:hover {
  color: #F97794 !important;
}

.bg-white .navbar-nav .active {
  color: #F97794 !important;
}

.close-button {
  cursor: pointer;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  padding: 5px 0px;
  margin-left: 30px;
  position: relative;
}

.navbar-expand-md .navbar-nav .nav-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
 /* background: #F97794;*/
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
  width: 50%;
}

.navbar-brand img {
  max-width: 115px;
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
  color: #F97794;
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
  color: #F97794;
}

.navbar-expand-md .navbar-toggler {

  border-radius: 0px;
  margin: 5px;
  cursor: pointer;
  float: right;
}

.navbar-expand-md .navbar-toggler i {
  color: #fff !important;
}

.mainmenu-area .navbar-nav .nav-link {
  color: #263238 !important;
}

.collapse.show {
 /* background: #3e3a3a; */
  margin-bottom: 10px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}

.menu-bg .collapse.show {
 /* background: #fff;*/
  margin-bottom: 10px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  transition: 0.6s;
}

.navbar-expand-md .navbar-toggler:active {
  border: 1px solid #F97794;
  color: #F97794;
}

/* ==========================================================================
   2.5 Footer Style
   ========================================================================== */
.block-title {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}

footer .footer-Content {
  background-color:#6587A4;
  padding: 60px 0;
  color: #546E7A;
}

.textwidget {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

.textwidget p {
  color: #FFFFFF;
}

footer .menu {
  padding-left: 0;
}

footer .menu li {
  padding-bottom: 12px;
}

footer .menu li a {
  color: #FFFFFF;
}

footer .menu li a:hover {
  color: #F97794;
}

.contact-footer {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.contact-footer li {
  padding: 3px 0;
  margin-bottom: 15px;
}

.contact-footer li strong {
  float: left;
  color: #FFFFFF;
}

.contact-footer li span {
  margin-left: 73px;
  display: block;
  color: #FFFFFF;
}

.contact-footer li span a {
  color: #FFFFFF;
}

.contact-footer li span a:hover {
  color: #F97794;
}

.instagram-footer {
  padding: 0;
}

.instagram-footer li {
  display: block;
  width: 33%;
  float: left;
  padding: 0 5px 5px 0;
  margin: 0;
}

.instagram-footer li a img {
  width: 100%;
}

.footer-social li {
  display: inline-block;
  margin-right: 12px;
}

.footer-social li a {
 
  border-radius: 50%;
  color: #fff;
  height: 32px;
  line-height: 32px;
  text-align: center;
  width: 32px;
  display: inline-block;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.footer-social li .facebook:hover {
  background-color: #3b5998;
}

.footer-social li .twitter:hover {
  background-color: #55acee;
}

.footer-social li .linkedin:hover {
  background-color: #007bb5;
}

.footer-social li .google-plus:hover {
  background-color: #dd4b39;
}

/* ==========================================================================
   2.6  card layout
   ========================================================================== */

.card_layout {
  box-shadow: 0 4px 8px 0 #FFFFFF;
    transition: 0.3s;
    width: 18%;
    height: 240px;
	margin-left:8%;
    /* padding: 20px; */
    border: 20px solid #fff;
    /* margin-top: 20px; */
    position: relative;
    background-color: #8faadc;
	
}
.card_layout1 {
  box-shadow: 0 4px 8px 0 #FFFFFF;
    transition: 0.3s;
    width: 18%;
    height: 240px;
	margin-left:8%;
    /* padding: 20px; */
    border: 20px solid #fff;
    /* margin-top: 20px; */
    position: relative;
    background-color: #d8d8d8;
	
}

.card_layout:hover .oncard {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  opacity: 0.8;
}
.card_layout1:hover .oncard {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  opacity: 0.8;
}



.card_container {
  padding: 2px 16px;
 
  
}
.oncard {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  opacity: 0;
  transition: .5s ease;
  background-color: black;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/*.upper{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;"
}*/

/* ==========================================================================
   2.7  team card layout
   ========================================================================== */

   .team_card {
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 18%;
	margin-left:8%;
    padding: 0px;
    background: #fff;
    height: 240px;
	border: 20px solid #fff;
  }
  .image{
	  height:80%;
  }
  
  
  .play { 
  background: steelblue;
  border-radius: 50% / 10%;
  color: #FFFFFF;
  font-size: 2em; /* change this to change size */
  height: 3em;
  margin: 20px auto;
  padding: 0;
  position: relative;
  text-align: center;
  text-indent: 0.1em;
  transition: all 150ms ease-out;
  width: 4em;
}

.play:hover {
  background: darkorange;
}

.play::before { 
  background: inherit;
  border-radius: 5% / 50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}

.play::after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: ' ';
  font-size: 0.75em;
  height: 0;
  margin: -1em 0 0 -0.75em;
  top: 50%;
  position: absolute;
  width: 0;
}

/* Other */

body, html {
  font: 100 1em/1.5 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p {
  margin-top: 4em;
  text-align: center;
}
  
  
  .team_card1 {
	position: relative;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
	margin-left:8%;
    width: 44%;
    height: 240px;
    border: 20px solid #fff;
    padding: 20px;
    background: #ADD8E6;
	
  }
  .team_card1:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  .team_card1:hover .overlay {
	  opacity: 1;
	  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	}
  .team_card2 {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 490px;
    height: 240px;
    border: 20px solid #fff;
    padding: 20px;
    background: #ADD8E6;
    margin-top: 50px;
  }
  .team_card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
  .team_container {
    padding: 2px 16px;
  }

  @media screen and (max-width: 600px) {
	  .upper{
		height:500px;
		width:80%;
	}
	  	.contactus{
			font-size:8px;
		}
		text-shadow: -1px -1px 1px #aaa,
					 0px 4px 1px rgba(0,0,0,0.5),
					 4px 4px 5px rgba(0,0,0,0.7),
					 0px 0px 7px rgba(0,0,0,0.4);html {
		  font-size: 12px;
		}

		li {
		 font-size:6px;
		}

		h1 {
		  font-size: 12px;
		  text-shadow: -1px -1px 1px #aaa,
					   0px 2px 1px rgba(0,0,0,0.5),
					   2px 2px 2px rgba(0,0,0,0.7),
					   0px 0px 3px rgba(0,0,0,0.4);
		}

		p {
		  font-size: 6px;
		  color: black;
		  font-family: Helvetica, Arial, sans-serif;
		}
    .team_card{
		width: 90%;
		display: inline-block;
		margin-bottom: 20px;
		margin-left: 5%;
		margin-right: auto;
    }
	.image{
		height:100%;
	}
    .team_card1{
		  width: 90%;
		  display: block;
		  margin-bottom: 20px;
		  margin-left: 5%;
		  margin-right: auto;
    }
    .team_card2{
		width: 90%;
		display: block;
		margin-bottom: 20px;
		margin-left: 5%;
		margin-right: auto;
    }
	
	.card_layout1{
		width: 90%;
		display: inline;
		margin-bottom: 20px;
		margin-left: 5%;
		margin-right: auto;
	}
	.card_layout{
		width: 90%;
		display: inline;
		margin-bottom: 20px;
		margin-left: 5%;
		margin-right: auto;
	}
  }
  
  #mrgingrid{
	  margin-left:0px;
  }

/* ==========================================================================
   2.8  bottom menu
   ========================================================================== */
.contentmanager-contenttype-picto-front-page #ct-menu-main_menu.active {
 background-color: #fff;
}
 #ct-menu-main_menu {
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px;
  background-color: #fff;
  text-align: center;
}
 #ct-menu-main_menu ul {
  padding: 0;
  text-align: center;
  margin: 0;
  display: inline-block;
  list-style: none;
}
 #ct-menu-main_menu .right {
  float: none;
}
 #ct-menu-main_menu ul li {
  cursor: pointer;
  padding: 22px 22px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
}



/* ==========================================================================
   2.9  video tiles
   ========================================================================== */

   
/* Create two equal columns that floats next to each other */
.column {
  float: left;
 
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}
.left {
  width: 60%;
}

.right {
  width: 35%;
}
.video-container{
  background-color: #6587A4;
}
.row{
	margin-bottom:80px;
}
/* Clear floats after the columns */
.row-col:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 1200px){
		#carousel-area{
		  height:650px;
		}
		text-shadow: -1px -1px 1px #aaa,
					 0px 4px 1px rgba(0,0,0,0.5),
					 4px 4px 5px rgba(0,0,0,0.7),
					 0px 0px 7px rgba(0,0,0,0.4);html {
		  font-size: 16px;
		}

		li {
		 font-size:10px;
		}

		h1 {
		  font-size: 16px;
		  text-shadow: -1px -1px 1px #aaa,
					   0px 2px 1px rgba(0,0,0,0.5),
					   2px 2px 2px rgba(0,0,0,0.7),
					   0px 0px 3px rgba(0,0,0,0.4);
		}

		p {
		  font-size: 10px;
		  color: black;
		  font-family: Helvetica, Arial, sans-serif;
		}
  .video-container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
}

@media only screen and (max-width: 1200px) and (min-width: 992px){
		.contactus{
			font-size:8px;
		}
		#carousel-area{
		  height:650px;
		}
		text-shadow: -1px -1px 1px #aaa,
					 0px 4px 1px rgba(0,0,0,0.5),
					 4px 4px 5px rgba(0,0,0,0.7),
					 0px 0px 7px rgba(0,0,0,0.4);html {
		  font-size: 12px;
		}

		li {
		 font-size:6px;
		}

		h1 {
		  font-size: 12px;
		  text-shadow: -1px -1px 1px #aaa,
					   0px 2px 1px rgba(0,0,0,0.5),
					   2px 2px 2px rgba(0,0,0,0.7),
					   0px 0px 3px rgba(0,0,0,0.4);
		}

		p {
		  font-size: 6px;
		  color: black;
		  font-family: Helvetica, Arial, sans-serif;
		}
}
@media only screen and (max-width: 992px) and (min-width: 600px){
	.contactus{
		font-size:8px;
	}
	.upper{
		height:500px;
		width:60%;
	}
	#carousel-area{
	 height:650px;
	}
		text-shadow: -1px -1px 1px #aaa,
					 0px 4px 1px rgba(0,0,0,0.5),
					 4px 4px 5px rgba(0,0,0,0.7),
					 0px 0px 7px rgba(0,0,0,0.4);html {
		  font-size: 12px;
		}

		li {
		 font-size:6px;
		}

		h1 {
		  font-size: 12px;
		  text-shadow: -1px -1px 1px #aaa,
					   0px 2px 1px rgba(0,0,0,0.5),
					   2px 2px 2px rgba(0,0,0,0.7),
					   0px 0px 3px rgba(0,0,0,0.4);
		}

		p {
		  font-size: 6px;
		  color: black;
		  font-family: Helvetica, Arial, sans-serif;
		}
	.modal {
	  height:auto; /* Full height */
	  overflow: auto; /* Enable scroll if needed */
	}
	.row{
		margin-bottom:0;
	}
    .team_card{
     width: 49%;
      display: inline-block;
      margin-bottom: 20px;
      margin-left: 1%;
    margin-right: auto;
    }
    .team_card1{
      width: 100%;
      display: inline-block;
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto;
    }
    .team_card2{
      width: 100%;
      display: block;
      margin-bottom: 20px;
      margin-left: auto;
    margin-right: auto;
    }
	.card_layout1{
		width: 49%;
		display: inline-block;
		margin-bottom: 20px;
		margin-left: 1%;
		margin-right: auto;
	}
	.card_layout{
		width: 49%;
		display: inline-block;
		margin-bottom: 20px;
		margin-left: 1%;
		margin-right: auto;
	}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.upper{
		min-width: 100% !important;
		margin-top:30%;
		height:400px;

	}
  .column {
    width: 100%;
    
  }
  #carousel-area{
	  height:650px;
  }
  .row{
	  margin-bottom:0px;
  }
   #mrgingrid{
	  margin-left:5%;
  }
}
video {
  width: 100%;
  height: 100%;
}
iframe {
  width: 100%;
  border: none;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #fff;
}

/* Slides */
.mySlides {
  display: none;
  padding: 0px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #fff;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active1, .dot:hover {
  background-color: #ADD8E6;
}

/* Add an italic font style to all quotes */
q {
  color: black;
}

/* Add a blue color to the author */
.author {color: cornflowerblue;}
.testi{
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid #ADD8E6;
}

/*image hover*/

.image {
  display: block;
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  
  opacity: 0;
  transition: .5s ease;
  background-color: black;
}

.team_card:hover .overlay {
  opacity: 1;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.text1 {
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.outer{
	background:red;
	margin-left:10px;
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* 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;
}

/*******************13-5-2019**************/
.modal-backdrop{ z-index:-1;}
.modal{ background:rgba(0,0,0,0.6);}
.datamodal{}
.datamodal .modal-dialog{ width:92%; max-width:900px;}
.datamodal .modal-content{ padding:0;}
.datamodal .modal-body{ overflow:hidden;}
/*.datamodal button.close{ width:36px; height:36px; background:#000; text-align:center; line-height:36px; border-radius:50%; color:#fff; position:absolute; right:-10px; top:-10px; opacity:1;}*/
.datamodal button.close{ float:left;}
.datamodal .row{ margin-bottom:20px;}
.mod_detail{ width:100%; float:left; padding:20px 40px 0 25px; margin:0; text-align:left;}
.mod_detail h1{ padding:0; margin:0 0 10px 0; font-size:25px; color:#333; text-shadow:none;}
.mod_detail p{ padding:0; margin:0 0 20px 0; font-size:13px; color:#333; line-height:23px; text-align:justify;}
.mod_detail ol{ padding:0; margin:0 0 0 22px;}
.mod_detail ol li{ padding:0; margin:0 0 5px 0; font-size:14px; color:#333; line-height:23px;}
.mod_detail ul{ padding:0; margin:0 0 0 22px;}
.mod_detail ul li{ padding:0; margin:0 0 5px 0; font-size:13px; color:#333; line-height:23px; list-style:disc;font-family:Helvetica, Arial, sans-serif}

.mod_detail figure{ width:100%; float:left; padding:0; margin:16px 0 20px 0;}
.mod_detail figure img{ width:100%;}

.footer-Content li{ font-size:14px;}
.slideshow-container p{ font-size:14px;}
.contactus a{ color:#000; background:#ADD8E6; padding:7px 12px; display:inline-block; border-radius:3px;}
/*.contactus a{ color:#2d58a4;}*/
.carrercontent .mod_detail{padding:0px 30px 0 25px;}
#carrerModal .mod_detail{padding:0px 30px 0 5px;}
#carousel-area .carousel-inner, #carousel-area .carousel-item { height:100%;}
.upper1{ position:absolute; left:50%; top:50%; width:auto; max-width:100%; max-height:100%; object-fit:cover; transform:translate(-50% ,-50%);}
.mod_detail .fadeInRight{padding-left:15px;}
@media (max-width: 1920px) {
.navbar .container{ width:96%; max-width:1500px;}
}

@media (max-width:991px){
#services .team_card{ height:auto;}
#services .image{ height:auto;}
.team_card1{ height:auto;}
.card_layout1{ height:auto;}
.card_layout{ height:auto;}
}

@media (max-width:767px){
.techinfo{ min-height:270px;}
}