body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: rgba(255,255,255,0.5);
	width: 100% !important;
	height: 100% !important;
}
h1 {
	font-weight: 400;
}
h2 {
	line-height: 20px;
	margin: 0;
	color: rgba(254,1,1,0.4);
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 10px;
}
h3, h4 {
	color: #333;
	font-size: 20px;
	font-weight: 400;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #333;
}
a:hover, a:focus {
	text-decoration: none;
	color: #25BAD0;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}


/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0.1);
	border-color: rgba(231, 231, 231, 0.2);
}
#menu a.navbar-brand {
	font-size: 26px;
	color: rgba(254,1,1,0.6);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#menu a.navbar-brand i.fa {
	color: #25BAD0;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: rgba(255,255,255,0.8);
	font-size: 15px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: rgba(254,1,1,0.9);
}
.on {
	background-color: rgba(254,1,1,0.4) !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: rgba(254,1,1,0.9) !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #25BAD0;
	border-color: #25BAD0;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.btn-default {
	color: #fff;
	background-color: transparent;
	border: 2px solid rgba(254,1,1,0.4);
	padding: 12px 20px;
	margin: 0;
	font-size: 15px;
	border-radius: 0;
	text-transform: uppercase;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	border-color: rgba(179,83,19,0.3);
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Home Section */
body {
  margin: 0;
  font-family: Arial;
  font-size: 17px;
}

#myVideo {
  position: inherit;
  right: 0;
  bottom: 0;
  min-width: 50%; 
  min-height: 50%;
}

.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

.intro {
	display: table;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	background: url(../img/mic.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	padding: 100px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#053740+0,053740+100&1+0,0.6+100 */
	background: -moz-linear-gradient(top, rgba(5,55,64,1) 0%, rgba(5,55,64,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(5,55,64,1) 0%, rgba(5,55,64,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053740', endColorstr='#99053740', GradientType=0 ); /* IE6-9 */
}
.section-title {
	padding: 25px 0 60px 0;
}
.intro H1 {
	font-size: 60px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgba(255,255,255,0.5);
}
.intro .brand {
	color: rgba(254,1,1,0.3);
	font-weight: 700;
}
.intro .intro-text p {
	font-size: 18px;
	margin-bottom: 40px;
	margin-top: 20px;
	text-transform: uppercase;
	color: rgba(255,255,255,0.5);
}
header .intro-text {
	padding-top: 200px;
	padding-bottom: 200px;
}
/* Services Section */
#services {
    background: url(../img/contact_photo.jpg) no-repeat center top;
    background-color: #7bc3d1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#services .overlay {
    padding: 100px 0 40px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#053740+0,053740+100&1+0,0.75+100 */
    background: -moz-linear-gradient(top, rgba(5,55,64,1) 0%, rgba(5,55,64,0.75) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(5,55,64,1) 0%, rgba(5,55,64,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #000 0%, rgba(0,0,0,0.75) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053740', endColorstr='#bf053740', GradientType=0 ); /* IE6-9 */
}

#services {
	padding: 120px 0;
	background: #000;
}
#services h2 {
	color: rgba(254,1,1,0.6);
}
#services h4 {
	color: rgba(254,1,1,0.6);
	text-transform: uppercase;
}
#services i.fa {
	font-size: 50px;
	margin-bottom: 20px;
	transition: all 0.5s;
	color: rgba(0,0,0,0.7);
	width: 150px;
	height: 100px;
	padding: 33px 0;
	border: 1px solid #fff;
	background: rgba(255,255,255,0.7);
	border-radius: 50%;
}
body {
  margin: 0;
  font-family: Arial;
  font-size: 17px;
}

#myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 150%; 
  min-height: 100%;
}

.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

/* About Section */
#about {
	padding: 100px 0;
	color: rgba(255,255,255,0.9);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#20a6bb+0,25bad0+50 */
	background: rgb(32,166,187); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(32,166,187,1) 0%, rgba(37,186,208,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(32,166,187,1) 0%, rgba(37,186,208,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(128,128,128)0%, rgb(128,128,128) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20a6bb', endColorstr='#25bad0', GradientType=0 ); /* IE6-9 */
}
#about h2 {
	color: rgba(0,0,0,0.8);
}
#about h4 {
	color:rgba(0,0,0,1)
}
#about .about-text {
	margin-left: 10px;
}
#about p {
	margin-top: 20px;
	margin-bottom: 30px;
	color: rgba(0,0,0,0.8);
}


 /*-----------------------------------------------------------------------------------*/
