/*--------------------- Copyright (c) 2018 -----------------------
[Master Stylesheet]

Project: products Responsive HTML Template
Version: 1.0.0
Assigned to: ThemeForest
-------------------------------------------------------------------

[Table of contents]

1. Body
2. Typography css / a
3. Main Wrapper / .prt_main_wrapper
4. About css Start / .prt_about_wrapper
5. Contact Page css Start / .prt_contact_wrapper
6. information css Start / .prt_information_wrapper
7. products css Start / .prt_products_wrapper
8. Footer css Start / .prt_footer_wrapper
9. Responsive css Start / .prt_counter_box
-------------------------------------------------------------------*/
/*--------- Body Strat -------*/
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: black;

	-webkit-font-smoothing: antialiased;
}
/*--------- Body End -------*/
/*---------- Typography Css Start -------*/
a {
	color: rgba(0, 0, 0, 0);
	
	cursor:pointer;
}
a:hover, a:focus {
	color:#dbf2ff;
	
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.1;
	color: #202020;
}
img {
	max-width: 100%;
}
.fototest {
  max-width: 400px;
}
input, textarea, select, button {
	outline: none;
	box-shadow:none;
}
input:focus, textarea:focus, select:focus, button:focus {
	outline: none;
	box-shadow:none;
}
.prt_toppadder10{
	padding-top:10px;
}
.prt_toppadder20{
	padding-top:20px;
}
.prt_toppadder30{
	padding-top:30px;
}
.prt_toppadder40{
	padding-top:40px;
}
.prt_toppadder50{
	padding-top:50px;
    
}
.prt_toppadder60{
	padding-top:60px;
}
.prt_toppadder70{
	padding-top:70px;
}
.prt_toppadder80{
	padding-top:80px;
}
.prt_toppadder90{
	padding-top:90px;
}
.prt_toppadder100{
	padding-top:100px;
}
.prt_toppadder115{
	padding-top:115px;
}
.prt_bottompadder10{
	padding-bottom:10px;
}
.prt_bottompadder20{
	padding-bottom:20px;
}
.prt_bottompadder30{
	padding-bottom:30px;
}
.prt_bottompadder40{
	padding-bottom:40px;
}
.prt_bottompadder50{
	padding-bottom:50px;
}
.prt_bottompadder60{
	padding-bottom:60px;
}
.prt_bottompadder70{
	padding-bottom:70px;
}
.prt_bottompadder80{
	padding-bottom:80px;
}
.prt_bottompadder90{
	padding-bottom:40px;
}
.prt_bottompadder100{
	padding-bottom:20px;
}
.prt_bottompadder115{
	padding-bottom:0px;
}
.prt_padderboth120{
	padding:20px 0px;
}

.slider-container
{
	margin: 0 auto;
	padding: 0;
	width: 550px;
  min-height: 180px;
  border-bottom: 1px solid #ccc;
}
 
.slider-container h4
{
 	color: #0A7FAD;
  text-shadow: -1px 0px 0px rgba(0, 0, 0, 0.50);
}
 
.slider-container  p
{
	margin: 10px 25px;
	font-weight: semi-bold;
	line-height: 150%;
	text-align: justify;
}
 
            

p{
    
     font-size: 16px;
     line-height: 1.7;
   letter-spacing: -0.2px;
     color: #777474;

}
 p.subtitle{
    font-size: 22px;
  line-height: 1.2;
}
/* Headings */


h9 {
    font-size:26px;
    text-align: center; 
    line-height: 1.1;
    font-weight:700;

    display: block;
    margin-left: auto;
    margin-right: auto 
}
 h1 {
     font-size:68px;

     line-height: 1.1;
     font-weight:700;
     margin-bottom: 20px;
     margin-top: 0px;
}
 h1 span{
     font-size:42px;
     line-height:46px;
     font-weight:400;
     text-transform: none;
} 

 h2 {
     font-size: 62px;
     font-family: 'Cherry Swash';
     text-align: center;
     margin-top: 0px;
     color:#613c41;
     font-weight:700;
     padding: 10px 
}
 h3 {
     color:black;
     font-family: 'Karla',sans-serif;
     font-size: 40px;
     line-height: 1.1;
     letter-spacing:-0.8px;
     margin-top: 0px;
     font-weight:700;
     position: relative;
     margin-bottom:20px;
}
 h4 {
     font-family: 'Cherry Swash',serif;
     font-size: 23px;
     color: #252525;
     font-weight:700;
    
     line-height: 1.1;
     margin-bottom:10px;
     margin-top:0px;
}
 h5 {
     font-size: 20px;

     letter-spacing:-0.8px;
     font-weight: 450;
     font-family: 'Karla',serif;
     margin-bottom: 10px;
     color: #00aeff;
}
 h6 {
     font-size: 22px;
     line-height:1.2;
     margin-bottom: 20px;
     text-transform: uppercase;
     font-family: 'Karla',sans-serif;
     font-weight: 700;
     letter-spacing:-0.8px;
     margin-top: 20px;
}
 h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
     text-transform:none;
}
/* Links */
 a {
    font-weight:400;
    transition: color .2s ease-in-out;
}
 a:hover, a:focus {
    text-decoration: none;
}
/* Lists */
 ul{
     list-style-type: none;
    margin-left: -40px;
}
 ul.custom{
     list-style-type: none;
     margin-left: -40px;
   font-weight:700;
}

 ul.custom li:before {
     font-family: "Flaticon";
     content: "\f111";
   font-weight:normal;
     padding-right: 11px;
     font-size: 20px;
}
/* Others */
 .header-h3 {
     padding: 20px;
     margin: 0 auto;
     left: 0;
     right: 0;
     border-radius: 30px;
     display: table;
     margin: auto;
     z-index: 99;
}
 .text-light {
    color: #fff;
}
/*=========================== Preloader ============================ */
 #loading{
     height: 100%;
     width: 100%;
     position: fixed;
     z-index: 999999;
     margin-top: 0px;
     top: 0px;
     background:#fff;
}
 #loading-center{
     width: 100%;
     height: 100%;
     position: relative;
}
 #loading-center-absolute {
     position: absolute;
     left: 50%;
     top: 50%;
     width: 120px;
     margin-top: -75px;
     margin-left: -55px;
}
 .object-load{
     width: 20px;
     height: 20px;
     float: left;
     margin-right: 20px;
     margin-top: 65px;
     border-radius: 50% 50% 50% 50%;
}
 #object_one {
     animation: object_one 1.5s infinite;
}
 #object_two {
     animation: object_two 1.5s infinite;
     animation-delay: 0.25s;
}
 #object_three {
     animation: object_three 1.5s infinite;
     animation-delay: 0.5s;
}
 @keyframes object_one {
     75% {
         transform: scale(0);
    }
}
 @keyframes object_two {
     75% {
         transform: scale(0);
    }
}
 @keyframes object_three {
     75% {
         transform: scale(0);
    }
}

@media( max-wisth:400px){

}
.wrapper{
    width:100vh;
}
* {
  margin: 0;
  box-sizing: border-box;
}

/*=========================== Navigation ============================ */
 .navbar {
     margin-bottom: 0;
     background: #f5f5f2;
}
 .navbar-custom{
     border-radius: 0px 0px 100px 100px;
     
}
 .navbar-right {
     float: right!important;
     text-align:right;
}
 .navbar-left {
     float: left;
     text-align:left;
}
 .navbar-nav > li > a {
     line-height: 58px;
     transition: background .2s ease-in-out;
}
 .navbar-custom ul.nav li a {
     font-size: 16px;
     text-align: center;
     transition: background .2s ease-in-out;
     font-family: 'Cherry Swash',sans-serif;
     color:#656565;
     letter-spacing: 0.2px;
     font-weight:600;
     transition: all 0.3s ease-in-out;
     background:transparent;
}
 .navbar-custom ul.nav ul.dropdown-menu {
     border-radius: 0px 0px 20px 20px;
     text-align: center;
     border: 0px;
}
 .navbar-custom ul.nav ul.dropdown-menu li:last-child {
    border-bottom: none;
}
 .navbar-custom ul.nav ul.dropdown-menu li a {
     margin: 5px;
     line-height: 40px;
     color:#fff;
     border-radius:20px;
     display:inline-block;
}
 .nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
     background:transparent;
}
.dropdown-menu .divider {
    background-color: #cecece;
}
/* Responsive navbar */
 .navbar-toggle:focus, .navbar-toggle:active{
    outline: 0;
}
 .navbar-toggle{
     font-size: 35px;
     color: #fff;
     transition: all .2s ease-in-out;
     position: relative;
     float: right;
     border-radius: 50%;
     min-width: 70px;
}
/* Left navbar */

#logo-left{
    max-height: 100px;
    position: absolute;
    margin-top: -18px;
}
#logo-left img {
    max-height: 100px;
}





/*=========================== Logo ============================ */

 .navbar-brand-centered {
     background: #f5f5f2;
     box-shadow: 0px 4px 0px rgba(103, 102, 102, 0.12);
     border-radius: 0 0 50% 50%;
     max-height: 90px;
     left: 0;
     right: 0;
     top: 0%;
     padding: 65px 85px;
     margin: auto;
     position: absolute;
     width: 170px;
     transition: all .2s ease-in-out;
}
 .navbar-brand-centered img {
     position: absolute;
     left: 0;
     right: 0;
     top:7%;
     margin: auto;
}

