/*003976*/
html,
body {
    margin: 0;
    font-size: 100%;
    background: #eeebeb;
    font-family: Arial, Helvetica, sans-serif;
}

html {
    scroll-behavior: smooth;
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: Arial, Helvetica, sans-serif;
}

body img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}
input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
#agereg {
    box-shadow: none !important;
    outline: 0 !important;
}
#waiveracc{
	box-shadow: none !important;
    outline: 0 !important;

}
input[type="checkbox"].middle:focus{
        outline-width:0;
    }


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #323648;
}

li {
    list-style-type: none;
}

p {
    margin: 0;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;

}

ul {
    margin: 0;
    padding: 0;
}

.container {
    padding: 0px;
}

/*-- header --*/

header {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */
nav {
    margin: 0;
    padding: 0;
}

.white {
    background-color: #ffffff;
}

.grey {
    background-color: #f7f7f7;

}

#logo {
    float: left;
    font-size: .8em;
    display: initial;
    margin: 0;
    letter-spacing: 0px;
    width: 250px;
    padding-left: 30px;
    border: none;
}

#logo a span.fa {
    color: #00BCD4;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #003976;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 10px 1px 1px 8px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    display: block;
    transition: 0.5s;
}

.sidenav a:hover {
    color: #ffffff;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 26px;
    margin-left: 20px;
    border-bottom: 0px solid #ffffff !important;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-family: Arial, Helvetica, sans-serif;
        font-size: 0.7em;}
}
/*NEW code */
.mapsearch {
    position: absolute;
    /* align-items: center; */
    top: 0;
    left: 0;
    right: 0;
}

.mapholder {
    position: relative;
}
.gm-style .gm-style-iw-c
{
    margin-top: 20px !important;
}
.gm-ui-hover-effect{
    background-color: #FFFFFF !important;
}
.align_accordian{
	padding-right: 49px !important;
}
.infowindow{
  /*margin: 5px;
    padding: 5px;*/
	border-bottom : 1px solid #ccd0d4;
}
.infowindow2{
  margin: 5px;
    padding: 5px;
	border : 1px solid #ccd0d4;
}
.evtname{
    color: #C2251B;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
}
.infodate {
    font-family: Arial, Helvetica, sans-serif;
    color: #003976;
    font-size: 1em;
    text-align: left;
    padding-top: 4px;
}
.infodate img {
    height: 15px;
    padding: 3px;
}
.rinkname{
    font-family: Arial, Helvetica, sans-serif;
    color: #003976;
    font-size: 1.1em;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 6px;
}
.slot{
padding: 2px;
    margin-top: 10px;
background-color:#f2f3f5;
 border: 1px solid #e6e6e6;
 border-radius: 4px;
}
.slotName{
    font-family: Arial, Helvetica, sans-serif;
    color: #003976;
    font-size: 1em;
    padding-top: 4px;
}
.infolink{
    text-align: center;
    padding: 5px;

}
.listbox{
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin: 10px;
    float: left;
}
.gm-style .gm-style-iw-t::after{
    display: none !important;
}
#btnGroupAddon2 span {
    width: 25px;
    height: 23px;
}

#btnGroupAddon2 {
    width: auto
}

.slogan {
    width: 100%;
    height: 75px;
    text-align: center;
    color: #FFFFFF;

    background-image: linear-gradient(-180deg, #AF2626 0%, #951E1E 100%);
    /*background: rgba(245, 240, 239, 0.65);
    background: -moz-linear-gradient(left, rgba(245, 240, 239, 0.65) 0%, rgba(245, 240, 239, 0.68) 9%, rgba(232, 58, 35, 0.78) 38%, rgba(230, 33, 23, 0.82) 49%, rgba(240, 39, 17, 0.84) 54%, rgba(224, 44, 20, 0.87) 62%, rgba(240, 238, 237, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245, 240, 239, 0.65)), color-stop(9%, rgba(245, 240, 239, 0.68)), color-stop(38%, rgba(232, 58, 35, 0.78)), color-stop(49%, rgba(230, 33, 23, 0.82)), color-stop(54%, rgba(240, 39, 17, 0.84)), color-stop(62%, rgba(224, 44, 20, 0.87)), color-stop(100%, rgba(240, 238, 237, 1)));
    background: -webkit-linear-gradient(left, rgba(245, 240, 239, 0.65) 0%, rgba(245, 240, 239, 0.68) 9%, rgba(232, 58, 35, 0.78) 38%, rgba(230, 33, 23, 0.82) 49%, rgba(240, 39, 17, 0.84) 54%, rgba(224, 44, 20, 0.87) 62%, rgba(240, 238, 237, 1) 100%);
    background: -o-linear-gradient(left, rgba(245, 240, 239, 0.65) 0%, rgba(245, 240, 239, 0.68) 9%, rgba(232, 58, 35, 0.78) 38%, rgba(230, 33, 23, 0.82) 49%, rgba(240, 39, 17, 0.84) 54%, rgba(224, 44, 20, 0.87) 62%, rgba(240, 238, 237, 1) 100%);
    background: -ms-linear-gradient(left, rgba(245, 240, 239, 0.65) 0%, rgba(245, 240, 239, 0.68) 9%, rgba(232, 58, 35, 0.78) 38%, rgba(230, 33, 23, 0.82) 49%, rgba(240, 39, 17, 0.84) 54%, rgba(224, 44, 20, 0.87) 62%, rgba(240, 238, 237, 1) 100%);
    background: linear-gradient(to right, rgba(245, 240, 239, 0.65) 0%, rgba(245, 240, 239, 0.68) 9%, rgba(232, 58, 35, 0.78) 38%, rgba(230, 33, 23, 0.82) 49%, rgba(240, 39, 17, 0.84) 54%, rgba(224, 44, 20, 0.87) 62%, rgba(240, 238, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f0ef', endColorstr='#f0eeed', GradientType=1);
    */font-family: Arial, Helvetica, sans-serif !important;
    font-size: 3em;
}

.list-icon {
    margin-left: 2px;
}

.choosehigh p {
    text-align: left;
    padding: 10px;
}

.homabt {
    background-color: #ffffff;
    padding-top: 30px;

}

.spcser {
    margin-bottom: 5em;
    margin-top: 5em;

}

.homabttxt {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 2em;

}

.calicon {
    background: url(../images/calender1.png) no-repeat center;
    padding: 4px;
    height: 30px;
    width: 30px;
    background-size: 300px;
    color: #fff;
    text-decoration: underline;
    margin: 4px;
}

.iconsize {
    height: 40px;
}
.iconsize1 {
    height: 20px;
}
.calsize {
    height: 40px;
}
.pmb{
	margin-bottom:20px;
}
.localicon {
    padding: 1px;
    /*color: #C2251B;*/
}

.ques {

    text-align: center;
    padding-top: 40px;
    color: #003976;
    font-size: 0.9em;
}
.close1 {
  cursor: pointer;
  position: relative;
  top: 7%;
  font-size:20px;
  color: #afa9a9;
  right: -47%;
  padding: 12px 16px;
  transform: translate(0%, -50%);
}

.close1:hover {color: black;}
.quespho {
    text-align: right;
    padding-top: 20px;
    color: #003976;
    padding-right: 60px;
    font-size: 0.9em;
}
.idexphone{
    color: #003976;
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
}
.idexphone img{
    padding-right: 10px;
}
.quesmail {
    text-align: left;
    padding-top: 20px;
    color: #003976;
    padding-left: 20px;
    font-size: 0.9em;
}

.map {
    margin-top: 15px;
    border-top: 2px solid #C2251B;
}
.rinkshead{
    text-align: center;
    text-decoration: underline #C2251B;
    font-family: Arial, Helvetica, sans-serif;
    color: #C2251B;
    font-size: 1.2em;

}
#map {
    height: 600px;
}

