
body {
    background-color: #f3f3f3;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #595959;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
}

a {
    letter-spacing: 0px;
}

.intro-header {
    background-color: #231f20;
}

.intro-header div {
    padding: 45px 0;
    min-height: 190px;
}


/*
typing text section
*/

.typing_section {
    color: #fff;
    text-align: left;
	position: absolute;
}


span#typed,
.typed-cursor {
    font-size: 45px;
}

span#typed strong {
    text-transform: uppercase;
}

.bg-white {
    background-color: #fff;
}

.intro-header img,
.section-one img,
.section-two img,
.section-three img,
.section-four img,
.section-six img,
.section-seven img {
    max-width: 100%;
    height: auto;
}

.section-six {
	background: url("http://pp.vk.me/c623124/v623124915/42806/oQsNfigr9tM.jpg"); 
	background-size: cover;
	color: #fff;
	
}

.section-padding {
    padding: 50px 0;
}

.top-padding {
    padding-top: 30px;
}

h1 {
    font-size: 50px;
    text-align: center;
    font-weight: 800;
}

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

li {
    padding: 10px 0;
}

a {
    color: #ed2b31;
    transition: color 0.5s ease;
}

a:hover {
    text-decoration: none;
    transition: color 0.5s ease;
}

.other-box {
    padding: 20px 10px;
}

.other-box-div {
    margin-top: 30px;
}

.section-text {
    margin-top: 5%;
}

.shadow-box {
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.shadow-box:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

/* Menu Nav / Navbar Styles */
.navbar_parent{
    position: relative;
    height: 60px;
}
.navbar {
	background: rgba(237, 43, 49, 1);
	border-bottom: none;
	transition-duration: 0.6s;
	
	position: absolute;
    margin: 0 -15px;
	min-height: 50px !important;
	
}
.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {	
	color: #fff !important;;
}

.navbar-default .navbar-nav>li {
	margin-right: 0;
	padding: 0;

}
.navbar-default .navbar-nav>li:last-of-type {
	margin-right: 0;
}

.navbar-nav {
    padding: 0 !important;

}
.navbar .margintop {
	margin-top: 10px;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: rgba(237, 43, 49, 0.9);
    padding-top: 20px;
    padding-bottom: 20px;
}

.dropdown-menu,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background: rgba(243, 71, 76, 0);
	
}
.dropdown-menu {
	padding: 8px;
	box-shadow: none;
	border: none;
}
.dropdown-menu li a {
	padding: 4px 8px;
	border-radius: 6px;
}
.nav-dropdown-scroll {
	background: #e7eaea;
	box-shadow: 0px 10px 9px rgba(0, 0, 0, 0.4);
}
.navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background: rgba(237, 43, 49, .9);
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

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

.active a:before,
.navbar-default .navbar-nav>.active>a:before {
    content: "";
    width: 73%;
    height: 2px;
    bottom: 0px;
    position: absolute;
    background: #fff;
}


.navbar-nav a:hover:before {
    width: 72%;
}

.navbar-nav a:before {
    content: "";
    width: 0%;
    height: 2px;
    bottom: 0px;
    position: absolute;
    background: #fff;
	transition: all .75s ease;
}

.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* jQuery Styles
===================================*/
.navbar-scroll {
	background: rgba(237, 43, 49, 1);
	padding: 0;
	box-shadow: 0px 5px 19px rgba(0, 0, 0, 0.27);
	transition-duration: 0.6s;
}

.shrink {
	position: fixed !important;
}


/* INTRO */

.home {
    height: 100vh !important;
    background: url(../../images/home-intro.png) no-repeat scroll center top/ cover;
    background-attachment: fixed !important;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
	top:0px;
	left:0px;
}

.home .container{
    z-index: 100;
}

.intro {
    padding: 80px 0;
	margin: 0 -15px;
}

.intro .intro-content, .home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.intro .intro-content {
    height: 545px;
}


