/*! HTML5 Boilerplate v5.3.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
 *
 * These selection rule sets have to be separate.
 * 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;
}
/*

.col-md-6,.col-md-8{padding-left:0;}
.col-md-4{padding-right:0;}
*/

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{padding-left:0;padding-right:0;}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

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


a:focus{outline:none;}




/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.header_section_area {
  background: #33aa99 none repeat scroll 0 0;
  height: 50px;
  margin: 0;
  padding: 5px 0 0;
}

.header_section h2 {
  color: #fff;
  margin: 6px 0 0;
  padding: 0;
  font-size:22px;
} 
.header_area {
    margin: 0;
    padding: 0;
}
.logo a {
	text-decoration: none;
	display: inline-block;
}
.logo h1 {
  color: #0072bc;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 0;
  overflow: hidden;
  padding: 10px 8px 10px 5px;
  line-height:18px;
}
.logo h1 a {
  text-decoration: none;
}
.logo h1 span.logoTextOne{
    color:#E83128;
}
.logo h1 span.logoTextSecond{
    color:#33aa99;
}

.logo {
  margin: 0;
  /* overflow: hidden; */
  padding: 10px 0 0;
  width: 100%;
  position:relative;
}
.logo img {
    display: block;
    height: 76px;
    width: 76px;
    float: left;
}

.promotionArea {
    width: 100%;
    height: 98px;
    padding: 15px;
    margin: 0;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promotionArea:before {
    content: 'contact for AD';
    display: block;
    text-transform: uppercase;
    color: #ddd;
    font-size: 15px;
}



.logJoin {
    margin: 0;
    padding: 0;
    display: block;
    position:relative;
}

.logJoin:after {
    content: '';
    display: block;
    clear: both;
}

.login {
    display: block;
    margin: 0;
    padding: 35px 0 29px;
    text-align:right;
}
.login span {
    margin: 0 8px 15px 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
    display: inline-block;
}

.logingOption {
    margin: 0;
    padding: 20px 20px 18px;
    display: none;
    width: 300px;
    position: absolute;
    top: 142%;
    right: 0;
    z-index: 1000;
    background: #fff;
    text-align: center;
    border: 1px solid #2db5d2;
    border-radius: 0 0 10px 10px;
}


.logingOption:before {
    content: '';
    border-top: 15px solid transparent;
    top: 10px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #2db5d2;
    position: absolute;
    bottom: 100%;
    right: 23px;
    display: block;
}


.logingOption button.btn.btn-primary {
    height: 28px;
    background: #2db5d2 none repeat scroll 0 0;
    color: #fff;
    border-color: #2db5d2;
    padding: 0;
    margin: 0;
    width: 130px;
    display: block;
    margin: 0 auto 10px;
}
.login button.btn.btn-primary#loginMenu {
    height: 34px;
    background: #fff;
    color: #2db5d2;
    border-color: transparent;
    margin-right: 10px;
    float: right;
    padding-top: 3px;
}
button.btn.btn-primary[onclick] {
    width: 80px;
    border-radius:0;
    position:relative;
}

.login button.btn.btn-primary#loginMenu:hover{
    background:#2db5d2;
    color:#fff;
}
.login button.btn.btn-primary {
    height: 34px;
    background: #2db5d2 none repeat scroll 0 0;
    color: #fff;
    border-color: #2db5d2;
    padding-top: 0;
    margin: 0;
    display: inline-block;
    /* float: left; */
}
a.forgetPassword {
    display: inline-block;
    margin-top: 7px;
}
.login button.btn.btn-primary:active,.login button.btn.btn-primary:focus {
    background:#2db5d2 none repeat scroll 0 0;
    border-color:#2db5d2;
    box-shadow: none;
    outline:none;
}

/*Header Main Menu Area*/


/* Mobile Menu */

.dropdown.yrfMobile {
	position: absolute;
	top: 25px;
	right: 30px;
}
.yrfMobile .dropdown-menu.actionPanel {
	left: inherit;
	right: 0;
}