/* =========================== Main Slider ============================ */
 #slider{
     width:100% !important;
 }
 #slider .blob-btn {
  margin-top: 10px;
    box-shadow: -1px 1px 20px rgb(0, 0, 0);
 }
 * {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */


/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
 .ls-bg-wrap:after, .ls-slide-transition-wrapper:before {
     transition: 0.8s ease-in-out;
     content: "";
     width: 100%;
     height: 100%;
     z-index:999;
     top:0;
     left: 0;
     position: absolute;
}
 .header-wrapper {
     width: 100%!important;
}
 .ls-outline .ls-nav-prev, .ls-outline .ls-nav-next{
     z-index:99!important;
}
/* Header-text */
 .header-wrapper .header-text {
     margin-top:20%;
     white-space:normal;
}
 .header-text{
     z-index:99999999;
     border-radius: 20px 100px;
     width:75%;
     margin-left:12%;
     text-align:center;
     padding: 60px!important;
}
 .header-text h1{
     color:#fff;
     margin-bottom:20px;
}
 .header-p{
    width:90%;
    margin-left:5%;
     font-size:24px;
     line-height:33px;
     margin-bottom:20px;
     color: #fff;
}
/*=========================== Services ============================ */
#information .subtitle{
  margin-bottom:40px;
}
/* Services boxes */
 #information .media-body{
    padding-top:10px;
}
 #information .media i{
     font-size: 90px;
     display: inline-block;
     backface-visibility: hidden;
     transition: all 0.3s ease-in-out;
}
 #information .media:hover i{
     transform: translateZ(0);
     filter: blur(.0px);
     transform: scale(1.2) rotate(-10deg);
}
 #information .media{
     padding: 40px;
}
.features-icon {
  border-radius:30px;
}
/*=========================== Newsletter ============================ */
 .newsletter h4{
    line-height:50px;
}
 .newsletter-img {
     top: -200px;
     position:absolute;
     left: 0px;
     z-index:999;
}
/* Mailchimp message */
 #mce-error-response, #mce-success-response{
     display:none;
     margin-top: 10px;
     border-radius:20px;
}
 #mc_embed_signup div {
     text-align:center;
     border-radius: 20px;
     margin: 0 auto;
}
/*=========================== Reviews ============================ */
 .testimonial{
    margin: 20px 15px 0;
}
 .testimonial .testimonial-pic{
     max-width: 200px;
     max-height: 200px;
     border-radius: 50%;
     float: none;
     border: 5px solid;
     position: relative;
     margin: 0 auto;
     transition: all 0.2s ease;
}
 .testimonial .testimonial-pic:after{
     content: "\f10d";
     font-family: fontawesome;
     width: 56px;
     height: 56px;
     line-height: 56px;
     border-radius: 50%;
     text-align: center;
     font-size: 26px;
     position: absolute;
     top: 155px;
     color:#fff;
     left: 0;
}
 .testimonial .testimonial-content{
     padding: 10px;
     margin-top: 20px;
     text-align:center;
}
 .testimonial .testimonial-title{
     font-size: 24px;
     margin-top:20px;
     margin-bottom:0px;
     display: inline-block;
     font-family: 'Cherry Swash', cursive;
}
 .testimonial .post{
     font-weight: 700;
     font-size: 14px;
     display:block;
}
/* =========================== Menu ============================ */


 #menu{
     background-image:url(../img/bgmenu.jpg);
     background-size:cover;
     background-attachment:fixed;
}
 #menu h3{
     color: #613b41;
}
/* Menu styling */
 .menu-body {
     margin: 0 auto;
     padding-top:30px;

     color: rgb(92, 92, 92);
}
 .menu-section-title {
     font-size: 50px;
     display: block;
     font-weight:normal;
     margin: 20px 0;
     text-align: center;
}
 .menu-item {
     margin: 35px 10px;
     font-size: 18px;
     transition: all 0.2s ease-in-out;
}
/* menu Name */
 .menu-item-name{
     text-align:left;
     font-size: 20px;
     font-weight:700;
   
}
/* menu Description */
 .menu-item-description {
     font-size: .7em;
     line-height: 1.3em;
     margin-top:8px;
     text-align:left;
}
/* menu Price */
 .menu-item-price{
     float: right;
     margin-top: -32px;
     height: 60px;
     background: #fff;
     font-weight: 700;
     line-height: 50px;
     font-size: 22px;
     transition: all 0.3s;
     font-family: 'Cherry swash';
}
/*=========================== Blog ============================ */
/* Blog Preview */

 .blog-prev {
     float: left;
     overflow: hidden;
     width: 100%;
     background-color: #f5f5f2;
     text-align: left;
     font-size: 16px;
     border-radius:30px;
}
 .blog-prev * {
     -webkit-transition: all 0.2s ease;
     transition: all 0.2s ease;
}
 .blog-prev img {
     max-width: 100%;
     vertical-align: top;
     -webkit-transform-origin: 50% 100%;
     transform-origin: 50% 100%;
     -webkit-transition: all 0.4s ease;
     transition: all 0.4s ease;
}
 .blog-prev .blog-caption {
     padding: 35px 25px 25px 35px
}
 .blog-prev .date, .blog-prev .date-icon {
     top: 25px;
     color: #fff;
     left: 25px;
     min-height: 60px;
     min-width: 60px;
     position: absolute;
     text-align: center;
}
 .blog-prev .date {
     border-radius:10px;
     box-shadow: 0px 1px 9px 1px #fff;
     -webkit-transition-delay: 0.2s;
     transition-delay: 0.2s;
     font-size: 22px;
     font-weight: 700;
     text-transform: uppercase;
}
 .blog-prev .date span {
     display: block;
     line-height: 30px;
}
 .blog-prev .date .month {
     font-size: 16px;
     background-color: rgba(0, 0, 0, 0.1);
}
 .blog-prev:hover img {
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
}
 .blog-prev:hover .date{
     -webkit-transform: rotateY(40deg);
     transform: rotateY(40deg);
     -webkit-transition-delay: 0s;
     transition-delay: 0s;
}
 .blog-prev:hover i {
     -webkit-transform: rotateY(0);
     transform: rotateY(0);
     -webkit-transition-delay: 0.2s;
     transition-delay: 0.2s;
}
.blog-prev .post-info{
    margin-bottom:0px;
}
/* Blog post style */
 .post-review{
    margin-top: 20px;
}
 .post-comment{
     top: 50px;
     padding: 20px 30px;
     line-height: 1;
     text-align: center;
     z-index: 99;
     color: #fff;
     border-radius: 20px;
     position: absolute;
     right: 20px;
}
 .post-comment li{
     list-style:none;
     font-size:24px;
     line-height: 14px;
     font-weight:700;
}
 .post-comment li small{
     display:block;
     margin-top:5px;
     font-size: 15px;
     text-transform: capitalize;
}
 .post-comment li:after{
     content: "";
     border-bottom:1px solid lightgray;
     margin:10px;
     display: block;
}
 .post-comment li:last-child:after{
     border-bottom: 0px none;
     margin: 0;
}
 .post-comment a{
    color:#fff;
}
/* Jumbotron */
 #blog-main .jumbotron {
     background : url(../img/jumbotron.jpg) no-repeat;
     background-size:cover !important;
}
/*Headers */
 .blog-post h3 {
     transition: all 0.2s ease-in-out;
     border-radius: 10px;
     margin-top: -20px;
     margin-bottom:20px;
     transition: all 0.2s ease-in-out;
}
 .blog-post h3 a{
     color:#fff;
     text-align:center;
}
 .blog-post h4 a{
  transition: all 0.2s ease-in-out;
    color: #613b41;
}
 #blog-page h6 {
    margin-bottom :10px;
}
/* Post info */
 .post-info {
    margin-bottom: 10px;
}
 .post-info p {
     display: inline-block;
     font-weight:600;
}
 .post-info p + p {
    line-height: 0px !important;
     margin:10px;
}
 .post-info i {
    margin-right: 5px;
}
/* blog post */
 .blog-post {
     transition: all 0.2s ease-in-out;
     padding:20px;
}
 .blog-post.btn, .blog-post.blob-btn{
     text-align:center;
}
 #blog-main {
    padding-top:0px!important;
}
 #blog-main .blog-post {
     padding: 40px;
     border-top: 1px dotted #cecece;
}
 #blog-main .blog-post:first-child {
    border-top:0;
}
 .blog-post i {
    margin-right : 5px;
}
 .blog-post.post-main{
    text-align:left;
}
 .post-main h2{
    text-align:left;
}
 .post-main .post-info .blog-tags{
    margin-top:40px;
}
 .img-main-blog{
    margin-bottom:20px;
}
/* Blog tags */
 .blog-tags a {
     border-radius: 5px;
     color: #fff;
     display: inline-block;
     line-height: 26px;
     font-weight: normal;
     font-family:'Cherry Swash';
     padding: 0 20px 0 23px;
     position: relative;
     margin: 0 10px 10px 0;
     text-decoration: none;
     -webkit-transition: color 0.2s;
}
 .blog-tags a::before {
     background: #fff;
     border-radius: 5px;
     box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
     content: '';
     height: 6px;
     left: 10px;
     position: absolute;
     width: 6px;
     top: 10px;
}
 .post-info .blog-tags {
    margin-top:20px;
}
/* popular posts */
 .popular-posts .media{
     padding:0px;
     text-align:left;
     border-bottom:1px dotted #cecece;
     padding:10px 0px;
     margin-top:0px;
   margin-left: 40px;
}
 .popular-posts .panel-body,
  .popular-posts.panel{
   padding:0px;
   margin-bottom:0px!important;
 }
 .popular-posts .media:last-child{
     border-bottom:0px;
     padding-bottom:0px;
}
 .popular-posts .media h6{
     font-size:16px;
     line-height:22px;
}
 .popular-posts .media img{
    max-width:80px;
}

/* Comments */
 .comment-form.media{
    margin-top:30px;
}
 .comments-block{
     padding:20px;
     margin:30px 0px 30px 0px;
}
 .comment.media-body {
    margin-right: 10px;
}
 .comments-block .btn{
    padding: 10px;
  color:#fff;
}
 .comments-block .media-object{
     max-width:120px;
     float: left;
     border:4px solid;
     margin-right:10px;
}
 .comment {
     border-bottom: 1px solid rgba(206, 206, 206, 0.56);
     margin: 40px auto 20px;
     padding: 30px;
     position: relative;
}
 .nested {
    display: inline-block;
     border-bottom:0px;
}
 .page-title{
    padding:30px;
     margin-bottom:50px;
}
/* =========================== Catering ============================ */
 #catering{
     background-image: url("../img/cateringbg.png");
     background-repeat:no-repeat;
     background-position:-10%;
     background-attachment:fixed;
}
 .pricing-container .pricing-table {
     position: relative;
}
 .pricing-container .plan-desc p, .pricing-container .plan-price{
    color:#fff!important;
}
 .pricing-container .pricing-inner {
     text-align: center;
     border-radius:30px;
     padding: 50px 20px;
     color: #fff!important;
     transition: all 0.7s ease-in-out;
}
 .pricing-container .pricing-table:hover .pricing-inner {
     transform: scale(1.1);
     box-shadow: 2px -4px 15px 2px #c5c4c4;
}
 .pricing-container .pricing-inner .plan-name {
     position: relative;
     margin-bottom:30px;
}
 .pricing-container .pricing-inner .plan-name i{
     font-size: 90px;
}
 .pricing-container .pricing-inner .plan-name small{
     font-size: 14px;
     text-transform:uppercase;
     font-weight:700;
}
 .pricing-container .pricing-inner .plan-price-container {
     overflow: hidden;
}
 .pricing-container .pricing-inner .plan-price {
     font-size: 46px;
     margin: 0;
     font-weight: 800;
}

