/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html,
body {
    margin: 0;
    font-size: 100%;
    /*font-family: 'Raleway', sans-serif;*/
    background: #fff;
}

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

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    /*font-family: 'Raleway', sans-serif;*/
    /*font-weight: 600;*/
	font-weight: normal;
}

p {
    /*margin: 0;*/
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

/*--Banner stats here--*/

.w3-agile-dot {
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
    padding: 0em 0 21.5em;
}

/*--header--*/

.header-main {
    background: rgba(0, 0, 0, 0.55);
	padding: 1px 0;
}

/*--header end here--*/

.banner {
    background: url(../images/banner/banner1.jpg)no-repeat center;
    background-size: cover;
    position: relative;
}

.banner1 {
    background: url(../images/banner.html)no-repeat;
    min-height: 41px;
    background-size: cover;
}

/*-- Navbar --*/

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-default .navbar-brand {
    font-size: 3em;
    color: #FFF;
    text-shadow: 3px 3px #000000;
    text-decoration: none;
    font-weight: bold;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-nav>li {
	padding: 0px 10px;
	margin: 0;
	list-style-type: none;
	float: left;
	text-align: center;
    margin: 20px 0 0 0;
	transition: all 0.3s ease 0s;
	/*text-transform: uppercase;*/
	font-weight: normal;
	font-size: 16px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff !important;
	font-family: Arial, Helvetica, sans-serif;
    padding: 8px 12px;
	transition: all 0.3s ease 0s;
}
.navbar-nav>li>a:hover {
    color: #fff;
    background: url(../images/arrow_down.png) center bottom no-repeat #FFA700 !important;
    border-radius: 4px;
    color: #fff !important;
	font-family: Arial, Helvetica, sans-serif;
    padding: 8px 12px;
	transition: all 0.3s ease 0s;
}

.navbar li>a.active {
 	background: url(../images/arrow_down.png) center bottom no-repeat #FFA700 !important;
    border-radius: 4px;
    color: #fff !important;
	font-family: Arial, Helvetica, sans-serif;
    padding: 8px 12px;
	transition: all 0.3s ease 0s;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}



.navbar-default {
    border-color: #e7e7e7;
    border: none !important;
    background: none !important;
}

.navbar {
    border-radius: 0 !important;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    line-height: 45px;
}

/*-- nav-effect --*/

/* Effect 13: three circles */

.cl-effect-13 ul li a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.cl-effect-13 ul li a::before {
    display:none;
    position: absolute;
    top: 50%;
    left: 50%;
    color: transparent;
    content: '.';
    text-shadow: 0 0 transparent;
    font-size: 2em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cl-effect-13 ul li a:hover::before,
.cl-effect-13 ul li a:focus::before,
ul.nav.navbar-nav li.active a::before {
    color: #fff;
    text-shadow: 10px 0 #fff, -10px 0 #fff;
}

.navbar-default {
    background: rgba(0, 0, 0, 0.72);
    border: none;
    border-radius: 0;
}

.navbar-nav,
.header-top {
    padding-right: 7em;
}

.header-nav {
    position: relative;
}

.cl-effect-13 ul li a:hover::before,
.cl-effect-13 ul li a:focus::before,
ul.nav.navbar-nav li a.active::before {
    color: #fff;
    text-shadow: 10px 0 #fff, -10px 0 #fff;
}

/*-- //nav-effect --*/

.navbar-header h1 a {
    font-size: 1.4em;
    color: #FFF;
    text-shadow: 3px 3px #000000;
    text-decoration: none;
    font-weight: bold;
    line-height: 75px;
}

.navbar-brand {
    float: left;
    padding: 0 !important;
    line-height: 45px;
}

/*-- /Navbar --*/

.banner-bottom-text h3 {
    font-size: 4em;
    color: rgb(255, 255, 255);
    letter-spacing: 1px;
    font-weight: 100;
    text-align: left;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.76);
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
}

.banner-bottom {
    padding-top: 19em;
}

/*--//Banner ends here--*/

/*-- clickable --*/

.thim-click-to-bottom {
    position: absolute;
    bottom: 5%;
    left: 49.5%;
    /* width: 40px; */
    /* height: 40px; */
    /* font-size: 40px; */
    /* line-height: 40px; */
    -webkit-animation: bounce 2s infinite ease-in-out;
    z-index: 99;
}

.thim-click-to-bottom i {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    60%,
    100% {
        -ms-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -o-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -moz-transform: translateY(0);
    }
    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
}

/*-- //clickable --*/

/*-- search --*/

.w3-agile-sectn_search {
    position: relative;
}

.cd-main-header {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

.cd-main-header {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-main-content.nav-is-visible,
.cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}

.nav-on-left .cd-main-content.nav-is-visible,
.nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    /*-- w3layouts --*/
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
}

.cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: -59px;
    right: 1px;
}

.cd-header-buttons li {
    display: inline-block;
}

.cd-search-trigger,
.cd-nav-trigger {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3;
	margin-top: 3px;
	border-radius:50%;
    background: #2F74CC;
}

.cd-search-trigger::before,
.cd-search-trigger::after {
    /* search icon */
    content: '';
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-search-trigger::before {
    top: 11px;
    left: 11px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /*-- agileits-w3layouts --*/
    border: 3px solid #fff;
}

.cd-search-trigger::after {
    /* handle */
    height: 3px;
    width: 8px;
    background: #fff;
    bottom: 14px;
    right: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-search-trigger span {
    /* container for the X icon */
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.cd-search-trigger span::before,
.cd-search-trigger span::after {
    /* close icon */
    content: '';
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 22px;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    opacity: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.cd-search-trigger span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-search-trigger span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
    /* hide search icon */
    -moz-opacity: 0;
    opacity: 0;
}

.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
    /* show close icon */
    -moz-opacity: 1;
    opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-search {
    position: absolute;
    width: 100%;
    top: 0em;
    left: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-search input {
    border-radius: 0;
    border: none;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    padding: 0 5%;
    -webkit-box-shadow: inset 0 3px 0 #e00231, 0 3px 6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 3px 0 #f5b120, 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.84), 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 15px;
    padding: 1em 2em;
    color: #fff;
    letter-spacing: 1.5px;
}

.cd-search input::-webkit-input-placeholder {
    color: #fff !important;
}

.cd-search input::-moz-placeholder {
    color: #fff !important;
}

.cd-search input:-moz-placeholder {
    color: #fff !important;
}

.cd-search input:-ms-input-placeholder {
    color: #fff !important;
}

.cd-search input:focus {
    outline: none;
}

.cd-search.is-visible {
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

/*-- //search --*/

/*--social icons--*/

.w3-agile1-sectn-social ul {
    padding: 0;
    margin: 0;
}

.w3-agile1-sectn-social ul li {
    display: inline-block;
}

.w3-agile1-sectn-social ul li a {
    color: #333;
    text-align: center;
}

.w3-agile1-sectn-social ul li a i.fa.fa-facebook,
.w3-agile1-sectn-social ul li a i.fa.fa-twitter,
.w3-agile1-sectn-social ul li a i.fa.fa-google-plus {
    height: 35px;
    width: 35px;
    /* background: #FFFFFF; */
    line-height: 37px;
    margin: 0px 10px 0 0;
    color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.w3-agile1-sectn-social ul li a i.fa.fa-facebook:hover {
    background: #3b5998;
    color: #FFFFFF;
}

.w3-agile1-sectn-social ul li a i.fa.fa-twitter:hover {
    background: #1da1f2;
    color: #FFFFFF;
}

.w3-agile1-sectn-social ul li a i.fa.fa-google-plus:hover {
    background: #dd4b39;
    color: #FFFFFF;
}

.w3-agile1-sectn-social {
    float: left;
}

/*--//social icons--*/

/*--modal--*/

.modal-content img {
    width: 100%;
}

.modal-content h4 {
    color: #000;
    text-align: center;
    font-size: 26px;
    margin-bottom: .5em;
    text-transform: uppercase;
}

.modal-content h5 {
    color: #e00231;
    padding: 15px 0 7px;
    font-size: 22px;
}

.modal-content p {
    color: #636363;
    font-size: 14px;
    line-height: 25px;
    padding-top: 10px;
}

.modal-header {
    padding: 30px;
    border: none;
}

.modal-header .close {
    float: right;
}

/*--//modal--*/

/*-- //Banner-Slider --*/

/*-- main --*/

.banner-btm-w3layouts,
.about,
.gallery,
.events,
.services-agileits-w3layouts,
.contact-sectn,
.cir_w3-agile_info,
.newsletter,
.testimonials {
    padding: 2em 0;
}

h1 {
	position: relative;
	text-align: center;
	color: #1173ad;
	font-size: 30px;
	line-height: 44px;
	/*font-weight: lighter;*/
	/*letter-spacing: 1px;*/
	text-transform: capitalize;
	margin-bottom: 15px;
	/*background: url(../images/arr.png) no-repeat left center;*/
}

h1 span {
  background: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

h1:before {
  background: #ddd;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 50%;
  width: 100%;
}
h1:before {
  left: 0;
}


h3.w3layouts-heading {
    color: #1173ad;
    font-size: 30px;
	line-height: 44px;
    font-weight: lighter;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 0.8em;
    background: url(../images/arr.png) no-repeat left center;
    background-size: 35px;
    padding: 0 0 12px 50px;
	position: relative;
	text-align: left;
	border-bottom: 2px solid #1173ad; 
}

h3.w3layouts-heading span {
    font-weight: 700;
}

h3.white-title {
    color: #fff;
    background: url(../../../../www.ways2magic.com/sb/panjabclub/images/gold.html)no-repeat 4px 2px;
    background-size: 34px;
}

.title-img {
    background: url(../images/services1.jpg)no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
}

.bold-title {
    color: #fff;
    font-size: 30px;
	line-height: 60px;
    font-weight: lighter;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 0.8em;
    /*background: url(../images/img4.png) no-repeat left center;*/
    background-size: 49px;
    padding-left: 55px;
   
}

.white-img {
    background: url(../images/team.jpg)no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
}

.black-title {
    color: #000;
    background: url(../../../../www.ways2magic.com/sb/panjabclub/images/black.html)no-repeat 3px 61px;
    background-size: 59px;
}

h3.subheading-agileits-w3layouts-w3layouts {
    color: #e00231;
    font-size: 23px;
    letter-spacing: 1px;
    margin-bottom: 0.5em;
    text-transform: capitalize;
}

/*-- //main --*/

/*-- about --*/

.view-tenth img {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    width: 100%;
}

.view-tenth .mask {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.view-tenth img {
    filter: alpha(opacity=1);
    opacity: 1;
}

.view-tenth:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view {
    float: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 0.5em 1em 1.3em 1em;
    background: #efefef;
    /* min-height: 230px; */
}

.ab1 {
	background: #38AEF4;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}

.ab2 {
	background: #087DC2;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}

.ab3 {
	background: #11A3F9;
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
}

.view .mask,
.view .content {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
}

.w3-agile_text_box p {
    width: 90%;
}

.content-pro-head p {
    width: 100% !important;
}

.w3-agile_text_box h3,
.content-pro-head h3 {
    line-height: 1.5em;
    font-weight: 500;
    font-size: 1.5em;
    text-transform: capitalize;
    letter-spacing: 2px;
    color: #ffffff;
}

.content-pro-head h3 {
    color: #11A3F9;
}

.banner_bottom_right_grid {
    padding-right: 0;
}

.banner_bottom_left h3 {
    font-size: 2.5em;
    color: #111;
    font-weight: 300;
    text-shadow: 2px 2px 2px rgba(154, 150, 150, 0.8);
    -webkit-text-shadow: 2px 2px 2px rgba(154, 150, 150, 0.8);
    -moz-text-shadow: 2px 2px 2px rgba(154, 150, 150, 0.8);
    -o-text-shadow: 2px 2px 2px rgba(154, 150, 150, 0.8);
    -ms-text-shadow: 2px 2px 2px rgba(154, 150, 150, 0.8);
}

.banner_bottom_left p i {
    color: #1abc9c;
    display: block;
    margin: .5em 0 1em;
    letter-spacing: 6px;
    font-size: 0.9em;
}

.banner_bottom_left {
    text-align: left;
    margin-top: 1em;
}

.banner_bottom_left p {
    line-height: 2em;
    margin-bottom: 3em;
}

.more1 a,
.more2 a,
.more3 a {
    text-align: center;
}

.more.more1 {
    padding: 0;
    margin-top: 1em;
}

.more.more1 a {
    width: 25% !important;
    margin: 0 !important;
}

.banner_bottom_right_grid span {
    color: #fff;
    font-size: 2em;
    width: 70px;
    height: 70px;
    line-height: 40px;
    background: #031322;
    margin: .7em 0em 0.5em;
    padding: 10px;
    border: 5px solid #ffffff;
}

.banner_bottom_right .img_w3-agile {
    position: relative;
    border: 7px solid #1abc9c;
}

.banner_bottom_right .img_w3-agile img {
    position: relative;
    top: 25px;
    left: 25px;
    display: block;
    width: 100%;
    height: auto;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.view-tenth p.paragraph-w3l {
    width: 90%;
}

p.paragraph-w3l {
    line-height: 1.8em;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 1.2px;
    color: #000;
}

/*--flexisel--*/

#flexiselDemo1 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0px auto;
}

.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0px;
    /*cursor: pointer;*/
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-item>img {
    cursor: pointer;
    position: relative;
}

li.nbs-flexisel-item img {
    width: 100%;
}

/*---- Nav ---*/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 32px;
    height: 32px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

.nbs-flexisel-nav-left {
    left: 0em;
    top: 74% !important;
    background: url(../images/left.png) no-repeat 0px 0px;
}

.nbs-flexisel-nav-right {
    right: 0em;
    top: 74% !important;
    background: url(../images/right.png) no-repeat 0px 0px;
}

/*--//flexisel--*/

.testimonials_area {
	background: url(../images/bg_testimonials.jpg) center top no-repeat #FFA700;
	position: relative;
	height: 100%;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials_inner {
	height: auto;
	width: 100%;
	overflow: hidden;
	padding: 75px  0px 20px 0;
}
.testimonials_inner h1 {
    color: #fff;   
    font-size: 68px;
	line-height: 70px;
    font-weight: bold;
    margin: 0;
	text-transform: uppercase;
	padding: 47px 0 20px 0;
	text-align: center;	
	border-bottom: 1px solid #fff;	
	
}
.testimonials_inner h1::before {
    content: "";
    position: absolute;
	width: 28px;
	top: 213px;
	height: 14px;
	left: 650px;
	background: url(../images/arrow_down.png) center center no-repeat;	
}

.testimonials_inner .box {	
	float: left;
	overflow: hidden;
	padding: 10% 0 0 0;
	margin: 3% 0% 0 0;
	width: 100%;
	height: auto;
}

.testimonials_inner .box p {
	padding: 0;
	margin: 0;
	color: #fff;
	line-height: 26px;
	text-align: left;
	font-size: 18px;
}
.testimonials_inner .box span {
	padding: 0;
	margin: 0;
	color: #fff;
	line-height: 26px;
	text-align: left;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.testimonials_inner .box a {
	padding: 0 18px;
	margin: 0;
	color: #636363;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.testimonials_inner .box a:hover {
	color: #ff0000;
}


.flex-info {
    background: #11769e;
    background: #11769e;
    padding: 1em;
}

.flex-info1 {
    background: #099bd5;
    background: #099bd5;
}

.flex-info2 {
    background: #0a5a7a;
    background: #0a5a7a;
}

.flex-info3 {
    background: #043d54;
    background: #043d54;
}

.flex-info h4 {
    color: #ffffff;
    font-size: 1.4em;
}

.flex-info h4 span {
    display: block;
    color: #000;
    font-size: 20px !important;
    letter-spacing: 1px;
    margin: 0.5em 0 0em !important;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.38);
}

.flex-info p {
    color: #fff;
    line-height: 1.8em;
    font-size: .94em;
    margin-top: 0.3em;
}

.content-pro-head {
    margin-top: 0.5em;
}

.services-inner-agileits-w3layouts {
    padding-top: 1em;
}

/*--//flexisel--*/

.button-w3-agile-sectn a {
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 0.6em 2em;
    background: #1084b2;
    color: #fff;
    margin-top: 1.2em;
	border-radius: 4px;
	text-transform: uppercase;
}

.button-w3-agile-sectn a:hover {
    text-decoration: none;
    background: #031322;
    color: #fff;
}

/*-- //about --*/

/*-- services --*/

.services-agileits-w3layouts {
    position: relative;
}

.service-agileinfo-grids:nth-child(5),
.service-agileinfo-grids:nth-child(6),
.service-agileinfo-grids:nth-child(7) {
    float: right;
    padding-bottom: 0em !important;
}

.service-agileinfo-grids {
    text-align: center;
    padding: 3em;
	background: #FFFFFF;
	margin: 3px;
	height: 240px;
	float: left !important;
}

.service-agileinfo-grids i {
    color: #ffffff;
    font-size: 28px;
    width: 60px;
    height: 53px;
    line-height: 41px;
    border: 6px solid rgba(255, 255, 255, 0.14);
    background: #031322;
}

.service-agileinfo-grids:hover i {
    border-color: transparent;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
}

.service-agileinfo-grids:hover h4 {
    background: rgba(0, 0, 0, 0.34);
    color: #ffffff;
    border-color: #031322;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
}

.service-agileinfo-grids p {
    margin: 1em 0 1em;
}

.service-agileinfo-grids h4 {
    color: #000000;
    font-size: 18px;
    padding: 12px 0;
    border-top: 2px solid #e00231;
}

.services-agileits-w3layouts-w3layouts img {
    position: absolute;
    width: 27em;
    bottom: -0.1em;
    left: 0em;
}

/*-- //services --*/

/*-- Events --*/

.events {
    background: #eaeaea;
}

.thumbnail.events-wthree img {
    margin: 0 auto;
    width: inherit;
    width: 100%;
	height: 300px;
}

.events-grids:nth-child(2),
.events-grids:nth-child(4) {
    /*padding-top: 10em !important;*/
}

.thumbnail.events-wthree {
    position: relative;
    overflow: hidden;
}

.thumbnail {
    padding: 0px;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.thumbnail.events-wthree h4 a {
    font-size: 1.15em;
    font-weight: 600;
    color: #ffffff;
    margin: 0em 0 0.5em;
    text-shadow: 2px 2px 2px #2b2b2b;
    text-transform: capitalize;
    letter-spacing: 2px;
    text-decoration: none;
    display: inline-block;
}

.thumbnail.events-wthree h4 a:hover {
    color: #e00231;
}

.caption p {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: .6px;
    color: #e8e8e8;
}

.caption p:nth-child(1) {
    margin-bottom: 10px;
    color: #fff;
}

.caption p span {
    display: inline-block;
    color: #e00231;
    margin-right: 7px;
}

.thumbnail .caption {
    padding: 0;
}

.event-bottom {
    margin-top: 0.5em;
}

.social-icons.events-icons ul {
    margin: 0;
}

.social-icons.events-icons {
    position: absolute;
    bottom: -123px;
    margin: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.64);
    border-top: 5px solid #031322;
    padding: 1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    width: 100%;
    text-align: center;
}

.thumbnail.events-wthree:hover div.social-icons.events-icons {
    bottom: 0px;
}

.thumbnail.events-wthree:hover {
    border-color: #fdbd10;
}

.event-bottom ul li {
    margin-left: 5px;
    margin-top: 5px;
    display: inline-block;
}

.event-bottom ul li:nth-child(1),
.event-bottom ul li:nth-child(2) {
    float: left;
    margin-right: 20px;
}

.event-bottom ul li:nth-child(1) a,
.event-bottom ul li:nth-child(2) a {
    margin-top: 12px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    display: inline-block;
}

.event-bottom ul li:nth-child(1) a span,
.event-bottom ul li:nth-child(2) a span {
    color: #fff;
    margin-right: 7px;
}

.event-bottom ul li:nth-child(3) a {
    color: #fff;
    background-color: #fff;
    width: 37px;
    height: 37px;
    font-size: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 36px;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    display: inline-block;
    text-decoration: none;
}

.event-bottom ul li:nth-child(3) {
    text-align: center;
    float: right;
}

.event-bottom ul li:nth-child(3) a:hover {
    background-color: #3b5998;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    display: inline-block;
    text-decoration: none;
}

.event-bottom ul li:nth-child(3) span {
    color: #000;
}

.event-bottom ul li:nth-child(3):hover span {
    color: #fff;
}

.thumbnail.events-wthree:nth-child(1) {
    margin-bottom: 1.5em;
}

/*-- //Events --*/

/*-- team --*/

.team {
   	background: url(../images/banner1.jpg) center top no-repeat #FFA700;
	position: relative;
	height: 100%;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
}

.agileits-w3layouts-team-grids {
    padding: 5em 0;
}

.team-info {
    position: relative;
    overflow: hidden;
}

.team-info img {
    width: 100%;
}

.team-caption h4 {
    margin: 0;
    color: #000000;
    font-size: 1.2em;
    text-transform: capitalize;
    line-height: 1.8em;
    font-weight: 600;
    letter-spacing: 1px;
}

.team-caption p {
    color: #FFFFFF;
    font-size: .9em;
    margin: 0;
}

.team-caption ul {
    padding: 0;
    margin: 1em 0 0 0;
}

.team-caption ul li {
    display: inline-block;
}

.team-caption ul li a {
    color: #333;
    text-align: center;
}

.team-caption ul li a i {
    height: 34px;
    width: 34px;
    line-height: 30px;
    border: solid 2px #FFF;
    background: none;
    color: #FFF;
    border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.team-caption ul li a i.fa.fa-facebook:hover {
    background: #3b5998;
}

.team-caption ul li a i.fa.fa-twitter:hover {
    background: #55acee;
}

.team-caption ul li a i.fa.fa-rss:hover {
    background: #f26522;
}

.team-caption {
    background: #4793C0;
    padding: 1em;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}

.team-info:hover .team-caption {
    background-color: transparent;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    bottom: auto;
}

.team-info:hover .team-caption h4 {
    color: #FFFFFF;
}

.team-info:before {
    background-color: rgba(0, 0, 0, 0.66);
    border: 4px solid #fff;
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.team-info:hover:before {
    opacity: 1;
}

.agileits-w3layouts-team-grid:nth-child(2),
.agileits-w3layouts-team-grid:nth-child(4) {
    margin-top: 0;
}

/*-- //team --*/

/*-- gallery --*/

.gallery {
    padding-bottom: 0 !important;
}

.gallery-grid {
    margin-top: 0em;
    padding: 0;
    margin: 1px 1px;
    /*width: 24.85%;*/
}

.wpf-demo-4 {
    background-color: #089CF4;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: 300px;
}

.wpf-demo-4 a.item-hover {
    display: block;
}

.wpf-demo-4 img {
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.wpf-demo-4:hover img {
    height: 100%;
    margin-left: -42px;
    margin-top: -7px;
    -webkit-transform: translateY(-10%) rotate(-42deg) scale(1.5);
    -moz-transform: translateY(-10%) rotate(-42deg) scale(1.5);
    -o-transform: translateY(-10%) rotate(-42deg) scale(1.5);
    -moz-transform: translateY(-10%) rotate(-42deg) scale(1.5);
    transform: translateY(-10%) rotate(-42deg) scale(1.5);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 134%;
}

.wpf-demo-4:hover .view-caption {
    text-align: right;
    -webkit-transform: translateY(-111%);
    -moz-transform: translateY(-111%);
    -o-transform: translateY(-111%);
    -moz-transform: translateY(-111%);
    transform: translateY(-111%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    bottom: -17px;
}

.wpf-demo-4 .view-caption {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -35px;
}

.wpf-demo-4 .view-caption p {
    color: #fff;
    font-size: 1em;
    padding-right: 7px;
}

/*-- jzBox-lightbox --*/

#jzBox {
    top: 0;
    left: 0;
    z-index: 10000;
    position: fixed;
    background-color: rgba(30, 30, 30, 0.9);
    margin: 0 !important;
    text-align: center;
    width: 100%;
    height: 100%;
    display: none;
    color: #fff;
}

#jzBoxTargetImg {
    margin: 6% 0 1% 0;
    max-width: 96%;
    max-height: 73%;
    cursor: pointer;
}

#jzBoxCounter {
    margin-bottom: 1%;
    font-size: 12px;
}

#jzBox i:hover {
    cursor: pointer;
    color: #2aabd2;
}

#jzBoxBottom {
    max-height: 22%;
}

#jzBoxNextBig,
#jzBoxPrevBig {
    cursor: pointer;
    top: 0;
    left: 0;
    width: 35%;
    position: fixed;
    z-index: 10001;
}

#jzBoxNextBig {
    left: 65%;
}

.close {
    float: none;
    opacity: 1;
    background: url(../images/close.png) no-repeat 0px 0px;
    display: block;
    width: 32px;
    height: 32px;
    margin: -1.6em auto 0;
}

.arrow-left {
    background: url(../images/left.png) no-repeat 0px 0px;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    margin-right: 4em;
}

.arrow-right {
    background: url(../images/right.png) no-repeat 0px 0px;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
}

.item-type-move .item-hover {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    text-decoration: none;
    background: #FF69B4;
    display: block;
}

/*-- //jzBox-lightbox --*/

/*-- //gallery --*/

/*-- testimonials --*/

/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}

#quote-carousel .carousel-control {
    background: none;
    color: #000;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-control.left {
    left: -60px;
}

#quote-carousel .carousel-control.right {
    right: -60px;
}

#quote-carousel .carousel-indicators {
    left: 17.5%;
    /* left: 70%; */
    top: auto;
    bottom: 0px;
    margin: 0;
    /* margin-right: -19px; */
    width: auto;
}

#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #000;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
    border-radius: 0px;
}

#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-color: #000;
    opacity: 1;
    overflow: hidden;
}

.carousel-inner {
    min-height: 300px;
}

.item blockquote {
    border-left: none;
    margin: 0;
    padding: 0;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
    font-size: 20px;
    color: #cecece;
}

.carousel-inner h5 {
    color: #0B92E1;
    font-size: 1.3em;
    letter-spacing: 1px;
    margin-top: 0.6em;
    font-weight: 700;
}

.carousel-inner>.item.next.left,
.carousel-inner>.item.prev.right,
.carousel-inner>.item.active {
    text-align: left;
}

.carousel-control {
    top: 1em;
}

/*-- //testimonials --*/

/*-- contact --*/

.contact-sectn {
    background: url(../images/bann.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

/*-- mail --*/

.w3-agile_mail_grid_right input[type="text"],
.w3-agile_mail_grid_right input[type="email"],
.w3-agile_mail_grid_right textarea {
    outline: none;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    width: 100%;
    border-bottom: 2px solid #fff;
    letter-spacing: 1px;
    border: none;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
}

.w3-agile_mail_grid_right textarea {
    min-height: 200px;
    margin: 1em 0 2em;
    resize: none;
}

.w3-agile_mail_grid_right input[type="submit"],
.w3-agile_mail_grid_right input[type="reset"] {
    outline: none;
    padding: 13px 0;
    font-size: 12px;
    color: #fff;
    background: #0B92E1;
    width: 49%;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.w3-agile_mail_grid_right input[type="reset"] {
    float: right;
    background: #fff;
    color: #000;
}

.w3-agile_mail_grid_right input[type="submit"]:hover {
    background: #fff;
    color: #000;
}

.w3-agile_mail_grid_right input[type="reset"]:hover {
    background: #e00231;
    color: #fff;
}

.w3-agile_mail_grid_right input[type="text"]:nth-child(2),
.w3-agile_mail_grid_right input[type="email"] {
    margin: 1em 0 0;
}

.contact_left_grid {
    padding: 0;
    width: 49%;
}

.contact_left_grid:nth-child(2) {
    float: right;
}

.contact-icon {
    padding: 0;
}

.contact-text-w3-agile {
    padding: 0;
}

.contact-left-w3-agile-sectn span.fa {
    font-size: 1.2em;
    background: rgba(255, 255, 255, 0.25);
    padding: 13px 15px;
    color: #ffffff;
}

.contact-left-w3-agile-sectn h4,
.contact-left-w3-agile-sectn h5 {
    text-align: left;
}

.contact-left-w3-agile-sectn h4 {
    color: #0B92E1;
    font-size: 1.2em;
    margin-bottom: .5em;
    text-shadow: 1px 1px 2px #000;
}

.contact-left-w3-agile-sectn p {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

.contact-left-w3-agile-sectn p a {
    color: #fff;
}

.contact-left-w3-agile-sectn p a:hover {
    color: #E91E63;
}

.mail-w3ls {
    padding: 2em 0;
}

.call {
    padding-bottom: 2em;
}

.w3-agile_mail_grids h3,
.w3-agile_mail_grids h2 {
    font-size: 1.7em;
    color: #ffffff;
    margin-bottom: 0.8em;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 1px 1px 2px #000000;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #fff !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #fff !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #fff !important;
}

/*-- //mail --*/

/*-- /contact --*/

.map iframe {
    width: 100%;
    border: none;
    min-height: 350px;
}

.map {
    padding: 1em 1em .7em;
    border: 2px solid #525252;
}

/*--copy-right--*/

.copy {
    text-align: center;
    background: #000;
	padding:15px;
}

.copy p {
    color: #fff;
    font-size: 14px;
    /*letter-spacing: 2px;*/
    padding-top: 0.8em;
}

.copy p a {
    color: #fff;
    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;
}

.copy p a:hover {
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/*--//copy-right--*/

/*-- to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/arr.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 64px;
    height: 64px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

.social_icon {
	float: right;
	margin-top: -90px;
}
.social_icon ul {
	padding: 0;
	margin: 0;	
}
.social_icon ul li {
	padding: 0;
	margin: 0 6px;
	list-style-type: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #2b3282;
	font-weight: bold;
}
.social_icon ul li a {
	font-size: 18px;	
	font-weight: normal;
	text-rendering: auto;
	display: inline-block;
	line-height: 28px;
	text-decoration: none;
	text-align: center !important;
	color: #fff !important;
	padding: 0;
	-webkit-transition: -webkit-transform all 2.8s ease 0s;
	-o-transition: -o-transform all 2.8s ease 0s;
	transition: all 2.8s ease 0s;
}
.social_icon ul li a:hover {
	font-size: 18px;	
	font-weight: normal;
	text-rendering: auto;
	-webkit-transition: -webkit-transform all 2.8s ease 0s;
	-o-transition: -o-transform all 2.8s ease 0s;
	transition: all 2.8s ease 0s;
	display: inline-block;
	line-height: 28px;
	text-align: center !important;
	color: #000 !important;
	padding: 0;
	text-decoration: none;		
}
.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.15);
  top: 0;
  overflow: hidden;
  right: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-window > div {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 5%;
  border-radius: 6px;
  background: #fff;
  color: #444;
  height: auto;
  overflow: hidden;
}

.modal-window header {
  font-weight: bold;
}

.modal-close {
	font-size: 21px;	
	font-weight: bold;
	text-rendering: auto;
	line-height: 28px;
	float: right;
	text-decoration: none;
	text-align: right !important;
	color: #FF406A !important;
	padding: 0;
	-webkit-transition: -webkit-transform all 2.8s ease 0s;
	-o-transition: -o-transform all 2.8s ease 0s;
	transition: all 2.8s ease 0s;
}
.modal-close:hover {
  	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0
}

.modal-window h1 {
  font-size: 14px;
  margin: 0 0 15px;
}
.modal-header h4 {
	font-size: 18px;	
	font-weight: normal;
	text-rendering: auto;
	line-height: 28px;
	text-decoration: none;
	text-align: left;
	color: #1173ad;
	padding: 0;
	border-bottom: 2px solid #1173ad;
	-webkit-transition: -webkit-transform all 2.8s ease 0s;
	-o-transition: -o-transform all 2.8s ease 0s;
	transition: all 2.8s ease 0s;
}
.social_icon label {
	padding: 0 0 0 4px;
	margin: 5px 0;
	border: 1px solid #ccc;
	background: #f5f5f5;
	width: 100% !important;
	overflow: hidden;
	float: left;
	-webkit-transition: -webkit-transform all 2.8s ease 0s;
	-o-transition: -o-transform all 2.8s ease 0s;
	transition: all 2.8s ease 0s;
}
.social_icon [type="text"]{
	font-size: 13px;	
	font-weight: normal;
	text-rendering: auto;
	line-height: 28px;
	outline: none;
	float: right;
	box-shadow: none;
	width: 92% !important;
	border: none 0 !important;
	text-align: left !important;
	color: #ccc !important;
	padding: 0px;
	background: none;
	-webkit-transition: -webkit-transform all 2.8s ease 0s;
	-o-transition: -o-transform all 2.8s ease 0s;
	transition: all 2.8s ease 0s;
}
.social_icon [type="password"]{
	font-size: 13px;	
	font-weight: normal;
	text-rendering: auto;
	line-height: 28px;
	outline: none;
	float: right;
	box-shadow: none;
	width: 92% !important;
	border: none 0 !important;
	text-align: left !important;
	color: #ccc !important;
	padding: 0;
	background: none;
	-webkit-transition: -webkit-transform all 2.8s ease 0s;
	-o-transition: -o-transform all 2.8s ease 0s;
	transition: all 2.8s ease 0s;
}
.social_icon [type="submit"]{
	font-size: 13px;	
	font-weight: normal;
	text-rendering: auto;
	line-height: 28px;
	outline: none;
	float: left;
	border-radius: 4px;
	box-shadow: none;
	width: 25% !important;
	border: none 0 !important;
	text-align: center !important;
	color: #fff !important;
	padding: 4px;
	background: #FF406A;
	-webkit-transition: -webkit-transform all 2.8s ease 0s;
	-o-transition: -o-transform all 2.8s ease 0s;
	transition: all 2.8s ease 0s;
}
.social_icon [type="submit"]:focus{
	font-size: 13px;	
	font-weight: normal;
	text-rendering: auto;
	line-height: 28px;
	outline: none;
	border-radius: 4px;
	float: left;
	box-shadow: none;
	width: 25% !important;
	border: none 0 !important;
	text-align: center !important;
	color: #fff !important;
	padding: 4px;
	background: #000;
	-webkit-transition: -webkit-transform all 2.8s ease 0s;
	-o-transition: -o-transform all 2.8s ease 0s;
	transition: all 2.8s ease 0s;
}
.modal-header .form-group a {
	font-size: 14px;	
	font-weight: normal;
	text-rendering: auto;
	line-height: 28px;
	text-decoration: none;
	text-align: right !important;
	color: #FF406A !important;
	padding: 0;
	-webkit-transition: -webkit-transform all 2.8s ease 0s;
	-o-transition: -o-transform all 2.8s ease 0s;
	transition: all 2.8s ease 0s;
}
.form-group h3 {
	font-size: 14px;	
	font-weight: normal;
	text-rendering: auto;
	line-height: 20px;
	text-align: left !important;
	color: #FF406A !important;
	padding: 0;
	margin: 0;
	-webkit-transition: -webkit-transform all 2.8s ease 0s;
	-o-transition: -o-transform all 2.8s ease 0s;
	transition: all 2.8s ease 0s;
}

/*-- //to-top --*/

/*--responsive--*/

@media(max-width:1440px) {
    .wpf-demo-4 {
        height: 281px;
    }
    .services-agileits-w3layouts-w3layouts img {
        width: 23em;
    }
}

@media(max-width:1366px) {
    .wpf-demo-4 {
        height: 266px;
    }
}

@media(max-width:1280px) {
    .services-agileits-w3layouts-w3layouts img {
        width: 21em;
    }
    .gallery-grid {
        width: 24.4%;
    }
    .wpf-demo-4 {
        height: 243px;
    }
    .w3-agile-dot {
        padding: 0em 0 16.5em;
    }
    .banner-bottom {
        padding-top: 12em;
    }
}

@media(max-width:1080px) {
    .navbar-nav,
    .header-top {
        padding-right: 3em;
    }
    .navbar-nav>li {
        margin-right: 15px;
    }
    .banner-btm-w3layouts,
    .about,
    .gallery,
    .events,
    .services-agileits-w3layouts,
    .contact-sectn,
    .cir_w3-agile_info,
    .newsletter,
    .testimonials {
        padding: 5em 0;
    }
    h3.w3layouts-heading {
        font-size: 3em;
        margin-bottom: 0.75em;
        background: url(../../../../www.ways2magic.com/sb/panjabclub/images/black.html)no-repeat 4px 2px;
        background-size: 29px;
        padding-left: 35px;
    }
    .nbs-flexisel-nav-left {
        top: 51% !important;
    }
    .nbs-flexisel-nav-right {
        top: 51% !important;
    }
    .bold-title {
        font-size: 5em;
        line-height: 56px;
        padding-top: 0.8em;
        background: url(../images/img4.png)no-repeat 3px 44px;
        background-size: 43px;
        padding-left: 44px;
    }
    .services-agileits-w3layouts-w3layouts img {
        width: 18em;
    }
    .events-grids {
        width: 100%;
    }
    .events-grids:nth-child(1) {
        width: 100%;
    }
    .events-wthree {
        width: 49%;
    }
    .events-wthree:nth-child(1) {
        float: left;
    }
    .events-wthree:nth-child(2) {
        float: right;
    }
    .banner-bottom-text h3 {
        font-size: 3.5em;
    }
    .events-grids:nth-child(2),
    .events-grids:nth-child(4) {
        padding-top: 0em !important;
    }
    .social-icons.events-icons {
        bottom: -123px;
        padding: 1em 2em;
    }
    .wpf-demo-4 {
        height: 206px;
    }
    #quote-carousel .carousel-indicators .active {
        width: 115px;
        height: 115px;
    }
    .w3-agile_mail_grids h3,
    .w3-agile_mail_grids h2 {
        font-size: 1.4em;
        letter-spacing: 1.5px;
    }
    .copy p {
        font-size: 13px;
        letter-spacing: 1.5px;
        padding: 1.6em 0;
    }
}

@media(max-width:1050px) {
    .wpf-demo-4 {
        height: 199px;
    }
    .wpf-demo-4 .view-caption p {
        font-size: 0.9em;
    }
    #quote-carousel {
        padding: 0 10px 55px 10px;
    }
    .carousel-control {
        width: 3%;
    }
    #quote-carousel .carousel-control.right {
        right: 1%;
    }
    #quote-carousel .carousel-control.left {
        left: 1%;
    }
    .wpf-demo-4 {
        height: 195px;
    }
    .w3-agile_mail_grid_right textarea {
        margin: 1em 0 1.1em;
    }
}

@media(max-width:991px) {
    .navbar-header {
        float: none;
        text-align: center;
        margin-top: 0.8em;
    }
    .navbar-nav>li {
        margin-right: 20px;
    }
    .banner-bottom-text h3 {
        font-size: 3em;
    }
    .w3-agile-dot {
        padding: 0em 0 13.5em;
    }
    .banner_bottom_right_grid {
        width: 50%;
        float: left;
        margin-bottom: 1em;
    }
    .nbs-flexisel-nav-left {
        top: 59% !important;
    }
    .nbs-flexisel-nav-right {
        top: 59% !important;
    }
    .content-pro-head {
        margin-top: 1.5em;
    }
    .service-agileinfo-grids {
        padding: 0em 1.5em 2em;
        width: 50%;
        float: left;	
    }
    .services-agileits-w3layouts-w3layouts img {
        width: 19em;
    }
    .thumbnail.events-wthree:nth-child(1) {
        margin-bottom: 1em;
    }
    .thumbnail.events-wthree {
        margin-bottom: 1em;
    }
    .events-grids:nth-child(3).thumbnail.events-wthree {
        margin-bottom: 0px;
    }
    .agileits-w3layouts-team-grid {
        width: 50%;
    }
    .gallery-grid {
        margin-top: 0em;
        padding: 0;
        margin: 1px 1px;
        width: 33%;
        float: left;
    }
    .wpf-demo-4 {
        height: 255px;
    }
    .service-agileinfo-grids:nth-child(5),
    .service-agileinfo-grids:nth-child(6) {
        padding-bottom: 2em !important;
    }
    .service-agileinfo-grids:nth-child(7) {
        padding-bottom: 0em !important;
    }
}

@media(max-width:900px) {
    .wpf-demo-4 {
        height: 230px;
    }
    .w3-agile_mail_grid_right textarea {
        min-height: 130px;
    }
    .navbar-nav>li {
        margin-right: 21.5px;
    }
    .wpf-demo-4 {
        height: 205px;
    }
}

@media(max-width:768px) {
    .nbs-flexisel-nav-left {
        top: 68% !important;
    }
    .nbs-flexisel-nav-right {
        top: 68% !important;
    }
    .wpf-demo-4 {
        height: 195px;
    }
    #quote-carousel .carousel-indicators li {
        width: 45px;
        height: 45px;
    }
    #quote-carousel .carousel-indicators .active {
        width: 100px;
        height: 100px;
    }
}

@media(max-width:767px) {
    .navbar-default .navbar-toggle {
        border-color: #fff;
    }
    div.header{
        position:relative;
        background-color:#000;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-toggle {
        margin: 1.1em 3.5em 0 0;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none;
        position: absolute;
        width: 100%;
        background: rgba(0, 0, 0, 0.91);
        z-index: 999;
    }
    .navbar-nav>li>a {
        margin-bottom: 5px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 10px 14px 6px;
        letter-spacing: 1.5px;
    }
    .navbar-nav {
        margin: 0;
        text-align: center;
        padding-left: 0;
        width: 100%;
        padding: 1em 0;
    }
    .navbar-nav .open .dropdown-menu {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        background-color: transparent;
        border-radius: 0;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #f8b239;
    }
    .navbar-nav>li {
        margin-right: 0;
        float: none;
    }
    .navbar-header {
        margin-top: 0em;
        text-align: left;
    }
    .navbar-toggle {
        margin: 1.31em 3.5em 0 0;
    }
    .bold-title {
        font-size: 4.4em;
        line-height: 49px;
        padding-top: 0.8em;
        background: url(../../../../www.ways2magic.com/sb/panjabclub/images/gold.html)no-repeat 3px 33px;
        background-size: 41px;
        padding-left: 44px;
    }
    #quote-carousel .carousel-control {
        margin-top: 6em;
    }
    .contact_left_grid {
        width: 100%;
    }
    .w3-agile_mail_grid_right input[type="email"] {
        margin: 1em 0 1em;
    }
}

@media(max-width:736px) {
    .banner-btm-w3layouts,
    .about,
    .gallery,
    .events,
    .services-agileits-w3layouts,
    .contact-sectn,
    .cir_w3-agile_info,
    .newsletter,
    .testimonials {
        padding: 4.5em 0;
    }
    .wpf-demo-4 {
        height: 187px;
    }
    .carousel-inner {
        min-height: 265px;
    }
}

@media(max-width:667px) {
    .banner-bottom-text h3 {
        font-size: 2.6em;
    }
    .banner-bottom {
        padding-top: 9em;
    }
    .flex-control-paging li a {
        width: 22px;
    }
    .flex-control-paging li a.flex-active {
        width: 35px;
    }
    .flex-control-nav {
        bottom: -114%;
    }
    .w3-agile-dot {
        padding: 0em 0 11em;
    }
    .social-icons.events-icons {
        padding: 1em 0.5em;
    }
    .wpf-demo-4 {
        height: 170px;
    }
}

@media(max-width:640px) {
    .events-wthree {
        width: 100%;
    }
    .social-icons.events-icons {
        bottom: -95px;
    }
    .wpf-demo-4 {
        height: 162px;
    }
    .w3-agile_mail_grid_right input[type="text"],
    .w3-agile_mail_grid_right input[type="email"],
    .w3-agile_mail_grid_right textarea {
        font-size: 13px;
    }
}

@media(max-width:600px) {
    .banner-bottom-text h3 {
        font-size: 2.4em;
    }
    .banner_bottom_right_grid {
        width: 70%;
        float: none;
        margin: 0em auto 1em;
        padding: 0;
    }
    .social-icons.events-icons {
        bottom: -130px;
    }
    .gallery-grid {
        width: 49.65%;
    }
    .wpf-demo-4 {
        height: 230px;
    }
    p.paragraph-w3l {
        line-height: 2em;
        font-size: 14px;
        letter-spacing: 1px;
    }
    h3.w3layouts-heading {
        font-size: 2.8em;
        margin-bottom: 0.7em;
        background: url(../../../../www.ways2magic.com/sb/panjabclub/images/black.html)no-repeat 4px 0px;
        background-size: 28px;
    }
}

@media(max-width:568px) {
    .banner-bottom-text h3 {
        font-size: 2.3em;
    }
    .banner-btm-w3layouts,
    .about,
    .gallery,
    .events,
    .services-agileits-w3layouts,
    .contact-sectn,
    .cir_w3-agile_info,
    .newsletter,
    .testimonials {
        padding: 4em 0;
    }
    .w3-agile_text_box h3,
    .content-pro-head h3 {
        font-size: 1.3em;
        letter-spacing: 1.5px;
    }
    .services-agileits-w3layouts-w3layouts img {
        width: 17em;
    }
    .social-icons.events-icons {
        bottom: -115px;
    }
    .gallery-grid {
        width: 49.6%;
    }
    .wpf-demo-4 {
        height: 215px;
    }
    div.slide-out-div {
       padding: 10px;
        width: 300px;
    }
}

@media(max-width:480px) {
    .navbar-header h1 a {
        font-size: 1.2em;
    }
    .banner-bottom-text h3 {
        font-size: 1.8em;
    }
    .flex-control-nav {
        bottom: -165%;
    }
    .banner_bottom_right_grid {
        width: 90%;
    }
    .nbs-flexisel-nav-right {
        top: 71% !important;
    }
    .nbs-flexisel-nav-left {
        top: 71% !important;
    }
    .service-agileinfo-grids {
        padding: 0em 1em 2em;
        width: 100%;
        float: none;
    }
    .services-agileits-w3layouts {
        padding-bottom: 14em !important;
    }
    .social-icons.events-icons {
        bottom: -118px;
    }
    .agileits-w3layouts-team-grid {
        width: 100%;
    }
    .agileits-w3layouts-team-grid:nth-child(3) {
        margin-top: 2em;
    }
    .gallery-grid {
        width: 49.5%;
    }
    .wpf-demo-4 {
        height: 182px;
    }
    h3.w3layouts-heading {
        letter-spacing: 0.5px;
    }
    .carousel-inner {
        min-height: 300px;
    }
    .w3-agile_mail_grids h3,
    .w3-agile_mail_grids h2 {
        font-size: 1.3em;
    }
    .contact-left-w3-agile-sectn h4 {
        font-size: 1.03em;
    }
    .contact-left-w3-agile-sectn p {
        font-size: 13.4px;
        line-height: 25px;
        letter-spacing: 1.2px;
    }
    .w3-agile_mail_grids h3,
    .w3-agile_mail_grids h2 {
        line-height: 28px;
    }
    .map iframe {
        width: 100%;
        border: none;
        min-height: 250px;
    }
    .map {
        padding: 0.7em .7em .3em;
    }
    .copy p {
        padding: 1em 1em;
        line-height: 28px;
    }
    .bold-title {
        font-size: 3.7em;
        line-height: 40px;
        background: url(../../../../www.ways2magic.com/sb/panjabclub/images/gold.html)no-repeat 3px 28px;
        background-size: 34px;
        padding-left: 38px;
    }
}

@media(max-width:440px) {
    .banner-bottom-text h3 {
        font-size: 1.95em;
        line-height: 40px;
    }
    .flex-control-nav {
        bottom: -70%;
    }
    .banner-bottom {
        padding-top: 6em;
    }
    .w3-agile-dot {
        padding: 0em 0 9em;
    }
    .wpf-demo-4 {
        height: 166px;
    }
    #quote-carousel {
        padding: 0 10px 90px 10px;
    }
    #quote-carousel .carousel-control {
        margin-top: 7em;
    }
    .w3-agile_mail_grid_right input[type="submit"],
    .w3-agile_mail_grid_right input[type="reset"] {
        width: 100%;
    }
    .w3-agile_mail_grid_right input[type="reset"] {
        margin-top: 1em;
    }
    h3.w3layouts-heading {
        line-height: 1.2em;
    }
}

