* {
    margin: 0;
    padding: 0;
}

body {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.full_screen {
    width: 100%;
}

.screen {
    width: 1200px;
    display: block;
    margin: 0 auto;
}

.fix {
    overflow: hidden;
}

p {
    font-size: 16px;
    line-height: 150%;
}

img {
    width: auto;
    height: auto;
}

.clearfix {
    display: block;
    clear: both;
    content: "";
}

a {
    text-decoration: none;
    color: blue;
}

/*Start Header*/
.header_bg {
    background-color: #fff;
}

#header {
    padding: 35px 0;
}

#header .logo {
    float: left;
}

#header .logo a {
    font-family: Flatform Light;
    font-size: 40px;
    color: #4d4d4d;
    font-weight: normal;
}

/*Start Menu*/
#header #menu {
    float: right;
}

#header #menu ul {
    list-style-type: none;
}

#header #menu ul li {
    float: left;
    padding: 18px 25px
}

#header #menu ul li:last-child {
    padding-right: 0;
}

#header #menu ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #4d4d4d;
}

#header #menu ul li a:hover {
    border-bottom: 1px solid #7F7F7F;
}

/* Start Responsive Menu */
.toggle {
    float: right;
    margin-top: 5px;
    display: none;
}

.toggle .toggleSpan {
    font-size: 30px;
    font-weight: bold;
    color: #4d4d4d;
    padding: 0 15px;
}

.toggle .toggleSpan:hover {
    cursor: pointer;
}

/*Finish Menu*/
/*Finish Header*/

/*Start Top Content*/
.top_content_bg {
    background: url(img/top-content-bg.png) no-repeat;
    background-size: cover;
}

#top_content {
    text-align: center;
    padding: 230px 0;
}

#top_content h1 {
    font-family: Satellite;
    font-size: 50px;
    color: #4d4d4d;
    margin-bottom: 20px;
}

#top_content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #4d4d4d;
    margin-bottom: 50px;
}

#top_content a {
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background-color: #4D4D4D;
    padding: 15px 75px;
    border-radius: 30px;
}

/*Finish Top Content*/

/*Start Featured*/
.featured_bg {
    background-color: #fff;
}

#featured {
    padding: 100px 0 50px 0;
    border-bottom: 1px solid #E9E9E9;
    overflow: hidden;
}

#featured .col_3 {
    width: 29%;
    margin-right: 6.5%;
    float: left;
    text-align: center;
    margin-bottom: 50px;
}

#featured .col_3 h2 {
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
    font-size: 22px;
    color: #4d4d4d;
    text-transform: uppercase;
    margin: 30px 0 35px 0;
}

#featured .col_3 p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #727272;
}

#featured .col_3.nomargri {
    margin-right: 0;
}

/*Finish Featured*/

/*Start Video Section*/
.video_section_bg {
    background-color: #fff;
}

#video_section {
    text-align: center;
    padding: 75px 0 30px 0;
}

#video_section h2 {
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
    font-size: 30px;
    color: #4d4d4d;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#video_section p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #727272;
    margin-bottom: 75px;
}

#video_section .video {
    position: relative;
    display: inline-block;
}

#video_section .video .video_thumb {
    width: 100%;
}

#video_section .video .play_btn {
    position: absolute;
    width: 13.12%;
    top: 38%;
    left: 43.5%;
}

/*Finish Video Section*/

/*Start Recent Work*/
.recent_work_bg {
    background-color: #fff;
}

#recent_work {
    padding: 70px 0 50px 0;
}

#recent_work h2 {
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    font-size: 30px;
    color: #4d4d4d;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 75px;
}

#recent_work .col_4 {
    width: 22%;
    margin-right: 4%;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 50px;
}

#recent_work .col_4 img {
    width: 100%;
}

#recent_work .col_4 .gallery_content {
    text-align: center;
    color: #d2d1d1;
    position: absolute;

    width: 100%;
    height: 100%;
    top: 0%;
    padding-top: 50%;
    overflow: hidden;
}

#recent_work .col_4 .gallery_content h3 {
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-style: italic;
    font-size: 25px;
    text-transform: uppercase;
}

#recent_work .col_4 .gallery_content p {
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    font-size: 10px;
}

#recent_work .col_4 a.gallery_link {
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #575757;
    padding: 20px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    display: none;
}

#recent_work .col_4:hover a.gallery_link {
    display: block;
}

#recent_work .col_4.nomargri {
    margin-right: 0;
}

/*Finish Recent Work*/

/*Start Subscribe*/
.subscribe_bg {
    background-color: #F5F5F5;
}

#subscribe {
    text-align: center;
    padding: 100px 0;
}

#subscribe h2 {
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    font-size: 30px;
    color: #4d4d4d;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#subscribe p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #727272;
    margin-bottom: 60px;
}

#subscribe a {
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
    font-size: 16px;
    color: #4d4d4d;
    text-transform: uppercase;
    border: 1px solid #4D4D4D;
    padding: 15px 40px;
    border-radius: 30px;
}

/*Finish Subscribe*/

/*Start Social*/
.social_bg {
    background-color: #fff;
}

#social {
    padding: 100px 0 50px 0;
}

#social ul {
    list-style-type: none;
    margin: 0 auto;
    display: table;
}

#social ul li {
    float: left;
    margin-right: 60px;
    margin-bottom: 50px;
}

#social ul li:last-child {
    margin-right: 0;
}

#social ul li a {
    font-family: Socialico;
    font-size: 30px;
    color: #4d4d4d;
    text-align: center;
    display: inline-block;
    padding: 18px 0;
    width: 66px;
    border: 2px solid #4D4D4D;
}

#social ul li a:hover {
    color: #fff;
    background-color: #55ACEE;
    padding: 20px 0;
    width: 70px;
    border: none;
}

/*Finish Social*/

/*Start Footer*/
.footer_bg {
    background-color: #3b3b3b;
}

#footer {
    overflow: hidden;
    padding: 100px 0 50px 0;
}

#footer .col_4 {
    width: 22%;
    margin-right: 4%;
    float: left;
    margin-bottom: 50px;
}

#footer .col_4 h4 {
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

#footer .col_4.address_col address {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ebebeb;
    margin-bottom: 15px;
    font-style: normal;
}

#footer .col_4.address_col address p {
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
    color: #b5b5b5;
}

#footer .col_4.address_col a {
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    font-size: 14px;
    color: #b5b5b5;
    text-decoration: underline;
}

#footer .col_4.address_col span {
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
    font-size: 14px;
    color: #b5b5b5;
}

#footer .col_4.list_col ul {
    list-style-type: none;
}

#footer .col_4.list_col ul li {
    margin-bottom: 5px;
}

#footer .col_4.list_col ul li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ebebeb;
}

#footer .col_4.about_web p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ebebeb;
    margin-bottom: 15px;
}

#footer .col_4.about_web p:last-of-type {
    margin-bottom: 0;
}

#footer .col_4.about_web p a {
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
    font-size: 14px;
    color: #b5b5b5;
    text-decoration: underline;
}

#footer .col_4.nomargri {
    margin-right: 0;
}

/*Finish Footer*/