.mapsearch {
    width: 70%;
    top1: -10%;
    -webkit-box-shadow : -5px 6px 25px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, 0.75);
    box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, 0.75);
    /* Since we'll have the "ul li" "float:left"
     * we need to add a clear after the container. */
}

.mhead {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-align: center;
}

.input-group-text {
    width: 30%;
}

.menu {
    padding-top: 4%;
    padding-right: 4%;
}

nav:after {
    content: "";
    display: table;
    clear: both;
}

#accordion {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    overflow: hidden;
}

#accordion h3 {
    font-family: Arial, Helvetica, sans-serif;
     background-position: 98% 10%;
    background-size: 30px 30px;
    font-size: 0.9em;
    margin-top: 20px;
    border-left: 1px solid #C2251B;
    padding-left: 20px;
    padding-bottom: 20px;
    border-right: 2px solid rgba(136, 128, 128, 0.06);
    text-decoration: none;

}

#accordion p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    border-left: 1px solid #C2251B;
    padding-left: 20px;
    text-align: justify;
    color: #68696a;

}

/*faq*/
.faq h2 {

    text-align: center;
    /*text-decoration: underline #C2251B;*/
	text-decoration: underline;
    text-decoration-color: #C2251B;
    font-family: Arial, Helvetica, sans-serif;
    color: #C2251B;
    padding-top: 30px;

}
.wf-accordion-group {
    margin-top: 15px;
}

/* All elements succeeding an accordion group use margin-top to create white space */
.wf-accordion-group + * {
    margin-top: 30px;
}

/* All accordions have borders… */
.wf-accordion {
}

/* …unless they directly succeed another accordion, in which case we reset the top-border
  to avoid duplicate white space */
.wf-accordion + .wf-accordion {
    border-top-width: 0;
}

.wf-accordion__header {

}

/* Please note: The trigger element is a <button> create via JS. To achieve consistent aesthetics,
   the native button styles have to be resetted here */
.wf-accordion__trigger {
    /* baseline resets */
    background: transparent;
    border-width: 0;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    background-color: #fff !important;
    color: #000000;
    padding: 0;
    text-align: left;
    text-decoration: none;
    /* end of baseline resets */

    /* additional styles for the demo */
    display: block;
    padding: 5px 1.1em 5px 4px;
    position: relative;
    width: 100%;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    line-height: 2em;
}
.wf-accordion__trigger button
{
    background-color: #fff !important;
}
.wf-accordion__trigger::after {
    content: '';
    border: solid #929292;
    border-width: 0 2px 2px 0;
    height: 0.5em;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-60%) rotate(45deg);
    width: 0.5em;
}

.wf-accordion__trigger[aria-disabled=true] {
    cursor: not-allowed;
    opacity: 0.5;
}

.wf-accordion__trigger[aria-expanded=true]::after {
    transform: translateY(-30%) rotate(-135deg);
}

.wf-accordion__trigger:hover,
.wf-accordion__trigger:focus {
    background: #f5f5f5;

}

.wf-accordion__trigger:hover::after,
.wf-accordion__trigger:focus::after {

}

.wf-accordion__panel {
    background-color: #fff;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;

}

.wf-accordion__panel[aria-hidden=true] {
    display: none;
}

/**/

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
}

/* Styling the links */
nav a {
    color: #FFFFFF;
    letter-spacing: 1px;
    padding-left: 0;
    font-family: Arial, Helvetica, sans-serif;
    padding-right: 0;
    padding: 10px 0;
    font-size: 20px;
	font-weight:bold !important;
}

.tregia {
    color: #000000 !important;

}

.active.regia {
    color: #C2251B !important;
    text-decoration: underline;
}

.regicard {
    border-left: 3px solid #C2251B !important;
}

nav ul li ul li:hover {
    background: #f8f9fa;
}

/* Background color change on Hover */
nav a:hover {
    color: #ddd;
}

nav .inner-dropdown a:hover {
    color: #333;
}

.menu li.active a {
    color: #C2251B;
    text-decoration: underline;

}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    /* has to be the same number as the "line-height" of "nav a" */
    top: 30px;
    background: #fff;
    padding: 10px;
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul li a {
    color: #333 !important;
    padding: 5px 10px;
    display: block;
}

/* Second, Third and more Tiers
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}

.login-icon a {
    background: #03A9F4;
    padding: 12px 25px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 35px;
    text-transform: uppercase;
}

.login-icon a:hover {
    color: #03A9F4;
    background: #fff;
}

/* Change ' +' in order to change the Dropdown symbol */
li > a:only-child:after {
    content: '';
}

/* Media Queries
--------------------------------------------- */

@media all and (max-width: 736px) {

    #logo {
        display: block;
        padding: 0;
        max-width: 100%;
        text-align: center;
        float: left;
        width: 122px;
    }

    .login-icon a {
        padding: 11px 15px;
    }

    nav {
        margin: 0;
        background: #fff;
    }

    nav a {
        color: #333;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle + a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        padding: 7px 15px;
        font-size: 17px;
        text-decoration: none;
        border: none;
        float: right;
        background-color: #fff;
        color: #fff;
        border-radius: 0px;
    }

    .toggle img {
        max-width: 100%;
        width: 50px;

    }

    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        width: auto;
        padding: 5px;
        font-weight: normal;
        font-size: 15px;
        letter-spacing: 1px;
        background: none;
        color: #333;
    }

    .toggle:hover {
        color: #333;
        background-color: #fff;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked + ul {
        display: block;
        background: #fff;
        padding: 15px 0;
        width: 100%;
        text-align: center;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
        padding: 7px 0;
    }

    nav a {
        padding: 5px 0;
    }

    nav a:hover {
        color: #333;
        border-bottom: 0px solid #333;
    }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: transparent;
    }

    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 14px 20px;
        color: #FFF;
        font-size: 17px;
    }

    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #fff;
    }

    nav ul ul li a {
        font-size: 15px;
        display: inline-block;
        border-bottom: 2px solid transparent;
    }

    ul.inner-ul {
        padding: 0 !important;
    }

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover > ul,
    nav ul li:hover > ul {
        display: none;
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
        padding: 0;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */

    }

}