@media(max-width:414px) {
    #quote-carousel {
        padding: 0 10px 115px 10px;
    }
    #quote-carousel .carousel-control {
        margin-top: 8em;
    }
    .wpf-demo-4 {
        height: 156px;
    }
    .banner_bottom_right_grid {
        width: 100%;
    }
}

@media(max-width:384px) {
    .nbs-flexisel-nav-right {
        top: 66% !important;
    }
    .nbs-flexisel-nav-left {
        top: 66% !important;
    }
    .thumbnail.events-wthree h4 a {
        font-size: 1em;
        letter-spacing: 1.5px;
    }
    .gallery-grid {
        width: 100%;
        margin: 1px 0;
    }
    .wpf-demo-4 {
        height: 280px;
    }
    #quote-carousel .carousel-indicators {
        left: 12%;
    }
    #quote-carousel .carousel-control {
        margin-top: 16.5em;
        font-size: 1.3em;
    }
    .contact-icon {
        float: none;
        margin-bottom: 1em;
    }
}

@media(max-width:320px) {
    .navbar-toggle {
        margin: 1.31em 3.1em 0 0;
    }
    .navbar-header h1 a {
        font-size: .99em;
    }
    .banner-bottom {
        padding-top: 4em;
    }
    .w3-agile-dot {
        padding: 0em 0 7em;
    }
    h3.w3layouts-heading {
        font-size: 2.7em;
    }
    .bold-title {
        font-size: 3.2em;
        line-height: 34px;
        background: url(../../../../www.ways2magic.com/sb/panjabclub/images/gold.html)no-repeat 3px 23px;
        background-size: 30px;
        padding-left: 34px;
    }
    .events-grids {
        padding: 0;
    }
    .caption p {
        margin-bottom: 2px;
        line-height: 24px;
        font-size: 13px;
    }
    .wpf-demo-4 {
        height: 240px;
    }
    #quote-carousel {
        padding: 0 10px 115px 10px;
    }
    #quote-carousel .carousel-indicators {
        left: 8%;
    }
    #quote-carousel .carousel-indicators li {
        width: 40px;
        height: 40px;
    }
    #quote-carousel .carousel-control {
        margin-top: 20.5em;
    }
}

