/*---------------------------------------
Author: InnerThemes
Website: innerthemes.com
Version: 1.1 - New
Date: 21/05/2017
---------------------------------------*/


/*---------------------------------------
Theme Contains: 

    1.Theme Basics
    2.Header - Navbar
        2.1.Header - Navbar Mobile
    3.Pages
    4.Main Text
    5.Services - New
    6.Portfolio Filters
        6.1.Portfolio and Hover Effects
    7.Portfolio Single
    8.Blog
    9.Blog Details
    10.About Me
    11.About Us
    12.Contact + Map
    13.Footer
    14.Error 404
---------------------------------------*/


/*---------------------------------------
1.Theme Basics
---------------------------------------*/


/*- Loader -*/

.loader {
    font-size: 20px;
    width: 4em;
    height: 1em;
    margin: auto;
    position: fixed;
    z-index: 999;
    overflow: show;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loader:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
}

.loader:not(:required) {
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.ring {
    width: 1em;
    height: 1em;
    border-radius: 0.5em;
    background: #fff;
    position: absolute;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.ring1,
.ring2 {
    left: 0;
}

.ring3 {
    left: 1.5em;
}

.ring4 {
    left: 3em;
}

@keyframes reveal {
    from {
        -webkit-transform: scale(0.001);
        -moz-transform: scale(0.001);
        -ms-transform: scale(0.001);
        -o-transform: scale(0.001);
        transform: scale(0.001);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        -webkit-transform: translateX(1.5em);
        -moz-transform: translateX(1.5em);
        -ms-transform: translateX(1.5em);
        -o-transform: translateX(1.5em);
        transform: translateX(1.5em);
    }
}

.ring1 {
    animation-name: reveal;
}

.ring2,
.ring3 {
    animation-name: slide;
}

.ring4 {
    animation-name: reveal;
    animation-direction: reverse;
}


/*- Loader Ends Here-*/


/*- Basics -*/
html {
    -webkit-font-smoothing:antialiased
}
body {
    background-color: #000000;
    font-family: 'Open Sans', sans-serif;
    text-rendering:optimizeLegibility;
}


/* close commented backslash hack */

::selection {
    color: #dddddd;
    background-color: #1b1b1b;
}

::-webkit-selection {
    color: #dddddd;
    background-color: #1b1b1b;
}

::-moz-selection {
    color: #dddddd;
    background-color: #1b1b1b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff;
    letter-spacing: 1px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 1.3em;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
    font-weight: normal;
}

p {
    font-size: 14px;
    font-weight: normal;
    color: #bdbdbd;
    line-height: 1.75em;
    letter-spacing: 1px;
    margin: 0;
}

a {
    text-decoration: none;
}
a:focus {
    outline:0px;
}
img {
    width: 100%;
    height: auto;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #3;
    margin:1.2em 0;
    padding:0
}
.push-bottom {
	margin-bottom: 20px;
}

.push-top {
	margin-top: 20px;
}

/*- Button Style -*/

.button {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 23px;
    letter-spacing: 1px;
    border: 1px solid #fbcb24;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    display: inline-block;
    border-radius: 0;
}

.button:active,
.button:focus {
    outline: none;
    text-decoration: none;
    color: #ffffff;
}

.button:hover {
    background-color: #1b1b1b;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    .button:hover {
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
    }
}

.scroll {
	width: 30px;
	margin:40px auto;
	z-index: 1000;
	position: relative;
}
@media screen and (max-width: 991px) {
    .scroll {
    	width: 20px;
    	margin:30px auto;
    }
}
@media screen and (max-width: 767px) {
    .scroll {
    	display: none;
    }
}

/*- Button Style Ends Here -*/


/*---------------------------------------
1.Theme Basics Ends Here
---------------------------------------*/


/*---------------------------------------
2.Header - Navbar
---------------------------------------*/

.header-place {
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    padding: 30px 0 0 0;
}
@media screen and (max-width: 767px) {
    .header-place {
        padding: 30px 0 0 0;
    }
}

.header-place.header-place-v3 {
    position: absolute;
    z-index: 20;
}

.header-place .logo img {
    width: 100%;
}
@media screen and (max-width: 991px) {
    .header-place .logo img {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .header-place .logo img {
        width: 66%;
    }
}
@media screen and (max-width: 568px) {
    .header-place .logo img {
        width: 66%;
    }
}
@media screen and (max-height: 420px) {
    .header-place .logo img  {
        width: 66%;
    }
}

.header-place .logo a {
    float: left;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    text-decoration: none;
    color: #fff;
}

header .section-title {
	font-size:1.8em;
	font-family:"Open Sans", sans-serif;
	font-weight:400;
	color:#fff;
	letter-spacing:-0.02em;
    font-weight: 600;
    position:absolute;
    text-align:right;
    padding:0 10px 0 0;
    right:45px;
    top:-3px;
    display:block;
}
@media screen and (min-width: 480px) {
    header .section-title {
        display:none;
    }
}
.header-place .navigation {
    position: fixed;
    width: 100%;
    max-height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
    visibility: hidden;
    opacity: 0;
}

.header-place .navigation.activer {
    visibility: visible;
    opacity: 1;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.navigation nav {
    position: relative;
    width: 0%;
    float: right;
    height: 100%;
    text-align: center;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    z-index: 999;
    -webkit-transform: matrix(1, 0, 0, 1, 679, 0);
    -moz-transform: matrix(1, 0, 0, 1, 679, 0);
    -ms-transform: matrix(1, 0, 0, 1, 679, 0);
    -o-transform: matrix(1, 0, 0, 1, 679, 0);
    transform: matrix(1, 0, 0, 1, 679, 0);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.navigation .actived {
    visibility: visible;
    width: 35%;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.navigation nav .cubic-style {
    position: relative;
    padding: 50px 30px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.navigation nav .cubic-style .prgh-menu {
    margin-top: auto;
    padding: 10px 0px 18px;
    font-size: 14px;
    text-align: left;
}

.navigation nav .cubic-style .prgh-menu .entry {
    margin-left: 30px;
    position: relative;
}

.navigation nav .cubic-style .prgh-menu .entry span {
    position: relative;
    left: -200px;
    font-size: 18px;
    color: #2e2e2e;
}

.navigation nav .cubic-style .prgh-menu .entry .mp-menu {
    padding: 0px 0px;
    
}

.navigation nav .cubic-style .prgh-menu .entry .mp-menu p {
    position: relative;
    left: -200px;
    color: #2e2e2e;
    letter-spacing: -0.02em;
    font-size: 1em;
    font-weight: 200;
}

.navigation nav .cubic-style .prgh-menu .entry a {
    font-size: 14px;
    color: #2e2e2e;
    position: relative;
    left: -200px;
    letter-spacing: 1px;
}

.navigation nav .cubic-style ul {
    position: relative;
    margin: 41px 0px 10px 30px;
    text-align: left;
    list-style: none;
}

.navigation nav .cubic-style ul li.hvr-submenu {
    position: relative;
    left: -200px;
    /*- Animate from left -*/
    margin-bottom: 0px;
    display: block;
    float: left;
    clear: both;
}

.navigation nav .cubic-style ul li a {
    font-size: 26px;
    color: #4f4f4f;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.navigation nav .cubic-style ul li a:hover {
    color: #1b1b1b;
    box-shadow: 0 2px 0 #fbcb24;
    -webkit-box-shadow: 0 2px 0 #fbcb24;
    -moz-box-shadow: 0 2px 0 #fbcb24;
    -o-box-shadow: 0 2px 0 #fbcb24;
}

.navigation nav .cubic-style ul li.hvr-submenu a i {
    font-size: 16px;
    display: inline-flex;
    color: #000;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 8px;
}

.navigation nav .cubic-style ul li.hvr-submenu .hvr-children {
    position: relative;
    display: none;
    margin: 5px 0px -5px;
}

.navigation nav .cubic-style ul li.hvr-submenu .hvr-children li {
    display: block;
    padding: 5px 0;
    margin: 0;
    text-align: left;
}

.navigation nav .cubic-style ul li.hvr-submenu .hvr-children li a {
    font-size: 18px;
    padding-bottom: 3px;
}

.navigation nav .cubic-style ul li.hvr-submenu ul li .hvr-children {
    position: relative;
    display: none;
    margin: 5px 0px -5px;
}

.navigation nav .cubic-style ul li.hvr-submenu ul li .hvr-children li a {
    font-size: 16px;
}


/*- When li activer border style -*/

.li-onclc>a {
    color: #1b1b1b;
    box-shadow: 0 2px 0 #fbcb24;
    -webkit-box-shadow: 0 2px 0 #fbcb24;
    -moz-box-shadow: 0 2px 0 #fbcb24;
    -o-box-shadow: 0 2px 0 #fbcb24;
}


/*- Button Menu Open -*/

.bt-menu {
    position: absolute;
    right: 10px;
    width: 35px;
    height: 34px;
    cursor: pointer;
    overflow: hidden;
}

.bt-menu span {
    position: absolute;
    width: 25px;
    left: 5px;
    height: 2px;
    background-color: #ffffff;
    top: 7px;
}

.bt-menu span:nth-child(2) {
    position: absolute;
    width: 25px;
    left: 5px;
    height: 2px;
    background-color: #ffffff;
    top: 16px;
}

.bt-menu span:nth-child(3) {
    position: absolute;
    width: 25px;
    left: 5px;
    height: 2px;
    background-color: #ffffff;
    top: 25px;
}

.bt-menu-close {
    position: absolute;
    right: 45px;
    margin-top: 60px;
    width: 35px;
    height: 34px;
    z-index: 999;
    cursor: pointer;
}

.bt-menu-close span {
    position: absolute;
    width: 25px;
    left: 5px;
    height: 2px;
    top: 7px;
    background-color: #000;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.bt-menu-close span:nth-child(2) {
    position: absolute;
    background-color: #000;
    width: 25px;
    left: 5px;
    height: 2px;
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/*- Button Menu Ends Here -*/


/*---------------------------------------
2.1.Header - Navbar Mobile
---------------------------------------*/

@media screen and (max-width: 768px) {
    .bt-menu-close {
        margin-top: 35px;
        right: 8px;
    }
    .navigation .actived {
        width: 85%;
    }
    .navigation nav .cubic-style {
        padding: 30px 25px;
    }
    .navigation nav .cubic-style ul {
        margin-top: 10px;
    }
    .navigation nav .cubic-style .prgh-menu {
        padding-bottom: 0px;
    }
}


/*---------------------------------------
2.1.Header - Navbar Mobile Ends Here
---------------------------------------*/



/*---------------------------------------
3.Pages
---------------------------------------*/

#main article, #main section {
    display:block
}
#main article, #main section {
    position:relative
}

#main .offstage {
    display:block;
    position:absolute;
    top:-10000px;
    left:-10000px
}
#main .fancy {
    transition:-webkit-transform 0.3s ease-out;
    transition:transform 0.3s ease-out;
    -webkit-backface-visibility:hidden
}


#main {
    /*background:#fff*/
}
#main>section {
    float:none;
    background-color:#fff;
    margin-left:auto;
    margin-right:auto;
    clear:both
}
#main .wrapper {
    margin:0 auto;
    max-width:960px;
    padding:0 0px;
    overflow:hidden
}
@media screen and (min-width: 480px) {
    #main .wrapper {
        padding:0 30px;
    }
}
@media screen and (min-width: 991px) {
    #main .wrapper {
        padding:0
    }
}


