/* font-family: 'Raleway', sans-serif; */
@import url('css.css');



body {
   margin: 0;
   padding: 0;
   font-size: 16px;
   -webkit-transition: all 300ms ease-in-out;
   -o-transition: all 300ms ease-in-out;
   transition: all 300ms ease-in-out;
   overflow-x: hidden;
}

.raleway {
   font-family: 'Raleway', sans-serif;
}

.open_sans {
   font-family: 'Open Sans', sans-serif;
}

a,
a:hover,
a:focus {
   text-decoration: none;
}
.h1, .h2, .h3, h1, h2, h3 {
   margin: 0;
}
.bg_white {
   background: #FFFFFF;
}

.bg_grey {
   background: #f7f7f7;
}

.big_padding {
   padding: 120px 0;
}

.small_padding {
   padding: 60px 0;
}

.all_big_padding {
   padding: 60px 0;
}
.top_padding{
   padding-top: 100px;
}

.left_align {
   margin-left: 0 !important;
}

.margin_default_bottom {
   margin-bottom: 25px !important;
}

.default_section_heading {
   font-size: 60px;
   font-family: 'Raleway', sans-serif;
   font-weight: 100;
   margin: 0;
   padding: 0;
   color: #303840;
   text-transform: capitalize;
}
p {
   font-family: 'Raleway', sans-serif;
   font-weight: 300;
   font-size: 14px;
}

.mid_default_margin {
   margin-top: 90px;
}

.small_heading_navy {
   color: #303840;
   font-weight: 300;
   font-size: 22px;
   margin: 0;
}

.default_text_light {
   color: #9fa3a8;
}

.default_divider {
   border-top-color: #ef233c;
   width: 70px;
   margin: 30px auto;
}

.default_divider_white {
   border-top-color: #FFFFFF;
}

.default_divider_big {
   margin-bottom: 90px;
}

.none {
   display: none;
}

.colorwhite {
   color: #fff;
}

.bg-dark {
   background-color: #171717;
}

.button_div a:nth-child(1) {
   margin-right: 7px;
}

.button_div a:nth-child(2) {
   margin-left: 7px;
}

.button {
   display: inline-block;
   text-align: center;
   vertical-align: middle;
   position: relative;
   overflow: hidden;
   -webkit-transition: all .3s ease-in;
   -o-transition: all .3s ease-in;
   transition: all .3s ease-in;
   font-weight: 600;
   font-size: 16px;
   padding: 12px 30px;
   -webkit-border-radius: 35px;
   border-radius: 35px;
   outline: none;
}
.button:hover, .button:focus{
   color: #303840;
   -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
   box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}

.btn_white {
   border: 2px solid transparent;
   background: #fff;
   color: #303840;
}
.btn_white:hover,
.btn_white:focus,
.btn_gradient {
   border: 2px solid transparent;
   background: #e84455;
}
.btn_white:hover,
.btn_white:focus {
   color: #fff;
}

.button_default_style:hover,
.button_default_style:focus,
.bg_before_pink,
.bg_before_blue, .btn_gradient {
   color: #fff;
}
.bg_before_pink,
.bg_before_blue {
   width: 190px;
   max-width: 220px;
}
.bg_before_pink {
   background: #4fb8aa;
   border: 2px solid #4fb8aa;
}
.bg_before_blue {
   background: #b2cb20;
   border: 2px solid #b2cb20;
}
.bg_before_blue:before {
   background: #fff;
}
.bg_before_pink:hover,
.bg_before_pink:focus,
.bg_before_blue:hover,
.bg_before_blue:focus,
.btn_gradient:hover,
.btn_gradient:focus{
   background: #fff;
   border: 2px solid #fff;
   color: #303840;
}
.margin_bottom_25 {
   margin-bottom: 25px;
}

/*Container*/
.container{
   width: 90%;
   max-width: 99%;
}

/*Logo*/
.demo-brand {
   display: inline-block;
   margin-bottom: 20px;
   max-width: 200px;
}

/*Banner*/
.demo-banner {
   background: url(../image/demo-header.jpg) no-repeat;
   background-attachment: fixed;
   -webkit-background-size: cover;
   background-size: cover;
   background-position: center center;
   position: relative;
}
.banner_inner {
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   color: #fff;
}
.banner_inner h1 {
   color: #fff;
   font-size: 60px;
   font-weight: 100;
   margin-bottom: 25px;
}
.banner_inner p {
   margin-bottom: 50px;
   font-size: 18px;
}
.demo-banner .btn_gradient {
   -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
   box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.16), 0 3px 12px 0 rgba(0, 0, 0, 0.12);
}
.demo-banner .btn_gradient:hover,
.demo-banner .btn_gradient:focus {
   background: #b2cb20;
   border: 2px solid #b2cb20;
   color: #fff;
}