/*--responsive--*/



.banner1 {
    background: url(../images/banner/banner1.jpg)no-repeat center;
    background-size: cover;
    position: relative;
}
.caption p
{
    color: #fff;
    line-height: 1.42857143;
}
.des
{
    text-align: center;
    display: block;
}
.des h4
{
    margin-bottom: 8px;
}
.xyz img
{
    width: 100%;
}
.eventscla i 
{
    margin-bottom: 15px;
    margin-top: 15px;
    color: #fff;
}
.xyzc label {
    margin-top: 15px !important;
}
.confrm
{
    margin-top: 5px;
    font-size: 25px;
}
.conform-side
{
    margin-top: 50px;
    background-color: #fff;
}
.sponsor img
{width: 100%;
     border: 8px solid #CFCFCF
}
.sponsor img:hover
{
   border: 8px solid #fff;
}


/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}



/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

#quote-carousel .carousel-control.right {
    right: -60px !important;
}
#quote-carousel .carousel-control.left {
    left: -60px !important;
}
.carousel-control {
    top: 0em !important;
}
.counter {
  display: table-cell;
 /* margin:1.5%;*/
 margin: 0px auto;
  font-size:50px;
  background-color: #FF6F6F;
  width:200px;
  border-radius: 50%;
  height:200px;
  vertical-align: middle;
}
.parent
{
    display: block;
    text-align: center;
    margin: 0px auto;
}