/* ===========================  Stats ============================ */
 #counter-section{
    background-image: url("../img/counterbg.jpg");
     background-size:cover;
     background-attachment:fixed;
}
/* number counter */
 .counter{
     margin-top: 30px;
     border-radius: 20px;
     color: #fff;
     text-align: center;
     position: relative;
}
 .counter .counter-icon{
     display: block;
     font-size: 70px;
     margin: 7px 0;
     height: 100px;
}
 .counter .counter-value{
     display: block;
     color:#fff;
     font-weight: 700;
     font-size: 40px;
     letter-spacing: 2px;
     margin-bottom: 30px;
     position: relative;
}
 .counter .counter-value:before{
     content: "";
     width: 30%;
     height: 3px;
     background: rgba(255,255,255,0.3);
     margin: 0 auto;
     position: absolute;
     bottom: -10px;
     left: 0;
     right: 0;
}
 .counter .title{
     color: #fff;
     margin: 0;
}
/* ===========================  Gallery ============================ */
/* Polaroids */
 ul.polaroids {
   padding:20px;
     margin: 0;
}
 ul.polaroids p {
     text-align:center;
     padding-top:40px;
     font-size:20px;
     color: #613b41;
     font-family:'Cherry swash';
     line-height:22px;
     font-weight:normal;
     transform: translate3d(0,0,0);
}
 ul.polaroids li {
     list-style:none;
     transform: rotate(6deg);
     box-shadow: 0 3px 6px rgba(0,0,0,.25);
     padding:30px;
     background-color:#fff;
     transition: transform .8s ease-in-out;
}
/* Rotate all even images 2 degrees */
 ul.polaroids li:nth-child(even) {
     transform: rotate(-4deg);
     margin-top:60px;
}
/* Hover effect*/
 ul.polaroids li:nth-child(even):hover {
     transform: rotate(-8deg);
     box-shadow: 0 3px 17px rgba(0, 0, 0, 0.48);
}
 ul.polaroids li:nth-child(3n):hover, ul.polaroids li:nth-child(5n):hover {
     transform: rotate(7deg);
     box-shadow: 0 3px 17px rgba(0, 0, 0, 0.48);
}
 ul.polaroids li:hover{
    transform: rotate(9deg);
}

/*=========================== Team ============================ */
 .our-team{
     border-radius: 20px;
     padding: 30px 0 40px;
     background: #f5f5f2;
     text-align: center;
     overflow: hidden;
     position: relative;
}
 .our-team .pic{
     display: inline-block;
     width:90%;
     margin-bottom: 20px;
     z-index: 1;
     position: relative;
}
 .our-team .pic:before{
     content: "";
     width: 100%;
     height: 0;
     border-radius: 50%;
     position: absolute;
     bottom: 135%;
     right: 0;
     left: 0;
     opacity: 0.2;
     transform: scale(3);
     transition: all 0.3s linear 0s;
}
 .our-team:hover .pic:before{
     height: 100%;
}
 .our-team .pic:after{
     content: "";
     width: 100%;
     height: 100%;
     border-radius: 50%;
     position: absolute;
     top: 0;
     left: 0;
     z-index: -1;
}
 .our-team .pic img{
     width: 100%;
     height: auto;
     border-radius: 50%;
     transform: scale(0.9);
     transition: all 0.9s ease 0s;
}
 .our-team:hover .pic img{
     transform: scale(0.7);
}
 .our-team .team-content{
     margin-bottom: 30px;
}
 .our-team .title{
     font-size: 26px;
     font-weight: 700;
     margin-bottom: 5px;
}
 .our-team .post{
     display: block;
     font-size: 15px;
   font-weight:700;
     text-transform:uppercase;
}
 .our-team .social{
     width: 100%;
     padding: 0;
     margin: 0;
     position: absolute;
     bottom: 0px;
     left: 0;
     transition: all 0.5s ease 0s;
}
 .our-team .social li{
     display: inline-block;
}
 .our-team .social li a{
     display: block;
     padding: 10px;
     font-size: 17px;
     color: #fff;
     transition: all 0.3s ease 0s;
}
 .our-team .social li a:hover{
     background: #f7f5ec;
}

/* =========================== Call to action ============================ */
 #call-to-action{
     background-image:url(../img/calltoaction.jpg);
     background-size:cover;
     background-attachment:fixed;
}
/*=========================== Contact ============================ */
 .contact-icon {
     background:#f5f5f2;
     text-align: center;
     padding: 30px;
     border-radius:30px;
     min-height: 210px;
}
 .contact-icon .subtitle{
    color:#613c41;
}
 .contact-icon-info {
     margin-top: 30px;
}
 .contact-icon-info p {
     font-weight: 700;
}
 .contact-icon .top-icon {
     transition: all .3s ease-out;
     font-size: 40px;
     top: -35px;
     position: absolute;
     right: 0;
     left: 0;
     width: 100px;
     margin: auto;
     border-radius: 50%;
     width: 70px;
     height: 70px;
     line-height: 70px;
     color: #fff;
}
 .contact-icon:hover .top-icon {
     top: -50px;
     box-shadow: 2px 10px 20px #cecece;
}
 .margin-icon {
     margin-right: 10px;
}
/*Map */
 #map-canvas {
     max-width:100%;
     height: 700px;
   z-index: 0;
     border-radius:30px;
}
/*=========================== Footer ============================ */

 footer a{
     font-weight:700;
}
 footer p, footer ul{
   font-size: 14px;
     color:#fff;
}
 footer img{
    max-width: 280px;
}
 .credits{
    margin-top:40px;
}
 .credits p{
    font-size:13px;
}
/* Go to top icon */
 .back-to-top {
     display: none;
     position: fixed;
     bottom: 30px;
     right: 8px;
     z-index:119;
}
 .back-to-top i {
     display: block;
     width: 44px;
     border-radius:50%;
     height: 44px;
     line-height: 40px;
     font-size: 22px;
     color: #fff!important;
     text-align: center;
     transition: all 0.2s ease-in-out;
     box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
/*=========================== Miscellaneous ============================ */
/* Box Reveal effect */
 @keyframes goLeft {
     from {
         left: 100%;
         right: 0;
    }
     40% {
         left: 0;
         right: 0;
    }
     60% {
         left: 0;
         right: 0;
    }
     to {
         left: 0;
         right: 100%;
    }
}
 .revealedBox-in.goLeft > span{
     height: 100%;
     top: 0;
}
 .revealedBox-in.goLeft.childrenSpan-2 > span{
     height: 50%;
}
 .revealedBox-in.goLeft.childrenSpan-2 > span:nth-child(2){
     top: 50%;
}
 .revealedBox-in.goLeft.childrenSpan-3 > span{
     height: 33.33333%;
}
 .revealedBox-in.goLeft.childrenSpan-3 > span:nth-child(2){
     top: 33.33333%;
}
 .revealedBox-in.goLeft.childrenSpan-3 > span:nth-child(3) {
     top: 66.66666%;
}
 .revealedBox-in.goLeft.childrenSpan-4 > span{
     height: 25%;
}
 .revealedBox-in.goLeft.childrenSpan-4 > span:nth-child(2) {
     top: 25%;
}
 .revealedBox-in.goLeft.childrenSpan-4 > span:nth-child(3) {
     top: 50%;
}
 .revealedBox-in.goLeft.childrenSpan-4 > span:nth-child(4) {
     top: 75%;
}
 .revealedBox .contentBox {
     opacity: 0;
}
 .revealedBox > span {
     position: absolute;
     display: block;
}
 .revealedBox-in > .contentBox {
     opacity: 1;
     transition-delay: 1.05s;
}
 .revealedBox-in.goLeft > span {
     animation: goLeft 1.4s;
}
 .revealedBox-in > span {
     animation-delay: 0.1s;
}
 .revealedBox-in > span:nth-child(2) {
     animation-delay: 0.2s;
}
 .revealedBox-in > span:nth-child(3) {
     animation-delay: 0.3s;
}
 .revealedBox-in > span:nth-child(4) {
     animation-delay: 0.4s;
}
 .revealedBox-in > span:nth-child(5) {
     animation-delay: 0.5s;
}
/* Parallax objects */
 .parallax-object{
     z-index:99;
     max-height:404px;
}
/* svg divider */
 #curveUpColor{
     margin-bottom: -10px;
}
 #curveUp{
     margin-top: -100px;
     z-index: 99;
     position: absolute;
}
 #curveUp path {
     fill: #Fff;
     stroke: #Fff;
}
/* Dotted border shape/section */
 .border-dotted{
     border-bottom: 4px dotted #fff;
}
/* Owl-carousel */
 .owl-carousel .owl-item {
    perspective: 1000px;
}
 .owl-prev,.owl-next{
     position: absolute;
     top: 50%;
     text-align: center;
     padding: 10px;
     width: 40px;
     height: 40px;
     border-radius:50px;
     box-shadow: 3px 3px 0px rgba(103, 102, 102, 0.2);
     line-height: 16px;
}
 .owl-prev{
    left: -20px;
}
 .owl-next {
    right: -20px;
}
 .owl-prev:hover, .owl-next:hover {
    transition: all .3s ease-in-out;
}
 .owl-prev i, .owl-next i {
     color:#fff;
     vertical-align:middle;
     line-height: 10px;
}
 .owl-carousel.owl-loaded {
     display: block;
     clear: both;
    /* Important fix */
}
 .owl-dots{
     text-align:center;
     margin-top:20px;
}
 .owl-theme .owl-dots .owl-dot{
    display:inline-block;
}
 .owl-theme .owl-dots .owl-dot span{
    
     transition: all .3s ease-in-out;
     position: relative;
     display: inline-block;
     vertical-align: top;
     width: 35px;
     height: 15px;
     margin: 12px;
     border-radius: -111%;
     cursor: pointer;
     color: #ffff;
}
/* Sections */
 
 section.no-padding-top {
     padding-top: 0px;
}
 section.no-margin{
    margin:0px!important;
}
/* Sections heading */
 .section-heading{
     text-align: center;
     margin: -20px auto 80px;
}
 .section-heading:before {
     font-family: "Flaticon";
     content: "\f10d";
     font-size: 6rem;
     font-weight: normal;
     z-index: -1;
     opacity: 0.4;
     border-radius: 50%;
     padding: 20px;
}
 .section-heading:after {
     content: ' ';
     display: block;
     border: 1px solid #dadada;
     border-radius: 4px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     width: 80px;
     margin: 0 auto;
     margin-top: 20px;
}