@media all and (max-width: 330px) {

    nav ul li {
        display: block;
        width: 94%;
    }

}

.user span.fa {
    font-size: 25px;
    color: #fff;
}

.buttons li a:hover {
    color: #fff;
}

.top_header p {
    color: #eee;
    float: right;
}

.top-grid span.fa {
    font-size: 45px;
    color: #eee;
    float: right;
}

.top-grid p a {
    color: #eee;
}

.top_header span.block {
    display: block;
    font-size: 12px;
    color: #bbb;
}

.top_header {
    text-align: right;
}

/*-- //header --*/

/*-- banner --*/
.banner {
    background: url(../images/home.png) no-repeat center;
    position: relative;
    height: 20vw;
    margin-bottom: 0em;
    width: 100%;
    background-color: #ffffff;
}

.banners {
    background: url(../images/home.png) no-repeat center;
    position: relative;
    height: 20vw;
    margin-bottom: 0em;
    width: 100%;
    background-color: #ffffff;
}

.bannerwi {
    position: relative;
    height: 10vw;
    margin-bottom: 7em;
    width: 100%;
    background-color: #ffffff;
}

.bannergry {
    position: relative;
    height: 10vw;
    margin-bottom: 7em;
    width: 100%;
    background-color: #f7f7f7;
}

.banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.45;

}

.slider-info {
    position: relative;
    text-align: center;
    width: 70%;
    margin: auto;
}

.agileinfo-logo h2 {
    color: #fff;
    font-size: 3.5em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}

.banner-text a {
    color: #fff;
    background: #00BCD4;
    padding: 13px 35px;
    display: inline-block;
    letter-spacing: 1px;
    margin-top: 1.5em;
    border-radius: 4px;
}

.banner-text {
    padding-top: 15vw;
}

.banner ul.social li {
    display: inline-block;
    margin: 8px;
}

.banner ul.social li a {
    font-size: 16px;
    color: #eee;
    line-height: 26px;
    letter-spacing: 1px;
    list-style-type: none;
}

/*-- //banner --*/

/*-- about --*/
.about h3 {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    line-height: 32px;
}

.about h6 {
    color: #999;
    letter-spacing: 2px;
    font-weight: 600;
}

.about h5 {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 18px;
}

.about h5 span.fa {
    color: #0079c1;
}

/*-- //about --*/

/*-- Why choose us --*/
.choose {
    bottom: -15%;
    width: 75%;
    left: 0;
    margin: 0 auto;
    right: 0;
    background: #fff;
}

.choose-grid h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 32px;
}

.choose-icon span.fa {
    font-size: 40px;
    color: rgba(0, 188, 212, .5);
}