#page_header {
    position:relative
}
#page_header:before {
    display:block;
    content:" ";
    width:100%;
    padding-top:56.25%;
    max-height:500px
}
@media screen and (min-width: 768px) {
    #page_header:before {
        max-height:600px
    }
}
@media screen and (min-width: 991px) {
    #page_header:before {
        max-height:720px
    }
}
#page_header>.image {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    max-height:500px
}
@media screen and (min-width: 768px) {
    #page_header>.image {
        max-height:600px
    }
}
@media screen and (min-width: 991px) {
    #page_header>.image {
        max-height:720px
    }
}
#page_header>.image {
    position:fixed;
    width:inherit;
    height:inherit;
    opacity:0
}
#page_header.overlay>.image:before {
    background:rgba(0, 0, 0, 0.4);
    display:block;
    content:" ";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
    max-height:500px
}
@media screen and (min-width: 768px) {
    #page_header.overlay>.image:before {
        max-height:600px
    }
}
@media screen and (min-width: 991px) {
    #page_header.overlay>.image:before {
        max-height:720px
    }
}

#page_header {
    max-width:100%;
    color:#fff;
    max-height:500px
}
@media screen and (min-width: 768px) {
    #page_header {
        max-height:600px
    }
}
@media screen and (min-width: 991px) {
    #page_header {
        max-height:720px
    }
}
#page_header .wrapper {
    max-width:720px
}
#page_header .info {
    display:table;
    height:100%;
    width:100%;
    max-height:500px
}
@media screen and (min-width: 768px) {
    #page_header .info {
        max-height:600px
    }
}
@media screen and (min-width: 991px) {
    #page_header .info {
        max-height:720px
    }
}
#page_header .info h1 {
    font-size:2em;
    font-family:"Open Sans", sans-serif;
    font-weight:600;
    color:#fff;
    letter-spacing:-0.05em;
}
@media screen and (min-width: 480px) {
    #page_header .info h1 {
        /*padding:0 0 40px 0;*/
        font-size:5em
    }
}
@media screen and (min-width: 991px) {
    #page_header .info h1 {
        /*padding:0 0 40px 0;*/
        font-size:6em
    }
}
@media screen and (max-width: 479px) {
    #page_header .info h1 {
        display: none;
    }
}
#page_header .info p {
    font-size:1.8em;
    line-height:1.2em;
    font-family:"Open Sans", sans-serif;
    font-weight:400;
    padding:15px 0 0 0;
    color: #fff;
    letter-spacing:-0.05em;;
}
@media screen and (min-width: 480px) {
    #page_header .info p {
        font-size:2.4em;
        max-width:730px;
        margin:0 auto;
        padding:0px 0 0 0;
    }
}
@media screen and (min-width: 991px) {
    #page_header .info p {
        font-size:3em
    }
}
#page_header .info-wrapper {
    width:100%;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
    padding-top: 5em;
}
@media screen and (min-width: 768px) {
   #page_header .info-wrapper {
       padding-top: 10em;
   }
}
#page_header .info-wrapper>.fancy.pre-fancy {
    -webkit-transform:translate3d(0, 30px, 0);
    transform:translate3d(0, 30px, 0);
    opacity:0.4
}
#page_header .info-wrapper>.fancy.post-fancy {
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
    opacity:1
}

