
body { font-family: 'Open Sans', sans-serif; font-size: 15px; font-weight: 400; color: #4f7383; line-height: 30px; text-align: center; }

strong { font-weight: 600; }

a { color: #fff; border-bottom: 1px  text-decoration: none; transition: all .3s; }
a:hover, a:focus { color: #fff; border: 0; text-decoration: none; }

h1, h2 { margin-top: 10px; font-size: 38px; font-weight: 600; color: #4f7383; line-height: 50px; font-style: bold; }
h3 { font-size: 22px; font-weight: 600; color: #555; line-height: 30px; font-style: bold; }

img { max-width: 100%; }

.medium-paragraph { font-size: 17px; line-height: 32px; }

::-moz-selection { background: #4f7383; color: #fff; text-shadow: none; }
::selection { background: #4f7383; color: #fff; text-shadow: none; }


/***** General style, all sections *****/

.section-container { margin: 0 auto; padding-bottom: 100px; }

.section-container-gray-bg { background: #f8f8f8; }

.section-container-image-bg, 
.section-container-image-bg h2, 
.section-container-image-bg h3 { color: #fff; }

.section-container-image-bg .divider-1 span { border-color: #fff; }

.section-description { margin-top: 60px; padding-bottom: 10px; }

.section-description p { margin-top: 20px; padding: 0 120px; }
.section-container-image-bg .section-description p { opacity: 0.8; }

.section-bottom-button { padding-top: 60px; }

.section-5-container { padding-bottom: 1px; padding-top: 1px; }

.section-6-container { padding-bottom: 100px; padding-top: 100px; }

/***** Divider *****/

.divider-1 span { display: inline-block; width: 200px; border-bottom: 1px dotted #aaa; }


/***** Top menu *****/

#navbar {
  overflow: hidden;
  background-color: white;
  padding: 20px 20px;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  background: url(../img/backgrounds/1.jpg);
}

#navbar #logo {
  transition: 0.4s;
  width: 100%;
}

#img1 {
  transition: 0.4s;
  padding-top: 115px;
}
 
.navbar.navbar-no-bg { background: #000000; background: rgba(0, 0, 0, 0.2); }

.navbar-dark .navbar-nav { font-size: 16px; color: red; text-transform: uppercase; font-weight: bold;}
.navbar-dark .navbar-nav .nav-link { color: #000000; color: rgba(255, 255, 255, 0.8); border: 0; }
.navbar-dark .navbar-nav .nav-link:hover { color: #000000; }
.navbar-dark .navbar-nav .nav-link:focus { color: #000000; outline: 0; }

.navbar-expand-md .navbar-nav .nav-link { padding-right: 1rem; padding-left: 1rem; }

.navbar-brand {
	width: 314px;
	background: url(../img/logo.png) left center no-repeat;
	border: 0;
	text-indent: -99999px;
}



/***** Top content *****/

.top-content { width: 100%;   background-color: transparent; }

.top-content h1 { margin-top: 150px; margin-bottom: 130px; color: #fff; }
.top-content .description { margin: 30px 0 10px 0; }
.top-content .description p { color: #fff; color: rgba(255, 255, 255, 0.8); }
.top-content .description a { color: #fff; color: rgba(255, 255, 255, 0.8); border-color: #fff; border-color: rgba(255, 255, 255, 0.8); }
.top-content .description a:hover,
.top-content .description a:focus { color: #fff; color: rgba(255, 255, 255, 0.8); }

.top-content .carousel-caption { bottom: 80px; }

.top-content .carousel-indicators li { width: 16px; height: 16px; margin-left: 5px; margin-right: 5px; border-radius: 50%; }

  .carousel-control-next { padding-left: 110px; }
/***** Section 1 *****/

.section-1-box { padding-top: 30px; text-align: left; }

.section-1-box .section-1-box-icon {
	width: 80px; height: 80px; margin: 0 auto;
	
	background: #4f7383; /* Old browsers */
	background: -moz-linear-gradient(top,  #4f7383 0%, #4f7383 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f7383), color-stop(100%,#4f7383)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4f7383 0%,#4f7383 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4f7383 0%,#4f7383 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4f7383 0%,#4f7383 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4f7383 0%,#4f7383 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f7383', endColorstr='#4f7383',GradientType=0 ); /* IE6-9 */

    font-size: 40px; color: #fff; line-height: 80px; text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
    -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s; -ms-transition: all .6s; transition: all .6s;
}

.section-1-box h3 { margin-top: 0; padding: 0 0 10px 0; }


/***** Section 2 *****/

.section-2-box { margin-top: 30px; text-align: left; }
.section-2-box h3 { margin-top: 0; }
.section-2-box-text .medium-paragraph { margin-top: 20px; margin-bottom: 20px; }


/***** Section 3 *****/

.section-3-box { margin-top: 30px; text-align: left; }

.section-3-box .section-3-box-icon {
	width: 60px; height: 60px; margin: 0 auto;
	
	background: #4f7383; /* Old browsers */
	background: -moz-linear-gradient(top,  #4f7383 0%, #4f7383 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f7383), color-stop(100%,#4f7383)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4f7383 0%,#4f7383 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4f7383 0%,#4f7383 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4f7383 0%,#4f7383 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4f7383 0%,#4f7383 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f7383', endColorstr='#4f7383',GradientType=0 ); /* IE6-9 */
	
    font-size: 28px; color: #fff; line-height: 60px; text-align: center;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
}

.section-3-box h3 { margin-top: 0; padding: 0 0 10px 0; }


/***** Footer *****/
footer { padding: 40px 0; color: #ffffff;}
/***** /Footer *****/





/***** icon_wrapper *****/

				#icon_wrapper
				{
				position: fixed;
				top: 25%;
				right: 0px;
				z-index: 99999;
				}

			.awesome-social
			{
                margin-top:2px;
			color: white !important;
			text-align: center !important;
			line-height: 51px !important;
			width: 48px !important;
			height: 48px !important;
			font-size: 2em !important;
			}
			.fuse_social_icons_links
			{
			outline:0 !important;
			}
			.fuse_social_icons_links:hover{
			text-decoration:none !important;
			}
			.fb-awesome-social
			{
			background: #3b5998;
			}


			.instagram-awesome-social
			{
			background:#517fa4 ;
			}
			
			
                .envelope-awesome-social{
                  background: #ccc ;
                }

/*  Mobile */

/* Custom Background */
                .awesome-social {
            background:#000000 !important;
                }









   


.description {
  margin-top: 50px;
}

span.left-arrow, span.right-arrow {
  color: #495057;
  background-color: #e9ecef;
  cursor: pointer;
  display: block;
  font-size: 1em;
  height: auto;
  padding: 1em;
  position: absolute;
  top: 80%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: auto;
  z-index: 1;
}
span.left-arrow:hover, span.right-arrow:hover {
  background-color: #ced4da;
}

.left-arrow {
  right: 60px;
}

.right-arrow {
  right: 0;
}

.slider {
  color: #343A3F;
  overflow: hidden;
  position: relative;
}
.slider .carousell {
  height: 300px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.slider .carousell .carousell-footer {
  color: #343A3F;
  bottom: -80px;
  position: relative;
}
.slider .carousell li {
  display: block;
  float: left;
  height: 500px;
  margin: 0;
  padding: 70px 0;
  position: relative;
  text-align: center;
}
.slider .carousell li h3, .slider .carousell li a, .slider .carousell li p {
  color: #343A3F;
}
@media only screen and (min-width: 780px) {
  .slider .carousell li {
    width: 700px;
  }
}
@media only screen and (min-width: 680px) and (max-width: 779px) {
  .slider .carousell li {
    width: 600px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 679px) {
  .slider .carousell li {
    width: 400px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .slider .carousell li {
    width: 300px;
  }
}
@media only screen and (max-width: 319px) {
  .slider .carousell li {
    width: 200px;
  }
}

.feed {
  background-color: #fbfbfb;
  margin: auto;
}
.feed ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.feed h3 {
  color: #424242;
  padding: 0 0.8em;
}
.feed li {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  list-style: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 100%;
}
.feed li a {
  color: #4f7383;
  margin: 0;
  padding: 1em;
}
.feed li:hover {
  background-color: rgba(128, 128, 128, 0.31);
}
@media only screen and (min-width: 780px) {
  .feed {
    width: 700px;
  }
}
@media only screen and (min-width: 680px) and (max-width: 779px) {
  .feed {
    width: 600px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 679px) {
  .feed {
    width: 400px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .feed {
    width: 300px;
  }
}
@media only screen and (max-width: 319px) {
  .feed {
    width: 200px;
  }
}

.wrapper {
	  font-family: Roboto;

  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin: auto;
}