.choose-icon {
    background: #fff;
    padding: 3em 1em;
    width: 20%;
    margin-right: 5px;
    float: left;
    box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.choose-icon:hover {
    transform: scale(1.1);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.bdrtest {
    border: 2px solid red;

}

.splli {
    width: 0 !important;
    height: 0 !important;
    float: right;
}

.lastli {
    width: 20%;
}

.bdrwhite {
    border: 2.5px solid #ffffff;
    border-radius: 5px;
}

.card {
    margin-bottom: 20px;
    margin-top: 20px;
}

.choosehigh {
    width: 75%;
    left: 0;
    margin: 0 auto;
    right: 0;
    background: #fff;
    padding: 10px;
    top: -55px;
    border: 1px solid #eeebeb;
    border-radius: 4px;
    border-bottom: 3px solid #d3322c;
}

.choosehighabt {
    left: 0;
    margin: 0 auto;
    right: 0;
    background: #fff;
    padding: 10px;
    top: -55px;
    border: 1px solid #eeebeb;
    border-radius: 4px;
    border-bottom: 3px solid #d3322c;
	text-align: justify;
}

.gm-style-iw-c {
    border: 1px solid #eeebeb;
    border-radius: 4px;
    border-bottom: 3px solid #d3322c;
}

.gm-style .gm-style-iw-t::after {
    content: "" !important;
}

.choosehighevt {
    width: 75%;
    left: 0;
    margin: 0 auto;
    right: 0;
    background: #fff;
    padding: 10px;
    top: -85px;
    border: 1px solid #eeebeb;
    border-radius: 4px;

}

.evticonleft {

    text-align: right;
}

.evticonright {

}

.evttxt {

    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #707579;
}

.txtheadevt {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #003976;

}

.txtevt {
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
    color: #707579;
}

.evntBox {
    border: 1px solid #eeebeb;
    border-radius: 4px;
    border-bottom: 3px solid #d3322c;
    margin-left: 40px;
    margin-right: 40px;
}

.evntBox img {
    height: 40%;
}

.mplist {
    left: 0;
    float: left;
    right: 0;
    background: #fff;
    margin-right: 10px;
    border: 1px solid #eeebeb;
    border-radius: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    border-bottom: 3px solid #d3322c;
}

.benifits {
    margin: 15px;
    box-shadow: -3px 3px 7px #888888b8;
    background: #fff;
    top: -55px;
    border: 1px solid #eeebeb;
    border-radius: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    border-bottom: 3px solid #d3322c;

}

.benifitsnor {
    left: 0;
    position: relative;
    margin: 0 auto;
    float: left;
    right: 0;
    background: #fff;
    padding: 10px;
    border: 1px solid #eeebeb;
    border-radius: 4px;
    border-bottom: 3px solid #d3322c;
}

.beniimg img {
    height: 50px;
    padding-right: 5px;

}

.benifits li:before {

}

.benifits li {
    text-align: left;
    list-style: none;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    list-style: none;
    background-image: url("../images/Dot.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    padding-left: 25px;
    margin-top: 20px;

}

.mpfirst {

}

.beniimg a {
    color: #003976 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}

.mlistbg {
    background-color: #f5f5f5;
}

.maplistimg {
    color: #003976;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

.maplistimg img {
    height: 25px;
}

.benihead {
    color: #003976;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}

.benitxt {
    color: #707579;

    padding-left: 20px;
    padding-right: 20px;
    text-align: center;

}

.bg-color-gray {
    background-color: #f9f9f9;
    /*position: relative;*/
    height: 450px;
    height: calc(440px - 3vw);
    width: 100%;
    margin-bottom: 30px;
}

.youtube-container{
    position: absolute;
    top: 19vw;
    width: 100%;
    max-width: 1140px;
    margin: 0px;
}
.bg-color-grayabt {
    background-color: #f9f9f9;
    position: relative;
    height: 250px;
    width: 100%;
    margin-bottom: 30px;
}

.abtpro {
    font-family: Arial, Helvetica, sans-serif;
    color: #C2251B;
}
.abtprohost {
    font-family: Arial, Helvetica, sans-serif;
    color: #C2251B;
    font-size: 1.3em;
}
.frminnerhost label{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}
.abtlist li {
    text-align: left;
    padding-left: 24px;
    display: block;
    list-style: none;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    list-style: none;
    background-image: url("../images/Dot.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: 20px;
    margin-top: 25px;
    float: left;
    width: 50%;
}

.abtlist li:before {

}

.hide {
    display: none;
}

/** map list **/
.mapNearBy {
	padding-top:90px;
	border-top:2px solid #C2251B;

    /*background-color: #000000;*/
}
.maplistview
{
	border: 2px solid #ccd0d4;
	height: 400px;
	overflow: auto;
	border-radius: 5px;
}
.maplihead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding-left: 30px;
    color: #003976;
}

.maplidate, .maplimiles {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.6em;
    color: #003976;
}

.maplidate img, .maplimiles img {
    height: 20px;
}

.maplist {
    left: 0;
    margin: 0 auto;
    float: left;
    right: 0;
    background: #fff;
    padding: 10px;
    top: -200px;
    border: 1px solid #eeebeb;
    border-radius: 4px;

}

.first {
    background: #C2251B;
}

/**map List **/
/** Registraion**/
.regicont {
    width: 96%;
    margin: 0 auto;
    padding-top: 40px;
    border-bottom: 3px solid #C2251B;
    background-color: #ffffff;
    border-left: 2px solid #f5f5f5;
    border-right: 2px solid #f5f5f5;

}

.frmcont {
    width: 96%;
    margin: 0 auto;
}

.frminner {
    width: 96%;
    margin: 0 auto;
    padding-top: 20px;
}
.frminnerhost {
    width: 96%;
    margin: 0 auto;
    padding-top: 10px;
    border-bottom: 3px solid #C2251B;
    background-color: #ffffff;
    border-left: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    border-top: 1px solid rgba(0,0,0,.125);
}

.frminnersign {
    width: 96%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 1px solid #C2251B;
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.frminnerwaiver {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
}

.required:after {
    content: "*";
    color: red;
}

.registration label {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}

.agreq {
    font-family: Arial, Helvetica, sans-serif;
    color: #C2251B;
    font-size: 1.2em;
}

.infwinregi a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    text-align: center;
    width: 100%;
    color: #003976;
    padding-top: 10px;
}

.infwinregi {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.infwinadd {
    font-family: Arial, Helvetica, sans-serif;
    color: #C2251B;
    font-size: 1.1em;
    text-align: left;
    padding-top: 10px;
}

.infwinadd img {
    height: 25px;
}
.agereg {
    text-align: left !important;
    float: left;
    padding-top: 18px;
    width: 15px;
}

#agereg #accept {

    height: 25px;
}

.ageregmsg {
    text-align: left !important;
    float: left;
    padding-top: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;

}

.editlink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    padding-left: 20px;
    color: #003976;
}

.umust {
    /*padding-top: 20px;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
	margin-top:20px;
}

.registration input {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #8a8787;

}

.btnnxt {
    padding-bottom: 20px;
    padding-left: 10px;
}

.btn button {
    min-width: 100px !important;
    text-align: center !important;
}

.termsx {
    overflow-y: scroll;
    height: 200px;
    width: 100%;
    border: 1px solid #DDD;
    padding: 10px;
    margin-top: 20px;

}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.inihere {
    padding-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

.heartxt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #8a8787;
    text-align: left;
    padding-left: 30px;
    padding-top: 10px;
}

.indireq {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    color: #8a8787;
    text-align: left;
    padding-left: 30px;
    padding-top: 10px;

}

.indireq:before {
    content: "*";
    color: red;
}

.rightbutn {
    text-align: right;
    position: relative;
}

.btncanc button {
    text-align: left;
    background-color: #C2251B !important;

}

.btnback button {
    margin-top: 50px;
    text-align: left;
    background-color: #adadad !important;
}

.btnagree button {
    margin-top: 50px;
    text-align: left;

}

button {
   /* background-color: #003976 !important;*/
    border: 0px !important;
    font-size: 0.9em !important;
    font-family: Arial, Helvetica, sans-serif !important;
    color: #ffffff;
}

.remove-btn {
    background-color: #6b6969 !important;
    margin-bottom: 10px !important;;
}

#gender {
    margin-right: 5px;
}

.plcehor {
    color: #adadad !important;
}

select option {
    color: #2c2d45 !important;
}

select option:first-child {
    color: #adadad !important;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #adadad !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #adadad !important;
    opacity: 1 !important;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #adadad !important;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #adadad !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #adadad !important;
}

.card-header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #C2251B !important;

}

.nav-pills {
    background-color: #ebebeb !important;
}

.nav-pills li {
    background-color: #ebebeb;
    padding: 0;

}

.nav-pills .nav-link, .nav-pills .show > .nav-link {
    color: #6e6d6d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #003976;
    border-radius: 0 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

.rl {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    padding-top: 10px;
    color: #003976;
}

.rc {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    padding-top: 10px;
    color: #9e9e9e;
}

.rl::after {
    content: ":";
    float: right;
}

.usrh {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    padding-top: 10px;
    color: #003976;
}

.ustit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    padding-top: 10px;
    color: #003976;
}

.usrd {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    padding-top: 10px;
    color: #9e9e9e;
}

.usrhp {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.6em;
    padding-top: 10px;
    color: #003976;
}

.usrdp {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.6em;
    padding-top: 10px;
    color: #9e9e9e;
}

.usrh::after {
    content: ":";
    float: right;
}

/***print**/
.prhead {
    float: left;
    padding-top: 5%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    padding-left: 20%;
    color: #003976;
}

.shvtimg img {

    width: 25px !important;
    text-align: right;
}

.shvttxt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

/***print**/
/** Registraion**/

/*
.choose-icon:hover  {
    background: #00BCD4;
    transform: scale(1.1);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}

.choose-icon:hover.choose-icon span.fa,.choose-icon:hover.choose-icon h3 {
	color: #fff;
}
.choose-icon:hover.choose-icon p {
	color: #eee;
}
*/
h2.heading, h3.heading {
    text-transform: uppercase;
    font-size: 45px;
    letter-spacing: 1px;
    font-weight: 600;
}

/*-- //Why choose us --*/

/*-- services --*/
.mb-60 {
    margin-bottom: 60px;
}

.bg-clr {
    background: #f8f9fa;
}

.services-inner {
    border: 2px solid #00bcd4;
    transition: .3s;
    margin: 10px;
    background: #fff;
}

.our-services-icon {
    position: absolute;
    top: -15px;
    right: 50px;
    background: #fff;
    width: 80px;
    text-align: center;
}

.our-services-icon span.fa {
    font-size: 45px;
    color: #00bcd4;
}

.our-services-text {
    padding-right: 10px;
}

.our-services-text {
    padding: 28px 30px;
}

.our-services-text h4 {
    color: #323648;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 18px;
    margin-top: 15px;
    position: relative;
    text-transform: uppercase;
}

.our-services-wrapper:hover .services-inner {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}

.our-services-text p {
    margin-bottom: 0;
}

.services p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #666;
}

h4.heading {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 1px;
    font-weight: 700;
}

/*-- //services-- */

/*-- stats --*/
.stats-inner-grid h4 {
    font-size: 50px;
    float: left;
    font-weight: 600;
}

.stats-inner-grid p {
    float: left;
    margin-left: 15px;
    line-height: 22px;
    margin-top: 5px;
}

.stats-right {
    padding: 2em;
}

/*-- //stats --*/

/*-- shipping --*/
.shipping {
    background: #00bcd4;
    background: #f8f9fa;
}

.shipping-right {
    background: #fff;
    padding: 3em 4em;
    box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1);
}

/*-- //shipping --*/

/*--/blog-grid-info--*/

p.card-text {
    line-height: 26px;
}

.blog-grid-info .card-body {
    padding: 0;

}

.manager-img img {
    border: 9px solid #f8f9fa;
    float: left;
}

.manager-img img.img1 {
    border: none;
    float: left;
    width: 45%;
    margin-top: 2em;
}

.blog-sec a {
    color: #fff;
    background: #00BCD4;
    padding: 12px 35px;
    display: inline-block;
    letter-spacing: 1px;
    margin-top: 1em;
    border-radius: 4px;
    font-size: 15px;
}

.blog-grid-info .card h5.card-title {
    color: #323648;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 18px;
    position: relative;
    text-transform: uppercase;
}

.about-in.blog-grid-info .card {
    padding: 0;
    border: 1px solid transparent;
}

.blog-des.blogger {
    border: 1px solid rgba(221, 221, 221, 0.3);
    border-top: 0px;
}

/*--//blog-grid-info--*/

.offspon {
    padding-top: 30px;
    margin: 0 auto;
    background: #f2f2f2;
}

.offspon img {

    height: 60%;

}

.mhead {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    text-align: center;
}
.sports_engine {
    text-align: center;
    padding-left: 20px;

}
.chipot {
    text-align: center;
    padding-left: 20px;

}

.pure {
    text-align: center;
    padding-right: 20px;

}


 .img1 {
     max-width: 100%;
     max-height: 115%;
     padding-top:10px;
      }
  .Head{
     color: #000;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1.3em;
     text-align: center;
     padding-top: 20px;
      }
  .sponserList{width:56%;margin:0 auto;}
li.LogoList {
    margin: 0 20px;
    display: inline-flex;
}
.UnorderList{list-style: none;display: contents;}
.BackColor{background:#F2F2F2;    min-height: 193px;}
.ImgPure{/*height: 100%;*/     }
.ImgChptle{height: 100%;    }

/*-- footer top-- */
.footer {

    width: 75%;
    margin: 0 auto;
    margin-top: 30px;

}

.footer-top {
    background: #00bcd4;
}

.footer-title h3 {
    color: #003976;
    font-size: 1em;
}

.footer-top-grid p {
    color: #eee;
}

/*-- //footer top-- */

/*--footer--*/

.footer_w3layouts_section_1its {
    background: #151515;
}

.footer_w3layouts_section_1its h3, .footer_w3layouts_section_1its h2 {
    font-size: 22px;
    color: #ddd;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.prod img {
    height: 80px !important;
    float: right;
}

.prodlin {
    color: #9e9d99;
    border-top: 1px solid #9e9d99;
}

.ftaddress li {
    color: #9e9d99;
    font-size: 0.8em;
    padding-top: 5px;
}

.phoneadd {
    color: #003976;
}

.phone {

    margin-top: 20px;

}

.contact-info h4 {
    font-style: normal;
    font-weight: 300;
    font-size: 1.3em;
    line-height: 1.71;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #fff;
}

.copyright {
    padding-top: 0.7em;
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    background-color: #003976;
    margin-top: 3px;
    margin-bottom: 3px;
    color: #ffffff;
}

.copyright p {
    text-transform: capitalize;
}

.copyright p a {
    color: #808080;
    text-decoration: underline;
}

.copyright p a:hover {
    color: #fff;
}

.footer-grid:nth-child(2) {
    border-left: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
}

.footer ul li.hd {
    color: #34bf49;
}

.newsletter .email {
    background-color: #F4F4F4;
    border: none;
}

.flickr-grid {
    float: left;
    width: 32%;
    margin: 0 0.1em .2em;
}

.flickr-grid a img {
    width: 100%;
    padding: 0.3em;
    border: 1px solid #333333;
}

.footer-text input[type="email"] {
    outline: none;
    padding: 15px 15px;
    color: #fff;
    font-size: 13px;
    width: 85%;
    border: none;
    background: none;
    letter-spacing: 1px;
}

.newsletter {
    position: relative;
    margin-top: 2em;
}

button.btn1 {
    color: #707579;
    border: none;
    padding: 12px 0;
    outline: none;
    text-align: center;
    text-decoration: none;
    background: none;
    background: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    float: right;
    width: 15%;
    cursor: pointer;
}

.footer-grid_section_1its_w3 form {
    border: 1px solid #707579;
    width: 100%;
    margin-top: 20px;
}

.thsocial-sharing ul li img, .thsocial-sharing img {
    height: 30px;
}

.thsocial-sharing {
    top: 70px;
    right: 40px;
    position: absolute;
}

.thsocial-sharing ul li {
    background-color: #ffffff !important;
    float: left;
}
.thsocial-sharing a{
display:table;
}
ul.social_section_1info li {
    display: inline-block;
}

ul.social_section_1info li img {
    height: 30px;
}

ul.social_section_1info li img {
    height: 30px;
}

ul.social_section_1info {
    margin-top: 15px;
}

ul.social_section_1info a {
    color: #808080;
    margin-right: 2px;
    font-size: 14px;
}

.phone p a {
    color: #808080;
}

ul.links li {
    list-style-type: none;
    margin: 10px 0;
}

ul.links li a {
    color: #808080;
    font-size: 15px;
    letter-spacing: .5px;
}

/*--//footer--*/

/*-- inner page banner --*/
.inner-banner {
    background: url(../images/banner.png) no-repeat center;
    background-size: cover;
    min-height: 20vw;
    position: relative;
}

.inner-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.45;
    background: #000;
}

/*-- //inner page banner --*/

/*-- Contact --*/
.map iframe {
    border: none;
    width: 100%;
    height: 450px;
}

.map {
}

.w3ls-contact h3 {
    color: #eee;
    font-size: 24px;
    letter-spacing: 1px;
}

.form h3 {
    color: #333;
    font-size: 24px;
    letter-spacing: 1px;
}

.w3ls-contact p {
    margin: 0;
    font-size: 15px;
    color: #999;
    letter-spacing: 1px;
}

.main_grid_contact {
    width: 70%;
    position: absolute;
    left: 15%;
    bottom: -90%;
    -webkit-box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, 0.75);
    box-shadow: -5px 6px 25px -12px rgba(0, 0, 0, 0.75);
}