/* Main Menu */
.headerMenu_area {
    background: #2db5d2 none repeat scroll 0 0;
    margin: 0;
    padding: 0;
}
.mainMenu {
    display: block;
    margin: 0;
    padding: 0;
}
.mainMenu > ul#mainMenu {
	display: flex;
	list-style: outside none none;
	margin: 0;
	padding: 0 0 0 15px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#mainMenu > li {
    display: inline;
    margin: 0;
    padding: 0;
}
#mainMenu > li a {
  color: #337ab7;
  display: inline-block;
  font-size: 14px;
  margin: 0 10px 0 0;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
#mainMenu li a.forgetPassword {
  color: #000;
  font-size: 12px;
}
#mainMenu li:hover a,#mainMenu li.active a{
    color:#204d74;
}
#activities li a {
	display: block;
	margin: 0;
}
#activities {
	left: initial;
	right: 0;
}
/*Cart Option*/

.cartMenu {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
.cartMenu > ul#cartMenu {
    display: block;
    list-style: outside none none;
    margin: 0 10px 0 0;
    padding: 0;
    text-align: right;
}
#cartMenu > li {
    display: inline;
    margin: 0;
    padding: 0;
}
#cartMenu li a {
    display: inline-block;
    margin: 0;
    padding: 8px 0 5px;
    position: relative;
    text-decoration: none;
}
.cartMenu ul#cartMenu li a img {
    width: 35px;
    height: 25px;
}
ul#cartMenu li a span.counter {
    background: #e83128 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 10px;
    height: 18px;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 18px;
    justify-content: center;
    align-items: center;
}



/* Slider Area */

.OneS{left:0% !important;position:absolute !important;padding:20px 25px !important;height:25px;overflow:hidden;background:#34495e !important;border-radius:4px;}
.TwoS{left:208px !important;position:absolute !important;padding:20px 25px !important;height:25px;overflow:hidden;background:#3498db !important;border-radius:4px;}
.threeS{left:416px !important;position:absolute !important;padding:20px 25px !important;height:25px;overflow:hidden;background:#1abc9c !important;border-radius:4px;}

.slider_area{
    height: 100%;
	margin:0;padding:0;
}
#fawesome-carousel, #fawesome-carousel div {
    height: 100%;
}
.item {
  height: 460px !important;
}
.single_title {
  display: inline-block;
  margin: 0;
  padding: 0;
  width:200px;
}
.slide_item_table, .slide_item_tablecell, .slide_item_tablecell div {
    height: auto !important;
}
.left_item {
  text-align: center;
}
.left_item > h3 {
  color: #fff;
  font-size: 35px;
  text-align: left;
  padding: 7% 0 0 15%;
}
.left_item img {
    height: 330px;
    width: 330px;
}
.slide_item_table {
    display: table;
    width: 100%;
}
.slide_item_tablecell {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.single_slide_item {
  height: 100%;
  margin: 0;
  padding: 65px 0;
  width: 100%;
  z-index: 1;
  position:relative;
  background-size:cover !important; 
}
.single_slide_item::after {
  background: #0072bc none repeat;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.right_item {
  color: #fff;
  margin: 0;
  padding: 70px 0 0;
}
.right_item h3 {
    font-size: 30px;
    letter-spacing: 2px;
}
.right_item h2 {
    font-size: 20px;
}
.right_item h2 a {
  margin: 0;
  background: #1D7AB7;
  color: #fff;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
}


.socialContact {
    display: block;
    padding: 0 40px 0 0;
    text-align: right;
}
.socialContact > a {
    border-radius: 4px;
    color: #fff;
    display: inline;
    font-size: 17px;
    line-height: 30px;
    margin: 0;
    padding: 5px 10px;
    text-decoration: none;
    /* width: 170px;
    height: 30px; */
    position: relative;
    top:3px;
}



.slide-1{background:url("../img/slider_bg1.png");}
.slide-2{background:url("../img/slider_bg4.jpg");}
.slide-3{background:url("../img/slider_bg3.jpg");}
.slide-4{background:url("../img/slider_bg2.jpg");}



.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}



/*Page Header CSS*/
.pageTitle_area {
    margin: 0;
    padding: 18px 0;
    background-color: #ddd;
    background-image: url('../img/pageOverlay.png');
    background-position: center center;
}

.pageTitle {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
}

.pageTitle h2 {
    margin: 28px 0 0px;
    font-size: 22px;
    display: inline-block;
    color: #23a1bc;
    font-weight: bold;
    padding: 0 0 5px;
}

.pageTitle h2:after {
    content: '';
    width: 30px;
    height: 3px;
    background: #399c4c;
    display: block;
    padding: 0;
    margin: 4px auto 0;
}


/*About Area CSS*/
.About_area {
    margin: 70px 0 50px;
    padding: 0;
    display: block;
}

article.aboutSection {
    margin: 0;
    padding: 0 30px 10px 25px;
}

article.aboutSection small {
    font-size: 15px;
    font-weight: bold;
    color: #4d4e4e;
}

article.aboutSection h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #52b273;
    font-weight: bold;
    line-height: 35px;
}

article.aboutSection p {
    margin: 0 0 15px;
    text-align: justify;
    padding: 0 50px 0 0;
}

a.aboutMore {
    display: inline-block;
    background: #399c4c;
    color: #fff;
    margin: 20px 0 0;
    padding: 8px 30px;
    border-radius: 4px;
    text-decoration:none;
}
.homeVideo {
    margin: 0;
    padding: 0;
    text-align:left;
}

.homeVideo img,.homeVideo video {
    margin: 0;
    padding: 0;
    width: 550px;
    height: 310px;
    border-radius: 2px;
}


/*Sponsors Area*/
.sponsore_area {
    margin: 0;
    padding: 17px 0;
    display: block;
    background: #f5f5f5;
}

div#sponsors {
    margin: 0 auto 0;
    padding: 0;
    width: 100%;
}