.intro-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
	color: #fff;
	margin-top: 200px;
}


.down {
    position: absolute;
    bottom: 15px;
    background: transparent;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 30px;
    height: 42px;
    width: 26px;
    left: 50%;
    margin-left: -12px;
}

.down:after, .down:before {
    content: "";
    position: absolute;
    bottom: 25px;
    background: transparent;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 30px;
    height: 5px;
    width: 1px;
    left: 50%;
    margin-left: -1px;
}

.down:after {
    /**
     * animation for scrolling
     */
    animation: scroll-fader linear 1s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: scroll-fader linear 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: scroll-fader linear 1s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: scroll-fader linear 1s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: scroll-fader linear 1s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
}

@-webkit-keyframes scroll-fader {
    from {
        bottom: 25px;
        opacity: 1.0;
    }
    to {
        bottom: 10px;
        opacity: 0;
    }
}

@keyframes scroll-fader {
    from {
        bottom: 25px;
        opacity: 1.0;
    }
    to {
        bottom: 10px;
        opacity: 0;
    }
}


/* SECTION ONE */

.section-one p {
    padding-top: 50px;
}

.section-one h1 {
    text-align: left;
}

.section-one p {
    padding-top: 50px;
}


/* SECTION TWO */

.section-two li:before {
    font-family: FontAwesome;
    content: "\f14a";
    padding-right: 10px;
    color: #ed2b31;
    position: absolute;
    left: -30px;
}

.section-two ul {
    position: relative;
    left: 27px;
}


/* SECTION FOUR */

.foutth-text {
    margin-top: 22%;
}

.foutth-text img {
    width: 30%;
}


/* SECTION FIVE */

.section-five h1,
.section-five p {
    color: #fff;
}

.bg-img {
    background: url(images/map.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100%;
}

.section-five .container {
    height: 575px;
    position: relative;
}

.section-five {
    padding: 10px 0;
}

.fifth-text {
    position: absolute;
    bottom: 0;
    width: 100%;
}


/*
* gallary styles
*/

.image-gallery-wrap img {
    /*-webkit-filter: grayscale(100%);
     Safari 6.0 - 9.0
    filter: grayscale(100%); */
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}

.image-gallery-wrap img:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    cursor: move;
}

.slick-cloned {
    display: none;
}

.image-gallery .slider-column {
    padding: 30px 0px 0px;
    overflow: hidden;
}

.white-bg {
    background: #fff;
}


/* SECTION SIX */

.section-six ul {
    margin: 0 20px;
}

.six-box-img {
    text-align: right;
}

.box-one {
    margin: 20% 30px 0 -30%;
    background-color: #fff;
}


/* SECTION SEVEN */

.section-seven img {
    padding-bottom: 25px;
}

.section-eight p {
    margin: 15px 0 20px;
}

/* Pricing table */

.price-table-wrapper {
  font-family: 'Lato', sans-serif;
  text-align: center;
  margin-top: 30px;
}
.price-table-wrapper .featured-table {
  box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}