/* Img Shapes */
 .img-circle.border {
    border: 5px solid;
}
 .img-rounded {
    border-radius: 20px;
}
 .img-paragraph{
    margin: 0px 25px 10px 0px;
}
 .img-curved {
    border-radius: 30px 10px;
}
/* Image zoom effect */
 .img-zoom {
    overflow:hidden;
     border-radius: 30px;
}
 .img-zoom img{
    transition: opacity 0.7s, transform 2.5s;
}
 .img-zoom:hover img {
    transform: scale3d(1.2,1.2,1);
}
/* Box */
 .box{
     padding: 20px;
     border-radius:10px;
     color:#fff;
}
/* container fluid */
 .container-fluid {
     padding-right: 0px;
     padding-left: 0px;
}
/* Dropdown */
 .dropdown-menu>li>a {
     display: block;
     padding: 3px 20px;
     clear: both;
     font-weight: 400;
     line-height: 1.42857143;
     color: #fff;
     white-space: nowrap;
     border-radius: 0px;
     transition: all .2s ease-in-out;
}
 .dropdown-menu {
     font-size: 16px;
     border: 0px;
     border-radius: 10px;
}
 .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    transition: all .2s ease-in-out;
}
/* Pagination */
 .pagination>li>a, .pagination>li>span {
     margin: 0 5px;
     border:0;
     margin-top:20px;
     font-weight:600;
     color:#fff;
     border-radius:10px!important;
     transition: all .2s ease-in-out;
}
 .pagination>li>a:hover, .pagination>li>a:focus {
    color:#fff;
}
/* Alerts */
 .alert {
     padding: 20px;
     border: 1px solid transparent;
     border-radius:20px;
     overflow: hidden;
     border-bottom:dotted rgba(254, 254, 254, 0.32);
     border-top:dotted rgba(254, 254, 254, 0.32);
}
 .alert-info, .alert-info h1, .alert-info h2, .alert-info h3, .alert-info h4, .alert-info h5, .alert-info h6, .alert-info ul, .alert-info p{
    color:#fff!important;
}
 .alert:before {
     content: "\f10d";
     z-index: 0;
     transform: rotate(-10deg);
     color: #fff;
     font-size: 80px;
     font-family: "flaticon";
     z-index: 0;
     right: -18px;
     position: absolute;
     top: -20px;
     opacity: 0.4;
     z-index: 0;
}
/* Breadcrumbs */
 .breadcrumb {
     margin-bottom: 0px;
     list-style: none;
     margin: 0px 10px 0px 10px;
     background:none;
     text-align:center;
     display:inline-block;
     font-size: 13px;
     color: #fff;
     text-transform: uppercase;
}
 .breadcrumb .active{
    font-weight:900;
    color: #cecece;
}
 .breadcrumb a{
    color: #fff;
}
 .breadcrumb>li+li:before {
     padding: 0 10px;
     color: #fff;
     font-family:Fontawesome;
     content: "\f101";
}
/* Labels */
 .label {
     padding: .2em .6em .3em;
     font-size: 14px;
     font-weight: 400;
     line-height: 1.8;
     color: #fff;
     border-radius: 10px;
     font-family:'Cherry Swash';
}
 label {
     margin-top: 15px;
}
/* Progress bar */
 .progress-bar {
     height:10px;
     box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
}
 .progress {
    box-shadow: none;
}
/* fade tab transition */
 .fade {
     opacity: 0;
     transition: opacity 0.75s linear;
}
/* Pager */
 .pager li > a, .pager li > span {
     display: inline-block;
     padding: 10px 24px;
     font-size: 18px;
     color: #fff;
     border: 1px solid;
     font-family: 'Karla',sans-serif;
     border-radius: 20px;
     transition: all .2s ease-in-out;
}
 .pager li > a:hover {
     color:#fff;
}
/* tab container */
 .tab-content {
     border-radius: 0px;
}
 .tab-content>.active {
     display: block;
     padding: 60px;
     background: #fff;
     border-radius: 30px;
}
 .tab-content.small{
    padding: 20px;
}
 .tab-content.white {
    background:#fff;
}
/* Nav-tabs */
 .nav-tabs {
    text-align:center;
     border:0px;
}
 .nav.nav-tabs > li.active > a:hover, .nav.nav-tabs > li.active > a:focus, .nav.nav-tabs > li >a:hover, .nav.nav-tabs>li.active>a{
    color:#fff;
}
 .nav.nav-tabs > li {
     float:none;
     display:inline-block;
     padding: 0px 10px;
     border:0px;
}
 .nav.nav-tabs > li > a {
     box-shadow: #cecece -1px 3px 10px;
     position: relative;
     display: block;
     letter-spacing:0.2px;
     min-height: 50px;
     line-height: 57px;
     border: 0px!important;
     color: #fff;
     font-family:Karla;
     font-weight:700;
     padding: 10px 35px;
     font-size: 20px;
     border-radius: 20px;
     transition: all .2s ease-in-out;
}
 .nav.nav-tabs.small > li {
     padding:0px 
}
 .nav.nav-tabs.small > li > a {
     letter-spacing:0px;
     display:block;
     min-height: 20px;
     line-height: 27px;
     padding:10px;
     font-size: 15px;
     border-radius: 10px 10px 0 0px;
     transition: all .2s ease-in-out;
}
/* Elements page*/
 .glyph{
     font-size:40px;
     display:inline-block;
}
/* No padding elements */
 .no-padding{
    padding:0px;
}
/* Panels */
 .panel {
    border: 0;
     background: transparent;
}
 .panel-title {
    font-size: 18px;
}
 .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: 0;
}
 .panel-heading a {
     font-weight:normal;
     display: block;
     text-transform:none;
     padding: 10px;
     border:0px;
     transition: all .2s ease-in-out;
     border-radius: 0px;
}
 .panel-heading a.collapsed{
     color: #333;
}
 .panel-group{
     padding: 20px;
     border-radius:10px;
}
 .panel-group .panel+.panel {
    margin-top: 0px;
}
 .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px;
}
 .panel-heading {
     padding: 0px;
     margin-bottom: 10px;
}
 .panel-heading [data-toggle="collapse"]:after {
     content: "\f123";
     font-family: Flaticon;
     float: right;
     font-size: 18px;
     line-height: 22px;
     transition: all .2s ease-in-out;
}
 .panel-heading [data-toggle="collapse"].collapsed:after {
    transform: rotate(40deg);
}
/* Lists */
 ul {
    line-height: 30px;
}
.ul-custom.ul-no-margin{
  margin-left:-40px;  
}
/* Buttons */
 .blob-btn {
     display: inline-block;
     z-index: 1;
     position: relative;
     padding: 15px 66px;
     margin-bottom: 20px;
     text-align: center;
     color: #613b41;
     font-size: 18px;
     font-weight: 700;
     background-color: transparent;
     outline: none;
     font-family: Cherry Swash;
     border: none;
     transition: all 0.5s;
     cursor: pointer;
     border-radius: 30px;
     line-height: 25px;
     margin-top: 20px;
}
 .blob-btn.no-margin-bottom{
   margin-bottom:0px;
     margin-top:10px;
 }
 .blob-btn:before {
     content: "";
     z-index: 1;
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
}
 .blob-btn:after {
     content: "";
     z-index: -2;
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     border: 3px solid #613b41;
     transition: all 0.3s 0.2s;
     border-radius: 30px;
}
 .blob-btn.btn-lg{
     padding: 20px 76px;
     font-size: 25px;
}
 .input-group .blob-btn:after, .input-group .blob-btn__inner {
     border-bottom-left-radius: 0px;
     border-top-left-radius: 0px;
}
.input-group .blob-btn .blob-btn__blobs {
   border-radius:30px;
      border-bottom-left-radius: 0px;
     border-top-left-radius: 0px;
}
 .input-group .blob-btn{
     padding: 8px 26px;
}

 .input-group .blob-btn.btn-lg{
     padding: 13px 26px!important;
}
 .blob-btn:hover {
     color: #222;
}
 .blob-btn:hover:after {
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
     left: 0;
     top: 0;
}
 .blob-btn__inner {
     z-index: -1;
     overflow: hidden;
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
}
 .blob-btn__blobs {
   border-radius:30px;
     position: relative;
     display: block;
     height: 100%;
   overflow:hidden;
}
.blob-btn__blob {
     position: absolute;
     top: 0px;
     width: 25%;
     height: 100%;
     border-radius: 100%;
     -webkit-transform: translate3d(0, 150%, 0) scale(1.7);
     transform: translate3d(0, 150%, 0) scale(1.7);
     -webkit-transition: -webkit-transform 0.45s;
     transition: -webkit-transform 0.45s;
     transition: transform 0.45s;
     transition: transform 0.45s, -webkit-transform 0.45s;
}
 
 .blob-btn__blob:nth-child(1) {
     left: 0%;
     -webkit-transition-delay: 0s;
     transition-delay: 0s;
}
 .blob-btn__blob:nth-child(2) {
     left: 30%;
     -webkit-transition-delay: 0.08s;
     transition-delay: 0.08s;
}
 .blob-btn__blob:nth-child(3) {
     left: 60%;
     -webkit-transition-delay: 0.16s;
     transition-delay: 0.16s;
}
 .blob-btn__blob:nth-child(4) {
     left: 90%;
     -webkit-transition-delay: 0.24s;
     transition-delay: 0.24s;
}
 .blob-btn:hover .blob-btn__blob {
     -webkit-transform: translateZ(0) scale(1.7);
     transform: translateZ(0) scale(1.7);
}

 .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