#nav li a {
display:block;
padding:4px;
text-decoration:none;
/*width:120px;*/ /* this is the width of the menu items */
line-height:35px; /* this is the hieght of the menu items */
color:#ffffff; /* list item font color */
list-style-type:none;
}
#nav li li a {font-size:80%;} /* smaller font size for sub menu items */
#nav li:hover {background:#FFA500;} /* highlights current hovered list item and the parent list items when hovering over sub menues */
#nav ul {
position:absolute;
padding:0;
left:0;
display:none; /* hides sublists */
border-top:1px solid gray;
border-radius:10px;
font-size:18px;
z-index:1;
width:190px;
}
#nav li:hover ul ul {display:none; border-radius:5px;} /* hides sub-sublists */
#nav li:hover ul {display:block; border-radius:5px; background-color:gray;} /* shows sublist on hover */
#nav li li:hover ul {
display:block; /* shows sub-sublist on hover */
margin-left:100px; /* this should be the same width as the parent list item */
margin-top:-44px;
border-radius:5px; /* aligns top of sub menu with top of list item */
}

.topbar p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.topbar .container {
    margin-top: 0;
    margin-bottom: 0;
}
.topbar {
   background: rgba(0, 0, 0, 0.75);;
    padding: 4px 0;
}
.header {
    width: 100%;
    position: absolute;
    top: 0;
    right:0;
    left:0;
    z-index: 9;
}
.caption.anothrcap {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.64);
    padding: 17px 0 10px;
    transition: all ease-in-out .5s;
}
.thumbnail.events-wthree:hover .caption.anothrcap {
    display:none;
}