.form {
    flex-basis: 60%;
    -webkit-flex-basis: 60%;
    padding: 3em 4em;

}

.w3ls-contact {
    flex-basis: 40%;
    -webkit-flex-basis: 40%;
    padding: 3em 3em;
    background: #222;
}

.input-group input[type="text"], .input-group input[type="email"] {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 15px 20px;
    margin: 10px 0;
    width: 49%;
    color: #666;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #999;
    background: transparent;
}

.input-group input.margin2 {
    margin-right: 2%;
}

.input-group1 button.btn {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    outline: none;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    background: #00bcd4;
    padding: 10px;
    border: none;
    width: 25%;
    margin: 10px 0 0 auto;
    border-radius: 0;
    transition: all 0.5s ease-in;
}

textarea {
    font-size: 14px;
    resize: none;
    text-transform: capitalize;
    padding: 15px 20px;
    letter-spacing: 1px;
    width: 100%;
    margin: 10px 0;
    box-sizing: border-box;
    outline: none;
    color: #666;
    border: 1px solid #999;
    background: transparent;
}

.w3ls-contact address p span.fa {
    width: 25px;
    margin-left: 0px;
    display: inline-block;
    color: #00bcd4;
}

.w3ls-contact address p, .w3ls-contact address p a {
    color: #bbb;
}