/* Page Styling */
.preview_outer a img {
   width: 100%;
   -webkit-border-radius: 0px;
   border-radius: 0px;
   -webkit-transition: 1s;
   -o-transition: 1s;
   transition: 1s;
}
.preview_outer {
   -webkit-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: 0 0 20px 0 #bfc0c1;
   box-shadow: 0 0 20px 0 #bfc0c1;
   height: auto;
   overflow: hidden;
   display: block;
   margin-bottom: 30px;
   position: relative;
   z-index: 1;
}
.preview_outer > img {
   width: 100%;
   position: relative;
}
.preview_outer:hover .demo_link img {
   -webkit-transform: scale(1.2);
   -ms-transform: scale(1.2);
   -o-transform: scale(1.2);
   transform: scale(1.2);
}
.preview_outer::before {
   content: "";
   z-index: 1;
   position: absolute;
   top: 0;
   right: 0;
   bottom: -1px;
   left: 0;
   visibility: hidden;
   
   background: rgba(178, 203, 32, .70);
   -webkit-transition: all .5s ease .1s;
   -o-transition: all .5s ease .1s;
   transition: all .5s ease .1s;
   -webkit-transform: scale3d(0, 1, 0);
   -ms-transform: scale3d(0, 1, 0);
   -o-transform: scale3d(0, 1, 0);
   transform: scale3d(0, 1, 0);
   -webkit-transform-origin: center;
   -ms-transform-origin: center;
   -o-transform-origin: center;
   transform-origin: center;
   opacity: 0;
}
.demos_row_outer [class^="col"]:nth-child(even) .preview_outer::before {
   background: rgba(232, 68, 85, .70);
}
.preview_outer:hover::before,
.preview_outer:focus::before {
   visibility: visible;
   -webkit-transform: scale3d(1, 1, 1);
   -ms-transform: scale3d(1, 1, 1);
   -o-transform: scale3d(1, 1, 1);
   transform: scale3d(1, 1, 1);
   opacity: 1;
}
.preview_outer .overlay {
   position: absolute;
   z-index: 2;
   display: inline-block;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   -o-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   opacity: 0;
   -webkit-transition: all .3s linear;
   -o-transition: all .3s linear;
   transition: all .3s linear;
   -webkit-transition-delay: .2s;
   -o-transition-delay: .2s;
   transition-delay: .2s;
   width: 100%;
}
.preview_outer:hover .overlay,
.preview_outer:focus .overlay {
   opacity: 1;
}
.preview_outer a {
   font-size: 13px;
   width: auto;
   max-width: auto;
}


.demo_written_link {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0 75px 0;
	text-transform: capitalize;
	color: inherit;
}
.demo_written_link:hover,
.demo_written_link:focus {
   color: #4fb8aa;
}


/*Default Sections*/
section {
   position: relative;
}

.section-overlay::before {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background: rgba(178, 203, 32, .70);
}
.section-overlay.secondcolor::before {
   background: rgba(79, 184, 170, .70);
}

.some_features {
   background: url(../image/parallax-feature.jpg) no-repeat;
}
.parallax_set {
   background: url(../image/parallax-set.jpg) no-repeat;
}
.support_demo {
   background: url(../image/parallax-support.jpg) no-repeat;
}
.some_features, .parallax_set, .support_demo {
   background-attachment: fixed;
   background-position: center center;
   -webkit-background-size: cover;
   background-size: cover;
}

