
/*-- Reset Code --*/

body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'Roboto', sans-serif;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

body a:hover {
    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;
}

body a:focus,
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;
}

h2,
h3 {
    margin: 0;
    padding: 0;
    font-family: 'Shadows Into Light', cursive;
}

p {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #999;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}

.navbar-light .navbar-brand {
    font-size: 48px;
    padding: 0;
    font-family: 'Bungee', cursive;
    letter-spacing: 2px;
    text-shadow: 2px 2px #d3250e;
}

a.navbar-brand span,
.vent3l-footer h1 a span {
    color: #000
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: 0 1rem;
    background: #eee;
    box-shadow: 1px 2px 2px 1px rgba(12, 12, 12, 0.11);
}

.bg-light {
    background-color: rgba(10, 30, 255, 0.70) !important;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    letter-spacing: 1px;
    padding: 26px 20px;
    font-size: 15px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #000;
    background: #fff;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #000;
    background: #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;
}

/*-- //navigation --*/

/*-- //header --*/
/* banner */




.banner-agile {
    background: url(../images/tarkarli-1.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height:550px;
}

.banner-vent3ls-2 {
    background: url(../images/scuba-diving-in-tarkarli-2.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

.banner-vent3ls-3 {
    background: url(../images/tarkarli-beach-3.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

/* slider */

.slider {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider li {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 0vw;
    overflow: hidden;
    transition: width 800ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.slider li.active {
    z-index: 2;
    width: 100%;
}

.slider li.prev {
    z-index: 1;
    width: 100%;
}

.pager {
    z-index: 100;
    position: absolute;
    bottom: 150px;
    left: 45%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pager li {
    display: inline-block;
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: transparent;
	cursor:pointer;
}

.pager li.active {
    background: linear-gradient(to right, #a400fd, #a400fd);
}

/* //slider */

/* banner text */

.banner-agile {
    position: relative;
}

.banner-text-posi-vent3ls {
    position: absolute;
    z-index: 999;
    left: 10%;
    top:15%;
}
.banner-text-whtree h3 {
    font-size: 50px;
    letter-spacing: 1px;
    font-weight: 500;
    text-shadow: 2px 2px 4px #0066ff;
    font-family: 'Notable', sans-serif;
}
.banner-text-whtree p {
    width: 70%;
}
/* //banner text */

/* //banner */
.vent3l_header {
    font-size: 42px;
    color: #000;
    letter-spacing: 1px;
    position: relative;
    font-weight: 500;
    text-align: center;
    text-shadow: 2px 2px #E3DEDD;
}
.vent3l_header span {
    color:#a400fd;
    font-weight: 200;
    text-shadow: 2px 2px #E3DEDD;
}
.vent3l_header:after {
    border-top: 2px solid #a400fd;
    display: block;
    width: 81px;
    content: "";
    margin: 8px auto 0;
}
/*-- services --*/
.new_top {
    padding: 55px 40px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.19);
}
.new_top h3 {
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.4em;
    color: #000000;
    text-align:center;
}
.new_top p {
    font-size: 18px;
    line-height: 1.8em;
    color: #000;
    text-align: justify;
}
.new_top i {
    font-size: 30px;
    color: #a400fd;
}
/*-- //services --*/
.sitemap {
	background-color: #0e0f10;
}
.sitemap h3{
	font-size: 1.5em;
	color: #000;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
/*-- choose --*/
.choose{
	background: url(../images/parasailing-tarkarli.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.choose-1{
	background: url(../images/vijaydurg-fort.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.choose-2{
	background: url(../images/kunkeshwar-mandir.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.choose-3{
	background: url(../images/chivla-beach.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.choose-4{
	background: url(../images/train-1.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.choose-5{
	background: url(../images/sunset-tarkarli.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.choose-6{
	background: url(../images/devbaug-2.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.choose-7{
	background: url(../images/tondavali-beach-2.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.choose-8{
	background: url(../images/sarjekot-water-sports.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.choose-9{
	background: url(../images/sindudurg-fort-3.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.choose-10{
	background: url(../images/scuba-diving-in-tarkarli-10.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.choose_top {
    padding: 55px 40px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.19);
	background:#fff;
}
.choose_top h3 {
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.4em;
    color: #000000;
    text-align:center;
}
.choose_top p {
    font-size: 15px;
    line-height: 1.8em;
    color: #000;
    text-align: justify;
}
.choose_top i {
    font-size: 30px;
    color: #a400fd;
}
/*-- //choose --*/
.packages_top h3 {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.4em;
    color: #fff;
}
.packages_top h4 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.4em;
    color: #fff;
	text-align: right;
}
.packages_top p {
    font-size: 15px;
    line-height: 1.8em;
    color: #fff;
	text-align: right;
}
.packages_top {
    background: #a400fd;
    padding: 30px 30px;
}
.packages_top li {
    display: inline-block;
    color: #fff;
    font-size: 13px;
}
.row.packages_top {
    margin: 0;
}
/*-- testimonials --*/
.tex-t {
    float: right;
    padding: 3em 2em 0;
}
.vent3_agile_testimonials_grid_left img {
    border-radius: 50%;
}
.tex-t h4 {
    color: #ffffff;
    font-size: 22px;
}
.agile_testimonials_grid p {
    color: #777;
    line-height: 2em;
    margin-bottom: 1em;
	text-align:left;
	letter-spacing:1px;
	font-size:15px;
}
.vent3_agile_testimonials_grid_right {
    text-align: left;
    float: left;
    width: 94%;
    padding: 1em 4em;
    background:#fff;
    position: relative;
}
.test-tooltip:before {
	content: '';
	position: absolute;
	left: -17px;
	top: 38%;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 14px solid #fff;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
.test-tooltip1:after {
    content: '';
    position: absolute;
    left: 7%;
    bottom: -9%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff;
    transform: rotate(90deg);
    -webkit-transform: rotate(178deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.vent3_agile_testimonials_grid_left {
    margin-top: 0em;
    float: left;
}
.vent3_agile_testimonials_grid {
    float: left;
    padding: 2em 0em 0;
}
.vent3_agile_testimonials_grid_right h4 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.vent3_agile_testimonials_grid_right h5{
	font-size:14px;
	color:#87b200;
}
.agile_testimonials_grids {
    margin: 4em 0 2em;
}
/*--flexisel--*/
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
#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;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
	padding:0em 0 0;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 35px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    background: url(../images/right1.png) no-repeat 8px 13px #a400fd;
    top: 18% !important;
}
.nbs-flexisel-nav-left {
	left:0%;
}
.nbs-flexisel-nav-right {
	right:3%;
    background:url(../images/left1.png) no-repeat 8px 13px #a400fd;
}
/*--//flexisel--*/
.agile_testimonials_grid {
    margin: 0 0em 2em;
}
.port {
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    padding: 0px 19em;
    line-height: 2em;
    text-align: center;
}
.ser-info{color:#fff;}
/*-- //testimonials --*/
.testimonials {
    background: url(../images/bg3.jpg)no-repeat center;
    background-size: cover;
	background-attachment: fixed;
}
h5.card-title {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 1em;
    color: #a400fd;
    font-weight: 600;
}
p.card-text {
    color: #000;
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: 1px;
    text-align: justify;
}
.card-body.vent3ls-card a {
    font-size: 14px;
    padding: 8px 18px;
    background: #a400fd;
    outline: none;
    border: none;
    display: inline-block;
	letter-spacing: 2px;
}
footer {
	background-color: #0e0f10;
}
footer h2{
    color: #FFF;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 2px;
}
footer h3{
	font-size: 1.5em;
	color: #ffffff;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

footer p {
    color: #bfbfbf;
    font-size: 15px;
    line-height: 1.8em;
    text-align: justify;
}
footer ul li {
    display: block;
    color: #bfbfbf;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8em;
    margin: 0.7em 0;
}

footer-list i {
	padding-right: 10px;
	color: #ffa41f;
}

footer ul li a {
	color: #bfbfbf;
	font-size: 13px;
	font-weight: 600;
	display: block;
	padding: 5px 0px;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

footer ul li a:hover {
	color: #ffa41f;
}

footer ul li.hd {
	color: #a400fd ;
}

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

.newsletter .email {
	outline: none;
	padding: 13px 15px;
	color: #fff;
	font-size: 14px;
	width: 80%;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid #2d2d2d;
}

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

button.btn1 {
	color: #fff;
	border: none;
	padding: 12px 0;
	text-align: center;
	text-decoration: none;
	background: #a400fd ;
	-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;
	cursor: pointer;
	width: 20%;
}

/*--//footer--*/

/*--/copyright--*/

.copyright ul li {
	display: inline-block;
	padding: 0 10px;
}

a.facebook {
	color: #fff;
	font-size: 16px;
}

a.facebook:hover {
	color: #a400fd ;
}

.copyrighttop {
	float: right;
}

.copyrightbottom {
	float: left;
}

.copyright {
	background: #141415;
	color: #fff;
	border-top: 1px solid rgba(25, 24, 24, 0.58);
}

.copyrightbottom p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}
.copyrightbottom a {
	color: #a400fd ;
	text-decoration: none;
}
.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;
}
.phone p a:hover {
    color: #fff;
}
.phone p a {
    color: #808080;
}
.copyrightbottom a:hover {
	color: #fff;
}

.copyrighttop h4 {
	font-size: 0.95em;
}
.banner-agile-1 {
    background: url(../images/tarkarli-1.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height:550px;
}
/*-- welcome --*/
.welcome-left h3 {
    color:#a400fd;
    font-size: 36px;
    letter-spacing: 1px;
}
.welcome-left h4 {
    color: #464646;
    font-size: 17px;
    line-height: 1.8;
    margin: 15px 0;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: justify;
}
.welcome-left p {
    font-size: 15px;
    color: #000;
    text-align: justify;
    line-height: 1.8em;
}
/*-- about-team --*/

.thumbnail.team-agileits {
    border: none;
    text-align: center;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.team .effectd-caption {
    padding: 20px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.team h4 {
    color: #a400fd;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 600;
}
.social-lsicon a {
    color: #000;
    padding: 0 7px;
    font-size: 16px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.social-lsicon a:hover {
    color: #ffdc39;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/*-- //about-team --*/
/*-- gallery --*/
.gallerie-imagebox img {
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
}
.gallerie-imagebox .loading {
    opacity: 0.3;
}
.vent3layouts_news_grid {
    overflow: hidden;
    position: relative;
}
.vent3layouts_news_grid_pos {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    right: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}

.vent3layouts_news_grid_pos {
    -webkit-transform: scale3d(0, 0, 1);
    -moz-transform: scale3d(0, 0, 1);
    -ms-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
}

.vent3layouts_gallery_grid:hover .vent3layouts_news_grid .vent3layouts_news_grid_pos {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.vent3layouts_gallery_grid:hover .ventree_text {
    opacity: 1;
    -webkit-transform: translateY(0) scale3d(1, 1, 1);
    -moz-transform: translateY(0) scale3d(1, 1, 1);
    -ms-transform: translateY(0) scale3d(1, 1, 1);
    transform: translateY(0) scale3d(1, 1, 1);
    -webkit-transition: transform 400ms ease 380ms;
    -moz-transition: transform 400ms ease 380ms;
    transition: transform 400ms ease 380ms;
}

.ventree_text {
    text-align: center;
    padding-top: 6.5em;
    opacity: 0;
    -webkit-transform: translateY(0) scale3d(0, 0, 1);
    -moz-transform: translateY(0) scale3d(0, 0, 1);
    -ms-transform: translateY(0) scale3d(0, 0, 1);
    transform: translateY(0) scale3d(0, 0, 1);
    -webkit-transition: transform 400ms ease 280ms;
    -moz-transition: transform 400ms ease 280ms;
    transition: transform 400ms ease 280ms;
}

.ventree_text h3 {
    font-size: 30px;
    letter-spacing: 2px;
}
/*-- //gallery --*/
.card-body.vent3ls-card i {
    color: #f65a3a;
}
/*--Typography--*/
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #aaa5a5;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom: 1em;
    color: #a400fd;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 2px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #fb5710;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.badge-tarkarli {
	background-color: #809fff;
}
.grid_3 p{
    font-size: 18px;
    line-height: 1.8em;
    color: #000;
    text-align: justify;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #000;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:2em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
	color:#fff;
	font-weight: 300;
	font-size: 0.9em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){
.grid_5 {
	padding: 0 0 1em;
}
.grid_3 {
	margin-bottom: 0em;
}
}
@media (max-width:640px){
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: .5em;
}
.progress {
	height: 10px;
	margin-bottom: 10px;
}
ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
	font-size: 14px;
}
.breadcrumb {
	margin-bottom: 25px;
}
.well {
	font-size: 14px;
	margin-bottom: 10px;
}
h2.typoh2 {
	font-size: 1.5em;
}
.label {
	font-size: 60%;
}
.in-gp-tl {
	padding: 0 1em;
}
.in-gp-tb {
	padding-right: 1em;
}
}
@media (max-width:480px){
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	font-size: 1.2em;
}
.table h1 {
	font-size: 26px;
}
.table h2 {
	font-size: 23px;
	}
.table h3 {
	font-size: 20px;
}
.label {
	font-size: 53%;
}
.alert,p {
	font-size: 14px;
}
.pagination {
	margin: 20px 0 0px;
}
.grid_3.grid_4.vent3layouts {
	margin-top: 25px;
}
}
@media (max-width: 320px){
.grid_4 {
	margin-top: 18px;
}
h3.title {
	font-size: 1.6em;
}
.alert {
	padding: 10px;
	margin-bottom: 10px;
}
ul.pagination li a {
	font-size: 14px;
	padding: 5px 11px;
}
.list-group {
	margin-bottom: 10px;
}
.well {
	padding: 10px;
}
.nav > li > a {
	font-size: 14px;
}
table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
}
}
/*-- //typography --*/
.form-group.row {
    margin-bottom: 1rem;
}
.bd-example {
    padding: 2em;
    border: 1px solid #eee;
    margin-bottom: 2em;
}
/*--Contact --*/
.contact-page {
	background: #2f2f2f;
}

.contact-page h3.tittle-vent3layouts {
	color: #fff;
}

.contact-vent3l-footer-vent3 h4 {
	text-align: left;
	font-weight: inherit;
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 13px;
	text-transform: capitalize;
	color: #fed700;
}

.contact-vent3l-footer-vent3 h4:nth-child(3) {
	margin-top: 1em;
}

@media(min-width:992px) {
	.contact-eql {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}

.contact-left {
	flex-basis: 38%;
	-webkit-flex-basis: 38%;
}

.contact-middle {
	flex-basis: 60%;
	-webkit-flex-basis: 60%;
}

.contact-left,
.contact-middle {
	padding: 2em;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.42);
}

.add-info span {
	font-size: 1.1em;
	color: #ffffff;
	display: inline-block;
	float: left;
	margin-right: 1em;
}

.add-info p,
.add-info p a {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	color: #fff;
	text-decoration: none;
}

.add-info p a:hover {
	color: #fed700;
	text-decoration: none;
}

.contact-left .social-icons a:nth-child(1) {
	margin-left: 0px !important;
}

.contact-vent3l-footer-vent3 p.heading-btm,
.sevices-vent3layouts p.heading-btm {
	color: #e7e3e3;
}

.contact-middle input[type="text"],
.contact-middle input[type="email"],
textarea {
	width: 100%;
	padding: 11px 20px;
	border: none;
	background: rgba(197, 192, 185, 0.37);
	color: #fff;
}

.contact-middle p {
	color: #cecece;
	font-weight: bold;
	margin-bottom: 4px;
	margin-left: 5px;
	font-size: 16px;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	outline: none;
}

textarea {
	height: 74px;
	resize: none;
	width: 100%;
}

textarea:focus {
	outline: none;
}

.submit {
	float: right;
	margin-top: 10px;
	color: #000;
}

.submit .glyphicon {
	font-size: 16px;
	border: none;
	padding: 0;
}

.contact-middle input[type="submit"] {
	background: #fed700;
	border: none;
	border: 2px solid #fed700;
	padding: .7em 2.5em;
	outline: none;
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 2em;
}

.contact-middle input[type="submit"]:hover {
	background: transparent;
	color: #fff;
}

.mid-info p a,
p.paragraph-vent3-agile a {
	text-decoration: none;
}

.mid-info p a:hover,
p.paragraph-vent3-agile a:hover {
	text-decoration: none;
	color: #fff;
}

/*--//Contact --*/
/*--contact Inner--*/

.mail_grid_vent3l input[type="text"],
.mail_grid_vent3l input[type="email"],
.mail_grid_vent3l textarea {
	outline: none;
	padding: 14px;
	font-size: 14px;
	color: #212121;
	background: none;
	width: 100%;
	border: 1px solid #b5b5b5;
	letter-spacing: 1px;
	font-weight: 500;
}

.contact-fields-vent3ls {
	margin-bottom: 1em;
}

.contact-fields-vent3ls:nth-child(4) {
	margin-bottom: 0;
}

.mail_grid_vent3l textarea {
	min-height: 175px;
	width: 100%;
	resize: none;
}

.mail_grid_vent3l input[type="submit"] {
	outline: none;
	padding: 13px 0;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	background:#a400fd;
	width: 100%;
	border: none;
	text-transform: capitalize;
	letter-spacing: 2px;
	cursor:pointer;
	    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.mail_grid_vent3l input[type="submit"]:hover {
	background:#000;
}

.map-section {
	padding: 1em 1em .7em;
	background: #eee;
}

.map-section iframe {
	border: none;
	width: 100%;
	height: 320px;
}

/*--//contact Inner--*/
h3.modal-title {
    font-size: 24px;
    color: #a400fd;
    font-weight: 500;
    letter-spacing: 2px;
}
h4.modal-title {
    font-size: 20px;
    color: #a400fd;
    font-weight: 500;
    letter-spacing: 2px;
}
.modal-body p {
    font-size: 14px;
    color: #000;
    line-height: 1.8em;
    padding: 20px 0;
    text-align: justify;
}
/*-- bottom-to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}

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

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

/*--responsive--*/

@media(max-width: 1680px) {}

@media(max-width: 1600px) {}

@media(max-width: 1440px) {

}
@media(max-width: 1366px) {

}
@media(max-width: 1280px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 26px 16px;
    }
	.banner-text-posi-vent3ls {
    left: 13%;
    top: 37%;
}
}
@media(max-width: 1080px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 26px 12px;
        font-size: 14px;
    }
    .navbar-light .navbar-brand {
        font-size: 46px;
        letter-spacing: 1px;
    }
	.banner-text-posi-vent3ls {
    left: 5%;
    top: 30%;
}
.banner-vent3ls-1, .banner-vent3ls-2, .banner-vent3ls-3, .banner-vent3ls-4, .banner-vent3ls-5, .banner-agile{
    min-height:544px;
}
.pager {
    bottom: 120px;
    left: 45%;
}
}
@media(max-width: 1050px) {
}
@media(max-width: 1024px) {
}
@media(max-width: 991px) {
    .navbar-toggler {
        padding: 0.50rem 0.8rem;
    }
    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: #fff;
        border-radius: 0;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 15px 0;
        font-size: 16px;
    }
    ul.navbar-nav.ml-auto.text-center.mr-xl-5 {
        background: rgba(185, 61, 252, 0.75);
    }
	.footer-grid:nth-child(3),.footer-grid:nth-child(4){
		margin-top:1.5em;
}
.banner-agile-1 {
    min-height: 300px;
}
.copyrighttop {
    float: none;
    text-align: center;
    margin-bottom: 1em;
}
.copyrightbottom {
    float: none;
    text-align: center;
}
.ventree_text {
    padding-top: 4.5em;
}
.welcome-right-top {
    margin-top: 1.5em;
}
.packages_top {
    padding: 20px 16px;
}
}
@media(max-width: 900px) {
}
@media(max-width: 800px) {
 .banner-text-whtree h3 {
    font-size: 42px;
 }
 .banner-text-whtree p {
    width: 100%;
}
.banner-text-posi-vent3ls {
    left: 0%;
    top: 30%;
}
}
@media(max-width: 768px) {
  .banner-vent3ls-1, .banner-vent3ls-2, .banner-vent3ls-3, .banner-vent3ls-4, .banner-vent3ls-5, .banner-agile {
    min-height: 520px;
}  
.vent3_agile_testimonials_grid_right {
    width: 97%;
}
}
@media(max-width: 736px) {
  .banner-agile-1 {
    min-height: 270px;
} 
.contact-fields-vent3ls {
    margin-top: 1em;
}
.vent3layouts_choose_left_grid2 {
    margin: 1.5em 0;
}
.vent3layouts_news_left_grid2 {
    margin: 1.5em 0;
}
.agile-info_packages_left2 {
    margin-top: 1.5em;
}
.card-deck .card {
    flex: auto;
}
.card:nth-child(2) {
	margin-top:1.5em;
	margin-bottom:1.5em;
}
}
@media(max-width: 667px) {
    
}
@media(max-width: 640px) {
.banner-agile-1 {
    min-height: 250px;
}
.banner-text-whtree h3 {
    font-size: 37px;
}
.banner-vent3ls-1, .banner-vent3ls-2, .banner-vent3ls-3, .banner-vent3ls-4, .banner-vent3ls-5, .banner-agile {
    min-height: 500px;
}
}
@media(max-width: 600px) {
   
}
@media(max-width: 568px) {
.footer-grid:nth-child(2){
	   margin-top:1.5em;
   }
   .ventree_text {
    padding-top: 9.5em;
   }
   .banner-text-whtree h3 {
    font-size: 30px;
}
.banner-text-whtree p {
    font-size: 14px;
}
.banner-vent3ls-1, .banner-vent3ls-2, .banner-vent3ls-3, .banner-vent3ls-4, .banner-vent3ls-5, .banner-agile {
    min-height: 470px;
}
.packages_top h4 {
    text-align: left;
    margin-top: 8px;
}
.packages_top p {
    text-align: left;
}
}
@media(max-width: 480px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 11px 0;
        font-size: 15px;
    }
    .navbar-light .navbar-brand {
        font-size: 42px;
    }
    .navbar-toggler {
        padding: 0.40rem 0.8rem;
    }
	.banner-agile-1 {
    min-height: 230px;
}
.vent3l_header {
    font-size: 35px;
}
footer h3 {
    font-size: 1.4em;
}
.banner-text-whtree h3 {
    font-size: 29px;
}
.pager {
    bottom: 65px;
    left: 39%;
}
.banner-text-posi-vent3ls {
    top: 28%;
}
.banner-vent3ls-1, .banner-vent3ls-2, .banner-vent3ls-3, .banner-vent3ls-4, .banner-vent3ls-5, .banner-agile {
    min-height: 430px;
}
.new_top h3 {
    font-size: 18px;
}
.test-tooltip1:after {
    bottom: -7%;
}
}
@media(max-width: 440px) {
  footer p {
    font-size: 14px;
}  
.copyrightbottom p {
    font-size: 14px;
}
.map-section iframe {
    height: 240px;
}
.ventree_text {
    padding-top: 7.5em;
}
p.card-text {
    font-size: 14px;
}
.choose_top p {
    font-size: 14px;
}
.welcome-left p {
    font-size: 14px;
}
.welcome-left h4 {
    font-size: 14px;
}
.welcome-left h3 {
    font-size: 28px;
}
.agile_testimonials_grid p {
    font-size: 14px;
}
}
@media(max-width: 414px) {
 .banner-agile-1 {
    min-height: 200px;
}  
.vent3_agile_testimonials_grid_right {
    padding: 1em 3em;
}
}
@media(max-width: 384px) {
 .ventree_text {
    padding-top: 6.5em;
}  
}
@media(max-width: 375px) {
  .pager {
    bottom: 29px;
    left: 35%;
  }
}
@media(max-width: 320px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        font-size: 14px;
    }
    .navbar-light .navbar-brand {
        font-size: 40px;
    }
    h3.title {
        font-size: 32px;
    }
	.banner-agile-1 {
    min-height: 170px;
}
.vent3l_header {
    font-size: 32px;
}
.ventree_text {
    padding-top: 5em;
}
.choose_top {
    padding: 55px 28px;
}
.choose_top h3 {
    font-size: 17px;
}
.banner-text-whtree h3 {
    font-size: 26px;
}
.banner-text-posi-vent3ls {
    top: 20%;
}
.banner-vent3ls-1, .banner-vent3ls-2, .banner-vent3ls-3, .banner-vent3ls-4, .banner-vent3ls-5, .banner-agile {
    min-height: 390px;
}
.banner-text-whtree p {
    padding:0 10px !important;
}
.pager {
    bottom: 42px;
    left: 33%;
}
.tex-t {
    padding: 2em 1em 0;
}
.test-tooltip1:after {
    bottom: -5%;
}
}
/*--//responsive--*/
/* line 10, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.84);
  z-index: 30;
  transition: all 600ms cubic-bezier(0.86, 0, 0.07, 1);
  box-sizing: border-box;
  transform: scale(0);
  z-index: 9999 !important;
}

/* line 27, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box.lsb-active {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 40, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box .lsb-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  margin: auto;
  padding: 20px;
  transition: all 0.5s;
  height: 100%;
}

/* line 54, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box .lsb-image-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

/* line 68, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box img.lsb-image {
  position: relative;
  max-height: 0%;
  max-width: 0%;
  cursor: pointer;
  min-width: 0;
  min-height: 0;
  margin: auto;
  transition: all 0.95s cubic-bezier(0.12, 0.58, 0.26, 0.99);
  user-select: none;
  object-fit: scale-down;
}

/* line 80, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box img.lsb-image.lsb-image-loaded {
  max-height: 100%;
  max-width: 100%;
  min-height: 1px;
  border: 3px solid rgba(0, 0, 0, 0.18);
  border-radius: 3px;
}

/* line 90, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box .lsb-no-image-found {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  height: 100%;
  width: 100%;
  padding: 10px;
  margin: auto;
  overflow: visible;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

/* line 106, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box .lsb-no-image-found .no-found-msg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  margin: 0 auto;
}

/* line 117, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box .lsb-control-panel {
  position: absolute;
  bottom: 5px;
  right: 50%;
  transform: translateX(50%);
  z-index: 2;
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0.64);
  border-radius: 3px;
  opacity: .5;
}

/* line 128, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box .lsb-control-panel:hover {
  opacity: 1;
}

/* line 133, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box .lsb-panel-button {
  font-size: 22px;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  width: 30px;
  height: 28px;
  margin: 2px 5px;
}

/* line 143, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box .lsb-panel-button:not(:last-child) {
  margin-right: 10px;
}

/* line 152, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box .lsb-download {
  text-decoration: underline;
}

/* line 156, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box .lsb-autoplay-playing {
  line-height: 23px;
  font-size: 18px;
  word-spacing: -7px;
  font-weight: bolder;
  vertical-align: bottom;
}

/* line 164, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box .lsb-header {
  position: absolute;
  top: 9px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 32;
  margin: 0;
  padding: 0;
  display: block;
  background: transparent;
}

/* line 176, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box .lsb-image-title {
  display: block;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 14px;
  text-shadow: 0 1px 4px #000000;
  background: rgba(0, 0, 0, 0.32);
  transition: opacity 0.5s ease-out;
  opacity: 0;
}

/* line 177, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box .lsb-image-title:not(:empty) {
  opacity: 1;
}

/* line 190, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box .lsb-image-title.lsb-image-notitle {
  opacity: 0;
}

/* line 195, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box .lsb-image-count {
  display: block;
  margin-right: 5px;
  font-weight: 500;
  color: #ffffff;
  font-size: 11px;
  text-shadow: 0 1px 4px #000000;
  background: transparent;
}

/* line 205, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box .lsb-control {
  cursor: pointer;
  color: #ffffff;
  overflow: visible;
  text-shadow: 0 0 2px #000;
}

/* line 211, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box .lsb-control:hover {
  color: #ffffff;
  text-shadow: 0 0 2px #000, 0 0 20px #ffffff;
}

/* line 217, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box .lsb-control-text {
  font-family: Monaco, monospace;
  font-size: 45px;
  font-weight: bold;
}

/* line 223, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box .lsb-prev,
.lightspeed-box .lsb-next {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 20%;
  height: 100%;
  top: 0;
  z-index: 2;
}

/* line 233, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box .lsb-prev {
  left: 0;
  text-align: left;
}

/* line 236, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box .lsb-prev .lsb-control-text {
  margin-left: 30px;
}

/* line 241, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box .lsb-next {
  right: 0;
  text-align: right;
}

/* line 244, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box .lsb-next .lsb-control-text {
  margin-right: 30px;
}

/* line 248, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box .lsb-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 25%;
  z-index: 3;
  text-align: right;
}

/* line 256, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.lightspeed-box .lsb-close .lsb-control-text {
  display: inline-block;
  margin-top: 17px;
  margin-right: 30px;
  font-size: 30px;
}

/* line 267, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon {
  margin: auto;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 277, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 283, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  animation: waitingiconSicrleDelay 1.2s infinite ease-in-out both;
}

/* line 293, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle:nth-child(1) {
  transform: rotate(30deg);
}

/* line 296, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle:nth-child(1)::before {
  animation-delay: -1.3s;
}

/* line 293, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle:nth-child(2) {
  transform: rotate(60deg);
}

/* line 296, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle:nth-child(2)::before {
  animation-delay: -1.4s;
}

/* line 293, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle:nth-child(3) {
  transform: rotate(90deg);
}

/* line 296, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle:nth-child(3)::before {
  animation-delay: -1.5s;
}

/* line 293, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle:nth-child(4) {
  transform: rotate(120deg);
}

/* line 296, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle:nth-child(4)::before {
  animation-delay: -1.6s;
}

/* line 293, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle:nth-child(5) {
  transform: rotate(150deg);
}

/* line 296, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle:nth-child(5)::before {
  animation-delay: -1.7s;
}

/* line 293, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle:nth-child(6) {
  transform: rotate(180deg);
}

/* line 296, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle:nth-child(6)::before {
  animation-delay: -1.8s;
}

/* line 293, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle:nth-child(7) {
  transform: rotate(210deg);
}

/* line 296, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle:nth-child(7)::before {
  animation-delay: -1.9s;
}

/* line 293, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle:nth-child(8) {
  transform: rotate(240deg);
}

/* line 296, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle:nth-child(8)::before {
  animation-delay: -2s;
}

/* line 293, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle:nth-child(9) {
  transform: rotate(270deg);
}

/* line 296, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle:nth-child(9)::before {
  animation-delay: -2.1s;
}

/* line 293, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle:nth-child(10) {
  transform: rotate(300deg);
}

/* line 296, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle:nth-child(10)::before {
  animation-delay: -2.2s;
}

/* line 293, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle:nth-child(11) {
  transform: rotate(330deg);
}

/* line 296, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle:nth-child(11)::before {
  animation-delay: -2.3s;
}

/* line 293, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle:nth-child(12) {
  transform: rotate(360deg);
}

/* line 296, D:/yadisk/YandexDisk/web-dev/lsb-lightbox/src/lsb.scss */

.waitingicon .waitingicon-circle:nth-child(12)::before {
  animation-delay: -2.4s;
}

@keyframes waitingiconSicrleDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/*# sourceMappingURL=lsb.css.map */

@media(max-width: 736px) {
  .lightspeed-box img.lsb-image.lsb-image-loaded {
    max-width: 83%;
  }
}

@media(max-width: 480px) {
  .lightspeed-box img.lsb-image.lsb-image-loaded {
    max-width: 74%;
  }
}

@media(max-width: 320px) {
  .lightspeed-box .lsb-prev .lsb-control-text {
    margin-left: 14px;
  }
  .lightspeed-box .lsb-next .lsb-control-text {
    margin-right: 16px;
  }
}