.page_no_area{
	width:100%;
	height:auto;
	text-align:center;
	/*padding-right:10px;*/
	/*float:right;*/
	/*margin-bottom:50px;*/
	padding: 20px 0;
}

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

.page_no_area ul li{
	display:inline;
	color:#FFFFFF;
    font-size: 14px;
	margin-right: 5px;
}

.page_no_area ul li a{
	/*height:20px;
	width:20px;*/
	/*display:inline-block;*/
	color:#FFFFFF;
	font-size: 14px;
	text-align:center;
	text-decoration:none;
	background-color: #087DC2;
	padding: 8px;
}

.page_no_area ul li a:hover{
	/*height:20px;
	width:20px;*/
	/*display:inline-block;*/
	color:#087DC2;
	font-size: 14px;
	text-align:center;
	text-decoration:none;
	background-color: #CCCCCC;
	border:#087DC2;
	padding: 8px;
}

a.page_nomain{
	/*height:20px;
	width:20px;*/
	/*display:inline-block;*/
	color:#087DC2 !important;
	font-size: 14px;
	text-align:center;
	text-decoration:none;
	background-color:#CCCCCC !important;
	padding: 8px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #555;
    opacity: 1; /* Firefox */
}

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

::-ms-input-placeholder { /* Microsoft Edge */
    color: #555;
}