/*      portfolio_area CSS
/*-----------------------------------------------------------------------------------*/

.portfolio_area {
    position: relative;
    background: url(../img/roy1.jpg) no-repeat scroll center center / cover;
}
.portfolio_area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(31,11,13,0.70);
}
.portfolio_content_headings {
    margin-top: -8px;
    padding-bottom: 36px;
}
.portfolio_content_wrapper h4 {
    color: #fff;
    display: inline-block;
    font-family: "Ubuntu",sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
    margin-bottom: -10px;
    margin-left: 5px;
}

/* This code is for single_portfolio */

.single_portfolio {
    position: relative;
    margin-top: 30px;
}
.single_portfolio img {
    width: 100%;
}
.single_portfolio figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.portfolio_video_controller {
    background-color: rgba(224,22,42,0.85);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 6px solid rgba(60,21,37,0.85); /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    cursor: pointer;
}
.portfolio_video_controller i {
    font-size: 26px;
    color: #fefefe;
    line-height: 78px;
    display: block;
    text-align: center;
}
.single_portfolio > figure > figcaption > .default_content > ul {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
}
.single_portfolio > figure > figcaption > .default_content > ul > li {
    background-color: #bf1324;
    color: #fefefe;
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-size: 13px;
    font-weight: 300;
    padding: 6px 10px;
} 
.single_portfolio > figure > figcaption > .default_content > ul > li.reverse {
    float: right;
}
.single_portfolio > figure > figcaption > .default_content > ul > li.reverse i {
    padding-right: 5px;
}

/* This code is for portfo button */