/* button with no effect */
 .btn-primary {
     padding: 15px 66px 15px 66px;
     text-align: center;
     color: #613b41;
     font-size: 18px;
     font-weight: 700;
     outline: none;
     font-family: Cherry Swash;
     border: none;
     transition: color 0.5s;
     cursor: pointer;
     border-radius: 30px;
     line-height: 20px;
     margin-top: 20px;
}
/* Container fluid fix */
 .container-fluid {
     padding-right: 0px;
     padding-left: 0px;
}
/* equal height row */
 .row-eq-height {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: none;
}
/* border shape/section*/
 .border-shape{
    border-radius: 100px 0px 100px 0px;
}
/* cake ornament image */
 .cake-ornament{
     background-image: url(../img/caketopbg.png)!important;
     background-repeat: repeat-x!important;
}
/* Hr */
 hr {
    border-top: 1px dotted #cecece;
}
/* Forms */
 .form-control {
     font-size: 16px;
     background: #fff;
     box-shadow: none;
     border-radius: 10px;
     border: 2px solid;
     height:40px;
}
 .input-group-btn:last-child>.btn {
     border-top-left-radius: 0;
     border-bottom-left-radius: 0;
}
 .input-group-btn .btn{
    margin-top:-1px;
}
 .input-group-btn span,.btn span{
    color:#fff;
}
 .form-control.form-control.input-lg{
     margin-top: -1px;
     height: 52px;
}
 .form-control:focus,.textarea-field:focus,.input-field:focus {
     outline:0 none;
     border:2px solid;
}
 textarea {
     height:150px;
     resize:none;
}
 textarea.form-control:focus{
    outline:0 none;
}
/* BIG Social Media Icons */
 .social-media {
     width:100%;
     text-align: center;
}
 .social-media i{
     font-size: 35px;
     width: 45px;
     margin: 5px;
     color:#fff;
     height: 55px;
     line-height: 50px;
     display: inline-block;
     text-align: center;
     text-shadow: 2px 2px 0 #613b41;
     transition: all 0.5s;
}
 .social-media i:hover {
     transform: scale(1.2);
}
/* Small Social Media Icons */
 .smaller.social-media i {
     font-size: 18px;
     transition: .3s;
     margin:0px;
     width: 35px;
     line-height:30px;
     height: 35px;
     border-radius: 50%;
     padding:0;
     color:#fff;
     text-shadow:none;
}
 .smaller.social-media {
     margin-top:10px;
     margin-bottom:10px;
}
/* Centered columns */
 .col-centered{
     float: none;
     margin: 0 auto;
}
/* Blockquote */
 blockquote {
     padding: 30px;
     margin:0px;
     font-size: 22px;
     line-height:28px;
     border-left: 0;
     border-radius:20px;
     font-family:'Cherry Swash';
}
 blockquote:before {
     content: "\f10d";
     font-family: 'Fontawesome';
     font-size: 1.6em;
     line-height: 0.1em;
     margin-right: 0.5em;
     vertical-align: 0.2em;
}
 .blockquote-reverse, blockquote.pull-right {
    border-right: 0;
}
/* Polaroid image*/
 .polaroid {
     position: relative;
     width: 100%;
     transform: rotate(-2deg);
}
 .polaroid img {
     border: 10px solid #fff;
     border-bottom: 65px solid #fff;
     box-shadow: 0px 10px 40px 0px #d0cdcd;
     -webkit-backface-visibility: hidden;
    /* chrome fix */
}
 .polaroid p {
     position: absolute;
     text-align: center;
     width: 100%;
     color: #613b41;
     font-size:20px;
     font-family:'Cherry swash';
     line-height:22px;
     font-weight:normal;
     bottom: 10px;
}
/* Nav-pills */
 ul.nav {
     margin-left: 0px;
}
 .nav-pills{
     margin-bottom:20px;
}
 .nav-pills>li>a {
     box-shadow: -1px 4px 0px rgba(103, 102, 102, 0.12);
     transition: all .2s ease-in-out;
     border-radius:20px;
     line-height:25px;
     text-align:center;
}
 .nav-pills.pills-custom >li>a {
     background:white;

}
 .nav-pills.pills-custom >li>a:hover .icon {
     color:#fff;
     transform:rotate(-15deg) scale(1.3);
}
 

 .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus, .nav-pills>li>a:hover, .nav-pills>li>a, .nav-pills .nav > li > a:hover{
   
     font-size: 20px;
     
     margin: 8px;
    
    
     
}
 .nav-pills.pills-custom > li > a:hover{
    box-shadow: 0px 1px 30px 6px;
     margin:10px 20px;
}
 .nav-pills .icon {
     vertical-align: middle;
     font-weight: normal;
     font-size: 60px;
     padding: 20px;
     width: 100%;
     display: block;
     transition: all .42s ease-in-out;
     text-align: center;
     margin-bottom: 20px;
}
/* Tables */
 .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: 8px;
     line-height: 1.42857143;
     vertical-align: top;
}
 .table > tbody > tr:first-child > td {
    border: none;
}
/* Wells */
 .well{
     background:#f5f5f2;
     border-radius: 20px;
     padding: 20px;
     border:0px;
}
 .well .list-unstyled {
     list-style: none;
     line-height: 36px;
     font-weight:400;
   margin-left:0px;
     font-family: 'Karla',sans-serif;
}
/* Light background */
 .light-bg1{
    background-color:#f4f4f2;
}
/* Media */
 .media {
     margin-top: 45px;
     padding:20px;
}
 .media-heading small {
     font-weight: 700;
     display: block;
     margin: 10px 0 20px;
     line-height: 20px;
}
/* Margins */
 .margin1 {
    margin-top: 80px;
}
/* Jumbotron */
 .jumbotron {
     background-size:cover !important;
     background-position:center center !important;
     height:300px;
     color:#fff;
     background-attachment:fixed;
     margin-bottom:0px;
}
/* Sidebar */
 .sidebar{
     border-left: 1px dotted #cecece;
     text-align:center;
}
 .sidebar .well{
   background:transparent;
     padding: 20px;
     box-shadow:none;
     border:none;
}
 .sidebar .well:before{
     display:none;
}
/* List group */
 .list-group-item {
     position: relative;
     display: block;
     padding: 10px 15px;
     margin-bottom: -1px;
     transition: all 0.6s;
}
 .list-group-item:first-child {
     border-top-left-radius: 0px;
     border-top-right-radius: 0px;
     border:0px;
}
 a.list-group-item, button.list-group-item {
    color: #fff;
}
 a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
     color: #fff;
     text-decoration: none;
}
/*=========================== Media Queries ============================ */
/************ max width 1200px *************/
 @media (max-width: 1200px) {
     .newsletter-img{
        display:none;
    }
     .header-text {
         width: 90%;
         margin-left: 5%;
    }
     .header-text{
         padding:20px!important;
    }
     .header-text h1{
         margin-bottom:0px;
         font-size: 38px;
    }
  .owl-next {
    right: -10px;
  }
  .owl-prev {
    left: -10px;
  }
}
/************ (min-width: 991px) and (max-width: 1200px)  *************/
 @media (min-width: 991px) and (max-width: 1200px) {

  .navbar .nav>li>a {
    padding: 10px 10px;
   }
}
/************ max width 991px *************/
 @media (max-width: 991px) {
     section.no-padding-top {
         padding-top: 40px;
    }
     section {
         padding-top: 40px;
         padding-bottom: 40px;
    }
    /* Responsive margin*/
     .res-margin {
        margin-top: 30px;
    }
    /* navbar */
     .nav>li {
        text-align: center;
         font-size:20px;
    }
    /* navbar collapse at 991px */
     .navbar-header {
         float: none;
         margin-top: -2px;
    }
     .navbar-toggle {
         display: block;
    }
     .navbar-collapse.collapse {
         display: none!important;
    }
     .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
         max-height: 200px;
    }
     .navbar-collapse.collapse.in {
         display: block!important;
         padding-bottom: 40px;
         max-height: 200px!important;
         overflow-y: scroll!important;
         overflow-x: hidden!important;
    }
     .navbar-collapse::-webkit-scrollbar {
         width: 20px;
    }
     .navbar-collapse::-webkit-scrollbar-track {
         background-color: lightgray;
    }
     .navbar-collapse::-webkit-scrollbar-thumb {
         background-color: darkgray;
    }
     .navbar-nav {
         margin: 0;
         float: none !important;
         height: 100%;
    }
     .navbar-right {
         line-height: 0px;
    }
     .navbar-nav li {
         float: none;
    }
     .navbar-nav li > .dropdown-menu {
         border: 0;
         float: none;
         width: auto;
         position: static;
         box-shadow: none;
         background: inherit;
    }
     .navbar-brand-centered img {
         position: relative;
         top: 0%;
    }
     .navbar-brand img {
        margin-top: 5px;
    }
    /* Space between sections */
     .section-heading {
        margin-bottom: 60px;
    }
    /* Nav tabs */
     .nav-tabs > li {
        margin-bottom: 10px;
    }
     .nav.nav-tabs > li > a {
        border-radius: 10px;
    }
    /* miscelaneous */
     .margin1{
        margin-top:30px;
    }
     .social-media a {
        margin-top: 30px;
    }
  .sidebar {
        border-left:0;
    }  
     #newsletter,#catering{
        background-image:none;
    }
     footer .text-left, footer .text-right{
        text-align:center;
    }
     .menu-body {
        padding-top: 0px;
    }
     .navbar-brand-centered {
         box-shadow: none;
         width: 120px;
         padding:0px;
    }
     .navbar-custom{
        border-radius:0px 0px 20px 20px;
    }
     .navbar-brand-centered {
         top: 10px;
    }
}

/************ min-width: 767px and max-width: 1200px *************/
 @media (min-width: 767px) and (max-width: 1200px) {
   
   .header-p{margin-top:20px!important;}
   
 }
 
