@charset "utf-8";
/* CSS Document */
#logomain{ display: block; margin: auto;}
#topheader{
	background: #bb6134;
	height: auto;
	color:#fff;
	padding: 1px;
}
#topheader a{
	color:#fff;
}

#header{
	text-align: center;
	background: url(../images/pattern.png);
}
#socials{
	padding: 10px;
}

#logo{ text-align: center;}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 1px;
  font-size: 18px;
  line-height: 20px;
}
.title{
  text-align: center;
  color: #C66606;
  font-size: 30px;
  font-weight: lighter;
}

.nav > li > a {
  font-size:20px;
 color:#181648;
  position: relative;
  display: block;
  padding:15px 22px;
}

div.dropdown-multicol{
  width: 50em;


}
div.dropdown-row>a.dropdown-item{
  display:inline-block;
  width: 32%;
	color: black;
  padding: 10px;
  background-color: white;
  height: 50px;
}
div.dropdown-row>a.dropdown-item:hover{
	color: #C66606;
	text-decoration: none;
}

.navbar-default {
  background-color:#0c0c4d;
  /**border-color: #181648;*/
}
.navbar-default .navbar-nav > li > a{color:#ffff;}

.navbar-default .navbar-nav > li > a:hover{
  color: #C66606;
  background-color: transparent;
}
/**.navbar-default .navbar-nav > li > a:focus{color:#181648;}
.navbar-default .navbar-nav > li:hover,
/**.navbar-default .navbar-nav > li:focus */{

  background-color: #C66606;
}



#footer{
	height: auto;
	background: #181648;
	color:#ffff;
	text-align: center;
	padding: 5px;
	display:relative;
	bottom:0px;
}

.text-size1{
	font-size: 30px;
}

.psize{font-size: 22px;
}

.sectionheadings{
	font-size: 25px;
	font-weight:bold;

}

.sec-img{
	filter: grayscale(75%);
	transition: all 1s;
	border-radius: 0px;
}
.sec-img:hover{
	filter: grayscale(0%)
}


.display-table-cell {
    display: table-cell;
    height: 500px;
    vertical-align: middle;}



.signature{
	text-align: left;
	font-size: 90%;
	font-style: italic;
}

.lidesign{
	list-style-type:square;
	font-size: 20px;
	color: black;
	font-style: normal;

}
.lidesign ul li
{
	display: inline;
}
.headingsbuton{
	font-size: 30px;
	font-weight: bold;
	color: #bb6134;
	text-align: center;
}
.headings{
	text-decoration: underline;
	text-align: right;
	text-decoration-color: #bb6134;
	font-style: italic;
}


.social-menu ul {

    top: 50%;
    left: 50%;

    padding: 0;
    margin: 0;
    display: flex;
}
.social-menu ul li {
    list-style: none;
    margin: 0 10px;
}
.social-menu ul li .fa {
    color: #000000;
    font-size: 25px;
    line-height: 50px;
    transition: .5s;
}
.social-menu ul li .fa:hover {
    color: #ffffff;
}
.social-menu ul li a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    text-align: center;
    transition: 0.5s;
    transform: translate(0,0px);
    box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}
.social-menu ul li a:hover {
    transform: rotate(0deg) skew(0deg) translate(0, -10px);
}
.social-menu ul li:nth-child(3) a:hover {
    background-color: #3b5999;
}

.social-menu ul li:nth-child(2) a:hover {
	background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.social-menu ul li:nth-child(1) a:hover {
    background-color: #cd201f;
}




.dropdown-menu {
  min-width: 200px;
}

.dropdown-menu.columns-2 {
  min-width: 400px;
}

.dropdown-menu.columns-3 {
  min-width: 600px;
}

.dropdown-menu li a {
  padding: 5px 15px;
  font-weight: 300;
}

.multi-column-dropdown {
  list-style: none;
}

.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
}

.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

@media (max-width: 767px) {
  .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
  }
}


.dropdown.has-megamenu{
position:static;
}

.sections_titeles{
	text-align: right;
	color: #337ab7;
}
.home_titeles{
	text-align: center;
	color: #337ab7;
	font-size: 40px;
}


* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

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

/* Position the "next button" to the right */
.next {
  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);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column_images {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.card {
	padding: 5px 3px 65px 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	background-color: #f7f7f7;
  max-width: 600px;
  margin: auto;
  text-align: center;
  font-family: arial;
}
.navbar-header a.active
{
	color: #C66606;
  /*background-color: transparent;*/
}


Video {
width: 100%;
height: auto;
}