.w3ls-contact address {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

/*-- //Contact --*/

/*-- move top --*/
a.move-top span {
    color: #666;
    font-size: 25px;
}

/*-- //move top --*/

/* gallery page */
.gal-img {
    padding: 5px;
}

.gal-img img, .popup img {
    width: 100%;
}

/* popup */
.popup-effect {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}

.popup-effect:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    background: #fff;
    border-radius: 4px;
    max-width: 430px;
    position: relative;
    margin: 8em auto;
    padding: 3em 2em;
    z-index: 999;
    text-align: center;
}

.popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;

}

/* //popup */
/* //gallery page */

/*-- testimonials slider --*/
.clients {
    background: #f8f9fa;
}

.csslider {
    position: relative;
}

.csslider > input {
    display: none;
}

.csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
    margin-left: -300%;
}

.csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
    margin-left: -200%;
}

.csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
    margin-left: -100%;
}

.csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
    margin-left: 0%;
}

.csslider > ul {
    position: relative;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.csslider > ul > li {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: visible;
    font-size: 15px;
    font-size: initial;
    line-height: normal;
    -moz-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
}

.csslider > .navigation {
    position: absolute;
    bottom: -20%;
    left: 47%;
    z-index: 10;
    font-size: 0;
    line-height: 0;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.csslider > .navigation > div {
    margin-left: -100%;
}

.csslider > .navigation label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 4px;
    padding: 5px;
    background: #aaa;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.csslider > .navigation label:hover:after {
    opacity: 1;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.csslider > .navigation label:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -6px;
    margin-top: -6px;
    background: #00bcd4;
    border-radius: 50%;
    padding: 6px;
    opacity: 0;
}

.csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px;
}

.csslider.inside .navigation label {
    border: 1px solid #7e7e7e;
}

.csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1):after,
.csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2):after,
.csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3):after,
.csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4):after {
    opacity: 1;
}

.csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3) {
    display: block;
    left: 0;
    right: auto;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4) {
    display: block;
    right: 0;
    left: auto;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

/*#region MODULES */

#slider1 {
    width: 100%;
}

@media (max-width: 375px) {
    .csslider > .navigation {
        bottom: -8%;
    }
}

/* testimonials */
.main-clients {
    width: 65%;
    margin: 0 auto;
}

.feedback-top h4 {
    font-size: 22px;
    text-transform: capitalize;
    letter-spacing: .5px;
    line-height: 32px;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 5px;
}

.carousel-indicators .active {
    background-color: #ff6b6b;
}

.carousel-indicators {
    bottom: 0;
}

.img-pois-w3ls-2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.feedback-top {
    text-align: center;
}

.client-info {
    width: 50%;
    margin: auto;
}

.client-info img {
    width: 95px;
}

/* //testimonials */

/*-- team --*/

h3.team_name {
    font-size: 20px;
    font-weight: 500;
    color: #444;
    text-transform: capitalize;
    letter-spacing: .5px;
    line-height: 32px;
}

span.team_role {
    margin: 0;
    line-height: 1.8em;
    letter-spacing: 1px;
    color: #707579;
}

h4.team_phone {
    font-size: 22px;
    text-transform: capitalize;
    letter-spacing: .5px;
    line-height: 32px;
    color: #777;
}

h4.team_phone span.fa {
    color: #03A9F4;
}

.team_info {
    text-align: center;
}

.team span.info {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #03A9F4;
    font-size: 16px;
}

.team_info {
    text-align: center;
    bottom: 5px;
    left: 20px;
    right: 20px;
    background: #fff;
    padding: 20px 10px;
}

ul.team-social li {
    margin: 0 5px;
    display: inline-block;
}

ul.team-social li a span.fa {
    font-size: 15px;
    color: #777;
}

.team {
    background: #f8f9fa;
}

.our-team-img {
    position: absolute;
    top: -50px;
    right: 50px;
    background: #fff;
    width: 120px;
    text-align: center;
}

.our-team-img img {
    border-radius: 50%;
    width: 110px;
}

/*-- //team --*/

/*-- error page --*/
.error-section h2 {
    font-size: 100px;
    font-weight: 700;
}

.error-section h2 span {
    font-weight: 100;
    font-size: 50px;
    vertical-align: middle;
}