.cd-nugget-info {
  display: block;
  color: #fff;
  margin: 20px auto 0;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 120px;
  position: relative;
}
.cd-nugget-info::after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  width: 0%;
  background-color: white;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.cd-nugget-info:hover::after {
  width: 100%;
}



.cd-main-content {
  text-align: center;
}

.cd-main-content h1 {
  font-size: 2rem;
  color: #64788c;
  padding: 4em 0;
}

.cd-btn {
  position: fixed;
  display: inline-block;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
      z-index: 123;
    right: 0;
    top: 190px;
}

.cd-btn:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 1170px) {
  .cd-main-content h1 {
    font-size: 3.2rem;
  }
}

.cd-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
  z-index:123;
}

/*.cd-panel::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}*/

.cd-panel.cd-panel--is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

.cd-panel.cd-panel--is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}

.cd-panel__header {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.96);
  z-index: 2;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  /*-webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);*/
}



.cd-panel--from-right .cd-panel__header {
  right: 0;
}

.cd-panel--from-left .cd-panel__header {
  left: 0;
}

/*.cd-panel--is-visible .cd-panel__header {
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}*/

@media only screen and (min-width: 768px) {
  .cd-panel__header {
    width: 70%;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-panel__header {
    width: 100%;
  }
}

.cd-panel__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60px;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-panel__close::before, .cd-panel__close::after {
  /* close icon created in CSS */
  content: '';
  position: absolute;
  top: 22px;
  left: 20px;
  height: 3px;
  width: 20px;
  background-color: #424f5c;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.cd-panel__close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cd-panel__close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.cd-panel__close:hover {
  background-color: #424f5c;
}

.cd-panel__close:hover::before, .cd-panel__close:hover::after {
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-panel__close:hover::before {
  -webkit-transform: rotate(220deg);
      -ms-transform: rotate(220deg);
          transform: rotate(220deg);
}

.cd-panel__close:hover::after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.cd-panel--is-visible .cd-panel__close::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
          animation: cd-close-1 0.6s 0.3s;
}

.cd-panel--is-visible .cd-panel__close::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
          animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.cd-panel__container {
  position: fixed;
  width: 90%;
  top: 90px;//140px;
  background: #dbe2e9;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.cd-panel--from-right .cd-panel__container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.cd-panel--from-left .cd-panel__container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.cd-panel--is-visible .cd-panel__container {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
  .cd-panel__container {
    width: 70%;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-panel__container {
    width: 28%;//40%
  }
}
.cd-panel__header h1:before {
    display: none;
}
.cd-panel__content {
  width: 100%;
  height: 100%;
  padding: 15px;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}

.cd-panel__content p{
    font-size:15px;
}
.cd-panel__content p:first-of-type {
  margin-top: 0;
}





.slide-out-div {
       padding: 20px;
        width: 400px;
        background: #f2f2f2;
        border: #1185ca 2px solid;
        z-index: 5;
    }