.portfolio_btn {
    background-color: #e0162a;
    display: block;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    line-height: 52px;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.portfolio_btn:hover {
    background-color: #fefefe;
}
.portfolio_btn:hover a {
    color: #e0162a;
}
.portfolio_btn a {
    color: #fefefe;
    display: block;
}

/* this code is for portfolio hover content */

.single_portfolio > figure > figcaption > .hover_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(224,22,42,0.85);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.single_portfolio:hover figure > figcaption > .hover_content {
    opacity: 1;
}
.single_portfolio:hover figure > figcaption > .default_content {
    opacity: 0;
}

.hover_text h3 {
    color: #fefefe;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 15px;
    letter-spacing: 3px;
    font-weight: 600;
}
.hover_text > ul > li {
    color: #ebebeb;
    display: inline-block;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 0 5px 0 9px;
    position: relative;
    opacity: 0;
}
.hover_text > ul > li:before {
    background-color: #ebebeb;
    content: "";
    height: 70%;
    left: 0;
    position: absolute;
    top: 2px;
    width: 1px;
}
.hover_text > ul > li:first-child:before {
    display: none;
}
.hover_video_controller {
    margin-top: 60px;
    margin-bottom: 60px;
}
.hover_video_controller i {
    background-color: #531727;
    border-radius: 50%;
    color: #fefefe;
    cursor: pointer;
    display: block;
    font-size: 26px;
    height: 80px;
    left: 50%;
    line-height: 80px;
    margin-left: -40px;
    position: relative;
    text-align: center;
    width: 80px;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.hover_text {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.hover_text > span {
    font-size: 14px;
    font-family: 'Poppins-Regular';
    color: #cecece;
    line-height: 26px;
    opacity: 0;
}
.hover_list {
    bottom: 75px;
    position: absolute;
    width: 100%;
}
.hover_list > ul > li {
    display: inline-block;
    width: 32%;
    text-align: center;
    color: #cecece;
    font-size: 14px;
    font-weight: 300;
    opacity: 0;
}
.hover_list > ul > li > i {
    display: block;
    font-size: 18px;
    color: #fefefe;
}

.single_portfolio.small_thumb .hover_list {
    bottom: 20px;
}
.single_portfolio.small_thumb .hover_video_controller {
    margin-bottom: 30px;
    margin-top: 30px;
}


/* portfolio_animation */

.hover_text h3 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.hover_video_controller i {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.single_portfolio:hover .hover_text h3 {
    letter-spacing: 0;
}
.single_portfolio:hover .hover_video_controller i {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.hover_text > ul > li:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.hover_text > ul > li:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.hover_text > ul > li:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.single_portfolio:hover .hover_text > ul > li {
    opacity: 1;
}
.hover_text > span {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.single_portfolio:hover .hover_text > span {
    opacity: 1;
}
.hover_content:hover .hover_list > ul > li {
    opacity: 1;
}
.hover_list > ul > li:nth-child(1) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.hover_list > ul > li:nth-child(2) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.hover_list > ul > li:nth-child(3) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
 

 

/* Box Model */

    *, *:before, *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

/* Basic */

    @-ms-viewport {
        width: device-width;
    }

    body {
        -ms-overflow-style: scrollbar;
    }

    @media screen and (max-width: 480px) {

        html, body {
            min-width: 320px;
        }

    }

    body {
        background: #000;
    }

        body.is-loading *, body.is-loading *:before, body.is-loading *:after {
            -moz-animation: none !important;
            -webkit-animation: none !important;
            -ms-animation: none !important;
            animation: none !important;
            -moz-transition: none !important;
            -webkit-transition: none !important;
            -ms-transition: none !important;
            transition: none !important;
        }

/* Type */

    body, input, select, textarea {
        color: rgba(255, 255, 255, 0.75);
        font-family: "Source Sans Pro", sans-serif;
        font-size: 14pt;
        font-weight: 300;
        line-height: 1.65;
    }

        @media screen and (max-width: 1680px) {

            body, input, select, textarea {
                font-size: 11pt;
            }

        }

        @media screen and (max-width: 1280px) {

            body, input, select, textarea {
                font-size: 11pt;
            }

        }

        @media screen and (max-width: 980px) {

            body, input, select, textarea {
                font-size: 12pt;
            }

        }

        @media screen and (max-width: 736px) {

            body, input, select, textarea {
                font-size: 12pt;
            }

        }

        @media screen and (max-width: 480px) {

            body, input, select, textarea {
                font-size: 12pt;
            }

        }

    a {
        -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        color: rgba(255, 255, 255, 0.75);
        text-decoration: none;
         
        outline: 0;
    }

        a:hover {
            color: #FFF;
            border: none;
        }

    strong, b {
        color: #fff;
        font-weight: 400;
    }

    em, i {
        font-style: italic;
    }


    p {
        font-weight: 400;
        font-size:15px; 
        color: rgba(255,255,255,0.6);
        margin: 0 0 2em 0;
    }

    h1, h2, h3, h4, h5, h6 {
        color: #fff;
        font-weight: 400;
        line-height: 1.5;
        margin: 0 0 1em 0;
    }

        h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
            color: inherit;
            text-decoration: none;
        }

    h2 {
        font-size: 1.75em;
    }

    h3 {
        font-size: 1.35em;
    }

    h4 {
        font-size: 1.1em;
    }

    h5 {
        font-size: 0.9em;
    }

    h6 {
        font-size: 0.7em;
    }

    sub {
        font-size: 0.8em;
        position: relative;
        top: 0.5em;
    }

    sup {
        font-size: 0.8em;
        position: relative;
        top: -0.5em;
    }

    blockquote {
        border-left: solid 4px rgba(144, 144, 144, 0.25);
        font-style: italic;
        margin: 0 0 2em 0;
        padding: 0.5em 0 0.5em 2em;
    }

    code {
        background: rgba(144, 144, 144, 0.075);
        border-radius: 4px;
        border: solid 1px rgba(144, 144, 144, 0.25);
        font-family: "Courier New", monospace;
        font-size: 0.9em;
        margin: 0 0.25em;
        padding: 0.25em 0.65em;
    }

    pre {
        -webkit-overflow-scrolling: touch;
        font-family: "Courier New", monospace;
        font-size: 0.9em;
        margin: 0 0 2em 0;
    }

        pre code {
            display: block;
            line-height: 1.75;
            padding: 1em 1.5em;
            overflow-x: auto;
        }

    hr {
        border: 0;
        border-bottom: solid 1px rgba(144, 144, 144, 0.25);
        margin: 2em 0;
    }

        hr.major {
            margin: 3em 0;
        }

    .align-left {
        text-align: left;
    }

    .align-center {
        text-align: center;
    }

    .align-right {
        text-align: right;
    }

 

/* Box */

    .thumbnails {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-align-items: stretch;
        -webkit-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .thumbnails .box {
            margin: 0 1em 2em 1em;
            width: 30%;
        }

            @media screen and (max-width: 1280px) {

                .thumbnails .box {
                    width: 45%;
                }

            }

            @media screen and (max-width: 736px) {

                .thumbnails .box {
                    width: 100%;
                }

            }

 

/* Box */

    .box {
        border-radius: 4px;
        margin-bottom: 2em;
        background: #000;
        text-align: center;
    }

        .box > :last-child,
        .box > :last-child > :last-child,
        .box > :last-child > :last-child > :last-child {
            margin-bottom: 0;
        }

        .box .image.fit {
            margin: 0;
        }

        .box .image img {
            border-radius: 4px 4px 0 0;
        }

        .box .inner {
            padding: 1.5em;
            width: 100% !important;
        }

            @media screen and (max-width: 480px) {

                .box .inner {
                    padding: 1em;
                }

            }

        .box.alt {
            border: 0;
            border-radius: 0;
            padding: 0;
        }

/* Icon */

    .icon {
        text-decoration: none;
        border-bottom: none;
        position: relative;
    }

        .icon:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-transform: none !important;
        }

        .icon > .label {
            display: none;
        }

/* Image */

    .image {
        border-radius: 4px;
        border: 0;
        display: inline-block;
        position: relative;

    }

        .image img {
            border-radius: 4px;
            display: block;
        }

        .image.left, .image.right {
            max-width: 40%;
        }

            .image.left img, .image.right img {
                width: 100%;
            }

        .image.left {
            float: left;
            padding: 0 1.5em 1em 0;
            top: 0.25em;
        }

        .image.right {
            float: right;
            padding: 0 0 1em 1.5em;
            top: 0.25em;
        }

        .image.fit {
            display: block;
            margin: 0 0 2em 0;
            width: 100%;
        }

            .image.fit img {
                width: 100%;
            }

        .image.main {
            display: block;
            margin: 0 0 3em 0;
            width: 100%;
        }

            .image.main img {
                width: 100%;
            }


 

/* Button */

    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    button,
    .button {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
        background-color: rgba(219, 43, 43,0.5);
        border-radius: 4px;
        border: 0;
        color: #ffffff !important;
        cursor: pointer;
        display: inline-block;
        font-weight: 400;
        height: 2.85em;
        line-height: 2.95em;
        padding: 0 1.5em;
        text-align: center;
        text-decoration: none;
        white-space: nowrap;
    }

 

        input[type="submit"]:hover,
        input[type="reset"]:hover,
        input[type="button"]:hover,
        button:hover,
        .button:hover {
        
            background-color: #DB2B2B;
        }

     
        input[type="submit"].icon,
        input[type="reset"].icon,
        input[type="button"].icon,
        button.icon,
        .button.icon {
            padding-left: 1.35em;
        }

            input[type="submit"].icon:before,
            input[type="reset"].icon:before,
            input[type="button"].icon:before,
            button.icon:before,
            .button.icon:before {
                margin-right: 0.5em;
            }

        input[type="submit"].fit,
        input[type="reset"].fit,
        input[type="button"].fit,
        button.fit,
        .button.fit {
            display: block;
            margin: 0 0 1em 0;
            width: 100%;
        }

        input[type="submit"].small,
        input[type="reset"].small,
        input[type="button"].small,
        button.small,
        .button.small {
            font-size: 0.8em;
        }

        input[type="submit"].big,
        input[type="reset"].big,
        input[type="button"].big,
        button.big,
        .button.big {
            font-size: 1.35em;
        }

        input[type="submit"].disabled, input[type="submit"]:disabled,
        input[type="reset"].disabled,
        input[type="reset"]:disabled,
        input[type="button"].disabled,
        input[type="button"]:disabled,
        button.disabled,
        button:disabled,
        .button.disabled,
        .button:disabled {
            background-color: rgba(255, 255, 255, 0.75) !important;
            box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
            color: #202024 !important;
            cursor: default;
            opacity: 0.25;
        }

        input[type="submit"].style2,
        input[type="reset"].style2,
        input[type="button"].style2,
        button.style2,
        .button.style2 {
            background-color: rgba(219, 43, 43,0.)
        }

            input[type="submit"].style2:hover,
            input[type="reset"].style2:hover,
            input[type="button"].style2:hover,
            button.style2:hover,
            .button.style2:hover {
                background-color: #DB2B2B;
            }

         

        input[type="submit"].style3,
        input[type="reset"].style3,
        input[type="button"].style3,
        button.style3,
        .button.style3 {
            background-color: rgba(219, 43, 43,0.5)
        }

            input[type="submit"].style3:hover,
            input[type="reset"].style3:hover,
            input[type="button"].style3:hover,
            button.style3:hover,
            .button.style3:hover {
                background-color: #DB2B2B;
            }

         

        @media screen and (max-width: 480px) {

            input[type="submit"],
            input[type="reset"],
            input[type="button"],
            button,
            .button {
                padding: 0;
            }

        }

 

/* Banner */

    #banner {
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        padding: 8em 4em 6em 4em;
        min-height: 70vh;
        background-image: url("../images/videopageimage.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-top: 0;
        position: relative;
        text-align: center;
        overflow: hidden;
    }

        #banner .inner {
            text-align: center;
            position: relative;
            z-index: 2;
        }

        #banner h1 {
            color: #fff;
            font-size: 5em;
            font-weight: 400;
            font-family: 'Passion One', cursive;
            margin: 0;
        }

            @media screen and (max-width: 980px) {

                #banner h1 {
                    font-size: 5em;
                }

            }

            @media screen and (max-width: 736px) {

                #banner h1 {
                    font-size: 3em;
                }

            }

        #banner p {
            color: rgba(255, 255, 255, 0.85);
            font-size: 1.5em;
            font-weight: 300;
        }

            @media screen and (max-width: 980px) {

                #banner p {
                    font-size: 1.5em;
                }

            }

            @media screen and (max-width: 480px) {

                #banner p {
                    font-size: 1.25em;
                }

            }

        #banner a {
            color: rgba(255, 255, 255, 0.75);
            text-decoration: none;
         
        }

            #banner a:hover {
                color: #FFF;
                border: none;
            }

        #banner .more {
            background-image: url("images/arrow.svg");
            background-position: center 1.35em;
            background-repeat: no-repeat;
            background-size: auto;
            border: 1px solid #fff;
            border-radius: 100%;
            color: rgba(255, 255, 255, 0.75);
            display: block;
            height: 4em;
            text-indent: 4em;
            overflow: hidden;
            white-space: nowrap;
            width: 4em;
            z-index: 2;
            margin: 0 auto 2em auto;
        }

            #banner .more:hover {
                background-color: rgba(255, 255, 255, 0.05);
                border: 1px solid #fff;
                color: #FFF;
            }

        #banner video {
            -moz-transform: translateX(50%) translateY(50%);
            -webkit-transform: translateX(50%) translateY(50%);
            -ms-transform: translateX(50%) translateY(50%);
            transform: translateX(50%) translateY(50%);
            position: absolute;
            bottom: 50%;
            right: 50%;
            width: auto;
            height: auto;
            min-width: 100%;
            min-height: 100%;
            overflow: hidden;
        }


        #banner:before {
             
            content: '';
            background-color: #000;
            display: block;
            height: 100%;
            left: 0;
            opacity: 0.25;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1;
        }

        @media screen and (max-width: 1280px) {

            #banner video {
                display: none;
            }

        }

        @media screen and (max-width: 980px) {

            #banner br {
                display: none;
            }

        }

        @media screen and (max-width: 736px) {

            #banner {
                min-height: 0;
                padding: 6em 2em 4em 2em;
            }

                #banner br {
                    display: none;
                }

        }

        body.is-loading #banner:before {
            opacity: 1;
        }