/*Retina Ready Section*/
.retina-text {
   padding: 1px 10%;
}
.retina-ready .responsive-img {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.retina-ready .responsive-img > img {
	width: 100%;
}

/*feature Setions*/
.some_features .feature_heading,
.support_demo .feature_heading {
   padding: 8% 0;
   vertical-align: middle;
}
.feature-box {
   padding: 20px 0;
}
.feature-box h3 {
   font-weight: 100;
   font-family: 'Raleway', sans-serif;
   margin-bottom: 20px;
}


/*FontAwesome*/
.fa-hover > a {
	background: #fafafa;
	display: block;
	padding: 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 10px 0;
	color: #a5a5a5;
   -webkit-transition: all .3s ease-in .1s;
   -o-transition: all .3s ease-in .1s;
   transition: all .3s ease-in .1s;
}
.fa-hover > a > i {
   font-size: 18px;
}
.fa-hover > a:hover,
.fa-hover > a:focus {
   background: #4fb8aa;
   color: #fff;
}

/*Footer*/
.footer {
   background: #e84455;
   color: #fff;
   font-size: 14px;
}

.footer_link {
   display: inline-block;
   padding: 0 10px;
   text-align: right;
   -webkit-transition: 1s;
   -o-transition: 1s;
   transition: 1s;
}

.footer_link a {
   color: #fff;
   font-family: 'Raleway', sans-serif;
}

.footer ul {
	margin: 24px 0;
	padding: 0;
	text-align: right;
}

.footer ul {
   margin: 0;
   padding: 0;
   text-align: right;
}

.logo-div-white > a {
   width: 182px;
   display: block;
   margin: 0 auto;
}
.footer h3 {
   font-size: 14px;
   font-family: 'Raleway', sans-serif;
}
.logo-div-white > a > img {
   width: 80%;
}


/*-------------------------------*/
    /*PreLoader*/
/*-------------------------------*/
.loader {
   bottom: 0;
   height: 100%;
   left: 0;
   position: fixed;
   right: 0;
   top: 0;
   width: 100%;
   z-index: 1111;
   background: #fff;
   overflow-x: hidden;
}
.spinner {
   width: 80px;
   height: 80px;
   position: absolute;
   left: 50%; top: 50%;
   -webkit-transform: translate(-50%,-50%);
   -ms-transform: translate(-50%,-50%);
   -o-transform: translate(-50%,-50%);
   transform: translate(-50%,-50%);
}
.container1 > div,
.container2 > div {
   width: 16px;
   height: 16px;
   /*border: 5px solid #4fb8aa;*/
   background-color: #fff;
   -webkit-border-radius: 100%;
   border-radius: 100%;
   position: absolute;
   -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
   -o-animation: bouncedelay 1.2s infinite ease-in-out;
   animation: bouncedelay 1.2s infinite ease-in-out;
   /* Prevent first frame from flickering when animation starts */
   -webkit-animation-fill-mode: both;
   -o-animation-fill-mode: both;
   animation-fill-mode: both;
}
.container1 .circle1,
.container2 .circle4 {
   border: 5px solid #4fb8aa;
}
.container1 .circle2,
.container2 .circle1 { 
   border: 5px solid #b2cb20;
}
.container1 .circle3,
.container2 .circle2{
   border: 5px solid #e84455;
}
.container1 .circle4,
.container2 .circle3 {
   border: 5px solid #d46408;
}

.spinner .spinner-container {
   position: absolute;
   width: 100%;
   height: 100%;
}
.container2 {
   -webkit-transform: rotateZ(45deg);
   -ms-transform: rotate(45deg);
   -o-transform: rotateZ(45deg);
   transform: rotateZ(45deg);
}
.circle1, .circle2 {
   top: 0;
}
.circle1 {
   left: 0;
}
.circle2 {
   right: 0;
}
.circle3, .circle4 {
   bottom: 0;
}
.circle3 {
   right: 0;
}
.circle4 {
   left: 0;
}
.container2 .circle1 {
   -webkit-animation-delay: -1.1s;
   -o-animation-delay: -1.1s;
   animation-delay: -1.1s;
}
.container1 .circle2 {
   -webkit-animation-delay: -0.9s;
   -o-animation-delay: -0.9s;
   animation-delay: -0.9s;
}
.container2 .circle2 {
   -webkit-animation-delay: -0.8s;
   -o-animation-delay: -0.8s;
   animation-delay: -0.8s;
}
.container1 .circle3 {
   -webkit-animation-delay: -0.6s;
   -o-animation-delay: -0.6s;
   animation-delay: -0.6s;
}

.container2 .circle3 {
   -webkit-animation-delay: -0.5s;
   -o-animation-delay: -0.5s;
   animation-delay: -0.5s;
}
.container1 .circle4 {
   -webkit-animation-delay: -0.3s;
   -o-animation-delay: -0.3s;
   animation-delay: -0.3s;
}
.container2 .circle4 {
   -webkit-animation-delay: -0.2s;
   -o-animation-delay: -0.2s;
   animation-delay: -0.2s;
}

@-webkit-keyframes bouncedelay {
   0%, 80%, 100% {
      -webkit-transform: scale(0.4)
   }
   40% {
      -webkit-transform: scale(1.0)
   }
}

@-o-keyframes bouncedelay {
   0%, 80%, 100% {
      -o-transform: scale(0.0);
      transform: scale(0.0);
      -webkit-transform: scale(0.25);
   }
   40% {
      -o-transform: scale(1.0);
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
   }
}

@keyframes bouncedelay {
   0%, 80%, 100% {
      -o-transform: scale(0.0);
      transform: scale(0.0);
      -webkit-transform: scale(0.25);
   }
   40% {
      -o-transform: scale(1.0);
      transform: scale(1.0);
      -webkit-transform: scale(1.0);
   }
}


@media (max-width: 1200px) {
   .button {
      font-size: 12px;
      padding: 10px 24px;
   }
   .preview_outer .button {
      font-size: 11px;
      padding: 8px 20px;
   } 
   .preview_outer a{
      font-size: 12px;
   }
   .container {
      width: 98%;
      max-width: 99%;
   }
   
}
@media (max-width: 992px) {
   .container {
      width: 99%;
      max-width: 99%;
   }
   .banner_inner p{
      font-size: 16px;
   }
   .banner_inner h1,
   .default_section_heading {
      font-size: 50px;
   }
   .banner_inner {
      width: 75%;
   }
}

@media (max-width: 768px) {
   .banner_inner {
      width: 90%;
   }
   .default_section_heading {
      font-size: 40px;
   }
   .banner_inner {
      width: 100%;
   }
   .banner_inner h1 {
      font-size: 40px;
   }
   .banner_inner p {
      font-size: 15px;
   }
   .footer h3 {
      text-align: center; 
      margin-bottom: 20px;
   }

   .footer ul {
      text-align: center;
   }
}

/*FancyBox*/
#hidden-content {
   height: 90%;
   max-width: 85%;
}