.price-table-wrapper .pricing-table {
  display: inline-block;
  background: white;
  margin: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .pricing-table__header {
  padding: 15px;
  font-size: 25px;
  color: #fff;
  margin: 0px;
}

._basic .pricing-table__header , ._basic .pricing-table__button, ._basic .pricing-table__button:hover {
	background-color: #ed2b31;
    background-image: -webkit-linear-gradient(135deg, #ed2b31, #7e052d);
    background-image: linear-gradient(-45deg, #ed2b31, #7e052d);
}

._business .pricing-table__header , ._business .pricing-table__button, ._business .pricing-table__button:hover {
	background-color: #341b37;
    background-image: -webkit-linear-gradient(135deg, #85468c, #241326);
    background-image: linear-gradient(-45deg, #85468c, #241326);
}

._premium .pricing-table__header , ._premium .pricing-table__button, ._premium .pricing-table__button:hover {
	background-color: #286caa;
    background-image: -webkit-linear-gradient(135deg, #4d93d5, #1a466f);
    background-image: linear-gradient(-45deg, #4d93d5, #1a466f);
}

._basic  .pricing-table__price {
	background-color: #ed2b31;
    background-image: -webkit-linear-gradient(135deg, #ed2b31, #7e052d);
    background-image: linear-gradient(-115deg, #ed2b31, #7e052d);
}

._business  .pricing-table__price {
	background-color: #341b37;
    background-image: -webkit-linear-gradient(135deg, #85468c, #241326);
    background-image: linear-gradient(-115deg, #85468c, #241326);
}

._premium   .pricing-table__price {
	background-color: #286caa;
    background-image: -webkit-linear-gradient(135deg, #4d93d5, #1a466f);
    background-image: linear-gradient(-115deg, #4d93d5, #1a466f);
}


.price-table-wrapper .pricing-table__price {
  color: #fff;
  padding: 20px;
  margin: auto;
  font-size: 40px;
  font-weight: 500;
}
.price-table-wrapper .pricing-table__button {
  display: block;
  text-decoration: none;
  padding: 20px;
  color: white;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .pricing-table__button:before {
  position: absolute;
  left: -20%;
  top: -10%;
  content: '';
  width: 60%;
  height: 220%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  background: white;
  opacity: .3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .pricing-table__button:after {
  position: absolute;
  content: '>';
  top: 0;
  right: 0;
  font-size: 25px;
  padding: 15px;
  padding-right: 40px;
  color: white;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.price-table-wrapper .pricing-table__list {
  padding: 20px;
  color: #A0A0A0;
}
.price-table-wrapper .pricing-table__list li {
  padding: 15px;
  border-bottom: 1px solid #C8C8C8;
}
.price-table-wrapper .pricing-table__list li:last-child {
  border: none;
}
.price-table-wrapper .pricing-table:hover {
  box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}
.price-table-wrapper .pricing-table:hover .pricing-table__button {
  padding-left: 0;
  padding-right: 35px;
}
.price-table-wrapper .pricing-table:hover .pricing-table__button:before {
  top: -80%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 100%;
}
.price-table-wrapper .pricing-table:hover .pricing-table__button:after {
  opacity: 1;
  padding-right: 15px;
}


/* ADDITIONAL SECTION */

.additional-section {
    background-color: #ed2b31;
}

.additional-section a {
    color: #fff;
}

.additional-section a:hover {
    background-color: #f3474c;
}

.btn-as {
    padding: 20px 0;
    transition: .2s ease-in-out;
}

.btn-as:hover, .back-to-top:hover  {
    background-color: #f3474c;
    transition: .2s ease-in-out;
}

.additional-section i {
    margin-right: 10px;
}


/* effect-1 */

.effect-1 > input:checked + span {
    background: #fff;
}


/* Tabs */

main {
  min-width: 290px;
  max-width: 1070px;
  padding: 50px;
  margin: 0 auto;
  background: #fff;
}

section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

input {
  display: none;
}

label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
  fill: currentcolor;
}

label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

label span {
	margin-left: 5px;
}
label:hover {
  color: #f3474c;
  cursor: pointer;
  border: 1px solid #ddd;
  border-top: 2px solid #ed2b31;
  border-bottom: 1px solid #fff;
}

input:checked + label {
  color: #ed2b31;
  border: 1px solid #ddd;
  border-top: 2px solid #ed2b31;
  border-bottom: 1px solid #fff;
}


#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {	
  display: block;
}

svg {
	display: inline-block;
	display: -webkit-inline-box;
	margin-bottom: -7px;	
}

svg path {
	fill: #bbb;
}

svg:hover {
	fill: #f3474c;
}

/* Slick Slide*/
.slick-slide {
    outline: none;
}
.slick-slider{
        margin-bottom: 60px;
}
.slick-slide {
	display: inline-block;
	display: -webkit-inline-box;
}
.slick-slide{
    margin: 0px 15px;
}
.slick-slide img{
	width: 100%;
        margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
#mobgallery{
    padding-top: 50px;
}

/* back-to-top btn */
.back-to-top {
    background-color: #ed2b31;
    border-radius: 3px;
    bottom: 10px;
    display: none;
    height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 10000;
	line-height: 38px;
}

.back-to-top a, .back-to-top i {
    color: #fff !important;
}

.footer-padding {
	padding: 25px 0 15px;
}

.socialfooter .fa {
	font-size: xx-large;
}

/* Contact Section */
.single-address i {
    background: #ed2b31 none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
	border-radius: 3px;
}

.single-address:hover i {
    background: #f3474c none repeat scroll 0 0;
}

.single-address h2 {
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
	font-weight: 600;
}

.single-address p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}
.single-address {
    margin-bottom: 40px;
}

.btn-contact-bg {
    background: #ed2b31 none repeat scroll 0 0;
    border-radius: 3px !important;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn-contact-bg:hover, .btn-contact-bg:focus {
    background: #f3474c;
    color: #fff;
}

.single-address a {
    color: #595959;	
	font-family: 'Open Sans', sans-serif;

}

.media-heading:hover, .single-address a:hover {
	color: #ed2b31;
    transition: .2s ease-in-out;
}

.form-control {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 2px;
    box-shadow: none;
    color: #333;
    height: 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* Newsletter */

.newsletter {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}

.newsletter::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    left: 0;
    top: 0;
}

.center-block {
    float: inherit;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.signup_form h3 {
    color: #fff;
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: capitalize;
    font-weight: 300;
	letter-spacing: 1px;
}

.signup_form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    margin-bottom: 30px;
    transition: all 0.2s ease 0s;
    height: 45px;
    line-height: 45px;
	border-radius: 3px;
}

.form-group {
    margin-bottom: 30px;
}

.twentytwenty-handle{
	background: rgb(255, 255, 255);
}
.navbar-brand {
    padding: 20px 15px;
}



@media screen and (max-width: 568px) {
    .intro-header div {
        padding: 70px 0;
    }
    .intro-header img,
    .section-one img,
    .section-two img {
        padding: 0 55px;
    }
    .section-two ul {
        margin: 0 20px;
        font-size: 11px
    }
	.section-two li {
		padding: 5px 0;
	}
	
    h1 {
        font-size: 30px;
    }
    p {
        margin: 0 20px;
        font-size: 11px;
    }
	.section-padding {
		padding: 30px 0;
	}
    .section-one {
        padding-bottom: 30px;
    }
	.section-one h1 {
		text-align: center;
	}
    .section-one p {
        padding-top: 15px;
    }
    .foutth-text {
        margin-top: 35%;
        font-size: 11px;
    }
    .foutth-text img {
        width: auto;
    }
    .box-one {
        font-size: 9px;
        margin: 9% -35% 0 -55%;
    }
    .section-six ul {
        margin: 0 15px;
        padding: 5px 0;
    }
    .section-six li {
        padding: 5px 0;
		
    }
    .tabs > span {
        font-size: 11px;
        word-wrap: break-word;
    }
    .tab-content {
        padding: 60px 30px 20px;
    }
    .section-five .top-padding {
        padding-top: 10px;
    }
    .section-five .container {
        height: 450px !important;
        position: relative;
    }
    .section-five .top-padding {
        padding-top: 10px;
    }
    .fifth-text p {
        font-size: 11px;
    }
    .bg-img {
        background-size: auto;
    }
    .btn-as {
        text-align: left;
		border-bottom: 1px solid;
    }
    h3 {
        font-size: 15px;
    }
	
	span#typed, .typed-cursor {
		font-size: 18px;
	}
	
	.intro-text {
		font-size: 12px;
		line-height: 18px;
		margin: 0;
		padding-bottom: 20px;
		margin-top: 150px;
	}

	label {
		padding: 15px 15px;
	}	
	main {
		padding: 0;
	}
	
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.single-address {
		margin-bottom: 15px;
	}
	.single-address h2 {
		font-size: 12px;
	}
	.single-address p {
		font-size: 12px;
		line-height: 15px;
    }	
	.form-group {
		margin-bottom: 15px;
	}
	.shrink {
		margin: 0;
	}	
	.addthis_default_style {
		margin: 20px 0 0 17px;
	}
	.twentytwenty-container {
		left: 5px;
	}
	.navbar-brand {
		padding: 15px 15px;
	}
	.image-gallery-wrap .slick-active img{
		-webkit-filter: grayscale(0%) !important;
		filter: grayscale(0%) !important;
	}
	

}



@media screen and (min-width: 569px) and (max-width: 767px) {
	.section-one h1 {
		text-align: center;
	}
    .section-two {
        padding-bottom: 30px;
    }
    .section-img {
        text-align: center !important;
    }
    .foutth-text {
        margin-top: 35%;
    }
    .foutth-text img {
        width: 50%;
    }
    .box-one {
        font-size: 12px;
        margin: 9% -20% 0 -50%;
    }
    .section-six li {
        padding: 5px 0;
	}
	.image-gallery-wrap .slick-active img{
		-webkit-filter: grayscale(0%) !important;
		filter: grayscale(0%) !important;
	}

    span#typed, .typed-cursor {
		font-size: 25px;
	}
	.intro-text {
		font-size: 12px;
		line-height: 20px;
		margin-top: 100px;
	}	

    .tabs > span {
        font-size: 11px;
        word-wrap: break-word;
    }
    .tab-content {
        padding: 60px 50px 20px;
        font-size: 14px;
    }
    .section-five .container {
        height: 340px;
        position: relative;
    }
    .fifth-text p {
        font-size: 11px;
    }
    h1 {
        font-size: 40px;
    }
    .bg-img {
        background-size: auto;
    }
    .section-five .top-padding {
        padding-top: 10px;
    }
    .btn-as {
        text-align: left;
    }
	
	.single-address {
		margin-bottom: 25px;
	}
	
	.form-group {
		margin-bottom: 15px;
	}
	
	label {
		padding: 15px 20px;
	}	

	.shrink {
		margin: 0;
	}		
}


@media screen and (min-width: 768px) and (max-width: 992px) {
    .intro-header div {
        padding: 70px 0;
    }
    .section-one {
        padding-bottom: 30px;
    }
	.section-one h1 {
		text-align: center;
	}	
    .foutth-text {
        margin-top: 25%;
    }
    .section-img {
        text-align: center !important;
    }
    .box-one {
        font-size: 14px;
        margin: 9% -20% 0 -50%;
    }
    .section-five .container {
        height: 450px !important;
        position: relative;
    }
    .fifth-text p {
        font-size: 14px;
    }
    .bg-img {
        background-size: auto;
    }
	
	span#typed, .typed-cursor {
		font-size: 35px;
	}
	
	.intro-text {
		font-size: 20px;
		margin-top: 200px;
		line-height: 30px;
	}	
	
	.nav>li>a {
		padding: 20px 10px;
	}
	
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
    .section-five .container {
        height: 507px !important;
        position: relative;
    }
    .fifth-text p {
        font-size: 14px;
    }
}

@media screen and (min-width: 1024px) {
	.intro-text {
		font-size: 22px;
		margin-top: 300px;
		line-height: 35px;
	}
	span#typed, .typed-cursor {
		font-size: 45px;
	}	
}

@media screen and (min-width: 1200px) {
	.twentytwenty-container img {
		left: 50px;
	}
	.twentytwenty-handle {
		margin-left: 30px;	
	}
	
}

/* Tabs res */

@media screen and (max-width: 650px) {
  label {
    font-size: 0;
  }
   label  span{
    margin: 0;
  }
  label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  label {
    padding: 15px;
  }
}


/*
typing text blinking 
*/

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}