/************ max width 767px *************/
 @media (max-width: 767px) {
    /* slider */
     .header-p{
        display:none;
    }
     #slider{
        margin-top:50px!important;
    }
     .header-text {
         width: 90%;
         margin-left: 5%;
    }
    /* button */
     .blob-btn.btn-lg {
         padding: 20px 26px 23px 26px;
         font-size: 20px;
    }
    /* nav */
     .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
         max-height: 200px;
    }
     .navbar-brand img {
        left: 20px;
    }
    /* testimonial */
     .testimonial .testimonial-pic {
         width: 200px;
         height: 200px;
         float: none;
         margin: 0 auto;
    }
     .testimonial .testimonial-content {
         margin-left: 0px;
         text-align:center;
    }
    /* Page Title */
     .page-title {
         margin-bottom:20px;
         padding: 10px;
    }
  /* others */
  
  .nav-pills.pills-custom {
    padding-right: 0px;
  }
  h1 {
    font-size: 58px;
    margin-bottom: 0px;
    }
  .section-heading h2,h2 {
       font-size: 42px;
    }
  h3 {
       font-size: 36px;
    }
    h4 {
       font-size: 32px;
    }
  ul.polaroids {
       padding: 30px;
    }
  
}

/************ max width 480px *************/
 @media (max-width: 480px) {
   
  #blog-main .blog-post {
      padding: 20px;
    }
  .header-wrapper .header-text {
      margin-top: 15%;
    }
   
  #information .subtitle {
      text-align:center;
    font-size:18px;
   }  
    #information .page-scroll   {
    text-align:center;
  }
     .header-text {
         padding: 10px!important;
    }
     .navbar-brand-centered {
         top: 5px;
    }
     .post-comment {
         top: 20px;
         padding: 10px 20px;
         right: 20px;
    }
     .social-media i {
         font-size: 25px;
         width: 25px;
         height: 25px;
         line-height: 20px;
    }
     #newsletter p {
        text-align:center;
    }
  #logo-left img {
    max-width: 120px;
    right: 0;
    top: 20px;
    margin: auto;
   }
    /* menu */
     .tab-content {
         padding: 10px;
         border:0px;
    }
     .menu-item-price {
    margin-top: 0px;
    width: 100%;
    text-align: center;
    }
  .menu-item-name {
         text-align: center;
    }
    /* navbar */
     .navbar-brand {
         background:none;
         height:50px;
         width:60px;
    }
     .navbar-brand img {
         max-width: 140px;
         position: absolute;
         right: 0;
         top: 42%;
         margin: auto;
    }
     .navbar-toggle {
         font-size: 25px;
         color: #fff;
         transition: all .2s ease-in-out;
         position: relative;
         float: right;
         border-radius: 50%;
         min-width: 55px;
    }
    /* section */
     section .container {
         padding-top: 30px;
         padding-bottom: 30px;
    }
     .section-heading h2{
         border: 0;
         font-size: 34px;
    }
     .section-heading {
        margin-bottom: 3rem;
    }
    /* titles*/
     h1,h1 span {
         font-size: 26px!important;
         line-height: 29px;
         margin:5px;
    }
     h2 {
        font-size: 26px;
    }
     h3 {
         font-size:25px;
         text-align:center;
    }
     h4{
         font-size: 22px;
    }
     h5{
        font-size:20px;
    }
     h6{
        font-size:18px;
    }
    /* Miscellaneous */
  .post-comment li{
    font-size: 14px;
    line-height: 14px;
    }

  .post-comment li small{
    font-size: 12px;
    line-height: 12px;
    }
  .contact-icon{margin-top:50px;}
  
     .input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-blob,.input-group .form-control:first-child{
         border-radius:30px;
         margin-top:10px;
    }
     .input-group .blob-btn:after, .input-group .blob-btn__inner{
         border-radius:30px;
    }
  .input-group {
      margin: 0 auto;
    }
     .input-group .form-control, .input-group-btn {
         display: inherit;
         margin: 0 auto;
    }
     .comments-block .media-object {
         float: none;
         margin: 20px auto;
    }
     .comment {
        margin-top:20px;
    }
     .breadcrumb {
        line-height: 20px;
    }
     .panel-heading [data-toggle="collapse"]:after {
        display:none;
    }
     .section-heading{
        margin-bottom:3em;
    }
     .navbar.navbar-custom.navbar-fixed-top {
        margin-bottom: 30px;
    }
     .nav-pills> li.active:after, .nav-pills> li.active:before {
        top: -45%;
    }
     .nav-pills > li {
        float: none;
    }
     .tab-pane h3 {
        margin-top:10px;
    }
     .jumbotron {
     margin-top: 30px;
         padding: 10px;
         height:150px;
    }
     .testimonial .testimonial-pic {
         width: 100%;
         height: 100%;
    }
     .polaroid p {
         font-size: 14px;
         line-height: 18px;
    }
     #menu .tab-content>.active{
        padding:20px;
    }
     .testimonial {
        margin: 0;
    }
  .menu-item {
       margin: 35px 0px;
    }
  .section-heading:before {
       font-size: 4rem;
    }
  .post-info p {margin:0px;}
     
   .blob-btn {
         padding: 15px 26px;
    }
     .btn {
        font-size: 12px;
    }
   #map-canvas {
     height: 300px;
  }
     .tab-content>.active {
         padding: 20px;
    }
  .ls-outline .ls-nav-prev, .ls-outline .ls-nav-next{
    display:none!important;
  }
  #slider .blob-btn.btn-lg {
    padding: 10px 16px!important;
    font-size: 16px!important;
    }
   ul.custom li:before {
     font-family: "Fontawesome";
     content: "\f111";
   font-weight:normal;
     padding-right: 11px;
     font-size: 7px;
   }

}

/************ max width 300px *************/
 @media (max-width: 300px) {
    /* Miscellaneous */
     .post-slide .post-title, .post-slide .post-description {
         padding: 0;
         text-align:center;
    }
    
     .well{
        padding: 30px 10px;
    }
     .label,.table {
        font-size: 14px;
    }
     .table table, .table thead, .tabletbody, .table th, .table td, .table tr {
         display: block;
    }
     td.text-left,td.text-right{
        text-align:center;
    }

  .ls-bottom-nav-wrapper{display:none;}
  
  .nav-pills.pills-custom li a,.nav-pills.pills-custom li a:hover,.nav-pills.pills-custom li a.active{    
    margin:0px;
  }
    /* Nav-tabs */
     .nav.nav-tabs > li > a {
         min-height: 30px;
         font-size: 16px;
         padding: 15px 15px;
         line-height: 15px;
    }
}
 

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container{
   
    margin:auto; 
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    display: inherit;
}


/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */


/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgb(0, 0, 0);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}



@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}




/*---------- Preloader Css Start -------*/
#preloader {
	background-color: #ffffff;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2147483647;
	width: 100%;
	height: 100%;
}
#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

/*---------- Heading Css Start -------*/
.prt_heading_wrapper{
	text-align:center;
}
.prt_heading{
	margin-bottom:50px;
    display: inline-block;
	position:relative;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_heading h1{
	font-size:40px;
	margin:0px;
	text-transform:uppercase;
	position:relative;
	width:auto;
	font-weight:500;
	padding-bottom:15px;
     /* -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(255,238,248) 70%);
  -moz-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(255,238,248) 70%);
  -ms-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(255,238,248) 70%);
  -o-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(255,238,248) 70%);
  color: #00BFFF;
  -webkit-mask-size: 200%;
  -moz-mask-size: 200%;
  -ms-mask-size: 200%;
  -o-mask-size: 200%;
  -webkit-animation: shine 1.3s infinite;
  -moz-animation: shine 1.3s infinite;
  -o-animation: shine 1.3s infinite;
  -ms-animation: shine 1.3s infinite;
  animation: shine 1.3s infinite; */
}
.prt_heading h1:after{
	content:"";
	position:absolute;
	background-color:#202020;
	width:100%;
	height:2px;
	top:100%;
	left:0;
}
.prt_heading p{
    text-align: right;
    width: auto;
    text-transform: uppercase;
    background-color: #ffffff;
    margin: 0px;
    padding-left: 10px;
    position: absolute;
    right: 0;
    bottom: -10px;
	color:#f6483b;
    font-weight: 500;
}
.prt_heading_wrapper_2{
	text-align:left;
}
.prt_heading_wrapper_2 .prt_heading{
	margin-bottom:30px;
}
/*---------- Button css End -------*/
.prt_btn{
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0px;
    padding: 0 20px;
	min-width:140px;
    outline: none;
    cursor: pointer;
    display: inline-block;
	text-align:center;
	text-transform:capitalize;
	background-color:#0077ff;
	border:1px solid #0077ff;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_btn:hover, .prt_btn:focus{
    color: #0077ff;
    background-color: #ffffff;
	border:1px solid #0077ff;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*---------- Typography css End -------*/
/*---------- Main Wrapper css Start -------*/
.prt_home_wrapper{ 
    width: 100%;
    height: 100%;
}
.prt_main_wrapper{
	position:relative;
	overflow-x:hidden;
}
.prt_main_wrapper::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #666666;
}
.prt_main_wrapper::-webkit-scrollbar{
	width: 0.1px;
	background-color: #F5F5F5;
}
.prt_main_wrapper::-webkit-scrollbar-thumb{
	background-color: #000000;
}
.prt_home_wrapper{
    height: 100vh;
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	overflow-y:auto;
    padding: 200px 0px;
}



.prt_home_wrapper h1{

	top:50%;
	color: black;
	font-weight:bold;
	background-color: black;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    background-size: cover;
}

.prt_logo_wrapper img{
    position: fixed;
    left: 50px;
    top: 50px;
    z-index: 2;
	-webkit-animation: rotate 3s linear infinite;
	-moz-animation: rotate 3s linear infinite;
	-o-animation: rotate 3s linear infinite;
	-ms-animation: rotate 3s linear infinite;
	animation: rotate 3s linear infinite;
}
.prt_close_wrapper img{
    position: fixed;
    right: 50px;
    top: 50px;
	cursor:pointer;
	z-index: 2;
}
.prt_menu_wrapper{
	text-align:center;
}
.prt_menu_wrapper a{
	position:absolute;
	text-transform:uppercase;
	color: black;
	font-size:20px;
	margin:0px auto;
	z-index:1;
	font-weight:500;
	letter-spacing:px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_menu_wrapper a:hover {
    
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(255,238,248) 70%);
  -moz-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(255,238,248) 70%);
  -ms-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(255,238,248) 70%);
  -o-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(255,238,248) 70%);
  color: #00BFFF;
  -webkit-mask-size: 200%;
  -moz-mask-size: 200%;
  -ms-mask-size: 200%;
  -o-mask-size: 200%;
  -webkit-animation: shine 1.3s infinite;
  -moz-animation: shine 1.3s infinite;
  -o-animation: shine 1.3s infinite;
  -ms-animation: shine 1.3s infinite;
  animation: shine 1.3s infinite;
}