#page_phrase  {
    padding:0px 0 0 0;
    max-width:100%
}
#page_phrase  .wrapper {
    max-width:100%
}
#page_phrase .wrapper>h3 {
    text-align:center;
    font-family:"Merriweather", sans-serif;
    font-weight:200;
    font-size:1.4em;
    padding:40px 10px 40px 10px;
    color: #333;
    letter-spacing:-0em;
    margin: 0;;
}
@media screen and (min-width: 480px) {
   	#page_phrase .wrapper>h3 {
        font-size:1.7em;
        padding:50px 0 50px 0;
    }
}
@media screen and (min-width: 991px) {
    #page_phrase .wrapper>h3 {
        font-size:2.3em;
        padding:60px 25px 60px 25px
    }
}

#history {
	font-family:"Open Sans", sans-serif;
    padding:20px 10px 40px 10px;
    width:100%;
    text-align:center;
    vertical-align:middle;
}
#history h4 {
	line-height:1em;
	letter-spacing:-0.05em;
    font-weight:600;
    font-size:1.8em;
    padding:0 0 0px 0;
    color:#000;
}
@media screen and (min-width: 991px) {
    #history h4 {
        font-size:2.5em;
    }
}
#history p {
	line-height:1.2em;
	letter-spacing:-0.05em;
    font-weight:200;
    font-size:1.375em;
    margin:0 auto;
    color:#333;
    
}
@media screen and (min-width: 991px) {
    #history p {
        font-size:1.875em;
        line-height:1.5em;
        max-width:960px
    }
}


