/*  
Theme Name: Parallel Pro
Theme URI: https://www.themely.com/themes/parallel/
Author: Themely
Author URI: https://www.themely.com/
Description: Parallel is a one page multi-purpose WordPress theme for professionals and small businesses. It’s strength lies in displaying all your content on the homepage in a simple and elegant manner. It's super easy to customize and allows you to establish your online presence in minutes. It boasts a rich color scheme with light and grey sections and a clean, minimal, modern design with smooth parallax effect. Parallel is built with Bootstrap, is responsive and integrates with popular plugins like Contact Form 7, Mailchimp for WordPress, Jetpack and Woocommerce. Parallel is perfect for design firm, freelancer, development agency, corporate, small business, personal, portfolio, blog, real estate, lawyer and photography websites. See the live demo: http://demo.themely.com/parallel/
Version: 1.0
Tags: one-column, two-columns, featured-images, custom-menu, custom-logo, featured-image-header, right-sidebar, full-width-template, theme-options, custom-colors, custom-background, translation-ready, rtl-language-support, threaded-comments, portfolio, photography, blog, custom-header, sticky-post, e-commerce, education, entertainment
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: parallel
*/

/* Table of Contents
==================================================
    #Body
    #Accessibility
    #Alignments
    #Common
    #Navigation
    #Homepage Sections
        #Welcome
        #Features
        #Work
        #Gallery
        #Testimonials
        #Services
        #Brands
        #Call to Action
        #About
        #Team
        #Blog
        #Newsletter
        #Contact
        #Copyright
    #Post/Page Content
    #Widgets
    #Comments
    #Media
    #Woocommerce
    #FontAwesome Icons
    #Responsive (Media Queries)
    #Custom CSS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
Body
--------------------------------------------------------------*/

* {
    outline: none!important;
}
html {
    font-size: 14px;
}
body {
	font-family: "微軟正黑體";
	line-height: 1.6;
	letter-spacing: 0.3px;
    /* color: #6b7c93; */
    color: #556375;
    position: relative;
}
body p {
	margin-bottom: 25px;
	margin: 20px 15px;
	font-family: "微軟正黑體";
}
body section {
    padding: 66px 0;
}
a {
    color: #31ddb7;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover,
a:focus {
    color: #31ddb7;
    text-decoration: underline;
    opacity: 0.8;
}


/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
Common
--------------------------------------------------------------*/

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
    letter-spacing: 1.25px;
    color: #19232d;
}
.heading {
    margin-bottom: 30px;
}
.heading .title {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 28px;
}
.heading .title span {
    background-color: #31ddb7;
    display: block;
    height: 2px;
    margin: 20px auto 0;
    width: 80px;
}
.heading .fa {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #31ddb7;
    display: block;
}
.heading .subtitle {
    text-align: center;
    font-size: 16px;
}
.vertical-align {
    display: flex;
    align-items: center;
}

/* Buttons */
.btn-secondary {
    border-color: #e8e8e8;
    color: #e8e8e8;
    display: inline-block;
    text-decoration: none;
}
.btn-secondary:hover {
    color: #3a3a3a;
    background: #e8e8e8;
    opacity: 1;
}
.btn-primary,
.contact input[type="submit"],
#mc-embedded-subscribe-form .button,
.ctct-embed-signup .ctct-button {
    background: #6772e5;
    border-color: #6772e5;
}
.btn-primary:hover {
    color: #3a3a3a;
    background: #e8e8e8;
    border-color: #e8e8e8;
    opacity: 1;
}
.btn-primary:active {
    color: #3a3a3a;
    background: #e8e8e8;
}
.btn-primary:-moz-focus-inner,
input:-moz-focus-inner {
    border: 0;
    padding: 0;
}
.btn-lg {
    letter-spacing: 2px;
    border-width: 2px;
    text-transform: uppercase;
}
.btn-xl {
    padding: 16px 22px;
}
.btn-inverse {
    border-color: #6772e5;
    color: #6772e5;
    display: inline-block;
    text-decoration: none;
}
.btn-inverse:hover {
    color: #fff;
    background-color: #6772e5;
}
.btn-group-lg > .btn,
.btn-lg {
    border-radius: 3px;
}

