/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.text-yellow
{
	color:#FF9200 !important;
}
.fs-40
{
	font-size:40px;
}
.fs-70
{
	font-size:70px;
}
.fs-60
{
	font-size:60px;
}
.fs-50
{
	font-size:50px;
}
.fs-30
{
	font-size:30px;
}
.fs-25
{
	font-size:25px;
}
.fs-20
{
	font-size:20px;
}
.ls-1
{
	letter-spacing:.5px;
}
.ls-2
{
	letter-spacing:1px;
}
.mr-2{
	margin-right:2px;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.nav-bg
{
	/*background:#2C3E50 !important;*/
}

.bg-f{
	background-color:#1A252F;
}
.add-bg{
	background-color:#425262 !important;
}
.slide{
	background-color:#18BC9C;
}


.slide-img-circle
{
	height:250px;
	width: 250px;
	background:#2C3E50;	
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}
.heading-border
{
	background:#fff;
	width:100px;
	height:4px;
	
	
}
.heading-border1 {
	background:#2C3E50;
	width:100px;
	height:4px;
	
}
.heading-icon
{
	width:10px;
	height:10px;
	border:1px solid #fff;
	border-radius:50%;
}
.heading-icon1
{
	width:10px;
	height:10px;
	border:1px solid #2C3E50;
	border-radius:50%;
}

.box1-image,.box2-image,.box3-image{
	height:150px;
	width:150px;
	
}
.box1-image{
	background:#45B39C;
	
}
.box2-image{
	background:#E05B49;
	
	
}
.box3-image{
	background:#ECF0F0;
	
}
.box2-image img{
	margin-left:25px;
	margin-top:20px;
}
.box1-image img{
	margin-left:20px;
	margin-top:20px;
}
.box3-image img{
	margin-left:40px;
	margin-top:20px;
}


.port-box-1,.port-box-2,.port-box-3
{
	height:250px;
}
.port-box-1{
	background:#BA4C63;
	
}
.port-box-2
{
	background:#1FA4B6;
	
}
.port-box-3{
	background:#130F0F;
	
}
.circle{
	height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #FEFAFA;
   padding:5px;
 
	
}
.custom-form
{
	border:none;
	border-bottom:1px solid #ccc;
	border-radius:0px;
}
.shrink {
  position:fixed !important;
  top:0px;
  right:0px;
  left:0px;
  box-shadow: 0 5px 5px -5px #000;
  z-index:1000;
  margin-top:0px !important;
   -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  padding: .7rem !important;
}
.shrink .navbar-brand
{
	font-size:20px !important;
}
.img-layer
{
	width:90.2%;
	height:250px;
	background:rgba(24, 188, 156, 0.67);
	position:absolute;
	top:0;
	left:5%;
	right:0;
	display:none;
	-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
	
}
.layer-hover:hover .img-layer
{
	display:block;
}

.navbar-light .navbar-nav .nav-link:hover
{
	color:#18BC9C !important;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) 
{
	.sm-center{
		text-align:center !important;
	}
	.navbar-toggler 
	{
		border:1px solid #fff !important;
	}
	h1{font-size:20px !important;}
}
@media screen and (min-width: 768px) and (max-width: 991px) 
{
	.navbar-toggler 
	{
		border:1px solid #fff !important;
	}
	h1{font-size:25px !important;}
}
@media (min-width: 992px)
{
}

@media screen and (min-width: 992px) and (max-width: 1200px) 
{ 
	
}