.error-section a {
    color: #fff;
    background: #00BCD4;
    padding: 13px 35px;
    display: inline-block;
    letter-spacing: 1px;
    margin-top: 1.5em;
    border-radius: 4px;
}

.error {
    color: #C2251B;
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
}

.error:focus {
    color: #495057;
    background-color: #fff;
    border-color: #C2251B;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 43, 18, 0.25);
}

/*-- //error page --*/

/*-- Responsive design --*/

@media (max-width: 1440px) {
    .choose {
        width: 78%;
    }

    .main_grid_contact {
        width: 76%;
        left: 12%;
    }
}

@media (max-width: 1336px) {
    .choose {
        width: 85%;
    }

    .main_grid_contact {
        width: 80%;
        left: 10%;
    }
}

@media (max-width: 1280px) {
    .choose {
        width: 90%;
    }

    .main_grid_contact {
        width: 86%;
        left: 7%;
    }
}

@media (max-width: 1080px) {
    .top-grid span.fa {
        font-size: 40px;
    }

    .top-grid {
        padding-right: 0;
    }

    .top-grid.pl-0 {
        padding-right: 0px;
    }

    .choose-icon {
        padding: 1.5em 0.7em;
    }

    .choose-grid h3 {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .choose {
        bottom: -27%;
    }

    .agileinfo-logo h2 {
        font-size: 3em;
    }

    .about h3 {
        font-size: 22px;
    }

    h4.heading {
        font-size: 27px;
    }

    .stats-right {
        padding: 2em 0;
    }

    .blog-grid-info .card h5.card-title {
        font-size: 18px;
    }

    .stats-inner-grid h4 {
        font-size: 45px;
    }

    .our-team-img img {
        width: 80px;
    }

    .our-team-img {
        width: 100px;
    }

    .main_grid_contact {
        width: 90%;
        left: 5%;
    }

    .w3ls-contact {
        padding: 3em 2em;
    }
}

@media (max-width: 1024px) {
    .choose {
        width: 95%;
    }

    .banner {
        height: 50vw;
    }

    .error-section h2 {
        font-size: 90px;
    }

    .error-section h2 span {
        font-size: 45px;
    }
}

@media (max-width: 991px) {
    .slider-info {
        width: 75%;
    }

    .banner-text {
        padding-top: 18vw;
    }

    .agileinfo-logo h2 {
        font-size: 2.7em;
    }

    p {
        font-size: 14px;
    }

    .stats-right {
        padding: 2em 1em 0;
    }

    #logo a {
        font-size: .7em;
    }

    .manager-img img.img1 {
        width: 20%;
    }

    .footer_w3layouts_section_1its h3, .footer_w3layouts_section_1its h2 {
        font-size: 20px;
        letter-spacing: 1px;
    }

    h4.heading {
        font-size: 25px;
    }

    .choose-icon {
        padding: 2em 1em;
        margin-bottom: 5px;
        width: 32.7%;
    }

    .choose {
        bottom: -60%;
    }

    .banner {
        margin-bottom: 1em;
    }

    .slogan {
        position: absolute;
    }

    .main-clients {
        width: 90%;
        margin: 0 auto;
    }

    .csslider > .navigation {
        bottom: -10%;
    }

    h2.heading, h3.heading {
        font-size: 40px;
    }
}

@media (max-width: 900px) {
    .banner {
        height: 54vw;
    }

    .banner-text {
        padding-top: 20vw;
    }

    .w3ls-contact h3, .form h3 {
        font-size: 22px;
    }
}

@media (max-width: 800px) {
    .choose-icon {
        width: 32.6%;
    }

    .banner {
        height: 60vw;
    }

    .banner-text {
        padding-top: 25vw;
    }

    .agileinfo-logo h2 {
        font-size: 2.4em;
    }

    .choose {
        bottom: -65%;
    }

    .inner-banner {
        min-height: 25vw;
    }

    .feedback-top h4 {
        font-size: 20px;
    }

    .error-section h2 {
        font-size: 80px;
    }

    .error-section h2 span {
        font-size: 40px;
    }

    .main_grid_contact {
        flex-direction: column;
        position: static;
        width: 100%;
    }

    .map iframe {
        height: 300px;
    }

    .map {
        margin-bottom: 0em;
    }

    .w3ls-contact address {
        margin-bottom: 0rem;
        margin-top: 1rem;
    }
}

@media (max-width: 736px) {
    .bg-color-gray {
        overflow: scroll;

    }

    .quesmail, .quespho {
        text-align: center;
    }

    .banner:before {
        position: relative
    }

    .slogan {
        position: absolute;
        font-size: 24px;
        height: auto;
    }

    .slider-info {
        width: 100%;
    }

    .banner {
        height: 64vw;
    }
    .youtube-container{
        top: 63vw;
        max-width: 900px;
    }
    .bg-color-gray {
        height: calc(440px - 10vw);
    }
    .blog-sec a {
        padding: 12px 30px;
        font-size: 14px;
    }

    .footer-top-grid h3 {
        font-size: 25px;
    }

    h4.heading {
        font-size: 24px;
    }

    .stats-inner-grid h4 {
        font-size: 40px;
    }

    .menu li.active a {
        color: #333;
    }

    ul.inner-dropdown {
        padding: 5px !important;
    }

    .manager-img img.img1 {
        width: 25%;
    }

    .client-info {
        width: 70%;
    }

    .main-clients {
        width: 100%;
    }

    h2.heading, h3.heading {
        font-size: 35px;
    }

    .error-section h2 {
        font-size: 70px;
    }

    .error-section h2 span {
        font-size: 40px;
    }

    .error-section a {
        padding: 12px 25px;
        font-size: 15px;
    }
}

@media (max-width: 668px) {
    .choose-icon {
        width: 48.5%;
    }

    .choose {
        bottom: -65%;
        position: static !important;
        width: 100%;
        margin-top: 6em;
    }

    .form {
        padding: 3em 2em;
    }
    .youtube-container{
        max-width: 638px;
    }
}

@media (max-width: 600px) {
    .agileinfo-logo h2 {
        font-size: 2em;
    }

    .banner-text {
        padding-top: 28vw;
    }

    .banner-text a {
        padding: 11px 30px;
        font-size: 15px;
    }

    #logo a {
        font-size: .65em;
    }

    .inner-banner {
        min-height: 30vw;
    }
    .youtube-container{
        max-width: 560px;
    }
}

@media (max-width: 568px) {
    .top_header {
        padding-right: 2em;
    }

    .top-grid span.fa {
        font-size: 35px;
    }

    .gal {
        width: 70%;
        margin: 0 auto;
    }
    .youtube-container{
        max-width: 538px;
    }
}