/* Dark Overlay */
.blacklayer {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Borders */
.border-top {
    border-top: 1px solid #dce3ea;
}
.border-bottom {
    border-bottom: 1px solid #dce3ea;
}


/* Other */
.variations label {
    color: #333;
}

/* Custom Classes */
.no-padding-left {
    padding-left: 0px !important;
}
.no-padding-right {
    padding-right: 0px !important;
}
.no-padding-bottom {
    padding-bottom: 0px !important;
}
.no-padding-top {
    padding-top: 0px !important;
}
.no-padding {
    padding: 0px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-50 {
    margin-top: 50px;
}

/* Image Sizes */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-brand {
    padding:0;
}
.navbar-transparent {
    border-width: 0;
    border-bottom-width: 1px;
    border-color: rgba(255, 255, 255, 0.25);
    background-color: rgba(255, 255, 255, 0.1);
}
.navbar-default {
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    height: auto;
    width: 100%;
    z-index: 1000;
}
.navbar .site-title {
    font-size: 28px;
    line-height: inherit;
}
.navbar-transparent .site-title a {
    color: #fff;
    text-decoration: none;
}
.navbar .navbar-nav > li > a:hover {
    border-bottom: 2px solid;
    background-color: transparent;
    opacity: 1;
}
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .active > a:hover {
    background-color: transparent;
    background: transparent;
    text-decoration: none;
}
.navbar .navbar-nav > li > a {
    padding: 0px;
    line-height: inherit;
}
.navbar .navbar-nav > li.active a {
    border-bottom: 2px solid #31ddb7;
} 
.navbar .navbar-nav li.menu-item-has-children a {
    margin-bottom: 23px;
}
.navbar .navbar-nav .dropdown li > a {
    line-height: 28px;
    border-bottom: none;
    margin-bottom: 0px;
    overflow-wrap: break-word;
    white-space: none;
}
.navbar .navbar-toggle .icon-bar {
    background-color: #19232d;
}
.navbar .navbar-nav .current_page_item:not(.active) a,
.navbar .navbar-nav .active .dropdown-menu li > a,
.navbar .navbar-nav li.current-menu-parent .dropdown-menu li > a,
.navbar .navbar-nav li.current_page_parent .dropdown-menu li > a,
.navbar .navbar-nav .dropdown-toggle {
    border-bottom: 0 !important;
}
.navbar .navbar-nav ul.dropdown-menu li > ul.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.navbar .navbar-nav ul.dropdown-menu li:hover > ul.dropdown-menu,
ul.dropdown-menu li:focus > ul.dropdown-menu {
    display: block;
}
.navbar .navbar-collapse,
.navbar .navbar-form {
    border-color: none;
}

/* Top Navbar */

.navbar-default .site-title a {
    color: #19232d;
}
.navbar-transparent .custom-logo-link-dark {
    display: none;
}
.navbar-default .custom-logo-link {
    display: none;
}
.navbar-default .custom-logo-link-dark {
    display: inline-block;
}
.admin-bar .navbar {
    margin-top: 32px;
}
.navbar .site-title {
    margin: 0px;
}
.top-navbar ul.navbar-nav {
    float: right;
    list-style: none;
    margin: 5px 0 0 0;
}
.top-navbar ul.navbar-nav > li {
    position: relative;
    float: left;
    padding: 0 22px;
}
.top-navbar ul.navbar-nav > li > a {
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    padding: 5px 0px;
    display: block;
    border-bottom: 2px solid transparent;
    color: #19232d;
}
.background-menu .top-navbar.fixed-menu ul.navbar-nav > li > a {
    color: #19232d;
}
.page-template-template-home .top-navbar ul.navbar-nav > li > a,
.home .top-navbar ul.navbar-nav > li > a {
    color: #fff;
}
.top-navbar ul.navbar-nav > li ul {
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.top-navbar ul.navbar-nav > li > ul {
    position: absolute;
    left: 22px;
    top: 100%;
    width: 200px;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.1);
    z-index: 10;
}
.top-navbar ul.navbar-nav li:hover > ul,
.top-navbar ul.navbar-nav li:focus > ul {
    visibility: visible;
    opacity: 1;
}
.top-navbar ul.navbar-nav > li > ul li {
    position: relative;
    background: inherit;
    text-transform: none;
    border-top: 1px solid #EEEEEE;
    -webkit-transition: background 0.2s ease-out;
    -moz-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}
.top-navbar ul.navbar-nav > li > ul li a {
    display: block;
    padding: 13px 20px;
}
.top-navbar ul.navbar-nav > li > ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 200px;
}
.navbar .navbar-nav li.menu-item-has-children a {
    margin-bottom: 0px;
    letter-spacing: 1px;
}
.top-navbar ul.navbar-nav > li > ul:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 20px;
    border: 4px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
.top-navbar ul.navbar-nav > li.menu-item-has-children:after {
    font-family: fontawesome;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    position: absolute;
    right: 4px;
    top: 42%;
    font-size: 12px;
    margin: -3px 0 0;
    color: #19232d;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.page-template-template-home .navbar-transparent ul.navbar-nav > li.menu-item-has-children:after,
.home .navbar-transparent ul.navbar-nav > li.menu-item-has-children:after {
    color: #fff;
}
.top-navbar ul.navbar-nav > li > ul li.menu-item-has-children:after {
    font-family: fontawesome;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 12px;
    margin: -5px 0 0;
    color: #19232d;
}
ul.navbar-nav > li > ul li:first-child {
    border-top: 0px;
}
.navbar a:hover {
    text-decoration: none;
}
.top-navbar ul.navbar-nav li:hover > ul,
.top-navbar ul.navbar-nav li:focus > ul {
    visibility: visible;
    opacity: 1;
}
.top-navbar ul.navbar-nav > li > ul li:hover {
    background: #FAFAFA;
}
.top-navbar ul.navbar-nav > li > ul ul li a:hover {
    color: #31ddb7;
}

.navigation-top .wrap {
    max-width: 1000px;
    padding: 0;
}

.navigation-top a {
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.navigation-top .menu > li.active a,
.navigation-top .menu > li > a:hover {
    border-color: #31ddb7;
}
.navigation-top .menu > li.menu-item-has-children > a:hover {
    border-color: transparent;
}

/* Main Navigation */
.main-navigation {
    clear: both;
    display: block;
}

.main-navigation ul {
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0 1.5em;
    text-align: left;
}

.js .main-navigation ul,
.main-navigation .menu-item-has-children > a:after,
.main-navigation .page_item_has_children > a:after,
.main-navigation ul a:after {
    display: none;
}

.main-navigation > div > ul {
    padding: 0.75em 0.75em;
}

.js .main-navigation.toggled-on > div > ul {
    display: block;
}

.main-navigation ul ul {
    padding: 0 0 0 1.5em;
}

.main-navigation ul ul.toggled-on {
    display: block;
}

.main-navigation ul ul a {
    letter-spacing: 0;
    padding: 0.4em 0;
    position: relative;
    text-transform: none;
}

.main-navigation li {
    border-bottom: 1px solid #eee;
    position: relative;
}

.main-navigation li li,
.main-navigation li:last-child {
    border: 0;
}

.main-navigation li a {
    display: block;
    padding: 0.5em 0;
    text-decoration: none;
}

.navbar-toggle {
    margin-top: 12px;
    border:none;
}

.js .menu-toggle {
    display: block;
}

.main-navigation.toggled-on ul.nav-menu {
    display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.menu-toggle:focus {
    outline: thin solid;
}

.menu-toggle .icon {
    margin-right: 0.5em;
    top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
    display: none;
}

.toggled-on .menu-toggle .icon-close {
    display: inline-block;
}

.dropdown-toggle {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #222;
    display: block;
    right: -0.5em;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0.5em;
    position: absolute;
    text-shadow: none;
    top: 0;
}
.dropdown-toggle:hover,
.dropdown-toggle:focus {
    background: transparent;
}
.dropdown-toggle:focus {
    outline: thin dotted;
}
.dropdown-toggle .icon {
    display: inline-block;
    height: 1em;
    position: relative; /* Align more nicely with capital letters */
    top: -0.0625em;
    vertical-align: middle;
    width: 1em;
    font-size: 0.9em;
}
.dropdown-toggle.toggled-on .icon {
    -ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
}
.site-header .menu-scroll-down {
    display: none;
}

.navbar-transparent .top-navbar {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.navbar-default .top-navbar {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.top-navbar.fixed-menu ul.navbar-nav > li.menu-item-has-children:after {
    color: #19232d;
}
.navbar-transparent {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.navbar-transparent.background-menu {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: white;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: transparent !important;
    color: #4C4C4C;
}

/*--------------------------------------------------------------
Welcome
--------------------------------------------------------------*/

.hero {
    background-size: cover;
    position: relative;
    -webkit-box-shadow: inset 0 -3px 6px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 -3px 6px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 -3px 6px 0 rgba(0, 0, 0, 0.4);
    padding: 250px 0 200px;
}
.hero.masterslider {
    padding: 60px 0 0 0;
}
.hero h1 {
    font-family: Montserrat;
    font-size: 49px;
    letter-spacing: 1.25px;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.hero h2 {
    font-family: Montserrat;
    font-size: 35px;
    letter-spacing: 1.25px;
    color: #fff;
    font-weight: 400;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.hero .lead,
.hero .title {
    margin: 0 0 50px;
}
.hero .lead {
    color: #fff;
    font-weight: 400;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.75);
    display: inline-block;
    width: 100%;
}
.hero .lead p {
    margin-bottom: 5px;
}
.hero.masterslider {
    padding: 60px 0 0 0;
}
.masterslider .carousel .master-slider-inner {
    position: absolute;
    text-align: center;
    top: 250px;
    z-index: 10;
    width: 100%;
}

/*--------------------------------------------------------------
Features
--------------------------------------------------------------*/

.features .feature {
    margin-bottom: 20px;
    text-align: center;
}
.features .feature i {
    font-size: 36px;
    margin-bottom: 25px;
    color: #19232d;
}
.features .feature h3 {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 1.5rem;
}
.features .feature p {
    opacity: 0.75;
}
.features .feature .icon {
    margin-bottom: 25px;
    max-width: 100%;
}


/*--------------------------------------------------------------
Projects Grid
--------------------------------------------------------------*/

.projects-grid img {
    width: 100%;
    border-radius: 3px;
}
.projects-grid h3.widget-title {
    font-size: 21px;
    text-align: center;
    margin-top: 5px;
}
.projects-grid .grid {
    margin-bottom: 50px;
}
.projects-grid .grid p {
    margin-bottom: 0px;
}
.projects-grid .grid .thumbnail.active,
.projects-grid .grid .thumbnail:focus,
.projects-grid .grid .thumbnail:hover {
    border-color: #00aded;
}
.projects-grid .fancybox-thumb {
    display: inline-block;
    position: relative;
}
.projects-grid .fancybox-thumb img {
    float: none !important;
    margin: 0 !important;
    vertical-align: top;
}
.projects-grid .fancybox-thumb span {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 250ms linear 0s;
    width: 100%;
    border-radius: 3px;
}
.projects-grid .fancybox-thumb span:before {
    background: #5cb85c url("images/icons.png") no-repeat scroll 11px -108px;
    content: "";
    display: block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}
html.ie8 .projects-grid .fancybox-thumb span:before {
    display: none;
}
.projects-grid .fancybox-thumb:hover span {
    opacity: 1;
}
html.ie8 .projects-grid .fancybox-thumb:hover span:before {
    display: block;
}


/*--------------------------------------------------------------
Video
--------------------------------------------------------------*/

.video {
    background-size: cover;
    padding: 100px 0;
    position: relative;
    z-index: 200;
    text-align: center;
    color: #fff;
}
.video a.icon {
    font-size: 128px;
    font-height: 1.1;
    font-weight: 400;
    color: #fff;
}
.video a.icon:hover {
    text-decoration: none;
}
.video h3 {
    text-shadow: 1px 1px 2px #333;
    color: #fff;
}


/*--------------------------------------------------------------
Contact
--------------------------------------------------------------*/

.contact {
    background-color: #19232d;
}
.contact .title {
    color: #fff;
}
.contact .wpcf7-form {
    width: 800px;
    margin: 0 auto;
}
.contact input[type="text"],
.contact input[type="email"],
.contact input[type="submit"],
.contact textarea {
    min-width: 800px;
    width: 100%;
}

.contact textarea,
.contact input[type="text"],
.contact input[type="email"] {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.contact .info {
    padding-bottom: 50px;
}
.contact label {
    font-weight: normal;
}
.contact .wpcf7-not-valid-tip {
    color: inherit;
    font-size: 80%;
}
.contact .wpcf7-response-output {
    border-color: inherit;
    width: 100%;
    margin: 0;
}
.contact input[type="submit"] {
    background: #6772e5;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    padding: 12px 16px;
    border-radius: 4px;
}

.contact {
    /* background-color: #19232d; */
    background-image: url("images/manhattan.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.contact:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgb(15, 32, 39,0.9), rgb(32, 58, 67,0.9), rgb(44, 83, 100,0.9));
    z-index: -1;
}

#contact {
    padding-top: 66px;
    padding-bottom: 66px;
}

.contact-set{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    border-top: 1px solid #aab1ba;
    border-bottom: 1px solid #aab1ba;
}

.contact-set p{
    margin: 0; 
    font-size: 16px;
    color: #ddd;
}

.contact-left{
    margin-right: 20px;
    background-color: rgba(0,0,0,0.3);
    width: 150px;
}

.contact-package{
    padding: 20px;
}

.contact-others{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(100% - 200px);
}

.contact-center{
    padding: 20px;
}
.contact-right{
    padding: 20px;
}

.contact-set .contact-title{
    font-weight: bold;
    margin: 0;
    font-size: 20px;
    color: #fff;
}

.contact-item{
    display: flex; 
    align-items: center; 
    width: fit-content;
}

.contact-icon-set{
    display: flex; 
    justify-content: center; 
    margin-top: 24px;
}

.contact-item-lg{
    margin-right: 20px;
}

.contact-line{
    width: 170px;
}

.contact-server{
    width: 110px;
}

.contact-fb{
    width: 150px;
}

.contact-mail{
    width: 150px;
}

.contact-phone{
    display: none;
}

.contact-item-lg a{
    display: flex;  
    width: fit-content; 
    height: fit-content;
    flex-wrap: wrap; 
    justify-content: center;
}

.contact-item-lg a p{
    width: 100%; 
    text-align: center; 
    margin: 0; 
    margin-top: 4px;
    color: #31ddb7;
}

/*--------------------------------------------------------------
Copyright
--------------------------------------------------------------*/

.copyright {
    background: #121a21;
    padding: 0 0;
}
.copyright p {
    margin-bottom: 0px;
}
.copyright .scroll-top {
    float: right;
}
.copyright ul.socials {
    margin: 0;
    padding: 0;
}
.copyright ul.socials li {
    list-style: none;
    display: inline-block;
    margin-right: 3px;
}
.copyright ul.socials li a {
    display: inline-block;
    width: 28px;
    line-height: 24px;
    text-align: center
}
.copyright ul.socials li a:hover {
    opacity: 0.75;
}

/*--------------------------------------------------------------
Left Button
--------------------------------------------------------------*/

.left-button{
    width: 110px;
    height: fit-content;
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 250;
    border-right: 0px;
    padding: 0;
}

.left-button-toggle-set{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.left-button-toggle{
    width: 45px;
    height: 45px;
    text-align: right;
    background-color: #565656;
    border: 0;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.left-button-set{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.left-button-set a{
    text-decoration: none;
    color: #000;
}

.left-button-set a:nth-child(1){
    background-color: rgba(229,229,229,0.9); 
    border-top-left-radius: 10px;
}

.left-button-set a:nth-child(2){
    background-color: rgba(204,204,204,0.9);
    border-top-right-radius: 10px;
}

/* .left-button-set a:nth-child(3){
    border-bottom: 0px;
    background-color: rgba(178,178,178,0.9);
    border-bottom-left-radius: 10px;
} */


.left-button-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 8px 0; 
    width: 110px;
    height: 105px;
}

.left-button-item img{
    width: 50px;
}

.left-button-item p{
    margin: 0;
    line-height: 150%;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.left-button .left-button-set a:hover{
    background-color: #565656;
    opacity: 1;
}


/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

img,
video {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption,
.gallery-caption {
    color: #666;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.mejs-container {
    margin-bottom: 1.5em;
}



/*--------------------------------------------------------------
Responsive
--------------------------------------------------------------*/

@media (max-width: 1200px) {
    .contact input[type="text"],
    .contact input[type="email"],
    .contact textarea {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .hero .text-left,
    .hero .text-right {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
}
@media (min-width: 980px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
    .navigation-top nav {
        margin-left: 0;
    }
}
@media (max-width: 979px) {
    .calltoaction .text-left,
    .calltoaction .text-right {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    .contact .contact-form textarea,
    .contact .wpcf7-form textarea {
        min-height: 200px;
        width: 100%;
    }
    .newsletter .mc4wp-form .form-fields {
        float: none;
    }
    .contact .wpcf7-form p,
    .contact .contact-form div {
        float: none;
    }
    .copyright .copyrightinfo,
    .copyright .socials {
        text-align: center;
    }
    .copyright .copyrightinfo {
        margin-bottom: 10px;
    }
    .copyright .socials.pull-right {
        float: none !important;
    }
}
@media(max-width:911px){
    .contact-others{
        width: calc(100% - 170px);
    }
    .contact-center{
        width: 100%;
    }
    .contact-server{
        width: 130px;
    }
}

@media (max-width: 767px) {

    #contact{
        padding-bottom: 0;
    }

    .contact-set{
        justify-content: center;
    }

    .contact-others{
        justify-content: center;
        width: 100%;
    }

    .contact-left{
        width: 100%;
        margin-right: 0;
        display: flex;
        justify-content: center;
    }

    .contact-package{
        display: flex;
        flex-wrap: wrap;
        width: 530px;
    }

    .contact-left .contact-title{
        width: 100%;
    }

    .contact-left p{
        margin-right: 20px;
    }

    .contact-right{
        width: 530px;
    }

    .contact-right iframe{
        width: 500px;
    }


    .left-button{
        width: 100%;
        position: fixed;
        bottom: 0;
        right: 0;
        border-bottom: 0px;
        border-top-left-radius: 0;
        
    }

    .left-button-toggle-set{
        display: none;
    }
    
    .left-button-set a{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: calc(100% / 2);
    }

    .left-button-item{
        height: 85px;
    }

    .left-button-item img{
        width: 40px;
    }

    .left-button-set a:nth-child(1){
        background-color: rgba(229,229,229,1); 
    }
    
    .left-button-set a:nth-child(2){
        background-color: rgba(204,204,204,1);
    }
    
    .left-button-set a:nth-child(3){
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        background-color: rgba(178,178,178,1);
    }

    .copyright {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-default {
        box-shadow: 0 0 0 #fff;
        border: 0;
    }

    .navigation-top a {
        color: #19232d;
        -webkit-transition: color 0.2s;
        transition: color 0.2s;
    }

    .navbar .site-title {
        max-width: 75%;
        line-height: 1.1;
    }
    .navbar .navbar-brand {
        padding-left: 15px;
    }
    .navbar {
        height: auto;
        min-height: 56px;
    }
    .navbar .navbar-nav {
        padding-top: 0;
    }
    .navbar .navbar-nav > li {
        margin-left: 0;
    }
    .navbar .navbar-nav .active a,
    .navbar .navbar-nav li.current-menu-parent a,
    .navbar .navbar-nav li.current_page_parent a {
        border-bottom: none;
    }
    .navbar .navbar-nav > li > a {
        padding: 0 15px 0 15px;
        line-height: 32px;
        border-bottom: 0;
    }
    .navbar .navbar-nav li.menu-item-has-children a {
        margin-bottom: 0;
    }
    .navbar .navbar-nav {
        padding-top: 0 !important;
    }
    .navbar .navbar-collapse,
    .navbar .navbar-form {
        margin-right: -15px;
        margin-left: -15px;
    }
    .navbar .navbar-toggle {
        margin-right: 0;
    }    
    .navbar-nav .open .dropdown-menu {
        border-top: 1px solid #000;
    }
    .navbar .site-title {
        margin-top: 10px;
    }
    .admin-bar .navbar {
        margin-top: 0px;
    }
    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-collapse.in {
        overflow-y: hidden;
    }
    .navbar .navbar-nav {
        width: 100%;
    }
    .navbar-nav .open .dropdown-menu {
        padding: 20px 10px;
    }
    .home .navbar {
        position: relative;
        padding: 0px;
    }
    .navbar-transparent .top-navbar, .navbar-default .top-navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .top-navbar.fixed-menu {
        padding-top: 0px;
        padding-bottom: 0px;
        position: fixed;
        left: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 3px 8px rgb(0,0,0,0.3);
        height: 57px;
    }
    .navbar-transparent.background-menu {
        background: transparent;
    }
    .dropdown-menu {
        border-radius: 0px;
    }
    .top-navbar ul.navbar-nav > li ul {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .top-navbar ul.navbar-nav > li {
        position: relative;
        border-bottom: 1px solid white;
        background: #12131A;
        font-size: 18px;
        text-transform: uppercase;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        border-bottom-color: #000;
        border-top-color: #292929;
    }
    .top-navbar ul.navbar-nav > li > ul ul {
        width: 95% !important;
        float: left;
        left: 0px;
        margin: 10px 0px 10px 30px;
    }
    .top-navbar ul.navbar-nav li > a {
        display: block;
        padding: 21px 30px;
        color: #fff;
        text-decoration: none !important;
        width: inherit;
    }
    .top-navbar ul.navbar-nav > li > ul li {
        border-top: 0px;
    }
    .top-navbar ul.navbar-nav > li > ul li a {
        color: white;
    }
    .top-navbar ul.navbar-nav > li.current-menu-item > a,
    .top-navbar ul.navbar-nav > li.current_page_item > a,
    .top-navbar ul.navbar-nav > li.current-menu-parent > a {
        color: white;
    }
    .top-navbar ul.navbar-nav > li.menu-item-has-children:after {
        right: 15px;
        top: 50%;
        margin: -5px 0 0;
        color: #fff;
    }
    .top-navbar ul.navbar-nav .open li:hover > ul,
    .top-navbar ul.navbar-nav .open li:focus > ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        width: 100%;
        float: left;
        left: 0px;
    }    
    .home .navbar-transparent .site-title a,
    .home .navbar-transparent .site-title a:hover {
        color: #000;
    }
    .top-navbar ul.navbar-nav > li > ul li.menu-item-has-children:after {
        display: none;
    }
    .top-navbar ul.navbar-nav > li > ul:before {
        display: none;
    }
    .navbar .navbar-nav > li > a:hover {
        border-bottom: 2px solid transparent;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover {
        background: inherit;
    }
    .top-navbar ul.navbar-nav > li > ul li:hover {
        background: inherit;
    }
    .top-navbar ul.navbar-nav .open li:hover > ul,
    .top-navbar ul.navbar-nav .open li:focus > ul {
        display: none !important;
    }
    .open:after {
        display: none;
    }
    .home .top-navbar .custom-logo-link {
        display: none;
    }
    .home .top-navbar .custom-logo-link-dark {
        display: inline-block;
    }
    .top-navbar .custom-logo-link-dark {
        margin-top: 8px;
    }
    .navbar .navbar-nav > li.active a {
        border-bottom: 0;
    }
    .page-template-template-home .navbar-transparent,
    .home .navbar-transparent {
        border-width: 0;
        border-bottom-width: 0;
        border-color: none;
        background-color: none;
    }
    .h1,
    .h2,
    .h3,
    h1,
    h2,
    h3,
    h4 {
        word-wrap: break-word;
    }
    .testimonials,
    .calltoaction,
    .newsletter {
        background-attachment: scroll !important;
        background-size: cover !important;
        background-position: center top !important;
    }
    .hero .text-left,
    .hero .text-right {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    .calltoaction2,
    .newsletter,
    .testimonials {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .calltoaction2 .text-left,
    .calltoaction2 .text-right {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    .clients img {
        padding: 20px;
    }
    .pt {
        margin-bottom: 20px;
        margin-right: 0px;
    }
    .content {
        padding: 20px 0 0px 0;
    }
    .sidebar {
        margin: 0px 0 20px 0;
        padding-left: 0;
        border-left: none;
    }
    .contact form {
        margin-top: 30px;
    }
}


@media screen and (min-width: 992px) {

    /* Navigation */

    .navigation-top {
        float: right;
    }

    .navigation-top .wrap {
        max-width: 1000px;
    }

    .navigation-top nav {
        margin-left: -1.25em;
    }

    .site-navigation-fixed.navigation-top {
        bottom: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 7;
    }

    .admin-bar .site-navigation-fixed.navigation-top {
        top: 32px;
    }

    /* Main Navigation */

    .js .menu-toggle,
    .js .dropdown-toggle {
        display: none;
    }

    .main-navigation {
        width: auto;
    }

    .js .main-navigation ul,
    .js .main-navigation ul ul,
    .js .main-navigation > div > ul {
        display: block;
    }

    .main-navigation ul {
        background: transparent;
        padding: 0;
    }

    .main-navigation > div > ul {
        border: 0;
        margin-bottom: 0;
        padding: 0;
    }

    .main-navigation li {
        border: 0;
        display: inline-block;
        margin: 0 -10px;
    }

    .main-navigation li li {
        display: block;
    }

    .main-navigation li a {
        padding: 0.2em 0;
        border-bottom: 2px solid transparent;
        margin: 0.4em 1.25em;
    }      

    .navbar-default .navigation-top .menu > li > a {
        color: #19232d;
    }

    .main-navigation ul ul {
        background: #fff;
        border: 1px solid #bbb;
        left: -999em;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 99999;
    }

    .main-navigation ul li.menu-item-has-children:before,
    .main-navigation ul li.menu-item-has-children:after,
    .main-navigation ul li.page_item_has_children:before,
    .main-navigation ul li.page_item_has_children:after {
        border-style: solid;
        border-width: 0 6px 6px;
        content: "";
        display: none;
        height: 0;
        position: absolute;
        right: 1em;
        bottom: -1px;
        width: 0;
        z-index: 100000;
    }

    .main-navigation ul li.menu-item-has-children.focus:before,
    .main-navigation ul li.menu-item-has-children:hover:before,
    .main-navigation ul li.menu-item-has-children.focus:after,
    .main-navigation ul li.menu-item-has-children:hover:after,
    .main-navigation ul li.page_item_has_children.focus:before,
    .main-navigation ul li.page_item_has_children:hover:before,
    .main-navigation ul li.page_item_has_children.focus:after,
    .main-navigation ul li.page_item_has_children:hover:after {
        display: block;
    }

    .main-navigation ul li.menu-item-has-children:before,
    .main-navigation ul li.page_item_has_children:before {
        border-color: transparent transparent #bbb;
        bottom: 0;
    }

    .main-navigation ul li.menu-item-has-children:after,
    .main-navigation ul li.page_item_has_children:after {
        border-color: transparent transparent #fff;
    }

    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        left: 100%;
        right: auto;
    }

    .main-navigation ul ul a {
        padding: 0.75em 1em;
        width: 16em;
        margin: 0;
    }

    .main-navigation li li {
        -webkit-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
    }

    .main-navigation li li:hover,
    .main-navigation li li.focus {
        background-color: #31ddb7;
    }

    .main-navigation li li a {
        -webkit-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
    }

    .main-navigation li li.focus > a,
    .main-navigation li li:focus > a,
    .main-navigation li li:hover > a,
    .main-navigation li li a:hover,
    .main-navigation li li a:focus,
    .main-navigation li li.current_page_item a:hover,
    .main-navigation li li.current-menu-item a:hover,
    .main-navigation li li.current_page_item a:focus,
    .main-navigation li li.current-menu-item a:focus {
        color: #fff;
    }

    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        left: 0.5em;
        right: auto;
    }

    .main-navigation .menu-item-has-children > a:after,
    .main-navigation .page_item_has_children > a:after {
        display: inline;
        margin-left: 5px;
        position: relative;
        font-family: fontawesome;
        content: "\f078";
        font-size: 12px;
        top: -1px;
    }

    .main-navigation ul ul .menu-item-has-children > a:after,
    .main-navigation ul ul .page_item_has_children > a:after {
        margin-top: -9px;
        left: auto;
        position: absolute;
        right: 1em;
        top: 50%;
        -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
        -ms-transform: rotate(-90deg); /* IE 9 */
        transform: rotate(-90deg);
    }

    .main-navigation ul ul ul {
        left: -999em;
        margin-top: -1px;
        top: 0;
    }

    .main-navigation ul ul li.menu-item-has-children.focus:before,
    .main-navigation ul ul li.menu-item-has-children:hover:before,
    .main-navigation ul ul li.menu-item-has-children.focus:after,
    .main-navigation ul ul li.menu-item-has-children:hover:after,
    .main-navigation ul ul li.page_item_has_children.focus:before,
    .main-navigation ul ul li.page_item_has_children:hover:before,
    .main-navigation ul ul li.page_item_has_children.focus:after,
    .main-navigation ul ul li.page_item_has_children:hover:after {
        display: none;
    }
}
.contact-calendar{
    width: 150px;
}
.contact-calendar div {
    display: flex;
    width: fit-content;
    height: fit-content;
    flex-wrap: wrap;
    justify-content: center;
}

.contact-calendar div p {
    font-size: 15px;
    width: 100%;
    text-align: center;
    margin: 0;
    margin-top: 4px;
    color: #31ddb7;
}


.contact-box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 100px 90px;
    background-color: rgb(255 255 255 / 80%);
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset;;
    border-radius: 10px;
    background-color: #DCD9D4;
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  }
  .d1{
    flex: 0 0 30%;
    align-self: start;
    max-width: 30%;
    margin: 0;
    padding: 0;
  }
  .d1 h2{
    font-size: 45px;
    margin-bottom: 0;
    font-weight: bold;
    font-family :'Courier New', Courier, monospace;
  }
  .d1 small{
    letter-spacing: 0.5px;
    font-size: 15px;
  }
  .d2{
    flex: 0 0 40%;
    max-width: 40%;
  }
  .d2 span{
    font-family:Snell Roundhand, cursive;
    font-size: 18px;
  }
  .index-p{
    display: inline-block;
    position: relative;
    color: #ADADAD;
    font-size: 30px;
  }
  .index-p:before{
    content: attr(data-text);
    position: absolute;
    top: 0px;
    overflow: hidden;
    max-width: 8.5em;
    white-space: nowrap;
    color: red;
    animation: loading 4s linear;
    animation-iteration-count: infinite;
  }
  @keyframes loading {
    0% {
        max-width: 0;
    }
  }
  .d2 span a{
    text-decoration: none;
    font-size: 35px;
    color: black;
    font-family: Apple Chancery, cursive;
  }
  .d2 span a:hover{
    color: red;
  }
  .d3{
    flex: 0 0 30%;
    max-width: 30%;
    font-size: .875rem;
  }
  .Follow{
    display: inline-block;
  }
  .Follow h4{
    margin-bottom: 15px;
    font-weight: bold;
    color: #00aded;
  }
  .Follow small{
    font-size: 15px;
    letter-spacing: 0.5px;
  }
  .Follow-icon{
    display: inline-block;
  }
  .Follow-icon ul{
    display: flex;
    list-style-type: none;
    margin: 0 auto;
    padding: 0px 10px;
  }
  .Follow-icon ul li{
    padding: 0px 10px;
  }
  .Follow-icon-line{
    background-image: url(../assets/images/line.png);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
  }
  .Follow-icon ul li a:hover{
    opacity: 0.5;
  }


  @media(max-width:1025px){
    .d1{
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 15px;
      text-align: center;
    }
    .d2{
      flex: 0 0 50%;
      max-width: 50%;
      text-align: center;
    }
    .d3{
      flex: 0 0 50%;
      max-width: 50%;
      font-size: .8125rem;
    }
    .contact-box{
      padding: 50px 60px;
    }
    .mobile-span{
      display: block;
    }
  }

  @media(max-width:767px){
    .d2{
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 20px;
    }
    .d3{
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
    }
    .contact-box{
      padding: 50px 0px;
    }
  }

@media screen and ( max-width: 782px ) and ( min-width: 768px ) {

    .admin-bar .site-navigation-fixed.navigation-top,
    .admin-bar .site-navigation-hidden.navigation-top {
        top: 46px;
    }
}

@media screen and (max-width: 576px) {

    .contact-set p{
        font-size: 18px;
        text-align: center;
    }
    .contact-calendar div p{
        font-size: 18px;
        text-align: center;
    }

    .contact-set .contact-title{
        text-align: left;
        margin-bottom: 4px;
    }

    .contact-left p{
        margin-right: 0;
    }

    .contact-package{
        justify-content: center;
    }

    .contact-package a{
        width: calc(100% / 3);
    }

    .contact-icon-set{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .contact-item-lg{
        display: flex;
        justify-content: center;
        margin-right: 0;
        margin: 10px;
    }

    .contact-item-lg img{
        width: 100px;
        height: 100px;
    }

    .contact-line{
        width: 40%;
    }

    .contact-server{
        width: 40%;
    }

    .contact-fb{
        width: 40%;
    }

    .contact-mail{
        width: 40%;
    }

    .contact-phone{
        display: block;
        width: 40%;
    }

}

/*--------------------------------------------------------------
Browser Specific Media Queries
--------------------------------------------------------------*/
/* MS IE10 */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .hero,
    .testimonials,
    .calltoaction2,
    .newsletter {
        background-attachment: scroll !important;
    }
}
/* MS Edge */

@supports (-ms-accelerator: true) {
    .hero,
    .testimonials,
    .calltoaction2,
    .newsletter {
        background-attachment: scroll !important;
    }
}
/*--------------------------------------------------------------
Custom CSS
- Override the themes default styling here. You can also use the section entitled [Custom CSS] in the theme options panel.
--------------------------------------------------------------*/