/* Main */

    #main {
        padding: 4em 0 2em 0;
    }

        @media screen and (max-width: 736px) {

            #main {
                padding: 6em 0 2em 0;
            }

        }

        #main .inner {
            width: 100%;
            max-width: 160em;
            margin: 0 auto;
        }

            @media screen and (max-width: 480px) {

                #main .inner {
                    width: 95%;
                }

            }



/*portfolio*/
/* Team Section */
#team{ 
background: #000;}
#team {
	padding: 100px 0;
	background: #000;
	color: rgba(255,255,255,0.9);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#20a6bb+0,25bad0+50 */
	background: rgb(32,166,187); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(32,166,187,1) 0%, rgba(37,186,208,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(32,166,187,1) 0%, rgba(37,186,208,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(128,128,128)0%, rgb(128,128,128) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20a6bb', endColorstr='#25bad0', GradientType=0 ); /* IE6-9 */
}
#team h2 {
	color: #000;
}
#team h3 {
	color: #0a4b55;
}
img.img-circle.team-img {
	width: 160px;
	height: 160px;
}
#team .thumbnail {
	background: transparent;
	border: 0;
}
#team .thumbnail .caption {
	padding: 9px;
	color: rgba(255,255,255,0.9);
}



/* Audio portfolio (no-repeat center top);*/
#audio {
    background: url(../img/19.jpg) no-repeat center top;
    background-color: #e5e5e5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