#sponsors .singleitem {
    margin: 0 20px 0 20px;
    padding: 0;
    width: 20%;
    text-align: center;
    display: inline-block;
}

.singleitem a {
    margin: 0;
    display: inline-block;
    padding: 0;
}

.singleitem a img {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 70px;
    height: 70px;
}

.sponsorsSliding {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    top: 8%;
    width: 100%;
}

.sponsorsSliding button[type="button"] {
    border: none;
    background: transparent;
    color: #4d4e4e;
    font-size: 35px;
}
button.nextSlide.slick-arrow {
    left: 92%;
    position: absolute;
}

button.prevSlide.slick-arrow {
    position: absolute;
    left: 3%;
}



/* Bottom Menu */
.footer_area {
    margin: 0;
    padding: 30px 0 15px;
}

nav.footerMenu {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

nav.footerMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.footerMenu ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.footerMenu ul li a {
    margin: 0 0 0 5px;
    display: inline-block;
    padding: 0 10px 0 0;
    border-right: 1.4px solid #000;
    font-size: 16px;
    line-height: 12px;
    text-decoration: none;
    color: rgba(0,0,0,.7);
}
.footerMenu ul li a:hover{
    color:#666;
}

.footerMenu ul li:last-child a {
    border: none;
}
nav.contact {
    margin: 10px 0 0;
    padding: 0;
    display: block;
}

.contact ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav.contact ul li {
    display: inline-block;
    margin: 4px 15px 0 0;
    font-family: arial !important;
    padding: 0;
    font-weight: bold;
    color: rgba(45,181,210,.8);
}

nav.contact ul li i {
    margin: 0 5px 0 0;
}
.Apps {
    margin: 0;
    padding: 0;
    display: block;
}

.Apps nav {
    margin: 0;
    padding: 0;
}

.Apps ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: right;
}

.footerMenu ul li:first-child a {
    margin-left: 0;
}
/* Footer Area */


.footer_area {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
.row.mainFooter {
    margin-top: 13px;
    border-top: 1px solid #ccc;
    padding: 10px 0 0;
}

.mainFooter small.yrfCopyrights {
    color: #6a6b6b;
    font-size: 10px !important;
}

nav.social {
    margin: 0;
    padding: 0;
    display: block;
}

.social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: right;
}

.social ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.social ul li a {
    margin: 0 0 0 9px;
    color: #666;
}






/*All Page Content Styel Start*/

span.details > p {
  font-size: 17px;
  line-height: 1.9;
}
span.details > p q,span.details ul li span q {
    font-weight: bold;
}

/*All Page Contant Styel End*/





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

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

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

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

/*
 * 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:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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,
    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;
    }

    img {
        max-width: 100% !important;
    }

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

    h2,
    h3 {
        page-break-after: avoid;
    }
}