/*---------------------------------------
3.Pages Ends Here
---------------------------------------*/



/*---------------------------------------
4.Main Text
---------------------------------------*/

.text-here {
    text-align: left;
    margin: 75px 0 100px 0;
}

.text-here p {
    margin-top: 30px;
}

.text-here h2 {
    font-weight: normal;
    margin: 0;
}

.text-here h2:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #fac800;
    left: 15px;
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .text-here {
        margin: 50px 0 70px;
    }
    .text-here h2 {
        font-size: 30px;
    }
}


/*---------------------------------------
3.Main Text Ends Here
---------------------------------------*/


/*---------------------------------------
5.Services
---------------------------------------*/

.services-columns {
    position: relative;
    padding: 0px;
}

.our-serv-tl {
    margin: 50px 0px 30px;
}

.services-col {
    width: 100%;
    height: 300px;
    position: relative;
    left: 0;
    top: 0;
    background-color: #fbcd24;
    overflow: hidden;
    margin-bottom: 30px;
}

.services-col.active .png-cont {
    position: absolute;
    -webkit-transform: translateY(300px);
    -moz-transform: translateY(300px);
    -ms-transform: translateY(300px);
    -o-transform: translateY(300px);
    transform: translateY(300px);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.services-col.active .serv-cont {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.services-col .png-cont {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    display: table;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.services-col .png-cont .png {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.services-col .png-cont .png img {
    width: auto;
    height: auto;
}

.services-col .serv-cont {
    padding: 55px 15px 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    display: table;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    transform: translateY(-300px);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: #fbcd24;
    z-index: 2;
}

.services-col .serv-cont h4,
.services-col .serv-cont .underline,
.services-col .serv-cont p {
    vertical-align: middle;
    text-align: center;
    color: #1b1b1b;
}

.services-col .serv-cont .underline {
    position: relative;
    width: 35px;
    height: 1px;
    content: "";
    background-color: #000;
    margin: -10px auto 25px;
}


/*---------------------------------------
5.Services Ends Here
---------------------------------------*/


/*---------------------------------------
12. Contact
---------------------------------------*/
.contact {
    margin: 20px 0 20px 0;
}
@media screen and (max-width: 768px) {
    .contact {
        margin: 20px 0 0px 0;
    }
}

.contact-info {
    text-align:center
}
.contact-info .col-sm-6{
   min-heightheight: 230px;
   margin-top: 20px;
}
.contact-info h3, .contact-info i {
    color:#bdbdbd;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 1.15em;
    letter-spacing: -0.02em;
    font-size: 1.6em;
    font-weight: 400;
}
.contact-info h3 {
    margin-top:10px;
    margin-bottom:10px;
    font-size: 1.6em;
}
.contact-info i {
    font-size:30px
}
.contact-info p {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 1.15em;
    letter-spacing: -0.02em;
    font-size: 1em;
    font-weight: 400;
}
.contact-info a {
    color: #bdbdbd;
    font-weight: 600;
    font-size: 1em;
}
@media screen and (max-width: 768px) {
    .contact-info .row>div {
        margin-bottom:50px;
    }
    .contact-info .col-sm-6{
        min-height: 0px;
    }
}
@media screen and (max-width: 479px) {
    .contact {
        padding-bottom:0;
    }
}
.social-icon li {
    margin:0 5px;
}
.social-icon i {
    font-size: 14px;
}
.social-icon li a {
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
    -webkit-transition-property:background-color;
    -moz-transition-property:background-color;
    -o-transition-property:background-color;
    transition-property:background-color;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
    -o-transition-duration:0.2s;
    transition-duration:0.2s;
    -webkit-transition-timing-function:linear;
    -moz-transition-timing-function:linear;
    -o-transition-timing-function:linear;
    transition-timing-function:linear;
    display:block;
    width:36px;
    height:36px;
    font-size:14px;
    line-height:33px;
    text-align:center;
    color:#8a8a8a;
    border:2px solid #8a8a8a
}
.social-icon li a:hover {
    background-color:#8a8a8a;
    color:#fafafa
}
@media screen and (max-width: 479px) {
    .social-icon {
        width:100%;
        text-align:center
    }
}
/*---------------------------------------
12.Contact Ends Here
---------------------------------------*/


/*---------------------------------------
13. Footer
---------------------------------------*/

.footer-ft {
    margin: 10px 0 15px 0;
}

.footer-ft .left-text-ft {
    position: relative;
    float: none;
    text-align: center;
}

.footer-ft .left-text-ft h6 {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 1.15em;
    letter-spacing: -0.02em;
    font-size: 1em;
    font-weight: 400;
    color: #bdbdbd;
}

.footer-ft .social-ft {
    float: right;
    margin-top: 7px;
}

.footer-ft .social-ft li {
    display: inline-block;
    margin-left: 20px;
}

.footer-ft .social-ft li a {
    font-size: 14px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    color: #bdbdbd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    padding-bottom: 5px;
}

.footer-ft .social-ft li a:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 1px 0 #fbcb24;
    -moz-box-shadow: 0 1px 0 #fbcb24;
    -o-box-shadow: 0 1px 0 #fbcb24;
    box-shadow: 0 1px 0 #fbcb24;
}

.footer-ft .social-ft li:nth-child(1):after {
    content: "";
    position: absolute;
    width: 13px;
    height: 1px;
    background-color: #fac800;
    top: 17px;
    margin-left: 5px;
}

.footer-ft .social-ft li:nth-child(2):after {
    content: "";
    position: absolute;
    width: 13px;
    height: 1px;
    background-color: #fac800;
    top: 17px;
    margin-left: 5px;
}


/*- Footer Mobile Style -*/

@media screen and (max-width: 480px) {
    .footer-ft {
        margin: 15px 0 25px 0;
    }
    .footer-ft .left-text-ft {
        position: relative;
        float: none;
        text-align: center;
    }
    .footer-ft .social-ft {
        float: none;
        text-align: center;
    }
    .footer-ft .social-ft li {
        margin: 7px 10px;
    }
    /*- Footer Mobile Style Ends Here -*/
}

.back-to-top {
    display:none;
    position:fixed;
    right:40px;
    bottom:15px;
    z-index:9999;
    border
}
/*@media screen and (max-width: 991px) {
    .back-to-top {
        right:40px;
        bottom:15px;
    }
}*/
@media screen and (max-width: 991px) {
    .back-to-top {
        display:none !important
    }
}
.back-to-top a {
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    -ms-border-radius:20px;
    -o-border-radius:20px;
    border-radius:25px;
    -webkit-transition-property:background-color;
    -moz-transition-property:background-color;
    -o-transition-property:background-color;
    transition-property:background-color;
    -webkit-transition-duration:0.2s;
    -moz-transition-duration:0.2s;
    -o-transition-duration:0.2s;
    transition-duration:0.2s;
    -webkit-transition-timing-function:linear;
    -moz-transition-timing-function:linear;
    -o-transition-timing-function:linear;
    transition-timing-function:linear;
    display:block;
    width:48px;
    height:48px;
    color:rgba(99, 99, 99, 0.5);
    font-size: 24px;
    padding-top: 3px;
    text-align:center;
    /*background-color:rgba(99, 99, 99, 0.5);*/
    border: 1px solid rgba(99, 99, 99, 0.5);
}
.back-to-top a:hover {
	color:rgba(99, 99, 99, 1);
    border: 1px solid rgba(99, 99, 99, 1);
}
/*---------------------------------------
13. Footer Ends Here
---------------------------------------*/


/*---------------------------------------
14. Error 404
---------------------------------------*/

.error-section {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    margin-left: -15px;
}

.error-section h1 {
    font-size: 72px;
}

.error-section a {
    margin-top: 25px;
}

.footer-error {
    position: absolute;
    width: 100%;
    bottom: 0;
}

@media screen and (max-width: 480px) {
    .error-section {
        padding-top: 40px;
    }
    .error-section h1 {
        font-size: 48px;
    }
}


/*---------------------------------------
14. Error 404 Ends Here
---------------------------------------*/