@media (max-width: 480px) {
    .top_header {
        padding-right: 1em;
    }

    .banner {
        height: 76vw;
    }

    .banner-text {
        padding-top: 35vw;
    }

    h4.heading {
        font-size: 20px;
        line-height: 35px;
    }

    .shipping-right {
        padding: 3em 3em;
    }

    .manager-img img.img1 {
        width: 30%;
    }

    h3.team_name {
        font-size: 18px;
    }

    span.team_role {
        font-size: 14px;
    }

    .gal {
        width: 80%;
    }

    .error-section h2 {
        font-size: 60px;
    }
    .regislogan{
        margin-top: 20px;
    }
    .error-section h2 span {
        font-size: 35px;
    }

    .input-group input[type="text"], .input-group input[type="email"] {
        width: 100%;
        font-size: 13px;
        margin: 10px 0 5px;
    }

    .input-group input.margin2 {
        margin-right: 0%;
    }

    .input-group1 button.btn {
        width: 35%;
    }

    .map iframe {
        height: 250px;
    }

    .w3ls-contact p {
        font-size: 14px;
    }
    .nav-pills li{
        padding-right: 0px !important;
    }
}

@media (max-width: 415px) {
    .shipping-right {
        padding: 2em 2em;
    }

    .stats-inner-grid h4 {
        font-size: 28px;
    }

    .banner {
        margin-bottom: 46em;
    }

    .agileinfo-logo h2 {
        font-size: 1.7em;
    }

    .banner-text {
        padding-top: 40vw;
    }

    .banner {
        height: 84vw;
    }

    .choose {
        margin-top: 5em;
    }

    .choose-icon {
        padding: 2em 0em;
    }

    .choose-icon span.fa {
        font-size: 30px;
    }

    .our-services-text h4 {
        font-size: 17px;
        margin-bottom: 13px;
        margin-top: 10px;
    }

    .banner {
        margin-bottom: 0em;
    }
    .slogan {
        margin-top: 100px;
    }
    .regislogan{
        margin-top: 20px;
    }
    .choosehigh {
        top: -30px;
    }

    .our-services-icon span.fa {
        font-size: 40px;
    }

    .manager-img img.img1 {
        width: 35%;
    }

    .inner-banner {
        min-height: 35vw;
    }

    .client-info {
        width: 80%;
    }

    .feedback-top h4 {
        font-size: 18px;
        line-height: 20px;
    }

    h2.heading, h3.heading {
        font-size: 30px;
    }

    .gal {
        width: 90%;
    }

    .popup {
        margin: 8em 1em;
        padding: 2em 1em;
    }

    .error-section h2 span {
        font-size: 30px;
        display: block;
        margin-bottom: 15px;
    }

    .error-section h2 {
        font-size: 55px;
    }

    .w3ls-contact h3, .form h3 {
        font-size: 20px;
    }
    .registration li{
        /*width: 100% !important;*/
    }
    .nav-pills li{
        padding-right: 0px !important;
    }
    .abtlist{
        padding-left:60px !important;
    }
}

@media (max-width: 384px) {
    .top-grid span.fa {
        font-size: 20px;
        margin-top: 5px;
    }

    .top_header p {
        font-size: 13px;
    }

    #logo a {
        font-size: .6em;
    }

    .agileinfo-logo h2 {
        font-size: 1.5em;
    }

    .banner-text {
        padding-top: 44vw;
    }

    .banner {
        height: 88vw;
    }
    .youtube-container{
        top: 86vw;
    }
    .bg-color-gray {
        height: calc(440px - 10vw);
    }
    .choose-icon {
        padding: 2em 1em;
        width: 100%;
    }

    .choose {
        width: 80%;
    }

    .stats-inner-grid h4 {
        font-size: 28px;
        float: none;
    }

    .stats-inner-grid p {
        float: none;
        margin-left: 0px;
    }

    .footer-top-grid h3 {
        font-size: 20px;
    }

    .footer_w3layouts_section_1its h3, .footer_w3layouts_section_1its h2 {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .manager-img img.img1 {
        width: 45%;
    }

    .banner-text a {
        padding: 10px 25px;
        font-size: 13px;
    }
    .slogan {
        margin-top: 100px;
    }
    .regislogan{
        margin-top: 20px;
    }
    .our-services-text {
        padding: 26px 24px;
    }

    .toggle {
        padding: 7px 15px;
        font-size: 15px;
    }

    .our-services-icon {
        width: 60px;
        top: -5px;
        padding-top: 5px;
    }

    .our-services-icon span.fa {
        font-size: 30px;
    }

    .inner-banner {
        min-height: 43vw;
    }

    ul.team-social li a span.fa {
        font-size: 13px;
    }
    .registration li{
        /*width: 100% !important;*/
    }
    .choosehigh {
        top: -30px;
    }
    .abtlist {
        padding-left:60px !important;
    }
}

@media (max-width: 990px) {

}

/*map*/

.infowin {
    background-color: #e7e4ff;
}

.infowinsele {
    background-color: #C2251B;
}

.infodate img {
    height: 20px;
}

.infoadd img {
    height: 20px;
}

.infohead {
    font-size: 1em;
    color: #003976;
    font-weight: bold;
}

/*map*/
/*-- //Responsive design --*/
.tregia1.active a {
    color: #C2251B !important;
    text-decoration: underline;
}
.alert-success strong,.alert-danger strong{
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 0.7em !important;
    text-align: center !important;
}
.alert{
    text-align: center !important;
}
.relclass{
	position: relative;
}
.loading {
    background-color: #ffffff;
    background-image: url("../images/loader.gif");
    background-size: 25px 25px;
    background-position:right;
    background-repeat: no-repeat;
}
.wordwrapcs{
    white-space: nowrap;
    width: 66%;
    margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.try_meme {
    max-width: 27%;
}
.gender_align {
    max-width: 6%;
}
.length{
	font-size: 20px !important;color: #003976;
}
.length1{
	font-size: 20px !important;color: #003976;
}
.addparticipant{
	width: 15%;
	float: right;
	position: relative;
	top: -56px;
	left: -450px;
}
.addguardian{
	width: 23%;
    float: initial;
    position: relative;
    display: inline-block;
    top: -70px;
    left: 382px;
}
/*.addguardian {
    width: 20%;
    display: inline-block;
    position: relative;
    top: -61px;
    left: 251px;
}*/
.removeguardian{
	width:50%;
	display:inline-block;
}
#duplicate_error{
	font-size:20px !important;
}
.host_sign_check{
    margin: 7px 0 0 !important;
}
.host_sign_uplabel{
	padding-left:15px;
}
.register_now.btn {
    letter-spacing: 0.2px;
    font-weight: bold;
    padding: 10px 25px;
    font-size: 20px;
}
.cmscnt p{
    margin-top: 1rem!important;
}