@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
@-webkit-keyframes pulsate {
    50% { color: rgb(0, 204, 255); text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; }
   }
   @keyframes pulsate {
    50% { color: rgb(0, 204, 255); text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff; }
   }
   #blink7 {
    
     text-shadow: 0 -1px rgba(0,0,0,.1);
     -webkit-animation: pulsate 1.2s linear infinite;
     animation: pulsate 6s linear infinite;
   }
.prt_menu_wrapper a.prt_top{
	top:45px;
	left:0px;
	right:0px;
	width:100px;
}
.prt_menu_wrapper a.prt_bottom{
	bottom:45px;
	left:0px;
	right:0px;
	width:150px;
}
.prt_menu_wrapper a.prt_left{
	top:50%;
	left:-15px;
	transform: rotateZ(-90deg);
	margin-top:-15px;
}
.prt_menu_wrapper a.prt_right{
	top:50%;
	right:0px;
	transform: rotateZ(90deg);
	margin-top:-15px;
}
/*---------- About css Start -------*/
.prt_about_wrapper{
    background-color: #ffffff;
    position: absolute;
    width: 100%;
	top:-100%;
    z-index: 1;
    display: none;
}
.prt_about_info{
	display:inline-block;
	width:100%;
}
.prt_about_img{
	display:inline-block;
	width:100%;
	text-align:center;
}
.prt_about_img img{
	display:inline-block;
}
.prt_about_details{
	display:inline-block;
	width:100%;
}
.prt_about_details p{
	margin-bottom:30px;
}
.prt_about_details a.prt_btn{
	margin-right:20px;
	margin-bottom:10px;
}
.prt_about_edulearn_wrapper{
	display:inline-block;
	width:100%;
}
.prt_about_learnsection{
	display:inline-block;
	width:100%;
	position:relative;
    z-index: 1;
}
.prt_about_learnsection:after{
    content: "";
    position: absolute;
    background-color: #202020;
    width: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    z-index: -1;
}