#audio .overlay {
    padding: 100px 0 40px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#053740+0,053740+100&1+0,0.75+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(5,55,64,0.3) 0%, rgba(5,55,64,0.5) 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #000 0%, rgba(0,0,0,0.75) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053740', endColorstr='#bf053740', GradientType=0 ); /* IE6-9 */
}

#audio h2 {
    color: #fff;
}
.audio h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-left: 5px;
    text-transform: uppercase;
}
.audio span.count {
    font-size: 52px;
    font-weight: 600;
    display: block;
    color: #fff;
    padding: 0;
    margin: 0;
}
/* Contact Section */
#contact {
	background: url(../img/contact_photo.jpg) no-repeat center top;
	background-color: #7bc3d1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#contact .overlay {
	padding: 100px 0 40px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#053740+0,053740+100&1+0,0.75+100 */
	background: -moz-linear-gradient(top, rgba(5,55,64,1) 0%, rgba(5,55,64,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(5,55,64,1) 0%, rgba(5,55,64,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #000 0%, rgba(0,0,0,0.75) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053740', endColorstr='#bf053740', GradientType=0 ); /* IE6-9 */
}
#contact h3 {
	padding-top: 20px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
#contact form {
	padding: 20px 0;
}
#contact i.fa {
	color: #121d1f;
	margin-bottom: 10px;
}
#contact .text-danger {
	color: #ff6600;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.42857143;
	color: #fff;
	background-color: rgba(255,255,255,0.2);
	background-image: none;
	border: 0;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #ccc;
}
.form-control:-moz-placeholder {
color: #ccc;
}
.form-control::-moz-placeholder {
color: #ccc;
}
.form-control:-ms-input-placeholder {
color: #ccc;
}
#contact .btn {
	margin-top: 20px;
}
#contact .social {
	margin-top: 80px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 30px;
	padding: 4px 5px;
	color: #fff;
	transition: all 0.5s;
}
#contact .social i.fa:hover {
	color: #25BAD0;
}
/* Footer Section*/
#footer {
	background: #03252b;
	padding: 25px 0 20px 0;
}
#footer p {
	font-size: 13px;
}
#footer a {
	color: #aaa;
}
#footer a:hover {
	color: #25BAD0;
}

/* Media Queries */
@media (max-width: 1024px) {
.intro H1 {
	font-size: 42px;
}
header .intro-text {
	padding-top: 100px;
	padding-bottom: 100px;
}
#about img {
	margin-bottom: 20px;
}
}