.prt_about_learnbox_right:after{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    top: 50%;
    left: -22px;
    margin-top: -7px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_about_learnbox_right:hover:after{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_about_learnbox_left{
    display: table;
    width: 100%;
	margin-bottom:30px;
	text-align:right;
	position:relative;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_about_learnbox_left:after{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    top: 50%;
    right: -22px;
    margin-top: -7px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_about_learnbox_left:hover:after{
	
 
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_about_learnbox_right:hover .prt_about_learnbox_year h1{

	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_about_learnbox_left:hover .prt_about_learnbox_year h1{

	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_about_learnbox_left .prt_about_learnbox_year{
	float:right;
    padding-top: 30px;
}
.prt_about_learnbox_year{
    display: table-cell;
    width: 200px;
    vertical-align: middle;
}
.prt_about_learnbox_year h1{
	font-size:60px;
	margin:0px;
	color:#202020;
    font-weight: 500;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_about_learnbox_right:hover .prt_about_learnbox_year h1{
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    -ms-animation-delay: 300ms;
    -o-animation-delay: 300ms;
    animation-delay: 300ms;
    animation-iteration-count: infinite;
    animation-name: pulse;
}
.prt_about_learnbox_left:hover .prt_about_learnbox_year h1{
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    -ms-animation-delay: 300ms;
    -o-animation-delay: 300ms;
    animation-delay: 300ms;
    animation-iteration-count: infinite;
    animation-name: pulse;
}
.prt_about_learnbox_left .prt_about_learnbox_info{
	float:left;
}
.prt_about_learnbox_info{
    display: table-cell;
    width: calc(100% - 200px);
}
.prt_about_learnbox_info h4{
	font-size:18px;
	text-transform:capitalize;
	margin-top:0px;
}
.prt_about_learnbox_info span{
	display:inline-block;
	width:100%;
	color:#ffffff;
	text-transform:capitalize;
	margin-bottom:10px;
}
.prt_about_learnbox_info p{
	margin:0px;
}
.prt_about_experience_wrapper{
	display:inline-block;
	width:100%;
}
.prt_about_experience{
	display:inline-block;
	width:100%;
}
.prt_about_experiencebox{
	display: table;
    width: 100%;
    margin-bottom: 50px;
   
    z-index: 1;
    padding: 50px 10px 50px 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_main_wrapper {
    position: relative;
    overflow-x: hidden;
}

.prt_main_wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #666666;
}

.prt_main_wrapper::-webkit-scrollbar {
    width: 0.1px;
    background-color: #F5F5F5;
}

.prt_main_wrapper::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.prt_home_wrapper {
    position: relative;
    overflow-y: auto;
    padding: 200px 0px;
    transition: background 0.5s ease;
}



.prt_about_experiencebox:after{
    
    content: "";
    position: absolute;
    background-image: url("../images/home-slider/06.jpg");
    
    top: 0;
    right: 400;
    bottom: 0;
    width: 70%;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_about_experiencebox:hover:after{
	background-color:rgba(255, 255, 255, 0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_about_experiencebox:hover .prt_about_experience_year h1{
	color:#f6483b;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_about_experience_year{
    display: table-cell;
    width: 230px;
    vertical-align: middle;
}
.prt_about_experience_year h1{
	font-size:100px;
	margin:0px;
	color:#202020;
    font-weight: 500;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_about_experience_year h4{
	font-size:18px;
	text-transform:capitalize;
	margin:0px;
	text-align:right;
	color:#717171;
}
.prt_about_experience_info{
    display: table-cell;
    width: calc(100% - 230px);
	padding-left:30px;
}
.prt_about_experience_info h4{
	font-size:18px;
	text-transform:capitalize;
	margin-top:0px;
}
.prt_about_experience_info span{
	display:inline-block;
	width:100%;
	color:#ffffff;
	text-transform:capitalize;
	margin-bottom:10px;
}
.prt_about_experience_info p{
	margin:0px;
}
.prt_profile_info{
	display:inline-block;
	width:100%;
}
.prt_profile_slider{
    display: inline-block;
    width: 100%;
    padding-top: 30px;
	text-align:center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_profile_slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}
.prt_profile_slider i{
	display: inline-block;
    width: 100%;
    font-size: 76px;
	color:#000;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_profile_slider .item:hover i.pl_clr1{
	color: #1b73ff;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_profile_slider .item:hover i.pl_clr2{
    color: #c82663;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_profile_slider .item:hover i.pl_clr3{
    color: #76c239;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_profile_slider h4{
	display:inline-block;
	width:100%;
	margin-bottom:0px;
    color: #202020;
    margin-top: 20px;
	text-transform:capitalize;
}
.prt_profile_details{
	display:inline-block;
	width:100%;
}
.prt_profile_details p{
	margin-bottom:0px;
}
/*---------- Contact Page css Start -------*/
.prt_contact_wrapper{
    background-color: #ffffff;
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    display: none;
}

.prt_contact_info{
	display:inline-block;
	margin-bottom:50px;
	width:100%;
}
.prt_contact_info h1{
	font-size:30px;
	display:inline-block;
	margin:0px 0px 35px 0px;
	
}
.prt_contact_form{
	display:inline-block;
	width:100%;
}
.prt_contact_form input, .prt_contact_form textarea{
	width:100%;
	display:inline-block;
	margin-bottom:30px;
	border:0px;
	background-color:#f5f5f5;
	padding:0px 15px;
	height:50px;
	line-height:50px;
	color:#202020;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_contact_form input:hover, .prt_contact_form input:focus, .prt_contact_form textarea:hover, .prt_contact_form textarea:focus{
	background-color:#e1e1e1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_contact_form textarea{
	height:auto;
	resize:vertical;
}
.prt_contact_form .prt_btn{
	margin-top:0px;
}
.prt_contact_map{
	display:inline-block;
	width:100%;
	margin-bottom:50px;
}

.backro {
    background-color: white;
}

.prt_contact_map iframe{
	display:inline-block;
	width:100%;
	height:513px;
	border:0px;
}
.prt_contact_details{

	display:inline-block;
	width:100%;

}
.prt_contact_details_box{
	padding:80px 0px;
	text-align:center;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	z-index:1;
	margin-top:50px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_contact_details_box:hover{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.prt_contact_details_box:after{
	content:"";
	position:absolute;
	background-color:rgba(11, 11, 0, 0.85);
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	z-index:-1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_contact_details_box:hover:after{
	background-color:rgba(0, 0, 0, 0.75);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_contact_details_box h4{
	font-size:18px;
	margin-top:0px;
	margin-bottom:20px;
	color:rgba(255, 255, 255, 0.85);
font-family: 'Google',sans-serif; 

}
.prt_contact_details_box p{
	margin:0px;
}
.prt_contact_details_box p a{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_contact_details_box p a:hover{
	color:#f6483b;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_contact_details_box.details_box1{
	background-image:url(../images/home-slider/contact1.jpg);
}

.prt_contact_details_box.details_box3{
	background-image:url(../images/home-slider/contact2.jpg);
}
/*---------- Services css Start -------*/
.prt_information_wrapper{
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 1;
    display: none;
}
.prt_information_slider_wrapper{
    display: inline-block;
    width: 100%;
}
.prt_information_slider_imgs{
    display: inline-block;
    width: 100%;
	text-align:center;
	position:relative;
	z-index:1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_information_slider_imgs img.img_1, .prt_information_slider_imgs img.img_2, .prt_information_slider_imgs img.img_3, .prt_information_slider_imgs img.img_4{
	position: absolute;
    left: 0;
    top: 0;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_information_slider_imgs .img_2 {
	z-index: 3;
    -webkit-transform: translateX(-44px) scale(0.9);
    -moz-transform: translateX(-44px) scale(0.9);
    -ms-transform: translateX(-44px) scale(0.9);
    -o-transform: translateX(-44px) scale(0.9);
	transform: translateX(-44px) scale(0.9);
		-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_information_slider_imgs .img_3 {
	z-index: 2;
    -webkit-transform: translateX(-85px) scale(0.8);
    -moz-transform: translateX(-85px) scale(0.8);
    -ms-transform: translateX(-85px) scale(0.8);
    -o-transform: translateX(-85px) scale(0.8);
    transform: translateX(-85px) scale(0.8);
		-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_information_slider_imgs .img_4 {
	z-index: 1;
    -webkit-transform: translateX(-125px) scale(0.7);
    -moz-transform: translateX(-125px) scale(0.7);
    -ms-transform: translateX(-125px) scale(0.7);
    -o-transform: translateX(-125px) scale(0.7);
    transform: translateX(-125px) scale(0.7);
		-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_information_slider_imgs img.active {
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
	transform: translateX(0) scale(1);
    z-index: 4;
	-webkit-animation:fadeIn 0.5s;
	-moz-animation:fadeIn 0.5s;
	-ms-animation:fadeIn 0.5s;
	-o-animation:fadeIn 0.5s;
	animation:fadeIn 0.5s;
}
.prt_information_slider_box{
	display:inline-block;
	width:100%;
}
.prt_information_slider_text{
	float:left;
	width:50%;
	text-align:center;
	overflow:hidden;
	height:175px;
	margin-bottom:30px;
	cursor:pointer;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_information_slider_text:hover img, .prt_information_slider_text.active img{
	width:86px;
	height:100px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_information_slider_text img{
	display:inline-block;
	width:60px;
	height:70px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_information_slider_text h4{
	text-transform:capitalize;
	font-size:18px;
	margin-bottom:0px;
	margin-top:20px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_information_slider_text:hover h4, .prt_information_slider_text.active h4{
	margin-top:30px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_information_slider_text:hover p, .prt_information_slider_text.active p{
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_information_slider_text p{
	margin-bottom:0px;
	margin-top:20px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_couter_wrapper{
    display: inline-block;
    width: 100%;
	background-image:url(../images/home-slider/7.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
    position: relative;
    z-index: 1;
}
.prt_couter_wrapper:after {
    content: "";
    position: absolute;
    
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_counter_box{
    display: inline-block;
    width: 100%;
	text-align:left;
	padding-left:100px;
	margin-bottom:30px;
}


.prt_counter_box h3{
    font-size: 40px;
    margin: 0px;
    font-weight: 500;
    margin-top: -90px;
    margin-left: 80px;
	color: #ffffff;
}
.prt_counter_box p{
    font-size: 18px;
    margin-left: 80px;
    color: #f6483b;
}
.circles-text {
	font-size: 36px !important;
	color:#202020;
	font-weight:500;
}
#canvas{
	display:inline-block;
	width:100%;
}
#canvas .circle {
	display: inline-block;
	margin: 1em;
	width: 200px;
	height: 200px;
}
#canvas h5{
	font-size:18px;
	text-align:center;
}
#circles-1{
	background-image:url(http://placehold.it/200X200);
	border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#circles-2{
	background-image:url(http://placehold.it/200X200);
	border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#circles-3{
	background-image:url(http://placehold.it/200X200);
	border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#circles-4{
	background-image:url(http://placehold.it/200X200);
	border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.circles-decimals {
	font-size: .4em;
}
.prt_skills_wrapper{
    display: inline-block;
    width: 100%;
}
.prt_skills_bars{
    display: inline-block;
    width: 100%;
}
.prt_client_slider_wrapper{
    display: inline-block;
    width: 100%;
}
.prt_client_slider{
    display: inline-block;
    width: 100%;
	text-align:center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_client_slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}
.prt_client_slider .owl-carousel .owl-item img{
	width:auto !important;
    display: inline-block;
	opacity:0.4;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_client_slider .owl-carousel .owl-item img:hover{
	opacity:1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*---------- products css Start -------*/

.prt_products_wrapper{
    background-color: #ffffff;
    position: absolute;
    right: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    display: none;
}
.prt_loadmore{
	display:none;
}
.prt_products_box{
	display:inline-block;
	width:100%;
}
.prt_products_box a{
	display:inline-block;
	width:100%;
	margin-bottom:30px;
	text-align:center;
}
.prt_products_img{
	display:inline-block;
	width:auto;
	text-align:center;
	position:relative;
	overflow:hidden;
	z-index:1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_products_img:after{
	content:"";
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	background-color:rgba(255, 255, 255, 0.5);
	z-index:0;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_products_img:hover:after{
	opacity:1;
	visibility:visible;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_products_img img{
	display:inline-block;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_products_img:hover img{
	display:inline-block;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_products_img:hover .prt_products_text{
	bottom:0;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_products_text{
	position:absolute;
	bottom:-111px;
	left:0px;
	width:100%;
	text-align:left;
	padding:30px;
    z-index: 1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_products_text h4{
	font-size:18px;
	text-transform:uppercase;
	color:#000000;
	margin-top:0px;
}
.prt_products_text p{
	margin:0px;
	text-transform:capitalize;
	color:#000000;
}
/*---------- Footer css Start -------*/
.prt_footer_wrapper{
	background-color:#f5f5f5;
	margin-top:115px;
}
.prt_footer_wrapper p{
    display: inline-block;
	width:auto;
	text-align:left;
	
	margin:0px;
    padding-top: 5px;
}
.prt_footer_wrapper p a {
	color:#5c5c5c;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_footer_wrapper p a:hover{
	color:#5c5c5c;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_footer_wrapper ul{
    float:right;
	width:auto;
	margin:0px;
	padding:0px;
}
.prt_footer_wrapper ul li{
	display:inline-block;
	width:auto;
	list-style:none;
	margin:0px 0px;
}
.prt_footer_wrapper ul li:last-child{
	margin-right:0px;
}
.prt_footer_wrapper ul li:first-child{
	margin-left:0px;
}
.prt_footer_wrapper ul li a{
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#1c1c1c;
	border-radius:100%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.prt_footer_wrapper ul li a:hover{
	color:#ffffff;
	background-color:#f6483b;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*---------- Main Wrapper css End -------*/
/*---------- Responsive css Start -------*/
@media (min-width: 992px) and (max-width: 1199px) {
.prt_counter_box {
    padding-left: 50px;
}
.prt_home_wrapper h1 {
    font-size: 120px;
	margin:0px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.prt_profile_slider {
    padding-top: 0px;
    margin-bottom: 50px;
}
.prt_counter_box {
    padding-left: 0px;
}
.prt_about_learnbox_right:after {
    top: 0%;
    left: 0%;
    margin-top: 0
}
.prt_about_learnbox_left:after {
    top: 0%;
    right: 0%;
    margin-top: 0
}
.prt_about_learnsection:after{
	display:none;
}
.prt_about_learnbox_left, .prt_about_learnbox_right {
    border-bottom: 1px solid #202020;
    padding-bottom: 30px;
}
.prt_information_slider_wrapper {
    height: 1020px;
    position: relative;
}
.prt_information_slider_imgs {
    margin-left: 150px;
}
.prt_information_slider_box {
    position: absolute;
    top: 450px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
.prt_home_wrapper h1 {
    font-size: 90px;
	margin:0px;
}
}
@media (max-width: 767px) {
.prt_home_wrapper h1 {
    font-size: 90px;
	margin:0px;
	text-align: center;
}
.prt_profile_slider {
    padding-top: 0px;
    margin-bottom: 50px;
}
.prt_about_learnbox_right:after {
    top: 0%;
    left: 0%;
    margin-top: 0
}
.prt_about_learnbox_left:after {
    top: 0%;
    right: 0%;
    margin-top: 0
}
.prt_about_learnsection:after{
	display:none;
}
.prt_about_learnbox_left, .prt_about_learnbox_right {
    border-bottom: 1px solid #202020;
    padding-bottom: 30px;
}
.prt_footer_wrapper p {
    width: 100%;
    text-align: center;
    margin: 0px 0px 20px 0px;
}
.prt_footer_wrapper ul {
    width: 100%;
    text-align: center;
}
.prt_information_slider_wrapper {
    height: 1020px;
    position: relative;
}
.prt_information_slider_imgs {
    margin-left: 150px;
}
.prt_information_slider_box {
    position: absolute;
    top: 450px;
    left: 0;
    right: 0;
    margin: 0px auto;
}
}
@media (min-width: 620px) and (max-width: 700px) {
.prt_information_slider_imgs {
    margin-left: 120px;
}
}
@media (min-width: 540px) and (max-width: 619px) {
.prt_information_slider_imgs {
    margin-left: 50px;
}
}
@media (max-width: 539px) {
.prt_information_slider_imgs {
    margin-left: 0px;
}
}
@media (min-width: 480px) and (max-width: 767px) {}
@media (max-width: 479px) {
.prt_information_slider_imgs {
    margin-left: 0px;
}
.prt_heading h1 {
    font-size: 34px;
}
.prt_home_wrapper h1 {
    font-size: 50px;
}
.prt_counter_box {
    padding-left: 0px;
}
.prt_about_learnbox_year {
    display: table-caption;
    width: 100%;
    vertical-align: middle;
	padding-top: 0px;
}
.prt_about_learnbox_info {
    width: 100%;
}
.prt_about_experience_year {
    display: inline-block;
    width: 100%;
}
.prt_about_experience_year h4 {
    margin-bottom: 50px;
    text-align: left;
}
.prt_about_experience_info {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
}
.prt_footer_wrapper ul li {
    margin: 0px 2px;
}
.prt_about_learnbox_right:after {
    display:none;
}
.prt_about_learnbox_left:after {
    display:none;
}
}
@media (max-width: 390px) {
.prt_information_slider_box {
    top: 350px;
}
.prt_information_slider_wrapper {
    height: 900px;
}
}
.box {
    display: flex;
    flex-direction: column;
  }